@import url(css.css);

/*

Theme: Purpose - Website UI Kit
Product Page: https://themes.getbootstrap.com/product/purpose-website-ui-kit/
Author: Webpixels
Author URI: https://www.webpixels.io

---

Copyright 2018-2019 Webpixels

*/


* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: system-ui;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(31, 45, 61, 0);
	scrollbar-width: none;
}

html::-webkit-scrollbar {
	display: none;
}

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

body {
	margin: 0;
	/*font-family: opposans;*/
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	color: #8492A6;
	text-align: left;
	background-color: #000D25;
	height: 100%;
	min-width: 1200px;
}

.pp-scrollable {
	background-color: #000D25;
	overflow: hidden;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

dt {
	font-weight: 600;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0a3cbb;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0a3cbb;
	text-decoration: none;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #8492A6;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + 0.3vw);
	}
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.3;
	color: #3C4858;
}

h1,
.h1 {
	font-size: 2rem;
}

@media (max-width: 1200px) {

	h1,
	.h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

h2,
.h2 {
	font-size: 1.8rem;
}

@media (max-width: 1200px) {

	h2,
	.h2 {
		font-size: calc(1.325rem + 0.9vw);
	}
}

h3,
.h3 {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {

	h3,
	.h3 {
		font-size: calc(1.3rem + 0.6vw);
	}
}

h4,
.h4 {
	font-size: 1.5rem;
}

@media (max-width: 1200px) {

	h4,
	.h4 {
		font-size: calc(1.275rem + 0.3vw);
	}
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.125rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.3;
}

.big {
	transform: scale(1);
}

.mt-big {
	margin-top: 10rem;
}

.scale-rt {
	transform-origin: right top;
}

.scale-rb {
	transform-origin: right bottom;
}

.scale-rc {
	transform-origin: right center;
}

.scale-cb {
	transform-origin: bottom center;
}

.scale-lt {
	transform-origin: left top;
}

.scale-lb {
	transform-origin: left bottom;
}

.scale-lc {
	transform-origin: left center;
}

@media (min-width: 1280px) {
	.display-1 {
		font-size: calc(1.5rem + 5vw);
	}

	.big {
		transform: scale(1);
	}

	.mt-big {
		margin-top: 2rem;
	}
}

@media (min-width: 1920px) {
	.big {
		transform: scale(1.1);
	}

	.mt-big {
		margin-top: 4rem;
	}
}

@media (min-width: 2560px) {
	.big {
		transform: scale(1.3);
	}

	.mt-big {
		margin-top: 7.5rem;
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

.display-4 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 12px;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

.display-5 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	.display-5 {
		font-size: calc(1.375rem + 2.7vw);
	}
}

.display-6 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-6 {
		font-size: calc(1.205rem + 2.7vw);
	}
}

.display-7 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-7 {
		font-size: calc(1rem + 2.7vw);
	}
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid #EFF2F7;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled,
.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #C0CCDA;
}

.blockquote-footer::before {
	content: "\2014\A0";
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #FFF;
	border: 1px solid #E5E9F2;
	border-radius: 0.25rem;
	box-shadow: 0 1px 2px rgba(31, 45, 61, 0.075);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #C0CCDA;
}

code {
	font-size: 87.5%;
	color: #f074ad;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #FFF;
	background-color: #273444;
	border-radius: 0.2rem;
	box-shadow: inset 0 -0.1rem 0 rgba(31, 45, 61, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 600;
	box-shadow: none;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #273444;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1380px;
	}
	.navbar {
    height: 80px;
    margin: 20px auto;
    padding-left: 20px;
    width: 75.5%;
    border-radius: 50px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}

.col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 2 0 33.33333333%;
	max-width: 35.333333%;
}

.col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}

.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}

.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #8492A6;
	background-color: transparent;
}

.table th,
.table td {
	padding: 1rem;
	vertical-align: top;
	border-top: 1px solid #EFF2F7;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #EFF2F7;
}

.table tbody+tbody {
	border-top: 2px solid #EFF2F7;
}

.table-sm th,
.table-sm td {
	padding: 0.5rem;
}

.table-bordered {
	border: 1px solid #EFF2F7;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #EFF2F7;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(250, 251, 254, 0.3);
}

.table-hover tbody tr:hover {
	color: #8492A6;
	background-color: #FAFBFE;
}

.table-primary {
	background-color: #d6b8ff;
}

.table-primary>th,
.table-primary>td {
	background-color: #d6b8ff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #b47aff;
}

.table-hover .table-primary:hover {
	background-color: #c79fff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #c79fff;
}

.table-secondary {
	background-color: #fbfbfd;
}

.table-secondary>th,
.table-secondary>td {
	background-color: #fbfbfd;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #f7f8fb;
}

.table-hover .table-secondary:hover {
	background-color: #eaeaf5;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #eaeaf5;
}

.table-success {
	background-color: #c7eadb;
}

.table-success>th,
.table-success>td {
	background-color: #c7eadb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #96d7bc;
}

.table-hover .table-success:hover {
	background-color: #b4e3cf;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b4e3cf;
}

.table-info {
	background-color: #b8ebf4;
}

.table-info>th,
.table-info>td {
	background-color: #b8ebf4;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #7adaeb;
}

.table-hover .table-info:hover {
	background-color: #a2e5f1;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #a2e5f1;
}

.table-warning {
	background-color: #ffe7b8;
}

.table-warning>th,
.table-warning>td {
	background-color: #ffe7b8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffd37a;
}

.table-hover .table-warning:hover {
	background-color: #ffde9f;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffde9f;
}

.table-danger {
	background-color: #ffd0c5;
}

.table-danger>th,
.table-danger>td {
	background-color: #ffd0c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ffa793;
}

.table-hover .table-danger:hover {
	background-color: #ffbbac;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ffbbac;
}

.table-light {
	background-color: #fbfbfd;
}

.table-light>th,
.table-light>td {
	background-color: #fbfbfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #f7f8fb;
}

.table-hover .table-light:hover {
	background-color: #eaeaf5;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #eaeaf5;
}

.table-dark {
	background-color: #c3c6cb;
}

.table-dark>th,
.table-dark>td {
	background-color: #c3c6cb;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #8f959e;
}

.table-hover .table-dark:hover {
	background-color: #b5b9bf;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b5b9bf;
}

.table-neutral {
	background-color: white;
}

.table-neutral>th,
.table-neutral>td {
	background-color: white;
}

.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody+tbody {
	border-color: white;
}

.table-hover .table-neutral:hover {
	background-color: #f2f2f2;
}

.table-hover .table-neutral:hover>td,
.table-hover .table-neutral:hover>th {
	background-color: #f2f2f2;
}

.table-white {
	background-color: white;
}

.table-white>th,
.table-white>td {
	background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
	border-color: white;
}

.table-hover .table-white:hover {
	background-color: #f2f2f2;
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
	background-color: #f2f2f2;
}

.table-active {
	background-color: #FAFBFE;
}

.table-active>th,
.table-active>td {
	background-color: #FAFBFE;
}

.table-hover .table-active:hover {
	background-color: #e5eafa;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: #e5eafa;
}

.table .thead-dark th {
	color: #FFF;
	background-color: #273444;
	border-color: #34455b;
}

.table .thead-light th {
	color: #8492A6;
	background-color: #FAFBFE;
	border-color: #EFF2F7;
}

.table-dark {
	color: #FFF;
	background-color: #273444;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #34455b;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
	transition: all 0.2s ease;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #8492A6;
}

.form-control:focus {
	color: #8492A6;
	background-color: #FFF;
	border-color: rgba(110, 0, 255, 0.5);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.form-control::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #EFF2F7;
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.form-control:focus::-ms-value {
	color: #8492A6;
	background-color: #FFF;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.75rem + 1px);
	padding-bottom: calc(0.75rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(1rem + 1px);
	padding-bottom: calc(1rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.75rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #8492A6;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 2rem + 2px);
	padding: 1rem 1.875rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

select.form-control[size],
select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #8492A6;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #36B37E;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #FFF;
	background-color: rgba(54, 179, 126, 0.9);
	border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
	display: block;
}

.input-group.is-valid>.input-group-prepend>.input-group-text,
.input-group.is-valid>.input-group-append>.input-group-text {
	border-color: #36B37E;
	color: #36B37E;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #36B37E;
	padding-right: calc(1.5em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336B37E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.375rem) center;
	background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #36B37E;
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 1.5rem);
	background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #36B37E;
	padding-right: calc(0.75em + 3.375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336B37E' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #36B37E;
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #36B37E;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #36B37E;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #36B37E;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #51cb97;
	background-color: #51cb97;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #36B37E;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #36B37E;
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #FF5630;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #FFF;
	background-color: rgba(255, 86, 48, 0.9);
	border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #FF5630;
	padding-right: calc(1.5em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF5630' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF5630' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.375rem) center;
	background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #FF5630;
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 1.5rem);
	background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #FF5630;
	padding-right: calc(0.75em + 3.375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF5630' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF5630' stroke='none'/%3e%3c/svg%3e") #FFF no-repeat center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #FF5630;
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #FF5630;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #FF5630;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #FF5630;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #ff8063;
	background-color: #ff8063;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #FF5630;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #FF5630;
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 600;
	color: #8492A6;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.75rem 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
	color: #8492A6;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
	box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 rgba(99, 0, 230, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
	color: #FFF;
	background-color: #2a62f1;
	border-color: #0a3cbb;
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 #2a62f1;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

.show>.btn-primary.dropdown-toggle {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.btn-secondary {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
	color: #273444;
	background-color: #d6ddea;
	border-color: #cdd6e6;
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #cdd6e6;
	border-color: #c5cfe2;
}

.show>.btn-secondary.dropdown-toggle {
	color: #273444;
	background-color: #cdd6e6;
	border-color: #c5cfe2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-success {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-success:hover {
	color: #FFF;
	background-color: #2d9669;
	border-color: #2a8c62;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #2a8c62;
	border-color: #27825c;
}

.show>.btn-success.dropdown-toggle {
	color: #FFF;
	background-color: #2a8c62;
	border-color: #27825c;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.show>.btn-success.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-info {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-info:hover {
	color: #FFF;
	background-color: #0098b3;
	border-color: #008da6;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #008da6;
	border-color: #008299;
}

.show>.btn-info.dropdown-toggle {
	color: #FFF;
	background-color: #008da6;
	border-color: #008299;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.show>.btn-info.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-warning {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-warning:hover {
	color: #FFF;
	background-color: #d99100;
	border-color: #cc8900;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #cc8900;
	border-color: #bf8000;
}

.show>.btn-warning.dropdown-toggle {
	color: #FFF;
	background-color: #cc8900;
	border-color: #bf8000;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-danger {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-danger:hover {
	color: #FFF;
	background-color: #ff370a;
	border-color: #fc2e00;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #fc2e00;
	border-color: #ef2c00;
}

.show>.btn-danger.dropdown-toggle {
	color: #FFF;
	background-color: #fc2e00;
	border-color: #ef2c00;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-light {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light:hover {
	color: #273444;
	background-color: #d6ddea;
	border-color: #cdd6e6;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-light.disabled,
.btn-light:disabled {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #cdd6e6;
	border-color: #c5cfe2;
}

.show>.btn-light.dropdown-toggle {
	color: #273444;
	background-color: #cdd6e6;
	border-color: #c5cfe2;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.show>.btn-light.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-dark {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark:hover {
	color: #FFF;
	background-color: #19212c;
	border-color: #141b24;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #141b24;
	border-color: #10151b;
}

.show>.btn-dark.dropdown-toggle {
	color: #FFF;
	background-color: #141b24;
	border-color: #10151b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-neutral {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-neutral:hover {
	color: #273444;
	background-color: #ececec;
	border-color: #e6e5e5;
}

.btn-neutral:focus,
.btn-neutral.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-neutral.disabled,
.btn-neutral:disabled {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.show>.btn-neutral.dropdown-toggle {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.show>.btn-neutral.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-white:hover {
	color: #273444;
	background-color: #ececec;
	border-color: #e6e5e5;
}

.btn-white:focus,
.btn-white.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-white.disabled,
.btn-white:disabled {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.show>.btn-white.dropdown-toggle {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.show>.btn-white.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-primary {
	color: #0a3cbb;
	border-color: #0a3cbb;
}

.btn-outline-primary:hover {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0a3cbb;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.show>.btn-outline-primary.dropdown-toggle {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.btn-outline-secondary {
	color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-secondary:hover {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #EFF2F7;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.show>.btn-outline-secondary.dropdown-toggle {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-success {
	color: #36B37E;
	border-color: #36B37E;
}

.btn-outline-success:hover {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #36B37E;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.show>.btn-outline-success.dropdown-toggle {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(54, 179, 126, 0.35);
}

.btn-outline-info {
	color: #00B8D9;
	border-color: #00B8D9;
}

.btn-outline-info:hover {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #00B8D9;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.show>.btn-outline-info.dropdown-toggle {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 184, 217, 0.35);
}

.btn-outline-warning {
	color: #FFAB00;
	border-color: #FFAB00;
}

.btn-outline-warning:hover {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #FFAB00;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.show>.btn-outline-warning.dropdown-toggle {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 171, 0, 0.35);
}

.btn-outline-danger {
	color: #FF5630;
	border-color: #FF5630;
}

.btn-outline-danger:hover {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #FF5630;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.show>.btn-outline-danger.dropdown-toggle {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

.btn-outline-light {
	color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-light:hover {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #EFF2F7;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.show>.btn-outline-light.dropdown-toggle {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(239, 242, 247, 0.35);
}

.btn-outline-dark {
	color: #273444;
	border-color: #273444;
}

.btn-outline-dark:hover {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #273444;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.show>.btn-outline-dark.dropdown-toggle {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(39, 52, 68, 0.35);
}

.btn-outline-neutral {
	color: #FFF;
	border-color: #FFF;
}

.btn-outline-neutral:hover {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
	color: #FFF;
	background-color: transparent;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.show>.btn-outline-neutral.dropdown-toggle {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.show>.btn-outline-neutral.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white {
	color: #FFF;
	border-color: #FFF;
}

.btn-outline-white:hover {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #FFF;
	background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.show>.btn-outline-white.dropdown-toggle {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.btn-link {
	font-weight: 400;
	color: #0a3cbb;
	text-decoration: none;
}

.btn-link:hover {
	color: #0a3cbb;
	text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #C0CCDA;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 1rem 1.875rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 0.1rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.2s linear;
}

.fade:not(.show) {
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup,
.dropright,
.dropleft {
	position: relative;
}
.dropdown{
    
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F107";
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 12rem;
	padding: 0.35rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.875rem;
	color: #8492A6;
	text-align: left;
	list-style: none;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(31, 45, 61, 0.1);
	border-radius: 0.25rem;
	box-shadow: none;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F106";
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F105";
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	display: none;
}

.dropleft .dropdown-toggle::before {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	display: inline-block;
	margin-right: 10.2px;
	content: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 256 512' width='12px' height='12px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238492A6' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
	content: "\F104";
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #EFF2F7;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #8492A6;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
	color: #0a3cbb;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #C0CCDA;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.35rem 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #C0CCDA;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1rem;
	color: #8492A6;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
	z-index: 1;
}

.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 1.3125rem;
	padding-left: 1.3125rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 1.40625rem;
	padding-left: 1.40625rem;
}

.btn-group.show .dropdown-toggle {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-group.show .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file {
	margin-left: -1px;
}

.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file {
	margin-left: -1px;
}

.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: flex;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text {
	margin-left: -1px;
}

.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #C0CCDA;
	text-align: center;
	white-space: nowrap;
	background-color: #FAFBFE;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 2rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: 1rem 1.875rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 2.25rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.7rem;
	padding-left: 1.75rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.35rem;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #FFF;
	border-color: #0a3cbb;
	background-color: #0a3cbb;
	/* box-shadow:; */
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: rgba(110, 0, 255, 0.5);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #FFF;
	background-color: #c599ff;
	border-color: #c599ff;
	/* box-shadow:; */
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
	color: #C0CCDA;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #EFF2F7;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.35rem;
	left: -1.75rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #E5E9F2;
	border: #EFF2F7 solid 0;
	box-shadow: none;
}

.custom-control-label::after {
	position: absolute;
	top: 0.35rem;
	left: -1.75rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #0a3cbb;
	background-color: #0a3cbb;
	/* box-shadow:; */
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(110, 0, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(110, 0, 255, 0.5);
}

.custom-switch {
	padding-left: 3.75rem;
}

.custom-switch .custom-control-label::before {
	left: -3.75rem;
	width: 3rem;
	pointer-events: all;
	border-radius: 0.5625rem;
}

.custom-switch .custom-control-label::after {
	top: 0.35rem;
	left: -3.75rem;
	width: 1.125rem;
	height: 1.125rem;
	background-color: #EFF2F7;
	border-radius: 0.5625rem;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #E5E9F2;
	transform: translateX(2rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(110, 0, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 2.25rem 0.75rem 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8492A6;
	vertical-align: middle;
	background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233C4858' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: rgba(110, 0, 255, 0.5);
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.custom-select:focus::-ms-value {
	color: #8492A6;
	background-color: #FFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1.25rem;
	background-image: none;
}

.custom-select:disabled {
	color: #C0CCDA;
	background-color: #EFF2F7;
}

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

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #8492A6;
}

.custom-select-sm {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.25rem;
	font-size: 0.875rem;
}

.custom-select-lg {
	height: calc(1.5em + 2rem + 2px);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.875rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: rgba(110, 0, 255, 0.5);
	box-shadow: 0 0 20px rgba(110, 0, 255, 0.1);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
	background-color: #EFF2F7;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.5rem);
	padding: 0.75rem 1.25rem;
	line-height: 1.5;
	color: #8492A6;
	content: "Browse";
	background-color: #FAFBFE;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: 1rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb,
.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #FFF, 0 0 20px rgba(110, 0, 255, 0.1);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #0a3cbb;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #c599ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #E5E9F2;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0a3cbb;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

.custom-range::-moz-range-thumb:active {
	background-color: #c599ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #E5E9F2;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #0a3cbb;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(31, 45, 61, 0.1);
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

.custom-range::-ms-thumb:active {
	background-color: #c599ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(31, 45, 61, 0.1);
}

.custom-range::-ms-fill-lower {
	background-color: #E5E9F2;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #E5E9F2;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #D3DCE6;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #D3DCE6;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #D3DCE6;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #C0CCDA;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #E5E9F2;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #EFF2F7 #EFF2F7 #E5E9F2;
}

.nav-tabs .nav-link.disabled {
	color: #C0CCDA;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active {
	color: #8492A6;
	background-color: #FFF;
	border-color: #E5E9F2 #E5E9F2 #FFF;
}

.nav-tabs .nav-item.show .nav-link {
	color: #8492A6;
	background-color: #FFF;
	border-color: #E5E9F2 #E5E9F2 #FFF;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
	color: #FFF;
	background-color: #0a3cbb;
}

.nav-pills .show>.nav-link {
	color: #FFF;
	background-color: #0a3cbb;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* padding: 0.75rem 1rem; */
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.2875rem;
	padding-bottom: 0.2875rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	/* padding-right: 50px; */
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1280px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap;
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(31, 45, 61, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(31, 45, 61, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(31, 45, 61, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(31, 45, 61, 0.5);
	border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%2831, 45, 61, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(31, 45, 61, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(31, 45, 61, 0.9);
}

.navbar-dark .navbar-brand {
	color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 70px;
    height: 70px;
    white-space: nowrap;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #FFF;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: #FFF;
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link {
	color: #FFF;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #FFF;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.85);
	border-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-text a {
	color: #FFF;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #FFF;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: border-box;
	border: 1px solid #EFF2F7;
	border-radius: 0.375rem;
	overflow: hidden;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.375rem - 1px);
	border-top-right-radius: calc(0.375rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.375rem - 1px);
	border-bottom-left-radius: calc(0.375rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.5rem;
	color: #8492A6;
}

.card-title {
	margin-bottom: 1rem;
}

.card-subtitle {
	margin-top: -0.5rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.5rem;
}

.card-header {
	padding: 1rem 1.5rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid #EFF2F7;
}

.card-header:first-child {
	border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-footer {
	padding: 1rem 1.5rem;
	background-color: transparent;
	border-top: 1px solid #EFF2F7;
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card-header-tabs {
	margin-right: -0.75rem;
	margin-bottom: -1rem;
	margin-left: -0.75rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
	flex-shrink: 0;
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(0.375rem - 1px);
	border-top-right-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.375rem - 1px);
	border-bottom-left-radius: calc(0.375rem - 1px);
}

.card-deck .card,
.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-top,
	.card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-img-bottom,
	.card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-top,
	.card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-img-bottom,
	.card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion {
	overflow-anchor: none;
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0.25rem;
}

.breadcrumb-item {
	display: flex;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #E0E6ED;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #C0CCDA;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #C0CCDA;
	background-color: #FFF;
	border: 1px solid #E5E9F2;
}

.page-link:hover {
	z-index: 2;
	color: #C0CCDA;
	text-decoration: none;
	background-color: #E5E9F2;
	border-color: #E5E9F2;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 #0a3cbb;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.page-item.disabled .page-link {
	color: #C0CCDA;
	pointer-events: none;
	cursor: auto;
	background-color: #FFF;
	border-color: #E5E9F2;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 80%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.875em;
	padding-left: 0.875em;
	border-radius: 50rem;
}

.badge-primary {
	color: #FFF;
	background-color: #0a3cbb;
}

a.badge-primary:hover {
	color: #FFF;
	background-color: #0a3cbb;
}

a.badge-primary:focus {
	color: #FFF;
	background-color: #0a3cbb;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(110, 0, 255, 0.5);
}

a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(110, 0, 255, 0.5);
}

.badge-secondary {
	color: #273444;
	background-color: #EFF2F7;
}

a.badge-secondary:hover {
	color: #273444;
	background-color: #cdd6e6;
}

a.badge-secondary:focus {
	color: #273444;
	background-color: #cdd6e6;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-success {
	color: #FFF;
	background-color: #36B37E;
}

a.badge-success:hover {
	color: #FFF;
	background-color: #2a8c62;
}

a.badge-success:focus {
	color: #FFF;
	background-color: #2a8c62;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

.badge-info {
	color: #FFF;
	background-color: #00B8D9;
}

a.badge-info:hover {
	color: #FFF;
	background-color: #008da6;
}

a.badge-info:focus {
	color: #FFF;
	background-color: #008da6;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 184, 217, 0.5);
}

a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 184, 217, 0.5);
}

.badge-warning {
	color: #FFF;
	background-color: #FFAB00;
}

a.badge-warning:hover {
	color: #FFF;
	background-color: #cc8900;
}

a.badge-warning:focus {
	color: #FFF;
	background-color: #cc8900;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 171, 0, 0.5);
}

a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 171, 0, 0.5);
}

.badge-danger {
	color: #FFF;
	background-color: #FF5630;
}

a.badge-danger:hover {
	color: #FFF;
	background-color: #fc2e00;
}

a.badge-danger:focus {
	color: #FFF;
	background-color: #fc2e00;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}

a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}

.badge-light {
	color: #273444;
	background-color: #EFF2F7;
}

a.badge-light:hover {
	color: #273444;
	background-color: #cdd6e6;
}

a.badge-light:focus {
	color: #273444;
	background-color: #cdd6e6;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(239, 242, 247, 0.5);
}

.badge-dark {
	color: #FFF;
	background-color: #273444;
}

a.badge-dark:hover {
	color: #FFF;
	background-color: #141b24;
}

a.badge-dark:focus {
	color: #FFF;
	background-color: #141b24;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(39, 52, 68, 0.5);
}

a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.badge-neutral {
	color: #273444;
	background-color: #FFF;
}

a.badge-neutral:hover {
	color: #273444;
	background-color: #e6e5e5;
}

a.badge-neutral:focus {
	color: #273444;
	background-color: #e6e5e5;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

a.badge-neutral.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-white {
	color: #273444;
	background-color: #FFF;
}

a.badge-white:hover {
	color: #273444;
	background-color: #e6e5e5;
}

a.badge-white:focus {
	color: #273444;
	background-color: #e6e5e5;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

a.badge-white.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #EFF2F7;
	border-radius: 0.375rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.875rem 0.875rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 600;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.875rem 0.875rem;
	color: inherit;
}

.alert-primary {
	color: #4816a2;
	background-color: #e2ccff;
	border-color: #d6b8ff;
}

.alert-primary hr {
	border-top-color: #c79fff;
}

.alert-primary .alert-link {
	color: #341075;
}

.alert-secondary {
	color: #8b939e;
	background-color: #fcfcfd;
	border-color: #fbfbfd;
}

.alert-secondary hr {
	border-top-color: #eaeaf5;
}

.alert-secondary .alert-link {
	color: #707986;
}

.alert-success {
	color: #2b735f;
	background-color: #d7f0e5;
	border-color: #c7eadb;
}

.alert-success hr {
	border-top-color: #b4e3cf;
}

.alert-success .alert-link {
	color: #1d4e40;
}

.alert-info {
	color: #0f758e;
	background-color: #ccf1f7;
	border-color: #b8ebf4;
}

.alert-info hr {
	border-top-color: #a2e5f1;
}

.alert-info .alert-link {
	color: #0a4f60;
}

.alert-warning {
	color: #936f1d;
	background-color: #ffeecc;
	border-color: #ffe7b8;
}

.alert-warning hr {
	border-top-color: #ffde9f;
}

.alert-warning .alert-link {
	color: #684f15;
}

.alert-danger {
	color: #934236;
	background-color: #ffddd6;
	border-color: #ffd0c5;
}

.alert-danger hr {
	border-top-color: #ffbbac;
}

.alert-danger .alert-link {
	color: #6e3128;
}

.alert-light {
	color: #8b939e;
	background-color: #fcfcfd;
	border-color: #fbfbfd;
}

.alert-light hr {
	border-top-color: #eaeaf5;
}

.alert-light .alert-link {
	color: #707986;
}

.alert-dark {
	color: #233141;
	background-color: #d4d6da;
	border-color: #c3c6cb;
}

.alert-dark hr {
	border-top-color: #b5b9bf;
}

.alert-dark .alert-link {
	color: #111820;
}

.alert-neutral,
.alert-white {
	color: #939aa2;
	background-color: white;
	border-color: white;
}

.alert-neutral hr,
.alert-white hr {
	border-top-color: #f2f2f2;
}

.alert-neutral .alert-link,
.alert-white .alert-link {
	color: #78808a;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 0.5rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 0.5rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 0.5rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #EFF2F7;
	border-radius: 50rem;
	box-shadow: inset 0 0.1rem 0.1rem rgba(31, 45, 61, 0.1);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	background-color: #0a3cbb;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 0.5rem 0.5rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-item-action {
	width: 100%;
	color: #8492A6;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #8492A6;
	text-decoration: none;
	background-color: #FAFBFE;
}

.list-group-item-action:active {
	color: #8492A6;
	background-color: #EFF2F7;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 1rem 1.5rem;
	background-color: #FFF;
	border: 1px solid #EFF2F7;
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #C0CCDA;
	pointer-events: none;
	background-color: #FFF;
}

.list-group-item.active {
	z-index: 2;
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #4816a2;
	background-color: #d6b8ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #4816a2;
	background-color: #c79fff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #FFF;
	background-color: #4816a2;
	border-color: #4816a2;
}

.list-group-item-secondary {
	color: #8b939e;
	background-color: #fbfbfd;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #8b939e;
	background-color: #eaeaf5;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #FFF;
	background-color: #8b939e;
	border-color: #8b939e;
}

.list-group-item-success {
	color: #2b735f;
	background-color: #c7eadb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #2b735f;
	background-color: #b4e3cf;
}

.list-group-item-success.list-group-item-action.active {
	color: #FFF;
	background-color: #2b735f;
	border-color: #2b735f;
}

.list-group-item-info {
	color: #0f758e;
	background-color: #b8ebf4;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #0f758e;
	background-color: #a2e5f1;
}

.list-group-item-info.list-group-item-action.active {
	color: #FFF;
	background-color: #0f758e;
	border-color: #0f758e;
}

.list-group-item-warning {
	color: #936f1d;
	background-color: #ffe7b8;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #936f1d;
	background-color: #ffde9f;
}

.list-group-item-warning.list-group-item-action.active {
	color: #FFF;
	background-color: #936f1d;
	border-color: #936f1d;
}

.list-group-item-danger {
	color: #934236;
	background-color: #ffd0c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #934236;
	background-color: #ffbbac;
}

.list-group-item-danger.list-group-item-action.active {
	color: #FFF;
	background-color: #934236;
	border-color: #934236;
}

.list-group-item-light {
	color: #8b939e;
	background-color: #fbfbfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #8b939e;
	background-color: #eaeaf5;
}

.list-group-item-light.list-group-item-action.active {
	color: #FFF;
	background-color: #8b939e;
	border-color: #8b939e;
}

.list-group-item-dark {
	color: #233141;
	background-color: #c3c6cb;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #233141;
	background-color: #b5b9bf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #FFF;
	background-color: #233141;
	border-color: #233141;
}

.list-group-item-neutral {
	color: #939aa2;
	background-color: white;
}

.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
	color: #939aa2;
	background-color: #f2f2f2;
}

.list-group-item-neutral.list-group-item-action.active {
	color: #FFF;
	background-color: #939aa2;
	border-color: #939aa2;
}

.list-group-item-white {
	color: #939aa2;
	background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
	color: #939aa2;
	background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
	color: #FFF;
	background-color: #939aa2;
	border-color: #939aa2;
}

.close {
	float: right;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: none;
	opacity: 0.5;
}

.close:hover {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(31, 45, 61, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #C0CCDA;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(31, 45, 61, 0.2);
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.5rem rgba(31, 45, 61, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #1F2D3D;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.3;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1.25rem;
	border-bottom: 1px solid #EFF2F7;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.modal-header .close {
	padding: 1.25rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.7;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.5rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 1.25rem;
	border-top: 1px solid #EFF2F7;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-content {
		box-shadow: 0 0.5rem 1rem rgba(31, 45, 61, 0.5);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Nunito", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #1F2D3D;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #1F2D3D;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #1F2D3D;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #1F2D3D;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #FFF;
	text-align: center;
	background-color: #1F2D3D;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Nunito", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(31, 45, 61, 0.05);
	border-radius: 0.375rem;
	box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.375rem;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
	margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^=top]>.arrow {
	bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: transparent;
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^=top]>.arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #FFF;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
	margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^=right]>.arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.375rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^=right]>.arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: transparent;
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^=right]>.arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #FFF;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
	margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^=bottom]>.arrow {
	top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^=bottom]>.arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: transparent;
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^=bottom]>.arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #FFF;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #FFF;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
	margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^=left]>.arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.375rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^=left]>.arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: transparent;
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^=left]>.arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #FFF;
}

.popover-header {
	padding: 0.75rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #3C4858;
	background-color: #FFF;
	border-bottom: 1px solid #f2f2f2;
	border-top-left-radius: calc(0.375rem - 1px);
	border-top-right-radius: calc(0.375rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.75rem 0.75rem;
	color: #8492A6;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #FFF;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus {
	color: #FFF;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #FFF;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #FFF;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

.carousel-indicators .active {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border 0.75s linear infinite;
	animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow 0.75s linear infinite;
	animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #8041d6 !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #0a3cbb !important;
}

button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0a3cbb !important;
}

.bg-secondary {
	background-color: #EFF2F7 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus {
	background-color: #cdd6e6 !important;
}

button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #cdd6e6 !important;
}

.bg-success {
	background-color: #36B37E !important;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #2a8c62 !important;
}

button.bg-success:hover,
button.bg-success:focus {
	background-color: #2a8c62 !important;
}

.bg-info {
	background-color: #00B8D9 !important;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #008da6 !important;
}

button.bg-info:hover,
button.bg-info:focus {
	background-color: #008da6 !important;
}

.bg-warning {
	background-color: #FFAB00 !important;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #cc8900 !important;
}

button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #cc8900 !important;
}

.bg-danger {
	background-color: #FF5630 !important;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #fc2e00 !important;
}

button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #fc2e00 !important;
}

.bg-light {
	background-color: #EFF2F7 !important;
}

a.bg-light:hover,
a.bg-light:focus {
	background-color: #cdd6e6 !important;
}

button.bg-light:hover,
button.bg-light:focus {
	background-color: #cdd6e6 !important;
}

.bg-dark {
	background-color: #273444 !important;
}

.bg-dark-t {
	background-color: #8041d6 !important;
	color: #fff;
}

.bg-linear-gradient-tb {
	/* Safari 5.1 - 6.0 */
	/* Opera 11.1 - 12.0 */
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, transparent 50%, #000000 100%);
	/* 标准的语法 */
}

a.bg-dark:hover,
a.bg-dark:focus {
	background-color: #141b24 !important;
}

button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #141b24 !important;
}

.bg-neutral {
	background-color: #FFF !important;
}

a.bg-neutral:hover,
a.bg-neutral:focus {
	background-color: #e6e5e5 !important;
}

button.bg-neutral:hover,
button.bg-neutral:focus {
	background-color: #e6e5e5 !important;
}

.bg-white {
	background-color: #FFF !important;
}

a.bg-white:hover,
a.bg-white:focus {
	background-color: #e6e5e5 !important;
}

button.bg-white:hover,
button.bg-white:focus {
	background-color: #e6e5e5 !important;
}

.bg-white {
	background-color: #FFF !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #EFF2F7 !important;
}

.border-top {
	border-top: 1px solid #EFF2F7 !important;
}

.border-right {
	border-right: 1px solid #EFF2F7 !important;
}

.border-bottom {
	border-bottom: 1px solid #EFF2F7 !important;
}

.border-bottom-2 {
	border-bottom: 2px solid #EFF2F7 !important;
}

.border-bottom-4 {
	border-bottom: 4px solid #EFF2F7 !important;
}

.border-left {
	border-left: 1px solid #EFF2F7 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0a3cbb !important;
}

.border-secondary {
	border-color: #EFF2F7 !important;
}

.border-success {
	border-color: #36B37E !important;
}

.border-info {
	border-color: #00B8D9 !important;
}

.border-warning {
	border-color: #FFAB00 !important;
}

.border-danger {
	border-color: #FF5630 !important;
}

.border-light {
	border-color: #EFF2F7 !important;
}

.border-dark {
	border-color: #273444 !important;
}

.border-neutral {
	border-color: #FFF !important;
}

.border-white {
	border-color: #FFF !important;
	border-color: #FFF !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.375rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

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

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

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

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

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

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

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

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

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow {
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.w-80px {
	width: 80px !important;
}

.w-100px {
	width: 100px !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-25 {
	width: 25% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.h-10 {
	height: 10% !important;
}

.h-15 {
	height: 15% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.m-6 {
	margin: 4.5rem !important;
}

.mt-6,
.my-6 {
	margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
	margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
	margin-left: 4.5rem !important;
}

.m-7 {
	margin: 6rem !important;
}

.mt-7,
.my-7 {
	margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
	margin-right: 6rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
	margin-left: 6rem !important;
}

.m-8 {
	margin: 7.5rem !important;
}

.mt-8,
.my-8 {
	margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
	margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
	margin-left: 7.5rem !important;
}

.m-9 {
	margin: 9rem !important;
}

.mt-9,
.my-9 {
	margin-top: 9rem !important;
}

.mr-9,
.mx-9 {
	margin-right: 9rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 9rem !important;
}

.ml-9,
.mx-9 {
	margin-left: 9rem !important;
}

.m-10 {
	margin: 15rem !important;
}

.mt-10,
.my-10 {
	margin-top: 15rem !important;
}

.mt-20,
.my-20 {
	margin-top: 20rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 15rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 15rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 15rem !important;
}

.px-20p {
	margin-left: 25%;
	margin-right: 25%;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.p-6 {
	padding: 4.5rem !important;
}

.pt-6,
.py-6 {
	padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
	padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
	padding-left: 4.5rem !important;
}

.p-7 {
	padding: 6rem !important;
}

.pt-7,
.py-7 {
	padding-top: 6rem !important;
}

.pr-7,
.px-7 {
	padding-right: 6rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
	padding-left: 6rem !important;
}

.p-8 {
	padding: 7.5rem !important;
}

.pt-8,
.py-8 {
	padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
	padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
	padding-left: 7.5rem !important;
}

.p-9 {
	padding: 9rem !important;
}

.pt-9,
.py-9 {
	padding-top: 9rem !important;
}

.pr-9,
.px-9 {
	padding-right: 9rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 9rem !important;
}

.pl-9,
.px-9 {
	padding-left: 9rem !important;
}

.p-10 {
	padding: 15rem !important;
}

.pt-10,
.py-10 {
	padding-top: 15rem !important;
}

.pr-10,
.px-10 {
	padding-right: 15rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 15rem !important;
}

.pl-10,
.px-10 {
	padding-left: 15rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-n6 {
	margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
	margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
	margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
	margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
	margin-left: -4.5rem !important;
}

.m-n7 {
	margin: -6rem !important;
}

.mt-n7,
.my-n7 {
	margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
	margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
	margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
	margin-left: -6rem !important;
}

.m-n8 {
	margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
	margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
	margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
	margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
	margin-left: -7.5rem !important;
}

.m-n9 {
	margin: -9rem !important;
}

.mt-n9,
.my-n9 {
	margin-top: -9rem !important;
}

.mr-n9,
.mx-n9 {
	margin-right: -9rem !important;
}

.mb-n9,
.my-n9 {
	margin-bottom: -9rem !important;
}

.ml-n9,
.mx-n9 {
	margin-left: -9rem !important;
}

.m-n10 {
	margin: -15rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -15rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -15rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -15rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -15rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.m-sm-6 {
		margin: 4.5rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 4.5rem !important;
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 4.5rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 4.5rem !important;
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 4.5rem !important;
	}

	.m-sm-7 {
		margin: 6rem !important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 6rem !important;
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 6rem !important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 6rem !important;
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 6rem !important;
	}

	.m-sm-8 {
		margin: 7.5rem !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 7.5rem !important;
	}

	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 7.5rem !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 7.5rem !important;
	}

	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 7.5rem !important;
	}

	.m-sm-9 {
		margin: 9rem !important;
	}

	.mt-sm-9,
	.my-sm-9 {
		margin-top: 9rem !important;
	}

	.mr-sm-9,
	.mx-sm-9 {
		margin-right: 9rem !important;
	}

	.mb-sm-9,
	.my-sm-9 {
		margin-bottom: 9rem !important;
	}

	.ml-sm-9,
	.mx-sm-9 {
		margin-left: 9rem !important;
	}

	.m-sm-10 {
		margin: 15rem !important;
	}

	.mt-sm-10,
	.my-sm-10 {
		margin-top: 15rem !important;
	}

	.mr-sm-10,
	.mx-sm-10 {
		margin-right: 15rem !important;
	}

	.mb-sm-10,
	.my-sm-10 {
		margin-bottom: 15rem !important;
	}

	.ml-sm-10,
	.mx-sm-10 {
		margin-left: 15rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.p-sm-6 {
		padding: 4.5rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 4.5rem !important;
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 4.5rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 4.5rem !important;
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 4.5rem !important;
	}

	.p-sm-7 {
		padding: 6rem !important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 6rem !important;
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right: 6rem !important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 6rem !important;
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left: 6rem !important;
	}

	.p-sm-8 {
		padding: 7.5rem !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 7.5rem !important;
	}

	.pr-sm-8,
	.px-sm-8 {
		padding-right: 7.5rem !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 7.5rem !important;
	}

	.pl-sm-8,
	.px-sm-8 {
		padding-left: 7.5rem !important;
	}

	.p-sm-9 {
		padding: 9rem !important;
	}

	.pt-sm-9,
	.py-sm-9 {
		padding-top: 9rem !important;
	}

	.pr-sm-9,
	.px-sm-9 {
		padding-right: 9rem !important;
	}

	.pb-sm-9,
	.py-sm-9 {
		padding-bottom: 9rem !important;
	}

	.pl-sm-9,
	.px-sm-9 {
		padding-left: 9rem !important;
	}

	.p-sm-10 {
		padding: 15rem !important;
	}

	.pt-sm-10,
	.py-sm-10 {
		padding-top: 15rem !important;
	}

	.pr-sm-10,
	.px-sm-10 {
		padding-right: 15rem !important;
	}

	.pb-sm-10,
	.py-sm-10 {
		padding-bottom: 15rem !important;
	}

	.pl-sm-10,
	.px-sm-10 {
		padding-left: 15rem !important;
	}

	.m-sm-n1 {
		margin: -0.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}

	.m-sm-n2 {
		margin: -0.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -3rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}

	.m-sm-n6 {
		margin: -4.5rem !important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -4.5rem !important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -4.5rem !important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -4.5rem !important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -4.5rem !important;
	}

	.m-sm-n7 {
		margin: -6rem !important;
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -6rem !important;
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -6rem !important;
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -6rem !important;
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -6rem !important;
	}

	.m-sm-n8 {
		margin: -7.5rem !important;
	}

	.mt-sm-n8,
	.my-sm-n8 {
		margin-top: -7.5rem !important;
	}

	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right: -7.5rem !important;
	}

	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom: -7.5rem !important;
	}

	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left: -7.5rem !important;
	}

	.m-sm-n9 {
		margin: -9rem !important;
	}

	.mt-sm-n9,
	.my-sm-n9 {
		margin-top: -9rem !important;
	}

	.mr-sm-n9,
	.mx-sm-n9 {
		margin-right: -9rem !important;
	}

	.mb-sm-n9,
	.my-sm-n9 {
		margin-bottom: -9rem !important;
	}

	.ml-sm-n9,
	.mx-sm-n9 {
		margin-left: -9rem !important;
	}

	.m-sm-n10 {
		margin: -15rem !important;
	}

	.mt-sm-n10,
	.my-sm-n10 {
		margin-top: -15rem !important;
	}

	.mr-sm-n10,
	.mx-sm-n10 {
		margin-right: -15rem !important;
	}

	.mb-sm-n10,
	.my-sm-n10 {
		margin-bottom: -15rem !important;
	}

	.ml-sm-n10,
	.mx-sm-n10 {
		margin-left: -15rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.m-md-6 {
		margin: 4.5rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 4.5rem !important;
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 4.5rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 4.5rem !important;
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 4.5rem !important;
	}

	.m-md-7 {
		margin: 6rem !important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 6rem !important;
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right: 6rem !important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 6rem !important;
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left: 6rem !important;
	}

	.m-md-8 {
		margin: 7.5rem !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 7.5rem !important;
	}

	.mr-md-8,
	.mx-md-8 {
		margin-right: 7.5rem !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 7.5rem !important;
	}

	.ml-md-8,
	.mx-md-8 {
		margin-left: 7.5rem !important;
	}

	.m-md-9 {
		margin: 9rem !important;
	}

	.mt-md-9,
	.my-md-9 {
		margin-top: 9rem !important;
	}

	.mr-md-9,
	.mx-md-9 {
		margin-right: 9rem !important;
	}

	.mb-md-9,
	.my-md-9 {
		margin-bottom: 9rem !important;
	}

	.ml-md-9,
	.mx-md-9 {
		margin-left: 9rem !important;
	}

	.m-md-10 {
		margin: 15rem !important;
	}

	.mt-md-10,
	.my-md-10 {
		margin-top: 15rem !important;
	}

	.mr-md-10,
	.mx-md-10 {
		margin-right: 15rem !important;
	}

	.mb-md-10,
	.my-md-10 {
		margin-bottom: 15rem !important;
	}

	.ml-md-10,
	.mx-md-10 {
		margin-left: 15rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.p-md-6 {
		padding: 4.5rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 4.5rem !important;
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 4.5rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 4.5rem !important;
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 4.5rem !important;
	}

	.p-md-7 {
		padding: 6rem !important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 6rem !important;
	}

	.pr-md-7,
	.px-md-7 {
		padding-right: 6rem !important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 6rem !important;
	}

	.pl-md-7,
	.px-md-7 {
		padding-left: 6rem !important;
	}

	.p-md-8 {
		padding: 7.5rem !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 7.5rem !important;
	}

	.pr-md-8,
	.px-md-8 {
		padding-right: 7.5rem !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 7.5rem !important;
	}

	.pl-md-8,
	.px-md-8 {
		padding-left: 7.5rem !important;
	}

	.p-md-9 {
		padding: 9rem !important;
	}

	.pt-md-9,
	.py-md-9 {
		padding-top: 9rem !important;
	}

	.pr-md-9,
	.px-md-9 {
		padding-right: 9rem !important;
	}

	.pb-md-9,
	.py-md-9 {
		padding-bottom: 9rem !important;
	}

	.pl-md-9,
	.px-md-9 {
		padding-left: 9rem !important;
	}

	.p-md-10 {
		padding: 15rem !important;
	}

	.pt-md-10,
	.py-md-10 {
		padding-top: 15rem !important;
	}

	.pr-md-10,
	.px-md-10 {
		padding-right: 15rem !important;
	}

	.pb-md-10,
	.py-md-10 {
		padding-bottom: 15rem !important;
	}

	.pl-md-10,
	.px-md-10 {
		padding-left: 15rem !important;
	}

	.m-md-n1 {
		margin: -0.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}

	.m-md-n2 {
		margin: -0.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -3rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}

	.m-md-n6 {
		margin: -4.5rem !important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -4.5rem !important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -4.5rem !important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -4.5rem !important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -4.5rem !important;
	}

	.m-md-n7 {
		margin: -6rem !important;
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -6rem !important;
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -6rem !important;
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -6rem !important;
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -6rem !important;
	}

	.m-md-n8 {
		margin: -7.5rem !important;
	}

	.mt-md-n8,
	.my-md-n8 {
		margin-top: -7.5rem !important;
	}

	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -7.5rem !important;
	}

	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -7.5rem !important;
	}

	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -7.5rem !important;
	}

	.m-md-n9 {
		margin: -9rem !important;
	}

	.mt-md-n9,
	.my-md-n9 {
		margin-top: -9rem !important;
	}

	.mr-md-n9,
	.mx-md-n9 {
		margin-right: -9rem !important;
	}

	.mb-md-n9,
	.my-md-n9 {
		margin-bottom: -9rem !important;
	}

	.ml-md-n9,
	.mx-md-n9 {
		margin-left: -9rem !important;
	}

	.m-md-n10 {
		margin: -15rem !important;
	}

	.mt-md-n10,
	.my-md-n10 {
		margin-top: -15rem !important;
	}

	.mr-md-n10,
	.mx-md-n10 {
		margin-right: -15rem !important;
	}

	.mb-md-n10,
	.my-md-n10 {
		margin-bottom: -15rem !important;
	}

	.ml-md-n10,
	.mx-md-n10 {
		margin-left: -15rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.m-lg-6 {
		margin: 4.5rem !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 4.5rem !important;
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 4.5rem !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 4.5rem !important;
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 4.5rem !important;
	}

	.m-lg-7 {
		margin: 6rem !important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 6rem !important;
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 6rem !important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 6rem !important;
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 6rem !important;
	}

	.m-lg-8 {
		margin: 7.5rem !important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: 7.5rem !important;
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 7.5rem !important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 7.5rem !important;
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 7.5rem !important;
	}

	.m-lg-9 {
		margin: 9rem !important;
	}

	.mt-lg-9,
	.my-lg-9 {
		margin-top: 9rem !important;
	}

	.mr-lg-9,
	.mx-lg-9 {
		margin-right: 9rem !important;
	}

	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 9rem !important;
	}

	.ml-lg-9,
	.mx-lg-9 {
		margin-left: 9rem !important;
	}

	.m-lg-10 {
		margin: 15rem !important;
	}

	.mt-lg-10,
	.my-lg-10 {
		margin-top: 15rem !important;
	}

	.mr-lg-10,
	.mx-lg-10 {
		margin-right: 15rem !important;
	}

	.mb-lg-10,
	.my-lg-10 {
		margin-bottom: 15rem !important;
	}

	.ml-lg-10,
	.mx-lg-10 {
		margin-left: 15rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.p-lg-6 {
		padding: 4.5rem !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 4.5rem !important;
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 4.5rem !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 4.5rem !important;
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 4.5rem !important;
	}

	.p-lg-7 {
		padding: 6rem !important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 6rem !important;
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right: 6rem !important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 6rem !important;
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left: 6rem !important;
	}

	.p-lg-8 {
		padding: 7.5rem !important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: 7.5rem !important;
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right: 7.5rem !important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 7.5rem !important;
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left: 7.5rem !important;
	}

	.p-lg-9 {
		padding: 9rem !important;
	}

	.pt-lg-9,
	.py-lg-9 {
		padding-top: 9rem !important;
	}

	.pr-lg-9,
	.px-lg-9 {
		padding-right: 9rem !important;
	}

	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 9rem !important;
	}

	.pl-lg-9,
	.px-lg-9 {
		padding-left: 9rem !important;
	}

	.p-lg-10 {
		padding: 15rem !important;
	}

	.pt-lg-10,
	.py-lg-10 {
		padding-top: 15rem !important;
	}

	.pr-lg-10,
	.px-lg-10 {
		padding-right: 15rem !important;
	}

	.pb-lg-10,
	.py-lg-10 {
		padding-bottom: 15rem !important;
	}

	.pl-lg-10,
	.px-lg-10 {
		padding-left: 15rem !important;
	}

	.m-lg-n1 {
		margin: -0.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}

	.m-lg-n2 {
		margin: -0.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -3rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}

	.m-lg-n6 {
		margin: -4.5rem !important;
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -4.5rem !important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -4.5rem !important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -4.5rem !important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -4.5rem !important;
	}

	.m-lg-n7 {
		margin: -6rem !important;
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -6rem !important;
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -6rem !important;
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -6rem !important;
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -6rem !important;
	}

	.m-lg-n8 {
		margin: -7.5rem !important;
	}

	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -7.5rem !important;
	}

	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -7.5rem !important;
	}

	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -7.5rem !important;
	}

	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -7.5rem !important;
	}

	.m-lg-n9 {
		margin: -9rem !important;
	}

	.mt-lg-n9,
	.my-lg-n9 {
		margin-top: -9rem !important;
	}

	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right: -9rem !important;
	}

	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom: -9rem !important;
	}

	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left: -9rem !important;
	}

	.m-lg-n10 {
		margin: -15rem !important;
	}

	.mt-lg-n10,
	.my-lg-n10 {
		margin-top: -15rem !important;
	}

	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right: -15rem !important;
	}

	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom: -15rem !important;
	}

	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left: -15rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.m-xl-6 {
		margin: 4.5rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 4.5rem !important;
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 4.5rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 4.5rem !important;
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 4.5rem !important;
	}

	.m-xl-7 {
		margin: 6rem !important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 6rem !important;
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 6rem !important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 6rem !important;
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 6rem !important;
	}

	.m-xl-8 {
		margin: 7.5rem !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 7.5rem !important;
	}

	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 7.5rem !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 7.5rem !important;
	}

	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 7.5rem !important;
	}

	.m-xl-9 {
		margin: 9rem !important;
	}

	.mt-xl-9,
	.my-xl-9 {
		margin-top: 9rem !important;
	}

	.mr-xl-9,
	.mx-xl-9 {
		margin-right: 9rem !important;
	}

	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 9rem !important;
	}

	.ml-xl-9,
	.mx-xl-9 {
		margin-left: 9rem !important;
	}

	.m-xl-10 {
		margin: 15rem !important;
	}

	.mt-xl-10,
	.my-xl-10 {
		margin-top: 15rem !important;
	}

	.mr-xl-10,
	.mx-xl-10 {
		margin-right: 15rem !important;
	}

	.mb-xl-10,
	.my-xl-10 {
		margin-bottom: 15rem !important;
	}

	.ml-xl-10,
	.mx-xl-10 {
		margin-left: 15rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.p-xl-6 {
		padding: 4.5rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 4.5rem !important;
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 4.5rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 4.5rem !important;
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 4.5rem !important;
	}

	.p-xl-7 {
		padding: 6rem !important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 6rem !important;
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right: 6rem !important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 6rem !important;
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left: 6rem !important;
	}

	.p-xl-8 {
		padding: 7.5rem !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 7.5rem !important;
	}

	.pr-xl-8,
	.px-xl-8 {
		padding-right: 7.5rem !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 7.5rem !important;
	}

	.pl-xl-8,
	.px-xl-8 {
		padding-left: 7.5rem !important;
	}

	.p-xl-9 {
		padding: 9rem !important;
	}

	.pt-xl-9,
	.py-xl-9 {
		padding-top: 9rem !important;
	}

	.pr-xl-9,
	.px-xl-9 {
		padding-right: 9rem !important;
	}

	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 9rem !important;
	}

	.pl-xl-9,
	.px-xl-9 {
		padding-left: 9rem !important;
	}

	.p-xl-10 {
		padding: 15rem !important;
	}

	.pt-xl-10,
	.py-xl-10 {
		padding-top: 15rem !important;
	}

	.pr-xl-10,
	.px-xl-10 {
		padding-right: 15rem !important;
	}

	.pb-xl-10,
	.py-xl-10 {
		padding-bottom: 15rem !important;
	}

	.pl-xl-10,
	.px-xl-10 {
		padding-left: 15rem !important;
	}

	.m-xl-n1 {
		margin: -0.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}

	.m-xl-n2 {
		margin: -0.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -3rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}

	.m-xl-n6 {
		margin: -4.5rem !important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -4.5rem !important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -4.5rem !important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -4.5rem !important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -4.5rem !important;
	}

	.m-xl-n7 {
		margin: -6rem !important;
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -6rem !important;
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -6rem !important;
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -6rem !important;
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -6rem !important;
	}

	.m-xl-n8 {
		margin: -7.5rem !important;
	}

	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -7.5rem !important;
	}

	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -7.5rem !important;
	}

	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -7.5rem !important;
	}

	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -7.5rem !important;
	}

	.m-xl-n9 {
		margin: -9rem !important;
	}

	.mt-xl-n9,
	.my-xl-n9 {
		margin-top: -9rem !important;
	}

	.mr-xl-n9,
	.mx-xl-n9 {
		margin-right: -9rem !important;
	}

	.mb-xl-n9,
	.my-xl-n9 {
		margin-bottom: -9rem !important;
	}

	.ml-xl-n9,
	.mx-xl-n9 {
		margin-left: -9rem !important;
	}

	.m-xl-n10 {
		margin: -15rem !important;
	}

	.mt-xl-n10,
	.my-xl-n10 {
		margin-top: -15rem !important;
	}

	.mr-xl-n10,
	.mx-xl-n10 {
		margin-right: -15rem !important;
	}

	.mb-xl-n10,
	.my-xl-n10 {
		margin-bottom: -15rem !important;
	}

	.ml-xl-n10,
	.mx-xl-n10 {
		margin-left: -15rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

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

.aksihdh {
	margin-left: 13%;
}

.text-center {
	text-align: center !important;
	margin-top: 88px;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

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

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

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

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

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

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

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

	.text-xl-center {
		text-align: center !important;
	}
}

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

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

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

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

.font-weight-lighter {
	font-weight: lighter !important;
}

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

.font-weight-bold {
	font-weight: 600 !important;
}

.font-weight-bolder {
	font-weight: 700 !important;
}

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

.text-white {
	color: #FFF !important;

}

.sowwf,
.sowasdlswf {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 70%;
	margin: auto;
}

.hsdsidjy {
	text-align: center;
}

.hsidjy {
	color: #000;
	font-size: 30px;
	font-weight: 100;
	width: 60%;
	margin: auto;
	line-height: 1.8;
}

.hsidjay {
	color: #000;
	font-size: 20px;
	font-weight: 100;
	width: 60%;
	margin: auto;
	line-height: 1.8;
}

.sowswf {
	background-color: #000;
	margin: 20px 30px;
	width: 30%;
	display: flex;
	height: 240px;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.aksihdh h5 {
	text-align: justify;
	margin-top: 20px;
	line-height: 2;
}

.aksihdh .text-white,
.aksihdh .text-black {
	font-weight: 100;
}

.sowswf h1 {
	font-size: 1.23rem;
	color: #fff;
	margin: 10px auto 0;
}

.sowswf p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.7);
}

.hsdsidjysd h2 {
	margin: 30px auto
}

.hsdsidjysd p {
	width: 60%;
	font-size: 20px;
	text-align: center;
	line-height: 2;
	margin: 10px auto 30px;
}

.nishdyuf {
	width: 100%;
	background: url(../picture/lastbg.png) no-repeat center center;
}

.hm-ctn04-txt {
	display: flex;
	flex-direction: column;
	width: 70%;
	justify-content: center;
	height: 60vh;
	margin: auto;
}

.hm-ctn04-txt h1 {
	width: 40%;
	font-size: 32px;
	line-height: 42px;

}

.hm-ctn04-txt p {
	width: 50%;
	font-size: 18px;
	line-height: 36px;
}

.sowwfsdsds {
	width: 90%;
}

.sowwfsdsds .sowswf {
	height: 350px;
}

.text-primary {
	color: #0a3cbb !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0a3cbb !important;
}

.text-secondary {
	color: #EFF2F7 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #bcc9de !important;
}

.text-success {
	color: #36B37E !important;
}

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

.text-info {
	color: #00B8D9 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #00778d !important;
}

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

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

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

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

.text-orange {
	color: #ff7d27 !important;
}

a.text-orange:hover,
a.text-orange:focus {
	color: #ff7d27 !important;
}

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

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

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

a.text-dark:hover,
a.text-dark:focus {
	color: #0b0f13 !important;
}

.text-neutral {
	color: #FFF !important;
}

a.text-neutral:hover,
a.text-neutral:focus {
	color: #d9d9d9 !important;
}

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

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

.text-body,
.text-muted {
	color: #8492A6 !important;
}

.text-black-50 {
	color: rgba(31, 45, 61, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	* {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
		border: 1px solid #D3DCE6;
		page-break-inside: avoid;
	}

	blockquote {
		border: 1px solid #D3DCE6;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body,
	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #1F2D3D;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #FFF !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #E5E9F2 !important;
	}

	.table-dark {
		color: inherit;
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody+tbody {
		border-color: #EFF2F7;
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #EFF2F7;
	}
}

iframe {
	border: 0;
}

figcaption,
figure,
main {
	display: block;
	margin: 0;
}

figure {
	max-width: 100%;
	min-height: 1px;
}

main {
	position: relative;
}

button:focus {
	outline: none;
}

svg {
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

[data-animate-hover] .animate-this {
	position: relative;
	top: 0;
	transform: translateY(0);
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	[data-animate-hover] .animate-this {
		transition: none;
	}
}

[data-animate-hover="1"]:hover .animate-this {
	transform: translateY(-1rem);
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-hover="2"]:hover .animate-this {
	transform: scale(1.1);
	z-index: 10;
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

[data-animate-items] .animate-item,
[data-animate-items] .animate-item--visible {
	transition: all 0.2s ease;
}

[data-animate-items] .animate-item {
	display: none;
	opacity: 0;
	-webkit-animation: hide_item 0.2s ease forwards;
	animation: hide_item 0.2s ease forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

[data-animate-items]:hover .animate-item {
	display: block;
	-webkit-animation: show_item 0.2s ease forwards;
	animation: show_item 0.2s ease forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {

	[data-animate-items] .animate-item,
	[data-animate-items] .animate-item--visible {
		transition: none;
	}
}

@-webkit-keyframes text_slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(300px);
	}
}

@keyframes text_slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(300px);
	}
}

@-webkit-keyframes show_item {
	from {
		opacity: 0;
		transform: translateY(300px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes show_item {
	from {
		opacity: 0;
		transform: translateY(300px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes hide_item {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(300px);
	}
}

@keyframes hide_item {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(300px);
	}
}

.hover-blurable {
	position: relative;
}

.hover-blurable .blurable-item {
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	filter: blur(0);
	opacity: 1;
}

.hover-blurable .blurable-hidden {
	position: absolute;
	top: calc(50% + 7px);
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.2s ease;
}

.hover-blurable:hover .blurable-item {
	opacity: 0.8;
	filter: blur(10px);
	transform: scale(0.95);
}

.hover-blurable:hover .blurable-hidden {
	opacity: 1;
	top: 50%;
}

@media (prefers-reduced-motion: reduce) {
	.hover-blurable .blurable-hidden {
		transition: none;
	}
}

.bg-primary-light {
	background-color: #8b33ff !important;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus {
	background-color: #0a3cbb !important;
}

button.bg-primary-light:hover,
button.bg-primary-light:focus {
	background-color: #0a3cbb !important;
}

.bg-primary-dark {
	background-color: #0a3cbb !important;
}

a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
	background-color: #420099 !important;
}

button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
	background-color: #420099 !important;
}

.bg-secondary-light {
	background-color: white !important;
}

a.bg-secondary-light:hover,
a.bg-secondary-light:focus {
	background-color: #e6e5e5 !important;
}

button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
	background-color: #e6e5e5 !important;
}

.bg-secondary-dark {
	background-color: #cdd6e6 !important;
}

a.bg-secondary-dark:hover,
a.bg-secondary-dark:focus {
	background-color: #abbbd5 !important;
}

button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
	background-color: #abbbd5 !important;
}

.bg-success-light {
	background-color: #51cb97 !important;
}

a.bg-success-light:hover,
a.bg-success-light:focus {
	background-color: #36b37e !important;
}

button.bg-success-light:hover,
button.bg-success-light:focus {
	background-color: #36b37e !important;
}

.bg-success-dark {
	background-color: #2a8c62 !important;
}

a.bg-success-dark:hover,
a.bg-success-dark:focus {
	background-color: #1e6547 !important;
}

button.bg-success-dark:hover,
button.bg-success-dark:focus {
	background-color: #1e6547 !important;
}

.bg-info-light {
	background-color: #0ddaff !important;
}

a.bg-info-light:hover,
a.bg-info-light:focus {
	background-color: #00b8d9 !important;
}

button.bg-info-light:hover,
button.bg-info-light:focus {
	background-color: #00b8d9 !important;
}

.bg-info-dark {
	background-color: #008da6 !important;
}

a.bg-info-dark:hover,
a.bg-info-dark:focus {
	background-color: #006273 !important;
}

button.bg-info-dark:hover,
button.bg-info-dark:focus {
	background-color: #006273 !important;
}

.bg-warning-light {
	background-color: #ffbc33 !important;
}

a.bg-warning-light:hover,
a.bg-warning-light:focus {
	background-color: #ffab00 !important;
}

button.bg-warning-light:hover,
button.bg-warning-light:focus {
	background-color: #ffab00 !important;
}

.bg-warning-dark {
	background-color: #cc8900 !important;
}

a.bg-warning-dark:hover,
a.bg-warning-dark:focus {
	background-color: #996700 !important;
}

button.bg-warning-dark:hover,
button.bg-warning-dark:focus {
	background-color: #996700 !important;
}

.bg-danger-light {
	background-color: #ff8063 !important;
}

a.bg-danger-light:hover,
a.bg-danger-light:focus {
	background-color: #ff5630 !important;
}

button.bg-danger-light:hover,
button.bg-danger-light:focus {
	background-color: #ff5630 !important;
}

.bg-danger-dark {
	background-color: #fc2e00 !important;
}

a.bg-danger-dark:hover,
a.bg-danger-dark:focus {
	background-color: #c92500 !important;
}

button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
	background-color: #c92500 !important;
}

.bg-light-light {
	background-color: white !important;
}

a.bg-light-light:hover,
a.bg-light-light:focus {
	background-color: #e6e5e5 !important;
}

button.bg-light-light:hover,
button.bg-light-light:focus {
	background-color: #e6e5e5 !important;
}

.bg-light-dark {
	background-color: #cdd6e6 !important;
}

a.bg-light-dark:hover,
a.bg-light-dark:focus {
	background-color: #abbbd5 !important;
}

button.bg-light-dark:hover,
button.bg-light-dark:focus {
	background-color: #abbbd5 !important;
}

.bg-dark-light {
	background-color: #3a4d64 !important;
}

a.bg-dark-light:hover,
a.bg-dark-light:focus {
	background-color: #273444 !important;
}

button.bg-dark-light:hover,
button.bg-dark-light:focus {
	background-color: #273444 !important;
}

.bg-dark-dark {
	background-color: #141b24 !important;
}

a.bg-dark-dark:hover,
a.bg-dark-dark:focus {
	background-color: #020203 !important;
}

button.bg-dark-dark:hover,
button.bg-dark-dark:focus {
	background-color: #020203 !important;
}

.bg-neutral-light {
	background-color: white !important;
}

a.bg-neutral-light:hover,
a.bg-neutral-light:focus {
	background-color: #e6e5e5 !important;
}

button.bg-neutral-light:hover,
button.bg-neutral-light:focus {
	background-color: #e6e5e5 !important;
}

.bg-neutral-dark {
	background-color: #e6e5e5 !important;
}

a.bg-neutral-dark:hover,
a.bg-neutral-dark:focus {
	background-color: #cccccc !important;
}

button.bg-neutral-dark:hover,
button.bg-neutral-dark:focus {
	background-color: #cccccc !important;
}

.bg-white-light {
	background-color: white !important;
}

a.bg-white-light:hover,
a.bg-white-light:focus {
	background-color: #e6e5e5 !important;
}

button.bg-white-light:hover,
button.bg-white-light:focus {
	background-color: #e6e5e5 !important;
}

.bg-white-dark {
	background-color: #e6e5e5 !important;
}

a.bg-white-dark:hover,
a.bg-white-dark:focus {
	background-color: #cccccc !important;
}

button.bg-white-dark:hover,
button.bg-white-dark:focus {
	background-color: #cccccc !important;
}

.bg-gradient-primary {
	background: linear-gradient(50deg, #0a3cbb 0, #bb00ff 100%) !important;
}

.bg-gradient-secondary {
	background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-success {
	background: linear-gradient(50deg, #36B37E 0, #36b3a4 100%) !important;
}

.bg-gradient-info {
	background: linear-gradient(50deg, #39BAED 0, #2E6DEF 100%) !important;
}

.bg-gradient-warning {
	background: linear-gradient(50deg, #FFAB00 0, #fff800 100%) !important;
}

.bg-gradient-danger {
	background: linear-gradient(50deg, #FF5630 0, #ff9430 100%) !important;
}

.bg-gradient-light {
	background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-dark {
	background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}

.bg-gradient-neutral,
.bg-gradient-white {
	background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-translucent-primary {
	background-color: rgba(95, 0, 219, 0.6) !important;
}

a.bg-translucent-primary:hover,
a.bg-translucent-primary:focus {
	background-color: rgba(84, 0, 194, 0.6) !important;
}

button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
	background-color: rgba(84, 0, 194, 0.6) !important;
}

.bg-translucent-secondary {
	background-color: rgba(215, 223, 235, 0.6) !important;
}

a.bg-translucent-secondary:hover,
a.bg-translucent-secondary:focus {
	background-color: rgba(198, 209, 227, 0.6) !important;
}

button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
	background-color: rgba(198, 209, 227, 0.6) !important;
}

.bg-translucent-success {
	background-color: rgba(46, 152, 107, 0.6) !important;
}

a.bg-translucent-success:hover,
a.bg-translucent-success:focus {
	background-color: rgba(40, 132, 93, 0.6) !important;
}

button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
	background-color: rgba(40, 132, 93, 0.6) !important;
}

.bg-translucent-info {
	background-color: rgba(0, 154, 181, 0.6) !important;
}

a.bg-translucent-info:hover,
a.bg-translucent-info:focus {
	background-color: rgba(0, 132, 156, 0.6) !important;
}

button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
	background-color: rgba(0, 132, 156, 0.6) !important;
}

.bg-translucent-warning {
	background-color: rgba(219, 147, 0, 0.6) !important;
}

a.bg-translucent-warning:hover,
a.bg-translucent-warning:focus {
	background-color: rgba(194, 130, 0, 0.6) !important;
}

button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
	background-color: rgba(194, 130, 0, 0.6) !important;
}

.bg-translucent-danger {
	background-color: rgba(255, 57, 12, 0.6) !important;
}

a.bg-translucent-danger:hover,
a.bg-translucent-danger:focus {
	background-color: rgba(242, 44, 0, 0.6) !important;
}

button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
	background-color: rgba(242, 44, 0, 0.6) !important;
}

.bg-translucent-light {
	background-color: rgba(215, 223, 235, 0.6) !important;
}

a.bg-translucent-light:hover,
a.bg-translucent-light:focus {
	background-color: rgba(198, 209, 227, 0.6) !important;
}

button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
	background-color: rgba(198, 209, 227, 0.6) !important;
}

.bg-translucent-dark {
	background-color: rgba(26, 35, 45, 0.6) !important;
}

a.bg-translucent-dark:hover,
a.bg-translucent-dark:focus {
	background-color: rgba(17, 22, 29, 0.6) !important;
}

button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
	background-color: rgba(17, 22, 29, 0.6) !important;
}

.bg-translucent-neutral {
	background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-neutral:hover,
a.bg-translucent-neutral:focus {
	background-color: rgba(224, 224, 224, 0.6) !important;
}

button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
	background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-translucent-white {
	background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-white:hover,
a.bg-translucent-white:focus {
	background-color: rgba(224, 224, 224, 0.6) !important;
}

button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
	background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-section-primary {
	background-color: #FFF !important;
}

.bg-section-secondary {
	background-color: #FAFBFE !important;
}

.bg-section-light {
	background-color: #E0E6ED !important;
}

.bg-section-dark {
	background-color: #1a232d !important;
}

.bg-brand-facebook {
	background-color: #3b5999 !important;
}

a.bg-brand-facebook:hover,
a.bg-brand-facebook:focus {
	background-color: #2d4474 !important;
}

button.bg-brand-facebook:hover,
button.bg-brand-facebook:focus {
	background-color: #2d4474 !important;
}

.bg-brand-twitter {
	background-color: #1da1f2 !important;
}

a.bg-brand-twitter:hover,
a.bg-brand-twitter:focus {
	background-color: #0c85d0 !important;
}

button.bg-brand-twitter:hover,
button.bg-brand-twitter:focus {
	background-color: #0c85d0 !important;
}

.bg-brand-google-plus {
	background-color: #dd4b39 !important;
}

a.bg-brand-google-plus:hover,
a.bg-brand-google-plus:focus {
	background-color: #c23321 !important;
}

button.bg-brand-google-plus:hover,
button.bg-brand-google-plus:focus {
	background-color: #c23321 !important;
}

.bg-brand-instagram {
	background-color: #e4405f !important;
}

a.bg-brand-instagram:hover,
a.bg-brand-instagram:focus {
	background-color: #d31e40 !important;
}

button.bg-brand-instagram:hover,
button.bg-brand-instagram:focus {
	background-color: #d31e40 !important;
}

.bg-brand-pinterest {
	background-color: #bd081c !important;
}

a.bg-brand-pinterest:hover,
a.bg-brand-pinterest:focus {
	background-color: #8c0615 !important;
}

button.bg-brand-pinterest:hover,
button.bg-brand-pinterest:focus {
	background-color: #8c0615 !important;
}

.bg-brand-youtube {
	background-color: #cd201f !important;
}

a.bg-brand-youtube:hover,
a.bg-brand-youtube:focus {
	background-color: #a11918 !important;
}

button.bg-brand-youtube:hover,
button.bg-brand-youtube:focus {
	background-color: #a11918 !important;
}

.bg-brand-slack {
	background-color: #3aaf85 !important;
}

a.bg-brand-slack:hover,
a.bg-brand-slack:focus {
	background-color: #2d8968 !important;
}

button.bg-brand-slack:hover,
button.bg-brand-slack:focus {
	background-color: #2d8968 !important;
}

.bg-brand-dribbble {
	background-color: #ea4c89 !important;
}

a.bg-brand-dribbble:hover,
a.bg-brand-dribbble:focus {
	background-color: #e51e6b !important;
}

button.bg-brand-dribbble:hover,
button.bg-brand-dribbble:focus {
	background-color: #e51e6b !important;
}

.bg-brand-github {
	background-color: #222222 !important;
}

a.bg-brand-github:hover,
a.bg-brand-github:focus {
	background-color: #090909 !important;
}

button.bg-brand-github:hover,
button.bg-brand-github:focus {
	background-color: #090909 !important;
}

.bg-brand-vimeo {
	background-color: #04A0F0 !important;
}

a.bg-brand-vimeo:hover,
a.bg-brand-vimeo:focus {
	background-color: #037fbe !important;
}

button.bg-brand-vimeo:hover,
button.bg-brand-vimeo:focus {
	background-color: #037fbe !important;
}

.bg-gray-100 {
	background-color: #FAFBFE !important;
}

a.bg-gray-100:hover,
a.bg-gray-100:focus {
	background-color: #d0d9f6 !important;
}

button.bg-gray-100:hover,
button.bg-gray-100:focus {
	background-color: #d0d9f6 !important;
}

.bg-gray-200 {
	background-color: #EFF2F7 !important;
}

a.bg-gray-200:hover,
a.bg-gray-200:focus {
	background-color: #cdd6e6 !important;
}

button.bg-gray-200:hover,
button.bg-gray-200:focus {
	background-color: #cdd6e6 !important;
}

.bg-gray-300 {
	background-color: #E5E9F2 !important;
}

a.bg-gray-300:hover,
a.bg-gray-300:focus {
	background-color: #c3cce1 !important;
}

button.bg-gray-300:hover,
button.bg-gray-300:focus {
	background-color: #c3cce1 !important;
}

.bg-gray-400 {
	background-color: #E0E6ED !important;
}

a.bg-gray-400:hover,
a.bg-gray-400:focus {
	background-color: #c0ccda !important;
}

button.bg-gray-400:hover,
button.bg-gray-400:focus {
	background-color: #c0ccda !important;
}

.bg-gray-500 {
	background-color: #D3DCE6 !important;
}

a.bg-gray-500:hover,
a.bg-gray-500:focus {
	background-color: #b2c2d4 !important;
}

button.bg-gray-500:hover,
button.bg-gray-500:focus {
	background-color: #b2c2d4 !important;
}

.bg-gray-600 {
	background-color: #C0CCDA !important;
}

a.bg-gray-600:hover,
a.bg-gray-600:focus {
	background-color: #a0b2c7 !important;
}

button.bg-gray-600:hover,
button.bg-gray-600:focus {
	background-color: #a0b2c7 !important;
}

.bg-gray-700 {
	background-color: #8492A6 !important;
}

a.bg-gray-700:hover,
a.bg-gray-700:focus {
	background-color: #68788f !important;
}

button.bg-gray-700:hover,
button.bg-gray-700:focus {
	background-color: #68788f !important;
}

.bg-gray-800 {
	background-color: #3C4858 !important;
}

a.bg-gray-800:hover,
a.bg-gray-800:focus {
	background-color: #272f3a !important;
}

button.bg-gray-800:hover,
button.bg-gray-800:focus {
	background-color: #272f3a !important;
}

.bg-gray-900 {
	background-color: #273444 !important;
}

a.bg-gray-900:hover,
a.bg-gray-900:focus {
	background-color: #141b24 !important;
}

button.bg-gray-900:hover,
button.bg-gray-900:focus {
	background-color: #141b24 !important;
}

.bg-black {
	background-color: #1F2D3D !important;
}

a.bg-black:hover,
a.bg-black:focus {
	background-color: #0e141b !important;
}

button.bg-black:hover,
button.bg-black:focus {
	background-color: #0e141b !important;
}

.fill-blue {
	fill: #2684FF !important;
}

.stroke-blue {
	stroke: #2684FF !important;
}

.fill-indigo {
	fill: #0a3cbb !important;
}

.stroke-indigo {
	stroke: #0a3cbb !important;
}

.fill-purple {
	fill: #510FA8 !important;
}

.stroke-purple {
	stroke: #510FA8 !important;
}

.fill-pink {
	fill: #f074ad !important;
}

.stroke-pink {
	stroke: #f074ad !important;
}

.fill-red {
	fill: #FF5630 !important;
}

.stroke-red {
	stroke: #FF5630 !important;
}

.fill-orange {
	fill: #FFAB00 !important;
}

.stroke-orange {
	stroke: #FFAB00 !important;
}

.fill-yellow {
	fill: #ffcc00 !important;
}

.stroke-yellow {
	stroke: #ffcc00 !important;
}

.fill-green {
	fill: #36B37E !important;
}

.stroke-green {
	stroke: #36B37E !important;
}

.fill-teal {
	fill: #00B8D9 !important;
}

.stroke-teal {
	stroke: #00B8D9 !important;
}

.fill-cyan {
	fill: #4bd6e5 !important;
}

.stroke-cyan {
	stroke: #4bd6e5 !important;
}

.fill-white {
	fill: #FFF !important;
}

.stroke-white {
	stroke: #FFF !important;
}

.fill-gray {
	fill: #C0CCDA !important;
}

.stroke-gray {
	stroke: #C0CCDA !important;
}

.fill-gray-dark {
	fill: #3C4858 !important;
}

.stroke-gray-dark {
	stroke: #3C4858 !important;
}

.fill-primary {
	fill: #0a3cbb !important;
}

.stroke-primary {
	stroke: #0a3cbb !important;
}

.fill-secondary {
	fill: #EFF2F7 !important;
}

.stroke-secondary {
	stroke: #EFF2F7 !important;
}

.fill-success {
	fill: #36B37E !important;
}

.stroke-success {
	stroke: #36B37E !important;
}

.fill-info {
	fill: #00B8D9 !important;
}

.stroke-info {
	stroke: #00B8D9 !important;
}

.fill-warning {
	fill: #FFAB00 !important;
}

.stroke-warning {
	stroke: #FFAB00 !important;
}

.fill-danger {
	fill: #FF5630 !important;
}

.stroke-danger {
	stroke: #FF5630 !important;
}

.fill-light {
	fill: #EFF2F7 !important;
}

.stroke-light {
	stroke: #EFF2F7 !important;
}

.fill-dark {
	fill: #273444 !important;
}

.stroke-dark {
	stroke: #273444 !important;
}

.fill-neutral {
	fill: #FFF !important;
}

.stroke-neutral {
	stroke: #FFF !important;
}

.fill-white {
	fill: #FFF !important;
}

.stroke-white {
	stroke: #FFF !important;
}

.fill-primary-100 {
	fill: white !important;
}

.fill-primary-200 {
	fill: #e2ccff !important;
}

.fill-primary-300 {
	fill: #c599ff !important;
}

.fill-primary-400 {
	fill: #a866ff !important;
}

.fill-primary-500 {
	fill: #8b33ff !important;
}

.fill-primary-600 {
	fill: #7d1aff !important;
}

.stroke-primary-100 {
	stroke: white !important;
}

.stroke-primary-200 {
	stroke: #e2ccff !important;
}

.stroke-primary-300 {
	stroke: #c599ff !important;
}

.stroke-primary-400 {
	stroke: #a866ff !important;
}

.stroke-primary-500 {
	stroke: #8b33ff !important;
}

.stroke-primary-600 {
	stroke: #7d1aff !important;
}

.fill-section-primary {
	fill: #FFF !important;
}

.stroke-section-primary {
	stroke: #FFF !important;
}

.fill-section-secondary {
	fill: #FAFBFE !important;
}

.stroke-section-secondary {
	stroke: #FAFBFE !important;
}

.fill-section-light {
	fill: #E0E6ED !important;
}

.stroke-section-light {
	stroke: #E0E6ED !important;
}

.fill-section-dark {
	fill: #1a232d !important;
}

.stroke-section-dark {
	stroke: #1a232d !important;
}

.bg-cover {
	position: relative;
	background-repeat: no-repeat;
	min-height: 870px;
}

.bg-absolute-cover {
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.bg-absolute-cover svg {
	height: 1000px;
	pointer-events: none;
}

@media (max-width: 1199.98px) {
	.bg-lg-cover {
		background-image: none !important;
	}
}

@media (max-width: 991.98px) {
	.bg-md-cover {
		background-image: none !important;
	}
}

.bg-size--cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-size--contain {
	background-size: contain;
}

.bg-text {
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	left: 0%;
	white-space: nowrap;
	transform: translate(0%, -50%);
	text-transform: uppercase;
	font-size: 40rem;
	font-weight: 700;
}

.bg-inner--text {
	height: 1em;
	line-height: 1em;
	transform: none;
	opacity: 1;
	transition: 2s 0s;
	display: block;
	-webkit-animation: text_slide 40s linear infinite;
	animation: text_slide 40s linear infinite;
	width: auto;
	max-width: none;
	white-space: nowrap;
	display: inline-block;
}

.bg-noise {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

@media (max-width: 991.98px) {
	.bg-img-holder {
		background-image: none !important;
	}

	.bg-img-holder img {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.bg-img-holder {
		position: absolute;
		height: 100%;
		min-height: 20rem;
		background-repeat: no-repeat;
		z-index: -1;
	}

	.bg-img-holder img {
		display: none;
	}
}

.img-bg:after {
	position: absolute;
	content: "";
	background: none no-repeat 50%;
	background-image: none;
	background-size: auto auto;
	background-size: contain;
	width: 783px;
	height: 725px;
	left: 31px;
	top: -168px;
	z-index: 1;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23EFF2F7' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.img-bg img {
	position: relative;
	z-index: 2;
}

.border-sm {
	border-width: 2px !important;
}

.border-md {
	border-width: 3px !important;
}

.border-dashed {
	border-style: dashed !important;
}

.border-dotted {
	border-style: dotted !important;
}

.border-groove {
	border-style: groove !important;
}

.rounded-left-pill {
	border-top-left-radius: 50rem !important;
	border-bottom-left-radius: 50rem !important;
}

.rounded-right-pill {
	border-top-right-radius: 50rem !important;
	border-bottom-right-radius: 50rem !important;
}

.delimiter-top,
.delimiter-bottom {
	position: relative;
	border: 0;
}

.delimiter-top:before {
	content: "";
	display: block;
	width: 80%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40%;
	height: 1px;
	background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-bottom:after {
	content: "";
	display: block;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40%;
	height: 1px;
	background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.delimiter-dark:before,
.delimiter-dark:after {
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.floating {
	-webkit-animation: floating 3s ease infinite;
	animation: floating 3s ease infinite;
	will-change: transform;
}

.floating:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.floating-lg {
	-webkit-animation: floating-lg 3s ease infinite;
	animation: floating-lg 3s ease infinite;
}

.floating-sm {
	-webkit-animation: floating-sm 3s ease infinite;
	animation: floating-sm 3s ease infinite;
}

@-webkit-keyframes floating-lg {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes floating-lg {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes floating {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes floating {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes floating-sm {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes floating-sm {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.floatfix:before {
	content: "";
	display: table;
}

.floatfix:after {
	content: "";
	display: table;
	clear: both;
}

.overflow-visible {
	overflow: visible !important;
}

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

[class*=alpha] {
	transition: all 0.2s ease;
}

[class*=faded] {
	position: relative;
}

[class*=faded]:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
}

.faded-top:after {
	top: 0;
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.faded-bottom:after {
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

[class*=hover-] {
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	[class*=hover-] {
		transition: none;
	}
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-grayscale {
	filter: grayscale(100%);
}

.img-saturate {
	filter: saturate(150%);
}

.img-back-shape img {
	background: url(https://oss.netconcepts.cn/website/assets/css/pages/img/svg/backgrounds/bg-circles-1.svg) no-repeat scroll center center/100% 100% border-box;
}

.opacity-0,
.hover-opacity-0:hover,
.opacity-container:hover .hover-opacity-0 {
	opacity: 0;
}

.opacity-1,
.hover-opacity-1:hover,
.opacity-container:hover .hover-opacity-1 {
	opacity: 0.1;
}

.opacity-2,
.hover-opacity-2:hover,
.opacity-container:hover .hover-opacity-2 {
	opacity: 0.2;
}

.opacity-3,
.hover-opacity-3:hover,
.opacity-container:hover .hover-opacity-3 {
	opacity: 0.3;
}

.opacity-4,
.hover-opacity-4:hover,
.opacity-container:hover .hover-opacity-4 {
	opacity: 0.4;
}

.opacity-5,
.hover-opacity-5:hover,
.opacity-container:hover .hover-opacity-5 {
	opacity: 0.5;
}

.opacity-6,
.hover-opacity-6:hover,
.opacity-container:hover .hover-opacity-6 {
	opacity: 0.6;
}

.opacity-7,
.hover-opacity-7:hover,
.opacity-container:hover .hover-opacity-7 {
	opacity: 0.7;
}

.opacity-8,
.hover-opacity-8:hover,
.opacity-container:hover .hover-opacity-8 {
	opacity: 0.8;
}

.opacity-9,
.hover-opacity-9:hover,
.opacity-container:hover .hover-opacity-9 {
	opacity: 0.9;
}

.opacity-10,
.hover-opacity-10:hover,
.opacity-container:hover .hover-opacity-10 {
	opacity: 1;
}

.top-0 {
	top: 0;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.top-1 {
	top: 0.25rem;
}

.right-1 {
	right: 0.25rem;
}

.bottom-1 {
	bottom: 0.25rem;
}

.left-1 {
	left: 0.25rem;
}

.top-2 {
	top: 0.5rem;
}

.right-2 {
	right: 0.5rem;
}

.bottom-2 {
	bottom: 0.5rem;
}

.left-2 {
	left: 0.5rem;
}

.top-3 {
	top: 1rem;
}

.right-3 {
	right: 1rem;
}

.bottom-3 {
	bottom: 1rem;
}

.left-3 {
	left: 1rem;
}

.top-4 {
	top: 1.5rem;
}

.right-4 {
	right: 1.5rem;
}

.bottom-4 {
	bottom: 1.5rem;
}

.left-4 {
	left: 1.5rem;
}

.top-5 {
	top: 3rem;
}

.right-5 {
	right: 3rem;
}

.bottom-5 {
	bottom: 3rem;
}

.left-5 {
	left: 3rem;
}

.top-6 {
	top: 4.5rem;
}

.right-6 {
	right: 4.5rem;
}

.bottom-6 {
	bottom: 4.5rem;
}

.left-6 {
	left: 4.5rem;
}

.top-7 {
	top: 6rem;
}

.right-7 {
	right: 6rem;
}

.bottom-7 {
	bottom: 6rem;
}

.left-7 {
	left: 6rem;
}

.top-8 {
	top: 7.5rem;
}

.right-8 {
	right: 7.5rem;
}

.bottom-8 {
	bottom: 7.5rem;
}

.left-8 {
	left: 7.5rem;
}

.top-9 {
	top: 9rem;
}

.right-9 {
	right: 9rem;
}

.bottom-9 {
	bottom: 9rem;
}

.left-9 {
	left: 9rem;
}

.top-10 {
	top: 15rem;
}

.right-10 {
	right: 15rem;
}

.bottom-10 {
	bottom: 15rem;
}

.left-10 {
	left: 15rem;
}

.top-n1 {
	top: -0.25rem;
}

.right-n1 {
	right: -0.25rem;
}

.bottom-n1 {
	bottom: -0.25rem;
}

.left-n1 {
	left: -0.25rem;
}

.top-n2 {
	top: -0.5rem;
}

.right-n2 {
	right: -0.5rem;
}

.bottom-n2 {
	bottom: -0.5rem;
}

.left-n2 {
	left: -0.5rem;
}

.top-n3 {
	top: -1rem;
}

.right-n3 {
	right: -1rem;
}

.bottom-n3 {
	bottom: -1rem;
}

.left-n3 {
	left: -1rem;
}

.top-n4 {
	top: -1.5rem;
}

.right-n4 {
	right: -1.5rem;
}

.bottom-n4 {
	bottom: -1.5rem;
}

.left-n4 {
	left: -1.5rem;
}

.top-n5 {
	top: -3rem;
}

.right-n5 {
	right: -3rem;
}

.bottom-n5 {
	bottom: -3rem;
}

.left-n5 {
	left: -3rem;
}

.top-n6 {
	top: -4.5rem;
}

.right-n6 {
	right: -4.5rem;
}

.bottom-n6 {
	bottom: -4.5rem;
}

.left-n6 {
	left: -4.5rem;
}

.top-n7 {
	top: -6rem;
}

.right-n7 {
	right: -6rem;
}

.bottom-n7 {
	bottom: -6rem;
}

.left-n7 {
	left: -6rem;
}

.top-n8 {
	top: -7.5rem;
}

.right-n8 {
	right: -7.5rem;
}

.bottom-n8 {
	bottom: -7.5rem;
}

.left-n8 {
	left: -7.5rem;
}

.top-n9 {
	top: -9rem;
}

.right-n9 {
	right: -9rem;
}

.bottom-n9 {
	bottom: -9rem;
}

.left-n9 {
	left: -9rem;
}

.top-n10 {
	top: -15rem;
}

.right-n10 {
	right: -15rem;
}

.bottom-n10 {
	bottom: -15rem;
}

.left-n10 {
	left: -15rem;
}

.center {
	left: 50%;
	transform: translateX(-50%);
}

.middle {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	[data-separator=rounded][data-separator-orientation=bottom] {
		border-radius: 0 0 3rem 3rem;
	}

	[data-separator=rounded][data-separator-orientation=top] {
		border-radius: 3rem 3rem 0 0;
	}

	[data-separator=rounded-left][data-separator-orientation=bottom] {
		border-radius: 0 0 0 3rem;
	}

	[data-separator=rounded-left][data-separator-orientation=top] {
		border-radius: 3rem 0 0 0;
	}

	[data-separator=rounded-right][data-separator-orientation=bottom] {
		border-radius: 0 0 3rem 0;
	}

	[data-separator=rounded-right][data-separator-orientation=top] {
		border-radius: 0 3rem 0 0;
	}
}

@media (min-width: 768px) {
	[data-separator=rounded][data-separator-orientation=bottom] {
		border-radius: 0 0 5rem 5rem;
	}

	[data-separator=rounded][data-separator-orientation=top] {
		border-radius: 5rem 5rem 0 0;
	}

	[data-separator=rounded-left][data-separator-orientation=bottom] {
		border-radius: 0 0 0 5rem;
	}

	[data-separator=rounded-left][data-separator-orientation=top] {
		border-radius: 5rem 0 0 0;
	}

	[data-separator=rounded-right][data-separator-orientation=bottom] {
		border-radius: 0 0 5rem 0;
	}

	[data-separator=rounded-right][data-separator-orientation=top] {
		border-radius: 0 5rem 0 0;
	}
}

[data-separator=rounded-continuous] {
	position: relative;
	margin-bottom: 5rem;
	border-radius: 0 0 0 5rem;
}

[data-separator=rounded-continuous]:before,
[data-separator=rounded-continuous]:after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	height: 5rem;
}

[data-separator=rounded-continuous]:before {
	top: 100%;
	width: 100%;
	border-radius: 0 5rem 0 0;
}

[data-separator=rounded-continuous]:after {
	bottom: 0;
	z-index: -1;
	width: 50%;
}

[data-separator=rounded-continuous]+section {
	padding-bottom: 5rem;
}

[data-separator-bg=primary]:before,
[data-separator-bg=primary]:after {
	background: #FFF;
}

[data-separator-bg=secondary]:before,
[data-separator-bg=secondary]:after {
	background: #FAFBFE;
}

[data-separator-bg=light]:before,
[data-separator-bg=light]:after {
	background: #E0E6ED;
}

[data-separator-bg=dark]:before,
[data-separator-bg=dark]:after {
	background: #1a232d;
}

.shape-container {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	z-index: 2;
	transform: translateZ(0);
	overflow: hidden;
}

.shape-container svg {
	fill: #FFF;
	pointer-events: none;
	vertical-align: baseline;
}

.shape-container[data-shape-position=top] {
	top: 0;
	bottom: auto;
	margin-top: -1px;
}

.shape-container[data-shape-position=bottom] {
	top: auto;
	bottom: 0;
	margin-bottom: -1px;
}

.shape-container[data-shape-orientation=inverse] {
	transform: rotate(180deg);
}

.shape-position-top {
	top: 0;
	margin-top: -1px;
}

.shape-position-bottom {
	bottom: 0;
	margin-bottom: -1px;
}

.shape-orientation-inverse {
	transform: rotate(180deg);
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.ie-shape-wave-1 {
		height: 504px;
	}

	.ie-shape-wave-3 {
		height: 231px;
	}

	.ie-shape-clouds {
		height: 400px;
	}
}

.h-100vh {
	height: 100vh !important;
}

.row-grid+.row-grid,
.row-grid>[class*=col-]+[class*=col-] {
	margin-top: 3rem;
}

@media (min-width: 992px) {
	.row.row-grid>[class*=col-lg-]+[class*=col-lg-] {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.row.row-grid>[class*=col-md-]+[class*=col-md-] {
		margin-top: 0;
	}
}

@media (min-width: 576px) {
	.row.row-grid>[class*=col-sm-]+[class*=col-sm-] {
		margin-top: 0;
	}
}

@media (min-width: 992px) {

	[class*=mt--],
	[class*=mr--],
	[class*=mb--],
	[class*=ml--] {
		position: relative;
		z-index: 5;
	}

	.mt--100 {
		margin-top: -100px !important;
	}

	.mr--100 {
		margin-right: -100px !important;
	}

	.mb--100 {
		margin-bottom: -100px !important;
	}

	.ml--100 {
		margin-left: -100px !important;
	}

	.mt--150 {
		margin-top: -150px !important;
	}

	.mb--150 {
		margin-bottom: -150px !important;
	}

	.mt--200 {
		margin-top: -200px !important;
	}

	.mb--200 {
		margin-bottom: -200px !important;
	}

	.mt--300 {
		margin-top: -300px !important;
	}

	.mb--300 {
		margin-bottom: -300px !important;
	}

	.pt-100 {
		padding-top: 100px !important;
	}

	.pb-100 {
		padding-bottom: 100px !important;
	}

	.pt-150 {
		padding-top: 150px !important;
	}

	.pb-150 {
		padding-bottom: 150px !important;
	}

	.pt-200 {
		padding-top: 200px !important;
	}

	.pb-200 {
		padding-bottom: 200px !important;
	}

	.pt-250 {
		padding-top: 250px !important;
	}

	.pb-250 {
		padding-bottom: 250px !important;
	}

	.pt-300 {
		padding-top: 300px !important;
	}

	.pb-300 {
		padding-bottom: 300px !important;
	}
}

[data-negative-margin].is_stuck {
	margin: 0 !important;
}

[class*=shadow] {
	transition: all 0.2s ease;
}

.hover-shadow-sm:hover {
	box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow:hover {
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08) !important;
}

.hover-shadow-lg:hover {
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.shadow-none,
.hover-shadow-none:hover {
	box-shadow: none !important;
}

.shadow-primary-sm {
	box-shadow: 0 0.125rem 0.25rem #0a3cbb !important;
}

.shadow-primary {
	box-shadow: 0 0.5rem 1rem #0a3cbb !important;
}

.shadow-primary-lg {
	box-shadow: 0 1rem 3rem #0a3cbb !important;
}

.shadow-secondary-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary {
	box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-secondary-lg {
	box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-success-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-success {
	box-shadow: 0 0.5rem 1rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-success-lg {
	box-shadow: 0 1rem 3rem rgba(54, 179, 126, 0.4) !important;
}

.shadow-info-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info {
	box-shadow: 0 0.5rem 1rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-info-lg {
	box-shadow: 0 1rem 3rem rgba(0, 184, 217, 0.4) !important;
}

.shadow-warning-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning {
	box-shadow: 0 0.5rem 1rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-warning-lg {
	box-shadow: 0 1rem 3rem rgba(255, 171, 0, 0.4) !important;
}

.shadow-danger-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger {
	box-shadow: 0 0.5rem 1rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-danger-lg {
	box-shadow: 0 1rem 3rem rgba(255, 86, 48, 0.4) !important;
}

.shadow-light-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light {
	box-shadow: 0 0.5rem 1rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-light-lg {
	box-shadow: 0 1rem 3rem rgba(239, 242, 247, 0.4) !important;
}

.shadow-dark-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark {
	box-shadow: 0 0.5rem 1rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-dark-lg {
	box-shadow: 0 1rem 3rem rgba(39, 52, 68, 0.4) !important;
}

.shadow-neutral-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-neutral {
	box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-neutral-lg {
	box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white {
	box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.4) !important;
}

.shadow-white-lg {
	box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.4) !important;
}

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 500 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.font-weight-900 {
	font-weight: 900 !important;
}

.font-weight-bolder {
	font-weight: 700 !important;
}

.text-underline {
	text-decoration: underline !important;
}

.text-underline--dashed {
	border-bottom: 1px dashed !important;
}

.text-line-through {
	text-decoration: line-through !important;
}

a.text-muted:hover {
	color: #68788f !important;
}

.text-xs {
	font-size: 0.75rem !important;
}

.text-xxs {
	font-size: 0.5rem !important;
}

.text-sm {
	font-size: 0.875rem !important;
}

.text-md {
	font-size: 1rem !important;
}

.text-lg {
	font-size: 1.23rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.text-xxl {
	font-size: 2rem !important;
}

.text-xxxl {
	font-size: 3rem !important;
}

.text-big {
	font-size: 5rem !important;
}

.lh-100 {
	line-height: 1 !important;
}

.lh-110 {
	line-height: 1.1 !important;
}

.lh-120 {
	line-height: 1.2 !important;
}

.lh-130 {
	line-height: 1.3 !important;
}

.lh-140 {
	line-height: 1.4 !important;
}

.lh-150 {
	line-height: 1.5 !important;
}

.lh-160 {
	line-height: 1.6 !important;
}

.lh-170 {
	line-height: 1.7 !important;
}

.lh-180 {
	line-height: 1.8 !important;
}

.ls-1 {
	letter-spacing: 0.0625rem !important;
}

.ls-15 {
	letter-spacing: 0.09375rem !important;
}

.ls-2 {
	letter-spacing: 0.125rem !important;
}

.text-limit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.transform-none {
	transform: none !important;
}

.translate-y-n3,
.hover-translate-y-n3:hover {
	transform: translateY(-3px) !important;
}

.translate-y-n10,
.hover-translate-y-n10:hover {
	transform: translateY(-10px) !important;
}

.translate-x-50,
.hover-translate-x-50:hover {
	transform: translateX(50%) !important;
}

.translate-y-50 {
	transform: translateY(50%) !important;
}

.translate-x-100 {
	transform: translateX(100%) !important;
}

.translate-y-100 {
	transform: translateY(100%) !important;
}

.translate-x-n50 {
	transform: translateX(-50%) !important;
}

.translate-y-n50 {
	transform: translateY(-50%) !important;
}

.translate-x-n100 {
	transform: translateX(-100%) !important;
}

.translate-y-n100 {
	transform: translateY(-100%) !important;
}

.scale-90 {
	transform: scale(0.9) !important;
}

.scale-x-90 {
	transform: scaleX(0.9) !important;
}

.scale-y-90 {
	transform: scaleY(0.9) !important;
}

.scale-100 {
	transform: scale(1) !important;
}

.scale-x-100 {
	transform: scaleX(1) !important;
}

.scale-y-100 {
	transform: scaleY(1) !important;
}

.scale-110,
.hover-scale-110:hover {
	transform: scale(1.1) !important;
}

.scale-x-110,
.hover-scale-x-110:hover {
	transform: scaleX(1.1) !important;
}

.scale-y-110 {
	transform: scaleY(1.1) !important;
}

.rotate-90,
.hover-rotate-90:hover {
	transform: rotate(90deg) !important;
}

.rotate-180,
.hover-rotate-180:hover {
	transform: rotate(180deg) !important;
}

.rotate-270,
.hover-rotate-270:hover {
	transform: rotate(270deg) !important;
}

.rotate-360,
.hover-rotate-360:hover {
	transform: rotate(360deg) !important;
}

.rotate-n90,
.hover-rotate-n90:hover {
	transform: rotate(-90deg) !important;
}

.skew-x-5 {
	transform: skewX(5deg) !important;
}

.skew-y-5 {
	transform: skewY(5deg) !important;
}

.skew-x-n10 {
	transform: skewX(-10deg) !important;
}

.skew-y-n10 {
	transform: skewY(-10deg) !important;
}

.perspective-left {
	transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
}

.perspective-right {
	transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
}

.transform-origin-t {
	transform-origin: 50% 0% !important;
}

.transform-origin-r {
	transform-origin: 100% 50% !important;
}

.transform-origin-b {
	transform-origin: 50% 100% !important;
}

.transform-origin-l {
	transform-origin: 0% 50% !important;
}

.zindex-100 {
	z-index: 100 !important;
}

.zindex-101 {
	z-index: 101 !important;
}

.zindex-102 {
	z-index: 102 !important;
}

.zindex-103 {
	z-index: 103 !important;
}

.zindex-104 {
	z-index: 104 !important;
}

.zindex-105 {
	z-index: 105 !important;
}

.action-item {
	display: inline-block;
	font-size: 0.875rem;
	cursor: pointer;
	color: #8492A6;
	background: transparent;
	border: 0;
	padding: 0.375rem 0.25rem;
	transition: color 0.3s;
}

.action-item:hover {
	color: #a2acbb;
}

.action-item span {
	padding-left: 0.35rem;
	display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
	.action-item {
		transition: none;
	}
}

.actions-dark .action-item {
	color: rgba(255, 255, 255, 0.7);
}

.actions-dark .action-item:hover {
	color: white;
}

.action-favorite {
	color: #ffcc00;
}

.action-favorite:hover,
.action-favorite.active {
	color: #dbaf00;
}

.action-love {
	color: #FF5630;
}

.action-love:hover,
.action-love.active {
	color: #ff390c;
}

.action-like {
	color: #2684FF;
}

.action-like:hover,
.action-like.active {
	color: #0270ff;
}

.action-item-lg {
	font-size: 1.25rem;
}

.card>.actions {
	position: absolute;
	right: 0.875rem;
	top: 1rem;
}

.card-stats .actions {
	right: 0.75rem;
	top: 0.5rem;
}

.actions-toolbar {
	position: relative;
}

.actions-search {
	display: none;
	opacity: 0;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-color: #EFF2F7;
	z-index: 1;
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
	border-radius: 0.375rem;
	transition: all 0.2s ease;
}

.actions-search.show {
	display: flex;
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.actions-search {
		transition: none;
	}
}

.alert {
	font-size: 0.875rem;
}

.alert strong {
	font-weight: 600;
}

.alert hr {
	margin: 0.875rem 0;
}

.alert p:last-child {
	margin-bottom: 0;
}

.alert-heading {
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 0.15rem;
}

.alert-flush {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.alert-modern {
	display: inline-block;
	padding: 0.375rem 1rem 0.375rem 0.5rem;
	border-radius: 50rem;
}

.alert-modern::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F105";
}

.alert-modern:empty::after {
	margin-left: 0;
}

.alert-modern .badge+.alert-content {
	margin-left: 0.5rem;
}

.alert-dark {
	background-color: #273444;
	color: #FFF;
	border: 0;
}

.alert-dark .alert-link {
	color: #FFF;
}

.alert-dark .close>span:not(.sr-only) {
	color: white;
}

.alert-dark .close:hover>span:not(.sr-only),
.alert-dark .close:focus>span:not(.sr-only) {
	color: #FFF;
}

.alert-dark hr {
	border-color: rgba(216, 203, 187, 0.1);
}

[class*=alert-outline-] {
	border-right: 1px solid;
}

[class*=alert-outline-] .alert-group-prepend {
	padding-right: 0.875rem;
}

.alert-outline-primary {
	background: transparent;
	color: #0a3cbb;
	border-color: #d6b8ff;
}

.alert-outline-primary hr {
	border-top-color: #e5d2ff;
}

.alert-outline-primary .alert-link {
	color: #0a3cbb;
}

.alert-outline-primary .alert-group-prepend {
	border-right: 1px solid #d6b8ff;
}

.alert-outline-secondary {
	background: transparent;
	color: #8b939e;
	border-color: #fbfbfd;
}

.alert-outline-secondary hr {
	border-top-color: white;
}

.alert-outline-secondary .alert-link {
	color: #8b939e;
}

.alert-outline-secondary .alert-group-prepend {
	border-right: 1px solid #fbfbfd;
}

.alert-outline-success {
	background: transparent;
	color: #2b735f;
	border-color: #c7eadb;
}

.alert-outline-success hr {
	border-top-color: #daf1e7;
}

.alert-outline-success .alert-link {
	color: #2b735f;
}

.alert-outline-success .alert-group-prepend {
	border-right: 1px solid #c7eadb;
}

.alert-outline-info {
	background: transparent;
	color: #0f758e;
	border-color: #b8ebf4;
}

.alert-outline-info hr {
	border-top-color: #cef1f7;
}

.alert-outline-info .alert-link {
	color: #0f758e;
}

.alert-outline-info .alert-group-prepend {
	border-right: 1px solid #b8ebf4;
}

.alert-outline-warning {
	background: transparent;
	color: #936f1d;
	border-color: #ffe7b8;
}

.alert-outline-warning hr {
	border-top-color: #fff0d2;
}

.alert-outline-warning .alert-link {
	color: #936f1d;
}

.alert-outline-warning .alert-group-prepend {
	border-right: 1px solid #ffe7b8;
}

.alert-outline-danger {
	background: transparent;
	color: #934236;
	border-color: #ffd0c5;
}

.alert-outline-danger hr {
	border-top-color: #ffe5df;
}

.alert-outline-danger .alert-link {
	color: #934236;
}

.alert-outline-danger .alert-group-prepend {
	border-right: 1px solid #ffd0c5;
}

.alert-outline-light {
	background: transparent;
	color: #8b939e;
	border-color: #fbfbfd;
}

.alert-outline-light hr {
	border-top-color: white;
}

.alert-outline-light .alert-link {
	color: #8b939e;
}

.alert-outline-light .alert-group-prepend {
	border-right: 1px solid #fbfbfd;
}

.alert-outline-dark {
	background: transparent;
	color: #233141;
	border-color: #c3c6cb;
}

.alert-outline-dark hr {
	border-top-color: #d1d3d7;
}

.alert-outline-dark .alert-link {
	color: #233141;
}

.alert-outline-dark .alert-group-prepend {
	border-right: 1px solid #c3c6cb;
}

.alert-outline-neutral,
.alert-outline-white {
	background: transparent;
	color: #939aa2;
	border-color: white;
}

.alert-outline-neutral hr,
.alert-outline-white hr {
	border-top-color: white;
}

.alert-outline-neutral .alert-link,
.alert-outline-white .alert-link {
	color: #939aa2;
}

.alert-outline-neutral .alert-group-prepend,
.alert-outline-white .alert-group-prepend {
	border-right: 1px solid white;
}

.alert-messages:not(:last-child) {
	margin-bottom: 1.25rem;
}

.alert-notify {
	display: flex !important;
	max-width: 600px;
	width: calc(100% - 30px);
	padding-right: 80px;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}

.alert-notify:hover {
	z-index: 1081 !important;
}

.alert-group {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.alert-group .alert-group-prepend {
	display: inline-flex;
	vertical-align: middle;
	margin-right: 0.5rem;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

.alert-group .alert-content {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

.alert-group .alert-action {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	margin-left: auto;
}

.alert-group .btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.6;
}

.alert-group[class*=alert-outline] .alert-group-prepend {
	margin-right: 0.875rem;
}

.alert-group-icon {
	display: inline-block;
	min-width: 26px;
	text-align: center;
}

.alert-dismissible .alert-group-prepend {
	display: block;
}

.alert-dismissible .close {
	top: 50%;
	right: 0.875rem;
	transform: translateY(-50%);
	padding: 0;
}

.avatar {
	position: relative;
	color: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 600;
	height: 50px;
	width: 50px;
	border-radius: 0.25rem;
}

.avatar img {
	width: 100%;
	border-radius: 0.25rem;
}

.avatar.rounded-circle img {
	border-radius: 50%;
}

.avatar span {
	background-color: #0a3cbb;
}

.avatar+.avatar {
	margin-left: 0.25rem;
}

.avatar+.avatar-content {
	display: inline-block;
	margin-left: 0.75rem;
}

.avatar-lg {
	width: 75px;
	height: 75px;
	font-size: 1.25rem;
}

.avatar-sm {
	width: 31.25px;
	height: 31.25px;
	font-size: 0.75rem;
	border-radius: 0.2rem;
}

.avatar-group {
	display: inline-block;
	line-height: 1;
}

.avatar-group .avatar {
	transition: margin 0.15s ease-in-out;
	z-index: 1;
}

.avatar-group .avatar:hover {
	z-index: 2;
}

.avatar-group .avatar img {
	border: 2px solid #FFF;
}

.avatar-group .avatar+.avatar {
	margin-left: -1.5rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -1rem;
}

.avatar-group:hover .avatar {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.avatar-group:hover .avatar-sm {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.hover-avatar-ungroup:hover .avatar:not(:first-child) {
	margin-left: 0;
}

.avatar-parent-child {
	display: inline-block;
	position: relative;
}

.avatar-child {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 2px solid #FFF;
	border-radius: 0.2rem;
}

.avatar.rounded-circle+.avatar-child {
	border-radius: 50%;
}

.avatar+.avatar-child {
	width: 20px;
	height: 20px;
}

.avatar-lg+.avatar-child {
	width: 24px;
	height: 24px;
}

.avatar-sm+.avatar-child {
	width: 16px;
	height: 16px;
}

.avatar+.avatar-badge {
	width: 14px;
	height: 14px;
	right: -6px;
	bottom: 15px;
}

.avatar-lg+.avatar-badge {
	width: 16px;
	height: 16px;
	right: -5px;
	bottom: 20px;
}

.avatar-sm+.badge {
	width: 12px;
	height: 12px;
	right: -6px;
	bottom: 10px;
}

.avatar-connect {
	position: relative;
}

.avatar-connect:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 2px dashed #EFF2F7;
}

.avatar-connect ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.badge {
	display: inline;
	text-transform: none;
}

.badge i {
	margin-right: 0.5rem;
}

.badge-md {
	padding: 0.65em 1em;
}

.badge-lg {
	padding: 0.85em 1.375em;
}

.badge-inline {
	margin-right: 0.625rem;
}

.badge-inline+span {
	top: 2px;
	position: relative;
}

.badge-inline+span>a {
	text-decoration: underline;
}

.btn .badge:not(:first-child) {
	margin-left: 0.5rem;
}

.btn .badge:not(:last-child) {
	margin-right: 0.5rem;
}

.badge-soft-primary {
	color: #0a3cbb;
	background-color: #e2ccff;
}

.badge-soft-primary[href]:hover,
.badge-soft-primary[href]:focus {
	color: #0a3cbb;
	text-decoration: none;
	background-color: #d4b3ff;
}

.badge-soft-secondary {
	color: #EFF2F7;
	background-color: #fcfcfd;
}

.badge-soft-secondary[href]:hover,
.badge-soft-secondary[href]:focus {
	color: #EFF2F7;
	text-decoration: none;
	background-color: #ededf3;
}

.badge-soft-success {
	color: #36B37E;
	background-color: #d7f0e5;
}

.badge-soft-success[href]:hover,
.badge-soft-success[href]:focus {
	color: #36B37E;
	text-decoration: none;
	background-color: #c4e9d9;
}

.badge-soft-info {
	color: #00B8D9;
	background-color: #ccf1f7;
}

.badge-soft-info[href]:hover,
.badge-soft-info[href]:focus {
	color: #00B8D9;
	text-decoration: none;
	background-color: #b6ebf4;
}

.badge-soft-warning {
	color: #FFAB00;
	background-color: #ffeecc;
}

.badge-soft-warning[href]:hover,
.badge-soft-warning[href]:focus {
	color: #FFAB00;
	text-decoration: none;
	background-color: #ffe6b3;
}

.badge-soft-danger {
	color: #FF5630;
	background-color: #ffddd6;
}

.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
	color: #FF5630;
	text-decoration: none;
	background-color: #ffc8bd;
}

.badge-soft-light {
	color: #EFF2F7;
	background-color: #fcfcfd;
}

.badge-soft-light[href]:hover,
.badge-soft-light[href]:focus {
	color: #EFF2F7;
	text-decoration: none;
	background-color: #ededf3;
}

.badge-soft-dark {
	color: #273444;
	background-color: #d4d6da;
}

.badge-soft-dark[href]:hover,
.badge-soft-dark[href]:focus {
	color: #273444;
	text-decoration: none;
	background-color: #c6c9ce;
}

.badge-soft-neutral {
	color: #FFF;
	background-color: white;
}

.badge-soft-neutral[href]:hover,
.badge-soft-neutral[href]:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #f2f2f2;
}

.badge-soft-white {
	color: #FFF;
	background-color: white;
}

.badge-soft-white[href]:hover,
.badge-soft-white[href]:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #f2f2f2;
}

.badge-dot {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	color: #8492A6;
	font-size: 0.875rem;
}

.badge-dot i {
	display: inline-block;
	vertical-align: middle;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	margin-right: 0.375rem;
}

.badge-dot.badge-md i {
	width: 0.5rem;
	height: 0.5rem;
}

.badge-dot.badge-lg i {
	width: 0.625rem;
	height: 0.625rem;
}

.badge-circle {
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0 !important;
	min-width: 1.25rem;
	min-height: 1.25rem;
	font-size: 0.75rem;
	font-weight: 600;
}

.badge-circle.badge-md {
	width: 1.5rem;
	height: 1.5rem;
}

.badge-circle.badge-lg {
	width: 2rem;
	height: 2rem;
}

.btn .badge-floating {
	position: absolute;
	top: -50%;
	right: 0;
	transform: translate(50%, 50%);
	margin: 0;
	border: 3px solid;
}

.bg-shape-circle {
	display: block;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, 0.05);
	position: absolute;
	margin: auto;
}

.bg-shape-circle-lg {
	width: 800px;
	height: 800px;
}

.breadcrumb {
	border: 1px solid #EFF2F7;
}

.breadcrumb-sm {
	font-size: 0.875rem;
}

.breadcrumb-links {
	border: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-links .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	width: 0.3rem;
	height: 0.6rem;
	margin-right: 0.5rem;
	-webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
	mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: #E0E6ED;
}

.breadcrumb-dark .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item a:hover {
	color: white;
}

.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-light .breadcrumb-item a {
	color: rgba(39, 52, 68, 0.8);
}

.breadcrumb-light .breadcrumb-item a:hover {
	color: #273444;
}

.breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(39, 52, 68, 0.8);
}

.btn {
	position: relative;
	transition: all 0.2s ease;
}

.btn:not(:last-child) {
	margin-right: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn-group>.btn {
	margin: 0;
}

.btn-neutral {
	background-color: #FFF;
	color: #273444;
	border: 1px solid #EFF2F7;
}

.btn-neutral:hover {
	border-color: #e5eaf2;
	background-color: #f7f7f7;
}

.btn-neutral:not(:disabled):not(.disabled).active {
	border-color: #0a3cbb;
	color: #0a3cbb;
	background-color: #FFF;
}

.btn-xl {
	padding: 1.5rem 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 0.5rem;
}

@media (max-width: 1200px) {
	.btn-xl {
		font-size: calc(1.275rem + 0.3vw);
	}
}

.btn-nobg {
	padding: 0;
	background: transparent !important;
}

.btn-nobg:hover {
	background: transparent !important;
	border-color: transparent !important;
}

.btn-nobg--hover:hover {
	background-color: transparent;
}

.btn-soft-primary {
	color: #0a3cbb;
	background-color: #e2ccff;
	border-color: #e2ccff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-primary:hover {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
	box-shadow: 0 4px 11px rgba(226, 204, 255, 0.35);
}

.btn-soft-primary:focus,
.btn-soft-primary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 #0a3cbb;
}

.btn-soft-primary.disabled,
.btn-soft-primary:disabled {
	color: #0a3cbb;
	background-color: #e2ccff;
	border-color: #e2ccff;
}

.btn-soft-primary:not(:disabled):not(.disabled):active,
.btn-soft-primary:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.show>.btn-soft-primary.dropdown-toggle {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 #0a3cbb;
}

.show>.btn-soft-primary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 #0a3cbb;
}

.btn-soft-secondary {
	color: #EFF2F7;
	background-color: #fcfcfd;
	border-color: #fcfcfd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-secondary:hover {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
	box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

.btn-soft-secondary:focus,
.btn-soft-secondary.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled {
	color: #EFF2F7;
	background-color: #fcfcfd;
	border-color: #fcfcfd;
}

.btn-soft-secondary:not(:disabled):not(.disabled):active,
.btn-soft-secondary:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.show>.btn-soft-secondary.dropdown-toggle {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-soft-secondary:not(:disabled):not(.disabled):active:focus,
.btn-soft-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.show>.btn-soft-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-success {
	color: #36B37E;
	background-color: #d7f0e5;
	border-color: #d7f0e5;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-success:hover {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
	box-shadow: 0 4px 11px rgba(215, 240, 229, 0.35);
}

.btn-soft-success:focus,
.btn-soft-success.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(52, 160, 117, 0.5);
}

.btn-soft-success.disabled,
.btn-soft-success:disabled {
	color: #36B37E;
	background-color: #d7f0e5;
	border-color: #d7f0e5;
}

.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.show>.btn-soft-success.dropdown-toggle {
	color: #FFF;
	background-color: #36B37E;
	border-color: #36B37E;
}

.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(52, 160, 117, 0.5);
}

.show>.btn-soft-success.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(52, 160, 117, 0.5);
}

.btn-soft-info {
	color: #00B8D9;
	background-color: #ccf1f7;
	border-color: #ccf1f7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-info:hover {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
	box-shadow: 0 4px 11px rgba(204, 241, 247, 0.35);
}

.btn-soft-info:focus,
.btn-soft-info.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(6, 164, 195, 0.5);
}

.btn-soft-info.disabled,
.btn-soft-info:disabled {
	color: #00B8D9;
	background-color: #ccf1f7;
	border-color: #ccf1f7;
}

.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.show>.btn-soft-info.dropdown-toggle {
	color: #FFF;
	background-color: #00B8D9;
	border-color: #00B8D9;
}

.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(6, 164, 195, 0.5);
}

.show>.btn-soft-info.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(6, 164, 195, 0.5);
}

.btn-soft-warning {
	color: #FFAB00;
	background-color: #ffeecc;
	border-color: #ffeecc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-warning:hover {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
	box-shadow: 0 4px 11px rgba(255, 238, 204, 0.35);
}

.btn-soft-warning:focus,
.btn-soft-warning.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 153, 10, 0.5);
}

.btn-soft-warning.disabled,
.btn-soft-warning:disabled {
	color: #FFAB00;
	background-color: #ffeecc;
	border-color: #ffeecc;
}

.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.show>.btn-soft-warning.dropdown-toggle {
	color: #FFF;
	background-color: #FFAB00;
	border-color: #FFAB00;
}

.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 153, 10, 0.5);
}

.show>.btn-soft-warning.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 153, 10, 0.5);
}

.btn-soft-danger {
	color: #FF5630;
	background-color: #ffddd6;
	border-color: #ffddd6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-danger:hover {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
	box-shadow: 0 4px 11px rgba(255, 221, 214, 0.35);
}

.btn-soft-danger:focus,
.btn-soft-danger.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 81, 51, 0.5);
}

.btn-soft-danger.disabled,
.btn-soft-danger:disabled {
	color: #FF5630;
	background-color: #ffddd6;
	border-color: #ffddd6;
}

.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.show>.btn-soft-danger.dropdown-toggle {
	color: #FFF;
	background-color: #FF5630;
	border-color: #FF5630;
}

.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 81, 51, 0.5);
}

.show>.btn-soft-danger.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 81, 51, 0.5);
}

.btn-soft-light {
	color: #EFF2F7;
	background-color: #fcfcfd;
	border-color: #fcfcfd;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-light:hover {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
	box-shadow: 0 4px 11px rgba(252, 252, 253, 0.35);
}

.btn-soft-light:focus,
.btn-soft-light.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-light.disabled,
.btn-soft-light:disabled {
	color: #EFF2F7;
	background-color: #fcfcfd;
	border-color: #fcfcfd;
}

.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.show>.btn-soft-light.dropdown-toggle {
	color: #273444;
	background-color: #EFF2F7;
	border-color: #EFF2F7;
}

.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.show>.btn-soft-light.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 214, 220, 0.5);
}

.btn-soft-dark {
	color: #273444;
	background-color: #d4d6da;
	border-color: #d4d6da;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-dark:hover {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
	box-shadow: 0 4px 11px rgba(212, 214, 218, 0.35);
}

.btn-soft-dark:focus,
.btn-soft-dark.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.btn-soft-dark.disabled,
.btn-soft-dark:disabled {
	color: #273444;
	background-color: #d4d6da;
	border-color: #d4d6da;
}

.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.show>.btn-soft-dark.dropdown-toggle {
	color: #FFF;
	background-color: #273444;
	border-color: #273444;
}

.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.show>.btn-soft-dark.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(39, 52, 68, 0.5);
}

.btn-soft-neutral {
	color: #FFF;
	background-color: white;
	border-color: white;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-neutral:hover {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn-soft-neutral:focus,
.btn-soft-neutral.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-neutral.disabled,
.btn-soft-neutral:disabled {
	color: #FFF;
	background-color: white;
	border-color: white;
}

.btn-soft-neutral:not(:disabled):not(.disabled):active,
.btn-soft-neutral:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.show>.btn-soft-neutral.dropdown-toggle {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-soft-neutral:not(:disabled):not(.disabled):active:focus,
.btn-soft-neutral:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.show>.btn-soft-neutral.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-white {
	color: #FFF;
	background-color: white;
	border-color: white;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-soft-white:hover {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn-soft-white:focus,
.btn-soft-white.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-soft-white.disabled,
.btn-soft-white:disabled {
	color: #FFF;
	background-color: white;
	border-color: white;
}

.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.show>.btn-soft-white.dropdown-toggle {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.show>.btn-soft-white.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(223, 225, 227, 0.5);
}

.btn-facebook {
	color: #FFF;
	background-color: #3b5999;
	border-color: #3b5999;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-facebook:hover {
	color: #FFF;
	background-color: #30497d;
	border-color: #2d4474;
}

.btn-facebook:focus,
.btn-facebook.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
	color: #FFF;
	background-color: #3b5999;
	border-color: #3b5999;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #2d4474;
	border-color: #293e6b;
}

.show>.btn-facebook.dropdown-toggle {
	color: #FFF;
	background-color: #2d4474;
	border-color: #293e6b;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.show>.btn-facebook.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(59, 89, 153, 0.35);
}

.btn-twitter {
	color: #FFF;
	background-color: #1da1f2;
	border-color: #1da1f2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-twitter:hover {
	color: #FFF;
	background-color: #0d8ddc;
	border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
	color: #FFF;
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}

.show>.btn-twitter.dropdown-toggle {
	color: #FFF;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.show>.btn-twitter.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(29, 161, 242, 0.35);
}

.btn-google-plus {
	color: #FFF;
	background-color: #dd4b39;
	border-color: #dd4b39;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-google-plus:hover {
	color: #FFF;
	background-color: #cd3623;
	border-color: #c23321;
}

.btn-google-plus:focus,
.btn-google-plus.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.btn-google-plus.disabled,
.btn-google-plus:disabled {
	color: #FFF;
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #c23321;
	border-color: #b7301f;
}

.show>.btn-google-plus.dropdown-toggle {
	color: #FFF;
	background-color: #c23321;
	border-color: #b7301f;
}

.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.show>.btn-google-plus.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(221, 75, 57, 0.35);
}

.btn-instagram {
	color: #FFF;
	background-color: #e4405f;
	border-color: #e4405f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-instagram:hover {
	color: #FFF;
	background-color: #de1f44;
	border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
	color: #FFF;
	background-color: #e4405f;
	border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #d31e40;
	border-color: #c81c3d;
}

.show>.btn-instagram.dropdown-toggle {
	color: #FFF;
	background-color: #d31e40;
	border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.show>.btn-instagram.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(228, 64, 95, 0.35);
}

.btn-pinterest {
	color: #FFF;
	background-color: #bd081c;
	border-color: #bd081c;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-pinterest:hover {
	color: #FFF;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
	color: #FFF;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #8c0615;
	border-color: #800513;
}

.show>.btn-pinterest.dropdown-toggle {
	color: #FFF;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.show>.btn-pinterest.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(189, 8, 28, 0.35);
}

.btn-youtube {
	color: #FFF;
	background-color: #cd201f;
	border-color: #cd201f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-youtube:hover {
	color: #FFF;
	background-color: #ac1b1a;
	border-color: #a11918;
}

.btn-youtube:focus,
.btn-youtube.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
	color: #FFF;
	background-color: #cd201f;
	border-color: #cd201f;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #a11918;
	border-color: #961717;
}

.show>.btn-youtube.dropdown-toggle {
	color: #FFF;
	background-color: #a11918;
	border-color: #961717;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.show>.btn-youtube.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(205, 32, 31, 0.35);
}

.btn-slack {
	color: #FFF;
	background-color: #3aaf85;
	border-color: #3aaf85;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-slack:hover {
	color: #FFF;
	background-color: #30926f;
	border-color: #2d8968;
}

.btn-slack:focus,
.btn-slack.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.btn-slack.disabled,
.btn-slack:disabled {
	color: #FFF;
	background-color: #3aaf85;
	border-color: #3aaf85;
}

.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #2d8968;
	border-color: #2a7f61;
}

.show>.btn-slack.dropdown-toggle {
	color: #FFF;
	background-color: #2d8968;
	border-color: #2a7f61;
}

.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.show>.btn-slack.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(58, 175, 133, 0.35);
}

.btn-dribbble {
	color: #FFF;
	background-color: #ea4c89;
	border-color: #ea4c89;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dribbble:hover {
	color: #FFF;
	background-color: #e62a72;
	border-color: #e51e6b;
}

.btn-dribbble:focus,
.btn-dribbble.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
	color: #FFF;
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #e51e6b;
	border-color: #dc1a65;
}

.show>.btn-dribbble.dropdown-toggle {
	color: #FFF;
	background-color: #e51e6b;
	border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.show>.btn-dribbble.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(234, 76, 137, 0.35);
}

.btn-github {
	color: #FFF;
	background-color: #222222;
	border-color: #222222;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-github:hover {
	color: #FFF;
	background-color: #0f0f0f;
	border-color: #090909;
}

.btn-github:focus,
.btn-github.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.btn-github.disabled,
.btn-github:disabled {
	color: #FFF;
	background-color: #222222;
	border-color: #222222;
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #090909;
	border-color: #020202;
}

.show>.btn-github.dropdown-toggle {
	color: #FFF;
	background-color: #090909;
	border-color: #020202;
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.show>.btn-github.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(34, 34, 34, 0.35);
}

.btn-vimeo {
	color: #FFF;
	background-color: #04A0F0;
	border-color: #04A0F0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-vimeo:hover {
	color: #FFF;
	background-color: #0387ca;
	border-color: #037fbe;
}

.btn-vimeo:focus,
.btn-vimeo.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
	color: #FFF;
	background-color: #04A0F0;
	border-color: #04A0F0;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #037fbe;
	border-color: #0376b1;
}

.show>.btn-vimeo.dropdown-toggle {
	color: #FFF;
	background-color: #037fbe;
	border-color: #0376b1;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.show>.btn-vimeo.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(4, 160, 240, 0.35);
}

.btn svg:not(:first-child),
.btn i:not(:first-child) {
	margin-left: 0.5rem;
}

.btn svg:not(:last-child),
.btn i:not(:last-child) {
	margin-right: 0.5rem;
}

.btn-icon .btn-inner--text:not(:first-child) {
	margin-left: 0.75em;
}

.btn-icon .btn-inner--text:not(:last-child) {
	margin-right: 0.75em;
}

.btn-icon-only {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0;
}

.btn-icon-only.btn-sm {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

.btn-group-sm>.btn-icon-only.btn {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

.btn-animated {
	position: relative;
	overflow: hidden;
}

.btn-animated .btn-inner--visible {
	position: relative;
}

.btn-animated .btn-inner--hidden {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.btn-animated-x .btn-inner--visible {
	right: 0;
	transition: right 0.3s ease 0s;
}

.btn-animated-x .btn-inner--hidden {
	right: -100%;
	transition: right 0.3s ease 0s;
}

.btn-animated-x:hover .btn-inner--hidden {
	right: 0;
}

.btn-animated-x:hover .btn-inner--visible {
	right: 150%;
}

@media (prefers-reduced-motion: reduce) {
	.btn-animated-x .btn-inner--visible {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btn-animated-x .btn-inner--hidden {
		transition: none;
	}
}

.btn-animated-y .btn-inner--visible {
	top: 0;
	transition: top 0.3s ease 0s;
}

.btn-animated-y .btn-inner--hidden {
	left: 0;
	top: -100%;
	transition: top 0.3s ease;
}

.btn-animated-y:hover .btn-inner--hidden {
	top: 50%;
}

.btn-animated-y:hover .btn-inner--visible {
	top: 100px;
}

@media (prefers-reduced-motion: reduce) {
	.btn-animated-y .btn-inner--visible {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btn-animated-y .btn-inner--hidden {
		transition: none;
	}
}

.btn-action-label .btn-label:hover {
	background: transparent;
	color: #3C4858;
}

.btn-action-label .btn-secondary:hover {
	color: #0a3cbb;
}

.btn-icon-label {
	position: relative;
}

.btn-icon-label .btn-inner--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	line-height: 1;
	border-radius: 0;
	text-align: center;
	margin: 0;
	width: 3em;
	background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-label .btn-inner--icon:not(:first-child) {
	right: 0;
	top: 0;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.btn-icon-label .btn-inner--icon:not(:last-child) {
	left: 0;
	top: 0;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.btn-icon-label .btn-inner--icon svg {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.btn-icon-label .btn-inner--text:not(:first-child) {
	padding-left: 3em;
}

.btn-icon-label .btn-inner--text:not(:last-child) {
	padding-right: 3em;
}

.btn-app-store {
	background: black;
	color: white;
	position: relative;
	padding-left: 4.5rem;
	padding-right: 1.5rem;
}

.btn-app-store i,
.btn-app-store svg {
	font-size: 2.5rem;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.btn-app-store .btn-inner--text {
	display: block;
	font-size: 0.75rem;
	line-height: 0.75rem;
	margin-bottom: 0.125rem;
}

.btn-app-store .btn-inner--brand {
	display: block;
	text-align: left;
	font-size: 21px;
	line-height: 21px;
}

.btn-app-store:hover {
	background-color: #0a3cbb;
	color: #FFF;
}

.btn-group-options .btn {
	min-height: 4.8rem;
	display: flex;
	align-items: center;
}

.card {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.card.hover-scale-110:hover {
	z-index: 2;
	border-radius: 0.375rem !important;
}

.card-header {
	border-bottom: 1px solid #EFF2F7;
}

.card-img-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	border-radius: 0.375rem;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s ease;
}

.card-img-bg~.card-body {
	position: relative;
}

@media (prefers-reduced-motion: reduce) {
	.card-img-bg {
		transition: none;
	}
}

.card:hover .card-img-bg {
	transform: scale(1.1);
}

.card .card-image,
.card .animate-this,
.card>a {
	min-height: 1px;
}

.card-group .card .mask {
	border-radius: 0;
}

[data-lg-columns="2"] {
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	[data-lg-columns="3"] {
		-moz-column-count: 3 !important;
		column-count: 3 !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	[data-lg-columns="4"] {
		-moz-column-count: 4 !important;
		column-count: 4 !important;
	}
}

.card-translucent-dark {
	background: rgba(255, 255, 255, 0.2);
}

.card-translucent-light {
	background: rgba(0, 0, 0, 0.2);
}

.card-comment-box {
	width: 100%;
}

.card-comment-box input,
.card-comment-box textarea {
	font-size: 0.875rem;
	border: 0;
	box-shadow: none;
	background: transparent;
	padding: 0.3125rem 0;
	margin: 0;
	color: #3C4858;
	outline: none;
	resize: none;
}

.card-comment-box input:focus,
.card-comment-box textarea:focus {
	background: transparent;
	box-shadow: none;
}

.card-profile .card-profile-image {
	width: 7rem;
	height: 7rem;
	border: 0.1875rem solid #FFF;
	transform: translateY(-50%);
}

.card-profile .card-profile-image:hover {
	transform: scale(1.1) translateY(-50%);
}

.card-profile .card-body {
	position: relative;
	z-index: 2;
	margin-top: -3.5rem;
}

.card-profile-cover {
	max-height: 300px;
	overflow: hidden;
}

.card-pricing .card-header {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.card-pricing .list-unstyled li {
	padding: 0.5rem 0;
}

.card-pricing.popular {
	z-index: 1;
}

.card-pricing.scale-110 {
	border: 1px solid #EFF2F7 !important;
	border-radius: 0.375rem !important;
}

@media (max-width: 991.98px) {
	.card-pricing.scale-110 {
		transform: scale(1) !important;
	}
}

.card-product {
	overflow: hidden;
}

.card-product .card-image {
	padding: 1.5rem;
}

.card-product .card-image img {
	transform: scale(1);
	transition: all 0.2s ease;
	transition-delay: 0.2s;
}

.card-product:hover .card-image img {
	transform: scale(1.1);
}

.card-product .card-title {
	font-size: 1rem;
	font-weight: 600;
}

.card-product .card-price {
	font-size: 1rem;
	font-weight: 600;
	display: block;
}

.card-product .product-colors a {
	display: inline-block;
	float: none !important;
	width: 1rem;
	height: 1rem;
	margin-right: 3px;
	margin-bottom: 0;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.card-product .product-colors a:hover {
	transform: scale(1.1);
}

.card-product .actions {
	opacity: 0;
	width: 80px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.card-product .actions.in {
	opacity: 1;
}

.card-product .actions.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.card-product .actions .action-item {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

@media (prefers-reduced-motion: reduce) {
	.card-product .card-image img {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.card-product .product-colors a {
		transition: none;
	}
}

.card-browser {
	background-color: #273444;
	position: relative;
}

.card-browser:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(40deg, transparent 0%, #273444 100%);
	content: "";
	border-radius: 6px;
	will-change: transform;
}

.card-browser .card-header {
	position: relative;
	background-color: rgba(58, 77, 100, 0.8);
	border: 0;
}

.card-browser .card-header .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
}

.card-browser .card-body {
	min-height: 300px;
	position: relative;
	overflow-x: hidden;
}

.card-browser .card-body pre {
	color: #FFF;
	margin: 0;
}

.card-overlay .card-img-overlay {
	color: #FFF;
}

.card-overlay .card-footer {
	background-color: #FFF;
	border: 0;
}

.card-hover-overlay {
	overflow: hidden;
}

.card-hover-overlay .card-img-overlay {
	opacity: 0;
	background-color: rgba(39, 52, 68, 0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.35s;
}

.card-hover-overlay .card-img-overlay:before,
.card-hover-overlay .card-img-overlay:after {
	pointer-events: none;
}

.card-hover-overlay .card-img-overlay .overlay-text,
.card-hover-overlay .card-img-overlay .overlay-actions,
.card-hover-overlay .card-img-overlay .actions .action-item {
	transform: translate3d(0, 200%, 0);
	transition: transform 0.35s;
}

.card-hover-overlay:hover .card-img-overlay {
	opacity: 1;
}

.card-hover-overlay:hover .card-img-overlay .overlay-text,
.card-hover-overlay:hover .card-img-overlay .overlay-actions {
	transform: translate3d(0, 0, 0);
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item {
	transform: translate3d(0, 0, 0);
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:first-child {
	transition-delay: 0.1s;
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(2) {
	transition-delay: 0.15s;
}

.card-hover-overlay:hover .card-img-overlay .actions .action-item:nth-child(3) {
	transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	.card-hover-overlay .card-img-overlay {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {

	.card-hover-overlay .card-img-overlay .overlay-text,
	.card-hover-overlay .card-img-overlay .overlay-actions,
	.card-hover-overlay .card-img-overlay .actions .action-item {
		transition: none;
	}
}

.accordion .card {
	margin-bottom: 0;
}

.accordion .card-header {
	position: relative;
	cursor: pointer;
}

.accordion .card-header:after {
	content: "+";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Nunito", sans-serif;
	font-weight: 700;
}

.accordion .card-header[aria-expanded=false]:after {
	content: "+";
}

.accordion .card-header[aria-expanded=true]:after {
	content: "-";
}

.accordion .card-header[aria-expanded=true] .heading {
	color: #0a3cbb;
}

.accordion-spaced .card {
	margin-bottom: 1.5rem;
	border-radius: 0.375rem !important;
}

.client img {
	width: 100%;
	max-width: 6rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.close>span:not(.sr-only) {
	color: rgba(31, 45, 61, 0.5);
}

.close:hover>span:not(.sr-only),
.close:focus>span:not(.sr-only) {
	color: rgba(31, 45, 61, 0.8);
}

.collage {
	height: 600px;
}

.collage .bg-img-holder {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.collage .collage-bg {
	z-index: 3;
}

.collage .collage-back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.collage .collage-back img {
	max-width: 100%;
}

.collage .collage-front {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.collage .collage-front img {
	max-height: 100%;
}

@media (max-width: 991.98px) {
	.collage .collage-front {
		height: 100% !important;
	}
}

.custom-control-label {
	line-height: 1.9;
}

.custom-color {
	list-style: none;
}

.custom-color:after,
.custom-color:before {
	content: "";
	display: table;
}

.custom-color:after {
	clear: both;
}

.custom-color label {
	width: 2.25rem;
	height: 2.25rem;
	float: left;
	padding: 0.375rem;
	margin-bottom: 0;
	margin-right: 0.375rem;
	display: block;
	text-align: center;
	opacity: 0.7;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: all 0.2s ease;
	transform: scale(0.95);
}

.custom-color label:hover {
	cursor: pointer;
	opacity: 1;
}

.custom-color label i,
.custom-color label svg {
	opacity: 0;
	color: rgba(255, 255, 255, 0.7);
}

.custom-color input {
	left: -9999px;
	position: absolute;
}

.custom-color input:checked+label {
	transform: scale(1.1);
	opacity: 1;
}

.custom-color input:checked+label i,
.custom-color input:checked+label svg {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.custom-color label {
		transition: none;
	}
}

.custom-color-sm label {
	width: 1.25rem;
	height: 1.25rem;
}

.checkbox-alphanumeric {
	list-style: none;
}

.checkbox-alphanumeric+.checkbox-alphanumeric {
	margin-left: 0.25rem;
}

.checkbox-alphanumeric:after,
.checkbox-alphanumeric:before {
	content: "";
	display: table;
}

.checkbox-alphanumeric:after {
	clear: both;
}

.checkbox-alphanumeric> :not(:last-child) label {
	margin-right: 0.375rem;
}

.checkbox-alphanumeric label {
	width: 2.25rem;
	height: 2.25rem;
	float: left;
	padding: 0.375rem 0;
	margin-bottom: 0;
	display: block;
	color: #C0CCDA;
	font-weight: 400;
	font-size: 0.875rem;
	text-align: center;
	background: transparent;
	text-transform: uppercase;
	transition: all 0.3s ease;
	transform: scale(0.95);
	background: #E5E9F2;
	border: 0 solid #EFF2F7;
	border-radius: 0.25rem;
}

.checkbox-alphanumeric label img {
	max-width: 100%;
}

.checkbox-alphanumeric label:hover {
	cursor: pointer;
	border-color: #E5E9F2;
}

.checkbox-alphanumeric input {
	left: -9999px;
	position: absolute;
}

.checkbox-alphanumeric input:checked~label {
	color: #0a3cbb;
	border-color: #0a3cbb;
	transform: scale(1.1);
}

.checkbox-alphanumeric-sm label {
	width: 1.25rem;
	height: 1.25rem;
}

.custom-input-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.custom-input-file+label {
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	color: #8492A6;
	background-color: #FFF;
	outline: none;
	margin: 0;
}

.custom-input-file+label i {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.5em;
}

.custom-input-file+label:hover {
	background-color: #FFF;
}

.custom-input-file.has-focus+label,
.custom-input-file:focus+label {
	background-color: #FFF;
}

.no-js .custom-input-file+label {
	display: none;
}

/* Custom file input -- Style 2 */
.custom-input-file--2+label {
	color: #FFF;
	border-color: #0a3cbb;
	background: #0a3cbb;
}

.custom-input-file--2+label:hover {
	color: #FFF;
	border-color: #0a3cbb;
	background: #0a3cbb;
}

.custom-input-file--2.has-focus+label,
.custom-input-file--2:focus+label {
	color: #FFF;
	border-color: #0a3cbb;
	background: #0a3cbb;
}

.custom-input-file-link+label {
	padding: 0;
	border: 0;
	background: transparent;
	color: #0a3cbb;
	font-size: 0.875rem;
	font-weight: 600;
}

.custom-input-file-link+label:hover {
	background-color: transparent;
}

.custom-input-file-link.has-focus+label,
.custom-input-file-link:focus+label {
	background-color: transparent;
}

.custom-switch {
	min-height: 1.5rem;
}

.custom-switch .custom-control-label::before {
	top: 0;
	height: 1.5rem;
	border-radius: 0.75rem;
}

.custom-switch .custom-control-label::after {
	top: 0.1875rem;
	left: -3.5625rem;
	background-color: #FFF;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #FFF;
	transform: translateX(1.5rem);
}

.divider {
	position: relative;
	border: 0;
	width: 100%;
}

.divider-md {
	width: 60%;
}

.divider-sm {
	width: 40%;
}

.divider-fade:before {
	content: "";
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: radial-gradient(ellipse at center, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-fade.divider-dark:before {
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2) 0, rgba(31, 45, 61, 0) 75%);
}

.divider-icon {
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23dee4ef' stroke-width='1' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.divider-icon:before,
.divider-icon:after {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - 25px);
	width: 100%;
	border-bottom: 1px solid #dee4ef;
}

.divider-icon:before {
	right: calc(50% + 25px);
}

.divider-icon:after {
	left: calc(50% + 25px);
}

.divider-icon-fade:before,
.divider-icon-fade:after {
	border: 0;
	height: 1px;
}

.divider-icon-fade:before {
	background: radial-gradient(ellipse at right, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-icon-fade:after {
	background: radial-gradient(ellipse at left, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.divider-vertical {
	width: 1px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #dee4ef;
}

.divider-vertical-fade {
	border: 0;
	background: radial-gradient(ellipse at center, #dee4ef 0, rgba(255, 255, 255, 0) 75%);
}

.dropdown,
.dropup,
.dropright,
.dropleft {
	display: inline-block;
}

.dropdown-menu {
	font-size: 0.875rem;
}

.dropdown-menu .dropdown-item>i,
.dropdown-menu .dropdown-item>svg {
	margin-right: 1rem;
	font-size: 1rem;
	vertical-align: -17%;
}

.dropdown-menu .dropdown-item img,
.dropdown-menu .dropdown-item svg {
	width: auto;
	height: 14px;
	margin-right: 0.5rem;
	position: relative;
	top: -1px;
}

.dropdown-menu .list-group-item .media p {
	color: #8492A6;
	line-height: 1.4;
}

.dropdown-menu .list-group-item .media:hover .heading {
	color: #0a3cbb;
}

.dropdown-menu-dark {
	background: #282f37;
	border: 0;
}

.dropdown-menu-dark .dropdown-item {
	color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu-dark .dropdown-item:active,
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: white;
	background: rgba(60, 72, 88, 0.1);
}

.dropdown-menu-dark .dropdown-divider {
	background: rgba(31, 45, 61, 0.2);
}

@media (min-width: 992px) {
	.dropdown-menu-arrow:before {
		/*content: "";*/
		background: #FFF;
		box-shadow: none;
		display: block;
		height: 16px;
		width: 16px;
		left: 3rem;
		position: absolute;
		bottom: 100%;
		z-index: -5;
		transform: rotate(-45deg) translateY(1rem);
		border-radius: 0.2rem;
		box-shadow: -1px -1px 10px -2px rgba(31, 45, 61, 0.2);
	}

	.dropdown-menu-arrow.dropdown-menu-right:before {
		right: 2.5rem;
		left: auto;
	}

	.dropdown-menu-sm {
		min-width: 10rem !important;
		border: 0.2rem;
	}

	.dropdown-menu-sm.dropdown-menu-arrow:before {
		height: 14px;
		width: 14px;
		left: 10px;
	}

	.dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
		right: 20px;
		left: auto;
	}

	.dropdown-menu-lg {
		min-width: 25rem !important;
		border-radius: 0.25rem;
	}

	.dropdown-menu-xl {
		min-width: 35rem !important;
		border-radius: 0.25rem;
	}
}

@media (min-width: 992px) {
	.dropdown-fluid {
		position: static;
	}

	.dropdown-fluid .dropdown-menu {
		width: calc(100% - 30px);
		max-width: 1200px;
		left: 15px;
		right: auto;
	}

	.dropdown-fluid .dropdown-menu-right {
		right: 15px;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-animate>.dropdown-menu {
		opacity: 0;
		position: absolute;
		display: block;
		pointer-events: none;
	}

	.dropdown-animate:not([data-toggle=hover]) .dropdown-menu.show {
		pointer-events: auto;
		-webkit-animation: show-dropdown 0.3s ease forwards;
		animation: show-dropdown 0.3s ease forwards;
	}

	.dropdown-animate:not([data-toggle=hover]) .dropdown-menu.hide {
		display: block;
		-webkit-animation: hide-dropdown 0.3s ease backwards;
		animation: hide-dropdown 0.3s ease backwards;
	}

	.dropdown-animate[data-toggle=hover]>.dropdown-menu {
		display: block;
		margin: 0;
		transform: translateX(0) translateY(-3px) scale(0.97);
		transition: all 0.2s ease;
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.dropdown-animate[data-toggle=hover]>.dropdown-menu {
		transition: none;
	}
}

@media (min-width: 992px) {
	.dropdown-animate[data-toggle=hover]:hover>.dropdown-menu {
		display: block;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transform: translateX(0) translateY(-3px) scale(1);
	}
}

@-webkit-keyframes show-dropdown {
	0% {
		opacity: 0;
		transform: translateX(0) translateY(-3px) scale(0.97);
		transition: all 0.3s ease;
	}

	100% {
		transform: translateX(0) translateY(-3px) scale(1);
		opacity: 1;
	}
}

@keyframes show-dropdown {
	0% {
		opacity: 0;
		transform: translateX(0) translateY(-3px) scale(0.97);
		transition: all 0.3s ease;
	}

	100% {
		transform: translateX(0) translateY(-3px) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes hide-dropdown {
	from {
		opacity: 1;
		transform: translateX(-16px) translateY(-3px) scale(1);
		transition: all 0.3s ease;
	}

	to {
		opacity: 0;
		transform: translateX(-16px) translateY(-3px) scale(0.97);
	}
}

@keyframes hide-dropdown {
	from {
		opacity: 1;
		transform: translateX(-16px) translateY(-3px) scale(1);
		transition: all 0.3s ease;
	}

	to {
		opacity: 0;
		transform: translateX(-16px) translateY(-3px) scale(0.97);
	}
}

.dropdown-menu .dropdown-menu {
	left: 100%;
	margin: 0;
	right: auto;
	top: 0;
}

.dropdown-submenu {
	display: block;
	position: relative;
}

.dropdown-submenu>.dropdown-menu::after {
	border: 0 !important;
}

.dropdown-submenu>.dropdown-item::after,
.dropdown-submenu>.list-group-item::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F105";
}

.dropdown-submenu>.dropdown-item:empty::after,
.dropdown-submenu>.list-group-item:empty::after {
	margin-left: 0;
}

.dropdown-submenu>.dropdown-item:after,
.dropdown-submenu>.list-group-item:after {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 1rem;
	margin-left: 0;
	transition: all 0.2s ease;
}

.dropdown-submenu>.dropdown-item:hover:after,
.dropdown-submenu>.list-group-item:hover:after {
	transform: translate(5px, -50%);
}

@media (prefers-reduced-motion: reduce) {

	.dropdown-submenu>.dropdown-item:after,
	.dropdown-submenu>.list-group-item:after {
		transition: none;
	}
}

@media (max-width: 991.98px) {
	.dropdown-submenu .dropdown-menu {
		padding: 0;
		box-shadow: none;
		top: 0;
	}

	.dropdown-submenu .dropdown-item {
		padding-left: 3rem;
	}
}

.dropdown-extend {
	position: static;
}

.dropdown-extend .dropdown-menu {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 768px) {
	.hide-xs {
		display: none;
	}
}

@media (min-width: 576px) {
	.dropdown-extend .dropdown-menu {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.dropdown-extend .dropdown-menu {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.dropdown-extend .dropdown-menu {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.dropdown-extend .dropdown-menu {
		max-width: 1140px;
	}
}

.footer {
	background-color: #FFF;
	padding-top: 3rem;
}

.footer .nav-link {
	font-size: 0.875rem;
}

.footer .list-unstyled li a {
	display: inline-block;
	padding: 0.125rem 0;
}

.footer-light p {
	color: #8492A6;
}

.footer-light .heading {
	color: #3C4858;
}

.footer-light .list-unstyled li a {
	color: #8492A6;
}

.footer-light .list-unstyled li a:hover {
	color: #8492A6;
	text-decoration: underline;
}

.footer-light .copyright a {
	color: #8492A6;
}

.footer-light .copyright a:hover {
	color: #0a3cbb;
}

.footer-dark {
	background-color: #273444;
	color: #D3DCE6;
}

.footer-dark p {
	color: rgba(255, 255, 255, 0.8);
}

.footer-dark .heading {
	color: white;
}

.footer-dark .list-unstyled li a {
	color: rgba(255, 255, 255, 0.8);
}

.footer-dark .list-unstyled li a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.footer-dark .copyright a {
	color: rgba(255, 255, 255, 0.9);
}

.footer-dark .copyright a:hover {
	color: white;
}

.footer-dark .heading {
	color: #EFF2F7;
}

.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link {
	color: #D3DCE6;
}

.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover {
	color: #FFF;
}

.footer-dark hr {
	border-color: rgba(216, 203, 187, 0.1);
}

.footer-rotate {
	max-width: 1990px;
	overflow: hidden;
	margin-top: -26rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26rem;
	position: relative;
	overflow: hidden;
}

.footer-rotate:before {
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 2000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M2000,0V923.45l-195.85-538.1a76.07875,76.07875,0,0,0-58.25-48.89L536.65,123.24a76.12151,76.12151,0,0,0-71.44,26L0,703.65V0Z'/%3E%3C/svg%3E") no-repeat scroll center center/100% 100% border-box;
	right: calc(50% - 1000px);
	display: block;
	min-width: 2000px;
	height: 1000px;
	pointer-events: none;
	position: absolute;
	width: calc(100% + 10px);
	z-index: 10;
	top: 0;
}

.form-control:focus::-moz-placeholder {
	color: #D3DCE6;
}

.form-control:focus::-moz-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder,
.form-control:focus::placeholder {
	color: #D3DCE6;
}

.form-control-muted {
	background-color: #EDF0F5;
	border-color: #EDF0F5;
}

.form-control-muted:focus {
	background-color: #EDF0F5;
}

.form-control-emphasized {
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-control-emphasized:focus {
	background-color: #FFF;
	border-color: transparent;
	box-shadow: 0 0 0 2px #0a3cbb;
}

.form-control-flush {
	padding: 0;
	border-width: 0;
	background-color: transparent;
	box-shadow: none;
}

.form-control-flush:focus {
	background-color: transparent;
	box-shadow: none;
	border-width: 0;
}

textarea[resize=none] {
	resize: none !important;
}

textarea[resize=both] {
	resize: both !important;
}

textarea[resize=vertical] {
	resize: vertical !important;
}

textarea[resize=horizontal] {
	resize: horizontal !important;
}

.form-control-xl {
	padding: 1.5rem 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 0.5rem;
}

.form-primary .form-control {
	color: #FFF;
	background-color: #0a3cbb;
	border: 1px solid #0a3cbb;
}

.form-primary .form-control:focus {
	background-color: #0a3cbb;
	border: 1px solid #0a3cbb;
}

.form-primary .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.form-primary .form-control::-moz-placeholder,
.form-primary .form-control:-ms-input-placeholder,
.form-primary .form-control::-ms-input-placeholder,
.form-primary .form-control::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control {
	color: #FFF;
	background-color: #f22c00;
	border: 1px solid #f22c00;
}

.form-danger .form-control:focus {
	background-color: #dd2900;
	border: 1px solid #dd2900;
}

.form-danger .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.form-danger .form-control::-moz-placeholder,
.form-danger .form-control:-ms-input-placeholder,
.form-danger .form-control::-ms-input-placeholder,
.form-danger .form-control::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.form-control-label {
	color: #3C4858;
	font-size: 0.875rem;
	font-weight: 600;
}

.has-floating-label {
	position: relative;
}

.has-floating-label .control-label {
	font-size: 1rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	padding: 0 0.625rem;
	margin: 0 0.625rem;
	color: #C0CCDA;
	transform: translateY(-50%) scale(1);
	transform-origin: left top;
	transition: 0.3s;
	z-index: 1;
}

.has-floating-label .input-group .control-label {
	left: 2rem;
}

.has-floating-label.focused .control-label {
	padding: 0;
	margin: 0;
	top: -1.25rem;
	left: 0;
	transform: translateY(0) scale(0.85);
}

.has-floating-label .control-label-xl {
	font-size: 1.5rem;
	padding: 0 1rem;
	margin: 0 1rem;
}

.has-floating-label .control-label-lg {
	font-size: 1.25rem;
	padding: 0 0.9375rem;
	margin: 0 0.9375rem;
}

.has-floating-label .control-label-sm {
	font-size: 0.875rem;
	padding: 0 0.625rem;
	margin: 0 0.625rem;
}

.form-stacked .form-control {
	position: relative;
	box-sizing: border-box;
}

.form-stacked .form-control:first-of-type {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
	margin-bottom: -1px;
	border-radius: 0;
}

.form-stacked .form-control:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-stacked .form-control:focus {
	z-index: 2;
}

.frame-laptop {
	position: relative;
}

.frame-laptop .frame-inner {
	overflow: hidden;
	position: absolute;
	width: 78%;
	height: 74%;
	left: 0;
	top: 0;
	background-color: #111;
	margin: 7.5% 11% 0 11%;
	border-radius: 0.25rem;
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#header-main+section {
	padding-top: 7rem !important;
}

#header-main+.header-1 {
	padding-top: 14rem !important;
}

@media (min-width: 768px) {
	.header-account-page {
		height: 350px;
	}
}

@media (max-width: 991.98px) {
	.header-account-page {
		padding-top: 9rem;
	}
}

.header-account-page .btn-group-nav {
	position: relative;
	z-index: 1;
	transform: translateY(50%);
}

.icon {
	min-width: 3rem;
	min-height: 3rem;
	line-height: 3rem;
}

.icon i,
.icon svg {
	font-size: 2.75rem;
}

.icon img {
	width: 3rem;
	height: 3rem;
}

.icon+.icon-text {
	padding-left: 1rem;
	width: calc(100% - 3rem - 1);
}

.icon-xl {
	min-width: 5rem;
	min-height: 5rem;
	line-height: 5rem;
}

.icon-xl i,
.icon-xl svg {
	font-size: 4.75rem;
}

.icon-xl img {
	width: 5rem;
	height: 5rem;
}

.icon-xl+.icon-text {
	width: calc(100% - 5rem - 1);
}

.icon-lg {
	min-width: 4rem;
	min-height: 4rem;
	line-height: 4rem;
}

.icon-lg i,
.icon-lg svg {
	font-size: 3.75rem;
}

.icon-lg img {
	width: 4rem;
	height: 4rem;
}

.icon-lg+.icon-text {
	width: calc(100% - 4rem - 1);
}

.icon-sm {
	min-width: 2rem;
	min-height: 2rem;
	line-height: 2rem;
}

.icon-sm i,
.icon-sm svg {
	font-size: 1.75rem;
}

.icon-sm img {
	width: 2rem;
	height: 2rem;
}

.icon-sm+.icon-text {
	width: calc(100% - 2rem - 1);
}

.icon-xs {
	min-width: 1rem;
	min-height: 1rem;
	line-height: 1rem;
}

.icon-xs i,
.icon-xs svg {
	font-size: 0.75rem;
}

.icon-xs img {
	width: 1rem;
	height: 1rem;
}

.icon-xs+.icon-text {
	width: calc(100% - 1rem - 1);
}

.icon-shape {
	display: inline-block;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.25rem;
}

.icon-shape i,
.icon-shape svg {
	font-size: 1.25rem;
}

.icon-shape.icon-xl i,
.icon-shape.icon-xl svg {
	font-size: 2.25rem;
}

.icon-shape.icon-lg i,
.icon-shape.icon-lg svg {
	font-size: 1.75rem;
}

.icon-shape.icon-sm i,
.icon-shape.icon-sm svg {
	font-size: 1rem;
}

.icon-shape.icon-xs i,
.icon-shape.icon-xs svg {
	font-size: 0.75rem;
}

.icon-primary {
	color: #0a3cbb;
	background-color: #e2ccff;
}

.icon-outline-primary {
	color: #0a3cbb;
	border: 3px solid #003dbc;
}

.icon-secondary {
	color: #EFF2F7;
	background-color: #fcfcfd;
}

.icon-outline-secondary {
	color: #bdcbe2;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-success {
	color: #36B37E;
	background-color: #d7f0e5;
}

.icon-outline-success {
	color: #218058;
	border: 3px solid rgba(81, 203, 151, 0.5);
}

.icon-info {
	color: #00B8D9;
	background-color: #ccf1f7;
}

.icon-outline-info {
	color: #007b92;
	border: 3px solid rgba(13, 218, 255, 0.5);
}

.icon-warning {
	color: #FFAB00;
	background-color: #ffeecc;
}

.icon-outline-warning {
	color: #b87b00;
	border: 3px solid rgba(255, 188, 51, 0.5);
}

.icon-danger {
	color: #FF5630;
	background-color: #ffddd6;
}

.icon-outline-danger {
	color: #e82b00;
	border: 3px solid rgba(255, 128, 99, 0.5);
}

.icon-light {
	color: #EFF2F7;
	background-color: #fcfcfd;
}

.icon-outline-light {
	color: #bdcbe2;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-dark {
	color: #273444;
	background-color: #d4d6da;
}

.icon-outline-dark {
	color: #0c1118;
	border: 3px solid rgba(58, 77, 100, 0.5);
}

.icon-neutral {
	color: #FFF;
	background-color: white;
}

.icon-outline-neutral {
	color: #dddada;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-white {
	color: #FFF;
	background-color: white;
}

.icon-outline-white {
	color: #dddada;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

.icon-actions>a {
	display: inline-block;
	margin-right: 0.75rem;
	color: #C0CCDA;
	font-size: 0.875rem;
	color: #3C4858;
}

.icon-actions>a:last-of-type {
	margin-right: 0;
}

.icon-actions>a span {
	margin-left: 0.1875rem;
	font-weight: 600;
	color: #8492A6;
}

.icon-actions>a:hover {
	color: #3C4858;
}

.icon-actions>a:hover span {
	color: #68788f;
}

.icon-actions>a.active {
	color: #3C4858;
}

.icon-actions>.favorite:hover,
.icon-actions>.favorite.active {
	color: #ffcc00;
}

.icon-actions>.love:hover,
.icon-actions>.love.active {
	color: #FF5630;
}

.icon-actions>.like:hover,
.icon-actions>.like.active {
	color: #2684FF;
}

.icon-actions-lg a {
	font-size: 1.25rem;
	margin-right: 0.875rem;
}

.has-floating-items {
	padding-bottom: 15rem !important;
}

.has-floating-items svg {
	height: auto;
}

@media (min-width: 768px) {
	.has-floating-items {
		padding-bottom: 15rem !important;
	}
}

.floating-items {
	position: relative;
	left: 50%;
	margin-left: -570px;
	z-index: 10;
}

.icon-floating {
	position: absolute;
	text-align: center;
	box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
	border-radius: 50%;
}

.icon-floating svg {
	width: 50px;
}

.icon-floating span {
	height: 100%;
}

.icon-floating img {
	max-width: 100%;
}

.icon-floating span,
.icon-floating img {
	display: inline-block;
	vertical-align: middle;
}

.icon-floating:nth-child(1) {
	top: 140px;
	left: -60px;
	width: 120px;
	height: 120px;
}

.icon-floating:nth-child(2) {
	top: 200px;
	left: 180px;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.icon-floating:nth-child(3) {
	top: 120px;
	left: 480px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.icon-floating:nth-child(4) {
	top: 210px;
	left: 680px;
	width: 140px;
	height: 140px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.icon-floating:nth-child(5) {
	top: 100px;
	left: 920px;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.icon-floating:nth-child(6) {
	top: 200px;
	left: 1120px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.icon-floating-p3 {
	position: absolute;
	text-align: center;
	box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
	border-radius: 50%;
}

.icon-floating-p3 svg {
	width: 50px;
}

.icon-floating-p3 span {
	height: 100%;
}

.icon-floating-p3 img {
	max-width: 100%;
}

.icon-floating-p3 span,
.icon-floating-p3 img {
	display: inline-block;
	vertical-align: middle;
}

.icon-floating-p3:nth-child(1) {
	top: 40px;
	left: 260px;
	width: 240px;
	height: 240px;
}

.icon-floating-p3:nth-child(2) {
	bottom: 200px;
	left: 200px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.icon-floating-p3:nth-child(3) {
	top: 200px;
	right: 400px;
	width: 75px;
	height: 75px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.icon-floating-p3:nth-child(4) {
	bottom: 210px;
	right: 580px;
	width: 44px;
	height: 44px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.icon-floating-p3:nth-child(5) {
	bottom: 400px;
	right: 320px;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.icon-floating-p3:nth-child(6) {
	bottom: 80px;
	right: 40px;
	width: 240px;
	height: 240px;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.icon-floating-p4 {
	position: absolute;
	text-align: center;
	box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
	border-radius: 50%;
}

.icon-floating-p4 svg {
	width: 50px;
}

.icon-floating-p4 span {
	height: 100%;
}

.icon-floating-p4 img {
	max-width: 100%;
}

.icon-floating-p4 span,
.icon-floating-p4 img {
	display: inline-block;
	vertical-align: middle;
}

.icon-floating-p4:nth-child(1) {
	top: 140px;
	left: 60px;
	width: 120px;
	height: 120px;
}

.icon-floating-p4:nth-child(2) {
	bottom: 100px;
	left: 380px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.icon-floating-p4:nth-child(3) {
	top: 100px;
	left: 480px;
	width: 40px;
	height: 40px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.icon-floating-p4:nth-child(4) {
	bottom: 210px;
	right: 580px;
	width: 44px;
	height: 44px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.icon-floating-p4:nth-child(5) {
	bottom: 400px;
	right: 320px;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.icon-floating-p4:nth-child(6) {
	bottom: 80px;
	right: 40px;
	width: 240px;
	height: 240px;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.icon-floating-p5 {
	position: absolute;
	text-align: center;
	box-shadow: 0 30px 40px 0 rgba(31, 45, 61, 0.1);
	border-radius: 50%;
}

.icon-floating-p5 svg {
	width: 50px;
}

.icon-floating-p5 span {
	height: 100%;
}

.icon-floating-p5 img {
	max-width: 100%;
}

.icon-floating-p5 span,
.icon-floating-p5 img {
	display: inline-block;
	vertical-align: middle;
}

.icon-floating-p5:nth-child(1) {
	top: 180px;
	left: 260px;
	width: 200px;
	height: 200px;
}

.icon-floating-p5:nth-child(2) {
	top: 440px;
	left: 480px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.icon-floating-p5:nth-child(3) {
	bottom: 100px;
	left: 80px;
	width: 40px;
	height: 40px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.icon-floating-p5:nth-child(4) {
	bottom: 210px;
	right: 500px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.icon-floating-p5:nth-child(5) {
	bottom: 400px;
	right: 320px;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.icon-floating-p5:nth-child(6) {
	bottom: 80px;
	right: 40px;
	width: 240px;
	height: 240px;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.icon-sm svg {
	width: 36px;
}

.icon-lg svg {
	width: 76px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.icon-floating:nth-child(1),
	.icon-floating:nth-child(6) {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.icon-floating:nth-child(1),
	.icon-floating:nth-child(2),
	.icon-floating:nth-child(3) {
		display: none;
	}

	.icon-floating:nth-child(4),
	.icon-floating:nth-child(5),
	.icon-floating:nth-child(6) {
		width: 100px;
		height: 100px;
		top: 80px;
	}

	.icon-floating:nth-child(4) {
		left: 300px;
	}

	.icon-floating:nth-child(5) {
		left: 500px;
	}

	.icon-floating:nth-child(6) {
		left: 700px;
	}

	.icon-floating svg {
		width: 40px;
	}
}

@media (max-width: 767.98px) {

	.icon-floating:nth-child(4),
	.icon-floating:nth-child(5),
	.icon-floating:nth-child(6) {
		width: 80px;
		height: 80px;
		top: 80px;
	}

	.icon-floating:nth-child(4) {
		left: 400px;
	}

	.icon-floating:nth-child(5) {
		left: 530px;
	}

	.icon-floating:nth-child(6) {
		left: 660px;
	}
}

.floating-color {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 50%;
	-webkit-animation: floating 3s ease infinite;
	animation: floating 3s ease infinite;
}

.floating-color span {
	display: inline-block;
	border-radius: 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.5);
}

.floating-color:nth-child(1) {
	top: 140px;
	left: -60px;
	width: 120px;
	height: 120px;
}

.floating-color:nth-child(2) {
	top: 200px;
	left: 180px;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.floating-color:nth-child(3) {
	top: 120px;
	left: 480px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.floating-color:nth-child(4) {
	top: 210px;
	left: 680px;
	width: 140px;
	height: 140px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.floating-color:nth-child(5) {
	top: 100px;
	left: 920px;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.floating-color:nth-child(6) {
	top: 200px;
	left: 1120px;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.input-group-text {
	transition: all 0.2s ease;
}

.input-group-flush .form-control,
.input-group-flush .input-group-text {
	border: 0 !important;
}

.focused .input-group {
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.focused .input-group .form-control {
	box-shadow: none !important;
}

.focused .input-group-text {
	color: #0a3cbb;
	background-color: #EFF2F7;
	border-color: rgba(110, 0, 255, 0.5);
}

.input-group-merge .input-group-text {
	color: #C0CCDA;
	background-color: #FFF;
	border: 1px solid #E0E6ED;
}

.input-group-merge .form-control {
	box-shadow: none;
}

.input-group-merge .form-control:not(:first-child):not(.is-valid):not(.is-invalid) {
	border-left: 0;
	padding-left: 0;
}

.input-group-merge .form-control:not(:last-child):not(.is-valid):not(.is-invalid) {
	border-right: 0;
	padding-right: 0;
}

.input-group-merge.rounded-pill .form-control:first-child {
	padding-left: 1.5rem;
	border-top-left-radius: 50rem;
	border-bottom-left-radius: 50rem;
}

.input-group-merge.rounded-pill .input-group-append>.btn {
	padding-right: 1.5rem;
	border-top-right-radius: 50rem;
	border-bottom-right-radius: 50rem;
}

.focused .input-group-merge .input-group-text {
	background-color: #FFF;
	border-color: rgba(110, 0, 255, 0.5);
}

.list-group {
	list-style-type: none;
}

.list-group-space .list-group-item {
	mardin-bottom: 1.5rem;
	border-radius: 0.25rem;
}

.list-group-img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	vertical-align: top;
	margin: -0.1rem 1.2rem 0 -0.2rem;
}

.list-group-content {
	flex: 1;
	min-width: 0;
}

.list-group-content p {
	line-height: 1.5;
	margin: 0.2rem 0 0;
}

.list-group-heading {
	color: #3C4858;
}

.list-group-heading>small {
	float: right;
	color: #D3DCE6;
	font-weight: 500;
}

.list-group-sm .list-group-item {
	padding: 0.675rem 1.25rem;
	font-size: 0.875rem;
}

.list-icon i,
.list-icon svg {
	margin-right: 1rem;
	font-size: 0.875rem;
	position: relative;
}

.list-bullet i,
.list-bullet svg {
	margin-right: 1rem;
	font-size: 8px;
	transform: translateY(-50%);
	top: 2px;
	position: relative;
}

.list-unstyled .list-link {
	display: block;
	color: #8492A6;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.list-unstyled .list-link:hover {
	color: #0a3cbb;
}

.list-unstyled .list-link i {
	margin-right: 0.5rem;
	font-size: 0.75rem;
}

.map-canvas {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 0.25rem;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
}

.mask+.container {
	position: relative;
}

@media (prefers-reduced-motion: reduce) {
	.mask {
		transition: none;
	}
}

.card .mask {
	border-radius: 0.375rem;
}

.card .hover-mask {
	opacity: 0;
	transition-delay: 150ms;
}

.card:hover .hover-mask {
	opacity: 0.4;
}

.mask-body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1040;
}

.mask-body-dark {
	background: rgba(31, 45, 61, 0.3);
}

.mask-body-light {
	background: rgba(255, 255, 255, 0.3);
}

.media-comment+.media-comment {
	margin-top: 1.25rem;
}

.media-comment-bubble {
	border-radius: 20px;
	border-top-left-radius: 0;
	position: relative;
	background-color: #f7f7f7;
	padding: 1rem 1.25rem;
}

.media-comment-bubble.left-top:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	left: -16px;
	right: auto;
	top: 0px;
	bottom: auto;
	border: 18px solid transparent;
	border-top-color: #f7f7f7;
}

.modal-content {
	border: 0;
	border-radius: 0.25rem;
}

.modal-fluid .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
}

.modal-fluid .modal-content {
	border-radius: 0;
}

.modal-primary .modal-title {
	color: #FFF;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-primary .modal-content {
	background-color: #0a3cbb;
	color: #FFF;
}

.modal-primary .modal-content .heading {
	color: #FFF;
}

.modal-primary .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-secondary .modal-title {
	color: #273444;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer {
	border-color: rgba(39, 52, 68, 0.075);
}

.modal-secondary .modal-content {
	background-color: #EFF2F7;
	color: #273444;
}

.modal-secondary .modal-content .heading {
	color: #273444;
}

.modal-secondary .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-success .modal-title {
	color: #FFF;
}

.modal-success .modal-header,
.modal-success .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-success .modal-content {
	background-color: #36B37E;
	color: #FFF;
}

.modal-success .modal-content .heading {
	color: #FFF;
}

.modal-success .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-info .modal-title {
	color: #FFF;
}

.modal-info .modal-header,
.modal-info .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-info .modal-content {
	background-color: #00B8D9;
	color: #FFF;
}

.modal-info .modal-content .heading {
	color: #FFF;
}

.modal-info .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-warning .modal-title {
	color: #FFF;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-warning .modal-content {
	background-color: #FFAB00;
	color: #FFF;
}

.modal-warning .modal-content .heading {
	color: #FFF;
}

.modal-warning .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-danger .modal-title {
	color: #FFF;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-danger .modal-content {
	background-color: #FF5630;
	color: #FFF;
}

.modal-danger .modal-content .heading {
	color: #FFF;
}

.modal-danger .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-light .modal-title {
	color: #273444;
}

.modal-light .modal-header,
.modal-light .modal-footer {
	border-color: rgba(39, 52, 68, 0.075);
}

.modal-light .modal-content {
	background-color: #EFF2F7;
	color: #273444;
}

.modal-light .modal-content .heading {
	color: #273444;
}

.modal-light .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-dark .modal-title {
	color: #FFF;
}

.modal-dark .modal-header,
.modal-dark .modal-footer {
	border-color: rgba(255, 255, 255, 0.075);
}

.modal-dark .modal-content {
	background-color: #273444;
	color: #FFF;
}

.modal-dark .modal-content .heading {
	color: #FFF;
}

.modal-dark .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-neutral .modal-title {
	color: #273444;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer {
	border-color: rgba(39, 52, 68, 0.075);
}

.modal-neutral .modal-content {
	background-color: #FFF;
	color: #273444;
}

.modal-neutral .modal-content .heading {
	color: #273444;
}

.modal-neutral .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-white .modal-title {
	color: #273444;
}

.modal-white .modal-header,
.modal-white .modal-footer {
	border-color: rgba(39, 52, 68, 0.075);
}

.modal-white .modal-content {
	background-color: #FFF;
	color: #273444;
}

.modal-white .modal-content .heading {
	color: #273444;
}

.modal-white .close>span:not(.sr-only) {
	color: #FFF;
}

.modal-dialog-vertical {
	height: 100%;
	max-width: 350px;
	margin: 0;
}

.modal-dialog-vertical .modal-content {
	height: inherit;
	border-width: 0 1px 0 0;
	border-radius: 0;
}

.modal-dialog-vertical .modal-header {
	border-radius: inherit;
}

.modal-dialog-vertical .modal-body {
	height: inherit;
	overflow-y: auto;
}

.modal.fade .modal-dialog-vertical {
	transform: translateX(-100%);
}

.modal.show .modal-dialog-vertical {
	transform: translateX(0);
}

.modal.fixed-right {
	padding-right: 0 !important;
}

.modal.fixed-right .modal-dialog-vertical {
	margin-left: auto;
}

.modal.fixed-right.fade .modal-dialog-vertical {
	transform: translateX(100%);
}

.modal.fixed-right.show .modal-dialog-vertical {
	transform: translateX(0);
}

.nav-link {
	color: #8492A6;
}

.nav-link:hover,
.nav-link.active {
	color: #0a3cbb;
}

.nav-pills-icon .nav-link:not(.active) {
	background-color: #EFF2F7;
}

.nav-pills-icon .nav-link:not(:last-child) {
	margin-right: 0.5rem;
}

@media (min-width: 768px) {
	.nav-pills-circle {
		padding: 0 50px;
	}

	.nav-pills-circle .nav-item {
		min-width: 200px;
		background: transparent;
		border: 0;
		padding: 0;
		position: relative;
	}

	.nav-pills-circle .nav-link {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		margin: auto;
		border-radius: 50%;
		background: #EFF2F7;
		color: #273444;
		z-index: 10;
	}

	.nav-pills-circle.nav-pills-connect .nav-item:not(:last-child)::before {
		content: "";
		display: block;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(50%, 50%);
		height: 1px;
		width: 50%;
		background: #EFF2F7;
		z-index: 0;
	}
}

.nav-tabs .nav-item .nav-link {
	padding: 0.75rem 1rem;
	transition: color 0.35s ease, border-color 0.35s ease;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.nav-tabs .nav-item .nav-link.active {
	color: #0a3cbb;
	border-color: #0a3cbb;
}

.nav-tabs .nav-item .nav-link:not(.active) {
	color: #8492A6;
}

.nav-dots {
	top: 50%;
	right: 2rem;
	position: fixed;
	z-index: 200;
	transform: translateY(-50%);
}

.nav-dots .nav-link {
	display: block;
	margin: 5px;
	position: relative;
}

.nav-dots .nav-link:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 6px;
	width: 6px;
	border: 0;
	background: #FFF;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	transform: translate(-50%, -50%);
	transition: all 0.1s ease-in-out;
}

.nav-dots .nav-link:hover:before,
.nav-dots .nav-link.active:before {
	height: 12px;
	width: 12px;
}

.navbar {
	position: relative;
	z-index: 101;
}

.navbar .container {
	position: relative;
}

.navbar-nav .nav-link {
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	transition: all 0.15s linear;
	white-space: nowrap;
}

.navbar-nav .nav-link i,
.navbar-nav .nav-link svg {
	margin-right: 0.5rem;
}

.navbar-nav .nav-link img {
	margin-right: 0.5rem;
	width: auto;
	height: 14px;
	margin-right: 0.5rem;
	position: relative;
	top: -1px;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-nav .nav-link {
		transition: none;
	}
}

.navbar-text {
	font-size: 0.875rem;
}

.header,
.navbar,
.navbar-top {
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {

	.header,
	.navbar,
	.navbar-top {
		transition: none;
	}
}

.border-bottom.navbar-dark {
	border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-bottom.navbar-light {
	border-color: rgba(31, 45, 61, 0.04) !important;
}

.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-transparent .navbar-top {
	border: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header-transparent .navbar-top:not(.navbar-collapsed) {
	background-color: transparent !important;
}

.header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
	background-color: transparent !important;
	border: 0;
	box-shadow: none;
}

.header-transparent+main section:first-child:not([data-spotlight]) .container {
	padding-top: 5rem;
}

.header-collapse-show {
	min-height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.navbar-sticky {
	position: -webkit-sticky;
}

.navbar-sticky.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: -100px;
	transform: translateY(100px);
	z-index: 1030;
	border-top: 0;
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-sticky.sticky {
		transition: none;
	}
}

.navbar-top {
	position: relative;
	z-index: 110;
	display: flex;
	align-items: center;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.navbar-top .navbar-nav {
	flex-direction: row;
}

.navbar-top .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-top .navbar-nav .nav-link {
	padding: 0.5rem 0.5rem;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm.navbar-collapsed {
		height: 100vh;
		align-items: start;
		overflow-y: scroll;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding: 0.625rem 0;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		box-shadow: none;
		min-width: auto;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu .media svg {
		width: 30px;
	}

	.navbar-expand-sm .navbar-collapse {
		z-index: 1050;
		height: auto !important;
		opacity: 0;
	}

	.navbar-expand-sm .navbar-collapse.collapsing,
	.navbar-expand-sm .navbar-collapse.show {
		-webkit-animation: show-navbar-collapse 0.2s ease forwards;
		animation: show-navbar-collapse 0.2s ease forwards;
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}

	.navbar-expand-sm .navbar-collapse.collapsing-out {
		opacity: 0;
		transition: opacity 0.3s linear;
		-webkit-animation-delay: 0;
		animation-delay: 0;
		-webkit-animation: none;
		animation: none;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-nav .nav-item {
		margin-right: 0.5rem;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		border-radius: 0;
	}

	.navbar-expand-sm .navbar-nav .nav-link-icon {
		border-radius: 0;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md.navbar-collapsed {
		height: 100vh;
		align-items: start;
		overflow-y: scroll;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding: 0.625rem 0;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		box-shadow: none;
		min-width: auto;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu .media svg {
		width: 30px;
	}

	.navbar-expand-md .navbar-collapse {
		z-index: 1050;
		height: auto !important;
		opacity: 0;
	}

	.navbar-expand-md .navbar-collapse.collapsing,
	.navbar-expand-md .navbar-collapse.show {
		-webkit-animation: show-navbar-collapse 0.2s ease forwards;
		animation: show-navbar-collapse 0.2s ease forwards;
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}

	.navbar-expand-md .navbar-collapse.collapsing-out {
		opacity: 0;
		transition: opacity 0.3s linear;
		-webkit-animation-delay: 0;
		animation-delay: 0;
		-webkit-animation: none;
		animation: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-item {
		margin-right: 0.5rem;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		border-radius: 0;
	}

	.navbar-expand-md .navbar-nav .nav-link-icon {
		border-radius: 0;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg.navbar-collapsed {
		height: 100vh;
		align-items: start;
		overflow-y: scroll;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.625rem 0;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		box-shadow: none;
		min-width: auto;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu .media svg {
		width: 30px;
	}

	.navbar-expand-lg .navbar-collapse {
		z-index: 1050;
		height: auto !important;
		opacity: 0;
	}

	.navbar-expand-lg .navbar-collapse.collapsing,
	.navbar-expand-lg .navbar-collapse.show {
		-webkit-animation: show-navbar-collapse 0.2s ease forwards;
		animation: show-navbar-collapse 0.2s ease forwards;
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}

	.navbar-expand-lg .navbar-collapse.collapsing-out {
		opacity: 0;
		transition: opacity 0.3s linear;
		-webkit-animation-delay: 0;
		animation-delay: 0;
		-webkit-animation: none;
		animation: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-item {
		/*margin-left: 1.8rem;*/
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		border-radius: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link-icon {
		border-radius: 0;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl.navbar-collapsed {
		height: 100vh;
		align-items: start;
		overflow-y: scroll;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 0.625rem 0;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		box-shadow: none;
		min-width: auto;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu .media svg {
		width: 30px;
	}

	.navbar-expand-xl .navbar-collapse {
		z-index: 1050;
		height: auto !important;
		opacity: 0;
	}

	.navbar-expand-xl .navbar-collapse.collapsing,
	.navbar-expand-xl .navbar-collapse.show {
		-webkit-animation: show-navbar-collapse 0.2s ease forwards;
		animation: show-navbar-collapse 0.2s ease forwards;
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}

	.navbar-expand-xl .navbar-collapse.collapsing-out {
		opacity: 0;
		transition: opacity 0.3s linear;
		-webkit-animation-delay: 0;
		animation-delay: 0;
		-webkit-animation: none;
		animation: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav .nav-item {
		margin-right: 0.5rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		border-radius: 0;
	}

	.navbar-expand-xl .navbar-nav .nav-link-icon {
		border-radius: 0;
	}
}

.navbar-expand.navbar-collapsed {
	height: 100vh;
	align-items: start;
	overflow-y: scroll;
}

.navbar-expand .navbar-nav .nav-link {
	padding: 0.625rem 0;
}

.navbar-expand .navbar-nav .dropdown-menu {
	box-shadow: none;
	min-width: auto;
}

.navbar-expand .navbar-nav .dropdown-menu .media svg {
	width: 30px;
}

.navbar-expand .navbar-collapse {
	z-index: 1050;
	height: auto !important;
	opacity: 0;
}

.navbar-expand .navbar-collapse.collapsing,
.navbar-expand .navbar-collapse.show {
	-webkit-animation: show-navbar-collapse 0.2s ease forwards;
	animation: show-navbar-collapse 0.2s ease forwards;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.navbar-expand .navbar-collapse.collapsing-out {
	opacity: 0;
	transition: opacity 0.3s linear;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation: none;
	animation: none;
}

.navbar-expand .navbar-nav .nav-item {
	margin-right: 0.5rem;
}

.navbar-expand .navbar-nav .nav-link {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-radius: 0;
}

.navbar-expand .navbar-nav .nav-link-icon {
	border-radius: 0;
}

@-webkit-keyframes show-navbar-collapse {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes show-navbar-collapse {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.navbar-vertical {
	padding-top: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	box-shadow: none !important;
}

.navbar-vertical.navbar-light {
	background-color: #FFF;
	border-color: #EFF2F7;
}

.navbar-vertical.navbar-dark {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-vertical .navbar-brand {
	margin-right: 0;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
	max-width: 100%;
	max-height: 2rem;
}

.navbar-vertical .navbar-nav {
	margin-left: -1rem;
	margin-right: -1rem;
}

.navbar-vertical .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.navbar-vertical .navbar-nav .nav-link.active {
	position: relative;
}

.navbar-vertical .navbar-nav .nav-link>i {
	min-width: 2rem;
	font-size: 0.9375rem;
	line-height: 1.7rem;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
	border: none;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
	margin-left: 0.5rem;
}

.navbar-vertical .navbar-nav .nav-sm .nav-link {
	font-size: 0.8125rem;
}

.navbar-vertical .navbar-nav .nav-link {
	display: flex;
	align-items: center;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F105";
	margin-left: auto;
	color: #E0E6ED;
	transition: all 0.2s ease;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
	color: #0a3cbb;
	transform: rotate(90deg);
}

.navbar-vertical .navbar-nav .nav .nav-link {
	padding-left: 3rem;
}

.navbar-vertical .navbar-nav .nav .nav .nav-link {
	padding-left: 3.5rem;
}

.navbar-vertical .navbar-heading {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.navbar-vertical.navbar-expand-xs {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 0;
	overflow-y: auto;
	padding-left: 0;
	padding-right: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-inner {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.navbar-vertical.navbar-expand-xs>[class*=container] {
	flex-direction: column;
	align-items: stretch;
	min-height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.navbar-vertical.navbar-expand-xs.fixed-left {
	left: 0;
	border-width: 0 1px 0 0;
}

.navbar-vertical.navbar-expand-xs.fixed-right {
	right: 0;
	border-width: 0 0 0 1px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	opacity: 1;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse>* {
	min-width: 100%;
}

.navbar-vertical.navbar-expand-xs .navbar-nav {
	flex-direction: column;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
	padding: 0.375rem 1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item {
	margin-top: 2px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
	background: #FAFBFE;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.25rem;
}

.navbar-vertical.navbar-expand-xs .lavalamp-object {
	width: calc(100% - 1rem) !important;
	background: #0a3cbb;
	color: #FFF;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 0.25rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 3.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
	padding-left: 4.25rem;
}

.navbar-vertical.navbar-expand-xs.fixed-left+.main-content {
	margin-left: 0;
}

.navbar-vertical.navbar-expand-xs.fixed-right+.main-content {
	margin-right: 0;
}

@media (min-width: 768px) {
	.navbar-vertical .navbar-collapse {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
		transition: none;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.navbar-vertical.navbar-expand-xs>[class*=container] {
		min-height: none;
		height: 100%;
	}
}

@media (min-width: 576px) {
	.navbar-vertical.navbar-expand-sm {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 0;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-vertical.navbar-expand-sm .navbar-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar-vertical.navbar-expand-sm>[class*=container] {
		flex-direction: column;
		align-items: stretch;
		min-height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (min-width: 576px) and (-ms-high-contrast: none),
(min-width: 576px) and (-ms-high-contrast: active) {
	.navbar-vertical.navbar-expand-sm>[class*=container] {
		min-height: none;
		height: 100%;
	}
}

@media (min-width: 576px) {
	.navbar-vertical.navbar-expand-sm.fixed-left {
		left: 0;
		border-width: 0 1px 0 0;
	}

	.navbar-vertical.navbar-expand-sm.fixed-right {
		right: 0;
		border-width: 0 0 0 1px;
	}

	.navbar-vertical.navbar-expand-sm .navbar-collapse {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		opacity: 1;
	}

	.navbar-vertical.navbar-expand-sm .navbar-collapse>* {
		min-width: 100%;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav {
		flex-direction: column;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
		padding: 0.375rem 1.5rem;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav>.nav-item {
		margin-top: 2px;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav>.nav-item>.nav-link.active {
		background: #FAFBFE;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-sm .lavalamp-object {
		width: calc(100% - 1rem) !important;
		background: #0a3cbb;
		color: #FFF;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 3.5rem;
	}

	.navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
		padding-left: 4.25rem;
	}
}

@media (min-width: 768px) {
	.navbar-vertical.navbar-expand-md {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 0;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-vertical.navbar-expand-md .navbar-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar-vertical.navbar-expand-md>[class*=container] {
		flex-direction: column;
		align-items: stretch;
		min-height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (min-width: 768px) and (-ms-high-contrast: none),
(min-width: 768px) and (-ms-high-contrast: active) {
	.navbar-vertical.navbar-expand-md>[class*=container] {
		min-height: none;
		height: 100%;
	}
}

@media (min-width: 768px) {
	.navbar-vertical.navbar-expand-md.fixed-left {
		left: 0;
		border-width: 0 1px 0 0;
	}

	.navbar-vertical.navbar-expand-md.fixed-right {
		right: 0;
		border-width: 0 0 0 1px;
	}

	.navbar-vertical.navbar-expand-md .navbar-collapse {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		opacity: 1;
	}

	.navbar-vertical.navbar-expand-md .navbar-collapse>* {
		min-width: 100%;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav {
		flex-direction: column;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
		padding: 0.375rem 1.5rem;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav>.nav-item {
		margin-top: 2px;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav>.nav-item>.nav-link.active {
		background: #FAFBFE;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-md .lavalamp-object {
		width: calc(100% - 1rem) !important;
		background: #0a3cbb;
		color: #FFF;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 3.5rem;
	}

	.navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
		padding-left: 4.25rem;
	}
}

@media (min-width: 992px) {
	.navbar-vertical.navbar-expand-lg {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 0;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-vertical.navbar-expand-lg .navbar-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar-vertical.navbar-expand-lg>[class*=container] {
		flex-direction: column;
		align-items: stretch;
		min-height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (min-width: 992px) and (-ms-high-contrast: none),
(min-width: 992px) and (-ms-high-contrast: active) {
	.navbar-vertical.navbar-expand-lg>[class*=container] {
		min-height: none;
		height: 100%;
	}
}

@media (min-width: 992px) {
	.navbar-vertical.navbar-expand-lg.fixed-left {
		left: 0;
		border-width: 0 1px 0 0;
	}

	.navbar-vertical.navbar-expand-lg.fixed-right {
		right: 0;
		border-width: 0 0 0 1px;
	}

	.navbar-vertical.navbar-expand-lg .navbar-collapse {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		opacity: 1;
	}

	.navbar-vertical.navbar-expand-lg .navbar-collapse>* {
		min-width: 100%;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav {
		flex-direction: column;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.375rem 1.5rem;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav>.nav-item {
		margin-top: 2px;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav>.nav-item>.nav-link.active {
		background: #FAFBFE;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-lg .lavalamp-object {
		width: calc(100% - 1rem) !important;
		background: #0a3cbb;
		color: #FFF;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 3.5rem;
	}

	.navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
		padding-left: 4.25rem;
	}
}

@media (min-width: 1200px) {
	.navbar-vertical.navbar-expand-xl {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 0;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-vertical.navbar-expand-xl .navbar-inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.navbar-vertical.navbar-expand-xl>[class*=container] {
		flex-direction: column;
		align-items: stretch;
		min-height: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none),
(min-width: 1200px) and (-ms-high-contrast: active) {
	.navbar-vertical.navbar-expand-xl>[class*=container] {
		min-height: none;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.navbar-vertical.navbar-expand-xl.fixed-left {
		left: 0;
		border-width: 0 1px 0 0;
	}

	.navbar-vertical.navbar-expand-xl.fixed-right {
		right: 0;
		border-width: 0 0 0 1px;
	}

	.navbar-vertical.navbar-expand-xl .navbar-collapse {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		opacity: 1;
	}

	.navbar-vertical.navbar-expand-xl .navbar-collapse>* {
		min-width: 100%;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav {
		flex-direction: column;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
		padding: 0.375rem 1.5rem;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav>.nav-item {
		margin-top: 2px;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav>.nav-item>.nav-link.active {
		background: #FAFBFE;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-xl .lavalamp-object {
		width: calc(100% - 1rem) !important;
		background: #0a3cbb;
		color: #FFF;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0.25rem;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 3.5rem;
	}

	.navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
		padding-left: 4.25rem;
	}
}

@media (min-width: 576px) {
	.navbar-vertical.navbar-expand-sm.fixed-left+.main-content {
		margin-left: 0;
	}

	.navbar-vertical.navbar-expand-sm.fixed-right+.main-content {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.navbar-vertical.navbar-expand-md.fixed-left+.main-content {
		margin-left: 0;
	}

	.navbar-vertical.navbar-expand-md.fixed-right+.main-content {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.navbar-vertical.navbar-expand-lg.fixed-left+.main-content {
		margin-left: 0;
	}

	.navbar-vertical.navbar-expand-lg.fixed-right+.main-content {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-vertical.navbar-expand-xl.fixed-left+.main-content {
		margin-left: 0;
	}

	.navbar-vertical.navbar-expand-xl.fixed-right+.main-content {
		margin-right: 0;
	}
}

.sidenav {
	z-index: 1050;
	transition: all 0.2s ease;
}

.sidenav.fixed-left+.main-content {
	margin-left: 0;
	transition: all 0.2s ease;
}

.sidenav.fixed-right+.main-content {
	margin-right: 0;
	transition: all 0.2s ease;
}

.sidenav .navbar-brand {
	padding: 1.5rem;
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.sidenav.fixed-left+.main-content {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sidenav.fixed-right+.main-content {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.g-sidenav-pinned .sidenav.fixed-left+.main-content {
		margin-left: 250px;
	}

	.g-sidenav-pinned .sidenav.fixed-right+.main-content {
		margin-right: 250px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sidenav {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.sidenav:hover {
		max-width: 250px;
	}

	.sidenav .sidenav-toggler {
		padding: 1.5rem;
	}
}

.sidenav-header {
	height: 78px;
}

.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
	display: block;
}

.g-sidenav-show .sidenav .nav-item .collapse {
	height: auto;
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.g-sidenav-show .sidenav .nav-item .collapse {
		transition: none;
	}
}

.g-sidenav-pinned .sidenav {
	max-width: 250px !important;
}

.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
	display: block;
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .navbar-nav>.nav-item>.nav-link:after {
	content: "";
}

.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-item .collapse,
.g-sidenav-hidden:not(.g-sidenav-show) .sidenav .nav-link-text {
	display: none !important;
}

.g-sidenav-hide .sidenav .navbar-nav>.nav-item>.nav-link:after {
	content: "";
}

.g-sidenav-hide .sidenav .nav-item .collapse,
.g-sidenav-hide .sidenav .nav-link-text {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.sidenav {
		transform: translateX(0);
	}

	.sidenav.fixed-left+.main-content {
		margin-left: 0 !important;
	}

	.g-sidenav-pinned .sidenav {
		transform: translateX(0);
	}
}

.sidenav-toggler {
	border: 0;
	background: transparent;
}

.sidenav-toggler-inner,
.sidenav-toggler-line {
	width: 18px;
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {

	.sidenav-toggler-inner,
	.sidenav-toggler-line {
		transition: none;
	}
}

.sidenav-toggler-inner {
	position: relative;
}

.sidenav-toggler-inner:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	left: -11px;
	top: -14px;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
	.sidenav-toggler-inner:before {
		transition: none;
	}
}

.sidenav-toggler-line {
	height: 2px;
	background-color: rgba(31, 45, 61, 0.5);
	display: block;
	position: relative;
}

.sidenav-toggler-line:not(:last-child) {
	margin-bottom: 3px;
}

.navbar-dark .sidenav-toggler-line {
	background-color: rgba(255, 255, 255, 0.85);
}

.sidenav-toggler {
	cursor: pointer;
}

.sidenav-toggler.active .sidenav-toggler-inner:before {
	transform: scale(1);
}

.sidenav-toggler.active .sidenav-toggler-line:first-child,
.sidenav-toggler.active .sidenav-toggler-line:last-child {
	width: 13px;
	transform: translateX(5px);
}
.kdinfjjf{
    padding-right: 40px;
}
.kdinfjjf p{
    color: #fff;
}
.navbar .dropdown-menu {
	min-width: 100%;
    left: -5%;
    width: 110%;
	padding: 1rem 1.5rem;
	background-color: #fafbfe00;
	border: 0 solid rgba(31, 45, 61, 0);
	border-radius: 0.375rem;
	/*box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);*/
}


.navbar .dropdown-menu .dropdown-menu-links {
	background-color: #fafafa;
}

.navbar .dropdown-menu .dropdown-header {
	color: #4a596d;
}

.navbar .dropdown-menu .dropdown-item {
	padding: 0.5rem 0;
	color: #3C4858;
	font-size: 1rem;
}
.markzbg{
      opacity: 0.5;
    background: #000;position: fixed;
    z-index: 98;width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.navbar .dropdown-menu .dropdown-item:first-child {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.navbar .dropdown-menu .dropdown-item:last-child {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
	color: #657a95;
	text-decoration: none;
	background: transparent;
}

.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
	color: #657a95;
	text-decoration: none;
	background-color: transparent;
}

.navbar .dropdown-menu .list-group>li:first-child .list-group-item {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.navbar .dropdown-menu .list-group>li:last-child .list-group-item {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm .dropdown-toggle:after {
		float: right;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu:not(.dropdown-menu-right) {
		margin-left: -1.25rem;
	}

	.navbar-expand-sm .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
		margin-right: -1.25rem;
	}

	.navbar-expand-sm .dropdown-menu .list-group>li .list-group-item {
		border: 0;
		transform: scale(1);
		transition: all 0.2s ease;
	}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-sm .dropdown-menu .list-group>li .list-group-item {
		transition: none;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm .dropdown-menu .list-group>li .media-body * {
		transition: all 0.2s ease;
	}
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-sm .dropdown-menu .list-group>li .media-body * {
		transition: none;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm .dropdown-menu .list-group>li:hover .list-group-item {
		z-index: 11;
		transform: scale(1.05);
		background-color: #FAFBFE;
		box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
		border-radius: 0.375rem;
	}

	.navbar-expand-sm .dropdown-submenu .dropdown-menu {
		min-width: 16rem;
		margin-left: 1rem;
	}

	.navbar-expand-sm .dropdown-submenu .dropdown-menu:before {
		content: "";
		border-left: 1.5rem solid transparent;
		position: absolute;
		left: -1rem;
		top: 0;
		height: 100%;
	}

	.navbar-expand-sm .dropdown-submenu .dropdown-item:after {
		right: 0;
	}

	.navbar-expand-sm .dropdown-fluid .dropdown-menu {
		overflow: hidden;
		padding: 0;
		min-width: 1000px;
	}

	.navbar-expand-sm .dropdown-fluid .dropdown-col-image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md .dropdown-toggle:after {
		float: right;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu:not(.dropdown-menu-right) {
		margin-left: -1.25rem;
	}

	.navbar-expand-md .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
		margin-right: -1.25rem;
	}

	.navbar-expand-md .dropdown-menu .list-group>li .list-group-item {
		border: 0;
		transform: scale(1);
		transition: all 0.2s ease;
	}
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-md .dropdown-menu .list-group>li .list-group-item {
		transition: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .dropdown-menu .list-group>li .media-body * {
		transition: all 0.2s ease;
	}
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-md .dropdown-menu .list-group>li .media-body * {
		transition: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .dropdown-menu .list-group>li:hover .list-group-item {
		z-index: 11;
		transform: scale(1.05);
		background-color: #FAFBFE;
		box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
		border-radius: 0.375rem;
	}

	.navbar-expand-md .dropdown-submenu .dropdown-menu {
		min-width: 16rem;
		margin-left: 1rem;
	}

	.navbar-expand-md .dropdown-submenu .dropdown-menu:before {
		content: "";
		border-left: 1.5rem solid transparent;
		position: absolute;
		left: -1rem;
		top: 0;
		height: 100%;
	}

	.navbar-expand-md .dropdown-submenu .dropdown-item:after {
		right: 0;
	}

	.navbar-expand-md .dropdown-fluid .dropdown-menu {
		overflow: hidden;
		padding: 0;
		min-width: 1000px;
	}

	.navbar-expand-md .dropdown-fluid .dropdown-col-image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .dropdown-toggle:after {
		float: right;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu:not(.dropdown-menu-right) {
		/*margin-left: -1.25rem;*/

	}

	.navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
		margin-right: -1.25rem;
	}

	.navbar-expand-lg .dropdown-menu .list-group>li .list-group-item {
		border: 0;
		transform: scale(1);
		transition: all 0.2s ease;
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-lg .dropdown-menu .list-group>li .list-group-item {
		transition: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .dropdown-menu .list-group>li .media-body * {
		transition: all 0.2s ease;
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-lg .dropdown-menu .list-group>li .media-body * {
		transition: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .dropdown-menu .list-group>li:hover .list-group-item {
		z-index: 11;
		transform: scale(1.05);
		background-color: #fafbfe00;
		box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
		border-radius: 0.375rem;
	}
	.navbar-expand-lg .dropdown-menu .list-group-item{
	    background-color: #fafbfe00;
	}
.kdinfjjfdf{

    padding-top: 40px;
     background-color: #ffffff00;
}
.kdinfjjf #navbar-logo{
    height: 24px;
}
.sdfwe{
        border-left: 1px solid #ffffff9c;
    padding-left: 20px;
}
.kdinfjjfdfdf{
    display: flex;
    align-items: center;
    background-color: #8041d6;
    border-radius: 40px;
    padding:50px;
    box-shadow: 0 10px 30px 0 rgb(31 45 61 / 10%);
}
.navbar-expand-lg .dropdown-menu .list-group>li .list-group-item h6{
    color: #FFF;
    font-weight: 100;
}
	.navbar-expand-lg .dropdown-submenu .dropdown-menu {
		min-width: 16rem;
		margin-left: 1rem;
	}

	.navbar-expand-lg .dropdown-submenu .dropdown-menu:before {
		content: "";
		border-left: 1.5rem solid transparent;
		position: absolute;
		left: -1rem;
		top: 0;
		height: 100%;
	}

	.navbar-expand-lg .dropdown-submenu .dropdown-item:after {
		right: 0;
	}

	.navbar-expand-lg .dropdown-fluid .dropdown-menu {
		overflow: hidden;
		padding: 0;
		min-width: 1000px;
	}

	.navbar-expand-lg .dropdown-fluid .dropdown-col-image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl .dropdown-toggle:after {
		float: right;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu:not(.dropdown-menu-right) {
		margin-left: -1.25rem;
	}

	.navbar-expand-xl .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
		margin-right: -1.25rem;
	}

	.navbar-expand-xl .dropdown-menu .list-group>li .list-group-item {
		border: 0;
		transform: scale(1);
		transition: all 0.2s ease;
	}
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-xl .dropdown-menu .list-group>li .list-group-item {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .dropdown-menu .list-group>li .media-body * {
		transition: all 0.2s ease;
	}
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
	.navbar-expand-xl .dropdown-menu .list-group>li .media-body * {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .dropdown-menu .list-group>li:hover .list-group-item {
		z-index: 11;
		transform: scale(1.05);
		background-color: #FAFBFE;
		box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
		border-radius: 0.375rem;
	}

	.navbar-expand-xl .dropdown-submenu .dropdown-menu {
		min-width: 16rem;
		margin-left: 1rem;
	}

	.navbar-expand-xl .dropdown-submenu .dropdown-menu:before {
		content: "";
		border-left: 1.5rem solid transparent;
		position: absolute;
		left: -1rem;
		top: 0;
		height: 100%;
	}

	.navbar-expand-xl .dropdown-submenu .dropdown-item:after {
		right: 0;
	}

	.navbar-expand-xl .dropdown-fluid .dropdown-menu {
		overflow: hidden;
		padding: 0;
		min-width: 1000px;
	}

	.navbar-expand-xl .dropdown-fluid .dropdown-col-image {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
	}
}

.navbar-expand .dropdown-toggle:after {
	float: right;
}

.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu:not(.dropdown-menu-right) {
	margin-left: -1.25rem;
}

.navbar-expand .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
	margin-right: -1.25rem;
}

.navbar-expand .dropdown-menu .list-group>li .list-group-item {
	border: 0;
	transform: scale(1);
	transition: all 0.2s ease;
}

.navbar-expand .dropdown-menu .list-group>li .media-body * {
	transition: all 0.2s ease;
}

.navbar-expand .dropdown-menu .list-group>li:hover .list-group-item {
	z-index: 11;
	transform: scale(1.05);
	background-color: #FAFBFE;
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
	border-radius: 0.375rem;
}

.navbar-expand .dropdown-submenu .dropdown-menu {
	min-width: 16rem;
	margin-left: 1rem;
}

.navbar-expand .dropdown-submenu .dropdown-menu:before {
	content: "";
	border-left: 1.5rem solid transparent;
	position: absolute;
	left: -1rem;
	top: 0;
	height: 100%;
}

.navbar-expand .dropdown-submenu .dropdown-item:after {
	right: 0;
}

.navbar-expand .dropdown-fluid .dropdown-menu {
	overflow: hidden;
	padding: 0;
	min-width: 1000px;
}

.navbar-expand .dropdown-fluid .dropdown-col-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-expand .dropdown-menu .list-group>li .list-group-item {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.navbar-expand .dropdown-menu .list-group>li .media-body * {
		transition: none;
	}
}

.navbar-search .input-group {
	border-radius: 2rem;
	border: 0 solid;
	transition: background-color 0.4s linear;
	transition-delay: 0.2s;
}

.navbar-search .input-group .input-group-text {
	background-color: transparent;
	padding-left: 1rem;
	border: 0;
}

.navbar-search .form-control {
	width: 250px;
	background-color: transparent;
	border: 0;
	transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

.navbar-search .focused .input-group .form-control {
	width: 380px;
}

.navbar-search .close {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-search .input-group {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.navbar-search .form-control {
		transition: none;
	}
}

.navbar-search-dark .input-group {
	background-color: rgba(31, 45, 61, 0.8);
	border-color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .input-group-text {
	color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control {
	color: rgba(255, 255, 255, 0.9);
}

.navbar-search-dark .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control::-moz-placeholder,
.navbar-search-dark .form-control:-ms-input-placeholder,
.navbar-search-dark .form-control::-ms-input-placeholder,
.navbar-search-dark .form-control::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .focused .input-group {
	background-color: rgba(31, 45, 61, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
}

.navbar-search-light .input-group {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .input-group-text {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-search-light .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control::-moz-placeholder,
.navbar-search-light .form-control:-ms-input-placeholder,
.navbar-search-light .form-control::-ms-input-placeholder,
.navbar-search-light .form-control::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .focused .input-group {
	background-color: white;
	border-color: rgba(0, 0, 0, 0.9);
}

.pagination {
	margin-bottom: 0;
}

.page-item .page-link,
.page-item>span {
	margin: 0 3px;
	border-radius: 0.2rem;
	text-align: center;
}

.pagination-circle .page-item .page-link,
.pagination-circle .page-item>span {
	border-radius: 50% !important;
	margin: 0 5px;
	display: block;
	width: 36px;
	height: 36px;
}

.pagination-circle.pagination-lg .page-item .page-link,
.pagination-circle.pagination-lg .page-item>span {
	border-radius: 50% !important;
	margin: 0 5px;
	display: block;
	width: 52px;
	height: 52px;
}

.omnisearch {
	width: 100%;
	margin-top: 1.5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	background-color: transparent;
	pointer-events: none;
	transform: translateY(0);
	transition: transform 0.3s, opacity 0.15s;
}

.omnisearch.show {
	opacity: 1;
	transform: translateY(50%);
}

.omnisearch .container {
	position: relative;
	height: 100%;
}

.omnisearch .omnisearch-form {
	display: block;
	position: relative;
	z-index: 700;
	background: #FFF;
	border-radius: 0.375rem;
	width: 680px;
	margin: auto;
}

.omnisearch .omnisearch-form .input-group-text {
	font-size: 1.25rem;
	background: transparent;
}

.omnisearch .omnisearch-form .form-control {
	display: block;
	height: 68px;
	font-size: 1.25rem;
	color: #454545;
	background-color: transparent;
	background-image: none;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder {
	color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder,
.omnisearch .omnisearch-form .form-control:-ms-input-placeholder,
.omnisearch .omnisearch-form .form-control::-ms-input-placeholder,
.omnisearch .omnisearch-form .form-control::placeholder {
	color: #C0CCDA;
}

.omnisearch .omnisearch-suggestions {
	width: 680px;
	min-height: 150px;
	padding: 1.5rem;
	background: white;
	margin: auto;
	border-radius: 0.375rem;
	position: relative;
	opacity: 0;
	transition: opacity 0.3s;
	transition-delay: 0.21s;
}

.omnisearch .omnisearch-suggestions:before {
	background: #FFF;
	box-shadow: none;
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	left: 20px;
	position: absolute;
	bottom: 100%;
	transform: rotate(-45deg) translateY(1rem);
	z-index: -5;
	border-radius: 0.2rem;
}

.omnisearch .omnisearch-suggestions .heading {
	color: #8492A6;
}

.omnisearch .omnisearch-suggestions .list-link span {
	font-weight: 600;
	color: #3C4858;
}

.omnisearch .omnisearch-suggestions .list-link:hover {
	color: #0a3cbb;
}

.omnisearch .omnisearch-suggestions .list-link:hover span {
	color: #0a3cbb;
}

.omnisearch.show .omnisearch-form {
	pointer-events: auto;
}

.omnisearch.show .omnisearch-suggestions {
	pointer-events: auto;
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.omnisearch {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.omnisearch .omnisearch-suggestions {
		transition: none;
	}
}

@media (max-width: 991.98px) {

	.omnisearch .omnisearch-form,
	.omnisearch .omnisearch-suggestions {
		width: 100%;
	}
}

.omnisearch-open {
	overflow: hidden;
}

.popover {
	border: 0;
}

.popover-header {
	font-weight: 600;
}

.popover-primary {
	background-color: #0a3cbb;
}

.popover-primary .popover-header {
	background-color: #0a3cbb;
	color: #FFF;
}

.popover-primary .popover-body {
	color: #FFF;
}

.popover-primary .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #0a3cbb;
}

.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #0a3cbb;
}

.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #0a3cbb;
}

.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #0a3cbb;
}

.popover-secondary {
	background-color: #EFF2F7;
}

.popover-secondary .popover-header {
	background-color: #EFF2F7;
	color: #273444;
}

.popover-secondary .popover-body {
	color: #273444;
}

.popover-secondary .popover-header {
	border-color: rgba(39, 52, 68, 0.2);
}

.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #EFF2F7;
}

.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #EFF2F7;
}

.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #EFF2F7;
}

.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #EFF2F7;
}

.popover-success {
	background-color: #36B37E;
}

.popover-success .popover-header {
	background-color: #36B37E;
	color: #FFF;
}

.popover-success .popover-body {
	color: #FFF;
}

.popover-success .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #36B37E;
}

.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #36B37E;
}

.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #36B37E;
}

.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #36B37E;
}

.popover-info {
	background-color: #00B8D9;
}

.popover-info .popover-header {
	background-color: #00B8D9;
	color: #FFF;
}

.popover-info .popover-body {
	color: #FFF;
}

.popover-info .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #00B8D9;
}

.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #00B8D9;
}

.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #00B8D9;
}

.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #00B8D9;
}

.popover-warning {
	background-color: #FFAB00;
}

.popover-warning .popover-header {
	background-color: #FFAB00;
	color: #FFF;
}

.popover-warning .popover-body {
	color: #FFF;
}

.popover-warning .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #FFAB00;
}

.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #FFAB00;
}

.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #FFAB00;
}

.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #FFAB00;
}

.popover-danger {
	background-color: #FF5630;
}

.popover-danger .popover-header {
	background-color: #FF5630;
	color: #FFF;
}

.popover-danger .popover-body {
	color: #FFF;
}

.popover-danger .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #FF5630;
}

.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #FF5630;
}

.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #FF5630;
}

.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #FF5630;
}

.popover-light {
	background-color: #EFF2F7;
}

.popover-light .popover-header {
	background-color: #EFF2F7;
	color: #273444;
}

.popover-light .popover-body {
	color: #273444;
}

.popover-light .popover-header {
	border-color: rgba(39, 52, 68, 0.2);
}

.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #EFF2F7;
}

.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #EFF2F7;
}

.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #EFF2F7;
}

.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #EFF2F7;
}

.popover-dark {
	background-color: #273444;
}

.popover-dark .popover-header {
	background-color: #273444;
	color: #FFF;
}

.popover-dark .popover-body {
	color: #FFF;
}

.popover-dark .popover-header {
	border-color: rgba(255, 255, 255, 0.2);
}

.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #273444;
}

.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #273444;
}

.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #273444;
}

.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #273444;
}

.popover-neutral {
	background-color: #FFF;
}

.popover-neutral .popover-header {
	background-color: #FFF;
	color: #273444;
}

.popover-neutral .popover-body {
	color: #273444;
}

.popover-neutral .popover-header {
	border-color: rgba(39, 52, 68, 0.2);
}

.popover-neutral.bs-popover-top .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #FFF;
}

.popover-neutral.bs-popover-right .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #FFF;
}

.popover-neutral.bs-popover-bottom .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #FFF;
}

.popover-neutral.bs-popover-left .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #FFF;
}

.popover-white {
	background-color: #FFF;
}

.popover-white .popover-header {
	background-color: #FFF;
	color: #273444;
}

.popover-white .popover-body {
	color: #273444;
}

.popover-white .popover-header {
	border-color: rgba(39, 52, 68, 0.2);
}

.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
	border-top-color: #FFF;
}

.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
	border-right-color: #FFF;
}

.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
	border-bottom-color: #FFF;
}

.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
	border-left-color: #FFF;
}

.progress-wrapper {
	position: relative;
	padding-top: 1.5rem;
}

.progress-wrapper .progress {
	margin-bottom: 1rem;
}

.progress-inverse {
	background-color: inverse(#EFF2F7);
}

.progress-heading {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 0 2px;
	padding: 0;
}

.progress-text {
	margin-bottom: 0;
}

.progress-lg {
	height: 1rem;
}

.progress-md {
	height: 0.75rem;
}

.progress-sm {
	height: 0.375rem;
}

.progress-xs {
	height: 0.125rem;
}

.progress-group {
	position: relative;
}

.progress-prepend-icon {
	position: absolute;
	transform: translateY(-50%);
	font-size: 20px;
	top: 50%;
}

.progress-prepend-icon:not(:first-child) {
	right: -17px;
}

.progress-prepend-icon:not(:last-child) {
	left: -17px;
}

.progress-tooltip {
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 0.25rem 0.375rem;
	line-height: 1;
	font-size: 0.7rem;
	position: relative;
	bottom: 8px;
	border-radius: 3px;
	margin-left: -15px;
}

.progress-tooltip:after {
	top: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: rgba(0, 0, 0, 0.8);
	border-width: 5px;
}

.progress-label {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #3C4858;
}

.progress-percentage {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.static-rating {
	display: inline-block;
}

.static-rating .star {
	color: #E0E6ED;
}

.static-rating .voted {
	color: #ffcc00;
}

.static-rating-sm .star {
	font-size: 0.75rem;
}

.rating {
	display: inline-block;
}

.rating .star {
	font-family: "Font Awesome 5 Solid";
	font-weight: normal;
	font-style: normal;
	float: left;
	padding: 0 1px;
	cursor: pointer;
}

.rating .star:before {
	content: "\F005";
	display: block;
	font-size: 14px;
	color: #E0E6ED;
	transition: all 0.2s linear;
}

.rating:hover .star:before {
	color: #E0E6ED;
}

.rating:hover .over:before {
	color: #ffcc00;
}

.rating .voted:before {
	color: #ffcc00;
}

.rating-lg .star:before {
	font-size: 18px;
}

.rating-xl .star:before {
	font-size: 24px;
}

.ribbon {
	position: absolute;
	top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	z-index: 10;
}

.ribbon-left {
	left: 1rem;
}

.ribbon-right {
	right: 1rem;
}

.ribbon-primary {
	color: #FFF;
	background-color: #8b33ff;
}

.ribbon-secondary {
	color: #273444;
	background-color: white;
}

.ribbon-success {
	color: #FFF;
	background-color: #51cb97;
}

.ribbon-info {
	color: #FFF;
	background-color: #0ddaff;
}

.ribbon-warning {
	color: #FFF;
	background-color: #ffbc33;
}

.ribbon-danger {
	color: #FFF;
	background-color: #ff8063;
}

.ribbon-light {
	color: #273444;
	background-color: white;
}

.ribbon-dark {
	color: #FFF;
	background-color: #3a4d64;
}

.ribbon-neutral,
.ribbon-white {
	color: #273444;
	background-color: white;
}

section {
	background-color: #FFF;
	overflow: hidden;
}

.slice {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.slice-xl {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.slice-lg {
	padding-top: 0;
	padding-bottom: 6rem;
}

.slice-sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*=bg-]):not(.section-rotate)+.slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]) {
	padding-top: 0;
}

.slice-video {
	min-height: 600px;
}

.section-rotate {
	padding-top: 4rem;
	padding-bottom: 4rem;
	overflow: hidden;
	background: transparent;
	position: relative;
	z-index: 0;
}

.section-rotate .section-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

@media (min-width: 992px) {
	.section-rotate {
		min-height: 880px;
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.section-rotate .section-inner {
		background: inherit;
		overflow: hidden;
	}

	.section-rotate .section-inner+.container {
		position: relative;
		z-index: 0;
	}

	.section-rotate .section-inner-bg {
		position: absolute;
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.section-rotate {
		padding-top: 8rem;
		padding-bottom: 12rem;
	}

	.section-rotate .section-inner {
		top: -40%;
		left: -1rem;
		width: 130%;
		height: 124%;
		transform: rotate(-7deg);
		border-bottom-left-radius: 3rem;
	}

	.section-rotate .section-inner+.container {
		padding-left: 2rem;
	}

	.section-rotate .container {
		position: relative;
	}
}

@media only screen and (min-width: 2000px) {
	.section-rotate .section-inner {
		top: -40%;
		left: -1rem;
		width: 120%;
		height: 118%;
	}

	.section-rotate .container {
		position: relative;
	}
}

.section-half-rounded {
	padding-top: 7rem;
	padding-bottom: 7rem;
	overflow: hidden;
	background: transparent;
	position: relative;
	z-index: 0;
}

.section-half-rounded .section-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	z-index: -2;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

@media (max-width: 991.98px) {
	.section-half-rounded .section-inner {
		width: 100%;
	}
}

.section-process {
	background: transparent;
}

.section-process-step {
	position: relative;
	padding: 4.5rem 0;
}

.section-process-step:not(:last-child):before {
	content: "";
	display: block;
	width: 360px;
	height: 100px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' transform='translate(173.245679, 51.548257) scale(-1, 1) translate(-173.245679, -51.548257)' d='M-6.75432109,1.54825684 C113.245679,110.326533 233.245679,130.359459 353.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: 360px 100px;
	transform: rotate(40deg);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -80px;
}

.section-process-step:nth-child(even):before {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='355px' height='103px' viewBox='0 0 355 103' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-dasharray='6,12' stroke-linecap='round'%3E%3Cpath stroke='%23EFF2F7' stroke-width='3' d='M2.24567891,1.54825684 C122.245679,110.326533 242.245679,130.359459 362.245679,61.647035'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
	background-size: 360px 100px;
	transform: rotate(-40deg);
}

@media (max-width: 991.98px) {
	.section-process-step:not(:last-child):before {
		transform: rotate(90deg) scale(0.7);
		bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.section-process-step:nth-child(even):before {
		transform: rotate(-90deg) scale(0.7);
		bottom: 20px;
	}
}

.section-floating-icons {
	--icon-size: 5rem;
	--icon-sm-size: 3.75rem;
	--gutter: 7rem;
}

.section-floating-icons .icons-container {
	position: relative;
	max-width: 100%;
	height: 360px;
	margin: 0 auto;
}

.section-floating-icons .icons-container span {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	z-index: 1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
	transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
	opacity: 1;
}

.section-floating-icons .icons-container span.icon {
	width: 5rem;
	height: 5rem;
}

.section-floating-icons .icons-container span.icon i {
	font-size: 2.3em;
}

.section-floating-icons .icons-container span.icon-sm {
	width: 3.75rem;
	height: 3.75rem;
}

.section-floating-icons .icons-container span.icon-sm i {
	font-size: 1.5em;
}

.section-floating-icons .icons-container span:nth-child(1) {
	font-size: 42px;
	color: #FFAB00;
	z-index: 2;
}

.section-floating-icons .icons-container span img {
	max-width: 100%;
}

.section-floating-icons .icons-container span:nth-child(1) {
	left: 50%;
	top: 50%;
	font-size: 42px;
	color: #00B8D9;
}

.section-floating-icons .icons-container span:nth-child(2) {
	left: calc(50% + 11.9rem);
	top: 50%;
}

.section-floating-icons .icons-container span:nth-child(3) {
	left: calc(50% + 7rem);
	top: calc(50% + 7rem);
}

.section-floating-icons .icons-container span:nth-child(4) {
	left: calc(50% + 7rem);
	top: calc(50% - 7rem);
}

.section-floating-icons .icons-container span:nth-child(5) {
	left: calc(50% + 28rem);
	top: 50%;
}

.section-floating-icons .icons-container span:nth-child(6) {
	left: calc(50% + 18.9rem);
	top: calc(50% + 15rem);
}

.section-floating-icons .icons-container span:nth-child(7) {
	left: calc(50% + 18.9rem);
	top: calc(50% - 15rem);
}

.section-floating-icons .icons-container span:nth-child(8) {
	left: calc(50% - 11.9rem);
	top: 50%;
}

.section-floating-icons .icons-container span:nth-child(9) {
	left: calc(50% - 7rem);
	top: calc(50% + 7rem);
}

.section-floating-icons .icons-container span:nth-child(10) {
	left: calc(50% - 7rem);
	top: calc(50% - 7rem);
}

.section-floating-icons .icons-container span:nth-child(11) {
	left: calc(50% - 28rem);
	top: 50%;
}

.section-floating-icons .icons-container span:nth-child(12) {
	left: calc(50% - 18.9rem);
	top: calc(50% + 15rem);
}

.section-floating-icons .icons-container span:nth-child(13) {
	left: calc(50% - 18.9rem);
	top: calc(50% - 15rem);
}

@media (prefers-reduced-motion: reduce) {
	.section-floating-icons .icons-container span {
		transition: none;
	}
}

.sidebar-sticky.is_stuck {
	padding-top: 1.5rem;
}

.spotlight {
	position: relative;
}

.spotlight .container {
	height: 100%;
}

.spotlight .animated {
	opacity: 0;
}

.spotlight .animated.animation-ended {
	opacity: 1;
}

@media (min-width: 768px) {
	.spotlight-overlay-img {
		position: relative;
	}

	.spotlight-overlay-img img {
		position: absolute;
		z-index: 10;
	}
}

[data-spotlight=fullscreen] {
	height: 100vh;
}

.table thead th {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #FAFBFE;
	border-bottom-width: 1px;
}

.table th {
	font-weight: 600;
}

.table td {
	font-size: 0.8125rem;
	white-space: nowrap;
}

.table td .progress {
	height: 3px;
	width: 120px;
	margin: 0;
}

.table th {
	font-size: 0.8125rem;
	white-space: nowrap;
}

.table.align-items-center td,
.table.align-items-center th {
	vertical-align: middle;
}

.table.table-dark thead th,
.table .thead-dark th {
	background-color: #2e3e51;
	color: #708cad;
}

.table.table-dark thead th a,
.table .thead-dark th a {
	color: #708cad;
}

.table .thead-light th {
	background-color: #FAFBFE;
	color: #8492A6;
}

.table .thead-light th a {
	color: #8492A6;
}

.table-hover tr {
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.table-hover tr {
		transition: none;
	}
}

.table-flush td,
.table-flush th {
	border-left: 0;
	border-right: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
	border-top: 0;
}

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

.card .table {
	margin-bottom: 0;
}

.card .table td,
.card .table th {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.table .custom-toggle {
	display: block;
}

.table-flush th,
.table-flush td {
	border-left: 0;
	border-right: 0;
}

.table-flush tr:first-child th,
.table-flush tr:first-child td {
	border-top: 0;
}

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

.table-cards thead th,
.table-cards thead td {
	border: 0 !important;
	padding: 1rem;
	position: relative;
	background-color: transparent;
}

.table-cards tbody th,
.table-cards tbody td {
	border: 0 !important;
	padding: 1rem;
	position: relative;
	background-color: transparent;
}

.table-cards tbody tr:not(.table-divider) {
	border-radius: 0.375rem;
	box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.table-cards tbody tr th {
	border-radius: 0.375rem 0 0 0.375rem;
}

.table-cards tbody tr th:after {
	border-radius: 0.375rem 0 0 0.375rem;
	border-left: 1px solid #EFF2F7;
}

.table-cards tbody tr td:last-child {
	border-radius: 0 0.375rem 0.375rem 0;
}

.table-cards tbody tr td:last-child:after {
	border-radius: 0 0.375rem 0.375rem 0;
	border-right: 1px solid #EFF2F7;
}

.table-cards tbody tr th,
.table-cards tbody tr td {
	background-color: #FFF;
}

.table-cards tbody tr th:after,
.table-cards tbody tr td:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-top: 1px solid #EFF2F7;
	border-bottom: 1px solid #EFF2F7;
	left: 0;
	top: 0;
	pointer-events: none;
}

.table-cards tr.table-divider {
	height: 1rem;
}

.table-cards.table-hover tbody>tr:hover th,
.table-cards.table-hover tbody>tr:hover td {
	background-color: #FAFBFE;
}

@media (min-width: 768px) {
	.table-cards.table-scale--hover tr:hover {
		transform: scale(1.02);
	}
}

.table [data-sort] {
	cursor: pointer;
}

.table .thead-dark [data-sort]::after {
	content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23708cad'/></svg>");
	margin-left: 0.25rem;
}

.table .thead-light [data-sort]::after {
	content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%238492A6'/></svg>");
	margin-left: 0.25rem;
}

.timeline {
	position: relative;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 1rem;
	height: 100%;
	border-right: 2px solid #EFF2F7;
}

[data-timeline-axis-style=dashed]:before {
	border-right-style: dashed !important;
}

[data-timeline-axis-style=dotted]:before {
	border-right-style: dotted !important;
}

.timeline-block {
	position: relative;
	margin: 2em 0;
}

.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-block:first-child {
	margin-top: 0;
}

.timeline-block:last-child {
	margin-bottom: 0;
}

.timeline-step {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	left: 0;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #FFF;
	border: 2px solid #EFF2F7;
	text-align: center;
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 600;
	z-index: 1;
}

.timeline-step svg,
.timeline-step i {
	line-height: 1.4;
}

.timeline-step-icon {
	background: #FFF;
	border: 2px solid #EFF2F7;
}

.timeline-step-xs {
	width: 17px;
	height: 17px;
	font-size: 0.75rem;
}

.timeline-step-sm {
	width: 23px;
	height: 23px;
	font-size: 0.75rem;
}

.timeline-step-lg {
	width: 47px;
	height: 47px;
	font-size: 1.75rem;
}

.timeline-content {
	position: relative;
	margin-left: 60px;
	margin-right: 30px;
	position: relative;
	top: -6px;
}

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

.timeline-body {
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.timeline:before {
		left: 50%;
		margin-left: -2px;
	}

	.timeline-step {
		left: 50%;
	}

	.timeline-content {
		width: 38%;
	}

	.timeline-body {
		padding: 1.5rem;
	}

	.timeline-block:nth-child(even) .timeline-content {
		float: right;
	}

	[data-timeline-axis-color=primary]:before {
		border-color: #0a3cbb;
	}

	[data-timeline-axis-color=secondary]:before {
		border-color: #EFF2F7;
	}

	[data-timeline-axis-color=success]:before {
		border-color: #36B37E;
	}

	[data-timeline-axis-color=info]:before {
		border-color: #00B8D9;
	}

	[data-timeline-axis-color=warning]:before {
		border-color: #FFAB00;
	}

	[data-timeline-axis-color=danger]:before {
		border-color: #FF5630;
	}

	[data-timeline-axis-color=light]:before {
		border-color: #EFF2F7;
	}

	[data-timeline-axis-color=dark]:before {
		border-color: #273444;
	}

	[data-timeline-axis-color=neutral]:before,
	[data-timeline-axis-color=white]:before {
		border-color: #FFF;
	}
}

.timeline-one-side:before,
.timeline-one-side .timeline-step {
	left: 1rem;
}

.timeline-one-side .timeline-content {
	width: auto;
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
	float: none;
}

.tongue {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: rotate(180deg) translateX(50%);
	width: 138px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #8492A6;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
}

.tongue i {
	-webkit-animation: floating-sm 2s ease infinite;
	animation: floating-sm 2s ease infinite;
}

.tongue:hover i {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.tongue-primary {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%236e00ff' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-primary:hover {
	color: #FFF;
}

.tongue-secondary {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #273444;
}

.tongue-secondary:hover {
	color: #273444;
}

.tongue-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2336B37E' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-success:hover {
	color: #FFF;
}

.tongue-info {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%2300B8D9' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-info:hover {
	color: #FFF;
}

.tongue-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFAB00' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-warning:hover {
	color: #FFF;
}

.tongue-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FF5630' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-danger:hover {
	color: #FFF;
}

.tongue-light {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23EFF2F7' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #273444;
}

.tongue-light:hover {
	color: #273444;
}

.tongue-dark {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23273444' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-dark:hover {
	color: #FFF;
}

.tongue-neutral,
.tongue-white,
.tongue-section-primary {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #273444;
}

.tongue-neutral:hover,
.tongue-white:hover,
.tongue-section-primary:hover {
	color: #273444;
}

.tongue-section-secondary {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FAFBFE' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #273444;
}

.tongue-section-secondary:hover {
	color: #273444;
}

.tongue-section-light {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23E0E6ED' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #273444;
}

.tongue-section-light:hover {
	color: #273444;
}

.tongue-section-dark {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%231a232d' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E");
	color: #FFF;
}

.tongue-section-dark:hover {
	color: #FFF;
}

.tongue-top {
	top: -1px;
}

.tongue-bottom {
	top: auto;
	bottom: -1px;
	transform: translateX(-50%);
}

@keyframes floating-sm {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-weight: 500;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: #3C4858;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
	color: #0a3cbb;
}

a {
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}

.fluid-paragraph {
	width: 680px;
	margin: auto;
	padding: 0 1.5rem;
	position: relative;
}

.fluid-paragraph-sm {
	width: 580px;
}

@media (max-width: 767.98px) {
	.fluid-paragraph {
		width: 100%;
	}
}

.link {
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.link {
		transition: none;
	}
}

[class*=link-underline-] {
	padding-bottom: 8px;
	position: relative;
}

[class*=link-underline-]:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-radius: 50rem;
	transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}

[class*=link-underline-]:hover:after {
	width: calc(100% + 8px);
	left: -4px;
}

@media (prefers-reduced-motion: reduce) {
	[class*=link-underline-]:after {
		transition: none;
	}
}

.link-underline-primary {
	color: #0a3cbb;
}

.link-underline-primary:after {
	background-color: #0a3cbb;
}

.link-underline-primary:hover {
	color: #0a3cbb;
}

.link-underline-secondary {
	color: #EFF2F7;
}

.link-underline-secondary:after {
	background-color: #EFF2F7;
}

.link-underline-secondary:hover {
	color: #cdd6e6;
}

.link-underline-success {
	color: #36B37E;
}

.link-underline-success:after {
	background-color: #36B37E;
}

.link-underline-success:hover {
	color: #2a8c62;
}

.link-underline-info {
	color: #00B8D9;
}

.link-underline-info:after {
	background-color: #00B8D9;
}

.link-underline-info:hover {
	color: #008da6;
}

.link-underline-warning {
	color: #FFAB00;
}

.link-underline-warning:after {
	background-color: #FFAB00;
}

.link-underline-warning:hover {
	color: #cc8900;
}

.link-underline-danger {
	color: #FF5630;
}

.link-underline-danger:after {
	background-color: #FF5630;
}

.link-underline-danger:hover {
	color: #fc2e00;
}

.link-underline-light {
	color: #EFF2F7;
}

.link-underline-light:after {
	background-color: #EFF2F7;
}

.link-underline-light:hover {
	color: #cdd6e6;
}

.link-underline-dark {
	color: #273444;
}

.link-underline-dark:after {
	background-color: #273444;
}

.link-underline-dark:hover {
	color: #141b24;
}

.link-underline-neutral,
.link-underline-white {
	color: #FFF;
}

.link-underline-neutral:after,
.link-underline-white:after {
	background-color: #FFF;
}

.link-underline-neutral:hover,
.link-underline-white:hover {
	color: #e6e5e5;
}

.blockquote .quote {
	position: absolute;
}

.blockquote .quote:before {
	font-family: Arial;
	content: "\201C";
	color: #0a3cbb;
	font-size: 4em;
	line-height: 1;
}

.blockquote .quote+.quote-text {
	padding-left: 2.25rem;
}

.blockquote footer {
	background: transparent;
}

.blockquote-border-left {
	border-left: 0.5rem solid #0a3cbb;
}

.blockquote-card {
	padding: 1.2em 30px 1.2em 75px;
	border-left: 0.5rem solid #0a3cbb;
	position: relative;
}

.blockquote-card:before {
	font-family: Arial;
	content: "\201C";
	color: #0a3cbb;
	font-size: 4em;
	position: absolute;
	left: 0.875rem;
	top: -0.875rem;
}

.blockquote-card:after {
	content: "";
}

.list-icons li i,
.list-icons li svg {
	margin-right: 1rem;
	font-size: 8px;
	transform: translateY(-50%);
	top: 2px;
	position: relative;
}

article h4:not(:first-child),
article h5:not(:first-child) {
	margin-top: 3rem;
}

article h4,
article h5 {
	margin-bottom: 1.5rem;
}

article figure {
	margin: 3rem 0;
}

article h5+figure {
	margin-top: 0;
}

.customizer {
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	width: 300px;
	height: 60px;
	z-index: 100;
}

.customizer .btn-skins {
	background: #0a3cbb;
	background: linear-gradient(135deg, #0a3cbb 0%, #00b8d9 18%, #00b8d9 18%, #36b37e 37%, #ff5630 50%, #ff5630 65%, #ffab00 83%, #ffab00 100%);
}

.flatpickr-calendar {
	border: 0;
	width: auto;
	margin-top: -2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #FFF;
	box-shadow: none;
	border-radius: 0.25rem;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
	display: none;
}

.flatpickr-months {
	background-color: #0a3cbb;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.flatpickr-months .flatpickr-month {
	height: 60px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	top: 13px;
	transition: background-color 0.4s linear;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	fill: rgba(255, 255, 255, 0.7);
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	color: #FFF;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #FFF;
}

.flatpickr-months .flatpickr-prev-month {
	margin-left: 15px;
}

.flatpickr-months .flatpickr-next-month {
	margin-right: 15px;
}

@media (prefers-reduced-motion: reduce) {

	.flatpickr-months .flatpickr-prev-month,
	.flatpickr-months .flatpickr-next-month {
		transition: none;
	}
}

.flatpickr-current-month {
	font-size: 1.125rem;
	color: #FFF;
	padding-top: 18px;
}

.flatpickr-current-month span.cur-month:hover {
	background-color: transparent;
}

.flatpickr-current-month .numInputWrapper:hover {
	background-color: transparent;
}

.flatpickr-current-month .numInputWrapper span {
	border: 0;
	right: -5px;
	padding: 0;
}

.flatpickr-current-month .numInputWrapper span:after {
	left: 3px;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
	border-bottom-color: #FFF;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(255, 255, 255, 0.7);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
	border-top-color: #FFF;
}

span.flatpickr-weekday {
	font-weight: 600;
	color: #C0CCDA;
}

.flatpickr-day {
	font-size: 0.875rem;
	border: 0;
	color: #8492A6;
}

.flatpickr-day.today {
	color: #0a3cbb !important;
}

.flatpickr-day.today:hover {
	background-color: transparent;
	color: #0a3cbb;
}

.flatpickr-day:hover {
	background-color: transparent;
	color: #0a3cbb;
}

.flatpickr-day.selected {
	background-color: rgba(110, 0, 255, 0.8);
	color: #FFF !important;
}

.flatpickr-day.selected:hover {
	background-color: #0a3cbb;
	color: #FFF;
}

.numInputWrapper span:hover {
	background-color: transparent;
}

.flatpickr-time {
	border-top: 1px solid #EFF2F7;
}

.flatpickr-innerContainer {
	padding: 15px;
}

.dropzone {
	position: relative;
	display: flex;
	flex-direction: column;
}

.dz-message {
	padding: 5rem 1rem;
	background-color: #FFF;
	border: 1px dashed #E0E6ED;
	border-radius: 0.25rem;
	text-align: center;
	color: #8492A6;
	transition: all 0.2s ease;
	order: -1;
	cursor: pointer;
	z-index: 999;
}

.dz-message:hover {
	border-color: #8492A6;
	color: #8492A6;
}

.dz-drag-hover .dz-message {
	border-color: #0a3cbb;
	color: #0a3cbb;
}

.dropzone-multiple .dz-message {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.dropzone-single.dz-max-files-reached .dz-message {
	background-color: rgba(31, 45, 61, 0.9);
	color: white;
	opacity: 0;
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
	opacity: 1;
}

.dz-preview-single,
.dz-preview-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0.25rem;
}

.dz-preview-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
}

.dz-preview-multiple .list-group-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

[data-dz-size] strong {
	font-weight: 400;
}

.countdown-item {
	display: inline-block;
}

.countdown-label {
	font-size: 1.2rem;
	padding: 0 10px;
}

.countdown-sm .countdown-digit {
	font-size: 1.4rem;
}

.countdown-sm .countdown-label {
	font-size: 1.4rem;
	font-size: 0.875rem;
	padding: 0 10px;
}

[data-countdown-label=hide] .countdown-label:not(.countdown-days),
[data-countdown-label=show] .countdown-separator {
	display: none;
}

.countdown-hero .countdown-item {
	margin-right: 10px;
}

.countdown-hero .countdown-item:last-child {
	margin-right: 0;
}

.countdown-hero .countdown-digit {
	display: block;
	padding: 0 1.5rem;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	color: #3C4858;
	cursor: default;
}

.countdown-hero .countdown-label {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 0.875rem;
	text-transform: capitalize;
	font-weight: 600;
}

.countdown-hero .countdown-separator {
	display: none;
}

@media (max-width: 991.98px) {
	.countdown-hero .countdown-digit {
		font-size: 2rem;
	}
}

.countdown-hero-dark .countdown-digit,
.countdown-hero-dark .countdown-label {
	color: #FFF;
}

.countdown-blocks .countdown-item {
	margin-right: 10px;
}

.countdown-blocks .countdown-item:last-child {
	margin-right: 0;
}

.countdown-blocks .countdown-digit {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #0a3cbb;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	border-radius: 0.25rem;
	cursor: default;
}

.countdown-blocks .countdown-label {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 0.875rem;
	text-transform: capitalize;
	font-weight: 600;
}

.countdown-blocks .countdown-separator {
	display: none;
}

.milestone-count-extra {
	display: none;
}

.counting-finished+.counter-extra {
	display: inline-block;
}

.quick-view-container {
	background: rgba(10, 10, 10, 0.85);
}

.quick-view-content {
	bottom: 0;
	height: calc(100% - 40px);
	left: 0;
	margin: auto;
	max-height: 650px;
	max-width: 980px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 40px);
}

.quick-view-carousel {
	background: #FFF;
	border: 1px solid #EFF2F7;
	border-radius: 0.375rem;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 57%;
	z-index: 10;
	box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
}

.quick-view-carousel .fancybox-stage {
	bottom: 30px;
}

.quick-view-aside {
	background: #FFF;
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	bottom: 2rem;
	color: #8492A6;
	left: auto;
	padding: 3rem 0 2rem 0;
	position: absolute;
	right: 0;
	top: 2rem;
	width: 43%;
}

.quick-view-aside>div {
	height: 100%;
	overflow: auto;
	padding: 0 2rem;
}

.quick-view-close {
	background: #f0f0f0;
	border: 0;
	border-top-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	color: #222;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 2rem;
	transition: all 0.2s;
	width: 2.75rem;
}

.quick-view-close:hover {
	background: #e4e4e4;
}

.quick-view-close:before,
.quick-view-close:after {
	background-color: #222;
	content: "";
	height: 18px;
	left: 22px;
	position: absolute;
	top: 12px;
	width: 1px;
}

.quick-view-close:before {
	transform: rotate(-45deg);
}

.quick-view-close:after {
	transform: rotate(45deg);
}

.quick-view-bullets {
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align: center;
	width: 100%;
	z-index: 99999;
}

.quick-view-bullets li {
	display: inline-block;
	vertical-align: top;
}

.quick-view-bullets li a {
	display: block;
	height: 30px;
	position: relative;
	width: 20px;
}

.quick-view-bullets li a span {
	background: #D3DCE6;
	border-radius: 99px;
	height: 10px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.quick-view-bullets li.active a span {
	background: #0a3cbb;
}

.highlight {
	background-color: #212d3a;
	padding: 1.25rem;
	margin-bottom: 2rem;
	border: 1px solid #EFF2F7;
	border-radius: 0.25rem;
}

.highlight pre {
	margin-bottom: 0;
	padding: 1.25rem;
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	color: #DCDCDC;
}

.hljs pre code {
	color: #DCDCDC;
}

.hljs-keyword,
.hljs-literal,
.hljs-symbol,
.hljs-name {
	color: #569CD6;
}

.hljs-link {
	color: #569CD6;
	text-decoration: underline;
}

.hljs-built_in,
.hljs-type {
	color: #4EC9B0;
}

.hljs-number,
.hljs-class {
	color: #B8D7A3;
}

.hljs-string,
.hljs-meta-string {
	color: #D69D85;
}

.hljs-regexp,
.hljs-template-tag {
	color: #9A5334;
}

.hljs-subst,
.hljs-function,
.hljs-title,
.hljs-params,
.hljs-formula {
	color: #DCDCDC;
}

.hljs-comment,
.hljs-quote {
	color: #57A64A;
	font-style: italic;
}

.hljs-doctag {
	color: #608B4E;
}

.hljs-meta,
.hljs-meta-keyword,
.hljs-tag {
	color: #9B9B9B;
}

.hljs-variable,
.hljs-template-variable {
	color: #BD63C5;
}

.hljs-attr,
.hljs-attribute,
.hljs-builtin-name {
	color: #9CDCFE;
}

.hljs-section {
	color: gold;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}

.hljs-bullet,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
	color: #D7BA7D;
}

.hljs-addition {
	background-color: #144212;
	display: inline-block;
	width: 100%;
}

.hljs-deletion {
	background-color: #600;
	display: inline-block;
	width: 100%;
}

.masonry-filter {
	cursor: pointer;
}

.noUi-target {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
	position: relative;
	direction: ltr;
}

.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	z-index: 0;
}

/* Wrapper for all connect elements.
 */
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}

.noUi-vertical .noUi-origin {
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 0;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 0;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -17px;
	left: auto;
}

.noUi-target {
	background: #E5E9F2;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #0a3cbb;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips {
	box-sizing: border-box;
	position: absolute;
	color: #999;
}

.noUi-pips * {
	box-sizing: border-box;
}

/* Values;
 *
 */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub,
.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	transform: translate(0, -50%, 0);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.noUi-target {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: #E5E9F2;
	margin: 15px 0;
}

.noUi-horizontal {
	height: 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -10px;
}

.noUi-vertical {
	width: 0;
}

.noUi-connect {
	background: #0a3cbb;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
	top: -7px;
	width: 15px;
	height: 15px;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	background-color: #0a3cbb;
	transition: box-shadow 0.2s, transform 0.2s;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
	display: none;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	display: none;
}

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
	transform: scale(1.3);
}

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.input-slider--cyan .noUi-connect {
	background: #4bd6e5;
}

.input-slider--cyan.noUi-horizontal .noUi-handle,
.input-slider--cyan.noUi-vertical .noUi-handle {
	background-color: #4bd6e5;
}

.input-slider--red .noUi-connect {
	background: #FF5630;
}

.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
	background-color: #FF5630;
}

.input-slider--green .noUi-connect {
	background: #36B37E;
}

.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
	background-color: #36B37E;
}

.input-slider--yellow .noUi-connect {
	background: #ffcc00;
}

.input-slider--yellow.noUi-horizontal .noUi-handle,
.input-slider--yellow.noUi-vertical .noUi-handle {
	background-color: #ffcc00;
}

.input-slider--pink .noUi-connect {
	background: #f074ad;
}

.input-slider--pink.noUi-horizontal .noUi-handle,
.input-slider--pink.noUi-vertical .noUi-handle {
	background-color: #f074ad;
}

/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #b2b2b2;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
	cursor: not-allowed;
}

/* Range slider value labels */
.range-slider-value {
	font-size: 0.75rem;
	font-weight: 500;
	background-color: rgba(39, 52, 68, 0.7);
	color: #FFF;
	border-radius: 10px;
	padding: 0.4em 0.8em 0.3em 0.85em;
}

.range-slider-wrapper .upper-info {
	font-weight: 400;
	margin-bottom: 5px;
}

.input-slider-value-output {
	background: #333;
	color: #fff;
	padding: 4px 8px;
	position: relative;
	top: 12px;
	font-size: 11px;
	border-radius: 2px;
}

.input-slider-value-output:after {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #333;
	border-width: 4px;
	margin-left: -4px;
}

.input-slider-value-output.left:after {
	left: 10px;
	right: auto;
}

.input-slider-value-output.right:after {
	right: 10px;
	left: auto;
}

.ql-container {
	font-family: "Nunito", sans-serif;
}

.ql-toolbar {
	position: relative;
	padding: 0.75rem 1.25rem;
	background-color: #FFF;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem 0.25rem 0 0;
	color: #8492A6;
}

.ql-toolbar+.ql-container {
	margin-top: -1px;
}

.ql-toolbar+.ql-container .ql-editor {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.ql-editor {
	min-height: 20rem;
	display: block;
	width: 100%;
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
	transition: all 0.2s ease;
}

.ql-editor::-ms-expand {
	background-color: transparent;
	border: 0;
}

.ql-editor:focus {
	color: #8492A6;
	background-color: #FFF;
	border-color: rgba(110, 0, 255, 0.5);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
	border-color: #E0E6ED;
}

@media (prefers-reduced-motion: reduce) {
	.ql-editor {
		transition: none;
	}
}

.ql-hidden {
	position: absolute;
	transform: scale(0);
}

.ql-editor.ql-blank::before {
	top: 0.75rem;
	left: 1.25rem;
	font-style: normal;
	color: #C0CCDA;
}

.ql-editor:focus::before {
	display: none;
}

.ql-formats {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.ql-formats:first-child {
	padding-left: 0;
}

.ql-formats:last-child {
	padding-right: 0;
}

.ql-toolbar button {
	padding: 0 0.25rem;
	background: none;
	border: none;
	color: #8492A6;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ql-toolbar button:hover {
	color: #0a3cbb;
}

.ql-toolbar button:first-child {
	margin-left: -0.25rem;
}

.ql-toolbar .ql-active {
	color: #0a3cbb;
}

.ql-toolbar button svg {
	height: 1.25rem;
	width: 1.25rem;
}

.ql-toolbar .ql-stroke {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.ql-toolbar .ql-thin {
	stroke-width: 1;
}

.ql-toolbar .ql-fill {
	fill: currentColor;
}

.ql-toolbar input.ql-image {
	position: absolute;
	transform: scale(0);
}

.ql-tooltip {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	width: 18.5rem;
	background-color: #FFF;
	border: 1px solid rgba(31, 45, 61, 0.05);
	border-radius: 0.375rem;
	padding: 0.75rem 1.25rem;
	margin-top: 0.6rem;
	box-shadow: 0px 0.5rem 2rem 0px rgba(31, 45, 61, 0.2);
}

.ql-tooltip:before,
.ql-tooltip:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}

.ql-tooltip:before {
	border-bottom: 0.6rem solid rgba(31, 45, 61, 0.05);
	border-left: 0.6rem solid transparent;
	border-right: 0.6rem solid transparent;
}

.ql-tooltip:after {
	border-bottom: 0.5rem solid #FFF;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
}

.ql-container .ql-tooltip:hover {
	display: flex !important;
}

.ql-tooltip .ql-preview {
	width: 100%;
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ql-tooltip.ql-editing .ql-preview {
	display: none;
}

.ql-tooltip input {
	display: none;
	width: 100%;
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	background-color: transparent;
	font-size: 0.875rem;
	line-height: 1.5;
	border: none;
	color: #8492A6;
}

.ql-tooltip input:focus {
	outline: none;
}

.ql-tooltip.ql-editing input {
	display: block;
}

.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
	margin-left: 0.25rem;
}

.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	cursor: pointer;
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus {
	text-decoration: none;
}

.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
	text-decoration: none;
}

.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus {
	outline: 0;
	box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}

.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
	outline: 0;
	box-shadow: 0 0 0 rgba(99, 0, 230, 0.25);
}

.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
	color: #FFF;
	background-color: #5e00d9;
	border-color: #0a3cbb;
}

.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action::before.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.ql-tooltip .ql-action::before.disabled,
.ql-tooltip .ql-action::before:disabled {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.ql-tooltip.ql-editing .ql-action::before.disabled,
.ql-tooltip.ql-editing .ql-action::before:disabled {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #0a3cbb;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

@media (prefers-reduced-motion: reduce) {
	.ql-tooltip .ql-preview {
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {

	.ql-tooltip .ql-action::before,
	.ql-tooltip .ql-remove::before {
		transition: none;
	}
}

.show>.ql-tooltip .ql-action::before.dropdown-toggle {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

.show>.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle {
	color: #FFF;
	background-color: #0a3cbb;
	border-color: #5300bf;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.show>.ql-tooltip .ql-action::before.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.show>.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(110, 0, 255, 0.35);
}

.ql-tooltip .ql-action::before {
	content: "Edit";
}

.ql-tooltip.ql-editing .ql-action::before {
	content: "Save";
}

.ql-tooltip .ql-remove::before {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	content: "Remove";
	border-color: #E5E9F2;
}

.ql-tooltip .ql-remove::before:hover {
	color: #273444;
	background-color: #ececec;
	border-color: #e6e5e5;
}

.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.ql-tooltip .ql-remove::before.disabled,
.ql-tooltip .ql-remove::before:disabled {
	color: #273444;
	background-color: #FFF;
	border-color: #FFF;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.show>.ql-tooltip .ql-remove::before.dropdown-toggle {
	color: #273444;
	background-color: #e6e5e5;
	border-color: #dfdfdf;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.show>.ql-tooltip .ql-remove::before.dropdown-toggle:focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 255, 255, 0.35);
}

.ql-tooltip.ql-editing .ql-remove::before {
	display: none;
}

.ql-editor blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

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

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
	border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar,
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

/* update scrollbar offset if both scrolls are visible */
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
	border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
	border-radius: 8px;
	background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx>.scroll-element {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 7px;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light>.scroll-element {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
	border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
	border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
	background: #fefefe;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left: 0px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail>.scroll-element {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
	background-color: #d0b9a0;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic>.scroll-element {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity: 0.3;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color: #cccccc;
	opacity: 0;
	border-radius: 12px;
	transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	border-radius: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
	opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
	height: 20px;
	min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
	min-width: 7px;
	width: 20px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/* hover & drag */
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome>.scroll-element {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e;
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner {
	height: 100%;
}

.scrollbar-inner:not(:hover) .scroll-element {
	opacity: 0;
}

.scrollbar-inner .scroll-element {
	transition: opacity 300ms;
	margin-right: 2px;
}

.scrollbar-inner .scroll-element .scroll-bar {
	transition: background-color 300ms;
}

.scrollbar-inner .scroll-element .scroll-element_track {
	transition: background-color 300ms;
	background-color: transparent;
}

.scrollbar-inner .scroll-element:hover {
	width: 4px;
}

.scrollbar-inner .scroll-element.scroll-y {
	width: 3px;
	right: 0;
}

.scrollbar-inner .scroll-element.scroll-x {
	height: 3px;
	bottom: 0;
}

.select2-selection__arrow {
	display: none;
}

.select2.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
	transition: all 0.2s ease;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: block;
	width: 100%;
	height: calc(1.5em + 1.5rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #8492A6;
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075);
	transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
	.select2-container .select2-selection--single {
		transition: none;
	}

	.select2-container--default.select2-container--focus .select2-selection--multiple,
	.select2-container--default .select2-selection--multiple,
	.select2-container--default .select2-search--dropdown .select2-search__field {
		transition: none;
	}
}

.select2-container .select2-selection--single::-ms-expand {
	background-color: transparent;
	border: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
	background-color: transparent;
	border: 0;
}

.select2-container .select2-selection--single:focus {
	color: #8492A6;
	background-color: #FFF;
	border-color: rgba(110, 0, 255, 0.5);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	color: #8492A6;
	background-color: #FFF;
	border-color: rgba(110, 0, 255, 0.5);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(31, 45, 61, 0.075), 0 0 20px rgba(110, 0, 255, 0.1);
}

.select2-container .select2-selection--single::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder,
.select2-container--default .select2-selection--multiple::-moz-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container .select2-selection--single:-ms-input-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container .select2-selection--single::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container .select2-selection--single:-ms-input-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container .select2-selection--single::placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::-moz-placeholder,
.select2-container--default .select2-selection--multiple::-moz-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-selection--multiple:-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly] {
	background-color: #EFF2F7;
	opacity: 1;
}

.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly] {
	background-color: #EFF2F7;
	opacity: 1;
}

.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly] {
	background-color: #EFF2F7;
	opacity: 1;
}

.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
	background-color: #EFF2F7;
	opacity: 1;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	overflow: inherit;
	text-overflow: inherit;
	white-space: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: inherit;
}

.select2-dropdown {
	padding: 0.35rem 0;
	background-color: #FFF;
	border: 1px solid #E0E6ED;
	border-radius: 0.25rem;
}

.select2-results__option {
	padding: 0.25rem 1.25rem;
	background-color: #FFF;
	color: #8492A6;
}

.select2-results__option:hover {
	color: #0a3cbb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: #0a3cbb;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #0a3cbb;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #C0CCDA;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	height: auto;
	min-height: calc(1.5em + 1.5rem + 2px);
}

.select2-container--default .select2-selection--multiple {
	height: auto;
	min-height: calc(1.5em + 1.5rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: block;
	margin: 0 0 -0.25rem -0.25rem;
	padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: inline-flex;
	padding: 0 0.5rem;
	margin: 0 0 0.25rem 0.25rem;
	background-color: #EFF2F7;
	border: none;
	border-radius: 0.2rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	color: #8492A6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	order: 2;
	margin-left: 0.5rem;
	color: #8492A6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #8492A6;
}

.select2-container .select2-search--inline {
	display: none;
}

.select2-selection[aria-expanded=true] {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.select2-search--dropdown {
	padding: 0.25rem 1.25rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-sm+.select2-container .select2-selection--single {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-sm+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm+.select2-container--default .select2-selection--multiple {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1.25rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-sm+.select2-container--default.select2-container--focus .select2-selection--multiple {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-sm+.select2-container--default .select2-selection--multiple {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-sm+.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 1.3125rem;
}

.form-control-lg+.select2-container .select2-selection--single {
	height: calc(1.5em + 2rem + 2px);
	padding: 1rem 1.875rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.form-control-lg+.select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg+.select2-container--default .select2-selection--multiple {
	height: calc(1.5em + 2rem + 2px);
	padding: 1rem 1.875rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.form-control-lg+.select2-container--default.select2-container--focus .select2-selection--multiple {
	min-height: calc(1.5em + 2rem + 2px);
}

.form-control-lg+.select2-container--default .select2-selection--multiple {
	min-height: calc(1.5em + 2rem + 2px);
}

.form-control-lg+.select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 1.875rem;
}

.swal2-popup {
	padding: 1.5rem;
}

.swal2-popup .swal2-title {
	font-size: 1.5rem;
}

.swal2-popup .swal2-content {
	font-size: 0.875rem;
}

.swal2-popup .swal2-image {
	max-width: 200px;
}

.swiper-slide .card {
	margin: 0;
}

.swiper-container-vertical {
	width: 100%;
	height: 100%;
}

.swiper-container-vertical .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination {
	left: 0;
}

.swiper-pagination-bullet {
	width: 0.65rem;
	height: 0.65rem;
	margin-right: 0.45rem;
	opacity: 0.5;
	background: #D3DCE6;
	outline: none;
	transition: all 0.2s ease;
}

.swiper-pagination-bullet:hover {
	opacity: 1;
}

.swiper-pagination-bullet-active {
	transform: scale(1.4);
	background: #0a3cbb;
	opacity: 1;
}

.swiper-button {
	width: auto;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	position: static;
	background: transparent;
	color: #D3DCE6;
	font-size: 24px;
}

.swiper-button:active,
.swiper-button:focus,
.swiper-button:hover {
	background: transparent;
	color: #0a3cbb;
	opacity: 1;
}

.swiper-button.swiper-button-next {
	margin-left: 10px;
}

.bootstrap-tagsinput {
	display: block;
	max-width: 100%;
	color: #C0CCDA;
	vertical-align: middle;
	background-color: transparent;
	border: 0 solid transparent;
	border-radius: 0.25rem;
	cursor: default;
}

.bootstrap-tagsinput input {
	display: block;
	border: 0;
	color: #8492A6;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: auto;
	max-width: inherit;
}

.bootstrap-tagsinput input::-moz-placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.bootstrap-tagsinput input::-moz-placeholder,
.bootstrap-tagsinput input:-ms-input-placeholder,
.bootstrap-tagsinput input::-ms-input-placeholder,
.bootstrap-tagsinput input::placeholder {
	color: #C0CCDA;
	opacity: 1;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput [data-role=remove] {
	margin-left: 10px;
	cursor: pointer;
	color: #FFF;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
}

.bootstrap-tagsinput [data-role=remove]:after {
	content: "\D7";
	font-size: 16px;
}

.bootstrap-tagsinput .badge {
	display: inline-block;
	position: relative;
	padding: 0.625rem 0.625rem 0.5rem;
	margin: 0.125rem;
	border-radius: 0.25rem;
	background: #0a3cbb;
	color: #FFF;
	line-height: 1.5;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(31, 45, 61, 0.25);
	transition: all 0.2s ease;
}

.bootstrap-tagsinput .badge:hover {
	padding-right: 1.675rem;
}

.bootstrap-tagsinput .badge:hover [data-role=remove] {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap-tagsinput .badge {
		transition: none;
	}
}

.row-h-full {
	height: 100% !important;
}

.light {
	cursor: pointer;
	position: absolute;
	left: -500px;
	top: 0;
	width: 50px;
	/*图片宽度*/
	height: 100%;
	/*图片高度*/
	/*闪光其实是一个渐变的遮罩层*/
	/* Safari 5.1 to 6.0 */
	/* Opera 11.1 to 12.0 */
	/* Firefox 3.6 to 15 */
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
	/* 标准语法 */
	/*把闪光遮罩层倾斜一下,效果更好*/
	transform: skew(25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
}

.light-to {
	left: 150%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.title {
	font-size: 82px;
}

.sub_title {
	font-size: 48px;
}

.lg_title {
	font-size: 26px;
}

.lg_desc {
	font-size: 20px;
}

.w-650px {
	width: 650px;
}

.fullPage-tooltip {
	color: #AAA;
}

#fullPage-nav span,
.fullPage-slidesNav span {
	border-color: #AAA;
}

#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
	background: #AAA;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.header .logo {
	height: 40px;
	padding-left: 30px;
	padding-top: 30px;
	display: inline-block;
}

.header .logo img {
	height: 40px;
}

.header .menu {
	display: inline-block;
}

.footer1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
	background: #1b2032;
	z-index: 7;
	padding-top: 0rem !important;
}

.footer1 .bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #151823;
	padding-top: 0px;
}

.container-xl {
	max-width: 75% !important;
}

.container-full {
	max-width: 95% !important;
}

.sq_tow_screen,
.sq_center_2,
.sq_position,
.sq_m_small,
.sq_center {
	transition: all 1s;
	-webkit-transition: all 1s;
}

.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.section .wap_bg {
	display: block;
	width: 100%;
	height: 100%;
}

.sq_menu_back {
	position: absolute;
	top: 0;
	left: 0;
	background: #2F2F2F;
	z-index: 3;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.sq_menu_container {
	width: 220px;
	height: 0;
	position: fixed;
	z-index: 6;
}

.sq_meun_back {
	position: absolute;
	top: -200%;
	left: 0%;
	height: 100%;
	width: 15%;
	background: #000;
	z-index: 5;
	opacity: 0.7;
}

.sq_nav_park {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 60%;
	background: #fff;
	margin-top: 10px;
	opacity: 0;
}

.sq_nav_1 {
	margin-top: -200%;
	cursor: pointer;
	margin-left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sq_nav_1:hover .sq_nav_left {
	font-size: 20px;
	color: #ffe400;
}

.sq_nav_1:hover .sq_nav_park {
	margin-left: 25px;
	background: #ffe400;
}

.sq_meun_nav {
	position: absolute;
	top: 12%;
	left: 10px;
	z-index: 5;
}

.sq_nav_left {
	margin-left: 15px;
	font-size: 17px;
	/* font-weight: bold; */
}

.sq_menu {
	position: absolute;
	top: 45px;
	left: 0;
	background: none;
	cursor: pointer;
	z-index: 6;
}

.sq_menu div {
	float: left;
}

.sq_m_span span {
	width: 20px;
	height: 3px;
	border-radius: 6px;
	display: block;
	background: #fff;
	margin: 3px 0;
}

.sq_m_meun {
	margin-top: -4px;
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.sq_concat {
	position: fixed;
	top: 50%;
	margin-top: -94px;
	right: 5%;
	z-index: 6;
}

.sq_concat_back {
	width: 7px;
	height: 188px;
	background: url("https://oss.netconcepts.cn/website/assets/css/pages/images/index/youcexian.png") no-repeat;
	position: relative;
}

.sq_phone {
	position: absolute;
	top: 35px;
	left: -5px;
}

.sq_qq {
	position: absolute;
	top: 90px;
	left: -7px;
}

.sq_weixin {
	position: absolute;
	top: 143px;
	left: -7px;
}

.sq_position {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	opacity: 0;
}

.lisjfdhs .dfzz{
    padding: 0 7% 0 7%;
}
.lisjfdhs .dfzz h1,.lisjfdhs .dfzz p{
    color: #000;
}
.lisjfdh .dfzz{
    padding: 0 7% 0 7%;
}
.pp-tableCell .mmn .dfzz{
    padding: 0 7% 0 7%;
    width: 50%;
}
.active .sq_center {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
.pp-tableCell .mmn{
    flex-direction: row-reverse;
}

.active .sq_center_1 {
	opacity: 1;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}

.active .sq_center_2 {
	top: 50%;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.5s;
}

.sq_center {
	opacity: 0;
	margin-top: -205px;
	margin-left: -207px;
	animation: myrotate 5s forwards infinite linear;
	-webkit-animation: myrotate 5s forwards infinite linear;
}

@keyframes myrotate {
	100% {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes myrotate {
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

.sq_center_1 {
	opacity: 0;
	margin-top: -270px;
	margin-left: -197px;
}

.sq_center_2 {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	opacity: 0;
	margin-top: -135px;
	margin-left: -161px;
	animation: fadeInDown 0.5s forwards 1s;
	-webkit-animation: fadeInDown 0.5s forwards 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.sq_start {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 3;
	margin-left: -50px;
	width: 100px;
	height: 20px;
	font-size: 18px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #3CAF5A), color-stop(0.3, #3CAF5A), color-stop(0.5, white), color-stop(0.7, #3CAF5A), color-stop(1, #3CAF5A));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-animation: slidetounlock 4s linear infinite;
	animation: slidetounlock 4s linear infinite;
}

@-webkit-keyframes slidetounlock {
	0% {
		background-position: -150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 150px 0;
	}
}

@keyframes slidetounlock {
	0% {
		background-position: -150px 0;
	}

	80% {
		background-position: 100px 0;
	}

	100% {
		background-position: 150px 0;
	}
}

.sq_mouse {
	position: absolute;
	bottom: 3%;
	left: 50%;
	margin-left: -25px;
	z-index: 3;
	width: 50px;
}

.sq_mouse img {
	width: 100%;
}

.sq_m_small {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 8px;
	border-radius: 6px;
	background: #fff;
	animation: smallDown 1.5s forwards infinite;
	-webkit-animation: smallDown 1.5s forwards infinite;
}

@keyframes smallDown {
	0% {
		top: 7px;
		opacity: 1;
	}

	50% {
		top: 9px;
		opacity: 0.5;
	}

	100% {
		top: 10px;
		opacity: 0;
	}
}

@-webkit-keyframes smallDown {
	0% {
		top: 7px;
		opacity: 1;
	}

	50% {
		top: 9px;
		opacity: 0.5;
	}

	100% {
		top: 10px;
		opacity: 0;
	}
}

.sq_tow_screen {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	line-height: 30px;
	width: 730px;
	margin-left: -365px;
	text-align: center;
	font-size: 16px;
	z-index: 3;
	letter-spacing: 5px;
	animation: fadeInDown 0.5s forwards 1s;
	-webkit-animation: fadeInDown 0.5s forwards 1s;
}

.active .sq_tow_screen {
	top: 25%;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
}

.sq_tow_msg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	z-index: 3;
	width: 1100px;
	text-align: center;
	cursor: pointer;
}

.sq_tow_msg ul li {
	float: left;
	margin: 0 40px;
	padding-top: 300px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.active .sq_tow_msg ul .sq_li1 {
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
}

.active .sq_tow_msg ul .sq_li2 {
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
}

.active .sq_tow_msg ul .sq_li3 {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
}

.active .sq_tow_msg ul .sq_li4 {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}

.active .sq_tow_msg ul li {
	opacity: 1;
	padding-top: 0;
}

.sq_img .sq_img_s1 {
	margin-top: 25px;
}

.section_content {
	position: absolute;
	top: 25%;
	right: 50px;
	width: 100%;
	height: 50%;
	/* background-color: #3CAF5A; */
	z-index: 6;
	justify-content: center;
}

.split {
	border-right: 1px solid #9999993f;
}

.show {
	height: 100%;
}

.b-left {
	position: relative;
	left: 0;
	float: left;
}

.b-left .br {
	position: relative;
	top: 15px;
	width: 5.5px;
	height: 150px;
	/* border-top: 15px solid transparent; */
	border-right: 1px solid #6388ea !important;
	clear: both;
}

.bb,
.bb::before,
.bb::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bb {
	width: 10px;
	height: 10px;
	background-color: #6388ea;
	color: #6388ea;
	box-shadow: inset 0 0 0 1px #6388ea;
}

.bb::before,
.bb::after {
	content: "";
	z-index: -1;
	margin: -40%;
	box-shadow: inset 0 0 0 1px;
	-webkit-animation: clipMe 5s linear infinite;
	animation: clipMe 5s linear infinite;
}

.bb::before {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.card-box {
	/*padding-left: 50px;*/
	/*margin-top: -15px;*/
	/*padding-top: 5px;*/
}

.card-box .hd {
	font-size: 1.2rem;
}

.card-box .con {
	font-size: 0.8rem;
	line-height: 30px;
	height: 85px;
}

.card-box .more1 {
	padding: 5px 10px;
	color: white;
	background: #0a3cbb;
	border-radius: 20px;
	font-size: 12px;
	font-weight: lighter;
	transform: scale(0.5, 1.5);
}

.card-box .more1:hover {
	border: 1px solid #fff;
}

.card-box .circleBox {
	position: relative;
	width: 30px;
	height: 30px;
	top: 0px;
	left: -30px;
}

.circleBox .circle {
	width: 30px;
	height: 30px;
	position: absolute;
}

.circleBox .dot {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #ff7c00;
	border-radius: 50%;
}

.circle::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 1px solid #ff7c00;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
	opacity: 0;
}

@-webkit-keyframes mymove {
	from {
		width: 0px;
		height: 0px;
		opacity: 1;
	}

	to {
		width: 30px;
		height: 30px;
		opacity: 0;
	}
}

@keyframes mymove {
	from {
		width: 0px;
		height: 0px;
		opacity: 1;
	}

	to {
		width: 30px;
		height: 30px;
		opacity: 0;
	}
}

.small-font {
	font-size: 12px;
	transform: scale(0.8);
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.8);
}

.smallsize-font {
	font-size: 10.8px;
}

o {
	color: #ffc000;
	margin-right: 5px;
}

.mt-50 {
	margin-top: 50px;
}

@-webkit-keyframes clipMe {

	0%,
	100% {
		clip: rect(0px, 20px, 2px, 0px);
	}

	25% {
		clip: rect(0px, 2px, 20px, 0px);
	}

	50% {
		clip: rect(18px, 20px, 20px, 0px);
	}

	75% {
		clip: rect(0px, 20px, 20px, 18px);
	}
}

@keyframes clipMe {

	0%,
	100% {
		clip: rect(0px, 20px, 2px, 0px);
	}

	25% {
		clip: rect(0px, 2px, 20px, 0px);
	}

	50% {
		clip: rect(18px, 20px, 20px, 0px);
	}

	75% {
		clip: rect(0px, 20px, 20px, 18px);
	}
}

.more {
	padding: 5px;
	width: 134px;
	height: 41px;
	border: solid 2px transparent;
	position: relative;
	cursor: pointer;
}

.timeline {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 10px;
	z-index: 5;
}

.time {
	width: 4.5%;
	height: 4px;
	position: relative;
	text-align: center;
	float: left;
	justify-content: center;
	background-color: #818181;
}

.time .circle {
	/* position: relative;
  cursor: pointer;
  top: -6px;
  left: 100%;
  margin-left: -7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #dfe3ec;
  background-color: #171717;
  z-index: 6; */
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 4px solid #dfe3ec;
	background-color: #171717;
	z-index: 5;
	float: right;
	margin: -8px 0;
}

.time .circle:hover {
	z-index: 100;
	transform: scale(2.5);
}

.left-x {
	background: linear-gradient(to left, #818181, transparent);
	left: 2px;
}

.right-x {
	background: linear-gradient(to right, #818181, transparent);
	right: 2px;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

.col-xs-1-6,
.col-sm-1-6,
.col-md-1-6,
.col-lg-1-6 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-6 {
	width: 16.66%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-6 {
		width: 16.66%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-6 {
		width: 16.66%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-6 {
		width: 16.66%;
		float: left;
	}
}

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-1-8 {
	width: 12.5%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-8 {
		width: 12.5%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-8 {
		width: 12.5%;
		float: left;
	}
}

.bg-hover-primary {
	transition: all 0.15s ease;
	cursor: pointer;
}

.bg-hover-primary:hover .card-body {
	color: white;
	transition: all 0.15s ease;
	background-color: #0a3cbb !important;
}

.bg-hover-primary:hover .card-body h4 {
	color: white;
}

.bg-hover-primary:hover .card-body h5 {
	color: white;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABgCAYAAADmbacFAAAHiUlEQVR4nO2dC2wURRjH/60C5VEQCBBFsIkoIMhT24giUUDxLWogMRpADYJGYygxBJWILyL4jASjCYqvaEAJYEWCPIIVRUBUqsQXCkpUAgUkLYUKYr7Lt5e9/fa2e3f7mJnuL9n0bmaa293f7c7s3Mw3SFCDItqLUXeuVVVHOwADAfQHcDaAMgA9AHQG0AlASwClXPYwgH8B1PK2B8AuAD8D+BbA9wDqxSfEzJqFI1M7cKpi+0UnnvZsFIDhLOAUUcqd9pza2TUXOM5CPgewlrc6USomVBDRAcBYAOMBXM7f8jCgYx3K230AGgGsBrAEwHIA/8R5EuIUcRGAySygtcgNHxJ+LW91LORlAFti2BcUi5RwoTrpBgAb+RYxMSYJTuiWOAnAZgCfArhGlAiZKEWM4QNdBmCYyFUHqpuqAGziW2UkRCGiN4CPebtA5KpLBVfoS7nFFiphiqB78MMAvuGrQVeoIVEDYEaYdWpYIvoC+ALA4wBKRK5+UD02h+u1c8LY+zBEUAW8FcAQkaM/FwLYBuD2oI8kSBEtufn3OoA2ItccqIX1JoD5Qd6qghLRkSvjKSLHXO7l1lVpEEcYhIjTAVRH2dRTiCv5uaNrobtUqIgzeUf6iZzmwyAAGwCcUcgRFyKiC4D1AHqJnOZHH37m6BK1CKqMP0wkZEAyPuFOzJzJR0RL7q2sEDkJA/lJPOfWVD4iXuDfCxLcoUbLXNccD3IVQV3WU0VqgpMHuJc5FBFUH7wqUhPcKOIH2zKXPFf8iqB6YbHt58iEpqGH3Pf81hd+RVQCGCxSE5qign+WDUTEWdydnZAfjwLoHoSIFw3vxAsbup0/29RnNCXi6lxr/wRXxjfVF+clgmr+J0VqTHTv1gbFxUU6a35KpNjwEnETd2jFTq+epXhp5lDMuOs8nWVU8NAdV7xEPChSYoAkzK0chNK2LXBZeTfdZUwXKUw2ESMAlIvUiCkqAqZN6JOSYKG5jBHZ+uiyiZgsUmLg5Elg9oIa/L2/IePDNZdxt0jJIoIG8d4sUmNib+1RTJ/3tUkyxrn1ULiJuAVAK5EaI4bJaMtjpTJwEzFOpCiAYTLEOXaK6MgVipIYJGMkD8tJ4xQxKoeJIbFgiIxWzidtp4grxL8oiCEyRtvfOEVcLIorigEyMs61XcRpPBJBGzSXMYBbUCnsIvpas0x1QmMZVBefb72xi+gtimqCxjIGWC+MEAF9ZaTnWhgjAnrKSI/yKHZL1BnNZPSwXthF5D2AVjU0ktHJelHslmgCmshIh6uwizBupIaXjEem9FNBRjrcRbHjr3Fkk3HJkK4qyEh3/BkrwI4lo/bQsYx0kjF+TE9RPg4sEf8psTch0qG0BVqXyGGo9Q0nRFqEpMMU2a+IIxqd15w4t4xGggxGm5LMHv53V+7GivV74ty1RuuFXcQBUcwALAltW2deDSThtaU74z7AWuuFXcQ+UUxzskl4p2qXChJg//LbRewSxTTGS8KiZb+qcmB/WC/sIn4SxTRFEwmwf/ntIn4QxTREIwngCJwpjLoiNJMAjgOVwi5iB41yFEU1QUMJ9ACz3XpjF3FI19uThhLAEtIBgZ1dHBtFccXpXdZeRwlwnmuniNWiuMKQhKcrB+kogVhjf+MUsZbvXcqTTcLbekg4xuc6jVPEAY49pDReEt5QXwLc4pK7dYMvFikKYYAEuJ1jNxHv86WjHIZIqOdo0Bm4iajlmENKYYgE8NUgIvO7iSBeESkxYpAEZIvwk03EhrjC9zsxTEI1B38XZBOBfKJwBU1qeu/EPqZIgNc59RLxAS8FExs0vXfW/O2pH/8tNJZASzZ8JFIZLxHUAThTpEbM3v1HUTlvW+qvxhKIh7w6VeWwhkxWAlgB4HqREyEkYcpjm1F35Hicu1EIK5xdGk68rgiL+1UY4aGxhKMcAc4TPyJ2A3hCpCb4ZTaAX4IQQTxn/xEjwTf0CPCMn8J+RVCXx60AGkROQjaoK+M2XogwMBHgJSZ9RWxMSDE1l3EAuQ5CXshbgje02spbniUKFEHcA2CdSE2wWOenlRSECBo4ex2AL0VOQg3HQmzM9UzkOz/iCMtoslnWjPiRo86ILm4/FDJRZR9/sBKjeWPmO442k/dA7kJnDP3Oa3vuEDnNh88AXArgz0KOOIipW3/RLCheb6i5UcUrbx0s9LiDmkN3kNcjnS9yzIR6UZ/n2HyB9MMFOZmxkR/4KF7dYZFrDoe4ZTTN71OzH8KYVbqE1yndKnL0ZxOvoyFGYRRKWNN7d3KErlmqDs3JkQb+kWx4WDOrwpxn3cjLKNOSYKtErj4s47hKc4K8FTmJYsI7PehcxdtXIlddtnCLaGwUD65RRh5YxetB38gLdKtKNfcalEc5Oj7qEBAneVVHqj+GAVikyG8cdbxcWTk/nFWJEiETZywOWop/Ei/DPImvmJw7ywqgkQdHTOBViO+Ic1BdYCuUFwB1ki3irR33X43mp/X+AUZmPsG9o9U8LF4MjY8TFUTYqeNb13JOLOXldfrxypBl/O3txEGnSmxxpuq5qVzLGwXZ+I2n0NZwx5wyJz5BRQD8D7ICQLT069MHAAAAAElFTkSuQmCC");
	right: -50px;
	left: auto;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABgCAYAAADmbacFAAAHo0lEQVR4nO2daYwURRhAH6i4cqiAK5FDScAg4RJEiCiaKCheUYSwidEoHggYjVFAI4RIVEgUPBKiEUMk4g8DalDxiAIGVxQPBFkhIhAQifzA5dwFXRbW1Pr1pme+ntmZne7p6p5+SceZqsKt7jfTVV1T9RUJdtDK1GLU/att1dEeGAT0B3oBPYEeQGegE9AG6CBljwAngGo59gK7ge3AL8AWoFb9hZBZtfi6xgqcblm9zIU3NRsFjBQBp6lS3pwtqZ09c6FehHwLrJajRpUKCRtEnAOMBSqAa+VTHgTmXC+T4xGgDvgCWA58CBwO8yKEKeIKYJIIOEvlBo8RfoscNSLkdeDHEOpCa5USLKZNug1YJ7eIe0OSkI65JU4EfgC+Bm5WJQKmmCLGyImuAEaoXHswbdNKYL3cKotCMUT0AT6TY6jKtZfh0qB/ID22QAlShLkHzwI2ybchqpiORBXwVJBtalAi+gLfAc8CZSo3eph2bJ60axcHUfsgRJgG+CdgiMqJPpcDPwN3+30mfopoI92/t4C2Kjc+mB7W28BCP29VfonoKI3xZJUTXx6W3lUHP87QDxEXAJXF7OpZxA3y3HF+oVUqVER3qUg/lVM6XAqsBboWcsaFiCgHvgJ6q5zS4xJ55igvtgjTGH+cSEjByPhSBjHzpiUi2sho5XCVkzBInsTz7k21RMQr8ntBgjem0/KCZ04W8hVhhqynqNSEdB6TUeZARJj2YJFKTfCilTzY9vTI8yRXEaZdWOb6OTKhecxD7ru5the5ingCGKxSE5pjuPws64uIi2Q4O6FlPAN080PEq1EdxGvf1opJKuZ2vkClptGciJvybf1t4YHxvVg4cyjlHc+0oUYVzY3FZRNhWv7nVWoEMBIqxlxEty5tmT99iC0y5qoUF9lE3CEDWpHCkeDQ9fyzmD11AK1ahX4Ww2XqjifZRMxQKZaTLsFwpOYEry7dRkODFXWfplKETCKuAYapVIvJJOHJlzaxY89RWyp+TaYxukwiJqkUi4mIBIeHVEoGEWYS7ziVaikRk2CY4DVC4SViPGBFN6M5IijB0E7mSqXgJWKCSrGQiEpwUNc4XURHaVCsJuISkDUg7d0J6SJG5bEwJBRiIAG59ac8aaeLuF79E4uIiQSH0e436aNiV6rilpBJwowFG9n5pzUrsPIh5Vq7vxHnykwE63hwfO+4STAMlB5UI24RfZ1VpjZhJEwYc2FKjWIgAWmLBzhv3CL6qKIhE2MJDgOdF9aKKAEJuNdaWCmiRCTgnuXR2isxTEpIAhJFoRF397XFE2j9YnLFxYwb3SPl/xZjCUgYi0ZaeyWGQQlKwB2uwi0itJka467voSTUHKuPuwTc4S5ap/03FDq0O0P92drj9RyuOaHSY0bTwF+oAhze+Xg36zf/nZLWpXMZL04bzHl2zMAIHEfEqTArUV9/ijmv/apkdO/SNu4ymu677m/EMVWsiDgyKjfsT/mjMZdR57xwizigihUZI2Pum1tKSUa188ItYr8qFgIlJqPpw+8WsVsVC4kSkvGn88It4ndVLERKREbTh98t4jdVLGRKQMZ254W13wiHbDLmR19GlfPCLWIrYMdU3TQyyegWbRkngc3OG7eIQzbenhxiKGOzOyBw+hDHOlXcImImI+Vap4v4QhW3jBjJWOV+ky5itdy7rCYGMv6Va91EuogDEnvIehplLNJjUxGRoeKSew2DL1MpllJ/siGqMtQ19hLxnnx1IkEEZdRKNOgUvERUS8yhyBAxGcu8IvN7iTC8oVIsJ5uMWZP721R5zwg/mUSsDSt8fyF4yTh89P/lvZZQKcHfFZlE0JIoXDbglmEkTF+wkV17rZkJkvGaZosa8r5sBTNI5ViOI6O8Uxn79h+3pbJmy4ZPVKqQ7RthBgCfVqkRwciwSIJhZrZB1WwiDJ8CH6nUhHz5KH1II18RhkfDnuERcf6RCHBZyUXEH8BzKjUhV+YAO/wQYXjJ/SNGQs6YR4D5uRTOVYQZ8rgTsKr1sxwzlHGXbETYLPnMfd2Sa8TGhEam5DMPIN9JyIvlSMiO2W1ladYSBYowTAXWqNQEhzW59JL8EGEmzt4KfK9yEqokFmJdvleipesjjomMZrtlJcQ2iTqjhrhzoZCFKvvlD+9UOaXHrxJtpsUTuQtdMbRH9vbcqnJKh2+Aq4G/CjljP5Zu7QOukv2GSo2VsvPWwULP2681dAdlP9KFKieemFHUlyU2ny/jcH4uZqyTBz4Tr+6Iyo0Ph6Rn9HiuT825EMSq0uWyT+lPKif6rJd9NNQsjEIJannvTonQNTtKU3OycFx+JBsZ1MqqINdZ18k2yuan1s9VbnRYIXGV5vl5K0qnGAvezYPOjXJsULn28qP0iMYW48G1mJEHPpf9oG+XDbptpVJGDYYVc3Z8sUNANMiujqb9GAEsseQ3jhrZrmyYPJytVCUCJsxYHGYr/omyDfNE+cbkPVhWAHUyOeIe2YX4vjAn1WWb11QszCDZEjnay/jVaHla7+9jZOaTMjpaKdPi1dT4MLFiWyoXNXLr+lCSOsj2Ov1kZ8ie8untJEGnylxxpmqlq1wtx15glyyhrZKBuVgHf0ooFOA/z4GBYL14cMUAAAAASUVORK5CYII=");
	left: -50px;
	right: auto;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.texture {
	background-image: url("data:image/jpg;base64,/9j/4QN0RXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAkAAAAcgEyAAIAAAAUAAAAlodpAAQAAAABAAAArAAAANgACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkAMjAyMTowNDoxNCAxNDo0OTozMAAAAAADoAEAAwAAAAH//wAAoAIABAAAAAEAAAARoAMABAAAAAEAAAARAAAAAAAAAAYBAwADAAAAAQAGAAABGgAFAAAAAQAAASYBGwAFAAAAAQAAAS4BKAADAAAAAQACAAACAQAEAAAAAQAAATYCAgAEAAAAAQAAAjYAAAAAAAAASAAAAAEAAABIAAAAAf/Y/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAARABEDASIAAhEBAxEB/90ABAAC/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwD1VMDIB8UiAeRKZrQAABEJKZJJJJKf/9D1VJfKqSSn6qSXyqkkp//Z/+0LdlBob3Rvc2hvcCAzLjAAOEJJTQQlAAAAAAAQAAAAAAAAAAAAAAAAAAAAADhCSU0EOgAAAAAA1wAAABAAAAABAAAAAAALcHJpbnRPdXRwdXQAAAAFAAAAAFBzdFNib29sAQAAAABJbnRlZW51bQAAAABJbnRlAAAAAEltZyAAAAAPcHJpbnRTaXh0ZWVuQml0Ym9vbAAAAAALcHJpbnRlck5hbWVURVhUAAAAAQAAAAAAD3ByaW50UHJvb2ZTZXR1cE9iamMAAAAFaCFoN4u+f24AAAAAAApwcm9vZlNldHVwAAAAAQAAAABCbHRuZW51bQAAAAxidWlsdGluUHJvb2YAAAAJcHJvb2ZDTVlLADhCSU0EOwAAAAACLQAAABAAAAABAAAAAAAScHJpbnRPdXRwdXRPcHRpb25zAAAAFwAAAABDcHRuYm9vbAAAAAAAQ2xicmJvb2wAAAAAAFJnc01ib29sAAAAAABDcm5DYm9vbAAAAAAAQ250Q2Jvb2wAAAAAAExibHNib29sAAAAAABOZ3R2Ym9vbAAAAAAARW1sRGJvb2wAAAAAAEludHJib29sAAAAAABCY2tnT2JqYwAAAAEAAAAAAABSR0JDAAAAAwAAAABSZCAgZG91YkBv4AAAAAAAAAAAAEdybiBkb3ViQG/gAAAAAAAAAAAAQmwgIGRvdWJAb+AAAAAAAAAAAABCcmRUVW50RiNSbHQAAAAAAAAAAAAAAABCbGQgVW50RiNSbHQAAAAAAAAAAAAAAABSc2x0VW50RiNQeGxAUgAAAAAAAAAAAAp2ZWN0b3JEYXRhYm9vbAEAAAAAUGdQc2VudW0AAAAAUGdQcwAAAABQZ1BDAAAAAExlZnRVbnRGI1JsdAAAAAAAAAAAAAAAAFRvcCBVbnRGI1JsdAAAAAAAAAAAAAAAAFNjbCBVbnRGI1ByY0BZAAAAAAAAAAAAEGNyb3BXaGVuUHJpbnRpbmdib29sAAAAAA5jcm9wUmVjdEJvdHRvbWxvbmcAAAAAAAAADGNyb3BSZWN0TGVmdGxvbmcAAAAAAAAADWNyb3BSZWN0UmlnaHRsb25nAAAAAAAAAAtjcm9wUmVjdFRvcGxvbmcAAAAAADhCSU0D7QAAAAAAEABIAAAAAQACAEgAAAABAAI4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0D8gAAAAAACgAA////////AAA4QklNBA0AAAAAAAQAAABaOEJJTQQZAAAAAAAEAAAAHjhCSU0D8wAAAAAACQAAAAAAAAAAAQA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0EAAAAAAAAAgABOEJJTQQCAAAAAAAEAAAAADhCSU0EMAAAAAAAAgEBOEJJTQQtAAAAAAACAAA4QklNBAgAAAAAABAAAAABAAACQAAAAkAAAAAAOEJJTQQeAAAAAAAEAAAAADhCSU0EGgAAAAADPwAAAAYAAAAAAAAAAAAAABEAAAARAAAABWcqaAeYmAAtADEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAABEAAAARAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAEAAAAAAABudWxsAAAAAgAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAARAAAAAFJnaHRsb25nAAAAEQAAAAZzbGljZXNWbExzAAAAAU9iamMAAAABAAAAAAAFc2xpY2UAAAASAAAAB3NsaWNlSURsb25nAAAAAAAAAAdncm91cElEbG9uZwAAAAAAAAAGb3JpZ2luZW51bQAAAAxFU2xpY2VPcmlnaW4AAAANYXV0b0dlbmVyYXRlZAAAAABUeXBlZW51bQAAAApFU2xpY2VUeXBlAAAAAEltZyAAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAAEQAAAABSZ2h0bG9uZwAAABEAAAADdXJsVEVYVAAAAAEAAAAAAABudWxsVEVYVAAAAAEAAAAAAABNc2dlVEVYVAAAAAEAAAAAAAZhbHRUYWdURVhUAAAAAQAAAAAADmNlbGxUZXh0SXNIVE1MYm9vbAEAAAAIY2VsbFRleHRURVhUAAAAAQAAAAAACWhvcnpBbGlnbmVudW0AAAAPRVNsaWNlSG9yekFsaWduAAAAB2RlZmF1bHQAAAAJdmVydEFsaWduZW51bQAAAA9FU2xpY2VWZXJ0QWxpZ24AAAAHZGVmYXVsdAAAAAtiZ0NvbG9yVHlwZWVudW0AAAARRVNsaWNlQkdDb2xvclR5cGUAAAAATm9uZQAAAAl0b3BPdXRzZXRsb25nAAAAAAAAAApsZWZ0T3V0c2V0bG9uZwAAAAAAAAAMYm90dG9tT3V0c2V0bG9uZwAAAAAAAAALcmlnaHRPdXRzZXRsb25nAAAAAAA4QklNBCgAAAAAAAwAAAACP/AAAAAAAAA4QklNBBEAAAAAAAEBADhCSU0EFAAAAAAABAAAAAQ4QklNBAwAAAAAAlIAAAABAAAAEQAAABEAAAA0AAADdAAAAjYAGAAB/9j/7QAMQWRvYmVfQ00AAv/uAA5BZG9iZQBkgAAAAAH/2wCEAAwICAgJCAwJCQwRCwoLERUPDAwPFRgTExUTExgRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBDQsLDQ4NEA4OEBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIABEAEQMBIgACEQEDEQH/3QAEAAL/xAE/AAABBQEBAQEBAQAAAAAAAAADAAECBAUGBwgJCgsBAAEFAQEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAQQBAwIEAgUHBggFAwwzAQACEQMEIRIxBUFRYRMicYEyBhSRobFCIyQVUsFiMzRygtFDByWSU/Dh8WNzNRaisoMmRJNUZEXCo3Q2F9JV4mXys4TD03Xj80YnlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3EQACAgECBAQDBAUGBwcGBTUBAAIRAyExEgRBUWFxIhMFMoGRFKGxQiPBUtHwMyRi4XKCkkNTFWNzNPElBhaisoMHJjXC0kSTVKMXZEVVNnRl4vKzhMPTdePzRpSkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2JzdHV2d3h5ent8f/2gAMAwEAAhEDEQA/APVUwMgHxSIB5EpmtAAAEQkpkkkkkp//0PVUl8qpJKfqpJfKqSSn/9k4QklNBCEAAAAAAF0AAAABAQAAAA8AQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAAAAXAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwACAAQwBDACAAMgAwADEAOQAAAAEAOEJJTQQGAAAAAAAHAAgAAAABAQD/4Q3haHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNC0xNFQxNDo0OTozMCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNC0xNFQxNDo0OTozMCswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDQtMTRUMTQ6NDk6MzArMDg6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YTg4NWEwYTItMTYxMS00NWUwLWE1MWQtYjdkYTRmNjkwODY0IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Yzc5NmU2ZDYtNWQ0Ny03NTRiLWJiYTQtN2YxMjRmZjNlN2U0IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjkxY2I2YjQtNDM3NS00MjQzLWFiZWMtMGI0ZWIzYzM3ZmFmIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjY5MWNiNmI0LTQzNzUtNDI0My1hYmVjLTBiNGViM2MzN2ZhZiIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0xNFQxNDo0OTozMCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE4ODVhMGEyLTE2MTEtNDVlMC1hNTFkLWI3ZGE0ZjY5MDg2NCIgc3RFdnQ6d2hlbj0iMjAyMS0wNC0xNFQxNDo0OTozMCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/7gAOQWRvYmUAZEAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQEBAQECAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAARABEDAREAAhEBAxEB/90ABAAD/8QBogAAAAYCAwEAAAAAAAAAAAAABwgGBQQJAwoCAQALAQAABgMBAQEAAAAAAAAAAAAGBQQDBwIIAQkACgsQAAIBAwQBAwMCAwMDAgYJdQECAwQRBRIGIQcTIgAIMRRBMiMVCVFCFmEkMxdScYEYYpElQ6Gx8CY0cgoZwdE1J+FTNoLxkqJEVHNFRjdHYyhVVlcassLS4vJkg3SThGWjs8PT4yk4ZvN1Kjk6SElKWFlaZ2hpanZ3eHl6hYaHiImKlJWWl5iZmqSlpqeoqaq0tba3uLm6xMXGx8jJytTV1tfY2drk5ebn6Onq9PX29/j5+hEAAgEDAgQEAwUEBAQGBgVtAQIDEQQhEgUxBgAiE0FRBzJhFHEIQoEjkRVSoWIWMwmxJMHRQ3LwF+GCNCWSUxhjRPGisiY1GVQ2RWQnCnODk0Z0wtLi8lVldVY3hIWjs8PT4/MpGpSktMTU5PSVpbXF1eX1KEdXZjh2hpamtsbW5vZnd4eXp7fH1+f3SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6/9oADAMBAAIRAxEAPwDf49+691gppfPTU8wNxNBFLcfnyRq9/wDY397IoSOvDh1n96691//Q38ZaamnuJqeCYHg+WKOS/wDr61N/ewSOB69QdRsfj6WipaWGGlghMMEMf7cMaEFI1W50qDquPe2YsSSetAAAY6cPdet9f//R3+Pfuvde9+691737r3X/2Q==");
	background-repeat: repeat;
}

.timeline-icon {
	position: relative;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #0a3cbb4d;
	broder: none;
	left: -2rem;
}

.timeline-icon .child-1 {
	position: absolute;
	height: 12px;
	width: 12px;
	line-height: 12px;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background-color: #0a3cbb87;
	broder: none;
}

.timeline-icon .child-1 .child-2 {
	position: absolute;
	height: 4px;
	width: 4px;
	line-height: 4px;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background-color: #0a3cbb;
	broder: none;
}

.timeline-line {
	position: relative;
	top: 11px;
	left: -1.01rem;
	height: 100px;
	width: 2px;
	/* Safari 5.1 - 6.0 */
	/* Opera 11.1 - 12.0 */
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #0a3cbb 60%, rgba(80, 80, 255, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
	/* 标准的语法 */
}

.hc_seedVerticalCollapse {
	display: flex;
	justify-content: center;
}

.hc_seedVerticalCollapseCard {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 220px;
	height: 453px;
	transition: width 0.6s ease;
	border-radius: 8px;
	margin-right: 10px;
}

.hc_seedVerticalCollapseCard--open {
	width: 440px;
}

.hc_seedVerticalCollapseCard-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.hc_seedVerticalCollapseCard-collapseBg,
.hc_seedVerticalCollapseCard-expandBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 453px;
	opacity: 1;
	background: #000;
	transition: opacity 0.6s ease;
}

.hc_seedVerticalCollapseCard-bannerBg,
.hc_seedVerticalCollapseCard-content,
.hc_seedVerticalCollapseCard-title {
	opacity: 0;
	transition: opacity 0.6s ease;
}

.hc_seedVerticalCollapseCard-title {
	position: relative;
	z-index: 1;
	margin: 100px 20px 10px;
	color: #bbbfc4;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.hc_seedVerticalCollapseCard-content {
	position: relative;
	width: 180px;
	z-index: 1;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	margin: 0 20px;
}

.hc_seedVerticalCollapseCard-banner {
	position: absolute;
	height: 86px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 18px;
	bottom: 0;
}

.hc_seedVerticalCollapseCard-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 18px;
	left: -46px;
	z-index: 1;
	opacity: 0;
	border-radius: 8px;
}

.hc_seedVerticalCollapseCard-name {
	position: absolute;
	left: 18px;
	top: 50%;
	min-width: 96px;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	transition: color 0.6s ease, left 0.6s ease;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-collapseBg {
	opacity: 0;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-title {
	opacity: 1;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-content {
	opacity: 1;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-icon {
	transition: opacity 0.36s ease 0.36s, left 0.6s ease;
	opacity: 1;
	left: 18px;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-name {
	color: #fff;
	left: 82px;
}

.hc_seedVerticalCollapseCard-wrapper img {
	width: 100%;
}

.hc_seedVerticalCollapseCard-title1 {
	font-size: 24px;
	line-height: 28px;
}

.hc_seedVerticalCollapseCard-desc {
	font-size: 18px;
}

.mt-n1-8 {
	margin-top: -1.8rem;
}

.hc_seedVerticalCollapseCard--open .hc_seedVerticalCollapseCard-banner {
	display: none;
}

.chang {
	width: 440px;
}

.duan {
	width: 180px;
}

.container-box {
	transform-style: preserve-3d;
	perspective: 1000px;
	margin-bottom: 30px;
}

.front,
.back {
	background-size: cover;
	background-position: center;
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 330px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back {
	background: url("../image/hover.png") no-repeat;
	background-size: cover;
}

.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 1;
	background-color: #000;
	background-color: -webkit-linear-gradient(45deg, #0b32a2 0%, #0a37a8 100%);
	background-color: -o-linear-gradient(45deg, #0b32a2 0%, #0a37a8 100%);
	background-color: linear-gradient(45deg, #0b32a2 0%, #0a37a8 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}

.container-box:hover .front,
.container-box:hover .back {
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	outline: 1px solid transparent;
	perspective: inherit;
	z-index: 100;
}

@media (min-width: 2560px) {
	.inner.big {
		top: -5%;
		transform: scale(1.5) translateY(50%);
		transform-origin: center;
	}
}

.container-box .back {
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}

.container-box .front {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.container-box:hover .back {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}

.container-box:hover .front {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
}

.front .inner img {
	width: 100px;
	height: 100px;
}

.front .inner p {
	font-size: 2rem;
	margin-bottom: 0rem;
	position: relative;
	line-height: 1;
	margin-top: 2rem;
}

.front .inner span {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 0.8rem;
}

.grid-mt {
	margin-top: -15rem;
}

.cursor-pointer {
	cursor: pointer;
}

@media screen and (max-width: 1920px) {
	.grid-mt {
		margin-top: -4.5rem;
	}

	.front,
	.back {
		min-height: 200px;
	}

	.front .inner img {
		width: 80px;
		height: 80px;
	}

	.front .inner p {
		font-size: 1.5rem;
	}

	.front .inner span {
		font-size: 0.5rem;
	}
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #0b32a2;
}


/* 调整后样式 */
#navbar-logo {
	height: 36px;
}

.yorm-bot {
	width: 100%;
	height: 600px;
	background: url('../image/orm_bottombg.png') no-repeat center/cover;
}

.yorm-bot-text {
	height: 100%;
	display: flex;
	align-items: center;
}

.yorm-bot-text h1,
.yorm-bot-text p {
	color: white;
	margin-right: 30px;
}

.yorm-bot-text p span {
	display: block;
	width: 80px;
	height: 8px;
	background-color: #7926c2;
}

.yorm-bot-text p {
	width: 600px;
	padding: 100px 60px;
	background-color: rgba(29, 2, 84, 0.8);
	border-radius: 12px;
}

.icon-menu {
	width: 40px;
	height: 40px;
	display: none;
	text-align: center;
}

.icon-menu img {
	margin: 0;
}




body{
	background-color: white;
}
		
			.marks{
			    opacity: 0.5;
			    display: none;
    background: #a687d5;
    position: fixed;
    z-index: 18;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
			}

	
	.hm-ctn01-txt h1{
		font-size: 32px;
		line-height: 42px;
		font-weight: 600;
	}
	
	
	
	.container{
		width: 92%;
		margin: 0 auto;
	}
	
	
	.main-content-mb{
		width: 100vw;
	}
	
	.navbar #navbar-main-collapse {
		display: none;
	}

	.icon-menu {
		display: block;
	}


	.navbar .container {
		width: 110%;
		padding: 0;
	}

	.mb-menu {
		overflow-y: auto;
		display: block;
		width: 100vw;
		height: 100vh;
		background-color: rgba(34, 1, 55, 0.98) !important;
		position: fixed;
		margin-top: 70px;
		padding-bottom: 70px;
	}

	.mb-menu li {
		color: white;
		width: 88%;
		margin: 24px auto;
		padding: 12px;
		background-color: rgba(217, 154, 255, 0.2);
		border-radius: 4px;
	}

	.mb-menu a {
		display: block;
		color: white;
		background: url('../image/icon_arrow_mb.png') no-repeat center right;
	}

	.mb-submenu {
		display: flex;
		flex-wrap: wrap;
	}

	.mb-submenu li {
		width: 46%;
		margin: 6px 12px 6px 0;
		padding: 8px;
	}
	
	.pub-footer-pc{
		width: 100%;
		background-color: #10001d;
		padding: 40px 0;
		
	}
	.footksidjh{
	        position: absolute;
    bottom: 0;
	}
	
	.pub-footer-pc p{
		color: rgba(255, 255, 255, 0.6);
	}
	
	.foot-ctn01 img{
		width: 10%;
		margin-bottom: 30px;
	}
	
	.foot-ctn01 ul{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.foot-ctn01 p{
		margin-left: 40px;
		
	}
	
	.foot-ctn01>div{
		display: flex;
		align-items: center;
	}
	
	.foot-ctn02{
		display: flex;
		padding: 20px 0 0 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.foot-ctn02 p{
		margin: 0 40px 0 0;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	
	.pub-footer-pc a{
		color: rgba(255, 255, 255, 0.6);
		margin: 0;
	}
	
	.pub-footer-pc .foot-ctn01 a{
		color: rgba(255, 255, 255, 1);
	}
	
	.pub-footer-pc a:hover{
		color: #8039df;
	}
	
	.foot-ctn02 p span{
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url('../image/fticon01.png') no-repeat center/cover;
		margin-right: 6px;
	}
	.foot-ctn02 p:nth-child(3n){
	    display: none;
	}
	
	
	
	
	
	
	/*崛兴美业*/
	
	.vbff11{
	    background: url('/static/img/jxmeiy/1.jpg') no-repeat center/cover;
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
	}
	.vbff15 .oppos{
	    background: url('/static/img/jxmeiy/8.jpg') no-repeat center/cover;
        height: 49vh;
        background-position: 50% 50%;
        background-size: cover;
        display: flex;
        justify-content: center;
	}
	.mckjnf{
	    background: #fffef2;
	}
	.adabsff1pc .mckjnf img{
	    border-radius: unset;
	    width: 100%;
    max-width: 100%;
	}
	.mckjnf h1,.mckjnf p,.mckjnf h2,.mckjnf h5{
	    color: #000;
	    font-weight: 200;
	}
	.vbff11 .oppos{
	    margin-left:17%;
	}
	.vbff11 h1{
	    font-size:4vw;
	}
	.vbff11 p{
	    font-size: 2.5vw;
	}
	.vbff12,.vbff14,.vbff17{
	    display: flex;
    justify-content: space-between;
    margin: 150px 0;
	}
	.vbff12 .lokhu,.vbff12 .oppos,
	.vbff14 .lokhu,.vbff14 .oppos,
	.vbff17 .lokhu,.vbff17 .oppos{
	    width: 50%;
	}
	
	.vbff12 .lokhu,.vbff17 .lokhu{
	  display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
	}
	.vbff14 .lokhu{
	    display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0 12% 0 17%;
	}
	.vbff14 .oppos img{
	        width: 60%;
	}
	.vbff12 h2,.vbff13 h2,.vbff14 h2,.vbff17 h2,.vbff18 h2{
	    font-size: 2vw;
	    font-weight: 300;
	}.vbff12 p,.vbff13 p,.vbff14 p,.vbff17 p,.vbff18 p{
	    font-size: 1.2vw;
	    font-weight: 200;
	}
	.vbff18 p{
	    margin: 30px 0 100px;
	}
	.vbff13 .lokhu,.vbff18 .lokhu{
	 width: 50%;
    text-align: center;
    margin: auto;
	}
	.vbff13 .olldkf{
    width: 22%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	.vbff13 .oppos{
	    display: flex;
	    margin:50px 0 0;
	    justify-content: center;
	}
	.olldkf img{
	    padding: 8%;
	}
	.opffj{
	    width: 100%;
        height: 60vh;
        background: #c21b23;
        margin-top: -50vh;
        margin-bottom: 150px;
	}
	.olldkf h3{
	    font-size: 2vw;
	    font-weight: 300;
	    color: #fff;
	}
	.olldkf p{
	  padding:0 8%; 
      line-height: 1.5;
	  color: #fff;
	  font-size: 1.15vw;
	}
	.vbff15 .lokhu{
    width: 88%;
    background: #c21b23;
    display: flex;
    padding: 120px 0;
    flex-direction: column;
    text-align: center;
    margin: auto;
    margin-top: -10vh;
    margin-bottom: 150px;
	}
	.vbff15 .lokhu h2{
	    color: #fff;
	    font-size: 3vw;
	}
	.vbff15 .lokhu p{
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.4;
    margin-top: 20px
	}
	.vbff15 .oppos h1{
	    color: #ccc;
    opacity: 0.4;
    font-size: 3.5vw;
    margin-top: 100px;
	}
	.vbff16{
    display: flex;
    justify-content: space-between;
    margin: 150px auto;
    align-items: center;
	}
	.vbff16 .lokhu{
	    padding: 0 5%;
	}
	.vbff16 .oppos{
	    width: 45%;
	}
	.vbff16 .lokhu{
	    width: 30%;
	}
	.vbff16 .oppossd{
	    width: 25%;
	}
	.vbff16 .lokhu h5{
	    font-size: 1.2vw;
	    font-weight: 600;
	    margin: 0;
	}
	.vbff16 .lokhu p{
	    font-size: 1.2vw;
	    margin: 0;
	}
	
	
	/*产品介绍*/
	.poo1{
	background: url('/static/img/cpjs/1.jpg') no-repeat center/cover;
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
	}
	.poo1 .oppsk h1{
	    font-size: 3vw;
	    font-weight: 300;
	}
	.poo1 .oppsk p{
	    font-size: 1.5vw;
	    padding: 20px 0 50px;
	}
	.poo1 .oppsk h1,.poo1 .oppsk p{
	    color: #fff;
	}
	.poo2,.poo3,.poo6,.poo8{
	    display: flex;
    justify-content: space-between;
    margin: 150px 0;
	}
	.poo9{
	    display: flex;
    justify-content: space-between;
    padding: 150px 0;
	}
	.poo2 .oppsk,.poo2 .imgd,
	.poo3 .oppsk,.poo3 .imgd,
	.poo6 .oppsk,.poo6 .imgd,
	.poo8 .oppsk,.poo8 .imgd,
	.poo9 .oppsk,.poo9 .imgd{
	    width: 50%;
	}
	.imgd .m{
	    width: 34%;
	    margin-left: 8%;
	    margin-bottom: 5%;
	}
	.poo2 .imgd{
	    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	}
	.poo2 .oppsk{
	    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 5% 0 16%;
	}
	
	.poo2 h2,.poo6 h2,.poo8 h2,.poo9 h2,.poo3 h2{
	    font-size: 1.8vw;
	    margin-bottom: 20px;
	    font-weight: 600;
	}
	.poo2 p,.poo6 p,.poo8 p,.poo9 p,.poo3 p{
	   font-size: 1.2vw; 
	   text-align: justify;
	   font-weight: 200;
	}
	.poo3 .oppsk{
	    padding-left: 17%;
    padding-right: 4%;
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
	}
	.poo3 .oppsk .mc{
	    padding-right: 15%;
	    
	}
	.poo4{
	    background: url('/static/img/cpjs/10.jpg') no-repeat center/cover;
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
	}
	.poo4 .oppsk{
	    width: 41%;
    padding-top: 13vh;
	}
	.poo4 .oppsk h2{
	    font-size: 1.5vw;
	    font-weight: 600;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.poo4 .oppsk p{
	    font-size: 1.2vw;
	    color: #fff;
	    line-height: 1.4;
	}
	.poo5 .oppsk{
	        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.poo5 .ljh{
	    width: 33%;
	    text-align: center;
	    padding-bottom: 50px;
	}
	.poo5 .ljh p{
	    font-size: 1.2vw;
	    margin-top: 30px;
	}
	.poo5{
	    margin: 150px auto;
	}
	.poo6 .oppsk{
	    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16% 0 8%;
    background: #c31c24;
	}
	.poo6 .oppsk h2,.poo6 .oppsk p{
	    color: #fff;
	}
	.poo8 .oppsk{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
	}
	.poo9 .oppsk{
	        display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding: 0 10% 0 8%;
	}
	.poo7{
	    width: 67%;
	}
	.poo7 .oppsk h2{
	    padding: 100px 12% 100px 25%;
        line-height: 1.5;
        font-weight: 500;
        font-size: 1.6vw;
	}
	.popov1{
	background: url('/static/img/spa/1.jpg') no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15%;
	}
	.popov1 h1{
	    margin-top: 12%;
	    font-size: 2vw;
	    color: #fff;
	}
	.popov1 .opxxck p{ 
	    font-size: 2vw;
	    font-weight:100;
	    line-height: 1;
	    color: #fff;
	}
	.popov1 .opxxck{
	    
	    width: 44.3%;
	}
	.popov2,.popov3,.popov4,.popov5{
	    display: flex;
    justify-content: space-between;
    margin: 100px 0;
	}
	.popov2 .opxxck,.popov2 .imgvbd,
	.popov5 .opxxck,.popov5 .imgvbd{
	    width: 50%;
	}

	.popov2{
	    width: 75%;
    margin: 100px auto;
	}
	.popov2 .opxxck{
	    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 5% 0 6%;
	}
	.popov2 .imgvbd{
	        padding: 0 0 0 5%;
	}
	.popov3 h2,.popov4 h2,.popov2 h2,.popov5 h2,.popov1 h2{
	    font-size: 2vw;
	    font-weight: 300;
	}.popov2 p,.popov1 p{
	    font-size: 1.2vw;
	    font-weight: 200;
	    text-align: justify;
	}
	.popov3 p,.popov4 p,.popov5 p{
	    font-size: 1.2vw;
	    font-weight: 200;
	    text-align: justify;
	    margin-bottom: 30px;
	}
	.popov3 h3,.popov4 h3,.popov5 h3{
	    color: #000;
	    font-size: 1.2vw;
	    font-weight: 600;
	    margin-bottom: 30px;
	}
	.popov3{
	    width: 75%;
	    margin: 100px auto;
	}
	.popov3 .opxxck{
	    background: url('/static/img/spa/3.jpg') no-repeat center/cover;
	    height: 92vh;
    background-position: 50% 50%;
    background-size: contain;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    padding: 0 59% 0 7%;
	}
	.popov4{
	     width: 75%;
	    margin: 100px auto;
	}
	.popov4 .opxxck{
	    background: url('/static/img/spa/4.jpg') no-repeat center/cover;
       height: 92vh;
    background-position: 50% 50%;
    background-size: contain;
    display: flex;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    padding: 0 59% 0 7%;
	}
	.popov5{
	     width: 75%;
	    margin: 100px auto 0;
	    padding-bottom: 100px;
	}
	.popov5 .opxxck{
	    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 2% 0 6%;
	}
	.popov5 .imgvbd{
	       padding: 0 4% 0 0;
	        
	}
	
	/*推广*/
	.aavff1{
	    background: url('/static/img/ttg/1.jpg') no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
	}
	.aavff1 .opxxck h1{
	    font-size: 2.8vw;
	    color: #000;
	}
	.aavff1 .opxxck p{
	    font-size: 2vw;
	    color: #000;
	}

    
    .aavff2 .opxxck,.aavff2 .imgvbd{
	    width: 50%;
	}

	.aavff2{
	    width: 67%;
        margin: 150px auto 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
	}
	.aavff2 .opxxck{
	    display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0 13% 0 0%;
	}
	.aavff2 h2,.aavff3 h2,.aavff4 h2,.aavff5 h2,.aavff6 h2{
	    font-size: 2vw;
	    font-weight: 300;
	    margin-bottom: 30px;
	}.aavff2 p,.aavff3 p{
	    font-size: 1.2vw;
	    font-weight: 200;
	    text-align: justify;
	}
	.aavff3{
	    background: url('/static/img/ttg/3.jpg') no-repeat center/cover;
        height: 70vh;
    background-position: 50% 50%;
    background-size: contain;
    display: flex;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    justify-content: center;
	}
	.aavff3 .opxxck{
	    width: 53%;
    margin-top: 10%;
	}
	.aavff4 .imgvbd{
	    display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
	}
	.aavff4 .imgvbd .sk2{
	    width: 49.75%;
	    margin-bottom: 6px;
	}
	.aavff4 .imgvbd .sk3{
	    width: 33%;
	    margin-bottom: 6px;
	}
	.aavff4 .imgvbd .sk4{
	    width: 66.2%;
        margin-bottom: 6px;
	}
	.aavff4 .opxxck{
	    text-align: center;
        padding: 100px 0 20px;
	}
	
	
	
	.mbjxmy .mb-menu{
   background-color:  rgb(114 69 71 / 99%) !important;
}
.mbjxmy .mb-menu li{
   background-color: rgb(255 0 0 / 20%);
}
.mbjxmy .navbar-brand {
	display: inline-block;
	    padding-left: 10px;
	    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 70px;
    height: 70px;
    white-space: nowrap;
}







@media (max-width: 608px) {
.vbff11 {
    background: url(/static/img/jxmeiy/mb/01.png) no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.vbff11 .oppos {
    margin-left: 0%;
}
.popov1 {
    background: url(/static/img/spa/mb/01.png) no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 0;
    align-items: center;
}
.opxxck{
    margin: 50px auto 0px;
}
.v{
    margin: 50px auto 0px;
}
.popov2,.popov3,.vbff14,.popov4,.aavff2,.poo2, .poo3, .poo5,.poo6,.poo7,.poo9
{
    width: 100%;
    margin: 50px auto 0px;
    flex-direction: column;
}

.vbff12,  .vbff17,.poo8{
    width: 100%;
    margin: 50px auto 0px;
    flex-direction: column-reverse;
}.popov5{
    width: 100%;
    margin: 50px auto 0px;
    flex-direction: column-reverse;
    display: flex;
    padding: 0;
}
.vbff14 .oppos img{
    width: 100%;
}
.popov2 .opxxck, .popov2 .imgvbd, 
.popov3 .opxxck, .popov3 .imgvbd, 
.popov4 .opxxck, .popov4 .imgvbd, 
.popov5 .opxxck, .popov5 .imgvbd,
.aavff2 .opxxck, .aavff2 .imgvbd,
.poo3 .imgd,.poo6 .imgd,.poo8 .imgd{
    width:100%;
}
.poo9{
    padding: 0px 0;
}
.poo2 .imgd{
    width:100%;
    justify-content: space-between;
}

.poo6 .oppsk{
    width:100%;
    padding: 50px 7.5%;
}
.poo8 .oppsk{
    width:100%;
    margin-top: 50px;
        padding: 0 7.5%;
}
.vbff12 .lokhu, .vbff12 .oppos, .vbff14 .lokhu, .vbff14 .oppos, .vbff17 .lokhu,.vbff18 .lokhu,.vbff18 .oppos, .vbff17 .oppos,.aavff2 .opxxck,
.poo2 .oppsk,.poo3 .oppsk,.poo7 .oppsk h2,.poo9 .oppsk,.poo9 .imgd{
    width:100%;
    margin-bottom: 50px;
        padding: 0 7.5%;
}
.imgd .m{
    margin-left: 0;
    margin-bottom: 2.5%;
    width: 49%;
}
.popov2 .imgvbd,
.popov3 .imgvbd,
.popov4 .imgvbd,
.popov5 .imgvbd{
    padding: 0;
    margin: 40px auto 0px;
}

.popov1 .opxxck {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popov2 p, .popov1 p, .popov3 p, .popov4 p, .popov5 p ,.vbff16 .lokhu p,
.vbff12 p,.vbff14 p,.vbff17 p,.vbff13 p,.vbff15 p,.vbff18 p,.aavff2 p,
.poo5 p,.poo2 p,.poo3 p,.poo7 .oppsk h2,.poo6 p,.poo8 p,.poo9 p{
    font-size: 4vw;
    font-weight: 200;
    text-align: justify;
}
.poo4 .oppsk p{
    text-align: center;
    font-size: 4vw;
    font-weight: 200;
}
.vbff13 .lokhu
{
    width: 85%;
    text-align: center;
    margin: auto;
}
.popov3 h3, .popov4 h3, .popov5 h3, .popov2 h3,.vbff16 .lokhu h5
{
    color: #000;
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 20px;
}.aavff2{
    padding-top: 50px;
}
.poo3 .oppsk .mc {
    padding-right: 0%;
    margin: 50px auto 10px;
}
.vbff12 h2,.vbff14 h2,.vbff17 h2,.vbff13 h2,.vbff18 h2,.aavff2 h2,.aavff4 h2,
.poo5 h2,.poo2 h2,.poo3 h2,.poo6 h2,.poo8 h2{
    color: #000;
    font-size: 7vw;
    font-weight: 600;
    margin-bottom: 30px;
}
.vbff11 h1,.aavff1 .opxxck h1{
    color: #000;
    font-size: 8vw;
    font-weight: 500;
}
.aavff4 .imgvbd .sk2{
    width: 100%;
    margin-bottom: 0;
}
.aavff4 .imgvbd .sk3{
    width: 50%;
    margin-bottom: 0; 
}
.aavff3 h2{
    text-align: left;
    padding-left: 30px;
    line-height: 1.2;
    color: #000;
    font-size: 7vw;
    font-weight: 600;
}
.vbff11 .oppos{
   margin-top: 50%; 
}
.poo5 .ljh p{
    margin: 15px auto -5px;
    font-size: 2vw;
    line-height: 1.5;
    text-align: center;
}
.opxxck{
   margin-top: -10%; 
}
.vbff11 .oppos p,.aavff1 .opxxck p{
    color: #000;
    font-size: 4vw;
    font-weight: 100;
    line-height: 1;
}
.popov1 h1{
    color: #fff;
    margin-top: 50%;
    font-size: 8vw;
    font-weight: 500;
}
.poo1 .oppsk h1,.poo4 .oppsk h2{
    color: #fff;
    font-size: 8vw;
    font-weight: 500;
}
.popov1 .opxxck p,.poo1 .oppsk p{
    color: #fff;
    font-size: 4vw;
    font-weight: 100;
    line-height: 1.2;
}
.mbjxmy img{
    width: 100%;
    max-width: 100%;
}
.popov3 .opxxck,.popov4 .opxxck,.popov2 .opxxck,.popov5 .opxxck,.aavff2 .opxxck{
    background: transparent;
    height: auto;
    background-position: 50% 50%;
    background-size: contain;
    display: flex;
    padding: 0 7%;
    flex-direction: column;
}
.vbff15 .oppos {
    background: url(/static/img/jxmeiy/mb/08.png) no-repeat center/cover;
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 7.5%;
}

.aavff1{
    
    background: url(/static/img/ttg/mb/01.png) no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 7.5%;
}
.aavff3 {
    background: url(/static/img/ttg/mb/03.png) no-repeat center/cover;
    height: 80vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.poo1 {
    background: url(/static/img/cpjs/mb/01.png) no-repeat center/cover;
    height: 85vh;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0 7.5%;
}
.poo1 .oppsk{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 75%;
    flex-wrap: nowrap;
}
.poo5 .oppsk{
    margin: 0 15px;
}
.poo5 .ljh{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.poo4 .oppsk {
    width: 85%;
    padding-top:7vh;
}
.poo4 {
    background: url(/static/img/cpjs/mb/10.png) no-repeat center/cover;
    height: 50vh;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
}

 .vbff18 .lokhu{
    margin: 40px auto 0;
    width: 100%;
    text-align: left;
    padding-bottom: 50px;
 }
 .vbff18 p{
     margin-bottom: 20px;
 }
.vbff16{
    display: flex;
    justify-content: space-between;
    margin: 50px auto 60px;
    align-items: center;
    flex-direction: column;
}
.vbff16 .oppos,.vbff16 .oppossd,.vbff16 .lokhu{
    width: 85%;
}
.vbff16 .lokhu{
    margin: 50px 0;
    padding: 0;
}
.vbff15 .oppos h2{
 color: #fff;
 margin-bottom: 20px;
    font-size: 7vw;
} .vbff15 .oppos p{
    color: #fff;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 4vw;
}
.vbff15 .oppos h1{
    margin-top: 0;
}

.vbff13 .oppos,.vbff13 p{
    justify-content: flex-start;
}
.vbff13 .swiper { width: 100%; height: 300px; }
.vbff13 .swiper-slide {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
        }
    .vbff13 .swiper-slide img {
            width: 100%;
            object-fit: cover;
        }
        .vbff13 .opffj{
            margin-top: -40vh;
            height: 45vh;
            margin-bottom: 50px;
        }
        .vbff13 .olldkf h3{
            text-align: center;
    line-height: 1.2;
    color: #fff;
    margin-bottom:20px ;
    font-size: 7vw;
    font-weight: 600;
        }
    .vbff13 .swiper-slide .text {
            padding: 10px;
            text-align: center;
            font-size: 14px;
        }
        .lisjfdh .dfzz {
    padding: 20% 10% 0 15%;
}.lisjfdhs .dfzz {
    padding: 20% 10% 0 15%;
}
.lisjfdhgeis .dfzz {
    padding: 0% 10% 30% 15%;
}
        
}	
	
	
	
	
	
	
	
	
	
	
