@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&subset=cyrillic');


@-webkit-keyframes spinAround {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.taginput .taginput-container.is-focusable,.textarea {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

button.is-color{
	border: none;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	cursor: pointer;
}

button.is-color:hover{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

button.is-color.is-active{
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.form-wrapper{
	background: rgba(255,255,255,.8);
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 70%;
	padding: 25px;
	margin: 0 auto;
	margin-top: 30px;
}

.form-wrapper > div{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.form-wrapper .left-side{
	text-align: center;
}

.form-wrapper .right-side{
	color: #666;
	font-weight: 300;
}

.form-wrapper .right-side .card-title{
	font-size: 20px;
}

.form-wrapper .right-side .card-short-descr{
	font-size: 12px;
	color: #999;
}

.form-wrapper .right-side .js-product-price{
	font-size: 32px;
	margin: 20px 0;
}

.form-wrapper .left-side img{
	height: 220px;
	width: auto;
}

@media(max-width:1024px){
	.form-wrapper{
		background: rgba(255,255,255,.5);
		-webkit-border-radius: 25px;
		border-radius: 25px;
		width: 100%;
	}

	.form-wrapper > div{
		display: block;
		width: 100%;
		padding: 25px;
		text-align: center;
	}
}

@media(max-width:768px){
	.form-wrapper > div{
		padding: 0;
	}
	.form-wrapper .left-side img{
		height: 170px;
	}
}

.option-label{
	display: none;
}

.option-selector > div{
	margin-bottom: 30px;
}

input[name="razmer"],input[name="cvet_markera"]{
	display: none;
}

[data-item-add]{
	background-color: #5bbd72;
	padding: 13px 15px;
	color: #fff;
	font-size: 17px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

[data-quantity]{
	background: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 50px;
	vertical-align: middle;
	width: 70px;
}

[data-quantity] input{
	border: none;
	height: 50px;
	line-height: 50px;
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
	padding-left: 16px;
	font-size: 20px;
}

[data-quantity] span{
	color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}
[data-quantity] span:hover{
	background: #eee;
}

[data-quantity] span:first-of-type{
	top: auto;
	bottom: 0px;
}

.option-razmer label, .option-cvet_markera label{
	background-color: #fafafa;
	color: #000;
	font-size: 14px;
	padding: 8px 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 3px;
}

.option-razmer label:hover, .option-cvet_markera label:hover{
	background-color: #b7b7b7;
}

.option-razmer label.is-active, .option-cvet_markera label.is-active{
	color: #000;
	background-color: #b7b7b7;
	font-weight: bold;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	to {
		background-position: 0 50%;
	}
}

@-o-keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	to {
		background-position: 0 50%;
	}
}

@keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	to {
		background-position: 0 50%;
	}
}

@-webkit-keyframes Gradient2 {
	0% {
		background-position: 100% 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes Gradient2 {
	0% {
		background-position: 100% 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes Gradient2 {
	0% {
		background-position: 100% 0;
	}

	to {
		background-position: 0 0;
	}
}

.slide-fade-enter-active {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.slide-fade-leave-active {
	-webkit-transition: all .8s cubic-bezier(1,.5,.8,1);
	-o-transition: all .8s cubic-bezier(1,.5,.8,1);
	transition: all .8s cubic-bezier(1,.5,.8,1);
}

.slide-fade-enter,.slide-fade-leave-to {
	-webkit-transform: translateX(-10px);
	opacity: 0;
	-ms-transform: translateX(-10px);
	 -o-transform: translateX(-10px);
	    transform: translateX(-10px);
}

.slide-up-fade-enter-active {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.slide-up-fade-leave-active {
	-webkit-transition: all .3s cubic-bezier(1,.5,.8,1);
	-o-transition: all .3s cubic-bezier(1,.5,.8,1);
	transition: all .3s cubic-bezier(1,.5,.8,1);
}

.slide-up-fade-enter,.slide-up-fade-leave-to {
	-webkit-transform: translateY(5px);
	opacity: 0;
	-ms-transform: translateY(5px);
	 -o-transform: translateY(5px);
	    transform: translateY(5px);
}

.list-enter-active,.list-leave-active {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list-enter,.list-leave-to {
	-webkit-transform: translateY(30px);
	opacity: 0;
	-ms-transform: translateY(30px);
	 -o-transform: translateY(30px);
	    transform: translateY(30px);
}

.list-complete-item {
	-webkit-transition: all 1s;
	display: inline-block;
	margin-right: 10px;
	-o-transition: all 1s;
	transition: all 1s;
}

.list-complete-enter,.list-complete-leave-to {
	-webkit-transform: translateY(30px);
	opacity: 0;
	-ms-transform: translateY(30px);
	 -o-transform: translateY(30px);
	    transform: translateY(30px);
}

.list-complete-leave-active {
	position: absolute;
}

.product {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.product-move {
	-webkit-transition: all .6s ease-in-out 50ms;
	-o-transition: all .6s ease-in-out 50ms;
	transition: all .6s ease-in-out 50ms;
}

.product-enter-active {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.product-leave-active {
	-webkit-transition: all .2s ease-in;
	position: absolute;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	z-index: 0;
}

.product-enter,.product-leave-to {
	opacity: 0;
}

.catalog-section__products {

}

/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */@-o-keyframes spinAround {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		   transform: rotate(359deg);
	}
}@keyframes spinAround {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		   transform: rotate(359deg);
	}
}

.b-checkbox.checkbox,.b-radio.radio,.breadcrumb,.button,.delete,.file,.icon,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.switch,.tabs {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.navbar-link:after,.select:not(.is-multiple):not(.is-loading):after {
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: center;
	border: 3px solid transparent;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-ms-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	-ms-transform-origin: center;
	 -o-transform-origin: center;
	    transform-origin: center;
	width: .625em;
}

.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child) {
	margin-bottom: 1.5rem;
}

.delete,.modal-close {
	-moz-appearance: none;
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-webkit-appearance: none;
	-webkit-box-flex: 0;
	background-color: rgba(10,10,10,.2);
	border: none;
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	outline: none;
	position: relative;
	vertical-align: top;
	width: 20px;
}

.delete:after,.delete:before,.modal-close:after,.modal-close:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center center;
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	 -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	    transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform-origin: center center;
	 -o-transform-origin: center center;
	    transform-origin: center center;
}

.delete:before,.modal-close:before {
	height: 2px;
	width: 50%;
}

.delete:after,.modal-close:after {
	height: 50%;
	width: 2px;
}

.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover {
	background-color: rgba(10,10,10,.3);
}

.delete:active,.modal-close:active {
	background-color: rgba(10,10,10,.4);
}

.is-small.delete,.is-small.modal-close {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px;
}

.is-medium.delete,.is-medium.modal-close {
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}

.is-large.delete,.is-large.modal-close {
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}

.b-table.is-loading:after,.button.is-loading:after,.control.is-loading:after,.loader,.loading-overlay .loading-icon:after,.select.is-loading:after,.upload .upload-draggable.is-loading:after {
	-webkit-animation: spinAround .5s infinite linear;
	-o-animation: spinAround .5s infinite linear;
	   animation: spinAround .5s infinite linear;
	border-color: transparent transparent #dbdbdb #dbdbdb;
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	border-style: solid;
	border-width: 2px;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}

.dropdown .background,.hero-video,.image.is-1by1 img,.image.is-1by2 img,.image.is-1by3 img,.image.is-2by1 img,.image.is-2by3 img,.image.is-3by1 img,.image.is-3by2 img,.image.is-3by4 img,.image.is-3by5 img,.image.is-4by3 img,.image.is-4by5 img,.image.is-5by3 img,.image.is-5by4 img,.image.is-9by16 img,.image.is-16by9 img,.image.is-square img,.is-overlay,.loading-overlay,.loading-overlay .loading-background,.modal,.modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.taginput .taginput-container.is-focusable,.textarea {
	-moz-appearance: none;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-box-shadow: none;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	border: 1px solid transparent;
	-webkit-border-radius: 7px;
	        border-radius: 7px;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	line-height: 1.5;
	padding: -webkit-calc(.375em - 1px) -webkit-calc(.625em - 1px);
	padding: calc(.375em - 1px) calc(.625em - 1px);
	position: relative;
	vertical-align: top;
}

.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea:active,.textarea:focus {
	outline: none;
}

.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select select[disabled],.taginput .taginput-container.is-focusable[disabled],.textarea[disabled] {
	cursor: not-allowed;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400;
}

ul {
	list-style: none;
}

button,input,select,textarea {
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

*,:after,:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	     box-sizing: inherit;
}

audio,img,video {
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
	text-align: left;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	font-size: 16px;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
}

article,aside,figure,footer,header,hgroup,section {
	display: block;
}

body,button,input,select,textarea {
	font-family: 'Roboto', sans-serif;
}

code,pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace;
}

body {
	color: #4a4a4a;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: none;
}

a strong {
	color: currentColor;
}

a:hover {
	color: #363636;
}

code {
	color: #ff3860;
	font-size: .875em;
	font-weight: 400;
	padding: .25em .5em;
}

code,hr {
	background-color: #f5f5f5;
}

hr {
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}

img {
	height: auto;
	max-width: 100%;
}

input[type=checkbox],input[type=radio] {
	vertical-align: baseline;
}

small {
	font-size: .875em;
}

span {
	font-style: inherit;
	font-weight: inherit;
}

strong {
	color: #363636;
	font-weight: 700;
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}

pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0;
}

table td,table th {
	text-align: left;
	vertical-align: top;
}

table th {
	color: #363636;
}

.is-clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.is-pulled-left {
	float: left!important;
}

.is-pulled-right {
	float: right!important;
}

.is-clipped {
	overflow: hidden!important;
}

.is-size-1 {
	font-size: 3rem!important;
}

.is-size-2 {
	font-size: 2.5rem!important;
}

.is-size-3 {
	font-size: 2rem!important;
}

.is-size-4 {
	font-size: 1.5rem!important;
}

.is-size-5 {
	font-size: 1.25rem!important;
}

.is-size-6 {
	font-size: 1rem!important;
}

.is-size-7 {
	font-size: .75rem!important;
}

@media screen and (max-width:768px) {
	.is-size-1-mobile {
		font-size: 3rem!important;
	}

	.is-size-2-mobile {
		font-size: 2.5rem!important;
	}

	.is-size-3-mobile {
		font-size: 2rem!important;
	}

	.is-size-4-mobile {
		font-size: 1.5rem!important;
	}

	.is-size-5-mobile {
		font-size: 1.25rem!important;
	}

	.is-size-6-mobile {
		font-size: 1rem!important;
	}

	.is-size-7-mobile {
		font-size: .75rem!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-size-1-tablet {
		font-size: 3rem!important;
	}

	.is-size-2-tablet {
		font-size: 2.5rem!important;
	}

	.is-size-3-tablet {
		font-size: 2rem!important;
	}

	.is-size-4-tablet {
		font-size: 1.5rem!important;
	}

	.is-size-5-tablet {
		font-size: 1.25rem!important;
	}

	.is-size-6-tablet {
		font-size: 1rem!important;
	}

	.is-size-7-tablet {
		font-size: .75rem!important;
	}
}

@media screen and (max-width:1087px) {
	.is-size-1-touch {
		font-size: 3rem!important;
	}

	.is-size-2-touch {
		font-size: 2.5rem!important;
	}

	.is-size-3-touch {
		font-size: 2rem!important;
	}

	.is-size-4-touch {
		font-size: 1.5rem!important;
	}

	.is-size-5-touch {
		font-size: 1.25rem!important;
	}

	.is-size-6-touch {
		font-size: 1rem!important;
	}

	.is-size-7-touch {
		font-size: .75rem!important;
	}
}

@media screen and (min-width:1088px) {
	.is-size-1-desktop {
		font-size: 3rem!important;
	}

	.is-size-2-desktop {
		font-size: 2.5rem!important;
	}

	.is-size-3-desktop {
		font-size: 2rem!important;
	}

	.is-size-4-desktop {
		font-size: 1.5rem!important;
	}

	.is-size-5-desktop {
		font-size: 1.25rem!important;
	}

	.is-size-6-desktop {
		font-size: 1rem!important;
	}

	.is-size-7-desktop {
		font-size: .75rem!important;
	}
}

@media screen and (min-width:1280px) {
	.is-size-1-widescreen {
		font-size: 3rem!important;
	}

	.is-size-2-widescreen {
		font-size: 2.5rem!important;
	}

	.is-size-3-widescreen {
		font-size: 2rem!important;
	}

	.is-size-4-widescreen {
		font-size: 1.5rem!important;
	}

	.is-size-5-widescreen {
		font-size: 1.25rem!important;
	}

	.is-size-6-widescreen {
		font-size: 1rem!important;
	}

	.is-size-7-widescreen {
		font-size: .75rem!important;
	}
}

@media screen and (min-width:1472px) {
	.is-size-1-fullhd {
		font-size: 3rem!important;
	}

	.is-size-2-fullhd {
		font-size: 2.5rem!important;
	}

	.is-size-3-fullhd {
		font-size: 2rem!important;
	}

	.is-size-4-fullhd {
		font-size: 1.5rem!important;
	}

	.is-size-5-fullhd {
		font-size: 1.25rem!important;
	}

	.is-size-6-fullhd {
		font-size: 1rem!important;
	}

	.is-size-7-fullhd {
		font-size: .75rem!important;
	}
}

.has-text-centered {
	text-align: center!important;
}

.has-text-justified {
	text-align: justify!important;
}

.has-text-left {
	text-align: left!important;
}

.has-text-right {
	text-align: right!important;
}

@media screen and (max-width:768px) {
	.has-text-centered-mobile {
		text-align: center!important;
	}
}

@media print,screen and (min-width:769px) {
	.has-text-centered-tablet {
		text-align: center!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.has-text-centered-tablet-only {
		text-align: center!important;
	}
}

@media screen and (max-width:1087px) {
	.has-text-centered-touch {
		text-align: center!important;
	}
}

@media screen and (min-width:1088px) {
	.has-text-centered-desktop {
		text-align: center!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.has-text-centered-desktop-only {
		text-align: center!important;
	}
}

@media screen and (min-width:1280px) {
	.has-text-centered-widescreen {
		text-align: center!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.has-text-centered-widescreen-only {
		text-align: center!important;
	}
}

@media screen and (min-width:1472px) {
	.has-text-centered-fullhd {
		text-align: center!important;
	}
}

@media screen and (max-width:768px) {
	.has-text-justified-mobile {
		text-align: justify!important;
	}
}

@media print,screen and (min-width:769px) {
	.has-text-justified-tablet {
		text-align: justify!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.has-text-justified-tablet-only {
		text-align: justify!important;
	}
}

@media screen and (max-width:1087px) {
	.has-text-justified-touch {
		text-align: justify!important;
	}
}

@media screen and (min-width:1088px) {
	.has-text-justified-desktop {
		text-align: justify!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.has-text-justified-desktop-only {
		text-align: justify!important;
	}
}

@media screen and (min-width:1280px) {
	.has-text-justified-widescreen {
		text-align: justify!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.has-text-justified-widescreen-only {
		text-align: justify!important;
	}
}

@media screen and (min-width:1472px) {
	.has-text-justified-fullhd {
		text-align: justify!important;
	}
}

@media screen and (max-width:768px) {
	.has-text-left-mobile {
		text-align: left!important;
	}
}

@media print,screen and (min-width:769px) {
	.has-text-left-tablet {
		text-align: left!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.has-text-left-tablet-only {
		text-align: left!important;
	}
}

@media screen and (max-width:1087px) {
	.has-text-left-touch {
		text-align: left!important;
	}
}

@media screen and (min-width:1088px) {
	.has-text-left-desktop {
		text-align: left!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.has-text-left-desktop-only {
		text-align: left!important;
	}
}

@media screen and (min-width:1280px) {
	.has-text-left-widescreen {
		text-align: left!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.has-text-left-widescreen-only {
		text-align: left!important;
	}
}

@media screen and (min-width:1472px) {
	.has-text-left-fullhd {
		text-align: left!important;
	}
}

@media screen and (max-width:768px) {
	.has-text-right-mobile {
		text-align: right!important;
	}
}

@media print,screen and (min-width:769px) {
	.has-text-right-tablet {
		text-align: right!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.has-text-right-tablet-only {
		text-align: right!important;
	}
}

@media screen and (max-width:1087px) {
	.has-text-right-touch {
		text-align: right!important;
	}
}

@media screen and (min-width:1088px) {
	.has-text-right-desktop {
		text-align: right!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.has-text-right-desktop-only {
		text-align: right!important;
	}
}

@media screen and (min-width:1280px) {
	.has-text-right-widescreen {
		text-align: right!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.has-text-right-widescreen-only {
		text-align: right!important;
	}
}

@media screen and (min-width:1472px) {
	.has-text-right-fullhd {
		text-align: right!important;
	}
}

.is-capitalized {
	text-transform: capitalize!important;
}

.is-lowercase {
	text-transform: lowercase!important;
}

.is-uppercase {
	text-transform: uppercase!important;
}

.is-italic {
	font-style: italic!important;
}

.has-text-white {
	color: #fff!important;
}

a.has-text-white:focus,a.has-text-white:hover {
	color: #e6e6e6!important;
}

.has-background-white {
	background-color: #fff!important;
}

.has-text-black {
	color: #0a0a0a!important;
}

a.has-text-black:focus,a.has-text-black:hover {
	color: #000!important;
}

.has-background-black {
	background-color: #0a0a0a!important;
}

.has-text-light {
	color: #f5f5f5!important;
}

a.has-text-light:focus,a.has-text-light:hover {
	color: #dbdbdb!important;
}

.has-background-light {
	background-color: #f5f5f5!important;
}

.has-text-dark {
	color: #363636!important;
}

a.has-text-dark:focus,a.has-text-dark:hover {
	color: #1c1c1c!important;
}

.has-background-dark {
	background-color: #363636!important;
}

.has-text-primary {
	color: #2acc62!important;
}

a.has-text-primary:focus,a.has-text-primary:hover {
	color: #21a24e!important;
}

.has-background-primary {
	background-color: #2acc62!important;
}

.has-text-link {
	color: #3273dc!important;
}

a.has-text-link:focus,a.has-text-link:hover {
	color: #205bbc!important;
}

.has-background-link {
	background-color: #3273dc!important;
}

.has-text-info {
	color: #209cee!important;
}

a.has-text-info:focus,a.has-text-info:hover {
	color: #0f81cc!important;
}

.has-background-info {
	background-color: #209cee!important;
}

.has-text-success {
	color: #23d160!important;
}

a.has-text-success:focus,a.has-text-success:hover {
	color: #1ca64c!important;
}

.has-background-success {
	background-color: #23d160!important;
}

.has-text-warning {
	color: #ffdd57!important;
}

a.has-text-warning:focus,a.has-text-warning:hover {
	color: #ffd324!important;
}

.has-background-warning {
	background-color: #ffdd57!important;
}

.has-text-danger {
	color: #ff3860!important;
}

a.has-text-danger:focus,a.has-text-danger:hover {
	color: #ff0537!important;
}

.has-background-danger {
	background-color: #ff3860!important;
}

.has-text-black-bis {
	color: #121212!important;
}

.has-background-black-bis {
	background-color: #121212!important;
}

.has-text-black-ter {
	color: #242424!important;
}

.has-background-black-ter {
	background-color: #242424!important;
}

.has-text-grey-darker {
	color: #363636!important;
}

.has-background-grey-darker {
	background-color: #363636!important;
}

.has-text-grey-dark {
	color: #4a4a4a!important;
}

.has-background-grey-dark {
	background-color: #4a4a4a!important;
}

.has-text-grey {
	color: #7a7a7a!important;
}

.has-background-grey {
	background-color: #7a7a7a!important;
}

.has-text-grey-light {
	color: #b5b5b5!important;
}

.has-background-grey-light {
	background-color: #b5b5b5!important;
}

.has-text-grey-lighter {
	color: #dbdbdb!important;
}

.has-background-grey-lighter {
	background-color: #dbdbdb!important;
}

.has-text-white-ter {
	color: #f5f5f5!important;
}

.has-background-white-ter {
	background-color: #f5f5f5!important;
}

.has-text-white-bis {
	color: #fafafa!important;
}

.has-background-white-bis {
	background-color: #fafafa!important;
}

.has-text-weight-light {
	font-weight: 300!important;
}

.has-text-weight-normal {
	font-weight: 400!important;
}

.has-text-weight-semibold {
	font-weight: 600!important;
}

.has-text-weight-bold {
	font-weight: 700!important;
}

.is-block {
	display: block!important;
}

@media screen and (max-width:768px) {
	.is-block-mobile {
		display: block!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-block-tablet {
		display: block!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-block-tablet-only {
		display: block!important;
	}
}

@media screen and (max-width:1087px) {
	.is-block-touch {
		display: block!important;
	}
}

@media screen and (min-width:1088px) {
	.is-block-desktop {
		display: block!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-block-desktop-only {
		display: block!important;
	}
}

@media screen and (min-width:1280px) {
	.is-block-widescreen {
		display: block!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-block-widescreen-only {
		display: block!important;
	}
}

@media screen and (min-width:1472px) {
	.is-block-fullhd {
		display: block!important;
	}
}

.is-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: flex!important;
}

@media screen and (max-width:768px) {
	.is-flex-mobile {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-flex-tablet {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-flex-tablet-only {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (max-width:1087px) {
	.is-flex-touch {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:1088px) {
	.is-flex-desktop {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-flex-desktop-only {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:1280px) {
	.is-flex-widescreen {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-flex-widescreen-only {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

@media screen and (min-width:1472px) {
	.is-flex-fullhd {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
	}
}

.is-inline {
	display: inline!important;
}

@media screen and (max-width:768px) {
	.is-inline-mobile {
		display: inline!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-inline-tablet {
		display: inline!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-inline-tablet-only {
		display: inline!important;
	}
}

@media screen and (max-width:1087px) {
	.is-inline-touch {
		display: inline!important;
	}
}

@media screen and (min-width:1088px) {
	.is-inline-desktop {
		display: inline!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-inline-desktop-only {
		display: inline!important;
	}
}

@media screen and (min-width:1280px) {
	.is-inline-widescreen {
		display: inline!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-inline-widescreen-only {
		display: inline!important;
	}
}

@media screen and (min-width:1472px) {
	.is-inline-fullhd {
		display: inline!important;
	}
}

.is-inline-block {
	display: inline-block!important;
}

@media screen and (max-width:768px) {
	.is-inline-block-mobile {
		display: inline-block!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-inline-block-tablet {
		display: inline-block!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-inline-block-tablet-only {
		display: inline-block!important;
	}
}

@media screen and (max-width:1087px) {
	.is-inline-block-touch {
		display: inline-block!important;
	}
}

@media screen and (min-width:1088px) {
	.is-inline-block-desktop {
		display: inline-block!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-inline-block-desktop-only {
		display: inline-block!important;
	}
}

@media screen and (min-width:1280px) {
	.is-inline-block-widescreen {
		display: inline-block!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-inline-block-widescreen-only {
		display: inline-block!important;
	}
}

@media screen and (min-width:1472px) {
	.is-inline-block-fullhd {
		display: inline-block!important;
	}
}

.is-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: -webkit-inline-flex!important;
	display: -moz-inline-box!important;
	display: inline-flex!important;
}

@media screen and (max-width:768px) {
	.is-inline-flex-mobile {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-inline-flex-tablet {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-inline-flex-tablet-only {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (max-width:1087px) {
	.is-inline-flex-touch {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:1088px) {
	.is-inline-flex-desktop {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-inline-flex-desktop-only {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:1280px) {
	.is-inline-flex-widescreen {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-inline-flex-widescreen-only {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

@media screen and (min-width:1472px) {
	.is-inline-flex-fullhd {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important;
	}
}

.is-hidden {
	display: none!important;
}

@media screen and (max-width:768px) {
	.is-hidden-mobile {
		display: none!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-hidden-tablet {
		display: none!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-hidden-tablet-only {
		display: none!important;
	}
}

@media screen and (max-width:1087px) {
	.is-hidden-touch {
		display: none!important;
	}
}

@media screen and (min-width:1088px) {
	.is-hidden-desktop {
		display: none!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-hidden-desktop-only {
		display: none!important;
	}
}

@media screen and (min-width:1280px) {
	.is-hidden-widescreen {
		display: none!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-hidden-widescreen-only {
		display: none!important;
	}
}

@media screen and (min-width:1472px) {
	.is-hidden-fullhd {
		display: none!important;
	}
}

.is-invisible {
	visibility: hidden!important;
}

@media screen and (max-width:768px) {
	.is-invisible-mobile {
		visibility: hidden!important;
	}
}

@media print,screen and (min-width:769px) {
	.is-invisible-tablet {
		visibility: hidden!important;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.is-invisible-tablet-only {
		visibility: hidden!important;
	}
}

@media screen and (max-width:1087px) {
	.is-invisible-touch {
		visibility: hidden!important;
	}
}

@media screen and (min-width:1088px) {
	.is-invisible-desktop {
		visibility: hidden!important;
	}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.is-invisible-desktop-only {
		visibility: hidden!important;
	}
}

@media screen and (min-width:1280px) {
	.is-invisible-widescreen {
		visibility: hidden!important;
	}
}

@media screen and (min-width:1280px) and (max-width:1471px) {
	.is-invisible-widescreen-only {
		visibility: hidden!important;
	}
}

@media screen and (min-width:1472px) {
	.is-invisible-fullhd {
		visibility: hidden!important;
	}
}

.is-marginless {
	margin: 0!important;
}

.is-paddingless {
	padding: 0!important;
}

.is-radiusless {
	-webkit-border-radius: 0!important;
	        border-radius: 0!important;
}

.is-shadowless {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.box {
	-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	background-color: #fff;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	color: #4a4a4a;
	display: block;
	padding: 1.25rem;
}

a.box:focus,a.box:hover {
	-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px #3273dc;
	box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px #3273dc;
}

a.box:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc;
}

.button {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	background-color: #fff;
	border-color: #dce1e8;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	padding: -webkit-calc(.375em - 1px) 1.2rem;
	padding: calc(.375em - 1px) 1.2rem;
	text-align: center;
	white-space: nowrap;
}

.button strong {
	color: inherit;
}

.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small {
	height: 1.5em;
	width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
	margin-left: -webkit-calc(-.375em - 1px);
	margin-left: calc(-.375em - 1px);
	margin-right: .1875em;
}

.button .icon:last-child:not(:first-child) {
	margin-left: .1875em;
	margin-right: -webkit-calc(-.375em - 1px);
	margin-right: calc(-.375em - 1px);
}

.button .icon:first-child:last-child {
	margin-left: -webkit-calc(-.375em - 1px);
	margin-left: calc(-.375em - 1px);
	margin-right: -webkit-calc(-.375em - 1px);
	margin-right: calc(-.375em - 1px);
}

.button.is-hovered,.button:hover {
	border-color: #b5b5b5;
	color: #363636;
}

.button.is-focused,.button:focus {
	border-color: #3273dc;
	color: #363636;
}

.button.is-focused:not(:active),.button:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.button.is-active,.button:active {
	border-color: #4a4a4a;
	color: #363636;
}

.button.is-text {
	background-color: transparent;
	border-color: transparent;
	color: #4a4a4a;
	text-decoration: underline;
}

.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover {
	background-color: #f5f5f5;
	color: #363636;
}

.button.is-text.is-active,.button.is-text:active {
	background-color: #e8e8e8;
	color: #363636;
}

.button.is-text[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.button.is-white {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}

.button.is-white.is-hovered,.button.is-white:hover {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}

.button.is-white.is-focused,.button.is-white:focus {
	border-color: transparent;
	color: #0a0a0a;
}

.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
}

.button.is-white.is-active,.button.is-white:active {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}

.button.is-white[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
}

.button.is-white.is-inverted {
	background-color: #0a0a0a;
	color: #fff;
}

.button.is-white.is-inverted:hover {
	background-color: #000;
}

.button.is-white.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none;
	color: #fff;
}

.button.is-white.is-loading:after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}

.button.is-white.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-white.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-white.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover {
	background-color: #0a0a0a;
	color: #fff;
}

.button.is-white.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a;
}

.button.is-black {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}

.button.is-black.is-hovered,.button.is-black:hover {
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}

.button.is-black.is-focused,.button.is-black:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}

.button.is-black.is-active,.button.is-black:active {
	background-color: #000;
	border-color: transparent;
	color: #fff;
}

.button.is-black[disabled] {
	-webkit-box-shadow: none;
	background-color: #0a0a0a;
	border-color: transparent;
	box-shadow: none;
}

.button.is-black.is-inverted {
	background-color: #fff;
	color: #0a0a0a;
}

.button.is-black.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #0a0a0a;
}

.button.is-black.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-black.is-outlined {
	background-color: transparent;
	border-color: #0a0a0a;
	color: #0a0a0a;
}

.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}

.button.is-black.is-outlined.is-loading:after {
	border-color: transparent transparent #0a0a0a #0a0a0a!important;
}

.button.is-black.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-light {
	background-color: #f5f5f5;
	border-color: transparent;
	color: #363636;
}

.button.is-light.is-hovered,.button.is-light:hover {
	background-color: #eee;
	border-color: transparent;
	color: #363636;
}

.button.is-light.is-focused,.button.is-light:focus {
	border-color: transparent;
	color: #363636;
}

.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
}

.button.is-light.is-active,.button.is-light:active {
	background-color: #e8e8e8;
	border-color: transparent;
	color: #363636;
}

.button.is-light[disabled] {
	-webkit-box-shadow: none;
	background-color: #f5f5f5;
	border-color: transparent;
	box-shadow: none;
}

.button.is-light.is-inverted {
	background-color: #363636;
	color: #f5f5f5;
}

.button.is-light.is-inverted:hover {
	background-color: #292929;
}

.button.is-light.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #363636;
	border-color: transparent;
	box-shadow: none;
	color: #f5f5f5;
}

.button.is-light.is-loading:after {
	border-color: transparent transparent #363636 #363636!important;
}

.button.is-light.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #363636;
}

.button.is-light.is-outlined.is-loading:after {
	border-color: transparent transparent #f5f5f5 #f5f5f5!important;
}

.button.is-light.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #f5f5f5;
}

.button.is-light.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #363636;
	color: #363636;
}

.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover {
	background-color: #363636;
	color: #f5f5f5;
}

.button.is-light.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #363636;
	box-shadow: none;
	color: #363636;
}

.button.is-dark {
	background-color: #363636;
	border-color: transparent;
	color: #f5f5f5;
}

.button.is-dark.is-hovered,.button.is-dark:hover {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #f5f5f5;
}

.button.is-dark.is-focused,.button.is-dark:focus {
	border-color: transparent;
	color: #f5f5f5;
}

.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}

.button.is-dark.is-active,.button.is-dark:active {
	background-color: #292929;
	border-color: transparent;
	color: #f5f5f5;
}

.button.is-dark[disabled] {
	-webkit-box-shadow: none;
	background-color: #363636;
	border-color: transparent;
	box-shadow: none;
}

.button.is-dark.is-inverted {
	background-color: #f5f5f5;
	color: #363636;
}

.button.is-dark.is-inverted:hover {
	background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #f5f5f5;
	border-color: transparent;
	box-shadow: none;
	color: #363636;
}

.button.is-dark.is-loading:after {
	border-color: transparent transparent #f5f5f5 #f5f5f5!important;
}

.button.is-dark.is-outlined {
	background-color: transparent;
	border-color: #363636;
	color: #363636;
}

.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover {
	background-color: #363636;
	border-color: #363636;
	color: #f5f5f5;
}

.button.is-dark.is-outlined.is-loading:after {
	border-color: transparent transparent #363636 #363636!important;
}

.button.is-dark.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #363636;
	box-shadow: none;
	color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover {
	background-color: #f5f5f5;
	color: #363636;
}

.button.is-dark.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #f5f5f5;
}

.button.is-primary {
	background-color: #2acc62;
	border-color: transparent;
	color: #fff;
}

.button.is-primary.is-hovered,.button.is-primary:hover {
	background-color: #28c15d;
	border-color: transparent;
	color: #fff;
}

.button.is-primary.is-focused,.button.is-primary:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
	box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
}

.button.is-primary.is-active,.button.is-primary:active {
	background-color: #26b758;
	border-color: transparent;
	color: #fff;
}

.button.is-primary[disabled] {
	-webkit-box-shadow: none;
	background-color: #2acc62;
	border-color: transparent;
	box-shadow: none;
}

.button.is-primary.is-inverted {
	background-color: #fff;
	color: #2acc62;
}

.button.is-primary.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #2acc62;
}

.button.is-primary.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-primary.is-outlined {
	background-color: transparent;
	border-color: #2acc62;
	color: #2acc62;
}

.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover {
	background-color: #2acc62;
	border-color: #2acc62;
	color: #fff;
}

.button.is-primary.is-outlined.is-loading:after {
	border-color: transparent transparent #2acc62 #2acc62!important;
}

.button.is-primary.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #2acc62;
	box-shadow: none;
	color: #2acc62;
}

.button.is-primary.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #2acc62;
}

.button.is-primary.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-link {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff;
}

.button.is-link.is-hovered,.button.is-link:hover {
	background-color: #276cda;
	border-color: transparent;
	color: #fff;
}

.button.is-link.is-focused,.button.is-link:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.button.is-link.is-active,.button.is-link:active {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff;
}

.button.is-link[disabled] {
	-webkit-box-shadow: none;
	background-color: #3273dc;
	border-color: transparent;
	box-shadow: none;
}

.button.is-link.is-inverted {
	background-color: #fff;
	color: #3273dc;
}

.button.is-link.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #3273dc;
}

.button.is-link.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-link.is-outlined {
	background-color: transparent;
	border-color: #3273dc;
	color: #3273dc;
}

.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}

.button.is-link.is-outlined.is-loading:after {
	border-color: transparent transparent #3273dc #3273dc!important;
}

.button.is-link.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #3273dc;
	box-shadow: none;
	color: #3273dc;
}

.button.is-link.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #3273dc;
}

.button.is-link.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-info {
	background-color: #209cee;
	border-color: transparent;
	color: #fff;
}

.button.is-info.is-hovered,.button.is-info:hover {
	background-color: #1496ed;
	border-color: transparent;
	color: #fff;
}

.accept{
	position: absolute;
	top: 0;
	right: -32px;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
	height: 100%;
	width: 30px;
	text-align: center;
	line-height: 31px;
	cursor: pointer;
	border: 1px solid #fff;
}

.button.is-info.is-focused,.button.is-info:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
	box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
}

.button.is-info.is-active,.button.is-info:active {
	background-color: #118fe4;
	border-color: transparent;
	color: #fff;
}

.button.is-info[disabled] {
	-webkit-box-shadow: none;
	background-color: #209cee;
	border-color: transparent;
	box-shadow: none;
}

.button.is-info.is-inverted {
	background-color: #fff;
	color: #209cee;
}

.button.is-info.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #209cee;
}

.button.is-info.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-info.is-outlined {
	background-color: transparent;
	border-color: #209cee;
	color: #209cee;
}

.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover {
	background-color: #209cee;
	border-color: #209cee;
	color: #fff;
}

.button.is-info.is-outlined.is-loading:after {
	border-color: transparent transparent #209cee #209cee!important;
}

.button.is-info.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #209cee;
	box-shadow: none;
	color: #209cee;
}

.button.is-info.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #209cee;
}

.button.is-info.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-success {
	background-color: #23d160;
	border-color: transparent;
	color: #fff;
}

.button.is-success.is-hovered,.button.is-success:hover {
	background-color: #22c65b;
	border-color: transparent;
	color: #fff;
}

.button.is-success.is-focused,.button.is-success:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
	box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
}

.button.is-success.is-active,.button.is-success:active {
	background-color: #20bc56;
	border-color: transparent;
	color: #fff;
}

.button.is-success[disabled] {
	-webkit-box-shadow: none;
	background-color: #23d160;
	border-color: transparent;
	box-shadow: none;
}

.button.is-success.is-inverted {
	background-color: #fff;
	color: #23d160;
}

.button.is-success.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #23d160;
}

.button.is-success.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-success.is-outlined {
	background-color: transparent;
	border-color: #23d160;
	color: #23d160;
}

.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover {
	background-color: #23d160;
	border-color: #23d160;
	color: #fff;
}

.button.is-success.is-outlined.is-loading:after {
	border-color: transparent transparent #23d160 #23d160!important;
}

.button.is-success.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #23d160;
	box-shadow: none;
	color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-warning {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.button.is-warning.is-hovered,.button.is-warning:hover {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.button.is-warning.is-focused,.button.is-warning:focus {
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}

.button.is-warning.is-active,.button.is-warning:active {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.button.is-warning[disabled] {
	-webkit-box-shadow: none;
	background-color: #ffdd57;
	border-color: transparent;
	box-shadow: none;
}

.button.is-warning.is-inverted {
	color: #ffdd57;
}

.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover {
	background-color: rgba(0,0,0,.7);
}

.button.is-warning.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: rgba(0,0,0,.7);
	border-color: transparent;
	box-shadow: none;
	color: #ffdd57;
}

.button.is-warning.is-loading:after {
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}

.button.is-warning.is-outlined {
	background-color: transparent;
	border-color: #ffdd57;
	color: #ffdd57;
}

.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.button.is-warning.is-outlined.is-loading:after {
	border-color: transparent transparent #ffdd57 #ffdd57!important;
}

.button.is-warning.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #ffdd57;
	box-shadow: none;
	color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	color: rgba(0,0,0,.7);
}

.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover {
	background-color: rgba(0,0,0,.7);
	color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	box-shadow: none;
	color: rgba(0,0,0,.7);
}

.button.is-danger {
	background-color: #ff3860;
	border-color: transparent;
	color: #fff;
}

.button.is-danger.is-hovered,.button.is-danger:hover {
	background-color: #ff2b56;
	border-color: transparent;
	color: #fff;
}

.button.is-danger.is-focused,.button.is-danger:focus {
	border-color: transparent;
	color: #fff;
}

.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active) {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
	box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
}

.button.is-danger.is-active,.button.is-danger:active {
	background-color: #ff1f4b;
	border-color: transparent;
	color: #fff;
}

.button.is-danger[disabled] {
	-webkit-box-shadow: none;
	background-color: #ff3860;
	border-color: transparent;
	box-shadow: none;
}

.button.is-danger.is-inverted {
	background-color: #fff;
	color: #ff3860;
}

.button.is-danger.is-inverted:hover {
	background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #ff3860;
}

.button.is-danger.is-loading:after {
	border-color: transparent transparent #fff #fff!important;
}

.button.is-danger.is-outlined {
	background-color: transparent;
	border-color: #ff3860;
	color: #ff3860;
}

.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover {
	background-color: #ff3860;
	border-color: #ff3860;
	color: #fff;
}

.button.is-danger.is-outlined.is-loading:after {
	border-color: transparent transparent #ff3860 #ff3860!important;
}

.button.is-danger.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #ff3860;
	box-shadow: none;
	color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover {
	background-color: #fff;
	color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled] {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}

.button.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.button.is-medium {
	font-size: 1rem;
}

.button.is-large {
	font-size: 1.5rem;
}

.button[disabled] {
	-webkit-box-shadow: none;
	background-color: #fff;
	border-color: #dce1e8;
	box-shadow: none;
	opacity: .5;
}

.button.is-fullwidth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
}

.button.is-loading {
	color: transparent!important;
	pointer-events: none;
}

.button.is-loading:after {
	left: -webkit-calc(50% - .5em);
	left: calc(50% - .5em);
	position: absolute;
	position: absolute!important;
	top: -webkit-calc(50% - .5em);
	top: calc(50% - .5em);
}

.button.is-static {
	-webkit-box-shadow: none;
	background-color: #dce1e8;
	border-color: #dce1e8;
	box-shadow: none;
	color: #fff;
	pointer-events: none;
}

.button.is-rounded {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}

.buttons {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.buttons .button {
	margin-bottom: .5rem;
}

.buttons .button:not(:last-child) {
	margin-right: .5rem;
}

.buttons:last-child {
	margin-bottom: -.5rem;
}

.buttons:not(:last-child) {
	margin-bottom: 1rem;
}

.buttons.has-addons .button:not(:first-child) {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	margin-right: -1px;
}

.buttons.has-addons .button:last-child {
	margin-right: 0;
}

.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover {
	z-index: 2;
}

.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus {
	z-index: 3;
}

.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover {
	z-index: 4;
}

.buttons.has-addons .button.is-expanded {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

.buttons.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.buttons.is-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.container {
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width:1088px) {
	.container {
		max-width: 960px;
		width: 960px;
	}

	.container.is-fluid {
		margin-left: 64px;
		margin-right: 64px;
		max-width: none;
		width: auto;
	}
}

@media screen and (max-width:1279px) {
	.container.is-widescreen {
		max-width: 1152px;
		width: auto;
	}
}

@media screen and (max-width:1471px) {
	.container.is-fullhd {
		max-width: 1344px;
		width: auto;
	}
}

@media screen and (min-width:1280px) {
	.container {
		max-width: 1152px;
		width: 1152px;
	}
}

@media screen and (min-width:1472px) {
	.container {
		max-width: 1344px;
		width: 1344px;
	}
}

.content li+li {
	margin-top: .25em;
}

.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child) {
	margin-bottom: 1em;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
	color: #363636;
	font-weight: 600;
	line-height: 1.125;
}

.content h1 {
	font-size: 2em;
	margin-bottom: .5em;
}

.content h1:not(:first-child) {
	margin-top: 1em;
}

.content h2 {
	font-size: 1.75em;
	margin-bottom: .5714em;
}

.content h2:not(:first-child) {
	margin-top: 1.1428em;
}

.content h3 {
	font-size: 1.5em;
	margin-bottom: .6666em;
}

.content h3:not(:first-child) {
	margin-top: 1.3333em;
}

.content h4 {
	font-size: 1.25em;
	margin-bottom: .8em;
}

.content h5 {
	font-size: 1.125em;
	margin-bottom: .8888em;
}

.content h6 {
	font-size: 1em;
	margin-bottom: 1em;
}

.content blockquote {
	background-color: #f5f5f5;
	border-left: 5px solid #dbdbdb;
	padding: 1.25em 1.5em;
}

.content ol {
	list-style: decimal outside;
}

.content ol,.content ul {
	margin-left: 2em;
	margin-top: 1em;
}

.content ul {
	list-style: disc outside;
}

.content ul ul {
	list-style-type: circle;
	margin-top: .5em;
}

.content ul ul ul {
	list-style-type: square;
}

.content dd {
	margin-left: 2em;
}

.content figure {
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}

.content figure:not(:first-child) {
	margin-top: 2em;
}

.content figure:not(:last-child) {
	margin-bottom: 2em;
}

.content figure img {
	display: inline-block;
}

.content figure figcaption {
	font-style: italic;
}

.content pre {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 1.25em 1.5em;
	white-space: pre;
	word-wrap: normal;
}

.content sub,.content sup {
	font-size: 75%;
}

.content table {
	width: 100%;
}

.content table td,.content table th {
	border: solid #dbdbdb;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top;
}

.content table th {
	color: #363636;
	text-align: left;
}

.content table thead td,.content table thead th {
	border-width: 0 0 2px;
	color: #363636;
}

.content table tfoot td,.content table tfoot th {
	border-width: 2px 0 0;
	color: #363636;
}

.content table tbody tr:last-child td,.content table tbody tr:last-child th {
	border-bottom-width: 0;
}

.content.is-small {
	font-size: .75rem;
}

.content.is-medium {
	font-size: 1rem;
}

.content.is-large {
	font-size: 1.5rem;
}

.input{
	min-width: 54px;
	display: inline-block;
}

.input,.taginput .taginput-container.is-focusable,.textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	background-color: #fff;
	border-color: #dce1e8;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	color: #363636;
	max-width: 100%;
	width: 100%;
}

.input::-moz-placeholder,.taginput .taginput-container.is-focusable::-moz-placeholder,.textarea::-moz-placeholder {
	color: rgba(54,54,54,.3);
}

.input::-webkit-input-placeholder,.taginput .taginput-container.is-focusable::-webkit-input-placeholder,.textarea::-webkit-input-placeholder {
	color: rgba(54,54,54,.3);
}

.input:-moz-placeholder,.taginput .taginput-container.is-focusable:-moz-placeholder,.textarea:-moz-placeholder {
	color: rgba(54,54,54,.3);
}

.input:-ms-input-placeholder,.taginput .taginput-container.is-focusable:-ms-input-placeholder,.textarea:-ms-input-placeholder {
	color: rgba(54,54,54,.3);
}

.input.is-hovered,.input:hover,.taginput .is-hovered.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:hover,.textarea.is-hovered,.textarea:hover {
	border-color: #b5b5b5;
}

.input.is-active,.input.is-focused,.input:active,.input:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.input[disabled],.taginput .taginput-container.is-focusable[disabled],.textarea[disabled] {
	-webkit-box-shadow: none;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,.taginput .taginput-container.is-focusable[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.input[disabled]::-webkit-input-placeholder,.taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.input[disabled]:-moz-placeholder,.taginput .taginput-container.is-focusable[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.input[disabled]:-ms-input-placeholder,.taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.input[readonly],.taginput .taginput-container.is-focusable[readonly],.textarea[readonly] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input.is-white,.taginput .is-white.taginput-container.is-focusable,.textarea.is-white {
	border-color: #fff;
}

.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.taginput .is-white.is-active.taginput-container.is-focusable,.taginput .is-white.is-focused.taginput-container.is-focusable,.taginput .is-white.taginput-container.is-focusable:active,.taginput .is-white.taginput-container.is-focusable:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
}

.input.is-black,.taginput .is-black.taginput-container.is-focusable,.textarea.is-black {
	border-color: #0a0a0a;
}

.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.taginput .is-black.is-active.taginput-container.is-focusable,.taginput .is-black.is-focused.taginput-container.is-focusable,.taginput .is-black.taginput-container.is-focusable:active,.taginput .is-black.taginput-container.is-focusable:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}

.input.is-light,.taginput .is-light.taginput-container.is-focusable,.textarea.is-light {
	border-color: #f5f5f5;
}

.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.taginput .is-light.is-active.taginput-container.is-focusable,.taginput .is-light.is-focused.taginput-container.is-focusable,.taginput .is-light.taginput-container.is-focusable:active,.taginput .is-light.taginput-container.is-focusable:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
}

.input.is-dark,.taginput .is-dark.taginput-container.is-focusable,.textarea.is-dark {
	border-color: #363636;
}

.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.taginput .is-dark.is-active.taginput-container.is-focusable,.taginput .is-dark.is-focused.taginput-container.is-focusable,.taginput .is-dark.taginput-container.is-focusable:active,.taginput .is-dark.taginput-container.is-focusable:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}

.input.is-primary,.taginput .is-primary.taginput-container.is-focusable,.textarea.is-primary {
	border-color: #2acc62;
}

.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.taginput .is-primary.is-active.taginput-container.is-focusable,.taginput .is-primary.is-focused.taginput-container.is-focusable,.taginput .is-primary.taginput-container.is-focusable:active,.taginput .is-primary.taginput-container.is-focusable:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
	box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
}

.input.is-link,.taginput .is-link.taginput-container.is-focusable,.textarea.is-link {
	border-color: #3273dc;
}

.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.taginput .is-link.is-active.taginput-container.is-focusable,.taginput .is-link.is-focused.taginput-container.is-focusable,.taginput .is-link.taginput-container.is-focusable:active,.taginput .is-link.taginput-container.is-focusable:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.input.is-info,.taginput .is-info.taginput-container.is-focusable,.textarea.is-info {
	border-color: #209cee;
}

.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.taginput .is-info.is-active.taginput-container.is-focusable,.taginput .is-info.is-focused.taginput-container.is-focusable,.taginput .is-info.taginput-container.is-focusable:active,.taginput .is-info.taginput-container.is-focusable:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
	box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
}

.input.is-success,.taginput .is-success.taginput-container.is-focusable,.textarea.is-success {
	border-color: #23d160;
}

.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.taginput .is-success.is-active.taginput-container.is-focusable,.taginput .is-success.is-focused.taginput-container.is-focusable,.taginput .is-success.taginput-container.is-focusable:active,.taginput .is-success.taginput-container.is-focusable:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
	box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
}

.input.is-warning,.taginput .is-warning.taginput-container.is-focusable,.textarea.is-warning {
	border-color: #ffdd57;
}

.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.taginput .is-warning.is-active.taginput-container.is-focusable,.taginput .is-warning.is-focused.taginput-container.is-focusable,.taginput .is-warning.taginput-container.is-focusable:active,.taginput .is-warning.taginput-container.is-focusable:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}

.input.is-danger,.taginput .is-danger.taginput-container.is-focusable,.textarea.is-danger {
	border-color: #ff3860;
}

.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.taginput .is-danger.is-active.taginput-container.is-focusable,.taginput .is-danger.is-focused.taginput-container.is-focusable,.taginput .is-danger.taginput-container.is-focusable:active,.taginput .is-danger.taginput-container.is-focusable:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
	box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
}

.input.is-small,.taginput .is-small.taginput-container.is-focusable,.textarea.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.input.is-medium,.taginput .is-medium.taginput-container.is-focusable,.textarea.is-medium {
	font-size: 1rem;
}

.input.is-large,.taginput .is-large.taginput-container.is-focusable,.textarea.is-large {
	font-size: 1.5rem;
}

.input.is-fullwidth,.taginput .is-fullwidth.taginput-container.is-focusable,.textarea.is-fullwidth {
	display: block;
	width: 100%;
}

.input.is-inline,.taginput .is-inline.taginput-container.is-focusable,.textarea.is-inline {
	display: inline;
	width: auto;
}

.input.is-rounded,.taginput .is-rounded.taginput-container.is-focusable {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}

.input.is-static,.taginput .is-static.taginput-container.is-focusable {
	-webkit-box-shadow: none;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	padding: .625em;
	resize: vertical;
}

.textarea:not([rows]) {
	max-height: 600px;
	min-height: 120px;
}

.textarea[rows] {
	height: auto;
}

.textarea.has-fixed-size {
	resize: none;
}

.checkbox,.radio {
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
}

.checkbox input,.radio input {
	cursor: pointer;
}

.checkbox:hover,.radio:hover {
	color: #363636;
}

.checkbox[disabled],.radio[disabled] {
	color: #7a7a7a;
	cursor: not-allowed;
}

.radio+.radio {
	margin-left: .5em;
}

.select {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: top;
}

.select:not(.is-multiple) {
	height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading):after {
	border-color: #3273dc;
	right: 1.125em;
	z-index: 4;
}

.select.is-rounded select {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	padding-left: 1em;
}

.select select {
	background-color: #fff;
	border-color: #dce1e8;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: none;
}

.select select::-moz-placeholder {
	color: rgba(54,54,54,.3);
}

.select select::-webkit-input-placeholder {
	color: rgba(54,54,54,.3);
}

.select select:-moz-placeholder {
	color: rgba(54,54,54,.3);
}

.select select:-ms-input-placeholder {
	color: rgba(54,54,54,.3);
}

.select select.is-hovered,.select select:hover {
	border-color: #b5b5b5;
}

.select select.is-active,.select select.is-focused,.select select:active,.select select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.select select[disabled] {
	-webkit-box-shadow: none;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.select select[disabled]::-webkit-input-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.select select[disabled]:-moz-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.select select[disabled]:-ms-input-placeholder {
	color: hsla(0,0%,47.8%,.3);
}

.select select::-ms-expand {
	display: none;
}

.select select[disabled]:hover {
	border-color: #f5f5f5;
}

.select select:not([multiple]) {
	padding-right: 2.5em;
}

.select select[multiple] {
	height: auto;
	padding: 0;
}

.select select[multiple] option {
	padding: .5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover:after {
	border-color: #363636;
}

.select.is-white:not(:hover):after,.select.is-white select {
	border-color: #fff;
}

.select.is-white select.is-hovered,.select.is-white select:hover {
	border-color: #f2f2f2;
}

.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,100%,.25);
}

.select.is-black:not(:hover):after,.select.is-black select {
	border-color: #0a0a0a;
}

.select.is-black select.is-hovered,.select.is-black select:hover {
	border-color: #000;
}

.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
	box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
}

.select.is-light:not(:hover):after,.select.is-light select {
	border-color: #f5f5f5;
}

.select.is-light select.is-hovered,.select.is-light select:hover {
	border-color: #e8e8e8;
}

.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus {
	-webkit-box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
	box-shadow: 0 0 0 .125em hsla(0,0%,96.1%,.25);
}

.select.is-dark:not(:hover):after,.select.is-dark select {
	border-color: #363636;
}

.select.is-dark select.is-hovered,.select.is-dark select:hover {
	border-color: #292929;
}

.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
	box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
}

.select.is-primary:not(:hover):after,.select.is-primary select {
	border-color: #2acc62;
}

.select.is-primary select.is-hovered,.select.is-primary select:hover {
	border-color: #26b758;
}

.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
	box-shadow: 0 0 0 .125em rgba(42,204,98,.25);
}

.select.is-link:not(:hover):after,.select.is-link select {
	border-color: #3273dc;
}

.select.is-link select.is-hovered,.select.is-link select:hover {
	border-color: #2366d1;
}

.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.select.is-info:not(:hover):after,.select.is-info select {
	border-color: #209cee;
}

.select.is-info select.is-hovered,.select.is-info select:hover {
	border-color: #118fe4;
}

.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
	box-shadow: 0 0 0 .125em rgba(32,156,238,.25);
}

.select.is-success:not(:hover):after,.select.is-success select {
	border-color: #23d160;
}

.select.is-success select.is-hovered,.select.is-success select:hover {
	border-color: #20bc56;
}

.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
	box-shadow: 0 0 0 .125em rgba(35,209,96,.25);
}

.select.is-warning:not(:hover):after,.select.is-warning select {
	border-color: #ffdd57;
}

.select.is-warning select.is-hovered,.select.is-warning select:hover {
	border-color: #ffd83d;
}

.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
	box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
}

.select.is-danger:not(:hover):after,.select.is-danger select {
	border-color: #ff3860;
}

.select.is-danger select.is-hovered,.select.is-danger select:hover {
	border-color: #ff1f4b;
}

.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
	box-shadow: 0 0 0 .125em rgba(255,56,96,.25);
}

.select.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.select.is-medium {
	font-size: 1rem;
}

.select.is-large {
	font-size: 1.5rem;
}

.select.is-disabled:after {
	border-color: #7a7a7a;
}

.select.is-fullwidth,.select.is-fullwidth select {
	width: 100%;
}

.select.is-loading:after {
	-webkit-transform: none;
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	-ms-transform: none;
	 -o-transform: none;
	    transform: none;
}

.select.is-loading.is-small:after {
	font-size: .75rem;
}

.select.is-loading.is-medium:after {
	font-size: 1rem;
}

.select.is-loading.is-large:after {
	font-size: 1.5rem;
}

.file {
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	position: relative;
}

.file.is-white .file-cta {
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}

.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta {
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}

.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,100%,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em hsla(0,0%,100%,.25);
	color: #0a0a0a;
}

.file.is-white.is-active .file-cta,.file.is-white:active .file-cta {
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}

.file.is-black .file-cta {
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}

.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta {
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}

.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(10,10,10,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(10,10,10,.25);
	color: #fff;
}

.file.is-black.is-active .file-cta,.file.is-black:active .file-cta {
	background-color: #000;
	border-color: transparent;
	color: #fff;
}

.file.is-light .file-cta {
	background-color: #f5f5f5;
	border-color: transparent;
	color: #363636;
}

.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta {
	background-color: #eee;
	border-color: transparent;
	color: #363636;
}

.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,96.1%,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em hsla(0,0%,96.1%,.25);
	color: #363636;
}

.file.is-light.is-active .file-cta,.file.is-light:active .file-cta {
	background-color: #e8e8e8;
	border-color: transparent;
	color: #363636;
}

.file.is-dark .file-cta {
	background-color: #363636;
	border-color: transparent;
	color: #f5f5f5;
}

.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta {
	background-color: #2f2f2f;
	border-color: transparent;
	color: #f5f5f5;
}

.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(54,54,54,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(54,54,54,.25);
	color: #f5f5f5;
}

.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta {
	background-color: #292929;
	border-color: transparent;
	color: #f5f5f5;
}

.file.is-primary .file-cta {
	background-color: #2acc62;
	border-color: transparent;
	color: #fff;
}

.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta {
	background-color: #28c15d;
	border-color: transparent;
	color: #fff;
}

.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(42,204,98,.25);
	color: #fff;
}

.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta {
	background-color: #26b758;
	border-color: transparent;
	color: #fff;
}

.file.is-link .file-cta {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff;
}

.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta {
	background-color: #276cda;
	border-color: transparent;
	color: #fff;
}

.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(50,115,220,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(50,115,220,.25);
	color: #fff;
}

.file.is-link.is-active .file-cta,.file.is-link:active .file-cta {
	background-color: #2366d1;
	border-color: transparent;
	color: #fff;
}

.file.is-info .file-cta {
	background-color: #209cee;
	border-color: transparent;
	color: #fff;
}

.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta {
	background-color: #1496ed;
	border-color: transparent;
	color: #fff;
}

.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(32,156,238,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(32,156,238,.25);
	color: #fff;
}

.file.is-info.is-active .file-cta,.file.is-info:active .file-cta {
	background-color: #118fe4;
	border-color: transparent;
	color: #fff;
}

.file.is-success .file-cta {
	background-color: #23d160;
	border-color: transparent;
	color: #fff;
}

.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta {
	background-color: #22c65b;
	border-color: transparent;
	color: #fff;
}

.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(35,209,96,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(35,209,96,.25);
	color: #fff;
}

.file.is-success.is-active .file-cta,.file.is-success:active .file-cta {
	background-color: #20bc56;
	border-color: transparent;
	color: #fff;
}

.file.is-warning .file-cta {
	background-color: #ffdd57;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta {
	background-color: #ffdb4a;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(255,221,87,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255,221,87,.25);
	color: rgba(0,0,0,.7);
}

.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta {
	background-color: #ffd83d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}

.file.is-danger .file-cta {
	background-color: #ff3860;
	border-color: transparent;
	color: #fff;
}

.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta {
	background-color: #ff2b56;
	border-color: transparent;
	color: #fff;
}

.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta {
	-webkit-box-shadow: 0 0 .5em rgba(255,56,96,.25);
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255,56,96,.25);
	color: #fff;
}

.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta {
	background-color: #ff1f4b;
	border-color: transparent;
	color: #fff;
}

.file.is-small {
	font-size: .75rem;
}

.file.is-medium {
	font-size: 1rem;
}

.file.is-medium .file-icon .fa {
	font-size: 21px;
}

.file.is-large {
	font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
	font-size: 28px;
}

.file.has-name .file-cta {
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.file.has-name .file-name {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.file.has-name.is-empty .file-name {
	display: none;
}

.file.is-boxed .file-cta,.file.is-boxed .file-label {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.file.is-boxed .file-cta {
	height: auto;
	padding: 1em 3em;
}

.file.is-boxed .file-name {
	border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
	height: 1.5em;
	width: 1.5em;
}

.file.is-boxed .file-icon .fa {
	font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
	font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
	font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
	font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
	-webkit-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	border-width: 0 1px 1px;
}

.file.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.file.is-fullwidth .file-label {
	width: 100%;
}

.file.is-fullwidth .file-name {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	max-width: none;
}

.file.is-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.file.is-right .file-cta {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	-webkit-order: -1;
	   -moz-box-ordinal-group: 0;
	        order: -1;
}

.file-label {
	-ms-flex-align: stretch;
	-ms-flex-pack: start;
	-webkit-box-align: stretch;
	-webkit-box-pack: start;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	overflow: hidden;
	position: relative;
}

.file-label:hover .file-cta {
	background-color: #eee;
	color: #363636;
}

.file-label:hover .file-name {
	border-color: #d5d5d5;
}

.file-label:active .file-cta {
	background-color: #e8e8e8;
	color: #363636;
}

.file-label:active .file-name {
	border-color: #cfcfcf;
}

.file-input {
	height: .01em;
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: .01em;
}

.file-cta,.file-name {
	border-color: #dbdbdb;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}

.file-cta {
	background-color: #f5f5f5;
	color: #4a4a4a;
}

.file-name {
	border: 1px solid #dbdbdb;
	border-left-width: 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: left;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.file-icon {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 1em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	margin-right: .5em;
	width: 1em;
}

.file-icon .fa {
	font-size: 14px;
}

.label {
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.label:not(:last-child) {
	margin-bottom: .5em;
}

.label.is-small {
	font-size: .75rem;
}

.label.is-medium {
	font-size: 1rem;
}

.label.is-large {
	font-size: 1.5rem;
}

.help {
	display: block;
	font-size: .75rem;
	margin-top: .25rem;
}

.help.is-white {
	color: #fff;
}

.help.is-black {
	color: #0a0a0a;
}

.help.is-light {
	color: #f5f5f5;
}

.help.is-dark {
	color: #363636;
}

.help.is-primary {
	color: #2acc62;
}

.help.is-link {
	color: #3273dc;
}

.help.is-info {
	color: #209cee;
}

.help.is-success {
	color: #23d160;
}

.help.is-warning {
	color: #ffdd57;
}

.help.is-danger {
	color: #ff3860;
}

.field:not(:last-child) {
	margin-bottom: .75rem;
}

.field.has-addons {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
	margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select,.field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.field.has-addons .control:first-child .button,.field.has-addons .control:first-child .input,.field.has-addons .control:first-child .select select,.field.has-addons .control:first-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .taginput-container.is-focusable {
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select,.field.has-addons .control:last-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .taginput-container.is-focusable {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
}

.field.has-addons .control .button.is-hovered,.field.has-addons .control .button:hover,.field.has-addons .control .input.is-hovered,.field.has-addons .control .input:hover,.field.has-addons .control .select select.is-hovered,.field.has-addons .control .select select:hover,.field.has-addons .control .taginput .is-hovered.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-hovered.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:hover {
	z-index: 2;
}

.field.has-addons .control .button.is-active,.field.has-addons .control .button.is-focused,.field.has-addons .control .button:active,.field.has-addons .control .button:focus,.field.has-addons .control .input.is-active,.field.has-addons .control .input.is-focused,.field.has-addons .control .input:active,.field.has-addons .control .input:focus,.field.has-addons .control .select select.is-active,.field.has-addons .control .select select.is-focused,.field.has-addons .control .select select:active,.field.has-addons .control .select select:focus,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:active,.field.has-addons .control .taginput .taginput-container.is-focusable:focus,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:active,.taginput .field.has-addons .control .taginput-container.is-focusable:focus {
	z-index: 3;
}

.field.has-addons .control .button.is-active:hover,.field.has-addons .control .button.is-focused:hover,.field.has-addons .control .button:active:hover,.field.has-addons .control .button:focus:hover,.field.has-addons .control .input.is-active:hover,.field.has-addons .control .input.is-focused:hover,.field.has-addons .control .input:active:hover,.field.has-addons .control .input:focus:hover,.field.has-addons .control .select select.is-active:hover,.field.has-addons .control .select select.is-focused:hover,.field.has-addons .control .select select:active:hover,.field.has-addons .control .select select:focus:hover,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:active:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:focus:hover,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:active:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:focus:hover {
	z-index: 4;
}

.field.has-addons .control.is-expanded {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

.field.has-addons.has-addons-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.field.has-addons.has-addons-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
	-ms-flex-negative: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.field.is-grouped {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.field.is-grouped>.control {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.field.is-grouped>.control:not(:last-child) {
	margin-bottom: 0;
	margin-right: .75rem;
}

.field.is-grouped>.control.is-expanded {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.field.is-grouped.is-grouped-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
	margin-bottom: .75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
	margin-bottom: -.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
	margin-bottom: 0;
}

@media print,screen and (min-width:769px) {
	.field.is-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

.field-label .label {
	font-size: inherit;
}

@media screen and (max-width:768px) {
	.field-label {
		margin-bottom: .5rem;
	}
}

@media print,screen and (min-width:769px) {
	.field-label {
		-ms-flex-negative: 0;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		-webkit-box-flex: 1;
		-webkit-flex-basis: 0;
		        flex-basis: 0;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
		-webkit-flex-shrink: 0;
		        flex-shrink: 0;
		margin-right: 1.5rem;
		text-align: right;
	}

	.field-label.is-small {
		font-size: .75rem;
		padding-top: .375em;
	}

	.field-label.is-normal {
		padding-top: .375em;
	}

	.field-label.is-medium {
		font-size: 1rem;
		padding-top: .375em;
	}

	.field-label.is-large {
		font-size: 1.5rem;
		padding-top: .375em;
	}
}

.field-body .field .field {
	margin-bottom: 0;
}

@media print,screen and (min-width:769px) {
	.field-body {
		-ms-flex-negative: 1;
		-ms-flex-positive: 5;
		-ms-flex-preferred-size: 0;
		-webkit-box-flex: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-basis: 0;
		        flex-basis: 0;
		-webkit-flex-grow: 5;
		   -moz-box-flex: 5;
		        flex-grow: 5;
		-webkit-flex-shrink: 1;
		        flex-shrink: 1;
	}

	.field-body .field {
		margin-bottom: 0;
	}

	.field-body>.field {
		-ms-flex-negative: 1;
		-webkit-flex-shrink: 1;
		        flex-shrink: 1;
	}

	.field-body>.field:not(.is-narrow) {
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
	}

	.field-body>.field:not(:last-child) {
		margin-right: .75rem;
	}
}

.control {
	font-size: 1rem;
	position: relative;
	text-align: left;
}

.control.has-icon .icon {
	color: #dce1e8;
	height: 2.25em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.25em;
	z-index: 4;
}

.control.has-icon .input:focus+.icon,.control.has-icon .taginput .taginput-container.is-focusable:focus+.icon,.taginput .control.has-icon .taginput-container.is-focusable:focus+.icon {
	color: #7a7a7a;
}

.control.has-icon .input.is-small+.icon,.control.has-icon .taginput .is-small.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-small.taginput-container.is-focusable+.icon {
	font-size: .75rem;
}

.control.has-icon .input.is-medium+.icon,.control.has-icon .taginput .is-medium.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-medium.taginput-container.is-focusable+.icon {
	font-size: 1rem;
}

.control.has-icon .input.is-large+.icon,.control.has-icon .taginput .is-large.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-large.taginput-container.is-focusable+.icon {
	font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon {
	left: 0;
}

.control.has-icon:not(.has-icon-right) .input,.control.has-icon:not(.has-icon-right) .taginput .taginput-container.is-focusable,.taginput .control.has-icon:not(.has-icon-right) .taginput-container.is-focusable {
	padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
	right: 0;
}

.control.has-icon.has-icon-right .input,.control.has-icon.has-icon-right .taginput .taginput-container.is-focusable,.taginput .control.has-icon.has-icon-right .taginput-container.is-focusable {
	padding-right: 2.25em;
}

.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-left .taginput .taginput-container.is-focusable:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon,.control.has-icons-right .taginput .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-left .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-right .taginput-container.is-focusable:focus~.icon {
	color: #7a7a7a;
}

.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-left .taginput .is-small.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon,.control.has-icons-right .taginput .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-small.taginput-container.is-focusable~.icon {
	font-size: .75rem;
}

.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-left .taginput .is-medium.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon,.control.has-icons-right .taginput .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-medium.taginput-container.is-focusable~.icon {
	font-size: 1rem;
}

.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-left .taginput .is-large.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon,.control.has-icons-right .taginput .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-large.taginput-container.is-focusable~.icon {
	font-size: 1.5rem;
}

.control.has-icons-left .icon,.control.has-icons-right .icon {
	color: #dce1e8;
	height: 2.25em;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.25em;
	z-index: 4;
}

.control.has-icons-left .input,.control.has-icons-left .select select,.control.has-icons-left .taginput .taginput-container.is-focusable,.taginput .control.has-icons-left .taginput-container.is-focusable {
	padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
	left: 0;
}

.control.has-icons-right .input,.control.has-icons-right .select select,.control.has-icons-right .taginput .taginput-container.is-focusable,.taginput .control.has-icons-right .taginput-container.is-focusable {
	padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
	right: 0;
}

.control.is-loading:after {
	position: absolute!important;
	right: .625em;
	top: .625em;
	z-index: 4;
}

.control.is-loading.is-small:after {
	font-size: .75rem;
}

.control.is-loading.is-medium:after {
	font-size: 1rem;
}

.control.is-loading.is-large:after {
	font-size: 1.5rem;
}

.icon {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	height: 1.5rem;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	width: 1.5rem;
}

.icon.is-small {
	height: 1rem;
	width: 1rem;
}

.icon.is-medium {
	height: 2rem;
	width: 2rem;
}

.icon.is-large {
	height: 3rem;
	width: 3rem;
}

.image {
	display: block;
	position: relative;
}

.image img {
	display: block;
	height: auto;
	width: 100%;
}

.image img.is-rounded {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
}

.image.is-1by1 img,.image.is-1by2 img,.image.is-1by3 img,.image.is-2by1 img,.image.is-2by3 img,.image.is-3by1 img,.image.is-3by2 img,.image.is-3by4 img,.image.is-3by5 img,.image.is-4by3 img,.image.is-4by5 img,.image.is-5by3 img,.image.is-5by4 img,.image.is-9by16 img,.image.is-16by9 img,.image.is-square img {
	height: 100%;
	width: 100%;
}

.image.is-1by1,.image.is-square {
	padding-top: 100%;
}

.image.is-5by4 {
	padding-top: 80%;
}

.image.is-4by3 {
	padding-top: 75%;
}

.image.is-3by2 {
	padding-top: 66.6666%;
}

.image.is-5by3 {
	padding-top: 60%;
}

.image.is-16by9 {
	padding-top: 56.25%;
}

.image.is-2by1 {
	padding-top: 50%;
}

.image.is-3by1 {
	padding-top: 33.3333%;
}

.image.is-4by5 {
	padding-top: 125%;
}

.image.is-3by4 {
	padding-top: 133.3333%;
}

.image.is-2by3 {
	padding-top: 150%;
}

.image.is-3by5 {
	padding-top: 166.6666%;
}

.image.is-9by16 {
	padding-top: 177.7777%;
}

.image.is-1by2 {
	padding-top: 200%;
}

.image.is-1by3 {
	padding-top: 300%;
}

.image.is-16x16 {
	height: 16px;
	width: 16px;
}

.image.is-24x24 {
	height: 24px;
	width: 24px;
}

.image.is-32x32 {
	height: 32px;
	width: 32px;
}

.image.is-48x48 {
	height: 48px;
	width: 48px;
}

.image.is-64x64 {
	height: 64px;
	width: 64px;
}

.image.is-96x96 {
	height: 96px;
	width: 96px;
}

.image.is-128x128 {
	height: 128px;
	width: 128px;
}

.notification {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding: 1.25rem 2.5rem 1.25rem 1.5rem;
	position: relative;
}

.notification a:not(.button) {
	color: currentColor;
	text-decoration: underline;
}

.notification strong {
	color: currentColor;
}

.notification code,.notification pre {
	background: #fff;
}

.notification pre code {
	background: transparent;
}

.notification>.delete {
	position: absolute;
	right: .5rem;
	top: .5rem;
}

.notification .content,.notification .subtitle,.notification .title {
	color: currentColor;
}

.notification.is-white {
	background-color: #fff;
	color: #0a0a0a;
}

.notification.is-black {
	background-color: #0a0a0a;
	color: #fff;
}

.notification.is-light {
	background-color: #f5f5f5;
	color: #363636;
}

.notification.is-dark {
	background-color: #363636;
	color: #f5f5f5;
}

.notification.is-primary {
	background-color: #2acc62;
	color: #fff;
}

.notification.is-link {
	background-color: #3273dc;
	color: #fff;
}

.notification.is-info {
	background-color: #209cee;
	color: #fff;
}

.notification.is-success {
	background-color: #23d160;
	color: #fff;
}

.notification.is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.notification.is-danger {
	background-color: #ff3860;
	color: #fff;
}

.progress {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	display: block;
	height: 1rem;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.progress::-webkit-progress-bar {
	background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
	background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
	background-color: #4a4a4a;
}

.progress::-ms-fill {
	background-color: #4a4a4a;
	border: none;
}

.progress.is-white::-webkit-progress-value {
	background-color: #fff;
}

.progress.is-white::-moz-progress-bar {
	background-color: #fff;
}

.progress.is-white::-ms-fill {
	background-color: #fff;
}

.progress.is-black::-webkit-progress-value {
	background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
	background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
	background-color: #0a0a0a;
}

.progress.is-light::-webkit-progress-value {
	background-color: #f5f5f5;
}

.progress.is-light::-moz-progress-bar {
	background-color: #f5f5f5;
}

.progress.is-light::-ms-fill {
	background-color: #f5f5f5;
}

.progress.is-dark::-webkit-progress-value {
	background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
	background-color: #363636;
}

.progress.is-dark::-ms-fill {
	background-color: #363636;
}

.progress.is-primary::-webkit-progress-value {
	background-color: #2acc62;
}

.progress.is-primary::-moz-progress-bar {
	background-color: #2acc62;
}

.progress.is-primary::-ms-fill {
	background-color: #2acc62;
}

.progress.is-link::-webkit-progress-value {
	background-color: #3273dc;
}

.progress.is-link::-moz-progress-bar {
	background-color: #3273dc;
}

.progress.is-link::-ms-fill {
	background-color: #3273dc;
}

.progress.is-info::-webkit-progress-value {
	background-color: #209cee;
}

.progress.is-info::-moz-progress-bar {
	background-color: #209cee;
}

.progress.is-info::-ms-fill {
	background-color: #209cee;
}

.progress.is-success::-webkit-progress-value {
	background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
	background-color: #23d160;
}

.progress.is-success::-ms-fill {
	background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
	background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
	background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
	background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
	background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
	background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
	background-color: #ff3860;
}

.progress.is-small {
	height: .75rem;
}

.progress.is-medium {
	height: 1rem;
}

.progress.is-large {
	height: 1.5rem;
}

.table {
	background-color: #fff;
	color: #363636;
}

.table td,.table th {
	border: solid #dce1e8;
	border-width: 0 0 1px;
	padding: .5em .75em;
	vertical-align: top;
}

.table td.is-white,.table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}

.table td.is-black,.table th.is-black {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}

.table td.is-light,.table th.is-light {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #363636;
}

.table td.is-dark,.table th.is-dark {
	background-color: #363636;
	border-color: #363636;
	color: #f5f5f5;
}

.table td.is-primary,.table th.is-primary {
	background-color: #2acc62;
	border-color: #2acc62;
	color: #fff;
}

.table td.is-link,.table th.is-link {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}

.table td.is-info,.table th.is-info {
	background-color: #209cee;
	border-color: #209cee;
	color: #fff;
}

.table td.is-success,.table th.is-success {
	background-color: #23d160;
	border-color: #23d160;
	color: #fff;
}

.table td.is-warning,.table th.is-warning {
	background-color: #ffdd57;
	border-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.table td.is-danger,.table th.is-danger {
	background-color: #ff3860;
	border-color: #ff3860;
	color: #fff;
}

.table td.is-narrow,.table th.is-narrow {
	white-space: nowrap;
	width: 1%;
}

.table td.is-selected,.table th.is-selected {
	background-color: #2acc62;
	color: #fff;
}

.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong {
	color: currentColor;
}

.table th {
	color: #363636;
	text-align: left;
}

.table tr.is-selected {
	background-color: #2acc62;
	color: #fff;
}

.table tr.is-selected a,.table tr.is-selected strong {
	color: currentColor;
}

.table tr.is-selected td,.table tr.is-selected th {
	border-color: #fff;
	color: currentColor;
}

.table thead td,.table thead th {
	border-width: 0 0 2px;
	color: #363636;
}

.table tfoot td,.table tfoot th {
	border-width: 2px 0 0;
	color: #363636;
}

.table tbody tr:last-child td,.table tbody tr:last-child th {
	border-bottom-width: 0;
}

.table.is-bordered td,.table.is-bordered th {
	border-width: 1px;
}

.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}

.table.is-fullwidth {
	width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: #f5f5f5;
}

.table.is-narrow td,.table.is-narrow th {
	padding: .25em .5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
	background-color: #fafafa;
}

.table-container {
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	overflow: auto;
	overflow-y: hidden;
}

.tags {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.tags .tag {
	margin-bottom: .5rem;
}

.tags .tag:not(:last-child) {
	margin-right: .5rem;
}

.tags:last-child {
	margin-bottom: -.5rem;
}

.tags:not(:last-child) {
	margin-bottom: 1rem;
}

.tags.has-addons .tag {
	margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
}

.tags.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.tags.is-centered .tag {
	margin-left: .25rem;
	margin-right: .25rem;
}

.tags.is-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
	margin-left: .5rem;
}

.tags.is-right .tag:not(:last-child) {
	margin-right: 0;
}

.tag:not(body) {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #4a4a4a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}

.tag:not(body) .delete {
	margin-left: .25rem;
	margin-right: -.375rem;
}

.tag:not(body).is-white {
	background-color: #fff;
	color: #0a0a0a;
}

.tag:not(body).is-black {
	background-color: #0a0a0a;
	color: #fff;
}

.tag:not(body).is-light {
	background-color: #f5f5f5;
	color: #363636;
}

.tag:not(body).is-dark {
	background-color: #363636;
	color: #f5f5f5;
}

.tag:not(body).is-primary {
	background-color: #2acc62;
	color: #fff;
}

.tag:not(body).is-link {
	background-color: #3273dc;
	color: #fff;
}

.tag:not(body).is-info {
	background-color: #209cee;
	color: #fff;
}

.tag:not(body).is-success {
	background-color: #23d160;
	color: #fff;
}

.tag:not(body).is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.tag:not(body).is-danger {
	background-color: #ff3860;
	color: #fff;
}

.tag:not(body).is-large,.tag:not(body).is-medium {
	font-size: 1rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
	margin-left: -.375em;
	margin-right: .1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
	margin-left: .1875em;
	margin-right: -.375em;
}

.tag:not(body) .icon:first-child:last-child {
	margin-left: -.375em;
	margin-right: -.375em;
}

.tag:not(body).is-delete {
	margin-left: 1px;
	padding: 0;
	position: relative;
	width: 2em;
}

.tag:not(body).is-delete:after,.tag:not(body).is-delete:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center center;
	background-color: currentColor;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	 -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	    transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform-origin: center center;
	 -o-transform-origin: center center;
	    transform-origin: center center;
}

.tag:not(body).is-delete:before {
	height: 1px;
	width: 50%;
}

.tag:not(body).is-delete:after {
	height: 50%;
	width: 1px;
}

.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover {
	background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
	background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
}

a.tag:hover {
	text-decoration: underline;
}

.subtitle,.title {
	word-break: break-word;
}

.subtitle em,.subtitle span,.title em,.title span {
	font-weight: inherit;
}

.subtitle sub,.subtitle sup,.title sub,.title sup {
	font-size: .75em;
}

.subtitle .tag,.title .tag {
	vertical-align: middle;
}

.title {
	color: #363636;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125;
}

.title strong {
	color: inherit;
	font-weight: inherit;
}

.title+.highlight {
	margin-top: -.75rem;
}

.title:not(.is-spaced)+.subtitle {
	margin-top: -1.25rem;
}

.title.is-1 {
	font-size: 3rem;
}

.title.is-2 {
	font-size: 2.5rem;
}

.title.is-3 {
	font-size: 2rem;
}

.title.is-4 {
	font-size: 1.5rem;
}

.title.is-5 {
	font-size: 1.25rem;
}

.title.is-6 {
	font-size: 1rem;
}

.title.is-7 {
	font-size: .75rem;
}

.subtitle {
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}

.subtitle strong {
	color: #363636;
	font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
	margin-top: -1.25rem;
}

.subtitle.is-1 {
	font-size: 3rem;
}

.subtitle.is-2 {
	font-size: 2.5rem;
}

.subtitle.is-3 {
	font-size: 2rem;
}

.subtitle.is-4 {
	font-size: 1.5rem;
}

.subtitle.is-5 {
	font-size: 1.25rem;
}

.subtitle.is-6 {
	font-size: 1rem;
}

.subtitle.is-7 {
	font-size: .75rem;
}

.heading {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.highlight {
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}

.highlight pre {
	max-width: 100%;
	overflow: auto;
}

.number {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	background-color: #f5f5f5;
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	font-size: 1rem;
	height: 2em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	margin-right: 1.5rem;
	min-width: 2.5em;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: top;
}

.breadcrumb {
	font-size: 1rem;
	white-space: nowrap;
}

.breadcrumb a {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	color: #3273dc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	padding: 0 .75em;
}

.breadcrumb a:hover {
	color: #363636;
}

.breadcrumb li {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.breadcrumb li:first-child a {
	padding-left: 0;
}

.breadcrumb li.is-active a {
	color: #363636;
	cursor: default;
	pointer-events: none;
}

.breadcrumb li+li:before {
	color: #b5b5b5;
	content: "/";
}

.breadcrumb ol,.breadcrumb ul {
	-ms-flex-align: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-box-pack: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.breadcrumb .icon:first-child {
	margin-right: .5em;
}

.breadcrumb .icon:last-child {
	margin-left: .5em;
}

.breadcrumb.is-centered ol,.breadcrumb.is-centered ul {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.breadcrumb.is-right ol,.breadcrumb.is-right ul {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.breadcrumb.is-small {
	font-size: .75rem;
}

.breadcrumb.is-medium {
	font-size: 1rem;
}

.breadcrumb.is-large {
	font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li+li:before {
	content: "\2192";
}

.breadcrumb.has-bullet-separator li+li:before {
	content: "\2022";
}

.breadcrumb.has-dot-separator li+li:before {
	content: "\B7";
}

.breadcrumb.has-succeeds-separator li+li:before {
	content: "\227B";
}

.card {
	-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	color: #4a4a4a;
	max-width: 100%;
	position: relative;
}

.card-header {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-box-shadow: 0 1px 2px rgba(10,10,10,.1);
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	background-color: none;
	box-shadow: 0 1px 2px rgba(10,10,10,.1);
}

.card-header,.card-header-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.card-header-title {
	-ms-flex-align: center;
	-ms-flex-positive: 1;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	color: #363636;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	font-weight: 700;
	padding: .75rem;
}

.card-header-icon,.card-header-title.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.card-header-icon {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: .75rem;
}

.card-image {
	display: block;
	position: relative;
}

.card-content {
	background-color: none;
	padding: 1.5rem;
}

.card-footer {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	background-color: none;
	border-top: 1px solid #dbdbdb;
}

.card-footer,.card-footer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.card-footer-item {
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	-ms-flex-pack: center;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-flex-basis: 0;
	        flex-basis: 0;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	padding: .75rem;
}

.card-footer-item:not(:last-child) {
	border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
	margin-bottom: .75rem;
}

.dropdown {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	position: relative;
	vertical-align: top;
}

.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu {
	display: block;
}

.dropdown.is-right .dropdown-menu {
	left: auto;
	right: 0;
}

.dropdown.is-up .dropdown-menu {
	bottom: 100%;
	padding-bottom: 4px;
	padding-top: 0;
	top: auto;
}

.dropdown-menu {
	display: none;
	left: 0;
	min-width: 12rem;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	z-index: 20;
}

.dropdown-content {
	-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	background-color: #fff;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.dropdown-item,.dropdown .dropdown-menu .has-link a {
	color: #4a4a4a;
	display: block;
	font-size: .875rem;
	line-height: 1.5;
	padding: .375rem 1rem;
	position: relative;
}

.dropdown .dropdown-menu .has-link a,a.dropdown-item {
	padding-right: 3rem;
	white-space: nowrap;
}

.dropdown .dropdown-menu .has-link a:hover,a.dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0a0a0a;
}

.dropdown .dropdown-menu .has-link a.is-active,a.dropdown-item.is-active {
	background-color: #3273dc;
	color: #fff;
}

.dropdown-divider {
	background-color: #dbdbdb;
	border: none;
	display: block;
	height: 1px;
	margin: .5rem 0;
}

.level {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.level code {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.level img {
	display: inline-block;
	vertical-align: top;
}

.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.level.is-mobile .level-left+.level-right {
	margin-top: 0;
}

.level.is-mobile .level-item {
	margin-right: .75rem;
}

.level.is-mobile .level-item:not(:last-child) {
	margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

@media print,screen and (min-width:769px) {
	.level {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.level>.level-item:not(.is-narrow) {
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
	}
}

.level-item {
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	-ms-flex-pack: center;
	-ms-flex-positive: 0;
	-ms-flex-preferred-size: auto;
	-webkit-box-align: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.level-item .subtitle,.level-item .title {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.level-item:not(:last-child) {
		margin-bottom: .75rem;
	}
}

.level-left,.level-right {
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-ms-flex-preferred-size: auto;
	-webkit-box-flex: 0;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.level-left .level-item.is-flexible,.level-right .level-item.is-flexible {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

@media print,screen and (min-width:769px) {
	.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child) {
		margin-right: .75rem;
	}
}

.level-left {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

@media screen and (max-width:768px) {
	.level-left+.level-right {
		margin-top: 1.5rem;
	}
}

@media print,screen and (min-width:769px) {
	.level-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

.level-right {
	-ms-flex-align: center;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

@media print,screen and (min-width:769px) {
	.level-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

.media {
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	text-align: left;
}

.media .content:not(:last-child) {
	margin-bottom: .75rem;
}

.media .media {
	border-top: 1px solid hsla(0,0%,85.9%,.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding-top: .75rem;
}

.media .media .content:not(:last-child),.media .media .control:not(:last-child) {
	margin-bottom: .5rem;
}

.media .media .media {
	padding-top: .5rem;
}

.media .media .media+.media {
	margin-top: .5rem;
}

.media+.media {
	border-top: 1px solid hsla(0,0%,85.9%,.5);
	margin-top: 1rem;
	padding-top: 1rem;
}

.media.is-large+.media {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.media-left,.media-right {
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-ms-flex-preferred-size: auto;
	-webkit-box-flex: 0;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.media-left {
	margin-right: 1rem;
}

.media-right {
	margin-left: 1rem;
}

.media-content {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: auto;
	-webkit-box-flex: 1;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	text-align: left;
}

.menu {
	font-size: 1rem;
}

.menu.is-small {
	font-size: .75rem;
}

.menu.is-medium {
	font-size: 1rem;
}

.menu.is-large {
	font-size: 1.5rem;
}

.menu-list {
	line-height: 1.25;
}

.menu-list a {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	color: #4a4a4a;
	display: block;
	padding: .5em .75em;
}

.menu-list a:hover {
	background-color: #f5f5f5;
	color: #363636;
}

.menu-list a.is-active {
	background-color: #3273dc;
	color: #fff;
}

.menu-list li ul {
	border-left: 1px solid #dbdbdb;
	margin: .75em;
	padding-left: .75em;
}

.menu-label {
	color: #7a7a7a;
	font-size: .75em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.menu-label:not(:first-child) {
	margin-top: 1em;
}

.menu-label:not(:last-child) {
	margin-bottom: 1em;
}

.message {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	font-size: 1rem;
}

.message strong {
	color: currentColor;
}

.message a:not(.button):not(.tag) {
	color: currentColor;
	text-decoration: underline;
}

.message.is-small {
	font-size: .75rem;
}

.message.is-medium {
	font-size: 1rem;
}

.message.is-large {
	font-size: 1.5rem;
}

.message.is-white {
	background-color: #fff;
}

.message.is-white .message-header {
	background-color: #fff;
	color: #0a0a0a;
}

.message.is-white .message-body {
	border-color: #fff;
	color: #4d4d4d;
}

.message.is-black {
	background-color: #fafafa;
}

.message.is-black .message-header {
	background-color: #0a0a0a;
	color: #fff;
}

.message.is-black .message-body {
	border-color: #0a0a0a;
	color: #090909;
}

.message.is-light {
	background-color: #fafafa;
}

.message.is-light .message-header {
	background-color: #f5f5f5;
	color: #363636;
}

.message.is-light .message-body {
	border-color: #f5f5f5;
	color: #505050;
}

.message.is-dark {
	background-color: #fafafa;
}

.message.is-dark .message-header {
	background-color: #363636;
	color: #f5f5f5;
}

.message.is-dark .message-body {
	border-color: #363636;
	color: #2a2a2a;
}

.message.is-primary {
	background-color: #f7fdf9;
}

.message.is-primary .message-header {
	background-color: #2acc62;
	color: #fff;
}

.message.is-primary .message-body {
	border-color: #2acc62;
	color: #11351e;
}

.message.is-link {
	background-color: #f6f9fe;
}

.message.is-link .message-header {
	background-color: #3273dc;
	color: #fff;
}

.message.is-link .message-body {
	border-color: #3273dc;
	color: #22509a;
}

.message.is-info {
	background-color: #f6fbfe;
}

.message.is-info .message-header {
	background-color: #209cee;
	color: #fff;
}

.message.is-info .message-body {
	border-color: #209cee;
	color: #12537e;
}

.message.is-success {
	background-color: #f6fef9;
}

.message.is-success .message-header {
	background-color: #23d160;
	color: #fff;
}

.message.is-success .message-body {
	border-color: #23d160;
	color: #0e301a;
}

.message.is-warning {
	background-color: #fffdf5;
}

.message.is-warning .message-header {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.message.is-warning .message-body {
	border-color: #ffdd57;
	color: #3b3108;
}

.message.is-danger {
	background-color: #fff5f7;
}

.message.is-danger .message-header {
	background-color: #ff3860;
	color: #fff;
}

.message.is-danger .message-body {
	border-color: #ff3860;
	color: #cd0930;
}

.message-header {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	background-color: #4a4a4a;
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-weight: 700;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	line-height: 1.25;
	padding: .75em 1em;
	position: relative;
}

.message-header .delete {
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	margin-left: .75em;
}

.message-header+.message-body {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	border-width: 0;
}

.message-body {
	border: solid #dbdbdb;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	border-width: 0 0 0 4px;
	color: #4a4a4a;
	padding: 1.25em 1.5em;
}

.message-body code,.message-body pre {
	background-color: #fff;
}

.message-body pre code {
	background-color: transparent;
}

.modal {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: none;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 1001;
}

.modal.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.modal-background {
	background-color: rgba(10,10,10,.86);
}

.modal-card,.modal-content {
	margin: 0 20px;
	max-height: -webkit-calc(100vh - 160px);
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%;
}

@media print,screen and (min-width:769px) {
	.modal-card,.modal-content {
		margin: 0 auto;
		max-height: -webkit-calc(100vh - 40px);
		max-height: calc(100vh - 40px);
		width: 640px;
	}
}

.modal-close {
	background: none;
	height: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px;
}

.modal-card {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	max-height: -webkit-calc(100vh - 40px);
	max-height: calc(100vh - 40px);
	overflow: hidden;
}

.modal-card,.modal-card-foot,.modal-card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.modal-card-foot,.modal-card-head {
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	background-color: #f5f5f5;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	padding: 20px;
	position: relative;
}

.modal-card-head {
	border-bottom: 1px solid #dbdbdb;
	-webkit-border-top-left-radius: 6px;
	        border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	        border-top-right-radius: 6px;
}

.modal-card-title {
	-ms-flex-negative: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	color: #363636;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
}

.modal-card-foot {
	-webkit-border-bottom-left-radius: 6px;
	        border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	        border-bottom-right-radius: 6px;
	border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
	margin-right: 10px;
}

.modal-card-body {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	overflow: auto;
	padding: 20px;
}

.navbar {
	background-color: #fff;
	min-height: 4rem;
	position: relative;
	z-index: 30;
}

.navbar.is-white {
	background-color: #fff;
	color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item {
	color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link:after {
	border-color: #0a0a0a;
}

@media screen and (min-width:1088px) {
	.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item {
		color: #0a0a0a;
	}

	.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:hover {
		background-color: #f2f2f2;
		color: #0a0a0a;
	}

	.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after {
		border-color: #0a0a0a;
	}

	.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #f2f2f2;
		color: #0a0a0a;
	}

	.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
		background-color: #fff;
		color: #0a0a0a;
	}
}

.navbar.is-black {
	background-color: #0a0a0a;
	color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:hover {
	background-color: #000;
	color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:hover {
		background-color: #000;
		color: #fff;
	}

	.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #000;
		color: #fff;
	}

	.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
		background-color: #0a0a0a;
		color: #fff;
	}
}

.navbar.is-light {
	background-color: #f5f5f5;
	color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item {
	color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:hover {
	background-color: #e8e8e8;
	color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link:after {
	border-color: #363636;
}

@media screen and (min-width:1088px) {
	.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item {
		color: #363636;
	}

	.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:hover {
		background-color: #e8e8e8;
		color: #363636;
	}

	.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after {
		border-color: #363636;
	}

	.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #e8e8e8;
		color: #363636;
	}

	.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #363636;
	}
}

.navbar.is-dark {
	background-color: #363636;
	color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item {
	color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:hover {
	background-color: #292929;
	color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link:after {
	border-color: #f5f5f5;
}

@media screen and (min-width:1088px) {
	.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item {
		color: #f5f5f5;
	}

	.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:hover {
		background-color: #292929;
		color: #f5f5f5;
	}

	.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after {
		border-color: #f5f5f5;
	}

	.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #292929;
		color: #f5f5f5;
	}

	.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
		background-color: #363636;
		color: #f5f5f5;
	}
}

.navbar.is-primary {
	background-color: #2acc62;
	color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:hover {
	background-color: #26b758;
	color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:hover {
		background-color: #26b758;
		color: #fff;
	}

	.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #26b758;
		color: #fff;
	}

	.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
		background-color: #2acc62;
		color: #fff;
	}
}

.navbar.is-link {
	background-color: #3273dc;
	color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:hover {
		background-color: #2366d1;
		color: #fff;
	}

	.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #2366d1;
		color: #fff;
	}

	.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
		background-color: #3273dc;
		color: #fff;
	}
}

.navbar.is-info {
	background-color: #209cee;
	color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:hover {
	background-color: #118fe4;
	color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:hover {
		background-color: #118fe4;
		color: #fff;
	}

	.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #118fe4;
		color: #fff;
	}

	.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
		background-color: #209cee;
		color: #fff;
	}
}

.navbar.is-success {
	background-color: #23d160;
	color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:hover {
	background-color: #20bc56;
	color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:hover {
		background-color: #20bc56;
		color: #fff;
	}

	.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #20bc56;
		color: #fff;
	}

	.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
		background-color: #23d160;
		color: #fff;
	}
}

.navbar.is-warning {
	background-color: #ffdd57;
}

.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item {
	color: rgba(0,0,0,.7);
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0,0,0,.7);
}

.navbar.is-warning .navbar-brand .navbar-link:after {
	border-color: rgba(0,0,0,.7);
}

@media screen and (min-width:1088px) {
	.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item {
		color: rgba(0,0,0,.7);
	}

	.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:hover {
		background-color: #ffd83d;
		color: rgba(0,0,0,.7);
	}

	.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after {
		border-color: rgba(0,0,0,.7);
	}

	.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #ffd83d;
		color: rgba(0,0,0,.7);
	}

	.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
		background-color: #ffdd57;
		color: rgba(0,0,0,.7);
	}
}

.navbar.is-danger {
	background-color: #ff3860;
	color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item {
	color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:hover {
	background-color: #ff1f4b;
	color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link:after {
	border-color: #fff;
}

@media screen and (min-width:1088px) {
	.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item {
		color: #fff;
	}

	.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:hover {
		background-color: #ff1f4b;
		color: #fff;
	}

	.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after {
		border-color: #fff;
	}

	.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
		background-color: #ff1f4b;
		color: #fff;
	}

	.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
		background-color: #ff3860;
		color: #fff;
	}
}

.navbar>.container {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	min-height: 4rem;
	width: 100%;
}

.navbar.has-shadow {
	-webkit-box-shadow: 0 2px 0 0 #f5f5f5;
	box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar.is-fixed-bottom,.navbar.is-fixed-top {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	z-index: 30;
}

.navbar.is-fixed-bottom {
	bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
	-webkit-box-shadow: 0 -2px 0 0 #f5f5f5;
	box-shadow: 0 -2px 0 0 #f5f5f5;
}

.navbar.is-fixed-top {
	top: 0;
}

body.has-navbar-fixed-top,html.has-navbar-fixed-top {
	padding-top: 4rem;
}

body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom {
	padding-bottom: 4rem;
}

.navbar-brand,.navbar-tabs {
	-ms-flex-align: stretch;
	-ms-flex-negative: 0;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	min-height: 4rem;
}

.navbar-brand a.navbar-item:hover {
	background-color: transparent;
}

.navbar-tabs {
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;
}

.navbar-burger {
	cursor: pointer;
	display: block;
	height: 4rem;
	margin-left: auto;
	position: relative;
	width: 4rem;
}

.navbar-burger span {
	-webkit-transform-origin: center;
	-webkit-transition-duration: 86ms;
	-webkit-transition-property: background-color,opacity,-webkit-transform;
	-webkit-transition-timing-function: ease-out;
	background-color: currentColor;
	display: block;
	height: 1px;
	left: -webkit-calc(50% - 8px);
	left: calc(50% - 8px);
	position: absolute;
	-ms-transform-origin: center;
	 -o-transform-origin: center;
	    transform-origin: center;
	-o-transition-duration: 86ms;
	   transition-duration: 86ms;
	transition-property: background-color,opacity,-webkit-transform;
	-o-transition-property: background-color,opacity,-o-transform;
	transition-property: background-color,opacity,transform;
	transition-property: background-color,opacity,transform,-webkit-transform,-o-transform;
	transition-property: background-color,opacity,transform,-webkit-transform;
	-o-transition-timing-function: ease-out;
	   transition-timing-function: ease-out;
	width: 16px;
}

.navbar-burger span:first-child {
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
	top: -webkit-calc(50% + 4px);
	top: calc(50% + 4px);
}

.navbar-burger:hover {
	background-color: rgba(0,0,0,.05);
}

.navbar-burger.is-active span:first-child {
	-webkit-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	 -o-transform: translateY(5px) rotate(45deg);
	    transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	 -o-transform: translateY(-5px) rotate(-45deg);
	    transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
	display: none;
}

.navbar-item,.navbar-link {
	color: #4a4a4a;
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	position: relative;
}

.navbar-item .icon:only-child,.navbar-link .icon:only-child {
	margin-left: -.25rem;
	margin-right: -.25rem;
}

.navbar-link,a.navbar-item {
	cursor: pointer;
}

.navbar-link.is-active,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:hover {
	background-color: #fafafa;
	color: #3273dc;
}

.navbar-item {
	-ms-flex-negative: 0;
	-ms-flex-positive: 0;
	-webkit-box-flex: 0;
	display: block;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.navbar-item img {
	max-height: 1.75rem;
}

.navbar-item.has-dropdown {
	padding: 0;
}

.navbar-item.is-expanded {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
}

.navbar-item.is-tab {
	border-bottom: 1px solid transparent;
	min-height: 4rem;
	padding-bottom: -webkit-calc(.5rem - 1px);
	padding-bottom: calc(.5rem - 1px);
}

.navbar-item.is-tab:hover {
	background-color: transparent;
	border-bottom-color: #3273dc;
}

.navbar-item.is-tab.is-active {
	background-color: transparent;
	border-bottom: 3px solid #3273dc;
	color: #3273dc;
	padding-bottom: -webkit-calc(.5rem - 3px);
	padding-bottom: calc(.5rem - 3px);
}

.navbar-content {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
}

.navbar-link {
	padding-right: 2.5em;
}

.navbar-link:after {
	border-color: #3273dc;
	margin-top: -.375em;
	right: 1.125em;
}

.navbar-dropdown {
	font-size: .875rem;
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.navbar-dropdown .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.navbar-divider {
	background-color: #f5f5f5;
	border: none;
	display: none;
	height: 2px;
	margin: .5rem 0;
}

@media screen and (max-width:1087px) {
	.navbar>.container {
		display: block;
	}

	.navbar-brand .navbar-item,.navbar-tabs .navbar-item {
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.navbar-link:after {
		display: none;
	}

	.navbar-menu {
		-webkit-box-shadow: 0 8px 16px rgba(10,10,10,.1);
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(10,10,10,.1);
		padding: .5rem 0;
	}

	.navbar-menu.is-active {
		display: block;
	}

	.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.navbar.is-fixed-bottom-touch {
		bottom: 0;
	}

	.navbar.is-fixed-bottom-touch.has-shadow {
		-webkit-box-shadow: 0 -2px 3px rgba(10,10,10,.1);
		box-shadow: 0 -2px 3px rgba(10,10,10,.1);
	}

	.navbar.is-fixed-top-touch {
		top: 0;
	}

	.navbar.is-fixed-top-touch .navbar-menu,.navbar.is-fixed-top .navbar-menu {
		-webkit-overflow-scrolling: touch;
		max-height: -webkit-calc(100vh - 4rem);
		max-height: calc(100vh - 4rem);
		overflow: auto;
	}

	body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch {
		padding-top: 4rem;
	}

	body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch {
		padding-bottom: 4rem;
	}
}

@media screen and (min-width:1088px) {
	.navbar,.navbar-end,.navbar-menu,.navbar-start {
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		   -moz-box-align: stretch;
		        align-items: stretch;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.navbar {
		min-height: 4rem;
	}

	.navbar.is-spaced {
		padding: 1rem 2rem;
	}

	.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start {
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		        align-items: center;
	}

	.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item {
		-webkit-border-radius: 4px;
		        border-radius: 4px;
	}

	.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:hover {
		background-color: transparent!important;
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a;
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #3273dc;
	}

	.navbar-burger {
		display: none;
	}

	.navbar-item,.navbar-link {
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		        align-items: center;
	}

	.navbar-item,.navbar-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.navbar-item.has-dropdown {
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		   -moz-box-align: stretch;
		        align-items: stretch;
	}

	.navbar-item.has-dropdown-up .navbar-link:after {
		-webkit-transform: rotate(135deg) translate(.25em,-.25em);
		-ms-transform: rotate(135deg) translate(.25em,-.25em);
		 -o-transform: rotate(135deg) translate(.25em,-.25em);
		    transform: rotate(135deg) translate(.25em,-.25em);
	}

	.navbar-item.has-dropdown-up .navbar-dropdown {
		-webkit-box-shadow: 0 -8px 8px rgba(10,10,10,.1);
		border-bottom: 2px solid #dbdbdb;
		-webkit-border-radius: 6px 6px 0 0;
		        border-radius: 6px 6px 0 0;
		border-top: none;
		bottom: 100%;
		box-shadow: 0 -8px 8px rgba(10,10,10,.1);
		top: auto;
	}

	.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}

	.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
		-webkit-transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
		-ms-transform: translateY(0);
		 -o-transform: translateY(0);
		    transform: translateY(0);
	}

	.navbar-menu {
		-ms-flex-negative: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
		-webkit-flex-shrink: 0;
		        flex-shrink: 0;
	}

	.navbar-start {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		   -moz-box-pack: start;
		        justify-content: flex-start;
		margin-right: auto;
	}

	.navbar-end {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		   -moz-box-pack: end;
		        justify-content: flex-end;
		margin-left: auto;
	}

	.navbar-dropdown {
		-webkit-box-shadow: 0 8px 8px rgba(10,10,10,.1);
		background-color: #fff;
		-webkit-border-bottom-left-radius: 6px;
		        border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		        border-bottom-right-radius: 6px;
		border-top: 2px solid #dbdbdb;
		box-shadow: 0 8px 8px rgba(10,10,10,.1);
		display: none;
		font-size: .875rem;
		left: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20;
	}

	.navbar-dropdown .navbar-item {
		padding: .375rem 1rem;
		white-space: nowrap;
	}

	.navbar-dropdown a.navbar-item {
		padding-right: 3rem;
	}

	.navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #0a0a0a;
	}

	.navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #3273dc;
	}

	.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown {
		-webkit-box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
		-webkit-transform: translateY(-5px);
		-webkit-transition-duration: 86ms;
		-webkit-transition-property: opacity,-webkit-transform;
		-webkit-border-radius: 6px;
		        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: -webkit-calc(100% + -4px);
		top: calc(100% + -4px);
		-ms-transform: translateY(-5px);
		 -o-transform: translateY(-5px);
		    transform: translateY(-5px);
		-o-transition-duration: 86ms;
		   transition-duration: 86ms;
		transition-property: opacity,-webkit-transform;
		-o-transition-property: opacity,-o-transform;
		transition-property: opacity,transform;
		transition-property: opacity,transform,-webkit-transform,-o-transform;
		transition-property: opacity,transform,-webkit-transform;
	}

	.navbar-dropdown.is-right {
		left: auto;
		right: 0;
	}

	.navbar-divider {
		display: block;
	}

	.container>.navbar .navbar-brand,.navbar>.container .navbar-brand {
		margin-left: -1rem;
	}

	.container>.navbar .navbar-menu,.navbar>.container .navbar-menu {
		margin-right: -1rem;
	}

	.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.navbar.is-fixed-bottom-desktop {
		bottom: 0;
	}

	.navbar.is-fixed-bottom-desktop.has-shadow {
		-webkit-box-shadow: 0 -2px 3px rgba(10,10,10,.1);
		box-shadow: 0 -2px 3px rgba(10,10,10,.1);
	}

	.navbar.is-fixed-top-desktop {
		top: 0;
	}

	body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop {
		padding-top: 4rem;
	}

	body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop {
		padding-bottom: 4rem;
	}

	body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top {
		padding-top: 6rem;
	}

	body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom {
		padding-bottom: 6rem;
	}

	.navbar-link.is-active,a.navbar-item.is-active {
		color: #0a0a0a;
	}

	.navbar-link.is-active:not(:hover),a.navbar-item.is-active:not(:hover) {
		background-color: transparent;
	}

	.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:hover .navbar-link {
		background-color: #fafafa;
	}
}

.pagination {
	font-size: 1rem;
	margin: -.25rem;
}

.pagination.is-small {
	font-size: .75rem;
}

.pagination.is-medium {
	font-size: 1rem;
}

.pagination.is-large {
	font-size: 1.5rem;
}

.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}

.pagination.is-rounded .pagination-link {
	-webkit-border-radius: 290486px;
	        border-radius: 290486px;
}

.pagination,.pagination-list {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	text-align: center;
}

.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	font-size: 1em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	margin: .25rem;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
}

.pagination-link,.pagination-next,.pagination-previous {
	border-color: #dce1e8;
	color: #363636;
	min-width: 2.25em;
}

.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover {
	border-color: #b5b5b5;
	color: #363636;
}

.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus {
	border-color: #3273dc;
}

.pagination-link:active,.pagination-next:active,.pagination-previous:active {
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
}

.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled] {
	-webkit-box-shadow: none;
	background-color: #dce1e8;
	border-color: #dce1e8;
	box-shadow: none;
	color: #7a7a7a;
	opacity: .5;
}

.pagination-next,.pagination-previous {
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}

.pagination-link.is-current {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
}

.pagination-ellipsis {
	color: #b5b5b5;
	pointer-events: none;
}

.pagination-list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media screen and (max-width:768px) {
	.pagination {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.pagination-list li,.pagination-next,.pagination-previous {
		-ms-flex-negative: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
		-webkit-flex-shrink: 1;
		        flex-shrink: 1;
	}
}

@media print,screen and (min-width:769px) {
	.pagination-list {
		-ms-flex-negative: 1;
		-ms-flex-order: 1;
		-ms-flex-pack: start;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-box-pack: start;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		        flex-grow: 1;
		-webkit-flex-shrink: 1;
		        flex-shrink: 1;
		-webkit-justify-content: flex-start;
		   -moz-box-pack: start;
		        justify-content: flex-start;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
		        order: 1;
	}

	.pagination-previous {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		        order: 2;
	}

	.pagination-next {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		   -moz-box-ordinal-group: 4;
		        order: 3;
	}

	.pagination {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		        justify-content: space-between;
	}

	.pagination.is-centered .pagination-previous {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
		        order: 1;
	}

	.pagination.is-centered .pagination-list {
		-ms-flex-order: 2;
		-ms-flex-pack: center;
		-webkit-box-ordinal-group: 3;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		        justify-content: center;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		        order: 2;
	}

	.pagination.is-centered .pagination-next {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		   -moz-box-ordinal-group: 4;
		        order: 3;
	}

	.pagination.is-right .pagination-previous {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
		        order: 1;
	}

	.pagination.is-right .pagination-next {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		        order: 2;
	}

	.pagination.is-right .pagination-list {
		-ms-flex-order: 3;
		-ms-flex-pack: end;
		-webkit-box-ordinal-group: 4;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		   -moz-box-pack: end;
		        justify-content: flex-end;
		-webkit-order: 3;
		   -moz-box-ordinal-group: 4;
		        order: 3;
	}
}

.panel {
	font-size: 1rem;
}

.panel:not(:last-child) {
	margin-bottom: 1.5rem;
}

.panel-block,.panel-heading,.panel-tabs {
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child {
	border-top: 1px solid #dbdbdb;
}

.panel-heading {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
	color: #363636;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.25;
	padding: .5em .75em;
}

.panel-tabs {
	-ms-flex-align: end;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-webkit-box-pack: center;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: .875em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.panel-tabs a {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: -1px;
	padding: .5em;
}

.panel-tabs a.is-active {
	border-bottom-color: #4a4a4a;
	color: #363636;
}

.panel-list a {
	color: #4a4a4a;
}

.panel-list a:hover {
	color: #3273dc;
}

.panel-block {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	padding: .5em .75em;
}

.panel-block input[type=checkbox] {
	margin-right: .75em;
}

.panel-block>.control {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	width: 100%;
}

.panel-block.is-wrapped {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.panel-block.is-active {
	border-left-color: #3273dc;
	color: #363636;
}

.panel-block.is-active .panel-icon {
	color: #3273dc;
}

a.panel-block,label.panel-block {
	cursor: pointer;
}

a.panel-block:hover,label.panel-block:hover {
	background-color: #f5f5f5;
}

.panel-icon {
	color: #7a7a7a;
	display: inline-block;
	font-size: 14px;
	height: 1em;
	line-height: 1em;
	margin-right: .75em;
	text-align: center;
	vertical-align: top;
	width: 1em;
}

.panel-icon .fa {
	font-size: inherit;
	line-height: inherit;
}

.tabs {
	-ms-flex-align: stretch;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-pack: justify;
	-webkit-overflow-scrolling: touch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	font-size: 1rem;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.tabs,.tabs a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.tabs a {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	border-bottom: 1px solid #dbdbdb;
	color: #4a4a4a;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top;
}

.tabs a:hover {
	border-bottom-color: #363636;
	color: #363636;
}

.tabs li {
	display: block;
}

.tabs li.is-active a {
	border-bottom-color: #3273dc;
	color: #3273dc;
}

.tabs ul {
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	-ms-flex-pack: start;
	-ms-flex-positive: 1;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	border-bottom: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

.tabs ul.is-center,.tabs ul.is-left {
	padding-right: .75em;
}

.tabs ul.is-center {
	-ms-flex: none;
	-ms-flex-pack: center;
	-webkit-box-flex: 0;
	-webkit-box-pack: center;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	padding-left: .75em;
}

.tabs ul.is-right {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
	padding-left: .75em;
}

.tabs .icon:first-child {
	margin-right: .5em;
}

.tabs .icon:last-child {
	margin-left: .5em;
}

.tabs.is-centered ul {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.tabs.is-right ul {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.tabs.is-boxed a {
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
	background-color: #f5f5f5;
	border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
	background-color: #fff;
	border-bottom-color: transparent!important;
	border-color: #dbdbdb;
}

.tabs.is-fullwidth li {
	-ms-flex-negative: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.tabs.is-toggle a {
	border: 1px solid #dbdbdb;
	margin-bottom: 0;
	position: relative;
}

.tabs.is-toggle a:hover {
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	z-index: 2;
}

.tabs.is-toggle li+li {
	margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
	background-color: #3273dc;
	border-color: #3273dc;
	color: #fff;
	z-index: 1;
}

.tabs.is-toggle ul {
	border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
	-webkit-border-bottom-left-radius: 290486px;
	        border-bottom-left-radius: 290486px;
	-webkit-border-top-left-radius: 290486px;
	        border-top-left-radius: 290486px;
	padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
	-webkit-border-bottom-right-radius: 290486px;
	        border-bottom-right-radius: 290486px;
	-webkit-border-top-right-radius: 290486px;
	        border-top-right-radius: 290486px;
	padding-right: 1.25em;
}

.tabs.is-small {
	font-size: .75rem;
}

.tabs.is-medium {
	font-size: 1rem;
}

.tabs.is-large {
	font-size: 1.5rem;
}

.column {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-flex: 1;
	display: block;
	-webkit-flex-basis: 0;
	        flex-basis: 0;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	padding: .75rem;
}

.columns.is-mobile>.column.is-full,.columns.is-mobile>.column.is-narrow {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
}

.columns.is-mobile>.column.is-full {
	width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 50%;
}

.columns.is-mobile>.column.is-one-third {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
	margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
	margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
	margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
	margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
	margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
	margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
	margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
	margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
	margin-left: 80%;
}

.columns.is-mobile>.column.is-1 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
	margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
	margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
	margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
	margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
	margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
	margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
	margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
	margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
	margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
	margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
	margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12 {
	-ms-flex: none;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	        flex: none;
	width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
	margin-left: 100%;
}

@media screen and (max-width:768px) {
	.column.is-full-mobile,.column.is-narrow-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full-mobile {
		width: 100%;
	}

	.column.is-three-quarters-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-mobile {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-mobile {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-mobile {
		margin-left: 50%;
	}

	.column.is-offset-one-third-mobile {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-mobile {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-mobile {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-mobile {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-mobile {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-mobile {
		margin-left: 80%;
	}

	.column.is-1-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-mobile {
		margin-left: 8.33333%;
	}

	.column.is-2-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-mobile {
		margin-left: 16.66667%;
	}

	.column.is-3-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3-mobile {
		margin-left: 25%;
	}

	.column.is-4-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-mobile {
		margin-left: 33.33333%;
	}

	.column.is-5-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-mobile {
		margin-left: 41.66667%;
	}

	.column.is-6-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6-mobile {
		margin-left: 50%;
	}

	.column.is-7-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-mobile {
		margin-left: 58.33333%;
	}

	.column.is-8-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-mobile {
		margin-left: 66.66667%;
	}

	.column.is-9-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9-mobile {
		margin-left: 75%;
	}

	.column.is-10-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-mobile {
		margin-left: 83.33333%;
	}

	.column.is-11-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-mobile {
		margin-left: 91.66667%;
	}

	.column.is-12-mobile {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12-mobile {
		margin-left: 100%;
	}
}

@media print,screen and (min-width:769px) {
	.column.is-full,.column.is-full-tablet,.column.is-narrow,.column.is-narrow-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full,.column.is-full-tablet {
		width: 100%;
	}

	.column.is-three-quarters,.column.is-three-quarters-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds,.column.is-two-thirds-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half,.column.is-half-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third,.column.is-one-third-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter,.column.is-one-quarter-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth,.column.is-one-fifth-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths,.column.is-two-fifths-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths,.column.is-three-fifths-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths,.column.is-four-fifths-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet {
		margin-left: 66.6666%;
	}

	.column.is-offset-half,.column.is-offset-half-tablet {
		margin-left: 50%;
	}

	.column.is-offset-one-third,.column.is-offset-one-third-tablet {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet {
		margin-left: 80%;
	}

	.column.is-1,.column.is-1-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1,.column.is-offset-1-tablet {
		margin-left: 8.33333%;
	}

	.column.is-2,.column.is-2-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2,.column.is-offset-2-tablet {
		margin-left: 16.66667%;
	}

	.column.is-3,.column.is-3-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3,.column.is-offset-3-tablet {
		margin-left: 25%;
	}

	.column.is-4,.column.is-4-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4,.column.is-offset-4-tablet {
		margin-left: 33.33333%;
	}

	.column.is-5,.column.is-5-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5,.column.is-offset-5-tablet {
		margin-left: 41.66667%;
	}

	.column.is-6,.column.is-6-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6,.column.is-offset-6-tablet {
		margin-left: 50%;
	}

	.column.is-7,.column.is-7-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7,.column.is-offset-7-tablet {
		margin-left: 58.33333%;
	}

	.column.is-8,.column.is-8-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8,.column.is-offset-8-tablet {
		margin-left: 66.66667%;
	}

	.column.is-9,.column.is-9-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9,.column.is-offset-9-tablet {
		margin-left: 75%;
	}

	.column.is-10,.column.is-10-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10,.column.is-offset-10-tablet {
		margin-left: 83.33333%;
	}

	.column.is-11,.column.is-11-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11,.column.is-offset-11-tablet {
		margin-left: 91.66667%;
	}

	.column.is-12,.column.is-12-tablet {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12,.column.is-offset-12-tablet {
		margin-left: 100%;
	}
}

@media screen and (max-width:1087px) {
	.column.is-full-touch,.column.is-narrow-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full-touch {
		width: 100%;
	}

	.column.is-three-quarters-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-touch {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-touch {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-touch {
		margin-left: 50%;
	}

	.column.is-offset-one-third-touch {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-touch {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-touch {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-touch {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-touch {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-touch {
		margin-left: 80%;
	}

	.column.is-1-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-touch {
		margin-left: 8.33333%;
	}

	.column.is-2-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-touch {
		margin-left: 16.66667%;
	}

	.column.is-3-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3-touch {
		margin-left: 25%;
	}

	.column.is-4-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-touch {
		margin-left: 33.33333%;
	}

	.column.is-5-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-touch {
		margin-left: 41.66667%;
	}

	.column.is-6-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6-touch {
		margin-left: 50%;
	}

	.column.is-7-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-touch {
		margin-left: 58.33333%;
	}

	.column.is-8-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-touch {
		margin-left: 66.66667%;
	}

	.column.is-9-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9-touch {
		margin-left: 75%;
	}

	.column.is-10-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-touch {
		margin-left: 83.33333%;
	}

	.column.is-11-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-touch {
		margin-left: 91.66667%;
	}

	.column.is-12-touch {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12-touch {
		margin-left: 100%;
	}
}

@media screen and (min-width:1088px) {
	.column.is-full-desktop,.column.is-narrow-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full-desktop {
		width: 100%;
	}

	.column.is-three-quarters-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-desktop {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-desktop {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-desktop {
		margin-left: 50%;
	}

	.column.is-offset-one-third-desktop {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-desktop {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-desktop {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-desktop {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-desktop {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-desktop {
		margin-left: 80%;
	}

	.column.is-1-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-desktop {
		margin-left: 8.33333%;
	}

	.column.is-2-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-desktop {
		margin-left: 16.66667%;
	}

	.column.is-3-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3-desktop {
		margin-left: 25%;
	}

	.column.is-4-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-desktop {
		margin-left: 33.33333%;
	}

	.column.is-5-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-desktop {
		margin-left: 41.66667%;
	}

	.column.is-6-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6-desktop {
		margin-left: 50%;
	}

	.column.is-7-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-desktop {
		margin-left: 58.33333%;
	}

	.column.is-8-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-desktop {
		margin-left: 66.66667%;
	}

	.column.is-9-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9-desktop {
		margin-left: 75%;
	}

	.column.is-10-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-desktop {
		margin-left: 83.33333%;
	}

	.column.is-11-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-desktop {
		margin-left: 91.66667%;
	}

	.column.is-12-desktop {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12-desktop {
		margin-left: 100%;
	}
}

@media screen and (min-width:1280px) {
	.column.is-full-widescreen,.column.is-narrow-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full-widescreen {
		width: 100%;
	}

	.column.is-three-quarters-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-widescreen {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-widescreen {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-widescreen {
		margin-left: 50%;
	}

	.column.is-offset-one-third-widescreen {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-widescreen {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-widescreen {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-widescreen {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-widescreen {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-widescreen {
		margin-left: 80%;
	}

	.column.is-1-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-widescreen {
		margin-left: 8.33333%;
	}

	.column.is-2-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-widescreen {
		margin-left: 16.66667%;
	}

	.column.is-3-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3-widescreen {
		margin-left: 25%;
	}

	.column.is-4-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-widescreen {
		margin-left: 33.33333%;
	}

	.column.is-5-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-widescreen {
		margin-left: 41.66667%;
	}

	.column.is-6-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6-widescreen {
		margin-left: 50%;
	}

	.column.is-7-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-widescreen {
		margin-left: 58.33333%;
	}

	.column.is-8-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-widescreen {
		margin-left: 66.66667%;
	}

	.column.is-9-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9-widescreen {
		margin-left: 75%;
	}

	.column.is-10-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-widescreen {
		margin-left: 83.33333%;
	}

	.column.is-11-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-widescreen {
		margin-left: 91.66667%;
	}

	.column.is-12-widescreen {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12-widescreen {
		margin-left: 100%;
	}
}

@media screen and (min-width:1472px) {
	.column.is-full-fullhd,.column.is-narrow-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.column.is-full-fullhd {
		width: 100%;
	}

	.column.is-three-quarters-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-two-thirds-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.6666%;
	}

	.column.is-half-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-one-third-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.3333%;
	}

	.column.is-one-quarter-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-one-fifth-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 20%;
	}

	.column.is-two-fifths-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 40%;
	}

	.column.is-three-fifths-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 60%;
	}

	.column.is-four-fifths-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 80%;
	}

	.column.is-offset-three-quarters-fullhd {
		margin-left: 75%;
	}

	.column.is-offset-two-thirds-fullhd {
		margin-left: 66.6666%;
	}

	.column.is-offset-half-fullhd {
		margin-left: 50%;
	}

	.column.is-offset-one-third-fullhd {
		margin-left: 33.3333%;
	}

	.column.is-offset-one-quarter-fullhd {
		margin-left: 25%;
	}

	.column.is-offset-one-fifth-fullhd {
		margin-left: 20%;
	}

	.column.is-offset-two-fifths-fullhd {
		margin-left: 40%;
	}

	.column.is-offset-three-fifths-fullhd {
		margin-left: 60%;
	}

	.column.is-offset-four-fifths-fullhd {
		margin-left: 80%;
	}

	.column.is-1-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 8.33333%;
	}

	.column.is-offset-1-fullhd {
		margin-left: 8.33333%;
	}

	.column.is-2-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 16.66667%;
	}

	.column.is-offset-2-fullhd {
		margin-left: 16.66667%;
	}

	.column.is-3-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 25%;
	}

	.column.is-offset-3-fullhd {
		margin-left: 25%;
	}

	.column.is-4-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 33.33333%;
	}

	.column.is-offset-4-fullhd {
		margin-left: 33.33333%;
	}

	.column.is-5-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 41.66667%;
	}

	.column.is-offset-5-fullhd {
		margin-left: 41.66667%;
	}

	.column.is-6-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 50%;
	}

	.column.is-offset-6-fullhd {
		margin-left: 50%;
	}

	.column.is-7-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 58.33333%;
	}

	.column.is-offset-7-fullhd {
		margin-left: 58.33333%;
	}

	.column.is-8-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 66.66667%;
	}

	.column.is-offset-8-fullhd {
		margin-left: 66.66667%;
	}

	.column.is-9-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 75%;
	}

	.column.is-offset-9-fullhd {
		margin-left: 75%;
	}

	.column.is-10-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 83.33333%;
	}

	.column.is-offset-10-fullhd {
		margin-left: 83.33333%;
	}

	.column.is-11-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 91.66667%;
	}

	.column.is-offset-11-fullhd {
		margin-left: 91.66667%;
	}

	.column.is-12-fullhd {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
		width: 100%;
	}

	.column.is-offset-12-fullhd {
		margin-left: 100%;
	}
}

.columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
}

.columns:last-child {
	margin-bottom: -.75rem;
}

.columns:not(:last-child) {
	margin-bottom: .75rem;
}

.columns.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.columns.is-gapless {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.columns.is-gapless>.column {
	margin: 0;
	padding: 0!important;
}

.columns.is-gapless:not(:last-child) {
	margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
	margin-bottom: 0;
}

.columns.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.columns.is-multiline {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.columns.is-vcentered {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

@media print,screen and (min-width:769px) {
	.columns:not(.is-desktop) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

@media screen and (min-width:1088px) {
	.columns.is-desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
}

.columns.is-variable {
	--columnGap: 0.75rem;
	margin-left: -webkit-calc(-1 * var(--columnGap));
	margin-left: calc(-1 * var(--columnGap));
	margin-right: -webkit-calc(-1 * var(--columnGap));
	margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
	padding-left: var(--columnGap);
	padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
	--columnGap: 0rem;
}

.columns.is-variable.is-1 {
	--columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
	--columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
	--columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
	--columnGap: 1rem;
}

.columns.is-variable.is-5 {
	--columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
	--columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
	--columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
	--columnGap: 2rem;
}

.tile {
	-ms-flex-align: stretch;
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	-webkit-box-align: stretch;
	-webkit-box-flex: 1;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	display: block;
	-webkit-flex-basis: 0;
	        flex-basis: 0;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content;
}

.tile.is-ancestor {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
}

.tile.is-ancestor:last-child {
	margin-bottom: -.75rem;
}

.tile.is-ancestor:not(:last-child) {
	margin-bottom: .75rem;
}

.tile.is-child {
	margin: 0!important;
}

.tile.is-parent {
	padding: .75rem;
}

.tile.is-vertical {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
	margin-bottom: 1.5rem!important;
}

@media print,screen and (min-width:769px) {
	.tile:not(.is-child) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.tile.is-1 {
		width: 8.33333%;
	}

	.tile.is-1,.tile.is-2 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-2 {
		width: 16.66667%;
	}

	.tile.is-3 {
		width: 25%;
	}

	.tile.is-3,.tile.is-4 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-4 {
		width: 33.33333%;
	}

	.tile.is-5 {
		width: 41.66667%;
	}

	.tile.is-5,.tile.is-6 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-6 {
		width: 50%;
	}

	.tile.is-7 {
		width: 58.33333%;
	}

	.tile.is-7,.tile.is-8 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-8 {
		width: 66.66667%;
	}

	.tile.is-9 {
		width: 75%;
	}

	.tile.is-9,.tile.is-10 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-10 {
		width: 83.33333%;
	}

	.tile.is-11 {
		width: 91.66667%;
	}

	.tile.is-11,.tile.is-12 {
		-ms-flex: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		   -moz-box-flex: 0;
		        flex: none;
	}

	.tile.is-12 {
		width: 100%;
	}
}

.hero {
	-ms-flex-align: stretch;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.hero .navbar {
	background: none;
}

.hero .tabs ul {
	border-bottom: none;
}

.hero.is-white {
	background-color: #fff;
	color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong {
	color: inherit;
}

.hero.is-white .title {
	color: #0a0a0a;
}

.hero.is-white .subtitle {
	color: rgba(10,10,10,.9);
}

.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong {
	color: #0a0a0a;
}

@media screen and (max-width:1087px) {
	.hero.is-white .navbar-menu {
		background-color: #fff;
	}
}

.hero.is-white .navbar-item,.hero.is-white .navbar-link {
	color: rgba(10,10,10,.7);
}

.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover {
	background-color: #f2f2f2;
	color: #0a0a0a;
}

.hero.is-white .tabs a {
	color: #0a0a0a;
	opacity: .9;
}

.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a {
	opacity: 1;
}

.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a {
	color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}

.hero.is-white.is-bold {
	background-image: -webkit-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
	background-image: -o-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
	background-image: linear-gradient(141deg,#e6e6e6,#fff 71%,#fff);
}

@media screen and (max-width:768px) {
	.hero.is-white.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
		background-image: -o-linear-gradient(309deg,#e6e6e6,#fff 71%,#fff);
		background-image: linear-gradient(141deg,#e6e6e6,#fff 71%,#fff);
	}
}

.hero.is-black {
	background-color: #0a0a0a;
	color: #fff;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong {
	color: inherit;
}

.hero.is-black .title {
	color: #fff;
}

.hero.is-black .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-black .navbar-menu {
		background-color: #0a0a0a;
	}
}

.hero.is-black .navbar-item,.hero.is-black .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover {
	background-color: #000;
	color: #fff;
}

.hero.is-black .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a {
	opacity: 1;
}

.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a {
	color: #fff;
}

.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}

.hero.is-black.is-bold {
	background-image: -webkit-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
	background-image: -o-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
	background-image: linear-gradient(141deg,#000,#0a0a0a 71%,#181616);
}

@media screen and (max-width:768px) {
	.hero.is-black.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
		background-image: -o-linear-gradient(309deg,#000,#0a0a0a 71%,#181616);
		background-image: linear-gradient(141deg,#000,#0a0a0a 71%,#181616);
	}
}

.hero.is-light {
	background-color: #f5f5f5;
	color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong {
	color: inherit;
}

.hero.is-light .title {
	color: #363636;
}

.hero.is-light .subtitle {
	color: rgba(54,54,54,.9);
}

.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong {
	color: #363636;
}

@media screen and (max-width:1087px) {
	.hero.is-light .navbar-menu {
		background-color: #f5f5f5;
	}
}

.hero.is-light .navbar-item,.hero.is-light .navbar-link {
	color: rgba(54,54,54,.7);
}

.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover {
	background-color: #e8e8e8;
	color: #363636;
}

.hero.is-light .tabs a {
	color: #363636;
	opacity: .9;
}

.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a {
	opacity: 1;
}

.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a {
	color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover {
	background-color: #363636;
	border-color: #363636;
	color: #f5f5f5;
}

.hero.is-light.is-bold {
	background-image: -webkit-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
	background-image: -o-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
	background-image: linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff);
}

@media screen and (max-width:768px) {
	.hero.is-light.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
		background-image: -o-linear-gradient(309deg,#dfd8d9,#f5f5f5 71%,#fff);
		background-image: linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff);
	}
}

.hero.is-dark {
	background-color: #363636;
	color: #f5f5f5;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong {
	color: inherit;
}

.hero.is-dark .title {
	color: #f5f5f5;
}

.hero.is-dark .subtitle {
	color: hsla(0,0%,96.1%,.9);
}

.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong {
	color: #f5f5f5;
}

@media screen and (max-width:1087px) {
	.hero.is-dark .navbar-menu {
		background-color: #363636;
	}
}

.hero.is-dark .navbar-item,.hero.is-dark .navbar-link {
	color: hsla(0,0%,96.1%,.7);
}

.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover {
	background-color: #292929;
	color: #f5f5f5;
}

.hero.is-dark .tabs a {
	color: #f5f5f5;
	opacity: .9;
}

.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a {
	opacity: 1;
}

.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a {
	color: #f5f5f5;
}

.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #363636;
}

.hero.is-dark.is-bold {
	background-image: -webkit-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
	background-image: -o-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
	background-image: linear-gradient(141deg,#1f191a,#363636 71%,#46403f);
}

@media screen and (max-width:768px) {
	.hero.is-dark.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
		background-image: -o-linear-gradient(309deg,#1f191a,#363636 71%,#46403f);
		background-image: linear-gradient(141deg,#1f191a,#363636 71%,#46403f);
	}
}

.hero.is-primary {
	background-color: #2acc62;
	color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong {
	color: inherit;
}

.hero.is-primary .title {
	color: #fff;
}

.hero.is-primary .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-primary .navbar-menu {
		background-color: #2acc62;
	}
}

.hero.is-primary .navbar-item,.hero.is-primary .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover {
	background-color: #26b758;
	color: #fff;
}

.hero.is-primary .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a {
	opacity: 1;
}

.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a {
	color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #2acc62;
}

.hero.is-primary.is-bold {
	background-image: -webkit-linear-gradient(309deg,#18ab32,#2acc62 71%,#33dc8a);
	background-image: -o-linear-gradient(309deg,#18ab32,#2acc62 71%,#33dc8a);
	background-image: linear-gradient(141deg,#18ab32,#2acc62 71%,#33dc8a);
}

@media screen and (max-width:768px) {
	.hero.is-primary.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#18ab32,#2acc62 71%,#33dc8a);
		background-image: -o-linear-gradient(309deg,#18ab32,#2acc62 71%,#33dc8a);
		background-image: linear-gradient(141deg,#18ab32,#2acc62 71%,#33dc8a);
	}
}

.hero.is-link {
	background-color: #3273dc;
	color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong {
	color: inherit;
}

.hero.is-link .title {
	color: #fff;
}

.hero.is-link .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-link .navbar-menu {
		background-color: #3273dc;
	}
}

.hero.is-link .navbar-item,.hero.is-link .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}

.hero.is-link .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-link .tabs a:hover,.hero.is-link .tabs li.is-active a {
	opacity: 1;
}

.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a {
	color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #3273dc;
}

.hero.is-link.is-bold {
	background-image: -webkit-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
	background-image: -o-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
	background-image: linear-gradient(141deg,#1577c6,#3273dc 71%,#4366e5);
}

@media screen and (max-width:768px) {
	.hero.is-link.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
		background-image: -o-linear-gradient(309deg,#1577c6,#3273dc 71%,#4366e5);
		background-image: linear-gradient(141deg,#1577c6,#3273dc 71%,#4366e5);
	}
}

.hero.is-info {
	background-color: #209cee;
	color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong {
	color: inherit;
}

.hero.is-info .title {
	color: #fff;
}

.hero.is-info .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-info .navbar-menu {
		background-color: #209cee;
	}
}

.hero.is-info .navbar-item,.hero.is-info .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover {
	background-color: #118fe4;
	color: #fff;
}

.hero.is-info .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a {
	opacity: 1;
}

.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a {
	color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #209cee;
}

.hero.is-info.is-bold {
	background-image: -webkit-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
	background-image: -o-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
	background-image: linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5);
}

@media screen and (max-width:768px) {
	.hero.is-info.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
		background-image: -o-linear-gradient(309deg,#04a6d7,#209cee 71%,#3287f5);
		background-image: linear-gradient(141deg,#04a6d7,#209cee 71%,#3287f5);
	}
}

.hero.is-success {
	background-color: #23d160;
	color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong {
	color: inherit;
}

.hero.is-success .title {
	color: #fff;
}

.hero.is-success .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-success .navbar-menu {
		background-color: #23d160;
	}
}

.hero.is-success .navbar-item,.hero.is-success .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover {
	background-color: #20bc56;
	color: #fff;
}

.hero.is-success .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a {
	opacity: 1;
}

.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a {
	color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #23d160;
}

.hero.is-success.is-bold {
	background-image: -webkit-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
	background-image: -o-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
	background-image: linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a);
}

@media screen and (max-width:768px) {
	.hero.is-success.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
		background-image: -o-linear-gradient(309deg,#12af2f,#23d160 71%,#2ce28a);
		background-image: linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a);
	}
}

.hero.is-warning {
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong {
	color: inherit;
}

.hero.is-warning .title {
	color: rgba(0,0,0,.7);
}

.hero.is-warning .subtitle {
	color: rgba(0,0,0,.9);
}

.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong {
	color: rgba(0,0,0,.7);
}

@media screen and (max-width:1087px) {
	.hero.is-warning .navbar-menu {
		background-color: #ffdd57;
	}
}

.hero.is-warning .navbar-item,.hero.is-warning .navbar-link {
	color: rgba(0,0,0,.7);
}

.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover {
	background-color: #ffd83d;
	color: rgba(0,0,0,.7);
}

.hero.is-warning .tabs a {
	color: rgba(0,0,0,.7);
	opacity: .9;
}

.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a {
	opacity: 1;
}

.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a {
	color: rgba(0,0,0,.7);
}

.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover {
	background-color: rgba(0,0,0,.7);
	border-color: rgba(0,0,0,.7);
	color: #ffdd57;
}

.hero.is-warning.is-bold {
	background-image: -webkit-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
	background-image: -o-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
	background-image: linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70);
}

@media screen and (max-width:768px) {
	.hero.is-warning.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
		background-image: -o-linear-gradient(309deg,#ffaf24,#ffdd57 71%,#fffa70);
		background-image: linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70);
	}
}

.hero.is-danger {
	background-color: #ff3860;
	color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong {
	color: inherit;
}

.hero.is-danger .title {
	color: #fff;
}

.hero.is-danger .subtitle {
	color: hsla(0,0%,100%,.9);
}

.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.hero.is-danger .navbar-menu {
		background-color: #ff3860;
	}
}

.hero.is-danger .navbar-item,.hero.is-danger .navbar-link {
	color: hsla(0,0%,100%,.7);
}

.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover {
	background-color: #ff1f4b;
	color: #fff;
}

.hero.is-danger .tabs a {
	color: #fff;
	opacity: .9;
}

.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a {
	opacity: 1;
}

.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a {
	color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover {
	background-color: rgba(10,10,10,.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #ff3860;
}

.hero.is-danger.is-bold {
	background-image: -webkit-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
	background-image: -o-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
	background-image: linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257);
}

@media screen and (max-width:768px) {
	.hero.is-danger.is-bold .navbar-menu {
		background-image: -webkit-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
		background-image: -o-linear-gradient(309deg,#ff0561,#ff3860 71%,#ff5257);
		background-image: linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257);
	}
}

.hero.is-small .hero-body {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

@media print,screen and (min-width:769px) {
	.hero.is-medium .hero-body {
		padding-bottom: 9rem;
		padding-top: 9rem;
	}
}

@media print,screen and (min-width:769px) {
	.hero.is-large .hero-body {
		padding-bottom: 18rem;
		padding-top: 18rem;
	}
}

.hero.is-fullheight .hero-body,.hero.is-halfheight .hero-body {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.hero.is-fullheight .hero-body>.container,.hero.is-halfheight .hero-body>.container {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
}

.hero.is-halfheight {
	min-height: 50vh;
}

.hero.is-fullheight {
	min-height: 100vh;
}

.hero-video {
	overflow: hidden;
}

.hero-video video {
	-webkit-transform: translate3d(-50%,-50%,0);
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.hero-video.is-transparent {
	opacity: .3;
}

@media screen and (max-width:768px) {
	.hero-video {
		display: none;
	}
}

.hero-buttons {
	margin-top: 1.5rem;
}

@media screen and (max-width:768px) {
	.hero-buttons .button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}

	.hero-buttons .button:not(:last-child) {
		margin-bottom: .75rem;
	}
}

@media print,screen and (min-width:769px) {
	.hero-buttons {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		        justify-content: center;
	}

	.hero-buttons .button:not(:last-child) {
		margin-right: 1.5rem;
	}
}

.hero-foot,.hero-head {
	-ms-flex-positive: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
}

.hero-body,.hero-foot,.hero-head {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.hero-body {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

.hero-body,.section {
	padding: 3rem 1.5rem;
}

@media screen and (min-width:1088px) {
	.section.is-medium {
		padding: 9rem 1.5rem;
	}

	.section.is-large {
		padding: 18rem 1.5rem;
	}
}

.footer {
	background-color: #fafafa;
	padding: 3rem 1.5rem 6rem;
}

.is-noscroll {
	bottom: 0;
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	   animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	   animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
}

@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	   animation-name: fadeOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	   animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-o-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		-o-transform: none;
		   transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		-o-transform: none;
		   transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	   animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		transform: none;
	}
}

@-o-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		-o-transform: none;
		   transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		opacity: 0;
		transform: translate3d(0,100%,0);
	}

	to {
		-webkit-transform: none;
		opacity: 1;
		-o-transform: none;
		   transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	   animation-name: fadeInUp;
}

.fade-enter-active,.fade-leave-active {
	-webkit-transition: opacity .15s ease-out;
	-o-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.fade-enter,.fade-leave-to {
	opacity: 0;
}

.zoom-in-enter-active,.zoom-in-leave-active {
	-webkit-transition: opacity .15s ease-out;
	-o-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content {
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out;
	transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.zoom-in-enter,.zoom-in-leave-active {
	opacity: 0;
}

.zoom-in-enter .animation-content,.zoom-in-leave-active .animation-content {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	 -o-transform: scale(.95);
	    transform: scale(.95);
}

.zoom-out-enter-active,.zoom-out-leave-active {
	-webkit-transition: opacity .15s ease-out;
	-o-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
}

.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content {
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out;
	transition: transform .15s ease-out,-webkit-transform .15s ease-out;
}

.zoom-out-enter,.zoom-out-leave-active {
	opacity: 0;
}

.zoom-out-enter .animation-content,.zoom-out-leave-active .animation-content {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	 -o-transform: scale(1.05);
	    transform: scale(1.05);
}

.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active {
	-webkit-transition: -webkit-transform .25s cubic-bezier(.785,.135,.15,.86);
	transition: -webkit-transform .25s cubic-bezier(.785,.135,.15,.86);
	-o-transition: -o-transform .25s cubic-bezier(.785,.135,.15,.86);
	transition: transform .25s cubic-bezier(.785,.135,.15,.86);
	transition: transform .25s cubic-bezier(.785,.135,.15,.86), -webkit-transform .25s cubic-bezier(.785,.135,.15,.86), -o-transform .25s cubic-bezier(.785,.135,.15,.86);
	transition: transform .25s cubic-bezier(.785,.135,.15,.86),-webkit-transform .25s cubic-bezier(.785,.135,.15,.86);
}

.slide-next-enter,.slide-prev-leave-to {
	-webkit-transform: translate3d(-100%,0,0);
	position: absolute;
	transform: translate3d(-100%,0,0);
	width: 100%;
}

.slide-next-leave-to,.slide-prev-enter {
	-webkit-transform: translate3d(100%,0,0);
	position: absolute;
	transform: translate3d(100%,0,0);
	width: 100%;
}

.autocomplete {
	position: relative;
}

.autocomplete .dropdown-menu {
	display: block;
	min-width: 100%;
}

.autocomplete .dropdown-menu.is-opened-top {
	bottom: 100%;
	top: auto;
}

.autocomplete .dropdown-content {
	max-height: 200px;
	overflow: auto;
}

.autocomplete .dropdown-item.is-hovered,.autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,.dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
	background: #f5f5f5;
	color: #0a0a0a;
}

.autocomplete .dropdown-item.is-disabled,.autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
	cursor: not-allowed;
	opacity: .5;
}

.autocomplete.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.autocomplete.is-medium {
	font-size: 1rem;
}

.autocomplete.is-large {
	font-size: 1.5rem;
}

.b-checkbox.checkbox {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	outline: none;
}

.b-checkbox.checkbox+.checkbox {
	margin-left: .5em;
}

.b-checkbox.checkbox input[type=checkbox] {
	display: none;
}

.b-checkbox.checkbox input[type=checkbox]+.check {
	-ms-flex-negative: 0;
	-webkit-transition: background .15s ease-out;
	border: 2px solid #7a7a7a;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	height: 1.25em;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
	width: 1.25em;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check {
	background: #2acc62 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #2acc62;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white {
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%230a0a0a'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #fff;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black {
	background: #0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #0a0a0a;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light {
	background: #f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23363636'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #f5f5f5;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark {
	background: #363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23f5f5f5'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #363636;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary {
	background: #2acc62 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #2acc62;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link {
	background: #3273dc url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #3273dc;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info {
	background: #209cee url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #209cee;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success {
	background: #23d160 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #23d160;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning {
	background: #ffdd57 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='rgba(0,0,0,.7)'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #ffdd57;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger {
	background: #ff3860 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
	border-color: #ff3860;
}

.b-checkbox.checkbox .control-label {
	padding-left: .5em;
}

.b-checkbox.checkbox[disabled] {
	opacity: .5;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check {
	border-color: #2acc62;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-white {
	border-color: #fff;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-black {
	border-color: #0a0a0a;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-light {
	border-color: #f5f5f5;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-dark {
	border-color: #363636;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-primary {
	border-color: #2acc62;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-link {
	border-color: #3273dc;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-info {
	border-color: #209cee;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-success {
	border-color: #23d160;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-warning {
	border-color: #ffdd57;
}

.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-danger {
	border-color: #ff3860;
}

.b-checkbox.checkbox:focus input[type=checkbox]+.check {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,47.8%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,47.8%,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-white {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-black {
	-webkit-box-shadow: 0 0 .5em rgba(10,10,10,.8);
	box-shadow: 0 0 .5em rgba(10,10,10,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-light {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-dark {
	-webkit-box-shadow: 0 0 .5em rgba(54,54,54,.8);
	box-shadow: 0 0 .5em rgba(54,54,54,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-primary {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-link {
	-webkit-box-shadow: 0 0 .5em rgba(50,115,220,.8);
	box-shadow: 0 0 .5em rgba(50,115,220,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-info {
	-webkit-box-shadow: 0 0 .5em rgba(32,156,238,.8);
	box-shadow: 0 0 .5em rgba(32,156,238,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-success {
	-webkit-box-shadow: 0 0 .5em rgba(35,209,96,.8);
	box-shadow: 0 0 .5em rgba(35,209,96,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-warning {
	-webkit-box-shadow: 0 0 .5em rgba(255,221,87,.8);
	box-shadow: 0 0 .5em rgba(255,221,87,.8);
}

.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-danger {
	-webkit-box-shadow: 0 0 .5em rgba(255,56,96,.8);
	box-shadow: 0 0 .5em rgba(255,56,96,.8);
}

.b-checkbox.checkbox.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.b-checkbox.checkbox.is-medium {
	font-size: 1rem;
}

.b-checkbox.checkbox.is-large {
	font-size: 1.5rem;
}

.collapse .collapse-trigger {
	cursor: pointer;
	display: inline;
}

.collapse .collapse-content {
	display: inherit;
}

.datepicker {
	font-size: .875rem;
}

.datepicker .dropdown,.datepicker .dropdown-trigger {
	width: 100%;
}

.datepicker .dropdown-item,.datepicker .dropdown .dropdown-menu .has-link a,.dropdown .dropdown-menu .has-link .datepicker a {
	font-size: inherit;
}

.datepicker .datepicker-header {
	border-bottom: 1px solid #dce1e8;
	margin-bottom: .875rem;
	padding-bottom: .875rem;
}

.datepicker .datepicker-footer {
	border-top: 1px solid #dce1e8;
	padding-top: .875rem;
}

.datepicker .datepicker-table {
	display: table;
	margin: 0 auto .875rem;
}

.datepicker .datepicker-table .datepicker-cell {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	display: table-cell;
	padding: .5rem .75rem;
	text-align: center;
	vertical-align: middle;
}

.datepicker .datepicker-table .datepicker-header {
	display: table-header-group;
}

.datepicker .datepicker-table .datepicker-header .datepicker-cell {
	color: #7a7a7a;
	font-weight: 600;
}

.datepicker .datepicker-table .datepicker-body {
	display: table-row-group;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row {
	display: table-row;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-unselectable {
	color: #b5b5b5;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-today {
	border: 1px solid rgba(42,204,98,.5);
}

.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable {
	color: #4a4a4a;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:focus:not(.is-selected),.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:hover:not(.is-selected) {
	background-color: #f5f5f5;
	color: #0a0a0a;
	cursor: pointer;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selected {
	background-color: #2acc62;
	color: #fff;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
	padding: .3rem .75rem .75rem;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
	position: relative;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	bottom: .425rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	left: 0;
	padding: 0 .35rem;
	position: absolute;
	width: 100%;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
	background-color: #fff;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
	background-color: #0a0a0a;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
	background-color: #f5f5f5;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
	background-color: #363636;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
	background-color: #2acc62;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
	background-color: #3273dc;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
	background-color: #209cee;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
	background-color: #23d160;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
	background-color: #ffdd57;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
	background-color: #ff3860;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	height: .35em;
	margin: 0 .1em;
	width: .35em;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
	height: .25em;
	width: 100%;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
	overflow: hidden;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
	background-color: #64df8e;
}

.datepicker.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.datepicker.is-medium {
	font-size: 1rem;
}

.datepicker.is-large {
	font-size: 1.5rem;
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.datepicker .datepicker-table .datepicker-cell {
		padding: .75rem 1rem;
	}
}

@media screen and (max-width:768px) {
	.datepicker .datepicker-table .datepicker-cell {
		padding: .25rem .5rem;
	}
}

.benefits{
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
	padding-top: 40px;
}
.benefits h2{
	font-size: 56px;
}
.benefits .subheader{
	margin: 0 20px;
	color: #696969;
	font-size: 16px;
	text-align: left;
}
.benefits .container{
	max-width: 1100px;
}
.benefits .benefit{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.benefits .benefit img{
	height: 114px;
}
.benefits .benefit .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.benefits .benefit .subtitle{
	font-size: 16px;
	margin-top: 10px;
}

@media(max-width:768px){
	.benefits h2{
		font-size: 32px;
	}
	.benefits .benefit{
		width: 50%;
	}
	.benefits .subheader{
		padding: 20px;
	}
	.benefits .benefit .title{
		margin-bottom: 0;
	}
	.benefits .benefit .subtitle {
		padding: 0 10px;
		font-size: 14px;
	}
}

.dostavki{
	background: #575959;
	padding: 40px 0 60px 0;
}
.dostavki h2{
	font-size: 56px;
	color: #fff;
	margin-bottom: 30px;
}
.dostavki .container{
	max-width: 1100px;
}
.dostavki .dostavka{
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 33.3%;
	background: #FFF;
	color: #222;
	padding: 30px;
	border-left: 1px solid #eee;
}
.dostavki .dostavka:last-of-type{
	background: #2980B9;
	color: #fff;
	-webkit-border-top-right-radius: 25px;
	        border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	        border-bottom-right-radius: 25px;
}
.dostavki .dostavka:last-of-type *{
	color: #FFF;
}
.dostavki .dostavka .title{
	font-size: 16px;
	font-weight: bold;
}
.dostavki .dostavka .price{
	font-size: 60px;
	margin: 30px 0;
}
.dostavki .dostavka .subtitle{
	font-size: 16px;
	min-height: 60px;
}

@media(max-width:768px){
	.dostavki h2{
		text-align: center;
		font-size: 32px;
	}
	.dostavki .dostavka{
		width: 90%;
		border: none;
		margin: 0 5%;
		border-bottom: 1px solid #eee;
	}
	.dostavki .dostavka .price{
		font-size: 40px;
		margin: 20px 0;
	}
	.dostavki .dostavka:last-of-type{
		-webkit-border-radius: 0;
		        border-radius: 0;
		border: none;
	}
}

.dialog .modal-card {
	max-width: 460px;
	width: auto;
}

.dialog .modal-card .modal-card-head {
	font-size: 1.25rem;
	font-weight: 600;
}

.dialog .modal-card .modal-card-body .field {
	margin-top: 16px;
}

.dialog .modal-card .modal-card-body.is-titleless {
	-webkit-border-top-left-radius: 6px;
	        border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	        border-top-right-radius: 6px;
}

.dialog .modal-card .modal-card-foot {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	        justify-content: flex-end;
}

.dialog .modal-card .modal-card-foot .button {
	display: inline;
	font-weight: 600;
	min-width: 5em;
}

@media print,screen and (min-width:769px) {
	.dialog .modal-card {
		min-width: 320px;
	}
}

.dialog.is-small .button,.dialog.is-small .input,.dialog.is-small .modal-card,.dialog.is-small .taginput .taginput-container.is-focusable,.taginput .dialog.is-small .taginput-container.is-focusable {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.dialog.is-medium .button,.dialog.is-medium .input,.dialog.is-medium .modal-card,.dialog.is-medium .taginput .taginput-container.is-focusable,.taginput .dialog.is-medium .taginput-container.is-focusable {
	font-size: 1rem;
}

.dialog.is-large .button,.dialog.is-large .input,.dialog.is-large .modal-card,.dialog.is-large .taginput .taginput-container.is-focusable,.taginput .dialog.is-large .taginput-container.is-focusable {
	font-size: 1.5rem;
}

.dropdown+.dropdown {
	margin-left: .5em;
}

.dropdown .background {
	background-color: rgba(10,10,10,.86);
	cursor: pointer;
	position: fixed;
	z-index: 10;
}

@media screen and (min-width:1088px) {
	.dropdown .background {
		display: none;
	}
}

.dropdown .dropdown-menu .dropdown-item.is-disabled,.dropdown .dropdown-menu .has-link a.is-disabled {
	cursor: not-allowed;
}

.dropdown .dropdown-menu .dropdown-item.is-disabled:hover,.dropdown .dropdown-menu .has-link a.is-disabled:hover {
	background: inherit;
	color: inherit;
}

.dropdown .dropdown-menu .has-link a {
	padding-right: 3rem;
	white-space: nowrap;
}

.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled,.dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
	opacity: .5;
}

.dropdown .navbar-item {
	height: 100%;
}

.dropdown.is-disabled {
	cursor: not-allowed;
	opacity: .5;
}

.dropdown.is-disabled .dropdown-trigger {
	pointer-events: none;
}

.dropdown.is-inline .dropdown-menu {
	display: inline-block;
	padding: 0;
	position: static;
}

.dropdown.is-top-right .dropdown-menu {
	bottom: 100%;
	top: auto;
}

.dropdown.is-top-left .dropdown-menu {
	bottom: 100%;
	left: auto;
	right: 0;
	top: auto;
}

.dropdown.is-bottom-left .dropdown-menu {
	left: auto;
	right: 0;
}

@media screen and (max-width:1087px) {
	.dropdown.is-mobile-modal .dropdown-menu {
		-webkit-transform: translate3d(-50%,-25%,0);
		bottom: auto!important;
		left: 50%!important;
		max-height: -webkit-calc(100vh - 120px);
		max-height: calc(100vh - 120px);
		max-width: 460px;
		overflow-y: auto;
		position: fixed;
		right: auto!important;
		top: 25%!important;
		transform: translate3d(-50%,-25%,0);
		white-space: normal;
		width: -webkit-calc(100vw - 40px);
		width: calc(100vw - 40px);
	}

	.dropdown.is-mobile-modal .dropdown-menu .dropdown-item,.dropdown.is-mobile-modal .dropdown-menu .has-link a {
		padding: 1rem 1.5rem;
	}
}

.label {
	font-weight: 600;
}

.field.is-grouped .field {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.field.is-grouped .field+.field {
	margin-left: .75rem;
}

.field.is-grouped .field.is-expanded {
	-ms-flex-negative: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;
}

.field.has-addons .control:first-child .control .button,.field.has-addons .control:first-child .control .input,.field.has-addons .control:first-child .control .select select,.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable {
	-webkit-border-bottom-left-radius: 4px;
	        border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	        border-top-left-radius: 4px;
}

.field.has-addons .control:last-child .control .button,.field.has-addons .control:last-child .control .input,.field.has-addons .control:last-child .control .select select,.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable {
	-webkit-border-bottom-right-radius: 4px;
	        border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	        border-top-right-radius: 4px;
}

.field.has-addons .control .control .button,.field.has-addons .control .control .input,.field.has-addons .control .control .select select,.field.has-addons .control .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control .control .taginput-container.is-focusable {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.control .help.counter {
	float: right;
	margin-left: .5em;
}

.control .icon.is-clickable {
	cursor: pointer;
	pointer-events: auto;
}

.icon {
	cursor: inherit;
}

.icon svg {
	background-color: transparent;
	fill: currentColor;
	height: 1.5rem;
	pointer-events: none;
	stroke: currentColor;
	stroke-width: 0;
	width: 1.5rem;
}

.loading-overlay {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: none;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	overflow: hidden;
	z-index: 999;
}

.loading-overlay.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.loading-overlay.is-full-page {
	position: fixed;
}

.loading-overlay.is-full-page .loading-icon:after {
	height: 5em;
	left: -webkit-calc(50% - 2.5em);
	left: calc(50% - 2.5em);
	top: -webkit-calc(50% - 2.5em);
	top: calc(50% - 2.5em);
	width: 5em;
}

.loading-overlay .loading-background {
	background: #7f7f7f;
	background: hsla(0,0%,100%,.5);
}

.loading-overlay .loading-icon {
	position: relative;
}

.loading-overlay .loading-icon:after {
	border-width: .25em;
	height: 3em;
	left: -webkit-calc(50% - 1.5em);
	left: calc(50% - 1.5em);
	position: absolute;
	top: -webkit-calc(50% - 1.5em);
	top: calc(50% - 1.5em);
	width: 3em;
}

.message .media,.notification .media {
	border: 0;
	padding-top: 0;
}

.notification>.delete {
	right: .5rem!important;
	top: .5rem!important;
}

.modal .animation-content {
	margin: 0 20px;
}

.modal .animation-content .modal-card {
	margin: 0;
}

@media screen and (max-width:768px) {
	.modal .animation-content {
		width: 100%;
	}
}

.notices {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	left: 0;
	overflow: hidden;
	padding: 2em;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.notices .toast {
	-webkit-animation-duration: .15s;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	-o-animation-duration: .15s;
	   animation-duration: .15s;
	-webkit-border-radius: 2em;
	        border-radius: 2em;
	box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	margin: .5em 0;
	opacity: .92;
	padding: .75em 1.5em;
	pointer-events: auto;
	text-align: center;
}

.notices .toast.is-white {
	background: #fff;
	color: #0a0a0a;
}

.notices .toast.is-black {
	background: #0a0a0a;
	color: #fff;
}

.notices .toast.is-light {
	background: #f5f5f5;
	color: #363636;
}

.notices .toast.is-dark {
	background: #363636;
	color: #f5f5f5;
}

.notices .toast.is-primary {
	background: #2acc62;
	color: #fff;
}

.notices .toast.is-link {
	background: #3273dc;
	color: #fff;
}

.notices .toast.is-info {
	background: #209cee;
	color: #fff;
}

.notices .toast.is-success {
	background: #23d160;
	color: #fff;
}

.notices .toast.is-warning {
	background: #ffdd57;
	color: rgba(0,0,0,.7);
}

.notices .toast.is-danger {
	background: #ff3860;
	color: #fff;
}

.notices .snackbar {
	-ms-flex-align: center;
	-ms-flex-pack: distribute;
	-webkit-animation-duration: .15s;
	-webkit-box-align: center;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-o-animation-duration: .15s;
	   animation-duration: .15s;
	background: #363636;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	color: #f5f5f5;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	margin: .5em 0;
	min-height: 3em;
	pointer-events: auto;
}

.notices .snackbar .text {
	padding: .5em 1em;
}

.notices .snackbar .action {
	margin-left: auto;
	padding: .5em .5em .5em 0;
}

.notices .snackbar .action .button {
	font-weight: 600;
	text-transform: uppercase;
}

.notices .snackbar .action.is-white .button {
	color: #fff;
}

.notices .snackbar .action.is-black .button {
	color: #0a0a0a;
}

.notices .snackbar .action.is-light .button {
	color: #f5f5f5;
}

.notices .snackbar .action.is-dark .button {
	color: #363636;
}

.notices .snackbar .action.is-primary .button {
	color: #2acc62;
}

.notices .snackbar .action.is-link .button {
	color: #3273dc;
}

.notices .snackbar .action.is-info .button {
	color: #209cee;
}

.notices .snackbar .action.is-success .button {
	color: #23d160;
}

.notices .snackbar .action.is-warning .button {
	color: #ffdd57;
}

.notices .snackbar .action.is-danger .button {
	color: #ff3860;
}

@media screen and (max-width:768px) {
	.notices .snackbar {
		-webkit-border-radius: 0;
		        border-radius: 0;
		margin: 0;
		width: 100%;
	}
}

@media print,screen and (min-width:769px) {
	.notices .snackbar {
		max-width: 600px;
		min-width: 350px;
		overflow: hidden;
	}
}

.notices .snackbar.is-bottom,.notices .snackbar.is-top,.notices .toast.is-bottom,.notices .toast.is-top {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	        align-self: center;
}

.notices .snackbar.is-bottom-right,.notices .snackbar.is-top-right,.notices .toast.is-bottom-right,.notices .toast.is-top-right {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	        align-self: flex-end;
}

.notices .snackbar.is-bottom-left,.notices .snackbar.is-top-left,.notices .toast.is-bottom-left,.notices .toast.is-top-left {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	        align-self: flex-start;
}

.notices .snackbar.is-toast,.notices .toast.is-toast {
	opacity: .92;
}

.notices.is-top {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.notices.is-bottom {
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	   -moz-box-orient: vertical;
	   -moz-box-direction: reverse;
	        flex-direction: column-reverse;
}

.notices.has-custom-container {
	position: absolute;
}

@media screen and (max-width:768px) {
	.notices {
		padding: 0;
		position: fixed!important;
	}
}

.pagination .pagination-next,.pagination .pagination-previous {
	padding-left: .25em;
	padding-right: .25em;
}

.pagination .pagination-next.is-disabled,.pagination .pagination-previous.is-disabled {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

.pagination.is-simple {
	-ms-flex-pack: normal;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	   -moz-box-pack: normal;
	        justify-content: normal;
}

.pagination .is-current {
	cursor: not-allowed;
	pointer-events: none;
}

.panel .panel-heading.is-collapsible {
	cursor: pointer;
}

.panel .panel-content {
	width: 100%;
}

.b-radio.radio {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	outline: none;
}

.b-radio.radio+.radio {
	margin-left: .5em;
}

.b-radio.radio input[type=radio] {
	display: none;
}

.b-radio.radio input[type=radio]+.check {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-transition: background .15s ease-out;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	border: 2px solid #7a7a7a;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 1.25em;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
	width: 1.25em;
}

.b-radio.radio input[type=radio]+.check:before {
	-webkit-transform: scale(0);
	-webkit-transition: -webkit-transform .15s ease-out;
	background: #2acc62;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
	height: .625em;
	-ms-transform: scale(0);
	 -o-transform: scale(0);
	    transform: scale(0);
	transition: -webkit-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out;
	transition: transform .15s ease-out,-webkit-transform .15s ease-out;
	width: .625em;
}

.b-radio.radio input[type=radio]+.check.is-white:before {
	background: #fff;
}

.b-radio.radio input[type=radio]+.check.is-black:before {
	background: #0a0a0a;
}

.b-radio.radio input[type=radio]+.check.is-light:before {
	background: #f5f5f5;
}

.b-radio.radio input[type=radio]+.check.is-dark:before {
	background: #363636;
}

.b-radio.radio input[type=radio]+.check.is-primary:before {
	background: #2acc62;
}

.b-radio.radio input[type=radio]+.check.is-link:before {
	background: #3273dc;
}

.b-radio.radio input[type=radio]+.check.is-info:before {
	background: #209cee;
}

.b-radio.radio input[type=radio]+.check.is-success:before {
	background: #23d160;
}

.b-radio.radio input[type=radio]+.check.is-warning:before {
	background: #ffdd57;
}

.b-radio.radio input[type=radio]+.check.is-danger:before {
	background: #ff3860;
}

.b-radio.radio input[type=radio]:checked+.check {
	border-color: #2acc62;
}

.b-radio.radio input[type=radio]:checked+.check.is-white {
	border-color: #fff;
}

.b-radio.radio input[type=radio]:checked+.check.is-black {
	border-color: #0a0a0a;
}

.b-radio.radio input[type=radio]:checked+.check.is-light {
	border-color: #f5f5f5;
}

.b-radio.radio input[type=radio]:checked+.check.is-dark {
	border-color: #363636;
}

.b-radio.radio input[type=radio]:checked+.check.is-primary {
	border-color: #2acc62;
}

.b-radio.radio input[type=radio]:checked+.check.is-link {
	border-color: #3273dc;
}

.b-radio.radio input[type=radio]:checked+.check.is-info {
	border-color: #209cee;
}

.b-radio.radio input[type=radio]:checked+.check.is-success {
	border-color: #23d160;
}

.b-radio.radio input[type=radio]:checked+.check.is-warning {
	border-color: #ffdd57;
}

.b-radio.radio input[type=radio]:checked+.check.is-danger {
	border-color: #ff3860;
}

.b-radio.radio input[type=radio]:checked+.check:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	 -o-transform: scale(1);
	    transform: scale(1);
}

.b-radio.radio .control-label {
	padding-left: .5em;
}

.b-radio.radio[disabled] {
	opacity: .5;
}

.b-radio.radio:hover input[type=radio]+.check {
	border-color: #2acc62;
}

.b-radio.radio:hover input[type=radio]+.check.is-white {
	border-color: #fff;
}

.b-radio.radio:hover input[type=radio]+.check.is-black {
	border-color: #0a0a0a;
}

.b-radio.radio:hover input[type=radio]+.check.is-light {
	border-color: #f5f5f5;
}

.b-radio.radio:hover input[type=radio]+.check.is-dark {
	border-color: #363636;
}

.b-radio.radio:hover input[type=radio]+.check.is-primary {
	border-color: #2acc62;
}

.b-radio.radio:hover input[type=radio]+.check.is-link {
	border-color: #3273dc;
}

.b-radio.radio:hover input[type=radio]+.check.is-info {
	border-color: #209cee;
}

.b-radio.radio:hover input[type=radio]+.check.is-success {
	border-color: #23d160;
}

.b-radio.radio:hover input[type=radio]+.check.is-warning {
	border-color: #ffdd57;
}

.b-radio.radio:hover input[type=radio]+.check.is-danger {
	border-color: #ff3860;
}

.b-radio.radio:focus input[type=radio]+.check {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,47.8%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,47.8%,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-white {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-black {
	-webkit-box-shadow: 0 0 .5em rgba(10,10,10,.8);
	box-shadow: 0 0 .5em rgba(10,10,10,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-light {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-dark {
	-webkit-box-shadow: 0 0 .5em rgba(54,54,54,.8);
	box-shadow: 0 0 .5em rgba(54,54,54,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-primary {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-link {
	-webkit-box-shadow: 0 0 .5em rgba(50,115,220,.8);
	box-shadow: 0 0 .5em rgba(50,115,220,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-info {
	-webkit-box-shadow: 0 0 .5em rgba(32,156,238,.8);
	box-shadow: 0 0 .5em rgba(32,156,238,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-success {
	-webkit-box-shadow: 0 0 .5em rgba(35,209,96,.8);
	box-shadow: 0 0 .5em rgba(35,209,96,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-warning {
	-webkit-box-shadow: 0 0 .5em rgba(255,221,87,.8);
	box-shadow: 0 0 .5em rgba(255,221,87,.8);
}

.b-radio.radio:focus input[type=radio]:checked+.check.is-danger {
	-webkit-box-shadow: 0 0 .5em rgba(255,56,96,.8);
	box-shadow: 0 0 .5em rgba(255,56,96,.8);
}

.b-radio.radio.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.b-radio.radio.is-medium {
	font-size: 1rem;
}

.b-radio.radio.is-large {
	font-size: 1.5rem;
}

.select select {
	padding-right: 2.5em;
}

.select select option {
	color: #4a4a4a;
	padding: .25em .5em;
}

.select select option:disabled {
	cursor: not-allowed;
	opacity: .5;
}

.select select optgroup {
	color: #b5b5b5;
	font-style: normal;
	font-weight: 400;
	padding: .25em 0;
}

.select.is-empty select {
	color: hsla(0,0%,47.8%,.7);
}

.switch {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
}

.switch+.switch {
	margin-left: .5em;
}

.switch input[type=checkbox] {
	display: none;
}

.switch input[type=checkbox]+.check {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-transition: background .15s ease-out;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	background: #b5b5b5;
	-webkit-border-radius: 1em;
	        border-radius: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 1.575em;
	padding: .2em;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out;
	width: 2.75em;
}

.switch input[type=checkbox]+.check:before {
	-webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);
	-webkit-transition: width .15s ease-out,-webkit-transform .15s ease-out;
	background: #f5f5f5;
	-webkit-border-radius: 1em;
	        border-radius: 1em;
	box-shadow: 0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);
	content: "";
	height: 1.175em;
	transition: width .15s ease-out,-webkit-transform .15s ease-out;
	-o-transition: width .15s ease-out,-o-transform .15s ease-out;
	transition: transform .15s ease-out,width .15s ease-out;
	transition: transform .15s ease-out,width .15s ease-out,-webkit-transform .15s ease-out,-o-transform .15s ease-out;
	transition: transform .15s ease-out,width .15s ease-out,-webkit-transform .15s ease-out;
	width: 1.175em;
	will-change: transform;
}

.switch input[type=checkbox]+.check.is-elastic:before {
	width: 1.75em;
}

.switch input[type=checkbox]:checked+.check {
	background: #2acc62;
}

.switch input[type=checkbox]:checked+.check.is-white {
	background: #fff;
}

.switch input[type=checkbox]:checked+.check.is-black {
	background: #0a0a0a;
}

.switch input[type=checkbox]:checked+.check.is-light {
	background: #f5f5f5;
}

.switch input[type=checkbox]:checked+.check.is-dark {
	background: #363636;
}

.switch input[type=checkbox]:checked+.check.is-primary {
	background: #2acc62;
}

.switch input[type=checkbox]:checked+.check.is-link {
	background: #3273dc;
}

.switch input[type=checkbox]:checked+.check.is-info {
	background: #209cee;
}

.switch input[type=checkbox]:checked+.check.is-success {
	background: #23d160;
}

.switch input[type=checkbox]:checked+.check.is-warning {
	background: #ffdd57;
}

.switch input[type=checkbox]:checked+.check.is-danger {
	background: #ff3860;
}

.switch input[type=checkbox]:checked+.check:before {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.switch input[type=checkbox]:checked+.check.is-elastic:before {
	-webkit-transform: translate3d(36.36364%,0,0);
	transform: translate3d(36.36364%,0,0);
}

.switch .control-label {
	padding-left: .5em;
}

.switch:hover input[type=checkbox]+.check {
	background: hsla(0,0%,71%,.9);
}

.switch:hover input[type=checkbox]:checked+.check {
	background: rgba(42,204,98,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-white {
	background: hsla(0,0%,100%,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-black {
	background: rgba(10,10,10,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-light {
	background: hsla(0,0%,96.1%,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-dark {
	background: rgba(54,54,54,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-primary {
	background: rgba(42,204,98,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-link {
	background: rgba(50,115,220,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-info {
	background: rgba(32,156,238,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-success {
	background: rgba(35,209,96,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-warning {
	background: rgba(255,221,87,.9);
}

.switch:hover input[type=checkbox]:checked+.check.is-danger {
	background: rgba(255,56,96,.9);
}

.switch:focus {
	outline: none;
}

.switch:focus input[type=checkbox]+.check {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,47.8%,.6);
	box-shadow: 0 0 .5em hsla(0,0%,47.8%,.6);
}

.switch:focus input[type=checkbox]:checked+.check {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-white {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,100%,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-black {
	-webkit-box-shadow: 0 0 .5em rgba(10,10,10,.8);
	box-shadow: 0 0 .5em rgba(10,10,10,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-light {
	-webkit-box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
	box-shadow: 0 0 .5em hsla(0,0%,96.1%,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-dark {
	-webkit-box-shadow: 0 0 .5em rgba(54,54,54,.8);
	box-shadow: 0 0 .5em rgba(54,54,54,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-primary {
	-webkit-box-shadow: 0 0 .5em rgba(42,204,98,.8);
	box-shadow: 0 0 .5em rgba(42,204,98,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-link {
	-webkit-box-shadow: 0 0 .5em rgba(50,115,220,.8);
	box-shadow: 0 0 .5em rgba(50,115,220,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-info {
	-webkit-box-shadow: 0 0 .5em rgba(32,156,238,.8);
	box-shadow: 0 0 .5em rgba(32,156,238,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-success {
	-webkit-box-shadow: 0 0 .5em rgba(35,209,96,.8);
	box-shadow: 0 0 .5em rgba(35,209,96,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-warning {
	-webkit-box-shadow: 0 0 .5em rgba(255,221,87,.8);
	box-shadow: 0 0 .5em rgba(255,221,87,.8);
}

.switch:focus input[type=checkbox]:checked+.check.is-danger {
	-webkit-box-shadow: 0 0 .5em rgba(255,56,96,.8);
	box-shadow: 0 0 .5em rgba(255,56,96,.8);
}

.switch.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.switch.is-medium {
	font-size: 1rem;
}

.switch.is-large {
	font-size: 1.5rem;
}

.switch[disabled] {
	color: #7a7a7a;
	cursor: not-allowed;
	opacity: .5;
}

.table-wrapper .table {
	margin-bottom: 0;
}

.table-wrapper:not(:last-child) {
	margin-bottom: 1.5rem;
}

@media screen and (max-width:1087px) {
	.table-wrapper {
		overflow-x: auto;
	}
}

.b-table {
	-webkit-transition: opacity 86ms ease-out;
	-o-transition: opacity 86ms ease-out;
	transition: opacity 86ms ease-out;
}

@media print,screen and (min-width:769px) {
	.b-table .table-mobile-sort {
		display: none;
	}
}

.b-table .icon {
	-webkit-transition: opacity 86ms ease-out,-webkit-transform .15s ease-out;
	transition: opacity 86ms ease-out,-webkit-transform .15s ease-out;
	-o-transition: opacity 86ms ease-out,-o-transform .15s ease-out;
	transition: transform .15s ease-out,opacity 86ms ease-out;
	transition: transform .15s ease-out,opacity 86ms ease-out,-webkit-transform .15s ease-out,-o-transform .15s ease-out;
	transition: transform .15s ease-out,opacity 86ms ease-out,-webkit-transform .15s ease-out;
}

.b-table .icon.is-desc {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.b-table .icon.is-expanded {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	 -o-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.b-table .table {
	border: 1px solid transparent;
	border-collapse: separate;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	width: 100%;
}

.b-table .table th {
	font-weight: 600;
}

.b-table .table th .th-wrap {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.b-table .table th .th-wrap .icon {
	font-size: 1rem;
	margin-left: .5rem;
	margin-right: 0;
}

.b-table .table th .th-wrap.is-numeric {
	-ms-flex-direction: row-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: reverse;
	        flex-direction: row-reverse;
	text-align: right;
}

.b-table .table th .th-wrap.is-numeric .icon {
	margin-left: 0;
	margin-right: .5rem;
}

.b-table .table th .th-wrap.is-centered {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	text-align: center;
}

.b-table .table th.is-current-sort {
	border-color: #7a7a7a;
	font-weight: 700;
}

.b-table .table th.is-sortable:hover {
	border-color: #7a7a7a;
}

.b-table .table th.is-sortable,.b-table .table th.is-sortable .th-wrap {
	cursor: pointer;
}

.b-table .table tr.is-selected .checkbox input:checked+.check {
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%232acc62'/%3E%3C/svg%3E") no-repeat 50%;
}

.b-table .table tr.is-selected .checkbox input+.check {
	border-color: #fff;
}

.b-table .table tr.is-empty:hover {
	background-color: transparent;
}

.b-table .table .chevron-cell {
	vertical-align: middle;
}

.b-table .table .checkbox-cell {
	width: 40px;
}

.b-table .table .checkbox-cell .checkbox {
	vertical-align: middle;
}

.b-table .table .checkbox-cell .checkbox .check {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.b-table .table tr.detail {
	-webkit-box-shadow: inset 0 1px 3px #dce1e8;
	background: #fafafa;
	box-shadow: inset 0 1px 3px #dce1e8;
}

.b-table .table tr.detail .detail-container {
	padding: 1rem;
}

.b-table .table:focus {
	-webkit-box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
	border-color: #3273dc;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover {
	background: #f5f5f5;
	border-color: #dce1e8;
}

@media screen and (max-width:768px) {
	.b-table .table.has-mobile-cards thead {
		display: none;
	}

	.b-table .table.has-mobile-cards tfoot th {
		border: 0;
		display: inherit;
	}

	.b-table .table.has-mobile-cards tr {
		-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
		box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
		display: block;
		max-width: 100%;
		position: relative;
	}

	.b-table .table.has-mobile-cards tr td {
		border: 0;
		display: inherit;
	}

	.b-table .table.has-mobile-cards tr td:last-child {
		border-bottom: 0;
	}

	.b-table .table.has-mobile-cards tr:not(:last-child) {
		margin-bottom: 1rem;
	}

	.b-table .table.has-mobile-cards tr:not([class*=is-]) {
		background: inherit;
	}

	.b-table .table.has-mobile-cards tr:not([class*=is-]):hover {
		background-color: inherit;
	}

	.b-table .table.has-mobile-cards tr.detail {
		margin-top: -1rem;
	}

	.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		border-bottom: 1px solid #f5f5f5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		        justify-content: space-between;
		text-align: right;
		width: auto;
	}

	.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
		content: attr(data-label);
		font-weight: 600;
		padding-right: .5em;
		text-align: left;
	}
}

.b-table .level {
	padding-bottom: 1.5rem;
}

.b-table.is-loading {
	opacity: .5;
	pointer-events: none;
	position: relative;
}

.b-table.is-loading:after {
	border-width: .25em;
	height: 5em;
	left: -webkit-calc(50% - 2.5em);
	left: calc(50% - 2.5em);
	position: absolute;
	top: 4em;
	width: 5em;
}

.b-tabs .tabs {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	margin-bottom: 0;
}

.b-tabs .is-disabled {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

.b-tabs .tab-content {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	overflow: hidden;
	padding: 1rem;
	position: relative;
}

.b-tabs .tab-content .tab-item {
	-ms-flex-negative: 0;
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.b-tabs:not(:last-child) {
	margin-bottom: 1.5rem;
}

.b-tabs.is-fullwidth {
	width: 100%;
}

.tag .has-ellipsis {
	max-width: 10em;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.taginput .taginput-container.is-focusable {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	cursor: text;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	height: auto;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	padding-bottom: 0;
	padding-top: -webkit-calc(.275em - 1px);
	padding-top: calc(.275em - 1px);
}

.taginput .taginput-container>.tag,.taginput .taginput-container>.tags {
	font-size: .9em;
	height: 1.7em;
	margin-bottom: -webkit-calc(.275em - 1px);
	margin-bottom: calc(.275em - 1px);
}

.taginput .taginput-container>.tag .tag,.taginput .taginput-container>.tags .tag {
	font-size: .9em;
	height: 1.7em;
	margin-bottom: 0;
}

.taginput .taginput-container>.tag:not(:last-child),.taginput .taginput-container>.tags:not(:last-child) {
	margin-right: .275rem;
}

.taginput .taginput-container .autocomplete {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	        flex: 1;
}

.taginput .taginput-container .autocomplete input {
	-webkit-box-shadow: none;
	border: none;
	box-shadow: none;
	height: 1.7em;
	margin-bottom: -webkit-calc(.275em - 1px);
	margin-bottom: calc(.275em - 1px);
	min-width: 8em;
	padding-bottom: 0;
	padding-top: 0;
}

.taginput .taginput-container .autocomplete input:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.taginput .taginput-container .autocomplete .icon {
	height: 1.7em;
}

.timepicker .dropdown,.timepicker .dropdown-trigger {
	width: 100%;
}

.dropdown .dropdown-menu .has-link .timepicker a,.timepicker .dropdown-item,.timepicker .dropdown .dropdown-menu .has-link a {
	font-size: inherit;
}

.timepicker .timepicker-footer {
	padding-top: .875rem;
}

.timepicker .control .select {
	font-size: 2.5rem;
}

.timepicker .control .select select {
	font-weight: 600;
	padding-right: -webkit-calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
}

.timepicker .control .select select option {
	font-size: 1.5rem;
}

.timepicker .control .select select option:disabled {
	color: hsla(0,0%,47.8%,.7);
}

.timepicker .control .select:after {
	display: none;
}

.timepicker .control:first-child .select select {
	border-right: none;
}

.timepicker .control:first-child .select:before {
	color: #b5b5b5;
	content: ":";
	display: inline-block;
	font-size: 3rem;
	position: absolute;
	right: -.325rem;
	top: .25rem;
	z-index: 6;
}

.timepicker .control:nth-child(2) .select select {
	border-left: none;
}

.timepicker.is-small {
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: .75rem;
}

.timepicker.is-medium {
	font-size: 1rem;
}

.timepicker.is-large {
	font-size: 1.5rem;
}

.tooltip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	position: relative;
}

.tooltip.is-top:after,.tooltip.is-top:before {
	-webkit-transform: translateX(-50%);
	bottom: -webkit-calc(100% + 7px);
	bottom: calc(100% + 7px);
	left: 50%;
	right: auto;
	top: auto;
	-ms-transform: translateX(-50%);
	 -o-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.tooltip.is-top.is-white:before {
	border-top: 5px solid #fff;
}

.tooltip.is-top.is-black:before,.tooltip.is-top.is-white:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
}

.tooltip.is-top.is-black:before {
	border-top: 5px solid #0a0a0a;
}

.tooltip.is-top.is-light:before {
	border-top: 5px solid #f5f5f5;
}

.tooltip.is-top.is-dark:before,.tooltip.is-top.is-light:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
}

.tooltip.is-top.is-dark:before {
	border-top: 5px solid #363636;
}

.tooltip.is-top.is-primary:before {
	border-top: 5px solid #2acc62;
}

.tooltip.is-top.is-link:before,.tooltip.is-top.is-primary:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
}

.tooltip.is-top.is-link:before {
	border-top: 5px solid #3273dc;
}

.tooltip.is-top.is-info:before {
	border-top: 5px solid #209cee;
}

.tooltip.is-top.is-info:before,.tooltip.is-top.is-success:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
}

.tooltip.is-top.is-success:before {
	border-top: 5px solid #23d160;
}

.tooltip.is-top.is-warning:before {
	border-top: 5px solid #ffdd57;
}

.tooltip.is-top.is-danger:before,.tooltip.is-top.is-warning:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -webkit-calc(100% + 2px);
	bottom: calc(100% + 2px);
}

.tooltip.is-top.is-danger:before {
	border-top: 5px solid #ff3860;
}

.tooltip.is-top.is-multiline.is-small:after {
	width: 180px;
}

.tooltip.is-top.is-multiline.is-medium:after {
	width: 240px;
}

.tooltip.is-top.is-multiline.is-large:after {
	width: 300px;
}

.tooltip.is-right:after,.tooltip.is-right:before {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	left: -webkit-calc(100% + 7px);
	left: calc(100% + 7px);
	right: auto;
	top: 50%;
	-ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.tooltip.is-right.is-white:before {
	border-right: 5px solid #fff;
}

.tooltip.is-right.is-black:before,.tooltip.is-right.is-white:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -webkit-calc(100% + 2px);
	left: calc(100% + 2px);
}

.tooltip.is-right.is-black:before {
	border-right: 5px solid #0a0a0a;
}

.tooltip.is-right.is-light:before {
	border-right: 5px solid #f5f5f5;
}

.tooltip.is-right.is-dark:before,.tooltip.is-right.is-light:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -webkit-calc(100% + 2px);
	left: calc(100% + 2px);
}

.tooltip.is-right.is-dark:before {
	border-right: 5px solid #363636;
}

.tooltip.is-right.is-primary:before {
	border-right: 5px solid #2acc62;
}

.tooltip.is-right.is-link:before,.tooltip.is-right.is-primary:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -webkit-calc(100% + 2px);
	left: calc(100% + 2px);
}

.tooltip.is-right.is-link:before {
	border-right: 5px solid #3273dc;
}

.tooltip.is-right.is-info:before {
	border-right: 5px solid #209cee;
}

.tooltip.is-right.is-info:before,.tooltip.is-right.is-success:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -webkit-calc(100% + 2px);
	left: calc(100% + 2px);
}

.tooltip.is-right.is-success:before {
	border-right: 5px solid #23d160;
}

.tooltip.is-right.is-warning:before {
	border-right: 5px solid #ffdd57;
}

.tooltip.is-right.is-danger:before,.tooltip.is-right.is-warning:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	left: -webkit-calc(100% + 2px);
	left: calc(100% + 2px);
}

.tooltip.is-right.is-danger:before {
	border-right: 5px solid #ff3860;
}

.tooltip.is-right.is-multiline.is-small:after {
	width: 180px;
}

.tooltip.is-right.is-multiline.is-medium:after {
	width: 240px;
}

.tooltip.is-right.is-multiline.is-large:after {
	width: 300px;
}

.tooltip.is-bottom:after,.tooltip.is-bottom:before {
	-webkit-transform: translateX(-50%);
	bottom: auto;
	left: 50%;
	right: auto;
	top: -webkit-calc(100% + 7px);
	top: calc(100% + 7px);
	-ms-transform: translateX(-50%);
	 -o-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.tooltip.is-bottom.is-white:before {
	border-bottom: 5px solid #fff;
}

.tooltip.is-bottom.is-black:before,.tooltip.is-bottom.is-white:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}

.tooltip.is-bottom.is-black:before {
	border-bottom: 5px solid #0a0a0a;
}

.tooltip.is-bottom.is-light:before {
	border-bottom: 5px solid #f5f5f5;
}

.tooltip.is-bottom.is-dark:before,.tooltip.is-bottom.is-light:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}

.tooltip.is-bottom.is-dark:before {
	border-bottom: 5px solid #363636;
}

.tooltip.is-bottom.is-primary:before {
	border-bottom: 5px solid #2acc62;
}

.tooltip.is-bottom.is-link:before,.tooltip.is-bottom.is-primary:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}

.tooltip.is-bottom.is-link:before {
	border-bottom: 5px solid #3273dc;
}

.tooltip.is-bottom.is-info:before {
	border-bottom: 5px solid #209cee;
}

.tooltip.is-bottom.is-info:before,.tooltip.is-bottom.is-success:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}

.tooltip.is-bottom.is-success:before {
	border-bottom: 5px solid #23d160;
}

.tooltip.is-bottom.is-warning:before {
	border-bottom: 5px solid #ffdd57;
}

.tooltip.is-bottom.is-danger:before,.tooltip.is-bottom.is-warning:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
}

.tooltip.is-bottom.is-danger:before {
	border-bottom: 5px solid #ff3860;
}

.tooltip.is-bottom.is-multiline.is-small:after {
	width: 180px;
}

.tooltip.is-bottom.is-multiline.is-medium:after {
	width: 240px;
}

.tooltip.is-bottom.is-multiline.is-large:after {
	width: 300px;
}

.tooltip.is-left:after,.tooltip.is-left:before {
	-webkit-transform: translateY(-50%);
	bottom: auto;
	left: auto;
	right: -webkit-calc(100% + 7px);
	right: calc(100% + 7px);
	top: 50%;
	-ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.tooltip.is-left.is-white:before {
	border-left: 5px solid #fff;
}

.tooltip.is-left.is-black:before,.tooltip.is-left.is-white:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: -webkit-calc(100% + 2px);
	right: calc(100% + 2px);
}

.tooltip.is-left.is-black:before {
	border-left: 5px solid #0a0a0a;
}

.tooltip.is-left.is-light:before {
	border-left: 5px solid #f5f5f5;
}

.tooltip.is-left.is-dark:before,.tooltip.is-left.is-light:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: -webkit-calc(100% + 2px);
	right: calc(100% + 2px);
}

.tooltip.is-left.is-dark:before {
	border-left: 5px solid #363636;
}

.tooltip.is-left.is-primary:before {
	border-left: 5px solid #2acc62;
}

.tooltip.is-left.is-link:before,.tooltip.is-left.is-primary:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: -webkit-calc(100% + 2px);
	right: calc(100% + 2px);
}

.tooltip.is-left.is-link:before {
	border-left: 5px solid #3273dc;
}

.tooltip.is-left.is-info:before {
	border-left: 5px solid #209cee;
}

.tooltip.is-left.is-info:before,.tooltip.is-left.is-success:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: -webkit-calc(100% + 2px);
	right: calc(100% + 2px);
}

.tooltip.is-left.is-success:before {
	border-left: 5px solid #23d160;
}

.tooltip.is-left.is-warning:before {
	border-left: 5px solid #ffdd57;
}

.tooltip.is-left.is-danger:before,.tooltip.is-left.is-warning:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	right: -webkit-calc(100% + 2px);
	right: calc(100% + 2px);
}

.tooltip.is-left.is-danger:before {
	border-left: 5px solid #ff3860;
}

.tooltip.is-left.is-multiline.is-small:after {
	width: 180px;
}

.tooltip.is-left.is-multiline.is-medium:after {
	width: 240px;
}

.tooltip.is-left.is-multiline.is-large:after {
	width: 300px;
}

.tooltip:after,.tooltip:before {
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	visibility: hidden;
}

.tooltip:before {
	z-index: 889;
}

.tooltip:after {
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,1,0,.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	box-shadow: 0 1px 2px 1px rgba(0,1,0,.2);
	content: attr(data-label);
	font-size: .85rem;
	font-weight: 400;
	padding: .35rem .75rem;
	white-space: nowrap;
	width: auto;
	z-index: 888;
}

.tooltip:not([data-label=""]):hover:after,.tooltip:not([data-label=""]):hover:before {
	opacity: 1;
	visibility: visible;
}

.tooltip.is-white:after {
	background: #fff;
	color: #0a0a0a;
}

.tooltip.is-black:after {
	background: #0a0a0a;
	color: #fff;
}

.tooltip.is-light:after {
	background: #f5f5f5;
	color: #363636;
}

.tooltip.is-dark:after {
	background: #363636;
	color: #f5f5f5;
}

.tooltip.is-primary:after {
	background: #2acc62;
	color: #fff;
}

.tooltip.is-link:after {
	background: #3273dc;
	color: #fff;
}

.tooltip.is-info:after {
	background: #209cee;
	color: #fff;
}

.tooltip.is-success:after {
	background: #23d160;
	color: #fff;
}

.tooltip.is-warning:after {
	background: #ffdd57;
	color: rgba(0,0,0,.7);
}

.tooltip.is-danger:after {
	background: #ff3860;
	color: #fff;
}

.tooltip:not([data-label=""]).is-always:after,.tooltip:not([data-label=""]).is-always:before {
	opacity: 1;
	visibility: visible;
}

.tooltip.is-multiline:after {
	display: flex-block;
	text-align: center;
	white-space: normal;
}

.tooltip.is-dashed {
	border-bottom: 1px dashed #b5b5b5;
	cursor: default;
}

.tooltip.is-square:after {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.tooltip.is-animated:after,.tooltip.is-animated:before {
	-webkit-transition: opacity 86ms ease-out,visibility 86ms ease-out;
	-o-transition: opacity 86ms ease-out,visibility 86ms ease-out;
	transition: opacity 86ms ease-out,visibility 86ms ease-out;
}

.upload {
	position: relative;
}

.upload input[type=file] {
	left: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.upload .upload-draggable {
	border: 1px dashed #b5b5b5;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	padding: .25em;
}

.upload .upload-draggable.is-disabled {
	cursor: not-allowed;
	opacity: .5;
}

.upload .upload-draggable.is-loading {
	opacity: .5;
	pointer-events: none;
	position: relative;
}

.upload .upload-draggable.is-loading:after {
	border-width: .25em;
	height: 3em;
	left: -webkit-calc(50% - 1.5em);
	left: calc(50% - 1.5em);
	top: 0;
	width: 3em;
}

.upload .upload-draggable.is-hovered.is-white,.upload .upload-draggable:hover.is-white {
	background: hsla(0,0%,100%,.05);
	border-color: #fff;
}

.upload .upload-draggable.is-hovered.is-black,.upload .upload-draggable:hover.is-black {
	background: rgba(10,10,10,.05);
	border-color: #0a0a0a;
}

.upload .upload-draggable.is-hovered.is-light,.upload .upload-draggable:hover.is-light {
	background: hsla(0,0%,96.1%,.05);
	border-color: #f5f5f5;
}

.upload .upload-draggable.is-hovered.is-dark,.upload .upload-draggable:hover.is-dark {
	background: rgba(54,54,54,.05);
	border-color: #363636;
}

.upload .upload-draggable.is-hovered.is-primary,.upload .upload-draggable:hover.is-primary {
	background: rgba(42,204,98,.05);
	border-color: #2acc62;
}

.upload .upload-draggable.is-hovered.is-link,.upload .upload-draggable:hover.is-link {
	background: rgba(50,115,220,.05);
	border-color: #3273dc;
}

.upload .upload-draggable.is-hovered.is-info,.upload .upload-draggable:hover.is-info {
	background: rgba(32,156,238,.05);
	border-color: #209cee;
}

.upload .upload-draggable.is-hovered.is-success,.upload .upload-draggable:hover.is-success {
	background: rgba(35,209,96,.05);
	border-color: #23d160;
}

.upload .upload-draggable.is-hovered.is-warning,.upload .upload-draggable:hover.is-warning {
	background: rgba(255,221,87,.05);
	border-color: #ffdd57;
}

.upload .upload-draggable.is-hovered.is-danger,.upload .upload-draggable:hover.is-danger {
	background: rgba(255,56,96,.05);
	border-color: #ff3860;
}

.button {
	font-weight: 700;
	text-transform: uppercase;
}

.b-radio.radio input[type=radio]+.check {
	border-width: 1px!important;
}

.field {
	position: relative;
}

.field .field-label {
	padding-top: 1em;
	position: relative;
}

.field.is-required .field-label:before {
	color: red;
	content: "*";
	font-family: Arial,sans-serif;
	font-size: 1rem;
	left: -.9rem;
	position: absolute;
	text-align: center;
}

.field.is-horizontal {
	margin: 0;
	padding-bottom: .8rem;
}

.field.is-horizontal .field-label {
	-webkit-transition: border-color 1s ease-out;
	border-bottom: 3px solid #9b9bb6;
	font-size: .9rem;
	margin: 0;
	padding: .7em 0 0;
	text-align: left;
	-o-transition: border-color 1s ease-out;
	transition: border-color 1s ease-out;
	white-space: nowrap;
}

.field.is-horizontal .field-label label {
	cursor: pointer;
	font-weight: 400;
}

.field.is-horizontal .field-body {
	border-bottom: 1px solid #9b9bb6;
	padding-left: 1.5rem;
}

.field.is-horizontal .help {
	margin: 0;
	position: absolute;
	top: 2.7rem;
	z-index: 1;
}

.field.is-horizontal .help.counter {
	right: 0;
}

.field.is-horizontal .input,.field.is-horizontal .taginput .taginput-container.is-focusable,.taginput .field.is-horizontal .taginput-container.is-focusable {
	-webkit-box-shadow: none!important;
	background: none;
	border: 0;
	box-shadow: none!important;
	color: #24244b;
	font-size: 1.2rem;
	height: 2em;
	padding-left: 0;
	padding-right: 0;
}

.field.is-horizontal .select {
	border: 0;
	font-size: 1.2rem;
	height: 2em;
	width: 100%;
}

.field.is-horizontal .select select {
	-webkit-box-shadow: none!important;
	background: none;
	border: 0;
	box-shadow: none!important;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.field.is-horizontal .control.has-icons-right .input,.field.is-horizontal .control.has-icons-right .taginput .taginput-container.is-focusable,.taginput .field.is-horizontal .control.has-icons-right .taginput-container.is-focusable {
	padding: 0;
}

@media screen and (max-width:768px) {
	.field.is-horizontal .field-body {
		padding: 0;
	}

	.field.is-horizontal .field-label {
		border: 0!important;
	}

	.field.is-horizontal .input,.field.is-horizontal .taginput .taginput-container.is-focusable,.taginput .field.is-horizontal .taginput-container.is-focusable {
		padding-left: 0;
		padding-right: 0;
	}

	.field.is-horizontal .select select {
		padding-left: 0;
	}
}

.field.is-filled .field-label {
	border-color: #2acc62;
}

.field.has-error .field-label {
	border-color: #ff3860;
}

#app,body,html {
	height: auto;
}

@media screen and (max-width:768px) {
	.columns.is-reverse-mobile {
		-ms-flex-direction: column-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-direction: column-reverse;
		   -moz-box-orient: vertical;
		   -moz-box-direction: reverse;
		        flex-direction: column-reverse;
	}

	.columns.is-reverse-mobile .column {
		width: 100%;
	}
}

.recaptcha-container {
	padding-top: 1.5rem;
}

.navbar-link:after {
	border-width: 2px;
	margin-left: -12px;
	margin-top: -7px;
}

.notices {
	z-index: 1002;
}

.loading-overlay.is-full-page {
	z-index: 1010;
}

.clr-yellow {
	background-color: #eadb3f!important;
}

.clr-blue {
	background-color: #1cb0d5!important;
}

.clr-green {
	background-color: #74ba32!important;
}

.clr-orange {
	background-color: #e67924!important;
}

.clr-pink {
	background-color: #e391c4!important;
}

.clr-violet {
	background-color: #9b4fa7!important;
}

.clr-white {
	background-color: #f8f8f8!important;
}

.clr-transparent {
	background: url(data:image/gif;base64,R0lGODlhCgAKAPABAMvIx////yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==) repeat!important;
	-webkit-background-size: 50% 50%;
	        background-size: 50%;
}

.clr-aqua {
	background-color: #63d4da!important;
}

.clr-mint {
	background-color: #aad879!important;
}

.clr-peachy {
	background-color: #fc9d73!important;
}

.clr-pearl {
	background-color: #caa8d2!important;
}

.clr-spring {
	background-color: #fc8776!important;
}

.clr-sunshine {
	background-color: #fed671!important;
}

#app {
	min-height: 100%;
}

.navbar-brand svg {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.app-header {
	-webkit-animation: Gradient 40s ease infinite;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.2);
	-o-animation: Gradient 40s ease infinite;
	   animation: Gradient 40s ease infinite;
	background: -webkit-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
	background: -o-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
	background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
	-webkit-background-size: 400% 400%;
	        background-size: 400% 400%;
	box-shadow: 0 0 9px rgba(0,0,0,.2);
	text-transform: lowercase;
}

.app-header.is-spaced {
	padding-bottom: 0;
	padding-top: 0;
}

.app-header .dropdown-menu {
	color: #000;
	text-transform: none;
}

.app-header .navbar-burger {
	color: #fff;
}

@media screen and (max-width:1087px) {
	.app-header .navbar-menu {
		padding: 1rem;
	}
}

.app-header .navbar-item {
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.app-header .navbar-item.is-active,.app-header .navbar-item:hover {
	color: rgba(0,0,0,.5);
	text-shadow: none;
}

@media screen and (max-width:1087px) {
	.app-header .navbar-item.is-active,.app-header .navbar-item:hover {
		color: #000;
	}
}

@media screen and (min-width:1088px) {
	.app-header .navbar-item,.app-header .navbar-item .navbar-link {
		color: #fff;
	}

	.app-header .navbar-item .navbar-link:after {
		border-color: #fff;
	}

	.app-header .navbar-item .navbar-link:hover {
		background: transparent;
	}
}

.app-header .navbar-item .tag {
	-webkit-animation: zoomIn .5s ease;
	-o-animation: zoomIn .5s ease;
	   animation: zoomIn .5s ease;
	display: inline-block;
	line-height: 2.2em;
	margin: 2px 0 0 7px;
	min-width: 24px;
}

.app-header .navbar-item .navbar-link,.app-header .navbar-item>span {
	margin: 0 0 -4px;
}

.app-header .navbar-item.has-dropdown .navbar-link {
	background: none;
}

.app-header .navbar-item .dropdown-item span,.app-header .navbar-item .dropdown .dropdown-menu .has-link a span,.dropdown .dropdown-menu .has-link .app-header .navbar-item a span {
	display: inline-block;
	padding: .375rem 1rem;
	width: 100%;
}

.app-header .navbar-item .dropdown-item span.is-active,.app-header .navbar-item .dropdown .dropdown-menu .has-link a span.is-active,.dropdown .dropdown-menu .has-link .app-header .navbar-item a span.is-active {
	color: #3273dc;
}

.app-header .navbar-dropdown .navbar-item {
	color: #444;
	text-transform: none;
}

.app-header .navbar-brand a {
	background-color: transparent!important;
}

.app-header .navbar-brand svg {
	height: 28px;
}

@media screen and (max-width:1087px) {
	.app-header .navbar-brand {
		padding-left: 1rem;
	}
}

.app-footer {
	background: #222224;
	margin-top: auto;
	padding: 0 0 20px;
	position: relative;
}

.footer-section__primary {
	padding-bottom: 1rem;
}

.footer-section__secondary {
	border-top: 1px solid #353536;
	margin: 20px 0 0;
	padding-bottom: .5rem;
	padding-top: 0;
	margin: 0;
	padding-top: .5rem;
}

.footer-logo {
	display: block;
	float: none;
	margin: 0 0 40px;
	max-width: 140px;
	min-width: 150px;
	width: 14%;
}

.footer-nav {
	padding-top: 7px;
}

.footer-nav__item {
	background: transparent;
	border: none;
	display: inline-block;
	font-size: 14px;
	margin: 0 15px 8px 0;
	padding: 0;
}

.footer-nav__item a {
	color: #5e5e5f;
	text-decoration: underline;
}

.footer-nav__item a:hover {
	text-decoration: none;
}

.footer-nav__item a.is-active {
	color: #a6a6a6;
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.footer-nav {
		margin: 0 -1.5rem;
		padding-bottom: 1.5rem;
	}

	.footer-nav__item {
		border-bottom: 1px solid #353536;
		display: block;
		font-size: 1.1rem;
		margin: 0;
		padding: 0 1.5rem;
	}

	.footer-nav__item a {
		display: block;
		padding: 10px 0;
	}
}

.footer-slide {
	line-height: normal;
}

.footer-slide__heading {
	color: #fff;
	font-size: 1.1em;
	margin: 0 0 9px;
}

.footer-slide__body {
	color: #b3b3b3;
}

.footer-slide__footer {
	color: #fff;
	margin: 15px 0 0;
	text-align: right;
}

.footer-copyright {
	color: #b3b3b3;
	display: block;
	font-size: .8em;
	text-align: left;
	text-transform: uppercase;
}

.newsletter {
	font-size: .9em;
}

.newsletter-header {
	margin: 0 0 10px;
}

.newsletter-header-title {
	color: #cbcbcb;
	font-size: 1.4em;
	line-height: 100%;
}

.newsletter-header-subtitle {
	color: #848484;
	font-weight: 300;
}

.newsletter-content .control {
	width: 250px;
}

.newsletter-content .field .button,.newsletter-content .field .input,.newsletter-content .field .taginput .taginput-container.is-focusable,.taginput .newsletter-content .field .taginput-container.is-focusable {
	height: 40px;
}

.newsletter-content .field .input,.newsletter-content .field .taginput .taginput-container.is-focusable,.taginput .newsletter-content .field .taginput-container.is-focusable {
	background: #4c4c4c;
	border-color: #4c4c4c;
	color: #ddd;
	height: 40px;
}

.newsletter-content .field .input::-webkit-input-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable::-webkit-input-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input:-ms-input-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable:-ms-input-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable:-ms-input-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input::-ms-input-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable::-ms-input-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable::-ms-input-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input::-webkit-input-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable::-webkit-input-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable::-webkit-input-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input:-moz-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable:-moz-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable:-moz-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input::-moz-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable::-moz-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable::-moz-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input:-ms-input-placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable:-ms-input-placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable:-ms-input-placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .input::placeholder,.newsletter-content .field .taginput .taginput-container.is-focusable::placeholder,.taginput .newsletter-content .field .taginput-container.is-focusable::placeholder {
	color: hsla(0,0%,80%,.6);
}

.newsletter-content .field .button {
	background: #de4735;
	border-color: #de4735;
	color: #fff;
	font-weight: 400;
	text-transform: none;
}

.app-main {
	min-height: 400px;
}

.app-main .animated-container {
	-webkit-animation: fadeIn .5s ease;
	-o-animation: fadeIn .5s ease;
	   animation: fadeIn .5s ease;
}

.page-title {
	color: #39c;
	font-size: 2rem;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

.contact-form,.first-screen {
	position: relative;
}

.first-screen {
	background: url(/img/afram-bg.e67c685e.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	        background-size: cover;
	color: #fff;
	height: 100vh;
}

.first-screen__sheets {
	-webkit-transition: width .3s ease;
	height: 200px;
	left: 5%;
	position: absolute;
	top: 17%;
	-o-transition: width .3s ease;
	transition: width .3s ease;
	width: 300px;
}

.first-screen__sheets img {
	position: absolute;
	top: 0;
}

.first-screen__sheets>div {
	height: 100%;
	position: absolute;
	width: 100%;
}

.first-screen__sheets>div.__sheet1 {
	-webkit-transform: rotate(354deg);
	-ms-transform: rotate(354deg);
	 -o-transform: rotate(354deg);
	    transform: rotate(354deg);
	z-index: 2;
}

.first-screen__sheets>div.__sheet1 img {
	-webkit-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	   animation-duration: 1.5s;
}

.first-screen__sheets>div.__sheet2 {
	-webkit-transform: rotate(358deg);
	left: 20%;
	top: 140px;
	-ms-transform: rotate(358deg);
	 -o-transform: rotate(358deg);
	    transform: rotate(358deg);
}

@media screen and (max-width:1087px) {
	.first-screen__sheets {
		width: 260px;
	}

	.first-screen__sheets>div.__sheet2 {
		top: 120px;
	}
}

@media screen and (max-width:768px) {
	.first-screen__sheets {
		display: none;
		width: 200px;
	}

	.first-screen__sheets>div.__sheet2 {
		top: 80px;
	}
}

.first-screen__slogan {
	-webkit-animation: fadeIn 1s ease;
	-o-animation: fadeIn 1s ease;
	   animation: fadeIn 1s ease;
	bottom: 21%;
	font-size: 2rem;
	font-weight: 700;
	left: 5%;
	line-height: 100%;
	min-width: 380px;
	position: absolute;
	width: 30vw;
}

@media screen and (max-width:768px) {
	.first-screen__slogan {
		font-size: 1.4rem;
	}
}

.first-screen__watch-video {
	-webkit-animation: fadeIn 1s ease,zoomIn 1s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-o-animation: fadeIn 1s ease,zoomIn 1s ease;
	   animation: fadeIn 1s ease,zoomIn 1s ease;
	bottom: 11%;
	left: 5%;
	line-height: 0;
	position: absolute;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	width: 160px;
}

.first-screen__watch-video a {
	display: block;
}

.first-screen__watch-video svg {
	width: 100%;
}

.first-screen__watch-video:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	 -o-transform: scale(1.1);
	    transform: scale(1.1);
}

.page-home .app-header {
	font-size: 1.1em;
}

.page-home .navbar {
	-webkit-box-shadow: none;
	background: transparent;
	box-shadow: none;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	text-transform: lowercase;
	width: 100%;
	margin-bottom: -82px;
	z-index: 3;
	background: rgba(0,0,0,0.2);
}

.page-home .navbar .dropdown-menu {
	color: #000;
	text-transform: none;
}

@media screen and (max-width:1087px) {
	.page-home .navbar.is-active {
		-webkit-box-shadow: 0 0 9px rgba(0,0,0,.2);
		background: -webkit-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
		background: -o-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
		background: linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);
		-webkit-background-size: 400% 400%;
		        background-size: 400% 400%;
		box-shadow: 0 0 9px rgba(0,0,0,.2);
	}

	.page-home .navbar.is-active .navbar-item,.page-home .navbar.is-active .navbar-link {
		color: inherit;
	}
}

.page-home .navbar-brand {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.page-home .navbar-brand svg {
	height: 34px;
}

@media screen and (max-width:1087px) {
	.page-home .navbar-brand {
		padding-left: 1rem;
	}

	.page-home .navbar-brand svg {
		height: 32px;
	}
}

.page-home .navbar-item .tag {
	display: inline-block;
	line-height: 2.2em;
	margin: 2px 0 0 7px;
	min-width: 24px;
}

.page-home .navbar-burger {
	color: #fff;
}

.page-home .navbar-link:after {
	border-color: #fff;
}

.page-home .navbar-menu .navbar-item,.page-home .navbar-menu .navbar-link {
	background: transparent!important;
	color: #fff;
}

.page-home .navbar-menu .navbar-item:hover {
	background-color: rgba(85,85,85,.1)!important;
}

@media screen and (max-width:1087px) {
	.page-home .navbar-menu {
		background: #fff;
	}
}

.mvideo {
	background: #000 url(/img/main-poster.76b54930.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	        background-size: cover;
	color: #fff;
	height: 100vh;
	position: relative;
	width: 100%;
}

.mvideo__logo {
	left: 50%;
	margin: 0 0 0 -120px;
	position: absolute;
	top: 100px;
	width: 240px;
	z-index: 10;
}

.mvideo video {
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.mvideo__caption {
	left: 25%;
	position: absolute;
	right: 25%;
	text-align: center;
	top: 30%;
	width: 50%;
}

.mvideo__description {
	font-size: 2.1em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 1rem auto 1.5rem;
}

@media screen and (max-width:768px) {
	.mvideo__buttons {
		margin-top: 3rem;
		font-size: 11px;
	}
}

.mvideo__buttons a {
	-webkit-transition: background .5s ease;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 100%;
	margin: 1% .6% 0;
	padding: .3em .6em;
	text-align: center;
	text-decoration: none;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.mvideo__buttons a {
		display: block;
		margin-top: 1.5rem;
	}
}

.mvideo__buttons a:hover {
	background: #fff;
	color: #000;
}

#forgotPasswordModal {
	min-width: 350px;
	width: auto;
}

.modal-customer {
	min-width: 400px;
	width: auto;
}

.modal-customer .modal-card-head {
	background: #fff;
	border-color: #fff;
	padding: 3rem 3.5rem 0;
	text-align: center;
}

.modal-customer .modal-card-title {
	color: #d03781;
	text-transform: uppercase;
}

.modal-customer .modal-card-body {
	padding: 2rem 3.5rem 1rem;
}

.modal-customer .modal-card-foot {
	background: #fff;
	border: 0;
	padding: .75rem 3.5rem;
}

.modal-customer .field-label {
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	        flex-basis: auto;
	width: 10%;
}

.modal-customer__password-field {
	position: relative;
}

.modal-customer__password-field .input,.modal-customer__password-field .taginput .taginput-container.is-focusable,.taginput .modal-customer__password-field .taginput-container.is-focusable {
	width: 75%;
}

.modal-customer__password-field .forgot-link {
	color: #7a7a7a;
	font-size: .9rem;
	margin: -15px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 100;
}

.modal-customer .field-buttons {
	margin-top: 2rem;
	text-align: center;
}

.modal-customer .field-buttons .button {
	width: 200px;
}

.modal-customer__create_account {
	margin: 1.2rem 0 0;
}

.catalog-section {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.catalog-section--notes {
	background-color: #0b9ab7;
}

.catalog-section--notes .catalog-product__size p {
	color: #0b9ab7;
}

.catalog-section--pad {
	background-color: #eb7a21;
}

.catalog-section--pad .catalog-product__size p {
	color: #eb7a21;
}

.catalog-section--boards {
	background-color: #c96db7;
}

.catalog-section--boards .catalog-product__size p {
	color: #c96db7;
}

.catalog-section--sheets {
	background-color: #88b53b;
}

.catalog-section--sheets .catalog-product__size p {
	color: #88b53b;
}

.catalog-section__content {
	padding: 4rem 1.5rem 2.6rem;
	position: relative;
	z-index: 2;
}

.catalog-section__title {
	font-size: 3rem;
	line-height: 100%;
	margin: 0 0 .6rem;
	text-transform: uppercase;
}

.catalog-section__title span {
	font-weight: 300;
	margin: 0 0 0 10px;
}

.catalog-section__title img {
	height: 5rem;
	min-width: 200px;
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.catalog-section__title {
		padding-left: 3.6rem;
	}
}

@media screen and (max-width:768px) {
	.catalog-section__title {
		margin-bottom: 1.2rem;
		text-align: center;
	}

	.catalog-section__title img {
		width: 80%;
	}
}

.catalog-section__description {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 0 6.5rem;
	position: relative;
	width: 600px;
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.catalog-section__description {
		padding-left: 3.6rem;
	}
}

@media screen and (max-width:768px) {
	.catalog-section__description {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.catalog-section__image {
	-webkit-transition: all 1s;
	margin: -10% 0 0;
	min-height: 333px;
	text-align: center;
	-o-transition: all 1s;
	transition: all 1s;
}

@media screen and (max-width:768px) {
	body .catalog-section__image {
		margin-left: -4%;
		margin-right: -10%;
		margin-top: -24%;
		min-height: 0;
	}
}

.catalog-section__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width:768px) {
	.catalog-section__bg {
		display: none;
	}
}

.catalog-section-filters {
	border-bottom: 1px solid #fff;
	margin: -20px 0 40px;
	position: relative;
	text-align: center;
	z-index: 10;
}

.catalog-section-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalog-section-filters ul li {
	display: inline-block;
	font-size: 17pt;
	margin: 0;
	padding: 0 25px;
	position: relative;
}

.catalog-section-filters ul li a {
	border-bottom: 3px solid transparent;
	color: #00e7ff;
	display: inline-block;
	padding: 12px 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.catalog-section-filters ul li.active a {
	border-color: #fff;
	color: #fff;
}

.catalog-section--notes {
	padding-top: 70px;
}

.catalog-section--notes .catalog-section__image {
	margin: -20% -25% 2% -6%;
}

@media(max-width:768px){
	.catalog-section--notes .catalog-section__image {
		margin: -20% -11% 2% -6%;
	}
}

.catalog-section--notes .catalog-section__bg {
	background: url(/img/notes-bg.9d54531e.svg) no-repeat 50%;
	-webkit-background-size: 145% 145%;
	        background-size: 145%;
	height: 600px;
	top: -110px;
}

.catalog-section--pad .catalog-section__image {
	margin-left: -1%;
	margin-right: -25%;
	margin-top: -20%;
}

.catalog-section--pad .catalog-section__bg {
	background: url(/img/pads-bg.64dc9036.svg) no-repeat 50%;
	-webkit-background-size: 150% 150%;
	        background-size: 150%;
	top: -37%;
}

.catalog-section--boards .catalog-section__image {
	margin: -15% 0 5%;
}

@media(max-width:768px){
	.catalog-section--boards .catalog-section__image {
		margin: -18% 0 5%;
	}
}

.catalog-section--boards .catalog-section__image img {
	width: 80%;
}

.catalog-section--sheets .catalog-section__image {
	margin: -7% 0 3% 10%;
}

@media(max-width:768px){
	.catalog-section--sheets .catalog-section__image {
		margin: -12% 0 3% 10%;
	}
}

.catalog-section--sheets .catalog-section__image img {
	width: 80%;
}

.catalog-product {
	margin: 0 0 2rem;
	overflow: hidden;
}

.catalog-product__size {
	border-right: 1px solid #fff;
	float: left;
	font-size: .9em;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
	width: 40%;
}

.catalog-product__size>div {
	float: right;
	margin: 0 15px 0 0;
	text-align: center;
}

.catalog-product__size p {
	background: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	color: #000;
	display: inline-block;
	font-size: 1.6em;
	height: 50px;
	line-height: 1;
	margin: 0 0 8px;
	padding: 14px 0 16px 0;
	text-align: center;
	width: 50px;
	padding-right: 1px;
}

.catalog-product__props {
	border-bottom: 1px solid #fff;
	float: left;
	font-size: .8em;
	line-height: 130%;
	padding: 0 0 3px 10px;
	width: 50%;
}

.catalog-product__price {
	float: left;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 100%;
	padding: 9px 0 0 10px;
	width: 50%;
}

.catalog-product__price span {
	bottom: -6px;
	display: block;
	position: relative;
}

.catalog-product__variant {
	margin: 0 auto 5px;
	position: relative;
	text-align: center;
	width: 120px;
}

.catalog-product__variant.color-yellow input {
	background-color: #eadb3f;
	color: rgba(0,0,0,.7);
}

.catalog-product__variant.color-blue input {
	background-color: #1cb0d5;
	color: #fff;
}

.catalog-product__variant.color-green input {
	background-color: #74ba32;
	color: #fff;
}

.catalog-product__variant.color-orange input {
	background-color: #e67924;
	color: #fff;
}

.catalog-product__variant.color-pink input {
	background-color: #e391c4;
	color: #fff;
}

.catalog-product__variant.color-violet input {
	background-color: #9b4fa7;
	color: #fff;
}

.catalog-product__variant.color-white input {
	background-color: #f8f8f8;
	color: rgba(0,0,0,.7);
}

.catalog-product__variant.color-transparent input {
	background: url(data:image/gif;base64,R0lGODlhCgAKAPABAMvIx////yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==) repeat!important;
}

.catalog-product__variant.color-aqua input {
	background-color: #63d4da;
	color: rgba(0,0,0,.7);
}

.catalog-product__variant.color-mint input {
	background-color: #aad879;
	color: rgba(0,0,0,.7);
}

.catalog-product__variant.color-peachy input {
	background-color: #fc9d73;
	color: #fff;
}

.catalog-product__variant.color-pearl input {
	background-color: #caa8d2;
	color: #fff;
}

.catalog-product__variant.color-spring input {
	background-color: #fc8776;
	color: #fff;
}

.catalog-product__variant.color-sunshine input {
	background-color: #fed671;
	color: rgba(0,0,0,.7);
}

.catalog-product__variant .input,.catalog-product__variant .taginput .taginput-container.is-focusable,.taginput .catalog-product__variant .taginput-container.is-focusable {
	-webkit-box-shadow: none;
	border: 0;
	-webkit-border-radius: 3px!important;
	        border-radius: 3px!important;
	box-shadow: none;
	color: #000;
	font-size: 1.1em;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.catalog-product__variant .is-loading:after {
	border-bottom-color: rgba(0,0,0,.2);
	border-left-color: rgba(0,0,0,.2);
	left: 50%;
	margin: -.5em;
	top: 50%;
}

.catalog-product__variant .is-loading .input,.catalog-product__variant .is-loading .taginput .taginput-container.is-focusable,.taginput .catalog-product__variant .is-loading .taginput-container.is-focusable {
	color: rgba(68,68,68,.1);
}

.catalog-product__variant .button {
	background: transparent;
	border: 1px solid #fff!important;
	-webkit-border-radius: 100%!important;
	        border-radius: 100%!important;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	height: 27px;
	line-height: 27px;
	padding: 0!important;
	position: relative;
	text-align: center;
	text-decoration: none!important;
	width: 27px;
}

.catalog-product__variant .button.is-right {
	margin-left: 7px;
}

.catalog-product__variant .button.is-left {
	margin-right: 7px;
}

.catalog-product__variant .button-minus svg,.catalog-product__variant .button-plus svg {
	display: inline-block;
	margin: 3px 0;
	width: 19px;
}

.dot-nav {
	-webkit-transform: translateY(-50%);
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	width: 16px;
	z-index: 10;
}

.dot-nav li {
	margin: 0;
	padding: 8px 0;
}

.dot-nav li a {
	-webkit-transition: background-color .3s ease,-webkit-transform .3s ease;
	background-color: #fff;
	background-color: hsla(0,0%,100%,.3);
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 16px;
	opacity: .7;
	position: relative;
	transition: background-color .3s ease,-webkit-transform .3s ease;
	-o-transition: background-color .3s ease,-o-transform .3s ease;
	transition: transform .3s ease,background-color .3s ease;
	transition: transform .3s ease,background-color .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
	transition: transform .3s ease,background-color .3s ease,-webkit-transform .3s ease;
	width: 16px;
}

.dot-nav li a.active {
	background-color: #fff;
}

.dot-nav li a.active span {
	opacity: 1;
	visibility: visible;
}

.dot-nav li a span {
	background-color: #fff;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	color: #000;
	font-size: 16px;
	opacity: 0;
	padding: 3px 10px;
	right: 26px;
	visibility: hidden;
}

.dot-nav li a span,.dot-nav li a span:after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.dot-nav li a span:after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	content: "";
	height: 0;
	right: -5px;
	width: 0;
}

.dot-nav li a:hover {
	background-color: #fff;
}

.dot-nav li a:hover span {
	opacity: 1;
	visibility: visible;
}

.cart-table tr.is-loading {
	opacity: .6;
}

.cart-table tr:hover img {
	opacity: .4;
}

.cart-table th {
	text-transform: uppercase;
}

.cart-table td {
	border-color: #f6f6f6;
	vertical-align: middle!important;
}

.cart-table td img {
	-webkit-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
}

.cart-table td.cart-table__col-image {
	padding: 0!important;
	width: 1%;
}

.cart-table td.cart-table__col-image .image {
	width: 128px;
}

.cart-table td.cart-table__col-image .image img {
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
}

@media screen and (max-width:768px) {
	.cart-table td.cart-table__col-image {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		   -moz-box-pack: center!important;
		        justify-content: center!important;
		text-align: center;
	}

	.cart-table td.cart-table__col-image:before {
		display: none;
	}

	.cart-table td.cart-table__col-image img {
		min-height: 128px;
	}
}

@media screen and (min-width:769px) and (max-width:1087px) {
	.cart-table td.cart-table__col-image {
		width: 0;
	}
}

@media screen and (max-width:768px) {
	.cart-table td.cart-table__col-delete,.cart-table td.cart-table__col-image,.cart-table td.cart-table__col-name {
		-ms-flex-pack: center!important;
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		   -moz-box-pack: center!important;
		        justify-content: center!important;
	}

	.cart-table td.cart-table__col-delete:before,.cart-table td.cart-table__col-image:before,.cart-table td.cart-table__col-name:before {
		display: none;
	}
}

.cart-table td.cart-table__col-qty input {
	max-width: 60px;
	text-align: center;
}

.cart-actions,.cart-table td.cart-table__col-delete {
	text-align: right;
}

.cart-actions {
	-webkit-box-shadow: none;
	border: 0;
	box-shadow: none;
	padding: 0;
	text-transform: uppercase;
}

@media screen and (max-width:768px) {
	.cart-actions .level-item {
		padding-bottom: .5rem;
		padding-top: .5rem;
	}
}

.cart-item__image {
	position: relative;
}

.cart-empty {
	font-style: italic;
}

.cart-total--grand_total {
	border-top: 1px solid #eee;
	font-size: 1.5rem;
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0;
	text-transform: uppercase;
}

.cart-total--referral_discount {
	display: none;
}

.cart-total__value {
	font-weight: 700;
}

.cart-checkout-button {
	text-align: right;
}

.cart-checkout-button .button {
	min-height: 50px;
}

.ta-cart {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	display: none;
}

.ta-cart,.ta-cart .collapse {
	background: #24244b;
	color: #fff;
}

.ta-cart .collapse {
	display: block;
	height: 30px;
	left: 50%;
	line-height: 30px;
	margin: 0 0 0 -50px;
	position: absolute;
	text-align: center;
	top: -30px;
	width: 100px;
}

.ta-cart__container {
	display: block;
	font-size: 1rem;
	width: 100%;
	overflow: hidden;
}

.ta-cart__container>* {
	display: inline-block;
	vertical-align: top;
}

.ta-cart__clear {
	background: #25365f;
	font-size: .72em;
	padding: 17px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 6%;
	min-width: 76px;
}

.ta-cart__clear span {
	background: transparent;
	border: 1px solid #2acc62;
	color: #2acc62;
	display: inline-block;
	font-size: 20px;
	margin: 0 auto 9px;
	display: block;
}

.ta-cart__clear span:after,.ta-cart__clear span:before {
	background-color: #2acc62;
}

.ta-cart__clear a {
	color: #909fb5;
	display: block;
	letter-spacing: .3px;
	line-height: 120%;
	padding: 0 18px;
	text-decoration: none;
	vertical-align: middle;
}

.ta-cart__clear a:hover {
	opacity: .7;
}

.ta-cart__total {
	color: #89899e;
	float: right;
	font-size: .9em;
	margin: 20px 33px 9px 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

.ta-cart__total .price {
	color: #fff;
	display: inline-block;
	font-family: monospace;
	font-size: 2.12em;
	letter-spacing: -2px;
	line-height: normal;
	margin: -5px 0 0;
	position: relative;
	vertical-align: middle;
}

.ta-cart__total .price em {
	bottom: -10px;
	font-size: .5em;
	font-style: normal;
	line-height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

.ta-cart__total .price .ui-effects-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
}

.ta-cart__total__order {
	border-bottom: 1px solid #89899e;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.ta-cart__total__shipping .price {
	font-size: 1.2em;
}

.ta-cart__total__currency {
	font-size: .7em;
	margin: 0;
}

.ta-cart__total__discount {
	-webkit-animation: flipInX 1s linear;
	-o-animation: flipInX 1s linear;
	   animation: flipInX 1s linear;
	font-size: .7em;
	margin: 0;
}

.ta-cart__total__discount b {
	color: #fff;
}

.ta-cart__checkout {
	text-align: right;
	width: 380px;
	-webkit-box-shadow: -3px 0px 14px #2acc62;
	        box-shadow: -3px 0px 14px #2acc62;
	border-left: 1px solid #2acc62;
	border-bottom: 1px solid #24244b;
}

.ta-cart__checkout .button {
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	color: #24244b;
	display: inline-block;
	float: right;
	font-size: 1.2rem;
	height: 60px;
	line-height: 64px;
	margin: 15px 18px 15px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 154px;
}

.ta-cart__checkout .btn:hover {
	opacity: .8;
}

.ta-cart__purchases {
	overflow: hidden;
	display: inline-block;
	width: -webkit-calc(100% - 6% - 380px);
	width: calc(100% - 6% - 380px);
}

@media(max-width:1280px){
	.ta-cart__purchases {
		width: -webkit-calc(100% - 76px - 380px);
		width: calc(100% - 76px - 380px);
	}
}

.ta-cart__section {
	display: table-cell;
	padding: 12px 23px 14px 18px;
	position: relative;
	vertical-align: top;
}

.ta-cart__section:after {
	background: #89899e;
	content: "";
	height: 54px;
	left: -1px;
	position: absolute;
	top: 0;
	width: 1px;
}

@media(max-width:768px){
	.ta-cart__container > *{
		display: block;
	}
	.ta-cart__section{
		display: block;
	}
	.ta-cart__heading{
		display: inline-block;
		width: 48%;
	}
	body .ta-cart__item{
		float: none;
	}
	.ta-cart__body{
		display: inline-block;
		width: 48%;
	}
	body .ta-cart__clear{
		width: 100%;
		height: 48px;
	}
	body .ta-cart__checkout .button{
		line-height: 40px;
		height: 40px;
	}
	.ta-cart__purchases{
		width: 100%;
		height: 100px;
	}
	.ta-cart__checkout{
		border: none;
		-webkit-box-shadow: 0px -2px 4px #2acc62;
		        box-shadow: 0px -2px 4px #2acc62;
		border-top: 1px solid #2acc62;
		width: 100%;
	}
}

.ta-cart__heading {
	line-height: 100%;
	text-transform: uppercase;
	white-space: nowrap;
}

.ta-cart__heading .price {
	color: #89899e;
	margin: 7px 0 0 0;
	display: block;
}

.loader-gif-left{
	position: absolute;
	height: 27px;
	margin-left: -33px;
	background: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.loader-gif-right{
	position: absolute;
	height: 27px;
	background: #FFF;
	margin-left: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ta-cart__item {
	float: left;
	margin: 5px 15px 0 0;
}

.ta-cart__item .label {
	color: #fff;
	display: table-cell;
	letter-spacing: 0;
	padding: 0 6px 0 0;
	text-align: right;
}

.ta-cart__item .label span {
	vertical-align: -2px;
}

.ta-cart__item ul {
	display: table-cell;
	font-size: .8em;
	list-style: none;
	max-width: 170px;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -1px;
}

.ta-cart__item ul li {
	background-color: #fff;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	color: #24244b;
	display: inline-block;
	height: 20px;
	line-height: 23px;
	margin: 1px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}

.ta-cart__section_notes .label,.ta-cart__section_pads .label {
	padding-left: 0;
	text-align: left;
}

.ta-cart__section_smileys .ta-cart__item ul li {
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	padding: 2px;
	width: 20px;
}

.ta-cart__section_Boards .label,.ta-cart__section_Sheets .label {
	padding-left: 6px;
	padding-right: 0;
}

.ta-cart.closed .ta-cart__heading .price {
	display: block;
	margin: 12px 0 0;
}

.ta-cart.closed .ta-cart__body {
	display: none;
}

.ta-cart__section.hover .ta-cart__heading .price {
	display: inline;
	margin: 7px 0 0 15px;
}

.ta-cart__section.hover .ta-cart__body {
	display: block!important;
}

.ta-cart-discount {
	background: #25365f;
	float: right;
	font-size: .7rem;
	height: 20px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: -20px;
	width: 100%;
}

.ta-cart-discount span {
	color: #00db74;
}

.ta-cart-discount__heading {
	display: none;
	font-weight: 700;
	padding: 0 0 2px 5px;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 10;
}

.ta-cart-discount__footer {
	color: hsla(0,0%,100%,.5);
	font-size: 1.3em;
	font-weight: 700;
	padding: 0 0 0 5px;
	position: absolute;
	right: 30px;
	text-shadow: 0 0 1px rgba(36,36,75,.5);
	top: 1px;
	z-index: 10;
}

.ta-cart-discount__footer span {
	color: #fff;
}

.ta-cart-discount__progress {
	margin: 0 0 4px;
	position: relative;
	width: 82%;
}

@media screen and (max-width:1087px) {
	.ta-cart-discount__progress {
		width: 65%;
	}
}

@media screen and (max-width:768px) {
	.ta-cart-discount__progress {
		width: 50%;
	}
}
/*!*position: absolute;*!*/.ta-cart-discount__progress__rates {
	height: 20px;
	line-height: 100%;
	position: relative;
	width: 95%;
}

.ta-cart-discount__progress__rate {
	height: 100%;
	left: 0;
	position: absolute;
}

.ta-cart-discount__progress__rate>div {
	-webkit-transition: all .1s ease-out;
	font-size: 1.3em;
	font-weight: 700;
	height: 100%;
	line-height: 23px;
	position: absolute;
	right: -24px;
	text-align: center;
	top: 0;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 3;
}

.ta-cart-discount__progress__rate>div span {
	color: inherit;
}

.ta-cart-discount__progress__rate>div:after,.ta-cart-discount__progress__rate>div:before {
	border-left: 1px solid #eee;
	content: "";
	height: 2px;
	left: 50%;
	opacity: .5;
	position: absolute;
}

.ta-cart-discount__progress__rate>div:before {
	top: 0;
}

.ta-cart-discount__progress__rate>div:after {
	bottom: 0;
}

.ta-cart-discount__progress__rate>div .__off {
	color: inherit;
	font-size: .8em;
}

.ta-cart-discount__progress__rate>div .__minus {
	display: none;
}

.ta-cart-discount__progress__rate.active>div {
	-webkit-animation: tada 1s linear;
	-o-animation: tada 1s linear;
	   animation: tada 1s linear;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #fff;
	font-size: 1.6em;
	line-height: 21px;
	padding: 0 3px;
}

.ta-cart-discount__progress__rate.active>div:after,.ta-cart-discount__progress__rate.active>div:before {
	display: none;
}

.ta-cart-discount__progress__rate.active>div .__off {
	display: none;
	font-size: 1em;
}

.ta-cart-discount__progress__rate.active>div .__minus {
	display: inline;
}

.ta-cart-discount__progress__line {
	-webkit-animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: Gradient2;
	-webkit-animation-timing-function: linear;
	-webkit-transition: width .7s ease-out;
	-o-animation-duration: 4s;
	   animation-duration: 4s;
	-o-animation-fill-mode: forwards;
	   animation-fill-mode: forwards;
	-o-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
	-o-animation-name: Gradient2;
	   animation-name: Gradient2;
	-o-animation-timing-function: linear;
	   animation-timing-function: linear;
	background: #a244bc;
	background: -webkit-gradient(linear,left top,right top,color-stop(10%,#a244bc),color-stop(18%,#d550eb),color-stop(30%,#a244bc));
	background: -webkit-gradient(linear,left top, right top,color-stop(10%, #a244bc),color-stop(18%, #d550eb),color-stop(30%, #a244bc));
	background: -webkit-linear-gradient(left,#a244bc 10%,#d550eb 18%,#a244bc 30%);
	background: -o-linear-gradient(left,#a244bc 10%,#d550eb 18%,#a244bc 30%);
	background: linear-gradient(90deg,#a244bc 10%,#d550eb 18%,#a244bc 30%);
	-webkit-background-size: 800% 800%;
	        background-size: 800%;
	height: 100%;
	position: relative;
	-o-transition: width .7s ease-out;
	transition: width .7s ease-out;
}

.has-line {
	position: relative;
}

.has-line .fieldset-body:after {
	background-image: none,none,none,-webkit-radial-gradient(circle closest-side,#f6f6f8 -webkit-calc(100% - .5px),transparent 100%);
	background-image: none,none,none,-o-radial-gradient(circle closest-side,#f6f6f8 -webkit-calc(100% - .5px),transparent 100%);
	background-image: none,none,none,-o-radial-gradient(circle closest-side,#f6f6f8 calc(100% - .5px),transparent 100%);
	background-image: none,none,none,radial-gradient(circle closest-side,#f6f6f8 calc(100% - .5px),transparent 100%);
	background-position: 0 0,0 50px;
	background-repeat: repeat-x,repeat-y;
	-webkit-background-size: .7rem 2px,2px .7rem;
	        background-size: .7rem 2px,2px .7rem;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 0;
}

.has-line.is-active .fieldset-body:after,.has-line.is-filled .fieldset-body:after {
	background-image: none,none,none,-webkit-radial-gradient(circle closest-side,#d6d6e1 -webkit-calc(100% - .5px),transparent 100%);
	background-image: none,none,none,-o-radial-gradient(circle closest-side,#d6d6e1 -webkit-calc(100% - .5px),transparent 100%);
	background-image: none,none,none,-o-radial-gradient(circle closest-side,#d6d6e1 calc(100% - .5px),transparent 100%);
	background-image: none,none,none,radial-gradient(circle closest-side,#d6d6e1 calc(100% - .5px),transparent 100%);
}

.checkout-main {
	overflow: hidden;
}

.checkout-lead,.checkout-main {
	position: relative;
}

.checkout-side {
	background-color: #1a1a38;
	position: relative;
}

.checkout-side-background {
	background-color: #1c1c3a;
	bottom: 0;
	left: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.checkout-fieldset {
	border: 0;
	margin: 0 0 5px;
	padding: 0 40px;
}

.checkout-fieldset .fieldset-title {
	color: #9c9cb7;
}

.checkout-fieldset .fieldset-title svg {
	-webkit-box-shadow: 0 0 0 5px #fff;
	background: #fff;
	box-shadow: 0 0 0 5px #fff;
	fill: #9c9cb7;
	height: 17px;
	left: -47px;
	position: absolute;
	top: 12px;
	width: 17px;
	z-index: 2;
}

.checkout-fieldset .fieldset-head {
	color: #3a3a6f;
	display: block;
	font-size: .9rem;
	font-weight: 700;
	margin: 0 0 38px;
	position: relative;
	text-transform: uppercase;
}

.checkout-fieldset .fieldset-head .field {
	margin: -6px 0 0;
}

.checkout-fieldset .fieldset-head .control {
	font-size: 1em;
}

.checkout-fieldset .fieldset-head .button {
	color: #3a3a6f;
	font-size: 1em;
}

.checkout-fieldset .fieldset-head .button.is-primary {
	color: #fff;
}

.checkout-fieldset .fieldset-body {
	padding: 0 0 60px;
}

.checkout-fieldset .fieldset-collapse {
	display: none;
}

.checkout-fieldset .fieldset-edit-link {
	color: #b7b7b7;
	font-size: .7rem;
	position: absolute;
	right: 0;
	top: 15px;
}

.checkout-fieldset.is-active .fieldset-title,.checkout-fieldset.is-filled .fieldset-title {
	color: inherit;
}

.checkout-fieldset.is-active .fieldset-title svg,.checkout-fieldset.is-filled .fieldset-title svg {
	fill: #2acc62;
}

.checkout-fieldset.is-active .fieldset-collapse,.checkout-fieldset.is-filled .fieldset-collapse {
	display: block;
}

.checkout-shipping-methods {
	max-width: 100%;
	min-height: 50px;
	position: relative;
}

.checkout-shipping-method {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #000;
	font-size: .85rem;
	margin: 0 0 -1px;
	overflow: hidden;
	position: relative;
}

.checkout-shipping-method.is-active {
	border: 1px solid #2acc62;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	margin: 0 -16px -1px;
	padding: 0 15px;
	position: relative;
	z-index: 10;
}

.checkout-shipping-method .columns {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0!important;
}

.checkout-shipping-method .column {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	border-right: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.checkout-shipping-method .column:last-child {
	border: 0;
}

.checkout-shipping-method .column>p {
	width: 100%;
}

.checkout-shipping-method .column-input {
	border: 0;
	font-size: 1rem;
	padding: 0;
}

.checkout-shipping-method .column-input .b-radio .control-label {
	display: none;
}

.checkout-shipping-method .column-icon {
	text-align: center;
	width: 90px;
}

.checkout-shipping-method .column-icon img {
	vertical-align: middle;
}

.checkout-shipping-method .column-date {
	font-weight: 700;
}

.checkout-shipping-method .column-date img {
	margin-right: 10px;
	max-width: 35px;
	vertical-align: middle;
}

.checkout-shipping-method .column-price {
	font-size: 1.5rem;
}

.checkout-shipping-method .column-tracking img {
	max-width: 35px;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.checkout-shipping-method {
		border: 1px solid #d7d7e2;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		margin: 0 0 1rem;
	}

	.checkout-shipping-method.is-active {
		margin: 0 0 1rem;
	}

	.checkout-shipping-method .column {
		border: 0;
		display: block;
	}

	.checkout-shipping-method .column-input {
		padding-top: 1.5rem;
	}

	.checkout-shipping-method .column-icon {
		width: auto;
	}

	.checkout-shipping-method .column-icon img {
		max-width: 200px;
	}
}

.checkout-steps {
	font-weight: 700;
	margin: 0 0 4rem;
	overflow: auto;
	text-align: center;
	text-transform: uppercase;
}

.checkout-steps .level-item {
	color: #b7b7b7;
}

.checkout-steps .level-item.is-active,.checkout-steps .level-item.is-filled {
	color: #2acc62;
}

.checkout-steps .level-item.is-active .step-index,.checkout-steps .level-item.is-filled .step-index {
	border-color: #2acc62;
}

.checkout-steps .step-index {
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	display: none;
	height: 33px;
	line-height: 33px;
	width: 33px;
}

.checkout-steps .step-progress {
	background: #eee;
	height: 3px;
	margin: -3px 0 0;
	padding: 0;
}

.checkout-steps .step-progress div {
	-webkit-transition: width 1s;
	background: #2acc62;
	height: 100%;
	-o-transition: width 1s;
	transition: width 1s;
}

@media screen and (max-width:768px) {
	.checkout-steps .step-index {
		display: block;
	}

	.checkout-steps .step-label {
		display: none;
		margin: 0 0 0 14px;
	}

	.checkout-steps .step-progress {
		height: 2px;
		margin-top: -2px;
	}

	.checkout-steps .level-item.is-active .step-label {
		display: block;
	}
}

.checkout-finish {
	color: #3a3a6f;
	font-size: .9rem;
	text-align: center;
}

.checkout-finish .title {
	color: #a180b9;
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0 0 1.3rem;
}

.checkout-finish hr {
	background-color: #3a3a6f;
	height: 3px;
}

.checkout-finish__order {
	font-size: 1.2rem;
	margin: 2.2rem 0 1rem;
}

.checkout-finish__order-number {
	font-size: 2rem;
}

@media screen and (min-width:1088px) {
	.checkout-lead {
		background-color: #fff;
		padding: 3rem 21.5rem 3rem 1rem;
	}

	.checkout-finish-page .checkout-lead {
		padding-right: 1rem;
	}
}

@media screen and (min-width:1280px) {
	padding-right:23rem;
}

@media screen and (max-width:1087px) {
	.checkout-lead {
		padding: 1.5rem 2rem;
		padding-bottom: 6rem;
	}

	.checkout-side.is-active+.checkout-lead {
		display: none;
	}

	.fieldset-head .button {
		min-width: 140px;
	}

	.checkout-side-background {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.person-switcher .control {
		width: 50%;
	}

	.person-switcher .control .button {
		width: 100%;
	}

	.checkout-fieldset {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.checkout-fieldset.has-line .fieldset-body:after {
		display: none;
	}

	.checkout-fieldset .fieldset-head {
		text-align: center;
	}

	.checkout-fieldset .fieldset-title {
		margin-bottom: 10px;
	}

	.checkout-fieldset .fieldset-title svg {
		margin: -2px 17px 0 0;
		position: static;
		vertical-align: middle;
	}
}

.checkout-summary {
	background: #3a3a6f;
	bottom: 0;
	padding-left: 87px;
	position: fixed;
	right: 0;
	top: 4rem;
	width: 25rem;
}

.checkout-summary .price {
	color: #fff6c6;
}

.checkout-summary .section {
	padding: 2.6rem 2.5rem;
}

.checkout-summary .summary-head {
	-webkit-box-shadow: 0 8px 4px -4px rgba(0,0,0,.3);
	background: #3a3a6f;
	box-shadow: 0 8px 4px -4px rgba(0,0,0,.3);
	color: #fff;
	font-size: .76rem;
	font-weight: 700;
	height: 68px;
	margin: 0;
	padding: 1rem 3.5rem;
	position: relative;
	text-transform: uppercase;
}

.checkout-summary .summary-head .level {
	height: 100%;
}

.checkout-summary .summary-head .level-right {
	text-align: right;
}

.checkout-summary .summary-head .price {
	font-size: 1.7rem;
	font-weight: 400;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.checkout-summary .summary-tax {
	font-size: .8em;
	font-weight: 400;
	margin-top: -5px;
	opacity: .6;
}

.checkout-summary .summary-trigger {
	display: inline-block;
	margin: 0 0 -2px 20px;
}

.checkout-summary .summary-trigger svg {
	-webkit-transition: all .2s ease-in;
	fill: #2acc62;
	height: 20px;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 20px;
}

.checkout-summary .summary-body {
	background: #1a1a38;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.checkout-summary .summary-items {
	background: #24244b;
}

.checkout-summary .summary-items .panel-heading {
	background: none;
	border: 0;
	border-bottom: 1px solid #3a3a5d;
	color: #9292a5;
	font-size: .9rem;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0 0 3px;
	text-transform: uppercase;
}

.checkout-summary .summary-items .panel-block {
	border: 0;
	color: #eee;
	margin: 0 0 0 -4px;
	padding: 0 0 5px;
}

.checkout-summary .summary-total {
	border-top: 1px solid #9292a5;
	color: #9292a5;
	font-size: .9rem;
	padding: 13px 0 0;
	text-transform: uppercase;
}

.checkout-summary .summary-total .button {
	-webkit-transition: background .1s;
	background: transparent;
	border-color: #2acc62;
	color: #2acc62;
	font-size: .8rem;
	font-weight: 700;
	padding: 1.2rem 2.5rem;
	-o-transition: background .1s;
	transition: background .1s;
}

.checkout-summary .summary-total .button:hover {
	background: #2acc62;
	color: #fff;
}

.checkout-summary .summary-total .column-right .price {
	font-size: 1.15rem;
	margin: 0 0 0 15px;
}

@media screen and (max-width:1087px) {
	.checkout-summary .summary-total .column-right {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
		        order: 2;
	}
}

.checkout-summary .summary-group {
	font-weight: 700;
}

.checkout-summary .summary-group-label {
	background: #353559;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	color: #9a9aac;
	font-size: .76rem;
	height: 40px;
	line-height: 42px;
	text-align: center;
	width: 40px;
}

.checkout-summary .summary-group-items {
	margin: 12px 0 0 13px;
}

.checkout-summary .summary-group-items .summary-item {
	background: #fff;
	-webkit-border-radius: 1px;
	        border-radius: 1px;
	color: #000;
	display: block;
	float: left;
	font-size: .82rem;
	height: 18px;
	line-height: 20px;
	margin: 0 2px 2px 0;
	min-width: 23px;
	padding: 0 .2rem;
	text-align: center;
}

.checkout-summary .summary-group-items .summary-item.color-yellow {
	background-color: #eadb3f;
}

.checkout-summary .summary-group-items .summary-item.color-blue {
	background-color: #1cb0d5;
}

.checkout-summary .summary-group-items .summary-item.color-green {
	background-color: #74ba32;
}

.checkout-summary .summary-group-items .summary-item.color-orange {
	background-color: #e67924;
}

.checkout-summary .summary-group-items .summary-item.color-pink {
	background-color: #e391c4;
}

.checkout-summary .summary-group-items .summary-item.color-violet {
	background-color: #9b4fa7;
}

.checkout-summary .summary-group-items .summary-item.color-white {
	background-color: #f8f8f8;
}

.checkout-summary .summary-group-items .summary-item.color-transparent {
	background: url(data:image/gif;base64,R0lGODlhCgAKAPABAMvIx////yH5BAAAAAAALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==) repeat!important;
	-webkit-background-size: 50% 50%;
	        background-size: 50%;
}

.checkout-summary .summary-group-items .summary-item.color-aqua {
	background-color: #63d4da;
}

.checkout-summary .summary-group-items .summary-item.color-mint {
	background-color: #aad879;
}

.checkout-summary .summary-group-items .summary-item.color-peachy {
	background-color: #fc9d73;
}

.checkout-summary .summary-group-items .summary-item.color-pearl {
	background-color: #caa8d2;
}

.checkout-summary .summary-group-items .summary-item.color-spring {
	background-color: #fc8776;
}

.checkout-summary .summary-group-items .summary-item.color-sunshine {
	background-color: #fed671;
}

.checkout-summary .summary-delivery {
	color: #fff;
	height: auto;
	overflow: hidden;
	padding: 0 0 100px;
	position: relative;
}

.checkout-summary .summary-delivery .loading-background {
	background: rgba(26,26,56,.8);
}

.checkout-summary .summary-shipping-header {
	font-weight: 700;
	margin: 0 0 2rem;
}

.checkout-summary .summary-shipping-header img {
	margin-right: 20px;
	vertical-align: middle;
	width: 36px;
}

.checkout-summary .summary-shipping-carrier {
	margin: 0 0 2.5rem;
	text-align: center;
}

.checkout-summary .summary-shipping-carrier .column {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.checkout-summary .summary-shipping-carrier .carrier-date {
	border: 1px solid #32324c;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	font-size: .8rem;
	font-weight: 700;
	padding: .3rem;
	text-transform: uppercase;
	width: 50px;
}

.checkout-summary .summary-shipping-carrier .carrier-image {
	font-size: .7rem;
	text-align: center;
	width: 72px;
}

.checkout-summary .summary-shipping-address {
	margin: 0 0 1.5rem;
}

.checkout-summary .summary-bar {
	bottom: 0;
	color: #9a9a9a;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 87px;
}

.checkout-summary .summary-bar:after {
	border: 8px solid transparent;
	border-left-color: #3a3a6f;
	content: "";
	font-size: 0;
	position: absolute;
	right: -16px;
	top: 41px;
}

.checkout-summary .summary-bar-m {
	color: #2acc62;
	font-family: Helvetica;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 1.9rem 0;
}

.checkout-summary .summary-bar-order-summary {
	font-family: Helvetica;
	height: 170px;
	overflow: hidden;
	position: relative;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.checkout-summary .summary-bar-order-summary span {
	-webkit-transform: translateY(110px) rotate(-90deg);
	display: block;
	letter-spacing: .08em;
	text-transform: uppercase;
	-ms-transform: translateY(110px) rotate(-90deg);
	 -o-transform: translateY(110px) rotate(-90deg);
	    transform: translateY(110px) rotate(-90deg);
	white-space: nowrap;
}

.checkout-summary .summary-bar-magnetic {
	margin: 1.2rem 0 0;
	width: 27px;
}

@media screen and (min-width:1088px) {
	.checkout-summary .summary-content {
		display: block;
	}

	.checkout-summary .summary-head {
		-webkit-box-shadow: 8px 0 24px 14px rgba(0,0,0,.3);
		background: #24244b;
		bottom: 0;
		box-shadow: 8px 0 24px 14px rgba(0,0,0,.3);
		font-size: .9rem;
		height: 95px;
		left: 87px;
		position: absolute;
		right: 0;
		top: auto;
		z-index: 5;
	}

	.checkout-summary .summary-head .level-left {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		        justify-content: center;
	}

	.checkout-summary .summary-head .level-right {
		display: none!important;
	}
}

@media screen and (max-width:1087px) {
	.checkout-summary {
		-webkit-transition: height .2s ease;
		bottom: 0;
		height: 68px;
		padding: 0;
		position: fixed;
		top: auto;
		-o-transition: height .2s ease;
		transition: height .2s ease;
		width: 100%;
		z-index: 1000;
	}

	.checkout-summary .summary-bar {
		display: none;
	}

	.checkout-summary.is-active {
		height: -webkit-calc(100% - 4rem);
		height: calc(100% - 4rem);
	}

	.checkout-summary.is-active .summary-trigger:hover svg {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		    transform: rotate(180deg);
	}
}

@media screen and (max-width:768px) {
	.checkout-summary .summary-head {
		padding: 1rem 1.5rem;
	}
}

.apple-pay-button,.apple-pay-button:active,.apple-pay-button:focus,.apple-pay-button:hover {
	background-color: #000;
	background-image: -webkit-named-image(apple-pay-logo-white);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 90% 50%;
	        background-size: 90% 50%;
	display: inline-block;
	min-width: 114px;
	text-indent: -9999px;
}

.apple-pay-button[disabled] {
	background-color: #000!important;
}

.apple-pay-button-white,.apple-pay-button-white-with-line {
	background-color: #fff;
	background-image: -webkit-named-image(apple-pay-logo-black);
}

.apple-pay-button-white-with-line {
	border: .5px solid #000;
}

.credit-card-container {
	height: 256px;
}

@media screen and (max-width:768px) {
	.credit-card-container {
		height: auto;
	}
}

.credit-card-desc {
	color: #747779;
	left: 300px;
	position: absolute;
	top: 17px;
}

@media screen and (max-width:768px) {
	.credit-card-desc {
		left: auto;
		margin: 15px 0 30px;
		position: relative;
		text-align: center;
		top: auto;
	}
}

.credit-card-back,.credit-card-front {
	-webkit-box-shadow: 0 20px 40px rgba(64,86,105,.23);
	background: #fff;
	-webkit-border-radius: 11px;
	        border-radius: 11px;
	box-shadow: 0 20px 40px rgba(64,86,105,.23);
	font-size: .67rem;
	height: 169px;
	left: 30px;
	padding: 25px;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
	width: 255px;
}

.credit-card-front {
	z-index: 2;
}

.credit-card-front:before {
	background: #eee;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	bottom: 23px;
	content: "";
	height: 32px;
	position: absolute;
	right: 23px;
	width: 32px;
}

.credit-card-front .input-field {
	background: none;
	border: 0;
	border-bottom: 2px solid #707070;
	-webkit-border-radius: 0;
	        border-radius: 0;
	display: block;
	font-family: Arial,sans-serif;
	font-size: 17px;
	height: 30px;
	letter-spacing: 1.5px;
	outline: none;
	width: 100%;
}

.credit-card-front .input-field.invalid {
	color: red;
}

.credit-card-front .input-field.valid {
	color: green;
}

.credit-card-front__number .input-field {
	margin: 0 0 20px;
}

.credit-card-front__expiration-date .input-field {
	width: 76px;
}

.credit-card-front__cvv {
	bottom: 63px;
	position: absolute;
	width: 100px;
}

@media print,screen and (min-width:769px) {
	.credit-card-front__cvv {
		color: #d6d7d9;
		position: absolute;
		right: -120px;
	}

	.credit-card-front__cvv .input-field {
		background: #fff;
		border: 0;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
		display: inline-block;
		height: 25px;
		margin: 0 0 0 5px;
		padding: 0 8px;
		text-align: center;
		vertical-align: middle;
		width: 48px;
	}
}

@media screen and (max-width:768px) {
	.credit-card-front {
		display: block;
		font-size: 1rem;
		height: 249px;
		left: auto;
		margin: 0 auto 30px;
		padding: 45px;
		position: relative;
		top: auto;
		width: 374px;
	}

	.credit-card-front:before {
		display: none;
	}

	.credit-card-front__number .input-field {
		margin: 0 0 50px;
	}

	.credit-card-front__cvv {
		bottom: 45px;
		position: absolute;
		right: 45px;
		width: 70px;
	}
}

.credit-card-back {
	left: 140px;
	top: 72px;
}

.credit-card-back__magnetic-strip {
	background: #343941;
	height: 43px;
	left: 0;
	position: absolute;
	top: 30px;
	width: 100%;
}

.credit-card-back__mock-lines {
	bottom: 17px;
	left: 20px;
	position: absolute;
	width: 63%;
}

.credit-card-back__mock-lines span {
	background: #f5f5f5;
	display: block;
	height: 3px;
	margin: 0 0 4px;
}

.credit-card-back__mock-lines span.is-6 {
	width: 50%;
}

.credit-card-back__mock-lines span.is-7 {
	width: 70%;
}

.credit-card-back__mock-lines span.is-8 {
	width: 80%;
}

@media screen and (max-width:768px) {
	.credit-card-back {
		display: none;
	}
}

.checkout-review-heading {
	border-bottom: 4px solid #3a3a6f;
	color: #3a3a6f;
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
}

.checkout-review-heading .column-price {
	margin-top: -30px;
}

.checkout-review-heading .price {
	border: 1px double;
	border-image-outset: 1px 0 0;
	border-image-repeat: repeat stretch;
	border-image-slice: 8 1 0;
	border-image-source: url(/img/border.3a812b08.svg);
	border-image-width: 8px 1px 0;
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 20px;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.checkout-review-heading {
		padding: 0 0 20px;
	}
}

.checkout-review-buttons {
	padding: 1.6rem 0 0;
}

.checkout-review .payment-methods {
	margin: 0 0 2rem;
}

.checkout-review .payment-methods .panel {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin: 0;
}

.checkout-review .payment-methods .panel-heading {
	background: none;
	border: 0;
	color: #7e7e7e;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	padding: 0;
}

.checkout-review .payment-methods .panel-heading .control-label {
	display: none;
}

.checkout-review .payment-methods .panel-heading:hover {
	background-color: #f8f8f8;
}

.checkout-review .payment-methods .panel-heading .level-item {
	height: 60px;
	margin: 0;
	padding: 0 14px;
}

.checkout-review .payment-methods .panel-heading .method-image img {
	max-height: 50px;
	width: 50px;
}

.checkout-review .payment-methods .panel-content {
	background: #e7eef2;
	display: none;
	min-height: 100px;
	padding: 1rem;
	position: relative;
}

.checkout-review .payment-methods .panel.is-active .panel-heading {
	background: #fff;
	color: #2acc62;
}

.checkout-review .payment-methods .panel.is-active .panel-content {
	display: block;
}

.checkout-review .payment-method .supported-cart-types img {
	margin: 0 20px 0 0;
	max-height: 23px;
	vertical-align: middle;
	width: 25px;
}

.checkout-review .payment-method .supported-cart-types__amex {
	height: 23px;
	width: 23px!important;
}

.checkout-review .payment-method .supported-cart-types__discover {
	width: 30px!important;
}

.checkout-review .payment-method-braintree_applepay .panel-heading .method-image img {
	width: 54px;
}

.checkout-review .payment-method-braintree_paypal .panel-heading .method-image img {
	width: 80px;
}

.checkout-review .payment-method-braintree .panel-heading .method-image img,.checkout-review .payment-method-mondido .panel-heading .method-image img {
	width: 36px;
}

.checkout-review .payment-method-checkmo .panel-heading .method-image img {
	width: 30px;
}

@media screen and (max-width:768px) {
	.checkout-review {
		margin: 0 -2rem;
		overflow: hidden;
	}

	.checkout-review-buttons {
		padding: 0 1.5rem;
	}

	.checkout-review .payment-methods .panel-heading {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(65%,#fff),to(#f2f2f2));
		background: -webkit-gradient(linear,left top, left bottom,color-stop(65%, #fff),to(#f2f2f2));
		background: -webkit-linear-gradient(top,#fff 65%,#f2f2f2);
		background: -o-linear-gradient(top,#fff 65%,#f2f2f2);
		background: linear-gradient(180deg,#fff 65%,#f2f2f2);
		text-align: center;
	}

	.checkout-review .payment-methods .panel-heading .method-image {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		        justify-content: center;
	}

	.checkout-review .payment-methods .panel-heading .method-info,.checkout-review .payment-methods .panel-heading .method-input {
		display: none;
	}
}

.checkout-review-agreement {
	padding: 0 1rem 1rem;
}

.checkout-review-agreement .field a {
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	.checkout-review-agreement {
		padding-bottom: 2rem;
		text-align: center;
	}
}

.checkout-review-billing-info {
	padding: 1.5rem 1.5rem 2.5rem;
}

@media screen and (max-width:768px) {
	.checkout-review-billing-info {
		text-align: center;
	}
}

.checkout-payment-button-container {
	min-height: 36px;
	min-width: 36px;
	position: relative;
}

@media screen and (max-width:768px) {
	.checkout-review-buttons .level-left,.checkout-review-buttons .level-right {
		margin: 0 3rem;
	}
}

.VideoBg {
	background-position: 50%;
	-webkit-background-size: cover;
	        background-size: cover;
	overflow: hidden;
	position: relative;
}

.VideoBg video {
	-webkit-transform: translate(-50%,-50%);
	left: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	 -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	visibility: hidden;
}

.VideoBg__content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
