/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */

* {
	margin: 0;
	padding: 0;
}
#globalcss .button, #globalcss .file-cta, #globalcss .file-name, #globalcss .input, #globalcss .pagination-ellipsis, #globalcss .pagination-link, #globalcss .pagination-next, #globalcss .pagination-previous, #globalcss .select select, #globalcss .textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.5em;
	justify-content: flex-start;
	line-height: 1.5;
	padding-bottom: calc(.5em - 1px);
	padding-left: calc(.75em - 1px);
	padding-right: calc(.75em - 1px);
	padding-top: calc(.5em - 1px);
	position: relative;
	vertical-align: top
}
#globalcss .button:active, #globalcss .button:focus, #globalcss .file-cta:active, #globalcss .file-cta:focus, #globalcss .file-name:active, #globalcss .file-name:focus, #globalcss .input:active, #globalcss .input:focus, #globalcss .is-active.button, #globalcss .is-active.file-cta, #globalcss .is-active.file-name, #globalcss .is-active.input, #globalcss .is-active.pagination-ellipsis, #globalcss .is-active.pagination-link, #globalcss .is-active.pagination-next, #globalcss .is-active.pagination-previous, #globalcss .is-active.textarea, #globalcss .is-focused.button, #globalcss .is-focused.file-cta, #globalcss .is-focused.file-name, #globalcss .is-focused.input, #globalcss .is-focused.pagination-ellipsis, #globalcss .is-focused.pagination-link, #globalcss .is-focused.pagination-next, #globalcss .is-focused.pagination-previous, #globalcss .is-focused.textarea, #globalcss .pagination-ellipsis:active, #globalcss .pagination-ellipsis:focus, #globalcss .pagination-link:active, #globalcss .pagination-link:focus, #globalcss .pagination-next:active, #globalcss .pagination-next:focus, #globalcss .pagination-previous:active, #globalcss .pagination-previous:focus, #globalcss .select select.is-active, #globalcss .select select.is-focused, #globalcss .select select:active, #globalcss .select select:focus, #globalcss .textarea:active, #globalcss .textarea:focus {
	outline: 0
}
#globalcss .button[disabled], #globalcss .file-cta[disabled], #globalcss .file-name[disabled], #globalcss .input[disabled], #globalcss .pagination-ellipsis[disabled], #globalcss .pagination-link[disabled], #globalcss .pagination-next[disabled], #globalcss .pagination-previous[disabled], #globalcss .select fieldset[disabled] select, #globalcss .select select[disabled], #globalcss .textarea[disabled], #globalcss fieldset[disabled] .button, #globalcss fieldset[disabled] .file-cta, #globalcss fieldset[disabled] .file-name, #globalcss fieldset[disabled] .input, #globalcss fieldset[disabled] .pagination-ellipsis, #globalcss fieldset[disabled] .pagination-link, #globalcss fieldset[disabled] .pagination-next, #globalcss fieldset[disabled] .pagination-previous, #globalcss fieldset[disabled] .select select, #globalcss fieldset[disabled] .textarea {
	cursor: not-allowed
}
#globalcss .breadcrumb, #globalcss .button, #globalcss .file, #globalcss .is-unselectable, #globalcss .pagination-ellipsis, #globalcss .pagination-link, #globalcss .pagination-next, #globalcss .pagination-previous, #globalcss .tabs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#globalcss .navbar-link:not(.is-arrowless)::after, #globalcss .select:not(.is-multiple):not(.is-loading)::after {
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: .625em
}
#globalcss .block:not(:last-child), #globalcss .box:not(:last-child), #globalcss .breadcrumb:not(:last-child), #globalcss .content:not(:last-child), #globalcss .highlight:not(:last-child), #globalcss .level:not(:last-child), #globalcss .message:not(:last-child), #globalcss .notification:not(:last-child), #globalcss .pagination:not(:last-child), #globalcss .progress:not(:last-child), #globalcss .subtitle:not(:last-child), #globalcss .table-container:not(:last-child), #globalcss .table:not(:last-child), #globalcss .tabs:not(:last-child), #globalcss .title:not(:last-child) {
	margin-bottom: 1.5rem
}
#globalcss .delete, #globalcss .modal-close {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, .2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	pointer-events: auto;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: 0;
	position: relative;
	vertical-align: top;
	width: 20px
}
#globalcss .delete::after, #globalcss .delete::before, #globalcss .modal-close::after, #globalcss .modal-close::before {
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center
}
#globalcss .delete::before, #globalcss .modal-close::before {
	height: 2px;
	width: 50%
}
#globalcss .delete::after, #globalcss .modal-close::after {
	height: 50%;
	width: 2px
}
#globalcss .delete:focus, #globalcss .delete:hover, #globalcss .modal-close:focus, #globalcss .modal-close:hover {
	background-color: rgba(10, 10, 10, .3)
}
#globalcss .delete:active, #globalcss .modal-close:active {
	background-color: rgba(10, 10, 10, .4)
}
#globalcss .is-small.delete, #globalcss .is-small.modal-close {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px
}
#globalcss .is-medium.delete, #globalcss .is-medium.modal-close {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px
}
#globalcss .is-large.delete, #globalcss .is-large.modal-close {
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px
}
#globalcss .button.is-loading::after, #globalcss .control.is-loading::after, #globalcss .loader, #globalcss .select.is-loading::after {
	-webkit-animation: spinAround .5s infinite linear;
	animation: spinAround .5s infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em
}
#globalcss .hero-video, #globalcss .image.is-16by9 .has-ratio, #globalcss .image.is-16by9 img, #globalcss .image.is-1by1 .has-ratio, #globalcss .image.is-1by1 img, #globalcss .image.is-1by2 .has-ratio, #globalcss .image.is-1by2 img, #globalcss .image.is-1by3 .has-ratio, #globalcss .image.is-1by3 img, #globalcss .image.is-2by1 .has-ratio, #globalcss .image.is-2by1 img, #globalcss .image.is-2by3 .has-ratio, #globalcss .image.is-2by3 img, #globalcss .image.is-3by1 .has-ratio, #globalcss .image.is-3by1 img, #globalcss .image.is-3by2 .has-ratio, #globalcss .image.is-3by2 img, #globalcss .image.is-3by4 .has-ratio, #globalcss .image.is-3by4 img, #globalcss .image.is-3by5 .has-ratio, #globalcss .image.is-3by5 img, #globalcss .image.is-4by3 .has-ratio, #globalcss .image.is-4by3 img, #globalcss .image.is-4by5 .has-ratio, #globalcss .image.is-4by5 img, #globalcss .image.is-5by3 .has-ratio, #globalcss .image.is-5by3 img, #globalcss .image.is-5by4 .has-ratio, #globalcss .image.is-5by4 img, #globalcss .image.is-9by16 .has-ratio, #globalcss .image.is-9by16 img, #globalcss .image.is-square .has-ratio, #globalcss .image.is-square img, #globalcss .is-overlay, #globalcss .modal, #globalcss .modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
#globalcss blockquote, #globalcss body, #globalcss dd, #globalcss dl, #globalcss dt, #globalcss fieldset, #globalcss figure, #globalcss h1, #globalcss h2, #globalcss h3, #globalcss h4, #globalcss h5, #globalcss h6, #globalcss hr, #globalcss html, #globalcss iframe, #globalcss legend, #globalcss li, #globalcss ol, #globalcss p, #globalcss pre, #globalcss textarea, #globalcss ul {
	margin: 0;
	padding: 0
}
#globalcss h1, #globalcss h2, #globalcss h3, #globalcss h4, #globalcss h5, #globalcss h6 {
	font-size: 100%;
	font-weight: 400
}
#globalcss ul {
	list-style: none
}
#globalcss button, #globalcss input, #globalcss select, #globalcss textarea {
	margin: 0;
	padding: 0;
}
html {
	box-sizing: border-box;
	font-size: 15px !important;
}
#globalcss *, #globalcss ::after, #globalcss ::before {
	box-sizing: inherit
}
#globalcss img, #globalcss video {
	height: auto;
	max-width: 100%
}
#globalcss iframe {
	border: 0
}
#globalcss table {
	border-collapse: collapse;
	border-spacing: 0
}
#globalcss td, #globalcss th {
	padding: 0
}
#globalcss td:not([align]), #globalcss th:not([align]) {
	text-align: inherit
}
#globalcss html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
#globalcss article, #globalcss aside, #globalcss figure, #globalcss footer, #globalcss header, #globalcss hgroup, #globalcss section {
	display: block
}
#globalcss body, #globalcss button, #globalcss input, #globalcss optgroup, #globalcss select, #globalcss textarea {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#globalcss code, #globalcss pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace
}
#globalcss body {
	color: #4a4a4a !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5
}
#globalcss a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: none
}
#globalcss a strong {
	color: currentColor
}
#globalcss a:hover {
	color: #363636
}
#globalcss code {
	background-color: #f5f5f5;
	color: #da1039;
	font-size: .875em;
	font-weight: 400;
	padding: .25em .5em .25em
}
#globalcss hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0
}
#globalcss img {
	height: auto;
	max-width: 100%
}
#globalcss input[type=checkbox], #globalcss input[type=radio] {
	vertical-align: baseline;
	position: relative;
	box-shadow: none;
	height: auto !important;
	width: auto !important;
}
#globalcss small {
	font-size: .875em
}
#globalcss span {
	font-style: inherit;
	font-weight: inherit
}
#globalcss strong {
	color: #363636;
	font-weight: 700
}
#globalcss fieldset {
	border: none
}
#globalcss pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal
}
#globalcss pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0
}
#globalcss table td, #globalcss table th {
	vertical-align: top
}
#globalcss table td:not([align]), #globalcss table th:not([align]) {
	text-align: inherit
}
#globalcss table th {
	color: #363636
}
 @-webkit-keyframes spinAround {
 from {
 transform: rotate(0)
}
 #globalcss to {
 transform: rotate(359deg)
}
}
 @keyframes spinAround {
 from {
 transform: rotate(0)
}
 #globalcss to {
 transform: rotate(359deg)
}
}
#globalcss .box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem;
	float: none;
}
#globalcss a.box:focus, #globalcss a.box:hover {
	box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px #3273dc
}
#globalcss a.box:active {
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #3273dc
}
#globalcss .button {
	background-color: #fff;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	justify-content: center;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	text-align: center;
	white-space: nowrap
}
#globalcss .button strong {
	color: inherit
}
#globalcss .button .icon, #globalcss .button .icon.is-large, #globalcss .button .icon.is-medium, #globalcss .button .icon.is-small {
	height: 1.5em;
	width: 1.5em
}
#globalcss .button .icon:first-child:not(:last-child) {
	margin-left: calc(-.5em - 1px);
	margin-right: .25em
}
#globalcss .button .icon:last-child:not(:first-child) {
	margin-left: .25em;
	margin-right: calc(-.5em - 1px)
}
#globalcss .button .icon:first-child:last-child {
	margin-left: calc(-.5em - 1px);
	margin-right: calc(-.5em - 1px)
}
#globalcss .button.is-hovered, #globalcss .button:hover {
	border-color: #b5b5b5;
	color: #363636
}
#globalcss .button.is-focused, #globalcss .button:focus {
	border-color: #3273dc;
	color: #363636
}
#globalcss .button.is-focused:not(:active), #globalcss .button:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}
#globalcss .button.is-active, #globalcss .button:active {
	border-color: #4a4a4a;
	color: #363636
}
#globalcss .button.is-text {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
	text-decoration: underline
}
#globalcss .button.is-text.is-focused, #globalcss .button.is-text.is-hovered, #globalcss .button.is-text:focus, #globalcss .button.is-text:hover {
	background-color: #f5f5f5;
	color: #363636
}
#globalcss .button.is-text.is-active, #globalcss .button.is-text:active {
	background-color: #e8e8e8;
	color: #363636
}
#globalcss .button.is-text[disabled], #globalcss fieldset[disabled] .button.is-text {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-ghost {
	background: 0 0;
	border-color: transparent;
	color: #3273dc;
	text-decoration: none
}
#globalcss .button.is-ghost.is-hovered, #globalcss .button.is-ghost:hover {
	color: #3273dc;
	text-decoration: underline
}
#globalcss .button.is-white {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .button.is-white.is-hovered, #globalcss .button.is-white:hover {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .button.is-white.is-focused, #globalcss .button.is-white:focus {
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .button.is-white.is-focused:not(:active), #globalcss .button.is-white:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}
#globalcss .button.is-white.is-active, #globalcss .button.is-white:active {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .button.is-white[disabled], #globalcss fieldset[disabled] .button.is-white {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-white.is-inverted {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .button.is-white.is-inverted.is-hovered, #globalcss .button.is-white.is-inverted:hover {
	background-color: #000
}
#globalcss .button.is-white.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-white.is-inverted {
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-white.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}
#globalcss .button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-white.is-outlined.is-focused, #globalcss .button.is-white.is-outlined.is-hovered, #globalcss .button.is-white.is-outlined:focus, #globalcss .button.is-white.is-outlined:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}
#globalcss .button.is-white.is-outlined.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-white.is-outlined.is-loading.is-focused::after, #globalcss .button.is-white.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-white.is-outlined.is-loading:focus::after, #globalcss .button.is-white.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}
#globalcss .button.is-white.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a
}
#globalcss .button.is-white.is-inverted.is-outlined.is-focused, #globalcss .button.is-white.is-inverted.is-outlined.is-hovered, #globalcss .button.is-white.is-inverted.is-outlined:focus, #globalcss .button.is-white.is-inverted.is-outlined:hover {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-white.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-white.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-white.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a
}
#globalcss .button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-black.is-hovered, #globalcss .button.is-black:hover {
	background-color: #040404;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-black.is-focused, #globalcss .button.is-black:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-black.is-focused:not(:active), #globalcss .button.is-black:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
#globalcss .button.is-black.is-active, #globalcss .button.is-black:active {
	background-color: #000;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-black[disabled], #globalcss fieldset[disabled] .button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-black.is-inverted {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .button.is-black.is-inverted.is-hovered, #globalcss .button.is-black.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-black.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-black.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #0a0a0a
}
#globalcss .button.is-black.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a
}
#globalcss .button.is-black.is-outlined.is-focused, #globalcss .button.is-black.is-outlined.is-hovered, #globalcss .button.is-black.is-outlined:focus, #globalcss .button.is-black.is-outlined:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
#globalcss .button.is-black.is-outlined.is-loading::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}
#globalcss .button.is-black.is-outlined.is-loading.is-focused::after, #globalcss .button.is-black.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-black.is-outlined.is-loading:focus::after, #globalcss .button.is-black.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-black.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a
}
#globalcss .button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-black.is-inverted.is-outlined.is-focused, #globalcss .button.is-black.is-inverted.is-outlined.is-hovered, #globalcss .button.is-black.is-inverted.is-outlined:focus, #globalcss .button.is-black.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-black.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-black.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #0a0a0a #0a0a0a !important
}
#globalcss .button.is-black.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-hovered, #globalcss .button.is-light:hover {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-focused, #globalcss .button.is-light:focus {
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-focused:not(:active), #globalcss .button.is-light:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}
#globalcss .button.is-light.is-active, #globalcss .button.is-light:active {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light[disabled], #globalcss fieldset[disabled] .button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-light.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}
#globalcss .button.is-light.is-inverted.is-hovered, #globalcss .button.is-light.is-inverted:hover {
	background-color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-light.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	border-color: transparent;
	box-shadow: none;
	color: #f5f5f5
}
#globalcss .button.is-light.is-loading::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}
#globalcss .button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	color: #f5f5f5
}
#globalcss .button.is-light.is-outlined.is-focused, #globalcss .button.is-light.is-outlined.is-hovered, #globalcss .button.is-light.is-outlined:focus, #globalcss .button.is-light.is-outlined:hover {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-outlined.is-loading::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}
#globalcss .button.is-light.is-outlined.is-loading.is-focused::after, #globalcss .button.is-light.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-light.is-outlined.is-loading:focus::after, #globalcss .button.is-light.is-outlined.is-loading:hover::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}
#globalcss .button.is-light.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #f5f5f5
}
#globalcss .button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-light.is-inverted.is-outlined.is-focused, #globalcss .button.is-light.is-inverted.is-outlined.is-hovered, #globalcss .button.is-light.is-inverted.is-outlined:focus, #globalcss .button.is-light.is-inverted.is-outlined:hover {
	background-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}
#globalcss .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-light.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-light.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}
#globalcss .button.is-light.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	box-shadow: none;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-dark {
	background-color: #363636;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-dark.is-hovered, #globalcss .button.is-dark:hover {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-dark.is-focused, #globalcss .button.is-dark:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-dark.is-focused:not(:active), #globalcss .button.is-dark:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
#globalcss .button.is-dark.is-active, #globalcss .button.is-dark:active {
	background-color: #292929;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-dark[disabled], #globalcss fieldset[disabled] .button.is-dark {
	background-color: #363636;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-dark.is-inverted {
	background-color: #fff;
	color: #363636
}
#globalcss .button.is-dark.is-inverted.is-hovered, #globalcss .button.is-dark.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-dark.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-dark.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #363636
}
#globalcss .button.is-dark.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	color: #363636
}
#globalcss .button.is-dark.is-outlined.is-focused, #globalcss .button.is-dark.is-outlined.is-hovered, #globalcss .button.is-dark.is-outlined:focus, #globalcss .button.is-dark.is-outlined:hover {
	background-color: #363636;
	border-color: #363636;
	color: #fff
}
#globalcss .button.is-dark.is-outlined.is-loading::after {
	border-color: transparent transparent #363636 #363636 !important
}
#globalcss .button.is-dark.is-outlined.is-loading.is-focused::after, #globalcss .button.is-dark.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-dark.is-outlined.is-loading:focus::after, #globalcss .button.is-dark.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-dark.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	box-shadow: none;
	color: #363636
}
#globalcss .button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-dark.is-inverted.is-outlined.is-focused, #globalcss .button.is-dark.is-inverted.is-outlined.is-hovered, #globalcss .button.is-dark.is-inverted.is-outlined:focus, #globalcss .button.is-dark.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #363636
}
#globalcss .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-dark.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #363636 #363636 !important
}
#globalcss .button.is-dark.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-primary {
	background-color: #00d1b2;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-primary.is-hovered, #globalcss .button.is-primary:hover {
	background-color: #00c4a7;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-primary.is-focused, #globalcss .button.is-primary:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-primary.is-focused:not(:active), #globalcss .button.is-primary:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}
#globalcss .button.is-primary.is-active, #globalcss .button.is-primary:active {
	background-color: #00b89c;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-primary[disabled], #globalcss fieldset[disabled] .button.is-primary {
	background-color: #00d1b2;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-primary.is-inverted {
	background-color: #fff;
	color: #00d1b2
}
#globalcss .button.is-primary.is-inverted.is-hovered, #globalcss .button.is-primary.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-primary.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-primary.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #00d1b2
}
#globalcss .button.is-primary.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-primary.is-outlined {
	background-color: transparent;
	border-color: #00d1b2;
	color: #00d1b2
}
#globalcss .button.is-primary.is-outlined.is-focused, #globalcss .button.is-primary.is-outlined.is-hovered, #globalcss .button.is-primary.is-outlined:focus, #globalcss .button.is-primary.is-outlined:hover {
	background-color: #00d1b2;
	border-color: #00d1b2;
	color: #fff
}
#globalcss .button.is-primary.is-outlined.is-loading::after {
	border-color: transparent transparent #00d1b2 #00d1b2 !important
}
#globalcss .button.is-primary.is-outlined.is-loading.is-focused::after, #globalcss .button.is-primary.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-primary.is-outlined.is-loading:focus::after, #globalcss .button.is-primary.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-primary.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-primary.is-outlined {
	background-color: transparent;
	border-color: #00d1b2;
	box-shadow: none;
	color: #00d1b2
}
#globalcss .button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-primary.is-inverted.is-outlined.is-focused, #globalcss .button.is-primary.is-inverted.is-outlined.is-hovered, #globalcss .button.is-primary.is-inverted.is-outlined:focus, #globalcss .button.is-primary.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #00d1b2
}
#globalcss .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-primary.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #00d1b2 #00d1b2 !important
}
#globalcss .button.is-primary.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e
}
#globalcss .button.is-primary.is-light.is-hovered, #globalcss .button.is-primary.is-light:hover {
	background-color: #defffa;
	border-color: transparent;
	color: #00947e
}
#globalcss .button.is-primary.is-light.is-active, #globalcss .button.is-primary.is-light:active {
	background-color: #d1fff8;
	border-color: transparent;
	color: #00947e
}
#globalcss .button.is-link {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-link.is-hovered, #globalcss .button.is-link:hover {
	background-color: #276cda;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-link.is-focused, #globalcss .button.is-link:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-link.is-focused:not(:active), #globalcss .button.is-link:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}
#globalcss .button.is-link.is-active, #globalcss .button.is-link:active {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-link[disabled], #globalcss fieldset[disabled] .button.is-link {
	background-color: #3273dc;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-link.is-inverted {
	background-color: #fff;
	color: #3273dc
}
#globalcss .button.is-link.is-inverted.is-hovered, #globalcss .button.is-link.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-link.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-link.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #3273dc
}
#globalcss .button.is-link.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-link.is-outlined {
	background-color: transparent;
	border-color: #3273dc;
	color: #3273dc
}
#globalcss .button.is-link.is-outlined.is-focused, #globalcss .button.is-link.is-outlined.is-hovered, #globalcss .button.is-link.is-outlined:focus, #globalcss .button.is-link.is-outlined:hover {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff
}
#globalcss .button.is-link.is-outlined.is-loading::after {
	border-color: transparent transparent #3273dc #3273dc !important
}
#globalcss .button.is-link.is-outlined.is-loading.is-focused::after, #globalcss .button.is-link.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-link.is-outlined.is-loading:focus::after, #globalcss .button.is-link.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-link.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-link.is-outlined {
	background-color: transparent;
	border-color: #3273dc;
	box-shadow: none;
	color: #3273dc
}
#globalcss .button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-link.is-inverted.is-outlined.is-focused, #globalcss .button.is-link.is-inverted.is-outlined.is-hovered, #globalcss .button.is-link.is-inverted.is-outlined:focus, #globalcss .button.is-link.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #3273dc
}
#globalcss .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-link.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-link.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #3273dc #3273dc !important
}
#globalcss .button.is-link.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4
}
#globalcss .button.is-link.is-light.is-hovered, #globalcss .button.is-link.is-light:hover {
	background-color: #e3ecfa;
	border-color: transparent;
	color: #2160c4
}
#globalcss .button.is-link.is-light.is-active, #globalcss .button.is-link.is-light:active {
	background-color: #d8e4f8;
	border-color: transparent;
	color: #2160c4
}
#globalcss .button.is-info {
	background-color: #3298dc;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-info.is-hovered, #globalcss .button.is-info:hover {
	background-color: #2793da;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-info.is-focused, #globalcss .button.is-info:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-info.is-focused:not(:active), #globalcss .button.is-info:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(50, 152, 220, .25)
}
#globalcss .button.is-info.is-active, #globalcss .button.is-info:active {
	background-color: #238cd1;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-info[disabled], #globalcss fieldset[disabled] .button.is-info {
	background-color: #3298dc;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-info.is-inverted {
	background-color: #fff;
	color: #3298dc
}
#globalcss .button.is-info.is-inverted.is-hovered, #globalcss .button.is-info.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-info.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-info.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #3298dc
}
#globalcss .button.is-info.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-info.is-outlined {
	background-color: transparent;
	border-color: #3298dc;
	color: #3298dc
}
#globalcss .button.is-info.is-outlined.is-focused, #globalcss .button.is-info.is-outlined.is-hovered, #globalcss .button.is-info.is-outlined:focus, #globalcss .button.is-info.is-outlined:hover {
	background-color: #3298dc;
	border-color: #3298dc;
	color: #fff
}
#globalcss .button.is-info.is-outlined.is-loading::after {
	border-color: transparent transparent #3298dc #3298dc !important
}
#globalcss .button.is-info.is-outlined.is-loading.is-focused::after, #globalcss .button.is-info.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-info.is-outlined.is-loading:focus::after, #globalcss .button.is-info.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-info.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-info.is-outlined {
	background-color: transparent;
	border-color: #3298dc;
	box-shadow: none;
	color: #3298dc
}
#globalcss .button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-info.is-inverted.is-outlined.is-focused, #globalcss .button.is-info.is-inverted.is-outlined.is-hovered, #globalcss .button.is-info.is-inverted.is-outlined:focus, #globalcss .button.is-info.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #3298dc
}
#globalcss .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-info.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-info.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #3298dc #3298dc !important
}
#globalcss .button.is-info.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa
}
#globalcss .button.is-info.is-light.is-hovered, #globalcss .button.is-info.is-light:hover {
	background-color: #e3f1fa;
	border-color: transparent;
	color: #1d72aa
}
#globalcss .button.is-info.is-light.is-active, #globalcss .button.is-info.is-light:active {
	background-color: #d8ebf8;
	border-color: transparent;
	color: #1d72aa
}
#globalcss .button.is-success {
	background-color: #48c774;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-success.is-hovered, #globalcss .button.is-success:hover {
	background-color: #3ec46d;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-success.is-focused, #globalcss .button.is-success:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-success.is-focused:not(:active), #globalcss .button.is-success:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
#globalcss .button.is-success.is-active, #globalcss .button.is-success:active {
	background-color: #3abb67;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-success[disabled], #globalcss fieldset[disabled] .button.is-success {
	background-color: #48c774;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-success.is-inverted {
	background-color: #fff;
	color: #48c774
}
#globalcss .button.is-success.is-inverted.is-hovered, #globalcss .button.is-success.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-success.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-success.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #48c774
}
#globalcss .button.is-success.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-success.is-outlined {
	background-color: transparent;
	border-color: #48c774;
	color: #48c774
}
#globalcss .button.is-success.is-outlined.is-focused, #globalcss .button.is-success.is-outlined.is-hovered, #globalcss .button.is-success.is-outlined:focus, #globalcss .button.is-success.is-outlined:hover {
	background-color: #48c774;
	border-color: #48c774;
	color: #fff
}
#globalcss .button.is-success.is-outlined.is-loading::after {
	border-color: transparent transparent #48c774 #48c774 !important
}
#globalcss .button.is-success.is-outlined.is-loading.is-focused::after, #globalcss .button.is-success.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-success.is-outlined.is-loading:focus::after, #globalcss .button.is-success.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-success.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-success.is-outlined {
	background-color: transparent;
	border-color: #48c774;
	box-shadow: none;
	color: #48c774
}
#globalcss .button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-success.is-inverted.is-outlined.is-focused, #globalcss .button.is-success.is-inverted.is-outlined.is-hovered, #globalcss .button.is-success.is-inverted.is-outlined:focus, #globalcss .button.is-success.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #48c774
}
#globalcss .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-success.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-success.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #48c774 #48c774 !important
}
#globalcss .button.is-success.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-success.is-light {
	background-color: #effaf3;
	color: #257942
}
#globalcss .button.is-success.is-light.is-hovered, #globalcss .button.is-success.is-light:hover {
	background-color: #e6f7ec;
	border-color: transparent;
	color: #257942
}
#globalcss .button.is-success.is-light.is-active, #globalcss .button.is-success.is-light:active {
	background-color: #dcf4e4;
	border-color: transparent;
	color: #257942
}
#globalcss .button.is-warning {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-hovered, #globalcss .button.is-warning:hover {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-focused, #globalcss .button.is-warning:focus {
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-focused:not(:active), #globalcss .button.is-warning:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
#globalcss .button.is-warning.is-active, #globalcss .button.is-warning:active {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning[disabled], #globalcss fieldset[disabled] .button.is-warning {
	background-color: #ffdd57;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-warning.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	color: #ffdd57
}
#globalcss .button.is-warning.is-inverted.is-hovered, #globalcss .button.is-warning.is-inverted:hover {
	background-color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-warning.is-inverted {
	background-color: rgba(0, 0, 0, .7);
	border-color: transparent;
	box-shadow: none;
	color: #ffdd57
}
#globalcss .button.is-warning.is-loading::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}
#globalcss .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #ffdd57;
	color: #ffdd57
}
#globalcss .button.is-warning.is-outlined.is-focused, #globalcss .button.is-warning.is-outlined.is-hovered, #globalcss .button.is-warning.is-outlined:focus, #globalcss .button.is-warning.is-outlined:hover {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-outlined.is-loading::after {
	border-color: transparent transparent #ffdd57 #ffdd57 !important
}
#globalcss .button.is-warning.is-outlined.is-loading.is-focused::after, #globalcss .button.is-warning.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-warning.is-outlined.is-loading:focus::after, #globalcss .button.is-warning.is-outlined.is-loading:hover::after {
	border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}
#globalcss .button.is-warning.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #ffdd57;
	box-shadow: none;
	color: #ffdd57
}
#globalcss .button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-inverted.is-outlined.is-focused, #globalcss .button.is-warning.is-inverted.is-outlined.is-hovered, #globalcss .button.is-warning.is-inverted.is-outlined:focus, #globalcss .button.is-warning.is-inverted.is-outlined:hover {
	background-color: rgba(0, 0, 0, .7);
	color: #ffdd57
}
#globalcss .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-warning.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #ffdd57 #ffdd57 !important
}
#globalcss .button.is-warning.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .7);
	box-shadow: none;
	color: rgba(0, 0, 0, .7)
}
#globalcss .button.is-warning.is-light {
	background-color: #fffbeb;
	color: #947600
}
#globalcss .button.is-warning.is-light.is-hovered, #globalcss .button.is-warning.is-light:hover {
	background-color: #fff8de;
	border-color: transparent;
	color: #947600
}
#globalcss .button.is-warning.is-light.is-active, #globalcss .button.is-warning.is-light:active {
	background-color: #fff6d1;
	border-color: transparent;
	color: #947600
}
#globalcss .button.is-danger {
	background-color: #f14668;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-danger.is-hovered, #globalcss .button.is-danger:hover {
	background-color: #f03a5f;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-danger.is-focused, #globalcss .button.is-danger:focus {
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-danger.is-focused:not(:active), #globalcss .button.is-danger:focus:not(:active) {
	box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
#globalcss .button.is-danger.is-active, #globalcss .button.is-danger:active {
	background-color: #ef2e55;
	border-color: transparent;
	color: #fff
}
#globalcss .button.is-danger[disabled], #globalcss fieldset[disabled] .button.is-danger {
	background-color: #f14668;
	border-color: transparent;
	box-shadow: none
}
#globalcss .button.is-danger.is-inverted {
	background-color: #fff;
	color: #f14668
}
#globalcss .button.is-danger.is-inverted.is-hovered, #globalcss .button.is-danger.is-inverted:hover {
	background-color: #f2f2f2
}
#globalcss .button.is-danger.is-inverted[disabled], #globalcss fieldset[disabled] .button.is-danger.is-inverted {
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #f14668
}
#globalcss .button.is-danger.is-loading::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #f14668;
	color: #f14668
}
#globalcss .button.is-danger.is-outlined.is-focused, #globalcss .button.is-danger.is-outlined.is-hovered, #globalcss .button.is-danger.is-outlined:focus, #globalcss .button.is-danger.is-outlined:hover {
	background-color: #f14668;
	border-color: #f14668;
	color: #fff
}
#globalcss .button.is-danger.is-outlined.is-loading::after {
	border-color: transparent transparent #f14668 #f14668 !important
}
#globalcss .button.is-danger.is-outlined.is-loading.is-focused::after, #globalcss .button.is-danger.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-danger.is-outlined.is-loading:focus::after, #globalcss .button.is-danger.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #fff #fff !important
}
#globalcss .button.is-danger.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #f14668;
	box-shadow: none;
	color: #f14668
}
#globalcss .button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}
#globalcss .button.is-danger.is-inverted.is-outlined.is-focused, #globalcss .button.is-danger.is-inverted.is-outlined.is-hovered, #globalcss .button.is-danger.is-inverted.is-outlined:focus, #globalcss .button.is-danger.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #f14668
}
#globalcss .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after, #globalcss .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, #globalcss .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, #globalcss .button.is-danger.is-inverted.is-outlined.is-loading:hover::after {
	border-color: transparent transparent #f14668 #f14668 !important
}
#globalcss .button.is-danger.is-inverted.is-outlined[disabled], #globalcss fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff
}
#globalcss .button.is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35
}
#globalcss .button.is-danger.is-light.is-hovered, #globalcss .button.is-danger.is-light:hover {
	background-color: #fde0e6;
	border-color: transparent;
	color: #cc0f35
}
#globalcss .button.is-danger.is-light.is-active, #globalcss .button.is-danger.is-light:active {
	background-color: #fcd4dc;
	border-color: transparent;
	color: #cc0f35
}
#globalcss .button.is-small {
	font-size: .75rem
}
#globalcss .button.is-small:not(.is-rounded) {
	border-radius: 2px
}
#globalcss .button.is-normal {
	font-size: 1rem
}
#globalcss .button.is-medium {
	font-size: 1.25rem
}
#globalcss .button.is-large {
	font-size: 1.5rem
}
#globalcss .button[disabled], #globalcss fieldset[disabled] .button {
	background-color: #fff;
	border-color: #dbdbdb;
	box-shadow: none;
	opacity: .5
}
#globalcss .button.is-fullwidth {
	display: flex;
	width: 100%
}
#globalcss .button.is-loading {
	color: transparent !important;
	pointer-events: none
}
#globalcss .button.is-loading::after {
	position: absolute;
 left: calc(50% - (1em / 2));
 top: calc(50% - (1em / 2));
	position: absolute !important
}
#globalcss .button.is-static {
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	color: #7a7a7a;
	box-shadow: none;
	pointer-events: none
}
#globalcss .button.is-rounded {
	border-radius: 290486px;
	padding-left: calc(1em + .25em);
	padding-right: calc(1em + .25em)
}
#globalcss .buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
#globalcss .buttons .button {
	margin-bottom: .5rem
}
#globalcss .buttons .button:not(:last-child):not(.is-fullwidth) {
	margin-right: .5rem
}
#globalcss .buttons:last-child {
	margin-bottom: -.5rem
}
#globalcss .buttons:not(:last-child) {
	margin-bottom: 1rem
}
#globalcss .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
	font-size: .75rem
}
#globalcss .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
	border-radius: 2px
}
#globalcss .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
	font-size: 1.25rem
}
#globalcss .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
	font-size: 1.5rem
}
#globalcss .buttons.has-addons .button:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
#globalcss .buttons.has-addons .button:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px
}
#globalcss .buttons.has-addons .button:last-child {
	margin-right: 0
}
#globalcss .buttons.has-addons .button.is-hovered, #globalcss .buttons.has-addons .button:hover {
	z-index: 2
}
#globalcss .buttons.has-addons .button.is-active, #globalcss .buttons.has-addons .button.is-focused, #globalcss .buttons.has-addons .button.is-selected, #globalcss .buttons.has-addons .button:active, #globalcss .buttons.has-addons .button:focus {
	z-index: 3
}
#globalcss .buttons.has-addons .button.is-active:hover, #globalcss .buttons.has-addons .button.is-focused:hover, #globalcss .buttons.has-addons .button.is-selected:hover, #globalcss .buttons.has-addons .button:active:hover, #globalcss .buttons.has-addons .button:focus:hover {
	z-index: 4
}
#globalcss .buttons.has-addons .button.is-expanded {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .buttons.is-centered {
	justify-content: center
}
#globalcss .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem
}
#globalcss .buttons.is-right {
	justify-content: flex-end
}
#globalcss .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
	margin-left: .25rem;
	margin-right: .25rem
}
#globalcss .container {
	flex-grow: 1;
	margin: 0 auto;
	position: relative;
	width: auto
}
#globalcss .container.is-fluid {
	max-width: none !important;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%
}

@media screen and (min-width:1024px) {
#globalcss .container {
	max-width: 960px
}
}

@media screen and (max-width:1215px) {
#globalcss .container.is-widescreen:not(.is-max-desktop) {
	max-width: 1152px
}
}

@media screen and (max-width:1407px) {
#globalcss .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
	max-width: 1344px
}
}

@media screen and (min-width:1216px) {
#globalcss .container:not(.is-max-desktop) {
	max-width: 1152px
}
}

@media screen and (min-width:1408px) {
#globalcss .container:not(.is-max-desktop):not(.is-max-widescreen) {
	max-width: 1500px
}
}
#globalcss .content li+li {
	margin-top: .25em
}
#globalcss .content blockquote:not(:last-child), #globalcss .content dl:not(:last-child), #globalcss .content ol:not(:last-child), #globalcss .content p:not(:last-child), #globalcss .content pre:not(:last-child), #globalcss .content table:not(:last-child), #globalcss .content ul:not(:last-child) {
	margin-bottom: 1em
}
#globalcss .content h1, #globalcss .content h2, #globalcss .content h3, #globalcss .content h4, #globalcss .content h5, #globalcss .content h6 {
	color: #363636;
	font-weight: 600;
	line-height: 1.125
}
#globalcss .content h1 {
	font-size: 2em;
	margin-bottom: .5em
}
#globalcss .content h1:not(:first-child) {
	margin-top: 1em
}
#globalcss .content h2 {
	font-size: 1.75em;
	margin-bottom: .5714em
}
#globalcss .content h2:not(:first-child) {
	margin-top: 1.1428em
}
#globalcss .content h3 {
	font-size: 1.5em;
	margin-bottom: .6666em
}
#globalcss .content h3:not(:first-child) {
	margin-top: 1.3333em
}
#globalcss .content h4 {
	font-size: 1.25em;
	margin-bottom: .8em
}
#globalcss .content h5 {
	font-size: 1.125em;
	margin-bottom: .8888em
}
#globalcss .content h6 {
	font-size: 1em;
	margin-bottom: 1em
}
#globalcss .content blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #dbdbdb;
	padding: 1.25em 1.5em
}
#globalcss .content ol {
	list-style-position: outside;
	margin-left: 2em;
	margin-top: 1em
}
#globalcss .content ol:not([type]) {
	list-style-type: decimal
}
#globalcss .content ol:not([type]).is-lower-alpha {
	list-style-type: lower-alpha
}
#globalcss .content ol:not([type]).is-lower-roman {
	list-style-type: lower-roman
}
#globalcss .content ol:not([type]).is-upper-alpha {
	list-style-type: upper-alpha
}
#globalcss .content ol:not([type]).is-upper-roman {
	list-style-type: upper-roman
}
#globalcss .content ul {
	list-style: disc outside;
	margin-left: 2em;
	margin-top: 1em
}
#globalcss .content ul ul {
	list-style-type: circle;
	margin-top: .5em
}
#globalcss .content ul ul ul {
	list-style-type: square
}
#globalcss .content dd {
	margin-left: 2em
}
#globalcss .content figure {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center
}
#globalcss .content figure:not(:first-child) {
	margin-top: 2em
}
#globalcss .content figure:not(:last-child) {
	margin-bottom: 2em
}
#globalcss .content figure img {
	display: inline-block
}
#globalcss .content figure figcaption {
	font-style: italic
}
#globalcss .content pre {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 1.25em 1.5em;
	white-space: pre;
	word-wrap: normal
}
#globalcss .content sub, #globalcss .content sup {
	font-size: 75%
}
#globalcss .content table {
	width: 100%
}
#globalcss .content table td, #globalcss .content table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top
}
#globalcss .content table th {
	color: #363636
}
#globalcss .content table th:not([align]) {
	text-align: inherit
}
#globalcss .content table thead td, #globalcss .content table thead th {
	border-width: 0 0 2px;
	color: #363636
}
#globalcss .content table tfoot td, #globalcss .content table tfoot th {
	border-width: 2px 0 0;
	color: #363636
}
#globalcss .content table tbody tr:last-child td, #globalcss .content table tbody tr:last-child th {
	border-bottom-width: 0
}
#globalcss .content .tabs li+li {
	margin-top: 0
}
#globalcss .content.is-small {
	font-size: .75rem
}
#globalcss .content.is-medium {
	font-size: 1.25rem
}
#globalcss .content.is-large {
	font-size: 1.5rem
}
#globalcss .icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 1.5rem;
	width: 1.5rem
}
#globalcss .icon.is-small {
	height: 1rem;
	width: 1rem
}
#globalcss .icon.is-medium {
	height: 2rem;
	width: 2rem
}
#globalcss .icon.is-large {
	height: 3rem;
	width: 3rem
}
#globalcss .icon-text {
	align-items: flex-start;
	color: inherit;
	display: inline-flex;
	flex-wrap: wrap;
	line-height: 1.5rem;
	vertical-align: top
}
#globalcss .icon-text .icon {
	flex-grow: 0;
	flex-shrink: 0
}
#globalcss .icon-text .icon:not(:last-child) {
	margin-right: .25em
}
#globalcss .icon-text .icon:not(:first-child) {
	margin-left: .25em
}
#globalcss div.icon-text {
	display: flex
}
#globalcss .image {
	display: block;
	position: relative
}
#globalcss .image img {
	display: block;
	height: auto;
	width: 100%
}
#globalcss .image img.is-rounded {
	border-radius: 290486px
}
#globalcss .image.is-fullwidth {
	width: 100%
}
#globalcss .image.is-16by9 .has-ratio, #globalcss .image.is-16by9 img, #globalcss .image.is-1by1 .has-ratio, #globalcss .image.is-1by1 img, #globalcss .image.is-1by2 .has-ratio, #globalcss .image.is-1by2 img, #globalcss .image.is-1by3 .has-ratio, #globalcss .image.is-1by3 img, #globalcss .image.is-2by1 .has-ratio, #globalcss .image.is-2by1 img, #globalcss .image.is-2by3 .has-ratio, #globalcss .image.is-2by3 img, #globalcss .image.is-3by1 .has-ratio, #globalcss .image.is-3by1 img, #globalcss .image.is-3by2 .has-ratio, #globalcss .image.is-3by2 img, #globalcss .image.is-3by4 .has-ratio, #globalcss .image.is-3by4 img, #globalcss .image.is-3by5 .has-ratio, #globalcss .image.is-3by5 img, #globalcss .image.is-4by3 .has-ratio, #globalcss .image.is-4by3 img, #globalcss .image.is-4by5 .has-ratio, #globalcss .image.is-4by5 img, #globalcss .image.is-5by3 .has-ratio, #globalcss .image.is-5by3 img, #globalcss .image.is-5by4 .has-ratio, #globalcss .image.is-5by4 img, #globalcss .image.is-9by16 .has-ratio, #globalcss .image.is-9by16 img, #globalcss .image.is-square .has-ratio, #globalcss .image.is-square img {
	height: 100%;
	width: 100%
}
#globalcss .image.is-1by1, #globalcss .image.is-square {
	padding-top: 100%
}
#globalcss .image.is-5by4 {
	padding-top: 80%
}
#globalcss .image.is-4by3 {
	padding-top: 75%
}
#globalcss .image.is-3by2 {
	padding-top: 66.6666%
}
#globalcss .image.is-5by3 {
	padding-top: 60%
}
#globalcss .image.is-16by9 {
	padding-top: 56.25%
}
#globalcss .image.is-2by1 {
	padding-top: 50%
}
#globalcss .image.is-3by1 {
	padding-top: 33.3333%
}
#globalcss .image.is-4by5 {
	padding-top: 125%
}
#globalcss .image.is-3by4 {
	padding-top: 133.3333%
}
#globalcss .image.is-2by3 {
	padding-top: 150%
}
#globalcss .image.is-3by5 {
	padding-top: 166.6666%
}
#globalcss .image.is-9by16 {
	padding-top: 177.7777%
}
#globalcss .image.is-1by2 {
	padding-top: 200%
}
#globalcss .image.is-1by3 {
	padding-top: 300%
}
#globalcss .image.is-16x16 {
	height: 16px;
	width: 16px
}
#globalcss .image.is-24x24 {
	height: 24px;
	width: 24px
}
#globalcss .image.is-32x32 {
	height: 32px;
	width: 32px
}
#globalcss .image.is-48x48 {
	height: 48px;
	width: 48px
}
#globalcss .image.is-64x64 {
	height: 64px;
	width: 64px
}
#globalcss .image.is-96x96 {
	height: 96px;
	width: 96px
}
#globalcss .image.is-128x128 {
	height: 128px;
	width: 128px
}
#globalcss .notification {
	background-color: #f5f5f5;
	border-radius: 4px;
	position: relative;
	padding: 1.25rem 2.5rem 1.25rem 1.5rem
}
#globalcss .notification a:not(.button):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline
}
#globalcss .notification strong {
	color: currentColor
}
#globalcss .notification code, #globalcss .notification pre {
	background: #fff
}
#globalcss .notification pre code {
	background: 0 0
}
#globalcss .notification>.delete {
	right: .5rem;
	position: absolute;
	top: .5rem
}
#globalcss .notification .content, #globalcss .notification .subtitle, #globalcss .notification .title {
	color: currentColor
}
#globalcss .notification.is-white {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .notification.is-black {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .notification.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .notification.is-dark {
	background-color: #363636;
	color: #fff
}
#globalcss .notification.is-primary {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .notification.is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e
}
#globalcss .notification.is-link {
	background-color: #3273dc;
	color: #fff
}
#globalcss .notification.is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4
}
#globalcss .notification.is-info {
	background-color: #3298dc;
	color: #fff
}
#globalcss .notification.is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa
}
#globalcss .notification.is-success {
	background-color: #48c774;
	color: #fff
}
#globalcss .notification.is-success.is-light {
	background-color: #effaf3;
	color: #257942
}
#globalcss .notification.is-warning {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .notification.is-warning.is-light {
	background-color: #fffbeb;
	color: #947600
}
#globalcss .notification.is-danger {
	background-color: #f14668;
	color: #fff
}
#globalcss .notification.is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35
}
#globalcss .progress {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 290486px;
	display: block;
	height: 1rem;
	overflow: hidden;
	padding: 0;
	width: 100%
}
 #globalcss .progress::-webkit-progress-bar {
 background-color: #ededed
}
 #globalcss .progress::-webkit-progress-value {
 background-color: #4a4a4a
}
 #globalcss .progress::-moz-progress-bar {
 background-color: #4a4a4a
}
 #globalcss .progress::-ms-fill {
 background-color: #4a4a4a;
 border: none
}
 #globalcss .progress.is-white::-webkit-progress-value {
 background-color: #fff
}
 #globalcss .progress.is-white::-moz-progress-bar {
 background-color: #fff
}
 #globalcss .progress.is-white::-ms-fill {
 background-color: #fff
}
#globalcss .progress.is-white:indeterminate {
	background-image: linear-gradient(to right, #globalcss #fff 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-black::-webkit-progress-value {
 background-color: #0a0a0a
}
 #globalcss .progress.is-black::-moz-progress-bar {
 background-color: #0a0a0a
}
 #globalcss .progress.is-black::-ms-fill {
 background-color: #0a0a0a
}
#globalcss .progress.is-black:indeterminate {
	background-image: linear-gradient(to right, #globalcss #0a0a0a 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-light::-webkit-progress-value {
 background-color: #f5f5f5
}
 #globalcss .progress.is-light::-moz-progress-bar {
 background-color: #f5f5f5
}
 #globalcss .progress.is-light::-ms-fill {
 background-color: #f5f5f5
}
#globalcss .progress.is-light:indeterminate {
	background-image: linear-gradient(to right, #globalcss #f5f5f5 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-dark::-webkit-progress-value {
 background-color: #363636
}
 #globalcss .progress.is-dark::-moz-progress-bar {
 background-color: #363636
}
 #globalcss .progress.is-dark::-ms-fill {
 background-color: #363636
}
#globalcss .progress.is-dark:indeterminate {
	background-image: linear-gradient(to right, #globalcss #363636 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-primary::-webkit-progress-value {
 background-color: #00d1b2
}
 #globalcss .progress.is-primary::-moz-progress-bar {
 background-color: #00d1b2
}
 #globalcss .progress.is-primary::-ms-fill {
 background-color: #00d1b2
}
#globalcss .progress.is-primary:indeterminate {
	background-image: linear-gradient(to right, #globalcss #00d1b2 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-link::-webkit-progress-value {
 background-color: #3273dc
}
 #globalcss .progress.is-link::-moz-progress-bar {
 background-color: #3273dc
}
 #globalcss .progress.is-link::-ms-fill {
 background-color: #3273dc
}
#globalcss .progress.is-link:indeterminate {
	background-image: linear-gradient(to right, #globalcss #3273dc 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-info::-webkit-progress-value {
 background-color: #3298dc
}
 #globalcss .progress.is-info::-moz-progress-bar {
 background-color: #3298dc
}
 #globalcss .progress.is-info::-ms-fill {
 background-color: #3298dc
}
#globalcss .progress.is-info:indeterminate {
	background-image: linear-gradient(to right, #globalcss #3298dc 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-success::-webkit-progress-value {
 background-color: #48c774
}
 #globalcss .progress.is-success::-moz-progress-bar {
 background-color: #48c774
}
 #globalcss .progress.is-success::-ms-fill {
 background-color: #48c774
}
#globalcss .progress.is-success:indeterminate {
	background-image: linear-gradient(to right, #globalcss #48c774 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-warning::-webkit-progress-value {
 background-color: #ffdd57
}
 #globalcss .progress.is-warning::-moz-progress-bar {
 background-color: #ffdd57
}
 #globalcss .progress.is-warning::-ms-fill {
 background-color: #ffdd57
}
#globalcss .progress.is-warning:indeterminate {
	background-image: linear-gradient(to right, #globalcss #ffdd57 30%, #globalcss #ededed 30%)
}
 #globalcss .progress.is-danger::-webkit-progress-value {
 background-color: #f14668
}
 #globalcss .progress.is-danger::-moz-progress-bar {
 background-color: #f14668
}
 #globalcss .progress.is-danger::-ms-fill {
 background-color: #f14668
}
#globalcss .progress.is-danger:indeterminate {
	background-image: linear-gradient(to right, #globalcss #f14668 30%, #globalcss #ededed 30%)
}
#globalcss .progress:indeterminate {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: moveIndeterminate;
	animation-name: moveIndeterminate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #ededed;
	background-image: linear-gradient(to right, #globalcss #4a4a4a 30%, #globalcss #ededed 30%);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 150% 150%
}
 #globalcss .progress:indeterminate::-webkit-progress-bar {
 background-color: transparent
}
 #globalcss .progress:indeterminate::-moz-progress-bar {
 background-color: transparent
}
 #globalcss .progress:indeterminate::-ms-fill {
 animation-name: none
}
#globalcss .progress.is-small {
	height: .75rem
}
#globalcss .progress.is-medium {
	height: 1.25rem
}
#globalcss .progress.is-large {
	height: 1.5rem
}
 @-webkit-keyframes moveIndeterminate {
 from {
 background-position: 200% 0
}
 #globalcss to {
 background-position: -200% 0
}
}
 @keyframes moveIndeterminate {
 from {
 background-position: 200% 0
}
 #globalcss to {
 background-position: -200% 0
}
}
#globalcss .table {
	background-color: #fff;
	color: #363636
}
#globalcss .table td, #globalcss .table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top
}
#globalcss .table td.is-white, #globalcss .table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}
#globalcss .table td.is-black, #globalcss .table th.is-black {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
#globalcss .table td.is-light, #globalcss .table th.is-light {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .table td.is-dark, #globalcss .table th.is-dark {
	background-color: #363636;
	border-color: #363636;
	color: #fff
}
#globalcss .table td.is-primary, #globalcss .table th.is-primary {
	background-color: #00d1b2;
	border-color: #00d1b2;
	color: #fff
}
#globalcss .table td.is-link, #globalcss .table th.is-link {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff
}
#globalcss .table td.is-info, #globalcss .table th.is-info {
	background-color: #3298dc;
	border-color: #3298dc;
	color: #fff
}
#globalcss .table td.is-success, #globalcss .table th.is-success {
	background-color: #48c774;
	border-color: #48c774;
	color: #fff
}
#globalcss .table td.is-warning, #globalcss .table th.is-warning {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .table td.is-danger, #globalcss .table th.is-danger {
	background-color: #f14668;
	border-color: #f14668;
	color: #fff
}
#globalcss .table td.is-narrow, #globalcss .table th.is-narrow {
	white-space: nowrap;
	width: 1%
}
#globalcss .table td.is-selected, #globalcss .table th.is-selected {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .table td.is-selected a, #globalcss .table td.is-selected strong, #globalcss .table th.is-selected a, #globalcss .table th.is-selected strong {
	color: currentColor
}
#globalcss .table td.is-vcentered, #globalcss .table th.is-vcentered {
	vertical-align: middle
}
#globalcss .table th {
	color: #363636
}
#globalcss .table th:not([align]) {
	text-align: inherit
}
#globalcss .table tr.is-selected {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .table tr.is-selected a, #globalcss .table tr.is-selected strong {
	color: currentColor
}
#globalcss .table tr.is-selected td, #globalcss .table tr.is-selected th {
	border-color: #fff;
	color: currentColor
}
#globalcss .table thead {
	background-color: transparent
}
#globalcss .table thead td, #globalcss .table thead th {
	border-width: 0 0 2px;
	color: #363636
}
#globalcss .table tfoot {
	background-color: transparent
}
#globalcss .table tfoot td, #globalcss .table tfoot th {
	border-width: 2px 0 0;
	color: #363636
}
#globalcss .table tbody {
	background-color: transparent
}
#globalcss .table tbody tr:last-child td, #globalcss .table tbody tr:last-child th {
	border-bottom-width: 0
}
#globalcss .table.is-bordered td, #globalcss .table.is-bordered th {
	border-width: 1px
}
#globalcss .table.is-bordered tr:last-child td, #globalcss .table.is-bordered tr:last-child th {
	border-bottom-width: 1px
}
#globalcss .table.is-fullwidth {
	width: 100%
}
#globalcss .table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: #fafafa
}
#globalcss .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: #fafafa
}
#globalcss .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #f5f5f5
}
#globalcss .table.is-narrow td, #globalcss .table.is-narrow th {
	padding: .25em .5em
}
#globalcss .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
	background-color: #fafafa
}
#globalcss .table-container {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden;
	max-width: 100%
}
#globalcss .tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
#globalcss .tags .tag {
	margin-bottom: .5rem
}
#globalcss .tags .tag:not(:last-child) {
	margin-right: .5rem
}
#globalcss .tags:last-child {
	margin-bottom: -.5rem
}
#globalcss .tags:not(:last-child) {
	margin-bottom: 1rem
}
#globalcss .tags.are-medium .tag:not(.is-normal):not(.is-large) {
	font-size: 1rem
}
#globalcss .tags.are-large .tag:not(.is-normal):not(.is-medium) {
	font-size: 1.25rem
}
#globalcss .tags.is-centered {
	justify-content: center
}
#globalcss .tags.is-centered .tag {
	margin-right: .25rem;
	margin-left: .25rem
}
#globalcss .tags.is-right {
	justify-content: flex-end
}
#globalcss .tags.is-right .tag:not(:first-child) {
	margin-left: .5rem
}
#globalcss .tags.is-right .tag:not(:last-child) {
	margin-right: 0
}
#globalcss .tags.has-addons .tag {
	margin-right: 0
}
#globalcss .tags.has-addons .tag:not(:first-child) {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
#globalcss .tags.has-addons .tag:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
#globalcss .tag:not(body) {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: #4a4a4a;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap
}
#globalcss .tag:not(body) .delete {
	margin-left: .25rem;
	margin-right: -.375rem
}
#globalcss .tag:not(body).is-white {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .tag:not(body).is-black {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .tag:not(body).is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .tag:not(body).is-dark {
	background-color: #363636;
	color: #fff
}
#globalcss .tag:not(body).is-primary {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .tag:not(body).is-primary.is-light {
	background-color: #ebfffc;
	color: #00947e
}
#globalcss .tag:not(body).is-link {
	background-color: #3273dc;
	color: #fff
}
#globalcss .tag:not(body).is-link.is-light {
	background-color: #eef3fc;
	color: #2160c4
}
#globalcss .tag:not(body).is-info {
	background-color: #3298dc;
	color: #fff
}
#globalcss .tag:not(body).is-info.is-light {
	background-color: #eef6fc;
	color: #1d72aa
}
#globalcss .tag:not(body).is-success {
	background-color: #48c774;
	color: #fff
}
#globalcss .tag:not(body).is-success.is-light {
	background-color: #effaf3;
	color: #257942
}
#globalcss .tag:not(body).is-warning {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .tag:not(body).is-warning.is-light {
	background-color: #fffbeb;
	color: #947600
}
#globalcss .tag:not(body).is-danger {
	background-color: #f14668;
	color: #fff
}
#globalcss .tag:not(body).is-danger.is-light {
	background-color: #feecf0;
	color: #cc0f35
}
#globalcss .tag:not(body).is-normal {
	font-size: .75rem
}
#globalcss .tag:not(body).is-medium {
	font-size: 1rem
}
#globalcss .tag:not(body).is-large {
	font-size: 1.25rem
}
#globalcss .tag:not(body) .icon:first-child:not(:last-child) {
	margin-left: -.375em;
	margin-right: .1875em
}
#globalcss .tag:not(body) .icon:last-child:not(:first-child) {
	margin-left: .1875em;
	margin-right: -.375em
}
#globalcss .tag:not(body) .icon:first-child:last-child {
	margin-left: -.375em;
	margin-right: -.375em
}
#globalcss .tag:not(body).is-delete {
	margin-left: 1px;
	padding: 0;
	position: relative;
	width: 2em
}
#globalcss .tag:not(body).is-delete::after, #globalcss .tag:not(body).is-delete::before {
	background-color: currentColor;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center
}
#globalcss .tag:not(body).is-delete::before {
	height: 1px;
	width: 50%
}
#globalcss .tag:not(body).is-delete::after {
	height: 50%;
	width: 1px
}
#globalcss .tag:not(body).is-delete:focus, #globalcss .tag:not(body).is-delete:hover {
	background-color: #e8e8e8
}
#globalcss .tag:not(body).is-delete:active {
	background-color: #dbdbdb
}
#globalcss .tag:not(body).is-rounded {
	border-radius: 290486px
}
#globalcss a.tag:hover {
	text-decoration: underline
}
#globalcss .subtitle, #globalcss .title {
	word-break: break-word
}
#globalcss .subtitle em, #globalcss .subtitle span, #globalcss .title em, #globalcss .title span {
	font-weight: inherit
}
#globalcss .subtitle sub, #globalcss .title sub {
	font-size: .75em
}
#globalcss .subtitle sup, #globalcss .title sup {
	font-size: .75em
}
#globalcss .subtitle .tag, #globalcss .title .tag {
	vertical-align: middle
}
#globalcss .title {
	color: #363636;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125
}
#globalcss .title strong {
	color: inherit;
	font-weight: inherit
}
#globalcss .title+.highlight {
	margin-top: -.75rem
}
#globalcss .title:not(.is-spaced)+.subtitle {
	margin-top: -1.25rem
}
#globalcss .title.is-1 {
	font-size: 3rem
}
#globalcss .title.is-2 {
	font-size: 2.5rem
}
#globalcss .title.is-3 {
	font-size: 2rem
}
#globalcss .title.is-4 {
	font-size: 1.3rem
}
#globalcss .title.is-5 {
	font-size: 1.25rem
}
#globalcss .title.is-6 {
	font-size: 1rem
}
#globalcss .title.is-7 {
	font-size: .75rem
}
#globalcss .subtitle {
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25
}
#globalcss .subtitle strong {
	color: #363636;
	font-weight: 600
}
#globalcss .subtitle:not(.is-spaced)+.title {
	margin-top: -1.25rem
}
#globalcss .subtitle.is-1 {
	font-size: 3rem
}
#globalcss .subtitle.is-2 {
	font-size: 2.5rem
}
#globalcss .subtitle.is-3 {
	font-size: 2rem
}
#globalcss .subtitle.is-4 {
	font-size: 1.5rem
}
#globalcss .subtitle.is-5 {
	font-size: 1.25rem
}
#globalcss .subtitle.is-6 {
	font-size: 0.9rem
}
#globalcss .subtitle.is-7 {
	font-size: .75rem
}
#globalcss .heading {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase
}
#globalcss .highlight {
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	padding: 0
}
#globalcss .highlight pre {
	overflow: auto;
	max-width: 100%
}
#globalcss .number {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 290486px;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2em;
	justify-content: center;
	margin-right: 1.5rem;
	min-width: 2.5em;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: top
}
#globalcss .input, #globalcss .select select, #globalcss .textarea {
	background-color: #fff;
	border-color: #dbdbdb;
	border-radius: 4px;
	color: #363636
}
 #globalcss .input::-moz-placeholder, #globalcss .select select::-moz-placeholder, #globalcss .textarea::-moz-placeholder {
 color: rgba(54, 54, 54, .3)
}
 #globalcss .input::-webkit-input-placeholder, #globalcss .select select::-webkit-input-placeholder, #globalcss .textarea::-webkit-input-placeholder {
 color: rgba(54, 54, 54, .3)
}
 #globalcss .input:-moz-placeholder, #globalcss .select select:-moz-placeholder, #globalcss .textarea:-moz-placeholder {
 color: rgba(54, 54, 54, .3)
}
 #globalcss .input:-ms-input-placeholder, #globalcss .select select:-ms-input-placeholder, #globalcss .textarea:-ms-input-placeholder {
 color: rgba(54, 54, 54, .3)
}
#globalcss .input:hover, #globalcss .is-hovered.input, #globalcss .is-hovered.textarea, #globalcss .select select.is-hovered, #globalcss .select select:hover, #globalcss .textarea:hover {
	border-color: #b5b5b5
}
#globalcss .input:active, #globalcss .input:focus, #globalcss .is-active.input, #globalcss .is-active.textarea, #globalcss .is-focused.input, #globalcss .is-focused.textarea, #globalcss .select select.is-active, #globalcss .select select.is-focused, #globalcss .select select:active, #globalcss .select select:focus, #globalcss .textarea:active, #globalcss .textarea:focus {
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}
#globalcss .input[disabled], #globalcss .select fieldset[disabled] select, #globalcss .select select[disabled], #globalcss .textarea[disabled], #globalcss fieldset[disabled] .input, #globalcss fieldset[disabled] .select select, #globalcss fieldset[disabled] .textarea {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a
}
 #globalcss .input[disabled]::-moz-placeholder, #globalcss .select fieldset[disabled] select::-moz-placeholder, #globalcss .select select[disabled]::-moz-placeholder, #globalcss .textarea[disabled]::-moz-placeholder, #globalcss fieldset[disabled] .input::-moz-placeholder, #globalcss fieldset[disabled] .select select::-moz-placeholder, #globalcss fieldset[disabled] .textarea::-moz-placeholder {
 color: rgba(122, 122, 122, .3)
}
 #globalcss .input[disabled]::-webkit-input-placeholder, #globalcss .select fieldset[disabled] select::-webkit-input-placeholder, #globalcss .select select[disabled]::-webkit-input-placeholder, #globalcss .textarea[disabled]::-webkit-input-placeholder, #globalcss fieldset[disabled] .input::-webkit-input-placeholder, #globalcss fieldset[disabled] .select select::-webkit-input-placeholder, #globalcss fieldset[disabled] .textarea::-webkit-input-placeholder {
 color: rgba(122, 122, 122, .3)
}
 #globalcss .input[disabled]:-moz-placeholder, #globalcss .select fieldset[disabled] select:-moz-placeholder, #globalcss .select select[disabled]:-moz-placeholder, #globalcss .textarea[disabled]:-moz-placeholder, #globalcss fieldset[disabled] .input:-moz-placeholder, #globalcss fieldset[disabled] .select select:-moz-placeholder, #globalcss fieldset[disabled] .textarea:-moz-placeholder {
 color: rgba(122, 122, 122, .3)
}
 #globalcss .input[disabled]:-ms-input-placeholder, #globalcss .select fieldset[disabled] select:-ms-input-placeholder, #globalcss .select select[disabled]:-ms-input-placeholder, #globalcss .textarea[disabled]:-ms-input-placeholder, #globalcss fieldset[disabled] .input:-ms-input-placeholder, #globalcss fieldset[disabled] .select select:-ms-input-placeholder, #globalcss fieldset[disabled] .textarea:-ms-input-placeholder {
 color: rgba(122, 122, 122, .3)
}
#globalcss .input, #globalcss .textarea {
	box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
	max-width: 100%;
	width: 100%
}
#globalcss .input[readonly], #globalcss .textarea[readonly] {
	box-shadow: none
}
#globalcss .is-white.input, #globalcss .is-white.textarea {
	border-color: #fff
}
#globalcss .is-white.input:active, #globalcss .is-white.input:focus, #globalcss .is-white.is-active.input, #globalcss .is-white.is-active.textarea, #globalcss .is-white.is-focused.input, #globalcss .is-white.is-focused.textarea, #globalcss .is-white.textarea:active, #globalcss .is-white.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}
#globalcss .is-black.input, #globalcss .is-black.textarea {
	border-color: #0a0a0a
}
#globalcss .is-black.input:active, #globalcss .is-black.input:focus, #globalcss .is-black.is-active.input, #globalcss .is-black.is-active.textarea, #globalcss .is-black.is-focused.input, #globalcss .is-black.is-focused.textarea, #globalcss .is-black.textarea:active, #globalcss .is-black.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
#globalcss .is-light.input, #globalcss .is-light.textarea {
	border-color: #f5f5f5
}
#globalcss .is-light.input:active, #globalcss .is-light.input:focus, #globalcss .is-light.is-active.input, #globalcss .is-light.is-active.textarea, #globalcss .is-light.is-focused.input, #globalcss .is-light.is-focused.textarea, #globalcss .is-light.textarea:active, #globalcss .is-light.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}
#globalcss .is-dark.input, #globalcss .is-dark.textarea {
	border-color: #363636
}
#globalcss .is-dark.input:active, #globalcss .is-dark.input:focus, #globalcss .is-dark.is-active.input, #globalcss .is-dark.is-active.textarea, #globalcss .is-dark.is-focused.input, #globalcss .is-dark.is-focused.textarea, #globalcss .is-dark.textarea:active, #globalcss .is-dark.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
#globalcss .is-primary.input, #globalcss .is-primary.textarea {
	border-color: #00d1b2
}
#globalcss .is-primary.input:active, #globalcss .is-primary.input:focus, #globalcss .is-primary.is-active.input, #globalcss .is-primary.is-active.textarea, #globalcss .is-primary.is-focused.input, #globalcss .is-primary.is-focused.textarea, #globalcss .is-primary.textarea:active, #globalcss .is-primary.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}
#globalcss .is-link.input, #globalcss .is-link.textarea {
	border-color: #3273dc
}
#globalcss .is-link.input:active, #globalcss .is-link.input:focus, #globalcss .is-link.is-active.input, #globalcss .is-link.is-active.textarea, #globalcss .is-link.is-focused.input, #globalcss .is-link.is-focused.textarea, #globalcss .is-link.textarea:active, #globalcss .is-link.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}
#globalcss .is-info.input, #globalcss .is-info.textarea {
	border-color: #3298dc
}
#globalcss .is-info.input:active, #globalcss .is-info.input:focus, #globalcss .is-info.is-active.input, #globalcss .is-info.is-active.textarea, #globalcss .is-info.is-focused.input, #globalcss .is-info.is-focused.textarea, #globalcss .is-info.textarea:active, #globalcss .is-info.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(50, 152, 220, .25)
}
#globalcss .is-success.input, #globalcss .is-success.textarea {
	border-color: #48c774
}
#globalcss .is-success.input:active, #globalcss .is-success.input:focus, #globalcss .is-success.is-active.input, #globalcss .is-success.is-active.textarea, #globalcss .is-success.is-focused.input, #globalcss .is-success.is-focused.textarea, #globalcss .is-success.textarea:active, #globalcss .is-success.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
#globalcss .is-warning.input, #globalcss .is-warning.textarea {
	border-color: #ffdd57
}
#globalcss .is-warning.input:active, #globalcss .is-warning.input:focus, #globalcss .is-warning.is-active.input, #globalcss .is-warning.is-active.textarea, #globalcss .is-warning.is-focused.input, #globalcss .is-warning.is-focused.textarea, #globalcss .is-warning.textarea:active, #globalcss .is-warning.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
#globalcss .is-danger.input, #globalcss .is-danger.textarea {
	border-color: #f14668
}
#globalcss .is-danger.input:active, #globalcss .is-danger.input:focus, #globalcss .is-danger.is-active.input, #globalcss .is-danger.is-active.textarea, #globalcss .is-danger.is-focused.input, #globalcss .is-danger.is-focused.textarea, #globalcss .is-danger.textarea:active, #globalcss .is-danger.textarea:focus {
	box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
#globalcss .is-small.input, #globalcss .is-small.textarea {
	border-radius: 2px;
	font-size: .75rem
}
#globalcss .is-medium.input, #globalcss .is-medium.textarea {
	font-size: 1.25rem
}
#globalcss .is-large.input, #globalcss .is-large.textarea {
	font-size: 1.5rem
}
#globalcss .is-fullwidth.input, #globalcss .is-fullwidth.textarea {
	display: block;
	width: 100%
}
#globalcss .is-inline.input, #globalcss .is-inline.textarea {
	display: inline;
	width: auto
}
#globalcss .input.is-rounded {
	border-radius: 290486px;
	padding-left: calc(calc(.75em - 1px) + .375em);
	padding-right: calc(calc(.75em - 1px) + .375em)
}
#globalcss .input.is-static {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0
}
#globalcss .textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: calc(.75em - 1px);
	resize: vertical
}
#globalcss .textarea:not([rows]) {
	max-height: 40em;
	min-height: 8em
}
#globalcss .textarea[rows] {
	height: initial
}
#globalcss .textarea.has-fixed-size {
	resize: none
}
#globalcss .checkbox, #globalcss .radio {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative
}
#globalcss .checkbox input, #globalcss .radio input {
	cursor: pointer
}
#globalcss .checkbox:hover, #globalcss .radio:hover {
	color: #363636
}
#globalcss .checkbox input[disabled], #globalcss .checkbox[disabled], #globalcss .radio input[disabled], #globalcss .radio[disabled], #globalcss fieldset[disabled] .checkbox, #globalcss fieldset[disabled] .radio {
	color: #7a7a7a;
	cursor: not-allowed
}
#globalcss .radio+.radio {
	margin-left: .5em;
	vertical-align: bottom !important;
}
#globalcss .select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top
}
#globalcss .select:not(.is-multiple) {
	height: 2.5em
}
#globalcss .select:not(.is-multiple):not(.is-loading)::after {
	border-color: #3273dc;
	right: 1.125em;
	z-index: 4
}
#globalcss .select.is-rounded select {
	border-radius: 290486px;
	padding-left: 1em
}
#globalcss .select select {
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: 0
}
 #globalcss .select select::-ms-expand {
 display: none
}
#globalcss .select select[disabled]:hover, #globalcss fieldset[disabled] .select select:hover {
	border-color: #f5f5f5
}
#globalcss .select select:not([multiple]) {
	padding-right: 2.5em
}
#globalcss .select select[multiple] {
	height: auto;
	padding: 0
}
#globalcss .select select[multiple] option {
	padding: .5em 1em
}
#globalcss .select:not(.is-multiple):not(.is-loading):hover::after {
	border-color: #363636
}
#globalcss .select.is-white:not(:hover)::after {
	border-color: #fff
}
#globalcss .select.is-white select {
	border-color: #fff
}
#globalcss .select.is-white select.is-hovered, #globalcss .select.is-white select:hover {
	border-color: #f2f2f2
}
#globalcss .select.is-white select.is-active, #globalcss .select.is-white select.is-focused, #globalcss .select.is-white select:active, #globalcss .select.is-white select:focus {
	box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}
#globalcss .select.is-black:not(:hover)::after {
	border-color: #0a0a0a
}
#globalcss .select.is-black select {
	border-color: #0a0a0a
}
#globalcss .select.is-black select.is-hovered, #globalcss .select.is-black select:hover {
	border-color: #000
}
#globalcss .select.is-black select.is-active, #globalcss .select.is-black select.is-focused, #globalcss .select.is-black select:active, #globalcss .select.is-black select:focus {
	box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}
#globalcss .select.is-light:not(:hover)::after {
	border-color: #f5f5f5
}
#globalcss .select.is-light select {
	border-color: #f5f5f5
}
#globalcss .select.is-light select.is-hovered, #globalcss .select.is-light select:hover {
	border-color: #e8e8e8
}
#globalcss .select.is-light select.is-active, #globalcss .select.is-light select.is-focused, #globalcss .select.is-light select:active, #globalcss .select.is-light select:focus {
	box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}
#globalcss .select.is-dark:not(:hover)::after {
	border-color: #363636
}
#globalcss .select.is-dark select {
	border-color: #363636
}
#globalcss .select.is-dark select.is-hovered, #globalcss .select.is-dark select:hover {
	border-color: #292929
}
#globalcss .select.is-dark select.is-active, #globalcss .select.is-dark select.is-focused, #globalcss .select.is-dark select:active, #globalcss .select.is-dark select:focus {
	box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}
#globalcss .select.is-primary:not(:hover)::after {
	border-color: #00d1b2
}
#globalcss .select.is-primary select {
	border-color: #00d1b2
}
#globalcss .select.is-primary select.is-hovered, #globalcss .select.is-primary select:hover {
	border-color: #00b89c
}
#globalcss .select.is-primary select.is-active, #globalcss .select.is-primary select.is-focused, #globalcss .select.is-primary select:active, #globalcss .select.is-primary select:focus {
	box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}
#globalcss .select.is-link:not(:hover)::after {
	border-color: #3273dc
}
#globalcss .select.is-link select {
	border-color: #3273dc
}
#globalcss .select.is-link select.is-hovered, #globalcss .select.is-link select:hover {
	border-color: #2366d1
}
#globalcss .select.is-link select.is-active, #globalcss .select.is-link select.is-focused, #globalcss .select.is-link select:active, #globalcss .select.is-link select:focus {
	box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}
#globalcss .select.is-info:not(:hover)::after {
	border-color: #3298dc
}
#globalcss .select.is-info select {
	border-color: #3298dc
}
#globalcss .select.is-info select.is-hovered, #globalcss .select.is-info select:hover {
	border-color: #238cd1
}
#globalcss .select.is-info select.is-active, #globalcss .select.is-info select.is-focused, #globalcss .select.is-info select:active, #globalcss .select.is-info select:focus {
	box-shadow: 0 0 0 .125em rgba(50, 152, 220, .25)
}
#globalcss .select.is-success:not(:hover)::after {
	border-color: #48c774
}
#globalcss .select.is-success select {
	border-color: #48c774
}
#globalcss .select.is-success select.is-hovered, #globalcss .select.is-success select:hover {
	border-color: #3abb67
}
#globalcss .select.is-success select.is-active, #globalcss .select.is-success select.is-focused, #globalcss .select.is-success select:active, #globalcss .select.is-success select:focus {
	box-shadow: 0 0 0 .125em rgba(72, 199, 116, .25)
}
#globalcss .select.is-warning:not(:hover)::after {
	border-color: #ffdd57
}
#globalcss .select.is-warning select {
	border-color: #ffdd57
}
#globalcss .select.is-warning select.is-hovered, #globalcss .select.is-warning select:hover {
	border-color: #ffd83d
}
#globalcss .select.is-warning select.is-active, #globalcss .select.is-warning select.is-focused, #globalcss .select.is-warning select:active, #globalcss .select.is-warning select:focus {
	box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}
#globalcss .select.is-danger:not(:hover)::after {
	border-color: #f14668
}
#globalcss .select.is-danger select {
	border-color: #f14668
}
#globalcss .select.is-danger select.is-hovered, #globalcss .select.is-danger select:hover {
	border-color: #ef2e55
}
#globalcss .select.is-danger select.is-active, #globalcss .select.is-danger select.is-focused, #globalcss .select.is-danger select:active, #globalcss .select.is-danger select:focus {
	box-shadow: 0 0 0 .125em rgba(241, 70, 104, .25)
}
#globalcss .select.is-small {
	border-radius: 2px;
	font-size: .75rem
}
#globalcss .select.is-medium {
	font-size: 1.25rem
}
#globalcss .select.is-large {
	font-size: 1.5rem
}
#globalcss .select.is-disabled::after {
	border-color: #7a7a7a
}
#globalcss .select.is-fullwidth {
	width: 100%
}
#globalcss .select.is-fullwidth select {
	width: 100%
}
#globalcss .select.is-loading::after {
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	transform: none
}
#globalcss .select.is-loading.is-small:after {
	font-size: .75rem
}
#globalcss .select.is-loading.is-medium:after {
	font-size: 1.25rem
}
#globalcss .select.is-loading.is-large:after {
	font-size: 1.5rem
}
#globalcss .file {
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	position: relative
}
#globalcss .file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .file.is-white.is-hovered .file-cta, #globalcss .file.is-white:hover .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .file.is-white.is-focused .file-cta, #globalcss .file.is-white:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
	color: #0a0a0a
}
#globalcss .file.is-white.is-active .file-cta, #globalcss .file.is-white:active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a
}
#globalcss .file.is-black .file-cta {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-black.is-hovered .file-cta, #globalcss .file.is-black:hover .file-cta {
	background-color: #040404;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-black.is-focused .file-cta, #globalcss .file.is-black:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
	color: #fff
}
#globalcss .file.is-black.is-active .file-cta, #globalcss .file.is-black:active .file-cta {
	background-color: #000;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-light .file-cta {
	background-color: #f5f5f5;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-light.is-hovered .file-cta, #globalcss .file.is-light:hover .file-cta {
	background-color: #eee;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-light.is-focused .file-cta, #globalcss .file.is-light:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-light.is-active .file-cta, #globalcss .file.is-light:active .file-cta {
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-dark .file-cta {
	background-color: #363636;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-dark.is-hovered .file-cta, #globalcss .file.is-dark:hover .file-cta {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-dark.is-focused .file-cta, #globalcss .file.is-dark:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
	color: #fff
}
#globalcss .file.is-dark.is-active .file-cta, #globalcss .file.is-dark:active .file-cta {
	background-color: #292929;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-primary .file-cta {
	background-color: #00d1b2;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-primary.is-hovered .file-cta, #globalcss .file.is-primary:hover .file-cta {
	background-color: #00c4a7;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-primary.is-focused .file-cta, #globalcss .file.is-primary:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
	color: #fff
}
#globalcss .file.is-primary.is-active .file-cta, #globalcss .file.is-primary:active .file-cta {
	background-color: #00b89c;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-link .file-cta {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-link.is-hovered .file-cta, #globalcss .file.is-link:hover .file-cta {
	background-color: #276cda;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-link.is-focused .file-cta, #globalcss .file.is-link:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
	color: #fff
}
#globalcss .file.is-link.is-active .file-cta, #globalcss .file.is-link:active .file-cta {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-info .file-cta {
	background-color: #3298dc;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-info.is-hovered .file-cta, #globalcss .file.is-info:hover .file-cta {
	background-color: #2793da;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-info.is-focused .file-cta, #globalcss .file.is-info:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50, 152, 220, .25);
	color: #fff
}
#globalcss .file.is-info.is-active .file-cta, #globalcss .file.is-info:active .file-cta {
	background-color: #238cd1;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-success .file-cta {
	background-color: #48c774;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-success.is-hovered .file-cta, #globalcss .file.is-success:hover .file-cta {
	background-color: #3ec46d;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-success.is-focused .file-cta, #globalcss .file.is-success:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(72, 199, 116, .25);
	color: #fff
}
#globalcss .file.is-success.is-active .file-cta, #globalcss .file.is-success:active .file-cta {
	background-color: #3abb67;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-warning .file-cta {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-warning.is-hovered .file-cta, #globalcss .file.is-warning:hover .file-cta {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-warning.is-focused .file-cta, #globalcss .file.is-warning:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-warning.is-active .file-cta, #globalcss .file.is-warning:active .file-cta {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0, 0, 0, .7)
}
#globalcss .file.is-danger .file-cta {
	background-color: #f14668;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-danger.is-hovered .file-cta, #globalcss .file.is-danger:hover .file-cta {
	background-color: #f03a5f;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-danger.is-focused .file-cta, #globalcss .file.is-danger:focus .file-cta {
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(241, 70, 104, .25);
	color: #fff
}
#globalcss .file.is-danger.is-active .file-cta, #globalcss .file.is-danger:active .file-cta {
	background-color: #ef2e55;
	border-color: transparent;
	color: #fff
}
#globalcss .file.is-small {
	font-size: .75rem
}
#globalcss .file.is-medium {
	font-size: 1.25rem
}
#globalcss .file.is-medium .file-icon .fa {
	font-size: 21px
}
#globalcss .file.is-large {
	font-size: 1.5rem
}
#globalcss .file.is-large .file-icon .fa {
	font-size: 28px
}
#globalcss .file.has-name .file-cta {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
#globalcss .file.has-name .file-name {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
#globalcss .file.has-name.is-empty .file-cta {
	border-radius: 4px
}
#globalcss .file.has-name.is-empty .file-name {
	display: none
}
#globalcss .file.is-boxed .file-label {
	flex-direction: column
}
#globalcss .file.is-boxed .file-cta {
	flex-direction: column;
	height: auto;
	padding: 1em 3em
}
#globalcss .file.is-boxed .file-name {
	border-width: 0 1px 1px
}
#globalcss .file.is-boxed .file-icon {
	height: 1.5em;
	width: 1.5em
}
#globalcss .file.is-boxed .file-icon .fa {
	font-size: 21px
}
#globalcss .file.is-boxed.is-small .file-icon .fa {
	font-size: 14px
}
#globalcss .file.is-boxed.is-medium .file-icon .fa {
	font-size: 28px
}
#globalcss .file.is-boxed.is-large .file-icon .fa {
	font-size: 35px
}
#globalcss .file.is-boxed.has-name .file-cta {
	border-radius: 4px 4px 0 0
}
#globalcss .file.is-boxed.has-name .file-name {
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px
}
#globalcss .file.is-centered {
	justify-content: center
}
#globalcss .file.is-fullwidth .file-label {
	width: 100%
}
#globalcss .file.is-fullwidth .file-name {
	flex-grow: 1;
	max-width: none
}
#globalcss .file.is-right {
	justify-content: flex-end
}
#globalcss .file.is-right .file-cta {
	border-radius: 0 4px 4px 0
}
#globalcss .file.is-right .file-name {
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	order: -1
}
#globalcss .file-label {
	align-items: stretch;
	display: flex;
	cursor: pointer;
	justify-content: flex-start;
	overflow: hidden;
	position: relative
}
#globalcss .file-label:hover .file-cta {
	background-color: #eee;
	color: #363636
}
#globalcss .file-label:hover .file-name {
	border-color: #d5d5d5
}
#globalcss .file-label:active .file-cta {
	background-color: #e8e8e8;
	color: #363636
}
#globalcss .file-label:active .file-name {
	border-color: #cfcfcf
}
#globalcss .file-input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: 100%
}
#globalcss .file-cta, #globalcss .file-name {
	border-color: #dbdbdb;
	border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap
}
#globalcss .file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a
}
#globalcss .file-name {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: inherit;
	text-overflow: ellipsis
}
#globalcss .file-icon {
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	margin-right: .5em;
	width: 1em
}
#globalcss .file-icon .fa {
	font-size: 14px
}
#globalcss .label {
	color: #363636;
	display: block;
	font-size: 1rem;
	vertical-align: bottom !important;
	text-align: left;
}
#globalcss .label:not(:last-child) {
	margin-bottom: .5em
}
#globalcss .label.is-small {
	font-size: .75rem
}
#globalcss .label.is-medium {
	font-size: 1.25rem
}
#globalcss .label.is-large {
	font-size: 1.5rem
}
#globalcss .help {
	display: block;
	font-size: .75rem;
	margin-top: .25rem
}
#globalcss .help.is-white {
	color: #fff
}
#globalcss .help.is-black {
	color: #0a0a0a
}
#globalcss .help.is-light {
	color: #f5f5f5
}
#globalcss .help.is-dark {
	color: #363636
}
#globalcss .help.is-primary {
	color: #00d1b2
}
#globalcss .help.is-link {
	color: #3273dc
}
#globalcss .help.is-info {
	color: #3298dc
}
#globalcss .help.is-success {
	color: #48c774
}
#globalcss .help.is-warning {
	color: #ffdd57
}
#globalcss .help.is-danger {
	color: #f14668
}
#globalcss .field:not(:last-child) {
	margin-bottom: .75rem
}
#globalcss .field.has-addons {
	display: flex;
	justify-content: flex-start
}
#globalcss .field.has-addons .control:not(:last-child) {
	margin-right: -1px
}
#globalcss .field.has-addons .control:not(:first-child):not(:last-child) .button, #globalcss .field.has-addons .control:not(:first-child):not(:last-child) .input, #globalcss .field.has-addons .control:not(:first-child):not(:last-child) .select select {
	border-radius: 0
}
#globalcss .field.has-addons .control:first-child:not(:only-child) .button, #globalcss .field.has-addons .control:first-child:not(:only-child) .input, #globalcss .field.has-addons .control:first-child:not(:only-child) .select select {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
#globalcss .field.has-addons .control:last-child:not(:only-child) .button, #globalcss .field.has-addons .control:last-child:not(:only-child) .input, #globalcss .field.has-addons .control:last-child:not(:only-child) .select select {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
#globalcss .field.has-addons .control .button:not([disabled]).is-hovered, #globalcss .field.has-addons .control .button:not([disabled]):hover, #globalcss .field.has-addons .control .input:not([disabled]).is-hovered, #globalcss .field.has-addons .control .input:not([disabled]):hover, #globalcss .field.has-addons .control .select select:not([disabled]).is-hovered, #globalcss .field.has-addons .control .select select:not([disabled]):hover {
	z-index: 2
}
#globalcss .field.has-addons .control .button:not([disabled]).is-active, #globalcss .field.has-addons .control .button:not([disabled]).is-focused, #globalcss .field.has-addons .control .button:not([disabled]):active, #globalcss .field.has-addons .control .button:not([disabled]):focus, #globalcss .field.has-addons .control .input:not([disabled]).is-active, #globalcss .field.has-addons .control .input:not([disabled]).is-focused, #globalcss .field.has-addons .control .input:not([disabled]):active, #globalcss .field.has-addons .control .input:not([disabled]):focus, #globalcss .field.has-addons .control .select select:not([disabled]).is-active, #globalcss .field.has-addons .control .select select:not([disabled]).is-focused, #globalcss .field.has-addons .control .select select:not([disabled]):active, #globalcss .field.has-addons .control .select select:not([disabled]):focus {
	z-index: 3
}
#globalcss .field.has-addons .control .button:not([disabled]).is-active:hover, #globalcss .field.has-addons .control .button:not([disabled]).is-focused:hover, #globalcss .field.has-addons .control .button:not([disabled]):active:hover, #globalcss .field.has-addons .control .button:not([disabled]):focus:hover, #globalcss .field.has-addons .control .input:not([disabled]).is-active:hover, #globalcss .field.has-addons .control .input:not([disabled]).is-focused:hover, #globalcss .field.has-addons .control .input:not([disabled]):active:hover, #globalcss .field.has-addons .control .input:not([disabled]):focus:hover, #globalcss .field.has-addons .control .select select:not([disabled]).is-active:hover, #globalcss .field.has-addons .control .select select:not([disabled]).is-focused:hover, #globalcss .field.has-addons .control .select select:not([disabled]):active:hover, #globalcss .field.has-addons .control .select select:not([disabled]):focus:hover {
	z-index: 4
}
#globalcss .field.has-addons .control.is-expanded {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .field.has-addons.has-addons-centered {
	justify-content: center
}
#globalcss .field.has-addons.has-addons-right {
	justify-content: flex-end
}
#globalcss .field.has-addons.has-addons-fullwidth .control {
	flex-grow: 1;
	flex-shrink: 0
}
#globalcss .field.is-grouped {
	display: flex;
	justify-content: flex-start
}
#globalcss .field.is-grouped>.control {
	flex-shrink: 0
}
#globalcss .field.is-grouped>.control:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem
}
#globalcss .field.is-grouped>.control.is-expanded {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .field.is-grouped.is-grouped-centered {
	justify-content: center
}
#globalcss .field.is-grouped.is-grouped-right {
	justify-content: flex-end
}
#globalcss .field.is-grouped.is-grouped-multiline {
	flex-wrap: wrap
}
#globalcss .field.is-grouped.is-grouped-multiline>.control:last-child, #globalcss .field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
	margin-bottom: .75rem
}
#globalcss .field.is-grouped.is-grouped-multiline:last-child {
	margin-bottom: -.75rem
}
#globalcss .field.is-grouped.is-grouped-multiline:not(:last-child) {
	margin-bottom: 0
}

@media screen and (min-width:769px), print {
#globalcss .field.is-horizontal {
	display: flex
}
}
#globalcss .field-label .label {
	font-size: inherit
}

@media screen and (max-width:768px) {
#globalcss .field-label {
	margin-bottom: .5rem
}
}

@media screen and (min-width:769px), print {
#globalcss .field-label {
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	margin-right: 1.5rem;
	text-align: right
}
#globalcss .field-label.is-small {
	font-size: .75rem;
	padding-top: .375em
}
#globalcss .field-label.is-normal {
	padding-top: .375em
}
#globalcss .field-label.is-medium {
	font-size: 1.25rem;
	padding-top: .375em
}
#globalcss .field-label.is-large {
	font-size: 1.5rem;
	padding-top: .375em
}
}
#globalcss .field-body .field .field {
	margin-bottom: 0
}

@media screen and (min-width:769px), print {
#globalcss .field-body {
	display: flex;
	flex-basis: 0;
	flex-grow: 5;
	flex-shrink: 1
}
#globalcss .field-body .field {
	margin-bottom: 0
}
#globalcss .field-body>.field {
	flex-shrink: 1
}
#globalcss .field-body>.field:not(.is-narrow) {
	flex-grow: 1
}
#globalcss .field-body>.field:not(:last-child) {
	margin-right: .75rem
}
}
#globalcss .control {
	box-sizing: border-box;
	clear: both;
	font-size: 1rem;
	position: relative;
	text-align: inherit
}
#globalcss .control.has-icons-left .input:focus~.icon, #globalcss .control.has-icons-left .select:focus~.icon, #globalcss .control.has-icons-right .input:focus~.icon, #globalcss .control.has-icons-right .select:focus~.icon {
	color: #4a4a4a
}
#globalcss .control.has-icons-left .input.is-small~.icon, #globalcss .control.has-icons-left .select.is-small~.icon, #globalcss .control.has-icons-right .input.is-small~.icon, #globalcss .control.has-icons-right .select.is-small~.icon {
	font-size: .75rem
}
#globalcss .control.has-icons-left .input.is-medium~.icon, #globalcss .control.has-icons-left .select.is-medium~.icon, #globalcss .control.has-icons-right .input.is-medium~.icon, #globalcss .control.has-icons-right .select.is-medium~.icon {
	font-size: 1.25rem
}
#globalcss .control.has-icons-left .input.is-large~.icon, #globalcss .control.has-icons-left .select.is-large~.icon, #globalcss .control.has-icons-right .input.is-large~.icon, #globalcss .control.has-icons-right .select.is-large~.icon {
	font-size: 1.5rem
}
#globalcss .control.has-icons-left .icon, #globalcss .control.has-icons-right .icon {
	color: #dbdbdb;
	height: 2.5em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.5em;
	z-index: 4
}
#globalcss .control.has-icons-left .input, #globalcss .control.has-icons-left .select select {
	padding-left: 2.5em
}
#globalcss .control.has-icons-left .icon.is-left {
	left: 0
}
#globalcss .control.has-icons-right .input, #globalcss .control.has-icons-right .select select {
	padding-right: 2.5em
}
#globalcss .control.has-icons-right .icon.is-right {
	right: 0
}
#globalcss .control.is-loading::after {
	position: absolute !important;
	right: .625em;
	top: .625em;
	z-index: 4
}
#globalcss .control.is-loading.is-small:after {
	font-size: .75rem
}
#globalcss .control.is-loading.is-medium:after {
	font-size: 1.25rem
}
#globalcss .control.is-loading.is-large:after {
	font-size: 1.5rem
}
#globalcss .breadcrumb {
	font-size: 1rem;
	white-space: nowrap
}
#globalcss .breadcrumb a {
	align-items: center;
	color: #3273dc;
	display: flex;
	justify-content: center;
	padding: 0 .75em
}
#globalcss .breadcrumb a:hover {
	color: #363636
}
#globalcss .breadcrumb li {
	align-items: center;
	display: flex
}
#globalcss .breadcrumb li:first-child a {
	padding-left: 0
}
#globalcss .breadcrumb li.is-active a {
	color: #363636;
	cursor: default;
	pointer-events: none
}
#globalcss .breadcrumb li+li::before {
	color: #b5b5b5;
	content: "\0002f"
}
#globalcss .breadcrumb ol, #globalcss .breadcrumb ul {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
#globalcss .breadcrumb .icon:first-child {
	margin-right: .5em
}
#globalcss .breadcrumb .icon:last-child {
	margin-left: .5em
}
#globalcss .breadcrumb.is-centered ol, #globalcss .breadcrumb.is-centered ul {
	justify-content: center
}
#globalcss .breadcrumb.is-right ol, #globalcss .breadcrumb.is-right ul {
	justify-content: flex-end
}
#globalcss .breadcrumb.is-small {
	font-size: .75rem
}
#globalcss .breadcrumb.is-medium {
	font-size: 1.25rem
}
#globalcss .breadcrumb.is-large {
	font-size: 1.5rem
}
#globalcss .breadcrumb.has-arrow-separator li+li::before {
	content: "\02192"
}
#globalcss .breadcrumb.has-bullet-separator li+li::before {
	content: "\02022"
}
#globalcss .breadcrumb.has-dot-separator li+li::before {
	content: "\000b7"
}
#globalcss .breadcrumb.has-succeeds-separator li+li::before {
	content: "\0227B"
}
#globalcss .card {
	background-color: #fff;
	border-radius: .25rem;
	box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
	color: #4a4a4a;
	max-width: 100%;
	position: relative
}
#globalcss .card-content:first-child, #globalcss .card-footer:first-child, #globalcss .card-header:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
#globalcss .card-content:last-child, #globalcss .card-footer:last-child, #globalcss .card-header:last-child {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}
#globalcss .card-header {
	background-color: transparent;
	align-items: stretch;
	box-shadow: 0 .125em .25em rgba(10, 10, 10, .1);
	display: flex
}
#globalcss .card-header-title {
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: .75rem 1rem
}
#globalcss .card-header-title.is-centered {
	justify-content: center
}
#globalcss .card-header-icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: .75rem 1rem
}
#globalcss .card-image {
	display: block;
	position: relative
}
#globalcss .card-image:first-child img {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
#globalcss .card-image:last-child img {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}
#globalcss .card-content {
	background-color: transparent;
	padding: 1.5rem
}
#globalcss .card-footer {
	background-color: transparent;
	border-top: 1px solid #ededed;
	align-items: stretch;
	display: flex
}
#globalcss .card-footer-item {
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	padding: .75rem
}
#globalcss .card-footer-item:not(:last-child) {
	border-right: 1px solid #ededed
}
#globalcss .card .media:not(:last-child) {
	margin-bottom: 1.5rem
}
#globalcss .card-content .content {
	padding: 0;
	border: none;
}
#globalcss .dropdown {
	display: inline-flex;
	position: relative;
	vertical-align: top
}
#globalcss .dropdown.is-active .dropdown-menu, #globalcss .dropdown.is-hoverable:hover .dropdown-menu {
	display: block
}
#globalcss .dropdown.is-right .dropdown-menu {
	left: auto;
	right: 0
}
#globalcss .dropdown.is-up .dropdown-menu {
	bottom: 100%;
	padding-bottom: 4px;
	padding-top: initial;
	top: auto
}
#globalcss .dropdown-menu {
	display: none;
	left: 0;
	min-width: 12rem;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	z-index: 20
}
#globalcss .dropdown-content {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
	padding-bottom: .5rem;
	padding-top: .5rem
}
#globalcss .dropdown-item {
	color: #4a4a4a;
	display: block;
	font-size: .875rem;
	line-height: 1.5;
	padding: .375rem 1rem;
	position: relative
}
#globalcss a.dropdown-item, #globalcss button.dropdown-item {
	padding-right: 3rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%
}
#globalcss a.dropdown-item:hover, #globalcss button.dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a
}
#globalcss a.dropdown-item.is-active, #globalcss button.dropdown-item.is-active {
	background-color: #3273dc;
	color: #fff
}
#globalcss .dropdown-divider {
	background-color: #ededed;
	border: none;
	display: block;
	height: 1px;
	margin: .5rem 0
}
#globalcss .level {
	align-items: center;
	justify-content: space-between
}
#globalcss .level code {
	border-radius: 4px
}
#globalcss .level img {
	display: inline-block;
	vertical-align: top
}
#globalcss .level.is-mobile {
	display: flex
}
#globalcss .level.is-mobile .level-left, #globalcss .level.is-mobile .level-right {
	display: flex
}
#globalcss .level.is-mobile .level-left+.level-right {
	margin-top: 0
}
#globalcss .level.is-mobile .level-item:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem
}
#globalcss .level.is-mobile .level-item:not(.is-narrow) {
	flex-grow: 1
}

@media screen and (min-width:769px), print {
#globalcss .level {
	display: flex
}
#globalcss .level>.level-item:not(.is-narrow) {
	flex-grow: 1
}
}
#globalcss .level-item {
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center
}
#globalcss .level-item .subtitle, #globalcss .level-item .title {
	margin-bottom: 0
}

@media screen and (max-width:768px) {
#globalcss .level-item:not(:last-child) {
	margin-bottom: .75rem
}
}
#globalcss .level-left, #globalcss .level-right {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0
}
#globalcss .level-left .level-item.is-flexible, #globalcss .level-right .level-item.is-flexible {
	flex-grow: 1
}

@media screen and (min-width:769px), print {
#globalcss .level-left .level-item:not(:last-child), #globalcss .level-right .level-item:not(:last-child) {
	margin-right: .75rem
}
}
#globalcss .level-left {
	align-items: center;
	justify-content: flex-start
}

@media screen and (max-width:768px) {
#globalcss .level-left+.level-right {
	margin-top: 1.5rem
}
}

@media screen and (min-width:769px), print {
#globalcss .level-left {
	display: flex
}
}
#globalcss .level-right {
	align-items: center;
	justify-content: flex-end
}

@media screen and (min-width:769px), print {
#globalcss .level-right {
	display: flex
}
}
#globalcss .media {
	align-items: flex-start;
	display: flex;
	text-align: inherit
}
#globalcss .media .content:not(:last-child) {
	margin-bottom: .75rem
}
#globalcss .media .media {
	border-top: 1px solid rgba(219, 219, 219, .5);
	display: flex;
	padding-top: .75rem
}
#globalcss .media .media .content:not(:last-child), #globalcss .media .media .control:not(:last-child) {
	margin-bottom: .5rem
}
#globalcss .media .media .media {
	padding-top: .5rem
}
#globalcss .media .media .media+.media {
	margin-top: .5rem
}
#globalcss .media+.media {
	border-top: 1px solid rgba(219, 219, 219, .5);
	margin-top: 1rem;
	padding-top: 1rem
}
#globalcss .media.is-large+.media {
	margin-top: 1.5rem;
	padding-top: 1.5rem
}
#globalcss .media-left, #globalcss .media-right {
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0
}
#globalcss .media-left {
	margin-right: 1rem
}
#globalcss .media-right {
	margin-left: 1rem
}
#globalcss .media-content {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: inherit
}

@media screen and (max-width:768px) {
#globalcss .media-content {
	overflow-x: auto
}
}
#globalcss .menu {
	font-size: 1rem
}
#globalcss .menu.is-small {
	font-size: .75rem
}
#globalcss .menu.is-medium {
	font-size: 1.25rem
}
#globalcss .menu.is-large {
	font-size: 1.5rem
}
#globalcss .menu-list {
	line-height: 1.25
}
#globalcss .menu-list a {
	border-radius: 2px;
	color: #4a4a4a;
	display: block;
	padding: .5em .75em
}
#globalcss .menu-list a:hover {
	background-color: #f5f5f5;
	color: #363636
}
#globalcss .menu-list li ul {
	border-left: 1px solid #dbdbdb;
	margin: .75em;
	padding-left: .75em
}
#globalcss .menu-list li.is-active {
	background-color: #000;
	color: #fff;
	border: none
}
#globalcss .menu-list li.is-active a {
	color: #fff
}
#globalcss .menu-list li.is-active a:hover {
	background: 0 0
}
#globalcss .menu-list-border {
	border-radius: 2px;
	border-top: 1px solid rgba(230, 231, 239, .85)
}
#globalcss .menu-list-border>li {
	border: 1px solid rgba(230, 231, 239, .85);
	border-top: none
}
#globalcss .menu-label {
	color: #7a7a7a;
	font-size: .75em;
	letter-spacing: .1em;
	text-transform: uppercase
}
#globalcss .menu-label:not(:first-child) {
	margin-top: 1em
}
#globalcss .menu-label:not(:last-child) {
	margin-bottom: 1em
}
#globalcss .message {
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 1rem
}
#globalcss .message strong {
	color: currentColor
}
#globalcss .message a:not(.button):not(.tag):not(.dropdown-item) {
	color: currentColor;
	text-decoration: underline
}
#globalcss .message.is-small {
	font-size: .75rem
}
#globalcss .message.is-medium {
	font-size: 1.25rem
}
#globalcss .message.is-large {
	font-size: 1.5rem
}
#globalcss .message.is-white {
	background-color: #fff
}
#globalcss .message.is-white .message-header {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .message.is-white .message-body {
	border-color: #fff
}
#globalcss .message.is-black {
	background-color: #fafafa
}
#globalcss .message.is-black .message-header {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .message.is-black .message-body {
	border-color: #0a0a0a
}
#globalcss .message.is-light {
	background-color: #fff
}
#globalcss .message.is-light .message-header {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .message.is-light .message-body {
	border: 1px solid #f5f5f5
}
#globalcss .message.is-dark {
	background-color: #fafafa
}
#globalcss .message.is-dark .message-header {
	background-color: #363636;
	color: #fff
}
#globalcss .message.is-dark .message-body {
	border-color: #363636
}
#globalcss .message.is-primary {
	background-color: #ebfffc
}
#globalcss .message.is-primary .message-header {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .message.is-primary .message-body {
	border-color: #00d1b2;
	color: #00947e
}
#globalcss .message.is-link {
	background-color: #eef3fc
}
#globalcss .message.is-link .message-header {
	background-color: #3273dc;
	color: #fff
}
#globalcss .message.is-link .message-body {
	border-color: #3273dc;
	color: #2160c4
}
#globalcss .message.is-info {
	background-color: #eef6fc
}
#globalcss .message.is-info .message-header {
	background-color: #3298dc;
	color: #fff
}
#globalcss .message.is-info .message-body {
	border-color: #3298dc;
	color: #1d72aa
}
#globalcss .message.is-success {
	background-color: #effaf3
}
#globalcss .message.is-success .message-header {
	background-color: #48c774;
	color: #fff
}
#globalcss .message.is-success .message-body {
	border-color: #48c774;
	color: #257942
}
#globalcss .message.is-warning {
	background-color: #fffbeb
}
#globalcss .message.is-warning .message-header {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .message.is-warning .message-body {
	border-color: #ffdd57;
	color: #947600
}
#globalcss .message.is-danger {
	background-color: #feecf0
}
#globalcss .message.is-danger .message-header {
	background-color: #f14668;
	color: #fff
}
#globalcss .message.is-danger .message-body {
	border-color: #f14668;
	color: #cc0f35
}
#globalcss .message-header {
	align-items: center;
	background-color: #4a4a4a;
	border-radius: 4px 4px 0 0;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.25;
	padding: .75em 1em;
	position: relative
}
#globalcss .message-header .delete {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: .75em
}
#globalcss .message-header+.message-body {
	border-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
#globalcss .message-body {
	border-color: #dbdbdb;
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #4a4a4a;
	padding: 1.25em 1.5em
}
#globalcss .message-body code, #globalcss .message-body pre {
	background-color: #fff
}
#globalcss .message-body pre code {
	background-color: transparent
}
#globalcss .modal {
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40
}
#globalcss .modal.is-active {
	display: flex
}
#globalcss .modal-background {
	background-color: rgba(10, 10, 10, .86)
}
#globalcss .modal-card, #globalcss .modal-content {
	margin: 0 20px;
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%
}

@media screen and (min-width:769px) {
#globalcss .modal-card, #globalcss .modal-content {
	margin: 0 auto;
	max-height: calc(100vh - 40px);
	width: 640px
}
}
#globalcss .modal-close {
	background: 0 0;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px
}
#globalcss .modal-card {
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 40px);
	overflow: hidden;
	-ms-overflow-y: visible
}
#globalcss .modal-card-foot, #globalcss .modal-card-head {
	align-items: center;
	background-color: #f5f5f5;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 20px;
	position: relative
}
#globalcss .modal-card-head {
	border-bottom: 1px solid #dbdbdb;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
#globalcss .modal-card-title {
	color: #363636;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1
}
#globalcss .modal-card-foot {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #dbdbdb
}
#globalcss .modal-card-foot .button:not(:last-child) {
	margin-right: .5em
}
#globalcss .modal-card-body {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 20px
}
#globalcss .navbar {
	background-color: #fff;
	min-height: 3.25rem;
	position: relative;
	z-index: 30
}
#globalcss .navbar.is-white {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-brand .navbar-link, #globalcss .navbar.is-white .navbar-brand>.navbar-item {
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-white .navbar-brand .navbar-link:focus, #globalcss .navbar.is-white .navbar-brand .navbar-link:hover, #globalcss .navbar.is-white .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-white .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-white .navbar-brand>a.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-brand .navbar-link::after {
	border-color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-burger {
	color: #0a0a0a
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-white .navbar-end .navbar-link, #globalcss .navbar.is-white .navbar-end>.navbar-item, #globalcss .navbar.is-white .navbar-start .navbar-link, #globalcss .navbar.is-white .navbar-start>.navbar-item {
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-end .navbar-link.is-active, #globalcss .navbar.is-white .navbar-end .navbar-link:focus, #globalcss .navbar.is-white .navbar-end .navbar-link:hover, #globalcss .navbar.is-white .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-white .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-white .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-white .navbar-start .navbar-link.is-active, #globalcss .navbar.is-white .navbar-start .navbar-link:focus, #globalcss .navbar.is-white .navbar-start .navbar-link:hover, #globalcss .navbar.is-white .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-white .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-white .navbar-start>a.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-end .navbar-link::after, #globalcss .navbar.is-white .navbar-start .navbar-link::after {
	border-color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #f2f2f2;
	color: #0a0a0a
}
#globalcss .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
	background-color: #fff;
	color: #0a0a0a
}
}
#globalcss .navbar.is-black {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .navbar.is-black .navbar-brand .navbar-link, #globalcss .navbar.is-black .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-black .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-black .navbar-brand .navbar-link:focus, #globalcss .navbar.is-black .navbar-brand .navbar-link:hover, #globalcss .navbar.is-black .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-black .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-black .navbar-brand>a.navbar-item:hover {
	background-color: #000;
	color: #fff
}
#globalcss .navbar.is-black .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-black .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-black .navbar-end .navbar-link, #globalcss .navbar.is-black .navbar-end>.navbar-item, #globalcss .navbar.is-black .navbar-start .navbar-link, #globalcss .navbar.is-black .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-black .navbar-end .navbar-link.is-active, #globalcss .navbar.is-black .navbar-end .navbar-link:focus, #globalcss .navbar.is-black .navbar-end .navbar-link:hover, #globalcss .navbar.is-black .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-black .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-black .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-black .navbar-start .navbar-link.is-active, #globalcss .navbar.is-black .navbar-start .navbar-link:focus, #globalcss .navbar.is-black .navbar-start .navbar-link:hover, #globalcss .navbar.is-black .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-black .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-black .navbar-start>a.navbar-item:hover {
	background-color: #000;
	color: #fff
}
#globalcss .navbar.is-black .navbar-end .navbar-link::after, #globalcss .navbar.is-black .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #000;
	color: #fff
}
#globalcss .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
	background-color: #0a0a0a;
	color: #fff
}
}
#globalcss .navbar.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-brand .navbar-link, #globalcss .navbar.is-light .navbar-brand>.navbar-item {
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-light .navbar-brand .navbar-link:focus, #globalcss .navbar.is-light .navbar-brand .navbar-link:hover, #globalcss .navbar.is-light .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-light .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-light .navbar-brand>a.navbar-item:hover {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-burger {
	color: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-light .navbar-end .navbar-link, #globalcss .navbar.is-light .navbar-end>.navbar-item, #globalcss .navbar.is-light .navbar-start .navbar-link, #globalcss .navbar.is-light .navbar-start>.navbar-item {
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-end .navbar-link.is-active, #globalcss .navbar.is-light .navbar-end .navbar-link:focus, #globalcss .navbar.is-light .navbar-end .navbar-link:hover, #globalcss .navbar.is-light .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-light .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-light .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-light .navbar-start .navbar-link.is-active, #globalcss .navbar.is-light .navbar-start .navbar-link:focus, #globalcss .navbar.is-light .navbar-start .navbar-link:hover, #globalcss .navbar.is-light .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-light .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-light .navbar-start>a.navbar-item:hover {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-end .navbar-link::after, #globalcss .navbar.is-light .navbar-start .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
}
#globalcss .navbar.is-dark {
	background-color: #363636;
	color: #fff
}
#globalcss .navbar.is-dark .navbar-brand .navbar-link, #globalcss .navbar.is-dark .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-dark .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-dark .navbar-brand .navbar-link:focus, #globalcss .navbar.is-dark .navbar-brand .navbar-link:hover, #globalcss .navbar.is-dark .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-dark .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-dark .navbar-brand>a.navbar-item:hover {
	background-color: #292929;
	color: #fff
}
#globalcss .navbar.is-dark .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-dark .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-dark .navbar-end .navbar-link, #globalcss .navbar.is-dark .navbar-end>.navbar-item, #globalcss .navbar.is-dark .navbar-start .navbar-link, #globalcss .navbar.is-dark .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-dark .navbar-end .navbar-link.is-active, #globalcss .navbar.is-dark .navbar-end .navbar-link:focus, #globalcss .navbar.is-dark .navbar-end .navbar-link:hover, #globalcss .navbar.is-dark .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-dark .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-dark .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-dark .navbar-start .navbar-link.is-active, #globalcss .navbar.is-dark .navbar-start .navbar-link:focus, #globalcss .navbar.is-dark .navbar-start .navbar-link:hover, #globalcss .navbar.is-dark .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-dark .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-dark .navbar-start>a.navbar-item:hover {
	background-color: #292929;
	color: #fff
}
#globalcss .navbar.is-dark .navbar-end .navbar-link::after, #globalcss .navbar.is-dark .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #292929;
	color: #fff
}
#globalcss .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
	background-color: #363636;
	color: #fff
}
}
#globalcss .navbar.is-primary {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .navbar.is-primary .navbar-brand .navbar-link, #globalcss .navbar.is-primary .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-primary .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-primary .navbar-brand .navbar-link:focus, #globalcss .navbar.is-primary .navbar-brand .navbar-link:hover, #globalcss .navbar.is-primary .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-primary .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-primary .navbar-brand>a.navbar-item:hover {
	background-color: #00b89c;
	color: #fff
}
#globalcss .navbar.is-primary .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-primary .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-primary .navbar-end .navbar-link, #globalcss .navbar.is-primary .navbar-end>.navbar-item, #globalcss .navbar.is-primary .navbar-start .navbar-link, #globalcss .navbar.is-primary .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-primary .navbar-end .navbar-link.is-active, #globalcss .navbar.is-primary .navbar-end .navbar-link:focus, #globalcss .navbar.is-primary .navbar-end .navbar-link:hover, #globalcss .navbar.is-primary .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-primary .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-primary .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-primary .navbar-start .navbar-link.is-active, #globalcss .navbar.is-primary .navbar-start .navbar-link:focus, #globalcss .navbar.is-primary .navbar-start .navbar-link:hover, #globalcss .navbar.is-primary .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-primary .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-primary .navbar-start>a.navbar-item:hover {
	background-color: #00b89c;
	color: #fff
}
#globalcss .navbar.is-primary .navbar-end .navbar-link::after, #globalcss .navbar.is-primary .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #00b89c;
	color: #fff
}
#globalcss .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
	background-color: #00d1b2;
	color: #fff
}
}
#globalcss .navbar.is-link {
	background-color: #3273dc;
	color: #fff
}
#globalcss .navbar.is-link .navbar-brand .navbar-link, #globalcss .navbar.is-link .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-link .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-link .navbar-brand .navbar-link:focus, #globalcss .navbar.is-link .navbar-brand .navbar-link:hover, #globalcss .navbar.is-link .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-link .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-link .navbar-brand>a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff
}
#globalcss .navbar.is-link .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-link .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-link .navbar-end .navbar-link, #globalcss .navbar.is-link .navbar-end>.navbar-item, #globalcss .navbar.is-link .navbar-start .navbar-link, #globalcss .navbar.is-link .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-link .navbar-end .navbar-link.is-active, #globalcss .navbar.is-link .navbar-end .navbar-link:focus, #globalcss .navbar.is-link .navbar-end .navbar-link:hover, #globalcss .navbar.is-link .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-link .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-link .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-link .navbar-start .navbar-link.is-active, #globalcss .navbar.is-link .navbar-start .navbar-link:focus, #globalcss .navbar.is-link .navbar-start .navbar-link:hover, #globalcss .navbar.is-link .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-link .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-link .navbar-start>a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff
}
#globalcss .navbar.is-link .navbar-end .navbar-link::after, #globalcss .navbar.is-link .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #2366d1;
	color: #fff
}
#globalcss .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
	background-color: #3273dc;
	color: #fff
}
}
#globalcss .navbar.is-info {
	background-color: #3298dc;
	color: #fff
}
#globalcss .navbar.is-info .navbar-brand .navbar-link, #globalcss .navbar.is-info .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-info .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-info .navbar-brand .navbar-link:focus, #globalcss .navbar.is-info .navbar-brand .navbar-link:hover, #globalcss .navbar.is-info .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-info .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-info .navbar-brand>a.navbar-item:hover {
	background-color: #238cd1;
	color: #fff
}
#globalcss .navbar.is-info .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-info .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-info .navbar-end .navbar-link, #globalcss .navbar.is-info .navbar-end>.navbar-item, #globalcss .navbar.is-info .navbar-start .navbar-link, #globalcss .navbar.is-info .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-info .navbar-end .navbar-link.is-active, #globalcss .navbar.is-info .navbar-end .navbar-link:focus, #globalcss .navbar.is-info .navbar-end .navbar-link:hover, #globalcss .navbar.is-info .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-info .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-info .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-info .navbar-start .navbar-link.is-active, #globalcss .navbar.is-info .navbar-start .navbar-link:focus, #globalcss .navbar.is-info .navbar-start .navbar-link:hover, #globalcss .navbar.is-info .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-info .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-info .navbar-start>a.navbar-item:hover {
	background-color: #238cd1;
	color: #fff
}
#globalcss .navbar.is-info .navbar-end .navbar-link::after, #globalcss .navbar.is-info .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #238cd1;
	color: #fff
}
#globalcss .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
	background-color: #3298dc;
	color: #fff
}
}
#globalcss .navbar.is-success {
	background-color: #48c774;
	color: #fff
}
#globalcss .navbar.is-success .navbar-brand .navbar-link, #globalcss .navbar.is-success .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-success .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-success .navbar-brand .navbar-link:focus, #globalcss .navbar.is-success .navbar-brand .navbar-link:hover, #globalcss .navbar.is-success .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-success .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-success .navbar-brand>a.navbar-item:hover {
	background-color: #3abb67;
	color: #fff
}
#globalcss .navbar.is-success .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-success .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-success .navbar-end .navbar-link, #globalcss .navbar.is-success .navbar-end>.navbar-item, #globalcss .navbar.is-success .navbar-start .navbar-link, #globalcss .navbar.is-success .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-success .navbar-end .navbar-link.is-active, #globalcss .navbar.is-success .navbar-end .navbar-link:focus, #globalcss .navbar.is-success .navbar-end .navbar-link:hover, #globalcss .navbar.is-success .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-success .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-success .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-success .navbar-start .navbar-link.is-active, #globalcss .navbar.is-success .navbar-start .navbar-link:focus, #globalcss .navbar.is-success .navbar-start .navbar-link:hover, #globalcss .navbar.is-success .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-success .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-success .navbar-start>a.navbar-item:hover {
	background-color: #3abb67;
	color: #fff
}
#globalcss .navbar.is-success .navbar-end .navbar-link::after, #globalcss .navbar.is-success .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #3abb67;
	color: #fff
}
#globalcss .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
	background-color: #48c774;
	color: #fff
}
}
#globalcss .navbar.is-warning {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-brand .navbar-link, #globalcss .navbar.is-warning .navbar-brand>.navbar-item {
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-warning .navbar-brand .navbar-link:focus, #globalcss .navbar.is-warning .navbar-brand .navbar-link:hover, #globalcss .navbar.is-warning .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-warning .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-warning .navbar-brand>a.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-burger {
	color: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-warning .navbar-end .navbar-link, #globalcss .navbar.is-warning .navbar-end>.navbar-item, #globalcss .navbar.is-warning .navbar-start .navbar-link, #globalcss .navbar.is-warning .navbar-start>.navbar-item {
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-end .navbar-link.is-active, #globalcss .navbar.is-warning .navbar-end .navbar-link:focus, #globalcss .navbar.is-warning .navbar-end .navbar-link:hover, #globalcss .navbar.is-warning .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-warning .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-warning .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-warning .navbar-start .navbar-link.is-active, #globalcss .navbar.is-warning .navbar-start .navbar-link:focus, #globalcss .navbar.is-warning .navbar-start .navbar-link:hover, #globalcss .navbar.is-warning .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-warning .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-warning .navbar-start>a.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-end .navbar-link::after, #globalcss .navbar.is-warning .navbar-start .navbar-link::after {
	border-color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #ffd83d;
	color: rgba(0, 0, 0, .7)
}
#globalcss .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
}
#globalcss .navbar.is-danger {
	background-color: #f14668;
	color: #fff
}
#globalcss .navbar.is-danger .navbar-brand .navbar-link, #globalcss .navbar.is-danger .navbar-brand>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-danger .navbar-brand .navbar-link.is-active, #globalcss .navbar.is-danger .navbar-brand .navbar-link:focus, #globalcss .navbar.is-danger .navbar-brand .navbar-link:hover, #globalcss .navbar.is-danger .navbar-brand>a.navbar-item.is-active, #globalcss .navbar.is-danger .navbar-brand>a.navbar-item:focus, #globalcss .navbar.is-danger .navbar-brand>a.navbar-item:hover {
	background-color: #ef2e55;
	color: #fff
}
#globalcss .navbar.is-danger .navbar-brand .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-danger .navbar-burger {
	color: #fff
}

@media screen and (min-width:1024px) {
#globalcss .navbar.is-danger .navbar-end .navbar-link, #globalcss .navbar.is-danger .navbar-end>.navbar-item, #globalcss .navbar.is-danger .navbar-start .navbar-link, #globalcss .navbar.is-danger .navbar-start>.navbar-item {
	color: #fff
}
#globalcss .navbar.is-danger .navbar-end .navbar-link.is-active, #globalcss .navbar.is-danger .navbar-end .navbar-link:focus, #globalcss .navbar.is-danger .navbar-end .navbar-link:hover, #globalcss .navbar.is-danger .navbar-end>a.navbar-item.is-active, #globalcss .navbar.is-danger .navbar-end>a.navbar-item:focus, #globalcss .navbar.is-danger .navbar-end>a.navbar-item:hover, #globalcss .navbar.is-danger .navbar-start .navbar-link.is-active, #globalcss .navbar.is-danger .navbar-start .navbar-link:focus, #globalcss .navbar.is-danger .navbar-start .navbar-link:hover, #globalcss .navbar.is-danger .navbar-start>a.navbar-item.is-active, #globalcss .navbar.is-danger .navbar-start>a.navbar-item:focus, #globalcss .navbar.is-danger .navbar-start>a.navbar-item:hover {
	background-color: #ef2e55;
	color: #fff
}
#globalcss .navbar.is-danger .navbar-end .navbar-link::after, #globalcss .navbar.is-danger .navbar-start .navbar-link::after {
	border-color: #fff
}
#globalcss .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #ef2e55;
	color: #fff
}
#globalcss .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
	background-color: #f14668;
	color: #fff
}
}
#globalcss .navbar>.container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%
}
#globalcss .navbar.has-shadow {
	box-shadow: 0 2px 0 0 #f5f5f5
}
#globalcss .navbar.is-fixed-bottom, #globalcss .navbar.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30
}
#globalcss .navbar.is-fixed-bottom {
	bottom: 0
}
#globalcss .navbar.is-fixed-bottom.has-shadow {
	box-shadow: 0 -2px 0 0 #f5f5f5
}
#globalcss .navbar.is-fixed-top {
	top: 0
}
#globalcss body.has-navbar-fixed-top, #globalcss html.has-navbar-fixed-top {
	padding-top: 3.25rem
}
#globalcss body.has-navbar-fixed-bottom, #globalcss html.has-navbar-fixed-bottom {
	padding-bottom: 3.25rem
}
#globalcss .navbar-brand, #globalcss .navbar-tabs {
	align-items: stretch;
	flex-shrink: 0;
	min-height: 3.25rem;
	display: flex;
}
#globalcss .navbar-brand a.navbar-item:focus, #globalcss .navbar-brand a.navbar-item:hover {
	background-color: transparent
}
#globalcss .navbar-tabs {
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden
}
#globalcss .navbar-burger {
	color: #4a4a4a;
	cursor: pointer;
	display: block;
	height: 1.45rem;
	position: relative;
	width: 3.25rem;
	margin-left: auto
}
#globalcss .navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: calc(50% - 8px);
	position: absolute;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color, #globalcss opacity, #globalcss transform;
	transition-timing-function: ease-out;
	width: 16px
}
#globalcss .navbar-burger span:nth-child(1) {
	top: calc(50% - 6px)
}
#globalcss .navbar-burger span:nth-child(2) {
	top: calc(50% - 1px)
}
#globalcss .navbar-burger span:nth-child(3) {
	top: calc(50% + 4px)
}
#globalcss .navbar-burger:hover {
	background-color: rgba(0, 0, 0, .05)
}
#globalcss .navbar-burger.is-active span:nth-child(1) {
	transform: translateY(5px) rotate(45deg)
}
#globalcss .navbar-burger.is-active span:nth-child(2) {
	opacity: 0
}
#globalcss .navbar-burger.is-active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg)
}
#globalcss .navbar-menu {
	display: none
}
#globalcss .navbar-item, #globalcss .navbar-link {
	color: #4a4a4a;
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	position: relative
}
#globalcss .navbar-item .icon:only-child, #globalcss .navbar-link .icon:only-child {
	margin-left: -.25rem;
	margin-right: -.25rem
}
#globalcss .navbar-link, #globalcss a.navbar-item {
	cursor: pointer
}
 #globalcss .navbar-link.is-active, #globalcss .navbar-link:focus, #globalcss .navbar-link:focus-within, #globalcss .navbar-link:hover, #globalcss a.navbar-item.is-active, #globalcss a.navbar-item:focus, #globalcss a.navbar-item:focus-within, #globalcss a.navbar-item:hover {
 background-color: #fafafa;
 color: #3273dc
}
#globalcss .navbar-item {
	flex-grow: 0;
	flex-shrink: 0
}
#globalcss .navbar-item img {
	max-height: 1.75rem
}
#globalcss .navbar-item.has-dropdown {
	padding: 0
}
#globalcss .navbar-item.is-expanded {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .navbar-item.is-tab {
	border-bottom: 1px solid transparent;
	min-height: 3.25rem;
	padding-bottom: calc(.5rem - 1px)
}
#globalcss .navbar-item.is-tab:focus, #globalcss .navbar-item.is-tab:hover {
	background-color: transparent;
	border-bottom-color: #3273dc
}
#globalcss .navbar-item.is-tab.is-active {
	background-color: transparent;
	border-bottom-color: #3273dc;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #3273dc;
	padding-bottom: calc(.5rem - 3px)
}
#globalcss .navbar-content {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .navbar-link:not(.is-arrowless) {
	padding-right: 2.5em
}
#globalcss .navbar-link:not(.is-arrowless)::after {
	border-color: #3273dc;
	margin-top: -.375em;
	right: 1.125em
}
#globalcss .navbar-dropdown {
	font-size: .875rem;
	padding-bottom: .5rem;
	padding-top: .5rem
}
#globalcss .navbar-dropdown .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
#globalcss .navbar-divider {
	background-color: #f5f5f5;
	border: none;
	display: none;
	height: 2px;
	margin: .5rem 0
}

@media screen and (max-width:1023px) {
#globalcss .navbar>.container {
	display: block
}
#globalcss .navbar-brand .navbar-item, #globalcss .navbar-tabs .navbar-item {
	align-items: center;
	display: flex
}
#globalcss .navbar-link::after {
	display: none
}
#globalcss .navbar-menu {
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
	padding: .5rem 0
}
#globalcss .navbar-menu.is-active {
	display: block;
	clear: both;
	width: 100%;
}
#globalcss .navbar.is-fixed-bottom-touch, #globalcss .navbar.is-fixed-top-touch {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30
}
#globalcss .navbar.is-fixed-bottom-touch {
	bottom: 0
}
#globalcss .navbar.is-fixed-bottom-touch.has-shadow {
	box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
}
#globalcss .navbar.is-fixed-top-touch {
	top: 0
}
#globalcss .navbar.is-fixed-top .navbar-menu, #globalcss .navbar.is-fixed-top-touch .navbar-menu {
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - 3.25rem);
	overflow: auto
}
#globalcss body.has-navbar-fixed-top-touch, #globalcss html.has-navbar-fixed-top-touch {
	padding-top: 3.25rem
}
#globalcss body.has-navbar-fixed-bottom-touch, #globalcss html.has-navbar-fixed-bottom-touch {
	padding-bottom: 3.25rem
}
}

@media screen and (min-width:1024px) {
#globalcss .navbar, #globalcss .navbar-end, #globalcss .navbar-menu, #globalcss .navbar-start {
	align-items: stretch;
	display: flex
}
#globalcss .navbar {
	min-height: 3.25rem
}
#globalcss .navbar.is-spaced {
	padding: 1rem 2rem
}
#globalcss .navbar.is-spaced .navbar-end, #globalcss .navbar.is-spaced .navbar-start {
	align-items: center
}
#globalcss .navbar.is-spaced .navbar-link, #globalcss .navbar.is-spaced a.navbar-item {
	border-radius: 4px
}
#globalcss .navbar.is-transparent .navbar-link.is-active, #globalcss .navbar.is-transparent .navbar-link:focus, #globalcss .navbar.is-transparent .navbar-link:hover, #globalcss .navbar.is-transparent a.navbar-item.is-active, #globalcss .navbar.is-transparent a.navbar-item:focus, #globalcss .navbar.is-transparent a.navbar-item:hover {
	background-color: transparent !important
}
 #globalcss .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, #globalcss .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, #globalcss .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
 background-color: transparent !important
}
#globalcss .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, #globalcss .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a
}
#globalcss .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
	background-color: #f5f5f5;
	color: #3273dc
}
#globalcss .navbar-burger {
	display: none
}
#globalcss .navbar-item, #globalcss .navbar-link {
	align-items: center;
	display: flex
}
#globalcss .navbar-item.has-dropdown {
	align-items: stretch
}
#globalcss .navbar-item.has-dropdown-up .navbar-link::after {
	transform: rotate(135deg) translate(.25em, #globalcss -.25em)
}
#globalcss .navbar-item.has-dropdown-up .navbar-dropdown {
	border-bottom: 2px solid #dbdbdb;
	border-radius: 6px 6px 0 0;
	border-top: none;
	bottom: 100%;
	box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
	top: auto
}
 #globalcss .navbar-item.is-active .navbar-dropdown, #globalcss .navbar-item.is-hoverable:focus .navbar-dropdown, #globalcss .navbar-item.is-hoverable:focus-within .navbar-dropdown, #globalcss .navbar-item.is-hoverable:hover .navbar-dropdown {
 display: block
}
 #globalcss .navbar-item.is-active .navbar-dropdown.is-boxed, #globalcss .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, #globalcss .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, #globalcss .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed, #globalcss .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, #globalcss .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, #globalcss .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, #globalcss .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
 opacity: 1;
 pointer-events: auto;
 transform: translateY(0)
}
#globalcss .navbar-menu {
	flex-grow: 1;
	flex-shrink: 0
}
#globalcss .navbar-start {
	justify-content: flex-start;
	margin-right: auto
}
#globalcss .navbar-end {
	justify-content: flex-end;
	margin-left: auto
}
#globalcss .navbar-dropdown {
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 2px solid #dbdbdb;
	box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
	display: none;
	font-size: .875rem;
	left: 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	z-index: 20
}
#globalcss .navbar-dropdown .navbar-item {
	padding: .375rem 1rem;
	white-space: nowrap
}
#globalcss .navbar-dropdown a.navbar-item {
	padding-right: 3rem
}
#globalcss .navbar-dropdown a.navbar-item:focus, #globalcss .navbar-dropdown a.navbar-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a
}
#globalcss .navbar-dropdown a.navbar-item.is-active {
	background-color: #f5f5f5;
	color: #3273dc
}
#globalcss .navbar-dropdown.is-boxed, #globalcss .navbar.is-spaced .navbar-dropdown {
	border-radius: 6px;
	border-top: none;
	box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
	display: block;
	opacity: 0;
	pointer-events: none;
 top: calc(100% + (-4px));
	transform: translateY(-5px);
	transition-duration: 86ms;
	transition-property: opacity, transform
}
#globalcss .navbar-dropdown.is-right {
	left: auto;
	right: 0
}
#globalcss .navbar-divider {
	display: block
}
#globalcss .container>.navbar .navbar-brand, #globalcss .navbar>.container .navbar-brand {
	margin-left: -.75rem
}
#globalcss .container>.navbar .navbar-menu, #globalcss .navbar>.container .navbar-menu {
	margin-right: -.75rem
}
#globalcss .navbar.is-fixed-bottom-desktop, #globalcss .navbar.is-fixed-top-desktop {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30
}
#globalcss .navbar.is-fixed-bottom-desktop {
	bottom: 0
}
#globalcss .navbar.is-fixed-bottom-desktop.has-shadow {
	box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
}
#globalcss .navbar.is-fixed-top-desktop {
	top: 0
}
#globalcss body.has-navbar-fixed-top-desktop, #globalcss html.has-navbar-fixed-top-desktop {
	padding-top: 3.25rem
}
#globalcss body.has-navbar-fixed-bottom-desktop, #globalcss html.has-navbar-fixed-bottom-desktop {
	padding-bottom: 3.25rem
}
#globalcss body.has-spaced-navbar-fixed-top, #globalcss html.has-spaced-navbar-fixed-top {
	padding-top: 5.25rem
}
#globalcss body.has-spaced-navbar-fixed-bottom, #globalcss html.has-spaced-navbar-fixed-bottom {
	padding-bottom: 5.25rem
}
#globalcss .navbar-link.is-active, #globalcss a.navbar-item.is-active {
	color: #0a0a0a
}
#globalcss .navbar-link.is-active:not(:focus):not(:hover), #globalcss a.navbar-item.is-active:not(:focus):not(:hover) {
	background-color: transparent
}
#globalcss .navbar-item.has-dropdown.is-active .navbar-link, #globalcss .navbar-item.has-dropdown:focus .navbar-link, #globalcss .navbar-item.has-dropdown:hover .navbar-link {
	background-color: #fafafa
}
}
#globalcss .hero.is-fullheight-with-navbar {
	min-height: calc(100vh - 3.25rem)
}
#globalcss .pagination {
	font-size: 1rem;
	margin: -.25rem
}
#globalcss .pagination.is-small {
	font-size: .75rem
}
#globalcss .pagination.is-medium {
	font-size: 1.25rem
}
#globalcss .pagination.is-large {
	font-size: 1.5rem
}
#globalcss .pagination.is-rounded .pagination-next, #globalcss .pagination.is-rounded .pagination-previous {
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 290486px
}
#globalcss .pagination.is-rounded .pagination-link {
	border-radius: 290486px
}
#globalcss .pagination, #globalcss .pagination-list {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center
}
#globalcss .pagination-ellipsis, #globalcss .pagination-link, #globalcss .pagination-next, #globalcss .pagination-previous {
	font-size: 1em;
	justify-content: center;
	margin: .25rem;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center
}
#globalcss .pagination-link, #globalcss .pagination-next, #globalcss .pagination-previous {
	border-color: #dbdbdb;
	color: #363636;
	min-width: 2.5em
}
#globalcss .pagination-link:hover, #globalcss .pagination-next:hover, #globalcss .pagination-previous:hover {
	border-color: #b5b5b5;
	color: #363636
}
#globalcss .pagination-link:focus, #globalcss .pagination-next:focus, #globalcss .pagination-previous:focus {
	border-color: #3273dc
}
#globalcss .pagination-link:active, #globalcss .pagination-next:active, #globalcss .pagination-previous:active {
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}
#globalcss .pagination-link[disabled], #globalcss .pagination-next[disabled], #globalcss .pagination-previous[disabled] {
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
	opacity: .5
}
#globalcss .pagination-next, #globalcss .pagination-previous {
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap
}
#globalcss .pagination-link.is-current {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff
}
#globalcss .pagination-ellipsis {
	color: #b5b5b5;
	pointer-events: none
}
#globalcss .pagination-list {
	flex-wrap: wrap
}
#globalcss .pagination-list li {
	list-style: none
}

@media screen and (max-width:768px) {
#globalcss .pagination {
	flex-wrap: wrap
}
#globalcss .pagination-next, #globalcss .pagination-previous {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .pagination-list li {
	flex-grow: 1;
	flex-shrink: 1
}
}

@media screen and (min-width:769px), print {
#globalcss .pagination-list {
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: flex-start;
	order: 1
}
#globalcss .pagination-previous {
	order: 2
}
#globalcss .pagination-next {
	order: 3
}
#globalcss .pagination {
	justify-content: space-between
}
#globalcss .pagination.is-centered .pagination-previous {
	order: 1
}
#globalcss .pagination.is-centered .pagination-list {
	justify-content: center;
	order: 2
}
#globalcss .pagination.is-centered .pagination-next {
	order: 3
}
#globalcss .pagination.is-right .pagination-previous {
	order: 1
}
#globalcss .pagination.is-right .pagination-next {
	order: 2
}
#globalcss .pagination.is-right .pagination-list {
	justify-content: flex-end;
	order: 3
}
}
#globalcss .panel {
	border-radius: 6px;
	box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
	font-size: 1rem
}
#globalcss .panel:not(:last-child) {
	margin-bottom: 1.5rem
}
#globalcss .panel.is-white .panel-heading {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .panel.is-white .panel-tabs a.is-active {
	border-bottom-color: #fff
}
#globalcss .panel.is-white .panel-block.is-active .panel-icon {
	color: #fff
}
#globalcss .panel.is-black .panel-heading {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .panel.is-black .panel-tabs a.is-active {
	border-bottom-color: #0a0a0a
}
#globalcss .panel.is-black .panel-block.is-active .panel-icon {
	color: #0a0a0a
}
#globalcss .panel.is-light .panel-heading {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .panel.is-light .panel-tabs a.is-active {
	border-bottom-color: #f5f5f5
}
#globalcss .panel.is-light .panel-block.is-active .panel-icon {
	color: #f5f5f5
}
#globalcss .panel.is-dark .panel-heading {
	background-color: #363636;
	color: #fff
}
#globalcss .panel.is-dark .panel-tabs a.is-active {
	border-bottom-color: #363636
}
#globalcss .panel.is-dark .panel-block.is-active .panel-icon {
	color: #363636
}
#globalcss .panel.is-primary .panel-heading {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .panel.is-primary .panel-tabs a.is-active {
	border-bottom-color: #00d1b2
}
#globalcss .panel.is-primary .panel-block.is-active .panel-icon {
	color: #00d1b2
}
#globalcss .panel.is-link .panel-heading {
	background-color: #3273dc;
	color: #fff
}
#globalcss .panel.is-link .panel-tabs a.is-active {
	border-bottom-color: #3273dc
}
#globalcss .panel.is-link .panel-block.is-active .panel-icon {
	color: #3273dc
}
#globalcss .panel.is-info .panel-heading {
	background-color: #3298dc;
	color: #fff
}
#globalcss .panel.is-info .panel-tabs a.is-active {
	border-bottom-color: #3298dc
}
#globalcss .panel.is-info .panel-block.is-active .panel-icon {
	color: #3298dc
}
#globalcss .panel.is-success .panel-heading {
	background-color: #48c774;
	color: #fff
}
#globalcss .panel.is-success .panel-tabs a.is-active {
	border-bottom-color: #48c774
}
#globalcss .panel.is-success .panel-block.is-active .panel-icon {
	color: #48c774
}
#globalcss .panel.is-warning .panel-heading {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .panel.is-warning .panel-tabs a.is-active {
	border-bottom-color: #ffdd57
}
#globalcss .panel.is-warning .panel-block.is-active .panel-icon {
	color: #ffdd57
}
#globalcss .panel.is-danger .panel-heading {
	background-color: #f14668;
	color: #fff
}
#globalcss .panel.is-danger .panel-tabs a.is-active {
	border-bottom-color: #f14668
}
#globalcss .panel.is-danger .panel-block.is-active .panel-icon {
	color: #f14668
}
#globalcss .panel-block:not(:last-child), #globalcss .panel-tabs:not(:last-child) {
	border-bottom: 1px solid #ededed
}
#globalcss .panel-heading {
	background-color: #ededed;
	border-radius: 6px 6px 0 0;
	color: #363636;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.25;
	padding: .75em 1em
}
#globalcss .panel-tabs {
	align-items: flex-end;
	display: flex;
	font-size: .875em;
	justify-content: center
}
#globalcss .panel-tabs a {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: -1px;
	padding: .5em
}
#globalcss .panel-tabs a.is-active {
	border-bottom-color: #4a4a4a;
	color: #363636
}
#globalcss .panel-list a {
	color: #4a4a4a
}
#globalcss .panel-list a:hover {
	color: #3273dc
}
#globalcss .panel-block {
	align-items: center;
	color: #363636;
	display: flex;
	justify-content: flex-start;
	padding: .5em .75em
}
#globalcss .panel-block input[type=checkbox] {
	margin-right: .75em
}
#globalcss .panel-block>.control {
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%
}
#globalcss .panel-block.is-wrapped {
	flex-wrap: wrap
}
#globalcss .panel-block.is-active {
	border-left-color: #3273dc;
	color: #363636
}
#globalcss .panel-block.is-active .panel-icon {
	color: #3273dc
}
#globalcss .panel-block:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}
#globalcss a.panel-block, #globalcss label.panel-block {
	cursor: pointer
}
#globalcss a.panel-block:hover, #globalcss label.panel-block:hover {
	background-color: #f5f5f5
}
#globalcss .panel-icon {
	display: inline-block;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 1em;
	color: #7a7a7a;
	margin-right: .75em
}
#globalcss .panel-icon .fa {
	font-size: inherit;
	line-height: inherit
}
#globalcss .tabs {
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap
}
#globalcss .tabs a {
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4a4a4a;
	display: flex;
	justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top
}
#globalcss .tabs a:hover {
	border-bottom-color: #363636;
	color: #363636
}
#globalcss .tabs li {
	display: block
}
#globalcss .tabs li.is-active a {
	border-bottom-color: #3273dc;
	color: #3273dc
}
#globalcss .tabs ul {
	align-items: center;
	border-bottom-color: #dbdbdb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: flex-start
}
#globalcss .tabs ul.is-left {
	padding-right: .75em
}
#globalcss .tabs ul.is-center {
	flex: none;
	justify-content: center;
	padding-left: .75em;
	padding-right: .75em
}
#globalcss .tabs ul.is-right {
	justify-content: flex-end;
	padding-left: .75em
}
#globalcss .tabs .icon:first-child {
	margin-right: .5em
}
#globalcss .tabs .icon:last-child {
	margin-left: .5em
}
#globalcss .tabs.is-centered ul {
	justify-content: center
}
#globalcss .tabs.is-right ul {
	justify-content: flex-end
}
#globalcss .tabs.is-boxed a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}
#globalcss .tabs.is-boxed a:hover {
	background-color: #f5f5f5;
	border-bottom-color: #dbdbdb
}
#globalcss .tabs.is-boxed li.is-active a {
	background-color: #fff;
	border-color: #dbdbdb;
	border-bottom-color: transparent !important
}
#globalcss .tabs.is-fullwidth li {
	flex-grow: 1;
	flex-shrink: 0
}
#globalcss .tabs.is-toggle a {
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative
}
#globalcss .tabs.is-toggle a:hover {
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	z-index: 2
}
#globalcss .tabs.is-toggle li+li {
	margin-left: -1px
}
#globalcss .tabs.is-toggle li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
#globalcss .tabs.is-toggle li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
#globalcss .tabs.is-toggle li.is-active a {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
	z-index: 1
}
#globalcss .tabs.is-toggle ul {
	border-bottom: none
}
#globalcss .tabs.is-toggle.is-toggle-rounded li:first-child a {
	border-bottom-left-radius: 290486px;
	border-top-left-radius: 290486px;
	padding-left: 1.25em
}
#globalcss .tabs.is-toggle.is-toggle-rounded li:last-child a {
	border-bottom-right-radius: 290486px;
	border-top-right-radius: 290486px;
	padding-right: 1.25em
}
#globalcss .tabs.is-small {
	font-size: .75rem
}
#globalcss .tabs.is-medium {
	font-size: 1.25rem
}
#globalcss .tabs.is-large {
	font-size: 1.5rem
}
#globalcss .column {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	padding: .75rem
}
#globalcss .columns.is-mobile>.column.is-narrow {
	flex: none;
	width: unset
}
#globalcss .columns.is-mobile>.column.is-full {
	flex: none;
	width: 100%
}
#globalcss .columns.is-mobile>.column.is-three-quarters {
	flex: none;
	width: 75%
}
#globalcss .columns.is-mobile>.column.is-two-thirds {
	flex: none;
	width: 66.6666%
}
#globalcss .columns.is-mobile>.column.is-half {
	flex: none;
	width: 50%
}
#globalcss .columns.is-mobile>.column.is-one-third {
	flex: none;
	width: 33.3333%
}
#globalcss .columns.is-mobile>.column.is-one-quarter {
	flex: none;
	width: 25%
}
#globalcss .columns.is-mobile>.column.is-one-fifth {
	flex: none;
	width: 20%
}
#globalcss .columns.is-mobile>.column.is-two-fifths {
	flex: none;
	width: 40%
}
#globalcss .columns.is-mobile>.column.is-three-fifths {
	flex: none;
	width: 60%
}
#globalcss .columns.is-mobile>.column.is-four-fifths {
	flex: none;
	width: 80%
}
#globalcss .columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%
}
#globalcss .columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%
}
#globalcss .columns.is-mobile>.column.is-offset-half {
	margin-left: 50%
}
#globalcss .columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%
}
#globalcss .columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%
}
#globalcss .columns.is-mobile>.column.is-offset-one-fifth {
	margin-left: 20%
}
#globalcss .columns.is-mobile>.column.is-offset-two-fifths {
	margin-left: 40%
}
#globalcss .columns.is-mobile>.column.is-offset-three-fifths {
	margin-left: 60%
}
#globalcss .columns.is-mobile>.column.is-offset-four-fifths {
	margin-left: 80%
}
#globalcss .columns.is-mobile>.column.is-0 {
	flex: none;
	width: 0%
}
#globalcss .columns.is-mobile>.column.is-offset-0 {
	margin-left: 0
}
#globalcss .columns.is-mobile>.column.is-1 {
	flex: none;
	width: 8.33333%
}
#globalcss .columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333%
}
#globalcss .columns.is-mobile>.column.is-2 {
	flex: none;
	width: 16.66667%
}
#globalcss .columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66667%
}
#globalcss .columns.is-mobile>.column.is-3 {
	flex: none;
	width: 25%
}
#globalcss .columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%
}
#globalcss .columns.is-mobile>.column.is-4 {
	flex: none;
	width: 33.33333%
}
#globalcss .columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333%
}
#globalcss .columns.is-mobile>.column.is-5 {
	flex: none;
	width: 41.66667%
}
#globalcss .columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66667%
}
#globalcss .columns.is-mobile>.column.is-6 {
	flex: none;
	width: 50%
}
#globalcss .columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%
}
#globalcss .columns.is-mobile>.column.is-7 {
	flex: none;
	width: 58.33333%
}
#globalcss .columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333%
}
#globalcss .columns.is-mobile>.column.is-8 {
	flex: none;
	width: 66.66667%
}
#globalcss .columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66667%
}
#globalcss .columns.is-mobile>.column.is-9 {
	flex: none;
	width: 75%
}
#globalcss .columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%
}
#globalcss .columns.is-mobile>.column.is-10 {
	flex: none;
	width: 83.33333%
}
#globalcss .columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333%
}
#globalcss .columns.is-mobile>.column.is-11 {
	flex: none;
	width: 91.66667%
}
#globalcss .columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66667%
}
#globalcss .columns.is-mobile>.column.is-12 {
	flex: none;
	width: 100%
}
#globalcss .columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%
}

@media screen and (max-width:768px) {
#globalcss .column.is-narrow-mobile {
	flex: none;
	width: unset
}
#globalcss .column.is-full-mobile {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters-mobile {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds-mobile {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half-mobile {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third-mobile {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter-mobile {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth-mobile {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths-mobile {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths-mobile {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths-mobile {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters-mobile {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds-mobile {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half-mobile {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third-mobile {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter-mobile {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth-mobile {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths-mobile {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths-mobile {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths-mobile {
	margin-left: 80%
}
#globalcss .column.is-0-mobile {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0-mobile {
	margin-left: 0
}
#globalcss .column.is-1-mobile {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1-mobile {
	margin-left: 8.33333%
}
#globalcss .column.is-2-mobile {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2-mobile {
	margin-left: 16.66667%
}
#globalcss .column.is-3-mobile {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3-mobile {
	margin-left: 25%
}
#globalcss .column.is-4-mobile {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4-mobile {
	margin-left: 33.33333%
}
#globalcss .column.is-5-mobile {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5-mobile {
	margin-left: 41.66667%
}
#globalcss .column.is-6-mobile {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6-mobile {
	margin-left: 50%
}
#globalcss .column.is-7-mobile {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7-mobile {
	margin-left: 58.33333%
}
#globalcss .column.is-8-mobile {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8-mobile {
	margin-left: 66.66667%
}
#globalcss .column.is-9-mobile {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9-mobile {
	margin-left: 75%
}
#globalcss .column.is-10-mobile {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10-mobile {
	margin-left: 83.33333%
}
#globalcss .column.is-11-mobile {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11-mobile {
	margin-left: 91.66667%
}
#globalcss .column.is-12-mobile {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12-mobile {
	margin-left: 100%
}
}

@media screen and (min-width:769px), print {
#globalcss .column.is-narrow, #globalcss .column.is-narrow-tablet {
	flex: none;
	width: unset
}
#globalcss .column.is-full, #globalcss .column.is-full-tablet {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters, #globalcss .column.is-three-quarters-tablet {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds, #globalcss .column.is-two-thirds-tablet {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half, #globalcss .column.is-half-tablet {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third, #globalcss .column.is-one-third-tablet {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter, #globalcss .column.is-one-quarter-tablet {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth, #globalcss .column.is-one-fifth-tablet {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths, #globalcss .column.is-two-fifths-tablet {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths, #globalcss .column.is-three-fifths-tablet {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths, #globalcss .column.is-four-fifths-tablet {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters, #globalcss .column.is-offset-three-quarters-tablet {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds, #globalcss .column.is-offset-two-thirds-tablet {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half, #globalcss .column.is-offset-half-tablet {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third, #globalcss .column.is-offset-one-third-tablet {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter, #globalcss .column.is-offset-one-quarter-tablet {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth, #globalcss .column.is-offset-one-fifth-tablet {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths, #globalcss .column.is-offset-two-fifths-tablet {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths, #globalcss .column.is-offset-three-fifths-tablet {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths, #globalcss .column.is-offset-four-fifths-tablet {
	margin-left: 80%
}
#globalcss .column.is-0, #globalcss .column.is-0-tablet {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0, #globalcss .column.is-offset-0-tablet {
	margin-left: 0
}
#globalcss .column.is-1, #globalcss .column.is-1-tablet {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1, #globalcss .column.is-offset-1-tablet {
	margin-left: 8.33333%
}
#globalcss .column.is-2, #globalcss .column.is-2-tablet {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2, #globalcss .column.is-offset-2-tablet {
	margin-left: 16.66667%
}
#globalcss .column.is-3, #globalcss .column.is-3-tablet {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3, #globalcss .column.is-offset-3-tablet {
	margin-left: 25%
}
#globalcss .column.is-4, #globalcss .column.is-4-tablet {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4, #globalcss .column.is-offset-4-tablet {
	margin-left: 33.33333%
}
#globalcss .column.is-5, #globalcss .column.is-5-tablet {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5, #globalcss .column.is-offset-5-tablet {
	margin-left: 41.66667%
}
#globalcss .column.is-6, #globalcss .column.is-6-tablet {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6, #globalcss .column.is-offset-6-tablet {
	margin-left: 50%
}
#globalcss .column.is-7, #globalcss .column.is-7-tablet {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7, #globalcss .column.is-offset-7-tablet {
	margin-left: 58.33333%
}
#globalcss .column.is-8, #globalcss .column.is-8-tablet {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8, #globalcss .column.is-offset-8-tablet {
	margin-left: 66.66667%
}
#globalcss .column.is-9, #globalcss .column.is-9-tablet {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9, #globalcss .column.is-offset-9-tablet {
	margin-left: 75%
}
#globalcss .column.is-10, #globalcss .column.is-10-tablet {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10, #globalcss .column.is-offset-10-tablet {
	margin-left: 83.33333%
}
#globalcss .column.is-11, #globalcss .column.is-11-tablet {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11, #globalcss .column.is-offset-11-tablet {
	margin-left: 91.66667%
}
#globalcss .column.is-12, #globalcss .column.is-12-tablet {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12, #globalcss .column.is-offset-12-tablet {
	margin-left: 100%
}
}

@media screen and (max-width:1023px) {
#globalcss .column.is-narrow-touch {
	flex: none;
	width: unset
}
#globalcss .column.is-full-touch {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters-touch {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds-touch {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half-touch {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third-touch {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter-touch {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth-touch {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths-touch {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths-touch {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths-touch {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters-touch {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds-touch {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half-touch {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third-touch {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter-touch {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth-touch {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths-touch {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths-touch {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths-touch {
	margin-left: 80%
}
#globalcss .column.is-0-touch {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0-touch {
	margin-left: 0
}
#globalcss .column.is-1-touch {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1-touch {
	margin-left: 8.33333%
}
#globalcss .column.is-2-touch {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2-touch {
	margin-left: 16.66667%
}
#globalcss .column.is-3-touch {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3-touch {
	margin-left: 25%
}
#globalcss .column.is-4-touch {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4-touch {
	margin-left: 33.33333%
}
#globalcss .column.is-5-touch {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5-touch {
	margin-left: 41.66667%
}
#globalcss .column.is-6-touch {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6-touch {
	margin-left: 50%
}
#globalcss .column.is-7-touch {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7-touch {
	margin-left: 58.33333%
}
#globalcss .column.is-8-touch {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8-touch {
	margin-left: 66.66667%
}
#globalcss .column.is-9-touch {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9-touch {
	margin-left: 75%
}
#globalcss .column.is-10-touch {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10-touch {
	margin-left: 83.33333%
}
#globalcss .column.is-11-touch {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11-touch {
	margin-left: 91.66667%
}
#globalcss .column.is-12-touch {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12-touch {
	margin-left: 100%
}
}

@media screen and (min-width:1024px) {
#globalcss .column.is-narrow-desktop {
	flex: none;
	width: unset
}
#globalcss .column.is-full-desktop {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters-desktop {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds-desktop {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half-desktop {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third-desktop {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter-desktop {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth-desktop {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths-desktop {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths-desktop {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths-desktop {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters-desktop {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds-desktop {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half-desktop {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third-desktop {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter-desktop {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth-desktop {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths-desktop {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths-desktop {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths-desktop {
	margin-left: 80%
}
#globalcss .column.is-0-desktop {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0-desktop {
	margin-left: 0
}
#globalcss .column.is-1-desktop {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1-desktop {
	margin-left: 8.33333%
}
#globalcss .column.is-2-desktop {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2-desktop {
	margin-left: 16.66667%
}
#globalcss .column.is-3-desktop {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3-desktop {
	margin-left: 25%
}
#globalcss .column.is-4-desktop {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4-desktop {
	margin-left: 33.33333%
}
#globalcss .column.is-5-desktop {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5-desktop {
	margin-left: 41.66667%
}
#globalcss .column.is-6-desktop {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6-desktop {
	margin-left: 50%
}
#globalcss .column.is-7-desktop {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7-desktop {
	margin-left: 58.33333%
}
#globalcss .column.is-8-desktop {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8-desktop {
	margin-left: 66.66667%
}
#globalcss .column.is-9-desktop {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9-desktop {
	margin-left: 75%
}
#globalcss .column.is-10-desktop {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10-desktop {
	margin-left: 83.33333%
}
#globalcss .column.is-11-desktop {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11-desktop {
	margin-left: 91.66667%
}
#globalcss .column.is-12-desktop {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12-desktop {
	margin-left: 100%
}
}

@media screen and (min-width:1216px) {
#globalcss .column.is-narrow-widescreen {
	flex: none;
	width: unset
}
#globalcss .column.is-full-widescreen {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters-widescreen {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds-widescreen {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half-widescreen {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third-widescreen {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter-widescreen {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth-widescreen {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths-widescreen {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths-widescreen {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths-widescreen {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters-widescreen {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds-widescreen {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half-widescreen {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third-widescreen {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter-widescreen {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth-widescreen {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths-widescreen {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths-widescreen {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths-widescreen {
	margin-left: 80%
}
#globalcss .column.is-0-widescreen {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0-widescreen {
	margin-left: 0
}
#globalcss .column.is-1-widescreen {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1-widescreen {
	margin-left: 8.33333%
}
#globalcss .column.is-2-widescreen {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2-widescreen {
	margin-left: 16.66667%
}
#globalcss .column.is-3-widescreen {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3-widescreen {
	margin-left: 25%
}
#globalcss .column.is-4-widescreen {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4-widescreen {
	margin-left: 33.33333%
}
#globalcss .column.is-5-widescreen {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5-widescreen {
	margin-left: 41.66667%
}
#globalcss .column.is-6-widescreen {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6-widescreen {
	margin-left: 50%
}
#globalcss .column.is-7-widescreen {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7-widescreen {
	margin-left: 58.33333%
}
#globalcss .column.is-8-widescreen {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8-widescreen {
	margin-left: 66.66667%
}
#globalcss .column.is-9-widescreen {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9-widescreen {
	margin-left: 75%
}
#globalcss .column.is-10-widescreen {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10-widescreen {
	margin-left: 83.33333%
}
#globalcss .column.is-11-widescreen {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11-widescreen {
	margin-left: 91.66667%
}
#globalcss .column.is-12-widescreen {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12-widescreen {
	margin-left: 100%
}
}

@media screen and (min-width:1408px) {
#globalcss .column.is-narrow-fullhd {
	flex: none;
	width: unset
}
#globalcss .column.is-full-fullhd {
	flex: none;
	width: 100%
}
#globalcss .column.is-three-quarters-fullhd {
	flex: none;
	width: 75%
}
#globalcss .column.is-two-thirds-fullhd {
	flex: none;
	width: 66.6666%
}
#globalcss .column.is-half-fullhd {
	flex: none;
	width: 50%
}
#globalcss .column.is-one-third-fullhd {
	flex: none;
	width: 33.3333%
}
#globalcss .column.is-one-quarter-fullhd {
	flex: none;
	width: 25%
}
#globalcss .column.is-one-fifth-fullhd {
	flex: none;
	width: 20%
}
#globalcss .column.is-two-fifths-fullhd {
	flex: none;
	width: 40%
}
#globalcss .column.is-three-fifths-fullhd {
	flex: none;
	width: 60%
}
#globalcss .column.is-four-fifths-fullhd {
	flex: none;
	width: 80%
}
#globalcss .column.is-offset-three-quarters-fullhd {
	margin-left: 75%
}
#globalcss .column.is-offset-two-thirds-fullhd {
	margin-left: 66.6666%
}
#globalcss .column.is-offset-half-fullhd {
	margin-left: 50%
}
#globalcss .column.is-offset-one-third-fullhd {
	margin-left: 33.3333%
}
#globalcss .column.is-offset-one-quarter-fullhd {
	margin-left: 25%
}
#globalcss .column.is-offset-one-fifth-fullhd {
	margin-left: 20%
}
#globalcss .column.is-offset-two-fifths-fullhd {
	margin-left: 40%
}
#globalcss .column.is-offset-three-fifths-fullhd {
	margin-left: 60%
}
#globalcss .column.is-offset-four-fifths-fullhd {
	margin-left: 80%
}
#globalcss .column.is-0-fullhd {
	flex: none;
	width: 0%
}
#globalcss .column.is-offset-0-fullhd {
	margin-left: 0
}
#globalcss .column.is-1-fullhd {
	flex: none;
	width: 8.33333%
}
#globalcss .column.is-offset-1-fullhd {
	margin-left: 8.33333%
}
#globalcss .column.is-2-fullhd {
	flex: none;
	width: 16.66667%
}
#globalcss .column.is-offset-2-fullhd {
	margin-left: 16.66667%
}
#globalcss .column.is-3-fullhd {
	flex: none;
	width: 25%
}
#globalcss .column.is-offset-3-fullhd {
	margin-left: 25%
}
#globalcss .column.is-4-fullhd {
	flex: none;
	width: 33.33333%
}
#globalcss .column.is-offset-4-fullhd {
	margin-left: 33.33333%
}
#globalcss .column.is-5-fullhd {
	flex: none;
	width: 41.66667%
}
#globalcss .column.is-offset-5-fullhd {
	margin-left: 41.66667%
}
#globalcss .column.is-6-fullhd {
	flex: none;
	width: 50%
}
#globalcss .column.is-offset-6-fullhd {
	margin-left: 50%
}
#globalcss .column.is-7-fullhd {
	flex: none;
	width: 58.33333%
}
#globalcss .column.is-offset-7-fullhd {
	margin-left: 58.33333%
}
#globalcss .column.is-8-fullhd {
	flex: none;
	width: 66.66667%
}
#globalcss .column.is-offset-8-fullhd {
	margin-left: 66.66667%
}
#globalcss .column.is-9-fullhd {
	flex: none;
	width: 75%
}
#globalcss .column.is-offset-9-fullhd {
	margin-left: 75%
}
#globalcss .column.is-10-fullhd {
	flex: none;
	width: 83.33333%
}
#globalcss .column.is-offset-10-fullhd {
	margin-left: 83.33333%
}
#globalcss .column.is-11-fullhd {
	flex: none;
	width: 91.66667%
}
#globalcss .column.is-offset-11-fullhd {
	margin-left: 91.66667%
}
#globalcss .column.is-12-fullhd {
	flex: none;
	width: 100%
}
#globalcss .column.is-offset-12-fullhd {
	margin-left: 100%
}
}
#globalcss .columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem
}
#globalcss .columns:last-child {
	margin-bottom: -.75rem
}
#globalcss .columns:not(:last-child) {
	margin-bottom: calc(1.5rem - .75rem)
}
#globalcss .columns.is-centered {
	justify-content: center
}
#globalcss .columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}
#globalcss .columns.is-gapless>.column {
	margin: 0;
	padding: 0 !important
}
#globalcss .columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem
}
#globalcss .columns.is-gapless:last-child {
	margin-bottom: 0
}
#globalcss .columns.is-mobile {
	display: flex
}
#globalcss .columns.is-multiline {
	flex-wrap: wrap
}
#globalcss .columns.is-vcentered {
	align-items: center
}

@media screen and (min-width:769px), print {
#globalcss .columns:not(.is-desktop) {
	display: flex;
	width:100%;
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-desktop {
	display: flex
}
}
#globalcss .columns.is-variable {
 --columnGap: 0.75rem;
 margin-left: calc(-1 * var(--columnGap));
 margin-right: calc(-1 * var(--columnGap))
}
#globalcss .columns.is-variable>.column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap)
}
#globalcss .columns.is-variable.is-0 {
 --columnGap: 0rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-0-mobile {
 --columnGap: 0rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-0-tablet {
 --columnGap: 0rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-0-tablet-only {
 --columnGap: 0rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-0-touch {
 --columnGap: 0rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-0-desktop {
 --columnGap: 0rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-0-desktop-only {
 --columnGap: 0rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-0-widescreen {
 --columnGap: 0rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-0-widescreen-only {
 --columnGap: 0rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-0-fullhd {
 --columnGap: 0rem
}
}
#globalcss .columns.is-variable.is-1 {
 --columnGap: 0.25rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-1-mobile {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-1-tablet {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-1-tablet-only {
 --columnGap: 0.25rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-1-touch {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-1-desktop {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-1-desktop-only {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-1-widescreen {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-1-widescreen-only {
 --columnGap: 0.25rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-1-fullhd {
 --columnGap: 0.25rem
}
}
#globalcss .columns.is-variable.is-2 {
 --columnGap: 0.5rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-2-mobile {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-2-tablet {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-2-tablet-only {
 --columnGap: 0.5rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-2-touch {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-2-desktop {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-2-desktop-only {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-2-widescreen {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-2-widescreen-only {
 --columnGap: 0.5rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-2-fullhd {
 --columnGap: 0.5rem
}
}
#globalcss .columns.is-variable.is-3 {
 --columnGap: 0.75rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-3-mobile {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-3-tablet {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-3-tablet-only {
 --columnGap: 0.75rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-3-touch {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-3-desktop {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-3-desktop-only {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-3-widescreen {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-3-widescreen-only {
 --columnGap: 0.75rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-3-fullhd {
 --columnGap: 0.75rem
}
}
#globalcss .columns.is-variable.is-4 {
 --columnGap: 1rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-4-mobile {
 --columnGap: 1rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-4-tablet {
 --columnGap: 1rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-4-tablet-only {
 --columnGap: 1rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-4-touch {
 --columnGap: 1rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-4-desktop {
 --columnGap: 1rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-4-desktop-only {
 --columnGap: 1rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-4-widescreen {
 --columnGap: 1rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-4-widescreen-only {
 --columnGap: 1rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-4-fullhd {
 --columnGap: 1rem
}
}
#globalcss .columns.is-variable.is-5 {
 --columnGap: 1.25rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-5-mobile {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-5-tablet {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-5-tablet-only {
 --columnGap: 1.25rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-5-touch {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-5-desktop {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-5-desktop-only {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-5-widescreen {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-5-widescreen-only {
 --columnGap: 1.25rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-5-fullhd {
 --columnGap: 1.25rem
}
}
#globalcss .columns.is-variable.is-6 {
 --columnGap: 1.5rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-6-mobile {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-6-tablet {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-6-tablet-only {
 --columnGap: 1.5rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-6-touch {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-6-desktop {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-6-desktop-only {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-6-widescreen {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-6-widescreen-only {
 --columnGap: 1.5rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-6-fullhd {
 --columnGap: 1.5rem
}
}
#globalcss .columns.is-variable.is-7 {
 --columnGap: 1.75rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-7-mobile {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-7-tablet {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-7-tablet-only {
 --columnGap: 1.75rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-7-touch {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-7-desktop {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-7-desktop-only {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-7-widescreen {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-7-widescreen-only {
 --columnGap: 1.75rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-7-fullhd {
 --columnGap: 1.75rem
}
}
#globalcss .columns.is-variable.is-8 {
 --columnGap: 2rem
}

@media screen and (max-width:768px) {
#globalcss .columns.is-variable.is-8-mobile {
 --columnGap: 2rem
}
}

@media screen and (min-width:769px), print {
#globalcss .columns.is-variable.is-8-tablet {
 --columnGap: 2rem
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .columns.is-variable.is-8-tablet-only {
 --columnGap: 2rem
}
}

@media screen and (max-width:1023px) {
#globalcss .columns.is-variable.is-8-touch {
 --columnGap: 2rem
}
}

@media screen and (min-width:1024px) {
#globalcss .columns.is-variable.is-8-desktop {
 --columnGap: 2rem
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .columns.is-variable.is-8-desktop-only {
 --columnGap: 2rem
}
}

@media screen and (min-width:1216px) {
#globalcss .columns.is-variable.is-8-widescreen {
 --columnGap: 2rem
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .columns.is-variable.is-8-widescreen-only {
 --columnGap: 2rem
}
}

@media screen and (min-width:1408px) {
#globalcss .columns.is-variable.is-8-fullhd {
 --columnGap: 2rem
}
}
#globalcss .tile {
	align-items: stretch;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content
}
#globalcss .tile.is-ancestor {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem
}
#globalcss .tile.is-ancestor:last-child {
	margin-bottom: -.75rem
}
#globalcss .tile.is-ancestor:not(:last-child) {
	margin-bottom: .75rem
}
#globalcss .tile.is-child {
	margin: 0 !important
}
#globalcss .tile.is-parent {
	padding: .75rem
}
#globalcss .tile.is-vertical {
	flex-direction: column
}
#globalcss .tile.is-vertical>.tile.is-child:not(:last-child) {
	margin-bottom: 1.5rem !important
}

@media screen and (min-width:769px), print {
#globalcss .tile:not(.is-child) {
	display: flex
}
#globalcss .tile.is-1 {
	flex: none;
	width: 8.33333%
}
#globalcss .tile.is-2 {
	flex: none;
	width: 16.66667%
}
#globalcss .tile.is-3 {
	flex: none;
	width: 25%
}
#globalcss .tile.is-4 {
	flex: none;
	width: 33.33333%
}
#globalcss .tile.is-5 {
	flex: none;
	width: 41.66667%
}
#globalcss .tile.is-6 {
	flex: none;
	width: 50%
}
#globalcss .tile.is-7 {
	flex: none;
	width: 58.33333%
}
#globalcss .tile.is-8 {
	flex: none;
	width: 66.66667%
}
#globalcss .tile.is-9 {
	flex: none;
	width: 75%
}
#globalcss .tile.is-10 {
	flex: none;
	width: 83.33333%
}
#globalcss .tile.is-11 {
	flex: none;
	width: 91.66667%
}
#globalcss .tile.is-12 {
	flex: none;
	width: 100%
}
}
#globalcss .has-text-white {
	color: #fff !important
}
#globalcss a.has-text-white:focus, #globalcss a.has-text-white:hover {
	color: #e6e6e6 !important
}
#globalcss .has-background-white {
	background-color: #fff !important
}
#globalcss .has-text-black {
	color: #0a0a0a !important
}
#globalcss a.has-text-black:focus, #globalcss a.has-text-black:hover {
	color: #000 !important
}
#globalcss .has-background-black {
	background-color: #0a0a0a !important
}
#globalcss .has-text-light {
	color: #f5f5f5 !important
}
#globalcss a.has-text-light:focus, #globalcss a.has-text-light:hover {
	color: #dbdbdb !important
}
#globalcss .has-background-light {
	background-color: #f5f5f5 !important
}
#globalcss .has-text-dark {
	color: #363636 !important
}
#globalcss a.has-text-dark:focus, #globalcss a.has-text-dark:hover {
	color: #1c1c1c !important
}
#globalcss .has-background-dark {
	background-color: #363636 !important
}
#globalcss .has-text-primary {
	color: #00d1b2 !important
}
#globalcss a.has-text-primary:focus, #globalcss a.has-text-primary:hover {
	color: #009e86 !important
}
#globalcss .has-background-primary {
	background-color: #00d1b2 !important
}
#globalcss .has-text-primary-light {
	color: #ebfffc !important
}
#globalcss a.has-text-primary-light:focus, #globalcss a.has-text-primary-light:hover {
	color: #b8fff4 !important
}
#globalcss .has-background-primary-light {
	background-color: #ebfffc !important
}
#globalcss .has-text-primary-dark {
	color: #00947e !important
}
#globalcss a.has-text-primary-dark:focus, #globalcss a.has-text-primary-dark:hover {
	color: #00c7a9 !important
}
#globalcss .has-background-primary-dark {
	background-color: #00947e !important
}
#globalcss .has-text-link {
	color: #3273dc !important
}
#globalcss a.has-text-link:focus, #globalcss a.has-text-link:hover {
	color: #205bbc !important
}
#globalcss .has-background-link {
	background-color: #3273dc !important
}
#globalcss .has-text-link-light {
	color: #eef3fc !important
}
#globalcss a.has-text-link-light:focus, #globalcss a.has-text-link-light:hover {
	color: #c2d5f5 !important
}
#globalcss .has-background-link-light {
	background-color: #eef3fc !important
}
#globalcss .has-text-link-dark {
	color: #2160c4 !important
}
#globalcss a.has-text-link-dark:focus, #globalcss a.has-text-link-dark:hover {
	color: #3b79de !important
}
#globalcss .has-background-link-dark {
	background-color: #2160c4 !important
}
#globalcss .has-text-info {
	color: #3298dc !important
}
#globalcss a.has-text-info:focus, #globalcss a.has-text-info:hover {
	color: #207dbc !important
}
#globalcss .has-background-info {
	background-color: #3298dc !important
}
#globalcss .has-text-info-light {
	color: #eef6fc !important
}
#globalcss a.has-text-info-light:focus, #globalcss a.has-text-info-light:hover {
	color: #c2e0f5 !important
}
#globalcss .has-background-info-light {
	background-color: #eef6fc !important
}
#globalcss .has-text-info-dark {
	color: #1d72aa !important
}
#globalcss a.has-text-info-dark:focus, #globalcss a.has-text-info-dark:hover {
	color: #248fd6 !important
}
#globalcss .has-background-info-dark {
	background-color: #1d72aa !important
}
#globalcss .has-text-success {
	color: #48c774 !important
}
#globalcss a.has-text-success:focus, #globalcss a.has-text-success:hover {
	color: #34a85c !important
}
#globalcss .has-background-success {
	background-color: #48c774 !important
}
#globalcss .has-text-success-light {
	color: #effaf3 !important
}
#globalcss a.has-text-success-light:focus, #globalcss a.has-text-success-light:hover {
	color: #c8eed6 !important
}
#globalcss .has-background-success-light {
	background-color: #effaf3 !important
}
#globalcss .has-text-success-dark {
	color: #257942 !important
}
#globalcss a.has-text-success-dark:focus, #globalcss a.has-text-success-dark:hover {
	color: #31a058 !important
}
#globalcss .has-background-success-dark {
	background-color: #257942 !important
}
#globalcss .has-text-warning {
	color: #ffdd57 !important
}
#globalcss a.has-text-warning:focus, #globalcss a.has-text-warning:hover {
	color: #ffd324 !important
}
#globalcss .has-background-warning {
	background-color: #ffdd57 !important
}
#globalcss .has-text-warning-light {
	color: #fffbeb !important
}
#globalcss a.has-text-warning-light:focus, #globalcss a.has-text-warning-light:hover {
	color: #fff1b8 !important
}
#globalcss .has-background-warning-light {
	background-color: #fffbeb !important
}
#globalcss .has-text-warning-dark {
	color: #947600 !important
}
#globalcss a.has-text-warning-dark:focus, #globalcss a.has-text-warning-dark:hover {
	color: #c79f00 !important
}
#globalcss .has-background-warning-dark {
	background-color: #947600 !important
}
#globalcss .has-text-danger {
	color: #f14668 !important
}
#globalcss a.has-text-danger:focus, #globalcss a.has-text-danger:hover {
	color: #ee1742 !important
}
#globalcss .has-background-danger {
	background-color: #f14668 !important
}
#globalcss .has-text-danger-light {
	color: #feecf0 !important
}
#globalcss a.has-text-danger-light:focus, #globalcss a.has-text-danger-light:hover {
	color: #fabdc9 !important
}
#globalcss .has-background-danger-light {
	background-color: #feecf0 !important
}
#globalcss .has-text-danger-dark {
	color: #cc0f35 !important
}
#globalcss a.has-text-danger-dark:focus, #globalcss a.has-text-danger-dark:hover {
	color: #ee2049 !important
}
#globalcss .has-background-danger-dark {
	background-color: #cc0f35 !important
}
#globalcss .has-text-black-bis {
	color: #121212 !important
}
#globalcss .has-background-black-bis {
	background-color: #121212 !important
}
#globalcss .has-text-black-ter {
	color: #242424 !important
}
#globalcss .has-background-black-ter {
	background-color: #242424 !important
}
#globalcss .has-text-grey-darker {
	color: #363636 !important
}
#globalcss .has-background-grey-darker {
	background-color: #363636 !important
}
#globalcss .has-text-grey-dark {
	color: #4a4a4a !important
}
#globalcss .has-background-grey-dark {
	background-color: #4a4a4a !important
}
#globalcss .has-text-grey {
	color: #7a7a7a !important
}
#globalcss .has-background-grey {
	background-color: #7a7a7a !important
}
#globalcss .has-text-grey-light {
	color: #b5b5b5 !important
}
#globalcss .has-background-grey-light {
	background-color: #b5b5b5 !important
}
#globalcss .has-text-grey-lighter {
	color: #dbdbdb !important
}
#globalcss .has-background-grey-lighter {
	background-color: #dbdbdb !important
}
#globalcss .has-text-white-ter {
	color: #f5f5f5 !important
}
#globalcss .has-background-white-ter {
	background-color: #f5f5f5 !important
}
#globalcss .has-text-white-bis {
	color: #fafafa !important
}
#globalcss .has-background-white-bis {
	background-color: #fafafa !important
}
#globalcss .is-flex-direction-row {
	flex-direction: row !important
}
#globalcss .is-flex-direction-row-reverse {
	flex-direction: row-reverse !important
}
#globalcss .is-flex-direction-column {
	flex-direction: column !important
}
#globalcss .is-flex-direction-column-reverse {
	flex-direction: column-reverse !important
}
#globalcss .is-flex-wrap-nowrap {
	flex-wrap: nowrap !important
}
#globalcss .is-flex-wrap-wrap {
	flex-wrap: wrap !important
}
#globalcss .is-flex-wrap-wrap-reverse {
	flex-wrap: wrap-reverse !important
}
#globalcss .is-justify-content-flex-start {
	justify-content: flex-start !important
}
#globalcss .is-justify-content-flex-end {
	justify-content: flex-end !important
}
#globalcss .is-justify-content-center {
	justify-content: center !important
}
#globalcss .is-justify-content-space-between {
	justify-content: space-between !important
}
#globalcss .is-justify-content-space-around {
	justify-content: space-around !important
}
#globalcss .is-justify-content-space-evenly {
	justify-content: space-evenly !important
}
#globalcss .is-justify-content-start {
	justify-content: start !important
}
#globalcss .is-justify-content-end {
	justify-content: end !important
}
#globalcss .is-justify-content-left {
	justify-content: left !important
}
#globalcss .is-justify-content-right {
	justify-content: right !important
}
#globalcss .is-align-content-flex-start {
	align-content: flex-start !important
}
#globalcss .is-align-content-flex-end {
	align-content: flex-end !important
}
#globalcss .is-align-content-center {
	align-content: center !important
}
#globalcss .is-align-content-space-between {
	align-content: space-between !important
}
#globalcss .is-align-content-space-around {
	align-content: space-around !important
}
#globalcss .is-align-content-space-evenly {
	align-content: space-evenly !important
}
#globalcss .is-align-content-stretch {
	align-content: stretch !important
}
#globalcss .is-align-content-start {
	align-content: start !important
}
#globalcss .is-align-content-end {
	align-content: end !important
}
#globalcss .is-align-content-baseline {
	align-content: baseline !important
}
#globalcss .is-align-items-stretch {
	align-items: stretch !important
}
#globalcss .is-align-items-flex-start {
	align-items: flex-start !important
}
#globalcss .is-align-items-flex-end {
	align-items: flex-end !important
}
#globalcss .is-align-items-center {
	align-items: center !important
}
#globalcss .is-align-items-baseline {
	align-items: baseline !important
}
#globalcss .is-align-items-start {
	align-items: start !important
}
#globalcss .is-align-items-end {
	align-items: end !important
}
#globalcss .is-align-items-self-start {
	align-items: self-start !important
}
#globalcss .is-align-items-self-end {
	align-items: self-end !important
}
#globalcss .is-align-self-auto {
	align-self: auto !important
}
#globalcss .is-align-self-flex-start {
	align-self: flex-start !important
}
#globalcss .is-align-self-flex-end {
	align-self: flex-end !important
}
#globalcss .is-align-self-center {
	align-self: center !important
}
#globalcss .is-align-self-baseline {
	align-self: baseline !important
}
#globalcss .is-align-self-stretch {
	align-self: stretch !important
}
#globalcss .is-flex-grow-0 {
	flex-grow: 0 !important
}
#globalcss .is-flex-grow-1 {
	flex-grow: 1 !important
}
#globalcss .is-flex-grow-2 {
	flex-grow: 2 !important
}
#globalcss .is-flex-grow-3 {
	flex-grow: 3 !important
}
#globalcss .is-flex-grow-4 {
	flex-grow: 4 !important
}
#globalcss .is-flex-grow-5 {
	flex-grow: 5 !important
}
#globalcss .is-flex-shrink-0 {
	flex-shrink: 0 !important
}
#globalcss .is-flex-shrink-1 {
	flex-shrink: 1 !important
}
#globalcss .is-flex-shrink-2 {
	flex-shrink: 2 !important
}
#globalcss .is-flex-shrink-3 {
	flex-shrink: 3 !important
}
#globalcss .is-flex-shrink-4 {
	flex-shrink: 4 !important
}
#globalcss .is-flex-shrink-5 {
	flex-shrink: 5 !important
}
#globalcss .is-clearfix::after {
	clear: both;
	content: " ";
	display: table
}
#globalcss .is-pulled-left {
	float: left !important
}
#globalcss .is-pulled-right {
	float: right !important
}
#globalcss .is-radiusless {
	border-radius: 0 !important
}
#globalcss .is-shadowless {
	box-shadow: none !important
}
#globalcss .is-clickable {
	cursor: pointer !important;
	pointer-events: all !important
}
#globalcss .is-clipped {
	overflow: hidden !important
}
#globalcss .is-relative {
	position: relative !important
}
#globalcss .is-marginless {
	margin: 0 !important
}
#globalcss .is-paddingless {
	padding: 0 !important
}
#globalcss .m-0 {
	margin: 0 !important
}
#globalcss .mt-0 {
	margin-top: 0 !important
}
#globalcss .mr-0 {
	margin-right: 0 !important
}
#globalcss .mb-0 {
	margin-bottom: 0 !important
}
#globalcss .ml-0 {
	margin-left: 0 !important
}
#globalcss .mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}
#globalcss .my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
#globalcss .m-1 {
	margin: .25rem !important
}
#globalcss .mt-1 {
	margin-top: .25rem !important
}
#globalcss .mr-1 {
	margin-right: .25rem !important
}
#globalcss .mb-1 {
	margin-bottom: .25rem !important
}
#globalcss .ml-1 {
	margin-left: .25rem !important
}
#globalcss .mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}
#globalcss .my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}
#globalcss .m-2 {
	margin: .5rem !important
}
#globalcss .mt-2 {
	margin-top: .5rem !important
}
#globalcss .mr-2 {
	margin-right: .5rem !important
}
#globalcss .mb-2 {
	margin-bottom: .5rem !important
}
#globalcss .ml-2 {
	margin-left: .5rem !important
}
#globalcss .mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}
#globalcss .my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}
#globalcss .m-3 {
	margin: .75rem !important
}
#globalcss .mt-3 {
	margin-top: .75rem !important
}
#globalcss .mr-3 {
	margin-right: .75rem !important
}
#globalcss .mb-3 {
	margin-bottom: .75rem !important
}
#globalcss .ml-3 {
	margin-left: .75rem !important
}
#globalcss .mx-3 {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}
#globalcss .my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}
#globalcss .m-4 {
	margin: 1rem !important
}
#globalcss .mt-4 {
	margin-top: 1rem !important
}
#globalcss .mr-4 {
	margin-right: 1rem !important
}
#globalcss .mb-4 {
	margin-bottom: 1rem !important
}
#globalcss .ml-4 {
	margin-left: 1rem !important
}
#globalcss .mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}
#globalcss .my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}
#globalcss .m-5 {
	margin: 1.5rem !important
}
#globalcss .mt-5 {
	margin-top: 1.5rem !important
}
#globalcss .mr-5 {
	margin-right: 1.5rem !important
}
#globalcss .mb-5 {
	margin-bottom: 1.5rem !important
}
#globalcss .ml-5 {
	margin-left: 1.5rem !important
}
#globalcss .mx-5 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}
#globalcss .my-5 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}
#globalcss .m-6 {
	margin: 3rem !important
}
#globalcss .mt-6 {
	margin-top: 1rem !important
}
#globalcss .mr-6 {
	margin-right: 3rem !important
}
#globalcss .mb-6 {
	margin-bottom: 3rem !important
}
#globalcss .ml-6 {
	margin-left: 3rem !important
}
#globalcss .mx-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}
#globalcss .my-6 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}
#globalcss .p-0 {
	padding: 0 !important
}
#globalcss .pt-0 {
	padding-top: 0 !important
}
#globalcss .pr-0 {
	padding-right: 0 !important
}
#globalcss .pb-0 {
	padding-bottom: 0 !important
}
#globalcss .pl-0 {
	padding-left: 0 !important
}
#globalcss .px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}
#globalcss .py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
#globalcss .p-1 {
	padding: .25rem !important
}
#globalcss .pt-1 {
	padding-top: .25rem !important
}
#globalcss .pr-1 {
	padding-right: .25rem !important
}
#globalcss .pb-1 {
	padding-bottom: .25rem !important
}
#globalcss .pl-1 {
	padding-left: .25rem !important
}
#globalcss .px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}
#globalcss .py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}
#globalcss .p-2 {
	padding: .5rem !important
}
#globalcss .pt-2 {
	padding-top: .5rem !important
}
#globalcss .pr-2 {
	padding-right: .5rem !important
}
#globalcss .pb-2 {
	padding-bottom: .5rem !important
}
#globalcss .pl-2 {
	padding-left: .5rem !important
}
#globalcss .px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}
#globalcss .py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}
#globalcss .p-3 {
	padding: .75rem !important
}
#globalcss .pt-3 {
	padding-top: .75rem !important
}
#globalcss .pr-3 {
	padding-right: .75rem !important
}
#globalcss .pb-3 {
	padding-bottom: .75rem !important
}
#globalcss .pl-3 {
	padding-left: .75rem !important
}
#globalcss .px-3 {
	padding-left: .75rem !important;
	padding-right: .75rem !important
}
#globalcss .py-3 {
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}
#globalcss .p-4 {
	padding: 1rem !important
}
#globalcss .pt-4 {
	padding-top: 1rem !important
}
#globalcss .pr-4 {
	padding-right: 1rem !important
}
#globalcss .pb-4 {
	padding-bottom: 1rem !important
}
#globalcss .pl-4 {
	padding-left: 1rem !important
}
#globalcss .px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}
#globalcss .py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}
#globalcss .p-5 {
	padding: 1.5rem !important
}
#globalcss .pt-5 {
	padding-top: 1.5rem !important
}
#globalcss .pr-5 {
	padding-right: 1.5rem !important
}
#globalcss .pb-5 {
	padding-bottom: 1.5rem !important
}
#globalcss .pl-5 {
	padding-left: 1.5rem !important
}
#globalcss .px-5 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important
}
#globalcss .py-5 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}
#globalcss .p-6 {
	padding: 3rem !important
}
#globalcss .pt-6 {
	padding-top: 3rem !important
}
#globalcss .pr-6 {
	padding-right: 3rem !important
}
#globalcss .pb-6 {
	padding-bottom: 3rem !important
}
#globalcss .pl-6 {
	padding-left: 3rem !important
}
#globalcss .px-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}
#globalcss .py-6 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}
#globalcss .is-size-1 {
	font-size: 3rem !important
}
#globalcss .is-size-2 {
	font-size: 2.5rem !important
}
#globalcss .is-size-3 {
	font-size: 2rem !important
}
#globalcss .is-size-4 {
	font-size: 1.5rem !important
}
#globalcss .is-size-5 {
	font-size: 1.25rem !important
}
#globalcss .is-size-6 {
	font-size: 1rem !important
}
#globalcss .is-size-7 {
	font-size: .75rem !important
}

@media screen and (max-width:768px) {
#globalcss .is-size-1-mobile {
	font-size: 3rem !important
}
#globalcss .is-size-2-mobile {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-mobile {
	font-size: 2rem !important
}
#globalcss .is-size-4-mobile {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-mobile {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-mobile {
	font-size: 1rem !important
}
#globalcss .is-size-7-mobile {
	font-size: .75rem !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-size-1-tablet {
	font-size: 3rem !important
}
#globalcss .is-size-2-tablet {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-tablet {
	font-size: 2rem !important
}
#globalcss .is-size-4-tablet {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-tablet {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-tablet {
	font-size: 1rem !important
}
#globalcss .is-size-7-tablet {
	font-size: .75rem !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-size-1-touch {
	font-size: 3rem !important
}
#globalcss .is-size-2-touch {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-touch {
	font-size: 2rem !important
}
#globalcss .is-size-4-touch {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-touch {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-touch {
	font-size: 1rem !important
}
#globalcss .is-size-7-touch {
	font-size: .75rem !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-size-1-desktop {
	font-size: 3rem !important
}
#globalcss .is-size-2-desktop {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-desktop {
	font-size: 2rem !important
}
#globalcss .is-size-4-desktop {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-desktop {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-desktop {
	font-size: 1rem !important
}
#globalcss .is-size-7-desktop {
	font-size: .75rem !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-size-1-widescreen {
	font-size: 3rem !important
}
#globalcss .is-size-2-widescreen {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-widescreen {
	font-size: 2rem !important
}
#globalcss .is-size-4-widescreen {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-widescreen {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-widescreen {
	font-size: 1rem !important
}
#globalcss .is-size-7-widescreen {
	font-size: .75rem !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-size-1-fullhd {
	font-size: 3rem !important
}
#globalcss .is-size-2-fullhd {
	font-size: 2.5rem !important
}
#globalcss .is-size-3-fullhd {
	font-size: 2rem !important
}
#globalcss .is-size-4-fullhd {
	font-size: 1.5rem !important
}
#globalcss .is-size-5-fullhd {
	font-size: 1.25rem !important
}
#globalcss .is-size-6-fullhd {
	font-size: 1rem !important
}
#globalcss .is-size-7-fullhd {
	font-size: .75rem !important
}
}
#globalcss .has-text-centered {
	text-align: center !important
}
#globalcss .has-text-justified {
	text-align: justify !important
}
#globalcss .has-text-left {
	text-align: left !important
}
#globalcss .has-text-right {
	text-align: right !important
}

@media screen and (max-width:768px) {
#globalcss .has-text-centered-mobile {
	text-align: center !important
}
}

@media screen and (min-width:769px), print {
#globalcss .has-text-centered-tablet {
	text-align: center !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .has-text-centered-tablet-only {
	text-align: center !important
}
}

@media screen and (max-width:1023px) {
#globalcss .has-text-centered-touch {
	text-align: center !important
}
}

@media screen and (min-width:1024px) {
#globalcss .has-text-centered-desktop {
	text-align: center !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .has-text-centered-desktop-only {
	text-align: center !important
}
}

@media screen and (min-width:1216px) {
#globalcss .has-text-centered-widescreen {
	text-align: center !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .has-text-centered-widescreen-only {
	text-align: center !important
}
}

@media screen and (min-width:1408px) {
#globalcss .has-text-centered-fullhd {
	text-align: center !important
}
}

@media screen and (max-width:768px) {
#globalcss .has-text-justified-mobile {
	text-align: justify !important
}
}

@media screen and (min-width:769px), print {
#globalcss .has-text-justified-tablet {
	text-align: justify !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .has-text-justified-tablet-only {
	text-align: justify !important
}
}

@media screen and (max-width:1023px) {
#globalcss .has-text-justified-touch {
	text-align: justify !important
}
}

@media screen and (min-width:1024px) {
#globalcss .has-text-justified-desktop {
	text-align: justify !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .has-text-justified-desktop-only {
	text-align: justify !important
}
}

@media screen and (min-width:1216px) {
#globalcss .has-text-justified-widescreen {
	text-align: justify !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .has-text-justified-widescreen-only {
	text-align: justify !important
}
}

@media screen and (min-width:1408px) {
#globalcss .has-text-justified-fullhd {
	text-align: justify !important
}
}

@media screen and (max-width:768px) {
#globalcss .has-text-left-mobile {
	text-align: left !important
}
}

@media screen and (min-width:769px), print {
#globalcss .has-text-left-tablet {
	text-align: left !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .has-text-left-tablet-only {
	text-align: left !important
}
}

@media screen and (max-width:1023px) {
#globalcss .has-text-left-touch {
	text-align: left !important
}
}

@media screen and (min-width:1024px) {
#globalcss .has-text-left-desktop {
	text-align: left !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .has-text-left-desktop-only {
	text-align: left !important
}
}

@media screen and (min-width:1216px) {
#globalcss .has-text-left-widescreen {
	text-align: left !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .has-text-left-widescreen-only {
	text-align: left !important
}
}

@media screen and (min-width:1408px) {
#globalcss .has-text-left-fullhd {
	text-align: left !important
}
}

@media screen and (max-width:768px) {
#globalcss .has-text-right-mobile {
	text-align: right !important
}
}

@media screen and (min-width:769px), print {
#globalcss .has-text-right-tablet {
	text-align: right !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .has-text-right-tablet-only {
	text-align: right !important
}
}

@media screen and (max-width:1023px) {
#globalcss .has-text-right-touch {
	text-align: right !important
}
}

@media screen and (min-width:1024px) {
#globalcss .has-text-right-desktop {
	text-align: right !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .has-text-right-desktop-only {
	text-align: right !important
}
}

@media screen and (min-width:1216px) {
#globalcss .has-text-right-widescreen {
	text-align: right !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .has-text-right-widescreen-only {
	text-align: right !important
}
}

@media screen and (min-width:1408px) {
#globalcss .has-text-right-fullhd {
	text-align: right !important
}
}
#globalcss .is-capitalized {
	text-transform: capitalize !important
}
#globalcss .is-lowercase {
	text-transform: lowercase !important
}
#globalcss .is-uppercase {
	text-transform: uppercase !important
}
#globalcss .is-italic {
	font-style: italic !important
}
#globalcss .has-text-weight-light {
	font-weight: 300 !important
}
#globalcss .has-text-weight-normal {
	font-weight: 400 !important
}
#globalcss .has-text-weight-medium {
	font-weight: 500 !important
}
#globalcss .has-text-weight-semibold {
	font-weight: 600 !important
}
#globalcss .has-text-weight-bold {
	font-weight: 700 !important
}
#globalcss .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
}
#globalcss .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
}
#globalcss .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
}
#globalcss .is-family-monospace {
	font-family: monospace !important
}
#globalcss .is-family-code {
	font-family: monospace !important
}
#globalcss .is-block {
	display: block !important
}

@media screen and (max-width:768px) {
#globalcss .is-block-mobile {
	display: block !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-block-tablet {
	display: block !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-block-tablet-only {
	display: block !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-block-touch {
	display: block !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-block-desktop {
	display: block !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-block-desktop-only {
	display: block !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-block-widescreen {
	display: block !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-block-widescreen-only {
	display: block !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-block-fullhd {
	display: block !important
}
}
#globalcss .is-flex {
	display: flex !important
}

@media screen and (max-width:768px) {
#globalcss .is-flex-mobile {
	display: flex !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-flex-tablet {
	display: flex !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-flex-tablet-only {
	display: flex !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-flex-touch {
	display: flex !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-flex-desktop {
	display: flex !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-flex-desktop-only {
	display: flex !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-flex-widescreen {
	display: flex !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-flex-widescreen-only {
	display: flex !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-flex-fullhd {
	display: flex !important
}
}
#globalcss .is-inline {
	display: inline !important
}

@media screen and (max-width:768px) {
#globalcss .is-inline-mobile {
	display: inline !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-inline-tablet {
	display: inline !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-inline-tablet-only {
	display: inline !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-inline-touch {
	display: inline !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-inline-desktop {
	display: inline !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-inline-desktop-only {
	display: inline !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-inline-widescreen {
	display: inline !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-inline-widescreen-only {
	display: inline !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-inline-fullhd {
	display: inline !important
}
}
#globalcss .is-inline-block {
	display: inline-block !important
}

@media screen and (max-width:768px) {
#globalcss .is-inline-block-mobile {
	display: inline-block !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-inline-block-tablet {
	display: inline-block !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-inline-block-tablet-only {
	display: inline-block !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-inline-block-touch {
	display: inline-block !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-inline-block-desktop {
	display: inline-block !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-inline-block-desktop-only {
	display: inline-block !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-inline-block-widescreen {
	display: inline-block !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-inline-block-widescreen-only {
	display: inline-block !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-inline-block-fullhd {
	display: inline-block !important
}
}
#globalcss .is-inline-flex {
	display: inline-flex !important
}

@media screen and (max-width:768px) {
#globalcss .is-inline-flex-mobile {
	display: inline-flex !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-inline-flex-tablet {
	display: inline-flex !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-inline-flex-tablet-only {
	display: inline-flex !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-inline-flex-touch {
	display: inline-flex !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-inline-flex-desktop {
	display: inline-flex !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-inline-flex-desktop-only {
	display: inline-flex !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-inline-flex-widescreen {
	display: inline-flex !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-inline-flex-widescreen-only {
	display: inline-flex !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-inline-flex-fullhd {
	display: inline-flex !important
}
}
#globalcss .is-hidden {
	display: none !important
}
#globalcss .is-sr-only {
	border: none !important;
	clip: rect(0, #globalcss 0, #globalcss 0, #globalcss 0) !important;
	height: .01em !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: .01em !important
}

@media screen and (max-width:768px) {
#globalcss .is-hidden-mobile {
	display: none !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-hidden-tablet {
	display: none !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-hidden-tablet-only {
	display: none !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-hidden-touch {
	display: none !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-hidden-desktop {
	display: none !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-hidden-desktop-only {
	display: none !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-hidden-widescreen {
	display: none !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
.is-hidden-widescreen-only {
	display: none !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-hidden-fullhd {
	display: none !important
}
}
#globalcss .is-invisible {
	visibility: hidden !important
}

@media screen and (max-width:768px) {
#globalcss .is-invisible-mobile {
	visibility: hidden !important
}
}

@media screen and (min-width:769px), print {
#globalcss .is-invisible-tablet {
	visibility: hidden !important
}
}

@media screen and (min-width:769px) and (max-width:1023px) {
#globalcss .is-invisible-tablet-only {
	visibility: hidden !important
}
}

@media screen and (max-width:1023px) {
#globalcss .is-invisible-touch {
	visibility: hidden !important
}
}

@media screen and (min-width:1024px) {
#globalcss .is-invisible-desktop {
	visibility: hidden !important
}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
#globalcss .is-invisible-desktop-only {
	visibility: hidden !important
}
}

@media screen and (min-width:1216px) {
#globalcss .is-invisible-widescreen {
	visibility: hidden !important
}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
#globalcss .is-invisible-widescreen-only {
	visibility: hidden !important
}
}

@media screen and (min-width:1408px) {
#globalcss .is-invisible-fullhd {
	visibility: hidden !important
}
}
#globalcss .hero {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
#globalcss .hero .navbar {
	background: 0 0
}
#globalcss .hero .tabs ul {
	border-bottom: none
}
#globalcss .hero.is-white {
	background-color: #fff;
	color: #0a0a0a
}
#globalcss .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-white strong {
	color: inherit
}
#globalcss .hero.is-white .title {
	color: #0a0a0a
}
#globalcss .hero.is-white .subtitle {
	color: rgba(10, 10, 10, .9)
}
#globalcss .hero.is-white .subtitle a:not(.button), #globalcss .hero.is-white .subtitle strong {
	color: #0a0a0a
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-white .navbar-menu {
	background-color: #fff
}
}
#globalcss .hero.is-white .navbar-item, #globalcss .hero.is-white .navbar-link {
	color: rgba(10, 10, 10, .7)
}
#globalcss .hero.is-white .navbar-link.is-active, #globalcss .hero.is-white .navbar-link:hover, #globalcss .hero.is-white a.navbar-item.is-active, #globalcss .hero.is-white a.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a
}
#globalcss .hero.is-white .tabs a {
	color: #0a0a0a;
	opacity: .9
}
#globalcss .hero.is-white .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-white .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-white .tabs.is-boxed a, #globalcss .hero.is-white .tabs.is-toggle a {
	color: #0a0a0a
}
#globalcss .hero.is-white .tabs.is-boxed a:hover, #globalcss .hero.is-white .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-white .tabs.is-boxed li.is-active a, #globalcss .hero.is-white .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-white .tabs.is-toggle li.is-active a, #globalcss .hero.is-white .tabs.is-toggle li.is-active a:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff
}
#globalcss .hero.is-white.is-bold {
	background-image: linear-gradient(141deg, #globalcss #e6e6e6 0, #globalcss #fff 71%, #globalcss #fff 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-white.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #e6e6e6 0, #globalcss #fff 71%, #globalcss #fff 100%)
}
}
#globalcss .hero.is-black {
	background-color: #0a0a0a;
	color: #fff
}
#globalcss .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-black strong {
	color: inherit
}
#globalcss .hero.is-black .title {
	color: #fff
}
#globalcss .hero.is-black .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-black .subtitle a:not(.button), #globalcss .hero.is-black .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-black .navbar-menu {
	background-color: #0a0a0a
}
}
#globalcss .hero.is-black .navbar-item, #globalcss .hero.is-black .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-black .navbar-link.is-active, #globalcss .hero.is-black .navbar-link:hover, #globalcss .hero.is-black a.navbar-item.is-active, #globalcss .hero.is-black a.navbar-item:hover {
	background-color: #000;
	color: #fff
}
#globalcss .hero.is-black .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-black .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-black .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-black .tabs.is-boxed a, #globalcss .hero.is-black .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-black .tabs.is-boxed a:hover, #globalcss .hero.is-black .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-black .tabs.is-boxed li.is-active a, #globalcss .hero.is-black .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-black .tabs.is-toggle li.is-active a, #globalcss .hero.is-black .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a
}
#globalcss .hero.is-black.is-bold {
	background-image: linear-gradient(141deg, #globalcss #000 0, #globalcss #0a0a0a 71%, #globalcss #181616 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-black.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #000 0, #globalcss #0a0a0a 71%, #globalcss #181616 100%)
}
}
#globalcss .hero.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-light strong {
	color: inherit
}
#globalcss .hero.is-light .title {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-light .subtitle {
	color: rgba(0, 0, 0, .9)
}
#globalcss .hero.is-light .subtitle a:not(.button), #globalcss .hero.is-light .subtitle strong {
	color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-light .navbar-menu {
	background-color: #f5f5f5
}
}
#globalcss .hero.is-light .navbar-item, #globalcss .hero.is-light .navbar-link {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-light .navbar-link.is-active, #globalcss .hero.is-light .navbar-link:hover, #globalcss .hero.is-light a.navbar-item.is-active, #globalcss .hero.is-light a.navbar-item:hover {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-light .tabs a {
	color: rgba(0, 0, 0, .7);
	opacity: .9
}
#globalcss .hero.is-light .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-light .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-light .tabs.is-boxed a, #globalcss .hero.is-light .tabs.is-toggle a {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-light .tabs.is-boxed a:hover, #globalcss .hero.is-light .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-light .tabs.is-boxed li.is-active a, #globalcss .hero.is-light .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-light .tabs.is-toggle li.is-active a, #globalcss .hero.is-light .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .7);
	color: #f5f5f5
}
#globalcss .hero.is-light.is-bold {
	background-image: linear-gradient(141deg, #globalcss #dfd8d9 0, #globalcss #f5f5f5 71%, #globalcss #fff 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-light.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #dfd8d9 0, #globalcss #f5f5f5 71%, #globalcss #fff 100%)
}
}
#globalcss .hero.is-dark {
	background-color: #363636;
	color: #fff
}
#globalcss .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-dark strong {
	color: inherit
}
#globalcss .hero.is-dark .title {
	color: #fff
}
#globalcss .hero.is-dark .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-dark .subtitle a:not(.button), #globalcss .hero.is-dark .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-dark .navbar-menu {
	background-color: #363636
}
}
#globalcss .hero.is-dark .navbar-item, #globalcss .hero.is-dark .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-dark .navbar-link.is-active, #globalcss .hero.is-dark .navbar-link:hover, #globalcss .hero.is-dark a.navbar-item.is-active, #globalcss .hero.is-dark a.navbar-item:hover {
	background-color: #292929;
	color: #fff
}
#globalcss .hero.is-dark .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-dark .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-dark .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-dark .tabs.is-boxed a, #globalcss .hero.is-dark .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-dark .tabs.is-boxed a:hover, #globalcss .hero.is-dark .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-dark .tabs.is-boxed li.is-active a, #globalcss .hero.is-dark .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-dark .tabs.is-toggle li.is-active a, #globalcss .hero.is-dark .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #363636
}
#globalcss .hero.is-dark.is-bold {
	background-image: linear-gradient(141deg, #globalcss #1f191a 0, #globalcss #363636 71%, #globalcss #46403f 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-dark.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #1f191a 0, #globalcss #363636 71%, #globalcss #46403f 100%)
}
}
#globalcss .hero.is-primary {
	background-color: #00d1b2;
	color: #fff
}
#globalcss .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-primary strong {
	color: inherit
}
#globalcss .hero.is-primary .title {
	color: #fff
}
#globalcss .hero.is-primary .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-primary .subtitle a:not(.button), #globalcss .hero.is-primary .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-primary .navbar-menu {
	background-color: #00d1b2
}
}
#globalcss .hero.is-primary .navbar-item, #globalcss .hero.is-primary .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-primary .navbar-link.is-active, #globalcss .hero.is-primary .navbar-link:hover, #globalcss .hero.is-primary a.navbar-item.is-active, #globalcss .hero.is-primary a.navbar-item:hover {
	background-color: #00b89c;
	color: #fff
}
#globalcss .hero.is-primary .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-primary .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-primary .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-primary .tabs.is-boxed a, #globalcss .hero.is-primary .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-primary .tabs.is-boxed a:hover, #globalcss .hero.is-primary .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-primary .tabs.is-boxed li.is-active a, #globalcss .hero.is-primary .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-primary .tabs.is-toggle li.is-active a, #globalcss .hero.is-primary .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #00d1b2
}
#globalcss .hero.is-primary.is-bold {
	background-image: linear-gradient(141deg, #globalcss #009e6c 0, #globalcss #00d1b2 71%, #globalcss #00e7eb 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-primary.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #009e6c 0, #globalcss #00d1b2 71%, #globalcss #00e7eb 100%)
}
}
#globalcss .hero.is-link {
	background-color: #3273dc;
	color: #fff
}
#globalcss .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-link strong {
	color: inherit
}
#globalcss .hero.is-link .title {
	color: #fff
}
#globalcss .hero.is-link .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-link .subtitle a:not(.button), #globalcss .hero.is-link .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-link .navbar-menu {
	background-color: #3273dc
}
}
#globalcss .hero.is-link .navbar-item, #globalcss .hero.is-link .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-link .navbar-link.is-active, #globalcss .hero.is-link .navbar-link:hover, #globalcss .hero.is-link a.navbar-item.is-active, #globalcss .hero.is-link a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff
}
#globalcss .hero.is-link .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-link .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-link .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-link .tabs.is-boxed a, #globalcss .hero.is-link .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-link .tabs.is-boxed a:hover, #globalcss .hero.is-link .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-link .tabs.is-boxed li.is-active a, #globalcss .hero.is-link .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-link .tabs.is-toggle li.is-active a, #globalcss .hero.is-link .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3273dc
}
#globalcss .hero.is-link.is-bold {
	background-image: linear-gradient(141deg, #globalcss #1577c6 0, #globalcss #3273dc 71%, #globalcss #4366e5 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-link.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #1577c6 0, #globalcss #3273dc 71%, #globalcss #4366e5 100%)
}
}
#globalcss .hero.is-info {
	background-color: #3298dc;
	color: #fff
}
#globalcss .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-info strong {
	color: inherit
}
#globalcss .hero.is-info .title {
	color: #fff
}
#globalcss .hero.is-info .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-info .subtitle a:not(.button), #globalcss .hero.is-info .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-info .navbar-menu {
	background-color: #3298dc
}
}
#globalcss .hero.is-info .navbar-item, #globalcss .hero.is-info .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-info .navbar-link.is-active, #globalcss .hero.is-info .navbar-link:hover, #globalcss .hero.is-info a.navbar-item.is-active, #globalcss .hero.is-info a.navbar-item:hover {
	background-color: #238cd1;
	color: #fff
}
#globalcss .hero.is-info .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-info .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-info .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-info .tabs.is-boxed a, #globalcss .hero.is-info .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-info .tabs.is-boxed a:hover, #globalcss .hero.is-info .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-info .tabs.is-boxed li.is-active a, #globalcss .hero.is-info .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-info .tabs.is-toggle li.is-active a, #globalcss .hero.is-info .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3298dc
}
#globalcss .hero.is-info.is-bold {
	background-image: linear-gradient(141deg, #globalcss #159dc6 0, #globalcss #3298dc 71%, #globalcss #4389e5 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-info.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #159dc6 0, #globalcss #3298dc 71%, #globalcss #4389e5 100%)
}
}
#globalcss .hero.is-success {
	background-color: #48c774;
	color: #fff
}
#globalcss .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-success strong {
	color: inherit
}
#globalcss .hero.is-success .title {
	color: #fff
}
#globalcss .hero.is-success .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-success .subtitle a:not(.button), #globalcss .hero.is-success .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-success .navbar-menu {
	background-color: #48c774
}
}
#globalcss .hero.is-success .navbar-item, #globalcss .hero.is-success .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-success .navbar-link.is-active, #globalcss .hero.is-success .navbar-link:hover, #globalcss .hero.is-success a.navbar-item.is-active, #globalcss .hero.is-success a.navbar-item:hover {
	background-color: #3abb67;
	color: #fff
}
#globalcss .hero.is-success .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-success .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-success .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-success .tabs.is-boxed a, #globalcss .hero.is-success .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-success .tabs.is-boxed a:hover, #globalcss .hero.is-success .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-success .tabs.is-boxed li.is-active a, #globalcss .hero.is-success .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-success .tabs.is-toggle li.is-active a, #globalcss .hero.is-success .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #48c774
}
#globalcss .hero.is-success.is-bold {
	background-image: linear-gradient(141deg, #globalcss #29b342 0, #globalcss #48c774 71%, #globalcss #56d296 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-success.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #29b342 0, #globalcss #48c774 71%, #globalcss #56d296 100%)
}
}
#globalcss .hero.is-warning {
	background-color: #ffdd57;
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-warning strong {
	color: inherit
}
#globalcss .hero.is-warning .title {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-warning .subtitle {
	color: rgba(0, 0, 0, .9)
}
#globalcss .hero.is-warning .subtitle a:not(.button), #globalcss .hero.is-warning .subtitle strong {
	color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-warning .navbar-menu {
	background-color: #ffdd57
}
}
#globalcss .hero.is-warning .navbar-item, #globalcss .hero.is-warning .navbar-link {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-warning .navbar-link.is-active, #globalcss .hero.is-warning .navbar-link:hover, #globalcss .hero.is-warning a.navbar-item.is-active, #globalcss .hero.is-warning a.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-warning .tabs a {
	color: rgba(0, 0, 0, .7);
	opacity: .9
}
#globalcss .hero.is-warning .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-warning .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-warning .tabs.is-boxed a, #globalcss .hero.is-warning .tabs.is-toggle a {
	color: rgba(0, 0, 0, .7)
}
#globalcss .hero.is-warning .tabs.is-boxed a:hover, #globalcss .hero.is-warning .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-warning .tabs.is-boxed li.is-active a, #globalcss .hero.is-warning .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-warning .tabs.is-toggle li.is-active a, #globalcss .hero.is-warning .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .7);
	color: #ffdd57
}
#globalcss .hero.is-warning.is-bold {
	background-image: linear-gradient(141deg, #globalcss #ffaf24 0, #globalcss #ffdd57 71%, #globalcss #fffa70 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-warning.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #ffaf24 0, #globalcss #ffdd57 71%, #globalcss #fffa70 100%)
}
}
#globalcss .hero.is-danger {
	background-color: #f14668;
	color: #fff
}
#globalcss .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), #globalcss .hero.is-danger strong {
	color: inherit
}
#globalcss .hero.is-danger .title {
	color: #fff
}
#globalcss .hero.is-danger .subtitle {
	color: rgba(255, 255, 255, .9)
}
#globalcss .hero.is-danger .subtitle a:not(.button), #globalcss .hero.is-danger .subtitle strong {
	color: #fff
}

@media screen and (max-width:1023px) {
#globalcss .hero.is-danger .navbar-menu {
	background-color: #f14668
}
}
#globalcss .hero.is-danger .navbar-item, #globalcss .hero.is-danger .navbar-link {
	color: rgba(255, 255, 255, .7)
}
#globalcss .hero.is-danger .navbar-link.is-active, #globalcss .hero.is-danger .navbar-link:hover, #globalcss .hero.is-danger a.navbar-item.is-active, #globalcss .hero.is-danger a.navbar-item:hover {
	background-color: #ef2e55;
	color: #fff
}
#globalcss .hero.is-danger .tabs a {
	color: #fff;
	opacity: .9
}
#globalcss .hero.is-danger .tabs a:hover {
	opacity: 1
}
#globalcss .hero.is-danger .tabs li.is-active a {
	opacity: 1
}
#globalcss .hero.is-danger .tabs.is-boxed a, #globalcss .hero.is-danger .tabs.is-toggle a {
	color: #fff
}
#globalcss .hero.is-danger .tabs.is-boxed a:hover, #globalcss .hero.is-danger .tabs.is-toggle a:hover {
	background-color: rgba(10, 10, 10, .1)
}
#globalcss .hero.is-danger .tabs.is-boxed li.is-active a, #globalcss .hero.is-danger .tabs.is-boxed li.is-active a:hover, #globalcss .hero.is-danger .tabs.is-toggle li.is-active a, #globalcss .hero.is-danger .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #f14668
}
#globalcss .hero.is-danger.is-bold {
	background-image: linear-gradient(141deg, #globalcss #fa0a62 0, #globalcss #f14668 71%, #globalcss #f7595f 100%)
}

@media screen and (max-width:768px) {
#globalcss .hero.is-danger.is-bold .navbar-menu {
	background-image: linear-gradient(141deg, #globalcss #fa0a62 0, #globalcss #f14668 71%, #globalcss #f7595f 100%)
}
}
#globalcss .hero.is-small .hero-body {
	padding: 1.5rem
}

@media screen and (min-width:769px), print {
#globalcss .hero.is-medium .hero-body {
	padding: 9rem 1.5rem
}
}

@media screen and (min-width:769px), print {
#globalcss .hero.is-large .hero-body {
	padding: 18rem 1.5rem
}
}
#globalcss .hero.is-fullheight .hero-body, #globalcss .hero.is-fullheight-with-navbar .hero-body, #globalcss .hero.is-halfheight .hero-body {
	align-items: center;
	display: flex
}
#globalcss .hero.is-fullheight .hero-body>.container, #globalcss .hero.is-fullheight-with-navbar .hero-body>.container, #globalcss .hero.is-halfheight .hero-body>.container {
	flex-grow: 1;
	flex-shrink: 1
}
#globalcss .hero.is-halfheight {
	min-height: 50vh
}
#globalcss .hero.is-fullheight {
	min-height: 100vh
}
#globalcss .hero-video {
	overflow: hidden
}
#globalcss .hero-video video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, #globalcss -50%, #globalcss 0)
}
#globalcss .hero-video.is-transparent {
	opacity: .3
}

@media screen and (max-width:768px) {
#globalcss .hero-video {
	display: none
}
}
#globalcss .hero-buttons {
	margin-top: 1.5rem
}

@media screen and (max-width:768px) {
#globalcss .hero-buttons .button {
	display: flex
}
#globalcss .hero-buttons .button:not(:last-child) {
	margin-bottom: .75rem
}
}

@media screen and (min-width:769px), print {
#globalcss .hero-buttons {
	display: flex;
	justify-content: center
}
#globalcss .hero-buttons .button:not(:last-child) {
	margin-right: 1.5rem
}
}
#globalcss .hero-foot, #globalcss .hero-head {
	flex-grow: 0;
	flex-shrink: 0
}
#globalcss .hero-body {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 3rem 1.5rem
}
#globalcss .section {
	padding: 3rem 1.5rem
}

@media screen and (min-width:1024px) {
#globalcss .section.is-medium {
	padding: 9rem 1.5rem
}
#globalcss .section.is-large {
	padding: 18rem 1.5rem
}
}
#globalcss .footer {
	background-color: #fafafa;
	padding: 3rem 1.5rem 6rem
}

@media (max-width: 576px) {
	
#globalcss .subtitle.is-4 {
	font-size: 1rem;
	color: #333;
}
#globalcss .message.is-light .message-body {
	display: flow-root;
}
#globalcss .column {
	padding: 5px 0;
}
#globalcss .navbar-brand {
	float: none;
}
#globalcss .columns {
	margin-left: 0;
	margin-right: 0;
}
#globalcss .pl-4 {
	padding: 0 5px !important;
}
#globalcss .mebolies {
	padding-top: 0;
}
#globalcss .navbar-start .navbar-item {
	padding-top: 15px;
}
#globalcss .title.is-4{font-size: 1rem;}
#globalcss .is-inline-mobile{display: block !important;
padding-top: 15px;}
	
}

@media (max-width: 350px) {
#globalcss .button {
	height: auto;
	white-space: break-spaces;
}
#globalcss .subtitle.is-4 {
	font-size: 13px;
}
#globalcss .column {
	padding: 15px 0;
}
}

@media (max-width: 280px) {
#globalcss .subtitle.is-4 {
	font-size: 13px;
}
#globalcss .navbar-item {
	padding: .5rem 0rem;
}
#globalcss .level.is-mobile {
	display: grid;
}
}
#globalcss .container {
	padding: 0;
}
