/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figcaption,
figure,
main {
	display: block;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
address {
	font-style: normal;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
	font-weight: 400;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
	outline: 0;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
::after,
::before {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.5;
	-webkit-tap-highlight-color: transparent;
}
body {
	background: #fff;
	color: #3b4351;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: .8rem;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}
a {
	color: #4f555d;
	outline: 0;
	text-decoration: none;
}
a:focus {
	box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
}
a.active,
a:active,
a:focus,
a:hover {
	color: #4f555d;
	text-decoration: underline;
}
a:visited {
	color: #807fe2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5em;
	margin-top: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 500;
}
.h1,
h1 {
	font-size: 2rem;
}
.h2,
h2 {
	font-size: 1.6rem;
}
.h3,
h3 {
	font-size: 1.4rem;
}
.h4,
h4 {
	font-size: 1.2rem;
}
.h5,
h5 {
	font-size: 1rem;
}
.h6,
h6 {
	font-size: .8rem;
}
p {
	margin: 0 0 1.2rem;
}
a,
ins,
u {
	-webkit-text-decoration-skip: ink edges;
	text-decoration-skip: ink edges;
}
abbr[title] {
	border-bottom: .05rem dotted;
	cursor: help;
	text-decoration: none;
}
kbd {
	background: #303742;
	border-radius: .1rem;
	color: #fff;
	font-size: .7rem;
	line-height: 1.25;
	padding: .1rem .2rem;
}
mark {
	background: #ffe9b3;
	border-bottom: .05rem solid #ffd367;
	border-radius: .1rem;
	color: #3b4351;
	padding: .05rem .1rem 0;
}
blockquote {
	border-left: .1rem solid #dadee4;
	margin-left: 0;
	padding: .4rem .8rem;
}
blockquote p:last-child {
	margin-bottom: 0;
}
ol,
ul {
	margin: .8rem 0 .8rem .8rem;
	padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin: .8rem 0 .8rem .8rem;
}
ol li,
ul li {
	margin-top: .4rem;
}
ul {
	list-style: disc inside;
}
ul ul {
	list-style-type: circle;
}
ol {
	list-style: decimal inside;
}
ol ol {
	list-style-type: lower-alpha;
}
dl dt {
	font-weight: 700;
}
dl dd {
	margin: .4rem 0 .8rem 0;
}

.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: .05rem solid #4f555d;
	border-radius: .1rem;
	color: #4f555d;
	cursor: pointer;
	display: inline-block;
	font-size: .8rem;
	height: 1.8rem;
	line-height: 1.2rem;
	outline: 0;
	padding: .25rem .4rem;
	text-align: center;
	text-decoration: none;
	transition: background .2s, border .2s, box-shadow .2s, color .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:focus {
	box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
}
.btn:focus,
.btn:hover {
	background: #f1f1fc;
	border-color: #4f555d;
	text-decoration: none;
}
.btn.active,
.btn:active {
	background: #4f555d;
	border-color: #4f555d;
	color: #fff;
	text-decoration: none;
}
.btn.active.loading::after,
.btn:active.loading::after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
	cursor: default;
	opacity: .5;
	pointer-events: none;
}
.btn.btn-primary {
	background: #4f555d;
	border-color: #4f555d;
	color: #fff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background: #4f555d;
	border-color: #4f555d;
	color: #fff;
}
.btn.btn-primary.active,
.btn.btn-primary:active {
	background: #4f555d;
	border-color: #4f555d;
	color: #fff;
}
.btn.btn-primary.loading::after {
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.btn.btn-link {
	background: 0 0;
	border-color: transparent;
	color: #4f555d;
}
.btn.btn-link.active,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
	color: #4f555d;
}
.btn.btn-sm {
	font-size: .7rem;
	height: 1.4rem;
	padding: .05rem .3rem;
}
.btn.btn-lg {
	font-size: .9rem;
	height: 2rem;
	padding: .35rem .6rem;
}
.btn.btn-block {
	display: block;
	width: 100%;
}
.btn.btn-action {
	padding-left: 0;
	padding-right: 0;
	width: 1.8rem;
}
.btn.btn-action.btn-sm {
	width: 1.4rem;
}
.btn.btn-action.btn-lg {
	width: 2rem;
}
.btn.btn-clear {
	background: 0 0;
	border: 0;
	color: currentColor;
	height: 1rem;
	line-height: .8rem;
	margin-left: .2rem;
	margin-right: -2px;
	opacity: 1;
	padding: .1rem;
	text-decoration: none;
	width: 1rem;
}
.btn.btn-clear:focus,
.btn.btn-clear:hover {
	background: rgba(247, 248, 249, .5);
	opacity: .95;
}
.btn.btn-clear::before {
	content: "\2715";
}
.btn-group {
	display: inline-flex;
	display: -ms-inline-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn-group .btn {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
	margin-left: -.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -.05rem;
}
.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
	z-index: 1;
}
.btn-group.btn-group-block {
	display: flex;
	display: -ms-flexbox;
}
.btn-group.btn-group-block .btn {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}
.form-group:not(:last-child) {
	margin-bottom: .4rem;
}
fieldset {
	margin-bottom: .8rem;
}
legend {
	font-size: .9rem;
	font-weight: 500;
	margin-bottom: .8rem;
}

.label {
	background: #eef0f3;
	border-radius: .1rem;
	color: #455060;
	display: inline-block;
	line-height: 1.25;
	padding: .1rem .2rem;
}
.label.label-rounded {
	border-radius: 5rem;
	padding-left: .4rem;
	padding-right: .4rem;
}
.label.label-primary {
	background: #4f555d;
	color: #fff;
}
.label.label-secondary {
	background: #f1f1fc;
	color: #4f555d;
}
code {
	background: #fcf2f2;
	border-radius: .1rem;
	color: #d73e48;
	font-size: 85%;
	line-height: 1.25;
	padding: .1rem .2rem;
}
.code {
	border-radius: .1rem;
	color: #3b4351;
	position: relative;
}
.code::before {
	color: #bcc3ce;
	content: attr(data-lang);
	font-size: .7rem;
	position: absolute;
	right: .4rem;
	top: .1rem;
}
.code code {
	background: #f7f8f9;
	color: inherit;
	display: block;
	line-height: 1.5;
	overflow-x: auto;
	padding: 1rem;
	width: 100%;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-fit-cover {
	object-fit: cover;
}
.img-fit-contain {
	object-fit: contain;
}
.video-responsive {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.video-responsive::before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
video.video-responsive {
	height: auto;
	max-width: 100%;
}
video.video-responsive::before {
	content: none;
}
.video-responsive-4-3::before {
	padding-bottom: 75%;
}
.video-responsive-1-1::before {
	padding-bottom: 100%;
}
.figure {
	margin: 0 0 .4rem 0;
}
.figure .figure-caption {
	color: #66758c;
	margin-top: .4rem;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: .4rem;
	padding-right: .4rem;
	width: 100%;
}
.container.grid-xl {
	max-width: 1296px;
}
.container.grid-lg {
	max-width: 976px;
}
.container.grid-md {
	max-width: 856px;
}
.container.grid-sm {
	max-width: 616px;
}
.container.grid-xs {
	max-width: 496px;
}
.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
	display: none !important;
}
.columns {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.4rem;
	margin-right: -.4rem;
}
.columns.col-gapless {
	margin-left: 0;
	margin-right: 0;
}
.columns.col-gapless > .column {
	padding-left: 0;
	padding-right: 0;
}
.columns.col-oneline {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.column {
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	padding-left: .4rem;
	padding-right: .4rem;
}
.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-auto {
	-ms-flex: none;
	flex: none;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: none;
	width: auto;
}
.col-mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.col-ml-auto {
	margin-left: auto;
}
.col-mr-auto {
	margin-right: auto;
}
@media (max-width: 1280px) {
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		-ms-flex: none;
		flex: none;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.66666667%;
	}
	.col-xl-10 {
		width: 83.33333333%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.66666667%;
	}
	.col-xl-7 {
		width: 58.33333333%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.66666667%;
	}
	.col-xl-4 {
		width: 33.33333333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.66666667%;
	}
	.col-xl-1 {
		width: 8.33333333%;
	}
	.col-xl-auto {
		width: auto;
	}
	.hide-xl {
		display: none !important;
	}
	.show-xl {
		display: block !important;
	}
}
@media (max-width: 960px) {
	.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-lg-auto {
		-ms-flex: none;
		flex: none;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-auto {
		width: auto;
	}
	.hide-lg {
		display: none !important;
	}
	.show-lg {
		display: block !important;
	}
}
@media (max-width: 840px) {
	.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-md-auto {
		-ms-flex: none;
		flex: none;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-auto {
		width: auto;
	}
	.hide-md {
		display: none !important;
	}
	.show-md {
		display: block !important;
	}
}
@media (max-width: 600px) {
	.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,
	.col-sm-auto {
		-ms-flex: none;
		flex: none;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-auto {
		width: auto;
	}
	.hide-sm {
		display: none !important;
	}
	.show-sm {
		display: block !important;
	}
}
@media (max-width: 480px) {
	.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,
	.col-xs-auto {
		-ms-flex: none;
		flex: none;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-auto {
		width: auto;
	}
	.hide-xs {
		display: none !important;
	}
	.show-xs {
		display: block !important;
	}
}
.hero {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 4rem;
	padding-top: 4rem;
}
.hero.hero-sm {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.hero.hero-lg {
	padding-bottom: 8rem;
	padding-top: 8rem;
}
.hero .hero-body {
	padding: .4rem;
}
.navbar {
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: stretch;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navbar .navbar-section {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	-ms-flex-align: center;
}
.navbar .navbar-section:not(:first-child):last-child {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.navbar .navbar-center {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-align: center;
}
.navbar .navbar-brand {
	font-size: .9rem;
	text-decoration: none;
}
.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
	transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body,
.accordion[open] .accordion-body {
	max-height: 50rem;
}
.accordion .accordion-header {
	display: block;
	padding: .2rem .4rem;
}
.accordion .accordion-header .icon {
	transition: transform .25s;
}
.accordion .accordion-body {
	margin-bottom: .4rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s;
}
summary.accordion-header::-webkit-details-marker {
	display: none;
}
.breadcrumb {
	list-style: none;
	margin: .2rem 0;
	padding: .2rem 0;
}
.breadcrumb .breadcrumb-item {
	color: #66758c;
	display: inline-block;
	margin: 0;
	padding: .2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
	margin-right: .2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
	color: #66758c;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
	color: #66758c;
	content: "/";
	padding-right: .4rem;
}
.dropdown {
	display: inline-block;
	position: relative;
}
.dropdown .menu {
	animation: slide-down .15s ease 1;
	display: none;
	left: 0;
	max-height: 50vh;
	overflow-y: auto;
	position: absolute;
	top: 100%;
}
.dropdown.dropdown-right .menu {
	left: auto;
	right: 0;
}
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover,
.dropdown.active .menu {
	display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
	border-bottom-right-radius: .1rem;
	border-top-right-radius: .1rem;
}
.menu {
	background: #fff;
	border-radius: .1rem;
	box-shadow: 0 .05rem .2rem rgba(48, 55, 66, .3);
	list-style: none;
	margin: 0;
	min-width: 180px;
	padding: .4rem;
	transform: translateY(.2rem);
	z-index: 300;
}
.menu.menu-nav {
	background: 0 0;
	box-shadow: none;
}
.menu .menu-item {
	margin-top: 0;
	padding: 0 .4rem;
	position: relative;
	text-decoration: none;
}
.menu .menu-item > a {
	border-radius: .1rem;
	color: inherit;
	display: block;
	margin: 0 -.4rem;
	padding: .2rem .4rem;
	text-decoration: none;
}
.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
	background: #f1f1fc;
	color: #4f555d;
}
.menu .menu-item > a.active,
.menu .menu-item > a:active {
	background: #f1f1fc;
	color: #4f555d;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
	margin: .1rem 0;
}
.menu .menu-item + .menu-item {
	margin-top: .2rem;
}
.menu .menu-badge {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.menu .menu-badge .label {
	margin-right: .4rem;
}
.modal {
	align-items: center;
	bottom: 0;
	display: none;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: .4rem;
	position: fixed;
	right: 0;
	top: 0;
}
.modal.active,
.modal:target {
	display: flex;
	display: -ms-flexbox;
	opacity: 1;
	z-index: 400;
}
.modal.active .modal-overlay,
.modal:target .modal-overlay {
	background: rgba(247, 248, 249, .75);
	bottom: 0;
	cursor: default;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal.active .modal-container,
.modal:target .modal-container {
	animation: slide-down .2s ease 1;
	z-index: 1;
}
.modal.modal-sm .modal-container {
	max-width: 320px;
	padding: 0 .4rem;
}
.modal.modal-lg .modal-overlay {
	background: #fff;
}
.modal.modal-lg .modal-container {
	box-shadow: none;
	max-width: 960px;
}
.modal-container {
	background: #fff;
	border-radius: .1rem;
	box-shadow: 0 .2rem .5rem rgba(48, 55, 66, .3);
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 75vh;
	max-width: 640px;
	padding: 0 .8rem;
	width: 100%;
}
.modal-container.modal-fullheight {
	max-height: 100vh;
}
.modal-container .modal-header {
	color: #303742;
	padding: .8rem;
}
.modal-container .modal-body {
	overflow-y: auto;
	padding: .8rem;
	position: relative;
}
.modal-container .modal-footer {
	padding: .8rem;
	text-align: right;
}
.nav {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: .2rem 0;
}
.nav .nav-item a {
	color: #66758c;
	padding: .2rem .4rem;
	text-decoration: none;
}
.nav .nav-item a:focus,
.nav .nav-item a:hover {
	color: #4f555d;
}
.nav .nav-item.active > a {
	color: #505c6e;
	font-weight: 700;
}
.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
	color: #4f555d;
}
.nav .nav {
	margin-bottom: .4rem;
	margin-left: .8rem;
}
@keyframes loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-1.6rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.c-hand {
	cursor: pointer;
}
.c-move {
	cursor: move;
}
.c-zoom-in {
	cursor: zoom-in;
}
.c-zoom-out {
	cursor: zoom-out;
}
.c-not-allowed {
	cursor: not-allowed;
}
.c-auto {
	cursor: auto;
}
.d-block {
	display: block;
}
.d-inline {
	display: inline;
}
.d-inline-block {
	display: inline-block;
}
.d-flex {
	display: flex;
	display: -ms-flexbox;
}
.d-inline-flex {
	display: inline-flex;
	display: -ms-inline-flexbox;
}
.d-hide,
.d-none {
	display: none !important;
}
.d-visible {
	visibility: visible;
}
.d-invisible {
	visibility: hidden;
}
.text-hide {
	background: 0 0;
	border: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	text-shadow: none;
}
.text-assistive {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.divider,
.divider-vert {
	display: block;
	position: relative;
}
.divider-vert[data-content]::after,
.divider[data-content]::after {
	background: #fff;
	color: #bcc3ce;
	content: attr(data-content);
	display: inline-block;
	font-size: .7rem;
	padding: 0 .4rem;
	transform: translateY(-.65rem);
}
.divider {
	border-top: .05rem solid #f1f3f5;
	height: .05rem;
	margin: .4rem 0;
}
.divider[data-content] {
	margin: .8rem 0;
}
.divider-vert {
	display: block;
	padding: .8rem;
}
.divider-vert::before {
	border-left: .05rem solid #dadee4;
	bottom: .4rem;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: .4rem;
	transform: translateX(-50%);
}
.divider-vert[data-content]::after {
	left: 50%;
	padding: .2rem 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.clearfix::after {
	clear: both;
	content: "";
	display: table;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.p-relative {
	position: relative !important;
}
.p-absolute {
	position: absolute !important;
}
.p-fixed {
	position: fixed !important;
}
.p-sticky {
	position: sticky !important;
	position: -webkit-sticky !important;
}
.p-centered {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.flex-centered {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.s-rounded {
	border-radius: .1rem;
}
.s-circle {
	border-radius: 50%;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-normal {
	font-weight: 400;
}
.text-bold {
	font-weight: 700;
}
.text-italic {
	font-style: italic;
}
.text-large {
	font-size: 1.2em;
}
.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-clip {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}
.text-break {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	word-wrap: break-word;
}
