@charset "UTF-8";
.is-noscroll
{
	bottom: 0;
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}
@keyframes fadeOut
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}
.fadeOut
{
	animation-name: fadeOut;
}
@keyframes fadeOutDown
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
}
.fadeOutDown
{
	animation-name: fadeOutDown;
}
@keyframes fadeOutUp
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
}
.fadeOutUp
{
	animation-name: fadeOutUp;
}
@keyframes fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
.fadeIn
{
	animation-name: fadeIn;
}
@keyframes fadeInDown
{
	from
	{
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
	to
	{
		opacity: 1;
		transform: none;
	}
}
.fadeInDown
{
	animation-name: fadeInDown;
}
@keyframes fadeInUp
{
	from
	{
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
	to
	{
		opacity: 1;
		transform: none;
	}
}
.fadeInUp
{
	animation-name: fadeInUp;
}
.fade-enter-active,.fade-leave-active
{
	transition: opacity 150ms ease-out;
}
.fade-enter,.fade-leave-to
{
	opacity: 0;
}
.zoom-in-enter-active,.zoom-in-leave-active
{
	transition: opacity 150ms ease-out;
}
.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content
{
	transition: transform 150ms ease-out;
}
.zoom-in-enter,.zoom-in-leave-active
{
	opacity: 0;
}
.zoom-in-enter .animation-content,.zoom-in-leave-active .animation-content
{
	transform: scale(.95);
}
.zoom-out-enter-active,.zoom-out-leave-active
{
	transition: opacity 150ms ease-out;
}
.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content
{
	transition: transform 150ms ease-out;
}
.zoom-out-enter,.zoom-out-leave-active
{
	opacity: 0;
}
.zoom-out-enter .animation-content,.zoom-out-leave-active .animation-content
{
	transform: scale(1.05);
}
.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active
{
	transition: transform 250ms cubic-bezier(.785,.135,.15,.86);
}
.slide-next-enter,.slide-prev-leave-to
{
	position: absolute;
	transform: translate3d(-100%,0,0);
	width: 100%;
}
.slide-next-leave-to,.slide-prev-enter
{
	position: absolute;
	transform: translate3d(100%,0,0);
	width: 100%;
}
@keyframes spinAround
{
	from
	{
		transform: rotate(0);
	}
	to
	{
		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,.tabs
{
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.select:not(.is-multiple):not(.is-loading)::after
{
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: .625em;
}
.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.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
{
	background-color: rgba(10,10,10,.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	moz-appearance: none;
	outline: 0;
	position: relative;
	vertical-align: top;
	webkit-appearance: none;
	width: 20px;
}
.delete::after,.delete::before,.modal-close::after,.modal-close::before
{
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}
.delete::before,.modal-close::before
{
	height: 2px;
	width: 50%;
}
.delete::after,.modal-close::after
{
	height: 50%;
	width: 2px;
}
.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover
{
	background-color: rgba(10,10,10,.3);
}
.delete:active,.modal-close:active
{
	background-color: rgba(10,10,10,.4);
}
.is-small.delete,.is-small.modal-close
{
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px;
}
.is-medium.delete,.is-medium.modal-close
{
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}
.is-large.delete,.is-large.modal-close
{
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}
.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
{
	animation: spinAround .5s infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}
.dropdown .background,.image.is-16by9 img,.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-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
{
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
	justify-content: flex-start;
	line-height: 1.5;
	moz-appearance: none;
	padding-bottom: calc(.375em - 1px);
	padding-left: calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	position: relative;
	vertical-align: top;
	webkit-appearance: none;
}
.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: 0;
}
.select select[disabled],.taginput [disabled].taginput-container.is-focusable,[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea
{
	cursor: not-allowed;
}
@keyframes spinAround
{
	from
	{
		transform: rotate(0);
	}
	to
	{
		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,.tabs
{
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.select:not(.is-multiple):not(.is-loading)::after
{
	border: 3px solid transparent;
	border-radius: 2px;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: .625em;
	margin-top: -.4375em;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	transform-origin: center;
	width: .625em;
}
.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.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
{
	background-color: rgba(10,10,10,.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 0;
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	min-height: 20px;
	min-width: 20px;
	moz-appearance: none;
	outline: 0;
	position: relative;
	vertical-align: top;
	webkit-appearance: none;
	width: 20px;
}
.delete::after,.delete::before,.modal-close::after,.modal-close::before
{
	background-color: #fff;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}
.delete::before,.modal-close::before
{
	height: 2px;
	width: 50%;
}
.delete::after,.modal-close::after
{
	height: 50%;
	width: 2px;
}
.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover
{
	background-color: rgba(10,10,10,.3);
}
.delete:active,.modal-close:active
{
	background-color: rgba(10,10,10,.4);
}
.is-small.delete,.is-small.modal-close
{
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	min-height: 16px;
	min-width: 16px;
	width: 16px;
}
.is-medium.delete,.is-medium.modal-close
{
	height: 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}
.is-large.delete,.is-large.modal-close
{
	height: 32px;
	max-height: 32px;
	max-width: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}
.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
{
	animation: spinAround .5s infinite linear;
	border: 2px solid #e5e5e5;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 1em;
	position: relative;
	width: 1em;
}
.dropdown .background,.image.is-16by9 img,.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-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
{
	align-items: center;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: none;
	display: inline-flex;
	font-size: 1rem;
	height: 2.25em;
	justify-content: flex-start;
	line-height: 1.5;
	moz-appearance: none;
	padding-bottom: calc(.375em - 1px);
	padding-left: calc(.625em - 1px);
	padding-right: calc(.625em - 1px);
	padding-top: calc(.375em - 1px);
	position: relative;
	vertical-align: top;
	webkit-appearance: none;
}
.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: 0;
}
.select select[disabled],.taginput [disabled].taginput-container.is-focusable,[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea
{
	cursor: not-allowed;
}
blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul
{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: 400;
}
ul
{
	list-style: none;
}
button,input,select,textarea
{
	margin: 0;
}
html
{
	box-sizing: border-box;
}
*,::after,::before
{
	box-sizing: inherit;
}
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
{
	background-color: #fff;
	font-size: 16px;
	min-width: 300px;
	moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	webkit-font-smoothing: antialiased;
}
article,aside,figure,footer,header,hgroup,section
{
	display: block;
}
body,button,input,select,textarea
{
	font-family: Roboto,Helvetica,Arial;
}
code,pre
{
	font-family: monospace;
	moz-osx-font-smoothing: auto;
	webkit-font-smoothing: auto;
}
body
{
	color: #4a4a4a;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
a
{
	color: #0383de;
	cursor: pointer;
	text-decoration: none;
}
a strong
{
	color: currentColor;
}
a:hover
{
	color: #363636;
}
code
{
	background-color: #f5f5f5;
	color: #ff3860;
	font-size: .875em;
	font-weight: 400;
	padding: .25em .5em .25em;
}
hr
{
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}
img
{
	height: auto;
	max-width: 100%;
}
input[type=checkbox],input[type=radio]
{
	vertical-align: baseline;
}
small
{
	font-size: .875em;
}
span
{
	font-style: inherit;
	font-weight: inherit;
}
strong
{
	color: #363636;
	font-weight: 700;
}
pre
{
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	webkit-overflow-scrolling: touch;
	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 screen and (min-width:769px),print
{
	.is-size-1-tablet
	{
		font-size: 3rem!important;
	}
	.is-size-2-tablet
	{
		font-size: 2.5rem!important;
	}
	.is-size-3-tablet
	{
		font-size: 2rem!important;
	}
	.is-size-4-tablet
	{
		font-size: 1.5rem!important;
	}
	.is-size-5-tablet
	{
		font-size: 1.25rem!important;
	}
	.is-size-6-tablet
	{
		font-size: 1rem!important;
	}
	.is-size-7-tablet
	{
		font-size: .75rem!important;
	}
}
@media screen and (max-width:1097px)
{
	.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:1098px)
{
	.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:1298px)
{
	.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;
	}
}
.has-text-centered
{
	text-align: center!important;
}
.has-text-justified
{
	text-align: justify!important;
}
.has-text-left
{
	text-align: left!important;
}
.has-text-right
{
	text-align: right!important;
}
@media screen and (max-width:768px)
{
	.has-text-centered-mobile
	{
		text-align: center!important;
	}
}
@media screen and (min-width:769px),print
{
	.has-text-centered-tablet
	{
		text-align: center!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.has-text-centered-tablet-only
	{
		text-align: center!important;
	}
}
@media screen and (max-width:1097px)
{
	.has-text-centered-touch
	{
		text-align: center!important;
	}
}
@media screen and (min-width:1098px)
{
	.has-text-centered-desktop
	{
		text-align: center!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.has-text-centered-desktop-only
	{
		text-align: center!important;
	}
}
@media screen and (min-width:1298px)
{
	.has-text-centered-widescreen
	{
		text-align: center!important;
	}
}
@media screen and (max-width:768px)
{
	.has-text-justified-mobile
	{
		text-align: justify!important;
	}
}
@media screen and (min-width:769px),print
{
	.has-text-justified-tablet
	{
		text-align: justify!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.has-text-justified-tablet-only
	{
		text-align: justify!important;
	}
}
@media screen and (max-width:1097px)
{
	.has-text-justified-touch
	{
		text-align: justify!important;
	}
}
@media screen and (min-width:1098px)
{
	.has-text-justified-desktop
	{
		text-align: justify!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.has-text-justified-desktop-only
	{
		text-align: justify!important;
	}
}
@media screen and (min-width:1298px)
{
	.has-text-justified-widescreen
	{
		text-align: justify!important;
	}
}
@media screen and (max-width:768px)
{
	.has-text-left-mobile
	{
		text-align: left!important;
	}
}
@media screen and (min-width:769px),print
{
	.has-text-left-tablet
	{
		text-align: left!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.has-text-left-tablet-only
	{
		text-align: left!important;
	}
}
@media screen and (max-width:1097px)
{
	.has-text-left-touch
	{
		text-align: left!important;
	}
}
@media screen and (min-width:1098px)
{
	.has-text-left-desktop
	{
		text-align: left!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.has-text-left-desktop-only
	{
		text-align: left!important;
	}
}
@media screen and (min-width:1298px)
{
	.has-text-left-widescreen
	{
		text-align: left!important;
	}
}
@media screen and (max-width:768px)
{
	.has-text-right-mobile
	{
		text-align: right!important;
	}
}
@media screen and (min-width:769px),print
{
	.has-text-right-tablet
	{
		text-align: right!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.has-text-right-tablet-only
	{
		text-align: right!important;
	}
}
@media screen and (max-width:1097px)
{
	.has-text-right-touch
	{
		text-align: right!important;
	}
}
@media screen and (min-width:1098px)
{
	.has-text-right-desktop
	{
		text-align: right!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.has-text-right-desktop-only
	{
		text-align: right!important;
	}
}
@media screen and (min-width:1298px)
{
	.has-text-right-widescreen
	{
		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: #eee!important;
}
a.has-text-light:focus,a.has-text-light:hover
{
	color: #d5d5d5!important;
}
.has-background-light
{
	background-color: #eee!important;
}
.has-text-dark
{
	color: #90a2ab!important;
}
a.has-text-dark:focus,a.has-text-dark:hover
{
	color: #738a95!important;
}
.has-background-dark
{
	background-color: #90a2ab!important;
}
.has-text-primary
{
	color: #1fb6ff!important;
}
a.has-text-primary:focus,a.has-text-primary:hover
{
	color: #009eeb!important;
}
.has-background-primary
{
	background-color: #1fb6ff!important;
}
.has-text-info
{
	color: #5bc0de!important;
}
a.has-text-info:focus,a.has-text-info:hover
{
	color: #31b0d5!important;
}
.has-background-info
{
	background-color: #5bc0de!important;
}
.has-text-success
{
	color: #5cb85c!important;
}
a.has-text-success:focus,a.has-text-success:hover
{
	color: #449d44!important;
}
.has-background-success
{
	background-color: #5cb85c!important;
}
.has-text-warning
{
	color: #f0ad4e!important;
}
a.has-text-warning:focus,a.has-text-warning:hover
{
	color: #ec971f!important;
}
.has-background-warning
{
	background-color: #f0ad4e!important;
}
.has-text-danger
{
	color: #f15e48!important;
}
a.has-text-danger:focus,a.has-text-danger:hover
{
	color: #ed3419!important;
}
.has-background-danger
{
	background-color: #f15e48!important;
}
.has-text-yellow
{
	color: #fbc139!important;
}
a.has-text-yellow:focus,a.has-text-yellow:hover
{
	color: #fab107!important;
}
.has-background-yellow
{
	background-color: #fbc139!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 screen and (min-width:769px),print
{
	.is-block-tablet
	{
		display: block!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-block-tablet-only
	{
		display: block!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-block-touch
	{
		display: block!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-block-desktop
	{
		display: block!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-block-desktop-only
	{
		display: block!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-block-widescreen
	{
		display: block!important;
	}
}
.is-flex
{
	display: flex!important;
}
@media screen and (max-width:768px)
{
	.is-flex-mobile
	{
		display: flex!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-flex-tablet
	{
		display: flex!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-flex-tablet-only
	{
		display: flex!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-flex-touch
	{
		display: flex!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-flex-desktop
	{
		display: flex!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-flex-desktop-only
	{
		display: flex!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-flex-widescreen
	{
		display: flex!important;
	}
}
.is-inline
{
	display: inline!important;
}
@media screen and (max-width:768px)
{
	.is-inline-mobile
	{
		display: inline!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-inline-tablet
	{
		display: inline!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-inline-tablet-only
	{
		display: inline!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-inline-touch
	{
		display: inline!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-inline-desktop
	{
		display: inline!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-inline-desktop-only
	{
		display: inline!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-inline-widescreen
	{
		display: inline!important;
	}
}
.is-inline-block
{
	display: inline-block!important;
}
@media screen and (max-width:768px)
{
	.is-inline-block-mobile
	{
		display: inline-block!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-inline-block-tablet
	{
		display: inline-block!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-inline-block-tablet-only
	{
		display: inline-block!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-inline-block-touch
	{
		display: inline-block!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-inline-block-desktop
	{
		display: inline-block!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-inline-block-desktop-only
	{
		display: inline-block!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-inline-block-widescreen
	{
		display: inline-block!important;
	}
}
.is-inline-flex
{
	display: inline-flex!important;
}
@media screen and (max-width:768px)
{
	.is-inline-flex-mobile
	{
		display: inline-flex!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-inline-flex-tablet
	{
		display: inline-flex!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-inline-flex-tablet-only
	{
		display: inline-flex!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-inline-flex-touch
	{
		display: inline-flex!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-inline-flex-desktop
	{
		display: inline-flex!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-inline-flex-desktop-only
	{
		display: inline-flex!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-inline-flex-widescreen
	{
		display: inline-flex!important;
	}
}
.is-hidden
{
	display: none!important;
}
@media screen and (max-width:768px)
{
	.is-hidden-mobile
	{
		display: none!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-hidden-tablet
	{
		display: none!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-hidden-tablet-only
	{
		display: none!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-hidden-touch
	{
		display: none!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-hidden-desktop
	{
		display: none!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-hidden-desktop-only
	{
		display: none!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-hidden-widescreen
	{
		display: none!important;
	}
}
.is-invisible
{
	visibility: hidden!important;
}
@media screen and (max-width:768px)
{
	.is-invisible-mobile
	{
		visibility: hidden!important;
	}
}
@media screen and (min-width:769px),print
{
	.is-invisible-tablet
	{
		visibility: hidden!important;
	}
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.is-invisible-tablet-only
	{
		visibility: hidden!important;
	}
}
@media screen and (max-width:1097px)
{
	.is-invisible-touch
	{
		visibility: hidden!important;
	}
}
@media screen and (min-width:1098px)
{
	.is-invisible-desktop
	{
		visibility: hidden!important;
	}
}
@media screen and (min-width:1098px) and (max-width:1297px)
{
	.is-invisible-desktop-only
	{
		visibility: hidden!important;
	}
}
@media screen and (min-width:1298px)
{
	.is-invisible-widescreen
	{
		visibility: hidden!important;
	}
}
.is-marginless
{
	margin: 0!important;
}
.is-paddingless
{
	padding: 0!important;
}
.is-radiusless
{
	border-radius: 0!important;
}
.is-shadowless
{
	box-shadow: none!important;
}
.box
{
	background-color: #fff;
	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
{
	box-shadow: 0 2px 3px rgba(10,10,10,.1),0 0 0 1px #0383de;
}
a.box:active
{
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #0383de;
}
.button
{
	background-color: #fff;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	justify-content: center;
	padding-bottom: calc(.375em - 1px);
	padding-left: .75em;
	padding-right: .75em;
	padding-top: calc(.375em - 1px);
	text-align: center;
	white-space: nowrap;
}
.button strong
{
	color: inherit;
}
.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small
{
	height: 1.5em;
	width: 1.5em;
}
.button .icon:first-child:not(:last-child)
{
	margin-left: calc( - .375em - 1px);
	margin-right: .1875em;
}
.button .icon:last-child:not(:first-child)
{
	margin-left: .1875em;
	margin-right: calc( - .375em - 1px);
}
.button .icon:first-child:last-child
{
	margin-left: calc( - .375em - 1px);
	margin-right: calc( - .375em - 1px);
}
.button.is-hovered,.button:hover
{
	border-color: none;
	color: #363636;
}
.button.is-focused,.button:focus
{
	border-color: none;
	color: #363636;
}
.button.is-focused:not(:active),.button:focus:not(:active)
{
	box-shadow: 0 rgba(3,131,222,.25);
}
.button.is-active,.button:active
{
	border-color: none;
	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]
{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.button.is-white
{
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-hovered,.button.is-white:hover
{
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-focused,.button.is-white:focus
{
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active)
{
	box-shadow: 0 rgba(255,255,255,.25);
}
.button.is-white.is-active,.button.is-white:active
{
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}
.button.is-white[disabled]
{
	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]
{
	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]
{
	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]
{
	background-color: transparent;
	border-color: #0a0a0a;
	box-shadow: none;
	color: #0a0a0a;
}
.button.is-black
{
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-hovered,.button.is-black:hover
{
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-focused,.button.is-black:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active)
{
	box-shadow: 0 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]
{
	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]
{
	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]
{
	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]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-light
{
	background-color: #eee;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-hovered,.button.is-light:hover
{
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-focused,.button.is-light:focus
{
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active)
{
	box-shadow: 0 rgba(238,238,238,.25);
}
.button.is-light.is-active,.button.is-light:active
{
	background-color: #e1e1e1;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-light[disabled]
{
	background-color: #eee;
	border-color: transparent;
	box-shadow: none;
}
.button.is-light.is-inverted
{
	background-color: rgba(0,0,0,.7);
	color: #eee;
}
.button.is-light.is-inverted:hover
{
	background-color: rgba(0,0,0,.7);
}
.button.is-light.is-inverted[disabled]
{
	background-color: rgba(0,0,0,.7);
	border-color: transparent;
	box-shadow: none;
	color: #eee;
}
.button.is-light.is-loading::after
{
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-light.is-outlined
{
	background-color: transparent;
	border-color: #eee;
	color: #eee;
}
.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover
{
	background-color: #eee;
	border-color: #eee;
	color: rgba(0,0,0,.7);
}
.button.is-light.is-outlined.is-loading::after
{
	border-color: transparent transparent #eee #eee!important;
}
.button.is-light.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #eee;
	box-shadow: none;
	color: #eee;
}
.button.is-light.is-inverted.is-outlined
{
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	color: rgba(0,0,0,.7);
}
.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover
{
	background-color: rgba(0,0,0,.7);
	color: #eee;
}
.button.is-light.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	box-shadow: none;
	color: rgba(0,0,0,.7);
}
.button.is-dark
{
	background-color: #90a2ab;
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-hovered,.button.is-dark:hover
{
	background-color: #899ca6;
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-focused,.button.is-dark:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active)
{
	box-shadow: 0 rgba(144,162,171,.25);
}
.button.is-dark.is-active,.button.is-dark:active
{
	background-color: #8196a0;
	border-color: transparent;
	color: #fff;
}
.button.is-dark[disabled]
{
	background-color: #90a2ab;
	border-color: transparent;
	box-shadow: none;
}
.button.is-dark.is-inverted
{
	background-color: #fff;
	color: #90a2ab;
}
.button.is-dark.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #90a2ab;
}
.button.is-dark.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-dark.is-outlined
{
	background-color: transparent;
	border-color: #90a2ab;
	color: #90a2ab;
}
.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover
{
	background-color: #90a2ab;
	border-color: #90a2ab;
	color: #fff;
}
.button.is-dark.is-outlined.is-loading::after
{
	border-color: transparent transparent #90a2ab #90a2ab!important;
}
.button.is-dark.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #90a2ab;
	box-shadow: none;
	color: #90a2ab;
}
.button.is-dark.is-inverted.is-outlined
{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover
{
	background-color: #fff;
	color: #90a2ab;
}
.button.is-dark.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-primary
{
	background-color: #1fb6ff;
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-hovered,.button.is-primary:hover
{
	background-color: #12b2ff;
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-focused,.button.is-primary:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active)
{
	box-shadow: 0 rgba(31,182,255,.25);
}
.button.is-primary.is-active,.button.is-primary:active
{
	background-color: #06aeff;
	border-color: transparent;
	color: #fff;
}
.button.is-primary[disabled]
{
	background-color: #1fb6ff;
	border-color: transparent;
	box-shadow: none;
}
.button.is-primary.is-inverted
{
	background-color: #fff;
	color: #1fb6ff;
}
.button.is-primary.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #1fb6ff;
}
.button.is-primary.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-primary.is-outlined
{
	background-color: transparent;
	border-color: #1fb6ff;
	color: #1fb6ff;
}
.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover
{
	background-color: #1fb6ff;
	border-color: #1fb6ff;
	color: #fff;
}
.button.is-primary.is-outlined.is-loading::after
{
	border-color: transparent transparent #1fb6ff #1fb6ff!important;
}
.button.is-primary.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #1fb6ff;
	box-shadow: none;
	color: #1fb6ff;
}
.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: #1fb6ff;
}
.button.is-primary.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-info
{
	background-color: #5bc0de;
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-hovered,.button.is-info:hover
{
	background-color: #50bcdc;
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-focused,.button.is-info:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active)
{
	box-shadow: 0 rgba(91,192,222,.25);
}
.button.is-info.is-active,.button.is-info:active
{
	background-color: #46b8da;
	border-color: transparent;
	color: #fff;
}
.button.is-info[disabled]
{
	background-color: #5bc0de;
	border-color: transparent;
	box-shadow: none;
}
.button.is-info.is-inverted
{
	background-color: #fff;
	color: #5bc0de;
}
.button.is-info.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #5bc0de;
}
.button.is-info.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-info.is-outlined
{
	background-color: transparent;
	border-color: #5bc0de;
	color: #5bc0de;
}
.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover
{
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff;
}
.button.is-info.is-outlined.is-loading::after
{
	border-color: transparent transparent #5bc0de #5bc0de!important;
}
.button.is-info.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #5bc0de;
	box-shadow: none;
	color: #5bc0de;
}
.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: #5bc0de;
}
.button.is-info.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-success
{
	background-color: #5cb85c;
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-hovered,.button.is-success:hover
{
	background-color: #53b453;
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-focused,.button.is-success:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active)
{
	box-shadow: 0 rgba(92,184,92,.25);
}
.button.is-success.is-active,.button.is-success:active
{
	background-color: #4cae4c;
	border-color: transparent;
	color: #fff;
}
.button.is-success[disabled]
{
	background-color: #5cb85c;
	border-color: transparent;
	box-shadow: none;
}
.button.is-success.is-inverted
{
	background-color: #fff;
	color: #5cb85c;
}
.button.is-success.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #5cb85c;
}
.button.is-success.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-success.is-outlined
{
	background-color: transparent;
	border-color: #5cb85c;
	color: #5cb85c;
}
.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover
{
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
}
.button.is-success.is-outlined.is-loading::after
{
	border-color: transparent transparent #5cb85c #5cb85c!important;
}
.button.is-success.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #5cb85c;
	box-shadow: none;
	color: #5cb85c;
}
.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: #5cb85c;
}
.button.is-success.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-warning
{
	background-color: #f0ad4e;
	border-color: transparent;
	color: #fff;
}
.button.is-warning.is-hovered,.button.is-warning:hover
{
	background-color: #efa842;
	border-color: transparent;
	color: #fff;
}
.button.is-warning.is-focused,.button.is-warning:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active)
{
	box-shadow: 0 rgba(240,173,78,.25);
}
.button.is-warning.is-active,.button.is-warning:active
{
	background-color: #eea236;
	border-color: transparent;
	color: #fff;
}
.button.is-warning[disabled]
{
	background-color: #f0ad4e;
	border-color: transparent;
	box-shadow: none;
}
.button.is-warning.is-inverted
{
	background-color: #fff;
	color: #f0ad4e;
}
.button.is-warning.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-warning.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #f0ad4e;
}
.button.is-warning.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-warning.is-outlined
{
	background-color: transparent;
	border-color: #f0ad4e;
	color: #f0ad4e;
}
.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover
{
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff;
}
.button.is-warning.is-outlined.is-loading::after
{
	border-color: transparent transparent #f0ad4e #f0ad4e!important;
}
.button.is-warning.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #f0ad4e;
	box-shadow: none;
	color: #f0ad4e;
}
.button.is-warning.is-inverted.is-outlined
{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover
{
	background-color: #fff;
	color: #f0ad4e;
}
.button.is-warning.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-danger
{
	background-color: #f15e48;
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-hovered,.button.is-danger:hover
{
	background-color: #f0543c;
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-focused,.button.is-danger:focus
{
	border-color: transparent;
	color: #fff;
}
.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active)
{
	box-shadow: 0 rgba(241,94,72,.25);
}
.button.is-danger.is-active,.button.is-danger:active
{
	background-color: #ef4930;
	border-color: transparent;
	color: #fff;
}
.button.is-danger[disabled]
{
	background-color: #f15e48;
	border-color: transparent;
	box-shadow: none;
}
.button.is-danger.is-inverted
{
	background-color: #fff;
	color: #f15e48;
}
.button.is-danger.is-inverted:hover
{
	background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled]
{
	background-color: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #f15e48;
}
.button.is-danger.is-loading::after
{
	border-color: transparent transparent #fff #fff!important;
}
.button.is-danger.is-outlined
{
	background-color: transparent;
	border-color: #f15e48;
	color: #f15e48;
}
.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover
{
	background-color: #f15e48;
	border-color: #f15e48;
	color: #fff;
}
.button.is-danger.is-outlined.is-loading::after
{
	border-color: transparent transparent #f15e48 #f15e48!important;
}
.button.is-danger.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #f15e48;
	box-shadow: none;
	color: #f15e48;
}
.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: #f15e48;
}
.button.is-danger.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
}
.button.is-yellow
{
	background-color: #fbc139;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-yellow.is-hovered,.button.is-yellow:hover
{
	background-color: #fbbd2d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-yellow.is-focused,.button.is-yellow:focus
{
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-yellow.is-focused:not(:active),.button.is-yellow:focus:not(:active)
{
	box-shadow: 0 rgba(251,193,57,.25);
}
.button.is-yellow.is-active,.button.is-yellow:active
{
	background-color: #fab920;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.button.is-yellow[disabled]
{
	background-color: #fbc139;
	border-color: transparent;
	box-shadow: none;
}
.button.is-yellow.is-inverted
{
	background-color: rgba(0,0,0,.7);
	color: #fbc139;
}
.button.is-yellow.is-inverted:hover
{
	background-color: rgba(0,0,0,.7);
}
.button.is-yellow.is-inverted[disabled]
{
	background-color: rgba(0,0,0,.7);
	border-color: transparent;
	box-shadow: none;
	color: #fbc139;
}
.button.is-yellow.is-loading::after
{
	border-color: transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important;
}
.button.is-yellow.is-outlined
{
	background-color: transparent;
	border-color: #fbc139;
	color: #fbc139;
}
.button.is-yellow.is-outlined:focus,.button.is-yellow.is-outlined:hover
{
	background-color: #fbc139;
	border-color: #fbc139;
	color: rgba(0,0,0,.7);
}
.button.is-yellow.is-outlined.is-loading::after
{
	border-color: transparent transparent #fbc139 #fbc139!important;
}
.button.is-yellow.is-outlined[disabled]
{
	background-color: transparent;
	border-color: #fbc139;
	box-shadow: none;
	color: #fbc139;
}
.button.is-yellow.is-inverted.is-outlined
{
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	color: rgba(0,0,0,.7);
}
.button.is-yellow.is-inverted.is-outlined:focus,.button.is-yellow.is-inverted.is-outlined:hover
{
	background-color: rgba(0,0,0,.7);
	color: #fbc139;
}
.button.is-yellow.is-inverted.is-outlined[disabled]
{
	background-color: transparent;
	border-color: rgba(0,0,0,.7);
	box-shadow: none;
	color: rgba(0,0,0,.7);
}
.button.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.button.is-medium
{
	font-size: 1.25rem;
}
.button.is-large
{
	font-size: 1.5rem;
}
.button[disabled]
{
	background-color: #fff;
	border-color: #dbdbdb;
	box-shadow: none;
	opacity: .5;
}
.button.is-fullwidth
{
	display: flex;
	width: 100%;
}
.button.is-loading
{
	color: transparent!important;
	pointer-events: none;
}
.button.is-loading::after
{
	left: calc(50% - (1em / 2));
	position: absolute!important;
	position: absolute;
	top: calc(50% - (1em / 2));
}
.button.is-static
{
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
	pointer-events: none;
}
.button.is-rounded
{
	border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}
.buttons
{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	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)
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
}
.buttons.has-addons .button:last-child
{
	margin-right: 0;
}
.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover
{
	z-index: 2;
}
.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus
{
	z-index: 3;
}
.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover
{
	z-index: 4;
}
.buttons.has-addons .button.is-expanded
{
	flex-grow: 1;
}
.buttons.is-centered
{
	justify-content: center;
}
.buttons.is-right
{
	justify-content: flex-end;
}
.container
{
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width:1098px)
{
	.container
	{
		max-width: 970px;
		width: 970px;
	}
	.container.is-fluid
	{
		margin-left: 64px;
		margin-right: 64px;
		max-width: none;
		width: auto;
	}
}
@media screen and (max-width:1297px)
{
	.container.is-widescreen
	{
		max-width: 1170px;
		width: auto;
	}
}
@media screen and (min-width:1298px)
{
	.container
	{
		max-width: 1170px;
		width: 1170px;
	}
}
.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 #e5e5e5;
	padding: 1.25em 1.5em;
}
.content ol
{
	list-style: decimal outside;
	margin-left: 2em;
	margin-top: 1em;
}
.content ul
{
	list-style: disc outside;
	margin-left: 2em;
	margin-top: 1em;
}
.content ul ul
{
	list-style-type: circle;
	margin-top: .5em;
}
.content ul ul ul
{
	list-style-type: square;
}
.content dd
{
	margin-left: 2em;
}
.content figure
{
	margin-left: 2em;
	margin-right: 2em;
	text-align: center;
}
.content figure:not(:first-child)
{
	margin-top: 2em;
}
.content figure:not(:last-child)
{
	margin-bottom: 2em;
}
.content figure img
{
	display: inline-block;
}
.content figure figcaption
{
	font-style: italic;
}
.content pre
{
	overflow-x: auto;
	padding: 1.25em 1.5em;
	webkit-overflow-scrolling: touch;
	white-space: pre;
	word-wrap: normal;
}
.content sub,.content sup
{
	font-size: 75%;
}
.content table
{
	width: 100%;
}
.content table td,.content table th
{
	border: 1px solid #e5e5e5;
	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: 1.25rem;
}
.content.is-large
{
	font-size: 1.5rem;
}
.input,.taginput .taginput-container.is-focusable,.textarea
{
	background-color: #fff;
	border-color: #dbdbdb;
	box-shadow: none;
	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: #dbdbdb;
}
.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
{
	border-color: #fbc139;
	box-shadow: 0 0 0 1px #fbc139;
}
.input[disabled],.taginput [disabled].taginput-container.is-focusable,.textarea[disabled]
{
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
}
.input[disabled]::-moz-placeholder,.taginput [disabled].taginput-container.is-focusable::-moz-placeholder,.textarea[disabled]::-moz-placeholder
{
	color: rgba(122,122,122,.3);
}
.input[disabled]::-webkit-input-placeholder,.taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder
{
	color: rgba(122,122,122,.3);
}
.input[disabled]:-moz-placeholder,.taginput [disabled].taginput-container.is-focusable:-moz-placeholder,.textarea[disabled]:-moz-placeholder
{
	color: rgba(122,122,122,.3);
}
.input[disabled]:-ms-input-placeholder,.taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder
{
	color: rgba(122,122,122,.3);
}
.input[readonly],.taginput [readonly].taginput-container.is-focusable,.textarea[readonly]
{
	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
{
	box-shadow: 0 0 0 1px rgba(255,255,255,.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
{
	box-shadow: 0 0 0 1px rgba(10,10,10,.25);
}
.input.is-light,.taginput .is-light.taginput-container.is-focusable,.textarea.is-light
{
	border-color: #eee;
}
.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
{
	box-shadow: 0 0 0 1px rgba(238,238,238,.25);
}
.input.is-dark,.taginput .is-dark.taginput-container.is-focusable,.textarea.is-dark
{
	border-color: #90a2ab;
}
.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
{
	box-shadow: 0 0 0 1px rgba(144,162,171,.25);
}
.input.is-primary,.taginput .is-primary.taginput-container.is-focusable,.textarea.is-primary
{
	border-color: #1fb6ff;
}
.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
{
	box-shadow: 0 0 0 1px rgba(31,182,255,.25);
}
.input.is-info,.taginput .is-info.taginput-container.is-focusable,.textarea.is-info
{
	border-color: #5bc0de;
}
.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
{
	box-shadow: 0 0 0 1px rgba(91,192,222,.25);
}
.input.is-success,.taginput .is-success.taginput-container.is-focusable,.textarea.is-success
{
	border-color: #5cb85c;
}
.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
{
	box-shadow: 0 0 0 1px rgba(92,184,92,.25);
}
.input.is-warning,.taginput .is-warning.taginput-container.is-focusable,.textarea.is-warning
{
	border-color: #f0ad4e;
}
.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
{
	box-shadow: 0 0 0 1px rgba(240,173,78,.25);
}
.input.is-danger,.taginput .is-danger.taginput-container.is-focusable,.textarea.is-danger
{
	border-color: #f15e48;
}
.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
{
	box-shadow: 0 0 0 1px rgba(241,94,72,.25);
}
.input.is-yellow,.taginput .is-yellow.taginput-container.is-focusable,.textarea.is-yellow
{
	border-color: #fbc139;
}
.input.is-yellow.is-active,.input.is-yellow.is-focused,.input.is-yellow:active,.input.is-yellow:focus,.taginput .is-yellow.is-active.taginput-container.is-focusable,.taginput .is-yellow.is-focused.taginput-container.is-focusable,.taginput .is-yellow.taginput-container.is-focusable:active,.taginput .is-yellow.taginput-container.is-focusable:focus,.textarea.is-yellow.is-active,.textarea.is-yellow.is-focused,.textarea.is-yellow:active,.textarea.is-yellow:focus
{
	box-shadow: 0 0 0 1px rgba(251,193,57,.25);
}
.input.is-small,.taginput .is-small.taginput-container.is-focusable,.textarea.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.input.is-medium,.taginput .is-medium.taginput-container.is-focusable,.textarea.is-medium
{
	font-size: 1.25rem;
}
.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
{
	border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}
.input.is-static,.taginput .is-static.taginput-container.is-focusable
{
	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: initial;
}
.textarea.has-fixed-size
{
	resize: none;
}
.checkbox,.radio
{
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
}
.checkbox input,.radio input
{
	cursor: pointer;
}
.checkbox:hover,.radio:hover
{
	color: #363636;
}
.checkbox[disabled],.radio[disabled]
{
	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: #555;
	right: 1.125em;
	z-index: 4;
}
.select.is-rounded select
{
	border-radius: 290486px;
	padding-left: 1em;
}
.select select
{
	background-color: #fff;
	border-color: #dbdbdb;
	color: #363636;
	cursor: pointer;
	display: block;
	font-size: 1em;
	max-width: 100%;
	outline: 0;
}
.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: #dbdbdb;
}
.select select.is-active,.select select.is-focused,.select select:active,.select select:focus
{
	border-color: #fbc139;
	box-shadow: 0 0 0 1px #fbc139;
}
.select select[disabled]
{
	background-color: #f5f5f5;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder
{
	color: rgba(122,122,122,.3);
}
.select select[disabled]::-webkit-input-placeholder
{
	color: rgba(122,122,122,.3);
}
.select select[disabled]:-moz-placeholder
{
	color: rgba(122,122,122,.3);
}
.select select[disabled]:-ms-input-placeholder
{
	color: rgba(122,122,122,.3);
}
.select select::-ms-expand
{
	display: none;
}
.select select[disabled]:hover
{
	border-color: #dbdbdb;
}
.select select:not([multiple])
{
	padding-right: 2.5em;
}
.select select[multiple]
{
	height: initial;
	padding: 0;
}
.select select[multiple] option
{
	padding: .5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after
{
	border-color: #363636;
}
.select.is-white:not(:hover)::after
{
	border-color: #fff;
}
.select.is-white select
{
	border-color: #fff;
}
.select.is-white select.is-hovered,.select.is-white select:hover
{
	border-color: #f2f2f2;
}
.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus
{
	box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}
.select.is-black:not(:hover)::after
{
	border-color: #0a0a0a;
}
.select.is-black select
{
	border-color: #0a0a0a;
}
.select.is-black select.is-hovered,.select.is-black select:hover
{
	border-color: #000;
}
.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus
{
	box-shadow: 0 0 0 1px rgba(10,10,10,.25);
}
.select.is-light:not(:hover)::after
{
	border-color: #eee;
}
.select.is-light select
{
	border-color: #eee;
}
.select.is-light select.is-hovered,.select.is-light select:hover
{
	border-color: #e1e1e1;
}
.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus
{
	box-shadow: 0 0 0 1px rgba(238,238,238,.25);
}
.select.is-dark:not(:hover)::after
{
	border-color: #90a2ab;
}
.select.is-dark select
{
	border-color: #90a2ab;
}
.select.is-dark select.is-hovered,.select.is-dark select:hover
{
	border-color: #8196a0;
}
.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus
{
	box-shadow: 0 0 0 1px rgba(144,162,171,.25);
}
.select.is-primary:not(:hover)::after
{
	border-color: #1fb6ff;
}
.select.is-primary select
{
	border-color: #1fb6ff;
}
.select.is-primary select.is-hovered,.select.is-primary select:hover
{
	border-color: #06aeff;
}
.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus
{
	box-shadow: 0 0 0 1px rgba(31,182,255,.25);
}
.select.is-info:not(:hover)::after
{
	border-color: #5bc0de;
}
.select.is-info select
{
	border-color: #5bc0de;
}
.select.is-info select.is-hovered,.select.is-info select:hover
{
	border-color: #46b8da;
}
.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus
{
	box-shadow: 0 0 0 1px rgba(91,192,222,.25);
}
.select.is-success:not(:hover)::after
{
	border-color: #5cb85c;
}
.select.is-success select
{
	border-color: #5cb85c;
}
.select.is-success select.is-hovered,.select.is-success select:hover
{
	border-color: #4cae4c;
}
.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus
{
	box-shadow: 0 0 0 1px rgba(92,184,92,.25);
}
.select.is-warning:not(:hover)::after
{
	border-color: #f0ad4e;
}
.select.is-warning select
{
	border-color: #f0ad4e;
}
.select.is-warning select.is-hovered,.select.is-warning select:hover
{
	border-color: #eea236;
}
.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus
{
	box-shadow: 0 0 0 1px rgba(240,173,78,.25);
}
.select.is-danger:not(:hover)::after
{
	border-color: #f15e48;
}
.select.is-danger select
{
	border-color: #f15e48;
}
.select.is-danger select.is-hovered,.select.is-danger select:hover
{
	border-color: #ef4930;
}
.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus
{
	box-shadow: 0 0 0 1px rgba(241,94,72,.25);
}
.select.is-yellow:not(:hover)::after
{
	border-color: #fbc139;
}
.select.is-yellow select
{
	border-color: #fbc139;
}
.select.is-yellow select.is-hovered,.select.is-yellow select:hover
{
	border-color: #fab920;
}
.select.is-yellow select.is-active,.select.is-yellow select.is-focused,.select.is-yellow select:active,.select.is-yellow select:focus
{
	box-shadow: 0 0 0 1px rgba(251,193,57,.25);
}
.select.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.select.is-medium
{
	font-size: 1.25rem;
}
.select.is-large
{
	font-size: 1.5rem;
}
.select.is-disabled::after
{
	border-color: #7a7a7a;
}
.select.is-fullwidth
{
	width: 100%;
}
.select.is-fullwidth select
{
	width: 100%;
}
.select.is-loading::after
{
	margin-top: 0;
	position: absolute;
	right: .625em;
	top: .625em;
	transform: none;
}
.select.is-loading.is-small:after
{
	font-size: .75rem;
}
.select.is-loading.is-medium:after
{
	font-size: 1.25rem;
}
.select.is-loading.is-large:after
{
	font-size: 1.5rem;
}
.file
{
	align-items: stretch;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.file.is-white .file-cta
{
	background-color: #fff;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta
{
	background-color: #f9f9f9;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(255,255,255,.25);
	color: #0a0a0a;
}
.file.is-white.is-active .file-cta,.file.is-white:active .file-cta
{
	background-color: #f2f2f2;
	border-color: transparent;
	color: #0a0a0a;
}
.file.is-black .file-cta
{
	background-color: #0a0a0a;
	border-color: transparent;
	color: #fff;
}
.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta
{
	background-color: #040404;
	border-color: transparent;
	color: #fff;
}
.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(10,10,10,.25);
	color: #fff;
}
.file.is-black.is-active .file-cta,.file.is-black:active .file-cta
{
	background-color: #000;
	border-color: transparent;
	color: #fff;
}
.file.is-light .file-cta
{
	background-color: #eee;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta
{
	background-color: #e8e8e8;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(238,238,238,.25);
	color: rgba(0,0,0,.7);
}
.file.is-light.is-active .file-cta,.file.is-light:active .file-cta
{
	background-color: #e1e1e1;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-dark .file-cta
{
	background-color: #90a2ab;
	border-color: transparent;
	color: #fff;
}
.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta
{
	background-color: #899ca6;
	border-color: transparent;
	color: #fff;
}
.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(144,162,171,.25);
	color: #fff;
}
.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta
{
	background-color: #8196a0;
	border-color: transparent;
	color: #fff;
}
.file.is-primary .file-cta
{
	background-color: #1fb6ff;
	border-color: transparent;
	color: #fff;
}
.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta
{
	background-color: #12b2ff;
	border-color: transparent;
	color: #fff;
}
.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(31,182,255,.25);
	color: #fff;
}
.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta
{
	background-color: #06aeff;
	border-color: transparent;
	color: #fff;
}
.file.is-info .file-cta
{
	background-color: #5bc0de;
	border-color: transparent;
	color: #fff;
}
.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta
{
	background-color: #50bcdc;
	border-color: transparent;
	color: #fff;
}
.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(91,192,222,.25);
	color: #fff;
}
.file.is-info.is-active .file-cta,.file.is-info:active .file-cta
{
	background-color: #46b8da;
	border-color: transparent;
	color: #fff;
}
.file.is-success .file-cta
{
	background-color: #5cb85c;
	border-color: transparent;
	color: #fff;
}
.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta
{
	background-color: #53b453;
	border-color: transparent;
	color: #fff;
}
.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(92,184,92,.25);
	color: #fff;
}
.file.is-success.is-active .file-cta,.file.is-success:active .file-cta
{
	background-color: #4cae4c;
	border-color: transparent;
	color: #fff;
}
.file.is-warning .file-cta
{
	background-color: #f0ad4e;
	border-color: transparent;
	color: #fff;
}
.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta
{
	background-color: #efa842;
	border-color: transparent;
	color: #fff;
}
.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(240,173,78,.25);
	color: #fff;
}
.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta
{
	background-color: #eea236;
	border-color: transparent;
	color: #fff;
}
.file.is-danger .file-cta
{
	background-color: #f15e48;
	border-color: transparent;
	color: #fff;
}
.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta
{
	background-color: #f0543c;
	border-color: transparent;
	color: #fff;
}
.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(241,94,72,.25);
	color: #fff;
}
.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta
{
	background-color: #ef4930;
	border-color: transparent;
	color: #fff;
}
.file.is-yellow .file-cta
{
	background-color: #fbc139;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-yellow.is-hovered .file-cta,.file.is-yellow:hover .file-cta
{
	background-color: #fbbd2d;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-yellow.is-focused .file-cta,.file.is-yellow:focus .file-cta
{
	border-color: transparent;
	box-shadow: 0 0 .5em rgba(251,193,57,.25);
	color: rgba(0,0,0,.7);
}
.file.is-yellow.is-active .file-cta,.file.is-yellow:active .file-cta
{
	background-color: #fab920;
	border-color: transparent;
	color: rgba(0,0,0,.7);
}
.file.is-small
{
	font-size: .75rem;
}
.file.is-medium
{
	font-size: 1.25rem;
}
.file.is-medium .file-icon .fa
{
	font-size: 21px;
}
.file.is-large
{
	font-size: 1.5rem;
}
.file.is-large .file-icon .fa
{
	font-size: 28px;
}
.file.has-name .file-cta
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.file.has-name .file-name
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta
{
	border-radius: 2px;
}
.file.has-name.is-empty .file-name
{
	display: none;
}
.file.is-boxed .file-label
{
	flex-direction: column;
}
.file.is-boxed .file-cta
{
	flex-direction: column;
	height: auto;
	padding: 1em 3em;
}
.file.is-boxed .file-name
{
	border-width: 0 1px 1px;
}
.file.is-boxed .file-icon
{
	height: 1.5em;
	width: 1.5em;
}
.file.is-boxed .file-icon .fa
{
	font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa
{
	font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa
{
	font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa
{
	font-size: 35px;
}
.file.is-boxed.has-name .file-cta
{
	border-radius: 2px 2px 0 0;
}
.file.is-boxed.has-name .file-name
{
	border-radius: 0 0 2px 2px;
	border-width: 0 1px 1px;
}
.file.is-centered
{
	justify-content: center;
}
.file.is-fullwidth .file-label
{
	width: 100%;
}
.file.is-fullwidth .file-name
{
	flex-grow: 1;
	max-width: none;
}
.file.is-right
{
	justify-content: flex-end;
}
.file.is-right .file-cta
{
	border-radius: 0 2px 2px 0;
}
.file.is-right .file-name
{
	border-radius: 2px 0 0 2px;
	border-width: 1px 0 1px 1px;
	order: -1;
}
.file-label
{
	align-items: stretch;
	cursor: pointer;
	display: flex;
	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: #dfdfdf;
}
.file-label:active .file-cta
{
	background-color: #e8e8e8;
	color: #363636;
}
.file-label:active .file-name
{
	border-color: #d8d8d8;
}
.file-input
{
	height: .01em;
	left: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: .01em;
}
.file-cta,.file-name
{
	border-color: #e5e5e5;
	border-radius: 2px;
	font-size: 1em;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;
}
.file-cta
{
	background-color: #f5f5f5;
	color: #4a4a4a;
}
.file-name
{
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	display: block;
	max-width: 16em;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.file-icon
{
	align-items: center;
	display: flex;
	height: 1em;
	justify-content: center;
	margin-right: .5em;
	width: 1em;
}
.file-icon .fa
{
	font-size: 14px;
}
.label
{
	color: #363636;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
.label:not(:last-child)
{
	margin-bottom: .5em;
}
.label.is-small
{
	font-size: .75rem;
}
.label.is-medium
{
	font-size: 1.25rem;
}
.label.is-large
{
	font-size: 1.5rem;
}
.help
{
	display: block;
	font-size: .75rem;
	margin-top: .25rem;
}
.help.is-white
{
	color: #fff;
}
.help.is-black
{
	color: #0a0a0a;
}
.help.is-light
{
	color: #eee;
}
.help.is-dark
{
	color: #90a2ab;
}
.help.is-primary
{
	color: #1fb6ff;
}
.help.is-info
{
	color: #5bc0de;
}
.help.is-success
{
	color: #5cb85c;
}
.help.is-warning
{
	color: #f0ad4e;
}
.help.is-danger
{
	color: #f15e48;
}
.help.is-yellow
{
	color: #fbc139;
}
.field:not(:last-child)
{
	margin-bottom: .75rem;
}
.field.has-addons
{
	display: flex;
	justify-content: flex-start;
}
.field.has-addons .control:not(:last-child)
{
	margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select,.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
{
	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
{
	border-bottom-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
{
	border-bottom-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
{
	flex-grow: 1;
}
.field.has-addons.has-addons-centered
{
	justify-content: center;
}
.field.has-addons.has-addons-right
{
	justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control
{
	flex-grow: 1;
	flex-shrink: 0;
}
.field.is-grouped
{
	display: flex;
	justify-content: flex-start;
}
.field.is-grouped>.control
{
	flex-shrink: 0;
}
.field.is-grouped>.control:not(:last-child)
{
	margin-bottom: 0;
	margin-right: .75rem;
}
.field.is-grouped>.control.is-expanded
{
	flex-grow: 1;
	flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered
{
	justify-content: center;
}
.field.is-grouped.is-grouped-right
{
	justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline
{
	flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child)
{
	margin-bottom: .75rem;
}
.field.is-grouped.is-grouped-multiline:last-child
{
	margin-bottom: -.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child)
{
	margin-bottom: 0;
}
@media screen and (min-width:769px),print
{
	.field.is-horizontal
	{
		display: flex;
	}
}
.field-label .label
{
	font-size: inherit;
}
@media screen and (max-width:768px)
{
	.field-label
	{
		margin-bottom: .5rem;
	}
}
@media screen and (min-width:769px),print
{
	.field-label
	{
		flex-basis: 0;
		flex-grow: 1;
		flex-shrink: 0;
		margin-right: 1.5rem;
		text-align: right;
	}
	.field-label.is-small
	{
		font-size: .75rem;
		padding-top: .375em;
	}
	.field-label.is-normal
	{
		padding-top: .375em;
	}
	.field-label.is-medium
	{
		font-size: 1.25rem;
		padding-top: .375em;
	}
	.field-label.is-large
	{
		font-size: 1.5rem;
		padding-top: .375em;
	}
}
.field-body .field .field
{
	margin-bottom: 0;
}
@media screen and (min-width:769px),print
{
	.field-body
	{
		display: flex;
		flex-basis: 0;
		flex-grow: 5;
		flex-shrink: 1;
	}
	.field-body .field
	{
		margin-bottom: 0;
	}
	.field-body>.field
	{
		flex-shrink: 1;
	}
	.field-body>.field:not(.is-narrow)
	{
		flex-grow: 1;
	}
	.field-body>.field:not(:last-child)
	{
		margin-right: .75rem;
	}
}
.control
{
	font-size: 1rem;
	position: relative;
	text-align: left;
}
.control.has-icon .icon
{
	color: #dbdbdb;
	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: 1.25rem;
}
.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: 1.25rem;
}
.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: #dbdbdb;
	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: 1.25rem;
}
.control.is-loading.is-large:after
{
	font-size: 1.5rem;
}
.icon
{
	align-items: center;
	display: inline-flex;
	height: 1.5rem;
	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
{
	border-radius: 290486px;
}
.image.is-16by9 img,.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-square img
{
	height: 100%;
	width: 100%;
}
.image.is-1by1,.image.is-square
{
	padding-top: 100%;
}
.image.is-5by4
{
	padding-top: 80%;
}
.image.is-4by3
{
	padding-top: 75%;
}
.image.is-3by2
{
	padding-top: 66.6666%;
}
.image.is-5by3
{
	padding-top: 60%;
}
.image.is-16by9
{
	padding-top: 56.25%;
}
.image.is-2by1
{
	padding-top: 50%;
}
.image.is-3by1
{
	padding-top: 33.3333%;
}
.image.is-4by5
{
	padding-top: 125%;
}
.image.is-3by4
{
	padding-top: 133.3333%;
}
.image.is-2by3
{
	padding-top: 150%;
}
.image.is-3by5
{
	padding-top: 166.6666%;
}
.image.is-9by16
{
	padding-top: 177.7777%;
}
.image.is-1by2
{
	padding-top: 200%;
}
.image.is-1by3
{
	padding-top: 300%;
}
.image.is-16x16
{
	height: 16px;
	width: 16px;
}
.image.is-24x24
{
	height: 24px;
	width: 24px;
}
.image.is-32x32
{
	height: 32px;
	width: 32px;
}
.image.is-48x48
{
	height: 48px;
	width: 48px;
}
.image.is-64x64
{
	height: 64px;
	width: 64px;
}
.image.is-96x96
{
	height: 96px;
	width: 96px;
}
.image.is-128x128
{
	height: 128px;
	width: 128px;
}
.notification
{
	background-color: #f5f5f5;
	border-radius: 2px;
	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: 0 0;
}
.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: #eee;
	color: rgba(0,0,0,.7);
}
.notification.is-dark
{
	background-color: #90a2ab;
	color: #fff;
}
.notification.is-primary
{
	background-color: #1fb6ff;
	color: #fff;
}
.notification.is-info
{
	background-color: #5bc0de;
	color: #fff;
}
.notification.is-success
{
	background-color: #5cb85c;
	color: #fff;
}
.notification.is-warning
{
	background-color: #f0ad4e;
	color: #fff;
}
.notification.is-danger
{
	background-color: #f15e48;
	color: #fff;
}
.notification.is-yellow
{
	background-color: #fbc139;
	color: rgba(0,0,0,.7);
}
.progress
{
	border: none;
	border-radius: 290486px;
	display: block;
	height: 1rem;
	moz-appearance: none;
	overflow: hidden;
	padding: 0;
	webkit-appearance: none;
	width: 100%;
}
.progress::-webkit-progress-bar
{
	background-color: #e5e5e5;
}
.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: #eee;
}
.progress.is-light::-moz-progress-bar
{
	background-color: #eee;
}
.progress.is-light::-ms-fill
{
	background-color: #eee;
}
.progress.is-dark::-webkit-progress-value
{
	background-color: #90a2ab;
}
.progress.is-dark::-moz-progress-bar
{
	background-color: #90a2ab;
}
.progress.is-dark::-ms-fill
{
	background-color: #90a2ab;
}
.progress.is-primary::-webkit-progress-value
{
	background-color: #1fb6ff;
}
.progress.is-primary::-moz-progress-bar
{
	background-color: #1fb6ff;
}
.progress.is-primary::-ms-fill
{
	background-color: #1fb6ff;
}
.progress.is-info::-webkit-progress-value
{
	background-color: #5bc0de;
}
.progress.is-info::-moz-progress-bar
{
	background-color: #5bc0de;
}
.progress.is-info::-ms-fill
{
	background-color: #5bc0de;
}
.progress.is-success::-webkit-progress-value
{
	background-color: #5cb85c;
}
.progress.is-success::-moz-progress-bar
{
	background-color: #5cb85c;
}
.progress.is-success::-ms-fill
{
	background-color: #5cb85c;
}
.progress.is-warning::-webkit-progress-value
{
	background-color: #f0ad4e;
}
.progress.is-warning::-moz-progress-bar
{
	background-color: #f0ad4e;
}
.progress.is-warning::-ms-fill
{
	background-color: #f0ad4e;
}
.progress.is-danger::-webkit-progress-value
{
	background-color: #f15e48;
}
.progress.is-danger::-moz-progress-bar
{
	background-color: #f15e48;
}
.progress.is-danger::-ms-fill
{
	background-color: #f15e48;
}
.progress.is-yellow::-webkit-progress-value
{
	background-color: #fbc139;
}
.progress.is-yellow::-moz-progress-bar
{
	background-color: #fbc139;
}
.progress.is-yellow::-ms-fill
{
	background-color: #fbc139;
}
.progress.is-small
{
	height: .75rem;
}
.progress.is-medium
{
	height: 1.25rem;
}
.progress.is-large
{
	height: 1.5rem;
}
.table
{
	background-color: transparent;
	color: #363636;
}
.table td,.table th
{
	border: 1px solid #f0f0f0;
	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: #eee;
	border-color: #eee;
	color: rgba(0,0,0,.7);
}
.table td.is-dark,.table th.is-dark
{
	background-color: #90a2ab;
	border-color: #90a2ab;
	color: #fff;
}
.table td.is-primary,.table th.is-primary
{
	background-color: #1fb6ff;
	border-color: #1fb6ff;
	color: #fff;
}
.table td.is-info,.table th.is-info
{
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff;
}
.table td.is-success,.table th.is-success
{
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
}
.table td.is-warning,.table th.is-warning
{
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff;
}
.table td.is-danger,.table th.is-danger
{
	background-color: #f15e48;
	border-color: #f15e48;
	color: #fff;
}
.table td.is-yellow,.table th.is-yellow
{
	background-color: #fbc139;
	border-color: #fbc139;
	color: rgba(0,0,0,.7);
}
.table td.is-narrow,.table th.is-narrow
{
	white-space: nowrap;
	width: 1%;
}
.table td.is-selected,.table th.is-selected
{
	background-color: #1fb6ff;
	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: #999;
	text-align: left;
}
.table tr.is-selected
{
	background-color: #1fb6ff;
	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(even)
{
	background-color: #fafafa;
}
.table-container
{
	max-width: 100%;
	overflow: auto;
	overflow-y: hidden;
	webkit-overflow-scrolling: touch;
}
.tags
{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tags .tag
{
	margin-bottom: .5rem;
}
.tags .tag:not(:last-child)
{
	margin-right: .5rem;
}
.tags:last-child
{
	margin-bottom: -.5rem;
}
.tags:not(:last-child)
{
	margin-bottom: 1rem;
}
.tags.has-addons .tag
{
	margin-right: 0;
}
.tags.has-addons .tag:not(:first-child)
{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.tags.is-centered
{
	justify-content: center;
}
.tags.is-centered .tag
{
	margin-left: .25rem;
	margin-right: .25rem;
}
.tags.is-right
{
	justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child)
{
	margin-left: .5rem;
}
.tags.is-right .tag:not(:last-child)
{
	margin-right: 0;
}
.tag:not(body)
{
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 2px;
	color: #4a4a4a;
	display: inline-flex;
	font-size: .75rem;
	height: 2em;
	justify-content: center;
	line-height: 1.5;
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}
.tag:not(body) .delete
{
	margin-left: .25rem;
	margin-right: -.375rem;
}
.tag:not(body).is-white
{
	background-color: #fff;
	color: #0a0a0a;
}
.tag:not(body).is-black
{
	background-color: #0a0a0a;
	color: #fff;
}
.tag:not(body).is-light
{
	background-color: #eee;
	color: rgba(0,0,0,.7);
}
.tag:not(body).is-dark
{
	background-color: #90a2ab;
	color: #fff;
}
.tag:not(body).is-primary
{
	background-color: #1fb6ff;
	color: #fff;
}
.tag:not(body).is-info
{
	background-color: #5bc0de;
	color: #fff;
}
.tag:not(body).is-success
{
	background-color: #5cb85c;
	color: #fff;
}
.tag:not(body).is-warning
{
	background-color: #f0ad4e;
	color: #fff;
}
.tag:not(body).is-danger
{
	background-color: #f15e48;
	color: #fff;
}
.tag:not(body).is-yellow
{
	background-color: #fbc139;
	color: rgba(0,0,0,.7);
}
.tag:not(body).is-medium
{
	font-size: 1rem;
}
.tag:not(body).is-large
{
	font-size: 1.25rem;
}
.tag:not(body) .icon:first-child:not(:last-child)
{
	margin-left: -.375em;
	margin-right: .1875em;
}
.tag:not(body) .icon:last-child:not(:first-child)
{
	margin-left: .1875em;
	margin-right: -.375em;
}
.tag:not(body) .icon:first-child:last-child
{
	margin-left: -.375em;
	margin-right: -.375em;
}
.tag:not(body).is-delete
{
	margin-left: 1px;
	padding: 0;
	position: relative;
	width: 2em;
}
.tag:not(body).is-delete::after,.tag:not(body).is-delete::before
{
	background-color: currentColor;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform-origin: center center;
}
.tag:not(body).is-delete::before
{
	height: 1px;
	width: 50%;
}
.tag:not(body).is-delete::after
{
	height: 50%;
	width: 1px;
}
.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover
{
	background-color: #e8e8e8;
}
.tag:not(body).is-delete:active
{
	background-color: #dbdbdb;
}
.tag:not(body).is-rounded
{
	border-radius: 290486px;
}
a.tag:hover
{
	text-decoration: underline;
}
.subtitle,.title
{
	word-break: break-word;
}
.subtitle em,.subtitle span,.title em,.title span
{
	font-weight: inherit;
}
.subtitle sub,.title sub
{
	font-size: .75em;
}
.subtitle sup,.title sup
{
	font-size: .75em;
}
.subtitle .tag,.title .tag
{
	vertical-align: middle;
}
.title
{
	color: #363636;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.125;
}
.title strong
{
	color: inherit;
	font-weight: inherit;
}
.title+.highlight
{
	margin-top: -.75rem;
}
.title:not(.is-spaced)+.subtitle
{
	margin-top: -1.25rem;
}
.title.is-1
{
	font-size: 3rem;
}
.title.is-2
{
	font-size: 2.5rem;
}
.title.is-3
{
	font-size: 2rem;
}
.title.is-4
{
	font-size: 1.5rem;
}
.title.is-5
{
	font-size: 1.25rem;
}
.title.is-6
{
	font-size: 1rem;
}
.title.is-7
{
	font-size: .75rem;
}
.subtitle
{
	color: #4a4a4a;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}
.subtitle strong
{
	color: #363636;
	font-weight: 600;
}
.subtitle:not(.is-spaced)+.title
{
	margin-top: -1.25rem;
}
.subtitle.is-1
{
	font-size: 3rem;
}
.subtitle.is-2
{
	font-size: 2.5rem;
}
.subtitle.is-3
{
	font-size: 2rem;
}
.subtitle.is-4
{
	font-size: 1.5rem;
}
.subtitle.is-5
{
	font-size: 1.25rem;
}
.subtitle.is-6
{
	font-size: 1rem;
}
.subtitle.is-7
{
	font-size: .75rem;
}
.heading
{
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.highlight
{
	font-weight: 400;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.highlight pre
{
	max-width: 100%;
	overflow: auto;
}
.number
{
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 290486px;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2em;
	justify-content: center;
	margin-right: 1.5rem;
	min-width: 2.5em;
	padding: .25rem .5rem;
	text-align: center;
	vertical-align: top;
}
.breadcrumb
{
	font-size: 1rem;
	white-space: nowrap;
}
.breadcrumb a
{
	align-items: center;
	color: #0383de;
	display: flex;
	justify-content: center;
	padding: 0 .75em;
}
.breadcrumb a:hover
{
	color: #363636;
}
.breadcrumb li
{
	align-items: center;
	display: flex;
}
.breadcrumb li:first-child a
{
	padding-left: 0;
}
.breadcrumb li.is-active a
{
	color: #363636;
	cursor: default;
	pointer-events: none;
}
.breadcrumb li+li::before
{
	color: #b5b5b5;
	content: "/";
}
.breadcrumb ol,.breadcrumb ul
{
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.breadcrumb .icon:first-child
{
	margin-right: .5em;
}
.breadcrumb .icon:last-child
{
	margin-left: .5em;
}
.breadcrumb.is-centered ol,.breadcrumb.is-centered ul
{
	justify-content: center;
}
.breadcrumb.is-right ol,.breadcrumb.is-right ul
{
	justify-content: flex-end;
}
.breadcrumb.is-small
{
	font-size: .75rem;
}
.breadcrumb.is-medium
{
	font-size: 1.25rem;
}
.breadcrumb.is-large
{
	font-size: 1.5rem;
}
.breadcrumb.has-arrow-separator li+li::before
{
	content: "→";
}
.breadcrumb.has-bullet-separator li+li::before
{
	content: "•";
}
.breadcrumb.has-dot-separator li+li::before
{
	content: "�";
}
.breadcrumb.has-succeeds-separator li+li::before
{
	content: "≻";
}
.card
{
	background-color: #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
{
	align-items: stretch;
	background-color: none;
	box-shadow: 0 1px 2px rgba(10,10,10,.1);
	display: flex;
}
.card-header-title
{
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: .75rem;
}
.card-header-title.is-centered
{
	justify-content: center;
}
.card-header-icon
{
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: .75rem;
}
.card-image
{
	display: block;
	position: relative;
}
.card-content
{
	background-color: none;
	padding: 1.5rem;
}
.card-footer
{
	align-items: stretch;
	background-color: none;
	border-top: 1px solid #e5e5e5;
	display: flex;
}
.card-footer-item
{
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	padding: .75rem;
}
.card-footer-item:not(:last-child)
{
	border-right: 1px solid #e5e5e5;
}
.card .media:not(:last-child)
{
	margin-bottom: .75rem;
}
.dropdown
{
	display: inline-flex;
	position: relative;
	vertical-align: top;
}
.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu
{
	display: block;
}
.dropdown.is-right .dropdown-menu
{
	left: auto;
	right: 0;
}
.dropdown.is-up .dropdown-menu
{
	bottom: 100%;
	padding-bottom: 4px;
	padding-top: initial;
	top: auto;
}
.dropdown-menu
{
	display: none;
	left: 0;
	min-width: 12rem;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	z-index: 20;
}
.dropdown-content
{
	background-color: #fff;
	border-radius: 2px;
	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 .dropdown-menu .has-link a,.dropdown-item
{
	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: #0383de;
	color: #fff;
}
.dropdown-divider
{
	background-color: #e5e5e5;
	border: none;
	display: block;
	height: 1px;
	margin: .5rem 0;
}
.level
{
	align-items: center;
	justify-content: space-between;
}
.level code
{
	border-radius: 2px;
}
.level img
{
	display: inline-block;
	vertical-align: top;
}
.level.is-mobile
{
	display: flex;
}
.level.is-mobile .level-left,.level.is-mobile .level-right
{
	display: flex;
}
.level.is-mobile .level-left+.level-right
{
	margin-top: 0;
}
.level.is-mobile .level-item
{
	margin-right: .75rem;
}
.level.is-mobile .level-item:not(:last-child)
{
	margin-bottom: 0;
}
.level.is-mobile .level-item:not(.is-narrow)
{
	flex-grow: 1;
}
@media screen and (min-width:769px),print
{
	.level
	{
		display: flex;
	}
	.level>.level-item:not(.is-narrow)
	{
		flex-grow: 1;
	}
}
.level-item
{
	align-items: center;
	display: flex;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
}
.level-item .subtitle,.level-item .title
{
	margin-bottom: 0;
}
@media screen and (max-width:768px)
{
	.level-item:not(:last-child)
	{
		margin-bottom: .75rem;
	}
}
.level-left,.level-right
{
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}
.level-left .level-item.is-flexible,.level-right .level-item.is-flexible
{
	flex-grow: 1;
}
@media screen and (min-width:769px),print
{
	.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child)
	{
		margin-right: .75rem;
	}
}
.level-left
{
	align-items: center;
	justify-content: flex-start;
}
@media screen and (max-width:768px)
{
	.level-left+.level-right
	{
		margin-top: 1.5rem;
	}
}
@media screen and (min-width:769px),print
{
	.level-left
	{
		display: flex;
	}
}
.level-right
{
	align-items: center;
	justify-content: flex-end;
}
@media screen and (min-width:769px),print
{
	.level-right
	{
		display: flex;
	}
}
.media
{
	align-items: flex-start;
	display: flex;
	text-align: left;
}
.media .content:not(:last-child)
{
	margin-bottom: .75rem;
}
.media .media
{
	border-top: 1px solid rgba(229,229,229,.5);
	display: flex;
	padding-top: .75rem;
}
.media .media .content:not(:last-child),.media .media .control:not(:last-child)
{
	margin-bottom: .5rem;
}
.media .media .media
{
	padding-top: .5rem;
}
.media .media .media+.media
{
	margin-top: .5rem;
}
.media+.media
{
	border-top: 1px solid rgba(229,229,229,.5);
	margin-top: 1rem;
	padding-top: 1rem;
}
.media.is-large+.media
{
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.media-left,.media-right
{
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 0;
}
.media-left
{
	margin-right: 1rem;
}
.media-right
{
	margin-left: 1rem;
}
.media-content
{
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
}
.menu
{
	font-size: 1rem;
}
.menu.is-small
{
	font-size: .75rem;
}
.menu.is-medium
{
	font-size: 1.25rem;
}
.menu.is-large
{
	font-size: 1.5rem;
}
.menu-list
{
	line-height: 1.25;
}
.menu-list a
{
	border-radius: 2px;
	color: #4a4a4a;
	display: block;
	padding: .5em .75em;
}
.menu-list a:hover
{
	background-color: #f5f5f5;
	color: #363636;
}
.menu-list a.is-active
{
	background-color: #0383de;
	color: #fff;
}
.menu-list li ul
{
	border-left: 1px solid #e5e5e5;
	margin: .75em;
	padding-left: .75em;
}
.menu-label
{
	color: #7a7a7a;
	font-size: .75em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.menu-label:not(:first-child)
{
	margin-top: 1em;
}
.menu-label:not(:last-child)
{
	margin-bottom: 1em;
}
.message
{
	background-color: #f5f5f5;
	border-radius: 2px;
	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: 1.25rem;
}
.message.is-large
{
	font-size: 1.5rem;
}
.message.is-white
{
	background-color: #fff;
}
.message.is-white .message-header
{
	background-color: #fff;
	color: #0a0a0a;
}
.message.is-white .message-body
{
	border-color: #fff;
	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: #0a0a0a;
}
.message.is-light
{
	background-color: #fafafa;
}
.message.is-light .message-header
{
	background-color: #eee;
	color: rgba(0,0,0,.7);
}
.message.is-light .message-body
{
	border-color: #eee;
	color: #515151;
}
.message.is-dark
{
	background-color: #f9fafb;
}
.message.is-dark .message-header
{
	background-color: #90a2ab;
	color: #fff;
}
.message.is-dark .message-body
{
	border-color: #90a2ab;
	color: #525455;
}
.message.is-primary
{
	background-color: #f5fcff;
}
.message.is-primary .message-header
{
	background-color: #1fb6ff;
	color: #fff;
}
.message.is-primary .message-body
{
	border-color: #1fb6ff;
	color: #085072;
}
.message.is-info
{
	background-color: #f7fcfd;
}
.message.is-info .message-header
{
	background-color: #5bc0de;
	color: #fff;
}
.message.is-info .message-body
{
	border-color: #5bc0de;
	color: #205464;
}
.message.is-success
{
	background-color: #f8fcf8;
}
.message.is-success .message-header
{
	background-color: #5cb85c;
	color: #fff;
}
.message.is-success .message-body
{
	border-color: #5cb85c;
	color: #2d4d2d;
}
.message.is-warning
{
	background-color: #fefbf6;
}
.message.is-warning .message-header
{
	background-color: #f0ad4e;
	color: #fff;
}
.message.is-warning .message-body
{
	border-color: #f0ad4e;
	color: #684514;
}
.message.is-danger
{
	background-color: #fef7f6;
}
.message.is-danger .message-header
{
	background-color: #f15e48;
	color: #fff;
}
.message.is-danger .message-body
{
	border-color: #f15e48;
	color: #b12c18;
}
.message.is-yellow
{
	background-color: #fffcf5;
}
.message.is-yellow .message-header
{
	background-color: #fbc139;
	color: rgba(0,0,0,.7);
}
.message.is-yellow .message-body
{
	border-color: #fbc139;
	color: #483509;
}
.message-header
{
	align-items: center;
	background-color: #4a4a4a;
	border-radius: 2px 2px 0 0;
	color: #fff;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.25;
	padding: .75em 1em;
	position: relative;
}
.message-header .delete
{
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: .75em;
}
.message-header+.message-body
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-width: 0;
}
.message-body
{
	border-color: #e5e5e5;
	border-radius: 2px;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #4a4a4a;
	padding: 1.25em 1.5em;
}
.message-body code,.message-body pre
{
	background-color: #fff;
}
.message-body pre code
{
	background-color: transparent;
}
.modal
{
	align-items: center;
	display: none;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40;
}
.modal.is-active
{
	display: flex;
}
.modal-background
{
	background-color: rgba(10,10,10,.6);
}
.modal-card,.modal-content
{
	margin: 0 20px;
	max-height: calc(100vh - 160px);
	overflow: auto;
	position: relative;
	width: 100%;
}
@media screen and (min-width:769px),print
{
	.modal-card,.modal-content
	{
		margin: 0 auto;
		max-height: calc(100vh - 40px);
		width: 640px;
	}
}
.modal-close
{
	background: 0 0;
	height: 48px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 48px;
}
.modal-card
{
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 40px);
	overflow: hidden;
}
.modal-card-foot,.modal-card-head
{
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding: 15px;
	position: relative;
}
.modal-card-head
{
	border-bottom: 1px solid #e5e5e5;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-card-title
{
	color: #363636;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.7rem;
	line-height: 3.3rem;
}
.modal-card-foot
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px solid #e5e5e5;
}
.modal-card-foot .button:not(:last-child)
{
	margin-right: 10px;
}
.modal-card-body
{
	background-color: #f6f7f8;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: auto;
	padding: 15px;
	webkit-overflow-scrolling: touch;
}
.pagination
{
	font-size: 1rem;
	margin: -.25rem;
}
.pagination.is-small
{
	font-size: .75rem;
}
.pagination.is-medium
{
	font-size: 1.25rem;
}
.pagination.is-large
{
	font-size: 1.5rem;
}
.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous
{
	border-radius: 290486px;
	padding-left: 1em;
	padding-right: 1em;
}
.pagination.is-rounded .pagination-link
{
	border-radius: 290486px;
}
.pagination,.pagination-list
{
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous
{
	font-size: 1em;
	justify-content: center;
	margin: .25rem;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
}
.pagination-link,.pagination-next,.pagination-previous
{
	border-color: #dbdbdb;
	color: #363636;
	min-width: 2.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: #0383de;
}
.pagination-link:active,.pagination-next:active,.pagination-previous:active
{
	box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
}
.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]
{
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	box-shadow: none;
	color: #7a7a7a;
	opacity: .5;
}
.pagination-next,.pagination-previous
{
	padding-left: .75em;
	padding-right: .75em;
	white-space: nowrap;
}
.pagination-link.is-current
{
	background-color: #0383de;
	border-color: #0383de;
	color: #fff;
}
.pagination-ellipsis
{
	color: #b5b5b5;
	pointer-events: none;
}
.pagination-list
{
	flex-wrap: wrap;
}
@media screen and (max-width:768px)
{
	.pagination
	{
		flex-wrap: wrap;
	}
	.pagination-next,.pagination-previous
	{
		flex-grow: 1;
		flex-shrink: 1;
	}
	.pagination-list li
	{
		flex-grow: 1;
		flex-shrink: 1;
	}
}
@media screen and (min-width:769px),print
{
	.pagination-list
	{
		flex-grow: 1;
		flex-shrink: 1;
		justify-content: flex-start;
		order: 1;
	}
	.pagination-previous
	{
		order: 2;
	}
	.pagination-next
	{
		order: 3;
	}
	.pagination
	{
		justify-content: space-between;
	}
	.pagination.is-centered .pagination-previous
	{
		order: 1;
	}
	.pagination.is-centered .pagination-list
	{
		justify-content: center;
		order: 2;
	}
	.pagination.is-centered .pagination-next
	{
		order: 3;
	}
	.pagination.is-right .pagination-previous
	{
		order: 1;
	}
	.pagination.is-right .pagination-next
	{
		order: 2;
	}
	.pagination.is-right .pagination-list
	{
		justify-content: flex-end;
		order: 3;
	}
}
.panel
{
	font-size: 1rem;
}
.panel:not(:last-child)
{
	margin-bottom: 1.5rem;
}
.panel-block,.panel-heading,.panel-tabs
{
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child
{
	border-top: 1px solid #e5e5e5;
}
.panel-heading
{
	background-color: #f5f5f5;
	border-radius: 2px 2px 0 0;
	color: #363636;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.25;
	padding: .5em .75em;
}
.panel-tabs
{
	align-items: flex-end;
	display: flex;
	font-size: .875em;
	justify-content: center;
}
.panel-tabs a
{
	border-bottom: 1px solid #e5e5e5;
	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: #0383de;
}
.panel-block
{
	align-items: center;
	color: #363636;
	display: flex;
	justify-content: flex-start;
	padding: .5em .75em;
}
.panel-block input[type=checkbox]
{
	margin-right: .75em;
}
.panel-block>.control
{
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
}
.panel-block.is-wrapped
{
	flex-wrap: wrap;
}
.panel-block.is-active
{
	border-left-color: #0383de;
	color: #363636;
}
.panel-block.is-active .panel-icon
{
	color: #0383de;
}
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
{
	align-items: stretch;
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	overflow: hidden;
	overflow-x: auto;
	webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.tabs a
{
	align-items: center;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4a4a4a;
	display: flex;
	justify-content: center;
	margin-bottom: -1px;
	padding: .5em 1em;
	vertical-align: top;
}
.tabs a:hover
{
	border-bottom-color: #363636;
	color: #363636;
}
.tabs li
{
	display: block;
}
.tabs li.is-active a
{
	border-bottom-color: #0383de;
	color: #0383de;
}
.tabs ul
{
	align-items: center;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: flex-start;
}
.tabs ul.is-left
{
	padding-right: .75em;
}
.tabs ul.is-center
{
	flex: none;
	justify-content: center;
	padding-left: .75em;
	padding-right: .75em;
}
.tabs ul.is-right
{
	justify-content: flex-end;
	padding-left: .75em;
}
.tabs .icon:first-child
{
	margin-right: .5em;
}
.tabs .icon:last-child
{
	margin-left: .5em;
}
.tabs.is-centered ul
{
	justify-content: center;
}
.tabs.is-right ul
{
	justify-content: flex-end;
}
.tabs.is-boxed a
{
	border: 1px solid transparent;
	border-radius: 2px 2px 0 0;
}
.tabs.is-boxed a:hover
{
	background-color: #f5f5f5;
	border-bottom-color: #e5e5e5;
}
.tabs.is-boxed li.is-active a
{
	background-color: #fff;
	border-bottom-color: transparent!important;
	border-color: #e5e5e5;
}
.tabs.is-fullwidth li
{
	flex-grow: 1;
	flex-shrink: 0;
}
.tabs.is-toggle a
{
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 0;
	position: relative;
}
.tabs.is-toggle a:hover
{
	background-color: #f5f5f5;
	border-color: #b5b5b5;
	z-index: 2;
}
.tabs.is-toggle li+li
{
	margin-left: -1px;
}
.tabs.is-toggle li:first-child a
{
	border-radius: 2px 0 0 2px;
}
.tabs.is-toggle li:last-child a
{
	border-radius: 0 2px 2px 0;
}
.tabs.is-toggle li.is-active a
{
	background-color: #0383de;
	border-color: #0383de;
	color: #fff;
	z-index: 1;
}
.tabs.is-toggle ul
{
	border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a
{
	border-bottom-left-radius: 290486px;
	border-top-left-radius: 290486px;
	padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a
{
	border-bottom-right-radius: 290486px;
	border-top-right-radius: 290486px;
	padding-right: 1.25em;
}
.tabs.is-small
{
	font-size: .75rem;
}
.tabs.is-medium
{
	font-size: 1.25rem;
}
.tabs.is-large
{
	font-size: 1.5rem;
}
.is-noscroll
{
	bottom: 0;
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}
@keyframes fadeOut
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
	}
}
.fadeOut
{
	animation-name: fadeOut;
}
@keyframes fadeOutDown
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
}
.fadeOutDown
{
	animation-name: fadeOutDown;
}
@keyframes fadeOutUp
{
	from
	{
		opacity: 1;
	}
	to
	{
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
}
.fadeOutUp
{
	animation-name: fadeOutUp;
}
@keyframes fadeIn
{
	from
	{
		opacity: 0;
	}
	to
	{
		opacity: 1;
	}
}
.fadeIn
{
	animation-name: fadeIn;
}
@keyframes fadeInDown
{
	from
	{
		opacity: 0;
		transform: translate3d(0,-100%,0);
	}
	to
	{
		opacity: 1;
		transform: none;
	}
}
.fadeInDown
{
	animation-name: fadeInDown;
}
@keyframes fadeInUp
{
	from
	{
		opacity: 0;
		transform: translate3d(0,100%,0);
	}
	to
	{
		opacity: 1;
		transform: none;
	}
}
.fadeInUp
{
	animation-name: fadeInUp;
}
.fade-enter-active,.fade-leave-active
{
	transition: opacity 150ms ease-out;
}
.fade-enter,.fade-leave-to
{
	opacity: 0;
}
.zoom-in-enter-active,.zoom-in-leave-active
{
	transition: opacity 150ms ease-out;
}
.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content
{
	transition: transform 150ms ease-out;
}
.zoom-in-enter,.zoom-in-leave-active
{
	opacity: 0;
}
.zoom-in-enter .animation-content,.zoom-in-leave-active .animation-content
{
	transform: scale(.95);
}
.zoom-out-enter-active,.zoom-out-leave-active
{
	transition: opacity 150ms ease-out;
}
.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content
{
	transition: transform 150ms ease-out;
}
.zoom-out-enter,.zoom-out-leave-active
{
	opacity: 0;
}
.zoom-out-enter .animation-content,.zoom-out-leave-active .animation-content
{
	transform: scale(1.05);
}
.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active
{
	transition: transform 250ms cubic-bezier(.785,.135,.15,.86);
}
.slide-next-enter,.slide-prev-leave-to
{
	position: absolute;
	transform: translate3d(-100%,0,0);
	width: 100%;
}
.slide-next-leave-to,.slide-prev-enter
{
	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 .dropdown-menu .has-link a.is-hovered,.autocomplete .dropdown-item.is-hovered,.dropdown .dropdown-menu .has-link .autocomplete a.is-hovered
{
	background: #f5f5f5;
	color: #0a0a0a;
}
.autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.autocomplete .dropdown-item.is-disabled,.dropdown .dropdown-menu .has-link .autocomplete a.is-disabled
{
	cursor: not-allowed;
	opacity: .5;
}
.autocomplete.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.autocomplete.is-medium
{
	font-size: 1.25rem;
}
.autocomplete.is-large
{
	font-size: 1.5rem;
}
.b-checkbox.checkbox
{
	align-items: center;
	display: inline-flex;
	outline: 0;
}
.b-checkbox.checkbox+.checkbox
{
	margin-left: .5em;
}
.b-checkbox.checkbox input[type=checkbox]
{
	display: none;
}
.b-checkbox.checkbox input[type=checkbox]+.check
{
	border: 2px solid #7a7a7a;
	border-radius: 2px;
	flex-shrink: 0;
	height: 1.25em;
	transition: background 150ms ease-out;
	width: 1.25em;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check
{
	background: #90a2ab url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #90a2ab;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white
{
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #fff;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black
{
	background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #0a0a0a;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light
{
	background: #eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #eee;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark
{
	background: #90a2ab url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #90a2ab;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary
{
	background: #1fb6ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #1fb6ff;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info
{
	background: #5bc0de url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #5bc0de;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success
{
	background: #5cb85c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #5cb85c;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning
{
	background: #f0ad4e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #f0ad4e;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger
{
	background: #f15e48 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #f15e48;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-yellow
{
	background: #fbc139 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
	border-color: #fbc139;
}
.b-checkbox.checkbox .control-label
{
	padding-left: .5em;
}
.b-checkbox.checkbox[disabled]
{
	opacity: .5;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check
{
	border-color: #90a2ab;
}
.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: #eee;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-dark
{
	border-color: #90a2ab;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-primary
{
	border-color: #1fb6ff;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-info
{
	border-color: #5bc0de;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-success
{
	border-color: #5cb85c;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-warning
{
	border-color: #f0ad4e;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-danger
{
	border-color: #f15e48;
}
.b-checkbox.checkbox:hover input[type=checkbox]+.check.is-yellow
{
	border-color: #fbc139;
}
.b-checkbox.checkbox:focus input[type=checkbox]+.check
{
	box-shadow: 0 0 .5em rgba(122,122,122,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check
{
	box-shadow: 0 0 .5em rgba(144,162,171,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-white
{
	box-shadow: 0 0 .5em rgba(255,255,255,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-black
{
	box-shadow: 0 0 .5em rgba(10,10,10,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-light
{
	box-shadow: 0 0 .5em rgba(238,238,238,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-dark
{
	box-shadow: 0 0 .5em rgba(144,162,171,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-primary
{
	box-shadow: 0 0 .5em rgba(31,182,255,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-info
{
	box-shadow: 0 0 .5em rgba(91,192,222,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-success
{
	box-shadow: 0 0 .5em rgba(92,184,92,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-warning
{
	box-shadow: 0 0 .5em rgba(240,173,78,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-danger
{
	box-shadow: 0 0 .5em rgba(241,94,72,.8);
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check.is-yellow
{
	box-shadow: 0 0 .5em rgba(251,193,57,.8);
}
.b-checkbox.checkbox.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.b-checkbox.checkbox.is-medium
{
	font-size: 1.25rem;
}
.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 .dropdown-menu .has-link a,.datepicker .dropdown-item,.dropdown .dropdown-menu .has-link .datepicker a
{
	font-size: inherit;
}
.datepicker .datepicker-header
{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: .875rem;
	padding-bottom: .875rem;
}
.datepicker .datepicker-footer
{
	border-top: 1px solid #dbdbdb;
	padding-top: .875rem;
}
.datepicker .datepicker-table
{
	display: table;
	margin: 0 auto .875rem auto;
}
.datepicker .datepicker-table .datepicker-cell
{
	border-radius: 2px;
	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: solid 1px rgba(31,182,255,.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: #1fb6ff;
	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
{
	bottom: .425rem;
	display: flex;
	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: #eee;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark
{
	background-color: #90a2ab;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary
{
	background-color: #1fb6ff;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info
{
	background-color: #5bc0de;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success
{
	background-color: #5cb85c;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning
{
	background-color: #f0ad4e;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger
{
	background-color: #f15e48;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-yellow
{
	background-color: #fbc139;
}
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event
{
	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: #6ccfff;
}
.datepicker.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.datepicker.is-medium
{
	font-size: 1.25rem;
}
.datepicker.is-large
{
	font-size: 1.5rem;
}
@media screen and (min-width:769px) and (max-width:1097px)
{
	.datepicker .datepicker-table .datepicker-cell
	{
		padding: .75rem 1rem;
	}
}
@media screen and (max-width:768px)
{
	.datepicker .datepicker-table .datepicker-cell
	{
		padding: .25rem .5rem;
	}
}
.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
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dialog .modal-card .modal-card-foot
{
	justify-content: flex-end;
}
.dialog .modal-card .modal-card-foot .button
{
	display: inline;
	font-weight: 600;
	min-width: 5em;
}
@media screen and (min-width:769px),print
{
	.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
{
	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: 1.25rem;
}
.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:1098px)
{
	.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:1097px)
{
	.dropdown.is-mobile-modal .dropdown-menu
	{
		bottom: auto!important;
		left: 50%!important;
		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: 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
{
	flex-shrink: 0;
}
.field.is-grouped .field+.field
{
	margin-left: .75rem;
}
.field.is-grouped .field.is-expanded
{
	flex-grow: 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
{
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.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
{
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.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
{
	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
{
	align-items: center;
	display: none;
	justify-content: center;
	overflow: hidden;
	z-index: 999;
}
.loading-overlay.is-active
{
	display: flex;
}
.loading-overlay.is-full-page
{
	position: fixed;
}
.loading-overlay.is-full-page .loading-icon:after
{
	height: 5em;
	left: calc(50% - 2.5em);
	top: calc(50% - 2.5em);
	width: 5em;
}
.loading-overlay .loading-background
{
	background: #7f7f7f;
	background: rgba(255,255,255,.5);
}
.loading-overlay .loading-icon
{
	position: relative;
}
.loading-overlay .loading-icon:after
{
	border-width: .25em;
	height: 3em;
	left: calc(50% - 1.5em);
	position: absolute;
	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: flex;
	left: 0;
	overflow: hidden;
	padding: 2em;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
.notices .toast
{
	animation-duration: 150ms;
	border-radius: 2em;
	box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	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: #eee;
	color: rgba(0,0,0,.7);
}
.notices .toast.is-dark
{
	background: #90a2ab;
	color: #fff;
}
.notices .toast.is-primary
{
	background: #1fb6ff;
	color: #fff;
}
.notices .toast.is-info
{
	background: #5bc0de;
	color: #fff;
}
.notices .toast.is-success
{
	background: #5cb85c;
	color: #fff;
}
.notices .toast.is-warning
{
	background: #f0ad4e;
	color: #fff;
}
.notices .toast.is-danger
{
	background: #f15e48;
	color: #fff;
}
.notices .toast.is-yellow
{
	background: #fbc139;
	color: rgba(0,0,0,.7);
}
.notices .snackbar
{
	align-items: center;
	animation-duration: 150ms;
	background: #363636;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	color: #fff;
	display: inline-flex;
	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;
	padding-left: 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: #eee;
}
.notices .snackbar .action.is-dark .button
{
	color: #90a2ab;
}
.notices .snackbar .action.is-primary .button
{
	color: #1fb6ff;
}
.notices .snackbar .action.is-info .button
{
	color: #5bc0de;
}
.notices .snackbar .action.is-success .button
{
	color: #5cb85c;
}
.notices .snackbar .action.is-warning .button
{
	color: #f0ad4e;
}
.notices .snackbar .action.is-danger .button
{
	color: #f15e48;
}
.notices .snackbar .action.is-yellow .button
{
	color: #fbc139;
}
@media screen and (max-width:768px)
{
	.notices .snackbar
	{
		border-radius: 0;
		margin: 0;
		width: 100%;
	}
}
@media screen and (min-width:769px),print
{
	.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
{
	align-self: center;
}
.notices .snackbar.is-bottom-right,.notices .snackbar.is-top-right,.notices .toast.is-bottom-right,.notices .toast.is-top-right
{
	align-self: flex-end;
}
.notices .snackbar.is-bottom-left,.notices .snackbar.is-top-left,.notices .toast.is-bottom-left,.notices .toast.is-top-left
{
	align-self: flex-start;
}
.notices .snackbar.is-toast,.notices .toast.is-toast
{
	opacity: .92;
}
.notices.is-top
{
	flex-direction: column;
}
.notices.is-bottom
{
	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
{
	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
{
	align-items: center;
	display: inline-flex;
	outline: 0;
}
.b-radio.radio+.radio
{
	margin-left: .5em;
}
.b-radio.radio input[type=radio]
{
	display: none;
}
.b-radio.radio input[type=radio]+.check
{
	align-items: center;
	border: 2px solid #7a7a7a;
	border-radius: 50%;
	display: flex;
	height: 1.25em;
	justify-content: center;
	transition: background 150ms ease-out;
	width: 1.25em;
}
.b-radio.radio input[type=radio]+.check:before
{
	background: #1fb6ff;
	border-radius: 50%;
	content: "";
	height: .625em;
	transform: scale(0);
	transition: transform 150ms 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: #eee;
}
.b-radio.radio input[type=radio]+.check.is-dark:before
{
	background: #90a2ab;
}
.b-radio.radio input[type=radio]+.check.is-primary:before
{
	background: #1fb6ff;
}
.b-radio.radio input[type=radio]+.check.is-info:before
{
	background: #5bc0de;
}
.b-radio.radio input[type=radio]+.check.is-success:before
{
	background: #5cb85c;
}
.b-radio.radio input[type=radio]+.check.is-warning:before
{
	background: #f0ad4e;
}
.b-radio.radio input[type=radio]+.check.is-danger:before
{
	background: #f15e48;
}
.b-radio.radio input[type=radio]+.check.is-yellow:before
{
	background: #fbc139;
}
.b-radio.radio input[type=radio]:checked+.check
{
	border-color: #1fb6ff;
}
.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: #eee;
}
.b-radio.radio input[type=radio]:checked+.check.is-dark
{
	border-color: #90a2ab;
}
.b-radio.radio input[type=radio]:checked+.check.is-primary
{
	border-color: #1fb6ff;
}
.b-radio.radio input[type=radio]:checked+.check.is-info
{
	border-color: #5bc0de;
}
.b-radio.radio input[type=radio]:checked+.check.is-success
{
	border-color: #5cb85c;
}
.b-radio.radio input[type=radio]:checked+.check.is-warning
{
	border-color: #f0ad4e;
}
.b-radio.radio input[type=radio]:checked+.check.is-danger
{
	border-color: #f15e48;
}
.b-radio.radio input[type=radio]:checked+.check.is-yellow
{
	border-color: #fbc139;
}
.b-radio.radio input[type=radio]:checked+.check:before
{
	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: #1fb6ff;
}
.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: #eee;
}
.b-radio.radio:hover input[type=radio]+.check.is-dark
{
	border-color: #90a2ab;
}
.b-radio.radio:hover input[type=radio]+.check.is-primary
{
	border-color: #1fb6ff;
}
.b-radio.radio:hover input[type=radio]+.check.is-info
{
	border-color: #5bc0de;
}
.b-radio.radio:hover input[type=radio]+.check.is-success
{
	border-color: #5cb85c;
}
.b-radio.radio:hover input[type=radio]+.check.is-warning
{
	border-color: #f0ad4e;
}
.b-radio.radio:hover input[type=radio]+.check.is-danger
{
	border-color: #f15e48;
}
.b-radio.radio:hover input[type=radio]+.check.is-yellow
{
	border-color: #fbc139;
}
.b-radio.radio:focus input[type=radio]+.check
{
	box-shadow: 0 0 .5em rgba(122,122,122,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check
{
	box-shadow: 0 0 .5em rgba(31,182,255,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-white
{
	box-shadow: 0 0 .5em rgba(255,255,255,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-black
{
	box-shadow: 0 0 .5em rgba(10,10,10,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-light
{
	box-shadow: 0 0 .5em rgba(238,238,238,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-dark
{
	box-shadow: 0 0 .5em rgba(144,162,171,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-primary
{
	box-shadow: 0 0 .5em rgba(31,182,255,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-info
{
	box-shadow: 0 0 .5em rgba(91,192,222,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-success
{
	box-shadow: 0 0 .5em rgba(92,184,92,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-warning
{
	box-shadow: 0 0 .5em rgba(240,173,78,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-danger
{
	box-shadow: 0 0 .5em rgba(241,94,72,.8);
}
.b-radio.radio:focus input[type=radio]:checked+.check.is-yellow
{
	box-shadow: 0 0 .5em rgba(251,193,57,.8);
}
.b-radio.radio.is-small
{
	border-radius: 2px;
	font-size: .75rem;
}
.b-radio.radio.is-medium
{
	font-size: 1.25rem;
}
.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: rgba(122,122,122,.7);
}
.table-wrapper .table
{
	margin-bottom: 0;
}
.table-wrapper:not(:last-child)
{
	margin-bottom: 1.5rem;
}
@media screen and (max-width:1097px)
{
	.table-wrapper
	{
		overflow-x: auto;
	}
}
.b-table
{
	transition: opacity 86ms ease-out;
}
@media screen and (min-width:769px),print
{
	.b-table .table-mobile-sort
	{
		display: none;
	}
}
.b-table .icon
{
	transition: transform 150ms ease-out,opacity 86ms ease-out;
}
.b-table .icon.is-desc
{
	transform: rotate(180deg);
}
.b-table .icon.is-expanded
{
	transform: rotate(90deg);
}
.b-table .table
{
	border: 1px solid transparent;
	border-collapse: separate;
	border-radius: 2px;
	width: 100%;
}
.b-table .table th
{
	font-weight: 600;
}
.b-table .table th .th-wrap
{
	align-items: center;
	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
{
	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
{
	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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%231fb6ff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}
.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
{
	transition: none;
}
.b-table .table tr.detail
{
	background: #fafafa;
	box-shadow: inset 0 1px 3px #dbdbdb;
}
.b-table .table tr.detail .detail-container
{
	padding: 1rem;
}
.b-table .table:focus
{
	border-color: #0383de;
	box-shadow: 0 0 0 .125em rgba(3,131,222,.25);
}
.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover
{
	background: #f5f5f5;
	border-color: #dbdbdb;
}
@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
	{
		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
	{
		border-bottom: 1px solid #f5f5f5;
		display: flex;
		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: calc(50% - 2.5em);
	position: absolute;
	top: 4em;
	width: 5em;
}
.b-tabs .tabs
{
	flex-shrink: 0;
	margin-bottom: 0;
}
.b-tabs .is-disabled
{
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}
.b-tabs .tab-content
{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 1rem;
	position: relative;
}
.b-tabs .tab-content .tab-item
{
	flex-basis: auto;
	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;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.taginput .taginput-container.is-focusable
{
	align-items: center;
	cursor: text;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: flex-start;
	padding-bottom: 0;
	padding-top: calc(.275em - 1px);
}
.taginput .taginput-container>.tag,.taginput .taginput-container>.tags
{
	font-size: .9em;
	height: 1.7em;
	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
{
	flex: 1;
}
.taginput .taginput-container .autocomplete input
{
	border: none;
	box-shadow: none;
	height: 1.7em;
	margin-bottom: calc(.275em - 1px);
	min-width: 8em;
	padding-bottom: 0;
	padding-top: 0;
}
.taginput .taginput-container .autocomplete input:focus
{
	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 .dropdown-menu .has-link a,.timepicker .dropdown-item
{
	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: calc(.625em - 1px);
}
.timepicker .control .select select option
{
	font-size: 1.5rem;
}
.timepicker .control .select select option:disabled
{
	color: rgba(122,122,122,.7);
}
.timepicker .control .select:after
{
	display: none;
}
.timepicker .control:nth-child(1) .select select
{
	border-right: none;
}
.timepicker .control:nth-child(1) .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
{
	border-radius: 2px;
	font-size: .75rem;
}
.timepicker.is-medium
{
	font-size: 1.25rem;
}
.timepicker.is-large
{
	font-size: 1.5rem;
}
.upload
{
	position: relative;
}
.upload input[type=file]
{
	left: 0;
	opacity: 0;
	outline: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.upload .upload-draggable
{
	border: 1px dashed #b5b5b5;
	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: calc(50% - 1.5em);
	top: 0;
	width: 3em;
}
.upload .upload-draggable.is-hovered.is-white,.upload .upload-draggable:hover.is-white
{
	background: rgba(255,255,255,.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: rgba(238,238,238,.05);
	border-color: #eee;
}
.upload .upload-draggable.is-hovered.is-dark,.upload .upload-draggable:hover.is-dark
{
	background: rgba(144,162,171,.05);
	border-color: #90a2ab;
}
.upload .upload-draggable.is-hovered.is-primary,.upload .upload-draggable:hover.is-primary
{
	background: rgba(31,182,255,.05);
	border-color: #1fb6ff;
}
.upload .upload-draggable.is-hovered.is-info,.upload .upload-draggable:hover.is-info
{
	background: rgba(91,192,222,.05);
	border-color: #5bc0de;
}
.upload .upload-draggable.is-hovered.is-success,.upload .upload-draggable:hover.is-success
{
	background: rgba(92,184,92,.05);
	border-color: #5cb85c;
}
.upload .upload-draggable.is-hovered.is-warning,.upload .upload-draggable:hover.is-warning
{
	background: rgba(240,173,78,.05);
	border-color: #f0ad4e;
}
.upload .upload-draggable.is-hovered.is-danger,.upload .upload-draggable:hover.is-danger
{
	background: rgba(241,94,72,.05);
	border-color: #f15e48;
}
.upload .upload-draggable.is-hovered.is-yellow,.upload .upload-draggable:hover.is-yellow
{
	background: rgba(251,193,57,.05);
	border-color: #fbc139;
}
@media screen and (max-width:768px)
{
	.is-pulled-left-mobile
	{
		float: left!important;
	}
	.is-pulled-right-mobile
	{
		float: left!important;
	}
}
@media (min-width:769px)
{
	.is-visible-inline-mobile,.is-visible-mobile
	{
		display: none!important;
	}
	.b-table .table
	{
		border: 0;
	}
}
@media (max-width:768px)
{
	.is-visible-mobile
	{
		display: block!important;
	}
	.is-visible-inline-mobile
	{
		display: inline-block!important;
	}
	.button.is-fullwidth-mobile
	{
		display: flex;
		width: 100%;
	}
	.b-table .table.has-mobile-cards tfoot th
	{
		border-bottom: 1px solid #dcdcdc;
	}
}
@media (max-width:768px)
{
	.animation-content
	{
		transition: transform 150ms ease-out;
	}
	.zoom-out-enter-active:not(.dialog) .animation-content,.zoom-out-leave-active:not(.dialog) .animation-content
	{
		transform: translate3d(0,110%,0);
	}
}
.input[readonly]
{
	background: #f5f5f5;
}
.card-content
{
	padding: 1rem;
}
.card-content+.card-content
{
	border-top: 1px solid #dbdbdb;
}
.has-text-strike
{
	text-decoration: line-through;
}
.notices
{
	z-index: 999999;
}
.has-cursor-pointer
{
	cursor: pointer;
}
.table.is-bordered td
{
	border-right-width: 0;
	border-top-width: 0;
}
.table.is-bordered th
{
	border-right-width: 0;
}
.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover
{
	background: #fcfcfc;
	border-bottom-color: #7a7a7a;
	border-color: #f0f0f0;
	font-weight: 400;
}
.b-table .table th
{
	white-space: nowrap;
}
.table.is-bordered td:last-child,.table.is-bordered th:last-child
{
	border-right-width: 1px;
}
.table-wrapper
{
	overflow-x: scroll;
}
.snackbar .button.is-dark
{
	background: #363636;
}
.is-expanded>label.radio
{
	width: 100%;
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6
{
	font-weight: 400;
}
.dropdown .dropdown-menu .has-link a,.dropdown-item
{
	font-size: inherit;
}
@media (min-width:769px)
{
	.modal-card-large
	{
		width: 900px;
	}
	.modal-card,.modal-card-body
	{
		overflow: visible;
	}
}
.modal-card-title
{
	flex-shrink: 1;
	line-height: 2rem;
	padding: 1.8rem 0;
}
.modal-close
{
	position: relative;
}
.modal-close.is-large
{
	align-self: start;
	height: 48px;
	max-height: 48px;
	max-width: 48px;
	min-height: 48px;
	min-width: 48px;
	right: 0!important;
	top: 15px!important;
	width: 48px;
}
.modal-close::after,.modal-close::before
{
	background-color: #000;
}
.modal-close:hover
{
	background: #eee;
}
.modal-card-foot.level
{
	margin-bottom: 0;
}
.pagination-link.is-current
{
	background: #90a2ab;
	border-color: #90a2ab;
}
.breadcrumb li a
{
	display: inline;
}
.has-error .label
{
	color: #f15e48;
}
.has-error .button.is-static,.has-error .input
{
	border-color: #f15e48;
	box-shadow: 0 0 0 1px #f15e48;
}
.has-error .help
{
	color: #f15e48;
}
.has-mb-1
{
	margin-bottom: .5rem!important;
}
.has-mb-2
{
	margin-bottom: 1rem!important;
}
.has-mb-3
{
	margin-bottom: 1.5rem!important;
}
.has-mb-4
{
	margin-bottom: 2rem!important;
}
.has-mb-5
{
	margin-bottom: 2.5rem!important;
}
.has-mb-6
{
	margin-bottom: 3rem!important;
}
.has-mb-7
{
	margin-bottom: 3.5rem!important;
}
.has-mb-8
{
	margin-bottom: 4rem!important;
}
.has-p-2
{
	padding: 1rem!important;
}
.has-pb-2
{
	padding-bottom: 1rem!important;
}
.has-mt-1
{
	margin-top: .5rem!important;
}
.has-mt-2
{
	margin-top: 1rem!important;
}
.has-mt-3
{
	margin-top: 1.5rem!important;
}
.has-mt-4
{
	margin-top: 2rem!important;
}
.has-mt-5
{
	margin-top: 2.5rem!important;
}
.has-ml-1
{
	margin-left: .5rem!important;
}
.has-ml-2
{
	margin-left: 1.5rem!important;
}
.has-ml-3
{
	margin-left: 2rem!important;
}
.has-text-nowrap
{
	white-space: nowrap;
}
@media (max-width:769px)
{
	.has-xs-mb-2
	{
		margin-bottom: 1rem!important;
	}
}
@media (min-width:769px)
{
	td.has-width-10
	{
		width: 10%;
	}
	td.has-width-15
	{
		width: 15%;
	}
	td.has-width-20
	{
		width: 20%;
	}
	td.has-width-25
	{
		width: 25%;
	}
	td.has-width-30
	{
		width: 20%;
	}
	td.has-width-50
	{
		width: 50%;
	}
}
html
{
	font-size: 14px;
}
.title
{
	font-weight: 400;
}
body
{
	color: #333;
}
ol,ul
{
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0 0 40px;
}
h1
{
	font-size: 2.5rem;
	line-height: 2.5rem;
}
h2
{
	font-size: 1.85rem;
	line-height: 1.85rem;
}
h3
{
	font-size: 1.65rem;
}
h4
{
	font-size: 1.3rem;
}
@media (max-width:767px)
{
	h1
	{
		font-size: 2rem;
		line-height: 2rem;
	}
	h2
	{
		font-size: 1.5rem;
	}
	h3
	{
		font-size: 1.4rem;
	}
	h4
	{
		font-size: 1.15rem;
	}
}
@media (max-height:400px)
{
	.modal-card-foot,.modal-footer
	{
		display: none;
	}
}
.media-heading
{
	margin-bottom: .4rem;
	margin-top: 0;
}
.button.is-large,.input.is-large
{
	font-size: 1.25rem;
}
.modal-card-body-blocks
{
	padding: 0!important;
}
.modal-card-body-blocks>section
{
	padding: 25px;
}
@media (max-width:767px)
{
	.modal-card-body-blocks>section
	{
		padding: 15px;
	}
}
.modal-card-body-blocks section+section
{
	border-top: 1px solid #e5e5e5;
}
.modal-card-foot.level
{
	justify-content: space-between;
}
.modal-card-foot .level-left+.level-right
{
	margin-top: 0;
}
.dialog .modal-card .modal-card-foot .button,.dialog .modal-card .modal-card-head
{
	font-weight: 400;
}
.has-text-success
{
	color: #3c763d!important;
}
.has-text-warning
{
	color: #8a6d3b!important;
}
.has-text-primary
{
	color: #0383de!important;
}
.has-text-danger
{
	color: #a94442!important;
}
.has-text-info
{
	color: #0383de!important;
}
.message.is-warning
{
	background-color: #fcf8e3;
}
.form-control-static
{
	margin-bottom: 0;
	padding-bottom: .5rem;
	padding-top: .5rem;
}
.has-feedback
{
	position: relative;
}
.has-feedback .input
{
	padding-right: 3rem;
}
.form-control-feedback
{
	display: block;
	height: 34px;
	line-height: 34px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 34px;
	z-index: 2;
}
.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select
{
	height: 2.45em;
}
.btn-block
{
	height: auto;
}
textarea.input
{
	height: auto;
}
.taginput-container.is-focusable
{
	min-height: 2.45em;
}
.taginput-container
{
	padding-left: calc(.5em - 1px)!important;
	padding-right: calc(.5em - 1px)!important;
}
.button.is-vertical
{
	flex-direction: column;
}
.tag:not(body)
{
	font-weight: 700;
	height: auto;
	padding: .15rem .5rem;
	webkit-font-smoothing: subpixel-antialiased;
}
.b-checkbox.checkbox:focus input[type=checkbox]+.check
{
	box-shadow: none;
}
@media (max-width:767px)
{
	.table tr
	{
		background: #fff!important;
	}
}
@media (min-width:768px)
{
	.table.is-hoverable tr:not(:hover),.table:not(.is-hoverable) tr
	{
		background: #fff!important;
	}
}
.b-table .b-checkbox.checkbox
{
	top: 2px;
}
.b-table .table th
{
	background: #fcfcfc;
	color: #999;
	font-weight: 400;
}
.navbar-link::after,.select:not(.is-multiple):not(.is-loading)::after
{
	border-radius: 0;
	border-width: 1px;
	height: .5em;
	width: .5em;
}
.navbar-link::after,.select:not(.is-multiple):not(.is-loading)::after
{
	margin-top: -.3em;
}
.modal.is-active
{
	overflow-y: auto!important;
}
.modal-card-body
{
	border-top: 1px solid #e5e5e5;
}
.modal-background
{
	position: fixed;
}
.modal-card-head
{
	border: 0;
	padding: 10px 25px 5px 25px;
}
.modal-card-body
{
	padding: 25px;
}
.modal-card-foot
{
	padding: 15px;
}
@media (max-width:767px)
{
	.modal:not(.dialog) .animation-content
	{
		height: 100%;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.modal:not(.dialog) .modal-card
	{
		height: 100%;
		max-height: none;
	}
	.modal:not(.dialog) .modal-card-foot,.modal:not(.dialog) .modal-card-head
	{
		border-radius: 0;
	}
	.modal-close::after,.modal-close::before
	{
		background-color: #000;
	}
	.is-large.modal-close
	{
		height: 48px;
		max-height: 48px;
		max-width: 48px;
		min-height: 48px;
		min-width: 48px;
		right: 5px;
		top: 24px;
		width: 48px;
	}
	.modal-card-body,.modal-card-foot
	{
		padding: 15px;
	}
}
@media screen and (min-width:769px)
{
	.field-body
	{
		flex-grow: 3;
	}
}
.field-label label
{
	line-height: inherit;
	padding: 0;
	text-align: left;
	white-space: inherit;
}
.field:not(:last-child)
{
	margin-bottom: 1.5rem;
}
.modal-card-foot,.modal-card-head
{
	justify-content: flex-end;
}
.modal-card-foot .columns
{
	flex-grow: 1;
}
.modal-card-foot .button:not(:last-child)
{
	margin-right: 5px;
}
.input,.taginput .taginput-container.is-focusable,.textarea
{
	o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input[readonly]:focus
{
	box-shadow: 0 0 0 1px #fbc139;
}
ul.pagination
{
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0;
	padding-left: 0;
}
ul.pagination>li
{
	display: inline;
}
ul.pagination>li>a,ul.pagination>li>span
{
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0383de;
	float: left;
	line-height: 1.42857143;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
ul.pagination>li:first-child>a,ul.pagination>li:first-child>span
{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	margin-left: 0;
}
ul.pagination>li:last-child>a,ul.pagination>li:last-child>span
{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
ul.pagination>li>a:focus,ul.pagination>li>a:hover,ul.pagination>li>span:focus,ul.pagination>li>span:hover
{
	background-color: #eee;
	border-color: #ddd;
	color: #025693;
	z-index: 2;
}
ul.pagination>.active>a,ul.pagination>.active>a:focus,ul.pagination>.active>a:hover,ul.pagination>.active>span,ul.pagination>.active>span:focus,ul.pagination>.active>span:hover
{
	background-color: #0383de;
	border-color: #0383de;
	color: #fff;
	cursor: default;
	z-index: 3;
}
ul.pagination>.disabled>a,ul.pagination>.disabled>a:focus,ul.pagination>.disabled>a:hover,ul.pagination>.disabled>span,ul.pagination>.disabled>span:focus,ul.pagination>.disabled>span:hover
{
	background-color: #fff;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}
.pagination-lg>li>a,.pagination-lg>li>span
{
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
{
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
{
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span
{
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.media+.media
{
	border-top: 0;
	padding-top: 0;
}
.message-body ul
{
	margin-bottom: 0;
}
ul.pagination-list
{
	margin: 0;
}
.modal .nav-tabs
{
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	margin-bottom: -1px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 2;
}
.modal .nav-tabs>li
{
	display: inline-block;
	float: none;
	margin-bottom: -1px;
}
.modal .nav-tabs>li>a
{
	display: block;
	margin-right: 30px;
	moz-transition: .1s linear;
	padding: 10px 5px;
	transition: .1s linear;
	webkit-transition: .1s linear;
}
@media (max-width:767px)
{
	.modal .nav-tabs>li>a
	{
		margin-right: 7px;
		padding: 10px 5px;
	}
}
.modal .nav-tabs>li:last-child a
{
	margin-right: 0;
}
.modal .nav-tabs>li>a,.modal .nav-tabs>li>a:focus,.modal .nav-tabs>li>a:hover
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #ddd;
	border-bottom-color: transparent;
	border-width: 0 0 1px 0;
	color: #a9a9a9;
	cursor: pointer;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.modal .nav-tabs>li.active>a,.modal .nav-tabs>li.active>a:focus,.modal .nav-tabs>li.active>a:hover
{
	border-bottom-color: #1fb6ff;
	color: #1fb6ff;
}
.modal .nav-tabs>li>a:hover
{
	color: #1fb6ff;
}
.table.is-hoverable tbody tr
{
	cursor: pointer;
}
.top-panel .select select[disabled]
{
	opacity: .5;
}
@-webkit-keyframes spinAround
{
	from
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	to
	{
		transform: rotate(359deg);
		webkit-transform: rotate(359deg);
	}
}
@keyframes spinAround
{
	from
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	to
	{
		transform: rotate(359deg);
		webkit-transform: rotate(359deg);
	}
}
input[type=range].slider
{
	appearance: none;
	background: 0 0;
	margin: 1rem 0;
	moz-appearance: none;
	webkit-appearance: none;
}
input[type=range].slider.is-fullwidth
{
	display: block;
	width: 100%;
}
input[type=range].slider:focus
{
	outline: 0;
}
input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track
{
	width: 100%;
}
input[type=range].slider:not([orient=vertical])::-moz-range-track
{
	width: 100%;
}
input[type=range].slider:not([orient=vertical])::-ms-track
{
	width: 100%;
}
input[type=range].slider:not([orient=vertical]).has-output+output,input[type=range].slider:not([orient=vertical]).has-output-tooltip+output
{
	background: #4a4a4a;
	border-radius: 4px;
	color: #fff;
	font-size: .75rem;
	line-height: .75rem;
	overflow: hidden;
	padding: .4rem .8rem;
	pointer-events: none;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 3rem;
	z-index: 200;
}
input[type=range].slider:not([orient=vertical]).has-output
{
	display: inline-block;
	width: calc(100% - (4.2rem));
}
input[type=range].slider:not([orient=vertical]).has-output+output
{
	display: inline-block;
	margin-left: .75rem;
	position: relative;
	top: -.75rem;
}
input[type=range].slider:not([orient=vertical]).has-output-tooltip
{
	display: block;
}
input[type=range].slider:not([orient=vertical]).has-output-tooltip+output
{
	left: 0;
	position: absolute;
	top: -.1rem;
}
input[type=range].slider[orient=vertical]
{
	ms-writing-mode: bt-lr;
	webkit-appearance: slider-vertical;
	webkit-writing-mode: bt-lr;
	writing-mode: bt-lr;
}
input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track
{
	height: 100%;
}
input[type=range].slider[orient=vertical]::-moz-range-track
{
	height: 100%;
}
input[type=range].slider[orient=vertical]::-ms-track
{
	height: 100%;
}
input[type=range].slider::-webkit-slider-runnable-track
{
	animate: .2s;
	background: #dbdbdb;
	border: 0 solid #7a7a7a;
	border-radius: 4px;
	box-shadow: 0 0 0 #7a7a7a;
	cursor: pointer;
}
input[type=range].slider::-moz-range-track
{
	animate: .2s;
	background: #dbdbdb;
	border: 0 solid #7a7a7a;
	border-radius: 4px;
	box-shadow: 0 0 0 #7a7a7a;
	cursor: pointer;
}
input[type=range].slider::-ms-track
{
	animate: .2s;
	background: #dbdbdb;
	border: 0 solid #7a7a7a;
	border-radius: 4px;
	box-shadow: 0 0 0 #7a7a7a;
	cursor: pointer;
}
input[type=range].slider::-ms-fill-lower
{
	background: #00d1b2;
}
input[type=range].slider::-ms-fill-upper
{
	background: #dbdbdb;
}
input[type=range].slider::-webkit-slider-thumb
{
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: -webkit-transform .2s ease;
	webkit-appearance: none;
}
input[type=range].slider::-moz-range-thumb
{
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: -webkit-transform .2s ease;
}
input[type=range].slider::-ms-thumb
{
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	transition: transform .2s ease,-webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: -webkit-transform .2s ease;
}
input[type=range].slider::-webkit-slider-thumb
{
	webkit-appearance: none;
}
input[type=range].slider.is-circle::-webkit-slider-thumb
{
	border-radius: 50%;
}
input[type=range].slider.is-circle::-moz-range-thumb
{
	border-radius: 50%;
}
input[type=range].slider.is-circle::-ms-thumb
{
	border-radius: 50%;
}
input[type=range].slider:active::-webkit-slider-thumb
{
	transform: scale(1.25);
	webkit-transform: scale(1.25);
}
input[type=range].slider:active::-moz-range-thumb
{
	transform: scale(1.25);
}
input[type=range].slider:active::-ms-thumb
{
	transform: scale(1.25);
}
input[type=range].slider:disabled
{
	cursor: not-allowed;
	opacity: .5;
}
input[type=range].slider:disabled::-webkit-slider-thumb
{
	cursor: not-allowed;
	transform: scale(1);
	webkit-transform: scale(1);
}
input[type=range].slider:disabled::-moz-range-thumb
{
	cursor: not-allowed;
	transform: scale(1);
}
input[type=range].slider:disabled::-ms-thumb
{
	cursor: not-allowed;
	transform: scale(1);
}
input[type=range].slider:not([orient=vertical])::-webkit-slider-runnable-track
{
	height: .5rem;
}
input[type=range].slider:not([orient=vertical])::-moz-range-track
{
	height: .5rem;
}
input[type=range].slider:not([orient=vertical])::-ms-track
{
	height: .5rem;
}
input[type=range].slider[orient=vertical]::-webkit-slider-runnable-track
{
	width: .5rem;
}
input[type=range].slider[orient=vertical]::-moz-range-track
{
	width: .5rem;
}
input[type=range].slider[orient=vertical]::-ms-track
{
	width: .5rem;
}
input[type=range].slider::-webkit-slider-thumb
{
	height: 1rem;
	margin-top: -.25rem;
	width: 1rem;
}
input[type=range].slider::-moz-range-thumb
{
	height: 1rem;
	width: 1rem;
}
input[type=range].slider::-ms-thumb
{
	height: 1rem;
	width: 1rem;
}
input[type=range].slider[orient=vertical]::-webkit-slider-thumb
{
	margin-left: -.25rem;
	margin-top: auto;
}
input[type=range].slider.is-small:not([orient=vertical])::-webkit-slider-runnable-track
{
	height: .375rem;
}
input[type=range].slider.is-small:not([orient=vertical])::-moz-range-track
{
	height: .375rem;
}
input[type=range].slider.is-small:not([orient=vertical])::-ms-track
{
	height: .375rem;
}
input[type=range].slider.is-small[orient=vertical]::-webkit-slider-runnable-track
{
	width: .375rem;
}
input[type=range].slider.is-small[orient=vertical]::-moz-range-track
{
	width: .375rem;
}
input[type=range].slider.is-small[orient=vertical]::-ms-track
{
	width: .375rem;
}
input[type=range].slider.is-small::-webkit-slider-thumb
{
	height: .75rem;
	margin-top: -.1875rem;
	width: .75rem;
}
input[type=range].slider.is-small::-moz-range-thumb
{
	height: .75rem;
	width: .75rem;
}
input[type=range].slider.is-small::-ms-thumb
{
	height: .75rem;
	width: .75rem;
}
input[type=range].slider.is-small[orient=vertical]::-webkit-slider-thumb
{
	margin-left: -.1875rem;
	margin-top: auto;
}
input[type=range].slider.is-medium:not([orient=vertical])::-webkit-slider-runnable-track
{
	height: .625rem;
}
input[type=range].slider.is-medium:not([orient=vertical])::-moz-range-track
{
	height: .625rem;
}
input[type=range].slider.is-medium:not([orient=vertical])::-ms-track
{
	height: .625rem;
}
input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-runnable-track
{
	width: .625rem;
}
input[type=range].slider.is-medium[orient=vertical]::-moz-range-track
{
	width: .625rem;
}
input[type=range].slider.is-medium[orient=vertical]::-ms-track
{
	width: .625rem;
}
input[type=range].slider.is-medium::-webkit-slider-thumb
{
	height: 1.25rem;
	margin-top: -.3125rem;
	width: 1.25rem;
}
input[type=range].slider.is-medium::-moz-range-thumb
{
	height: 1.25rem;
	width: 1.25rem;
}
input[type=range].slider.is-medium::-ms-thumb
{
	height: 1.25rem;
	width: 1.25rem;
}
input[type=range].slider.is-medium[orient=vertical]::-webkit-slider-thumb
{
	margin-left: -.3125rem;
	margin-top: auto;
}
input[type=range].slider.is-large:not([orient=vertical])::-webkit-slider-runnable-track
{
	height: .75rem;
}
input[type=range].slider.is-large:not([orient=vertical])::-moz-range-track
{
	height: .75rem;
}
input[type=range].slider.is-large:not([orient=vertical])::-ms-track
{
	height: .75rem;
}
input[type=range].slider.is-large[orient=vertical]::-webkit-slider-runnable-track
{
	width: .75rem;
}
input[type=range].slider.is-large[orient=vertical]::-moz-range-track
{
	width: .75rem;
}
input[type=range].slider.is-large[orient=vertical]::-ms-track
{
	width: .75rem;
}
input[type=range].slider.is-large::-webkit-slider-thumb
{
	height: 1.5rem;
	margin-top: -.375rem;
	width: 1.5rem;
}
input[type=range].slider.is-large::-moz-range-thumb
{
	height: 1.5rem;
	width: 1.5rem;
}
input[type=range].slider.is-large::-ms-thumb
{
	height: 1.5rem;
	width: 1.5rem;
}
input[type=range].slider.is-large[orient=vertical]::-webkit-slider-thumb
{
	margin-left: -.375rem;
	margin-top: auto;
}
input[type=range].slider.is-white::-moz-range-track
{
	background: #fff;
}
input[type=range].slider.is-white::-webkit-slider-runnable-track
{
	background: #fff;
}
input[type=range].slider.is-white::-ms-track
{
	background: #fff!important;
}
input[type=range].slider.is-white::-ms-fill-lower
{
	background: #fff;
}
input[type=range].slider.is-white .has-output-tooltip+output,input[type=range].slider.is-white.has-output+output
{
	background-color: #fff;
	color: #0a0a0a;
}
input[type=range].slider.is-black::-moz-range-track
{
	background: #0a0a0a;
}
input[type=range].slider.is-black::-webkit-slider-runnable-track
{
	background: #0a0a0a;
}
input[type=range].slider.is-black::-ms-track
{
	background: #0a0a0a!important;
}
input[type=range].slider.is-black::-ms-fill-lower
{
	background: #0a0a0a;
}
input[type=range].slider.is-black .has-output-tooltip+output,input[type=range].slider.is-black.has-output+output
{
	background-color: #0a0a0a;
	color: #fff;
}
input[type=range].slider.is-light::-moz-range-track
{
	background: #f5f5f5;
}
input[type=range].slider.is-light::-webkit-slider-runnable-track
{
	background: #f5f5f5;
}
input[type=range].slider.is-light::-ms-track
{
	background: #f5f5f5!important;
}
input[type=range].slider.is-light::-ms-fill-lower
{
	background: #f5f5f5;
}
input[type=range].slider.is-light .has-output-tooltip+output,input[type=range].slider.is-light.has-output+output
{
	background-color: #f5f5f5;
	color: #363636;
}
input[type=range].slider.is-dark::-moz-range-track
{
	background: #363636;
}
input[type=range].slider.is-dark::-webkit-slider-runnable-track
{
	background: #363636;
}
input[type=range].slider.is-dark::-ms-track
{
	background: #363636!important;
}
input[type=range].slider.is-dark::-ms-fill-lower
{
	background: #363636;
}
input[type=range].slider.is-dark .has-output-tooltip+output,input[type=range].slider.is-dark.has-output+output
{
	background-color: #363636;
	color: #f5f5f5;
}
input[type=range].slider.is-primary::-moz-range-track
{
	background: #00d1b2;
}
input[type=range].slider.is-primary::-webkit-slider-runnable-track
{
	background: #00d1b2;
}
input[type=range].slider.is-primary::-ms-track
{
	background: #00d1b2!important;
}
input[type=range].slider.is-primary::-ms-fill-lower
{
	background: #00d1b2;
}
input[type=range].slider.is-primary .has-output-tooltip+output,input[type=range].slider.is-primary.has-output+output
{
	background-color: #00d1b2;
	color: #fff;
}
input[type=range].slider.is-link::-moz-range-track
{
	background: #3273dc;
}
input[type=range].slider.is-link::-webkit-slider-runnable-track
{
	background: #3273dc;
}
input[type=range].slider.is-link::-ms-track
{
	background: #3273dc!important;
}
input[type=range].slider.is-link::-ms-fill-lower
{
	background: #3273dc;
}
input[type=range].slider.is-link .has-output-tooltip+output,input[type=range].slider.is-link.has-output+output
{
	background-color: #3273dc;
	color: #fff;
}
input[type=range].slider.is-info::-moz-range-track
{
	background: #209cee;
}
input[type=range].slider.is-info::-webkit-slider-runnable-track
{
	background: #209cee;
}
input[type=range].slider.is-info::-ms-track
{
	background: #209cee!important;
}
input[type=range].slider.is-info::-ms-fill-lower
{
	background: #209cee;
}
input[type=range].slider.is-info .has-output-tooltip+output,input[type=range].slider.is-info.has-output+output
{
	background-color: #209cee;
	color: #fff;
}
input[type=range].slider.is-success::-moz-range-track
{
	background: #23d160;
}
input[type=range].slider.is-success::-webkit-slider-runnable-track
{
	background: #23d160;
}
input[type=range].slider.is-success::-ms-track
{
	background: #23d160!important;
}
input[type=range].slider.is-success::-ms-fill-lower
{
	background: #23d160;
}
input[type=range].slider.is-success .has-output-tooltip+output,input[type=range].slider.is-success.has-output+output
{
	background-color: #23d160;
	color: #fff;
}
input[type=range].slider.is-warning::-moz-range-track
{
	background: #ffdd57;
}
input[type=range].slider.is-warning::-webkit-slider-runnable-track
{
	background: #ffdd57;
}
input[type=range].slider.is-warning::-ms-track
{
	background: #ffdd57!important;
}
input[type=range].slider.is-warning::-ms-fill-lower
{
	background: #ffdd57;
}
input[type=range].slider.is-warning .has-output-tooltip+output,input[type=range].slider.is-warning.has-output+output
{
	background-color: #ffdd57;
	color: rgba(0,0,0,.7);
}
input[type=range].slider.is-danger::-moz-range-track
{
	background: #ff3860;
}
input[type=range].slider.is-danger::-webkit-slider-runnable-track
{
	background: #ff3860;
}
input[type=range].slider.is-danger::-ms-track
{
	background: #ff3860!important;
}
input[type=range].slider.is-danger::-ms-fill-lower
{
	background: #ff3860;
}
input[type=range].slider.is-danger .has-output-tooltip+output,input[type=range].slider.is-danger.has-output+output
{
	background-color: #ff3860;
	color: #fff;
}
html
{
	webkit-tap-highlight-color: transparent;
}
.btn-group-justified
{
	display: table!important;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified>.control
{
	display: table-cell;
}
.btn-group-justified>.control:not(:last-child)>*
{
	border-right: 0;
}
.close
{
	color: #000;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff;
}
.close:focus,.close:hover
{
	color: #000;
	cursor: pointer;
	opacity: .5;
	text-decoration: none;
}
button.close
{
	background: 0 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	webkit-appearance: none;
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1050;
}
.modal.fade .modal-dialog
{
	ms-transform: translate(0,-25%);
	o-transform: translate(0,-25%);
	o-transition: -o-transform .3s ease-out;
	transform: translate(0,-25%);
	transition: transform .3s ease-out;
	webkit-transform: translate(0,-25%);
	webkit-transition: -webkit-transform .3s ease-out;
}
.modal.in .modal-dialog
{
	ms-transform: translate(0,0);
	o-transform: translate(0,0);
	transform: translate(0,0);
	webkit-transform: translate(0,0);
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog
{
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	position: relative;
	webkit-background-clip: padding-box;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-backdrop
{
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade
{
	opacity: 0;
}
.modal-backdrop.in
{
	opacity: .5;
}
.modal-header
{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
}
.modal-header .close
{
	margin-top: -2px;
}
.modal-title
{
	line-height: 1.42857143;
	margin: 0;
}
.modal-body
{
	padding: 15px;
	position: relative;
}
.modal-footer
{
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer .btn+.btn
{
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn+.btn
{
	margin-left: -1px;
}
.modal-footer .btn-block+.btn-block
{
	margin-left: 0;
}
.modal-scrollbar-measure
{
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width:768px)
{
	.modal-dialog
	{
		margin: 30px auto;
		width: 600px;
	}
	.modal-content
	{
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
		webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
	.modal-sm
	{
		width: 300px;
	}
}
@media (min-width:992px)
{
	.modal-lg,.modal-lg .modal-content
	{
		width: 900px;
	}
}
@media (max-width:767px)
{
	.modal-card,.modal-content
	{
		margin: 0;
	}
}
.tab-content>.tab-pane
{
	display: none;
}
.tab-content>.active
{
	display: block;
}
.button.is-small
{
	border-radius: 2px;
	font-size: .75rem;
	font-weight: 700;
	height: auto;
	min-height: 1.55rem;
	padding: .15rem .5rem;
}
.fa,.fab,.fal,.far,.fas
{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	webkit-font-smoothing: antialiased;
}
.fa-lg
{
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}
.fa-xs
{
	font-size: .75em;
}
.fa-sm
{
	font-size: .875em;
}
.fa-1x
{
	font-size: 1em;
}
.fa-2x
{
	font-size: 2em;
}
.fa-3x
{
	font-size: 3em;
}
.fa-4x
{
	font-size: 4em;
}
.fa-5x
{
	font-size: 5em;
}
.fa-6x
{
	font-size: 6em;
}
.fa-7x
{
	font-size: 7em;
}
.fa-8x
{
	font-size: 8em;
}
.fa-9x
{
	font-size: 9em;
}
.fa-10x
{
	font-size: 10em;
}
.fa-fw
{
	text-align: center;
	width: 1.25em;
}
.fa-ul
{
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
.fa-ul>li
{
	position: relative;
}
.fa-li
{
	left: -2em;
	line-height: inherit;
	position: absolute;
	text-align: center;
	width: 2em;
}
.fa-border
{
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.fa-pull-left
{
	float: left;
}
.fa-pull-right
{
	float: right;
}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left
{
	margin-right: .3em;
}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right
{
	margin-left: .3em;
}
.fa-spin
{
	animation: a 2s infinite linear;
}
.fa-pulse
{
	animation: a 1s infinite steps(8);
}
@keyframes a
{
	0%
	{
		transform: rotate(0);
	}
	to
	{
		transform: rotate(1turn);
	}
}
.fa-rotate-90
{
	transform: rotate(90deg);
}
.fa-rotate-180
{
	transform: rotate(180deg);
}
.fa-rotate-270
{
	transform: rotate(270deg);
}
.fa-flip-horizontal
{
	transform: scaleX(-1);
}
.fa-flip-vertical
{
	transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical
{
	transform: scale(-1);
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90
{
	filter: none;
	webkit-filter: none;
}
.fa-stack
{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.fa-stack-1x,.fa-stack-2x
{
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x
{
	line-height: inherit;
}
.fa-stack-2x
{
	font-size: 2em;
}
.fa-inverse
{
	color: #fff;
}
.fa-500px:before
{
	content: "\f26e";
}
.fa-accessible-icon:before
{
	content: "\f368";
}
.fa-accusoft:before
{
	content: "\f369";
}
.fa-address-book:before
{
	content: "\f2b9";
}
.fa-address-card:before
{
	content: "\f2bb";
}
.fa-adjust:before
{
	content: "\f042";
}
.fa-adn:before
{
	content: "\f170";
}
.fa-adversal:before
{
	content: "\f36a";
}
.fa-affiliatetheme:before
{
	content: "\f36b";
}
.fa-alarm-clock:before
{
	content: "\f34e";
}
.fa-algolia:before
{
	content: "\f36c";
}
.fa-align-center:before
{
	content: "\f037";
}
.fa-align-justify:before
{
	content: "\f039";
}
.fa-align-left:before
{
	content: "\f036";
}
.fa-align-right:before
{
	content: "\f038";
}
.fa-allergies:before
{
	content: "\f461";
}
.fa-amazon:before
{
	content: "\f270";
}
.fa-amazon-pay:before
{
	content: "\f42c";
}
.fa-ambulance:before
{
	content: "\f0f9";
}
.fa-american-sign-language-interpreting:before
{
	content: "\f2a3";
}
.fa-amilia:before
{
	content: "\f36d";
}
.fa-anchor:before
{
	content: "\f13d";
}
.fa-android:before
{
	content: "\f17b";
}
.fa-angellist:before
{
	content: "\f209";
}
.fa-angle-double-down:before
{
	content: "\f103";
}
.fa-angle-double-left:before
{
	content: "\f100";
}
.fa-angle-double-right:before
{
	content: "\f101";
}
.fa-angle-double-up:before
{
	content: "\f102";
}
.fa-angle-down:before
{
	content: "\f107";
}
.fa-angle-left:before
{
	content: "\f104";
}
.fa-angle-right:before
{
	content: "\f105";
}
.fa-angle-up:before
{
	content: "\f106";
}
.fa-angry:before
{
	content: "\f556";
}
.fa-angrycreative:before
{
	content: "\f36e";
}
.fa-angular:before
{
	content: "\f420";
}
.fa-app-store:before
{
	content: "\f36f";
}
.fa-app-store-ios:before
{
	content: "\f370";
}
.fa-apper:before
{
	content: "\f371";
}
.fa-apple:before
{
	content: "\f179";
}
.fa-apple-pay:before
{
	content: "\f415";
}
.fa-archive:before
{
	content: "\f187";
}
.fa-archway:before
{
	content: "\f557";
}
.fa-arrow-alt-circle-down:before
{
	content: "\f358";
}
.fa-arrow-alt-circle-left:before
{
	content: "\f359";
}
.fa-arrow-alt-circle-right:before
{
	content: "\f35a";
}
.fa-arrow-alt-circle-up:before
{
	content: "\f35b";
}
.fa-arrow-alt-down:before
{
	content: "\f354";
}
.fa-arrow-alt-from-bottom:before
{
	content: "\f346";
}
.fa-arrow-alt-from-left:before
{
	content: "\f347";
}
.fa-arrow-alt-from-right:before
{
	content: "\f348";
}
.fa-arrow-alt-from-top:before
{
	content: "\f349";
}
.fa-arrow-alt-left:before
{
	content: "\f355";
}
.fa-arrow-alt-right:before
{
	content: "\f356";
}
.fa-arrow-alt-square-down:before
{
	content: "\f350";
}
.fa-arrow-alt-square-left:before
{
	content: "\f351";
}
.fa-arrow-alt-square-right:before
{
	content: "\f352";
}
.fa-arrow-alt-square-up:before
{
	content: "\f353";
}
.fa-arrow-alt-to-bottom:before
{
	content: "\f34a";
}
.fa-arrow-alt-to-left:before
{
	content: "\f34b";
}
.fa-arrow-alt-to-right:before
{
	content: "\f34c";
}
.fa-arrow-alt-to-top:before
{
	content: "\f34d";
}
.fa-arrow-alt-up:before
{
	content: "\f357";
}
.fa-arrow-circle-down:before
{
	content: "\f0ab";
}
.fa-arrow-circle-left:before
{
	content: "\f0a8";
}
.fa-arrow-circle-right:before
{
	content: "\f0a9";
}
.fa-arrow-circle-up:before
{
	content: "\f0aa";
}
.fa-arrow-down:before
{
	content: "\f063";
}
.fa-arrow-from-bottom:before
{
	content: "\f342";
}
.fa-arrow-from-left:before
{
	content: "\f343";
}
.fa-arrow-from-right:before
{
	content: "\f344";
}
.fa-arrow-from-top:before
{
	content: "\f345";
}
.fa-arrow-left:before
{
	content: "\f060";
}
.fa-arrow-right:before
{
	content: "\f061";
}
.fa-arrow-square-down:before
{
	content: "\f339";
}
.fa-arrow-square-left:before
{
	content: "\f33a";
}
.fa-arrow-square-right:before
{
	content: "\f33b";
}
.fa-arrow-square-up:before
{
	content: "\f33c";
}
.fa-arrow-to-bottom:before
{
	content: "\f33d";
}
.fa-arrow-to-left:before
{
	content: "\f33e";
}
.fa-arrow-to-right:before
{
	content: "\f340";
}
.fa-arrow-to-top:before
{
	content: "\f341";
}
.fa-arrow-up:before
{
	content: "\f062";
}
.fa-arrows:before
{
	content: "\f047";
}
.fa-arrows-alt:before
{
	content: "\f0b2";
}
.fa-arrows-alt-h:before
{
	content: "\f337";
}
.fa-arrows-alt-v:before
{
	content: "\f338";
}
.fa-arrows-h:before
{
	content: "\f07e";
}
.fa-arrows-v:before
{
	content: "\f07d";
}
.fa-assistive-listening-systems:before
{
	content: "\f2a2";
}
.fa-asterisk:before
{
	content: "\f069";
}
.fa-asymmetrik:before
{
	content: "\f372";
}
.fa-at:before
{
	content: "\f1fa";
}
.fa-atlas:before
{
	content: "\f558";
}
.fa-audible:before
{
	content: "\f373";
}
.fa-audio-description:before
{
	content: "\f29e";
}
.fa-autoprefixer:before
{
	content: "\f41c";
}
.fa-avianex:before
{
	content: "\f374";
}
.fa-aviato:before
{
	content: "\f421";
}
.fa-award:before
{
	content: "\f559";
}
.fa-aws:before
{
	content: "\f375";
}
.fa-backspace:before
{
	content: "\f55a";
}
.fa-backward:before
{
	content: "\f04a";
}
.fa-badge:before
{
	content: "\f335";
}
.fa-badge-check:before
{
	content: "\f336";
}
.fa-balance-scale:before
{
	content: "\f24e";
}
.fa-balance-scale-left:before
{
	content: "\f515";
}
.fa-balance-scale-right:before
{
	content: "\f516";
}
.fa-ban:before
{
	content: "\f05e";
}
.fa-band-aid:before
{
	content: "\f462";
}
.fa-bandcamp:before
{
	content: "\f2d5";
}
.fa-barcode:before
{
	content: "\f02a";
}
.fa-barcode-alt:before
{
	content: "\f463";
}
.fa-barcode-read:before
{
	content: "\f464";
}
.fa-barcode-scan:before
{
	content: "\f465";
}
.fa-bars:before
{
	content: "\f0c9";
}
.fa-baseball:before
{
	content: "\f432";
}
.fa-baseball-ball:before
{
	content: "\f433";
}
.fa-basketball-ball:before
{
	content: "\f434";
}
.fa-basketball-hoop:before
{
	content: "\f435";
}
.fa-bath:before
{
	content: "\f2cd";
}
.fa-battery-bolt:before
{
	content: "\f376";
}
.fa-battery-empty:before
{
	content: "\f244";
}
.fa-battery-full:before
{
	content: "\f240";
}
.fa-battery-half:before
{
	content: "\f242";
}
.fa-battery-quarter:before
{
	content: "\f243";
}
.fa-battery-slash:before
{
	content: "\f377";
}
.fa-battery-three-quarters:before
{
	content: "\f241";
}
.fa-bed:before
{
	content: "\f236";
}
.fa-beer:before
{
	content: "\f0fc";
}
.fa-behance:before
{
	content: "\f1b4";
}
.fa-behance-square:before
{
	content: "\f1b5";
}
.fa-bell:before
{
	content: "\f0f3";
}
.fa-bell-slash:before
{
	content: "\f1f6";
}
.fa-bezier-curve:before
{
	content: "\f55b";
}
.fa-bicycle:before
{
	content: "\f206";
}
.fa-bimobject:before
{
	content: "\f378";
}
.fa-binoculars:before
{
	content: "\f1e5";
}
.fa-birthday-cake:before
{
	content: "\f1fd";
}
.fa-bitbucket:before
{
	content: "\f171";
}
.fa-bitcoin:before
{
	content: "\f379";
}
.fa-bity:before
{
	content: "\f37a";
}
.fa-black-tie:before
{
	content: "\f27e";
}
.fa-blackberry:before
{
	content: "\f37b";
}
.fa-blanket:before
{
	content: "\f498";
}
.fa-blender:before
{
	content: "\f517";
}
.fa-blind:before
{
	content: "\f29d";
}
.fa-blogger:before
{
	content: "\f37c";
}
.fa-blogger-b:before
{
	content: "\f37d";
}
.fa-bluetooth:before
{
	content: "\f293";
}
.fa-bluetooth-b:before
{
	content: "\f294";
}
.fa-bold:before
{
	content: "\f032";
}
.fa-bolt:before
{
	content: "\f0e7";
}
.fa-bomb:before
{
	content: "\f1e2";
}
.fa-bong:before
{
	content: "\f55c";
}
.fa-book:before
{
	content: "\f02d";
}
.fa-book-heart:before
{
	content: "\f499";
}
.fa-book-open:before
{
	content: "\f518";
}
.fa-bookmark:before
{
	content: "\f02e";
}
.fa-bowling-ball:before
{
	content: "\f436";
}
.fa-bowling-pins:before
{
	content: "\f437";
}
.fa-box:before
{
	content: "\f466";
}
.fa-box-alt:before
{
	content: "\f49a";
}
.fa-box-check:before
{
	content: "\f467";
}
.fa-box-fragile:before
{
	content: "\f49b";
}
.fa-box-full:before
{
	content: "\f49c";
}
.fa-box-heart:before
{
	content: "\f49d";
}
.fa-box-open:before
{
	content: "\f49e";
}
.fa-box-up:before
{
	content: "\f49f";
}
.fa-box-usd:before
{
	content: "\f4a0";
}
.fa-boxes:before
{
	content: "\f468";
}
.fa-boxes-alt:before
{
	content: "\f4a1";
}
.fa-boxing-glove:before
{
	content: "\f438";
}
.fa-braille:before
{
	content: "\f2a1";
}
.fa-briefcase:before
{
	content: "\f0b1";
}
.fa-briefcase-medical:before
{
	content: "\f469";
}
.fa-broadcast-tower:before
{
	content: "\f519";
}
.fa-broom:before
{
	content: "\f51a";
}
.fa-browser:before
{
	content: "\f37e";
}
.fa-brush:before
{
	content: "\f55d";
}
.fa-btc:before
{
	content: "\f15a";
}
.fa-bug:before
{
	content: "\f188";
}
.fa-building:before
{
	content: "\f1ad";
}
.fa-bullhorn:before
{
	content: "\f0a1";
}
.fa-bullseye:before
{
	content: "\f140";
}
.fa-burn:before
{
	content: "\f46a";
}
.fa-buromobelexperte:before
{
	content: "\f37f";
}
.fa-bus:before
{
	content: "\f207";
}
.fa-bus-alt:before
{
	content: "\f55e";
}
.fa-buysellads:before
{
	content: "\f20d";
}
.fa-calculator:before
{
	content: "\f1ec";
}
.fa-calendar:before
{
	content: "\f133";
}
.fa-calendar-alt:before
{
	content: "\f073";
}
.fa-calendar-check:before
{
	content: "\f274";
}
.fa-calendar-edit:before
{
	content: "\f333";
}
.fa-calendar-exclamation:before
{
	content: "\f334";
}
.fa-calendar-minus:before
{
	content: "\f272";
}
.fa-calendar-plus:before
{
	content: "\f271";
}
.fa-calendar-times:before
{
	content: "\f273";
}
.fa-camera:before
{
	content: "\f030";
}
.fa-camera-alt:before
{
	content: "\f332";
}
.fa-camera-retro:before
{
	content: "\f083";
}
.fa-cannabis:before
{
	content: "\f55f";
}
.fa-capsules:before
{
	content: "\f46b";
}
.fa-car:before
{
	content: "\f1b9";
}
.fa-caret-circle-down:before
{
	content: "\f32d";
}
.fa-caret-circle-left:before
{
	content: "\f32e";
}
.fa-caret-circle-right:before
{
	content: "\f330";
}
.fa-caret-circle-up:before
{
	content: "\f331";
}
.fa-caret-down:before
{
	content: "\f0d7";
}
.fa-caret-left:before
{
	content: "\f0d9";
}
.fa-caret-right:before
{
	content: "\f0da";
}
.fa-caret-square-down:before
{
	content: "\f150";
}
.fa-caret-square-left:before
{
	content: "\f191";
}
.fa-caret-square-right:before
{
	content: "\f152";
}
.fa-caret-square-up:before
{
	content: "\f151";
}
.fa-caret-up:before
{
	content: "\f0d8";
}
.fa-cart-arrow-down:before
{
	content: "\f218";
}
.fa-cart-plus:before
{
	content: "\f217";
}
.fa-cc-amazon-pay:before
{
	content: "\f42d";
}
.fa-cc-amex:before
{
	content: "\f1f3";
}
.fa-cc-apple-pay:before
{
	content: "\f416";
}
.fa-cc-diners-club:before
{
	content: "\f24c";
}
.fa-cc-discover:before
{
	content: "\f1f2";
}
.fa-cc-jcb:before
{
	content: "\f24b";
}
.fa-cc-mastercard:before
{
	content: "\f1f1";
}
.fa-cc-paypal:before
{
	content: "\f1f4";
}
.fa-cc-stripe:before
{
	content: "\f1f5";
}
.fa-cc-visa:before
{
	content: "\f1f0";
}
.fa-centercode:before
{
	content: "\f380";
}
.fa-certificate:before
{
	content: "\f0a3";
}
.fa-chalkboard:before
{
	content: "\f51b";
}
.fa-chalkboard-teacher:before
{
	content: "\f51c";
}
.fa-chart-area:before
{
	content: "\f1fe";
}
.fa-chart-bar:before
{
	content: "\f080";
}
.fa-chart-line:before
{
	content: "\f201";
}
.fa-chart-pie:before
{
	content: "\f200";
}
.fa-check:before
{
	content: "\f00c";
}
.fa-check-circle:before
{
	content: "\f058";
}
.fa-check-double:before
{
	content: "\f560";
}
.fa-check-square:before
{
	content: "\f14a";
}
.fa-chess:before
{
	content: "\f439";
}
.fa-chess-bishop:before
{
	content: "\f43a";
}
.fa-chess-bishop-alt:before
{
	content: "\f43b";
}
.fa-chess-board:before
{
	content: "\f43c";
}
.fa-chess-clock:before
{
	content: "\f43d";
}
.fa-chess-clock-alt:before
{
	content: "\f43e";
}
.fa-chess-king:before
{
	content: "\f43f";
}
.fa-chess-king-alt:before
{
	content: "\f440";
}
.fa-chess-knight:before
{
	content: "\f441";
}
.fa-chess-knight-alt:before
{
	content: "\f442";
}
.fa-chess-pawn:before
{
	content: "\f443";
}
.fa-chess-pawn-alt:before
{
	content: "\f444";
}
.fa-chess-queen:before
{
	content: "\f445";
}
.fa-chess-queen-alt:before
{
	content: "\f446";
}
.fa-chess-rook:before
{
	content: "\f447";
}
.fa-chess-rook-alt:before
{
	content: "\f448";
}
.fa-chevron-circle-down:before
{
	content: "\f13a";
}
.fa-chevron-circle-left:before
{
	content: "\f137";
}
.fa-chevron-circle-right:before
{
	content: "\f138";
}
.fa-chevron-circle-up:before
{
	content: "\f139";
}
.fa-chevron-double-down:before
{
	content: "\f322";
}
.fa-chevron-double-left:before
{
	content: "\f323";
}
.fa-chevron-double-right:before
{
	content: "\f324";
}
.fa-chevron-double-up:before
{
	content: "\f325";
}
.fa-chevron-down:before
{
	content: "\f078";
}
.fa-chevron-left:before
{
	content: "\f053";
}
.fa-chevron-right:before
{
	content: "\f054";
}
.fa-chevron-square-down:before
{
	content: "\f329";
}
.fa-chevron-square-left:before
{
	content: "\f32a";
}
.fa-chevron-square-right:before
{
	content: "\f32b";
}
.fa-chevron-square-up:before
{
	content: "\f32c";
}
.fa-chevron-up:before
{
	content: "\f077";
}
.fa-child:before
{
	content: "\f1ae";
}
.fa-chrome:before
{
	content: "\f268";
}
.fa-church:before
{
	content: "\f51d";
}
.fa-circle:before
{
	content: "\f111";
}
.fa-circle-notch:before
{
	content: "\f1ce";
}
.fa-clipboard:before
{
	content: "\f328";
}
.fa-clipboard-check:before
{
	content: "\f46c";
}
.fa-clipboard-list:before
{
	content: "\f46d";
}
.fa-clock:before
{
	content: "\f017";
}
.fa-clone:before
{
	content: "\f24d";
}
.fa-closed-captioning:before
{
	content: "\f20a";
}
.fa-cloud:before
{
	content: "\f0c2";
}
.fa-cloud-download:before
{
	content: "\f0ed";
}
.fa-cloud-download-alt:before
{
	content: "\f381";
}
.fa-cloud-upload:before
{
	content: "\f0ee";
}
.fa-cloud-upload-alt:before
{
	content: "\f382";
}
.fa-cloudscale:before
{
	content: "\f383";
}
.fa-cloudsmith:before
{
	content: "\f384";
}
.fa-cloudversify:before
{
	content: "\f385";
}
.fa-club:before
{
	content: "\f327";
}
.fa-cocktail:before
{
	content: "\f561";
}
.fa-code:before
{
	content: "\f121";
}
.fa-code-branch:before
{
	content: "\f126";
}
.fa-code-commit:before
{
	content: "\f386";
}
.fa-code-merge:before
{
	content: "\f387";
}
.fa-codepen:before
{
	content: "\f1cb";
}
.fa-codiepie:before
{
	content: "\f284";
}
.fa-coffee:before
{
	content: "\f0f4";
}
.fa-cog:before
{
	content: "\f013";
}
.fa-cogs:before
{
	content: "\f085";
}
.fa-coins:before
{
	content: "\f51e";
}
.fa-columns:before
{
	content: "\f0db";
}
.fa-comment:before
{
	content: "\f075";
}
.fa-comment-alt:before
{
	content: "\f27a";
}
.fa-comment-alt-check:before
{
	content: "\f4a2";
}
.fa-comment-alt-dots:before
{
	content: "\f4a3";
}
.fa-comment-alt-edit:before
{
	content: "\f4a4";
}
.fa-comment-alt-exclamation:before
{
	content: "\f4a5";
}
.fa-comment-alt-lines:before
{
	content: "\f4a6";
}
.fa-comment-alt-minus:before
{
	content: "\f4a7";
}
.fa-comment-alt-plus:before
{
	content: "\f4a8";
}
.fa-comment-alt-slash:before
{
	content: "\f4a9";
}
.fa-comment-alt-smile:before
{
	content: "\f4aa";
}
.fa-comment-alt-times:before
{
	content: "\f4ab";
}
.fa-comment-check:before
{
	content: "\f4ac";
}
.fa-comment-dots:before
{
	content: "\f4ad";
}
.fa-comment-edit:before
{
	content: "\f4ae";
}
.fa-comment-exclamation:before
{
	content: "\f4af";
}
.fa-comment-lines:before
{
	content: "\f4b0";
}
.fa-comment-minus:before
{
	content: "\f4b1";
}
.fa-comment-plus:before
{
	content: "\f4b2";
}
.fa-comment-slash:before
{
	content: "\f4b3";
}
.fa-comment-smile:before
{
	content: "\f4b4";
}
.fa-comment-times:before
{
	content: "\f4b5";
}
.fa-comments:before
{
	content: "\f086";
}
.fa-comments-alt:before
{
	content: "\f4b6";
}
.fa-compact-disc:before
{
	content: "\f51f";
}
.fa-compass:before
{
	content: "\f14e";
}
.fa-compress:before
{
	content: "\f066";
}
.fa-compress-alt:before
{
	content: "\f422";
}
.fa-compress-wide:before
{
	content: "\f326";
}
.fa-concierge-bell:before
{
	content: "\f562";
}
.fa-connectdevelop:before
{
	content: "\f20e";
}
.fa-container-storage:before
{
	content: "\f4b7";
}
.fa-contao:before
{
	content: "\f26d";
}
.fa-conveyor-belt:before
{
	content: "\f46e";
}
.fa-conveyor-belt-alt:before
{
	content: "\f46f";
}
.fa-cookie:before
{
	content: "\f563";
}
.fa-cookie-bite:before
{
	content: "\f564";
}
.fa-copy:before
{
	content: "\f0c5";
}
.fa-copyright:before
{
	content: "\f1f9";
}
.fa-couch:before
{
	content: "\f4b8";
}
.fa-cpanel:before
{
	content: "\f388";
}
.fa-creative-commons:before
{
	content: "\f25e";
}
.fa-creative-commons-by:before
{
	content: "\f4e7";
}
.fa-creative-commons-nc:before
{
	content: "\f4e8";
}
.fa-creative-commons-nc-eu:before
{
	content: "\f4e9";
}
.fa-creative-commons-nc-jp:before
{
	content: "\f4ea";
}
.fa-creative-commons-nd:before
{
	content: "\f4eb";
}
.fa-creative-commons-pd:before
{
	content: "\f4ec";
}
.fa-creative-commons-pd-alt:before
{
	content: "\f4ed";
}
.fa-creative-commons-remix:before
{
	content: "\f4ee";
}
.fa-creative-commons-sa:before
{
	content: "\f4ef";
}
.fa-creative-commons-sampling:before
{
	content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before
{
	content: "\f4f1";
}
.fa-creative-commons-share:before
{
	content: "\f4f2";
}
.fa-creative-commons-zero:before
{
	content: "\f4f3";
}
.fa-credit-card:before
{
	content: "\f09d";
}
.fa-credit-card-blank:before
{
	content: "\f389";
}
.fa-credit-card-front:before
{
	content: "\f38a";
}
.fa-cricket:before
{
	content: "\f449";
}
.fa-crop:before
{
	content: "\f125";
}
.fa-crop-alt:before
{
	content: "\f565";
}
.fa-crosshairs:before
{
	content: "\f05b";
}
.fa-crow:before
{
	content: "\f520";
}
.fa-crown:before
{
	content: "\f521";
}
.fa-css3:before
{
	content: "\f13c";
}
.fa-css3-alt:before
{
	content: "\f38b";
}
.fa-cube:before
{
	content: "\f1b2";
}
.fa-cubes:before
{
	content: "\f1b3";
}
.fa-curling:before
{
	content: "\f44a";
}
.fa-cut:before
{
	content: "\f0c4";
}
.fa-cuttlefish:before
{
	content: "\f38c";
}
.fa-d-and-d:before
{
	content: "\f38d";
}
.fa-dashcube:before
{
	content: "\f210";
}
.fa-database:before
{
	content: "\f1c0";
}
.fa-deaf:before
{
	content: "\f2a4";
}
.fa-delicious:before
{
	content: "\f1a5";
}
.fa-deploydog:before
{
	content: "\f38e";
}
.fa-deskpro:before
{
	content: "\f38f";
}
.fa-desktop:before
{
	content: "\f108";
}
.fa-desktop-alt:before
{
	content: "\f390";
}
.fa-deviantart:before
{
	content: "\f1bd";
}
.fa-diagnoses:before
{
	content: "\f470";
}
.fa-diamond:before
{
	content: "\f219";
}
.fa-dice:before
{
	content: "\f522";
}
.fa-dice-five:before
{
	content: "\f523";
}
.fa-dice-four:before
{
	content: "\f524";
}
.fa-dice-one:before
{
	content: "\f525";
}
.fa-dice-six:before
{
	content: "\f526";
}
.fa-dice-three:before
{
	content: "\f527";
}
.fa-dice-two:before
{
	content: "\f528";
}
.fa-digg:before
{
	content: "\f1a6";
}
.fa-digital-ocean:before
{
	content: "\f391";
}
.fa-digital-tachograph:before
{
	content: "\f566";
}
.fa-discord:before
{
	content: "\f392";
}
.fa-discourse:before
{
	content: "\f393";
}
.fa-divide:before
{
	content: "\f529";
}
.fa-dizzy:before
{
	content: "\f567";
}
.fa-dna:before
{
	content: "\f471";
}
.fa-dochub:before
{
	content: "\f394";
}
.fa-docker:before
{
	content: "\f395";
}
.fa-dollar-sign:before
{
	content: "\f155";
}
.fa-dolly:before
{
	content: "\f472";
}
.fa-dolly-empty:before
{
	content: "\f473";
}
.fa-dolly-flatbed:before
{
	content: "\f474";
}
.fa-dolly-flatbed-alt:before
{
	content: "\f475";
}
.fa-dolly-flatbed-empty:before
{
	content: "\f476";
}
.fa-donate:before
{
	content: "\f4b9";
}
.fa-door-closed:before
{
	content: "\f52a";
}
.fa-door-open:before
{
	content: "\f52b";
}
.fa-dot-circle:before
{
	content: "\f192";
}
.fa-dove:before
{
	content: "\f4ba";
}
.fa-download:before
{
	content: "\f019";
}
.fa-draft2digital:before
{
	content: "\f396";
}
.fa-drafting-compass:before
{
	content: "\f568";
}
.fa-dribbble:before
{
	content: "\f17d";
}
.fa-dribbble-square:before
{
	content: "\f397";
}
.fa-dropbox:before
{
	content: "\f16b";
}
.fa-drum:before
{
	content: "\f569";
}
.fa-drum-steelpan:before
{
	content: "\f56a";
}
.fa-drupal:before
{
	content: "\f1a9";
}
.fa-dumbbell:before
{
	content: "\f44b";
}
.fa-dyalog:before
{
	content: "\f399";
}
.fa-earlybirds:before
{
	content: "\f39a";
}
.fa-ebay:before
{
	content: "\f4f4";
}
.fa-edge:before
{
	content: "\f282";
}
.fa-edit:before
{
	content: "\f044";
}
.fa-eject:before
{
	content: "\f052";
}
.fa-elementor:before
{
	content: "\f430";
}
.fa-ellipsis-h:before
{
	content: "\f141";
}
.fa-ellipsis-h-alt:before
{
	content: "\f39b";
}
.fa-ellipsis-v:before
{
	content: "\f142";
}
.fa-ellipsis-v-alt:before
{
	content: "\f39c";
}
.fa-ember:before
{
	content: "\f423";
}
.fa-empire:before
{
	content: "\f1d1";
}
.fa-envelope:before
{
	content: "\f0e0";
}
.fa-envelope-open:before
{
	content: "\f2b6";
}
.fa-envelope-square:before
{
	content: "\f199";
}
.fa-envira:before
{
	content: "\f299";
}
.fa-equals:before
{
	content: "\f52c";
}
.fa-eraser:before
{
	content: "\f12d";
}
.fa-erlang:before
{
	content: "\f39d";
}
.fa-ethereum:before
{
	content: "\f42e";
}
.fa-etsy:before
{
	content: "\f2d7";
}
.fa-euro-sign:before
{
	content: "\f153";
}
.fa-exchange:before
{
	content: "\f0ec";
}
.fa-exchange-alt:before
{
	content: "\f362";
}
.fa-exclamation:before
{
	content: "\f12a";
}
.fa-exclamation-circle:before
{
	content: "\f06a";
}
.fa-exclamation-square:before
{
	content: "\f321";
}
.fa-exclamation-triangle:before
{
	content: "\f071";
}
.fa-expand:before
{
	content: "\f065";
}
.fa-expand-alt:before
{
	content: "\f424";
}
.fa-expand-arrows:before
{
	content: "\f31d";
}
.fa-expand-arrows-alt:before
{
	content: "\f31e";
}
.fa-expand-wide:before
{
	content: "\f320";
}
.fa-expeditedssl:before
{
	content: "\f23e";
}
.fa-external-link:before
{
	content: "\f08e";
}
.fa-external-link-alt:before
{
	content: "\f35d";
}
.fa-external-link-square:before
{
	content: "\f14c";
}
.fa-external-link-square-alt:before
{
	content: "\f360";
}
.fa-eye:before
{
	content: "\f06e";
}
.fa-eye-dropper:before
{
	content: "\f1fb";
}
.fa-eye-slash:before
{
	content: "\f070";
}
.fa-facebook:before
{
	content: "\f09a";
}
.fa-facebook-f:before
{
	content: "\f39e";
}
.fa-facebook-messenger:before
{
	content: "\f39f";
}
.fa-facebook-square:before
{
	content: "\f082";
}
.fa-fast-backward:before
{
	content: "\f049";
}
.fa-fast-forward:before
{
	content: "\f050";
}
.fa-fax:before
{
	content: "\f1ac";
}
.fa-feather:before
{
	content: "\f52d";
}
.fa-feather-alt:before
{
	content: "\f56b";
}
.fa-female:before
{
	content: "\f182";
}
.fa-field-hockey:before
{
	content: "\f44c";
}
.fa-fighter-jet:before
{
	content: "\f0fb";
}
.fa-file:before
{
	content: "\f15b";
}
.fa-file-alt:before
{
	content: "\f15c";
}
.fa-file-archive:before
{
	content: "\f1c6";
}
.fa-file-audio:before
{
	content: "\f1c7";
}
.fa-file-check:before
{
	content: "\f316";
}
.fa-file-code:before
{
	content: "\f1c9";
}
.fa-file-contract:before
{
	content: "\f56c";
}
.fa-file-download:before
{
	content: "\f56d";
}
.fa-file-edit:before
{
	content: "\f31c";
}
.fa-file-excel:before
{
	content: "\f1c3";
}
.fa-file-exclamation:before
{
	content: "\f31a";
}
.fa-file-export:before
{
	content: "\f56e";
}
.fa-file-image:before
{
	content: "\f1c5";
}
.fa-file-import:before
{
	content: "\f56f";
}
.fa-file-invoice:before
{
	content: "\f570";
}
.fa-file-invoice-dollar:before
{
	content: "\f571";
}
.fa-file-medical:before
{
	content: "\f477";
}
.fa-file-medical-alt:before
{
	content: "\f478";
}
.fa-file-minus:before
{
	content: "\f318";
}
.fa-file-pdf:before
{
	content: "\f1c1";
}
.fa-file-plus:before
{
	content: "\f319";
}
.fa-file-powerpoint:before
{
	content: "\f1c4";
}
.fa-file-prescription:before
{
	content: "\f572";
}
.fa-file-signature:before
{
	content: "\f573";
}
.fa-file-times:before
{
	content: "\f317";
}
.fa-file-upload:before
{
	content: "\f574";
}
.fa-file-video:before
{
	content: "\f1c8";
}
.fa-file-word:before
{
	content: "\f1c2";
}
.fa-fill:before
{
	content: "\f575";
}
.fa-fill-drip:before
{
	content: "\f576";
}
.fa-film:before
{
	content: "\f008";
}
.fa-film-alt:before
{
	content: "\f3a0";
}
.fa-filter:before
{
	content: "\f0b0";
}
.fa-fingerprint:before
{
	content: "\f577";
}
.fa-fire:before
{
	content: "\f06d";
}
.fa-fire-extinguisher:before
{
	content: "\f134";
}
.fa-firefox:before
{
	content: "\f269";
}
.fa-first-aid:before
{
	content: "\f479";
}
.fa-first-order:before
{
	content: "\f2b0";
}
.fa-first-order-alt:before
{
	content: "\f50a";
}
.fa-firstdraft:before
{
	content: "\f3a1";
}
.fa-fish:before
{
	content: "\f578";
}
.fa-flag:before
{
	content: "\f024";
}
.fa-flag-checkered:before
{
	content: "\f11e";
}
.fa-flask:before
{
	content: "\f0c3";
}
.fa-flickr:before
{
	content: "\f16e";
}
.fa-flipboard:before
{
	content: "\f44d";
}
.fa-flushed:before
{
	content: "\f579";
}
.fa-fly:before
{
	content: "\f417";
}
.fa-folder:before
{
	content: "\f07b";
}
.fa-folder-open:before
{
	content: "\f07c";
}
.fa-font:before
{
	content: "\f031";
}
.fa-font-awesome:before
{
	content: "\f2b4";
}
.fa-font-awesome-alt:before
{
	content: "\f35c";
}
.fa-font-awesome-flag:before
{
	content: "\f425";
}
.fa-font-awesome-logo-full:before
{
	content: "\f4e6";
}
.fa-fonticons:before
{
	content: "\f280";
}
.fa-fonticons-fi:before
{
	content: "\f3a2";
}
.fa-football-ball:before
{
	content: "\f44e";
}
.fa-football-helmet:before
{
	content: "\f44f";
}
.fa-forklift:before
{
	content: "\f47a";
}
.fa-fort-awesome:before
{
	content: "\f286";
}
.fa-fort-awesome-alt:before
{
	content: "\f3a3";
}
.fa-forumbee:before
{
	content: "\f211";
}
.fa-forward:before
{
	content: "\f04e";
}
.fa-foursquare:before
{
	content: "\f180";
}
.fa-fragile:before
{
	content: "\f4bb";
}
.fa-free-code-camp:before
{
	content: "\f2c5";
}
.fa-freebsd:before
{
	content: "\f3a4";
}
.fa-frog:before
{
	content: "\f52e";
}
.fa-frown:before
{
	content: "\f119";
}
.fa-frown-open:before
{
	content: "\f57a";
}
.fa-fulcrum:before
{
	content: "\f50b";
}
.fa-futbol:before
{
	content: "\f1e3";
}
.fa-galactic-republic:before
{
	content: "\f50c";
}
.fa-galactic-senate:before
{
	content: "\f50d";
}
.fa-gamepad:before
{
	content: "\f11b";
}
.fa-gas-pump:before
{
	content: "\f52f";
}
.fa-gavel:before
{
	content: "\f0e3";
}
.fa-gem:before
{
	content: "\f3a5";
}
.fa-genderless:before
{
	content: "\f22d";
}
.fa-get-pocket:before
{
	content: "\f265";
}
.fa-gg:before
{
	content: "\f260";
}
.fa-gg-circle:before
{
	content: "\f261";
}
.fa-gift:before
{
	content: "\f06b";
}
.fa-git:before
{
	content: "\f1d3";
}
.fa-git-square:before
{
	content: "\f1d2";
}
.fa-github:before
{
	content: "\f09b";
}
.fa-github-alt:before
{
	content: "\f113";
}
.fa-github-square:before
{
	content: "\f092";
}
.fa-gitkraken:before
{
	content: "\f3a6";
}
.fa-gitlab:before
{
	content: "\f296";
}
.fa-gitter:before
{
	content: "\f426";
}
.fa-glass-martini:before
{
	content: "\f000";
}
.fa-glass-martini-alt:before
{
	content: "\f57b";
}
.fa-glasses:before
{
	content: "\f530";
}
.fa-glide:before
{
	content: "\f2a5";
}
.fa-glide-g:before
{
	content: "\f2a6";
}
.fa-globe:before
{
	content: "\f0ac";
}
.fa-globe-africa:before
{
	content: "\f57c";
}
.fa-globe-americas:before
{
	content: "\f57d";
}
.fa-globe-asia:before
{
	content: "\f57e";
}
.fa-gofore:before
{
	content: "\f3a7";
}
.fa-golf-ball:before
{
	content: "\f450";
}
.fa-golf-club:before
{
	content: "\f451";
}
.fa-goodreads:before
{
	content: "\f3a8";
}
.fa-goodreads-g:before
{
	content: "\f3a9";
}
.fa-google:before
{
	content: "\f1a0";
}
.fa-google-drive:before
{
	content: "\f3aa";
}
.fa-google-play:before
{
	content: "\f3ab";
}
.fa-google-plus:before
{
	content: "\f2b3";
}
.fa-google-plus-g:before
{
	content: "\f0d5";
}
.fa-google-plus-square:before
{
	content: "\f0d4";
}
.fa-google-wallet:before
{
	content: "\f1ee";
}
.fa-graduation-cap:before
{
	content: "\f19d";
}
.fa-gratipay:before
{
	content: "\f184";
}
.fa-grav:before
{
	content: "\f2d6";
}
.fa-greater-than:before
{
	content: "\f531";
}
.fa-greater-than-equal:before
{
	content: "\f532";
}
.fa-grimace:before
{
	content: "\f57f";
}
.fa-grin:before
{
	content: "\f580";
}
.fa-grin-alt:before
{
	content: "\f581";
}
.fa-grin-beam:before
{
	content: "\f582";
}
.fa-grin-beam-sweat:before
{
	content: "\f583";
}
.fa-grin-hearts:before
{
	content: "\f584";
}
.fa-grin-squint:before
{
	content: "\f585";
}
.fa-grin-squint-tears:before
{
	content: "\f586";
}
.fa-grin-stars:before
{
	content: "\f587";
}
.fa-grin-tears:before
{
	content: "\f588";
}
.fa-grin-tongue:before
{
	content: "\f589";
}
.fa-grin-tongue-squint:before
{
	content: "\f58a";
}
.fa-grin-tongue-wink:before
{
	content: "\f58b";
}
.fa-grin-wink:before
{
	content: "\f58c";
}
.fa-grip-horizontal:before
{
	content: "\f58d";
}
.fa-grip-vertical:before
{
	content: "\f58e";
}
.fa-gripfire:before
{
	content: "\f3ac";
}
.fa-grunt:before
{
	content: "\f3ad";
}
.fa-gulp:before
{
	content: "\f3ae";
}
.fa-h-square:before
{
	content: "\f0fd";
}
.fa-h1:before
{
	content: "\f313";
}
.fa-h2:before
{
	content: "\f314";
}
.fa-h3:before
{
	content: "\f315";
}
.fa-hacker-news:before
{
	content: "\f1d4";
}
.fa-hacker-news-square:before
{
	content: "\f3af";
}
.fa-hand-heart:before
{
	content: "\f4bc";
}
.fa-hand-holding:before
{
	content: "\f4bd";
}
.fa-hand-holding-box:before
{
	content: "\f47b";
}
.fa-hand-holding-heart:before
{
	content: "\f4be";
}
.fa-hand-holding-seedling:before
{
	content: "\f4bf";
}
.fa-hand-holding-usd:before
{
	content: "\f4c0";
}
.fa-hand-holding-water:before
{
	content: "\f4c1";
}
.fa-hand-lizard:before
{
	content: "\f258";
}
.fa-hand-paper:before
{
	content: "\f256";
}
.fa-hand-peace:before
{
	content: "\f25b";
}
.fa-hand-point-down:before
{
	content: "\f0a7";
}
.fa-hand-point-left:before
{
	content: "\f0a5";
}
.fa-hand-point-right:before
{
	content: "\f0a4";
}
.fa-hand-point-up:before
{
	content: "\f0a6";
}
.fa-hand-pointer:before
{
	content: "\f25a";
}
.fa-hand-receiving:before
{
	content: "\f47c";
}
.fa-hand-rock:before
{
	content: "\f255";
}
.fa-hand-scissors:before
{
	content: "\f257";
}
.fa-hand-spock:before
{
	content: "\f259";
}
.fa-hands:before
{
	content: "\f4c2";
}
.fa-hands-heart:before
{
	content: "\f4c3";
}
.fa-hands-helping:before
{
	content: "\f4c4";
}
.fa-hands-usd:before
{
	content: "\f4c5";
}
.fa-handshake:before
{
	content: "\f2b5";
}
.fa-handshake-alt:before
{
	content: "\f4c6";
}
.fa-hashtag:before
{
	content: "\f292";
}
.fa-hdd:before
{
	content: "\f0a0";
}
.fa-heading:before
{
	content: "\f1dc";
}
.fa-headphones:before
{
	content: "\f025";
}
.fa-headphones-alt:before
{
	content: "\f58f";
}
.fa-headset:before
{
	content: "\f590";
}
.fa-heart:before
{
	content: "\f004";
}
.fa-heart-circle:before
{
	content: "\f4c7";
}
.fa-heart-square:before
{
	content: "\f4c8";
}
.fa-heartbeat:before
{
	content: "\f21e";
}
.fa-helicopter:before
{
	content: "\f533";
}
.fa-hexagon:before
{
	content: "\f312";
}
.fa-highlighter:before
{
	content: "\f591";
}
.fa-hips:before
{
	content: "\f452";
}
.fa-hire-a-helper:before
{
	content: "\f3b0";
}
.fa-history:before
{
	content: "\f1da";
}
.fa-hockey-puck:before
{
	content: "\f453";
}
.fa-hockey-sticks:before
{
	content: "\f454";
}
.fa-home:before
{
	content: "\f015";
}
.fa-home-heart:before
{
	content: "\f4c9";
}
.fa-hooli:before
{
	content: "\f427";
}
.fa-hornbill:before
{
	content: "\f592";
}
.fa-hospital:before
{
	content: "\f0f8";
}
.fa-hospital-alt:before
{
	content: "\f47d";
}
.fa-hospital-symbol:before
{
	content: "\f47e";
}
.fa-hot-tub:before
{
	content: "\f593";
}
.fa-hotel:before
{
	content: "\f594";
}
.fa-hotjar:before
{
	content: "\f3b1";
}
.fa-hourglass:before
{
	content: "\f254";
}
.fa-hourglass-end:before
{
	content: "\f253";
}
.fa-hourglass-half:before
{
	content: "\f252";
}
.fa-hourglass-start:before
{
	content: "\f251";
}
.fa-houzz:before
{
	content: "\f27c";
}
.fa-html5:before
{
	content: "\f13b";
}
.fa-hubspot:before
{
	content: "\f3b2";
}
.fa-i-cursor:before
{
	content: "\f246";
}
.fa-id-badge:before
{
	content: "\f2c1";
}
.fa-id-card:before
{
	content: "\f2c2";
}
.fa-id-card-alt:before
{
	content: "\f47f";
}
.fa-image:before
{
	content: "\f03e";
}
.fa-images:before
{
	content: "\f302";
}
.fa-imdb:before
{
	content: "\f2d8";
}
.fa-inbox:before
{
	content: "\f01c";
}
.fa-inbox-in:before
{
	content: "\f310";
}
.fa-inbox-out:before
{
	content: "\f311";
}
.fa-indent:before
{
	content: "\f03c";
}
.fa-industry:before
{
	content: "\f275";
}
.fa-industry-alt:before
{
	content: "\f3b3";
}
.fa-infinity:before
{
	content: "\f534";
}
.fa-info:before
{
	content: "\f129";
}
.fa-info-circle:before
{
	content: "\f05a";
}
.fa-info-square:before
{
	content: "\f30f";
}
.fa-instagram:before
{
	content: "\f16d";
}
.fa-internet-explorer:before
{
	content: "\f26b";
}
.fa-inventory:before
{
	content: "\f480";
}
.fa-ioxhost:before
{
	content: "\f208";
}
.fa-italic:before
{
	content: "\f033";
}
.fa-itunes:before
{
	content: "\f3b4";
}
.fa-itunes-note:before
{
	content: "\f3b5";
}
.fa-jack-o-lantern:before
{
	content: "\f30e";
}
.fa-java:before
{
	content: "\f4e4";
}
.fa-jedi-order:before
{
	content: "\f50e";
}
.fa-jenkins:before
{
	content: "\f3b6";
}
.fa-joget:before
{
	content: "\f3b7";
}
.fa-joint:before
{
	content: "\f595";
}
.fa-joomla:before
{
	content: "\f1aa";
}
.fa-js:before
{
	content: "\f3b8";
}
.fa-js-square:before
{
	content: "\f3b9";
}
.fa-jsfiddle:before
{
	content: "\f1cc";
}
.fa-key:before
{
	content: "\f084";
}
.fa-keybase:before
{
	content: "\f4f5";
}
.fa-keyboard:before
{
	content: "\f11c";
}
.fa-keycdn:before
{
	content: "\f3ba";
}
.fa-kickstarter:before
{
	content: "\f3bb";
}
.fa-kickstarter-k:before
{
	content: "\f3bc";
}
.fa-kiss:before
{
	content: "\f596";
}
.fa-kiss-beam:before
{
	content: "\f597";
}
.fa-kiss-wink-heart:before
{
	content: "\f598";
}
.fa-kiwi-bird:before
{
	content: "\f535";
}
.fa-korvue:before
{
	content: "\f42f";
}
.fa-lamp:before
{
	content: "\f4ca";
}
.fa-language:before
{
	content: "\f1ab";
}
.fa-laptop:before
{
	content: "\f109";
}
.fa-laravel:before
{
	content: "\f3bd";
}
.fa-lastfm:before
{
	content: "\f202";
}
.fa-lastfm-square:before
{
	content: "\f203";
}
.fa-laugh:before
{
	content: "\f599";
}
.fa-laugh-beam:before
{
	content: "\f59a";
}
.fa-laugh-squint:before
{
	content: "\f59b";
}
.fa-laugh-wink:before
{
	content: "\f59c";
}
.fa-leaf:before
{
	content: "\f06c";
}
.fa-leaf-heart:before
{
	content: "\f4cb";
}
.fa-leanpub:before
{
	content: "\f212";
}
.fa-lemon:before
{
	content: "\f094";
}
.fa-less:before
{
	content: "\f41d";
}
.fa-less-than:before
{
	content: "\f536";
}
.fa-less-than-equal:before
{
	content: "\f537";
}
.fa-level-down:before
{
	content: "\f149";
}
.fa-level-down-alt:before
{
	content: "\f3be";
}
.fa-level-up:before
{
	content: "\f148";
}
.fa-level-up-alt:before
{
	content: "\f3bf";
}
.fa-life-ring:before
{
	content: "\f1cd";
}
.fa-lightbulb:before
{
	content: "\f0eb";
}
.fa-line:before
{
	content: "\f3c0";
}
.fa-link:before
{
	content: "\f0c1";
}
.fa-linkedin:before
{
	content: "\f08c";
}
.fa-linkedin-in:before
{
	content: "\f0e1";
}
.fa-linode:before
{
	content: "\f2b8";
}
.fa-linux:before
{
	content: "\f17c";
}
.fa-lira-sign:before
{
	content: "\f195";
}
.fa-list:before
{
	content: "\f03a";
}
.fa-list-alt:before
{
	content: "\f022";
}
.fa-list-ol:before
{
	content: "\f0cb";
}
.fa-list-ul:before
{
	content: "\f0ca";
}
.fa-location-arrow:before
{
	content: "\f124";
}
.fa-lock:before
{
	content: "\f023";
}
.fa-lock-alt:before
{
	content: "\f30d";
}
.fa-lock-open:before
{
	content: "\f3c1";
}
.fa-lock-open-alt:before
{
	content: "\f3c2";
}
.fa-long-arrow-alt-down:before
{
	content: "\f309";
}
.fa-long-arrow-alt-left:before
{
	content: "\f30a";
}
.fa-long-arrow-alt-right:before
{
	content: "\f30b";
}
.fa-long-arrow-alt-up:before
{
	content: "\f30c";
}
.fa-long-arrow-down:before
{
	content: "\f175";
}
.fa-long-arrow-left:before
{
	content: "\f177";
}
.fa-long-arrow-right:before
{
	content: "\f178";
}
.fa-long-arrow-up:before
{
	content: "\f176";
}
.fa-loveseat:before
{
	content: "\f4cc";
}
.fa-low-vision:before
{
	content: "\f2a8";
}
.fa-luchador:before
{
	content: "\f455";
}
.fa-luggage-cart:before
{
	content: "\f59d";
}
.fa-lyft:before
{
	content: "\f3c3";
}
.fa-magento:before
{
	content: "\f3c4";
}
.fa-magic:before
{
	content: "\f0d0";
}
.fa-magnet:before
{
	content: "\f076";
}
.fa-mailchimp:before
{
	content: "\f59e";
}
.fa-male:before
{
	content: "\f183";
}
.fa-mandalorian:before
{
	content: "\f50f";
}
.fa-map:before
{
	content: "\f279";
}
.fa-map-marked:before
{
	content: "\f59f";
}
.fa-map-marked-alt:before
{
	content: "\f5a0";
}
.fa-map-marker:before
{
	content: "\f041";
}
.fa-map-marker-alt:before
{
	content: "\f3c5";
}
.fa-map-pin:before
{
	content: "\f276";
}
.fa-map-signs:before
{
	content: "\f277";
}
.fa-marker:before
{
	content: "\f5a1";
}
.fa-mars:before
{
	content: "\f222";
}
.fa-mars-double:before
{
	content: "\f227";
}
.fa-mars-stroke:before
{
	content: "\f229";
}
.fa-mars-stroke-h:before
{
	content: "\f22b";
}
.fa-mars-stroke-v:before
{
	content: "\f22a";
}
.fa-mastodon:before
{
	content: "\f4f6";
}
.fa-maxcdn:before
{
	content: "\f136";
}
.fa-medal:before
{
	content: "\f5a2";
}
.fa-medapps:before
{
	content: "\f3c6";
}
.fa-medium:before
{
	content: "\f23a";
}
.fa-medium-m:before
{
	content: "\f3c7";
}
.fa-medkit:before
{
	content: "\f0fa";
}
.fa-medrt:before
{
	content: "\f3c8";
}
.fa-meetup:before
{
	content: "\f2e0";
}
.fa-megaport:before
{
	content: "\f5a3";
}
.fa-meh:before
{
	content: "\f11a";
}
.fa-meh-blank:before
{
	content: "\f5a4";
}
.fa-meh-rolling-eyes:before
{
	content: "\f5a5";
}
.fa-memory:before
{
	content: "\f538";
}
.fa-mercury:before
{
	content: "\f223";
}
.fa-microchip:before
{
	content: "\f2db";
}
.fa-microphone:before
{
	content: "\f130";
}
.fa-microphone-alt:before
{
	content: "\f3c9";
}
.fa-microphone-alt-slash:before
{
	content: "\f539";
}
.fa-microphone-slash:before
{
	content: "\f131";
}
.fa-microsoft:before
{
	content: "\f3ca";
}
.fa-minus:before
{
	content: "\f068";
}
.fa-minus-circle:before
{
	content: "\f056";
}
.fa-minus-hexagon:before
{
	content: "\f307";
}
.fa-minus-octagon:before
{
	content: "\f308";
}
.fa-minus-square:before
{
	content: "\f146";
}
.fa-mix:before
{
	content: "\f3cb";
}
.fa-mixcloud:before
{
	content: "\f289";
}
.fa-mizuni:before
{
	content: "\f3cc";
}
.fa-mobile:before
{
	content: "\f10b";
}
.fa-mobile-alt:before
{
	content: "\f3cd";
}
.fa-mobile-android:before
{
	content: "\f3ce";
}
.fa-mobile-android-alt:before
{
	content: "\f3cf";
}
.fa-modx:before
{
	content: "\f285";
}
.fa-monero:before
{
	content: "\f3d0";
}
.fa-money-bill:before
{
	content: "\f0d6";
}
.fa-money-bill-alt:before
{
	content: "\f3d1";
}
.fa-money-bill-wave:before
{
	content: "\f53a";
}
.fa-money-bill-wave-alt:before
{
	content: "\f53b";
}
.fa-money-check:before
{
	content: "\f53c";
}
.fa-money-check-alt:before
{
	content: "\f53d";
}
.fa-monument:before
{
	content: "\f5a6";
}
.fa-moon:before
{
	content: "\f186";
}
.fa-mortar-pestle:before
{
	content: "\f5a7";
}
.fa-motorcycle:before
{
	content: "\f21c";
}
.fa-mouse-pointer:before
{
	content: "\f245";
}
.fa-music:before
{
	content: "\f001";
}
.fa-napster:before
{
	content: "\f3d2";
}
.fa-neuter:before
{
	content: "\f22c";
}
.fa-newspaper:before
{
	content: "\f1ea";
}
.fa-nimblr:before
{
	content: "\f5a8";
}
.fa-nintendo-switch:before
{
	content: "\f418";
}
.fa-node:before
{
	content: "\f419";
}
.fa-node-js:before
{
	content: "\f3d3";
}
.fa-not-equal:before
{
	content: "\f53e";
}
.fa-notes-medical:before
{
	content: "\f481";
}
.fa-npm:before
{
	content: "\f3d4";
}
.fa-ns8:before
{
	content: "\f3d5";
}
.fa-nutritionix:before
{
	content: "\f3d6";
}
.fa-object-group:before
{
	content: "\f247";
}
.fa-object-ungroup:before
{
	content: "\f248";
}
.fa-octagon:before
{
	content: "\f306";
}
.fa-odnoklassniki:before
{
	content: "\f263";
}
.fa-odnoklassniki-square:before
{
	content: "\f264";
}
.fa-old-republic:before
{
	content: "\f510";
}
.fa-opencart:before
{
	content: "\f23d";
}
.fa-openid:before
{
	content: "\f19b";
}
.fa-opera:before
{
	content: "\f26a";
}
.fa-optin-monster:before
{
	content: "\f23c";
}
.fa-osi:before
{
	content: "\f41a";
}
.fa-outdent:before
{
	content: "\f03b";
}
.fa-page4:before
{
	content: "\f3d7";
}
.fa-pagelines:before
{
	content: "\f18c";
}
.fa-paint-brush:before
{
	content: "\f1fc";
}
.fa-paint-brush-alt:before
{
	content: "\f5a9";
}
.fa-paint-roller:before
{
	content: "\f5aa";
}
.fa-palette:before
{
	content: "\f53f";
}
.fa-palfed:before
{
	content: "\f3d8";
}
.fa-pallet:before
{
	content: "\f482";
}
.fa-pallet-alt:before
{
	content: "\f483";
}
.fa-paper-plane:before
{
	content: "\f1d8";
}
.fa-paperclip:before
{
	content: "\f0c6";
}
.fa-parachute-box:before
{
	content: "\f4cd";
}
.fa-paragraph:before
{
	content: "\f1dd";
}
.fa-parking:before
{
	content: "\f540";
}
.fa-passport:before
{
	content: "\f5ab";
}
.fa-paste:before
{
	content: "\f0ea";
}
.fa-patreon:before
{
	content: "\f3d9";
}
.fa-pause:before
{
	content: "\f04c";
}
.fa-pause-circle:before
{
	content: "\f28b";
}
.fa-paw:before
{
	content: "\f1b0";
}
.fa-paypal:before
{
	content: "\f1ed";
}
.fa-pen:before
{
	content: "\f304";
}
.fa-pen-alt:before
{
	content: "\f305";
}
.fa-pen-fancy:before
{
	content: "\f5ac";
}
.fa-pen-nib:before
{
	content: "\f5ad";
}
.fa-pen-square:before
{
	content: "\f14b";
}
.fa-pencil:before
{
	content: "\f040";
}
.fa-pencil-alt:before
{
	content: "\f303";
}
.fa-pencil-ruler:before
{
	content: "\f5ae";
}
.fa-pennant:before
{
	content: "\f456";
}
.fa-people-carry:before
{
	content: "\f4ce";
}
.fa-percent:before
{
	content: "\f295";
}
.fa-percentage:before
{
	content: "\f541";
}
.fa-periscope:before
{
	content: "\f3da";
}
.fa-person-carry:before
{
	content: "\f4cf";
}
.fa-person-dolly:before
{
	content: "\f4d0";
}
.fa-person-dolly-empty:before
{
	content: "\f4d1";
}
.fa-phabricator:before
{
	content: "\f3db";
}
.fa-phoenix-framework:before
{
	content: "\f3dc";
}
.fa-phoenix-squadron:before
{
	content: "\f511";
}
.fa-phone:before
{
	content: "\f095";
}
.fa-phone-plus:before
{
	content: "\f4d2";
}
.fa-phone-slash:before
{
	content: "\f3dd";
}
.fa-phone-square:before
{
	content: "\f098";
}
.fa-phone-volume:before
{
	content: "\f2a0";
}
.fa-php:before
{
	content: "\f457";
}
.fa-pied-piper:before
{
	content: "\f2ae";
}
.fa-pied-piper-alt:before
{
	content: "\f1a8";
}
.fa-pied-piper-hat:before
{
	content: "\f4e5";
}
.fa-pied-piper-pp:before
{
	content: "\f1a7";
}
.fa-piggy-bank:before
{
	content: "\f4d3";
}
.fa-pills:before
{
	content: "\f484";
}
.fa-pinterest:before
{
	content: "\f0d2";
}
.fa-pinterest-p:before
{
	content: "\f231";
}
.fa-pinterest-square:before
{
	content: "\f0d3";
}
.fa-plane:before
{
	content: "\f072";
}
.fa-plane-alt:before
{
	content: "\f3de";
}
.fa-plane-arrival:before
{
	content: "\f5af";
}
.fa-plane-departure:before
{
	content: "\f5b0";
}
.fa-play:before
{
	content: "\f04b";
}
.fa-play-circle:before
{
	content: "\f144";
}
.fa-playstation:before
{
	content: "\f3df";
}
.fa-plug:before
{
	content: "\f1e6";
}
.fa-plus:before
{
	content: "\f067";
}
.fa-plus-circle:before
{
	content: "\f055";
}
.fa-plus-hexagon:before
{
	content: "\f300";
}
.fa-plus-octagon:before
{
	content: "\f301";
}
.fa-plus-square:before
{
	content: "\f0fe";
}
.fa-podcast:before
{
	content: "\f2ce";
}
.fa-poo:before
{
	content: "\f2fe";
}
.fa-portrait:before
{
	content: "\f3e0";
}
.fa-pound-sign:before
{
	content: "\f154";
}
.fa-power-off:before
{
	content: "\f011";
}
.fa-prescription:before
{
	content: "\f5b1";
}
.fa-prescription-bottle:before
{
	content: "\f485";
}
.fa-prescription-bottle-alt:before
{
	content: "\f486";
}
.fa-print:before
{
	content: "\f02f";
}
.fa-procedures:before
{
	content: "\f487";
}
.fa-product-hunt:before
{
	content: "\f288";
}
.fa-project-diagram:before
{
	content: "\f542";
}
.fa-pushed:before
{
	content: "\f3e1";
}
.fa-puzzle-piece:before
{
	content: "\f12e";
}
.fa-python:before
{
	content: "\f3e2";
}
.fa-qq:before
{
	content: "\f1d6";
}
.fa-qrcode:before
{
	content: "\f029";
}
.fa-question:before
{
	content: "\f128";
}
.fa-question-circle:before
{
	content: "\f059";
}
.fa-question-square:before
{
	content: "\f2fd";
}
.fa-quidditch:before
{
	content: "\f458";
}
.fa-quinscape:before
{
	content: "\f459";
}
.fa-quora:before
{
	content: "\f2c4";
}
.fa-quote-left:before
{
	content: "\f10d";
}
.fa-quote-right:before
{
	content: "\f10e";
}
.fa-r-project:before
{
	content: "\f4f7";
}
.fa-racquet:before
{
	content: "\f45a";
}
.fa-ramp-loading:before
{
	content: "\f4d4";
}
.fa-random:before
{
	content: "\f074";
}
.fa-ravelry:before
{
	content: "\f2d9";
}
.fa-react:before
{
	content: "\f41b";
}
.fa-readme:before
{
	content: "\f4d5";
}
.fa-rebel:before
{
	content: "\f1d0";
}
.fa-receipt:before
{
	content: "\f543";
}
.fa-rectangle-landscape:before
{
	content: "\f2fa";
}
.fa-rectangle-portrait:before
{
	content: "\f2fb";
}
.fa-rectangle-wide:before
{
	content: "\f2fc";
}
.fa-recycle:before
{
	content: "\f1b8";
}
.fa-red-river:before
{
	content: "\f3e3";
}
.fa-reddit:before
{
	content: "\f1a1";
}
.fa-reddit-alien:before
{
	content: "\f281";
}
.fa-reddit-square:before
{
	content: "\f1a2";
}
.fa-redo:before
{
	content: "\f01e";
}
.fa-redo-alt:before
{
	content: "\f2f9";
}
.fa-registered:before
{
	content: "\f25d";
}
.fa-rendact:before
{
	content: "\f3e4";
}
.fa-renren:before
{
	content: "\f18b";
}
.fa-repeat:before
{
	content: "\f363";
}
.fa-repeat-1:before
{
	content: "\f365";
}
.fa-repeat-1-alt:before
{
	content: "\f366";
}
.fa-repeat-alt:before
{
	content: "\f364";
}
.fa-reply:before
{
	content: "\f3e5";
}
.fa-reply-all:before
{
	content: "\f122";
}
.fa-replyd:before
{
	content: "\f3e6";
}
.fa-researchgate:before
{
	content: "\f4f8";
}
.fa-resolving:before
{
	content: "\f3e7";
}
.fa-retweet:before
{
	content: "\f079";
}
.fa-retweet-alt:before
{
	content: "\f361";
}
.fa-rev:before
{
	content: "\f5b2";
}
.fa-ribbon:before
{
	content: "\f4d6";
}
.fa-road:before
{
	content: "\f018";
}
.fa-robot:before
{
	content: "\f544";
}
.fa-rocket:before
{
	content: "\f135";
}
.fa-rocketchat:before
{
	content: "\f3e8";
}
.fa-rockrms:before
{
	content: "\f3e9";
}
.fa-route:before
{
	content: "\f4d7";
}
.fa-rss:before
{
	content: "\f09e";
}
.fa-rss-square:before
{
	content: "\f143";
}
.fa-ruble-sign:before
{
	content: "\f158";
}
.fa-ruler:before
{
	content: "\f545";
}
.fa-ruler-combined:before
{
	content: "\f546";
}
.fa-ruler-horizontal:before
{
	content: "\f547";
}
.fa-ruler-vertical:before
{
	content: "\f548";
}
.fa-rupee-sign:before
{
	content: "\f156";
}
.fa-sad-cry:before
{
	content: "\f5b3";
}
.fa-sad-tear:before
{
	content: "\f5b4";
}
.fa-safari:before
{
	content: "\f267";
}
.fa-sass:before
{
	content: "\f41e";
}
.fa-save:before
{
	content: "\f0c7";
}
.fa-scanner:before
{
	content: "\f488";
}
.fa-scanner-keyboard:before
{
	content: "\f489";
}
.fa-scanner-touchscreen:before
{
	content: "\f48a";
}
.fa-schlix:before
{
	content: "\f3ea";
}
.fa-school:before
{
	content: "\f549";
}
.fa-screwdriver:before
{
	content: "\f54a";
}
.fa-scribd:before
{
	content: "\f28a";
}
.fa-scrubber:before
{
	content: "\f2f8";
}
.fa-search:before
{
	content: "\f002";
}
.fa-search-minus:before
{
	content: "\f010";
}
.fa-search-plus:before
{
	content: "\f00e";
}
.fa-searchengin:before
{
	content: "\f3eb";
}
.fa-seedling:before
{
	content: "\f4d8";
}
.fa-sellcast:before
{
	content: "\f2da";
}
.fa-sellsy:before
{
	content: "\f213";
}
.fa-server:before
{
	content: "\f233";
}
.fa-servicestack:before
{
	content: "\f3ec";
}
.fa-share:before
{
	content: "\f064";
}
.fa-share-all:before
{
	content: "\f367";
}
.fa-share-alt:before
{
	content: "\f1e0";
}
.fa-share-alt-square:before
{
	content: "\f1e1";
}
.fa-share-square:before
{
	content: "\f14d";
}
.fa-shekel-sign:before
{
	content: "\f20b";
}
.fa-shield:before
{
	content: "\f132";
}
.fa-shield-alt:before
{
	content: "\f3ed";
}
.fa-shield-check:before
{
	content: "\f2f7";
}
.fa-ship:before
{
	content: "\f21a";
}
.fa-shipping-fast:before
{
	content: "\f48b";
}
.fa-shipping-timed:before
{
	content: "\f48c";
}
.fa-shirtsinbulk:before
{
	content: "\f214";
}
.fa-shoe-prints:before
{
	content: "\f54b";
}
.fa-shopping-bag:before
{
	content: "\f290";
}
.fa-shopping-basket:before
{
	content: "\f291";
}
.fa-shopping-cart:before
{
	content: "\f07a";
}
.fa-shopware:before
{
	content: "\f5b5";
}
.fa-shower:before
{
	content: "\f2cc";
}
.fa-shuttle-van:before
{
	content: "\f5b6";
}
.fa-shuttlecock:before
{
	content: "\f45b";
}
.fa-sign:before
{
	content: "\f4d9";
}
.fa-sign-in:before
{
	content: "\f090";
}
.fa-sign-in-alt:before
{
	content: "\f2f6";
}
.fa-sign-language:before
{
	content: "\f2a7";
}
.fa-sign-out:before
{
	content: "\f08b";
}
.fa-sign-out-alt:before
{
	content: "\f2f5";
}
.fa-signal:before
{
	content: "\f012";
}
.fa-signature:before
{
	content: "\f5b7";
}
.fa-simplybuilt:before
{
	content: "\f215";
}
.fa-sistrix:before
{
	content: "\f3ee";
}
.fa-sitemap:before
{
	content: "\f0e8";
}
.fa-sith:before
{
	content: "\f512";
}
.fa-skull:before
{
	content: "\f54c";
}
.fa-skyatlas:before
{
	content: "\f216";
}
.fa-skype:before
{
	content: "\f17e";
}
.fa-slack:before
{
	content: "\f198";
}
.fa-slack-hash:before
{
	content: "\f3ef";
}
.fa-sliders-h:before
{
	content: "\f1de";
}
.fa-sliders-h-square:before
{
	content: "\f3f0";
}
.fa-sliders-v:before
{
	content: "\f3f1";
}
.fa-sliders-v-square:before
{
	content: "\f3f2";
}
.fa-slideshare:before
{
	content: "\f1e7";
}
.fa-smile:before
{
	content: "\f118";
}
.fa-smile-beam:before
{
	content: "\f5b8";
}
.fa-smile-plus:before
{
	content: "\f5b9";
}
.fa-smile-wink:before
{
	content: "\f4da";
}
.fa-smoking:before
{
	content: "\f48d";
}
.fa-smoking-ban:before
{
	content: "\f54d";
}
.fa-snapchat:before
{
	content: "\f2ab";
}
.fa-snapchat-ghost:before
{
	content: "\f2ac";
}
.fa-snapchat-square:before
{
	content: "\f2ad";
}
.fa-snowflake:before
{
	content: "\f2dc";
}
.fa-solar-panel:before
{
	content: "\f5ba";
}
.fa-sort:before
{
	content: "\f0dc";
}
.fa-sort-alpha-down:before
{
	content: "\f15d";
}
.fa-sort-alpha-up:before
{
	content: "\f15e";
}
.fa-sort-amount-down:before
{
	content: "\f160";
}
.fa-sort-amount-up:before
{
	content: "\f161";
}
.fa-sort-down:before
{
	content: "\f0dd";
}
.fa-sort-numeric-down:before
{
	content: "\f162";
}
.fa-sort-numeric-up:before
{
	content: "\f163";
}
.fa-sort-up:before
{
	content: "\f0de";
}
.fa-soundcloud:before
{
	content: "\f1be";
}
.fa-spa:before
{
	content: "\f5bb";
}
.fa-space-shuttle:before
{
	content: "\f197";
}
.fa-spade:before
{
	content: "\f2f4";
}
.fa-speakap:before
{
	content: "\f3f3";
}
.fa-spinner:before
{
	content: "\f110";
}
.fa-spinner-third:before
{
	content: "\f3f4";
}
.fa-splotch:before
{
	content: "\f5bc";
}
.fa-spotify:before
{
	content: "\f1bc";
}
.fa-spray-can:before
{
	content: "\f5bd";
}
.fa-square:before
{
	content: "\f0c8";
}
.fa-square-full:before
{
	content: "\f45c";
}
.fa-squarespace:before
{
	content: "\f5be";
}
.fa-stack-exchange:before
{
	content: "\f18d";
}
.fa-stack-overflow:before
{
	content: "\f16c";
}
.fa-stamp:before
{
	content: "\f5bf";
}
.fa-star:before
{
	content: "\f005";
}
.fa-star-exclamation:before
{
	content: "\f2f3";
}
.fa-star-half:before
{
	content: "\f089";
}
.fa-star-half-alt:before
{
	content: "\f5c0";
}
.fa-staylinked:before
{
	content: "\f3f5";
}
.fa-steam:before
{
	content: "\f1b6";
}
.fa-steam-square:before
{
	content: "\f1b7";
}
.fa-steam-symbol:before
{
	content: "\f3f6";
}
.fa-step-backward:before
{
	content: "\f048";
}
.fa-step-forward:before
{
	content: "\f051";
}
.fa-stethoscope:before
{
	content: "\f0f1";
}
.fa-sticker-mule:before
{
	content: "\f3f7";
}
.fa-sticky-note:before
{
	content: "\f249";
}
.fa-stop:before
{
	content: "\f04d";
}
.fa-stop-circle:before
{
	content: "\f28d";
}
.fa-stopwatch:before
{
	content: "\f2f2";
}
.fa-store:before
{
	content: "\f54e";
}
.fa-store-alt:before
{
	content: "\f54f";
}
.fa-strava:before
{
	content: "\f428";
}
.fa-stream:before
{
	content: "\f550";
}
.fa-street-view:before
{
	content: "\f21d";
}
.fa-strikethrough:before
{
	content: "\f0cc";
}
.fa-stripe:before
{
	content: "\f429";
}
.fa-stripe-s:before
{
	content: "\f42a";
}
.fa-stroopwafel:before
{
	content: "\f551";
}
.fa-studiovinari:before
{
	content: "\f3f8";
}
.fa-stumbleupon:before
{
	content: "\f1a4";
}
.fa-stumbleupon-circle:before
{
	content: "\f1a3";
}
.fa-subscript:before
{
	content: "\f12c";
}
.fa-subway:before
{
	content: "\f239";
}
.fa-suitcase:before
{
	content: "\f0f2";
}
.fa-suitcase-rolling:before
{
	content: "\f5c1";
}
.fa-sun:before
{
	content: "\f185";
}
.fa-superpowers:before
{
	content: "\f2dd";
}
.fa-superscript:before
{
	content: "\f12b";
}
.fa-supple:before
{
	content: "\f3f9";
}
.fa-surprise:before
{
	content: "\f5c2";
}
.fa-swatchbook:before
{
	content: "\f5c3";
}
.fa-swimmer:before
{
	content: "\f5c4";
}
.fa-swimming-pool:before
{
	content: "\f5c5";
}
.fa-sync:before
{
	content: "\f021";
}
.fa-sync-alt:before
{
	content: "\f2f1";
}
.fa-syringe:before
{
	content: "\f48e";
}
.fa-table:before
{
	content: "\f0ce";
}
.fa-table-tennis:before
{
	content: "\f45d";
}
.fa-tablet:before
{
	content: "\f10a";
}
.fa-tablet-alt:before
{
	content: "\f3fa";
}
.fa-tablet-android:before
{
	content: "\f3fb";
}
.fa-tablet-android-alt:before
{
	content: "\f3fc";
}
.fa-tablet-rugged:before
{
	content: "\f48f";
}
.fa-tablets:before
{
	content: "\f490";
}
.fa-tachometer:before
{
	content: "\f0e4";
}
.fa-tachometer-alt:before
{
	content: "\f3fd";
}
.fa-tag:before
{
	content: "\f02b";
}
.fa-tags:before
{
	content: "\f02c";
}
.fa-tape:before
{
	content: "\f4db";
}
.fa-tasks:before
{
	content: "\f0ae";
}
.fa-taxi:before
{
	content: "\f1ba";
}
.fa-teamspeak:before
{
	content: "\f4f9";
}
.fa-telegram:before
{
	content: "\f2c6";
}
.fa-telegram-plane:before
{
	content: "\f3fe";
}
.fa-tencent-weibo:before
{
	content: "\f1d5";
}
.fa-tennis-ball:before
{
	content: "\f45e";
}
.fa-terminal:before
{
	content: "\f120";
}
.fa-text-height:before
{
	content: "\f034";
}
.fa-text-width:before
{
	content: "\f035";
}
.fa-th:before
{
	content: "\f00a";
}
.fa-th-large:before
{
	content: "\f009";
}
.fa-th-list:before
{
	content: "\f00b";
}
.fa-themeco:before
{
	content: "\f5c6";
}
.fa-themeisle:before
{
	content: "\f2b2";
}
.fa-thermometer:before
{
	content: "\f491";
}
.fa-thermometer-empty:before
{
	content: "\f2cb";
}
.fa-thermometer-full:before
{
	content: "\f2c7";
}
.fa-thermometer-half:before
{
	content: "\f2c9";
}
.fa-thermometer-quarter:before
{
	content: "\f2ca";
}
.fa-thermometer-three-quarters:before
{
	content: "\f2c8";
}
.fa-thumbs-down:before
{
	content: "\f165";
}
.fa-thumbs-up:before
{
	content: "\f164";
}
.fa-thumbtack:before
{
	content: "\f08d";
}
.fa-ticket:before
{
	content: "\f145";
}
.fa-ticket-alt:before
{
	content: "\f3ff";
}
.fa-times:before
{
	content: "\f00d";
}
.fa-times-circle:before
{
	content: "\f057";
}
.fa-times-hexagon:before
{
	content: "\f2ee";
}
.fa-times-octagon:before
{
	content: "\f2f0";
}
.fa-times-square:before
{
	content: "\f2d3";
}
.fa-tint:before
{
	content: "\f043";
}
.fa-tint-slash:before
{
	content: "\f5c7";
}
.fa-tired:before
{
	content: "\f5c8";
}
.fa-toggle-off:before
{
	content: "\f204";
}
.fa-toggle-on:before
{
	content: "\f205";
}
.fa-toolbox:before
{
	content: "\f552";
}
.fa-tooth:before
{
	content: "\f5c9";
}
.fa-trade-federation:before
{
	content: "\f513";
}
.fa-trademark:before
{
	content: "\f25c";
}
.fa-train:before
{
	content: "\f238";
}
.fa-transgender:before
{
	content: "\f224";
}
.fa-transgender-alt:before
{
	content: "\f225";
}
.fa-trash:before
{
	content: "\f1f8";
}
.fa-trash-alt:before
{
	content: "\f2ed";
}
.fa-tree:before
{
	content: "\f1bb";
}
.fa-tree-alt:before
{
	content: "\f400";
}
.fa-trello:before
{
	content: "\f181";
}
.fa-triangle:before
{
	content: "\f2ec";
}
.fa-tripadvisor:before
{
	content: "\f262";
}
.fa-trophy:before
{
	content: "\f091";
}
.fa-trophy-alt:before
{
	content: "\f2eb";
}
.fa-truck:before
{
	content: "\f0d1";
}
.fa-truck-container:before
{
	content: "\f4dc";
}
.fa-truck-couch:before
{
	content: "\f4dd";
}
.fa-truck-loading:before
{
	content: "\f4de";
}
.fa-truck-moving:before
{
	content: "\f4df";
}
.fa-truck-ramp:before
{
	content: "\f4e0";
}
.fa-tshirt:before
{
	content: "\f553";
}
.fa-tty:before
{
	content: "\f1e4";
}
.fa-tumblr:before
{
	content: "\f173";
}
.fa-tumblr-square:before
{
	content: "\f174";
}
.fa-tv:before
{
	content: "\f26c";
}
.fa-tv-retro:before
{
	content: "\f401";
}
.fa-twitch:before
{
	content: "\f1e8";
}
.fa-twitter:before
{
	content: "\f099";
}
.fa-twitter-square:before
{
	content: "\f081";
}
.fa-typo3:before
{
	content: "\f42b";
}
.fa-uber:before
{
	content: "\f402";
}
.fa-uikit:before
{
	content: "\f403";
}
.fa-umbrella:before
{
	content: "\f0e9";
}
.fa-umbrella-beach:before
{
	content: "\f5ca";
}
.fa-underline:before
{
	content: "\f0cd";
}
.fa-undo:before
{
	content: "\f0e2";
}
.fa-undo-alt:before
{
	content: "\f2ea";
}
.fa-uniregistry:before
{
	content: "\f404";
}
.fa-universal-access:before
{
	content: "\f29a";
}
.fa-university:before
{
	content: "\f19c";
}
.fa-unlink:before
{
	content: "\f127";
}
.fa-unlock:before
{
	content: "\f09c";
}
.fa-unlock-alt:before
{
	content: "\f13e";
}
.fa-untappd:before
{
	content: "\f405";
}
.fa-upload:before
{
	content: "\f093";
}
.fa-usb:before
{
	content: "\f287";
}
.fa-usd-circle:before
{
	content: "\f2e8";
}
.fa-usd-square:before
{
	content: "\f2e9";
}
.fa-user:before
{
	content: "\f007";
}
.fa-user-alt:before
{
	content: "\f406";
}
.fa-user-alt-slash:before
{
	content: "\f4fa";
}
.fa-user-astronaut:before
{
	content: "\f4fb";
}
.fa-user-check:before
{
	content: "\f4fc";
}
.fa-user-circle:before
{
	content: "\f2bd";
}
.fa-user-clock:before
{
	content: "\f4fd";
}
.fa-user-cog:before
{
	content: "\f4fe";
}
.fa-user-edit:before
{
	content: "\f4ff";
}
.fa-user-friends:before
{
	content: "\f500";
}
.fa-user-graduate:before
{
	content: "\f501";
}
.fa-user-lock:before
{
	content: "\f502";
}
.fa-user-md:before
{
	content: "\f0f0";
}
.fa-user-minus:before
{
	content: "\f503";
}
.fa-user-ninja:before
{
	content: "\f504";
}
.fa-user-plus:before
{
	content: "\f234";
}
.fa-user-secret:before
{
	content: "\f21b";
}
.fa-user-shield:before
{
	content: "\f505";
}
.fa-user-slash:before
{
	content: "\f506";
}
.fa-user-tag:before
{
	content: "\f507";
}
.fa-user-tie:before
{
	content: "\f508";
}
.fa-user-times:before
{
	content: "\f235";
}
.fa-users:before
{
	content: "\f0c0";
}
.fa-users-cog:before
{
	content: "\f509";
}
.fa-ussunnah:before
{
	content: "\f407";
}
.fa-utensil-fork:before
{
	content: "\f2e3";
}
.fa-utensil-knife:before
{
	content: "\f2e4";
}
.fa-utensil-spoon:before
{
	content: "\f2e5";
}
.fa-utensils:before
{
	content: "\f2e7";
}
.fa-utensils-alt:before
{
	content: "\f2e6";
}
.fa-vaadin:before
{
	content: "\f408";
}
.fa-vector-square:before
{
	content: "\f5cb";
}
.fa-venus:before
{
	content: "\f221";
}
.fa-venus-double:before
{
	content: "\f226";
}
.fa-venus-mars:before
{
	content: "\f228";
}
.fa-viacoin:before
{
	content: "\f237";
}
.fa-viadeo:before
{
	content: "\f2a9";
}
.fa-viadeo-square:before
{
	content: "\f2aa";
}
.fa-vial:before
{
	content: "\f492";
}
.fa-vials:before
{
	content: "\f493";
}
.fa-viber:before
{
	content: "\f409";
}
.fa-video:before
{
	content: "\f03d";
}
.fa-video-plus:before
{
	content: "\f4e1";
}
.fa-video-slash:before
{
	content: "\f4e2";
}
.fa-vimeo:before
{
	content: "\f40a";
}
.fa-vimeo-square:before
{
	content: "\f194";
}
.fa-vimeo-v:before
{
	content: "\f27d";
}
.fa-vine:before
{
	content: "\f1ca";
}
.fa-vk:before
{
	content: "\f189";
}
.fa-vnv:before
{
	content: "\f40b";
}
.fa-volleyball-ball:before
{
	content: "\f45f";
}
.fa-volume-down:before
{
	content: "\f027";
}
.fa-volume-mute:before
{
	content: "\f2e2";
}
.fa-volume-off:before
{
	content: "\f026";
}
.fa-volume-up:before
{
	content: "\f028";
}
.fa-vuejs:before
{
	content: "\f41f";
}
.fa-walking:before
{
	content: "\f554";
}
.fa-wallet:before
{
	content: "\f555";
}
.fa-warehouse:before
{
	content: "\f494";
}
.fa-warehouse-alt:before
{
	content: "\f495";
}
.fa-watch:before
{
	content: "\f2e1";
}
.fa-weebly:before
{
	content: "\f5cc";
}
.fa-weibo:before
{
	content: "\f18a";
}
.fa-weight:before
{
	content: "\f496";
}
.fa-weight-hanging:before
{
	content: "\f5cd";
}
.fa-weixin:before
{
	content: "\f1d7";
}
.fa-whatsapp:before
{
	content: "\f232";
}
.fa-whatsapp-square:before
{
	content: "\f40c";
}
.fa-wheelchair:before
{
	content: "\f193";
}
.fa-whistle:before
{
	content: "\f460";
}
.fa-whmcs:before
{
	content: "\f40d";
}
.fa-wifi:before
{
	content: "\f1eb";
}
.fa-wikipedia-w:before
{
	content: "\f266";
}
.fa-window:before
{
	content: "\f40e";
}
.fa-window-alt:before
{
	content: "\f40f";
}
.fa-window-close:before
{
	content: "\f410";
}
.fa-window-maximize:before
{
	content: "\f2d0";
}
.fa-window-minimize:before
{
	content: "\f2d1";
}
.fa-window-restore:before
{
	content: "\f2d2";
}
.fa-windows:before
{
	content: "\f17a";
}
.fa-wine-glass:before
{
	content: "\f4e3";
}
.fa-wine-glass-alt:before
{
	content: "\f5ce";
}
.fa-wix:before
{
	content: "\f5cf";
}
.fa-wolf-pack-battalion:before
{
	content: "\f514";
}
.fa-won-sign:before
{
	content: "\f159";
}
.fa-wordpress:before
{
	content: "\f19a";
}
.fa-wordpress-simple:before
{
	content: "\f411";
}
.fa-wpbeginner:before
{
	content: "\f297";
}
.fa-wpexplorer:before
{
	content: "\f2de";
}
.fa-wpforms:before
{
	content: "\f298";
}
.fa-wrench:before
{
	content: "\f0ad";
}
.fa-x-ray:before
{
	content: "\f497";
}
.fa-xbox:before
{
	content: "\f412";
}
.fa-xing:before
{
	content: "\f168";
}
.fa-xing-square:before
{
	content: "\f169";
}
.fa-y-combinator:before
{
	content: "\f23b";
}
.fa-yahoo:before
{
	content: "\f19e";
}
.fa-yandex:before
{
	content: "\f413";
}
.fa-yandex-international:before
{
	content: "\f414";
}
.fa-yelp:before
{
	content: "\f1e9";
}
.fa-yen-sign:before
{
	content: "\f157";
}
.fa-yoast:before
{
	content: "\f2b1";
}
.fa-youtube:before
{
	content: "\f167";
}
.fa-youtube-square:before
{
	content: "\f431";
}
.sr-only
{
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
@font-face
{
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	src: url(/s/fonts/fa-regular-400.eot);
	src: url(/s/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/s/fonts/fa-regular-400.woff2) format("woff2"),url(/s/fonts/fa-regular-400.woff) format("woff"),url(/s/fonts/fa-regular-400.ttf) format("truetype"),url(/s/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fa,.far
{
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}
@font-face
{
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	src: url(/s/fonts/fa-light-300.eot);
	src: url(/s/fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/s/fonts/fa-light-300.woff2) format("woff2"),url(/s/fonts/fa-light-300.woff) format("woff"),url(/s/fonts/fa-light-300.ttf) format("truetype"),url(/s/fonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal
{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}
@font-face
{
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	src: url(/s/fonts/fa-solid-900.eot);
	src: url(/s/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/s/fonts/fa-solid-900.woff2) format("woff2"),url(/s/fonts/fa-solid-900.woff) format("woff"),url(/s/fonts/fa-solid-900.ttf) format("truetype"),url(/s/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas
{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}
@font-face
{
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	src: url(/s/fonts/fa-brands-400.eot);
	src: url(/s/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/s/fonts/fa-brands-400.woff2) format("woff2"),url(/s/fonts/fa-brands-400.woff) format("woff"),url(/s/fonts/fa-brands-400.ttf) format("truetype"),url(/s/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab
{
	font-family: "Font Awesome 5 Brands";
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img
{
	display: block;
	height: auto;
	max-width: 100%;
}
html
{
	font-size: 14px;
}
.carousel
{
	position: relative;
}
.carousel-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner>.item
{
	display: none;
	o-transition: .6s ease-in-out left;
	position: relative;
	transition: .6s ease-in-out left;
	webkit-transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img
{
	line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d)
{
	.carousel-inner>.item
	{
		backface-visibility: hidden;
		o-transition: -o-transform .6s ease-in-out;
		perspective: 1000px;
		transition: transform .6s ease-in-out;
		webkit-backface-visibility: hidden;
		webkit-perspective: 1000px;
		webkit-transition: -webkit-transform .6s ease-in-out;
	}
	.carousel-inner>.item.active.right,.carousel-inner>.item.next
	{
		left: 0;
		transform: translate3d(100%,0,0);
		webkit-transform: translate3d(100%,0,0);
	}
	.carousel-inner>.item.active.left,.carousel-inner>.item.prev
	{
		left: 0;
		transform: translate3d(-100%,0,0);
		webkit-transform: translate3d(-100%,0,0);
	}
	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right
	{
		left: 0;
		transform: translate3d(0,0,0);
		webkit-transform: translate3d(0,0,0);
	}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev
{
	display: block;
}
.carousel-inner>.active
{
	left: 0;
}
.carousel-inner>.next,.carousel-inner>.prev
{
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner>.next
{
	left: 100%;
}
.carousel-inner>.prev
{
	left: -100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right
{
	left: 0;
}
.carousel-inner>.active.left
{
	left: -100%;
}
.carousel-inner>.active.right
{
	left: 100%;
}
.carousel-control
{
	background-color: rgba(0,0,0,0);
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	top: 0;
	width: 15%;
}
.carousel-control.left
{
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
}
.carousel-control.right
{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 0;
}
.carousel-control:focus,.carousel-control:hover
{
	color: #fff;
	opacity: .9;
	outline: 0;
	text-decoration: none;
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev
{
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
{
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
{
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-next,.carousel-control .icon-prev
{
	font-family: serif;
	height: 20px;
	line-height: 1;
	width: 20px;
}
.carousel-control .icon-prev:before
{
	content: '\2039';
}
.carousel-control .icon-next:before
{
	content: '\203a';
}
.carousel-indicators
{
	bottom: 10px;
	left: 50%;
	list-style: none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li
{
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active
{
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption
{
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	z-index: 10;
}
.carousel-caption .btn
{
	text-shadow: none;
}
@media screen and (min-width:768px)
{
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev
	{
		font-size: 30px;
		height: 30px;
		margin-top: -10px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
	{
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
	{
		margin-right: -10px;
	}
	.carousel-caption
	{
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators
	{
		bottom: 20px;
	}
}
.breadcrumb
{
	margin: 0;
	padding: 0;
}
.breadcrumb li
{
	display: inline-block;
	font-size: 1.3rem;
}
.breadcrumb li+li:before
{
	color: #888;
	content: '\f105';
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	margin: 0 10px;
	position: relative;
	top: -2px;
}
.breadcrumb li a
{
	color: #888;
	text-decoration: none;
}
.breadcrumb li a:hover
{
	color: #000;
	text-decoration: underline;
}
.btn-clear,.btn-clear:active,.btn-clear:hover,.btn-clear:link,.btn-clear:visited
{
	background-color: #fff;
	border: 1px solid #d2d2d2!important;
	color: #000;
	padding: 6px 12px!important;
}
.btn-clear.btn-xs,.btn-clear.btn-xs:active,.btn-clear.btn-xs:hover,.btn-clear.btn-xs:link,.btn-clear.btn-xs:visited
{
	padding: 1px 5px!important;
}
.btn-clear.active,.btn-clear:hover
{
	background-color: #e6e6e6;
	color: #000;
}
.btn-clear.dropdown-toggle
{
	border-top: solid 1px #a9a9a9;
}
.btn-gray
{
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.btn-clear:focus,.btn-clear:hover,.btn-gray:focus,.btn-gray:hover,.btn-menu:focus,.btn-menu:hover
{
	color: #000!important;
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn
{
	box-shadow: none;
	cursor: not-allowed;
	opacity: .65;
	pointer-events: none;
	webkit-box-shadow: none;
}
.carousel-indicators li
{
	background: #d3d4d6;
	border-color: #d3d4d6;
}
.carousel-indicators li.active
{
	background: #53a3e0;
	border-color: #53a3e0;
}
.btn-group
{
	border: 1px solid #ddd;
	border-radius: 5px;
}
.btn-group .btn
{
	background: 0 0;
}
.btn-group-success
{
	border: 1px solid #5cb85c;
}
.btn-group-gray
{
	border: 1px solid #ddd;
}
.btn-group-gray .button
{
	background: #fff;
	border-color: #ddd!important;
}
.btn-group-success .btn
{
	border-color: #5cb85c!important;
}
.btn-group-tariffs .button
{
	background: #fff;
	border-color: #fbc139!important;
}
.btn-group-days input,.btn-group-gray input,.btn-group-tariffs input
{
	clip: rect(0,0,0,0);
	pointer-events: none;
	position: absolute;
}
.btn-group-tariffs .button:focus,.btn-group-theme .button:focus
{
	box-shadow: none;
}
.btn-group-tariffs .button,.btn-group-theme .button
{
	border-width: 2px;
	padding-left: .3em;
	padding-right: .3em;
}
.field.has-addons.btn-group-theme .control:not(:last-child)
{
	margin-right: -2px;
}
.btn-group-gray .button i,.btn-group-success .button i,.btn-group-tariffs .button i,.btn-group-theme .button i
{
	display: block;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn-group-gray .active,.btn-group-success .active,.btn-group-tariffs .active,.btn-group-theme .active
{
	background: #fbc139;
	box-shadow: none;
	webkit-box-shadow: none;
}
.btn-group-gray .active
{
	background: #ddd;
}
.btn-group-success .active
{
	background: #5cb85c;
	color: #fff!important;
}
@media (max-width:767px)
{
	.text-xs-bold
	{
		font-weight: 700;
	}
}
.col-shrink
{
	flex-basis: auto!important;
	flex-grow: 0!important;
	padding-left: 15px;
	padding-right: 15px;
	webkit-flex-grow: 0!important;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width:768px)
{
	.container
	{
		width: 750px;
	}
}
@media (min-width:992px)
{
	.container
	{
		width: 970px;
	}
}
@media (min-width:1200px)
{
	.container
	{
		width: 1170px;
	}
}
.form-horizontal .form-group,.row
{
	box-sizing: border-box;
	display: flex!important;
	display: -ms-flexbox;
	display: -webkit-box;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	ms-flex: 0 1 auto;
	ms-flex-direction: row;
	ms-flex-wrap: wrap;
	webkit-box-direction: normal;
	webkit-box-flex: 0;
	webkit-box-orient: horizontal;
}
.form-horizontal .form-group.hide
{
	display: none!important;
}
.row.reverse
{
	flex-direction: row-reverse;
	ms-flex-direction: row-reverse;
	webkit-box-direction: reverse;
	webkit-box-orient: horizontal;
}
.col.reverse
{
	flex-direction: column-reverse;
	ms-flex-direction: column-reverse;
	webkit-box-direction: reverse;
	webkit-box-orient: vertical;
}
.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
{
	box-sizing: border-box;
	flex: 0 0 auto;
	ms-flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	webkit-box-flex: 0;
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9
{
	flex-basis: 100%;
	max-width: 100%;
	ms-flex-preferred-size: 100%;
}
.col-xs
{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 0;
	webkit-box-flex: 1;
	webkit-flex-grow: 1;
}
.col-xs-1
{
	flex-basis: 8.333%;
	max-width: 8.333%;
	ms-flex-preferred-size: 8.333%;
}
.col-xs-2
{
	flex-basis: 16.667%;
	max-width: 16.667%;
	ms-flex-preferred-size: 16.667%;
}
.col-xs-3
{
	flex-basis: 25%;
	max-width: 25%;
	ms-flex-preferred-size: 25%;
}
.col-xs-4
{
	flex-basis: 33.333%;
	max-width: 33.333%;
	ms-flex-preferred-size: 33.333%;
}
.col-xs-5
{
	flex-basis: 41.667%;
	max-width: 41.667%;
	ms-flex-preferred-size: 41.667%;
}
.col-xs-6
{
	flex-basis: 50%;
	max-width: 50%;
	ms-flex-preferred-size: 50%;
}
.col-xs-7
{
	flex-basis: 58.333%;
	max-width: 58.333%;
	ms-flex-preferred-size: 58.333%;
}
.col-xs-8
{
	flex-basis: 66.667%;
	max-width: 66.667%;
	ms-flex-preferred-size: 66.667%;
}
.col-xs-9
{
	flex-basis: 75%;
	max-width: 75%;
	ms-flex-preferred-size: 75%;
}
.col-xs-10
{
	flex-basis: 83.333%;
	max-width: 83.333%;
	ms-flex-preferred-size: 83.333%;
}
.col-xs-11
{
	flex-basis: 91.667%;
	max-width: 91.667%;
	ms-flex-preferred-size: 91.667%;
}
.col-xs-12
{
	flex-basis: 100%;
	max-width: 100%;
	ms-flex-preferred-size: 100%;
}
.col-xs-offset-0
{
	margin-left: 0;
}
.col-xs-offset-1
{
	margin-left: 8.333%;
}
.col-xs-offset-2
{
	margin-left: 16.667%;
}
.col-xs-offset-3
{
	margin-left: 25%;
}
.col-xs-offset-4
{
	margin-left: 33.333%;
}
.col-xs-offset-5
{
	margin-left: 41.667%;
}
.col-xs-offset-6
{
	margin-left: 50%;
}
.col-xs-offset-7
{
	margin-left: 58.333%;
}
.col-xs-offset-8
{
	margin-left: 66.667%;
}
.col-xs-offset-9
{
	margin-left: 75%;
}
.col-xs-offset-10
{
	margin-left: 83.333%;
}
.col-xs-offset-11
{
	margin-left: 91.667%;
}
.start-xs
{
	justify-content: flex-start;
	ms-flex-pack: start;
	text-align: start;
	webkit-box-pack: start;
}
.center-xs
{
	justify-content: center;
	ms-flex-pack: center;
	text-align: center;
	webkit-box-pack: center;
}
.end-xs
{
	justify-content: flex-end;
	ms-flex-pack: end;
	text-align: end;
	webkit-box-pack: end;
}
.top-xs
{
	align-items: flex-start;
	ms-flex-align: start;
	webkit-box-align: start;
}
.middle-xs
{
	align-items: center;
	ms-flex-align: center;
	webkit-box-align: center;
}
.bottom-xs
{
	align-items: flex-end;
	ms-flex-align: end;
	webkit-box-align: end;
}
.around-xs
{
	justify-content: space-around;
	ms-flex-pack: distribute;
}
.between-xs
{
	justify-content: space-between;
	ms-flex-pack: justify;
	webkit-box-pack: justify;
}
.first-xs
{
	ms-flex-order: -1;
	order: -1;
	webkit-box-ordinal-group: 0;
}
.last-xs
{
	ms-flex-order: 1;
	order: 1;
	webkit-box-ordinal-group: 2;
}
@media only screen and (min-width:768px)
{
	.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9
	{
		box-sizing: border-box;
		flex: 0 0 auto;
		ms-flex: 0 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		webkit-box-flex: 0;
	}
	.col-sm
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-grow: 1;
	}
	.col-sm-1
	{
		flex-basis: 8.333%;
		max-width: 8.333%;
		ms-flex-preferred-size: 8.333%;
	}
	.col-sm-2
	{
		flex-basis: 16.667%;
		max-width: 16.667%;
		ms-flex-preferred-size: 16.667%;
	}
	.col-sm-3
	{
		flex-basis: 25%;
		max-width: 25%;
		ms-flex-preferred-size: 25%;
	}
	.col-sm-4
	{
		flex-basis: 33.333%;
		max-width: 33.333%;
		ms-flex-preferred-size: 33.333%;
	}
	.col-sm-5
	{
		flex-basis: 41.667%;
		max-width: 41.667%;
		ms-flex-preferred-size: 41.667%;
	}
	.col-sm-6
	{
		flex-basis: 50%;
		max-width: 50%;
		ms-flex-preferred-size: 50%;
	}
	.col-sm-7
	{
		flex-basis: 58.333%;
		max-width: 58.333%;
		ms-flex-preferred-size: 58.333%;
	}
	.col-sm-8
	{
		flex-basis: 66.667%;
		max-width: 66.667%;
		ms-flex-preferred-size: 66.667%;
	}
	.col-sm-9
	{
		flex-basis: 75%;
		max-width: 75%;
		ms-flex-preferred-size: 75%;
	}
	.col-sm-10
	{
		flex-basis: 83.333%;
		max-width: 83.333%;
		ms-flex-preferred-size: 83.333%;
	}
	.col-sm-11
	{
		flex-basis: 91.667%;
		max-width: 91.667%;
		ms-flex-preferred-size: 91.667%;
	}
	.col-sm-12
	{
		flex-basis: 100%;
		max-width: 100%;
		ms-flex-preferred-size: 100%;
	}
	.col-sm-offset-0
	{
		margin-left: 0;
	}
	.col-sm-offset-1
	{
		margin-left: 8.333%;
	}
	.col-sm-offset-2
	{
		margin-left: 16.667%;
	}
	.col-sm-offset-3
	{
		margin-left: 25%;
	}
	.col-sm-offset-4
	{
		margin-left: 33.333%;
	}
	.col-sm-offset-5
	{
		margin-left: 41.667%;
	}
	.col-sm-offset-6
	{
		margin-left: 50%;
	}
	.col-sm-offset-7
	{
		margin-left: 58.333%;
	}
	.col-sm-offset-8
	{
		margin-left: 66.667%;
	}
	.col-sm-offset-9
	{
		margin-left: 75%;
	}
	.col-sm-offset-10
	{
		margin-left: 83.333%;
	}
	.col-sm-offset-11
	{
		margin-left: 91.667%;
	}
	.start-sm
	{
		justify-content: flex-start;
		ms-flex-pack: start;
		text-align: start;
		webkit-box-pack: start;
	}
	.center-sm
	{
		justify-content: center;
		ms-flex-pack: center;
		text-align: center;
		webkit-box-pack: center;
	}
	.end-sm
	{
		justify-content: flex-end;
		ms-flex-pack: end;
		text-align: end;
		webkit-box-pack: end;
	}
	.top-sm
	{
		align-items: flex-start;
		ms-flex-align: start;
		webkit-box-align: start;
	}
	.middle-sm
	{
		align-items: center;
		ms-flex-align: center;
		webkit-box-align: center;
	}
	.bottom-sm
	{
		align-items: flex-end;
		ms-flex-align: end;
		webkit-box-align: end;
	}
	.around-sm
	{
		justify-content: space-around;
		ms-flex-pack: distribute;
	}
	.between-sm
	{
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
	}
	.first-sm
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
	}
	.last-sm
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
	}
}
@media (min-width:992px)
{
	.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9
	{
		box-sizing: border-box;
		flex: 0 0 auto;
		ms-flex: 0 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		webkit-box-flex: 0;
	}
	.col-md
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-grow: 1;
	}
	.col-md-1
	{
		flex-basis: 8.333%;
		max-width: 8.333%;
		ms-flex-preferred-size: 8.333%;
	}
	.col-md-2
	{
		flex-basis: 16.667%;
		max-width: 16.667%;
		ms-flex-preferred-size: 16.667%;
	}
	.col-md-3
	{
		flex-basis: 25%;
		max-width: 25%;
		ms-flex-preferred-size: 25%;
	}
	.col-md-4
	{
		flex-basis: 33.333%;
		max-width: 33.333%;
		ms-flex-preferred-size: 33.333%;
	}
	.col-md-5
	{
		flex-basis: 41.667%;
		max-width: 41.667%;
		ms-flex-preferred-size: 41.667%;
	}
	.col-md-6
	{
		flex-basis: 50%;
		max-width: 50%;
		ms-flex-preferred-size: 50%;
	}
	.col-md-7
	{
		flex-basis: 58.333%;
		max-width: 58.333%;
		ms-flex-preferred-size: 58.333%;
	}
	.col-md-8
	{
		flex-basis: 66.667%;
		max-width: 66.667%;
		ms-flex-preferred-size: 66.667%;
	}
	.col-md-9
	{
		flex-basis: 75%;
		max-width: 75%;
		ms-flex-preferred-size: 75%;
	}
	.col-md-10
	{
		flex-basis: 83.333%;
		max-width: 83.333%;
		ms-flex-preferred-size: 83.333%;
	}
	.col-md-11
	{
		flex-basis: 91.667%;
		max-width: 91.667%;
		ms-flex-preferred-size: 91.667%;
	}
	.col-md-12
	{
		flex-basis: 100%;
		max-width: 100%;
		ms-flex-preferred-size: 100%;
	}
	.col-md-offset-0
	{
		margin-left: 0;
	}
	.col-md-offset-1
	{
		margin-left: 8.333%;
	}
	.col-md-offset-2
	{
		margin-left: 16.667%;
	}
	.col-md-offset-3
	{
		margin-left: 25%;
	}
	.col-md-offset-4
	{
		margin-left: 33.333%;
	}
	.col-md-offset-5
	{
		margin-left: 41.667%;
	}
	.col-md-offset-6
	{
		margin-left: 50%;
	}
	.col-md-offset-7
	{
		margin-left: 58.333%;
	}
	.col-md-offset-8
	{
		margin-left: 66.667%;
	}
	.col-md-offset-9
	{
		margin-left: 75%;
	}
	.col-md-offset-10
	{
		margin-left: 83.333%;
	}
	.col-md-offset-11
	{
		margin-left: 91.667%;
	}
	.start-md
	{
		justify-content: flex-start;
		ms-flex-pack: start;
		text-align: start;
		webkit-box-pack: start;
	}
	.center-md
	{
		justify-content: center;
		ms-flex-pack: center;
		text-align: center;
		webkit-box-pack: center;
	}
	.end-md
	{
		justify-content: flex-end;
		ms-flex-pack: end;
		text-align: end;
		webkit-box-pack: end;
	}
	.top-md
	{
		align-items: flex-start;
		ms-flex-align: start;
		webkit-box-align: start;
	}
	.middle-md
	{
		align-items: center;
		ms-flex-align: center;
		webkit-box-align: center;
	}
	.bottom-md
	{
		align-items: flex-end;
		ms-flex-align: end;
		webkit-box-align: end;
	}
	.around-md
	{
		justify-content: space-around;
		ms-flex-pack: distribute;
	}
	.between-md
	{
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
	}
	.first-md
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
	}
	.last-md
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
	}
}
@media (min-width:1200px)
{
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9
	{
		box-sizing: border-box;
		flex: 0 0 auto;
		ms-flex: 0 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		webkit-box-flex: 0;
	}
	.col-lg
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-grow: 1;
	}
	.col-lg-1
	{
		flex-basis: 8.333%;
		max-width: 8.333%;
		ms-flex-preferred-size: 8.333%;
	}
	.col-lg-2
	{
		flex-basis: 16.667%;
		max-width: 16.667%;
		ms-flex-preferred-size: 16.667%;
	}
	.col-lg-3
	{
		flex-basis: 25%;
		max-width: 25%;
		ms-flex-preferred-size: 25%;
	}
	.col-lg-4
	{
		flex-basis: 33.333%;
		max-width: 33.333%;
		ms-flex-preferred-size: 33.333%;
	}
	.col-lg-5
	{
		flex-basis: 41.667%;
		max-width: 41.667%;
		ms-flex-preferred-size: 41.667%;
	}
	.col-lg-6
	{
		flex-basis: 50%;
		max-width: 50%;
		ms-flex-preferred-size: 50%;
	}
	.col-lg-7
	{
		flex-basis: 58.333%;
		max-width: 58.333%;
		ms-flex-preferred-size: 58.333%;
	}
	.col-lg-8
	{
		flex-basis: 66.667%;
		max-width: 66.667%;
		ms-flex-preferred-size: 66.667%;
	}
	.col-lg-9
	{
		flex-basis: 75%;
		max-width: 75%;
		ms-flex-preferred-size: 75%;
	}
	.col-lg-10
	{
		flex-basis: 83.333%;
		max-width: 83.333%;
		ms-flex-preferred-size: 83.333%;
	}
	.col-lg-11
	{
		flex-basis: 91.667%;
		max-width: 91.667%;
		ms-flex-preferred-size: 91.667%;
	}
	.col-lg-12
	{
		flex-basis: 100%;
		max-width: 100%;
		ms-flex-preferred-size: 100%;
	}
	.col-lg-offset-0
	{
		margin-left: 0;
	}
	.col-lg-offset-1
	{
		margin-left: 8.333%;
	}
	.col-lg-offset-2
	{
		margin-left: 16.667%;
	}
	.col-lg-offset-3
	{
		margin-left: 25%;
	}
	.col-lg-offset-4
	{
		margin-left: 33.333%;
	}
	.col-lg-offset-5
	{
		margin-left: 41.667%;
	}
	.col-lg-offset-6
	{
		margin-left: 50%;
	}
	.col-lg-offset-7
	{
		margin-left: 58.333%;
	}
	.col-lg-offset-8
	{
		margin-left: 66.667%;
	}
	.col-lg-offset-9
	{
		margin-left: 75%;
	}
	.col-lg-offset-10
	{
		margin-left: 83.333%;
	}
	.col-lg-offset-11
	{
		margin-left: 91.667%;
	}
	.start-lg
	{
		justify-content: flex-start;
		ms-flex-pack: start;
		text-align: start;
		webkit-box-pack: start;
	}
	.center-lg
	{
		justify-content: center;
		ms-flex-pack: center;
		text-align: center;
		webkit-box-pack: center;
	}
	.end-lg
	{
		justify-content: flex-end;
		ms-flex-pack: end;
		text-align: end;
		webkit-box-pack: end;
	}
	.top-lg
	{
		align-items: flex-start;
		ms-flex-align: start;
		webkit-box-align: start;
	}
	.middle-lg
	{
		align-items: center;
		ms-flex-align: center;
		webkit-box-align: center;
	}
	.bottom-lg
	{
		align-items: flex-end;
		ms-flex-align: end;
		webkit-box-align: end;
	}
	.around-lg
	{
		justify-content: space-around;
		ms-flex-pack: distribute;
	}
	.between-lg
	{
		justify-content: space-between;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
	}
	.first-lg
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
	}
	.last-lg
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
	}
}
.row-table>.col-lg,.row-table>.col-lg-1,.row-table>.col-lg-10,.row-table>.col-lg-11,.row-table>.col-lg-12,.row-table>.col-lg-2,.row-table>.col-lg-3,.row-table>.col-lg-4,.row-table>.col-lg-5,.row-table>.col-lg-6,.row-table>.col-lg-7,.row-table>.col-lg-8,.row-table>.col-lg-9,.row-table>.col-md,.row-table>.col-md-1,.row-table>.col-md-10,.row-table>.col-md-11,.row-table>.col-md-12,.row-table>.col-md-2,.row-table>.col-md-3,.row-table>.col-md-4,.row-table>.col-md-5,.row-table>.col-md-6,.row-table>.col-md-7,.row-table>.col-md-8,.row-table>.col-md-9,.row-table>.col-shrink,.row-table>.col-sm,.row-table>.col-sm-1,.row-table>.col-sm-10,.row-table>.col-sm-11,.row-table>.col-sm-12,.row-table>.col-sm-2,.row-table>.col-sm-3,.row-table>.col-sm-4,.row-table>.col-sm-5,.row-table>.col-sm-6,.row-table>.col-sm-7,.row-table>.col-sm-8,.row-table>.col-sm-9,.row-table>.col-xs,.row-table>.col-xs-1,.row-table>.col-xs-10,.row-table>.col-xs-11,.row-table>.col-xs-12,.row-table>.col-xs-2,.row-table>.col-xs-3,.row-table>.col-xs-4,.row-table>.col-xs-5,.row-table>.col-xs-6,.row-table>.col-xs-7,.row-table>.col-xs-8,.row-table>.col-xs-9
{
	padding: 8px;
}
.row-table.row-small>.col-lg,.row-table.row-small>.col-lg-1,.row-table.row-small>.col-lg-10,.row-table.row-small>.col-lg-11,.row-table.row-small>.col-lg-12,.row-table.row-small>.col-lg-2,.row-table.row-small>.col-lg-3,.row-table.row-small>.col-lg-4,.row-table.row-small>.col-lg-5,.row-table.row-small>.col-lg-6,.row-table.row-small>.col-lg-7,.row-table.row-small>.col-lg-8,.row-table.row-small>.col-lg-9,.row-table.row-small>.col-md,.row-table.row-small>.col-md-1,.row-table.row-small>.col-md-10,.row-table.row-small>.col-md-11,.row-table.row-small>.col-md-12,.row-table.row-small>.col-md-2,.row-table.row-small>.col-md-3,.row-table.row-small>.col-md-4,.row-table.row-small>.col-md-5,.row-table.row-small>.col-md-6,.row-table.row-small>.col-md-7,.row-table.row-small>.col-md-8,.row-table.row-small>.col-md-9,.row-table.row-small>.col-shrink,.row-table.row-small>.col-sm,.row-table.row-small>.col-sm-1,.row-table.row-small>.col-sm-10,.row-table.row-small>.col-sm-11,.row-table.row-small>.col-sm-12,.row-table.row-small>.col-sm-2,.row-table.row-small>.col-sm-3,.row-table.row-small>.col-sm-4,.row-table.row-small>.col-sm-5,.row-table.row-small>.col-sm-6,.row-table.row-small>.col-sm-7,.row-table.row-small>.col-sm-8,.row-table.row-small>.col-sm-9,.row-table.row-small>.col-xs,.row-table.row-small>.col-xs-1,.row-table.row-small>.col-xs-10,.row-table.row-small>.col-xs-11,.row-table.row-small>.col-xs-12,.row-table.row-small>.col-xs-2,.row-table.row-small>.col-xs-3,.row-table.row-small>.col-xs-4,.row-table.row-small>.col-xs-5,.row-table.row-small>.col-xs-6,.row-table.row-small>.col-xs-7,.row-table.row-small>.col-xs-8,.row-table.row-small>.col-xs-9
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.form-horizontal .form-group::after,.form-horizontal .form-group::before
{
	content: none;
}
.row-small
{
	margin-left: -5px!important;
	margin-right: -5px!important;
}
.row-small.row-blocks .col-block
{
	margin-bottom: 10px;
}
.row-small.row-blocks
{
	margin-bottom: -10px;
}
.row-noborder
{
	margin-left: 0!important;
	margin-right: 0!important;
}
.row-noborder>.col-lg,.row-noborder>.col-lg-1,.row-noborder>.col-lg-10,.row-noborder>.col-lg-11,.row-noborder>.col-lg-12,.row-noborder>.col-lg-2,.row-noborder>.col-lg-3,.row-noborder>.col-lg-4,.row-noborder>.col-lg-5,.row-noborder>.col-lg-6,.row-noborder>.col-lg-7,.row-noborder>.col-lg-8,.row-noborder>.col-lg-9,.row-noborder>.col-md,.row-noborder>.col-md-1,.row-noborder>.col-md-10,.row-noborder>.col-md-11,.row-noborder>.col-md-12,.row-noborder>.col-md-2,.row-noborder>.col-md-3,.row-noborder>.col-md-4,.row-noborder>.col-md-5,.row-noborder>.col-md-6,.row-noborder>.col-md-7,.row-noborder>.col-md-8,.row-noborder>.col-md-9,.row-noborder>.col-shrink,.row-noborder>.col-sm,.row-noborder>.col-sm-1,.row-noborder>.col-sm-10,.row-noborder>.col-sm-11,.row-noborder>.col-sm-12,.row-noborder>.col-sm-2,.row-noborder>.col-sm-3,.row-noborder>.col-sm-4,.row-noborder>.col-sm-5,.row-noborder>.col-sm-6,.row-noborder>.col-sm-7,.row-noborder>.col-sm-8,.row-noborder>.col-sm-9,.row-noborder>.col-xs,.row-noborder>.col-xs-1,.row-noborder>.col-xs-10,.row-noborder>.col-xs-11,.row-noborder>.col-xs-12,.row-noborder>.col-xs-2,.row-noborder>.col-xs-3,.row-noborder>.col-xs-4,.row-noborder>.col-xs-5,.row-noborder>.col-xs-6,.row-noborder>.col-xs-7,.row-noborder>.col-xs-8,.row-noborder>.col-xs-9
{
	padding-left: 0;
	padding-right: 0;
}
.row-small .col-lg,.row-small .col-lg-1,.row-small .col-lg-10,.row-small .col-lg-11,.row-small .col-lg-12,.row-small .col-lg-2,.row-small .col-lg-3,.row-small .col-lg-4,.row-small .col-lg-5,.row-small .col-lg-6,.row-small .col-lg-7,.row-small .col-lg-8,.row-small .col-lg-9,.row-small .col-md,.row-small .col-md-1,.row-small .col-md-10,.row-small .col-md-11,.row-small .col-md-12,.row-small .col-md-2,.row-small .col-md-3,.row-small .col-md-4,.row-small .col-md-5,.row-small .col-md-6,.row-small .col-md-7,.row-small .col-md-8,.row-small .col-md-9,.row-small .col-shrink,.row-small .col-sm,.row-small .col-sm-1,.row-small .col-sm-10,.row-small .col-sm-11,.row-small .col-sm-12,.row-small .col-sm-2,.row-small .col-sm-3,.row-small .col-sm-4,.row-small .col-sm-5,.row-small .col-sm-6,.row-small .col-sm-7,.row-small .col-sm-8,.row-small .col-sm-9,.row-small .col-xs,.row-small .col-xs-1,.row-small .col-xs-10,.row-small .col-xs-11,.row-small .col-xs-12,.row-small .col-xs-2,.row-small .col-xs-3,.row-small .col-xs-4,.row-small .col-xs-5,.row-small .col-xs-6,.row-small .col-xs-7,.row-small .col-xs-8,.row-small .col-xs-9
{
	padding-left: 5px;
	padding-right: 5px;
}
.col-xs-1>.btn
{
	padding-left: 2px;
	padding-right: 2px;
}
.row-small>.col-shrink
{
	padding-left: 5px;
	padding-right: 5px;
}
.col-xs-10p
{
	flex-basis: 10%;
	max-width: 10%;
	ms-flex-preferred-size: 10%;
}
.col-xs-15p
{
	flex-basis: 15%;
	max-width: 15%;
	ms-flex-preferred-size: 15%;
}
.col-xs-20p
{
	flex-basis: 20%;
	max-width: 20%;
	ms-flex-preferred-size: 20%;
}
.col-xs-25p
{
	flex-basis: 25%;
	max-width: 25%;
	ms-flex-preferred-size: 25%;
}
@media (min-width:768px)
{
	.col-sm-10p
	{
		flex-basis: 10%;
		max-width: 10%;
		ms-flex-preferred-size: 10%;
	}
	.col-sm-15p
	{
		flex-basis: 15%;
		max-width: 15%;
		ms-flex-preferred-size: 15%;
	}
	.col-sm-20p
	{
		flex-basis: 20%;
		max-width: 20%;
		ms-flex-preferred-size: 20%;
	}
	.col-sm-25p
	{
		flex-basis: 25%;
		max-width: 25%;
		ms-flex-preferred-size: 25%;
	}
}
.row-table-bordered
{
	border: 1px solid #ddd;
	border-bottom: 0;
	border-right: 0;
	margin-left: 0!important;
	margin-right: 0!important;
}
.row-table-bordered+.row-table-bordered
{
	border-top: 0;
}
.panel>.row-table-bordered
{
	border-left: 0;
	border-right: 0;
}
.row-table-bordered>div
{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.row-table-bordered>div:last-child
{
	border-right: 0;
}
@media (min-width:768px)
{
	.col-sm-shrink
	{
		flex-basis: auto;
		flex-grow: 0;
		padding-left: 15px;
		padding-right: 15px;
		webkit-flex-grow: 0;
	}
}
.collapse-item .a
{
	color: #000;
	display: block;
	padding: 20px 20px 20px 40px;
	position: relative;
}
.collapse-item .collapse-title
{
	font-size: 2.5em;
}
.collapse-text
{
	font-size: 2em;
	max-height: 0;
	moz-transition: max-height ease-in-out .4s;
	o-transition: max-height ease-in-out .4s;
	overflow: hidden;
	position: relative;
	transition: max-height ease-in-out .4s;
	webkit-transition: max-height ease-in-out .4s;
}
.collapse-text-inner
{
	padding: 0 0 20px 40px;
}
.collapse-item.in .collapse-text
{
	max-height: 4000px;
	position: static;
}
.collapse-item .a:active,.collapse-item .a:focus,.collapse-item .a:hover
{
	text-decoration: none;
}
.collapse-icon
{
	height: 24px;
	left: 5px;
	margin-top: -12px;
	opacity: .5;
	position: absolute;
	top: 50%;
	width: 24px;
}
.collapse-icon::before
{
	height: 24px;
	left: 11px;
	opacity: 1;
	top: 0;
	width: 2px;
}
.collapse-icon::after,.collapse-icon::before
{
	background: #000;
	content: "";
	ms-transform: rotate(0);
	position: absolute;
	transform: rotate(0);
	transition: all .4s ease-in-out;
}
.collapse-icon::after
{
	height: 2px;
	left: 0;
	top: 11px;
	width: 24px;
}
.collapse-item.in .collapse-icon::after,.collapse-item.in .collapse-icon::before
{
	ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all .4s ease-in-out;
}
.collapse-item.in .collapse-icon::before
{
	opacity: 0;
}
html
{
	background-attachment: fixed;
	font-size: 14px;
	min-height: 100%;
	webkit-font-smoothing: antialiased;
}
body
{
	background: 0 0;
}
img
{
	max-width: 100%;
}
.text-avatar
{
	font-size: 2em;
}
.block
{
	margin-bottom: 15px;
}
.section
{
	margin-bottom: 30px;
}
.section-2x
{
	margin-bottom: 60px;
}
.border
{
	padding: 15px;
}
.border-2x
{
	padding: 30px;
}
.border-3x
{
	padding: 60px;
}
.border-horizontal
{
	padding-left: 15px;
	padding-right: 15px;
}
.border-horizontal
{
	padding-left: 15px;
	padding-right: 15px;
}
.border-vertical
{
	padding-bottom: 15px;
	padding-top: 15px;
}
.border-vertical-3x
{
	padding-bottom: 60px;
	padding-top: 60px;
}
@media (max-width:767px)
{
	.section
	{
		margin-bottom: 15px;
	}
	.section-2x
	{
		margin-bottom: 30px;
	}
	.section-xs
	{
		margin-bottom: 15px;
	}
	.section-xs-2x
	{
		margin-bottom: 30px;
	}
}
@media (min-width:1200px)
{
	.section-lg-2x
	{
		margin-bottom: 60px;
	}
}
input[type=tel]::placeholder
{
	color: #bbb;
}
.stop-transition
{
	transition-duration: 0s!important;
	webkit-transition-duration: 0s!important;
}
sup.required
{
	color: red;
	font-weight: 700;
	line-height: 1;
	margin-left: .35em;
	top: -.35em;
}
.block-avatar a,.block-avatar a:active,.block-avatar a:hover,.block-avatar a:link,.block-avatar a:visited
{
	text-decoration: none;
}
.checkbox input,.radio input
{
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 1px;
	margin: 5px 0 0 0!important;
	position: absolute!important;
	width: 20px;
}
.checkbox+.checkbox,.radio+.radio
{
	margin-top: 0;
}
input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus
{
	outline: 0;
}
.checkbox:not(.b-checkbox),.radio:not(.b-radio)
{
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	margin: 0!important;
	padding: 0 15px 0 30px!important;
	position: relative;
}
.checkbox input,.radio input
{
	webkit-appearance: none;
}
.b-checkbox.checkbox input[type=checkbox]+.check:before,.checkbox input:before,.radio input:before
{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 28px;
	content: ' ';
	display: block;
	height: 100%;
	transition: background-color 20ms ease-in-out;
	width: 100%;
}
.checkbox input:before
{
	border-radius: 2px;
}
.b-checkbox.checkbox input[type=checkbox]+.check:after,.checkbox input:after,.radio input:after
{
	border: 1px solid #fff;
	border-right: 0;
	border-top: 0;
	content: ' ';
	display: block;
	height: 4px;
	left: 25%;
	ms-transform: rotate(-45deg);
	opacity: 0;
	position: absolute;
	top: 33%;
	transform: rotate(-45deg);
	transition: opacity 50ms ease-in-out;
	webkit-transform: rotate(-45deg);
	width: 10px;
}
.b-checkbox.checkbox input[type=checkbox]+.check
{
	border: 0;
}
.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check
{
	box-shadow: none;
}
.b-checkbox.checkbox input[type=checkbox]+.check:before
{
	border-radius: 0;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check:before,.checkbox input:checked:before,.radio input:checked:before
{
	background: #90a2ab;
	border-color: #90a2ab;
}
.b-checkbox.checkbox input[type=checkbox]+.check
{
	position: relative;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check:disabled:before,.checkbox input:disabled:before,.radio input:disabled:before
{
	background: #eee;
	border-color: #dcdcdc;
}
.checkbox input:disabled:checked:before,.radio input:disabled:checked:before
{
	background: #dcdcdc;
	border-color: #dcdcdc;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check:after,.checkbox input:checked:after,.radio input:checked:after
{
	opacity: 1;
}
.checkbox+.form-field-desc
{
	margin-top: 10px;
}
@media (max-width:767px)
{
	[data-scroll-y]
	{
		overflow-y: scroll;
	}
}
.modal.zoom .modal-dialog
{
	moz-transform: scale(1.4);
	moz-transition: -moz-transform .1s ease-out;
	o-transition: -o-transform .1s ease-out;
	transition: transform .1s ease-out;
	webkit-transform: scale(1.4);
	webkit-transition: -webkit-transform .1s ease-out;
}
.modal.zoom.in .modal-dialog
{
	moz-transform: scale(1);
	webkit-transform: scale(1);
}
.modal.downup .modal-dialog
{
	moz-transition: -moz-transform .3s ease;
	transform: translate3d(0,110%,0);
	transition: transform .3s ease;
	webkit-transform: translate3d(0,110%,0);
	webkit-transition: -webkit-transform .3s ease;
	webkit-transition-duration: .3s;
}
.modal.downup.in .modal-dialog
{
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.amcharts-chart-div svg
{
	border-radius: 6px;
}
.modal
{
	align-items: center;
	display: flex!important;
	flex-direction: row;
}
.modal-dialog
{
	max-height: 100%;
}
.modal-header h4
{
	font-size: 24px;
	padding: 15px 0;
}
@media (max-width:767px)
{
	.modal-header .close,.modal-header h4
	{
		padding: 10px 0;
	}
}
.modal-header
{
	background: #fff;
	border-bottom: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	padding: 10px 25px 5px 25px;
}
.modal-content
{
	background: #f6f7f8;
}
.modal-footer
{
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.modal-body
{
	border-top: 1px solid #e5e5e5;
	padding: 25px;
}
.modal-body-noborder
{
	padding: 0!important;
}
.modal-header .close
{
	color: #000;
	font-family: sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 27px;
	line-height: 30px;
	margin: 3px 0 0 0;
	opacity: 1;
	padding: 15px 0;
}
.modal-header .close:hover
{
	color: #d2322d;
}
a:focus,button:focus
{
	outline: 0;
}
.modal-header .history:hover
{
	color: #15a4fa;
}
.modal-header .history.active
{
	background: #15a4fa;
	color: #fff;
}
@media (max-width:767px)
{
	.modal-header .close
	{
		margin: 0;
	}
	.block-xs
	{
		margin-bottom: 15px;
	}
}
.modal-flex
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.modal-flex .modal-body,.modal-flex .mx-scroll-content
{
	flex: 1 1 auto;
	webkit-flex: 1 1 auto;
}
.modal-flex .modal-footer,.modal-flex .modal-header,.modal-flex .nav-tabs
{
	flex-shrink: 0;
}
.block-panel
{
	background: #fff;
	color: #000;
}
.page .block-panel a
{
	color: #000!important;
}
.disabled
{
	filter: grayscale(100%);
	opacity: .4!important;
	pointer-events: none;
	webkit-filter: grayscale(100%);
}
.strikethrough
{
	position: relative;
}
.strikethrough:before
{
	border-color: inherit;
	border-top: 1px solid;
	content: "";
	left: 0;
	moz-transform: rotate(-5deg);
	ms-transform: rotate(-5deg);
	o-transform: rotate(-5deg);
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(-5deg);
	webkit-transform: rotate(-5deg);
}
.flip-clock-wrapper *
{
	backface-visibility: hidden;
	box-sizing: border-box;
	moz-backface-visibility: hidden;
	moz-box-sizing: border-box;
	ms-backface-visibility: hidden;
	ms-box-sizing: border-box;
	o-backface-visibility: hidden;
	o-box-sizing: border-box;
	webkit-backface-visibility: hidden;
	webkit-box-sizing: border-box;
}
.flip-clock-wrapper a
{
	color: #ccc;
	cursor: pointer;
	text-decoration: none;
}
.flip-clock-wrapper a:hover
{
	color: #fff;
}
.flip-clock-wrapper ul
{
	list-style: none;
}
.flip-clock-wrapper.clearfix:after,.flip-clock-wrapper.clearfix:before
{
	content: " ";
	display: table;
}
.flip-clock-wrapper.clearfix:after
{
	clear: both;
}
.flip-clock-wrapper
{
	font: normal 11px "Helvetica Neue",Helvetica,sans-serif;
	webkit-user-select: none;
}
.flip-clock-meridium
{
	background: 0 0!important;
	box-shadow: 0 0 0!important;
	font-size: 36px!important;
}
.flip-clock-meridium a
{
	color: #313333;
}
.flip-clock-wrapper
{
	display: inline-block;
	margin-top: 1rem;
	position: relative;
	text-align: center;
	width: auto;
}
.flip-clock-wrapper:after,.flip-clock-wrapper:before
{
	content: " ";
	display: table;
}
.flip-clock-wrapper:after
{
	clear: both;
}
.flip-clock-wrapper ul
{
	background: #000;
	border-radius: 6px;
	float: left;
	font-size: 80px;
	font-weight: 700;
	height: 90px;
	line-height: 87px;
	margin: 5px;
	position: relative;
	width: 60px;
}
.flip-clock-wrapper ul li
{
	height: 100%;
	left: 0;
	line-height: 87px;
	position: absolute;
	text-decoration: none!important;
	top: 0;
	width: 100%;
	z-index: 1;
}
.flip-clock-wrapper ul li:first-child
{
	z-index: 2;
}
.flip-clock-wrapper ul li a
{
	cursor: default!important;
	display: block;
	height: 100%;
	margin: 0!important;
	moz-perspective: 200px;
	overflow: visible!important;
	perspective: 200px;
	webkit-perspective: 200px;
}
.flip-clock-wrapper ul li a div
{
	font-size: 80px;
	height: 50%;
	left: 0;
	outline: 1px solid transparent;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.flip-clock-wrapper ul li a div .shadow
{
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.flip-clock-wrapper ul li a div.up
{
	moz-transform-origin: 50% 100%;
	ms-transform-origin: 50% 100%;
	o-transform-origin: 50% 100%;
	top: 0;
	transform-origin: 50% 100%;
	webkit-transform-origin: 50% 100%;
}
.flip-clock-wrapper ul li a div.up:after
{
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 5;
}
.flip-clock-wrapper ul li a div.down
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	bottom: 0;
	moz-transform-origin: 50% 0;
	ms-transform-origin: 50% 0;
	o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	webkit-transform-origin: 50% 0;
}
.flip-clock-wrapper ul li a div div.inn
{
	background-color: #333;
	border-radius: 6px;
	color: #ccc;
	font-size: 70px;
	height: 200%;
	left: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px #000;
	width: 100%;
	z-index: 1;
}
.flip-clock-wrapper ul li a div.up div.inn
{
	top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn
{
	bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before
{
	z-index: 3;
}
.flip-clock-wrapper .flip
{
	box-shadow: 0 2px 5px rgba(0,0,0,.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active
{
	animation: asd .5s .5s linear both;
	moz-animation: asd .5s .5s linear both;
	webkit-animation: asd .5s .5s linear both;
	z-index: 5;
}
.flip-clock-divider
{
	display: inline-block;
	float: left;
	height: 100px;
	position: relative;
	width: 20px;
}
.flip-clock-divider:first-child
{
	width: 0;
}
.flip-clock-dot
{
	background: #323434;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	display: block;
	height: 10px;
	left: 5px;
	position: absolute;
	width: 10px;
}
.flip-clock-divider .flip-clock-label
{
	color: #000;
	position: absolute;
	right: -86px;
	text-shadow: none;
	top: -1.5em;
}
.flip-clock-divider.minutes .flip-clock-label
{
	right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label
{
	right: -91px;
}
.flip-clock-dot.top
{
	top: 30px;
}
.flip-clock-dot.bottom
{
	bottom: 30px;
}
@-webkit-keyframes asd
{
	0%
	{
		z-index: 2;
	}
	20%
	{
		z-index: 4;
	}
	100%
	{
		z-index: 4;
	}
}
@-moz-keyframes asd
{
	0%
	{
		z-index: 2;
	}
	20%
	{
		z-index: 4;
	}
	100%
	{
		z-index: 4;
	}
}
@-o-keyframes asd
{
	0%
	{
		z-index: 2;
	}
	20%
	{
		z-index: 4;
	}
	100%
	{
		z-index: 4;
	}
}
@keyframes asd
{
	0%
	{
		z-index: 2;
	}
	20%
	{
		z-index: 4;
	}
	100%
	{
		z-index: 4;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down
{
	animation: turn .5s .5s linear both;
	moz-animation: turn .5s .5s linear both;
	webkit-animation: turn .5s .5s linear both;
	z-index: 2;
}
@-webkit-keyframes turn
{
	0%
	{
		webkit-transform: rotateX(90deg);
	}
	100%
	{
		webkit-transform: rotateX(0);
	}
}
@-moz-keyframes turn
{
	0%
	{
		moz-transform: rotateX(90deg);
	}
	100%
	{
		moz-transform: rotateX(0);
	}
}
@-o-keyframes turn
{
	0%
	{
		o-transform: rotateX(90deg);
	}
	100%
	{
		o-transform: rotateX(0);
	}
}
@keyframes turn
{
	0%
	{
		transform: rotateX(90deg);
	}
	100%
	{
		transform: rotateX(0);
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up
{
	animation: turn2 .5s linear both;
	moz-animation: turn2 .5s linear both;
	webkit-animation: turn2 .5s linear both;
	z-index: 2;
}
@-webkit-keyframes turn2
{
	0%
	{
		webkit-transform: rotateX(0);
	}
	100%
	{
		webkit-transform: rotateX(-90deg);
	}
}
@-moz-keyframes turn2
{
	0%
	{
		moz-transform: rotateX(0);
	}
	100%
	{
		moz-transform: rotateX(-90deg);
	}
}
@-o-keyframes turn2
{
	0%
	{
		o-transform: rotateX(0);
	}
	100%
	{
		o-transform: rotateX(-90deg);
	}
}
@keyframes turn2
{
	0%
	{
		transform: rotateX(0);
	}
	100%
	{
		transform: rotateX(-90deg);
	}
}
.flip-clock-wrapper ul li.flip-clock-active
{
	z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow
{
	animation: show .5s linear both;
	background: linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;
	background: linear,top,rgba(0,0,0,.1) 0,#000 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
	moz-animation: show .5s linear both;
	webkit-animation: show .5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow
{
	animation: hide .5s .3s linear both;
	background: linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;
	background: linear,top,rgba(0,0,0,.1) 0,#000 100%;
	background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
	moz-animation: hide .5s .3s linear both;
	webkit-animation: hide .5s .3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow
{
	animation: show .5s linear both;
	background: linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;
	background: linear,top,#000 0,rgba(0,0,0,.1) 100%;
	background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
	moz-animation: show .5s linear both;
	webkit-animation: show .5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow
{
	animation: hide .5s .2s linear both;
	background: linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;
	background: linear,top,#000 0,rgba(0,0,0,.1) 100%;
	background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
	moz-animation: hide .5s .3s linear both;
	webkit-animation: hide .5s .3s linear both;
}
@-webkit-keyframes show
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@-moz-keyframes show
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@-o-keyframes show
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@keyframes show
{
	0%
	{
		opacity: 0;
	}
	100%
	{
		opacity: 1;
	}
}
@-webkit-keyframes hide
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@-moz-keyframes hide
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@-o-keyframes hide
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@keyframes hide
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@media only screen and (max-width:768px)
{
	.flip-clock-dot.bottom
	{
		bottom: 15px;
	}
	.flip-clock-label
	{
		font-size: 10px;
	}
	.flip-clock-divider
	{
		height: 45px;
		width: 8px;
	}
	.flip-clock-divider.days .flip-clock-label
	{
		left: -20px;
	}
	.flip-clock-divider.hours .flip-clock-label
	{
		left: -7px;
	}
	.flip-clock-divider.minutes .flip-clock-label
	{
		left: -9px;
	}
	.flip-clock-divider.seconds .flip-clock-label
	{
		left: -10px;
	}
	.flip-clock-dot
	{
		height: 4px;
		left: 2px;
		width: 4px;
	}
	.flip-clock-dot.top
	{
		top: 15px;
	}
	.flip-clock-wrapper ul
	{
		font-size: 40px;
		height: 45px;
		line-height: 43px;
		margin: 1px;
		padding: 0 15px;
		width: 30px;
	}
	.flip-clock-wrapper li
	{
		line-height: 43px!important;
	}
	.flip-clock-wrapper .inn
	{
		font-size: 30px!important;
	}
}
.marvel-device .flip-clock-dot.bottom
{
	bottom: 15px;
}
.marvel-device .flip-clock-label
{
	font-size: 10px;
}
.marvel-device .flip-clock-divider
{
	height: 45px;
	width: 8px;
}
.marvel-device .flip-clock-divider.days .flip-clock-label
{
	left: -20px;
}
.marvel-device .flip-clock-divider.hours .flip-clock-label
{
	left: -7px;
}
.marvel-device .flip-clock-divider.minutes .flip-clock-label
{
	left: -9px;
}
.marvel-device .flip-clock-divider.seconds .flip-clock-label
{
	left: -10px;
}
.marvel-device .flip-clock-dot
{
	height: 4px;
	left: 2px;
	width: 4px;
}
.marvel-device .flip-clock-dot.top
{
	top: 15px;
}
.marvel-device .flip-clock-wrapper ul
{
	font-size: 40px;
	height: 45px;
	line-height: 43px;
	margin: 1px;
	padding: 0 15px;
	width: 30px;
}
.marvel-device .flip-clock-wrapper li
{
	line-height: 43px!important;
}
.marvel-device .flip-clock-wrapper .inn
{
	font-size: 30px!important;
}
.action-panel-container.in
{
	height: 80px;
	min-height: 80px;
}
.action-panel
{
	background: #fff;
	bottom: 0;
	box-shadow: rgba(0,0,0,.1) 0 -1px 1px 0;
	left: 0;
	ms-transform: translate(0,100%);
	opacity: 0;
	o-transform: translate(0,100%);
	o-transition: -o-transform .3s ease,opacity .3s ease;
	padding: 15px 0;
	position: fixed;
	right: 0;
	text-align: center;
	transform: translate(0,100%);
	transition: transform .3s ease,opacity .3s ease;
	webkit-transform: translate(0,100%);
	webkit-transition: -webkit-transform .3s ease,opacity .3s ease;
	z-index: 50;
}
.action-panel .button
{
	height: auto;
	min-height: 3.3rem;
}
.action-panel .tag
{
	font-size: 10px;
	left: -7px;
	line-height: 10px;
	margin-right: -10px;
	padding: 3px 5px;
	position: relative;
	top: -7px;
}
.action-panel-container.in .action-panel
{
	ms-transform: translate(0,0);
	opacity: 1;
	o-transform: translate(0,0);
	transform: translate(0,0);
	webkit-transform: translate(0,0);
}
.payments-button
{
	background: url(/s/i/payments-logo.png);
	background-size: 100%;
	background-size: 560px;
	display: inline-block;
	height: 80px;
	width: 80px;
}
.payments-button-blank
{
	background: 0 0;
}
.payments-button-cash
{
	background-position: -480px 0;
}
.payments-button-mastercard
{
	background-position: -80px 0;
}
.payments-button-mir
{
	background-position: 0 -80px;
}
.payments-button-masterpass
{
	background-position: -80px -80px;
}
.payments-button-yandexmoney
{
	background-position: -160px 0;
}
.payments-button-qiwi
{
	background-position: -240px 0;
}
.payments-button-w1
{
	background-position: -400px 0;
}
.payments-button-webmoney
{
	background-position: -320px 0;
}
.payments-button-paypal
{
	background-position: -160px -80px;
}
.payments-button-yandexkassa
{
	background-position: 0 -240px;
}
.payments-button-alfabank
{
	background-position: 0 -160px;
}
.payments-button-sberbank
{
	background-position: -80px -160px;
}
.payments-button-psbank
{
	background-position: -160px -160px;
}
.payments-button-robokassa
{
	background-position: -80px -240px;
}
.payments-button-tinkoff
{
	background-position: -160px -240px;
}
.payments-button-cloudpayments
{
	background-position: -320px -160px;
}
.payments-button-liqpay
{
	background-position: -240px -160px;
}
.payments-button-bankcard
{
	background-position: -240px -80px;
}
.payments-button-paybox
{
	background-position: -320px -80px;
}
.payments-button-atf24
{
	background-position: 0 -320px;
}
.payments-button-homebank
{
	background-position: -80px -320px;
}
.payments-button-fortebank
{
	background-position: -160px -320px;
}
.payments-button-rbkbank
{
	background-position: -240px -320px;
}
.payments-button-kazpost
{
	background-position: -320px -320px;
}
.payments-button-kassa24
{
	background-position: -400px -320px;
}
.payments-button-privat24
{
	background-position: -480px -320px;
}
.payments-button-freekassa
{
	background-position: -400px -160px;
}
.payments-button-applepay
{
	background-position: -480px -160px;
}
.intl-tel-input
{
	display: inline-block;
	position: relative;
}
.intl-tel-input *
{
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.intl-tel-input .hide
{
	display: none;
}
.intl-tel-input .v-hide
{
	visibility: hidden;
}
.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]
{
	margin-bottom: 0!important;
	margin-right: 0;
	margin-top: 0!important;
	padding-right: 36px;
	position: relative;
	z-index: 0;
}
.intl-tel-input .flag-container
{
	bottom: 0;
	padding: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.intl-tel-input .selected-flag
{
	height: 100%;
	padding: 0 0 0 8px;
	position: relative;
	width: 36px;
	z-index: 1;
}
.intl-tel-input .selected-flag .iti-flag
{
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.intl-tel-input .selected-flag .iti-arrow
{
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
	height: 0;
	margin-top: -2px;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 0;
}
.intl-tel-input .selected-flag .iti-arrow.up
{
	border-bottom: 4px solid #555;
	border-top: none;
}
.intl-tel-input .country-list
{
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	list-style: none;
	margin: 0 0 0 -1px;
	max-height: 200px;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	z-index: 2;
}
.intl-tel-input .country-list.dropup
{
	bottom: 100%;
	margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box
{
	display: inline-block;
	width: 20px;
}
@media (max-width:500px)
{
	.intl-tel-input .country-list
	{
		white-space: normal;
	}
}
.intl-tel-input .country-list .divider
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.intl-tel-input .country-list .country
{
	margin: 0;
	padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code
{
	color: #999;
}
.intl-tel-input .country-list .country.highlight
{
	background-color: rgba(0,0,0,.05);
}
.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box
{
	vertical-align: middle;
}
.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box
{
	margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]
{
	margin-left: 0;
	padding-left: 52px;
	padding-right: 6px;
}
.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container
{
	color: #000;
	left: 0;
	right: auto;
}
.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag
{
	width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover
{
	cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag
{
	background-color: rgba(0,0,0,.05);
}
.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover
{
	cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag
{
	background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag
{
	background-color: rgba(0,0,0,.05);
	display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code
{
	display: table-cell;
	padding-left: 28px;
	vertical-align: middle;
}
.selected-flag:focus
{
	outline: 0;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]
{
	padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag
{
	width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]
{
	padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag
{
	width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]
{
	padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag
{
	width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]
{
	padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag
{
	width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]
{
	padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag
{
	width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]
{
	padding-left: 102px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag
{
	width: 96px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]
{
	padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag
{
	width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]
{
	padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag
{
	width: 94px;
}
.intl-tel-input.iti-container
{
	left: -1000px;
	padding: 1px;
	position: absolute;
	top: -1000px;
	z-index: 1060;
}
.intl-tel-input.iti-container:hover
{
	cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container
{
	bottom: 30px;
	left: 30px;
	position: fixed;
	right: 30px;
	top: 30px;
}
.iti-mobile .intl-tel-input .country-list
{
	max-height: 100%;
	width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country
{
	line-height: 1.5em;
	padding: 10px 10px;
}
.iti-flag
{
	width: 20px;
}
.iti-flag.be
{
	width: 18px;
}
.iti-flag.ch
{
	width: 15px;
}
.iti-flag.mc
{
	width: 19px;
}
.iti-flag.ne
{
	width: 18px;
}
.iti-flag.np
{
	width: 13px;
}
.iti-flag.va
{
	width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx)
{
	.iti-flag
	{
		background-size: 5630px 15px;
	}
}
.iti-flag.ac
{
	background-position: 0 0;
	height: 10px;
}
.iti-flag.ad
{
	background-position: -22px 0;
	height: 14px;
}
.iti-flag.ae
{
	background-position: -44px 0;
	height: 10px;
}
.iti-flag.af
{
	background-position: -66px 0;
	height: 14px;
}
.iti-flag.ag
{
	background-position: -88px 0;
	height: 14px;
}
.iti-flag.ai
{
	background-position: -110px 0;
	height: 10px;
}
.iti-flag.al
{
	background-position: -132px 0;
	height: 15px;
}
.iti-flag.am
{
	background-position: -154px 0;
	height: 10px;
}
.iti-flag.ao
{
	background-position: -176px 0;
	height: 14px;
}
.iti-flag.aq
{
	background-position: -198px 0;
	height: 14px;
}
.iti-flag.ar
{
	background-position: -220px 0;
	height: 13px;
}
.iti-flag.as
{
	background-position: -242px 0;
	height: 10px;
}
.iti-flag.at
{
	background-position: -264px 0;
	height: 14px;
}
.iti-flag.au
{
	background-position: -286px 0;
	height: 10px;
}
.iti-flag.aw
{
	background-position: -308px 0;
	height: 14px;
}
.iti-flag.ax
{
	background-position: -330px 0;
	height: 13px;
}
.iti-flag.az
{
	background-position: -352px 0;
	height: 10px;
}
.iti-flag.ba
{
	background-position: -374px 0;
	height: 10px;
}
.iti-flag.bb
{
	background-position: -396px 0;
	height: 14px;
}
.iti-flag.bd
{
	background-position: -418px 0;
	height: 12px;
}
.iti-flag.be
{
	background-position: -440px 0;
	height: 15px;
}
.iti-flag.bf
{
	background-position: -460px 0;
	height: 14px;
}
.iti-flag.bg
{
	background-position: -482px 0;
	height: 12px;
}
.iti-flag.bh
{
	background-position: -504px 0;
	height: 12px;
}
.iti-flag.bi
{
	background-position: -526px 0;
	height: 12px;
}
.iti-flag.bj
{
	background-position: -548px 0;
	height: 14px;
}
.iti-flag.bl
{
	background-position: -570px 0;
	height: 14px;
}
.iti-flag.bm
{
	background-position: -592px 0;
	height: 10px;
}
.iti-flag.bn
{
	background-position: -614px 0;
	height: 10px;
}
.iti-flag.bo
{
	background-position: -636px 0;
	height: 14px;
}
.iti-flag.bq
{
	background-position: -658px 0;
	height: 14px;
}
.iti-flag.br
{
	background-position: -680px 0;
	height: 14px;
}
.iti-flag.bs
{
	background-position: -702px 0;
	height: 10px;
}
.iti-flag.bt
{
	background-position: -724px 0;
	height: 14px;
}
.iti-flag.bv
{
	background-position: -746px 0;
	height: 15px;
}
.iti-flag.bw
{
	background-position: -768px 0;
	height: 14px;
}
.iti-flag.by
{
	background-position: -790px 0;
	height: 10px;
}
.iti-flag.bz
{
	background-position: -812px 0;
	height: 14px;
}
.iti-flag.ca
{
	background-position: -834px 0;
	height: 10px;
}
.iti-flag.cc
{
	background-position: -856px 0;
	height: 10px;
}
.iti-flag.cd
{
	background-position: -878px 0;
	height: 15px;
}
.iti-flag.cf
{
	background-position: -900px 0;
	height: 14px;
}
.iti-flag.cg
{
	background-position: -922px 0;
	height: 14px;
}
.iti-flag.ch
{
	background-position: -944px 0;
	height: 15px;
}
.iti-flag.ci
{
	background-position: -961px 0;
	height: 14px;
}
.iti-flag.ck
{
	background-position: -983px 0;
	height: 10px;
}
.iti-flag.cl
{
	background-position: -1005px 0;
	height: 14px;
}
.iti-flag.cm
{
	background-position: -1027px 0;
	height: 14px;
}
.iti-flag.cn
{
	background-position: -1049px 0;
	height: 14px;
}
.iti-flag.co
{
	background-position: -1071px 0;
	height: 14px;
}
.iti-flag.cp
{
	background-position: -1093px 0;
	height: 14px;
}
.iti-flag.cr
{
	background-position: -1115px 0;
	height: 12px;
}
.iti-flag.cu
{
	background-position: -1137px 0;
	height: 10px;
}
.iti-flag.cv
{
	background-position: -1159px 0;
	height: 12px;
}
.iti-flag.cw
{
	background-position: -1181px 0;
	height: 14px;
}
.iti-flag.cx
{
	background-position: -1203px 0;
	height: 10px;
}
.iti-flag.cy
{
	background-position: -1225px 0;
	height: 13px;
}
.iti-flag.cz
{
	background-position: -1247px 0;
	height: 14px;
}
.iti-flag.de
{
	background-position: -1269px 0;
	height: 12px;
}
.iti-flag.dg
{
	background-position: -1291px 0;
	height: 10px;
}
.iti-flag.dj
{
	background-position: -1313px 0;
	height: 14px;
}
.iti-flag.dk
{
	background-position: -1335px 0;
	height: 15px;
}
.iti-flag.dm
{
	background-position: -1357px 0;
	height: 10px;
}
.iti-flag.do
{
	background-position: -1379px 0;
	height: 13px;
}
.iti-flag.dz
{
	background-position: -1401px 0;
	height: 14px;
}
.iti-flag.ea
{
	background-position: -1423px 0;
	height: 14px;
}
.iti-flag.ec
{
	background-position: -1445px 0;
	height: 14px;
}
.iti-flag.ee
{
	background-position: -1467px 0;
	height: 13px;
}
.iti-flag.eg
{
	background-position: -1489px 0;
	height: 14px;
}
.iti-flag.eh
{
	background-position: -1511px 0;
	height: 10px;
}
.iti-flag.er
{
	background-position: -1533px 0;
	height: 10px;
}
.iti-flag.es
{
	background-position: -1555px 0;
	height: 14px;
}
.iti-flag.et
{
	background-position: -1577px 0;
	height: 10px;
}
.iti-flag.eu
{
	background-position: -1599px 0;
	height: 14px;
}
.iti-flag.fi
{
	background-position: -1621px 0;
	height: 12px;
}
.iti-flag.fj
{
	background-position: -1643px 0;
	height: 10px;
}
.iti-flag.fk
{
	background-position: -1665px 0;
	height: 10px;
}
.iti-flag.fm
{
	background-position: -1687px 0;
	height: 11px;
}
.iti-flag.fo
{
	background-position: -1709px 0;
	height: 15px;
}
.iti-flag.fr
{
	background-position: -1731px 0;
	height: 14px;
}
.iti-flag.ga
{
	background-position: -1753px 0;
	height: 15px;
}
.iti-flag.gb
{
	background-position: -1775px 0;
	height: 10px;
}
.iti-flag.gd
{
	background-position: -1797px 0;
	height: 12px;
}
.iti-flag.ge
{
	background-position: -1819px 0;
	height: 14px;
}
.iti-flag.gf
{
	background-position: -1841px 0;
	height: 14px;
}
.iti-flag.gg
{
	background-position: -1863px 0;
	height: 14px;
}
.iti-flag.gh
{
	background-position: -1885px 0;
	height: 14px;
}
.iti-flag.gi
{
	background-position: -1907px 0;
	height: 10px;
}
.iti-flag.gl
{
	background-position: -1929px 0;
	height: 14px;
}
.iti-flag.gm
{
	background-position: -1951px 0;
	height: 14px;
}
.iti-flag.gn
{
	background-position: -1973px 0;
	height: 14px;
}
.iti-flag.gp
{
	background-position: -1995px 0;
	height: 14px;
}
.iti-flag.gq
{
	background-position: -2017px 0;
	height: 14px;
}
.iti-flag.gr
{
	background-position: -2039px 0;
	height: 14px;
}
.iti-flag.gs
{
	background-position: -2061px 0;
	height: 10px;
}
.iti-flag.gt
{
	background-position: -2083px 0;
	height: 13px;
}
.iti-flag.gu
{
	background-position: -2105px 0;
	height: 11px;
}
.iti-flag.gw
{
	background-position: -2127px 0;
	height: 10px;
}
.iti-flag.gy
{
	background-position: -2149px 0;
	height: 12px;
}
.iti-flag.hk
{
	background-position: -2171px 0;
	height: 14px;
}
.iti-flag.hm
{
	background-position: -2193px 0;
	height: 10px;
}
.iti-flag.hn
{
	background-position: -2215px 0;
	height: 10px;
}
.iti-flag.hr
{
	background-position: -2237px 0;
	height: 10px;
}
.iti-flag.ht
{
	background-position: -2259px 0;
	height: 12px;
}
.iti-flag.hu
{
	background-position: -2281px 0;
	height: 10px;
}
.iti-flag.ic
{
	background-position: -2303px 0;
	height: 14px;
}
.iti-flag.id
{
	background-position: -2325px 0;
	height: 14px;
}
.iti-flag.ie
{
	background-position: -2347px 0;
	height: 10px;
}
.iti-flag.il
{
	background-position: -2369px 0;
	height: 15px;
}
.iti-flag.im
{
	background-position: -2391px 0;
	height: 10px;
}
.iti-flag.in
{
	background-position: -2413px 0;
	height: 14px;
}
.iti-flag.io
{
	background-position: -2435px 0;
	height: 10px;
}
.iti-flag.iq
{
	background-position: -2457px 0;
	height: 14px;
}
.iti-flag.ir
{
	background-position: -2479px 0;
	height: 12px;
}
.iti-flag.is
{
	background-position: -2501px 0;
	height: 15px;
}
.iti-flag.it
{
	background-position: -2523px 0;
	height: 14px;
}
.iti-flag.je
{
	background-position: -2545px 0;
	height: 12px;
}
.iti-flag.jm
{
	background-position: -2567px 0;
	height: 10px;
}
.iti-flag.jo
{
	background-position: -2589px 0;
	height: 10px;
}
.iti-flag.jp
{
	background-position: -2611px 0;
	height: 14px;
}
.iti-flag.ke
{
	background-position: -2633px 0;
	height: 14px;
}
.iti-flag.kg
{
	background-position: -2655px 0;
	height: 12px;
}
.iti-flag.kh
{
	background-position: -2677px 0;
	height: 13px;
}
.iti-flag.ki
{
	background-position: -2699px 0;
	height: 10px;
}
.iti-flag.km
{
	background-position: -2721px 0;
	height: 12px;
}
.iti-flag.kn
{
	background-position: -2743px 0;
	height: 14px;
}
.iti-flag.kp
{
	background-position: -2765px 0;
	height: 10px;
}
.iti-flag.kr
{
	background-position: -2787px 0;
	height: 14px;
}
.iti-flag.kw
{
	background-position: -2809px 0;
	height: 10px;
}
.iti-flag.ky
{
	background-position: -2831px 0;
	height: 10px;
}
.iti-flag.kz
{
	background-position: -2853px 0;
	height: 10px;
}
.iti-flag.la
{
	background-position: -2875px 0;
	height: 14px;
}
.iti-flag.lb
{
	background-position: -2897px 0;
	height: 14px;
}
.iti-flag.lc
{
	background-position: -2919px 0;
	height: 10px;
}
.iti-flag.li
{
	background-position: -2941px 0;
	height: 12px;
}
.iti-flag.lk
{
	background-position: -2963px 0;
	height: 10px;
}
.iti-flag.lr
{
	background-position: -2985px 0;
	height: 11px;
}
.iti-flag.ls
{
	background-position: -3007px 0;
	height: 14px;
}
.iti-flag.lt
{
	background-position: -3029px 0;
	height: 12px;
}
.iti-flag.lu
{
	background-position: -3051px 0;
	height: 12px;
}
.iti-flag.lv
{
	background-position: -3073px 0;
	height: 10px;
}
.iti-flag.ly
{
	background-position: -3095px 0;
	height: 10px;
}
.iti-flag.ma
{
	background-position: -3117px 0;
	height: 14px;
}
.iti-flag.mc
{
	background-position: -3139px 0;
	height: 15px;
}
.iti-flag.md
{
	background-position: -3160px 0;
	height: 10px;
}
.iti-flag.me
{
	background-position: -3182px 0;
	height: 10px;
}
.iti-flag.mf
{
	background-position: -3204px 0;
	height: 14px;
}
.iti-flag.mg
{
	background-position: -3226px 0;
	height: 14px;
}
.iti-flag.mh
{
	background-position: -3248px 0;
	height: 11px;
}
.iti-flag.mk
{
	background-position: -3270px 0;
	height: 10px;
}
.iti-flag.ml
{
	background-position: -3292px 0;
	height: 14px;
}
.iti-flag.mm
{
	background-position: -3314px 0;
	height: 14px;
}
.iti-flag.mn
{
	background-position: -3336px 0;
	height: 10px;
}
.iti-flag.mo
{
	background-position: -3358px 0;
	height: 14px;
}
.iti-flag.mp
{
	background-position: -3380px 0;
	height: 10px;
}
.iti-flag.mq
{
	background-position: -3402px 0;
	height: 14px;
}
.iti-flag.mr
{
	background-position: -3424px 0;
	height: 14px;
}
.iti-flag.ms
{
	background-position: -3446px 0;
	height: 10px;
}
.iti-flag.mt
{
	background-position: -3468px 0;
	height: 14px;
}
.iti-flag.mu
{
	background-position: -3490px 0;
	height: 14px;
}
.iti-flag.mv
{
	background-position: -3512px 0;
	height: 14px;
}
.iti-flag.mw
{
	background-position: -3534px 0;
	height: 14px;
}
.iti-flag.mx
{
	background-position: -3556px 0;
	height: 12px;
}
.iti-flag.my
{
	background-position: -3578px 0;
	height: 10px;
}
.iti-flag.mz
{
	background-position: -3600px 0;
	height: 14px;
}
.iti-flag.na
{
	background-position: -3622px 0;
	height: 14px;
}
.iti-flag.nc
{
	background-position: -3644px 0;
	height: 10px;
}
.iti-flag.ne
{
	background-position: -3666px 0;
	height: 15px;
}
.iti-flag.nf
{
	background-position: -3686px 0;
	height: 10px;
}
.iti-flag.ng
{
	background-position: -3708px 0;
	height: 10px;
}
.iti-flag.ni
{
	background-position: -3730px 0;
	height: 12px;
}
.iti-flag.nl
{
	background-position: -3752px 0;
	height: 14px;
}
.iti-flag.no
{
	background-position: -3774px 0;
	height: 15px;
}
.iti-flag.np
{
	background-position: -3796px 0;
	height: 15px;
}
.iti-flag.nr
{
	background-position: -3811px 0;
	height: 10px;
}
.iti-flag.nu
{
	background-position: -3833px 0;
	height: 10px;
}
.iti-flag.nz
{
	background-position: -3855px 0;
	height: 10px;
}
.iti-flag.om
{
	background-position: -3877px 0;
	height: 10px;
}
.iti-flag.pa
{
	background-position: -3899px 0;
	height: 14px;
}
.iti-flag.pe
{
	background-position: -3921px 0;
	height: 14px;
}
.iti-flag.pf
{
	background-position: -3943px 0;
	height: 14px;
}
.iti-flag.pg
{
	background-position: -3965px 0;
	height: 15px;
}
.iti-flag.ph
{
	background-position: -3987px 0;
	height: 10px;
}
.iti-flag.pk
{
	background-position: -4009px 0;
	height: 14px;
}
.iti-flag.pl
{
	background-position: -4031px 0;
	height: 13px;
}
.iti-flag.pm
{
	background-position: -4053px 0;
	height: 14px;
}
.iti-flag.pn
{
	background-position: -4075px 0;
	height: 10px;
}
.iti-flag.pr
{
	background-position: -4097px 0;
	height: 14px;
}
.iti-flag.ps
{
	background-position: -4119px 0;
	height: 10px;
}
.iti-flag.pt
{
	background-position: -4141px 0;
	height: 14px;
}
.iti-flag.pw
{
	background-position: -4163px 0;
	height: 13px;
}
.iti-flag.py
{
	background-position: -4185px 0;
	height: 11px;
}
.iti-flag.qa
{
	background-position: -4207px 0;
	height: 8px;
}
.iti-flag.re
{
	background-position: -4229px 0;
	height: 14px;
}
.iti-flag.ro
{
	background-position: -4251px 0;
	height: 14px;
}
.iti-flag.rs
{
	background-position: -4273px 0;
	height: 14px;
}
.iti-flag.ru
{
	background-position: -4295px 0;
	height: 14px;
}
.iti-flag.rw
{
	background-position: -4317px 0;
	height: 14px;
}
.iti-flag.sa
{
	background-position: -4339px 0;
	height: 14px;
}
.iti-flag.sb
{
	background-position: -4361px 0;
	height: 10px;
}
.iti-flag.sc
{
	background-position: -4383px 0;
	height: 10px;
}
.iti-flag.sd
{
	background-position: -4405px 0;
	height: 10px;
}
.iti-flag.se
{
	background-position: -4427px 0;
	height: 13px;
}
.iti-flag.sg
{
	background-position: -4449px 0;
	height: 14px;
}
.iti-flag.sh
{
	background-position: -4471px 0;
	height: 10px;
}
.iti-flag.si
{
	background-position: -4493px 0;
	height: 10px;
}
.iti-flag.sj
{
	background-position: -4515px 0;
	height: 15px;
}
.iti-flag.sk
{
	background-position: -4537px 0;
	height: 14px;
}
.iti-flag.sl
{
	background-position: -4559px 0;
	height: 14px;
}
.iti-flag.sm
{
	background-position: -4581px 0;
	height: 15px;
}
.iti-flag.sn
{
	background-position: -4603px 0;
	height: 14px;
}
.iti-flag.so
{
	background-position: -4625px 0;
	height: 14px;
}
.iti-flag.sr
{
	background-position: -4647px 0;
	height: 14px;
}
.iti-flag.ss
{
	background-position: -4669px 0;
	height: 10px;
}
.iti-flag.st
{
	background-position: -4691px 0;
	height: 10px;
}
.iti-flag.sv
{
	background-position: -4713px 0;
	height: 12px;
}
.iti-flag.sx
{
	background-position: -4735px 0;
	height: 14px;
}
.iti-flag.sy
{
	background-position: -4757px 0;
	height: 14px;
}
.iti-flag.sz
{
	background-position: -4779px 0;
	height: 14px;
}
.iti-flag.ta
{
	background-position: -4801px 0;
	height: 10px;
}
.iti-flag.tc
{
	background-position: -4823px 0;
	height: 10px;
}
.iti-flag.td
{
	background-position: -4845px 0;
	height: 14px;
}
.iti-flag.tf
{
	background-position: -4867px 0;
	height: 14px;
}
.iti-flag.tg
{
	background-position: -4889px 0;
	height: 13px;
}
.iti-flag.th
{
	background-position: -4911px 0;
	height: 14px;
}
.iti-flag.tj
{
	background-position: -4933px 0;
	height: 10px;
}
.iti-flag.tk
{
	background-position: -4955px 0;
	height: 10px;
}
.iti-flag.tl
{
	background-position: -4977px 0;
	height: 10px;
}
.iti-flag.tm
{
	background-position: -4999px 0;
	height: 14px;
}
.iti-flag.tn
{
	background-position: -5021px 0;
	height: 14px;
}
.iti-flag.to
{
	background-position: -5043px 0;
	height: 10px;
}
.iti-flag.tr
{
	background-position: -5065px 0;
	height: 14px;
}
.iti-flag.tt
{
	background-position: -5087px 0;
	height: 12px;
}
.iti-flag.tv
{
	background-position: -5109px 0;
	height: 10px;
}
.iti-flag.tw
{
	background-position: -5131px 0;
	height: 14px;
}
.iti-flag.tz
{
	background-position: -5153px 0;
	height: 14px;
}
.iti-flag.ua
{
	background-position: -5175px 0;
	height: 14px;
}
.iti-flag.ug
{
	background-position: -5197px 0;
	height: 14px;
}
.iti-flag.um
{
	background-position: -5219px 0;
	height: 11px;
}
.iti-flag.us
{
	background-position: -5241px 0;
	height: 11px;
	top: 0!important;
}
.iti-flag.uy
{
	background-position: -5263px 0;
	height: 14px;
}
.iti-flag.uz
{
	background-position: -5285px 0;
	height: 10px;
}
.iti-flag.va
{
	background-position: -5307px 0;
	height: 15px;
}
.iti-flag.vc
{
	background-position: -5324px 0;
	height: 14px;
}
.iti-flag.ve
{
	background-position: -5346px 0;
	height: 14px;
}
.iti-flag.vg
{
	background-position: -5368px 0;
	height: 10px;
}
.iti-flag.vi
{
	background-position: -5390px 0;
	height: 14px;
}
.iti-flag.vn
{
	background-position: -5412px 0;
	height: 14px;
}
.iti-flag.vu
{
	background-position: -5434px 0;
	height: 12px;
}
.iti-flag.wf
{
	background-position: -5456px 0;
	height: 14px;
}
.iti-flag.ws
{
	background-position: -5478px 0;
	height: 10px;
}
.iti-flag.xk
{
	background-position: -5500px 0;
	height: 15px;
}
.iti-flag.ye
{
	background-position: -5522px 0;
	height: 14px;
}
.iti-flag.yt
{
	background-position: -5544px 0;
	height: 14px;
}
.iti-flag.za
{
	background-position: -5566px 0;
	height: 14px;
}
.iti-flag.zm
{
	background-position: -5588px 0;
	height: 14px;
}
.iti-flag.zw
{
	background-position: -5610px 0;
	height: 10px;
}
.iti-flag
{
	background-color: #dbdbdb;
	background-image: url(/s/i/flags.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px 0 #888;
	height: 15px;
	width: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx)
{
	.iti-flag
	{
		background-image: url(/s/i/flags@2x.png);
	}
}
.iti-flag.np
{
	background-color: transparent;
}
.intl-tel-input
{
	width: 100%;
}
.collections-chooser,.select
{
	height: auto!important;
}
.products-cart>*
{
	align-self: center;
}
.products-cart a:hover
{
	text-decoration: none;
}
.products-cart .product-container-outer
{
	margin-bottom: 0;
	min-height: auto;
}
.product-container-outer dl
{
	background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%);
	background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	border-radius: 0 0 5px 5px;
	bottom: 0;
	display: flex;
	flex-direction: row;
	left: 0;
	margin: 0;
	padding: 20px 10px 10px 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
}
.product-container-outer dd,.product-container-outer dt
{
	align-self: flex-end;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.6);
}
.product-container-outer dt
{
	flex-grow: 1;
	font-size: 2em;
}
.product-container-outer dd
{
	font-size: 2.5em;
	font-weight: 700;
	padding-left: 10px;
	white-space: nowrap;
}
.products-cart+.products-cart
{
	border-top: 1px solid #eee;
}
.products-cart .input-group input
{
	border: 0;
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	box-shadow: none;
	webkit-appearance: none;
}
.products-cart .input-group input:focus
{
	box-shadow: none;
	outline: 0;
	webkit-focus-ring-color: transparent;
	webkit-tap-highlight-color: transparent;
}
.products-cart .field.error button.is-light,.products-cart .field.error button.is-light:hover
{
	background: #fd6a62;
	color: #fff!important;
}
.products-cart .field.error input
{
	border-color: #fd6a62;
}
.products-cart .has-addons input
{
	border-color: #f5f5f5;
	border-width: 2px;
}
.products-cart .has-addons input:focus
{
	box-shadow: none;
}
.product-container
{
	padding-top: 100%;
	position: relative;
}
.product-container-outer
{
	margin-bottom: 10px;
	text-decoration: none;
}
.products-price
{
	display: inline;
}
a.product-container-outer:active,a.product-container-outer:hover,a.product-container-outer:visited
{
	text-decoration: none;
}
.product-container-text
{
	font-size: 1.8em;
	padding-bottom: .5em;
	padding-top: .5em;
}
.product-container-text i
{
	display: block;
	font-style: normal;
	line-height: 1.3em;
	opacity: .6;
	padding-bottom: .2em;
}
.product-container-text b
{
	display: block;
	font-weight: 700;
}
@media (max-width:767px)
{
	.products-price
	{
		display: block;
	}
	.product-container-outer dl
	{
		flex-direction: column;
	}
	.product-container-outer dt
	{
		align-self: flex-start;
		font-size: 1.8em;
	}
	.product-container-outer dd
	{
		align-self: flex-start;
		font-size: 1.5em;
		padding-left: 0;
	}
}
@media (min-width:768px)
{
	a.product-container-outer:hover .product-container:after
	{
		background-color: rgba(0,0,0,.3);
		border-radius: 5px;
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}
@keyframes animateSuccessTip
{
	0%
	{
		left: 1px;
		top: 19px;
		width: 0;
	}
	54%
	{
		left: 1px;
		top: 19px;
		width: 0;
	}
	70%
	{
		left: -8px;
		top: 37px;
		width: 50px;
	}
	84%
	{
		left: 21px;
		top: 48px;
		width: 17px;
	}
	100%
	{
		left: 14px;
		top: 45px;
		width: 25px;
	}
}
@keyframes animateSuccessLong
{
	0%
	{
		right: 46px;
		top: 54px;
		width: 0;
	}
	65%
	{
		right: 46px;
		top: 54px;
		width: 0;
	}
	84%
	{
		right: 0;
		top: 35px;
		width: 55px;
	}
	100%
	{
		right: 8px;
		top: 38px;
		width: 47px;
	}
}
@keyframes rotatePlaceholder
{
	0%
	{
		transform: rotate(-45deg);
	}
	5%
	{
		transform: rotate(-45deg);
	}
	12%
	{
		transform: rotate(-405deg);
	}
	100%
	{
		transform: rotate(-405deg);
	}
}
.animateSuccessTip
{
	animation: animateSuccessTip .75s;
}
.animateSuccessLong
{
	animation: animateSuccessLong .75s;
}
.sa-icon.sa-success.animate::after
{
	animation: rotatePlaceholder 4.25s ease-in;
}
.sa-icon
{
	border: 4px solid gray;
	border-radius: 50%;
	box-sizing: content-box;
	display: none;
	height: 80px;
	margin: 20px auto 30px auto;
	position: relative;
	width: 80px;
}
.sa-icon.sa-success
{
	border-color: #4cae4c;
}
.sa-icon.sa-success::after,.sa-icon.sa-success::before
{
	background: #f6f7f8;
	border-radius: 50%;
	content: '';
	height: 120px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}
.sa-icon.sa-success::before
{
	border-radius: 120px 0 0 120px;
	left: -33px;
	top: -7px;
	transform: rotate(-45deg);
	transform-origin: 60px 60px;
}
.sa-icon.sa-success::after
{
	border-radius: 0 120px 120px 0;
	left: 30px;
	top: -11px;
	transform: rotate(-45deg);
	transform-origin: 0 60px;
}
.sa-icon.sa-success .sa-placeholder
{
	border: 4px solid rgba(92,184,92,.2);
	border-radius: 50%;
	box-sizing: content-box;
	height: 80px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 80px;
	z-index: 2;
}
.sa-icon.sa-success .sa-fix
{
	background-color: #f6f7f8;
	height: 90px;
	left: 28px;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 5px;
	z-index: 1;
}
.sa-icon.sa-success .sa-line
{
	background-color: #5cb85c;
	border-radius: 2px;
	display: block;
	height: 5px;
	position: absolute;
	z-index: 2;
}
.sa-icon.sa-success .sa-line.sa-tip
{
	left: 14px;
	top: 46px;
	transform: rotate(45deg);
	width: 25px;
}
.sa-icon.sa-success .sa-line.sa-long
{
	right: 8px;
	top: 38px;
	transform: rotate(-45deg);
	width: 47px;
}
html
{
	background: #f5f5f5!important;
	display: flex;
	flex-direction: column;
}
.page,body
{
	font-family: Roboto,sans-serif;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}
body
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.main
{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.page
{
	font-size: 8px;
	padding: 30px 15px 0 15px;
	position: relative;
	text-align: left!important;
}
.page-font
{
	font-size: 8px;
}
.btn-link,.btn-link:active,.btn-link:hover,.btn-link:link,.btn-link:visited
{
	border: 2px solid transparent;
	border-radius: 2px;

	font-size: 22px;
	height: auto;
	line-height: 1.4;
	padding: 20px 10px;
	position: relative;
	text-decoration: none!important;
	white-space: normal;
	width: 100%;
}
@-webkit-keyframes circle-ripple
{
	0%
	{
		opacity: .2;
		transform: scale(0);
		webkit-transform: scale(0);
	}
	33%
	{
		opacity: 1;
	}
	67%
	{
		opacity: .2;
	}
	100%
	{
		opacity: 0;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
@keyframes circle-ripple
{
	0%
	{
		opacity: .2;
		transform: scale(0);
		webkit-transform: scale(0);
	}
	33%
	{
		opacity: 1;
	}
	67%
	{
		opacity: .2;
	}
	100%
	{
		opacity: 0;
		transform: scale(1);
		webkit-transform: scale(1);
	}
}
.waiting-block
{
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 80px;
}
.waiting:after,.waiting:before
{
	animation: circle-ripple 2s infinite cubic-bezier(.1,.2,.3,1);
	border: 6px solid #fff;
	border-radius: 50%;
	content: '';
	height: 80px;
	left: 50%;
	margin: -40px 0 0 -40px;
	position: absolute;
	top: 50%;
	webkit-animation: circle-ripple 2s infinite cubic-bezier(.1,.2,.3,1);
	width: 80px;
	z-index: 1;
}
.waiting:after
{
	animation-delay: -1s;
	webkit-animation-delay: -1s;
}
.waiting-blue:after,.waiting-blue:before
{
	border-color: #4f8ef7;
}
.waiting-black:after,.waiting-black:before
{
	border-color: #212125;
}
.profile-avatar
{
	border-radius: 50%;
}
.profile-avatar-65
{
	height: 65px;
	width: 65px;
}
.profile-avatar-95
{
	height: 95px;
	width: 95px;
}
.profile-avatar-125
{
	height: 125px;
	width: 125px;
}
.profile-avatar-150
{
	height: 150px;
	width: 150px;
}
.btn
{
	white-space: normal;
}
.btn-link:hover
{
	opacity: .9;
}
.footer-link
{
	opacity: .7;
	padding: 20px 15px 35px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity .1s ease;
}
.footer-link:hover
{
	opacity: 1;
	text-decoration: none;
}
.map-container,.video-container
{
	background: #eee;
	padding-top: 56.17021276595745%;
	position: relative;
	width: 100%;
}
.map-container .map-form,.map-container .map-view
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.picture-container,.product-container
{
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	position: relative;
	width: 100%;
}
.picture-cover
{
	background-size: cover!important;
}
.picture-contain
{
	background-color: #fff;
	background-size: contain!important;
}
.picture-container
{
	padding-top: 70%;
}
.picture-container:after,.product-container:after
{
	border-radius: 5px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.slider-has-link .picture-container:after,.slider-has-text .picture-container:after
{
	border-radius: 5px 5px 0 0;
}
.slider-has-border .picture-container:after,.slider-has-border .product-container:after
{
	border: 1px solid rgba(0,0,0,.1);
}
.product-container:after
{
	border-radius: 5px;
}
.product-container.fa:before
{
	color: #dedcdc;
	font-size: 25px;
	left: 50%;
	position: absolute;
	text-shadow: 0 1px 0 #fff;
	top: 50%;
	transform: translate(-50%,-50%);
}
.picture-container-empty:before,.picture-container-upload:before,.product-container-empty:before,.product-container.fa:before
{
	color: #d6d6d6;
	font: normal normal normal 50px/1 "Font Awesome 5 Pro";
	left: 50%;
	margin-right: -50%;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 1px 1px #fff;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-container-outer .product-container-empty:before,.product-container.fa:before
{
	font-size: 30px;
}
.product-container-empty:before
{
	content: "\f03e";
}
.picture-container-upload:before
{
	content: "\f0ee";
}
.video-container iframe
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.block-break
{
	position: relative;
}
.block-form label
{
	font-weight: 400;
	margin-bottom: 10px;
}
.block-form .btn-link
{
	position: relative;
}
@-webkit-keyframes rotating
{
	from
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	to
	{
		transform: rotate(1turn);
		webkit-transform: rotate(1turn);
	}
}
@keyframes rotating
{
	from
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	to
	{
		transform: rotate(1turn);
		webkit-transform: rotate(1turn);
	}
}
.updating-block
{
	align-items: center;
	display: flex;
	font-size: 0;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.updating-block:before
{
	animation: rotating .7s linear infinite;
	content: url(data:image/svg+xml;
	display: inline-block;
	height: 2rem;
	webkit-animation: rotating .7s linear infinite;
	width: 2rem;
}
.btn-link .updating-block:before
{
	height: 3rem;
	width: 3rem;
}
.updating-link span
{
	display: none;
}
.updating-link .updating-block
{
	opacity: 1;
}
.updating-link,.updating-link:active,.updating-link:hover,.updating-link:link,.updating-link:visited
{
	color: transparent!important;
	position: relative;
}
.btn-link.updating-link .fa,.btn-link.updating-link svg
{
	visibility: hidden;
}
.block-form .btn-link,.block-form .checkbox-list,.block-form .intl-tel-input,.block-form .radio-list,.block-form input[type=number],.block-form input[type=search],.block-form input[type=tel],.block-form input[type=text],.block-form select,.block-form textarea
{
	display: block;
	font-size: 2em;
	margin-bottom: 20px!important;
	width: 100%;
}
.block-form .label
{
	display: block;
	font-size: 2.2em;
	font-size: inherit;
}
.block-form input[type=number],.block-form input[type=search],.block-form input[type=tel],.block-form input[type=text],.block-form select,.block-form textarea
{
	background: #fff;
	border: solid 1px #d9d9d9;
	border-radius: 2px;
	border-top: solid 1px #a9a9a9;
	color: #000;
	font-size: 2.2em;
	padding: 16px 16px;
	webkit-appearance: none;
}
.block-form .intl-tel-input input[type=tel]
{
	font-size: inherit;
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus
{
	outline: 0;
}
.block-form select
{
	background: #fff;
	border: solid 1px #d9d9d9;
}
.block-form div.select
{
	height: auto;
	position: relative;
	width: 100%;
}
.block-form div.select select
{
	height: auto;
}
.block-form div.select:after
{
	font-size: 2.2em;
	margin-top: -.9em!important;
}
.block-form input:focus,.block-form select:focus,.block-form textarea:focus
{
	outline: 0;
	webkit-focus-ring-color: transparent;
	webkit-tap-highlight-color: transparent;
}
.block-form .form-field-desc
{
	margin-bottom: 10px;
	opacity: .5;
}
.form-field>.form-field-desc
{
	font-size: 1.8em;
}
.block-break:before
{
	border-bottom: 1px solid #000;
	content: '';
	height: 50%;
	left: 50%;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate(-50%,0);
	width: 20%;
}
.btn-link-whatsapp,.btn-link-whatsapp:active,.btn-link-whatsapp:hover,.btn-link-whatsapp:link,.btn-link-whatsapp:visited
{
	background: #55cd6c!important;
	border-color: #55cd6c!important;
	color: #fff!important;
}
.btn-link-telegram,.btn-link-telegram:active,.btn-link-telegram:hover,.btn-link-telegram:link,.btn-link-telegram:visited
{
	background: #61a8de!important;
	border-color: #61a8de!important;
	color: #fff!important;
}
.btn-link-fb,.btn-link-fb:active,.btn-link-fb:hover,.btn-link-fb:link,.btn-link-fb:visited
{
	background: #0084ff!important;
	border-color: #0084ff!important;
	color: #fff!important;
}
.btn-link-sk,.btn-link-sk:active,.btn-link-sk:hover,.btn-link-sk:link,.btn-link-sk:visited
{
	background: #00aff0!important;
	border-color: #00aff0!important;
	color: #fff!important;
}
.btn-link-sk img
{
	background: #fff;
	padding: 3px;
	width: 60px;
}
.btn-link-vk,.btn-link-vk:active,.btn-link-vk:hover,.btn-link-vk:link,.btn-link-vk:visited
{
	background: #4d76a1!important;
	border-color: #4d76a1!important;
	color: #fff!important;
}
.btn-link-viber,.btn-link-viber:active,.btn-link-viber:hover,.btn-link-viber:link,.btn-link-viber:visited
{
	background: #7d3daf!important;
	border-color: #7d3daf!important;
	color: #fff!important;
}
.btn-link-ln,.btn-link-ln:active,.btn-link-ln:hover,.btn-link-ln:link,.btn-link-ln:visited
{
	background: #00c200!important;
	border-color: #00c200!important;
	color: #fff!important;
}
.btn-link-fb svg,.btn-link-ln svg,.btn-link-sk svg,.btn-link-telegram svg,.btn-link-viber svg,.btn-link-vk svg,.btn-link-we svg,.btn-link-whatsapp svg
{
	margin: -10px 0;
}
.btn-link-circle.btn-link-vk svg
{
	left: -1px;
	position: relative;
}
.btn-link-block svg+span
{
	margin-left: 10px;
}
.btn-link-circle
{
	border-radius: 50%!important;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 0!important;
	width: 66px!important;
}
.btn-link-circle.btn-link-telegram svg
{
	margin-left: -5px;
}
.btn-link-block+.btn-link-block,.btn-link-default+.btn-link-default
{
	margin-top: 15px;
}
.btn-link.btn-link-icon
{
	background: 0 0!important;
	border: 0!important;
	padding: 0!important;
}
.btn-link.btn-link-icon img
{
	border-radius: 13px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.footer-link,.footer-link:active,.footer-link:hover,.footer-link:link,.footer-link:visited
{
	text-decoration: none;
}
.block-html,.block-text
{
	font-size: 2.2em;
}
.block-html input,.block-html select,.block-html textarea
{
	background: #fff;
	color: #000;
}
.block-text a.link,.block-text a.link:active,.block-text a.link:hover,.block-text a.link:link,.block-text a.link:visited
{
	text-decoration: underline;
}
.socials .row
{
	padding-bottom: 15px;
}
.socials .row:last-child
{
	padding-bottom: 0;
}
.btn-map,.btn-map:active,.btn-map:hover,.btn-map:link,.btn-map:visited,.btn-socials,.btn-socials:active,.btn-socials:hover,.btn-socials:link,.btn-socials:visited
{
	border-width: 0;
	display: flex!important;
	flex-direction: row;
	justify-content: center;
	line-height: 1;
	padding: 19px 5px!important;
}
.btn-socials,.btn-socials:active,.btn-socials:hover,.btn-socials:link,.btn-socials:visited
{
	color: #fff!important;
}
.btn-socials .fa
{
	align-self: center;
	font-size: 29px;
	margin: 0 5px;
}
.btn-socials span
{
	align-self: center;
}
.btn-socials-youtube,.btn-socials-youtube:active,.btn-socials-youtube:hover,.btn-socials-youtube:link,.btn-socials-youtube:visited
{
	background: #cc181e!important;
}
.btn-socials-ok,.btn-socials-ok:active,.btn-socials-ok:hover,.btn-socials-ok:link,.btn-socials-ok:visited
{
	background: #f7941d!important;
}
.btn-socials-vk,.btn-socials-vk:active,.btn-socials-vk:hover,.btn-socials-vk:link,.btn-socials-vk:visited
{
	background: #597da3!important;
}
.btn-socials-fb,.btn-socials-fb:active,.btn-socials-fb:hover,.btn-socials-fb:link,.btn-socials-fb:visited
{
	background: #1059b2!important;
}
.btn-socials-ig,.btn-socials-ig:active,.btn-socials-ig:hover,.btn-socials-ig:link,.btn-socials-ig:visited
{
	background: #517fa6!important;
}
.btn-socials-pt,.btn-socials-pt:active,.btn-socials-pt:hover,.btn-socials-pt:link,.btn-socials-pt:visited
{
	background: #bd081c!important;
}
.btn-socials-twitter,.btn-socials-twitter:active,.btn-socials-twitter:hover,.btn-socials-twitter:link,.btn-socials-twitter:visited
{
	background: #2ac0ff!important;
}
.btn-socials-sn,.btn-socials-sn:active,.btn-socials-sn:hover,.btn-socials-sn:link,.btn-socials-sn:visited
{
	background: #ff0!important;
	color: #000!important;
}
.btn-socials .fa+span
{
	margin-left: 10px;
}
.btn-socials .fa-vk
{
	position: relative;
	top: -2px;
}
.btn-socials-instagram
{
	background: #517fa6!important;
	border: 1px solid #517fa6;
}
.btn-map .fa
{
	align-self: center;
	font-size: 25px;
	margin: 0 5px;
}
.btn-map .fa+span
{
	margin-left: 7px;
}
.btn-map span
{
	align-self: center;
}
.slider
{
	clear: both;
	position: relative;
}
.slider-inner
{
	display: block;
	left: 0;
	overflow: hidden;
	overflow: visible;
	position: relative;
	right: 0;
	white-space: nowrap;
	z-index: 1;
}
.product-container-outer,.slider-slide
{
	display: inline-block;
	min-height: 100px;
	position: relative;
	transition: transform .5s;
	vertical-align: top;
	white-space: normal;
	width: 100%;
}
.slider-control
{
	background: red;
	background: url(data:image/svg+xml;
	bottom: 0;
	cursor: pointer;
	height: 100%;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: 1001;
}
.slider-control-left
{
	left: 0;
	margin-left: -50px;
}
.slider-control-right
{
	margin-right: -50px;
	ms-transform: rotate(180deg);
	right: 0;
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
@media (max-width:1199px)
{
	.slider-control
	{
		display: none;
	}
}
.slider-control:hover
{
	opacity: 1;
}
.slider-has-link .picture-container,.slider-has-link .picture-container:before,.slider-has-text .picture-container,.slider-has-text .picture-container:before
{
	border-radius: 5px 5px 0 0;
}
.slider-slide-text
{
	background: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgba(0,0,0,.1);
	color: #000;
	display: none;
	margin: 0 4px;
	overflow: hidden;
	padding: 1rem;
	text-align: left;
	text-overflow: ellipsis;
}
.slider-has-border .slider-slide-text
{
	border: 1px solid rgba(0,0,0,.1);
	border-top: 0;
}
.slider-has-text .slider-slide-text
{
	display: block;
}
.slider-slide-link
{
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slider-has-link .slider-slide-link
{
	display: block;
}
.slider-slide-link,.slider-slide-link:active,.slider-slide-link:hover,.slider-slide-link:link,.slider-slide-link:visited
{
	background: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgba(0,0,0,.1);
	color: #0383de!important;
	font-size: 2.3em;
	margin: 0 4px;
	padding: 17px 20px;
	text-align: center;
	text-decoration: none;
}
.slider-has-border .slider-slide-link
{
	border: 1px solid rgba(0,0,0,.1);
	border-top: 0;
}
.slider-has-link.slider-has-text .slider-slide-link
{
	border-top: 1px solid rgba(0,0,0,.1);
}
.slider-has-link .slider-slide-text
{
	border-bottom: 0;
	border-radius: 0;
}
.slider-slide-text .slider-slide-title
{
	font-size: 2.3em;
}
.slider-slide-text .slider-slide-snippet
{
	font-size: 1.8em;
	opacity: .7;
	white-space: pre-line;
}
.slider-arrow-left,.slider-arrow-right
{
	bottom: 0;
	color: #000;
	color: #fff;
	cursor: pointer;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	left: 0;
	margin: auto;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	user-select: none;
	webkit-user-select: none;
	width: 80px;
	z-index: 3;
}
.slider-arrow-left
{
	right: auto;
}
.slider-arrow-right
{
	left: auto;
}
.slider-arrow-left:before,.slider-arrow-right:before
{
	bottom: 0;
	content: "\f104";
	font-size: 60px;
	height: 1em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 1em;
}
.slider-arrow-right:before
{
	content: "\f105";
}
.slider-nav
{
	font-size: 0;
	height: 20px;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}
.slider-dot
{
	background-color: #d3d4d6;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 3px 5px;
	position: relative;
	transition: background-color .1s,color .1s;
	webkit-transition: background-color .1s,color .1s;
	width: 10px;
}
.slider-dot.active
{
	background-color: #53a3e0;
	opacity: 1;
}
.slider-pictures .slider-inner
{
	margin: 0 11px;
}
.slider-pictures
{
	overflow: hidden;
}
.modal .slider-pictures .slider-slide
{
	margin-top: 15px;
}
.slider-pictures .picture-container
{
	margin: 0 4px;
	width: auto;
}
@media only screen and (min-device-width :320px) and (max-device-width :568px)
{
	.header-choose-profile .fa
	{
		display: none;
	}
	.menu a
	{
		padding: 5px 9px;
	}
	.menu-tiny a
	{
		padding: 5px 5px;
	}
	.menu a.active i
	{
		margin-right: 5px;
	}
	.header-choose-profile .a>a,.header-choose-profile .a>div.d
	{
		padding: 0 8px;
	}
	header .menu a .fa
	{
		font-weight: 400;
	}
}
@media only screen and (min-device-width :375px) and (max-device-width :667px)
{
	.header-choose-profile .fa
	{
		display: inline-block;
	}
	.menu a
	{
		padding: 5px 12px;
	}
	.menu-tiny a
	{
		padding: 5px 11px;
	}
}
@media (max-width:767px)
{
	.modal-md,.modal-xl
	{
		margin: 0;
		width: 100%;
	}
	.modal-body
	{
		max-height: none!important;
		padding: 15px;
	}
	.modal-content
	{
		border: 0;
		border-radius: 0;
	}
	.modal-dialog
	{
		bottom: 0;
		height: 100%;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.modal-dialog .modal-content
	{
		height: 100%;
		min-height: 100%;
	}
	.modal-open .modal
	{
		overflow-y: hidden;
	}
	.modal-notify
	{
		height: auto;
		padding: 15px;
	}
	.btn-link-empty,.btn-link-empty:active,.btn-link-empty:hover,.btn-link-empty:link,.btn-link-empty:visited
	{
		background: #1fb6ff!important;
		border: 0!important;
		border-radius: 0!important;
		color: #fff!important;
		margin: 30px 0 0 0;
		padding: 30px 18px!important;
	}
	.btn-link-empty i.fa
	{
		display: inline-block!important;
		margin-right: 10px;
	}
	.menu
	{
		margin: 0;
	}
	.hero-link
	{
		padding: 20px 0 40px 0;
	}
	.btn-xs-block
	{
		display: block;
		width: 100%;
	}
	.text-xs-center
	{
		text-align: center;
	}
	.text-xs-left
	{
		text-align: left;
	}
	.text-xs-right
	{
		text-align: right;
	}
	.startup-helper-holder .btn-link-empty
	{
		margin-left: 0;
	}
	.themes-panel
	{
		padding: 15px;
	}
	.device-xs-hide.marvel-device .screen
	{
		overflow: hidden;
	}
	.border-3x
	{
		padding: 30px;
	}
	.border-vertical-3x
	{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.marvel-device .page
	{
		padding: 0;
	}
	.page .blocks-list
	{
		padding: 30px 15px 0 15px;
	}
}
@media (max-width:991px)
{
	.block-handle
	{
		left: 0;
	}
	.block-handle-link
	{
		right: 0;
	}
	.device-xs-hide .block-avatar,.device-xs-hide .block-break,.device-xs-hide .block-form,.device-xs-hide .block-html,.device-xs-hide .block-link,.device-xs-hide .block-slider,.device-xs-hide .block-socialnetworks,.device-xs-hide .block-text,.device-xs-hide .block-video,.startup-helper-holder .block-avatar,.startup-helper-holder .block-break,.startup-helper-holder .block-form,.startup-helper-holder .block-link,.startup-helper-holder .block-slider,.startup-helper-holder .block-socialnetworks,.startup-helper-holder .block-text,.startup-helper-holder .block-video
	{
		padding-left: 40px;
	}
	.block-link-page
	{
		padding-right: 40px;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	.text-sm-center
	{
		text-align: center;
	}
}
@media (max-width:991px)
{
	.index-statistics-image
	{
		margin-bottom: 0;
		top: 0;
	}
}
.mx-link,.mx-tap
{
	cursor: pointer;
}
.mx-tap
{
	transition-duration: .3s;
	webkit-transition-duration: .3s;
}
.mx-tap.active
{
	background-color: #d9d9d9!important;
	transition-duration: 0s;
	webkit-transition-duration: 0s;
}
@media (min-width:768px)
{
	.mx-tap:hover
	{
		background-color: #f5f5f5;
	}
}
mx-item
{
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	display: block;
}
mx-item .item-row
{
	margin: 0;
}
mx-item .item-row>div
{
	border-right: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 8px;
}
mx-item .item-row>div.item-col-clear
{
	border-right: 0;
}
mx-item .item-row>div:last-child
{
	border-right: 0;
}
@media (max-width:767px)
{
	mx-item .item-row
	{
		padding: 10px;
	}
	mx-item .item-row>div
	{
		border-right: 0;
		padding: 0;
	}
	mx-item
	{
		line-height: 1.6;
	}
	mx-item .checkbox
	{
		margin-bottom: 10px!important;
	}
}
.mx-toggle+.form-control-static
{
	display: inline-block;
	font-weight: 700;
	margin-left: 10px;
	vertical-align: top;
}
.mx-icon-toggle,.mx-toggle
{
	align-self: center;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 34px;
	margin-bottom: 0;
	ms-flex-item-align: center;
	position: relative;
	webkit-align-self: center;
	width: 80px;
}
.mx-toggle:after
{
	content: 'Да';
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 52px;
}
.mx-toggle[data-true-value]:after
{
	content: attr(data-true-value);
}
.mx-toggle div
{
	appearance: none;
	background: #68747b;
	border: 2px solid rgba(0,0,0,.2);
	border: none;
	border-radius: 2px;
	cursor: pointer;
	height: 34px;
	margin: 0;
	moz-appearance: none;
	ms-appearance: none;
	padding: 0;
	pointer-events: none;
	position: relative;
	transition-duration: .3s;
	webkit-appearance: none;
	webkit-transition-duration: .3s;
	width: 80px;
	z-index: 1;
}
.mx-toggle div:before
{
	background: #829199;
	border-radius: 2px;
	content: ' ';
	content: 'Нет';
	height: 30px;
	left: 0;
	line-height: 31px;
	padding-left: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(1);
	transition-duration: .3s;
	webkit-transform: scale(1);
	webkit-transition-duration: .3s;
	width: 76px;
	z-index: 1;
}
.mx-toggle div[data-false-value]:before
{
	content: attr(data-false-value);
}
.mx-toggle div:after
{
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	content: ' ';
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(0);
	transition-duration: .3s;
	webkit-transform: translateX(0);
	webkit-transition-duration: .3s;
	width: 30px;
	z-index: 2;
}
.mx-icon-toggle input[type=checkbox],.mx-toggle input[type=checkbox]
{
	display: none;
}
.mx-toggle input[type=checkbox]:checked+div
{
	background: #5cb85c;
	z-index: 0;
}
.mx-toggle input[type=checkbox]:checked+div:before
{
	transform: scale(0);
	webkit-transform: scale(0);
}
.mx-toggle input[type=checkbox]:checked+div:after
{
	transform: translateX(46px);
	webkit-transform: translateX(46px);
}
.mx-toggle input:disabled+div,.mx-toggle input:disabled+div:before
{
	background: #c1c1c1!important;
}
.mx-toggle input:disabled+div:after
{
	box-shadow: none!important;
}
@media (max-width:767px)
{
	.mx-toggle
	{
		float: left;
	}
	.mx-toggle+.form-control-static
	{
		display: block;
		margin-left: 90px;
	}
}
.mx-icon-toggle
{
	color: #000;
	text-align: center;
}
.mx-icon-toggle .icon-yes
{
	display: none;
}
.mx-icon-toggle .icon-no
{
	color: #aaa;
	display: inline-block;
}
.mx-icon-toggle input[type=checkbox]:checked+.icon-yes
{
	display: inline-block;
}
.mx-icon-toggle input[type=checkbox]:checked+.icon-yes+.icon-no
{
	display: none;
}
.mx-icon-toggle
{
	width: 34px;
}
.card-info__form-wrap
{
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	padding: 15px 0;
	text-align: left;
}
.card-info__cards
{
	padding-bottom: 51%;
	position: relative;
	width: 100%;
}
.card-info__card
{
	background: #eee;
	border-radius: 1em;
	padding-bottom: 46%;
	width: 75%;
}
.card-info__front
{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 200;
}
.card-info__back
{
	background: #bbb;
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 100;
}
.card-info__back-line
{
	background: #888;
	height: 4em;
	position: absolute;
	right: 0;
	top: 2em;
	width: 100%;
}
.card-info__cards *
{
	box-sizing: border-box;
}
.card-info__back-fields
{
	box-sizing: content-box;
	padding: 6%;
	position: absolute;
	right: 0;
	top: 6em;
	width: 22%;
}
.card-info__label-code
{
	line-height: 1.3;
	margin-top: 10%;
}
.card-info__bank-logo-wrap
{
	display: none;
	height: 25%;
	left: 0;
	padding: 0 6%;
	position: absolute;
	top: 9.5%;
	width: 100%;
	z-index: 100;
}
.card-info__bank-logo-link
{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	border: none!important;
	display: block;
	height: 100%;
}
.card-info__type-logo-wrap
{
	bottom: 0;
	line-height: 0;
	padding: 6%;
	position: absolute;
	right: 0;
}
.card-info__type-logo
{
	height: 2.8em!important;
}
.card-info__label
{
	display: block;
}
.card-info__front-fields
{
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding: 6%;
	position: absolute;
	right: 0;
	width: 100%;
}
.card-info__field
{
	border: 2px transparent solid;
	box-sizing: border-box;
	color: initial;
	display: block;
	font-family: monospace,verdana;
	font-size: 1.8em;
	line-height: 1.15;
	padding: .2em .3em;
	text-indent: .1em;
	width: 100%;
}
.card-info__field:focus
{
	border-color: #fbc139!important;
	box-shadow: none;
	outline: 0;
	webkit-box-shadow: none;
}
.card-info__label-expired
{
	margin: 3% 0 2%;
}
.card-info__field-expired
{
	float: left;
	margin-right: 4%;
	width: 20%;
}