﻿h5 {
	font-weight: 600;
}
h6 {
	font-size: 1.0rem;
	font-weight: 600;
}
table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #9e9fb4;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .375rem;
	font-size: 0.9rem;        
	font-weight: 600;
}

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
}

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: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}


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

.display-1 {
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1
}

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

.display-2 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1
}

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

.display-3 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1
}

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

.display-4 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1
}

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


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

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

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

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

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

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

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

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

.blockquote-footer {
	display: block;
	font-size: 1rem;
	color: #4a4b65
}

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

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

.img-thumbnail {
	padding: .3125rem;
	background-color: #fff;
	border: 1px solid #e9e9f2;
	border-radius: 1rem;
	box-shadow: none;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: .8125rem;
	color: #737491
}

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

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #4a4b65;
	border-radius: .5rem;
	box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25)
}

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

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

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

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



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


.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

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

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

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

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

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

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media (min-width: 576px) {
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 768px) {

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 992px) {

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 1280px) {

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #737491
}

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

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

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

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

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

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

.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(237, 245, 250, .4)
}

.table-hover tbody tr:hover {
	color: #737491;
	background-color: #f7f7fc
}

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

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

.table-hover .table-primary:hover {
	background-color: #dad5fd
}

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

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

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

.table-hover .table-secondary:hover {
	background-color: #e5e5ff
}

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

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

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

.table-hover .table-success:hover {
	background-color: #cef5e8
}

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

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

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

.table-hover .table-info:hover {
	background-color: #d5e3fd
}

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

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

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

.table-hover .table-warning:hover {
	background-color: #ffebd2
}

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

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

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

.table-hover .table-danger:hover {
	background-color: #fdd2dc
}

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

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

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

.table-hover .table-light:hover {
	background-color: #f2f2f2
}

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

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

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

.table-hover .table-dark:hover {
	background-color: #d9d9de
}

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

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

.table-hover .table-active:hover {
	background-color: #e4e4f5
}

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

.table .thead-dark th {
	color: #fff;
	background-color: #37384e;
	border-color: #474864
}

.table .thead-light th {
	color: #4a4b65;
	background-color: #f3f3f9;
	border-color: #e9e9f2
}

.table-dark {
	color: #fff;
	background-color: #37384e
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #474864
}

.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.05)
}

@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: 1279.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.125rem + 2px);
	padding: .5625rem 1.125rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #737491;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dfdfeb;
	border-radius: .75rem;
	box-shadow: 0 0 0 0 transparent;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

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

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

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

.form-control:focus {
	color: #737491;
	background-color: #fff;
	border-color: rgba(118, 109, 244, 0.35);
	outline: 0;
	box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.form-control::-webkit-input-placeholder {
	color: #9e9fb4;
	opacity: 1
}

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

.form-control:-ms-input-placeholder {
	color: #9e9fb4;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #9e9fb4;
	opacity: 1
}

.form-control::placeholder {
	color: #9e9fb4;
	opacity: 1
}

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

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: #737491;
	background-color: #fff
}

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

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

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

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .5625rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #737491;
	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 + .85rem + 2px);
	padding: .425rem 1rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .5rem
}

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

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

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1.25rem
}

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

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: .3rem;
	margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
	color: #9e9fb4
}

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

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

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

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #16c995
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .3125rem .625rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(22, 201, 149, 0.08);
	border-radius: .3125rem
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #16c995;
	padding-right: calc(1.5em + 1.125rem);
	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='%2316c995' 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(.375em + .28125rem) center;
	background-size: calc(.75em + .5625rem) calc(.75em + .5625rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #16c995;
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25)
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #16c995;
	padding-right: calc(.75em + 2.96875rem);
	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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem 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='%2316c995' 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.125rem/calc(.75em + .5625rem) calc(.75em + .5625rem)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #16c995;
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #16c995
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.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: #16c995
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #16c995
}

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

.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(22, 201, 149, 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 {
	border-color: #16c995
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #16c995
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #16c995;
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .3125rem .625rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(247, 79, 120, 0.08);
	border-radius: .3125rem
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #f74f78;
	padding-right: calc(1.5em + 1.125rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f74f78' 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='%23f74f78' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .28125rem) center;
	background-size: calc(.75em + .5625rem) calc(.75em + .5625rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #f74f78;
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25)
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #f74f78;
	padding-right: calc(.75em + 2.96875rem);
	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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f74f78' 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='%23f74f78' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.125rem/calc(.75em + .5625rem) calc(.75em + .5625rem)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #f74f78;
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25)
}

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

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.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: #f74f78
}

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

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

.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(247, 79, 120, 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 {
	border-color: #f74f78
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #f74f78
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #f74f78;
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25)
}

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

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

@media (min-width: 576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		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: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 500;
	color: #737491;
	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: .5625rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .5rem;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out
}

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

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

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: none
}

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

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
font-weight: 600;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	box-shadow: none
}

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

.btn-primary {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
	box-shadow: none
}

.btn-primary:hover {
	color: #fff;
	background-color: #383838;
	border-color: #383838
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #37384e;
	border-color: #37384e;
	box-shadow: 0 0 0 0 rgba(139, 131, 246, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1f303c;
	border-color: #1f303c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(139, 131, 246, 0.5)
}

.btn-secondary {
	color: #37384e;
	background-color: #eff7fc;
	border-color: #eff7fc;
	box-shadow: none
}

.btn-secondary:hover {
	color: #37384e;
	background-color: #dbdbf2;
	border-color: #d2d2ee
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #37384e;
	background-color: #dbdbf2;
	border-color: #d2d2ee;
	box-shadow: 0 0 0 0 rgba(218, 218, 226, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #37384e;
	background-color: #f7f7fc;
	border-color: #f7f7fc
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #37384e;
	background-color: #d2d2ee;
	border-color: #c9c9eb
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(218, 218, 226, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #16c995;
	border-color: #16c995;
	box-shadow: none
}

.btn-success:hover {
	color: #fff;
	background-color: #12a77b;
	border-color: #119b73
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #12a77b;
	border-color: #119b73;
	box-shadow: 0 0 0 0 rgba(57, 209, 165, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #16c995;
	border-color: #16c995
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #119b73;
	border-color: #10906a
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(57, 209, 165, 0.5)
}

.btn-info {
	color: #37384e;
	background-color: #3498db;
	border-color: #3498db;
	box-shadow: none
}

.btn-info:hover {
	color: #fff;
	background-color: #4683f1;
	border-color: #3b7bf0
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #4683f1;
	border-color: #3b7bf0;
	box-shadow: 0 0 0 0 rgba(98, 140, 219, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #37384e;
	background-color: #3498db;
	border-color: #3498db
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #3b7bf0;
	border-color: #2f73f0
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(98, 140, 219, 0.5)
}

.btn-warning {
	color: #37384e;
	background-color: #ffb15c;
	border-color: #ffb15c;
	box-shadow: none
}

.btn-warning:hover {
	color: #37384e;
	background-color: #ff9f36;
	border-color: #ff9929
}

.btn-warning:focus,
.btn-warning.focus {
	color: #37384e;
	background-color: #ff9f36;
	border-color: #ff9929;
	box-shadow: 0 0 0 0 rgba(225, 159, 90, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #37384e;
	background-color: #ffb15c;
	border-color: #ffb15c
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #37384e;
	background-color: #ff9929;
	border-color: #ff921c
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(225, 159, 90, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #f74f78;
	border-color: #f74f78;
	box-shadow: none
}

.btn-danger:hover {
	color: #fff;
	background-color: #f52a5c;
	border-color: #f51e53
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #f52a5c;
	border-color: #f51e53;
	box-shadow: 0 0 0 0 rgba(248, 105, 140, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #f74f78;
	border-color: #f74f78
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f51e53;
	border-color: #f41249
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(248, 105, 140, 0.5)
}

.btn-light {
	color: #37384e;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none
}

.btn-light:hover {
	color: #37384e;
	background-color: #ececec;
	border-color: #e6e5e5
}

.btn-light:focus,
.btn-light.focus {
	color: #37384e;
	background-color: #ececec;
	border-color: #e6e5e5;
	box-shadow: 0 0 0 0 rgba(225, 225, 228, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #37384e;
	background-color: #fff;
	border-color: #fff
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #37384e;
	background-color: #e6e5e5;
	border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(225, 225, 228, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #202020;
	border-color: #202020;
	box-shadow: none
}

.btn-dark:hover {
	color: #fff;
	background-color: #272838;
	border-color: #222330
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #272838;
	border-color: #222330;
	box-shadow: 0 0 0 0 rgba(85, 86, 105, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #37384e;
	border-color: #37384e
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #222330;
	border-color: #1d1d29
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(85, 86, 105, 0.5)
}

.btn-outline-primary {
	color: #3498db;
	border-color: #3498db
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #3498db;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5)
}

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

.btn-outline-secondary:hover {
	color: #37384e;
	background-color: #f7f7fc;
	border-color: #f7f7fc
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #37384e;
	background-color: #f7f7fc;
	border-color: #f7f7fc
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5)
}

.btn-outline-success {
	color: #16c995;
	border-color: #16c995
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #16c995;
	border-color: #16c995
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #16c995;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #16c995;
	border-color: #16c995
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5)
}

.btn-outline-info {
	color: #3498db;
	border-color: #3498db
}

.btn-outline-info:hover {
	color: #37384e;
	background-color: #3498db;
	border-color: #3498db
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #3498db;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #37384e;
	background-color: #3498db;
	border-color: #3498db
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5)
}

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

.btn-outline-warning:hover {
	color: #37384e;
	background-color: #ffb15c;
	border-color: #ffb15c
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #37384e;
	background-color: #ffb15c;
	border-color: #ffb15c
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5)
}

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

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f74f78;
	border-color: #f74f78
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #f74f78;
	border-color: #f74f78
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5)
}

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

.btn-outline-light:hover {
	color: #37384e;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
}

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #37384e;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
}

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

.btn-outline-dark:hover {
	color: #fff;
	background-color: #37384e;
	border-color: #37384e
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5)
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #37384e;
	border-color: #37384e
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5)
}

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

.btn-link:hover {
	color: #493ef0;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline
}

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

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

.btn-sm,
.btn-group-sm>.btn {
	padding: .425rem 1rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .5rem
}

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

.btn-block+.btn-block {
	margin-top: .5rem
}

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

.fade {
	transition: opacity 0.15s linear
}

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

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


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

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	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,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	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: .9375rem;
	padding-left: .9375rem
}

.dropdown-toggle-split::after,
.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: .75rem;
	padding-left: .75rem
}

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

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

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

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	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"],
.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	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,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.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,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

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

.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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.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: -ms-flexbox;
	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,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .5625rem 1.125rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #737491;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #dfdfeb;
	border-radius: .75rem
}

.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 + 1.5rem + 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: .75rem 1.25rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 1rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .85rem + 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: .425rem 1rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .5rem
}

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

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.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.5rem;
	padding-left: 1.5rem
}

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

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

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #3498db;
	background-color: #3498db;
	box-shadow:
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: rgba(118, 109, 244, 0.35)
}

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

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

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

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

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #e6e6f0;
	border: #9e9fb4 solid 0;
	box-shadow: 0 0 0 0 transparent
}

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

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

.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: #3498db;
	background-color: #3498db;
	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 {
	background-color: rgba(118, 109, 244, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(118, 109, 244, 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(118, 109, 244, 0.5)
}

.custom-switch {
	padding-left: 3rem
}

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

.custom-switch .custom-control-label::after {
	top: .25rem;
	left: -3rem;
	width: 1.375rem;
	height: 1.375rem;
	background-color: #9e9fb4;
	border-radius: .5rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	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;
	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, -webkit-transform 0.15s ease-in-out
}

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(118, 109, 244, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	padding: .5625rem 2.125rem .5625rem 1.125rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #737491;
	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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px;
	border: 1px solid #dfdfeb;
	border-radius: .75rem;
	box-shadow: 0 0 0 0 transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: rgba(118, 109, 244, 0.35);
	outline: 0;
	box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-select:focus::-ms-value {
	color: #737491;
	background-color: #fff
}

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

.custom-select:disabled {
	color: #9e9fb4;
	background-color: #f7f7fc
}

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

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #737491
}

.custom-select-sm {
	height: calc(1.5em + .85rem + 2px);
	padding-top: .425rem;
	padding-bottom: .425rem;
	padding-left: 1rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1.5rem + 2px);
	padding-top: .75rem;
	padding-bottom: .75rem;
	padding-left: 1.25rem;
	font-size: 1.125rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 1.125rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: rgba(118, 109, 244, 0.35);
	box-shadow: 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
	background-color: #f7f7fc
}

.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.125rem + 2px);
	padding: .5625rem 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #737491;
	background-color: #fff;
	border: 1px solid #dfdfeb;
	border-radius: .75rem;
	box-shadow: 0 0 0 0 transparent
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 1.125rem);
	padding: .5625rem 1.125rem;
	line-height: 1.5;
	color: #fff;
	content: "Browse";
	background-color: #3498db;
	border-left: inherit;
	border-radius: 0 .75rem .75rem 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 {
	box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #3498db;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 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
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9e9f2;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #3498db;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 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
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #fff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e9e9f2;
	border-color: transparent;
	border-radius: 1rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #3498db;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 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
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #fff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
	box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)
}

.custom-range::-ms-fill-lower {
	background-color: #e9e9f2;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #e9e9f2;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #9e9fb4
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #9e9fb4
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #9e9fb4
}

.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
	}
}


.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}


.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
color: #000;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.085);
	border-radius: 1rem
}

.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(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(1rem - 1px);
	border-bottom-left-radius: calc(1rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.5rem
}

.card-title {
	margin-bottom: .875rem
}

.card-subtitle {
	margin-top: -.4375rem;
	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: .875rem 1.5rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.085)
}

.card-header:first-child {
	border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0
}

.card-footer {
	padding: .875rem 1.5rem;
	background-color: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.085)
}

.card-footer:last-child {
	border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px)
}

.card-header-tabs {
	margin-right: -.75rem;
	margin-bottom: -.875rem;
	margin-left: -.75rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.75rem;
	margin-left: -.75rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(1rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px)
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(1rem - 1px);
	border-bottom-left-radius: calc(1rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width: 576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		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: .875rem
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0;
	font-size: .875rem;
	list-style: none;
	background-color: rgba(0, 0, 0, 0);
	border-radius: .75rem
}

.breadcrumb-item {
	display: -ms-flexbox;
	display: flex
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .425rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .425rem;
	color: rgb(255 255 255 / 80%);
	content: ""
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: rgb(255 255 255 / 80%);
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .75rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #5a5b75;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0)
}

.page-link:hover {
	z-index: 2;
	color: #3498db;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .75rem;
	border-bottom-left-radius: .75rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .75rem;
	border-bottom-right-radius: .75rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #3498db;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(53, 152, 218, .35)
}

.page-item.disabled .page-link {
	color: #737491;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #e9e9f2
}

.pagination-lg .page-link {
	padding: .525rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem
}

.pagination-sm .page-link {
	padding: .275rem .625rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem
}

.badge {
	display: inline-block;
	padding: .25em .5em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .375rem;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s 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: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #3498db
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #493ef0
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5)
}

.badge-secondary {
	color: #37384e;
	background-color: #f7f7fc
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #37384e;
	background-color: #d2d2ee
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #16c995
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #119b73
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5)
}

.badge-info {
	color: #37384e;
	background-color: #3498db
}

a.badge-info:hover,
a.badge-info:focus {
	color: #37384e;
	background-color: #3b7bf0
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5)
}

.badge-warning {
	color: #37384e;
	background-color: #ffb15c
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #37384e;
	background-color: #ff9929
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #f74f78
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #f51e53
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5)
}

.badge-light {
	color: #37384e;
	background-color: #fff
}

a.badge-light:hover,
a.badge-light:focus {
	color: #37384e;
	background-color: #e6e5e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #37384e
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #222330
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eff7fc;
	border-radius: 1rem
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: 1rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 1rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 500
}

.alert-dismissible {
	padding-right: 3.875rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #6d64e0;
	background-color: #f4f3fe;
	border-color: #dedcfc
}

.alert-primary hr {
	border-top-color: #c8c5fa
}

.alert-primary .alert-link {
	color: #453ad8
}

.alert-secondary {
	color: #e3e3e8;
	background-color: #fefeff;
	border-color: #fdfdfe
}

.alert-secondary hr {
	border-top-color: #ececf6
}

.alert-secondary .alert-link {
	color: #c7c7d1
}

.alert-success {
	color: #14b989;
	background-color: #ecfbf7;
	border-color: #c7f2e6
}

.alert-success hr {
	border-top-color: #b2eddd
}

.alert-success .alert-link {
	color: #0f8b67
}

.alert-info {
	color: #628fe0;
	background-color: #f3f7fe;
	border-color: #dbe7fc
}

.alert-info hr {
	border-top-color: #c3d7fa
}

.alert-info .alert-link {
	color: #3771d8
}

.alert-warning {
	color: #eba355;
	background-color: #fff9f2;
	border-color: #ffecd8
}

.alert-warning hr {
	border-top-color: #ffe0bf
}

.alert-warning .alert-link {
	color: #e68a27
}

.alert-danger {
	color: #e3496e;
	background-color: #fef1f4;
	border-color: #fdd5df
}

.alert-danger hr {
	border-top-color: #fcbdcc
}

.alert-danger .alert-link {
	color: #d8214d
}

.alert-light {
	color: #ebebeb;
	background-color: #fff;
	border-color: #fff
}

.alert-light hr {
	border-top-color: #f2f2f2
}

.alert-light .alert-link {
	color: #d2d1d1
}

.alert-dark {
	color: #333448;
	background-color: #efeff1;
	border-color: #cfcfd5
}

.alert-dark hr {
	border-top-color: #c1c1c9
}

.alert-dark .alert-link {
	color: #1e1e2a
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #eff7fc;
	border-radius: .75rem;
	box-shadow: none
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #3498db;
	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: 1rem 1rem
}

.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: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 1rem
}

.list-group-item-action {
	width: 100%;
	color: #5a5b75;
	text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	z-index: 1;
	color: #3498db;
	text-decoration: none;
	background-color: #fff
}

.list-group-item-action:active {
	color: #3498db;
	background-color: #fff
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.085)
}

.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: #9e9fb4;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #3498db;
	border-color: #3498db
}

.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 {
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: 1rem;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: 1rem;
	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 {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: 1rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: 1rem;
		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 {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: 1rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: 1rem;
		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 {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: 1rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: 1rem;
		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: 1280px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: 1rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: 1rem;
		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: #3d397f;
	background-color: #d9d6fc
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #3d397f;
	background-color: #c3befa
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #3d397f;
	border-color: #3d397f
}

.list-group-item-secondary {
	color: #808083;
	background-color: #fdfdfe
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #808083;
	background-color: #ececf6
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #808083;
	border-color: #808083
}

.list-group-item-success {
	color: #0b694d;
	background-color: #bef0e1
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #0b694d;
	background-color: #a9ebd7
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0b694d;
	border-color: #0b694d
}

.list-group-item-info {
	color: #37517f;
	background-color: #d5e3fc
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #37517f;
	background-color: #bdd3fa
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #37517f;
	border-color: #37517f
}

.list-group-item-warning {
	color: #855c30;
	background-color: #ffe9d1
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #855c30;
	background-color: #ffddb8
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #855c30;
	border-color: #855c30
}

.list-group-item-danger {
	color: #80293e;
	background-color: #fdced9
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #80293e;
	background-color: #fcb6c6
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #80293e;
	border-color: #80293e
}

.list-group-item-light {
	color: #858585;
	background-color: #fff
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #858585;
	background-color: #f2f2f2
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #858585;
	border-color: #858585
}

.list-group-item-dark {
	color: #1d1d29;
	background-color: #c7c7cd
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1d1d29;
	background-color: #babac1
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1d1d29;
	border-color: #1d1d29
}

.close {
	float: right;
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1;
	color: #5a5b75;
	text-shadow: none;
	opacity: .5
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.2625rem + .15vw)
	}
}

.close:hover {
	color: #5a5b75;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

a.close.disabled {
	pointer-events: none
}

.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: .875rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9e9f2;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	opacity: 0;
	border-radius: .75rem
}

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

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .3125rem 1rem;
	color: #737491;
	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(.75rem - 1px);
	border-top-right-radius: calc(.75rem - 1px)
}

.toast-body {
	padding: 1rem
}

.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;
	padding-right: 0!important;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

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

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	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 {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	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 {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9e9f2;
	border-radius: 1rem;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #e9e9f2;
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px)
}

.modal-header .close {
	padding: 1rem 1.25rem;
	margin: -1rem -1.25rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9e9f2;
	border-bottom-right-radius: calc(1rem - 1px);
	border-bottom-left-radius: calc(1rem - 1px)
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: .94rem 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.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1280px) {
	.modal-xl {
		max-width: 1230px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: .25rem;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	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: .75rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: 1
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: .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: .4rem .4rem 0;
	border-top-color: #2c2d3f
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #2c2d3f
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: .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 .4rem .4rem;
	border-bottom-color: #2c2d3f
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #2c2d3f
}

.tooltip-inner {
	max-width: 200px;
	padding: .3125rem .625rem;
	color: #fff;
	text-align: center;
	background-color: #2c2d3f;
	border-radius: .375rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	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: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9e9f2;
	border-radius: .75rem;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .75rem
}

.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: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: #d9d9e9
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .75rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #d9d9e9
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #d9d9e9
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .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: -.5rem;
	content: "";
	border-bottom: 1px solid #fff
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
	margin: .75rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #d9d9e9
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.popover-header {
	padding: .75rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #4a4b65;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-top-left-radius: calc(.75rem - 1px);
	border-top-right-radius: calc(.75rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .75rem 1rem;
	color: #737491
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	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: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item.active,
.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 .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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #737491;
	text-align: center;
	opacity: .6;
	transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #737491;
	text-decoration: none;
	outline: 0;
	opacity: 1
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	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: .5;
	transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.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 {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .15em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .1em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		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 .75s linear infinite;
	animation: spinner-grow .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: #3498db !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #493ef0 !important
}

.bg-secondary {
	background-color: #eff7fc !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #d2d2ee !important
}

.bg-success {
	background-color: #16c995 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #119b73 !important
}

.bg-info {
	background-color: #3498db !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #3b7bf0 !important
}

.bg-warning {
	background-color: #ffb15c !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #ff9929 !important
}

.bg-danger {
	background-color: #f74f78 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #f51e53 !important
}

.bg-light {
	background-color: #fff !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #e6e5e5 !important
}

.bg-dark {
	background-color: #18242f !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #222330 !important
}

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

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #e9e9f2 !important
}

.border-top {
	border-top: 1px solid #e9e9f2 !important
}

.border-right {
	border-right: 1px solid #e9e9f2 !important
}

.border-bottom {
	border-bottom: 1px solid #e9e9f2 !important
}

.border-left {
	border-left: 1px solid #e9e9f2 !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: #3498db !important
}

.border-secondary {
	border-color: #f7f7fc !important
}

.border-success {
	border-color: #16c995 !important
}

.border-info {
	border-color: #3498db !important
}

.border-warning {
	border-color: #ffb15c !important
}

.border-danger {
	border-color: #f74f78 !important
}

.border-light {
	border-color: #fff !important
}

.border-dark {
	border-color: #37384e !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .5rem !important
}

.rounded {
	border-radius: .75rem !important
}

.rounded-top {
	border-top-left-radius: .75rem !important;
	border-top-right-radius: .75rem !important
}

.rounded-right {
	border-top-right-radius: .75rem !important;
	border-bottom-right-radius: .75rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .75rem !important;
	border-bottom-left-radius: .75rem !important
}

.rounded-left {
	border-top-left-radius: .75rem !important;
	border-bottom-left-radius: .75rem !important
}

.rounded-lg {
	border-radius: 1rem !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: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	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: -ms-flexbox !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1280px) {
	.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: -ms-flexbox !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		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.8571428571%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 1280px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		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: 1280px) {
	.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 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important
}

.shadow {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.2) !important
}

.shadow-lg {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !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
}

.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
}

.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: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .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: 5rem !important
}

.mt-6,
.my-6 {
	margin-top: 5rem !important
}

.mr-6,
.mx-6 {
	margin-right: 5rem !important
}

.mb-6,
.my-6 {
	margin-bottom: 5rem !important
}

.ml-6,
.mx-6 {
	margin-left: 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
}

.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: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .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: 5rem !important
}

.pt-6,
.py-6 {
	padding-top: 5rem !important
}

.pr-6,
.px-6 {
	padding-right: 5rem !important
}

.pb-6,
.py-6 {
	padding-bottom: 5rem !important
}

.pl-6,
.px-6 {
	padding-left: 5rem !important
}

.p-7 {
	padding: 6rem !important
}

.pt-7,
.py-7 {
	padding-top: 6rem !important
}

.pt-8,
.py-8 {
	padding-top: 8rem !important
}

.pr-7,
.px-7 {
	padding-right: 6rem !important
}

.pb-7,
.py-7 {
	padding-bottom: 6rem !important
}

.pb-8,
.py-8 {
	padding-bottom: 8rem !important
}

.pl-7,
.px-7 {
	padding-left: 6rem !important
}

.m-n1 {
	margin: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.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: -5rem !important
}

.mt-n6,
.my-n6 {
	margin-top: -5rem !important
}

.mr-n6,
.mx-n6 {
	margin-right: -5rem !important
}

.mb-n6,
.my-n6 {
	margin-bottom: -5rem !important
}

.ml-n6,
.mx-n6 {
	margin-left: -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-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: .25rem !important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .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: 5rem !important
	}
	.mt-sm-6,
	.my-sm-6 {
		margin-top: 5rem !important
	}
	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 5rem !important
	}
	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 5rem !important
	}
	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 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
	}
	.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: .25rem !important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .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: 5rem !important
	}
	.pt-sm-6,
	.py-sm-6 {
		padding-top: 5rem !important
	}
	.pr-sm-6,
	.px-sm-6 {
		padding-right: 5rem !important
	}
	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 5rem !important
	}
	.pl-sm-6,
	.px-sm-6 {
		padding-left: 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
	}
	.m-sm-n1 {
		margin: -.25rem !important
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}
	.m-sm-n2 {
		margin: -.5rem !important
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.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: -5rem !important
	}
	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -5rem !important
	}
	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -5rem !important
	}
	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -5rem !important
	}
	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -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-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: .25rem !important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .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: 5rem !important
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 5rem !important
	}
	.mr-md-6,
	.mx-md-6 {
		margin-right: 5rem !important
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 5rem !important
	}
	.ml-md-6,
	.mx-md-6 {
		margin-left: 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
	}
	.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: .25rem !important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .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: 5rem !important
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 5rem !important
	}
	.pr-md-6,
	.px-md-6 {
		padding-right: 5rem !important
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 5rem !important
	}
	.pl-md-6,
	.px-md-6 {
		padding-left: 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
	}
	.m-md-n1 {
		margin: -.25rem !important
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}
	.m-md-n2 {
		margin: -.5rem !important
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.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: -5rem !important
	}
	.mt-md-n6,
	.my-md-n6 {
		margin-top: -5rem !important
	}
	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -5rem !important
	}
	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -5rem !important
	}
	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -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-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: .25rem !important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .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: 5rem !important
	}
	.mt-lg-6,
	.my-lg-6 {
		margin-top: 5rem !important
	}
	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 5rem !important
	}
	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 5rem !important
	}
	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 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
	}
	.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: .25rem !important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .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: 5rem !important
	}
	.pt-lg-6,
	.py-lg-6 {
		padding-top: 5rem !important
	}
	.pr-lg-6,
	.px-lg-6 {
		padding-right: 5rem !important
	}
	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 5rem !important
	}
	.pl-lg-6,
	.px-lg-6 {
		padding-left: 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
	}
	.m-lg-n1 {
		margin: -.25rem !important
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}
	.m-lg-n2 {
		margin: -.5rem !important
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.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: -5rem !important
	}
	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -5rem !important
	}
	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -5rem !important
	}
	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -5rem !important
	}
	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -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-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: 1280px) {
	.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: .25rem !important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .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: 5rem !important
	}
	.mt-xl-6,
	.my-xl-6 {
		margin-top: 5rem !important
	}
	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 5rem !important
	}
	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 5rem !important
	}
	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 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
	}
	.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: .25rem !important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .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: 5rem !important
	}
	.pt-xl-6,
	.py-xl-6 {
		padding-top: 5rem !important
	}
	.pr-xl-6,
	.px-xl-6 {
		padding-right: 5rem !important
	}
	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 5rem !important
	}
	.pl-xl-6,
	.px-xl-6 {
		padding-left: 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
	}
	.m-xl-n1 {
		margin: -.25rem !important
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}
	.m-xl-n2 {
		margin: -.5rem !important
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.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: -5rem !important
	}
	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -5rem !important
	}
	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -5rem !important
	}
	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -5rem !important
	}
	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -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-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)
}

.cs-page-wrapper {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.cs-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0
}


@font-face {
	font-family: 'feather';
	src: url("../fonts/feather﹖wf5759.ttf") format("truetype"), url("../fonts/feather﹖wf5759.woff") format("woff"), url("../fonts/feather﹖wf5759.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

[class^="fe-"],
[class*=" fe-"] {
	display: inline-block;
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fe-activity:before {
	content: "\e900"
}

.fe-airplay:before {
	content: "\e901"
}

.fe-alert-circle:before {
	content: "\e902"
}

.fe-alert-octagon:before {
	content: "\e903"
}

.fe-alert-triangle:before {
	content: "\e904"
}

.fe-align-center:before {
	content: "\e905"
}

.fe-align-justify:before {
	content: "\e906"
}

.fe-align-left:before {
	content: "\e907"
}

.fe-align-right:before {
	content: "\e908"
}

.fe-anchor:before {
	content: "\e909"
}

.fe-aperture:before {
	content: "\e90a"
}

.fe-archive:before {
	content: "\e90b"
}

.fe-arrow-down-circle:before {
	content: "\e90c"
}

.fe-arrow-down-left:before {
	content: "\e90d"
}

.fe-arrow-down-right:before {
	content: "\e90e"
}

.fe-arrow-down:before {
	content: "\e90f"
}

.fe-arrow-left-circle:before {
	content: "\e910"
}

.fe-arrow-left:before {
	content: "\e911"
}

.fe-arrow-right-circle:before {
	content: "\e912"
}

.fe-arrow-right:before {
	content: "\e913"
}

.fe-arrow-up-circle:before {
	content: "\e914"
}

.fe-arrow-up-left:before {
	content: "\e915"
}

.fe-arrow-up-right:before {
	content: "\e916"
}

.fe-arrow-up:before {
	content: "\e917"
}

.fe-at-sign:before {
	content: "\e918"
}

.fe-award:before {
	content: "\e919"
}

.fe-bar-chart-2:before {
	content: "\e91a"
}

.fe-bar-chart:before {
	content: "\e91b"
}

.fe-battery-charging:before {
	content: "\e91c"
}

.fe-battery:before {
	content: "\e91d"
}

.fe-behance:before {
	content: "\e91e"
}

.fe-bell-off:before {
	content: "\e91f"
}

.fe-bell:before {
	content: "\e920"
}

.fe-bluetooth:before {
	content: "\e921"
}

.fe-bold:before {
	content: "\e922"
}

.fe-book-open:before {
	content: "\e923"
}

.fe-book:before {
	content: "\e924"
}

.fe-bookmark:before {
	content: "\e925"
}

.fe-box:before {
	content: "\e926"
}

.fe-briefcase:before {
	content: "\e927"
}

.fe-calendar:before {
	content: "\e928"
}

.fe-camera-off:before {
	content: "\e929"
}

.fe-camera:before {
	content: "\e92a"
}

.fe-cast:before {
	content: "\e92b"
}

.fe-check-circle:before {
	content: "\e92c"
}

.fe-check-square:before {
	content: "\e92d"
}

.fe-check:before {
	content: "\e92e"
}

.fe-chevron-down:before {
	content: "\e92f"
}

.fe-chevron-left:before {
	content: "\e930"
}

.fe-chevron-right:before {
	content: "\e931"
}

.fe-chevron-up:before {
	content: "\e932"
}

.fe-chevrons-down:before {
	content: "\e933"
}

.fe-chevrons-left:before {
	content: "\e934"
}

.fe-chevrons-right:before {
	content: "\e935"
}

.fe-chevrons-up:before {
	content: "\e936"
}

.fe-chrome:before {
	content: "\e937"
}

.fe-clipboard:before {
	content: "\e938"
}

.fe-clock:before {
	content: "\e939"
}

.fe-cloud-drizzle:before {
	content: "\e93a"
}

.fe-cloud-lightning:before {
	content: "\e93b"
}

.fe-cloud-off:before {
	content: "\e93c"
}

.fe-cloud-rain:before {
	content: "\e93d"
}

.fe-cloud-snow:before {
	content: "\e93e"
}

.fe-cloud:before {
	content: "\e93f"
}

.fe-code:before {
	content: "\e940"
}

.fe-codepen:before {
	content: "\e941"
}

.fe-codesandbox:before {
	content: "\e942"
}

.fe-coffee:before {
	content: "\e943"
}

.fe-columns:before {
	content: "\e944"
}

.fe-command:before {
	content: "\e945"
}

.fe-compass:before {
	content: "\e946"
}

.fe-copy:before {
	content: "\e947"
}

.fe-corner-down-left:before {
	content: "\e948"
}

.fe-corner-down-right:before {
	content: "\e949"
}

.fe-corner-left-down:before {
	content: "\e94a"
}

.fe-corner-left-up:before {
	content: "\e94b"
}

.fe-corner-right-down:before {
	content: "\e94c"
}

.fe-corner-right-up:before {
	content: "\e94d"
}

.fe-corner-up-left:before {
	content: "\e94e"
}

.fe-corner-up-right:before {
	content: "\e94f"
}

.fe-cpu:before {
	content: "\e950"
}

.fe-credit-card:before {
	content: "\e951"
}

.fe-crop:before {
	content: "\e952"
}

.fe-crosshair:before {
	content: "\e953"
}

.fe-database:before {
	content: "\e954"
}

.fe-delete:before {
	content: "\e955"
}

.fe-disc:before {
	content: "\e956"
}

.fe-dollar-sign:before {
	content: "\e957"
}

.fe-download-cloud:before {
	content: "\e958"
}

.fe-download:before {
	content: "\e959"
}

.fe-dribbble:before {
	content: "\e95a"
}

.fe-droplet:before {
	content: "\e95b"
}

.fe-edit-2:before {
	content: "\e95c"
}

.fe-edit-3:before {
	content: "\e95d"
}

.fe-edit:before {
	content: "\e95e"
}

.fe-external-link:before {
	content: "\e95f"
}

.fe-eye-off:before {
	content: "\e960"
}

.fe-eye:before {
	content: "\e961"
}

.fe-facebook:before {
	content: "\e962"
}

.fe-fast-forward:before {
	content: "\e963"
}

.fe-feather:before {
	content: "\e964"
}

.fe-figma:before {
	content: "\e965"
}

.fe-file-minus:before {
	content: "\e966"
}

.fe-file-plus:before {
	content: "\e967"
}

.fe-file-text:before {
	content: "\e968"
}

.fe-file:before {
	content: "\e969"
}

.fe-film:before {
	content: "\e96a"
}

.fe-filter-alt:before {
	content: "\e96b"
}

.fe-filter:before {
	content: "\e96c"
}

.fe-flag:before {
	content: "\e96d"
}

.fe-folder-minus:before {
	content: "\e96e"
}

.fe-folder-plus:before {
	content: "\e96f"
}

.fe-folder:before {
	content: "\e970"
}

.fe-framer:before {
	content: "\e971"
}

.fe-frown:before {
	content: "\e972"
}

.fe-gift:before {
	content: "\e973"
}

.fe-git-branch:before {
	content: "\e974"
}

.fe-git-commit:before {
	content: "\e975"
}

.fe-git-merge:before {
	content: "\e976"
}

.fe-git-pull-request:before {
	content: "\e977"
}

.fe-github:before {
	content: "\e978"
}

.fe-gitlab:before {
	content: "\e979"
}

.fe-globe:before {
	content: "\e97a"
}

.fe-google:before {
	content: "\e97b"
}

.fe-grid:before {
	content: "\e97c"
}

.fe-hangouts:before {
	content: "\e97d"
}

.fe-hard-drive:before {
	content: "\e97e"
}

.fe-hash:before {
	content: "\e97f"
}

.fe-headphones:before {
	content: "\e980"
}

.fe-heart:before {
	content: "\e981"
}

.fe-help-circle:before {
	content: "\e982"
}

.fe-hexagon:before {
	content: "\e983"
}

.fe-home:before {
	content: "\e984"
}

.fe-image:before {
	content: "\e985"
}

.fe-inbox:before {
	content: "\e986"
}

.fe-info:before {
	content: "\e987"
}

.fe-instagram:before {
	content: "\e988"
}

.fe-italic:before {
	content: "\e989"
}

.fe-key:before {
	content: "\e98a"
}

.fe-layers:before {
	content: "\e98b"
}

.fe-layout:before {
	content: "\e98c"
}

.fe-life-buoy:before {
	content: "\e98d"
}

.fe-link-2:before {
	content: "\e98e"
}

.fe-link:before {
	content: "\e98f"
}

.fe-linkedin:before {
	content: "\e990"
}

.fe-list:before {
	content: "\e991"
}

.fe-loader:before {
	content: "\e992"
}

.fe-lock:before {
	content: "\e993"
}

.fe-log-in:before {
	content: "\e994"
}

.fe-log-out:before {
	content: "\e995"
}

.fe-mail:before {
	content: "\e996"
}

.fe-map-pin:before {
	content: "\e997"
}

.fe-map:before {
	content: "\e998"
}

.fe-maximize-2:before {
	content: "\e999"
}

.fe-maximize:before {
	content: "\e99a"
}

.fe-meh:before {
	content: "\e99b"
}

.fe-menu:before {
	content: "\e99c"
}

.fe-message-circle:before {
	content: "\e99d"
}

.fe-message-square:before {
	content: "\e99e"
}

.fe-messenger:before {
	content: "\e99f"
}

.fe-mic-off:before {
	content: "\e9a0"
}

.fe-mic:before {
	content: "\e9a1"
}

.fe-minimize-2:before {
	content: "\e9a2"
}

.fe-minimize:before {
	content: "\e9a3"
}

.fe-minus-circle:before {
	content: "\e9a4"
}

.fe-minus-square:before {
	content: "\e9a5"
}

.fe-minus:before {
	content: "\e9a6"
}

.fe-monitor:before {
	content: "\e9a7"
}

.fe-moon:before {
	content: "\e9a8"
}

.fe-more-horizontal:before {
	content: "\e9a9"
}

.fe-more-vertical:before {
	content: "\e9aa"
}

.fe-mouse-pointer:before {
	content: "\e9ab"
}

.fe-move:before {
	content: "\e9ac"
}

.fe-music:before {
	content: "\e9ad"
}

.fe-navigation-2:before {
	content: "\e9ae"
}

.fe-navigation:before {
	content: "\e9af"
}

.fe-octagon:before {
	content: "\e9b0"
}

.fe-odnoklassniki:before {
	content: "\e9b1"
}

.fe-package:before {
	content: "\e9b2"
}

.fe-paperclip:before {
	content: "\e9b3"
}

.fe-pause-circle:before {
	content: "\e9b4"
}

.fe-pause:before {
	content: "\e9b5"
}

.fe-paypal:before {
	content: "\e9b6"
}

.fe-pen-tool:before {
	content: "\e9b7"
}

.fe-percent:before {
	content: "\e9b8"
}

.fe-phone-call:before {
	content: "\e9b9"
}

.fe-phone-forwarded:before {
	content: "\e9ba"
}

.fe-phone-incoming:before {
	content: "\e9bb"
}

.fe-phone-missed:before {
	content: "\e9bc"
}

.fe-phone-off:before {
	content: "\e9bd"
}

.fe-phone-outgoing:before {
	content: "\e9be"
}

.fe-phone:before {
	content: "\e9bf"
}

.fe-pie-chart:before {
	content: "\e9c0"
}

.fe-pinterest:before {
	content: "\e9c1"
}

.fe-play-circle:before {
	content: "\e9c2"
}

.fe-play:before {
	content: "\e9c3"
}

.fe-plus-circle:before {
	content: "\e9c4"
}

.fe-plus-square:before {
	content: "\e9c5"
}

.fe-plus:before {
	content: "\e9c6"
}

.fe-pocket:before {
	content: "\e9c7"
}

.fe-power:before {
	content: "\e9c8"
}

.fe-printer:before {
	content: "\e9c9"
}

.fe-radio:before {
	content: "\e9ca"
}

.fe-refresh-ccw:before {
	content: "\e9cb"
}

.fe-refresh-cw:before {
	content: "\e9cc"
}

.fe-repeat:before {
	content: "\e9cd"
}

.fe-rewind:before {
	content: "\e9ce"
}

.fe-rotate-ccw:before {
	content: "\e9cf"
}

.fe-rotate-cw:before {
	content: "\e9d0"
}

.fe-rss:before {
	content: "\e9d1"
}

.fe-save:before {
	content: "\e9d2"
}

.fe-scissors:before {
	content: "\e9d3"
}

.fe-search:before {
	content: "\e9d4"
}

.fe-send:before {
	content: "\e9d5"
}

.fe-server:before {
	content: "\e9d6"
}

.fe-settings:before {
	content: "\e9d7"
}

.fe-share-2:before {
	content: "\e9d8"
}

.fe-share:before {
	content: "\e9d9"
}

.fe-shield-off:before {
	content: "\e9da"
}

.fe-shield:before {
	content: "\e9db"
}

.fe-shopping-bag:before {
	content: "\e9dc"
}

.fe-shopping-cart:before {
	content: "\e9dd"
}

.fe-shuffle:before {
	content: "\e9de"
}

.fe-sidebar:before {
	content: "\e9df"
}

.fe-skip-back:before {
	content: "\e9e0"
}

.fe-skip-forward:before {
	content: "\e9e1"
}

.fe-skype:before {
	content: "\e9e2"
}

.fe-slack:before {
	content: "\e9e3"
}

.fe-slash:before {
	content: "\e9e4"
}

.fe-sliders:before {
	content: "\e9e5"
}

.fe-smartphone:before {
	content: "\e9e6"
}

.fe-smile:before {
	content: "\e9e7"
}

.fe-speaker:before {
	content: "\e9e8"
}

.fe-star:before {
	content: "\e9e9"
}

.fe-stop-circle:before {
	content: "\e9ea"
}

.fe-sun:before {
	content: "\e9eb"
}

.fe-sunrise:before {
	content: "\e9ec"
}

.fe-sunset:before {
	content: "\e9ed"
}

.fe-tablet:before {
	content: "\e9ee"
}

.fe-tag:before {
	content: "\e9ef"
}

.fe-target:before {
	content: "\e9f0"
}

.fe-telegram:before {
	content: "\e9f1"
}

.fe-terminal:before {
	content: "\e9f2"
}

.fe-thermometer:before {
	content: "\e9f3"
}

.fe-thumbs-down:before {
	content: "\e9f4"
}

.fe-thumbs-up:before {
	content: "\e9f5"
}

.fe-toggle-left:before {
	content: "\e9f6"
}

.fe-toggle-right:before {
	content: "\e9f7"
}

.fe-tool:before {
	content: "\e9f8"
}

.fe-trash-2:before {
	content: "\e9f9"
}

.fe-trash:before {
	content: "\e9fa"
}

.fe-trello:before {
	content: "\e9fb"
}

.fe-trending-down:before {
	content: "\e9fc"
}

.fe-trending-up:before {
	content: "\e9fd"
}

.fe-truck:before {
	content: "\e9fe"
}

.fe-tumblr:before {
	content: "\e9ff"
}

.fe-tv:before {
	content: "\ea00"
}

.fe-twitch:before {
	content: "\ea01"
}

.fe-twitter:before {
	content: "\ea02"
}

.fe-type:before {
	content: "\ea03"
}

.fe-umbrella:before {
	content: "\ea04"
}

.fe-underline:before {
	content: "\ea05"
}

.fe-unlock:before {
	content: "\ea06"
}

.fe-upload-cloud:before {
	content: "\ea07"
}

.fe-upload:before {
	content: "\ea08"
}

.fe-user-check:before {
	content: "\ea09"
}

.fe-user-minus:before {
	content: "\ea0a"
}

.fe-user-plus:before {
	content: "\ea0b"
}

.fe-user-x:before {
	content: "\ea0c"
}

.fe-user:before {
	content: "\ea0d"
}

.fe-users:before {
	content: "\ea0e"
}

.fe-viber:before {
	content: "\ea0f"
}

.fe-video-off:before {
	content: "\ea10"
}

.fe-video:before {
	content: "\ea11"
}

.fe-vimeo:before {
	content: "\ea12"
}

.fe-vk:before {
	content: "\ea13"
}

.fe-voicemail:before {
	content: "\ea14"
}

.fe-volume-1:before {
	content: "\ea15"
}

.fe-volume-2:before {
	content: "\ea16"
}

.fe-volume-x:before {
	content: "\ea17"
}

.fe-volume:before {
	content: "\ea18"
}

.fe-watch:before {
	content: "\ea19"
}

.fe-wechat:before {
	content: "\ea1a"
}

.fe-wifi-off:before {
	content: "\ea1b"
}

.fe-wifi:before {
	content: "\ea1c"
}

.fe-wind:before {
	content: "\ea1d"
}

.fe-x-circle:before {
	content: "\ea1e"
}

.fe-x-octagon:before {
	content: "\ea1f"
}

.fe-x-square:before {
	content: "\ea20"
}

.fe-x:before {
	content: "\ea21"
}

.fe-youtube:before {
	content: "\ea22"
}

.fe-zap-off:before {
	content: "\ea23"
}

.fe-zap:before {
	content: "\ea24"
}

.fe-zoom-in:before {
	content: "\ea25"
}

.fe-zoom-out:before {
	content: "\ea26"
}

.fe-quotes:before {
	content: "\ea27"
}

.fe-star-filled:before {
	content: "\ea28"
}

:not(pre)>code[class*='language-'],
pre[class*='language-'],
pre {
	margin: 0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: #f7f7fc;
	font-size: 87.5%
}

pre {
	padding-right: 1rem;
	padding-left: 1rem
}

.code-toolbar :not(pre)>code[class*='language-'],
.code-toolbar pre[class*='language-'] {
	padding-top: 2rem
}

code[class*="language-"],
pre[class*="language-"],
pre {
	color: #4f5067
}

.line-numbers .line-numbers-rows {
	border-right: 1px solid #dfdfec
}

.line-numbers .line-numbers-rows>span::before {
	color: #9e9fb4
}

div.code-toolbar>.toolbar {
	opacity: 1
}

div.code-toolbar>.toolbar button {
	display: inline-block;
	margin: .375rem .5rem;
	padding: .25rem .75rem;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	border-radius: .5rem;
	border: 1px solid rgba(118, 109, 244, 0.35);
	background-color: transparent;
	color: #3498db !important;
	box-shadow: none
}

div.code-toolbar>.toolbar button:focus {
	outline: none;
	box-shadow: none
}

div.code-toolbar>.toolbar button:hover {
	background-color: #3498db;
	color: #fff !important
}

.btn {
	white-space: nowrap
}

.btn>i {
	margin-top: -.125rem;
	vertical-align: middle
}

.btn.active {
	cursor: default
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed
}

.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-warning:hover,
.btn-outline-warning:active {
	color: #fff !important
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-light,
.btn-light:hover {
	color: #525f69 !important;
	border-color: transparent
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	border-color: #fff;
	background-color: #fff
}

.btn-light:focus,
.btn-light.focus {
	border-color: #fff;
	background-color: #fff
}

.btn-gradient {
	color: #fff !important;
	background: #3498db !important;
	background: linear-gradient(to right, #3498db 0%, #3498db 30%, #3498db 100%) !important
}

.btn-outline-secondary {
	border-color: rgba(247, 247, 252, 0.35)
}

.btn-outline-success {
	border-color: rgba(22, 201, 149, 0.35)
}

.btn-outline-info {
	border-color: rgba(106, 155, 244, 0.35)
}

.btn-outline-warning {
	border-color: rgba(255, 177, 92, 0.35)
}

.btn-outline-danger {
	border-color: rgba(247, 79, 120, 0.35)
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, 0.35)
}

.btn-outline-dark {
	border-color: rgba(55, 56, 78, 0.35)
}

.btn-outline-secondary {
	border-color: #dfdfeb
}

.btn-outline-secondary:hover {
	border-color: #9e9fb4;
	background-color: transparent;
	color: #4a4b65 !important
}

[class*=' btn-translucent']:hover {
	color: #fff !important
}

.btn-translucent-primary {
	background-color: rgba(118, 109, 244, 0.08);
	color: #3498db
}

.btn-translucent-primary:hover {
	background-color: #3498db
}

.btn-translucent-secondary {
	background-color: rgba(247, 247, 252, 0.08);
	color: #f7f7fc
}

.btn-translucent-secondary:hover {
	background-color: #f7f7fc
}

.btn-translucent-success {
	background-color: rgba(22, 201, 149, 0.08);
	color: #16c995
}

.btn-translucent-success:hover {
	background-color: #16c995
}

.btn-translucent-info {
	background-color: rgba(106, 155, 244, 0.08);
	color: #3498db
}

.btn-translucent-info:hover {
	background-color: #3498db
}

.btn-translucent-warning {
	background-color: rgba(255, 177, 92, 0.08);
	color: #ffb15c
}

.btn-translucent-warning:hover {
	background-color: #ffb15c
}

.btn-translucent-danger {
	background-color: rgba(247, 79, 120, 0.08);
	color: #f74f78
}

.btn-translucent-danger:hover {
	background-color: #f74f78
}

.btn-translucent-light {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff
}

.btn-translucent-light:hover {
	background-color: #fff
}

.btn-translucent-dark {
	background-color: rgba(55, 56, 78, 0.08);
	color: #37384e
}

.btn-translucent-dark:hover {
	background-color: #37384e
}

.btn-outline-light:hover,
.btn-translucent-light:hover {
	color: #5a5b75 !important
}

.btn-pill {
	border-radius: 2.75rem !important
}

.btn-pill.btn-sm,
.btn-group-sm>.btn-pill.btn {
	border-radius: 2.2875rem !important
}

.btn-pill.btn-lg,
.btn-group-lg>.btn-pill.btn {
	border-radius: 3.3125rem !important
}

.btn-square {
	border-radius: 0 !important
}

.btn-icon {
	padding: .5625rem .7875rem
}

.btn-market {
	display: inline-block;
	padding: .375rem 1rem;
	padding-left: 3rem;
	border-radius: 1rem;
	background-position: center left .75rem;
	background-color: #202020;
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	text-decoration: none;
	white-space: nowrap
}

.btn-market .btn-market-title {
	display: block;
	color: #fff;
	font-size: 1.125rem
}

.btn-market .btn-market-subtitle {
	display: block;
	margin-bottom: -.125rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: .75rem
}

.btn-market:hover {
	text-decoration: none
}

.btn-market.btn-outline {
	transition: background-color 0.25s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background-color: transparent
}

.btn-market.btn-outline:hover {
	background-color: rgba(255, 255, 255, 0.08)
}

.btn-apple {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
}

.btn-google {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}

.btn-windows {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
}

.btn-amazon {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=)
}

.btn-huawei {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjEwMCIKICAgaGVpZ2h0PSIxMDAiCiAgIHZpZXdCb3g9IjAgMCA4MCA4MCIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgc29kaXBvZGk6dmVyc2lvbj0iMC4zMiIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iSHVhd2VpIEFwcEdhbGxlcnkuc3ZnIj4KICA8dGl0bGUKICAgICBpZD0idGl0bGU4NTQiPkh1YXdlaSBBcHBHYWxsZXJ5IDwvdGl0bGU+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNTkiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlPkh1YXdlaSBBcHBHYWxsZXJ5IDwvZGM6dGl0bGU+CiAgICAgICAgPGNjOmxpY2Vuc2UKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9zY3JpcHRzLnNpbC5vcmcvT0ZMIiAvPgogICAgICAgIDxkYzpkYXRlPjIzIGp1bCAyMDIwPC9kYzpkYXRlPgogICAgICAgIDxkYzpjcmVhdG9yPgogICAgICAgICAgPGNjOkFnZW50PgogICAgICAgICAgICA8ZGM6dGl0bGU+RUVJTTwvZGM6dGl0bGU+CiAgICAgICAgICA8L2NjOkFnZW50PgogICAgICAgIDwvZGM6Y3JlYXRvcj4KICAgICAgICA8ZGM6cmlnaHRzPgogICAgICAgICAgPGNjOkFnZW50PgogICAgICAgICAgICA8ZGM6dGl0bGU+Ti9BPC9kYzp0aXRsZT4KICAgICAgICAgIDwvY2M6QWdlbnQ+CiAgICAgICAgPC9kYzpyaWdodHM+CiAgICAgICAgPGRjOmxhbmd1YWdlPmVzPC9kYzpsYW5ndWFnZT4KICAgICAgPC9jYzpXb3JrPgogICAgICA8Y2M6TGljZW5zZQogICAgICAgICByZGY6YWJvdXQ9Imh0dHA6Ly9zY3JpcHRzLnNpbC5vcmcvT0ZMIj4KICAgICAgICA8Y2M6cGVybWl0cwogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3NjcmlwdHMuc2lsLm9yZy9wdWIvT0ZML1JlcHJvZHVjdGlvbiIgLz4KICAgICAgICA8Y2M6cGVybWl0cwogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3NjcmlwdHMuc2lsLm9yZy9wdWIvT0ZML0Rpc3RyaWJ1dGlvbiIgLz4KICAgICAgICA8Y2M6cGVybWl0cwogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3NjcmlwdHMuc2lsLm9yZy9wdWIvT0ZML0VtYmVkZGluZyIgLz4KICAgICAgICA8Y2M6cGVybWl0cwogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3NjcmlwdHMuc2lsLm9yZy9wdWIvT0ZML0Rlcml2YXRpdmVXb3JrcyIgLz4KICAgICAgICA8Y2M6cmVxdWlyZXMKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9zY3JpcHRzLnNpbC5vcmcvcHViL09GTC9Ob3RpY2UiIC8+CiAgICAgICAgPGNjOnJlcXVpcmVzCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vc2NyaXB0cy5zaWwub3JnL3B1Yi9PRkwvQXR0cmlidXRpb24iIC8+CiAgICAgICAgPGNjOnJlcXVpcmVzCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vc2NyaXB0cy5zaWwub3JnL3B1Yi9PRkwvU2hhcmVBbGlrZSIgLz4KICAgICAgICA8Y2M6cmVxdWlyZXMKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9zY3JpcHRzLnNpbC5vcmcvcHViL09GTC9EZXJpdmF0aXZlUmVuYW1pbmciIC8+CiAgICAgICAgPGNjOnJlcXVpcmVzCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vc2NyaXB0cy5zaWwub3JnL3B1Yi9PRkwvQnVuZGxpbmdXaGVuU2VsbGluZyIgLz4KICAgICAgPC9jYzpMaWNlbnNlPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczU3Ij4KICAgIDxwYXR0ZXJuCiAgICAgICB5PSIwIgogICAgICAgeD0iMCIKICAgICAgIGhlaWdodD0iNiIKICAgICAgIHdpZHRoPSI2IgogICAgICAgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgICAgIGlkPSJFTUZoYmFzZXBhdHRlcm4iIC8+CiAgPC9kZWZzPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI3MDUiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMzY2IgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBpZD0iYmFzZSIKICAgICBpbmtzY2FwZTp6b29tPSIzLjgwNDc5NTgiCiAgICAgaW5rc2NhcGU6Y3g9IjQ5LjQ0MDc2NCIKICAgICBpbmtzY2FwZTpjeT0iNjAuMTMxMTM5IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMiIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgc2hvd2d1aWRlcz0iZmFsc2UiCiAgICAgaW5rc2NhcGU6c2hvd3BhZ2VzaGFkb3c9ImZhbHNlIgogICAgIHVuaXRzPSJweCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAvPgogIDxnCiAgICAgaWQ9IiNmZmZmZmZmZiIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDYxKSIgLz4KICA8ZwogICAgIGlkPSIjMmFjYmZmZmYtNCIKICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjc0MDM1MTczLDAsMCwwLjc1NDQ3MDM4LC04NDAuOTU2OTksLTc0Ny4xNTM4NykiCiAgICAgc3R5bGU9ImZpbGw6IzAwZmYwMCIgLz4KICA8cmVjdAogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojZTE0NDU5O2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgaWQ9InJlY3Q4MTciCiAgICAgd2lkdGg9Ijc5LjE5OTk5NyIKICAgICBoZWlnaHQ9Ijc5LjE5OTk5NyIKICAgICB4PSIwLjUzOTcxNzMyIgogICAgIHk9IjAuNDEyMjMzMjkiCiAgICAgcnk9IjE3LjA1ODIxIiAvPgogIDxwYXRoCiAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgICBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6I2M3MzE0ODtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgIGQ9Im0gMTkuODQ2MTAxLDUuNTg5MjAzNyBhIDIuMjUzMTkzNywyLjI0NTEwNTcgMCAwIDAgLTIuMjUwMTg4LDIuMjQ3MjggMi4yNTMxOTM3LDIuMjQ1MTA1NyAwIDAgMCAyLjI1NDIyMywyLjI0Mjk2MzMgMi4yNTMxOTM3LDIuMjQ1MTA1NyAwIDAgMCAyLjI1MjIwNiwtMi4yNDQ5ODEzIHYgLTAuMDA0NSBhIDIuMjUzMTkzNywyLjI0NTEwNTcgMCAwIDAgLTIuMjU2MjQxLC0yLjI0MDk0IHogbSA0MC4zMDIzMjksMCBhIDIuMjUzMTkzNywyLjI0NTEwNTcgMCAwIDAgLTIuMjUwMTY1LDIuMjQ3MjggMi4yNTMxOTM3LDIuMjQ1MTA1NyAwIDAgMCAyLjI1NDUxOSwyLjI0Mjk2MzMgMi4yNTMxOTM3LDIuMjQ1MTA1NyAwIDAgMCAyLjI1MTkxLC0yLjI0NDk4MTMgdiAtMC4wMDQ1IGEgMi4yNTMxOTM3LDIuMjQ1MTA1NyAwIDAgMCAtMi4yNTYyNjQsLTIuMjQwOTQgeiIKICAgICBpZD0icGF0aDgzOCIgLz4KICA8cGF0aAogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjEuMDc4NzgyNjgiCiAgICAgZD0ibSAxOS43NTY4NTQsNy41MjQ4OTA3IGMgLTAuNzgzMDQ1LDAuMDQyMDIgLTAuNzQzMzg1LDEuMTgwOTA1IC0wLjc0MzM4NSwxLjE4MDkwNSA0LjIwODE5MSw4LjE5NDkzNDMgMTEuOTU2ODEzLDEyLjIxNDUyNzMgMjAuODkyMzQ3LDEyLjIxNDk1MTMgOC45MjM3MzIsLTAuMDEzMDIgMTYuNzQ5MjMsLTQuMDc2OTUgMjAuOTUxODYyLC0xMi4yNjEwNzMzIDAsMCAwLjE2NjU5NCwtMS41NDExMDcgLTEuNDczNTE0LC0xLjAwNjkzIC00LjMwOTkxNCw3LjE0MzgwMTMgLTExLjU1MDczMiwxMS4zNjk5ODQzIC0xOS40NzMwNywxMS4zODMzMDMzIC03LjkzNzM0NywwLjAwMiAtMTUuMTUyMjQ5LC00LjE3OTgwMSAtMTkuNDcwNCwtMTEuMzM3MTczMyAtMC4yNzg4OTYsLTAuMTM0NjE4IC0wLjUwMzE0NywtMC4xODM2NzIgLTAuNjgzODQsLTAuMTczOTgzIHogTSA0OC4yMzc2MTYsMzkuMzc4OTE0IDQ1Ljg0MzQ5LDQ2LjUwOTE0MiA0My41MTI4NzYsMzkuMzg0MTk0IEggNDEuMjM3NzggbCAzLjY3MzE5LDEwLjM2NDUyNSBoIDEuNzcxMTI5IGwgMi4zOTkzOTgsLTYuODA4NjQyIDIuMzk2NzczLDYuODA4NjQyIGggMS43ODU2NjEgbCAzLjY2NTI4NywtMTAuMzY0NTI1IGggLTIuMjE4MjEyIGwgLTIuMzM0NjE5LDcuMTI0OTQ4IC0yLjM5NDEwNCwtNy4xMzAyMjggeiBtIC0xMi43MTY2MiwwLjAwMjYgLTQuNjQ1Mzg0LDEwLjM2MTg5MSBoIDIuMTgzODA5IGwgMC44OTY4MDUsLTIuMDA1OTY3IDAuMDYzNDgsLTAuMTUxNTU2IGggNC44MjY1OTMgbCAwLjk0NTc1NSwyLjE1NzUyMyBIIDQyLjAzNTM3IEwgMzcuNDMyMzMsMzkuNDQyMTQgMzcuMzkxMywzOS4zODE1MiBaIG0gMzMuNjQyMDE0LDAuMDAxMyBWIDQ5LjczNjgyIGggMi4xMTEwNjUgViAzOS4zODI4ODUgWiBtIC02MC41Mjg4OTU2LDAuMDAxMyBWIDQ5Ljc1MjU5MSBIIDEwLjc3NDI2NyBWIDQ1LjU0MTc1IGggNC44MzA1NTkgdiA0LjIxMDkxNSBoIDIuMTQwMTY4IFYgMzkuMzg0MjA2IGggLTIuMTQwMTY4IHYgNC4xODMyMzEgaCAtNC44MzA1NTkgdiAtNC4xODMyMzEgeiBtIDE5LjAxNDA1NjYsMC4wMDI2IHYgNS45MzQ4MTkgYyAwLDEuNjg1ODg3IC0wLjg1MDg0MywyLjU4NTg3MSAtMi4zOTY3NTEsMi41ODU4NzEgLTEuNTU0NjA3LDAgLTIuNDExMzI4LC0wLjkyNTE0OCAtMi40MTEzMjgsLTIuNjU3MDM1IHYgLTUuODU2OTI0IGggLTIuMTM4ODMzIHYgNS45MjgyMjUgYyAwLDIuOTE3MTUxIDEuNjQ5MjI0LDQuNTg5MTc3IDQuNTIyMzg2LDQuNTg5MTc3IDIuOTAwNDQ1LDAgNC41NjMzNjYsLTEuNzA0MiA0LjU2MzM2NiwtNC42NzQ4NDEgdiAtNS44NDkxNTUgeiBtIDMxLjAwNTg0MywwLjAwMzkgViA0OS43NDQ2OCBoIDcuOTYyNzcgdiAtMS44ODczMjIgaCAtNS44NTMwMTcgdiAtMi41Njc0MzQgaCAzLjg5MTQyNiB2IC0xLjg4ODUgSCA2MC43NjM3NjcgViA0MS4yNzk0OTUgSCA2Ni40MTMwOCBWIDM5LjM5MDg0IFogbSAtMjIuMjI2OTYsMi42MTQ4NTMgMS41MjY0MzEsMy40NzE1MzQgMC4xMDMxNjQsMC4yMzg1NTUgaCAtMy4yMzUzNzUgbCAwLjEwMTg1MywtMC4yMzg1NTUgeiIKICAgICBpZD0icGF0aDIiCiAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KPC9zdmc+Cg==)
}

.btn-scroll-top {
	display: block;
	position: fixed;
	right: -4.125rem;
	bottom: 1.25rem;
	width: 2.75rem;
	height: 2.75rem;
	transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
	border-radius: .75rem;
	background-color: #3498db;
	color: #fff;
	text-align: center;
	opacity: 0;
	z-index: 1025
}

.btn-scroll-top>.btn-scroll-top-icon {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.625rem
}

.btn-scroll-top .btn-scroll-top-tooltip {
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	visibility: hidden;
	opacity: 0
}

.btn-scroll-top:hover {
	background-color: rgba(55, 56, 78, 0.5);
	color: #fff
}

.btn-scroll-top:hover .btn-scroll-top-tooltip {
	visibility: visible;
	opacity: 1
}

.btn-scroll-top.show {
	right: 1.25rem;
	opacity: 1
}

@media (max-width: 767.98px) {
	.btn-scroll-top {
		width: 2.2916666667rem;
		height: 2.2916666667rem;
		bottom: 1rem
	}
	.btn-scroll-top>.btn-scroll-top-icon {
		line-height: 2.2916666667rem
	}
	.btn-scroll-top.show {
		right: 1rem
	}
}

.btn-like,
.btn-dislike {
	display: inline-block;
	padding: 0;
	padding-left: .625rem;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	border: 0;
	background: 0;
	color: #7c7d98;
	font-size: .875rem;
	text-decoration: none !important;
	white-space: nowrap;
	vertical-align: middle
}

.btn-like::before,
.btn-dislike::before {
	display: inline-block;
	margin-right: .375rem;
	font-family: 'feather';
	font-size: 1.25em;
	vertical-align: middle
}

.btn-like:first-child,
.btn-dislike:first-child {
	padding-right: .625rem;
	padding-left: 0;
	border-right: 1px solid #e3e3ee
}

.btn-like:focus,
.btn-dislike:focus {
	outline: none
}

.btn-like:hover,
.btn-dislike:hover {
	color: #4a4b65
}

.btn-like::before {
	margin-top: -.325rem;
	color: #16c995;
	content: '\e9f5'
}

.btn-dislike::before {
	margin-bottom: -.25rem;
	color: #f74f78;
	content: '\e9f4'
}

.social-btn {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 1px solid transparent;
	transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	border-radius: .5rem;
	background-color: #ffffff;
	color: #3b3b3b;
	font-size: .9375rem;
	text-align: center;
	text-decoration: none !important
}

.social-btn>i {
	line-height: 2.125rem
}

.social-btn:hover {
	color: #fff
}

.social-btn:focus {
	outline: none
}

.social-btn:active {
	transition: none;
	box-shadow: none !important
}

.social-btn.sb-light {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff
}

.social-btn.sb-light:hover {
	background-color: #fff !important;
	box-shadow: none !important
}

.sb-lg {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: .75rem;
	font-size: 1rem
}

.sb-lg>i {
	line-height: 2.625rem
}

.sb-sm {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: .5rem;
	font-size: .8125rem
}

.sb-sm>i {
	line-height: 1.625rem
}

.sb-outline {
	border-color: #e5e5ef;
	background-color: transparent
}

.sb-outline.sb-light {
	border-color: rgba(255, 255, 255, 0.14);
	background-color: transparent
}

.sb-outline:hover {
	border-color: transparent
}

.sb-round {
	border-radius: 50% !important
}

.sb-facebook:hover {
	background-color: #3b5998
}

.sb-facebook:hover.sb-light {
	color: #3b5998
}

.sb-twitter:hover {
	background-color: #1da1f2
}

.sb-twitter:hover.sb-light {
	color: #1da1f2
}

.sb-instagram:hover {
	background-color: #5851db
}

.sb-instagram:hover.sb-light {
	color: #5851db
}

.sb-google:hover {
	background-color: #ea4335
}

.sb-google:hover.sb-light {
	color: #ea4335
}

.sb-linkedin:hover {
	background-color: #0077b5
}

.sb-linkedin:hover.sb-light {
	color: #0077b5
}

.sb-pinterest:hover {
	background-color: #bd081c
}

.sb-pinterest:hover.sb-light {
	color: #bd081c
}

.sb-tumblr:hover {
	background-color: #35465c
}

.sb-tumblr:hover.sb-light {
	color: #35465c
}

.sb-behance:hover {
	background-color: #1769ff
}

.sb-behance:hover.sb-light {
	color: #1769ff
}

.sb-dribbble:hover {
	background-color: #ea4c89
}

.sb-dribbble:hover.sb-light {
	color: #ea4c89
}

.sb-vk:hover {
	background-color: #45668e
}

.sb-vk:hover.sb-light {
	color: #45668e
}

.sb-odnoklassniki:hover {
	background-color: #ed812b
}

.sb-odnoklassniki:hover.sb-light {
	color: #ed812b
}

.sb-skype:hover {
	background-color: #00aff0
}

.sb-skype:hover.sb-light {
	color: #00aff0
}

.sb-hangouts:hover {
	background-color: #0f9d58
}

.sb-hangouts:hover.sb-light {
	color: #0f9d58
}

.sb-messenger:hover {
	background-color: #0084ff
}

.sb-messenger:hover.sb-light {
	color: #0084ff
}

.sb-viber:hover {
	background-color: #59267c
}

.sb-viber:hover.sb-light {
	color: #59267c
}

.sb-telegram:hover {
	background-color: #0088cc
}

.sb-telegram:hover.sb-light {
	color: #0088cc
}

.sb-youtube:hover {
	background-color: #ff0000
}

.sb-youtube:hover.sb-light {
	color: #ff0000
}

.sb-figma:hover {
	background-color: #a259ff
}

.sb-figma:hover.sb-light {
	color: #a259ff
}

.sb-vimeo:hover {
	background-color: #1ab7ea
}

.sb-vimeo:hover.sb-light {
	color: #1ab7ea
}

.sb-wechat:hover {
	background-color: #7bb32e
}

.sb-wechat:hover.sb-light {
	color: #7bb32e
}

.sb-github:hover {
	background-color: #4078c0
}

.sb-github:hover.sb-light {
	color: #4078c0
}

.sb-gitlab:hover {
	background-color: #fc6d26
}

.sb-gitlab:hover.sb-light {
	color: #fc6d26
}

.sb-paypal:hover {
	background-color: #003087
}

.sb-paypal:hover.sb-light {
	color: #003087
}

.sb-slack:hover {
	background-color: #3eb991
}

.sb-slack:hover.sb-light {
	color: #3eb991
}

.sb-trello:hover {
	background-color: #0079bf
}

.sb-trello:hover.sb-light {
	color: #0079bf
}

.sb-twitch:hover {
	background-color: #6441a5
}

.sb-twitch:hover.sb-light {
	color: #6441a5
}

.sb-rss:hover {
	background-color: #f26522
}

.sb-rss:hover.sb-light {
	color: #f26522
}

.sb-email:hover {
	background-color: #3498db
}

.sb-email:hover.sb-light {
	color: #3498db
}


@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes zoom-in {
	from {
		-webkit-transform: scale(0.85rem);
		transform: scale(0.85rem);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes zoom-in {
	from {
		-webkit-transform: scale(0.85rem);
		transform: scale(0.85rem);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.btn-group .btn-outline-secondary:hover,
.btn-group .btn-outline-secondary:active,
.btn-group .btn-outline-secondary.active {
	border-color: #e9e9f2 !important
}

.btn-group-toggle .btn-outline-primary.active,
.btn-group-toggle .btn-outline-primary:hover,
.btn-group-toggle .btn-outline-primary:focus {
	border-color: #494c65 !important;
	background-color: #494c65 !important;
	color: #ffffff !important;
}

.btn-group-toggle .btn-outline-light.active,
.btn-group-toggle .btn-outline-light:hover,
.btn-group-toggle .btn-outline-light:focus {
	border-color: transparent !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important
}

.input-group-overlay {
	position: relative;
	width: 100%
}

.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
	padding-left: 2.5rem;
	border-top-left-radius: .75rem !important;
	border-bottom-left-radius: .75rem !important
}

.input-group-overlay .appended-form-control:not(.rounded-right-0) {
	padding-right: 2.5rem;
	border-top-right-radius: .75rem !important;
	border-bottom-right-radius: .75rem !important
}

.input-group-append-overlay,
.input-group-prepend-overlay {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 5
}

.input-group-append-overlay .input-group-text,
.input-group-prepend-overlay .input-group-text {
	border: 0;
	background-color: transparent
}

.input-group-append-overlay {
	right: 0
}

.input-group-append-overlay .form-control,
.input-group-append-overlay .custom-select {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.input-group-prepend-overlay .form-control,
.input-group-prepend-overlay .custom-select {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.input-group-sm .appended-form-control {
	padding-right: 2rem
}

.input-group-sm .prepended-form-control {
	padding-left: 2rem
}

.input-group-sm>.input-group-prepend-overlay>.input-group-text,
.input-group-sm>.input-group-append-overlay>.input-group-text {
	padding: .425rem 1rem;
	font-size: .875rem
}

.input-group-lg .appended-form-control {
	padding-right: 3rem !important
}

.input-group-lg .prepended-form-control {
	padding-left: 3rem !important
}

.input-group-lg>.input-group-prepend-overlay>.input-group-text,
.input-group-lg>.input-group-append-overlay>.input-group-text {
	padding: .75rem 1.25rem;
	font-size: 1.125rem
}



@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.cs-media-tabs .nav-link .media {
		width: 16rem
	}
	.cs-media-tabs.flex-column .nav-link .media {
		width: 100%
	}
}

.cs-fancy-tabs {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cs-fancy-tabs .nav-link {
	display: block;
	position: relative;
	width: 152px;
	height: 152px;
	border: 0;
	text-align: center
}

.cs-fancy-tabs .nav-link .cs-fancy-tab-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: .5625rem 1.25rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	color: #9e9fb4;
	line-height: 1.4;
	z-index: 5
}

.cs-fancy-tabs .nav-link .cs-fancy-tab-shape,
.cs-fancy-tabs .nav-link::before,
.cs-fancy-tabs .nav-link::after {
	display: block;
	position: absolute;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	content: ''
}

.cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
	top: 8px;
	left: 9px;
	width: 141px;
	height: 136px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='141' height='136' viewBox='0 0 141 136'%3e%3cdefs%3e%3clinearGradient x1='100%' y1='56.7401923%' x2='0%' y2='56.7401923%' id='linearGradient-1'%3e%3cstop stop-color='%234cbed3' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-900.000000, -3315.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M27.2602266,25.9990154 C-9.11920392,72.3295589 12.4827547,135.602003 60.1461146,142.008864 C107.809475,148.415726 150,123.490753 150,75.0878442 C150,26.684936 63.6396571,-20.3315281 27.2602266,25.9990154 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-size: cover;
	z-index: 1
}

.cs-fancy-tabs .nav-link::before {
	top: 1px;
	left: 8px;
	width: 144px;
	height: 140px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='144' height='140' viewBox='0 0 144 140'%3e%3cdefs%3e%3clinearGradient x1='88.6756982%' y1='84.347423%' x2='4.80864136%' y2='26.3388134%' id='linearGradient-1'%3e%3cstop stop-color='%234cbed3' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-899.000000, -3308.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M62.9851149,2.34349468 C7.20709168,21.2388791 -8.98702653,86.0361531 27.6378217,117.472619 C64.2626698,148.909085 126.984793,146.726479 147.304071,115.404978 C167.623349,84.083476 118.763138,-16.5518897 62.9851149,2.34349468 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-size: cover;
	z-index: 2
}

.cs-fancy-tabs .nav-link::after {
	top: 12px;
	left: 0;
	width: 143px;
	height: 139px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='143' height='139' viewBox='0 0 143 139'%3e%3cdefs%3e%3clinearGradient x1='90.1221807%' y1='17.6023579%' x2='18.1882007%' y2='91.5597184%' id='linearGradient-1'%3e%3cstop stop-color='%234cbed3' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23e8a554' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-891.000000, -3319.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M0.226545142,78.6428487 C6.07066962,137.350137 65.4934992,167.748638 104.327822,139.07173 C143.162146,110.394823 155.146053,48.6712687 129.232145,21.7826583 C103.318238,-5.10595204 -5.61757933,19.9355606 0.226545142,78.6428487 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
	background-size: cover;
	z-index: 3
}

.cs-fancy-tabs .nav-link:hover .cs-fancy-tab-text {
	color: #5a5b75
}

.cs-fancy-tabs .nav-link.active .cs-fancy-tab-text {
	color: #fff !important
}

.cs-fancy-tabs .nav-link.active .cs-fancy-tab-shape {
	opacity: 1
}

.cs-fancy-tabs .nav-link.active::before,
.cs-fancy-tabs .nav-link.active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .49
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape::before,
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape::after {
		display: none
	}
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		background: none;
		background-color: #3498db
	}
}

@supports (-ms-ime-align: auto) {
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape::before,
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape::after {
		display: none
	}
	.cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		background: none;
		background-color: #3498db
	}
}

.nav-pills .nav-item {
	margin-bottom: 0
}

.nav-pills .nav-link {
	padding-top: .625rem;
	padding-bottom: .625rem;
	background-color: #f7f7fc;
	color: #5a5b75;
	font-size: 1rem
}

.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]) {
	color: #5a5b75;
	background-color: #e8e8f6
}

.nav-pills .nav-link.disabled {
	background-color: transparent;
	color: #9e9fb4
}

.nav-pills .nav-link.disabled:hover:not(.active) {
	background-color: transparent
}

.nav-pills .nav-link i {
	margin-top: -.25rem
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item,
.nav-pills .nav-item {
	margin-right: .6666666667rem
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item:last-child,
.nav-pills .nav-item:last-child {
	margin-right: 0
}

.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-center .nav-item,
.nav-pills.justify-content-center .nav-item {
	margin-right: .3333333333rem !important;
	margin-left: .3333333333rem !important
}

.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item,
.nav-pills.justify-content-end .nav-item {
	margin-right: 0;
	margin-left: .6666666667rem
}

.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item:last-child,
.nav-pills.justify-content-end .nav-item:last-child {
	margin-left: 0
}

.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item,
.nav-pills.flex-column .nav-item {
	margin-right: 0 !important;
	margin-bottom: .6666666667rem;
	margin-left: 0 !important
}

.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item:last-child,
.nav-pills.flex-column .nav-item:last-child {
	margin-bottom: 0
}

.nav-indicator {
	display: inline-block;
	width: .3125rem;
	height: .3125rem;
	margin-top: -.5rem;
	margin-left: .375rem;
	border-radius: 50%;
	background-color: #16c995
}

.nav-link-style {
	display: inline-block;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	color: #383838;
	font-weight: 500;
	text-decoration: none
}

.nav-link-style>i {
	transition: opacity .25s ease-in-out;
	margin-top: -3px;
}

.nav-link-style:hover {
	color: #3498db;
	text-decoration: none
}

.nav-link-style:hover>i {
	opacity: 1 !important
}

.nav-link-style.active {
	color: #3498db;
	pointer-events: none;
	cursor: default
}

.nav-link-style.active>i {
	opacity: 1 !important
}

.nav-link-style.nav-link-light {
	color: rgba(255, 255, 255, 0.7)
}

.nav-link-style.nav-link-light:hover {
	color: #fff
}

.nav-link-style.nav-link-light.active {
	color: #fff
}

.nav-heading,
.nav-heading a,
.nav-heading .nav-heading-title {
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	color: #202020;
	font-weight: 600;
	text-decoration: none
}

.nav-heading:hover,
.nav-heading:hover .nav-heading-title,
.nav-heading a:hover,
.nav-heading a:hover .nav-heading-title,
.nav-heading .nav-heading-title:hover,
.nav-heading .nav-heading-title:hover .nav-heading-title {
	color: #3498db;
	text-decoration: none
}

.nav-heading.active,
.nav-heading a.active,
.nav-heading .nav-heading-title.active {
	color: #3498db;
	pointer-events: none;
	cursor: default
}

.cs-fancy-link {
	display: inline-block;
	position: relative;
	color: #3498db;
	font-weight: 500;
	text-decoration: none
}

.cs-fancy-link::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: .0625rem;
	background-color: #3498db;
	content: ''
}

.cs-fancy-link:hover {
	color: #3498db;
	text-decoration: none
}

.cs-fancy-link:hover::after {
	-webkit-animation: linkUnderline .6s ease-in-out;
	animation: linkUnderline .6s ease-in-out
}

.cs-fancy-link.text-light {
	color: #fff
}

.cs-fancy-link.text-light::after {
	background-color: #fff
}

.cs-fancy-link.text-light:hover {
	color: #fff
}

@-webkit-keyframes linkUnderline {
	0% {
		width: 100%
	}
	50% {
		width: 0
	}
	100% {
		left: 0;
		width: 100%
	}
}

@keyframes linkUnderline {
	0% {
		width: 100%
	}
	50% {
		width: 0
	}
	100% {
		left: 0;
		width: 100%
	}
}

.meta-link {
	transition: color 0.2s ease-in-out;
	color: #616161;
	vertical-align: middle;
	text-decoration: none
}

.meta-link:not(.media) {
	display: inline-block
}

.meta-link:hover {
	color: #4d4e64;
	text-decoration: none
}

.meta-link>i {
	font-size: 1.25em;
	opacity: .75
}

.meta-divider {
	display: inline-block;
	width: 1px;
	height: 1rem;
	margin: 0 .625rem;
	background-color: #dfdfec;
	vertical-align: middle
}

.radio-tab-pane {
	display: none
}

.radio-tab-pane.active {
	display: block
}

.cs-header {
	position: relative;
	z-index: 1030
}



@-webkit-keyframes dropdown-show {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes dropdown-show {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

a.card:hover,
a.card-body:hover {
	text-decoration: none
}

.card-img,
.card-img-top,
.card-img-bottom {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.card-img>img,
.card-img-top>img,
.card-img-bottom>img {
	display: block;
	width: 100%;
	z-index: 3;
	position: inherit;
}

.card-img-gradient::after,
.card-img-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	content: '';
	opacity: 0
}

.card:hover>.card-img-gradient::after,
.card:hover>.card-img-overlay {
	opacity: 1
}

.card-img-gradient::after {
	background: rgba(76 190 211, 0.3);
	background: linear-gradient(to top, rgb(76 190 211) 0%, rgb(76 190 211 / 0.3) 35%, rgba(224, 134, 26, 0) 100%);
	z-index: 2;
}

.card-img-overlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 1rem;
	background-color: rgba(74, 75, 101, 0.6);
	z-index: 5
}

.card-body,
.card-header {
	position: relative;
	z-index: 5
}

.card-curved-body {
	overflow: hidden
}

.card-curved-body .card-body {
	padding-top: .375rem;
	z-index: 2
}

.card-curved-body .card-body::before {
	display: block;
	position: absolute;
	top: -20px;
	left: -15%;
	width: 130%;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
	content: ''
}

.card-hover {
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

.card.card-hover:hover,
.card.card-active {
	border-color: rgb(76 190 211 / .4) !important;
	box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09) !important
}

.card-hover.border-0::before,
.card-active.border-0::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .2s ease-in-out;
	border: 1px solid #eff7fc;
	border-radius: 1rem;
	content: '';
	z-index: 3;
	opacity: 0
}

.card-hover.border-0:hover::before,
.card-active.border-0:hover::before {
	opacity: 1
}

.card-hover.border-0 a.card-img,
.card-hover.border-0 a.card-img-top,
.card-hover.border-0 a.card-img-bottom,
.card-active.border-0 a.card-img,
.card-active.border-0 a.card-img-top,
.card-active.border-0 a.card-img-bottom {
	z-index: 4
}

.card-active.border-0::before {
	opacity: 1
}

.card-horizontal .card-img-top,
.card-horizontal .card-img-bottom {
	min-height: 15rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media (min-width: 576px) {
	.card-horizontal {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.card-horizontal .card-body {
		padding: 1.9875rem
	}
	.card-horizontal .card-img-top,
	.card-horizontal .card-img-bottom {
		width: 30%
	}
	.card-horizontal .card-img-top {
		border-radius: 0;
		border-top-left-radius: calc(1rem - 1px);
		border-bottom-left-radius: calc(1rem - 1px)
	}
	.card-horizontal .card-img-top.order-sm-2 {
		border-radius: 0;
		border-top-right-radius: calc(1rem - 1px);
		border-bottom-right-radius: calc(1rem - 1px)
	}
}

.card-flip {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.card-flip .card-img,
.card-flip .card-img-top,
.card-flip .card-img-bottom,
.card-flip .card-body {
	position: static
}

.card-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.card-flip-front,
.card-flip-back {
	border-radius: 1rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.card-flip-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border: 1px solid rgba(118, 109, 244, 0.35);
	background-color: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09)
}

.card-flip-back .card-body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%
}

.card-flip-back .card-body .card-body-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.card-flip-back:hover {
	color: inherit;
	text-decoration: none
}

.card-flip:hover .card-flip-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.card-slide {
	border: 0
}

.card-slide .card-slide-inner {
	border-radius: 1rem;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black)
}

.card-slide .card-img {
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.card-slide .card-body {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(125%);
	transform: translateY(125%);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background-color: #fff
}

.card-slide:hover .card-body {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.card-slide:hover .card-img {
	-webkit-transform: scale(1.06) translateY(-2rem);
	transform: scale(1.06) translateY(-2rem)
}

.card-header-tabs {
	margin-bottom: 0
}

.card-floating-icon {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	transition: all 0.25s ease-in-out;
	background-color: #fff;
	border: 1px solid #e9e9f2;
	border-radius: 50%;
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
	border: 0;
	color: #3498db;
	font-size: 1.1875rem;
	text-align: center;
	text-decoration: none;
	z-index: 5
}

.card-floating-icon>i {
	line-height: 2.875rem;
	line-height: 3rem
}

.card-hover .card-floating-icon {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0
}

.card-hover:hover .card-floating-icon {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

a.card-floating-icon:hover {
	color: #493ef0
}

.card-floating-text {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
	transition: opacity .25s ease-in-out;
	z-index: 5;
	opacity: 0
}

.card-floating-text>i {
	margin-top: -.125rem
}

.card:hover .card-floating-text {
	opacity: 1
}

.accordion>.card {
	margin-bottom: .75rem
}

.accordion>.card:last-child {
	margin-bottom: 0
}

.accordion>.card:not(:first-of-type),
.accordion>.card:not(:last-of-type) {
	border: 1px solid rgba(0, 0, 0, 0.085);
	border-radius: 1rem
}

.accordion>.card .card-body {
	padding-top: 0
}

.accordion .card-header {
	padding: 0;
	border: 0
}

.accordion .accordion-heading {
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 600
}

.accordion .accordion-heading>a {
	display: block;
	position: relative;
	padding: 1.09375rem 1.5rem;
	padding-right: 3.625rem;
	color: #3498db
}

.accordion .accordion-heading>a.collapsed {
	color: #4a4b65
}

.accordion .accordion-heading>a:hover {
	color: #3498db;
	text-decoration: none
}

.accordion .accordion-indicator {
	display: block;
	position: absolute;
	top: 50%;
	right: .875rem;
	width: 2.125rem;
	height: 2.125rem;
	margin-top: -1.0625rem;
	transition: color 0.2s ease-in-out;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 2rem;
	text-align: center
}

.accordion .accordion-indicator::before {
	content: '-'
}

.accordion [data-toggle='collapse']:hover i {
	color: #3498db
}

.accordion [data-toggle='collapse'] i {
	transition: color .25s ease-in-out;
	color: #3498db
}

.accordion .collapsed .accordion-indicator::before {
	content: '+'
}

.accordion .collapsed i {
	color: #9e9fb4
}

@media (max-width: 767.98px) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media (max-width: 575.98px) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.card-body>.blockquote {
	margin-bottom: 0;
	padding-top: 5rem !important;
	padding-right: 0 !important;
	padding-left: 0 !important
}

.card-body>.blockquote::before {
	top: 0
}

.card *,
.flex-column * {
	min-height: .01px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.card .card {
		display: block
	}
}

.breadcrumb-item {
	font-weight: 500
}

.breadcrumb-item::before {
	margin-top: -.0625rem;
	font-family: 'feather';
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: middle
}

.breadcrumb-item>a {
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	color: rgb(255 255 255 / 80%)
}

.breadcrumb-item>a:hover {
	color: #3498db;
	text-decoration: none
}

.breadcrumb-item>a>i {
	margin-top: -.0625rem;
	margin-right: .325rem;
	font-size: 1.05em;
	vertical-align: middle
}

.breadcrumb-item.active {
	cursor: default
}

.breadcrumb-light .breadcrumb-item::before {
	color: rgb(255 255 255 / 80%)
}

.breadcrumb-light .breadcrumb-item>a {
	color: #fff
}

.breadcrumb-light .breadcrumb-item>a:hover {
	color: #fff
}

.breadcrumb-light .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.5)
}

.pagination {
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pagination-centered {
	justify-content: center;
}

.page-link {
	position: relative;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	font-weight: 500
}

.page-link.page-link-static:hover {
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	color: #5a5b75
}

.page-link>i {
	margin-top: -.125rem;
	font-size: 1.5em;
	vertical-align: middle
}

.page-item {
	margin: .15rem
}

.page-item.active {
	cursor: default
}

.pagination .page-link {
	border-radius: .5rem;
	font-size: .875rem
}

.pagination-sm .page-link {
	border-radius: .5rem;
	font-size: .8125rem
}

.pagination-lg .page-link {
	border-radius: .75rem;
	font-size: 1rem
}

.pagination-lg .page-link>i {
	margin-top: 0
}

.cs-entry-nav {
	display: block;
	width: 100%;
	max-width: 16rem;
	text-decoration: none
}

.cs-entry-nav:hover {
	text-decoration: none
}

.cs-entry-nav .cs-entry-nav-thumb {
	width: 4rem
}

.cs-entry-nav .cs-entry-nav-thumb>img {
	display: block;
	width: 100%;
	border-radius: .75rem
}

.badge-primary,
.badge-success,
.badge-info,
.badge-warning,
.badge-danger,
.badge-dark {
	color: #fff
}

.badge-primary:hover,
.badge-primary:focus,
.badge-success:hover,
.badge-success:focus,
.badge-info:hover,
.badge-info:focus,
.badge-warning:hover,
.badge-warning:focus,
.badge-danger:hover,
.badge-danger:focus,
.badge-dark:hover,
.badge-dark:focus {
	color: #fff !important
}

.badge-secondary,
.badge-light {
	color: #4a4b65
}

.badge-floating {
	position: absolute;
	top: 1.5rem;
	left: 0;
	z-index: 5
}

.card:not(.border-0):not(.card-category) .badge-floating {
	left: -1px
}

.badge-floating:not(.badge-floating-right) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.badge-floating.badge-floating-right {
	left: auto !important;
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.card:not(.border-0):not(.card-category) .badge-floating.badge-floating-right {
	right: -1px
}

.badge-lg {
	padding-top: .625rem;
	padding-right: .625rem;
	padding-bottom: .625rem;
	padding-left: 1rem;
	font-size: 1rem;
	font-weight: 500
}

.badge-lg:not(.badge-floating-right) {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem
}

.badge-lg.badge-floating-right {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.alert-secondary {
	border-color: #eeeeee;
	background-color: #fafafa;
}

.alert-secondary,
.alert-light {
	color: #383838
}

.alert-secondary a:not(.btn),
.alert-light a:not(.btn) {
	color: #4a4b65 !important
}

.alert-dark {
	border-color: #37384e;
	background-color: #37384e;
	color: #fff
}

.alert-dark>*,
.alert-dark a:not(.btn) {
	color: #fff !important
}

.alert a:not(.btn) {
	text-decoration: underline
}

.alert a:not(.btn):hover {
	text-decoration: none
}

.alert .close:hover {
	color: inherit
}

.alert-dismissible {
	padding-right: 2.625rem
}

.alert-bg-image {
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box
}

.list-group-item {
	margin-bottom: 0
}

.list-group-item-action {
	transition: all 0.2s ease-in-out;
	font-weight: 500
}

.list-group-item-action:active {
	transition: none
}

.list-group-item-primary {
	color: #635ccd;
	background-color: #efedfe
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	color: #453dc3;
	background-color: #e2dffd
}

.list-group-item-secondary {
	color: #cfcfd4;
	background-color: #fefeff
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	color: #b9b9c1;
	background-color: #efefff
}

.list-group-item-success {
	color: #12a97d;
	background-color: #e3f9f2
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	color: #0e8462;
	background-color: #d6f6ec
}

.list-group-item-info {
	color: #5982cd;
	background-color: #edf3fe
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	color: #3b6bc3;
	background-color: #dfe9fd
}

.list-group-item-warning {
	color: #d6954d;
	background-color: #fff6eb
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	color: #cb812f;
	background-color: #ffefdc
}

.list-group-item-danger {
	color: #cf4265;
	background-color: #feeaef
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	color: #b92f51;
	background-color: #fddbe4
}

.list-group-item-light {
	color: #d6d6d6;
	background-color: #fff
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	color: #c2c2c2;
	background-color: #f7f7f7
}

.list-group-item-dark {
	color: #2e2f42;
	background-color: #e7e7ea
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	color: #1d1e2a;
	background-color: #dfdfe3
}

.list-group-item-secondary,
.list-group-item-light {
	color: #737491 !important
}

.list-group-item-secondary a,
.list-group-item-light a {
	color: #737491 !important
}

.list-group-item-secondary {
	background-color: #f7f7fc !important
}

.list-group-item-dark,
.list-group-item-dark:hover,
.list-group-item-dark:focus {
	background-color: #37384e !important;
	color: #fff !important
}

.close {
	transition: opacity 0.15s ease-in-out;
	opacity: .7
}

.close:focus {
	outline: none
}

.close:not(:disabled):not(.disabled):hover {
	opacity: 1
}

.toast {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	border-color: transparent
}

.toast-header {
	color: #4a4b65;
	font-weight: 600
}

.toast-header [class*='fe-'] {
	font-size: 1.25em
}

.toast-header:not([class*='bg-']) {
	border-bottom: 1px solid #e9e9f2
}

.modal-view {
	display: none
}

.modal-view.active {
	display: block;
	-webkit-animation: fade-in .25s ease-in-out;
	animation: fade-in .25s ease-in-out
}

.popover {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
}

.popover-header {
	font-size: 1rem
}

.popover-body {
	font-size: .8125rem
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-bottom-color: #fff
}

.cs-from-top,
.cs-from-bottom,
.cs-from-left,
.cs-from-right,
.cs-scale-up,
.cs-scale-down,
.cs-fade-in {
	transition: all .4s .3s ease-in-out;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.cs-from-top {
	-webkit-transform: translateY(-2.25rem);
	transform: translateY(-2.25rem)
}

.cs-from-bottom {
	-webkit-transform: translateY(2.25rem);
	transform: translateY(2.25rem)
}

.cs-from-left {
	-webkit-transform: translateX(-2.25rem);
	transform: translateX(-2.25rem)
}

.cs-from-right {
	-webkit-transform: translateX(2.25rem);
	transform: translateX(2.25rem)
}

.cs-scale-up {
	-webkit-transform: scale(0.85);
	transform: scale(0.85)
}

.cs-scale-down {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}

.cs-delay-1 {
	transition-delay: .5s
}

.cs-delay-2 {
	transition-delay: .7s
}

.cs-delay-3 {
	transition-delay: .9s
}

.cs-delay-4 {
	transition-delay: 1.1s
}

.tns-slide-active .cs-from-top,
.tns-slide-active .cs-from-bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.tns-slide-active .cs-from-left,
.tns-slide-active .cs-from-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.tns-slide-active .cs-scale-up,
.tns-slide-active .cs-scale-down {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.tns-slide-active .cs-fade-in {
	opacity: 1
}

.cs-date-picker[readonly] {
	background-color: #fff
}

.flatpickr-calendar {
	width: 325px;
	padding: 0 .5rem;
	border-radius: .75rem;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	border: 0
}

.flatpickr-innerContainer {
	padding-bottom: 1.125rem
}

.flatpickr-months {
	padding: .75rem 0
}

.flatpickr-months svg {
	vertical-align: top
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	top: .75rem
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #3498db
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	padding: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.numInputWrapper:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background-color: #f3f3fb
}

.flatpickr-day {
	border-radius: 0;
	border-radius: .75rem
}

.flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
	border-color: #f3f3fb;
	background-color: #f3f3fb
}

.flatpickr-day.today {
	border-color: rgba(118, 109, 244, 0.5) !important;
	color: #3498db !important
}

.flatpickr-day.today.selected {
	color: #fff !important
}

.flatpickr-day.today:hover {
	background-color: transparent
}

.flatpickr-day.selected {
	border-color: #3498db !important;
	background-color: #3498db !important
}

.flatpickr-day.flatpickr-disabled {
	color: #ccccdf !important
}

.flatpickr-day.nextMonthDay {
	color: #9091a9
}

.flatpickr-day.inRange {
	border-color: #f3f3fb !important;
	background-color: #f3f3fb !important;
	box-shadow: -5px 0 0 #f3f3fb, 5px 0 0 #f3f3fb
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.endRange.seleced,
.flatpickr-day.endRange:hover {
	border-color: #3498db !important;
	background-color: #3498db !important
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0;
	border-radius: 0 .75rem .75rem 0
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 0;
	border-radius: .75rem 0 0 .75rem
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 0 #3498db
}

.flatpickr-time {
	margin-bottom: .5rem
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
	background-color: #f3f3fb
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 600
}

.cs-carousel {
	position: relative
}

.cs-carousel .cs-carousel-inner {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0
}

.cs-carousel .cs-carousel-inner:active {
	cursor: -webkit-grab;
	cursor: grab
}

.cs-carousel .cs-carousel-inner.tns-slider {
	display: block;
	opacity: 1
}

.cs-carousel .cs-carousel-inner>* {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
	display: -ms-flexbox;
	display: flex
}

.cs-carousel .tns-outer {
	position: relative
}

@supports (-ms-ime-align: auto) {
	.cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
		display: block
	}
}

.cs-carousel .tns-nav {
	position: absolute;
	top: 100%;
	width: 100%;
	padding-top: 1.5rem;
	text-align: center;
	white-space: nowrap
}

.cs-carousel .tns-nav~.tns-ovh,
.cs-carousel .tns-nav~.tns-inner {
	margin-bottom: 2.75rem
}

.cs-carousel.cs-dots-inside .tns-nav {
	top: auto;
	bottom: 0;
	padding-top: 0;
	padding-bottom: 1.5rem;
	z-index: 10
}

.cs-carousel.cs-dots-inside .tns-nav~.tns-ovh,
.cs-carousel.cs-dots-inside .tns-nav~.tns-inner {
	margin-bottom: 0
}

[data-nav] {
	display: inline-block;
	position: relative;
	width: .75rem;
	height: .75rem;
	margin: 0 .25rem;
	padding: 0;
	border: 0;
	background: none
}

[data-nav]:focus {
	outline: none
}

[data-nav]::before,
[data-nav]::after {
	position: absolute;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	border-radius: 50%;
	content: ''
}

[data-nav]::before {
	top: 50%;
	left: 50%;
	width: .375rem;
	height: .375rem;
	margin-top: -.1875rem;
	margin-left: -.1875rem;
	background-color: #3498db
}

[data-nav]::after {
	top: 0;
	left: 0;
	width: .75rem;
	height: .75rem;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	border: .125rem solid #3498db;
	opacity: 0
}

[data-nav].tns-nav-active::before,
[data-nav].active::before {
	opacity: 0
}

[data-nav].tns-nav-active::after,
[data-nav].active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.cs-dots-light [data-nav]::before {
	background-color: #fff
}

.cs-dots-light [data-nav]::after {
	border-color: #fff
}

.cs-carousel .tns-controls {
	position: absolute;
	top: 100%;
	width: 100%;
	padding-top: 1.75rem;
	text-align: right;
	white-space: nowrap
}

.cs-carousel .tns-controls:focus {
	outline: none
}

.cs-carousel .tns-controls~.tns-ovh,
.cs-carousel .tns-controls~.tns-inner {
	margin-bottom: 4.5rem !important
}

.cs-carousel.cs-controls-center .tns-controls {
	text-align: center
}

.cs-carousel.cs-controls-left .tns-controls {
	text-align: left
}

.cs-carousel [data-controls] {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	transition: all 0.3s ease-in-out;
	border: 1px solid #e9e9f2;
	border-radius: .75rem;
	background-color: #fff;
	color: #737491;
	font-size: 1.25rem;
	text-align: center
}

.cs-carousel [data-controls]>i {
	line-height: 2.5rem
}

.cs-carousel [data-controls]:hover {
	border-color: #c9c9df;
	color: #4a4b65
}

.cs-carousel [data-controls][disabled] {
	pointer-events: none;
	opacity: .5;
	cursor: default
}

.cs-carousel [data-controls='prev'] {
	margin-right: .75rem
}

.cs-carousel.cs-controls-inside .tns-controls {
	position: static;
	width: auto;
	padding: 0 !important
}

.cs-carousel.cs-controls-inside .tns-controls~.tns-ovh,
.cs-carousel.cs-controls-inside .tns-controls~.tns-inner {
	margin: 0 !important
}

.cs-carousel.cs-controls-inside:not(.cs-dots-inside) .tns-nav~.tns-ovh,
.cs-carousel.cs-controls-inside:not(.cs-dots-inside) .tns-nav~.tns-inner {
	margin-bottom: 2.75rem !important
}

.cs-carousel.cs-controls-inside [data-controls] {
	position: absolute;
	top: 50%;
	margin-top: -1.375rem;
	margin-right: 0;
	margin-left: 0;
	z-index: 10
}

.cs-carousel.cs-controls-inside [data-controls][disabled] {
	opacity: 0 !important
}

.cs-carousel.cs-controls-inside [data-controls='prev'] {
	left: 1.75rem
}

.cs-carousel.cs-controls-inside [data-controls='next'] {
	right: 1.75rem
}

.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls] {
	opacity: 0
}

.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls='prev'] {
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem)
}

.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls='next'] {
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem)
}

.cs-carousel.cs-controls-inside.cs-controls-onhover:hover [data-controls] {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

.cs-carousel-progress {
	width: 100%;
	max-width: 10rem
}

.cs-carousel-progress .progress {
	height: .25rem
}

@media (max-width: 767.98px) {
	.cs-carousel-pager.border-left,
	.cs-carousel-pager.border-right {
		border-top: 1px solid #e9e9f2 !important;
		border-right: 0 !important;
		border-left: 0 !important
	}
}

.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav {
	display: none !important
}

.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls~.tns-ovh,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls~.tns-inner,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav~.tns-ovh,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav~.tns-inner,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls~.tns-ovh,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls~.tns-inner,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav~.tns-ovh,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav~.tns-inner {
	margin-bottom: 0 !important
}

.cs-gallery-item {
	display: block;
	position: relative;
	text-decoration: none !important;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black)
}

.cs-gallery-item>img {
	display: block;
	width: 100%
}

.cs-gallery-item::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease-in-out;
	background-color: rgba(55, 56, 78, 0.55);
	content: '';
	opacity: 0;
	z-index: 1
}

.cs-gallery-item::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.875rem;
	height: 2.875rem;
	margin-top: -1.4375rem;
	margin-left: -1.4375rem;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	color: #fff;
	font-family: 'feather';
	font-size: 2rem;
	text-align: center;
	line-height: 2.875rem;
	content: '\ea25';
	z-index: 5
}

.cs-gallery-item .cs-gallery-caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem .5rem;
	-webkit-transform: translateY(0.5rem);
	transform: translateY(0.5rem);
	color: #fff;
	font-size: .875rem;
	text-align: center;
	z-index: 5
}

.cs-gallery-item::after,
.cs-gallery-item .cs-gallery-caption {
	transition: all .3s ease-in-out;
	opacity: 0
}

.cs-gallery-item:hover::before,
.cs-gallery-item:hover::after,
.cs-gallery-item:hover .cs-gallery-caption {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

.cs-gallery-item.cs-gallery-video::after {
	padding-left: .125rem;
	-webkit-transform: none;
	transform: none;
	border-radius: 50%;
	background-color: #fff;
	color: #5a5b75;
	font-size: .875rem;
	font-weight: 700;
	opacity: 1;
	box-shadow: 0 0.375rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
	content: '\e9c3'
}

.cs-map-popup::after {
	display: none
}

.cs-map-popup .cs-gallery-caption {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1rem;
	font-weight: 500
}

.cs-map-popup:hover .cs-gallery-caption {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.lg-on {
	overflow: hidden
}

.lg-item:focus,
.lg:focus,
.lg-outer:focus,
.lg-inner:focus {
	outline: none
}

.cs-comment {
	margin-bottom: 2rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #e9e9f2;
	font-size: .9375rem
}

.cs-comment>.cs-comment {
	position: relative;
	margin-top: 1.875rem;
	margin-bottom: 0;
	padding-bottom: .5rem;
	padding-left: 3.25rem;
	border-bottom: 0
}

.cs-comment>.cs-comment::before {
	position: absolute;
	top: 0;
	left: 1.125rem;
	width: .25rem;
	height: 100%;
	background-color: #e9e9f2;
	content: ''
}

@media (max-width: 575.98px) {
	.cs-comment>.cs-comment {
		padding-left: 2.125rem
	}
	.cs-comment>.cs-comment::before {
		left: 0
	}
}

.cs-video-btn {
	display: inline-block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 5.625rem;
	height: 5.625rem;
	padding-left: .125rem;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border-radius: 50%;
	background-color: #fff;
	color: #5a5b75;
	font-size: 1.25rem;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0.25rem 1rem -0.25rem rgba(55, 56, 78, 0.2);
	vertical-align: middle
}

.cs-video-btn::before {
	font-family: 'feather';
	line-height: 5.625rem;
	content: '\e9c3'
}

.cs-video-btn:hover {
	color: #3498db;
	text-decoration: none;
	box-shadow: 0 0.375rem 1.125rem -0.5rem rgba(118, 109, 244, 0.7)
}

.cs-video-btn-primary {
	background-color: #3498db;
	color: #fff;
	box-shadow: none !important
}

.cs-video-btn-primary:hover {
	background-color: #493ef0;
	color: #fff
}

.cs-video-btn-sm {
	width: 3.75rem;
	height: 3.75rem;
	font-size: 1rem
}

.cs-video-btn-sm::before {
	line-height: 3.75rem
}

.cs-countdown {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: normal;
	text-align: center
}

.cs-countdown .cs-countdown-value {
	font-weight: 600
}

.cs-countdown .cs-countdown-label {
	display: block;
	margin-top: .125rem;
	margin-left: .125rem;
	font-size: 65%
}

.cs-countdown .cs-countdown-days,
.cs-countdown .cs-countdown-hours,
.cs-countdown .cs-countdown-minutes,
.cs-countdown .cs-countdown-seconds {
	margin-right: 1rem;
	margin-bottom: .75rem
}

.cs-countdown .cs-countdown-seconds {
	margin-right: 0
}

.ct-line {
	stroke: #3498db !important;
	stroke-width: .125rem
}

.ct-point {
	stroke: #3498db !important;
	stroke-width: .625rem
}

.ct-bar {
	stroke: #3498db !important;
	stroke-width: .625rem
}

.ct-chart-pie .ct-label {
	fill: #fff;
	font-size: 1rem
}

.cs-price-switch {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.cs-price-label {
	transition: color 0.25s ease-in-out;
	color: #9e9fb4;
	font-size: .875rem;
	font-weight: 500
}

.cs-price-label:first-of-type {
	color: #4a4b65
}

.cs-price-switch-on .cs-price-label:first-of-type {
	color: #9e9fb4
}

.cs-price-switch-on .cs-price-label:last-of-type {
	color: #4a4b65
}

.cs-hotspots {
	position: relative
}

.cs-hotspots img {
	display: block;
	width: 100%
}

.cs-hotspot {
	position: absolute;
	width: 3.625rem;
	height: 3.625rem;
	border-radius: 50%;
	z-index: 5;
	cursor: pointer
}

.cs-hotspot::before,
.cs-hotspot::after {
	position: absolute;
	border-radius: 50%
}

.cs-hotspot::before {
	top: 50%;
	left: 50%;
	width: 2.375rem;
	height: 2.375rem;
	margin-top: -1.1875rem;
	margin-left: -1.1875rem;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	background-color: #fff;
	color: #3498db;
	font-family: 'feather';
	font-size: 1rem;
	text-align: center;
	line-height: 2.375rem;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
	content: '\e9c6'
}

.cs-hotspot::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	content: ''
}

.cs-hotspot:hover::before {
	background-color: #3498db;
	color: #fff
}

.cs-frame-phone {
	position: relative;
	width: 320px;
	margin: 0 15px 20px 15px;
	border: 6px solid #37384e;
	border-radius: 36px
}

.cs-frame-phone::after,
.cs-frame-phone::before {
	display: block;
	position: absolute;
	left: -35px;
	bottom: -10px;
	width: 380px;
	height: 12px;
	border-radius: 50%;
	background-color: #000;
	-webkit-filter: blur(13px);
	filter: blur(13px);
	opacity: .55;
	z-index: -1;
	content: ''
}

.cs-frame-phone::before {
	left: 5px;
	width: 300px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: .18
}

.cs-frame-phone-body {
	position: relative;
	background-color: #fff;
	min-height: 600px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black)
}

.cs-frame-phone-body::before,
.cs-frame-phone-body::after {
	position: absolute;
	background-color: #37384e;
	content: '';
	z-index: 5
}

.cs-frame-phone-body::before {
	top: -24px;
	left: 50%;
	width: 150px;
	height: 48px;
	margin-left: -75px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px
}

.cs-frame-phone-body::after {
	bottom: 10px;
	left: 50%;
	width: 90px;
	height: 4px;
	margin-left: -45px;
	border-radius: 2px
}

.cs-frame-phone-body img {
	display: block;
	width: 100%;
	height: 100%
}

.cs-frame-phone-status-bar {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 0;
	left: 0;
	width: 100%;
	padding: .5rem 1.125rem;
	font-size: .75rem;
	font-weight: 500;
	z-index: 5
}

.cs-frame-phone-status-bar [class^='fe-'] {
	margin-top: -.25rem;
	font-size: 1.0625rem
}

@media (max-width: 575.98px) {
	.cs-frame-phone {
		width: 290px
	}
	.cs-frame-phone::after,
	.cs-frame-phone::before {
		display: none
	}
	.cs-frame-phone-body::before {
		width: 120px;
		margin-left: -60px
	}
}

.cs-frame-browser {
	position: relative;
	padding: 3.5rem 1.5rem 1.5rem 1.5rem;
	border: 1px solid #e3e3ee;
	border-radius: 1.125rem
}

.cs-frame-browser.border-light {
	border-color: rgba(255, 255, 255, 0.15) !important
}

.cs-frame-browser-toolbar {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	top: 1rem;
	left: 1.375rem
}

.cs-frame-browser-body {
	position: relative;
	border-radius: .75rem;
	background-color: #fff;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.06), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	overflow: hidden
}

.cs-frame-browser-body img {
	display: block;
	width: 100%
}

.cs-frame-browser-button {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: .625rem;
	border-radius: 50%
}

.cs-frame-browser-label {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -1.40625rem;
	text-align: center;
	z-index: 10
}

.cs-frame-browser-label .cs-carousel-label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.125rem;
	border-radius: .75rem;
	background-color: #fff;
	color: #5a5b75;
	font-size: .875rem;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
	white-space: nowrap
}

.cs-frame-browser-label .cs-carousel-label>i {
	margin-right: .5rem;
	color: #9e9fb4;
	font-size: 1.3em
}

@media (min-width: 768px) {
	.cs-frame-browser {
		padding: 4rem 2.5rem 2.5rem 2.5rem;
		border-radius: 1.5rem
	}
	.cs-frame-browser-toolbar {
		top: 1.25rem;
		left: 1.625rem
	}
	.cs-frame-browser-body {
		border-radius: 1rem
	}
}

.simplebar-scrollbar::before {
	background-color: #dfdfeb
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1
}

.simplebar-track.simplebar-vertical {
	width: .5rem
}

.simplebar-track.simplebar-horizontal {
	height: .5rem
}

[data-simplebar-inverse] .simplebar-scrollbar::before {
	background-color: rgba(255, 255, 255, 0.3)
}

.jarallax {
	position: relative;
	z-index: 0
}

.jarallax .jarallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center !important;
	background-size: cover !important
}

@media (max-width: 575.98px) {
	[data-disable-parallax-down='xs'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (max-width: 767.98px) {
	[data-disable-parallax-down='sm'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (max-width: 991.98px) {
	[data-disable-parallax-down='md'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (max-width: 1279.98px) {
	[data-disable-parallax-down='lg'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (min-width: 576px) {
	[data-disable-parallax-up='sm'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (min-width: 768px) {
	[data-disable-parallax-up='md'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (min-width: 992px) {
	[data-disable-parallax-up='lg'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

@media (min-width: 1280px) {
	[data-disable-parallax-up='xl'] {
		-webkit-transform: none !important;
		transform: none !important
	}
}

_:-ms-lang(x),
.jarallax .jarallax-img {
	margin: 0 !important;
	position: absolute !important;
	transform: none !important
}

.cs-parallax {
	position: relative
}

.cs-parallax-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.cs-parallax-layer>img {
	display: block;
	width: 100%
}

.cs-offcanvas-enabled {
	padding-left: 23.5rem
}

.cs-offcanvas-enabled.cs-offcanvas-right {
	padding-right: 23.5rem;
	padding-left: 0
}

.cs-offcanvas-cap {
	display: none
}

.cs-offcanvas {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-ms-flex-direction: column;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 22rem;
	height: 100% !important;
	z-index: 1035
}

.cs-offcanvas .cs-offcanvas-body {
	height: 100%;
	padding: 0 1rem;
	overflow-y: auto
}

.cs-offcanvas .cs-offcanvas-body .nav-link-style {
	display: block;
	margin-right: -1rem;
	margin-bottom: .75rem;
	margin-left: -1rem;
	padding: 0 1rem
}

.cs-offcanvas .cs-offcanvas-body .nav-link-style.active {
	position: relative
}

.cs-offcanvas .cs-offcanvas-body .nav-link-style.active::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: .125rem;
	height: 100%;
	background-color: #3498db;
	content: ''
}

.cs-offcanvas .cs-offcanvas-body .nav-link-style.active.nav-link-light::before {
	background-color: #fff
}

.cs-offcanvas .cs-offcanvas-cap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 1.25rem 1rem
}

.cs-offcanvas.cs-offcanvas-right {
	right: 0;
	left: auto
}

.cs-offcanvas.cs-offcanvas-collapse-always {
	width: 100%;
	max-width: 22rem;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #fff
}

.cs-offcanvas.cs-offcanvas-collapse-always.cs-offcanvas-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.cs-offcanvas.cs-offcanvas-collapse-always.show {
	-webkit-transform: none;
	transform: none;
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
}

@media (max-width: 1279.98px) {
	.cs-offcanvas-enabled {
		padding-left: 22.5rem
	}
	.cs-offcanvas-enabled.cs-offcanvas-right {
		padding-right: 22.5rem
	}
}

@media (max-width: 991.98px) {
	.cs-offcanvas-enabled {
		padding-left: 0
	}
	.cs-offcanvas-enabled.cs-offcanvas-right {
		padding-right: 0
	}
	.cs-offcanvas-collapse {
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 22rem;
		height: 100% !important;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
		transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		border-radius: 0 !important;
		background-color: #fff;
		z-index: 1035
	}
	.cs-offcanvas-collapse .cs-offcanvas-body {
		height: 100%;
		padding: 0 1rem;
		overflow-y: auto
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav {
		padding-top: 0
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-item {
		border-top: 0;
		border-bottom: 1px solid #e9e9f2 !important
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link {
		color: #5a5b75
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link:hover {
		color: #3498db
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link.active {
		color: #3498db
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link.disabled {
		color: #9e9fb4
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .show>.nav-link,
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .active>.nav-link {
		color: #3498db
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
		color: #5a5b75
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
		color: #3498db
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
		color: #3498db
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
		color: #9e9fb4
	}
	.cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-header {
		color: #4a4b65;
		border-color: #e9e9f2
	}
	.cs-offcanvas-collapse .cs-offcanvas-cap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 1.25rem 1rem
	}
	.cs-offcanvas-collapse.cs-offcanvas-right {
		right: 0;
		left: auto;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	.cs-offcanvas-collapse.show {
		-webkit-transform: none;
		transform: none;
		box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
	}
}

.cs-sidebar-toggle {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	z-index: 1025
}

.cs-is-sidebar .cs-footer {
	padding-bottom: 2.25rem
}

.cs-is-sidebar .cs-sidebar-toggle {
	display: block
}

@media (max-width: 991.98px) {
	.cs-is-sidebar .btn-scroll-top {
		bottom: 3.25rem
	}
}

@media (min-width: 992px) {
	.cs-sidebar-enabled {
		position: relative
	}
	.cs-sidebar-enabled::before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		background-color: #f7f7fc;
		content: ''
	}
	.cs-sidebar-enabled .cs-content {
		position: relative;
		padding-left: 2.5rem;
		background-color: #fff;
		z-index: 2
	}
	.cs-sidebar-enabled.cs-sidebar-right .cs-content {
		padding-left: 15px;
		padding-right: 2.5rem
	}
	.cs-sidebar-enabled.cs-sidebar-right::before {
		right: 0;
		left: auto
	}
	.cs-sidebar {
		background-color: #f7f7fc
	}
	.cs-sidebar-toggle {
		display: none
	}
	.cs-is-sidebar .cs-footer {
		padding-bottom: 0
	}
	.cs-is-sidebar .cs-sidebar-toggle {
		display: none
	}
}

.cs-widget-title {
	margin-bottom: 1.25rem;
	font-size: 1.125rem
}

.cs-widget ul,
.cs-widget ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.cs-widget ul>li,
.cs-widget ol>li {
	display: block;
	margin-bottom: .375rem
}

.cs-widget ul>li:last-child,
.cs-widget ol>li:last-child {
	margin-bottom: 0
}

.cs-widget ul>li ul,
.cs-widget ul>li ol,
.cs-widget ol>li ul,
.cs-widget ol>li ol {
	padding: .25rem 0 .25rem 1.375rem
}

.cs-widget ul>li ul>li,
.cs-widget ul>li ol>li,
.cs-widget ol>li ul>li,
.cs-widget ol>li ol>li {
	position: relative;
	margin-bottom: 0;
	border-left: 2px solid #e9e9f2
}

.cs-widget ul>li ul>li>a,
.cs-widget ul>li ol>li>a,
.cs-widget ol>li ul>li>a,
.cs-widget ol>li ol>li>a {
	padding-left: 1.125rem !important
}

.cs-widget ul>li ul>li>a::after,
.cs-widget ul>li ol>li>a::after,
.cs-widget ol>li ul>li>a::after,
.cs-widget ol>li ol>li>a::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: .75rem;
	height: 1px;
	background-color: #d6d6e7;
	content: ''
}

.cs-widget-link {
	display: block;
	position: relative;
	padding: 0.25rem 0;
	transition: color 0.25s ease-in-out;
	color: #5a5b75;
	font-weight: 500;
	text-decoration: none
}

.cs-widget-link:hover {
	color: #3498db;
	text-decoration: none
}

.cs-widget-link.active,
.active>.cs-widget-link {
	color: #3498db;
	pointer-events: none;
	cursor: default
}

.cs-widget-link>small {
	display: inline-block;
	font-size: 75%;
	font-weight: normal
}

.cs-widget-link+ul>li>.cs-widget-link {
	font-size: 87.5%
}

.cs-widget-light .cs-widget-title {
	color: #fff
}

.cs-widget-light .cs-widget-link {
	color: rgba(255, 255, 255, 0.7);
	font-weight: normal
}

.cs-widget-light .cs-widget-link:hover {
	color: #fff
}

.cs-widget-light .cs-widget-link.active,
.active>.cs-widget-light .cs-widget-link {
	color: #fff
}

.cs-widget-categories .cs-widget-link {
	padding-left: 1.25rem
}

.cs-widget-categories .cs-widget-link::before {
	position: absolute;
	top: .0625rem;
	left: -.1875rem;
	transition: opacity .15s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out, opacity .15s ease-in-out;
	transition: transform .25s ease-in-out, opacity .15s ease-in-out, -webkit-transform .25s ease-in-out;
	font-family: 'feather';
	font-size: 1.25em;
	content: '\e931';
	opacity: .5
}

.cs-widget-categories .cs-widget-link:hover::before,
.cs-widget-categories .cs-widget-link.active::before {
	opacity: 1
}

.cs-widget-categories .cs-widget-link+ul>li>.cs-widget-link {
	padding-left: inherit
}

.cs-widget-categories .cs-widget-link+ul>li>.cs-widget-link::before {
	display: none
}

.cs-widget-categories .active>.cs-widget-link::before {
	opacity: 1
}

.cs-widget-categories [data-toggle='collapse'] {
	color: #3498db
}

.cs-widget-categories [data-toggle='collapse']::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1
}

.cs-widget-categories [data-toggle='collapse'].collapsed {
	color: #5a5b75
}

.cs-widget-categories [data-toggle='collapse'].collapsed::before {
	-webkit-transform: none;
	transform: none;
	opacity: .5
}

.cs-widget-categories [data-toggle='collapse'].collapsed:hover {
	color: #3498db
}

.cs-widget-categories [data-toggle='collapse'].collapsed:hover::before {
	opacity: 1
}

.cs-range-slider-ui {
	height: .1875rem;
	margin: 3.5rem 0;
	border: 0;
	background-color: #ececf6;
	box-shadow: none
}

.cs-range-slider-ui .noUi-connect {
	background-color: #3498db
}

.cs-range-slider-ui .noUi-handle {
	top: 50%;
	width: 1.375rem;
	height: 1.375rem;
	margin-top: -.6875rem;
	border: 1px solid #e9e9f2;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.15)
}

.cs-range-slider-ui .noUi-handle::before,
.cs-range-slider-ui .noUi-handle::after {
	display: none
}

.cs-range-slider-ui .noUi-handle:focus {
	outline: none
}

.cs-range-slider-ui .noUi-marker-normal {
	display: none
}

.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker {
	width: 1px;
	background-color: #d6d6e7
}

.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
	height: .75rem
}

.cs-range-slider-ui .noUi-value {
	padding-top: .125rem;
	color: #737491;
	font-size: .8125rem
}

.cs-range-slider-ui .noUi-tooltip {
	padding: .3125rem .625rem;
	border: 0;
	background-color: #2c2d3f;
	color: #fff;
	font-size: .75rem;
	line-height: 1.2;
	border-radius: .375rem
}

html:not([dir=rtl]) .cs-range-slider-ui.noUi-horizontal .noUi-handle {
	right: -.6875rem
}

.cs-tag {
	display: inline-block;
	padding: .375rem .75rem;
	transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
	border: 1px solid #e9e9f2;
	border-radius: .5rem;
	background-color: #fff;
	color: #737491;
	font-size: .8125rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap
}

.cs-tag:hover {
	border-color: #cfcfe3;
	color: #4a4b65;
	text-decoration: none
}

.card-product {
	max-width: 20rem;
	margin-right: auto;
	margin-left: auto
}

.card-product .card-body {
	padding: .75rem 1.25rem;
	text-align: center
}

.card-product .card-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-top: .5rem;
	padding-right: 1.25rem;
	padding-bottom: 1.375rem;
	padding-left: 1.25rem;
	border: 0
}

.cs-carousel .card-product {
	max-width: 100%
}

.card-category {
	border: 0
}

.card-category .card-body {
	padding: 2.25rem 2.25rem
}

.card-category .card-title {
	margin-bottom: 0
}

.star-rating {
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
	vertical-align: middle
}

.star-rating .sr-star {
	display: inline-block;
	margin-right: .125rem;
	color: #bbbbca;
	font-size: .8125rem;
	vertical-align: middle
}

.star-rating .sr-star.active {
	color: #ffb15c
}

.star-rating.star-rating-lg .sr-star {
	font-size: .9375rem
}

.btn-wishlist,
.btn-addtocart,
.btn-remove,
.btn-details {
	display: inline-block;
	position: relative;
	text-decoration: none
}

.btn-wishlist .btn-tooltip,
.btn-addtocart .btn-tooltip,
.btn-remove .btn-tooltip,
.btn-details .btn-tooltip {
	position: absolute;
	left: 50%;
	bottom: 100%;
	padding: .2083333333rem .4166666667rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: opacity .2s ease-in-out;
	border-radius: .375rem;
	background-color: #37384e;
	color: #fff;
	font-size: .75rem;
	white-space: nowrap;
	opacity: 0
}

.btn-wishlist:hover,
.btn-addtocart:hover,
.btn-remove:hover,
.btn-details:hover {
	text-decoration: none
}

.btn-wishlist:hover .btn-tooltip,
.btn-addtocart:hover .btn-tooltip,
.btn-remove:hover .btn-tooltip,
.btn-details:hover .btn-tooltip {
	opacity: 1
}

.btn-wishlist {
	color: #9e9fb4;
	font-size: 1.25rem
}

.btn-wishlist:hover {
	color: #5a5b75
}

.btn-addtocart {
	color: #3498db;
	font-size: 1.375rem;
	white-space: nowrap
}

.btn-addtocart:hover {
	color: #493ef0
}

.btn-addtocart::after {
	margin-left: .125rem;
	font-size: .9em;
	content: '+'
}

.btn-details {
	color: #3498db;
	font-size: 1.5rem
}

.btn-details:hover {
	color: #493ef0
}

.btn-remove {
	position: absolute;
	top: 1rem;
	right: 1rem;
	transition: opacity 0.2s ease-in-out, color 0.25s ease-in-out;
	color: #f74f78;
	font-size: 1.125rem;
	z-index: 5
}

.btn-remove:hover {
	color: #f51e53
}

@media (min-width: 576px) {
	.btn-remove {
		opacity: 0
	}
	.card:hover>.btn-remove {
		opacity: 1
	}
}

.btn-divider {
	display: inline-block;
	width: 1px;
	height: 1.5rem;
	margin: 0 .75rem;
	background-color: #e9e9f2
}

.cs-product-gallery {
	display: -ms-flexbox;
	display: flex
}

.cs-thumblist {
	margin-left: -.6rem
}

.cs-thumblist-item {
	display: block;
	position: relative;
	width: 4.375rem;
	height: 4.375rem;
	margin: .75rem;
	transition: border-color 0.2s ease-in-out;
	border: 1px solid #e9e9f2;
	border-radius: 1rem;
	text-decoration: none !important;
	overflow: hidden
}

.cs-thumblist-item>img {
	display: block;
	width: 100%;
	transition: opacity .2s ease-in-out;
	border-radius: 1rem;
	opacity: .6
}

.cs-thumblist-item:hover {
	border-color: #cfcfe3
}

.cs-thumblist-item:hover>img {
	opacity: 1
}

.cs-thumblist-item.active {
	border-color: rgba(118, 109, 244, 0.35);
	box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
	pointer-events: none;
	cursor: default
}

.cs-thumblist-item.active>img {
	opacity: 1
}

.cs-preview {
	position: relative;
	width: 100%;
	margin-top: .75rem
}

@media (min-width: 576px) {
	.cs-preview {
		margin-left: .75rem
	}
}

.cs-preview-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	z-index: 1
}

.cs-preview-item>img {
	display: block;
	width: 100%
}

.cs-preview-item.active {
	position: relative;
	opacity: 1;
	z-index: 10
}

@media (max-width: 575.98px) {
	.cs-product-gallery {
		display: block
	}
	.cs-thumblist {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: -15px;
		margin-left: -15px;
		padding-top: 1rem
	}
	.cs-thumblist-item {
		margin: .375rem
	}
}

.active-filter {
	display: inline-block;
	padding: .375rem .75rem;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	border-radius: .5rem;
	background-color: #f7f7fc;
	color: #737491;
	white-space: nowrap;
	font-size: .875rem;
	font-weight: 500;
	text-decoration: none
}

.active-filter:hover {
	background-color: #ececf8;
	color: #4a4b65;
	text-decoration: none
}

.active-filter::after {
	display: inline-block;
	margin-top: -.125rem;
	margin-left: .3125rem;
	font-family: 'feather';
	font-size: 1.2em;
	vertical-align: middle;
	content: '\ea1e'
}

@media (min-width: 576px) {
	.order-item {
		width: 18.125rem
	}
}

.bg-0 {
	background: none !important
}

.bg-image-0 {
	background-image: none !important
}

.bg-darker {
	background-color: #202f3c !important
}

.bg-gradient {
	background: #3498db !important;
	background: linear-gradient(to right, #3498db 0%, #3498db 30%, rgb(238 247 251) 100%) !important
}

.bg-faded-primary {
	background-color: rgb(252 142 58 / 0.20) !important
}

.bg-faded-secondary {
	background-color: rgba(247, 247, 252, 0.08) !important
}

.bg-faded-success {
	background-color: rgba(22, 201, 149, 0.08) !important
}

.bg-faded-info {
	background-color: rgba(106, 155, 244, 0.08) !important
}

.bg-faded-warning {
	background-color: rgba(255, 177, 92, 0.08) !important
}

.bg-faded-danger {
	background-color: rgba(247, 79, 120, 0.08) !important
}

.bg-faded-light {
	background-color: rgba(255, 255, 255, 0.08) !important
}

.bg-faded-dark {
	background-color: rgba(55, 56, 78, 0.08) !important
}

.border-primary {
	border-color: rgba(118, 109, 244, 0.35) !important
}

.border-secondary {
	border-color: rgba(247, 247, 252, 0.35) !important
}

.border-success {
	border-color: rgba(22, 201, 149, 0.35) !important
}

.border-info {
	border-color: rgba(106, 155, 244, 0.35) !important
}

.border-warning {
	border-color: rgba(255, 177, 92, 0.35) !important
}

.border-danger {
	border-color: rgba(247, 79, 120, 0.35) !important
}

.border-light {
	border-color: rgba(255, 255, 255, 0.35) !important
}

.border-dark {
	border-color: rgba(55, 56, 78, 0.35) !important
}

.border-secondary {
	border-color: #e9e9f2 !important
}

.bg-size-cover {
	background-size: cover !important
}

.bg-position-center {
	background-position: center !important
}

.bg-position-center-y {
	background-position-y: center !important
}

.bg-position-center-x {
	background-position-x: center !important
}

.bg-position-right-top {
	background-position: right top !important
}

.bg-position-left-top {
	background-position: left top !important
}

.bg-position-center-top {
	background-position: center top !important
}

.bg-position-right-bottom {
	background-position: right bottom !important
}

.bg-position-left-bottom {
	background-position: left bottom !important
}

.bg-position-center-bottom {
	background-position: center bottom !important
}

.bg-position-right-center {
	background-position: right center !important
}

.bg-position-left-center {
	background-position: left center !important
}

.bg-no-repeat {
	background-repeat: no-repeat !important
}

.bg-repeat-x {
	background-repeat: repeat-x !important
}

.bg-repeat-y {
	background-repeat: repeat-y !important
}

.bg-fixed {
	background-attachment: fixed !important
}

a[class^='bg-'],
a[class*='bg-'] {
	transition: background-color .25s ease
}

.bg-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5;
	z-index: 1
}

.bg-overlay-content {
	display: block;
	position: relative;
	z-index: 5
}

.font-weight-medium {
	font-weight: 500 !important
}

.font-weight-semibold {
	font-weight: 600 !important
}

.font-size-xl {
	font-size: 1.25rem !important
}

.font-size-lg {
	font-size: 1.125rem !important
}

.font-size-base {
	font-size: 1rem !important
}

.font-size-md {
	font-size: .9375rem !important
}

.font-size-sm {
	font-size: .875rem !important
}

.font-size-ms {
	font-size: .8125rem !important
}

.font-size-xs {
	font-size: .75rem !important
}

.lead {
	font-size: 1.5rem
}

.text-shadow {
	text-shadow: 0 0.0625rem rgba(0, 0, 0, 0.5) !important
}

.text-heading {
	color: #4a4b65 !important
}

.text-nav {
	color: #5a5b75 !important
}

.text-border {
	color: #e9e9f2 !important
}

.box-shadow {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important
}

.box-shadow-sm {
	box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important
}

.box-shadow-lg {
	box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important
}

.rounded-lg {
	border-radius: 1rem
}

.rounded-sm {
	border-radius: .5rem
}

.rounded-top-0 {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.rounded-right-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.rounded-left-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.box-shadow-0 {
	box-shadow: none !important
}

.text-decoration-0 {
	text-decoration: none !important
}

.mt-grid-gutter,
.my-grid-gutter {
	margin-top: 30px !important
}

.mr-grid-gutter,
.mx-grid-gutter {
	margin-right: 30px !important
}

.mb-grid-gutter,
.my-grid-gutter {
	margin-bottom: 30px !important
}

.ml-grid-gutter,
.mx-grid-gutter {
	margin-left: 30px !important
}

.pt-grid-gutter,
.py-grid-gutter {
	padding-top: 30px !important
}

.pr-grid-gutter,
.px-grid-gutter {
	padding-right: 30px !important
}

.pb-grid-gutter,
.py-grid-gutter {
	padding-bottom: 30px !important
}

.pl-grid-gutter,
.px-grid-gutter {
	padding-left: 30px !important
}

.border-light {
	border-color: rgba(255, 255, 255, 0.14) !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-60 {
	opacity: .6 !important
}

.opacity-65 {
	opacity: .6 !important
}

.opacity-70 {
	opacity: .70 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-80 {
	opacity: .8 !important
}

.opacity-90 {
	opacity: .9 !important
}

.opacity-100 {
	opacity: 1 !important
}

.iframe-full-height-wrap {
	min-height: 18rem;
	overflow: hidden
}

.iframe-full-height {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (min-width: 1280px) {
	.text-xl-nowrap {
		white-space: nowrap !important
	}
	.text-xl-wrap {
		white-space: wrap !important
	}
}

@media (min-width: 992px) {
	.text-lg-nowrap {
		white-space: nowrap !important
	}
	.text-lg-wrap {
		white-space: wrap !important
	}
}

@media (min-width: 768px) {
	.text-md-nowrap {
		white-space: nowrap !important
	}
	.text-md-wrap {
		white-space: wrap !important
	}
}

@media (min-width: 576px) {
	.text-sm-nowrap {
		white-space: nowrap !important
	}
	.text-sm-wrap {
		white-space: wrap !important
	}
}

.line-height-base {
	line-height: 1.5 !important
}

.table-fixed {
	table-layout: fixed !important
}

.animation-0 {
	-webkit-animation: none !important;
	animation: none !important
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.media-ie-fix .media-body {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
}

.cs-swap-image {
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.cs-swap-image .cs-swap-from,
.cs-swap-image .cs-swap-to {
	display: block;
	transition: opacity .3s ease-in-out
}

.cs-swap-image .cs-swap-from {
	opacity: .6;
}

.cs-swap-image .cs-swap-to {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 0
}

.cs-swap-image:hover .cs-swap-from,
.cs-swap-image.active .cs-swap-from {
	opacity: 0
}

.cs-swap-image:hover .cs-swap-to,
.cs-swap-image.active .cs-swap-to {
	opacity: 1
}

.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-to {
	transition-duration: .25s
}

.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-from {
	opacity: 0
}

.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-to {
	opacity: 1
}

.cs-view {
	display: none
}

.cs-view.show {
	display: block
}

.cs-shape {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 2
}

.cs-shape svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0
}

.cs-shape.bg-light,
.cs-shape.bg-body,
.cs-shape.bg-primary,
.cs-shape.bg-secondary,
.cs-shape.bg-dark,
.cs-shape.bg-darker {
	background-color: transparent !important
}

.cs-shape.bg-light {
	color: #fff !important
}

.cs-shape.bg-body {
	color: #fff !important
}

.cs-shape.bg-primary {
	color: #3498db !important
}

.cs-shape.bg-secondary {
	color: #eff7fc !important
}

.cs-shape.bg-dark {
	color: #37384e !important
}

.cs-shape.bg-darker {
	color: #2c2d3f !important
}

.cs-shape-top,
.cs-shape-bottom {
	width: 100%;
	left: 0
}

.cs-shape-right,
.cs-shape-left {
	height: 100%;
	left: 0;
	top: 0
}

.cs-shape-right svg,
.cs-shape-left svg {
	top: -2px;
	width: auto;
	height: 102%;
	height: calc(100% + 5px)
}

.cs-shape-top {
	top: 0;
	margin-top: -1px
}

.cs-shape-bottom {
	bottom: 0;
	margin-bottom: -1px
}

.cs-shape-right svg {
	left: auto;
	right: 0;
	margin-right: -1px
}

.cs-shape-left svg {
	left: 0;
	right: auto;
	margin-left: -1px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.cs-shape-right,
	.cs-shape-left {
		display: none
	}
}

.cs-shape-slant {
	padding-bottom: 8.7%
}

.cs-shape-curve-side {
	padding-bottom: 8.4%
}

.cs-shape-curve {
	padding-bottom: 6.2%
}

.line-height-h1 {
	line-height: 1.2 !important
}

.line-height-h2 {
	line-height: 1.25 !important
}

.line-height-h3 {
	line-height: 1.3 !important
}

.line-height-h4 {
	line-height: 1.35 !important
}

.line-height-h5 {
	line-height: 1.4 !important
}

.line-height-h6 {
	line-height: 1.4 !important
}

.fh-section {
	min-height: 100vh
}

.mt--1 {
	margin-top: -3px;	
}

/*# sourceMappingURL=theme.min.css.map */

.card-radius {border-radius: 10px;}

.cursor-pointer {cursor: pointer;}


.messages {
	position: relative;
	list-style: none;
	padding: 0 20px 0 10px;
	margin: 0;
	height: 400px;
	overflow-y: scroll;
}

/* width */
.messages::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.messages::-webkit-scrollbar-track {
	box-shadow: -0.04rem 0 0.4rem 0 rgba(0, 0, 0, 0.1), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
	border-radius: 6px;
	background: #ffffff90;
}

/* Handle */
.messages::-webkit-scrollbar-thumb {
	background: #36394c;
	border-radius: 4px;
}

.messages .message {
	clear: both;
	overflow: hidden;
	transition: all 0.5s linear;
	opacity: 0;
	margin-bottom: 25px;
}
.messages .message.left .avatar {
	background: #3498db;
	float: left;
	padding: 10px;
}
.messages .message.left .text_wrapper {
	margin-left: 20px;
}
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before {
	right: 100%;
	border-right-color: #e8e8e8;
}
.messages .message.left .text {
	color: #2c2d3f;
}
.messages .message.right .text_wrapper {
	background: #3498db !important;
	margin-right: 5px;
	float: right;
	width: auto;
	border-radius: 20px 20px 0 20px;
}
.messages .message.right .text {
	color: #ffffff;
	text-align: right;
}
.messages .message.appeared {
	opacity: 1;
}
.messages .message .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
}
.messages .message .text_wrapper {
	display: inline-block;
	padding: 20px;
	border-radius: 10px;
	width: calc(100% - 85px);
	min-width: 100px;
	position: relative;
}
.messages .message .text_wrapper h4 {
	color: #2c2d3f;
	font-size: 18px;
	font-weight: 500 !important;
}
.messages .message .text_wrapper .list-group-flush>.list-group-item {
	font-size: 18px;
	font-weight: 500 !important;
}
.messages .message .text_wrapper .text {
	font-size: 18px;
	font-weight: 500;
}

.bg-gray {background: #f0f0f0;}

.assistans{
	border-radius: 50%;
	position: fixed;
	bottom: 1.25rem;
	left: 1.25rem;
	padding: 10px 5px;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 5px #3498db;
	z-index: 999;
}
.assistans:hover span{
	display: unset;
}
.assistans span{
	display: none;
	position: absolute;
	font-size: 12px;
	top: -25px;
	right: -45px;
	background: #f3f4f5;
	color: #37384d;
	padding: 1px 3px;
	border-radius: 8px 8px 8px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.assistans img{
	width: 100%;
	height: 100%;
}

.max-lenght-limit {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h-min-100 {min-height:100px;}

.modal-open header.cs-header {
	padding-right: 30px;
}

.modal-open .navbar-sticky.navbar-stuck {
	padding-right: 30px !important;
}

.img-behind::after {
	z-index: 4;
}

.reflection-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transform-style: preserve-3d;
	perspective: 1200px;
}
.reflection-container:before {
	color: #fff;
	position: absolute;
	left: -1rem;
	top: 50%;
	font-size: 6vh;
	transform: translateX(-100%) translateY(-50%);
}
.reflection-container .reflection-content {
	background-size: cover;
	background-position: center;
	transform: rotateX(0) rotateY(0);
	pointer-events: none;
	transition: 100ms linear transform;
	overflow: hidden;
	border-radius: 16px;
	width: 140px;
	height: 140px;
}
.reflection-container .reflection-content:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.05));
}
.reflection-container .reflection-grid-cell {
	position: absolute;
	z-index: 1;
	width: 10%;
	height: 10%;
}
.reflection-container .reflection-grid-cell-1 {
	top: 0%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-1:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-1:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-2 {
	top: 0%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-2:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-2:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-3 {
	top: 0%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-3:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-3:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-4 {
	top: 0%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-4:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-4:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-5 {
	top: 0%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-5:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-5:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-6 {
	top: 0%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-6:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-6:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-7 {
	top: 0%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-7:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-7:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-8 {
	top: 0%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-8:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-8:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-9 {
	top: 0%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-9:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-9:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-10 {
	top: 0%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-10:hover ~ .reflection-content {
	transform: rotateX(20deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-10:hover ~ .reflection-content:before {
	transform: translateY(20%);
}
.reflection-container .reflection-grid-cell-11 {
	top: 10%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-11:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-11:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-12 {
	top: 10%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-12:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-12:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-13 {
	top: 10%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-13:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-13:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-14 {
	top: 10%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-14:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-14:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-15 {
	top: 10%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-15:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-15:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-16 {
	top: 10%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-16:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-16:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-17 {
	top: 10%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-17:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-17:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-18 {
	top: 10%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-18:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-18:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-19 {
	top: 10%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-19:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-19:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-20 {
	top: 10%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-20:hover ~ .reflection-content {
	transform: rotateX(15deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-20:hover ~ .reflection-content:before {
	transform: translateY(15%);
}
.reflection-container .reflection-grid-cell-21 {
	top: 20%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-21:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-21:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-22 {
	top: 20%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-22:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-22:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-23 {
	top: 20%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-23:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-23:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-24 {
	top: 20%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-24:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-24:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-25 {
	top: 20%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-25:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-25:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-26 {
	top: 20%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-26:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-26:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-27 {
	top: 20%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-27:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-27:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-28 {
	top: 20%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-28:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-28:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-29 {
	top: 20%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-29:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-29:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-30 {
	top: 20%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-30:hover ~ .reflection-content {
	transform: rotateX(10deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-30:hover ~ .reflection-content:before {
	transform: translateY(10%);
}
.reflection-container .reflection-grid-cell-31 {
	top: 30%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-31:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-31:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-32 {
	top: 30%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-32:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-32:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-33 {
	top: 30%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-33:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-33:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-34 {
	top: 30%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-34:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-34:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-35 {
	top: 30%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-35:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-35:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-36 {
	top: 30%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-36:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-36:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-37 {
	top: 30%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-37:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-37:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-38 {
	top: 30%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-38:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-38:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-39 {
	top: 30%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-39:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-39:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-40 {
	top: 30%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-40:hover ~ .reflection-content {
	transform: rotateX(5deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-40:hover ~ .reflection-content:before {
	transform: translateY(5%);
}
.reflection-container .reflection-grid-cell-41 {
	top: 40%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-41:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-41:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-42 {
	top: 40%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-42:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-42:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-43 {
	top: 40%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-43:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-43:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-44 {
	top: 40%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-44:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-44:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-45 {
	top: 40%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-45:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-45:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-46 {
	top: 40%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-46:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-46:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-47 {
	top: 40%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-47:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-47:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-48 {
	top: 40%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-48:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-48:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-49 {
	top: 40%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-49:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-49:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-50 {
	top: 40%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-50:hover ~ .reflection-content {
	transform: rotateX(0deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-50:hover ~ .reflection-content:before {
	transform: translateY(0%);
}
.reflection-container .reflection-grid-cell-51 {
	top: 50%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-51:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-51:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-52 {
	top: 50%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-52:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-52:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-53 {
	top: 50%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-53:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-53:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-54 {
	top: 50%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-54:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-54:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-55 {
	top: 50%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-55:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-55:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-56 {
	top: 50%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-56:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-56:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-57 {
	top: 50%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-57:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-57:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-58 {
	top: 50%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-58:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-58:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-59 {
	top: 50%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-59:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-59:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-60 {
	top: 50%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-60:hover ~ .reflection-content {
	transform: rotateX(-5deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-60:hover ~ .reflection-content:before {
	transform: translateY(-5%);
}
.reflection-container .reflection-grid-cell-61 {
	top: 60%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-61:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-61:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-62 {
	top: 60%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-62:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-62:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-63 {
	top: 60%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-63:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-63:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-64 {
	top: 60%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-64:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-64:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-65 {
	top: 60%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-65:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-65:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-66 {
	top: 60%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-66:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-66:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-67 {
	top: 60%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-67:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-67:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-68 {
	top: 60%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-68:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-68:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-69 {
	top: 60%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-69:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-69:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-70 {
	top: 60%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-70:hover ~ .reflection-content {
	transform: rotateX(-10deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-70:hover ~ .reflection-content:before {
	transform: translateY(-10%);
}
.reflection-container .reflection-grid-cell-71 {
	top: 70%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-71:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-71:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-72 {
	top: 70%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-72:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-72:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-73 {
	top: 70%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-73:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-73:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-74 {
	top: 70%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-74:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-74:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-75 {
	top: 70%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-75:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-75:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-76 {
	top: 70%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-76:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-76:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-77 {
	top: 70%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-77:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-77:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-78 {
	top: 70%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-78:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-78:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-79 {
	top: 70%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-79:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-79:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-80 {
	top: 70%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-80:hover ~ .reflection-content {
	transform: rotateX(-15deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-80:hover ~ .reflection-content:before {
	transform: translateY(-15%);
}
.reflection-container .reflection-grid-cell-81 {
	top: 80%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-81:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-81:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-82 {
	top: 80%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-82:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-82:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-83 {
	top: 80%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-83:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-83:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-84 {
	top: 80%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-84:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-84:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-85 {
	top: 80%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-85:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-85:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-86 {
	top: 80%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-86:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-86:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-87 {
	top: 80%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-87:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-87:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-88 {
	top: 80%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-88:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-88:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-89 {
	top: 80%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-89:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-89:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-90 {
	top: 80%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-90:hover ~ .reflection-content {
	transform: rotateX(-20deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-90:hover ~ .reflection-content:before {
	transform: translateY(-20%);
}
.reflection-container .reflection-grid-cell-91 {
	top: 90%;
	left: 0%;
}
.reflection-container .reflection-grid-cell-91:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(-20deg);
}
.reflection-container .reflection-grid-cell-91:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-92 {
	top: 90%;
	left: 10%;
}
.reflection-container .reflection-grid-cell-92:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(-15deg);
}
.reflection-container .reflection-grid-cell-92:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-93 {
	top: 90%;
	left: 20%;
}
.reflection-container .reflection-grid-cell-93:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(-10deg);
}
.reflection-container .reflection-grid-cell-93:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-94 {
	top: 90%;
	left: 30%;
}
.reflection-container .reflection-grid-cell-94:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(-5deg);
}
.reflection-container .reflection-grid-cell-94:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-95 {
	top: 90%;
	left: 40%;
}
.reflection-container .reflection-grid-cell-95:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(0deg);
}
.reflection-container .reflection-grid-cell-95:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-96 {
	top: 90%;
	left: 50%;
}
.reflection-container .reflection-grid-cell-96:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(5deg);
}
.reflection-container .reflection-grid-cell-96:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-97 {
	top: 90%;
	left: 60%;
}
.reflection-container .reflection-grid-cell-97:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(10deg);
}
.reflection-container .reflection-grid-cell-97:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-98 {
	top: 90%;
	left: 70%;
}
.reflection-container .reflection-grid-cell-98:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(15deg);
}
.reflection-container .reflection-grid-cell-98:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-99 {
	top: 90%;
	left: 80%;
}
.reflection-container .reflection-grid-cell-99:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(20deg);
}
.reflection-container .reflection-grid-cell-99:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.reflection-container .reflection-grid-cell-100 {
	top: 90%;
	left: 90%;
}
.reflection-container .reflection-grid-cell-100:hover ~ .reflection-content {
	transform: rotateX(-25deg) rotateY(25deg);
}
.reflection-container .reflection-grid-cell-100:hover ~ .reflection-content:before {
	transform: translateY(-25%);
}
.grecaptcha-badge {
	bottom:90px !important;
	z-index: 99999;
	display: none !important;
}
#modal-tech-view .modal-body .row > div p {margin-bottom: .6rem !important;}
#modal-tech-view .modal-body .row > div h4 {margin-top: 1.75rem !important;}

#modal-tech-view .modal-body .row > div h4:first-child {margin-top: 0 !important;}
#modal-tech-view .modal-body .row > div p:last-child {margin-bottom: 0 !important;}

.waves {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #eff7fc;
}
.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 30px;
		min-height: 30px;
	}
}

#homePageCarousel .carousel-indicators{
	bottom: 50px;
}
#homePageCarousel .carousel-indicators li{
	width: 10px;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 3px;
	border: none;
}
#homePageCarousel .carousel-indicators li.active{
	height: 30px;
	margin-top: -4px;
}
#homePageCarousel .carousel-inner img{
	width: 100%;
	height: auto;
}
#homePageCarousel .carousel-inner .carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom:unset;
}

#homePageCarousel .carousel-inner .carousel-caption p {
	font-size: 1.3rem;
	text-shadow: 1px 4px 8px rgb(56 56 56);
}

#homePageCarousel .carousel-inner .carousel-caption h2 {
	text-shadow: 1px 4px 8px rgb(56 56 56);
}

@media (min-width: 1220px) {
	#homePageCarousel, #homePageCarousel .carousel-inner,#homePageCarousel .carousel-inner img{
		height: calc(100vh - 200px);
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	#homePageCarousel .carousel-indicators{
		bottom: 15px;
	}
	#homePageCarousel .carousel-indicators li{
		width: 6px;
		height: 10px;
		margin-right: 5px;
		margin-left: 5px;
		border-radius: 2px;
	}
	#homePageCarousel .carousel-indicators li.active{
		height: 16px;
		margin-top: -3px;
	}
}

/*
#homePageCarousel .carousel-control-prev:hover{
	box-shadow: inset 200px 0px 100px -100px rgba(0,0,0,0.25);
}
#homePageCarousel .carousel-control-next:hover{
	box-shadow: inset -200px 0px 100px -100px rgba(0,0,0,0.25);
}
*/

#world-map-container g:hover path{
	fill:#a9a9a9;
}

.mb-maxima{
	bottom: 5.5rem;
}

.cookiealert{position:fixed;bottom:0;left:0;width:100%;margin:0!important;z-index:999;opacity:0;border-radius:0;background:#0b232c;transform:translateY(100%);transition:all 500ms ease-out;color:#ecf0f1}.cookiealert.show{opacity:1;transform:translateY(0%);transition-delay:1000ms}.cookiealert a{text-decoration:underline}.cookiealert .acceptcookies{margin-left:10px;vertical-align:baseline}

.bg-title-img {
	background: url('/img/bg-title.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.text-header-color {
	color: #3498db !important
}



.hermes .tp-bullet:after {
	background-color: #3498db !important;
}

.hermes .tp-bullet {
	box-shadow: inset 0 0 0 2px rgb(34 34 34) !important;
}

.white-special-footer svg {
	background-color: #ffffff;
}

.special-footer {
	margin-top:-58px;
}
.special-footer svg {
	background-color: unset;
}
.h-20 {
	height: 20px;
}
.table-min-10 {
	min-height:603px;
}
.table-min-10>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.card-hide {
	display: none;
}
.order-step-icon {
	width: 60px; height: 60px; line-height: 54px;
}
.support-message-container{
	max-height: 500px;
	overflow-y: auto;
}
.support-message-container .support-message-loader{
	min-height: 80px;
	max-height: 500px;
}

@keyframes swoosh-up {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: .1;
		transform: translateY(0.8em)
	}
}

@keyframes swoosh-down {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: .1;
		transform: translateY(-0.8em)
	}
}

.swoosh-up {
	animation: swoosh-up 100ms
}

.swoosh-up-reverse {
	animation: swoosh-up 100ms reverse
}

.swoosh-down {
	animation: swoosh-down 100ms
}

.swoosh-down-reverse {
	animation: swoosh-down 100ms reverse
}

#calendar-wrapper {
	width: 100%;
	display: grid;
	grid-template-rows: 2.5em 1fr;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	font-size: inherit
}

#calendar-wrapper header {
	grid-row: 1/2;
	font-size: 2em;
	box-sizing: inherit
}

#calendar-wrapper header h4 {
	padding: 0;
	margin: 0;
	text-align: center;
}

#calendar {
	display: grid;
	grid-template-columns: 1fr 4em;
	grid-template-rows: 3em 1fr;
	box-sizing: inherit;
	padding: 0;
	margin: 0
}

#calendar #calendar-days,
#calendar #calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-items: center;
	padding: 0 1em;
	box-sizing: inherit;
	margin: 0
}

#calendar #calendar-days {
	justify-items: center;
	grid-row: 1/2;
	grid-column: 1/2
}

#calendar #calendar-grid {
	grid-template-rows: repeat(6, 1fr);
	justify-items: flex-start;
	grid-row: 2/-1;
	grid-column: 1/2;
	width: 100%
}

#calendar #calendar-grid>time {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: .4em;
	padding: 1em .2em;
	width: 90%;
	background-color: rgba(108, 108, 108, .02);
	border-radius: 3px;
	border: 2px solid #3498db;
	transition: box-shadow 200ms, border 100ms;
	box-shadow: 1px 1px transparent;
	box-sizing: inherit
}

@media (max-width: 964px) {
	#calendar #calendar-grid>time {
		padding: 0 !important;
	}
	#calendar #navigation-wrapper button {
		width: 0.8em !important;
	}
}

#calendar #calendar-grid time.selected,
#calendar #calendar-grid time.selected:focus {
	outline: none;
	border: 2px solid #16c895;
	background: #16c894;
	color: #fff;
	font-weight: bold;
	box-sizing: inherit
}

#calendar #calendar-grid time.disabled,
#calendar #calendar-grid time.disabled:focus {
	outline: none;
	border: 2px solid transparent;
	box-sizing: inherit;
	cursor: not-allowed;
	background-color: #eff7fc;
	box-shadow: 1px 1px transparent
}

#calendar #calendar-grid>*:hover {
	border: 2px solid rgba(72, 72, 72, .5);
	box-shadow: 1px 1px rgba(0, 0, 0, .2);
	box-sizing: inherit
}

#calendar #navigation-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	grid-row: 2/-1;
	grid-column: 2/-1;
	box-sizing: inherit;
	padding: 1em 0 3.5em;
	margin: 0
}

#calendar #navigation-wrapper button {
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 3em;
	width: 1.6em;
	box-sizing: inherit;
	padding: .1em;
	margin: 0
}

#calendar #navigation-wrapper button:hover {
	opacity: .75
}

#calendar #navigation-wrapper button svg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1.6em;
	display: block;
	box-sizing: inherit
}

#calendar #navigation-wrapper button:first-of-type {
	transform: rotate(180deg)
}

.time-list-wrapper {
	width: 100%;
	display: grid;
	grid-template-rows: 2.5em 1fr;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	font-size: inherit
}

.time-list-wrapper header {
	grid-row: 1/2;
	font-size: 2em;
	box-sizing: inherit
}

.time-list-wrapper header h4 {
	padding: 0;
	margin: 0;
	text-align: center;
}

.time-list {
	padding: 0;
	margin: 0
}

.time-list .time-list-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	padding: 0 1em;
	box-sizing: inherit;
	margin: 0 0 20px
}

.time-list .time-list-grid {
	grid-template-rows: repeat(3, 1fr);
	justify-items: center;
	grid-row: 2/-1;
	grid-column: 1/2;
	width: 100%
}

.time-list .time-list-grid:last-child {
	margin: 0
}

.time-list .time-list-grid>time {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: .4em;
	padding: 1em .2em;
	width: 90%;
	background-color: rgba(108, 108, 108, .02);
	border-radius: 3px;
	border: 2px solid #3498db;
	transition: box-shadow 200ms, border 100ms;
	box-shadow: 1px 1px transparent;
	box-sizing: inherit
}

.time-list .time-list-grid time.selected,
.time-list .time-list-grid time.selected:focus {
	outline: none;
	border: 2px solid #16c895;
	background: #16c894;
	color: #fff;
	font-weight: bold;
	box-sizing: inherit;
}

.time-list .time-list-grid time.disabled,
.time-list .time-list-grid time.disabled:focus {
	outline: none;
	border: 2px solid #e3eef5;
	box-sizing: inherit;
	cursor: not-allowed;
	background-color: #eff7fc;
	box-shadow: 1px 1px transparent
}

.time-list .time-list-grid>*:hover {
	border: 2px solid rgba(72, 72, 72, .5);
	box-shadow: 1px 1px rgba(0, 0, 0, .2);
	box-sizing: inherit
}