@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap";

/*!* Bootstrap v5.1.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #f15a25;
	--bs-red: #f15a25;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #f15a25;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff
}

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

@media(prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

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

@media(min-width:1200px) {
	.h1,
	h1 {
		font-size: 2.5rem
	}
}

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

@media(min-width:1200px) {
	.h2,
	h2 {
		font-size: 2rem
	}
}

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

@media(min-width:1200px) {
	.h3,
	h3 {
		font-size: 1.75rem
	}
}

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

@media(min-width:1200px) {
	.h4,
	h4 {
		font-size: 1.5rem
	}
}

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

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

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

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

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

ol,
ul {
	padding-left: 2rem
}

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

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

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

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

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

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

code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

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

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

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

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

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: -webkit-calc(1.275rem + .3vw);
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media(min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

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

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

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

output {
	display: inline-block
}

iframe {
	border: 0
}

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

progress {
	vertical-align: baseline
}

[hidden] {
	display: none!important
}

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

.display-1 {
	font-size: -webkit-calc(1.625rem + 4.5vw);
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: -webkit-calc(1.575rem + 3.9vw);
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: -webkit-calc(1.525rem + 3.3vw);
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: -webkit-calc(1.475rem + 2.7vw);
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: -webkit-calc(1.425rem + 2.1vw);
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: -webkit-calc(1.375rem + 1.5vw);
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media(min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

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

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

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

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

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

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

.blockquote-footer:before {
	content: "— "
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: .875em;
	color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

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

@media(min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media(min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col {
	-webkit-flex: 1 0;
	-moz-box-flex: 1;
	flex: 1 0
}

.row-cols-auto>* {
	width: auto
}

.row-cols-1>*,
.row-cols-auto>* {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.row-cols-1>* {
	width: 100%
}

.row-cols-2>* {
	width: 50%
}

.row-cols-2>*,
.row-cols-3>* {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.row-cols-3>* {
	width: 33.3333333333%
}

.row-cols-4>* {
	width: 25%
}

.row-cols-4>*,
.row-cols-5>* {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.row-cols-5>* {
	width: 20%
}

.row-cols-6>* {
	width: 16.6666666667%
}

.col-auto,
.row-cols-6>* {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-auto {
	width: auto
}

.col-1 {
	width: 8.33333333%
}

.col-1,
.col-2 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-2 {
	width: 16.66666667%
}

.col-3 {
	width: 25%
}

.col-3,
.col-4 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-4 {
	width: 33.33333333%
}

.col-5 {
	width: 41.66666667%
}

.col-5,
.col-6 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333%
}

.col-7,
.col-8 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-8 {
	width: 66.66666667%
}

.col-9 {
	width: 75%
}

.col-9,
.col-10 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-10 {
	width: 83.33333333%
}

.col-11 {
	width: 91.66666667%
}

.col-11,
.col-12 {
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto
}

.col-12 {
	width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media(min-width:576px) {
	.col-sm {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 0
	}
	.row-cols-sm-auto>* {
		width: auto
	}
	.row-cols-sm-1>*,
	.row-cols-sm-auto>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-sm-1>* {
		width: 100%
	}
	.row-cols-sm-2>* {
		width: 50%
	}
	.row-cols-sm-2>*,
	.row-cols-sm-3>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-sm-3>* {
		width: 33.3333333333%
	}
	.row-cols-sm-4>* {
		width: 25%
	}
	.row-cols-sm-4>*,
	.row-cols-sm-5>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-sm-5>* {
		width: 20%
	}
	.row-cols-sm-6>* {
		width: 16.6666666667%
	}
	.col-sm-auto,
	.row-cols-sm-6>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-auto {
		width: auto
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-1,
	.col-sm-2 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-3,
	.col-sm-4 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-5,
	.col-sm-6 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-7,
	.col-sm-8 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-9,
	.col-sm-10 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-11,
	.col-sm-12 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-sm-12 {
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333333%
	}
	.offset-sm-2 {
		margin-left: 16.66666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333333%
	}
	.offset-sm-5 {
		margin-left: 41.66666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333333%
	}
	.offset-sm-8 {
		margin-left: 66.66666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333333%
	}
	.offset-sm-11 {
		margin-left: 91.66666667%
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:768px) {
	.col-md {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 0
	}
	.row-cols-md-auto>* {
		width: auto
	}
	.row-cols-md-1>*,
	.row-cols-md-auto>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-md-1>* {
		width: 100%
	}
	.row-cols-md-2>* {
		width: 50%
	}
	.row-cols-md-2>*,
	.row-cols-md-3>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-md-3>* {
		width: 33.3333333333%
	}
	.row-cols-md-4>* {
		width: 25%
	}
	.row-cols-md-4>*,
	.row-cols-md-5>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-md-5>* {
		width: 20%
	}
	.row-cols-md-6>* {
		width: 16.6666666667%
	}
	.col-md-auto,
	.row-cols-md-6>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-auto {
		width: auto
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-1,
	.col-md-2 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-3,
	.col-md-4 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-5,
	.col-md-6 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-7,
	.col-md-8 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-9,
	.col-md-10 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-11,
	.col-md-12 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-md-12 {
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333333%
	}
	.offset-md-2 {
		margin-left: 16.66666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333333%
	}
	.offset-md-5 {
		margin-left: 41.66666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333333%
	}
	.offset-md-8 {
		margin-left: 66.66666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333333%
	}
	.offset-md-11 {
		margin-left: 91.66666667%
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:992px) {
	.col-lg {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 0
	}
	.row-cols-lg-auto>* {
		width: auto
	}
	.row-cols-lg-1>*,
	.row-cols-lg-auto>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-lg-1>* {
		width: 100%
	}
	.row-cols-lg-2>* {
		width: 50%
	}
	.row-cols-lg-2>*,
	.row-cols-lg-3>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-lg-3>* {
		width: 33.3333333333%
	}
	.row-cols-lg-4>* {
		width: 25%
	}
	.row-cols-lg-4>*,
	.row-cols-lg-5>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-lg-5>* {
		width: 20%
	}
	.row-cols-lg-6>* {
		width: 16.6666666667%
	}
	.col-lg-auto,
	.row-cols-lg-6>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-auto {
		width: auto
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-1,
	.col-lg-2 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-3,
	.col-lg-4 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-5,
	.col-lg-6 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-7,
	.col-lg-8 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-9,
	.col-lg-10 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-11,
	.col-lg-12 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-lg-12 {
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:1200px) {
	.col-xl {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 0
	}
	.row-cols-xl-auto>* {
		width: auto
	}
	.row-cols-xl-1>*,
	.row-cols-xl-auto>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xl-1>* {
		width: 100%
	}
	.row-cols-xl-2>* {
		width: 50%
	}
	.row-cols-xl-2>*,
	.row-cols-xl-3>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xl-3>* {
		width: 33.3333333333%
	}
	.row-cols-xl-4>* {
		width: 25%
	}
	.row-cols-xl-4>*,
	.row-cols-xl-5>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xl-5>* {
		width: 20%
	}
	.row-cols-xl-6>* {
		width: 16.6666666667%
	}
	.col-xl-auto,
	.row-cols-xl-6>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-auto {
		width: auto
	}
	.col-xl-1 {
		width: 8.33333333%
	}
	.col-xl-1,
	.col-xl-2 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-2 {
		width: 16.66666667%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-3,
	.col-xl-4 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-4 {
		width: 33.33333333%
	}
	.col-xl-5 {
		width: 41.66666667%
	}
	.col-xl-5,
	.col-xl-6 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.33333333%
	}
	.col-xl-7,
	.col-xl-8 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-8 {
		width: 66.66666667%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-9,
	.col-xl-10 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-10 {
		width: 83.33333333%
	}
	.col-xl-11 {
		width: 91.66666667%
	}
	.col-xl-11,
	.col-xl-12 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xl-12 {
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333333%
	}
	.offset-xl-2 {
		margin-left: 16.66666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333333%
	}
	.offset-xl-5 {
		margin-left: 41.66666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333333%
	}
	.offset-xl-8 {
		margin-left: 66.66666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333333%
	}
	.offset-xl-11 {
		margin-left: 91.66666667%
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media(min-width:1400px) {
	.col-xxl {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 0
	}
	.row-cols-xxl-auto>* {
		width: auto
	}
	.row-cols-xxl-1>*,
	.row-cols-xxl-auto>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xxl-1>* {
		width: 100%
	}
	.row-cols-xxl-2>* {
		width: 50%
	}
	.row-cols-xxl-2>*,
	.row-cols-xxl-3>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xxl-3>* {
		width: 33.3333333333%
	}
	.row-cols-xxl-4>* {
		width: 25%
	}
	.row-cols-xxl-4>*,
	.row-cols-xxl-5>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.row-cols-xxl-5>* {
		width: 20%
	}
	.row-cols-xxl-6>* {
		width: 16.6666666667%
	}
	.col-xxl-auto,
	.row-cols-xxl-6>* {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-auto {
		width: auto
	}
	.col-xxl-1 {
		width: 8.33333333%
	}
	.col-xxl-1,
	.col-xxl-2 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-2 {
		width: 16.66666667%
	}
	.col-xxl-3 {
		width: 25%
	}
	.col-xxl-3,
	.col-xxl-4 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-4 {
		width: 33.33333333%
	}
	.col-xxl-5 {
		width: 41.66666667%
	}
	.col-xxl-5,
	.col-xxl-6 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-6 {
		width: 50%
	}
	.col-xxl-7 {
		width: 58.33333333%
	}
	.col-xxl-7,
	.col-xxl-8 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-8 {
		width: 66.66666667%
	}
	.col-xxl-9 {
		width: 75%
	}
	.col-xxl-9,
	.col-xxl-10 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-10 {
		width: 83.33333333%
	}
	.col-xxl-11 {
		width: 91.66666667%
	}
	.col-xxl-11,
	.col-xxl-12 {
		-webkit-flex: 0 0 auto;
		-moz-box-flex: 0;
		flex: 0 0 auto
	}
	.col-xxl-12 {
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>* {
	padding: .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
	vertical-align: inherit
}

.table>thead {
	vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

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

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

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

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

@media(max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.form-label {
	margin-bottom: .5rem
}

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

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

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

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
	overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

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

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

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

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	-moz-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

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

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

.form-control-sm {
	min-height: -webkit-calc(1.5em + .5rem + 2px);
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	-moz-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem
}

.form-control-lg {
	min-height: -webkit-calc(1.5em + 1rem + 2px);
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	-moz-margin-end: 1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem
}

textarea.form-control {
	min-height: -webkit-calc(1.5em + .75rem + 2px);
	min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
	min-height: -webkit-calc(1.5em + .5rem + 2px);
	min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
	min-height: -webkit-calc(1.5em + 1rem + 2px);
	min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

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

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-select:disabled {
	background-color: #e9ecef
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

.form-check-input[type=checkbox] {
	border-radius: .25em
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==)
}

.form-check-input:checked[type=radio] {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==)
}

.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	opacity: .5
}

.form-switch {
	padding-left: 2.5em
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDAsIDAsIDAsIDAuMjUpJy8+PC9zdmc+);
	background-position: 0;
	border-radius: 2em;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none
	}
}

.form-switch .form-check-input:focus {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjODZiN2ZlJy8+PC9zdmc+)
}

.form-switch .form-check-input:checked {
	background-position: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .65
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-range:focus {
	outline: 0
}

.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

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

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

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

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.form-range:disabled {
	pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.form-floating {
	position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: -webkit-calc(3.5rem + 2px);
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.form-floating>label {
		-webkit-transition: none;
		transition: none
	}
}

.form-floating>.form-control {
	padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control::-webkit-input-placeholder {
	color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	-webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	-webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

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

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

.input-group .btn:focus {
	z-index: 3
}

.input-group-text {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
	padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: right -webkit-calc(.375em + .1875rem) center;
	background-position: right calc(.375em + .1875rem) center;
	background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
	z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
	z-index: 3
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: right -webkit-calc(.375em + .1875rem) center;
	background-position: right calc(.375em + .1875rem) center;
	background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
	z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
	z-index: 3
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

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

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

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

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

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

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

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent
}

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

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

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

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

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

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

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

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

.btn-link:hover {
	color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

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

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

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

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

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

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	-webkit-transition: width .35s ease;
	transition: width .35s ease
}

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

.dropdown,
.dropend,
.dropstart,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

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

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem
}

.dropdown-menu-start {
	--bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.dropdown-menu-end {
	--bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media(min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-end {
		--bs-position: end
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-end {
		--bs-position: end
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-end {
		--bs-position: end
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-end {
		--bs-position: end
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media(min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}
	.dropdown-menu-xxl-end {
		--bs-position: end
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

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

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropend .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

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

.dropend .dropdown-toggle:after {
	vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropstart .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropstart .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

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

.dropstart .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd
}

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

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

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

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

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

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

.nav {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
	color: #0a58ca
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

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

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

.navbar {
	position: relative;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	-webkit-flex-wrap: inherit;
	flex-wrap: inherit
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	-webkit-transition: -webkit-box-shadow .15s ease-in-out;
	transition: -webkit-box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem;
	box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media(min-width:576px) {
	.navbar-expand-sm {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler,
	.navbar-expand-sm .offcanvas-header {
		display: none
	}
	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-sm .offcanvas-bottom,
	.navbar-expand-sm .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-sm .offcanvas-body {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler,
	.navbar-expand-md .offcanvas-header {
		display: none
	}
	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-md .offcanvas-bottom,
	.navbar-expand-md .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-md .offcanvas-body {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler,
	.navbar-expand-lg .offcanvas-header {
		display: none
	}
	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-lg .offcanvas-bottom,
	.navbar-expand-lg .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-lg .offcanvas-body {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler,
	.navbar-expand-xl .offcanvas-header {
		display: none
	}
	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-xl .offcanvas-bottom,
	.navbar-expand-xl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xl .offcanvas-body {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

@media(min-width:1400px) {
	.navbar-expand-xxl {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler,
	.navbar-expand-xxl .offcanvas-header {
		display: none
	}
	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		flex-grow: 1;
		visibility: visible!important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		transform: none
	}
	.navbar-expand-xxl .offcanvas-bottom,
	.navbar-expand-xxl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0
	}
	.navbar-expand-xxl .offcanvas-body {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible
	}
}

.navbar-expand {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: flex!important;
	-webkit-flex-basis: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
	display: none
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	visibility: visible!important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
	height: auto;
	border-top: 0;
	border-bottom: 0
}

.navbar-expand .offcanvas-body {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNTUpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

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

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

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

.card-body {
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}

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

.card-subtitle {
	margin-top: -.25rem
}

.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-link+.card-link {
	margin-left: 1rem
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header-tabs {
	margin-bottom: -.5rem;
	border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
	margin-right: -.5rem;
	margin-left: -.5rem
}

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

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

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

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

.card-group>.card {
	margin-bottom: .75rem
}

@media(min-width:576px) {
	.card-group {
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-flex-flow: row wrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-flow: row wrap
	}
	.card-group>.card {
		-webkit-flex: 1 0;
		-moz-box-flex: 1;
		flex: 1 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-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		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-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.accordion-button {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out
}

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

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed):after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzBjNjNlNCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion-button:after {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.accordion-button:after {
		-webkit-transition: none;
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: -webkit-calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: -webkit-calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: -webkit-calc(.25rem - 1px);
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: -webkit-calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.accordion-body {
	padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush .accordion-item:first-child {
	border-top: 0
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0
}

.breadcrumb {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none
}

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

.breadcrumb-item+.breadcrumb-item:before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "../../../index.html")
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.page-link:hover {
	z-index: 2;
	border-color: #dee2e6
}

.page-link:focus,
.page-link:hover {
	color: #0a58ca;
	background-color: #e9ecef
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6
}

.page-link {
	padding: .375rem .75rem
}

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

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

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

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

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

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

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

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

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

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

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

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

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe
}

.alert-primary .alert-link {
	color: #06357a
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8
}

.alert-secondary .alert-link {
	color: #34383c
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

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

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}

.alert-info .alert-link {
	color: #04414d
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}

.alert-warning .alert-link {
	color: #523e02
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}

.alert-danger .alert-link {
	color: #6a1a21
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light .alert-link {
	color: #4f5050
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf
}

.alert-dark .alert-link {
	color: #101214
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.progress {
	height: 1rem;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress,
.progress-bar {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	overflow: hidden
}

.progress-bar {
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

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

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 75%, transparent 0, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, .15) 0, rgba(255, 255, 255, .15) 75%, transparent 0, 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
	}
}

.list-group {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>li:before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

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

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

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.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 {
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row
}

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

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

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media(min-width:576px) {
	.list-group-horizontal-sm {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:768px) {
	.list-group-horizontal-md {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:992px) {
	.list-group-horizontal-lg {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:1200px) {
	.list-group-horizontal-xl {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media(min-width:1400px) {
	.list-group-horizontal-xxl {
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row
	}
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xxl>.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: #084298;
	background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6
}

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

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce
}

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

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd
}

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

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

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3
}

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

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9
}

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

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4
}

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

.list-group-item-light {
	color: #636464;
	background-color: #fefefe
}

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

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

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf
}

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

.btn-close {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .25
}

.btn-close-white {
	-webkit-filter: invert(1) grayscale(100%) brightness(200%);
	filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.toast.showing {
	opacity: 0
}

.toast:not(.show) {
	display: none
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.toast-header {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: -webkit-calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: -webkit-calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

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

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		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 {
	height: -webkit-calc(100% - 1rem);
	height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

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

.modal-dialog-centered {
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - 1rem);
	min-height: calc(100% - 1rem)
}

.modal-content,
.modal-dialog-centered {
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

.modal-content {
	position: relative;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

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

.modal-backdrop.fade {
	opacity: 0
}

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

.modal-header {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: -webkit-calc(.3rem - 1px);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: -webkit-calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
	padding: .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

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

.modal-body {
	position: relative;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: -webkit-calc(.3rem - 1px);
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: -webkit-calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

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

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		height: -webkit-calc(100% - 3.5rem);
		height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: -webkit-calc(100% - 3.5rem);
		min-height: calc(100% - 3.5rem)
	}
	.modal-sm {
		max-width: 300px
	}
}

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

@media(min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.modal-fullscreen .modal-header {
	border-radius: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

.modal-fullscreen .modal-footer {
	border-radius: 0
}

@media(max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@media(max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@media(max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@media(max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@media(max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-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;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

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

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

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
	padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
	padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-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 rgba(0, 0, 0, .2);
	border-radius: .3rem
}

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

.popover .popover-arrow:after,
.popover .popover-arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
	left: -webkit-calc(-.5rem - 1px);
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25)
}

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

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
	right: -webkit-calc(-.5rem - 1px);
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: -webkit-calc(.3rem - 1px);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: -webkit-calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

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

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	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 {
		-webkit-transition: none;
		transition: none
	}
}

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

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

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

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

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s .6s;
	transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease
}

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

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

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+)
}

.carousel-control-next-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==)
}
/*
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}*/

.carousel-indicators [data-bs-target] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		-webkit-transition: none;
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
	filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.carousel-dark .carousel-caption {
	color: #000
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid;
	border-right: .25em solid 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: .2em
}

@-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: -.125em;
	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
}

@media(prefers-reduced-motion:reduce) {
	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	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
}

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

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

.offcanvas-backdrop.fade {
	opacity: 0
}

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

.offcanvas-header {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 1rem
}

.offcanvas-header .btn-close {
	padding: .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

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

.offcanvas-body {
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%
}

.offcanvas-bottom {
	border-top: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.offcanvas.show {
	-webkit-transform: none;
	transform: none
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5
}

.placeholder.btn:before {
	display: inline-block;
	content: ""
}

.placeholder-xs {
	min-height: .6em
}

.placeholder-sm {
	min-height: .8em
}

.placeholder-lg {
	min-height: 1.2em
}

.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

.placeholder-wave {
	-webkit-mask-image: -webkit-linear-gradient(320deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-animation: placeholder-wave 2s linear infinite;
	animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

@keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.link-primary {
	color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
	color: #0a58ca
}

.link-secondary {
	color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
	color: #565e64
}

.link-success {
	color: #198754
}

.link-success:focus,
.link-success:hover {
	color: #146c43
}

.link-info {
	color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
	color: #3dd5f3
}

.link-warning {
	color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
	color: #ffcd39
}

.link-danger {
	color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
	color: #b02a37
}

.link-light {
	color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
	color: #f9fafb
}

.link-dark {
	color: #212529
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21
}

.ratio {
	position: relative;
	width: 100%
}

.ratio:before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: -webkit-calc(3/4 * 100%);
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--bs-aspect-ratio: -webkit-calc(9/16 * 100%);
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--bs-aspect-ratio: -webkit-calc(9/21 * 100%);
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020
}

@media(min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media(min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media(min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media(min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media(min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.hstack {
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.hstack,
.vstack {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-moz-box-direction: normal;
	-webkit-align-self: stretch;
	align-self: stretch
}

.vstack {
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	flex: 1 1 auto;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	padding: 0!important;
	margin: -1px!important;
	overflow: hidden!important;
	clip: rect(0, 0, 0, 0)!important;
	white-space: nowrap!important;
	border: 0!important
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	display: inline-block;
	-webkit-align-self: stretch;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25
}

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

.float-start {
	float: left!important
}

.float-end {
	float: right!important
}

.float-none {
	float: none!important
}

.opacity-0 {
	opacity: 0!important
}

.opacity-25 {
	opacity: .25!important
}

.opacity-50 {
	opacity: .5!important
}

.opacity-75 {
	opacity: .75!important
}

.opacity-100 {
	opacity: 1!important
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.overflow-visible {
	overflow: visible!important
}

.overflow-scroll {
	overflow: scroll!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-grid {
	display: grid!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-flex!important;
	display: -moz-inline-box!important;
	display: inline-flex!important
}

.d-none {
	display: none!important
}

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	-webkit-box-shadow: none!important;
	box-shadow: none!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
}

.top-0 {
	top: 0!important
}

.top-50 {
	top: 50%!important
}

.top-100 {
	top: 100%!important
}

.bottom-0 {
	bottom: 0!important
}

.bottom-50 {
	bottom: 50%!important
}

.bottom-100 {
	bottom: 100%!important
}

.start-0 {
	left: 0!important
}

.start-50 {
	left: 50%!important
}

.start-100 {
	left: 100%!important
}

.end-0 {
	right: 0!important
}

.end-50 {
	right: 50%!important
}

.end-100 {
	right: 100%!important
}

.translate-middle {
	-webkit-transform: translate(-50%, -50%)!important;
	transform: translate(-50%, -50%)!important
}

.translate-middle-x {
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important
}

.translate-middle-y {
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important
}

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

.border-0 {
	border: 0!important
}

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

.border-top-0 {
	border-top: 0!important
}

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

.border-end-0 {
	border-right: 0!important
}

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

.border-bottom-0 {
	border-bottom: 0!important
}

.border-start {
	border-left: 1px solid #dee2e6!important
}

.border-start-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #0d6efd!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #198754!important
}

.border-info {
	border-color: #0dcaf0!important
}

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

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

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

.border-dark {
	border-color: #212529!important
}

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

.border-1 {
	border-width: 1px!important
}

.border-2 {
	border-width: 2px!important
}

.border-3 {
	border-width: 3px!important
}

.border-4 {
	border-width: 4px!important
}

.border-5 {
	border-width: 5px!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
}

.mw-100 {
	max-width: 100%!important
}

.vw-100 {
	width: 100vw!important
}

.min-vw-100 {
	min-width: 100vw!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
}

.mh-100 {
	max-height: 100%!important
}

.vh-100 {
	height: 100vh!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.flex-fill {
	-webkit-flex: 1 1 auto!important;
	-moz-box-flex: 1!important;
	flex: 1 1 auto!important
}

.flex-row {
	-webkit-flex-direction: row!important;
	-moz-box-orient: horizontal!important;
	flex-direction: row!important
}

.flex-column,
.flex-row {
	-moz-box-direction: normal!important
}

.flex-column {
	-webkit-flex-direction: column!important;
	-moz-box-orient: vertical!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-flex-direction: row-reverse!important;
	-moz-box-orient: horizontal!important;
	-moz-box-direction: reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-flex-direction: column-reverse!important;
	-moz-box-orient: vertical!important;
	-moz-box-direction: reverse!important;
	flex-direction: column-reverse!important
}

.flex-grow-0 {
	-webkit-flex-grow: 0!important;
	-moz-box-flex: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-webkit-flex-grow: 1!important;
	-moz-box-flex: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1!important;
	flex-shrink: 1!important
}

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

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

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

.gap-0 {
	grid-gap: 0!important;
	gap: 0!important
}

.gap-1 {
	grid-gap: .25rem!important;
	gap: .25rem!important
}

.gap-2 {
	grid-gap: .5rem!important;
	gap: .5rem!important
}

.gap-3 {
	grid-gap: 1rem!important;
	gap: 1rem!important
}

.gap-4 {
	grid-gap: 1.5rem!important;
	gap: 1.5rem!important
}

.gap-5 {
	grid-gap: 3rem!important;
	gap: 3rem!important
}

.justify-content-start {
	-webkit-justify-content: flex-start!important;
	-moz-box-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-justify-content: flex-end!important;
	-moz-box-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-justify-content: center!important;
	-moz-box-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-justify-content: space-between!important;
	-moz-box-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	justify-content: space-around!important
}

.justify-content-evenly {
	-webkit-justify-content: space-evenly!important;
	-moz-box-pack: space-evenly!important;
	justify-content: space-evenly!important
}

.align-items-start {
	-webkit-align-items: flex-start!important;
	-moz-box-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-align-items: flex-end!important;
	-moz-box-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-align-items: center!important;
	-moz-box-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-align-items: baseline!important;
	-moz-box-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-align-items: stretch!important;
	-moz-box-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	align-content: flex-start!important
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	align-content: flex-end!important
}

.align-content-center {
	-webkit-align-content: center!important;
	align-content: center!important
}

.align-content-between {
	-webkit-align-content: space-between!important;
	align-content: space-between!important
}

.align-content-around {
	-webkit-align-content: space-around!important;
	align-content: space-around!important
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-webkit-align-self: auto!important;
	align-self: auto!important
}

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

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

.align-self-center {
	-webkit-align-self: center!important;
	align-self: center!important
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	align-self: stretch!important
}

.order-first {
	-webkit-order: -1!important;
	-moz-box-ordinal-group: 0!important;
	order: -1!important
}

.order-0 {
	-webkit-order: 0!important;
	-moz-box-ordinal-group: 1!important;
	order: 0!important
}

.order-1 {
	-webkit-order: 1!important;
	-moz-box-ordinal-group: 2!important;
	order: 1!important
}

.order-2 {
	-webkit-order: 2!important;
	-moz-box-ordinal-group: 3!important;
	order: 2!important
}

.order-3 {
	-webkit-order: 3!important;
	-moz-box-ordinal-group: 4!important;
	order: 3!important
}

.order-4 {
	-webkit-order: 4!important;
	-moz-box-ordinal-group: 5!important;
	order: 4!important
}

.order-5 {
	-webkit-order: 5!important;
	-moz-box-ordinal-group: 6!important;
	order: 5!important
}

.order-last {
	-webkit-order: 6!important;
	-moz-box-ordinal-group: 7!important;
	order: 6!important
}

.m-0 {
	margin: 0!important
}

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

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

.m-3 {
	margin: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

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

.m-auto {
	margin: auto!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.mt-0 {
	margin-top: 0!important
}

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

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

.mt-3 {
	margin-top: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mt-auto {
	margin-top: auto!important
}

.me-0 {
	margin-right: 0!important
}

.me-1 {
	margin-right: .25rem!important
}

.me-2 {
	margin-right: .5rem!important
}

.me-3 {
	margin-right: 1rem!important
}

.me-4 {
	margin-right: 1.5rem!important
}

.me-5 {
	margin-right: 3rem!important
}

.me-auto {
	margin-right: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

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

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

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ms-0 {
	margin-left: 0!important
}

.ms-1 {
	margin-left: .25rem!important
}

.ms-2 {
	margin-left: .5rem!important
}

.ms-3 {
	margin-left: 1rem!important
}

.ms-4 {
	margin-left: 1.5rem!important
}

.ms-5 {
	margin-left: 3rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-0 {
	padding: 0!important
}

.p-1 {
	padding: .25rem!important
}

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

.p-3 {
	padding: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

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

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.pt-0 {
	padding-top: 0!important
}

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

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

.pt-3 {
	padding-top: 1rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pe-0 {
	padding-right: 0!important
}

.pe-1 {
	padding-right: .25rem!important
}

.pe-2 {
	padding-right: .5rem!important
}

.pe-3 {
	padding-right: 1rem!important
}

.pe-4 {
	padding-right: 1.5rem!important
}

.pe-5 {
	padding-right: 3rem!important
}

.pb-0 {
	padding-bottom: 0!important
}

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

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

.pb-3 {
	padding-bottom: 1rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.ps-0 {
	padding-left: 0!important
}

.ps-1 {
	padding-left: .25rem!important
}

.ps-2 {
	padding-left: .5rem!important
}

.ps-3 {
	padding-left: 1rem!important
}

.ps-4 {
	padding-left: 1.5rem!important
}

.ps-5 {
	padding-left: 3rem!important
}

.font-monospace {
	font-family: var(--bs-font-monospace)!important
}

.fs-1 {
	font-size: -webkit-calc(1.375rem + 1.5vw)!important;
	font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
	font-size: -webkit-calc(1.325rem + .9vw)!important;
	font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
	font-size: -webkit-calc(1.3rem + .6vw)!important;
	font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
	font-size: -webkit-calc(1.275rem + .3vw)!important;
	font-size: calc(1.275rem + .3vw)!important
}

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

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

.fst-italic {
	font-style: italic!important
}

.fst-normal {
	font-style: normal!important
}

.fw-light {
	font-weight: 300!important
}

.fw-lighter {
	font-weight: lighter!important
}

.fw-normal {
	font-weight: 400!important
}

.fw-bold {
	font-weight: 700!important
}

.fw-bolder {
	font-weight: bolder!important
}

.lh-1 {
	line-height: 1!important
}

.lh-sm {
	line-height: 1.25!important
}

.lh-base {
	line-height: 1.5!important
}

.lh-lg {
	line-height: 2!important
}

.text-start {
	text-align: left!important
}

.text-end {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

.text-decoration-none {
	text-decoration: none!important
}

.text-decoration-underline {
	text-decoration: underline!important
}

.text-decoration-line-through {
	text-decoration: line-through!important
}

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

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

.text-capitalize {
	text-transform: capitalize!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-break {
	word-wrap: break-word!important;
	word-break: break-word!important
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d!important
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5)!important
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit!important
}

.text-opacity-25 {
	--bs-text-opacity: 0.25
}

.text-opacity-50 {
	--bs-text-opacity: 0.5
}

.text-opacity-75 {
	--bs-text-opacity: 0.75
}

.text-opacity-100 {
	--bs-text-opacity: 1
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent!important
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75
}

.bg-opacity-100 {
	--bs-bg-opacity: 1
}

.bg-gradient {
	background-image: var(--bs-gradient)!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
}

.pe-none {
	pointer-events: none!important
}

.pe-auto {
	pointer-events: auto!important
}

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

.rounded-0 {
	border-radius: 0!important
}

.rounded-1 {
	border-radius: .2rem!important
}

.rounded-2 {
	border-radius: .25rem!important
}

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

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-end,
.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-end {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-start {
	border-bottom-left-radius: .25rem!important
}

.rounded-start {
	border-top-left-radius: .25rem!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media(min-width:576px) {
	.float-sm-start {
		float: left!important
	}
	.float-sm-end {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-grid {
		display: grid!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: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-sm-none {
		display: none!important
	}
	.flex-sm-fill {
		-webkit-flex: 1 1 auto!important;
		-moz-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-sm-row {
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-sm-column,
	.flex-sm-row {
		-moz-box-direction: normal!important
	}
	.flex-sm-column {
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-grow-0 {
		-webkit-flex-grow: 0!important;
		-moz-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-webkit-flex-grow: 1!important;
		-moz-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1!important;
		flex-shrink: 1!important
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-sm-0 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-sm-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-sm-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-sm-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-sm-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-sm-5 {
		grid-gap: 3rem!important;
		gap: 3rem!important
	}
	.justify-content-sm-start {
		-webkit-justify-content: flex-start!important;
		-moz-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-justify-content: flex-end!important;
		-moz-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-justify-content: center!important;
		-moz-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-justify-content: space-between!important;
		-moz-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.justify-content-sm-evenly {
		-webkit-justify-content: space-evenly!important;
		-moz-box-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-sm-start {
		-webkit-align-items: flex-start!important;
		-moz-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-align-items: flex-end!important;
		-moz-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-align-items: center!important;
		-moz-box-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-align-items: baseline!important;
		-moz-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-align-items: stretch!important;
		-moz-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-webkit-align-content: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-webkit-align-content: space-between!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-webkit-align-content: space-around!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-webkit-align-self: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		align-self: stretch!important
	}
	.order-sm-first {
		-webkit-order: -1!important;
		-moz-box-ordinal-group: 0!important;
		order: -1!important
	}
	.order-sm-0 {
		-webkit-order: 0!important;
		-moz-box-ordinal-group: 1!important;
		order: 0!important
	}
	.order-sm-1 {
		-webkit-order: 1!important;
		-moz-box-ordinal-group: 2!important;
		order: 1!important
	}
	.order-sm-2 {
		-webkit-order: 2!important;
		-moz-box-ordinal-group: 3!important;
		order: 2!important
	}
	.order-sm-3 {
		-webkit-order: 3!important;
		-moz-box-ordinal-group: 4!important;
		order: 3!important
	}
	.order-sm-4 {
		-webkit-order: 4!important;
		-moz-box-ordinal-group: 5!important;
		order: 4!important
	}
	.order-sm-5 {
		-webkit-order: 5!important;
		-moz-box-ordinal-group: 6!important;
		order: 5!important
	}
	.order-sm-last {
		-webkit-order: 6!important;
		-moz-box-ordinal-group: 7!important;
		order: 6!important
	}
	.m-sm-0 {
		margin: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.me-sm-0 {
		margin-right: 0!important
	}
	.me-sm-1 {
		margin-right: .25rem!important
	}
	.me-sm-2 {
		margin-right: .5rem!important
	}
	.me-sm-3 {
		margin-right: 1rem!important
	}
	.me-sm-4 {
		margin-right: 1.5rem!important
	}
	.me-sm-5 {
		margin-right: 3rem!important
	}
	.me-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ms-sm-0 {
		margin-left: 0!important
	}
	.ms-sm-1 {
		margin-left: .25rem!important
	}
	.ms-sm-2 {
		margin-left: .5rem!important
	}
	.ms-sm-3 {
		margin-left: 1rem!important
	}
	.ms-sm-4 {
		margin-left: 1.5rem!important
	}
	.ms-sm-5 {
		margin-left: 3rem!important
	}
	.ms-sm-auto {
		margin-left: auto!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pe-sm-0 {
		padding-right: 0!important
	}
	.pe-sm-1 {
		padding-right: .25rem!important
	}
	.pe-sm-2 {
		padding-right: .5rem!important
	}
	.pe-sm-3 {
		padding-right: 1rem!important
	}
	.pe-sm-4 {
		padding-right: 1.5rem!important
	}
	.pe-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.ps-sm-0 {
		padding-left: 0!important
	}
	.ps-sm-1 {
		padding-left: .25rem!important
	}
	.ps-sm-2 {
		padding-left: .5rem!important
	}
	.ps-sm-3 {
		padding-left: 1rem!important
	}
	.ps-sm-4 {
		padding-left: 1.5rem!important
	}
	.ps-sm-5 {
		padding-left: 3rem!important
	}
	.text-sm-start {
		text-align: left!important
	}
	.text-sm-end {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:768px) {
	.float-md-start {
		float: left!important
	}
	.float-md-end {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-grid {
		display: grid!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: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-md-none {
		display: none!important
	}
	.flex-md-fill {
		-webkit-flex: 1 1 auto!important;
		-moz-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-md-row {
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-md-column,
	.flex-md-row {
		-moz-box-direction: normal!important
	}
	.flex-md-column {
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-grow-0 {
		-webkit-flex-grow: 0!important;
		-moz-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-webkit-flex-grow: 1!important;
		-moz-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1!important;
		flex-shrink: 1!important
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-md-0 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-md-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-md-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-md-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-md-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-md-5 {
		grid-gap: 3rem!important;
		gap: 3rem!important
	}
	.justify-content-md-start {
		-webkit-justify-content: flex-start!important;
		-moz-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-justify-content: flex-end!important;
		-moz-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-justify-content: center!important;
		-moz-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-justify-content: space-between!important;
		-moz-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.justify-content-md-evenly {
		-webkit-justify-content: space-evenly!important;
		-moz-box-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-md-start {
		-webkit-align-items: flex-start!important;
		-moz-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-align-items: flex-end!important;
		-moz-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-align-items: center!important;
		-moz-box-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-align-items: baseline!important;
		-moz-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-align-items: stretch!important;
		-moz-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-webkit-align-content: flex-start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-webkit-align-content: flex-end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-webkit-align-content: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-webkit-align-content: space-between!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-webkit-align-content: space-around!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-webkit-align-self: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-webkit-align-self: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		align-self: stretch!important
	}
	.order-md-first {
		-webkit-order: -1!important;
		-moz-box-ordinal-group: 0!important;
		order: -1!important
	}
	.order-md-0 {
		-webkit-order: 0!important;
		-moz-box-ordinal-group: 1!important;
		order: 0!important
	}
	.order-md-1 {
		-webkit-order: 1!important;
		-moz-box-ordinal-group: 2!important;
		order: 1!important
	}
	.order-md-2 {
		-webkit-order: 2!important;
		-moz-box-ordinal-group: 3!important;
		order: 2!important
	}
	.order-md-3 {
		-webkit-order: 3!important;
		-moz-box-ordinal-group: 4!important;
		order: 3!important
	}
	.order-md-4 {
		-webkit-order: 4!important;
		-moz-box-ordinal-group: 5!important;
		order: 4!important
	}
	.order-md-5 {
		-webkit-order: 5!important;
		-moz-box-ordinal-group: 6!important;
		order: 5!important
	}
	.order-md-last {
		-webkit-order: 6!important;
		-moz-box-ordinal-group: 7!important;
		order: 6!important
	}
	.m-md-0 {
		margin: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.me-md-0 {
		margin-right: 0!important
	}
	.me-md-1 {
		margin-right: .25rem!important
	}
	.me-md-2 {
		margin-right: .5rem!important
	}
	.me-md-3 {
		margin-right: 1rem!important
	}
	.me-md-4 {
		margin-right: 1.5rem!important
	}
	.me-md-5 {
		margin-right: 3rem!important
	}
	.me-md-auto {
		margin-right: auto!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ms-md-0 {
		margin-left: 0!important
	}
	.ms-md-1 {
		margin-left: .25rem!important
	}
	.ms-md-2 {
		margin-left: .5rem!important
	}
	.ms-md-3 {
		margin-left: 1rem!important
	}
	.ms-md-4 {
		margin-left: 1.5rem!important
	}
	.ms-md-5 {
		margin-left: 3rem!important
	}
	.ms-md-auto {
		margin-left: auto!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pe-md-0 {
		padding-right: 0!important
	}
	.pe-md-1 {
		padding-right: .25rem!important
	}
	.pe-md-2 {
		padding-right: .5rem!important
	}
	.pe-md-3 {
		padding-right: 1rem!important
	}
	.pe-md-4 {
		padding-right: 1.5rem!important
	}
	.pe-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.ps-md-0 {
		padding-left: 0!important
	}
	.ps-md-1 {
		padding-left: .25rem!important
	}
	.ps-md-2 {
		padding-left: .5rem!important
	}
	.ps-md-3 {
		padding-left: 1rem!important
	}
	.ps-md-4 {
		padding-left: 1.5rem!important
	}
	.ps-md-5 {
		padding-left: 3rem!important
	}
	.text-md-start {
		text-align: left!important
	}
	.text-md-end {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:992px) {
	.float-lg-start {
		float: left!important
	}
	.float-lg-end {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-grid {
		display: grid!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: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-lg-none {
		display: none!important
	}
	.flex-lg-fill {
		-webkit-flex: 1 1 auto!important;
		-moz-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-lg-row {
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-lg-column,
	.flex-lg-row {
		-moz-box-direction: normal!important
	}
	.flex-lg-column {
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-grow-0 {
		-webkit-flex-grow: 0!important;
		-moz-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-webkit-flex-grow: 1!important;
		-moz-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1!important;
		flex-shrink: 1!important
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-lg-0 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-lg-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-lg-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-lg-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-lg-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-lg-5 {
		grid-gap: 3rem!important;
		gap: 3rem!important
	}
	.justify-content-lg-start {
		-webkit-justify-content: flex-start!important;
		-moz-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-justify-content: flex-end!important;
		-moz-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-justify-content: center!important;
		-moz-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-justify-content: space-between!important;
		-moz-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.justify-content-lg-evenly {
		-webkit-justify-content: space-evenly!important;
		-moz-box-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-lg-start {
		-webkit-align-items: flex-start!important;
		-moz-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-align-items: flex-end!important;
		-moz-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-align-items: center!important;
		-moz-box-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-align-items: baseline!important;
		-moz-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-align-items: stretch!important;
		-moz-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-webkit-align-content: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-webkit-align-content: space-between!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-webkit-align-content: space-around!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-webkit-align-self: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		align-self: stretch!important
	}
	.order-lg-first {
		-webkit-order: -1!important;
		-moz-box-ordinal-group: 0!important;
		order: -1!important
	}
	.order-lg-0 {
		-webkit-order: 0!important;
		-moz-box-ordinal-group: 1!important;
		order: 0!important
	}
	.order-lg-1 {
		-webkit-order: 1!important;
		-moz-box-ordinal-group: 2!important;
		order: 1!important
	}
	.order-lg-2 {
		-webkit-order: 2!important;
		-moz-box-ordinal-group: 3!important;
		order: 2!important
	}
	.order-lg-3 {
		-webkit-order: 3!important;
		-moz-box-ordinal-group: 4!important;
		order: 3!important
	}
	.order-lg-4 {
		-webkit-order: 4!important;
		-moz-box-ordinal-group: 5!important;
		order: 4!important
	}
	.order-lg-5 {
		-webkit-order: 5!important;
		-moz-box-ordinal-group: 6!important;
		order: 5!important
	}
	.order-lg-last {
		-webkit-order: 6!important;
		-moz-box-ordinal-group: 7!important;
		order: 6!important
	}
	.m-lg-0 {
		margin: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.me-lg-0 {
		margin-right: 0!important
	}
	.me-lg-1 {
		margin-right: .25rem!important
	}
	.me-lg-2 {
		margin-right: .5rem!important
	}
	.me-lg-3 {
		margin-right: 1rem!important
	}
	.me-lg-4 {
		margin-right: 1.5rem!important
	}
	.me-lg-5 {
		margin-right: 3rem!important
	}
	.me-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ms-lg-0 {
		margin-left: 0!important
	}
	.ms-lg-1 {
		margin-left: .25rem!important
	}
	.ms-lg-2 {
		margin-left: .5rem!important
	}
	.ms-lg-3 {
		margin-left: 1rem!important
	}
	.ms-lg-4 {
		margin-left: 1.5rem!important
	}
	.ms-lg-5 {
		margin-left: 3rem!important
	}
	.ms-lg-auto {
		margin-left: auto!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pe-lg-0 {
		padding-right: 0!important
	}
	.pe-lg-1 {
		padding-right: .25rem!important
	}
	.pe-lg-2 {
		padding-right: .5rem!important
	}
	.pe-lg-3 {
		padding-right: 1rem!important
	}
	.pe-lg-4 {
		padding-right: 1.5rem!important
	}
	.pe-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.ps-lg-0 {
		padding-left: 0!important
	}
	.ps-lg-1 {
		padding-left: .25rem!important
	}
	.ps-lg-2 {
		padding-left: .5rem!important
	}
	.ps-lg-3 {
		padding-left: 1rem!important
	}
	.ps-lg-4 {
		padding-left: 1.5rem!important
	}
	.ps-lg-5 {
		padding-left: 3rem!important
	}
	.text-lg-start {
		text-align: left!important
	}
	.text-lg-end {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.float-xl-start {
		float: left!important
	}
	.float-xl-end {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-grid {
		display: grid!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: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-xl-none {
		display: none!important
	}
	.flex-xl-fill {
		-webkit-flex: 1 1 auto!important;
		-moz-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-xl-row {
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-xl-column,
	.flex-xl-row {
		-moz-box-direction: normal!important
	}
	.flex-xl-column {
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-grow-0 {
		-webkit-flex-grow: 0!important;
		-moz-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-webkit-flex-grow: 1!important;
		-moz-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-webkit-flex-shrink: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-webkit-flex-shrink: 1!important;
		flex-shrink: 1!important
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-xl-0 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-xl-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-xl-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-xl-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-xl-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-xl-5 {
		grid-gap: 3rem!important;
		gap: 3rem!important
	}
	.justify-content-xl-start {
		-webkit-justify-content: flex-start!important;
		-moz-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-justify-content: flex-end!important;
		-moz-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-justify-content: center!important;
		-moz-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-justify-content: space-between!important;
		-moz-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.justify-content-xl-evenly {
		-webkit-justify-content: space-evenly!important;
		-moz-box-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xl-start {
		-webkit-align-items: flex-start!important;
		-moz-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-align-items: flex-end!important;
		-moz-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-align-items: center!important;
		-moz-box-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-align-items: baseline!important;
		-moz-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-align-items: stretch!important;
		-moz-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-webkit-align-content: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-webkit-align-content: space-between!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-webkit-align-content: space-around!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-webkit-align-self: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		align-self: stretch!important
	}
	.order-xl-first {
		-webkit-order: -1!important;
		-moz-box-ordinal-group: 0!important;
		order: -1!important
	}
	.order-xl-0 {
		-webkit-order: 0!important;
		-moz-box-ordinal-group: 1!important;
		order: 0!important
	}
	.order-xl-1 {
		-webkit-order: 1!important;
		-moz-box-ordinal-group: 2!important;
		order: 1!important
	}
	.order-xl-2 {
		-webkit-order: 2!important;
		-moz-box-ordinal-group: 3!important;
		order: 2!important
	}
	.order-xl-3 {
		-webkit-order: 3!important;
		-moz-box-ordinal-group: 4!important;
		order: 3!important
	}
	.order-xl-4 {
		-webkit-order: 4!important;
		-moz-box-ordinal-group: 5!important;
		order: 4!important
	}
	.order-xl-5 {
		-webkit-order: 5!important;
		-moz-box-ordinal-group: 6!important;
		order: 5!important
	}
	.order-xl-last {
		-webkit-order: 6!important;
		-moz-box-ordinal-group: 7!important;
		order: 6!important
	}
	.m-xl-0 {
		margin: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.me-xl-0 {
		margin-right: 0!important
	}
	.me-xl-1 {
		margin-right: .25rem!important
	}
	.me-xl-2 {
		margin-right: .5rem!important
	}
	.me-xl-3 {
		margin-right: 1rem!important
	}
	.me-xl-4 {
		margin-right: 1.5rem!important
	}
	.me-xl-5 {
		margin-right: 3rem!important
	}
	.me-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ms-xl-0 {
		margin-left: 0!important
	}
	.ms-xl-1 {
		margin-left: .25rem!important
	}
	.ms-xl-2 {
		margin-left: .5rem!important
	}
	.ms-xl-3 {
		margin-left: 1rem!important
	}
	.ms-xl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xl-5 {
		margin-left: 3rem!important
	}
	.ms-xl-auto {
		margin-left: auto!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pe-xl-0 {
		padding-right: 0!important
	}
	.pe-xl-1 {
		padding-right: .25rem!important
	}
	.pe-xl-2 {
		padding-right: .5rem!important
	}
	.pe-xl-3 {
		padding-right: 1rem!important
	}
	.pe-xl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xl-0 {
		padding-left: 0!important
	}
	.ps-xl-1 {
		padding-left: .25rem!important
	}
	.ps-xl-2 {
		padding-left: .5rem!important
	}
	.ps-xl-3 {
		padding-left: 1rem!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xl-5 {
		padding-left: 3rem!important
	}
	.text-xl-start {
		text-align: left!important
	}
	.text-xl-end {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

@media(min-width:1400px) {
	.float-xxl-start {
		float: left!important
	}
	.float-xxl-end {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-grid {
		display: grid!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-xxl-none {
		display: none!important
	}
	.flex-xxl-fill {
		-webkit-flex: 1 1 auto!important;
		-moz-box-flex: 1!important;
		flex: 1 1 auto!important
	}
	.flex-xxl-row {
		-webkit-flex-direction: row!important;
		-moz-box-orient: horizontal!important;
		flex-direction: row!important
	}
	.flex-xxl-column,
	.flex-xxl-row {
		-moz-box-direction: normal!important
	}
	.flex-xxl-column {
		-webkit-flex-direction: column!important;
		-moz-box-orient: vertical!important;
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		-webkit-flex-direction: row-reverse!important;
		-moz-box-orient: horizontal!important;
		-moz-box-direction: reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		-webkit-flex-direction: column-reverse!important;
		-moz-box-orient: vertical!important;
		-moz-box-direction: reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xxl-grow-0 {
		-webkit-flex-grow: 0!important;
		-moz-box-flex: 0!important;
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		-webkit-flex-grow: 1!important;
		-moz-box-flex: 1!important;
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		-webkit-flex-shrink: 0!important;
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		-webkit-flex-shrink: 1!important;
		flex-shrink: 1!important
	}
	.flex-xxl-wrap {
		-webkit-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.gap-xxl-0 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-xxl-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-xxl-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-xxl-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-xxl-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-xxl-5 {
		grid-gap: 3rem!important;
		gap: 3rem!important
	}
	.justify-content-xxl-start {
		-webkit-justify-content: flex-start!important;
		-moz-box-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		-webkit-justify-content: flex-end!important;
		-moz-box-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		-webkit-justify-content: center!important;
		-moz-box-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xxl-between {
		-webkit-justify-content: space-between!important;
		-moz-box-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		-webkit-justify-content: space-around!important;
		justify-content: space-around!important
	}
	.justify-content-xxl-evenly {
		-webkit-justify-content: space-evenly!important;
		-moz-box-pack: space-evenly!important;
		justify-content: space-evenly!important
	}
	.align-items-xxl-start {
		-webkit-align-items: flex-start!important;
		-moz-box-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		-webkit-align-items: flex-end!important;
		-moz-box-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		-webkit-align-items: center!important;
		-moz-box-align: center!important;
		align-items: center!important
	}
	.align-items-xxl-baseline {
		-webkit-align-items: baseline!important;
		-moz-box-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		-webkit-align-items: stretch!important;
		-moz-box-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xxl-start {
		-webkit-align-content: flex-start!important;
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		-webkit-align-content: flex-end!important;
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		-webkit-align-content: center!important;
		align-content: center!important
	}
	.align-content-xxl-between {
		-webkit-align-content: space-between!important;
		align-content: space-between!important
	}
	.align-content-xxl-around {
		-webkit-align-content: space-around!important;
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		-webkit-align-content: stretch!important;
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		-webkit-align-self: auto!important;
		align-self: auto!important
	}
	.align-self-xxl-start {
		-webkit-align-self: flex-start!important;
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		-webkit-align-self: flex-end!important;
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		-webkit-align-self: center!important;
		align-self: center!important
	}
	.align-self-xxl-baseline {
		-webkit-align-self: baseline!important;
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		-webkit-align-self: stretch!important;
		align-self: stretch!important
	}
	.order-xxl-first {
		-webkit-order: -1!important;
		-moz-box-ordinal-group: 0!important;
		order: -1!important
	}
	.order-xxl-0 {
		-webkit-order: 0!important;
		-moz-box-ordinal-group: 1!important;
		order: 0!important
	}
	.order-xxl-1 {
		-webkit-order: 1!important;
		-moz-box-ordinal-group: 2!important;
		order: 1!important
	}
	.order-xxl-2 {
		-webkit-order: 2!important;
		-moz-box-ordinal-group: 3!important;
		order: 2!important
	}
	.order-xxl-3 {
		-webkit-order: 3!important;
		-moz-box-ordinal-group: 4!important;
		order: 3!important
	}
	.order-xxl-4 {
		-webkit-order: 4!important;
		-moz-box-ordinal-group: 5!important;
		order: 4!important
	}
	.order-xxl-5 {
		-webkit-order: 5!important;
		-moz-box-ordinal-group: 6!important;
		order: 5!important
	}
	.order-xxl-last {
		-webkit-order: 6!important;
		-moz-box-ordinal-group: 7!important;
		order: 6!important
	}
	.m-xxl-0 {
		margin: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mx-xxl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.mx-xxl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.mx-xxl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.mx-xxl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.mx-xxl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.mx-xxl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.mx-xxl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xxl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.my-xxl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.my-xxl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.my-xxl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.my-xxl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.my-xxl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.my-xxl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.mt-xxl-0 {
		margin-top: 0!important
	}
	.mt-xxl-1 {
		margin-top: .25rem!important
	}
	.mt-xxl-2 {
		margin-top: .5rem!important
	}
	.mt-xxl-3 {
		margin-top: 1rem!important
	}
	.mt-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mt-xxl-5 {
		margin-top: 3rem!important
	}
	.mt-xxl-auto {
		margin-top: auto!important
	}
	.me-xxl-0 {
		margin-right: 0!important
	}
	.me-xxl-1 {
		margin-right: .25rem!important
	}
	.me-xxl-2 {
		margin-right: .5rem!important
	}
	.me-xxl-3 {
		margin-right: 1rem!important
	}
	.me-xxl-4 {
		margin-right: 1.5rem!important
	}
	.me-xxl-5 {
		margin-right: 3rem!important
	}
	.me-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-0 {
		margin-bottom: 0!important
	}
	.mb-xxl-1 {
		margin-bottom: .25rem!important
	}
	.mb-xxl-2 {
		margin-bottom: .5rem!important
	}
	.mb-xxl-3 {
		margin-bottom: 1rem!important
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.mb-xxl-5 {
		margin-bottom: 3rem!important
	}
	.mb-xxl-auto {
		margin-bottom: auto!important
	}
	.ms-xxl-0 {
		margin-left: 0!important
	}
	.ms-xxl-1 {
		margin-left: .25rem!important
	}
	.ms-xxl-2 {
		margin-left: .5rem!important
	}
	.ms-xxl-3 {
		margin-left: 1rem!important
	}
	.ms-xxl-4 {
		margin-left: 1.5rem!important
	}
	.ms-xxl-5 {
		margin-left: 3rem!important
	}
	.ms-xxl-auto {
		margin-left: auto!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.px-xxl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.px-xxl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.px-xxl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.px-xxl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.px-xxl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-xxl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xxl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.py-xxl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.py-xxl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.py-xxl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.py-xxl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.py-xxl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.pt-xxl-0 {
		padding-top: 0!important
	}
	.pt-xxl-1 {
		padding-top: .25rem!important
	}
	.pt-xxl-2 {
		padding-top: .5rem!important
	}
	.pt-xxl-3 {
		padding-top: 1rem!important
	}
	.pt-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pt-xxl-5 {
		padding-top: 3rem!important
	}
	.pe-xxl-0 {
		padding-right: 0!important
	}
	.pe-xxl-1 {
		padding-right: .25rem!important
	}
	.pe-xxl-2 {
		padding-right: .5rem!important
	}
	.pe-xxl-3 {
		padding-right: 1rem!important
	}
	.pe-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pe-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-0 {
		padding-bottom: 0!important
	}
	.pb-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pb-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pb-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pb-xxl-5 {
		padding-bottom: 3rem!important
	}
	.ps-xxl-0 {
		padding-left: 0!important
	}
	.ps-xxl-1 {
		padding-left: .25rem!important
	}
	.ps-xxl-2 {
		padding-left: .5rem!important
	}
	.ps-xxl-3 {
		padding-left: 1rem!important
	}
	.ps-xxl-4 {
		padding-left: 1.5rem!important
	}
	.ps-xxl-5 {
		padding-left: 3rem!important
	}
	.text-xxl-start {
		text-align: left!important
	}
	.text-xxl-end {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem!important
	}
	.fs-2 {
		font-size: 2rem!important
	}
	.fs-3 {
		font-size: 1.75rem!important
	}
	.fs-4 {
		font-size: 1.5rem!important
	}
}

@media print {
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-grid {
		display: grid!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: -webkit-flex!important;
		display: -moz-box!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-flex!important;
		display: -moz-inline-box!important;
		display: inline-flex!important
	}
	.d-print-none {
		display: none!important
	}
}


/*!* animate.css - https://animate.style/
* Version - 4.0.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css*/

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media(prefers-reduced-motion),
(print) {
	.animated {
		-webkit-animation: unset!important;
		animation: unset!important;
		-webkit-transition: none!important;
		transition: none!important
	}
}

@font-face {
	font-family: boxicons;
	font-weight: 400;
	font-style: normal;
	src: url(../../../fonts/boxicons.eot);
	src: url(../../../fonts/boxicons.eot)format("embedded-opentype"), url(../../../fonts/boxicons.woff2)format("woff2"), url(../../../fonts/boxicons.woff)format("woff"), url(../../../fonts/boxicons.ttf)format("truetype"), url(../../../fonts/boxiconsd41d.svg?#boxicons)format("svg")
}

.bx {
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	-moz-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bx-ul {
	margin-left: 2em;
	padding-left: 0;
	list-style: none
}

.bx-ul>li {
	position: relative
}

.bx-ul .bx {
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	left: -2em;
	width: 2em;
	text-align: center
}

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

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

@-webkit-keyframes burst {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes burst {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	90% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes flashing {
	0 {
		opacity: 1
	}
	45% {
		opacity: 0
	}
	90% {
		opacity: 1
	}
}

@keyframes flashing {
	0 {
		opacity: 1
	}
	45% {
		opacity: 0
	}
	90% {
		opacity: 1
	}
}

@-webkit-keyframes fade-left {
	0 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}
}

@keyframes fade-left {
	0 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0
	}
}

@-webkit-keyframes fade-right {
	0 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0
	}
}

@keyframes fade-right {
	0 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0
	}
}

@-webkit-keyframes fade-up {
	0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

@keyframes fade-up {
	0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

@-webkit-keyframes fade-down {
	0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes fade-down {
	0 {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	75% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.95, .95, .95)rotate(-10deg);
		transform: scale3d(.95, .95, .95)rotate(-10deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scaleX(1)rotate(10deg);
		transform: scaleX(1)rotate(10deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scaleX(1)rotate(-10deg);
		transform: scaleX(1)rotate(-10deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.95, .95, .95)rotate(-10deg);
		transform: scale3d(.95, .95, .95)rotate(-10deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scaleX(1)rotate(10deg);
		transform: scaleX(1)rotate(10deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bx-spin,
.bx-spin-hover:hover {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.bx-tada,
.bx-tada-hover:hover {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite
}

.bx-flashing,
.bx-flashing-hover:hover {
	-webkit-animation: flashing 1.5s linear infinite;
	animation: flashing 1.5s linear infinite
}

.bx-burst,
.bx-burst-hover:hover {
	-webkit-animation: burst 1.5s linear infinite;
	animation: burst 1.5s linear infinite
}

.bx-fade-up,
.bx-fade-up-hover:hover {
	-webkit-animation: fade-up 1.5s linear infinite;
	animation: fade-up 1.5s linear infinite
}

.bx-fade-down,
.bx-fade-down-hover:hover {
	-webkit-animation: fade-down 1.5s linear infinite;
	animation: fade-down 1.5s linear infinite
}

.bx-fade-left,
.bx-fade-left-hover:hover {
	-webkit-animation: fade-left 1.5s linear infinite;
	animation: fade-left 1.5s linear infinite
}

.bx-fade-right,
.bx-fade-right-hover:hover {
	-webkit-animation: fade-right 1.5s linear infinite;
	animation: fade-right 1.5s linear infinite
}

.bx-xs {
	font-size: 1rem!important
}

.bx-sm {
	font-size: 1.55rem!important
}

.bx-md {
	font-size: 2.25rem!important
}

.bx-fw {
	font-size: 1.2857142857em;
	line-height: .8em;
	width: 1.2857142857em;
	height: .8em;
	margin-top: -.2em!important;
	vertical-align: middle
}

.bx-lg {
	font-size: 3!important
}

.bx-pull-left {
	float: left;
	margin-right: .3em!important
}

.bx-pull-right {
	float: right;
	margin-left: .3em!important
}

.bx-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}

.bx-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"
}

.bx-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}

.bx-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)"
}

.bx-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}

.bx-border {
	padding: .25em;
	border: .07em solid rgba(0, 0, 0, .1);
	border-radius: .25em
}

.bx-border-circle {
	padding: .25em;
	border: .07em solid rgba(0, 0, 0, .1);
	border-radius: 50%
}

.bxl-adobe:before {
	content: "\e900"
}

.bxl-algolia:before {
	content: "\e901"
}

.bxl-audible:before {
	content: "\e902"
}

.bxl-figma:before {
	content: "\e903"
}

.bxl-redbubble:before {
	content: "\e904"
}

.bxl-etsy:before {
	content: "\e905"
}

.bxl-gitlab:before {
	content: "\e906"
}

.bxl-patreon:before {
	content: "\e907"
}

.bxl-facebook-circle:before {
	content: "\e908"
}

.bxl-imdb:before {
	content: "\e909"
}

.bxl-jquery:before {
	content: "\e90a"
}

.bxl-pinterest-alt:before {
	content: "\e90b"
}

.bxl-500px:before {
	content: "\e90c"
}

.bxl-airbnb:before {
	content: "\e90d"
}

.bxl-amazon:before {
	content: "\e90e"
}

.bxl-android:before {
	content: "\e90f"
}

.bxl-angular:before {
	content: "\e910"
}

.bxl-apple:before {
	content: "\e911"
}

.bxl-baidu:before {
	content: "\e912"
}

.bxl-behance:before {
	content: "\e913"
}

.bxl-bing:before {
	content: "\e914"
}

.bxl-bitcoin:before {
	content: "\e915"
}

.bxl-blogger:before {
	content: "\e916"
}

.bxl-bootstrap:before {
	content: "\e917"
}

.bxl-chrome:before {
	content: "\e918"
}

.bxl-codepen:before {
	content: "\e919"
}

.bxl-creative-commons:before {
	content: "\e91a"
}

.bxl-css3:before {
	content: "\e91b"
}

.bxl-dailymotion:before {
	content: "\e91c"
}

.bxl-deviantart:before {
	content: "\e91d"
}

.bxl-digg:before {
	content: "\e91e"
}

.bxl-digitalocean:before {
	content: "\e91f"
}

.bxl-discord:before {
	content: "\e920"
}

.bxl-discourse:before {
	content: "\e921"
}

.bxl-dribbble:before {
	content: "\e922"
}

.bxl-dropbox:before {
	content: "\e923"
}

.bxl-drupal:before {
	content: "\e924"
}

.bxl-ebay:before {
	content: "\e925"
}

.bxl-edge:before {
	content: "\e926"
}

.bxl-facebook:before {
	content: "\e927"
}

.bxl-facebook-square:before {
	content: "\e928"
}

.bxl-firefox:before {
	content: "\e929"
}

.bxl-flickr:before {
	content: "\e92a"
}

.bxl-flickr-square:before {
	content: "\e92b"
}

.bxl-foursquare:before {
	content: "\e92c"
}

.bxl-git:before {
	content: "\e92d"
}

.bxl-github:before {
	content: "\e92e"
}

.bxl-google:before {
	content: "\e92f"
}

.bxl-google-plus:before {
	content: "\e930"
}

.bxl-google-plus-circle:before {
	content: "\e931"
}

.bxl-html5:before {
	content: "\e932"
}

.bxl-instagram:before {
	content: "\e933"
}

.bxl-instagram-alt:before {
	content: "\e934"
}

.bxl-internet-explorer:before {
	content: "\e935"
}

.bxl-invision:before {
	content: "\e936"
}

.bxl-javascript:before {
	content: "\e937"
}

.bxl-joomla:before {
	content: "\e938"
}

.bxl-jsfiddle:before {
	content: "\e939"
}

.bxl-kickstarter:before {
	content: "\e93a"
}

.bxl-less:before {
	content: "\e93b"
}

.bxl-linkedin:before {
	content: "\e93c"
}

.bxl-linkedin-square:before {
	content: "\e93d"
}

.bxl-magento:before {
	content: "\e93e"
}

.bxl-mailchimp:before {
	content: "\e93f"
}

.bxl-mastercard:before {
	content: "\e940"
}

.bxl-medium:before {
	content: "\e941"
}

.bxl-medium-old:before {
	content: "\e942"
}

.bxl-medium-square:before {
	content: "\e943"
}

.bxl-messenger:before {
	content: "\e944"
}

.bxl-microsoft:before {
	content: "\e945"
}

.bxl-nodejs:before {
	content: "\e946"
}

.bxl-opera:before {
	content: "\e947"
}

.bxl-paypal:before {
	content: "\e948"
}

.bxl-periscope:before {
	content: "\e949"
}

.bxl-pinterest:before {
	content: "\e94a"
}

.bxl-play-store:before {
	content: "\e94b"
}

.bxl-pocket:before {
	content: "\e94c"
}

.bxl-product-hunt:before {
	content: "\e94d"
}

.bxl-quora:before {
	content: "\e94e"
}

.bxl-react:before {
	content: "\e94f"
}

.bxl-reddit:before {
	content: "\e950"
}

.bxl-redux:before {
	content: "\e951"
}

.bxl-sass:before {
	content: "\e952"
}

.bxl-shopify:before {
	content: "\e953"
}

.bxl-skype:before {
	content: "\e954"
}

.bxl-slack:before {
	content: "\e955"
}

.bxl-slack-old:before {
	content: "\e956"
}

.bxl-snapchat:before {
	content: "\e957"
}

.bxl-soundcloud:before {
	content: "\e958"
}

.bxl-spotify:before {
	content: "\e959"
}

.bxl-squarespace:before {
	content: "\e95a"
}

.bxl-stack-overflow:before {
	content: "\e95b"
}

.bxl-stripe:before {
	content: "\e95c"
}

.bxl-telegram:before {
	content: "\e95d"
}

.bxl-trello:before {
	content: "\e95e"
}

.bxl-tumblr:before {
	content: "\e95f"
}

.bxl-twitch:before {
	content: "\e960"
}

.bxl-twitter:before {
	content: "\e961"
}

.bxl-unsplash:before {
	content: "\e962"
}

.bxl-vimeo:before {
	content: "\e963"
}

.bxl-visa:before {
	content: "\e964"
}

.bxl-vk:before {
	content: "\e965"
}

.bxl-vuejs:before {
	content: "\e966"
}

.bxl-whatsapp:before {
	content: "\e967"
}

.bxl-whatsapp-square:before {
	content: "\e968"
}

.bxl-wikipedia:before {
	content: "\e969"
}

.bxl-windows:before {
	content: "\e96a"
}

.bxl-wix:before {
	content: "\e96b"
}

.bxl-wordpress:before {
	content: "\e96c"
}

.bxl-yahoo:before {
	content: "\e96d"
}

.bxl-yelp:before {
	content: "\e96e"
}

.bxl-youtube:before {
	content: "\e96f"
}

.bx-accessibility:before {
	content: "\e970"
}

.bx-add-to-queue:before {
	content: "\e971"
}

.bx-adjust:before {
	content: "\e972"
}

.bx-alarm:before {
	content: "\e973"
}

.bx-alarm-add:before {
	content: "\e974"
}

.bx-alarm-off:before {
	content: "\e975"
}

.bx-album:before {
	content: "\e976"
}

.bx-align-justify:before {
	content: "\e977"
}

.bx-align-left:before {
	content: "\e978"
}

.bx-align-middle:before {
	content: "\e979"
}

.bx-align-right:before {
	content: "\e97a"
}

.bx-analyse:before {
	content: "\e97b"
}

.bx-anchor:before {
	content: "\e97c"
}

.bx-angry:before {
	content: "\e97d"
}

.bx-aperture:before {
	content: "\e97e"
}

.bx-archive:before {
	content: "\e97f"
}

.bx-archive-in:before {
	content: "\e980"
}

.bx-archive-out:before {
	content: "\e981"
}

.bx-area:before {
	content: "\e982"
}

.bx-arrow-back:before {
	content: "\e983"
}

.bx-at:before {
	content: "\e984"
}

.bx-award:before {
	content: "\e985"
}

.bx-badge:before {
	content: "\e986"
}

.bx-badge-check:before {
	content: "\e987"
}

.bx-ball:before {
	content: "\e988"
}

.bx-band-aid:before {
	content: "\e989"
}

.bx-bar-chart:before {
	content: "\e98a"
}

.bx-bar-chart-alt:before {
	content: "\e98b"
}

.bx-bar-chart-alt-2:before {
	content: "\e98c"
}

.bx-bar-chart-square:before {
	content: "\e98d"
}

.bx-barcode:before {
	content: "\e98e"
}

.bx-basket:before {
	content: "\e98f"
}

.bx-basketball:before {
	content: "\e990"
}

.bx-bath:before {
	content: "\e991"
}

.bx-battery:before {
	content: "\e992"
}

.bx-bed:before {
	content: "\e993"
}

.bx-bell:before {
	content: "\e994"
}

.bx-bell-minus:before {
	content: "\e995"
}

.bx-bell-off:before {
	content: "\e996"
}

.bx-bell-plus:before {
	content: "\e997"
}

.bx-bitcoin:before {
	content: "\e998"
}

.bx-block:before {
	content: "\e999"
}

.bx-bluetooth:before {
	content: "\e99a"
}

.bx-body:before {
	content: "\e99b"
}

.bx-bold:before {
	content: "\e99c"
}

.bx-bolt-circle:before {
	content: "\e99d"
}

.bx-book:before {
	content: "\e99e"
}

.bx-book-bookmark:before {
	content: "\e99f"
}

.bx-book-content:before {
	content: "\e9a0"
}

.bx-bookmark:before {
	content: "\e9a1"
}

.bx-bookmark-minus:before {
	content: "\e9a2"
}

.bx-bookmark-plus:before {
	content: "\e9a3"
}

.bx-bookmarks:before {
	content: "\e9a4"
}

.bx-book-open:before {
	content: "\e9a5"
}

.bx-border-all:before {
	content: "\e9a6"
}

.bx-border-bottom:before {
	content: "\e9a7"
}

.bx-border-left:before {
	content: "\e9a8"
}

.bx-border-radius:before {
	content: "\e9a9"
}

.bx-border-right:before {
	content: "\e9aa"
}

.bx-border-top:before {
	content: "\e9ab"
}

.bx-bot:before {
	content: "\e9ac"
}

.bx-bowling-ball:before {
	content: "\e9ad"
}

.bx-box:before {
	content: "\e9ae"
}

.bx-briefcase:before {
	content: "\e9af"
}

.bx-briefcase-alt:before {
	content: "\e9b0"
}

.bx-briefcase-alt-2:before {
	content: "\e9b1"
}

.bx-brightness:before {
	content: "\e9b2"
}

.bx-brightness-half:before {
	content: "\e9b3"
}

.bx-broadcast:before {
	content: "\e9b4"
}

.bx-brush:before {
	content: "\e9b5"
}

.bx-brush-alt:before {
	content: "\e9b6"
}

.bx-bug:before {
	content: "\e9b7"
}

.bx-bug-alt:before {
	content: "\e9b8"
}

.bx-building:before {
	content: "\e9b9"
}

.bx-building-house:before {
	content: "\e9ba"
}

.bx-buildings:before {
	content: "\e9bb"
}

.bx-bulb:before {
	content: "\e9bc"
}

.bx-bullseye:before {
	content: "\e9bd"
}

.bx-buoy:before {
	content: "\e9be"
}

.bx-bus:before {
	content: "\e9bf"
}

.bx-cake:before {
	content: "\e9c0"
}

.bx-calculator:before {
	content: "\e9c1"
}

.bx-calendar:before {
	content: "\e9c2"
}

.bx-calendar-alt:before {
	content: "\e9c3"
}

.bx-calendar-check:before {
	content: "\e9c4"
}

.bx-calendar-event:before {
	content: "\e9c5"
}

.bx-calendar-minus:before {
	content: "\e9c6"
}

.bx-calendar-plus:before {
	content: "\e9c7"
}

.bx-calendar-x:before {
	content: "\e9c8"
}

.bx-camera:before {
	content: "\e9c9"
}

.bx-camera-off:before {
	content: "\e9ca"
}

.bx-captions:before {
	content: "\e9cb"
}

.bx-car:before {
	content: "\e9cc"
}

.bx-card:before {
	content: "\e9cd"
}

.bx-caret-down:before {
	content: "\e9ce"
}

.bx-caret-left:before {
	content: "\e9cf"
}

.bx-caret-right:before {
	content: "\e9d0"
}

.bx-caret-up:before {
	content: "\e9d1"
}

.bx-carousel:before {
	content: "\e9d2"
}

.bx-cart:before {
	content: "\e9d3"
}

.bx-cart-alt:before {
	content: "\e9d4"
}

.bx-cast:before {
	content: "\e9d5"
}

.bx-certification:before {
	content: "\e9d6"
}

.bx-chalkboard:before {
	content: "\e9d7"
}

.bx-chart:before {
	content: "\e9d8"
}

.bx-chat:before {
	content: "\e9d9"
}

.bx-check:before {
	content: "\e9da"
}

.bx-checkbox:before {
	content: "\e9db"
}

.bx-checkbox-checked:before {
	content: "\e9dc"
}

.bx-checkbox-square:before {
	content: "\e9dd"
}

.bx-check-circle:before {
	content: "\e9de"
}

.bx-check-double:before {
	content: "\e9df"
}

.bx-check-shield:before {
	content: "\e9e0"
}

.bx-check-square:before {
	content: "\e9e1"
}

.bx-chevron-down:before {
	content: "\e9e2"
}

.bx-chevron-left:before {
	content: "\e9e3"
}

.bx-chevron-right:before {
	content: "\e9e4"
}

.bx-chevrons-down:before {
	content: "\e9e5"
}

.bx-chevrons-left:before {
	content: "\e9e6"
}

.bx-chevrons-right:before {
	content: "\e9e7"
}

.bx-chevrons-up:before {
	content: "\e9e8"
}

.bx-chevron-up:before {
	content: "\e9e9"
}

.bx-chip:before {
	content: "\e9ea"
}

.bx-circle:before {
	content: "\e9eb"
}

.bx-clinic:before {
	content: "\e9ec"
}

.bx-clipboard:before {
	content: "\e9ed"
}

.bx-closet:before {
	content: "\e9ee"
}

.bx-cloud:before {
	content: "\e9ef"
}

.bx-cloud-download:before {
	content: "\e9f0"
}

.bx-cloud-drizzle:before {
	content: "\e9f1"
}

.bx-cloud-lightning:before {
	content: "\e9f2"
}

.bx-cloud-light-rain:before {
	content: "\e9f3"
}

.bx-cloud-rain:before {
	content: "\e9f4"
}

.bx-cloud-snow:before {
	content: "\e9f5"
}

.bx-cloud-upload:before {
	content: "\e9f6"
}

.bx-code:before {
	content: "\e9f7"
}

.bx-code-alt:before {
	content: "\e9f8"
}

.bx-code-block:before {
	content: "\e9f9"
}

.bx-code-curly:before {
	content: "\e9fa"
}

.bx-coffee:before {
	content: "\e9fb"
}

.bx-cog:before {
	content: "\e9fc"
}

.bx-collapse:before {
	content: "\e9fd"
}

.bx-collection:before {
	content: "\e9fe"
}

.bx-columns:before {
	content: "\e9ff"
}

.bx-command:before {
	content: "\ea00"
}

.bx-comment:before {
	content: "\ea01"
}

.bx-comment-dots:before {
	content: "\ea02"
}

.bx-compass:before {
	content: "\ea03"
}

.bx-confused:before {
	content: "\ea04"
}

.bx-conversation:before {
	content: "\ea05"
}

.bx-cool:before {
	content: "\ea06"
}

.bx-copy:before {
	content: "\ea07"
}

.bx-copy-alt:before {
	content: "\ea08"
}

.bx-copyright:before {
	content: "\ea09"
}

.bx-credit-card:before {
	content: "\ea0a"
}

.bx-credit-card-alt:before {
	content: "\ea0b"
}

.bx-crop:before {
	content: "\ea0c"
}

.bx-crosshair:before {
	content: "\ea0d"
}

.bx-crown:before {
	content: "\ea0e"
}

.bx-cube:before {
	content: "\ea0f"
}

.bx-cube-alt:before {
	content: "\ea10"
}

.bx-cuboid:before {
	content: "\ea11"
}

.bx-customize:before {
	content: "\ea12"
}

.bx-cut:before {
	content: "\ea13"
}

.bx-cycling:before {
	content: "\ea14"
}

.bx-cylinder:before {
	content: "\ea15"
}

.bx-data:before {
	content: "\ea16"
}

.bx-desktop:before {
	content: "\ea17"
}

.bx-detail:before {
	content: "\ea18"
}

.bx-devices:before {
	content: "\ea19"
}

.bx-dialpad:before {
	content: "\ea1a"
}

.bx-dialpad-alt:before {
	content: "\ea1b"
}

.bx-diamond:before {
	content: "\ea1c"
}

.bx-directions:before {
	content: "\ea1d"
}

.bx-disc:before {
	content: "\ea1e"
}

.bx-dish:before {
	content: "\ea1f"
}

.bx-dislike:before {
	content: "\ea20"
}

.bx-dizzy:before {
	content: "\ea21"
}

.bx-dna:before {
	content: "\ea22"
}

.bx-dock-bottom:before {
	content: "\ea23"
}

.bx-dock-left:before {
	content: "\ea24"
}

.bx-dock-right:before {
	content: "\ea25"
}

.bx-dock-top:before {
	content: "\ea26"
}

.bx-dollar:before {
	content: "\ea27"
}

.bx-dollar-circle:before {
	content: "\ea28"
}

.bx-dots-horizontal:before {
	content: "\ea29"
}

.bx-dots-horizontal-rounded:before {
	content: "\ea2a"
}

.bx-dots-vertical:before {
	content: "\ea2b"
}

.bx-dots-vertical-rounded:before {
	content: "\ea2c"
}

.bx-doughnut-chart:before {
	content: "\ea2d"
}

.bx-down-arrow:before {
	content: "\ea2e"
}

.bx-down-arrow-alt:before {
	content: "\ea2f"
}

.bx-down-arrow-circle:before {
	content: "\ea30"
}

.bx-download:before {
	content: "\ea31"
}

.bx-downvote:before {
	content: "\ea32"
}

.bx-droplet:before {
	content: "\ea33"
}

.bx-dumbbell:before {
	content: "\ea34"
}

.bx-duplicate:before {
	content: "\ea35"
}

.bx-edit:before {
	content: "\ea36"
}

.bx-edit-alt:before {
	content: "\ea37"
}

.bx-envelope:before {
	content: "\ea38"
}

.bx-equalizer:before {
	content: "\ea39"
}

.bx-error:before {
	content: "\ea3a"
}

.bx-error-alt:before {
	content: "\ea3b"
}

.bx-error-circle:before {
	content: "\ea3c"
}

.bx-euro:before {
	content: "\ea3d"
}

.bx-exit:before {
	content: "\ea3e"
}

.bx-exit-fullscreen:before {
	content: "\ea3f"
}

.bx-expand:before {
	content: "\ea40"
}

.bx-export:before {
	content: "\ea41"
}

.bx-extension:before {
	content: "\ea42"
}

.bx-face:before {
	content: "\ea43"
}

.bx-fast-forward:before {
	content: "\ea44"
}

.bx-fast-forward-circle:before {
	content: "\ea45"
}

.bx-female:before {
	content: "\ea46"
}

.bx-female-sign:before {
	content: "\ea47"
}

.bx-file:before {
	content: "\ea48"
}

.bx-file-blank:before {
	content: "\ea49"
}

.bx-file-find:before {
	content: "\ea4a"
}

.bx-film:before {
	content: "\ea4b"
}

.bx-filter:before {
	content: "\ea4c"
}

.bx-filter-alt:before {
	content: "\ea4d"
}

.bx-fingerprint:before {
	content: "\ea4e"
}

.bx-first-aid:before {
	content: "\ea4f"
}

.bx-first-page:before {
	content: "\ea50"
}

.bx-flag:before {
	content: "\ea51"
}

.bx-folder:before {
	content: "\ea52"
}

.bx-folder-minus:before {
	content: "\ea53"
}

.bx-folder-open:before {
	content: "\ea54"
}

.bx-folder-plus:before {
	content: "\ea55"
}

.bx-font:before {
	content: "\ea56"
}

.bx-font-color:before {
	content: "\ea57"
}

.bx-font-family:before {
	content: "\ea58"
}

.bx-font-size:before {
	content: "\ea59"
}

.bx-food-menu:before {
	content: "\ea5a"
}

.bx-food-tag:before {
	content: "\ea5b"
}

.bx-football:before {
	content: "\ea5c"
}

.bx-fridge:before {
	content: "\ea5d"
}

.bx-fullscreen:before {
	content: "\ea5e"
}

.bx-gas-pump:before {
	content: "\ea5f"
}

.bx-ghost:before {
	content: "\ea60"
}

.bx-gift:before {
	content: "\ea61"
}

.bx-git-branch:before {
	content: "\ea62"
}

.bx-git-commit:before {
	content: "\ea63"
}

.bx-git-compare:before {
	content: "\ea64"
}

.bx-git-merge:before {
	content: "\ea65"
}

.bx-git-pull-request:before {
	content: "\ea66"
}

.bx-git-repo-forked:before {
	content: "\ea67"
}

.bx-globe:before {
	content: "\ea68"
}

.bx-globe-alt:before {
	content: "\ea69"
}

.bx-grid:before {
	content: "\ea6a"
}

.bx-grid-alt:before {
	content: "\ea6b"
}

.bx-grid-horizontal:before {
	content: "\ea6c"
}

.bx-grid-small:before {
	content: "\ea6d"
}

.bx-grid-vertical:before {
	content: "\ea6e"
}

.bx-group:before {
	content: "\ea6f"
}

.bx-handicap:before {
	content: "\ea70"
}

.bx-happy:before {
	content: "\ea71"
}

.bx-happy-alt:before {
	content: "\ea72"
}

.bx-happy-beaming:before {
	content: "\ea73"
}

.bx-happy-heart-eyes:before {
	content: "\ea74"
}

.bx-hash:before {
	content: "\ea75"
}

.bx-hdd:before {
	content: "\ea76"
}

.bx-heading:before {
	content: "\ea77"
}

.bx-headphone:before {
	content: "\ea78"
}

.bx-health:before {
	content: "\ea79"
}

.bx-heart:before {
	content: "\ea7a"
}

.bx-help-circle:before {
	content: "\ea7b"
}

.bx-hide:before {
	content: "\ea7c"
}

.bx-highlight:before {
	content: "\ea7d"
}

.bx-history:before {
	content: "\ea7e"
}

.bx-hive:before {
	content: "\ea7f"
}

.bx-home:before {
	content: "\ea80"
}

.bx-home-alt:before {
	content: "\ea81"
}

.bx-home-circle:before {
	content: "\ea82"
}

.bx-horizontal-center:before {
	content: "\ea83"
}

.bx-hotel:before {
	content: "\ea84"
}

.bx-hourglass:before {
	content: "\ea85"
}

.bx-id-card:before {
	content: "\ea86"
}

.bx-image:before {
	content: "\ea87"
}

.bx-image-add:before {
	content: "\ea88"
}

.bx-image-alt:before {
	content: "\ea89"
}

.bx-images:before {
	content: "\ea8a"
}

.bx-import:before {
	content: "\ea8b"
}

.bx-infinite:before {
	content: "\ea8c"
}

.bx-info-circle:before {
	content: "\ea8d"
}

.bx-italic:before {
	content: "\ea8e"
}

.bx-joystick:before {
	content: "\ea8f"
}

.bx-joystick-alt:before {
	content: "\ea90"
}

.bx-joystick-button:before {
	content: "\ea91"
}

.bx-key:before {
	content: "\ea92"
}

.bx-label:before {
	content: "\ea93"
}

.bx-landscape:before {
	content: "\ea94"
}

.bx-laptop:before {
	content: "\ea95"
}

.bx-last-page:before {
	content: "\ea96"
}

.bx-laugh:before {
	content: "\ea97"
}

.bx-layer:before {
	content: "\ea98"
}

.bx-layout:before {
	content: "\ea99"
}

.bx-left-arrow:before {
	content: "\ea9a"
}

.bx-left-arrow-alt:before {
	content: "\ea9b"
}

.bx-left-arrow-circle:before {
	content: "\ea9c"
}

.bx-left-down-arrow-circle:before {
	content: "\ea9d"
}

.bx-left-indent:before {
	content: "\ea9e"
}

.bx-left-top-arrow-circle:before {
	content: "\ea9f"
}

.bx-like:before {
	content: "\eaa0"
}

.bx-line-chart:before {
	content: "\eaa1"
}

.bx-link:before {
	content: "\eaa2"
}

.bx-link-alt:before {
	content: "\eaa3"
}

.bx-link-external:before {
	content: "\eaa4"
}

.bx-lira:before {
	content: "\eaa5"
}

.bx-list-check:before {
	content: "\eaa6"
}

.bx-list-minus:before {
	content: "\eaa7"
}

.bx-list-ol:before {
	content: "\eaa8"
}

.bx-list-plus:before {
	content: "\eaa9"
}

.bx-list-ul:before {
	content: "\eaaa"
}

.bx-loader:before {
	content: "\eaab"
}

.bx-loader-alt:before {
	content: "\eaac"
}

.bx-loader-circle:before {
	content: "\eaad"
}

.bx-lock:before {
	content: "\eaae"
}

.bx-lock-alt:before {
	content: "\eaaf"
}

.bx-lock-open:before {
	content: "\eab0"
}

.bx-lock-open-alt:before {
	content: "\eab1"
}

.bx-log-in:before {
	content: "\eab2"
}

.bx-log-in-circle:before {
	content: "\eab3"
}

.bx-log-out:before {
	content: "\eab4"
}

.bx-log-out-circle:before {
	content: "\eab5"
}

.bx-magnet:before {
	content: "\eab6"
}

.bx-mail-send:before {
	content: "\eab7"
}

.bx-male:before {
	content: "\eab8"
}

.bx-male-sign:before {
	content: "\eab9"
}

.bx-map:before {
	content: "\eaba"
}

.bx-map-alt:before {
	content: "\eabb"
}

.bx-map-pin:before {
	content: "\eabc"
}

.bx-meh:before {
	content: "\eabd"
}

.bx-meh-alt:before {
	content: "\eabe"
}

.bx-meh-blank:before {
	content: "\eabf"
}

.bx-memory-card:before {
	content: "\eac0"
}

.bx-menu:before {
	content: "\eac1"
}

.bx-menu-alt-left:before {
	content: "\eac2"
}

.bx-menu-alt-right:before {
	content: "\eac3"
}

.bx-message:before {
	content: "\eac4"
}

.bx-message-alt:before {
	content: "\eac5"
}

.bx-message-alt-dots:before {
	content: "\eac6"
}

.bx-message-dots:before {
	content: "\eac7"
}

.bx-message-rounded:before {
	content: "\eac8"
}

.bx-message-rounded-dots:before {
	content: "\eac9"
}

.bx-message-square:before {
	content: "\eaca"
}

.bx-message-square-dots:before {
	content: "\eacb"
}

.bx-microphone:before {
	content: "\eacc"
}

.bx-microphone-off:before {
	content: "\eacd"
}

.bx-minus:before {
	content: "\eace"
}

.bx-minus-circle:before {
	content: "\eacf"
}

.bx-mobile:before {
	content: "\ead0"
}

.bx-mobile-alt:before {
	content: "\ead1"
}

.bx-mobile-landscape:before {
	content: "\ead2"
}

.bx-mobile-vibration:before {
	content: "\ead3"
}

.bx-money:before {
	content: "\ead4"
}

.bx-moon:before {
	content: "\ead5"
}

.bx-mouse:before {
	content: "\ead6"
}

.bx-mouse-alt:before {
	content: "\ead7"
}

.bx-move:before {
	content: "\ead8"
}

.bx-move-horizontal:before {
	content: "\ead9"
}

.bx-move-vertical:before {
	content: "\eada"
}

.bx-movie:before {
	content: "\eadb"
}

.bx-music:before {
	content: "\eadc"
}

.bx-navigation:before {
	content: "\eadd"
}

.bx-news:before {
	content: "\eade"
}

.bx-no-entry:before {
	content: "\eadf"
}

.bx-note:before {
	content: "\eae0"
}

.bx-notepad:before {
	content: "\eae1"
}

.bx-notification:before {
	content: "\eae2"
}

.bx-notification-off:before {
	content: "\eae3"
}

.bx-package:before {
	content: "\eae4"
}

.bx-paint:before {
	content: "\eae5"
}

.bx-paint-roll:before {
	content: "\eae6"
}

.bx-palette:before {
	content: "\eae7"
}

.bx-paperclip:before {
	content: "\eae8"
}

.bx-paper-plane:before {
	content: "\eae9"
}

.bx-paragraph:before {
	content: "\eaea"
}

.bx-paste:before {
	content: "\eaeb"
}

.bx-pause:before {
	content: "\eaec"
}

.bx-pause-circle:before {
	content: "\eaed"
}

.bx-pen:before {
	content: "\eaee"
}

.bx-pencil:before {
	content: "\eaef"
}

.bx-phone:before {
	content: "\eaf0"
}

.bx-phone-call:before {
	content: "\eaf1"
}

.bx-phone-incoming:before {
	content: "\eaf2"
}

.bx-phone-outgoing:before {
	content: "\eaf3"
}

.bx-photo-album:before {
	content: "\eaf4"
}

.bx-pie-chart:before {
	content: "\eaf5"
}

.bx-pie-chart-alt:before {
	content: "\eaf6"
}

.bx-pie-chart-alt-2:before {
	content: "\eaf7"
}

.bx-pin:before {
	content: "\eaf8"
}

.bx-planet:before {
	content: "\eaf9"
}

.bx-play:before {
	content: "\eafa"
}

.bx-play-circle:before {
	content: "\eafb"
}

.bx-plug:before {
	content: "\eafc"
}

.bx-plus:before {
	content: "\eafd"
}

.bx-plus-circle:before {
	content: "\eafe"
}

.bx-plus-medical:before {
	content: "\eaff"
}

.bx-poll:before {
	content: "\eb00"
}

.bx-polygon:before {
	content: "\eb01"
}

.bx-pound:before {
	content: "\eb02"
}

.bx-power-off:before {
	content: "\eb03"
}

.bx-printer:before {
	content: "\eb04"
}

.bx-pulse:before {
	content: "\eb05"
}

.bx-purchase-tag:before {
	content: "\eb06"
}

.bx-purchase-tag-alt:before {
	content: "\eb07"
}

.bx-pyramid:before {
	content: "\eb08"
}

.bx-question-mark:before {
	content: "\eb09"
}

.bx-radar:before {
	content: "\eb0a"
}

.bx-radio:before {
	content: "\eb0b"
}

.bx-radio-circle:before {
	content: "\eb0c"
}

.bx-radio-circle-marked:before {
	content: "\eb0d"
}

.bx-receipt:before {
	content: "\eb0e"
}

.bx-rectangle:before {
	content: "\eb0f"
}

.bx-redo:before {
	content: "\eb10"
}

.bx-rename:before {
	content: "\eb11"
}

.bx-repeat:before {
	content: "\eb12"
}

.bx-reply:before {
	content: "\eb13"
}

.bx-reply-all:before {
	content: "\eb14"
}

.bx-repost:before {
	content: "\eb15"
}

.bx-reset:before {
	content: "\eb16"
}

.bx-restaurant:before {
	content: "\eb17"
}

.bx-revision:before {
	content: "\eb18"
}

.bx-rewind:before {
	content: "\eb19"
}

.bx-rewind-circle:before {
	content: "\eb1a"
}

.bx-right-arrow:before {
	content: "\eb1b"
}

.bx-right-arrow-alt:before {
	content: "\eb1c"
}

.bx-right-arrow-circle:before {
	content: "\eb1d"
}

.bx-right-down-arrow-circle:before {
	content: "\eb1e"
}

.bx-right-indent:before {
	content: "\eb1f"
}

.bx-right-top-arrow-circle:before {
	content: "\eb20"
}

.bx-rocket:before {
	content: "\eb21"
}

.bx-rotate-left:before {
	content: "\eb22"
}

.bx-rotate-right:before {
	content: "\eb23"
}

.bx-rss:before {
	content: "\eb24"
}

.bx-ruble:before {
	content: "\eb25"
}

.bx-ruler:before {
	content: "\eb26"
}

.bx-run:before {
	content: "\eb27"
}

.bx-rupee:before {
	content: "\eb28"
}

.bx-sad:before {
	content: "\eb29"
}

.bx-save:before {
	content: "\eb2a"
}

.bx-screenshot:before {
	content: "\eb2b"
}

.bx-search:before {
	content: "\eb2c"
}

.bx-search-alt:before {
	content: "\eb2d"
}

.bx-search-alt-2:before {
	content: "\eb2e"
}

.bx-selection:before {
	content: "\eb2f"
}

.bx-select-multiple:before {
	content: "\eb30"
}

.bx-send:before {
	content: "\eb31"
}

.bx-server:before {
	content: "\eb32"
}

.bx-shape-circle:before {
	content: "\eb33"
}

.bx-shape-square:before {
	content: "\eb34"
}

.bx-shape-triangle:before {
	content: "\eb35"
}

.bx-share:before {
	content: "\eb36"
}

.bx-share-alt:before {
	content: "\eb37"
}

.bx-shekel:before {
	content: "\eb38"
}

.bx-shield:before {
	content: "\eb39"
}

.bx-shield-alt:before {
	content: "\eb3a"
}

.bx-shield-alt-2:before {
	content: "\eb3b"
}

.bx-shield-quarter:before {
	content: "\eb3c"
}

.bx-shocked:before {
	content: "\eb3d"
}

.bx-shopping-bag:before {
	content: "\eb3e"
}

.bx-show:before {
	content: "\eb3f"
}

.bx-show-alt:before {
	content: "\eb40"
}

.bx-shuffle:before {
	content: "\eb41"
}

.bx-sidebar:before {
	content: "\eb42"
}

.bx-sitemap:before {
	content: "\eb43"
}

.bx-skip-next:before {
	content: "\eb44"
}

.bx-skip-next-circle:before {
	content: "\eb45"
}

.bx-skip-previous:before {
	content: "\eb46"
}

.bx-skip-previous-circle:before {
	content: "\eb47"
}

.bx-sleepy:before {
	content: "\eb48"
}

.bx-slider:before {
	content: "\eb49"
}

.bx-slider-alt:before {
	content: "\eb4a"
}

.bx-slideshow:before {
	content: "\eb4b"
}

.bx-smile:before {
	content: "\eb4c"
}

.bx-sort:before {
	content: "\eb4d"
}

.bx-sort-a-z:before {
	content: "\eb4e"
}

.bx-sort-down:before {
	content: "\eb4f"
}

.bx-sort-up:before {
	content: "\eb50"
}

.bx-sort-z-a:before {
	content: "\eb51"
}

.bx-spa:before {
	content: "\eb52"
}

.bx-space-bar:before {
	content: "\eb53"
}

.bx-spreadsheet:before {
	content: "\eb54"
}

.bx-square:before {
	content: "\eb55"
}

.bx-square-rounded:before {
	content: "\eb56"
}

.bx-star:before {
	content: "\eb57"
}

.bx-station:before {
	content: "\eb58"
}

.bx-stats:before {
	content: "\eb59"
}

.bx-sticker:before {
	content: "\eb5a"
}

.bx-stop:before {
	content: "\eb5b"
}

.bx-stop-circle:before {
	content: "\eb5c"
}

.bx-stopwatch:before {
	content: "\eb5d"
}

.bx-store:before {
	content: "\eb5e"
}

.bx-store-alt:before {
	content: "\eb5f"
}

.bx-street-view:before {
	content: "\eb60"
}

.bx-strikethrough:before {
	content: "\eb61"
}

.bx-subdirectory-left:before {
	content: "\eb62"
}

.bx-subdirectory-right:before {
	content: "\eb63"
}

.bx-sun:before {
	content: "\eb64"
}

.bx-support:before {
	content: "\eb65"
}

.bx-swim:before {
	content: "\eb66"
}

.bx-sync:before {
	content: "\eb67"
}

.bx-tab:before {
	content: "\eb68"
}

.bx-table:before {
	content: "\eb69"
}

.bx-tag:before {
	content: "\eb6a"
}

.bx-target-lock:before {
	content: "\eb6b"
}

.bx-task:before {
	content: "\eb6c"
}

.bx-taxi:before {
	content: "\eb6d"
}

.bx-tennis-ball:before {
	content: "\eb6e"
}

.bx-terminal:before {
	content: "\eb6f"
}

.bx-test-tube:before {
	content: "\eb70"
}

.bx-text:before {
	content: "\eb71"
}

.bx-time:before {
	content: "\eb72"
}

.bx-time-five:before {
	content: "\eb73"
}

.bx-timer:before {
	content: "\eb74"
}

.bx-tired:before {
	content: "\eb75"
}

.bx-toggle-left:before {
	content: "\eb76"
}

.bx-toggle-right:before {
	content: "\eb77"
}

.bx-tone:before {
	content: "\eb78"
}

.bx-train:before {
	content: "\eb79"
}

.bx-transfer:before {
	content: "\eb7a"
}

.bx-transfer-alt:before {
	content: "\eb7b"
}

.bx-trash:before {
	content: "\eb7c"
}

.bx-trash-alt:before {
	content: "\eb7d"
}

.bx-trending-down:before {
	content: "\eb7e"
}

.bx-trending-up:before {
	content: "\eb7f"
}

.bx-trophy:before {
	content: "\eb80"
}

.bx-tv:before {
	content: "\eb81"
}

.bx-underline:before {
	content: "\eb82"
}

.bx-undo:before {
	content: "\eb83"
}

.bx-unlink:before {
	content: "\eb84"
}

.bx-up-arrow:before {
	content: "\eb85"
}

.bx-up-arrow-alt:before {
	content: "\eb86"
}

.bx-up-arrow-circle:before {
	content: "\eb87"
}

.bx-upload:before {
	content: "\eb88"
}

.bx-upside-down:before {
	content: "\eb89"
}

.bx-upvote:before {
	content: "\eb8a"
}

.bx-usb:before {
	content: "\eb8b"
}

.bx-user:before {
	content: "\eb8c"
}

.bx-user-check:before {
	content: "\eb8d"
}

.bx-user-circle:before {
	content: "\eb8e"
}

.bx-user-minus:before {
	content: "\eb8f"
}

.bx-user-pin:before {
	content: "\eb90"
}

.bx-user-plus:before {
	content: "\eb91"
}

.bx-user-voice:before {
	content: "\eb92"
}

.bx-user-x:before {
	content: "\eb93"
}

.bx-vertical-center:before {
	content: "\eb94"
}

.bx-video:before {
	content: "\eb95"
}

.bx-video-off:before {
	content: "\eb96"
}

.bx-video-plus:before {
	content: "\eb97"
}

.bx-video-recording:before {
	content: "\eb98"
}

.bx-voicemail:before {
	content: "\eb99"
}

.bx-volume:before {
	content: "\eb9a"
}

.bx-volume-full:before {
	content: "\eb9b"
}

.bx-volume-low:before {
	content: "\eb9c"
}

.bx-volume-mute:before {
	content: "\eb9d"
}

.bx-walk:before {
	content: "\eb9e"
}

.bx-wallet:before {
	content: "\eb9f"
}

.bx-wallet-alt:before {
	content: "\eba0"
}

.bx-water:before {
	content: "\eba1"
}

.bx-wifi:before {
	content: "\eba2"
}

.bx-wifi-off:before {
	content: "\eba3"
}

.bx-wind:before {
	content: "\eba4"
}

.bx-window:before {
	content: "\eba5"
}

.bx-window-close:before {
	content: "\eba6"
}

.bx-window-open:before {
	content: "\eba7"
}

.bx-windows:before {
	content: "\eba8"
}

.bx-wink-smile:before {
	content: "\eba9"
}

.bx-wink-tongue:before {
	content: "\ebaa"
}

.bx-won:before {
	content: "\ebab"
}

.bx-world:before {
	content: "\ebac"
}

.bx-wrench:before {
	content: "\ebad"
}

.bx-x:before {
	content: "\ebae"
}

.bx-x-circle:before {
	content: "\ebaf"
}

.bx-yen:before {
	content: "\ebb0"
}

.bx-zoom-in:before {
	content: "\ebb1"
}

.bx-zoom-out:before {
	content: "\ebb2"
}

.bxs-add-to-queue:before {
	content: "\ebb3"
}

.bxs-adjust:before {
	content: "\ebb4"
}

.bxs-adjust-alt:before {
	content: "\ebb5"
}

.bxs-alarm:before {
	content: "\ebb6"
}

.bxs-alarm-add:before {
	content: "\ebb7"
}

.bxs-alarm-off:before {
	content: "\ebb8"
}

.bxs-album:before {
	content: "\ebb9"
}

.bxs-ambulance:before {
	content: "\ebba"
}

.bxs-analyse:before {
	content: "\ebbb"
}

.bxs-angry:before {
	content: "\ebbc"
}

.bxs-archive:before {
	content: "\ebbd"
}

.bxs-archive-in:before {
	content: "\ebbe"
}

.bxs-archive-out:before {
	content: "\ebbf"
}

.bxs-area:before {
	content: "\ebc0"
}

.bxs-award:before {
	content: "\ebc1"
}

.bxs-baby-carriage:before {
	content: "\ebc2"
}

.bxs-badge:before {
	content: "\ebc3"
}

.bxs-badge-check:before {
	content: "\ebc4"
}

.bxs-ball:before {
	content: "\ebc5"
}

.bxs-band-aid:before {
	content: "\ebc6"
}

.bxs-bank:before {
	content: "\ebc7"
}

.bxs-bar-chart-alt-2:before {
	content: "\ebc8"
}

.bxs-bar-chart-square:before {
	content: "\ebc9"
}

.bxs-barcode:before {
	content: "\ebca"
}

.bxs-basket:before {
	content: "\ebcb"
}

.bxs-bath:before {
	content: "\ebcc"
}

.bxs-battery:before {
	content: "\ebcd"
}

.bxs-battery-charging:before {
	content: "\ebce"
}

.bxs-battery-full:before {
	content: "\ebcf"
}

.bxs-battery-low:before {
	content: "\ebd0"
}

.bxs-bed:before {
	content: "\ebd1"
}

.bxs-bell:before {
	content: "\ebd2"
}

.bxs-bell-minus:before {
	content: "\ebd3"
}

.bxs-bell-off:before {
	content: "\ebd4"
}

.bxs-bell-plus:before {
	content: "\ebd5"
}

.bxs-bell-ring:before {
	content: "\ebd6"
}

.bxs-bolt:before {
	content: "\ebd7"
}

.bxs-bolt-circle:before {
	content: "\ebd8"
}

.bxs-book:before {
	content: "\ebd9"
}

.bxs-book-bookmark:before {
	content: "\ebda"
}

.bxs-book-content:before {
	content: "\ebdb"
}

.bxs-bookmark:before {
	content: "\ebdc"
}

.bxs-bookmark-minus:before {
	content: "\ebdd"
}

.bxs-bookmark-plus:before {
	content: "\ebde"
}

.bxs-bookmarks:before {
	content: "\ebdf"
}

.bxs-bookmark-star:before {
	content: "\ebe0"
}

.bxs-book-open:before {
	content: "\ebe1"
}

.bxs-bot:before {
	content: "\ebe2"
}

.bxs-bowling-ball:before {
	content: "\ebe3"
}

.bxs-box:before {
	content: "\ebe4"
}

.bxs-briefcase:before {
	content: "\ebe5"
}

.bxs-briefcase-alt:before {
	content: "\ebe6"
}

.bxs-briefcase-alt-2:before {
	content: "\ebe7"
}

.bxs-brightness:before {
	content: "\ebe8"
}

.bxs-brightness-half:before {
	content: "\ebe9"
}

.bxs-brush:before {
	content: "\ebea"
}

.bxs-brush-alt:before {
	content: "\ebeb"
}

.bxs-bug:before {
	content: "\ebec"
}

.bxs-bug-alt:before {
	content: "\ebed"
}

.bxs-building:before {
	content: "\ebee"
}

.bxs-building-house:before {
	content: "\ebef"
}

.bxs-buildings:before {
	content: "\ebf0"
}

.bxs-bulb:before {
	content: "\ebf1"
}

.bxs-buoy:before {
	content: "\ebf2"
}

.bxs-bus:before {
	content: "\ebf3"
}

.bxs-business:before {
	content: "\ebf4"
}

.bxs-cake:before {
	content: "\ebf5"
}

.bxs-calculator:before {
	content: "\ebf6"
}

.bxs-calendar:before {
	content: "\ebf7"
}

.bxs-calendar-alt:before {
	content: "\ebf8"
}

.bxs-calendar-check:before {
	content: "\ebf9"
}

.bxs-calendar-event:before {
	content: "\ebfa"
}

.bxs-calendar-minus:before {
	content: "\ebfb"
}

.bxs-calendar-plus:before {
	content: "\ebfc"
}

.bxs-calendar-x:before {
	content: "\ebfd"
}

.bxs-camera:before {
	content: "\ebfe"
}

.bxs-camera-off:before {
	content: "\ebff"
}

.bxs-camera-plus:before {
	content: "\ec00"
}

.bxs-capsule:before {
	content: "\ec01"
}

.bxs-captions:before {
	content: "\ec02"
}

.bxs-car:before {
	content: "\ec03"
}

.bxs-card:before {
	content: "\ec04"
}

.bxs-caret-down-circle:before {
	content: "\ec05"
}

.bxs-caret-left-circle:before {
	content: "\ec06"
}

.bxs-caret-right-circle:before {
	content: "\ec07"
}

.bxs-caret-up-circle:before {
	content: "\ec08"
}

.bxs-carousel:before {
	content: "\ec09"
}

.bxs-cart:before {
	content: "\ec0a"
}

.bxs-cart-alt:before {
	content: "\ec0b"
}

.bxs-certification:before {
	content: "\ec0c"
}

.bxs-chalkboard:before {
	content: "\ec0d"
}

.bxs-chart:before {
	content: "\ec0e"
}

.bxs-chat:before {
	content: "\ec0f"
}

.bxs-checkbox:before {
	content: "\ec10"
}

.bxs-checkbox-checked:before {
	content: "\ec11"
}

.bxs-check-circle:before {
	content: "\ec12"
}

.bxs-check-shield:before {
	content: "\ec13"
}

.bxs-check-square:before {
	content: "\ec14"
}

.bxs-chip:before {
	content: "\ec15"
}

.bxs-circle:before {
	content: "\ec16"
}

.bxs-city:before {
	content: "\ec17"
}

.bxs-clinic:before {
	content: "\ec18"
}

.bxs-cloud:before {
	content: "\ec19"
}

.bxs-cloud-download:before {
	content: "\ec1a"
}

.bxs-cloud-lightning:before {
	content: "\ec1b"
}

.bxs-cloud-rain:before {
	content: "\ec1c"
}

.bxs-cloud-upload:before {
	content: "\ec1d"
}

.bxs-coffee:before {
	content: "\ec1e"
}

.bxs-coffee-alt:before {
	content: "\ec1f"
}

.bxs-cog:before {
	content: "\ec20"
}

.bxs-collection:before {
	content: "\ec21"
}

.bxs-color-fill:before {
	content: "\ec22"
}

.bxs-comment:before {
	content: "\ec23"
}

.bxs-comment-add:before {
	content: "\ec24"
}

.bxs-comment-detail:before {
	content: "\ec25"
}

.bxs-comment-dots:before {
	content: "\ec26"
}

.bxs-comment-error:before {
	content: "\ec27"
}

.bxs-compass:before {
	content: "\ec28"
}

.bxs-component:before {
	content: "\ec29"
}

.bxs-confused:before {
	content: "\ec2a"
}

.bxs-contact:before {
	content: "\ec2b"
}

.bxs-conversation:before {
	content: "\ec2c"
}

.bxs-cool:before {
	content: "\ec2d"
}

.bxs-copy:before {
	content: "\ec2e"
}

.bxs-copy-alt:before {
	content: "\ec2f"
}

.bxs-coupon:before {
	content: "\ec30"
}

.bxs-credit-card:before {
	content: "\ec31"
}

.bxs-credit-card-alt:before {
	content: "\ec32"
}

.bxs-crown:before {
	content: "\ec33"
}

.bxs-cube:before {
	content: "\ec34"
}

.bxs-cube-alt:before {
	content: "\ec35"
}

.bxs-cuboid:before {
	content: "\ec36"
}

.bxs-customize:before {
	content: "\ec37"
}

.bxs-cylinder:before {
	content: "\ec38"
}

.bxs-dashboard:before {
	content: "\ec39"
}

.bxs-data:before {
	content: "\ec3a"
}

.bxs-detail:before {
	content: "\ec3b"
}

.bxs-devices:before {
	content: "\ec3c"
}

.bxs-direction-left:before {
	content: "\ec3d"
}

.bxs-direction-right:before {
	content: "\ec3e"
}

.bxs-directions:before {
	content: "\ec3f"
}

.bxs-disc:before {
	content: "\ec40"
}

.bxs-discount:before {
	content: "\ec41"
}

.bxs-dish:before {
	content: "\ec42"
}

.bxs-dislike:before {
	content: "\ec43"
}

.bxs-dizzy:before {
	content: "\ec44"
}

.bxs-dock-bottom:before {
	content: "\ec45"
}

.bxs-dock-left:before {
	content: "\ec46"
}

.bxs-dock-right:before {
	content: "\ec47"
}

.bxs-dock-top:before {
	content: "\ec48"
}

.bxs-dollar-circle:before {
	content: "\ec49"
}

.bxs-doughnut-chart:before {
	content: "\ec4a"
}

.bxs-down-arrow:before {
	content: "\ec4b"
}

.bxs-down-arrow-circle:before {
	content: "\ec4c"
}

.bxs-down-arrow-square:before {
	content: "\ec4d"
}

.bxs-download:before {
	content: "\ec4e"
}

.bxs-downvote:before {
	content: "\ec4f"
}

.bxs-drink:before {
	content: "\ec50"
}

.bxs-droplet:before {
	content: "\ec51"
}

.bxs-droplet-half:before {
	content: "\ec52"
}

.bxs-duplicate:before {
	content: "\ec53"
}

.bxs-edit:before {
	content: "\ec54"
}

.bxs-edit-alt:before {
	content: "\ec55"
}

.bxs-eject:before {
	content: "\ec56"
}

.bxs-envelope:before {
	content: "\ec57"
}

.bxs-eraser:before {
	content: "\ec58"
}

.bxs-error:before {
	content: "\ec59"
}

.bxs-error-alt:before {
	content: "\ec5a"
}

.bxs-error-circle:before {
	content: "\ec5b"
}

.bxs-exit:before {
	content: "\ec5c"
}

.bxs-extension:before {
	content: "\ec5d"
}

.bxs-eyedropper:before {
	content: "\ec5e"
}

.bxs-face:before {
	content: "\ec5f"
}

.bxs-factory:before {
	content: "\ec60"
}

.bxs-fast-forward-circle:before {
	content: "\ec61"
}

.bxs-file:before {
	content: "\ec62"
}

.bxs-file-blank:before {
	content: "\ec63"
}

.bxs-file-css:before {
	content: "\ec64"
}

.bxs-file-doc:before {
	content: "\ec65"
}

.bxs-file-find:before {
	content: "\ec66"
}

.bxs-file-gif:before {
	content: "\ec67"
}

.bxs-file-html:before {
	content: "\ec68"
}

.bxs-file-image:before {
	content: "\ec69"
}

.bxs-file-jpg:before {
	content: "\ec6a"
}

.bxs-file-js:before {
	content: "\ec6b"
}

.bxs-file-json:before {
	content: "\ec6c"
}

.bxs-file-md:before {
	content: "\ec6d"
}

.bxs-file-pdf:before {
	content: "\ec6e"
}

.bxs-file-plus:before {
	content: "\ec6f"
}

.bxs-file-png:before {
	content: "\ec70"
}

.bxs-file-txt:before {
	content: "\ec71"
}

.bxs-film:before {
	content: "\ec72"
}

.bxs-filter-alt:before {
	content: "\ec73"
}

.bxs-first-aid:before {
	content: "\ec74"
}

.bxs-flag:before {
	content: "\ec75"
}

.bxs-flag-alt:before {
	content: "\ec76"
}

.bxs-flame:before {
	content: "\ec77"
}

.bxs-flask:before {
	content: "\ec78"
}

.bxs-folder:before {
	content: "\ec79"
}

.bxs-folder-minus:before {
	content: "\ec7a"
}

.bxs-folder-open:before {
	content: "\ec7b"
}

.bxs-folder-plus:before {
	content: "\ec7c"
}

.bxs-food-menu:before {
	content: "\ec7d"
}

.bxs-fridge:before {
	content: "\ec7e"
}

.bxs-gas-pump:before {
	content: "\ec7f"
}

.bxs-ghost:before {
	content: "\ec80"
}

.bxs-gift:before {
	content: "\ec81"
}

.bxs-graduation:before {
	content: "\ec82"
}

.bxs-grid:before {
	content: "\ec83"
}

.bxs-grid-alt:before {
	content: "\ec84"
}

.bxs-group:before {
	content: "\ec85"
}

.bxs-hand-down:before {
	content: "\ec86"
}

.bxs-hand-left:before {
	content: "\ec87"
}

.bxs-hand-right:before {
	content: "\ec88"
}

.bxs-hand-up:before {
	content: "\ec89"
}

.bxs-happy:before {
	content: "\ec8a"
}

.bxs-happy-alt:before {
	content: "\ec8b"
}

.bxs-happy-beaming:before {
	content: "\ec8c"
}

.bxs-happy-heart-eyes:before {
	content: "\ec8d"
}

.bxs-hdd:before {
	content: "\ec8e"
}

.bxs-heart:before {
	content: "\ec8f"
}

.bxs-help-circle:before {
	content: "\ec90"
}

.bxs-hide:before {
	content: "\ec91"
}

.bxs-home:before {
	content: "\ec92"
}

.bxs-home-circle:before {
	content: "\ec93"
}

.bxs-hot:before {
	content: "\ec94"
}

.bxs-hotel:before {
	content: "\ec95"
}

.bxs-hourglass:before {
	content: "\ec96"
}

.bxs-hourglass-bottom:before {
	content: "\ec97"
}

.bxs-hourglass-top:before {
	content: "\ec98"
}

.bxs-id-card:before {
	content: "\ec99"
}

.bxs-image:before {
	content: "\ec9a"
}

.bxs-image-add:before {
	content: "\ec9b"
}

.bxs-image-alt:before {
	content: "\ec9c"
}

.bxs-inbox:before {
	content: "\ec9d"
}

.bxs-info-circle:before {
	content: "\ec9e"
}

.bxs-institution:before {
	content: "\ec9f"
}

.bxs-joystick:before {
	content: "\eca0"
}

.bxs-joystick-alt:before {
	content: "\eca1"
}

.bxs-joystick-button:before {
	content: "\eca2"
}

.bxs-key:before {
	content: "\eca3"
}

.bxs-keyboard:before {
	content: "\eca4"
}

.bxs-label:before {
	content: "\eca5"
}

.bxs-landmark:before {
	content: "\eca6"
}

.bxs-landscape:before {
	content: "\eca7"
}

.bxs-laugh:before {
	content: "\eca8"
}

.bxs-layer:before {
	content: "\eca9"
}

.bxs-layout:before {
	content: "\ecaa"
}

.bxs-left-arrow:before {
	content: "\ecab"
}

.bxs-left-arrow-circle:before {
	content: "\ecac"
}

.bxs-left-arrow-square:before {
	content: "\ecad"
}

.bxs-left-down-arrow-circle:before {
	content: "\ecae"
}

.bxs-left-top-arrow-circle:before {
	content: "\ecaf"
}

.bxs-like:before {
	content: "\ecb0"
}

.bxs-lock:before {
	content: "\ecb1"
}

.bxs-lock-alt:before {
	content: "\ecb2"
}

.bxs-lock-open:before {
	content: "\ecb3"
}

.bxs-lock-open-alt:before {
	content: "\ecb4"
}

.bxs-log-in:before {
	content: "\ecb5"
}

.bxs-log-in-circle:before {
	content: "\ecb6"
}

.bxs-log-out:before {
	content: "\ecb7"
}

.bxs-log-out-circle:before {
	content: "\ecb8"
}

.bxs-magic-wand:before {
	content: "\ecb9"
}

.bxs-magnet:before {
	content: "\ecba"
}

.bxs-map:before {
	content: "\ecbb"
}

.bxs-map-alt:before {
	content: "\ecbc"
}

.bxs-map-pin:before {
	content: "\ecbd"
}

.bxs-megaphone:before {
	content: "\ecbe"
}

.bxs-meh:before {
	content: "\ecbf"
}

.bxs-meh-alt:before {
	content: "\ecc0"
}

.bxs-meh-blank:before {
	content: "\ecc1"
}

.bxs-memory-card:before {
	content: "\ecc2"
}

.bxs-message:before {
	content: "\ecc3"
}

.bxs-message-alt:before {
	content: "\ecc4"
}

.bxs-message-alt-dots:before {
	content: "\ecc5"
}

.bxs-message-dots:before {
	content: "\ecc6"
}

.bxs-message-rounded:before {
	content: "\ecc7"
}

.bxs-message-rounded-dots:before {
	content: "\ecc8"
}

.bxs-message-square:before {
	content: "\ecc9"
}

.bxs-message-square-dots:before {
	content: "\ecca"
}

.bxs-microphone:before {
	content: "\eccb"
}

.bxs-microphone-alt:before {
	content: "\eccc"
}

.bxs-microphone-off:before {
	content: "\eccd"
}

.bxs-minus-circle:before {
	content: "\ecce"
}

.bxs-minus-square:before {
	content: "\eccf"
}

.bxs-mobile:before {
	content: "\ecd0"
}

.bxs-mobile-vibration:before {
	content: "\ecd1"
}

.bxs-moon:before {
	content: "\ecd2"
}

.bxs-mouse:before {
	content: "\ecd3"
}

.bxs-mouse-alt:before {
	content: "\ecd4"
}

.bxs-movie:before {
	content: "\ecd5"
}

.bxs-music:before {
	content: "\ecd6"
}

.bxs-navigation:before {
	content: "\ecd7"
}

.bxs-news:before {
	content: "\ecd8"
}

.bxs-no-entry:before {
	content: "\ecd9"
}

.bxs-note:before {
	content: "\ecda"
}

.bxs-notepad:before {
	content: "\ecdb"
}

.bxs-notification:before {
	content: "\ecdc"
}

.bxs-notification-off:before {
	content: "\ecdd"
}

.bxs-offer:before {
	content: "\ecde"
}

.bxs-package:before {
	content: "\ecdf"
}

.bxs-paint:before {
	content: "\ece0"
}

.bxs-paint-roll:before {
	content: "\ece1"
}

.bxs-palette:before {
	content: "\ece2"
}

.bxs-paper-plane:before {
	content: "\ece3"
}

.bxs-parking:before {
	content: "\ece4"
}

.bxs-paste:before {
	content: "\ece5"
}

.bxs-pen:before {
	content: "\ece6"
}

.bxs-pencil:before {
	content: "\ece7"
}

.bxs-phone:before {
	content: "\ece8"
}

.bxs-phone-call:before {
	content: "\ece9"
}

.bxs-phone-incoming:before {
	content: "\ecea"
}

.bxs-phone-outgoing:before {
	content: "\eceb"
}

.bxs-photo-album:before {
	content: "\ecec"
}

.bxs-pie-chart:before {
	content: "\eced"
}

.bxs-pie-chart-alt:before {
	content: "\ecee"
}

.bxs-pie-chart-alt-2:before {
	content: "\ecef"
}

.bxs-pin:before {
	content: "\ecf0"
}

.bxs-plane:before {
	content: "\ecf1"
}

.bxs-plane-alt:before {
	content: "\ecf2"
}

.bxs-plane-land:before {
	content: "\ecf3"
}

.bxs-planet:before {
	content: "\ecf4"
}

.bxs-plane-take-off:before {
	content: "\ecf5"
}

.bxs-playlist:before {
	content: "\ecf6"
}

.bxs-plug:before {
	content: "\ecf7"
}

.bxs-plus-circle:before {
	content: "\ecf8"
}

.bxs-plus-square:before {
	content: "\ecf9"
}

.bxs-polygon:before {
	content: "\ecfa"
}

.bxs-printer:before {
	content: "\ecfb"
}

.bxs-purchase-tag:before {
	content: "\ecfc"
}

.bxs-purchase-tag-alt:before {
	content: "\ecfd"
}

.bxs-pyramid:before {
	content: "\ecfe"
}

.bxs-quote-alt-left:before {
	content: "\ecff"
}

.bxs-quote-alt-right:before {
	content: "\ed00"
}

.bxs-quote-left:before {
	content: "\ed01"
}

.bxs-quote-right:before {
	content: "\ed02"
}

.bxs-quote-single-left:before {
	content: "\ed03"
}

.bxs-quote-single-right:before {
	content: "\ed04"
}

.bxs-radio:before {
	content: "\ed05"
}

.bxs-receipt:before {
	content: "\ed06"
}

.bxs-rectangle:before {
	content: "\ed07"
}

.bxs-rename:before {
	content: "\ed08"
}

.bxs-report:before {
	content: "\ed09"
}

.bxs-rewind-circle:before {
	content: "\ed0a"
}

.bxs-right-arrow:before {
	content: "\ed0b"
}

.bxs-right-arrow-circle:before {
	content: "\ed0c"
}

.bxs-right-arrow-square:before {
	content: "\ed0d"
}

.bxs-right-down-arrow-circle:before {
	content: "\ed0e"
}

.bxs-right-top-arrow-circle:before {
	content: "\ed0f"
}

.bxs-rocket:before {
	content: "\ed10"
}

.bxs-ruler:before {
	content: "\ed11"
}

.bxs-sad:before {
	content: "\ed12"
}

.bxs-save:before {
	content: "\ed13"
}

.bxs-school:before {
	content: "\ed14"
}

.bxs-search:before {
	content: "\ed15"
}

.bxs-search-alt-2:before {
	content: "\ed16"
}

.bxs-select-multiple:before {
	content: "\ed17"
}

.bxs-send:before {
	content: "\ed18"
}

.bxs-server:before {
	content: "\ed19"
}

.bxs-share:before {
	content: "\ed1a"
}

.bxs-share-alt:before {
	content: "\ed1b"
}

.bxs-shield:before {
	content: "\ed1c"
}

.bxs-shield-alt-2:before {
	content: "\ed1d"
}

.bxs-ship:before {
	content: "\ed1e"
}

.bxs-shocked:before {
	content: "\ed1f"
}

.bxs-shopping-bag:before {
	content: "\ed20"
}

.bxs-shopping-bag-alt:before {
	content: "\ed21"
}

.bxs-show:before {
	content: "\ed22"
}

.bxs-skip-next-circle:before {
	content: "\ed23"
}

.bxs-skip-previous-circle:before {
	content: "\ed24"
}

.bxs-skull:before {
	content: "\ed25"
}

.bxs-sleepy:before {
	content: "\ed26"
}

.bxs-slideshow:before {
	content: "\ed27"
}

.bxs-smile:before {
	content: "\ed28"
}

.bxs-sort-alt:before {
	content: "\ed29"
}

.bxs-spa:before {
	content: "\ed2a"
}

.bxs-spreadsheet:before {
	content: "\ed2b"
}

.bxs-square:before {
	content: "\ed2c"
}

.bxs-square-rounded:before {
	content: "\ed2d"
}

.bxs-star:before {
	content: "\ed2e"
}

.bxs-star-half:before {
	content: "\ed2f"
}

.bxs-stopwatch:before {
	content: "\ed30"
}

.bxs-store:before {
	content: "\ed31"
}

.bxs-store-alt:before {
	content: "\ed32"
}

.bxs-sun:before {
	content: "\ed33"
}

.bxs-tag:before {
	content: "\ed34"
}

.bxs-tag-x:before {
	content: "\ed35"
}

.bxs-taxi:before {
	content: "\ed36"
}

.bxs-tennis-ball:before {
	content: "\ed37"
}

.bxs-terminal:before {
	content: "\ed38"
}

.bxs-time:before {
	content: "\ed39"
}

.bxs-time-five:before {
	content: "\ed3a"
}

.bxs-timer:before {
	content: "\ed3b"
}

.bxs-tired:before {
	content: "\ed3c"
}

.bxs-toggle-left:before {
	content: "\ed3d"
}

.bxs-toggle-right:before {
	content: "\ed3e"
}

.bxs-tone:before {
	content: "\ed3f"
}

.bxs-torch:before {
	content: "\ed40"
}

.bxs-to-top:before {
	content: "\ed41"
}

.bxs-traffic:before {
	content: "\ed42"
}

.bxs-traffic-barrier:before {
	content: "\ed43"
}

.bxs-train:before {
	content: "\ed44"
}

.bxs-trash:before {
	content: "\ed45"
}

.bxs-trash-alt:before {
	content: "\ed46"
}

.bxs-tree:before {
	content: "\ed47"
}

.bxs-trophy:before {
	content: "\ed48"
}

.bxs-truck:before {
	content: "\ed49"
}

.bxs-t-shirt:before {
	content: "\ed4a"
}

.bxs-up-arrow:before {
	content: "\ed4b"
}

.bxs-up-arrow-circle:before {
	content: "\ed4c"
}

.bxs-up-arrow-square:before {
	content: "\ed4d"
}

.bxs-upside-down:before {
	content: "\ed4e"
}

.bxs-upvote:before {
	content: "\ed4f"
}

.bxs-user:before {
	content: "\ed50"
}

.bxs-user-badge:before {
	content: "\ed51"
}

.bxs-user-check:before {
	content: "\ed52"
}

.bxs-user-circle:before {
	content: "\ed53"
}

.bxs-user-detail:before {
	content: "\ed54"
}

.bxs-user-minus:before {
	content: "\ed55"
}

.bxs-user-pin:before {
	content: "\ed56"
}

.bxs-user-plus:before {
	content: "\ed57"
}

.bxs-user-rectangle:before {
	content: "\ed58"
}

.bxs-user-voice:before {
	content: "\ed59"
}

.bxs-user-x:before {
	content: "\ed5a"
}

.bxs-vial:before {
	content: "\ed5b"
}

.bxs-video:before {
	content: "\ed5c"
}

.bxs-video-off:before {
	content: "\ed5d"
}

.bxs-video-plus:before {
	content: "\ed5e"
}

.bxs-video-recording:before {
	content: "\ed5f"
}

.bxs-videos:before {
	content: "\ed60"
}

.bxs-volume:before {
	content: "\ed61"
}

.bxs-volume-full:before {
	content: "\ed62"
}

.bxs-volume-low:before {
	content: "\ed63"
}

.bxs-volume-mute:before {
	content: "\ed64"
}

.bxs-wallet:before {
	content: "\ed65"
}

.bxs-wallet-alt:before {
	content: "\ed66"
}

.bxs-watch:before {
	content: "\ed67"
}

.bxs-watch-alt:before {
	content: "\ed68"
}

.bxs-widget:before {
	content: "\ed69"
}

.bxs-wine:before {
	content: "\ed6a"
}

.bxs-wink-smile:before {
	content: "\ed6b"
}

.bxs-wink-tongue:before {
	content: "\ed6c"
}

.bxs-wrench:before {
	content: "\ed6d"
}

.bxs-x-circle:before {
	content: "\ed6e"
}

.bxs-x-square:before {
	content: "\ed6f"
}

.bxs-yin-yang:before {
	content: "\ed70"
}

.bxs-zap:before {
	content: "\ed71"
}

.bxs-zoom-in:before {
	content: "\ed72"
}

.bxs-zoom-out:before {
	content: "\ed73"
}

@font-face {
	font-family: Flaticon;
	src: url(../../../fonts/Flaticon.eot);
	src: url(../../../fonts/Flaticond41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/Flaticon.woff2) format("woff2"), url(../../../fonts/Flaticon.woff) format("woff"), url(../../../fonts/Flaticon.ttf) format("truetype"), url(../../../fonts/Flaticon.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		src: url(../../../fonts/Flaticon.svg#Flaticon) format("svg")
	}
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
	font-family: Flaticon;
	font-style: normal
}

.flaticon-loupe:before {
	content: "\f100"
}

.flaticon-cancel:before {
	content: "\f101"
}

.flaticon-shopping-cart:before {
	content: "\f102"
}

.flaticon-promotion:before {
	content: "\f103"
}

.flaticon-speed:before {
	content: "\f104"
}

.flaticon-email:before {
	content: "\f105"
}

.flaticon-connection:before {
	content: "\f106"
}

.flaticon-right-arrow:before {
	content: "\f107"
}

.flaticon-analysis:before {
	content: "\f108"
}

.flaticon-code:before {
	content: "\f109"
}

.flaticon-digital-marketing:before {
	content: "\f10a"
}

.flaticon-email-marketing:before {
	content: "\f10b"
}

.flaticon-network:before {
	content: "\f10c"
}

.flaticon-check:before {
	content: "\f10d"
}

.flaticon-checked:before {
	content: "\f10e"
}

.flaticon-happy:before {
	content: "\f10f"
}

.flaticon-technical-support:before {
	content: "\f110"
}

.flaticon-trophy:before {
	content: "\f111"
}

.flaticon-next:before {
	content: "\f112"
}

.flaticon-left-arrow:before {
	content: "\f113"
}

.flaticon-call:before {
	content: "\f114"
}

.flaticon-email-1:before {
	content: "\f115"
}

.flaticon-pin:before {
	content: "\f116"
}

.flaticon-vector:before {
	content: "\f117"
}

.flaticon-share:before {
	content: "\f118"
}

.flaticon-search:before {
	content: "\f119"
}

.flaticon-digital-marketing-1:before {
	content: "\f11a"
}

.flaticon-cpu:before {
	content: "\f11b"
}

.flaticon-digital-marketing-2:before {
	content: "\f11c"
}

.flaticon-bank:before {
	content: "\f11d"
}

.flaticon-graduation-cap:before {
	content: "\f11e"
}

.flaticon-stock-market:before {
	content: "\f11f"
}

.flaticon-profit:before {
	content: "\f120"
}

.flaticon-check-mark:before {
	content: "\f121"
}

.flaticon-left-quotes-sign:before {
	content: "\f122"
}

.flaticon-employee:before {
	content: "\f123"
}

.flaticon-waiter:before {
	content: "\f124"
}

.flaticon-stethoscope:before {
	content: "\f125"
}

.flaticon-user:before {
	content: "\f126"
}

.accordion {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 2px
}

.accordion__item+.accordion__item {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion__button {
	background-color: #f4f4f4;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none
}

.accordion__button:hover {
	background-color: #ddd
}

.accordion__button:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 10px;
	margin-right: 12px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.accordion__button[aria-expanded=true]:before,
.accordion__button[aria-selected=true]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

[hidden] {
	display: none
}

.accordion__panel {
	padding: 20px;
	-webkit-animation: fadein .35s ease-in;
	animation: fadein .35s ease-in
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes modal-video {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes modal-video {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes modal-video-inner {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes modal-video-inner {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.modal-video-effect-exit {
	opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}

.modal-video-body {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.modal-video-body,
.modal-video-inner {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.modal-video-inner {
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

@media(orientation:landscape) {
	.modal-video-inner {
		padding: 10px 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -45px;
	right: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: 0 0
}

@media(orientation:landscape) {
	.modal-video-close-btn {
		top: 0;
		right: -45px
	}
}

.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px
}

body {
	padding: 0;
	margin: 0;
	font-family: DM Sans, sans-serif;
	font-size: 16px
}

a {
	-webkit-transition: .5s;
	transition: .5s;
	color: #202647
}

a,
a:focus,
a:hover {
	text-decoration: none
}

a:focus,
a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

button {
	outline: 0!important
}

p {
	margin-bottom: 15px;
	line-height: 1.6;
	color: #6b6b84;
	font-weight: 400;
	font-family: DM Sans, sans-serif;
	font-size: 16px
}

p:last-child {
	margin-bottom: 0
}

i {
	line-height: normal
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

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

.ptb-100 {
	padding-bottom: 100px
}

.pt-100,
.ptb-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #05375a;
	font-weight: 700;
	/* text-transform: capitalize */
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

.mx-100 {
	max-width: 100%!important
}

.pl-15 {
	padding-left: 15px
}

.pr-15 {
	padding-right: 15px
}

.pl-10 {
	padding-left: 10px
}

.ml-10 {
	margin-left: 10px
}

.pl-30 {
	padding-left: 30px
}

.default-btn {
	display: inline-block;
	padding: 12px 35px;
	color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center
}

.default-btn:before {
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to bottom, #dd4337 0%,#f5a345 100%);
}

.default-btn:after,
.default-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.default-btn:after {
	background: #da3834;
	opacity: 0;
	visibility: hidden
}

.default-btn:hover {
	color: #fff
}

.default-btn:hover:after {
	opacity: 1;
	visibility: visible
}

.section-title {
	text-align: center;
	margin-bottom: 60px
}

.section-title span {
	color: #db3834;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px
}

.section-title h2 {
	font-size: 48px;
	margin: 0 0 25px
}

.section-title .bar {
	height: 4px;
	width: 85px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to bottom, #dd4337 0%,#f5a345 100%);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: auto
}

.section-title .bar:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #fff;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

.section-title.text-width {
	max-width: 600px;
	margin: 0 auto 45px
}

@-webkit-keyframes MOVE-BG {
	0% {
		-webkit-transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(85px)
	}
}

@keyframes MOVE-BG {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(85px);
		transform: translateX(85px)
	}
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	top: 0;
	left: 0
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px
}

.preloader .box {
	height: 100%;
	background: #fff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	top: 0;
	border-radius: 3px
}

.preloader .box,
.preloader .shadow {
	width: 100%;
	position: absolute;
	left: 0
}

.preloader .shadow {
	height: 5px;
	background: #f15a25;
	opacity: .1;
	top: 59px;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
	0% {
		left: -100px
	}
	to {
		left: 110%
	}
}

@keyframes loader {
	0% {
		left: -100px
	}
	to {
		left: 110%
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg)
	}
	50% {
		-webkit-transform: translateY(18px) scaleY(.9) rotate(45deg);
		transform: translateY(18px) scaleY(.9) rotate(45deg);
		border-bottom-right-radius: 40px
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg)
	}
	to {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg)
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg)
	}
	50% {
		-webkit-transform: translateY(18px) scaleY(.9) rotate(45deg);
		transform: translateY(18px) scaleY(.9) rotate(45deg);
		border-bottom-right-radius: 40px
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg)
	}
	to {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg)
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2)
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scaleX(1.2);
		transform: scaleX(1.2)
	}
}

.main-navbar {
	padding-top: 0
}

.main-navbar .navbar {
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0
}

.main-navbar .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.main-navbar .navbar .navbar-nav {
	margin: auto
}

.main-navbar .navbar .navbar-nav .nav-item {
	position: relative;
	margin-left: 14px;
	margin-right: 14px
}

.main-navbar .navbar .navbar-nav .nav-item a {
	color: #202647;
	font-size: 16px;
	font-weight: 700;
	padding: 25px 0
}

.main-navbar .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: -4px;
	margin-right: -3px
}

.main-navbar .navbar .navbar-nav .nav-item a.active,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a:hover {
	color: #f15a25;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
	margin-left: 0
}

.main-navbar .navbar .navbar-nav .nav-item.active a,
.main-navbar .navbar .navbar-nav .nav-item:hover a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
	border: none;
	top: 70px;
	left: 0;
	z-index: 99;
	opacity: 0;
	width: 270px;
	display: block;
	border-radius: 0;
	padding: 10px 0;
	margin-top: 15px;
	position: absolute;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
	margin: 0
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 7px 20px;
	position: relative;
	display: block;
	color: #202647;
	font-size: 15px;
	font-weight: 500
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	right: -100%;
	left: auto;
	margin-top: 15px;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -100%;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -100%;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #202647
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #f15a25
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu,
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.main-navbar .navbar .others-options .option-item {
	margin-right: 20px
}

.main-navbar .navbar .others-options .option-item:last-child {
	margin-right: 0
}

.main-navbar .navbar .others-options .option-item .cart-btn a {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative
}

.main-navbar .navbar .others-options .option-item .cart-btn a:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.main-navbar .navbar .others-options .option-item .cart-btn a span {
	position: absolute;
	right: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	background: #f15a25;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

.main-navbar .navbar .others-options .option-item .search-btn {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}

.main-navbar .navbar .others-options .option-item .search-btn:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.main-navbar .navbar .others-options .option-item .close-btn {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer
}

.main-navbar .navbar .others-options .option-item .close-btn:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
	display: block
}

.main-navbar .navbar .others-options .option-item .default-btn {
	padding: 10px 25px;
	position: relative;
	top: 2px;
	width: 150px
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: #fff!important;
	-webkit-animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
	animation: fadeInDown .5s ease-in-out 0s 1 normal none running
}

.others-option-for-responsive {
	display: none
}

.others-option-for-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9991;
	position: absolute;
	right: 60px;
	top: -28px
}

.others-option-for-responsive .dot-menu .inner {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #202647
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
	background-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.others-option-for-responsive .container {
	position: relative
}

.others-option-for-responsive .container .container {
	position: absolute;
	right: 0;
	top: 10px;
	max-width: 260px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.others-option-for-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.others-option-for-responsive .option-inner .others-options .option-item {
	margin-right: 20px
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
	margin-right: 0
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
	position: absolute;
	right: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	background: #f15a25;
	color: #fff;
	font-size: 14px;
	font-weight: 600
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
	font-size: 30px;
	color: #202647;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
	color: #f15a25;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%)
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
	display: block
}

.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
	padding: 10px 25px;
	position: relative;
	top: 2px
}

.navbar-toggler {
	border: none;
	border-radius: 0;
	padding: 0
}

.navbar-toggler:focus {
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.navbar-toggler .icon-bar {
	width: 35px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #221638;
	height: 4px;
	display: block;
	border-radius: 3px
}

.navbar-toggler .top-bar {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
	left: 4px;
	position: relative
}

.navbar-toggler .middle-bar {
	opacity: 0;
	margin: 5px 0
}

.navbar-toggler .bottom-bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
	left: 4px;
	position: relative
}

.navbar-toggler.collapsed .top-bar {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	left: 0
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	left: 0
}

.search-overlay .search-overlay-form form button {
	background-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden
}

.search-overlay .search-overlay-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.search-overlay .search-overlay-layer:first-child {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.search-overlay .search-overlay-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s
}

.search-overlay .search-overlay-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .9s ease-in-out .6s;
	transition: all .9s ease-in-out .6s
}

.search-overlay .search-overlay-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all .9s ease-in-out 1.5s;
	transition: all .9s ease-in-out 1.5s;
	opacity: 0;
	visibility: hidden
}

.search-overlay .search-overlay-close .search-overlay-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.search-overlay .search-overlay-close .search-overlay-close-line:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.search-overlay .search-overlay-form {
	-webkit-transition: all .9s ease-in-out 1.4s;
	transition: all .9s ease-in-out 1.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 500px
}

.search-overlay .search-overlay-form form {
	position: relative
}

.search-overlay .search-overlay-form form .input-search {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 30px;
	color: #202647;
	padding: 3px 0 0 25px
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	letter-spacing: .5px;
	color: #202647
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
	-webkit-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	letter-spacing: .5px;
	color: #202647
}

.search-overlay .search-overlay-form form .input-search::-moz-placeholder {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	letter-spacing: .5px;
	color: #202647
}

.search-overlay .search-overlay-form form .input-search::placeholder {
	-webkit-transition: .5s;
	transition: .5s;
	letter-spacing: .5px;
	color: #202647
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus::-moz-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	color: #fff;
	height: 50px;
	border-radius: 50%;
	background-color: #fd9b5f;
	-webkit-transition: .5s;
	transition: .5s;
	border: none;
	font-size: 20px;
	line-height: 50px
}

.search-overlay .search-overlay-form form button:hover {
	background-color: #202647;
	color: #fff
}

.search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close,
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:1199px) {
	.navbar-area {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.others-option-for-responsive {
		display: block
	}
}

.main-banner-item {
	position: relative;
	z-index: 1;
	background-image: url(../../../images/main-banner-bg-1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 630px;
	background-attachment: fixed
}

.main-banner-item .container-fluid {
	padding-right: 0
}

.main-banner-item.item-two {
	background-image: url(../../../images/main-banner-bg-2.jpg);
	height: 800px;
	background-attachment: unset
}

.main-banner-item.item-two .main-banner-image {
	top: 50px
}

.main-banner-item.item-two .main-banner-image img {
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards;
	border-radius: 50%
}

.main-banner-item.item-three {
	background-image: url(../../../images/main-banner-bg-3.jpg);
	height: 800px;
	background-attachment: unset
}

.main-banner-item.item-three .main-banner-image {
	top: 0
}

.main-banner-item.item-three .main-banner-image img {
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite
}

.main-banner-item.item-four {
	background-image: url(../../../images/main-banner-bg-4.jpg);
	height: 700px;
	border-bottom: 1px solid #f5f5f5
}

.main-banner-item.item-four .main-banner-image {
	top: 0
}

.main-banner-item.item-four .main-banner-image img {
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards;
	border-radius: 100%
}

.main-banner-content {
	max-width: 620px;
	margin-left: auto
}

.main-banner-content h1 {
	font-size: 56px;
	margin-bottom: 16px;
	position: relative;
    text-transform: inherit;
	z-index: 1
}

.main-banner-content p {
	margin-bottom: 0;
	color: #54545d
}

.main-banner-content .banner-btn {
	margin-top: 30px
}

.main-banner-image {
	position: relative;
	top: 40px
}

.main-banner-image img {
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite
}

.main-banner {
	overflow: hidden;
	position: relative;
	height: 100vh;
}

.main-banner-shape .shape-1 {
	position: absolute;
	left: 10%;
	top: 16%;
	z-index: 1;
	-webkit-animation: animationFramesOne 20s linear infinite;
	animation: animationFramesOne 20s linear infinite;
	max-width: 50px
}

.main-banner-shape .shape-2 {
	position: absolute;
	left: 55%;
	top: 30%;
	z-index: 1;
	max-width: 50px
}

.main-banner-shape .shape-2 img {
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.main-banner-shape .shape-3 {
	position: absolute;
	left: 35%;
	bottom: 18%;
	z-index: 1;
	max-width: 50px
}

.main-banner-shape .shape-3 img {
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.main-banner-shape .shape-4 {
	position: absolute;
	left: 8%;
	top: 20%;
	z-index: 1;
	max-width: 50px
}

.main-banner-shape .shape-4 img {
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.main-banner-shape .shape-5 {
	position: absolute;
	left: 5%;
	bottom: 15%;
	z-index: 1;
	max-width: 45px;
	-webkit-animation: animationFramesOne 20s linear infinite;
	animation: animationFramesOne 20s linear infinite
}

.main-banner-shape .shape-6 {
	position: absolute;
	left: 35%;
	bottom: 5%;
	z-index: 1;
	max-width: 50px
}

.main-banner-shape .shape-6 img {
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.main-banner-shape .shape-7 {
	left: 45%;
	top: 30%
}

.main-banner-shape .shape-7,
.main-banner-shape .shape-8 {
	position: absolute;
	z-index: 1;
	max-width: 30px;
	-webkit-animation: animationFramesOne 20s linear infinite;
	animation: animationFramesOne 20s linear infinite
}

.main-banner-shape .shape-8 {
	right: 20%;
	bottom: 15%
}

.main-banner-shape .shape-9 {
	position: absolute;
	left: -20px;
	top: -85px;
	z-index: 1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;
	max-width: 300px
}

.main-banner-shape .shape-10 {
	position: absolute;
	top: 5%;
	left: 40%;
	z-index: 1;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite
}

.main-banner-shape .shape-11 {
	position: absolute;
	left: 5%;
	bottom: 15%;
	z-index: 1;
	max-width: 60px;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite
}

.main-banner-shape .shape-12 {
	bottom: 15%;
	left: 30%
}

.main-banner-shape .shape-12,
.main-banner-shape .shape-13 {
	position: absolute;
	z-index: 1;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite
}

.main-banner-shape .shape-13 {
	bottom: 0;
	right: -5%;
	max-width: 300px
}

.main-banner-shape .shape-14 {
	position: absolute;
	top: 15%;
	left: 48%;
	z-index: 1;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite
}

.banner-form {
	position: relative;
	margin-top: 30px
}

.banner-form .form-control {
	display: block;
	width: 100%;
	background-color: #eee;
	height: 70px;
	padding-top: 5px;
	padding-left: 20px;
	border-radius: 5px;
	border: 1px solid #eee;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.banner-form .form-control:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f15a25
}

.banner-form .form-control::-webkit-input-placeholder {
	color: #6b6b84
}

.banner-form .form-control:-ms-input-placeholder {
	color: #6b6b84
}

.banner-form .form-control::-moz-placeholder {
	color: #6b6b84
}

.banner-form .form-control::placeholder {
	color: #6b6b84
}

.banner-form button {
	position: absolute;
	right: 4px;
	top: 4px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	color: #fff;
	border: none;
	height: 62px;
	padding: 0 30px;
	border-radius: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 50px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500
}

@-webkit-keyframes rotateMe {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotateMe {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(-73px, 1px) rotate(-36deg);
		transform: translate(-73px, 1px) rotate(-36deg)
	}
	40% {
		-webkit-transform: translate(-141px, -72px) rotate(-72deg);
		transform: translate(-141px, -72px) rotate(-72deg)
	}
	60% {
		-webkit-transform: translate(-83px, -122px) rotate(-108deg);
		transform: translate(-83px, -122px) rotate(-108deg)
	}
	80% {
		-webkit-transform: translate(40px, -72px) rotate(-144deg);
		transform: translate(40px, -72px) rotate(-144deg)
	}
	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(-73px, 1px) rotate(-36deg);
		transform: translate(-73px, 1px) rotate(-36deg)
	}
	40% {
		-webkit-transform: translate(-141px, -72px) rotate(-72deg);
		transform: translate(-141px, -72px) rotate(-72deg)
	}
	60% {
		-webkit-transform: translate(-83px, -122px) rotate(-108deg);
		transform: translate(-83px, -122px) rotate(-108deg)
	}
	80% {
		-webkit-transform: translate(40px, -72px) rotate(-144deg);
		transform: translate(40px, -72px) rotate(-144deg)
	}
	to {
		-webkit-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg)
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	to {
		-webkit-transform: rotateY(1turn);
		transform: rotateY(1turn)
	}
}

@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	to {
		-webkit-transform: rotateY(1turn);
		transform: rotateY(1turn)
	}
}

@-webkit-keyframes moveScale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}

@keyframes moveScale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	to {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}

@-webkit-keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes border-transform-default {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes border-transform-default {
	0%,
	to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

.main-slider-item {
	background-color: #fdf1ef;
	position: relative;
	z-index: 1
}

.main-slider-item .container-fluid {
	padding-right: 0
}

.main-slider-content {
	padding-top: 200px;
	padding-bottom: 200px;
	max-width: 600px;
	margin-left: auto
}

.main-slider-content h1 {
	font-size: 60px;
	margin-bottom: 16px
}

.main-slider-content .slider-btn {
	margin-top: 25px
}

.main-slider-image {
	background-image: url(../../../images/main-slider/main-slider-1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.main-slider-image.two {
	background-image: url(../../../images/main-slider/main-slider-2.jpg)
}

.main-slider-image.three {
	background-image: url(../../../images/main-slider/main-slider-3.jpg)
}

.home-wrapper-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.main-slider-shape .shape-1 {
	position: absolute;
	left: -20px;
	top: -85px;
	z-index: 1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite
}

.main-slider-shape .shape-1 img {
	max-width: 300px
}

.main-slider-shape .shape-2 {
	position: absolute;
	top: 5%;
	left: 40%;
	z-index: 1;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite
}

.main-slider-shape .shape-3 {
	position: absolute;
	left: 5%;
	bottom: 15%;
	z-index: 1;
	max-width: 60px;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite
}

.main-slider-shape .shape-4 {
	position: absolute;
	bottom: 15%;
	left: 30%;
	z-index: 1;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite
}

.main-slider-shape .shape-5 {
	position: absolute;
	bottom: 0;
	left: 30%;
	z-index: 1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite
}

.main-slider-shape .shape-5 img {
	max-width: 300px
}

.home-slides.owl-theme .owl-nav {
	margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 48px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	color: #f15a25;
	border-radius: 50%;
	opacity: 1;
	visibility: hidden;
	padding: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-]:focus,
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #202647
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 10px
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	top: 1px;
	left: 2px
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	top: 1px;
	right: 2px
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 20px
}

.single-features {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 35px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	border: 1px solid #fbe4d4;
	margin-bottom: 30px
}

.single-features:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}

.single-features .icon {
	margin-bottom: 20px
}

.single-features .icon i {
	font-size: 50px;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1
}

.single-features h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-features h3 a {
	color: #202647
}

.single-features p {
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 0
}

.single-features .number {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.single-features .number span {
	font-size: 25px;
	font-weight: 500;
	color: #cbcac9;
	-webkit-transition: .5s;
	transition: .5s
}

.single-features .shape {
	position: absolute;
	bottom: 25px;
	left: 18px;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 30%
}

.single-features:hover:before {
	opacity: 1;
	visibility: visible
}

.single-features:hover .icon i,
.single-features:hover .number span,
.single-features:hover h3 a,
.single-features:hover p {
	color: #fff
}

.single-features:hover .shape {
	opacity: 30%;
	bottom: 35px
}

.single-features-box {
	background-color: #fafafa;
	border: 1px solid #fbe4d4;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px
}

.single-features-box,
.single-features-box:before {
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-features-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1
}

.single-features-box .icon {
	margin-bottom: 20px
}

.single-features-box .icon i {
	font-size: 30px;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 1;
	display: inline-block;
	text-align: center;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50px;
	background-color: #fbe4d4
}

.single-features-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-features-box h3 a {
	color: #202647
}

.single-features-box p {
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: -4px
}

.single-features-box:hover:before {
	height: 100%
}

.single-features-box:hover .icon i {
	color: #f15a25;
	background-color: #fff
}

.single-features-box:hover h3 a,
.single-features-box:hover p {
	color: #fff
}

.single-features-box.top-1 {
	margin-top: 30px
}

.single-features-box.top-2,
.single-features-box.top-3 {
	margin-top: 0
}

.single-features-box.top-4 {
	margin-top: -30px
}

.features-inner-content span {
	color: #fd9b5f;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px
}

.features-inner-content h3 {
	font-size: 38px;
	margin: 0 0 25px
}

.features-inner-content .bar {
	height: 4px;
	width: 85px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px
}

.features-inner-content .bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #fff;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

.features-inner-content p {
	margin-bottom: 0
}

.features-inner-content .features-list {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin: 16px -10px 0
}

.features-inner-content .features-list li {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px
}

.features-inner-content .features-list li span {
	display: block;
	background-color: #f7f7f7;
	padding: 10px 15px;
	z-index: 1;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 5px;
	color: #202647
}

.features-inner-content .features-list li span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.features-inner-content .features-list li span i {
	margin-right: 5px
}

.features-inner-content .features-list li span:hover {
	color: #fff
}

.features-inner-content .features-list li span:hover:before {
	width: 100%
}

.features-inner-content .features-btn {
	margin-top: 20px
}

.about-area .container-fluid {
	padding-left: 0
}

.about-content {
	padding-left: 25px
}

.about-content span {
	color: #fd9b5f;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block
}

.about-content h3 {
	font-size: 38px;
	margin: 0 0 15px
}

.about-content .bar {
	height: 4px;
	width: 85px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px
}

.about-content .bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #fff;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

.about-content strong {
	color: #6b6b84;
	font-weight: 600
}

.about-content p {
	color: #6b6b84;
	margin: 15px 0 0
}

.about-content .about-btn {
	margin-top: 25px;
	margin-bottom: -3px
}

.about-content.style-width {
	max-width: 630px
}

.about-content .about-inner-content {
	margin-top: 20px;
	position: relative;
	padding-left: 45px;
	-webkit-transition: .5s;
	transition: .5s
}

.about-content .about-inner-content .icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #fd9b5f;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.about-content .about-inner-content h4 {
	font-size: 20px;
	margin-bottom: 5px
}

.about-content .about-inner-content p {
	margin-top: 0
}

.about-content .about-inner-content:hover .icon i {
	background: #f15a25
}

.about-content.warp {
	max-width: 630px
}

.about-image-warp {
	background-image: url(../../../images/about/about-2.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1
}

.about-image-warp.image-two {
	background-image: url(../../../images/about/about-3.jpg)
}

.about-image-warp.image-three {
	background-image: url(../../../images/about/about-5.jpg)
}

.about-image-warp .video-btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 70px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	border-radius: 50%;
	color: #fff;
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 30px;
	text-align: center;
	cursor: pointer
}

.about-image-warp .video-btn i {
	font-size: 50px;
	position: relative;
	top: 4px;
	left: 2px
}

.about-image-warp .video-btn:after {
	-webkit-animation: ripple 1s linear 1s infinite;
	animation: ripple 1s linear 1s infinite
}

.about-image-warp .video-btn:after,
.about-image-warp .video-btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #f15a25
}

.about-image-warp .video-btn:before {
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite
}

.about-image-warp .video-btn .video-content .video-btn:focus,
.about-image-warp .video-btn:hover {
	background-color: #fff;
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.services-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.services-area.bg-fff5ee {
	background-color: #fff5ee
}

.services-area.bg-fafafa {
	background-color: #e7eef3
}

.services-area.bg-0f051e {
	background-color: #0f051e
}

.services-area.bg-0f051e .section-title h2 {
	color: #fff
}

.single-services {
	background-color: #fff;
	border: 1px solid #fbe4d4;
	margin-bottom: 30px;
	padding: 35px 30px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services:before {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 120%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg)
}

.single-services .image {
	margin-bottom: 25px
}

.single-services h3 {
	font-size: 22px;
	margin-bottom: 10px
}

.single-services h3 a {
	color: #202647
}

.single-services .services-btn {
	color: #f15a25;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px
}

.single-services .services-btn i {
	position: relative;
	top: 2.4px
}

.single-services:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-services:hover .services-btn {
	letter-spacing: 1px
}

.single-services:hover h3 a {
	color: #f15a25
}

.single-services .icon {
	margin-bottom: 20px
}

.single-services .icon i {
	display: inline-block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	color: #fff;
	font-size: 45px;
	border-radius: 50px
}

.single-services-item {
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-item .content {
	background-color: #fff;
	padding: 25px 20px;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #fbe4d4
}

.single-services-item .content h3 {
	margin-bottom: 6px;
	font-size: 22px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-item .content h3 a {
	color: #202647
}

.single-services-item .content span {
	-webkit-transition: .5s;
	transition: .5s;
	color: #f15a25;
	font-size: 15px
}

.single-services-item .content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-services-box {
	background-color: #fff;
	border: 1px solid #fbe4d4;
	margin-bottom: 30px;
	text-align: center;
	padding: 35px 30px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box:before {
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 120%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #05375a;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg)
}

.single-services-box .icon {
	margin-bottom: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box .icon i {
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to bottom, #dd4337 0%,#f5a345 100%);
	color: #fff;
	font-size: 45px;
	border-radius: 50px;
	-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.single-services-box h3 {
	font-size: 22px;
	margin-bottom: 10px
}

.single-services-box h3 a {
	color: #202647
}

.single-services-box .services-btn {
    color: #db3834;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services-box .services-btn i {
	position: relative;
	top: 3px
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-services-box:hover .services-btn {
	letter-spacing: 1px
}

.single-services-box:hover h3 a {
	color: #f15a25
}

.single-services-box:hover .icon {
	-webkit-animation: bounce 2s;
	animation: bounce 2s
}

.shape1 {
	position: absolute;
	left: 5%;
	top: 10%;
	z-index: 1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;
	z-index: -1
}

.shape2 {
	left: 2%;
	bottom: 30%
}

.shape2,
.shape3 {
	position: absolute;
	z-index: 1;
	-webkit-animation: animationFramesOne 20s linear infinite;
	animation: animationFramesOne 20s linear infinite;
	z-index: -1
}

.shape3 {
	right: 10%;
	top: 10%
}

.shape4 {
	position: absolute;
	right: 5%;
	bottom: 30%;
	z-index: 1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;
	z-index: -1
}

.tab .tabs_item {
	display: none
}

.tab .tabs_item:first-child {
	display: block
}

.digital-experience-tab .react-tabs__tab-list {
	text-align: center;
	padding-left: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 50px
}

.digital-experience-tab .react-tabs__tab-list li {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	margin-right: 15px;
	-webkit-transition: .5s;
	-webkit-flex: 0 0 16.6666666667%;
	-moz-box-flex: 0;
	flex: 0 0 16.6666666667%;
	max-width: 15.6666666667%;
	border: 1px solid #fbe4d4;
	color: #202647;
	padding: 20px 25px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500
}

.digital-experience-tab .react-tabs__tab-list li:last-child {
	margin-right: 0
}

.digital-experience-tab .react-tabs__tab-list li:after,
.digital-experience-tab .react-tabs__tab-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden
}

.digital-experience-tab .react-tabs__tab-list li span {
	display: block;
	margin-top: 0
}

.digital-experience-tab .react-tabs__tab-list li span i {
	display: block;
	font-size: 35px;
	margin-bottom: 8px;
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.digital-experience-tab .react-tabs__tab-list li.react-tabs__tab--selected,
.digital-experience-tab .react-tabs__tab-list li:hover {
	color: #fff
}

.digital-experience-tab .react-tabs__tab-list li.react-tabs__tab--selected:after,
.digital-experience-tab .react-tabs__tab-list li:hover:after {
	opacity: 1;
	visibility: visible
}

.digital-experience-tab .react-tabs__tab-list li.react-tabs__tab--selected span i,
.digital-experience-tab .react-tabs__tab-list li:hover span i {
	color: #fff
}

.digital-experience-tab .react-tabs__tab-list li:nth-child(2) i {
	color: #5cbd12
}

.digital-experience-tab .react-tabs__tab-list li:nth-child(3) i {
	color: #e2851b
}

.digital-experience-tab .react-tabs__tab-list li:nth-child(4) i {
	color: #04b893
}

.digital-experience-tab .react-tabs__tab-list li:nth-child(5) i {
	color: #785eda
}

.digital-experience-tab .react-tabs__tab-list li:nth-child(6) i {
	color: #d0465a
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content h3 {
	font-size: 30px;
	margin-bottom: 12px
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content p {
	margin-bottom: 0
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content .experience-inner-content {
	margin-top: 30px;
	position: relative;
	padding-left: 45px;
	-webkit-transition: .5s;
	transition: .5s
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content .experience-inner-content .icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #fd9b5f;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content .experience-inner-content h3 {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 500
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-content .experience-inner-content:hover .icon i {
	background: #f15a25
}

.digital-experience-tab .react-tabs__tab-panel .digital-experience-image {
	text-align: center
}

.single-fun-fact {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 45px 30px 45px 115px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-fun-fact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px
}

.single-fun-fact h3 {
	margin-bottom: 0;
	line-height: 1;
	font-size: 40px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact p {
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact .icon {
	position: absolute;
	left: 30px;
	top: 40px
}

.single-fun-fact .icon i {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fbe4d4;
	color: #f15a25;
	font-size: 30px;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact:hover:before {
	opacity: 1;
	visibility: visible
}

.single-fun-fact:hover h3,
.single-fun-fact:hover p {
	color: #fff
}

.single-fun-fact:hover .icon i {
	background-color: #fff;
	color: #f15a25
}

.single-fun-fact-box {
	margin-bottom: 30px;
	background-color: #fff;
	border: 1px solid #fbe4d4;
	padding: 35px 30px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center
}

.single-fun-fact-box:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact-box h3 {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 40px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact-box p {
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: -6px
}

.single-fun-fact-box .icon {
	margin-bottom: 20px
}

.single-fun-fact-box .icon i {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fbe4d4;
	color: #f15a25;
	font-size: 30px;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-fun-fact-box:hover:before {
	height: 100%
}

.single-fun-fact-box:hover h3,
.single-fun-fact-box:hover p {
	color: #fff
}

.single-fun-fact-box:hover .icon i {
	background-color: #fff;
	color: #f15a25
}

.portfolio-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.portfolio-area.bg-fff5ee {
	background-color: #fff5ee
}

.portfolio-area.bg-f1f1f1 {
	background-color: #f1f1f1
}

.portfolio-area .container-fluid {
	max-width: 1920px;
	padding: 0 15px
}

.single-portfolio {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s
}

.single-portfolio:before {
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.single-portfolio .portfolio-content,
.single-portfolio:before {
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}

.single-portfolio .portfolio-content {
	top: 55%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	text-align: center;
	right: 0;
	margin-top: 0;
	font-size: 20px
}

.single-portfolio .portfolio-content i {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #fff;
	color: #f15a25;
	border-radius: 50px;
	font-size: 22px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-portfolio .portfolio-content i:hover {
	background-color: #202647;
	color: #fff
}

.single-portfolio .portfolio-content h3 {
	font-size: 22px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 15px;
	margin-bottom: 0
}

.single-portfolio .portfolio-content h3 a {
	color: #fff
}

.single-portfolio:focus,
.single-portfolio:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-portfolio:focus:before,
.single-portfolio:hover:before {
	opacity: .9;
	visibility: visible
}

.single-portfolio:focus .portfolio-content,
.single-portfolio:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	margin-top: -15px
}

.single-portfolio-item {
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff
}

.single-portfolio-item .portfolio-content {
	padding: 25px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #fbe4d4
}

.single-portfolio-item .portfolio-content h3 {
	margin-bottom: 5px;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-portfolio-item .portfolio-content h3 a {
	color: #202647
}

.single-portfolio-item .portfolio-content span {
	-webkit-transition: .5s;
	transition: .5s;
	color: #f15a25;
	font-size: 15px
}

.single-portfolio-item .portfolio-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.single-portfolio-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-portfolio-item:hover .portfolio-content:before {
	height: 100%
}

.single-portfolio-item:hover .portfolio-content h3 a,
.single-portfolio-item:hover .portfolio-content span {
	color: #fff
}

.portfolio-slider.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	background-color: transparent!important;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid #f15a25;
	position: relative;
	margin-top: 0;
	margin-bottom: 0
}

.portfolio-slider.owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	border-radius: 50%;
	margin: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.portfolio-slider.owl-theme .owl-dots .owl-dot.active span:before,
.portfolio-slider.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.portfolio-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	line-height: 0
}

.testimonial-area {
	background-image: url(../../../images/testimonial/testimonial-bg-1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	position: relative
}

.testimonial-area:before {
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	opacity: .5;
	position: absolute
}

.testimonial-area .testimonial-content {
	position: relative;
	padding-left: 30px
}

.testimonial-area.testimonial-two {
	background-image: unset
}

.testimonial-area.testimonial-two .testimonial-image {
	position: relative
}

.testimonial-area.testimonial-two .testimonial-image:before {
	position: absolute;
	content: "";
	height: 90%;
	width: 100%;
	border-left: 30px solid #fd9b5f;
	border-bottom: 30px solid #fd9b5f;
	left: 0;
	bottom: 0
}

.testimonial-area.testimonial-two .testimonial-content h2 {
	color: #202647
}

.testimonial-area.testimonial-two .testimonial-inner-content p {
	color: #6b6b84
}

.testimonial-area.testimonial-two .testimonial-inner-content .info-text h4 {
	color: #202647
}

.testimonial-area.testimonial-two .testimonial-inner-content .info-text span {
	color: #6b6b84
}

.testimonial-area.testimonial-two:before {
	display: none
}

.testimonial-image {
	background-image: url(../../../images/testimonial/testimonial-1.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.testimonial-image.image-two {
	background-image: url(../../../images/testimonial/testimonial-2.jpg)
}

.testimonial-image.image-three {
	background-image: url(../../../images/testimonial/testimonial-3.jpg)
}

.testimonial-content {
	margin-top: 20px;
	margin-bottom: 45px
}

.testimonial-content span {
	color: #fd9b5f;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px
}

.testimonial-content h2 {
	font-size: 48px;
	color: #fff;
	margin: 0 0 25px
}

.testimonial-content .bar {
	height: 4px;
	width: 85px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.testimonial-content .bar:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background: #fff;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

.testimonial-inner-content {
	padding-top: 190px;
	padding-bottom: 20px;
	padding-left: 30px
}

.testimonial-inner-content .icon {
	margin-bottom: 30px
}

.testimonial-inner-content .icon i {
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	font-size: 60px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	color: #fff;
	text-align: center
}

.testimonial-inner-content p {
	color: #fff;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 0
}

.testimonial-inner-content .info-text {
	margin-top: 30px
}

.testimonial-inner-content .info-text h4 {
	font-size: 25px;
	margin-bottom: 12px;
	color: #fff
}

.testimonial-inner-content .info-text span {
	color: #fff
}

.testimonial-slider {
	margin-top: -180px
}

.testimonial-slider.owl-theme .owl-nav {
	margin-top: 0
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -10px;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 48px;
	-webkit-transition: .5s;
	transition: .5s;
	background: #f15a25;
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	padding: 0
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus,
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #202647
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -10px
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	top: 1px;
	left: 2px
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {
	font-size: 18px;
	font-weight: 700
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1;
	visibility: visible;
	left: -20px;
	-webkit-transition: .5s;
	transition: .5s
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -20px
}

.blog-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.blog-area .container-fluid {
	max-width: 1850px
}

.single-blog {
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	margin-bottom: 30px
}

.single-blog .image img {
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 10px 10px 0 0
}

.single-blog .content {
	padding: 25px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	position: relative;
	z-index: 9;
	border: 1px solid #fbe4d4
}

.single-blog .content span {
	color: #6b6b84
}

.single-blog .content h3 {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-blog .content h3 a {
	color: #202647
}

.single-blog .content .blog-btn {
	font-weight: 500;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px
}

.single-blog .content .blog-btn i {
	position: relative;
	top: 2px
}

.single-blog:hover .content .blog-btn {
	letter-spacing: 1px
}

.single-blog:hover .image img {
	-webkit-transform: rotate(8deg) scale(1.3);
	transform: rotate(8deg) scale(1.3)
}

.team-area .container-fluid {
	overflow: hidden;
	max-width: 1850px
}

.single-team {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #fbe4d4;
	border-radius: 5px
}

.single-team .image {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team .image img {
	border-radius: 5px 5px 0 0
}

.single-team .image .social {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none
}

.single-team .image .social li {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	margin-bottom: 8px
}

.single-team .image .social li:last-child {
	margin-bottom: 0
}

.single-team .image .social li a {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #fff;
	-webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, .07);
	box-shadow: 1px 20px 30px rgba(0, 0, 0, .07);
	text-align: center;
	position: relative;
	font-size: 20px;
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	border-radius: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team .image .social li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto
}

.single-team .image .social li a:hover {
	color: #fff;
	background: #f15a25
}

.single-team .image .social li:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.single-team .image .social li:nth-child(2) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.single-team .image .social li:nth-child(3) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.single-team .image .social li:nth-child(4) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.single-team .image .content {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 25px 15px;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0 0 5px 5px
}

.single-team .image .content h3 {
	margin-bottom: 5px;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team .image .content h3 a {
	color: #202647
}

.single-team .image .content span {
	-webkit-transition: .5s;
	transition: .5s;
	color: #f15a25;
	font-size: 15px
}

.single-team .image .content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team:hover .image .social li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.single-team:hover .image .content:before {
	height: 100%
}

.single-team:hover .image .content h3,
.single-team:hover .image .content span {
	color: #fff
}

.team-slider.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	background-color: transparent!important;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid #f15a25;
	position: relative;
	margin-top: 0;
	margin-bottom: 0
}

.team-slider.owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	border-radius: 50%;
	margin: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.team-slider.owl-theme .owl-dots .owl-dot.active span:before,
.team-slider.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.team-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
	line-height: 0
}

.single-team-box {
	margin-bottom: 30px;
	text-align: center
}

.single-team-box .image {
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden
}

.single-team-box .image .social {
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.single-team-box .image .social li {
	display: inline-block;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: 3px;
	margin-right: 3px
}

.single-team-box .image .social li a {
	display: block;
	width: 33px;
	height: 33px;
	background-color: #f4f5fe;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #202647;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team-box .image .social li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto
}

.single-team-box .image .social li a:hover {
	color: #fff;
	background-color: #f15a25
}

.single-team-box .image .social li:first-child {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.single-team-box .image .social li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.single-team-box .image .social li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.single-team-box .image .social li:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.single-team-box .image img {
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-team-box .content {
	margin-top: 20px
}

.single-team-box .content h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 600
}

.single-team-box .content span {
	display: block;
	color: #f15a25;
	font-size: 15px;
	margin-top: 6px
}

.single-team-box:hover .image .social li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.single-team-box:hover .image img {
	-webkit-transform: rotate(-5deg) scale(1.1);
	transform: rotate(-5deg) scale(1.1)
}

.single-pricing-box {
	margin-bottom: 30px;
	padding: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	border: 1px solid #fbe4d4;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: left
}

.single-pricing-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.single-pricing-box.top-1,
.single-pricing-box.top-2 {
	margin-top: 0
}

.single-pricing-box .pricing-header h3 {
	margin-bottom: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px
}

.single-pricing-box .price {
	font-size: 36px;
	font-weight: 700;
	color: #f15a25;
	margin-bottom: 20px;
	line-height: 1;
	-webkit-transition: .5s;
	transition: .5s
}

.single-pricing-box .price span {
	font-size: 16px
}

.single-pricing-box .pricing-features {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-pricing-box .pricing-features li {
	margin-bottom: 12px;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	padding-right: 20px
}

.single-pricing-box .pricing-features li:last-child {
	margin-bottom: 0
}

.single-pricing-box .pricing-features li i {
	position: absolute;
	right: 0;
	color: #6ac04f;
	font-size: 22px;
	-webkit-transition: .5s;
	transition: .5s;
	top: -1px
}

.single-pricing-box .pricing-features li .bx-x {
	color: red
}

.single-pricing-box .pricing-btn {
	margin-top: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: -3px
}

.single-pricing-box .pricing-btn .default-btn {
	border-radius: 30px
}

.single-pricing-box .pricing-shape {
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden
}

.single-pricing-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.single-pricing-box:hover:before {
	width: 100%
}

.single-pricing-box:hover .price,
.single-pricing-box:hover .pricing-features li,
.single-pricing-box:hover .pricing-features li i,
.single-pricing-box:hover .pricing-header h3 {
	color: #fff
}

.single-pricing-box:hover .pricing-btn .default-btn {
	background-color: #fff;
	color: #f15a25
}

.single-pricing-box:hover .pricing-shape {
	opacity: 1;
	visibility: visible;
	right: -30px;
	bottom: -30px
}

.pricing-tab {
	text-align: center
}

.pricing-tab .react-tabs__tab-list {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	position: relative;
	border-radius: 35px;
	border: 1px solid #f15a25;
	margin-bottom: 40px
}

.pricing-tab .react-tabs__tab-list li {
	background-color: #fff;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer
}

.pricing-tab .react-tabs__tab-list li.react-tabs__tab--selected,
.pricing-tab .react-tabs__tab-list li:hover {
	color: #fff;
	background-color: #f15a25
}

.industries-area {
	background: -webkit-gradient(linear, left bottom, right top, from(#ffbac3), color-stop(#ffc4c3), color-stop(#ffcec5), color-stop(#ffd7ca), to(#fee1d2));
	background: -webkit-linear-gradient(left bottom, #ffbac3, #ffc4c3, #ffcec5, #ffd7ca, #fee1d2);
	background: linear-gradient(to right top, #ffbac3, #ffc4c3, #ffcec5, #ffd7ca, #fee1d2)
}

.industries-area .section-title span {
	color: #202647
}

.single-industries-box {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	border-radius: 0 50px 0 50px;
	background-color: #f7f9fc;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 35px 48px 35px 25px
}

.single-industries-box:before {
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	content: ""
}

.single-industries-box:before,
.single-industries-box i {
	position: absolute;
	-webkit-transition: .5s;
	transition: .5s
}

.single-industries-box i {
	right: 10px;
	top: 50%;
	color: #ffa6b3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px
}

.single-industries-box i:before {
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 50px
}

.single-industries-box h3 {
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	font-weight: 700
}

.single-industries-box a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4
}

.single-industries-box:hover {
	padding-left: 74px
}

.single-industries-box:hover:before {
	width: 100%
}

.single-industries-box:hover i {
	left: 25px;
	color: #fff;
	font-size: 35px
}

.single-industries-box:hover i:before {
	font-size: 35px
}

.single-industries-box:hover h3 {
	color: #fff
}

.client-area {
	background-image: url(../../../images/client-bg.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-attachment: fixed
}

.client-area:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .75
}

.client-area .section-title h2,
.client-area .section-title span {
	color: #fff
}

.client-slider .client-item {
	text-align: center
}

.client-slider .client-item p {
	font-size: 18px;
	color: #fff;
	max-width: 1000px;
	margin: auto
}

.client-slider .client-item .client-info {
	margin-top: 30px
}

.client-slider .client-item .client-info img {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin-bottom: 20px
}

.client-slider .client-item .client-info h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #f15a25
}

.client-slider .client-item .client-info span {
	color: #fff
}

.client-slider.owl-theme .owl-nav {
	margin-top: 0
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: -10px;
	top: 35%;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
	margin: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	line-height: 48px;
	-webkit-transition: .5s;
	transition: .5s;
	background: #f15a25;
	color: #fff;
	border-radius: 50%;
	padding: 0
}

.client-slider.owl-theme .owl-nav [class*=owl-]:focus,
.client-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #202647
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -10px
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
	position: relative;
	top: 1px;
	left: 2px
}

.client-slider.owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	top: 1px;
	right: 2px
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-] {
	left: -20px;
	-webkit-transition: .5s;
	transition: .5s
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -20px
}

.subscribe-area {
	position: relative;
	z-index: 1;
	background-image: url(../../../images/subscribe-bg.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.subscribe-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	opacity: .9
}

.subscribe-content {
	text-align: center;
	max-width: 835px;
	margin: auto
}

.subscribe-content span {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -5px;
	display: block
}

.subscribe-content h2 {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 48px
}

.subscribe-content .newsletter-form {
	position: relative;
	margin-top: 35px
}

.subscribe-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	background-color: #fff;
	border: none;
	height: 65px;
	padding-left: 25px;
	border-radius: 10px;
	padding-top: 0;
	outline: 0;
	color: #202647
}

.subscribe-content .newsletter-form button {
	position: absolute;
	right: 5px;
	top: 5px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	color: #fff;
	border: none;
	height: 55px;
	padding: 0 40px;
	border-radius: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	line-height: 55px;
	font-size: 15px;
	font-weight: 700
}

.subscribe-content .newsletter-form #validator-newsletter {
	color: #fff;
	margin-top: 15px
}

.quote-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.quote-form {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	padding: 50px 40px
}

.quote-form .content {
	text-align: center;
	margin-bottom: 20px
}

.quote-form .content h3 {
	font-size: 36px;
	margin-bottom: 0
}

.quote-form .form-group .form-control {
	border-bottom: 1px solid #eee!important;
	color: #5d5d5d;
	border-radius: 0;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	border: none;
	padding: 15px 20px 15px 0
}

.quote-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #f15a25!important
}

.quote-form textarea {
	height: 130px!important
}

.quote-form .nice-select {
	height: 60px;
	width: 100%;
	line-height: 48px;
	margin-bottom: 20px;
	padding-left: 0;
	border-bottom: 1px solid #eee!important;
	color: #5d5d5d;
	border-radius: 0;
	background-color: transparent;
	padding-top: 5px;
	border: none
}

.quote-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
	box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.quote-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #202647;
	padding-left: 20px;
	padding-right: 20px
}

.quote-form .nice-select .list .option:hover {
	background: #f15a25!important;
	color: #fff
}

.quote-form .nice-select .list .option.selected {
	background-color: transparent;
	font-weight: 600
}

.quote-form .nice-select:after {
	height: 8px;
	width: 8px;
	border-color: #fd9b5f;
	right: 5px
}

.quote-form .quote-btn {
	margin-top: 25px
}

.quote-form .quote-btn .default-btn {
	display: block;
	padding: 12px;
	width: 100%;
	background-color: #f15a25;
	border: none;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}

.quote-form .quote-btn .default-btn:hover {
	background-color: #fd9b5f
}

.quote-shape .shape-1 {
	position: absolute;
	top: 5%;
	left: 42%;
	z-index: -1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite
}

.quote-shape .shape-2 {
	position: absolute;
	left: 2%;
	bottom: 8%;
	z-index: -1;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite
}

.overview-area {
	background-color: #fafafa;
	position: relative;
	z-index: 1
}

.overview-content span {
	color: #fd9b5f;
	font-weight: 700;
	text-transform: uppercase
}

.overview-content h3 {
	font-size: 48px;
	margin-top: 12px;
	margin-bottom: 16px
}

.overview-content .overview-btn {
	margin-top: 30px
}

.overview-image img {
	border-radius: 100%;
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards
}

.page-banner-area {
	position: relative;
	z-index: 1;
	background-image: url(../../../images/page-banner/page-banner-1.jpg);
	/*background-position: 50%;*/
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	/*background-attachment: fixed;*/
	background-position: left top;
}

.page-banner-area:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: .3;
}

.page-banner-area.item-bg1 {
	background-image: url(../../../images/page-banner/page-banner-2.jpg)
}

.page-banner-area.item-bg2 {
	background-image: url(../../../images/page-banner/page-banner-3.jpg)
}

.page-banner-area.item-bg3 {
	background-image: url(../../../images/page-banner/page-banner-4.jpg)
}

.page-banner-area.item-bg4 {
	background-image: url(../../../images/page-banner/page-banner-5.jpg)
}

.page-banner-content {
	text-align: center
}

.page-banner-content h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 45px
}

.page-banner-content ul {
	text-align: center;
	position: relative;
	right: 0;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.page-banner-content ul li {
	display: inline-block;
	margin-right: 25px;
	font-weight: 600;
	color: #dd4337;
	position: relative
}

.page-banner-content ul li:last-child {
	margin-right: 0
}

.page-banner-content ul li:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 6px;
	height: 12px;
	width: 1px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.page-banner-content ul li:first-child {
	margin-left: 0
}

.page-banner-content ul li:first-child:before {
	display: none
}

.page-banner-content ul li a {
	display: block;
	color: #fff
}

.faq-area {
	background-color: #fafafa
}

.faq-accordion .accordion {
	border: none
}

.faq-accordion .accordion .accordion__item {
	background: #fff;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #f5f5f5
}

.faq-accordion .accordion .accordion__item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion .accordion__button {
	border-bottom: none;
	color: #333;
	cursor: pointer;
	padding: 20px 40px 20px 20px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	background: #fff
}

.faq-accordion .accordion .accordion__button:focus {
	outline: 0
}

.faq-accordion .accordion .accordion__button:before {
	border-bottom: 2px solid #202647;
	border-right: none;
	right: 15px
}

.faq-accordion .accordion .accordion__button:after,
.faq-accordion .accordion .accordion__button:before {
	margin-right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	height: 13px;
	width: 13px;
	position: absolute;
	top: 33%;
	z-index: 1
}

.faq-accordion .accordion .accordion__button:after {
	content: "";
	border-right: 2px solid #202647;
	margin-top: 5px;
	right: 20px
}

.faq-accordion .accordion .accordion__button[aria-expanded=true]:after,
.faq-accordion .accordion .accordion__button[aria-selected=true]:after {
	display: none
}

.faq-accordion .accordion .accordion__button[aria-expanded=true]:before,
.faq-accordion .accordion .accordion__button[aria-selected=true]:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.faq-accordion .accordion .accordion__panel {
	padding: 20px;
	border-top: 1px solid #f15a25
}

.faq-accordion .accordion .accordion__panel p:last-child {
	margin-bottom: 0
}

.faq-contact-form #contactForm .form-group .form-control {
	height: 60px;
	padding: 0 0 0 15px;
	line-height: normal;
	color: #202647;
	background-color: transparent;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 400
}

.faq-contact-form #contactForm .form-group .form-control:focus {
	border-color: #f15a25
}

.faq-contact-form #contactForm .form-group textarea.form-control {
	height: auto;
	padding: 15px 0 0 15px
}

.faq-contact-form #contactForm .form-group .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px
}

.faq-contact-form #contactForm #msgSubmit {
	margin: 0;
	font-size: 1.3rem
}

.faq-contact-form #contactForm #msgSubmit.text-danger,
.faq-contact-form #contactForm #msgSubmit.text-success,
.faq-contact-form #contactForm .send-btn {
	margin-top: 15px
}

.faq-contact-form #contactForm .send-btn .default-btn {
	border: none;
	position: relative;
	z-index: 1
}

.login-form {
	padding: 40px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .1);
	box-shadow: 0 0 10px rgba(51, 51, 51, .1)
}

.login-form h2 {
	margin-bottom: 30px;
	font-size: 35px
}

.login-form form .form-group {
	margin-bottom: 25px
}

.login-form form .form-group label {
	display: block;
	margin-bottom: 10px;
	color: #6b6b84;
	font-weight: 400;
	font-size: 16px
}

.login-form form .form-group .form-control {
	height: 55px;
	padding: 0 0 0 15px;
	line-height: normal;
	color: #202647;
	background-color: transparent!important;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 400
}

.login-form form .form-group .form-control:focus {
	border-color: #f15a25
}

.login-form form .lost-your-password {
	text-align: right
}

.login-form form .lost-your-password a {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #6b6b84
}

.login-form form .lost-your-password a:before {
	width: 100%;
	background-color: #eee
}

.login-form form .lost-your-password a:after,
.login-form form .lost-your-password a:before {
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .5s;
	transition: .5s
}

.login-form form .lost-your-password a:after {
	width: 0;
	background-color: #f15a25
}

.login-form form .lost-your-password a:hover:before {
	width: 0
}

.login-form form .lost-your-password a:hover:after {
	width: 100%
}

.login-form form .form-check {
	font-weight: 500;
	font-size: 15px;
	color: #6b6b84
}

.login-form form .form-check-input {
	position: absolute;
	margin-top: 2px
}

.login-form form button {
	position: relative;
	z-index: 1;
	border: none;
	margin-top: 25px;
	padding: 12px 30px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer
}

.register-form {
	padding: 40px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .1);
	box-shadow: 0 0 10px rgba(51, 51, 51, .1)
}

.register-form h2 {
	margin-bottom: 30px;
	font-size: 35px
}

.register-form form .form-group {
	margin-bottom: 25px
}

.register-form form .form-group label {
	display: block;
	margin-bottom: 10px;
	color: #6b6b84;
	font-weight: 400;
	font-size: 16px
}

.register-form form .form-group .form-control {
	height: 55px;
	padding: 0 0 0 15px;
	line-height: normal;
	color: #202647;
	background-color: transparent!important;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: unset!important;
	box-shadow: unset!important;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-weight: 400
}

.register-form form .form-group .form-control:focus {
	border-color: #f15a25
}

.register-form form .description {
	font-style: italic;
	font-size: 13.5px;
	margin-top: -10px;
	margin-bottom: 0
}

.register-form form button {
	position: relative;
	z-index: 1;
	border: none;
	margin-top: 25px;
	padding: 12px 30px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer
}

.forgot-password-form {
	background: #fff;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	padding: 40px;
	border-radius: 5px;
	max-width: 750px;
	margin: auto
}

.forgot-password-form .forgot-password-in-title {
	margin-bottom: 30px
}

.forgot-password-form .forgot-password-in-title h3 {
	font-size: 30px;
	margin-bottom: 0
}

.forgot-password-form .forgot-password-in-title p {
	margin-bottom: 30px
}

.forgot-password-form form .form-control {
	height: 60px;
	border: 1px solid #eee;
	border-radius: 3px;
	color: #202647;
	padding-left: 20px;
	background: 0 0
}

.forgot-password-form form .form-control:focus {
	border-color: #f15a25;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.forgot-password-form form .form-control::-webkit-input-placeholder {
	color: #6b6b84
}

.forgot-password-form form .form-control:-ms-input-placeholder {
	color: #6b6b84
}

.forgot-password-form form .form-control::-moz-placeholder {
	color: #6b6b84
}

.forgot-password-form form .form-control::placeholder {
	color: #6b6b84
}

.forgot-password-form form .send-btn {
	margin-top: 25px
}

.forgot-password-form form .send-btn .default-btn {
	cursor: pointer;
	border: none;
	position: relative;
	z-index: 1
}

.error-content {
	text-align: center;
	margin: 0 auto;
	max-width: 750px
}

.error-content h3 {
	font-size: 38px;
	margin-top: 45px;
	margin-bottom: 15px
}

.error-content p {
	max-width: 520px;
	margin: 0 auto 25px
}

.privacy-content h3 {
	font-size: 22px;
	margin: 0 0 16px
}

.privacy-content ol,
.privacy-content ul {
	margin-top: 20px
}

.privacy-content ol li,
.privacy-content ul li {
	margin-bottom: 10px;
	color: #6b6b84;
	line-height: 1.8;
	font-weight: 400
}

.terms-of-service-content h3 {
	font-size: 22px;
	margin: 0 0 16px
}

.terms-of-service-content ol,
.terms-of-service-content ul {
	margin-top: 20px
}

.terms-of-service-content ol li,
.terms-of-service-content ul li {
	margin-bottom: 10px;
	color: #6b6b84;
	line-height: 1.8;
	font-weight: 400
}

.contact-info-box {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fafafa;
	border: 1px solid #fbe4d4;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	height:230px;
}

.contact-info-box:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fbe4d4;
	border-radius: 50%;
	font-size: 25px;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 12px;
	position: relative
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.contact-info-box h3 {
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 23px;
	font-weight: 700
}

.contact-info-box p {
	margin-bottom: 2px;
	-webkit-transition: .5s;
	transition: .5s
}

.contact-info-box p a {
	display: inline-block;
	color: #6b6b84
}

.contact-info-box p a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.contact-info-box p:last-child {
	margin-bottom: 0
}

.contact-info-box:hover:before {
	height: 100%
}

.contact-info-box:hover h3,
.contact-info-box:hover p a {
	color: #fff
}

.contact-form {
	padding: 45px;
	border-radius: 10px;
	background-color: #fff;
	max-width: 900px;
	margin: auto;
	border: 1px solid #fbe4d4
}

.contact-form .form-group {
	margin-bottom: 20px
}

.contact-form .form-group .form-control {
	display: block;
	width: 100%;
	height: 55px;
	outline: 0;
	background-color: #f4f4f4;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 15px;
	-webkit-transition: .5s;
	transition: .5s
}

.contact-form .form-group .form-control:focus {
	outline: 0;
	background-color: #fff;
	border-color: #f15a25;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto;
	padding: 8px 12px;
	line-height: 1.5rem
}

.contact-form .form-group .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px
}

.contact-form .form-group .help-block.with-errors ul li {
	font-size: 14px
}

.contact-form .form-group label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px
}

.contact-form #msgSubmit {
	margin: 0;
	font-size: 1.3rem
}

.contact-form #msgSubmit.text-danger,
.contact-form #msgSubmit.text-success {
	margin-top: 15px;
	font-size: 20px
}

.contact-form .default-btn {
	position: relative;
	z-index: 1;
	border: none;
	margin-top: 10px
}

.contact-form-inner .form-group {
	margin-bottom: 20px
}

.contact-form-inner .form-group .form-control {
	display: block;
	width: 100%;
	height: 55px;
	outline: 0;
	background-color: #f4f4f4;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 15px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px
}

.contact-form-inner .form-group .form-control:focus {
	outline: 0;
	background-color: #fff;
	border-color: #f15a25;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form-inner .form-group textarea.form-control {
	height: auto;
	padding: 8px 12px;
	line-height: 1.5rem
}

.contact-form-inner .form-group .help-block.with-errors ul {
	color: red;
	margin-bottom: 0;
	margin-top: 10px
}

.contact-form-inner .form-group .help-block.with-errors ul li {
	font-size: 14px
}

.contact-form-inner #msgSubmit {
	margin: 0;
	font-size: 1.3rem
}

.contact-form-inner #msgSubmit.text-danger,
.contact-form-inner #msgSubmit.text-success {
	margin-top: 20px;
	font-size: 20px
}

.contact-form-inner .default-btn {
	position: relative;
	z-index: 1;
	border: none;
	margin-top: 10px
}

.general-contact-info {
	text-align: center;
	margin-top: 60px
}

.general-contact-info .contact-info-content h3 {
	font-size: 25px;
	margin-bottom: 20px
}

.general-contact-info .contact-info-content h2 {
	margin-bottom: 0;
	font-size: 22px;
	text-transform: lowercase
}

.general-contact-info .contact-info-content h2 a {
	display: inline-block;
	color: #f15a25
}

.general-contact-info .contact-info-content h2 a:hover {
	color: #fd9b5f
}

.general-contact-info .contact-info-content h2 span {
	display: block;
	color: #6b6b84;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500
}

.general-contact-info .contact-info-content .social {
	padding-left: 0;
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 0
}

.general-contact-info .contact-info-content .social li {
	display: inline-block;
	margin: 0 3px
}

.general-contact-info .contact-info-content .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 37px;
	border: 1px solid #aba2a2;
	border-radius: 50%;
	color: #333
}

.general-contact-info .contact-info-content .social li a i {
	font-size: 18px
}

.general-contact-info .contact-info-content .social li a:hover {
	color: #fff;
	border-color: #f15a25;
	background-color: #f15a25
}

.services-details-desc h3 {
	margin-top: 25px;
	margin-bottom: 12px;
	font-size: 25px
}

.services-details-desc p {
	margin-bottom: 0
}

.services-details-desc .services-details-features {
	margin-top: 30px;
	margin-bottom: 30px
}

.services-details-desc .services-details-features .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px
}

.services-details-desc .services-details-features .features-list li {
	position: relative;
	color: #202647;
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 1.8;
	font-weight: 500;
	font-size: 16px
}

.services-details-desc .services-details-features .features-list li i {
	color: #f15a25;
	position: absolute;
	left: 0;
	top: 4px
}

.services-details-desc .services-details-features .features-list li:last-child {
	margin-bottom: 0
}

.services-details-desc .services-details-features .features-image img {
	border-radius: 50%;
	-webkit-animation: border-transform-default 10s linear infinite alternate forwards;
	animation: border-transform-default 10s linear infinite alternate forwards
}

.services-details-desc .text-result h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 25px
}

.services-details-desc .text-result p {
	margin-bottom: 0
}

.services-details-desc .services-details-faq {
	margin-top: 30px
}

.services-details-desc .services-details-faq .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0
}

.services-details-desc .services-details-faq .accordion .accordion-item {
	display: block;
	background: #f3f3f3;
	margin-bottom: 10px
}

.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.services-details-desc .services-details-faq .accordion .accordion-title {
	padding: 25px 40px 20px 20px;
	color: #202647;
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600
}

.services-details-desc .services-details-faq .accordion .accordion-title i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #202647;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s
}

.services-details-desc .services-details-faq .accordion .accordion-title.active i:before {
	content: "\eace";
	color: #f15a25
}

.services-details-desc .services-details-faq .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 18px 20px;
	border-top: 1px solid #f15a25;
	color: #6b6b84
}

.services-details-desc .services-details-faq .accordion .accordion-content.show {
	display: block
}

.services-details-information .services-list {
	padding-left: 0;
	list-style-type: none;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px 10px #eaeaef;
	box-shadow: 0 5px 40px 10px #eaeaef;
	margin-bottom: 30px
}

.services-details-information .services-list li a {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 17px 30px;
	position: relative;
	font-size: 15px;
	font-weight: 600
}

.services-details-information .services-list li a.active,
.services-details-information .services-list li a:hover {
	background-color: #f15a25;
	border-color: #f15a25;
	color: #fff
}

.services-details-information .services-list li:last-child a {
	border-bottom: none
}

.services-details-information .download-file {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px 10px #eaeaef;
	box-shadow: 0 5px 40px 10px #eaeaef;
	margin-bottom: 30px;
	padding: 30px
}

.services-details-information .download-file h3 {
	margin-bottom: 25px;
	font-size: 22px
}

.services-details-information .download-file ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.services-details-information .download-file ul li a {
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 600
}

.services-details-information .download-file ul li a i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px
}

.services-details-information .download-file ul li a:hover {
	color: #f15a25
}

.services-details-information .download-file ul li:first-child {
	border-top: 1px solid #eee
}

.services-details-information .services-contact-info {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 40px 10px #eaeaef;
	box-shadow: 0 5px 40px 10px #eaeaef;
	margin-bottom: 30px;
	padding: 30px
}

.services-details-information .services-contact-info h3 {
	margin-bottom: 25px;
	font-size: 22px
}

.services-details-information .services-contact-info ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.services-details-information .services-contact-info ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #f15a25;
	font-weight: 500;
	font-size: 16px;
	padding-left: 35px;
	padding-bottom: 20px;
	font-size: 14px
}

.services-details-information .services-contact-info ul li span {
	color: #202647;
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600
}

.services-details-information .services-contact-info ul li a {
	display: block;
	color: #f15a25;
	margin-bottom: 8px;
	font-size: 14px
}

.services-details-information .services-contact-info ul li a:last-child {
	margin-bottom: 0
}

.services-details-information .services-contact-info ul li a:hover {
	color: #f15a25
}

.services-details-information .services-contact-info ul li .icon {
	position: absolute;
	left: 0;
	top: 3px;
	color: #f15a25;
	font-size: 25px
}

.services-details-information .services-contact-info ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.pagination-area {
	text-align: center;
	margin-top: 20px
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 40px;
	color: #202647;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	border-radius: 50px
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers:hover {
	background: #f15a25;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}

.portfolio-details-image {
	margin-bottom: 30px
}

.portfolio-details-desc h3 {
	margin-bottom: 14px;
	font-size: 25px
}

.portfolio-details-desc .features-text {
	margin-top: 20px;
	margin-bottom: 20px
}

.portfolio-details-desc .features-text h4 {
	margin-bottom: 12px;
	font-size: 18px
}

.portfolio-details-desc .features-text h4 i {
	font-size: 16px;
	margin-right: 4px;
	color: #f15a25
}

.portfolio-details-desc h4 {
	margin-top: 20px;
	font-size: 25px
}

.portfolio-details-information {
	background-color: #fff;
	-webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 -10px 30px rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-top: 3px solid #f15a25;
	padding: 30px 20px
}

.portfolio-details-information ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.portfolio-details-information ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
	color: #6b6b84;
	font-weight: 500;
	font-size: 15px;
	padding-left: 35px;
	padding-bottom: 15px
}

.portfolio-details-information ul li span {
	color: #202647;
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600
}

.portfolio-details-information ul li a {
	display: block;
	color: #6b6b84;
	margin-bottom: 8px
}

.portfolio-details-information ul li a:last-child {
	margin-bottom: 0
}

.portfolio-details-information ul li a:hover {
	color: #f15a25
}

.portfolio-details-information ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #f15a25;
	font-size: 25px
}

.portfolio-details-information ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.blog-details-desc .article-content {
	margin-top: 30px
}

.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px
}

.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #202647;
	margin-right: 25px
}

.blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #202647;
	font-weight: 500
}

.blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #6b6b84
}

.blog-details-desc .article-content .entry-meta ul li a:hover,
.blog-details-desc .article-content .entry-meta ul li i {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.blog-details-desc .article-content .entry-meta ul li i {
	margin-right: 2px
}

.blog-details-desc .article-content .entry-meta ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0
}

.blog-details-desc .article-content .entry-meta ul li:last-child:before {
	display: none
}

.blog-details-desc .article-content h3 {
	margin-bottom: 15px;
	margin-top: 25px;
	font-size: 25px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-webkit-flex: 0 0 33.3333%;
	-moz-box-flex: 0;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0
}

.blog-details-desc .article-content .features-list {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 30px
}

.blog-details-desc .article-content .features-list li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px;
	color: #6b6b84
}

.blog-details-desc .article-content .features-list li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 40px;
	background-color: #faf5f5;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px
}

.blog-details-desc .article-content .features-list li:hover i {
	background-color: #f15a25;
	color: #fff
}

.blog-details-desc .article-content .features-list li:last-child {
	margin-bottom: 0
}

.blog-details-desc .article-footer {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}

.blog-details-desc .article-footer .article-tags {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #6b6b84
}

.blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #202647;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	color: #6b6b84;
	position: relative;
	padding-right: 3px
}

.blog-details-desc .article-footer .article-tags a:last-child:before {
	display: none
}

.blog-details-desc .article-footer .article-tags a:before {
	content: ",";
	position: absolute;
	right: 0
}

.blog-details-desc .article-footer .article-tags a:hover {
	color: #f15a25
}

.blog-details-desc .article-footer .article-share {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0
}

.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
	margin-left: 5px
}

.blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	color: #6b6b84
}

.blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #f15a25;
	width: 30px;
	height: 30px;
	line-height: 34px;
	border-radius: 50%;
	background-color: #eeeef0;
	text-align: center
}

.blog-details-desc .article-footer .article-share .social li a:hover {
	color: #fff;
	background-color: #f15a25;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.blockquote,
blockquote {
	background-color: #fafafa;
	padding: 30px!important;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 3px solid #f15a25;
	border-right: 3px solid #f15a25;
	border-radius: 5px
}

.blockquote p,
blockquote p {
	color: #202647;
	margin-bottom: 0;
	font-size: 18px!important;
	font-weight: 500;
	font-style: italic
}

.post-navigation {
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px
}

.post-navigation .navigation-links {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.post-navigation .navigation-links .nav-previous {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%
}

.post-navigation .navigation-links .nav-previous a i {
	margin-right: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	position: relative;
	top: 1px
}

.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0
}

.post-navigation .navigation-links .nav-next {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right
}

.post-navigation .navigation-links .nav-next a i {
	margin-left: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	position: relative;
	top: 1px
}

.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0
}

.post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600
}

.comments-area {
	margin-top: 30px
}

.comments-area .comments-title {
	margin-bottom: 30px;
	font-size: 24px
}

.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.comments-area .children {
	margin-left: 20px
}

.comments-area .comment-body {
	border-bottom: 1px dashed #eee;
	padding-left: 70px;
	color: #202647;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.comments-area .comment-body .reply {
	margin-top: 15px
}

.comments-area .comment-body .reply a {
	border: 1px dashed #ded9d9;
	color: #202647;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 30px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500
}

.comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #f15a25;
	border-color: #f15a25
}

.comments-area .comment-author {
	font-size: 16px;
	margin-bottom: 8px;
	position: relative;
	z-index: 2
}

.comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px
}

.comments-area .comment-author .fn {
	font-weight: 600
}

.comments-area .comment-metadata {
	color: #6b6b84;
	margin-bottom: 10px;
	font-size: 14px
}

.comments-area .comment-metadata a {
	display: inline-block;
	color: #6b6b84
}

.comments-area .comment-metadata a:hover {
	color: #f15a25
}

.comments-area .comment-respond {
	margin-top: 30px
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0;
	font-size: 24px
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block
}

.comments-area .comment-respond .comment-form {
	overflow: hidden
}

.comments-area .comment-respond .comment-notes {
	margin-top: 10px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-notes .required {
	color: red
}

.comments-area .comment-respond .comment-form-comment {
	float: left;
	width: 100%
}

.comments-area .comment-respond label {
	display: none
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	border: none;
	padding: 5px 15px;
	height: 55px;
	outline: 0;
	border-radius: 10px;
	color: #202647
}

.comments-area .comment-respond input[type=date]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=email]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=month]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=number]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=password]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=search]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=tel]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=text]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=time]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=url]::-webkit-input-placeholder,
.comments-area .comment-respond input[type=week]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
	color: #6b6b84
}

.comments-area .comment-respond input[type=date]:-ms-input-placeholder,
.comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder,
.comments-area .comment-respond input[type=email]:-ms-input-placeholder,
.comments-area .comment-respond input[type=month]:-ms-input-placeholder,
.comments-area .comment-respond input[type=number]:-ms-input-placeholder,
.comments-area .comment-respond input[type=password]:-ms-input-placeholder,
.comments-area .comment-respond input[type=search]:-ms-input-placeholder,
.comments-area .comment-respond input[type=tel]:-ms-input-placeholder,
.comments-area .comment-respond input[type=text]:-ms-input-placeholder,
.comments-area .comment-respond input[type=time]:-ms-input-placeholder,
.comments-area .comment-respond input[type=url]:-ms-input-placeholder,
.comments-area .comment-respond input[type=week]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
	color: #6b6b84
}

.comments-area .comment-respond input[type=date]::-moz-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-moz-placeholder,
.comments-area .comment-respond input[type=email]::-moz-placeholder,
.comments-area .comment-respond input[type=month]::-moz-placeholder,
.comments-area .comment-respond input[type=number]::-moz-placeholder,
.comments-area .comment-respond input[type=password]::-moz-placeholder,
.comments-area .comment-respond input[type=search]::-moz-placeholder,
.comments-area .comment-respond input[type=tel]::-moz-placeholder,
.comments-area .comment-respond input[type=text]::-moz-placeholder,
.comments-area .comment-respond input[type=time]::-moz-placeholder,
.comments-area .comment-respond input[type=url]::-moz-placeholder,
.comments-area .comment-respond input[type=week]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
	color: #6b6b84
}

.comments-area .comment-respond input[type=date]::placeholder,
.comments-area .comment-respond input[type=datetime-local]::placeholder,
.comments-area .comment-respond input[type=email]::placeholder,
.comments-area .comment-respond input[type=month]::placeholder,
.comments-area .comment-respond input[type=number]::placeholder,
.comments-area .comment-respond input[type=password]::placeholder,
.comments-area .comment-respond input[type=search]::placeholder,
.comments-area .comment-respond input[type=tel]::placeholder,
.comments-area .comment-respond input[type=text]::placeholder,
.comments-area .comment-respond input[type=time]::placeholder,
.comments-area .comment-respond input[type=url]::placeholder,
.comments-area .comment-respond input[type=week]::placeholder,
.comments-area .comment-respond textarea::placeholder {
	color: #6b6b84
}

.comments-area .comment-respond textarea {
	height: auto!important;
	padding-top: 15px
}

.comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 7.5px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #6b6b84
}

.comments-area .comment-respond .form-submit {
	float: left;
	width: 100%
}

.comments-area .comment-respond .form-submit input {
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	border: none;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0;
	font-weight: 600;
	border-radius: 5px
}

.widget-area .widget {
	margin-bottom: 30px
}

.widget-area .widget:last-child {
	margin-bottom: 0
}

.widget-area .widget .widget-title {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 20px
}

.widget-area .widget .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	bottom: -1px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.widget-area .widget_search {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .widget_search form {
	position: relative
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
	display: none
}

.widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 8px 15px;
	border: 1px solid #eee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
}

.widget-area .widget_search form .search-field:focus {
	border-color: #f15a25
}

.widget-area .widget_search form button {
	border: none;
	background-color: #eee;
	color: #f15a25;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	padding: 0;
	-webkit-transition: .5s;
	transition: .5s;
	top: 5px;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer
}

.widget-area .widget_search form button i {
	position: absolute;
	left: 0;
	right: 0;
	top: 52%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%)
}

.widget-area .widget_search form button:focus,
.widget-area .widget_search form button:hover {
	background-color: #f15a25;
	color: #fff
}

.widget-area .widget_spix_posts_thumb {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .widget_spix_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px
}

.widget-area .widget_spix_posts_thumb .item:last-child {
	margin-bottom: 0
}

.widget-area .widget_spix_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50%!important
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(../../../images/blog/blog-1.jpg)
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(../../../images/blog/blog-2.jpg)
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(../../../images/blog/blog-3.jpg)
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg4 {
	background-image: url(../../../images/blog/blog-7.jpg)
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg5 {
	background-image: url(../../../images/blog/blog-8.jpg)
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg6 {
	background-image: url(../../../images/blog/blog-9.jpg)
}

.widget-area .widget_spix_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_spix_posts_thumb .item .info span {
	display: block;
	color: #f15a25;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 14px
}

.widget-area .widget_spix_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 17px;
	font-weight: 700
}

.widget-area .widget_spix_posts_thumb .item .info .title a {
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .widget_spix_posts_thumb .item .info .title a:hover {
	color: #f15a25
}

.widget-area .widget_categories {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	color: #202647;
	padding-left: 18px;
	font-size: 15px;
	font-weight: 500
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_categories ul li:before {
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	height: 8px;
	width: 8px;
	content: "";
	border-radius: 50%;
	left: 0;
	top: 7px;
	position: absolute
}

.widget-area .widget_categories ul li a {
	color: #202647;
	display: block
}

.widget-area .widget_categories ul li a:hover {
	color: #f15a25
}

.widget-area .widget_tag_cloud {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 18px
}

.widget-area .tagcloud a {
	display: inline-block;
	background: #f5f5f5;
	color: #202647;
	padding: 7px 15px;
	border: none;
	border-radius: 3px;
	font-weight: 500;
	font-size: 15px!important;
	margin-top: 8px;
	margin-right: 5px
}

.widget-area .tagcloud a:focus,
.widget-area .tagcloud a:hover {
	color: #fff;
	background-color: #f15a25
}

.widget-area .price_list_widget {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .price_list_widget .form-group .form-control {
	display: block;
	width: 100%;
	height: 50px;
	outline: 0;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 12px;
	-webkit-transition: .5s;
	transition: .5s
}

.widget-area .price_list_widget .form-group .form-control:focus {
	outline: 0;
	background-color: #fff;
	border-color: #f15a25;
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget-area .widget_popular_products {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 25px
}

.widget-area .widget_popular_products .widget-title {
	margin-bottom: 30px
}

.widget-area .widget_popular_products .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.widget-area .widget_popular_products .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.widget-area .widget_popular_products .item .thumb {
	float: left;
	height: 110px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 110px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_popular_products .item .thumb .fullimage {
	width: 110px;
	height: 110px;
	display: inline-block;
	border-radius: 2px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50%!important
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
	background-image: url(../../../images/shop/shop1.html)
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
	background-image: url(../../../images/shop/shop2.html)
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
	background-image: url(../../../images/shop/shop3.html)
}

.widget-area .widget_popular_products .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_popular_products .item .info span {
	display: block;
	color: #f15a25;
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: 6px;
	font-weight: 500
}

.widget-area .widget_popular_products .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-weight: 500;
	font-size: 18px
}

.widget-area .widget_popular_products .item .info .title a {
	display: inline-block
}

.widget-area .widget_popular_products .item .info .title a:hover {
	color: #f15a25
}

.widget-area .widget_popular_products .item .info .rating {
	margin-top: 8px
}

.widget-area .widget_popular_products .item .info .rating i {
	color: #f6b500;
	display: inline-block;
	margin-right: -2px
}

.spix-grid-sorting {
	margin-bottom: 40px
}

.spix-grid-sorting .result-count p .count {
	font-weight: 700;
	color: #202647
}

.spix-grid-sorting .ordering {
	text-align: right
}

.spix-grid-sorting .ordering label {
	display: inline-block;
	margin-bottom: 0;
	color: #f15a25;
	margin-right: 5px;
	font-weight: 600
}

.single-products-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-products-box .products-image {
	text-align: center;
	position: relative;
	overflow: hidden
}

.single-products-box .products-image a {
	position: relative;
	display: block
}

.single-products-box .products-image a img {
	-webkit-transition: .5s;
	transition: .5s
}

.single-products-box .products-content {
	margin-top: 20px;
	position: relative
}

.single-products-box .products-content h3 {
	margin-bottom: 0;
	font-size: 25px
}

.single-products-box .products-content h3 a {
	display: inline-block;
	color: #202647
}

.single-products-box .products-content h3 a:hover {
	color: #f15a25
}

.single-products-box .products-content .price {
	margin-top: 15px;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 600;
	color: #f15a25
}

.single-products-box .products-content .price .old-price {
	text-decoration: line-through;
	color: #999;
	font-weight: 500
}

.single-products-box .products-content .star-rating {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #f49f0b
}

.single-products-box .products-content .star-rating i {
	display: inline-block;
	margin-left: -2px
}

.single-products-box .products-content .add-to-cart {
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	font-weight: 600;
	font-size: 15px
}

.single-products-box .products-content .add-to-cart:hover {
	color: #f15a25
}

.single-products-box:hover .products-content .price {
	opacity: 0;
	visibility: hidden
}

.single-products-box:hover .products-content .add-to-cart {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible
}

.single-products-box:hover .products-image a img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07)
}

.cart-table table {
	margin-bottom: 0
}

.cart-table table thead tr th {
	vertical-align: middle;
	padding: 0 0 20px;
	border: none;
	white-space: nowrap;
	font-weight: 700;
	font-size: 20px
}

.cart-table table tbody tr td {
	vertical-align: middle;
	color: .6s;
	white-space: nowrap;
	padding: 20px 0;
	border-color: #eaedff;
	border-left: none;
	border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
	display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
	width: 80px
}

.cart-table table tbody tr td.product-name a {
	color: #666;
	font-weight: 500;
	display: inline-block;
	text-decoration: none
}

.cart-table table tbody tr td.product-name a:hover {
	color: #f15a25
}

.cart-table table tbody tr td.product-subtotal .remove {
	color: #f15a25;
	float: right;
	position: relative;
	top: -1px
}

.cart-table table tbody tr td.product-quantity .input-counter {
	max-width: 130px;
	min-width: 130px;
	text-align: center;
	display: inline-block;
	position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 40px;
	height: 100%;
	line-height: 48px;
	-webkit-transition: .6s;
	transition: .6s
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: #f15a25
}

.cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #f15a25;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
	color: #f15a25
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: #f15a25
}

.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
	color: #f15a25
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #f15a25
}

.cart-table table tbody tr td.product-subtotal {
	overflow: hidden
}

.cart-buttons {
	margin-top: 30px
}

.cart-totals {
	background: #fff;
	padding: 30px;
	max-width: 750px;
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	border-radius: 5px;
	margin: 50px auto 0
}

.cart-totals h3 {
	margin-bottom: 25px;
	font-size: 25px
}

.cart-totals ul {
	padding-left: 0;
	margin: 0 0 25px;
	list-style-type: none
}

.cart-totals ul li {
	border: 1px solid #eaedff;
	padding: 20px 15px;
	color: #202647;
	overflow: hidden;
	font-weight: 600
}

.cart-totals ul li:first-child {
	border-bottom: none
}

.cart-totals ul li:last-child {
	border-top: none
}

.cart-totals ul li b {
	font-weight: 500
}

.cart-totals ul li span {
	float: right;
	color: #6b6b84;
	font-weight: 500
}

.cart-totals .default-btn {
	position: relative;
	z-index: 1
}

.user-actions {
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	background: #fff;
	padding: 18px 20px 15px;
	margin-bottom: 65px;
	border-top: 3px solid #202647;
	position: relative
}

.user-actions:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -35px;
	width: 100%;
	height: 1px;
	background: #eee
}

.user-actions i {
	color: #202647;
	margin-right: 2px;
	font-size: 18px;
	color: #f15a25;
	position: relative;
	top: 2px
}

.user-actions span {
	display: inline-block;
	font-weight: 600;
	color: #202647;
	font-size: 14px
}

.user-actions span a {
	display: inline-block;
	color: #202647;
	text-decoration: none
}

.user-actions span a:focus,
.user-actions span a:hover {
	color: #f15a25
}

.billing-details .title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 25px;
	font-weight: 700
}

.billing-details .title:before {
	content: "";
	position: absolute;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px
}

.billing-details .form-group {
	margin-bottom: 25px
}

.billing-details .form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500
}

.billing-details .form-group label .required {
	color: #202647
}

.billing-details .form-group .nice-select {
	float: unset;
	line-height: 60px;
	color: #666;
	font-weight: 500;
	padding-top: 0;
	padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
	box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
	background-color: #f15a25!important;
	color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
	background-color: transparent;
	font-weight: 600
}

.billing-details .form-group .nice-select:after {
	right: 20px
}

.billing-details .form-group .form-control {
	height: 60px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.billing-details .form-group .form-control:focus {
	border-color: #f15a25;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.billing-details .form-group textarea.form-control {
	height: auto;
	padding-top: 15px
}

.billing-details .form-check {
	margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
	color: #202647
}

.billing-details .form-check label {
	position: relative;
	left: -3px;
	top: 1px;
	font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0
}

.order-details .title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 25px;
	font-weight: 700
}

.order-details .title:before {
	content: "";
	position: absolute;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px
}

.order-details .order-table table {
	margin-bottom: 0
}

.order-details .order-table table thead tr th {
	border-bottom-width: 0;
	vertical-align: middle;
	border-color: #eaedff;
	font-weight: 600;
	padding: 25px 20px 20px
}

.order-details .order-table table tbody tr td {
	vertical-align: middle;
	color: #666;
	border-color: #eaedff;
	padding: 20px
}

.order-details .order-table table tbody tr td.product-name a {
	color: #666;
	display: inline-block;
	text-decoration: none;
	font-weight: 500
}

.order-details .order-table table tbody tr td.product-name a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
	color: #666;
	font-weight: 500
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
	font-weight: 600
}

.order-details .payment-box {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	margin-top: 30px;
	padding: 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
	display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
	padding-left: 28px;
	cursor: pointer;
	display: block;
	color: #202647;
	position: relative;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #f15a25;
	position: absolute;
	top: 8px;
	left: 4px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.order-details .payment-box .default-btn {
	display: block;
	margin-top: 25px;
	position: relative;
	z-index: 1;
	text-align: center
}

.product-details-image {
	background-image: url(../../../images/shop/shop1.html);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1
}

.product-details-desc {
	padding: 15px 0
}

.product-details-desc h3 {
	margin-bottom: 18px;
	font-size: 25px
}

.product-details-desc .price {
	margin-bottom: 15px;
	color: #000;
	font-size: 15px;
	font-weight: 600
}

.product-details-desc .price .old-price {
	text-decoration: line-through;
	color: #828893
}

.product-details-desc p {
	margin-bottom: 0
}

.product-details-desc .product-review {
	margin-bottom: 15px
}

.product-details-desc .product-review .rating {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px
}

.product-details-desc .product-review .rating i {
	color: #ffba0a
}

.product-details-desc .product-review .rating-count {
	display: inline-block;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: normal
}

.product-details-desc .product-review .rating-count:hover {
	color: #f15a25;
	border-color: #f15a25;
	text-decoration: none
}

.product-details-desc .product-add-to-cart {
	margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
	position: absolute;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	color: #d0d0d0;
	width: 50px;
	height: 100%;
	line-height: 55px;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
	color: #f15a25
}

.product-details-desc .product-add-to-cart .input-counter input {
	height: 50px;
	color: #000;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
	color: #000
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
	color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
	color: #000
}

.product-details-desc .product-add-to-cart .default-btn {
	position: relative;
	padding: 12px 30px;
	background-color: #f15a25;
	color: #fff;
	border: 1px solid #f15a25;
	cursor: pointer
}

.product-details-desc .product-add-to-cart .default-btn i {
	margin-right: 2px
}

.product-details-desc .product-add-to-cart .default-btn:hover {
	background-color: #fff;
	color: #f15a25;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-desc .buy-checkbox-btn {
	margin-top: 20px
}

.product-details-desc .buy-checkbox-btn input {
	display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	-webkit-transform: scale(1);
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #ebebeb;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: .5s;
	transition: .5s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	-webkit-transition: .6s;
	transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
	position: relative;
	top: 2px;
	padding-left: 4px;
	color: #666
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
	border-color: #f15a25
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
	background: #f15a25;
	border-color: #f15a25;
	-webkit-animation: wave .4s ease;
	animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
	-webkit-transform: scale(3.5);
	transform: scale(3.5);
	opacity: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
	margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn-light {
	background-color: #f2f2f2;
	border: none;
	padding: 13px 25px 10px;
	-webkit-transition: .6s;
	transition: .6s;
	font-weight: 600;
	display: block;
	width: 100%
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
	background-color: #f15a25;
	color: #fff
}

.product-details-desc .products-share {
	margin-top: 30px
}

.product-details-desc .products-share .social {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.product-details-desc .products-share .social li {
	display: inline-block
}

.product-details-desc .products-share .social li span {
	display: inline-block;
	margin-right: 3px;
	font-weight: 700;
	position: relative;
	top: -2px
}

.product-details-desc .products-share .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #f15a25;
	color: #fff;
	border: 1px solid #f15a25;
	text-align: center;
	font-size: 18px;
	margin-left: 2px
}

.product-details-desc .products-share .social li a:focus,
.product-details-desc .products-share .social li a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background-color: transparent
}

.product-details-desc .products-share .social li a.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.product-details-desc .products-share .social li a.facebook:focus,
.product-details-desc .products-share .social li a.facebook:hover {
	color: #3b5998;
	background-color: transparent
}

.product-details-desc .products-share .social li a.twitter {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.product-details-desc .products-share .social li a.twitter:focus,
.product-details-desc .products-share .social li a.twitter:hover {
	color: #1da1f2;
	background-color: transparent
}

.product-details-desc .products-share .social li a.linkedin {
	background-color: #007bb5;
	border-color: #007bb5;
	color: #fff
}

.product-details-desc .products-share .social li a.linkedin:focus,
.product-details-desc .products-share .social li a.linkedin:hover {
	color: #007bb5;
	background-color: transparent
}

.product-details-desc .products-share .social li a.instagram {
	background-color: #c13584;
	border-color: #c13584;
	color: #fff
}

.product-details-desc .products-share .social li a.instagram:focus,
.product-details-desc .products-share .social li a.instagram:hover {
	color: #c13584;
	background-color: transparent
}

.products-details-tab {
	margin-top: 50px
}

.products-details-tab .tabs {
	list-style-type: none;
	margin-bottom: -1px;
	padding-left: 0
}

.products-details-tab .tabs li {
	display: inline-block;
	line-height: normal;
	margin-right: 5px
}

.products-details-tab .tabs li a {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	color: #202647;
	border: 1px dashed #eee;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 30px
}

.products-details-tab .tabs li.current a,
.products-details-tab .tabs li a:focus,
.products-details-tab .tabs li a:hover {
	color: #fff;
	background-color: #f15a25;
	border-color: #f15a25
}

.products-details-tab .tabs li:last-child {
	margin-right: 0
}

.products-details-tab .tab_content {
	border: 1px dashed #eee;
	padding: 30px
}

.products-details-tab .tab_content .tabs_item {
	display: none
}

.products-details-tab .tab_content .tabs_item:first-child {
	display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
	margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
	margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #ffba0a;
	font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: normal
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 20px;
	background-color: #f15a25;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 15px;
	border: 1px solid #f15a25
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
	background-color: #fff;
	color: #f15a25;
	text-decoration: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 30px;
	position: relative;
	padding-right: 200px;
	border-top: 1px dashed #eee;
	padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 14px;
	color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #666;
	top: 40px;
	text-decoration: underline;
	font-weight: 500;
	font-size: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #f15a25
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
	margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
	max-width: 100%
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	height: 55px;
	background-color: #eee;
	border: 1px solid #eee;
	-webkit-transition: .5s;
	transition: .5s;
	color: #202647
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus {
	background-color: transparent;
	border: 1px solid #f15a25;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
	padding-top: 15px;
	height: auto
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form .default-btn {
	cursor: pointer;
	position: relative;
	z-index: 1;
	border: none
}

.related-shop {
	margin-top: 35px
}

.related-shop h4 {
	font-size: 25px;
	margin-bottom: 25px
}

.partner-item img {
	width: auto!important;
	margin: auto;
	max-width: 150px
}

.footer-area {
	background-color: #f5f3f3
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget .logo {
	margin-bottom: 25px
}

.single-footer-widget p {
	color: #666;
	margin-bottom: 0
}

.single-footer-widget .social {
	padding-left: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-bottom: 0
}

.single-footer-widget .social li {
	display: inline-block;
	margin-right: 10px
}

.single-footer-widget .social li:last-child {
	margin-right: 0
}

.single-footer-widget .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 40px;
	border-radius: 50%;
	background-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	color: #fff;
	border: 1px solid linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	text-align: center;
	font-size: 18px
}

.single-footer-widget .social li a:focus,
.single-footer-widget .social li a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background-color: #f15a25
}

.single-footer-widget .social li a.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.single-footer-widget .social li a.facebook:focus,
.single-footer-widget .social li a.facebook:hover {
	color: #fff;
	background-color: #f15a25
}

.single-footer-widget .social li a.twitter {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.single-footer-widget .social li a.twitter:focus,
.single-footer-widget .social li a.twitter:hover {
	color: #fff;
	background-color: #f15a25
}

.single-footer-widget .social li a.linkedin {
	background-color: #007bb5;
	border-color: #007bb5;
	color: #fff
}

.single-footer-widget .social li a.linkedin:focus,
.single-footer-widget .social li a.linkedin:hover {
	color: #fff;
	background-color: #f15a25
}

.single-footer-widget .social li a.pinterest {
	background-color: #c13584;
	border-color: #c13584;
	color: #fff
}

.single-footer-widget .social li a.pinterest:focus,
.single-footer-widget .social li a.pinterest:hover {
	color: #fff;
	background-color: #f15a25
}

.single-footer-widget h3 {
	font-size: 25px;
	margin-bottom: 25px
}

.single-footer-widget .quick-links {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .quick-links li {
	margin-bottom: 10px;
	font-size: 15px
}

.single-footer-widget .quick-links li a {
	display: inline-block;
	color: #202647;
	position: relative
}

.single-footer-widget .quick-links li a:hover {
	color: #f15a25
}

.single-footer-widget .quick-links li a:hover:before {
	width: 100%
}

.single-footer-widget .quick-links li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: .5s;
	transition: .5s;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.single-footer-widget .quick-links li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .footer-contact-info li {
	margin-bottom: 10px;
	color: #202647;
	position: relative;
	padding-left: 35px
}

.single-footer-widget .footer-contact-info li i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 22px;
	color: #f15a25
}

.single-footer-widget .footer-contact-info li span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	color: #202647
}

.single-footer-widget .footer-contact-info li a {
	display: inline-block;
	color: #202647;
	font-weight: 400;
	position: relative;
	font-size: 15px
}

.single-footer-widget .footer-contact-info li a:hover {
	color: #f15a25
}

.single-footer-widget .footer-contact-info li a:hover:before {
	width: 100%
}

.single-footer-widget .footer-contact-info li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	-webkit-transition: .5s;
	transition: .5s;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.single-footer-widget .footer-contact-info li:last-child {
	margin-bottom: 0
}

.copyright-area {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #0f171f
}

.copyright-area .copyright-area-content p {
	color: #fff
}

.copyright-area .copyright-area-content p a {
	display: inline-block;
	font-weight: 600;
	color: #f15a25
}

.copyright-area .copyright-area-content p a:hover {
	color: #fff
}

.copyright-area .copyright-area-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right
}

.copyright-area .copyright-area-content ul li {
	display: inline-block;
	position: relative;
	margin-right: 25px
}

.copyright-area .copyright-area-content ul li a {
	display: inline-block;
	color: #fff
}

.copyright-area .copyright-area-content ul li a:hover {
	color: #f15a25
}

.copyright-area .copyright-area-content ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	right: -13px;
	width: 1px;
	height: 14px;
	background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
	background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
	background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.copyright-area .copyright-area-content ul li:last-child {
	margin-right: 0
}

.copyright-area .copyright-area-content ul li:last-child:before {
	display: none
}

.copyright-area .copyright-area-content ul li:first-child {
	margin-left: 0
}

.scroll-to-top i {
	position: fixed;
	cursor: pointer;
	bottom: 70px;
	right: 20px;
	color: #fff;
	background-color: #202647;
	z-index: 4;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	visibility: visible;
	border-radius: 50%;
	font-size: 25px;
	-webkit-transition: .9s;
	transition: .9s;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.scroll-to-top i:hover {
	background: #f15a25;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.post-count {
	float: right
}

@media only screen and (max-width:767px) {
	.pt-100 {
		padding-top: 50px
	}
	.pb-70 {
		padding-bottom: 20px
	}
	.pb-100,
	.ptb-100 {
		padding-bottom: 50px
	}
	.ptb-100 {
		padding-top: 50px
	}
	.pl-10 {
		padding-left: 0
	}
	.ml-10 {
		margin-left: 0
	}
	.section-title span {
		font-size: 14px
	}
	.section-title h2 {
		font-size: 25px
	}
	.mean-container a.meanmenu-reveal {
		padding: 4px 0 0
	}
	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #000;
		height: 4px;
		margin-top: -5px;
		border-radius: 3px;
		position: relative;
		top: 8px
	}
	.mean-container .mean-bar {
		background-color: unset;
		border-bottom: none
	}
	.mean-container .mean-nav {
		margin-top: 45px
	}
	.others-option-for-responsive .dot-menu {
		top: -32px
	}
	.others-option-for-responsive .container .container {
		right: 20px;
		max-width: 255px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 5px
	}
	.search-overlay.search-popup {
		right: -10px
	}
	.main-banner-item {
		height: 100%;
		padding-top: 50px;
		padding-bottom: 50px
	}
	.main-banner-item .container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
	.main-banner-image {
		top: 0;
		text-align: center;
		margin-top: 30px
	}
	.main-banner-content {
		text-align: center;
		margin: auto
	}
	.main-banner-content h1 {
		font-size: 30px;
		margin-bottom: 16px;
		position: relative;
		z-index: 1
	}
	.about-image {
		text-align: center
	}
	.about-content {
		margin-top: 30px
	}
	.about-content span {
		font-size: 14px
	}
	.about-content h3 {
		font-size: 25px
	}
	.single-services {
		padding: 30px 20px
	}
	.single-services h3 {
		font-size: 19px;
		margin-bottom: 14px
	}
	.single-services:before {
		bottom: -94%;
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}
	.digital-experience-tab .react-tabs__tab-list {
		margin-bottom: 30px
	}
	.digital-experience-tab .react-tabs__tab-list li {
		margin-right: 0;
		-webkit-flex: 50% 1;
		-moz-box-flex: 50%;
		flex: 50% 1;
		max-width: 50.666667%
	}
	.digital-experience-tab .react-tabs__tab-panel .digital-experience-content h3 {
		font-size: 25px
	}
	.digital-experience-tab .react-tabs__tab-panel .digital-experience-content .experience-inner-content h3 {
		font-size: 20px
	}
	.digital-experience-tab .react-tabs__tab-panel .digital-experience-image {
		text-align: center;
		margin-top: 30px
	}
	.single-fun-fact {
		padding: 30px;
		text-align: center
	}
	.single-fun-fact .icon {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px
	}
	.single-fun-fact .icon i {
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 25px
	}
	.single-fun-fact h3 {
		font-size: 30px
	}
	.single-fun-fact p {
		font-size: 15px
	}
	.single-portfolio .portfolio-content i {
		line-height: 35px
	}
	.single-portfolio .portfolio-content h3 {
		font-size: 22px
	}
	.testimonial-content {
		margin-top: 0
	}
	.testimonial-content span {
		font-size: 14px
	}
	.testimonial-content h2 {
		font-size: 30px
	}
	.testimonial-image {
		height: 500px
	}
	.testimonial-inner-content {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 30px;
		padding-left: 0
	}
	.testimonial-inner-content .icon {
		margin-bottom: 20px
	}
	.testimonial-inner-content .icon i {
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 30px
	}
	.testimonial-slider {
		margin-top: 0
	}
	.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
		left: 0;
		opacity: 1;
		visibility: visible
	}
	.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
		left: 0
	}
	.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.single-blog .content span {
		font-size: 14px
	}
	.single-blog .content h3 {
		font-size: 20px
	}
	.single-blog .content .blog-btn {
		font-size: 14px
	}
	.pl-5,
	.px-5 {
		padding-left: 0!important
	}
	.single-footer-widget h3 {
		font-size: 22px
	}
	.copyright-area-content {
		text-align: center
	}
	.copyright-area .copyright-area-content ul {
		text-align: center;
		margin-top: 20px
	}
	.main-banner-item.item-two {
		height: 100%
	}
	.main-banner-item.item-two .main-banner-image img {
		-webkit-animation: unset;
		animation: unset;
		-webkit-animation: moveBounce 5s linear infinite;
		animation: moveBounce 5s linear infinite;
		border-radius: 0
	}
	.main-banner-item.item-three {
		height: 100%
	}
	.main-banner-item.item-three .main-banner-image img {
		-webkit-animation: unset;
		animation: unset;
		-webkit-animation: moveBounce 5s linear infinite;
		animation: moveBounce 5s linear infinite
	}
	.main-banner-item.item-four {
		height: 100%
	}
	.banner-form button {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px
	}
	.about-area .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
	.about-image-warp {
		height: 500px;
		text-align: center
	}
	.features-inner-content span {
		font-size: 14px
	}
	.features-inner-content h3 {
		font-size: 25px
	}
	.features-image {
		margin-top: 30px;
		text-align: center
	}
	.single-portfolio-item .portfolio-content h3,
	.single-services-item .content h3,
	.single-team .image .content h3 {
		font-size: 22px
	}
	.single-pricing-box {
		padding: 25px
	}
	.single-pricing-box.top-1,
	.single-pricing-box.top-2 {
		margin-top: 0
	}
	.main-slider-item .container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
	.main-slider-content {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
		margin: auto
	}
	.main-slider-content h1 {
		font-size: 30px
	}
	.main-slider-image {
		height: 500px
	}
	.main-slider-shape .shape-1,
	.main-slider-shape .shape-2 {
		display: none
	}
	.single-services-box {
		padding: 25px 20px
	}
	.single-services-box h3 {
		font-size: 22px
	}
	.single-services-box .icon i {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 30px
	}
	.single-services-box:before {
		bottom: -95%
	}
	.single-fun-fact-box {
		padding: 25px 8px
	}
	.single-fun-fact-box .icon {
		margin-bottom: 20px
	}
	.single-fun-fact-box .icon i {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 20px
	}
	.single-fun-fact-box h3 {
		font-size: 30px
	}
	.single-fun-fact-box p {
		font-size: 13px
	}
	.client-slider.owl-theme .owl-nav [class*=owl-] {
		left: 0;
		bottom: 18%;
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 30px;
		height: 30px;
		line-height: 30px
	}
	.client-slider.owl-theme .owl-nav [class*=owl-] i {
		font-size: 12px
	}
	.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.client-slider.owl-theme:hover .owl-nav [class*=owl-] {
		left: 0
	}
	.client-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.subscribe-content span {
		font-size: 14px
	}
	.subscribe-content h2 {
		font-size: 22px
	}
	.subscribe-content .newsletter-form button {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px
	}
	.partner-item img {
		max-width: 90px
	}
	.main-banner-shape .shape-9,
	.main-banner-shape .shape-10,
	.main-banner-shape .shape-12,
	.main-banner-shape .shape-14 {
		display: none
	}
	.quote-form {
		padding: 30px 20px
	}
	.quote-form .content h3 {
		font-size: 22px
	}
	.quote-image {
		text-align: center;
		margin-top: 30px
	}
	.single-features-box.top-1,
	.single-features-box.top-4 {
		margin-top: 0
	}
	.features-image-warp {
		margin-bottom: 30px;
		text-align: center
	}
	.overview-content span {
		font-size: 14px
	}
	.overview-content h3 {
		font-size: 22px
	}
	.overview-image {
		text-align: center;
		margin-top: 30px
	}
	.page-banner-area {
		padding-top: 60px;
		padding-bottom: 50px
	}
	.page-banner-content h2 {
		font-size: 30px
	}
	.services-details-desc h3 {
		font-size: 22px
	}
	.services-details-desc .services-details-features .features-image {
		margin-top: 0;
		text-align: center;
		margin-bottom: 15px
	}
	.services-details-desc .services-details-features .features-list {
		margin-bottom: 0
	}
	.services-details-desc .services-details-features .features-list li {
		margin-bottom: 10px;
		font-size: 15px
	}
	.services-details-desc .services-details-features .features-list li:last-child {
		margin-bottom: 0
	}
	.services-details-desc .text-result h3 {
		font-size: 22px
	}
	.services-details-desc .services-details-faq .accordion .accordion-title {
		font-size: 16px
	}
	.services-details-information {
		margin-top: 30px
	}
	.portfolio-details-desc h3 {
		font-size: 22px
	}
	.portfolio-details-information {
		margin-top: 30px
	}
	.blog-details-desc .article-content h3 {
		font-size: 22px
	}
	.blog-details-desc .article-footer .article-share,
	.blog-details-desc .article-footer .article-tags {
		-webkit-flex: unset;
		-moz-box-flex: unset;
		flex: unset;
		max-width: unset
	}
	.blog-details-desc .article-footer .article-share {
		margin-top: 25px
	}
	.widget-area {
		margin-top: 40px
	}
	.contact-image {
		margin-bottom: 30px;
		text-align: center
	}
	.general-contact-info {
		margin-top: 50px
	}
	.login-form {
		padding: 30px 20px
	}
	.login-form h2 {
		font-size: 25px
	}
	.login-form form .lost-your-password {
		text-align: left;
		margin-top: 10px
	}
	.login-image {
		text-align: center;
		margin-bottom: 30px
	}
	.register-form {
		padding: 30px 20px
	}
	.register-form h2 {
		font-size: 25px
	}
	.register-image {
		text-align: center;
		margin-bottom: 30px
	}
	.error-content h3 {
		font-size: 25px
	}
	.spix-grid-sorting .ordering {
		text-align: center;
		margin-top: 20px
	}
	.single-products-box .products-content h3 {
		font-size: 22px
	}
	.cart-table table tbody tr td {
		padding-left: 30px
	}
	.cart-table table thead tr th {
		padding: 0 40px 20px
	}
	.cart-buttons {
		text-align: center
	}
	.cart-buttons .text-right {
		text-align: center!important;
		margin-top: 10px
	}
	.order-details {
		margin-top: 30px
	}
	.product-details-image {
		height: 500px;
		margin-bottom: 20px
	}
	.product-details-desc h3 {
		font-size: 22px
	}
	.product-details-area {
		padding-bottom: 50px
	}
	.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
		font-size: 22px
	}
	.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
		display: none
	}
	.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
		padding-right: 0
	}
	.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
		position: relative;
		right: 0;
		top: 8px
	}
	.main-navbar .navbar .navbar-nav {
		margin-top: 8px;
		max-height: 70vh;
		overflow-y: scroll;
		padding: 0;
		overflow-x: hidden
	}
	.main-navbar .navbar .navbar-nav::-webkit-scrollbar {
		width: 8px
	}
	.main-navbar .navbar .navbar-nav::-webkit-scrollbar-track {
		background: #f1f1f1
	}
	.main-navbar .navbar .navbar-nav::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 30px
	}
	.main-navbar .navbar .navbar-nav::-webkit-scrollbar-thumb:hover {
		background: #555
	}
	.main-navbar .navbar .navbar-nav .nav-item {
		margin-left: 10px!important;
		margin-right: 15px!important
	}
	.main-navbar .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		padding-top: 8px;
		padding-bottom: 8px
	}
	.main-navbar .navbar .navbar-nav .nav-item a i {
		display: none
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		top: 0;
		width: 100%;
		margin: 0 0 10px
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
		margin: 0!important
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 14px;
		padding: 7px 15px
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		position: relative;
		left: 15px;
		opacity: 1;
		visibility: visible;
		margin: 0 0 10px;
		top: 0;
		width: 90%
	}
	.main-navbar .navbar .others-options {
		position: absolute;
		top: 7px;
		right: 40px
	}
	.main-navbar .navbar .others-options .default-btn {
		display: none
	}
	.main-navbar .navbar .others-options .option-item .search-btn {
		font-size: 22px
	}
	.search-overlay .search-overlay-form {
		width: 100%;
		padding: 0 20px
	}
	.testimonial-area {
		position: relative
	}
	.testimonial-area:before {
		background-color: #000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		content: "";
		opacity: .8;
		position: absolute
	}
	.testimonial-area .testimonial-content {
		position: relative;
		padding: 0
	}
	.contact-form {
		padding: 20px
	}
	.comments-area .comment-respond input[type=date],
	.comments-area .comment-respond input[type=datetime-local],
	.comments-area .comment-respond input[type=email],
	.comments-area .comment-respond input[type=month],
	.comments-area .comment-respond input[type=number],
	.comments-area .comment-respond input[type=password],
	.comments-area .comment-respond input[type=search],
	.comments-area .comment-respond input[type=tel],
	.comments-area .comment-respond input[type=text],
	.comments-area .comment-respond input[type=time],
	.comments-area .comment-respond input[type=url],
	.comments-area .comment-respond input[type=week],
	.comments-area .comment-respond textarea {
		height: 55px
	}
	.faq-accordion .accordion .accordion__button {
		padding: 15px 40px 15px 15px;
		font-size: 16px
	}
	.main-banner .main-banner-item:before {
		content: "";
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .8
	}
	.main-banner .main-banner-item .main-banner-content {
		position: relative;
		z-index: 5
	}
	.single-features h3 {
		font-size: 19px
	}
	.testimonial-inner-content .info-text h4 {
		font-size: 22px
	}
	.testimonial-inner-content .info-text span {
		font-size: 14px
	}
	.single-services-box h3 {
		font-size: 20px
	}
	.about-content {
		padding-left: 0
	}
	.about-content.warp {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}
	.testimonial-area.testimonial-two .testimonial-image:before {
		border-left: 10px solid #fd9b5f;
		border-bottom: 10px solid #fd9b5f
	}
	.pl-15 {
		padding-left: 0
	}
	.services-details-information .services-list li a {
		padding: 17px 20px
	}
	.services-details-information .download-file,
	.services-details-information .services-contact-info {
		padding: 20px
	}
	.pr-15 {
		padding-right: 0
	}
	.pl-30 {
		padding-left: 0
	}
	.client-area:before {
		opacity: .9
	}
	.widget-area .widget_spix_posts_thumb .item .info {
		margin-top: 0
	}
	.widget-area .widget_spix_posts_thumb .item .info span {
		font-size: 12px
	}
	.widget-area .widget_spix_posts_thumb .item .title {
		font-size: 14px
	}
	.scroll-to-top i {
		bottom: 50px;
		right: 15px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px
	}
	.main-banner-item.item-two .main-banner-image {
  top: 0px;
}
	
	.navbar, .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl{display: block;}
}

@media only screen and (max-width:420px) {
	.features-inner-content .features-list li {
		-webkit-flex: 0 0 100%;
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.single-features-box {
		padding: 25px
	}
	.single-features-box h3 {
		font-size: 17px
	}
	.single-pricing-box {
		padding: 25px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pl-10 {
		padding-left: 0
	}
	.ml-10 {
		margin-left: 0
	}
	.pt-100 {
		padding-top: 70px
	}
	.pb-70 {
		padding-bottom: 40px
	}
	.pb-100,
	.ptb-100 {
		padding-bottom: 70px
	}
	.ptb-100 {
		padding-top: 70px
	}
	.mean-container a.meanmenu-reveal {
		padding: 4px 0 0
	}
	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #000;
		height: 4px;
		margin-top: -5px;
		border-radius: 3px;
		position: relative;
		top: 8px
	}
	.mean-container .mean-bar {
		background-color: unset;
		border-bottom: none
	}
	.mean-container .mean-nav {
		margin-top: 45px
	}
	.others-option-for-responsive .dot-menu {
		top: -32px
	}
	.others-option-for-responsive .container .container {
		right: 20px;
		max-width: 255px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 5px
	}
	.search-overlay.search-popup {
		right: -10px
	}
	.main-banner-item {
		height: 100%;
		padding-top: 100px;
		padding-bottom: 100px
	}
	.main-banner-item .container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
	.main-banner-image {
		top: 0;
		text-align: center;
		margin-top: 30px
	}
	.main-banner-content {
		margin-right: auto;
		max-width: 685px;
		text-align: center
	}
	.main-banner-content h1 {
		font-size: 50px;
		margin-bottom: 16px;
		position: relative;
		z-index: 1
	}
	.about-image {
		text-align: center
	}
	.about-content {
		margin-top: 30px
	}
	.about-content.warp {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}
	.single-services {
		padding: 30px 20px
	}
	.single-services:before {
		bottom: -94%;
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}
	.single-services h3 {
		font-size: 20px
	}
	.digital-experience-tab .react-tabs__tab-list {
		margin-bottom: 30px
	}
	.digital-experience-tab .react-tabs__tab-list li {
		margin-right: 0;
		-webkit-flex: 33.33333333333333% 1;
		-moz-box-flex: 33.33333333333333%;
		flex: 33.33333333333333% 1;
		max-width: 100%
	}
	.digital-experience-tab .react-tabs__tab-panel .digital-experience-image {
		text-align: center;
		margin-top: 30px
	}
	.single-fun-fact {
		padding: 30px;
		text-align: center
	}
	.single-fun-fact .icon {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px
	}
	.single-fun-fact .icon i {
		height: 70px;
		width: 70px;
		line-height: 70px;
		font-size: 30px
	}
	.testimonial-image {
		height: 500px
	}
	.testimonial-inner-content {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 30px;
		padding-left: 0
	}
	.testimonial-inner-content .icon {
		margin-bottom: 20px
	}
	.testimonial-inner-content .icon i {
		height: 80px;
		width: 80px;
		line-height: 80px;
		font-size: 35px
	}
	.testimonial-slider {
		margin-top: 0
	}
	.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
		left: 0;
		opacity: 1;
		visibility: visible
	}
	.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
		left: 0
	}
	.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.pl-5,
	.px-5 {
		padding-left: 0!important
	}
	.single-footer-widget h3 {
		font-size: 22px
	}
	.copyright-area-content {
		text-align: left
	}
	.copyright-area .copyright-area-content ul {
		text-align: right
	}
	.main-banner-item.item-two {
		height: 100%
	}
	.main-banner-item.item-two .main-banner-image img {
		-webkit-animation: unset;
		animation: unset;
		-webkit-animation: moveBounce 5s linear infinite;
		animation: moveBounce 5s linear infinite;
		border-radius: 0
	}
	.main-banner-item.item-three {
		height: 100%
	}
	.main-banner-item.item-three .main-banner-image img {
		-webkit-animation: unset;
		animation: unset;
		-webkit-animation: moveBounce 5s linear infinite;
		animation: moveBounce 5s linear infinite
	}
	.main-banner-item.item-four {
		height: 100%
	}
	.about-area .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
	.about-image-warp {
		height: 500px;
		text-align: center
	}
	.features-image {
		text-align: center
	}
	.single-pricing-box.top-1,
	.single-pricing-box.top-2 {
		margin-top: 0
	}
	.main-slider-item .container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
	.main-slider-content {
		padding-top: 70px;
		padding-bottom: 70px;
		margin-right: auto;
		max-width: 690px
	}
	.main-slider-image {
		height: 500px
	}
	.main-slider-shape .shape-1,
	.main-slider-shape .shape-2 {
		display: none
	}
	.single-services-box {
		padding: 25px 20px
	}
	.single-services-box h3 {
		font-size: 22px
	}
	.single-services-box .icon i {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 30px
	}
	.single-services-box:before {
		bottom: -95%
	}
	.single-fun-fact-box .icon {
		margin-bottom: 20px
	}
	.single-fun-fact-box .icon i {
		height: 60px;
		width: 60px;
		line-height: 60px;
		font-size: 25px
	}
	.single-fun-fact-box h3 {
		font-size: 35px
	}
	.single-fun-fact-box p {
		font-size: 15px
	}
	.client-slider.owl-theme .owl-nav [class*=owl-] {
		left: 0;
		top: 70%;
		-webkit-transform: translateY(-70%);
		transform: translateY(-70%)
	}
	.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.client-slider.owl-theme:hover .owl-nav [class*=owl-] {
		left: 0
	}
	.client-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
		right: 0
	}
	.partner-item img {
		max-width: 100px
	}
	.main-banner-shape .shape-9,
	.main-banner-shape .shape-10,
	.main-banner-shape .shape-12,
	.main-banner-shape .shape-14 {
		display: none
	}
	.quote-form {
		padding: 30px 20px
	}
	.quote-form .content h3 {
		font-size: 22px
	}
	.quote-image {
		text-align: center;
		margin-top: 30px
	}
	.single-features-box.top-1,
	.single-features-box.top-4 {
		margin-top: 0
	}
	.features-image-warp {
		margin-bottom: 30px;
		text-align: center
	}
	.overview-image {
		text-align: center;
		margin-top: 30px
	}
	.services-details-desc .services-details-features .features-image {
		margin-top: 0;
		text-align: center
	}
	.portfolio-details-information,
	.services-details-information {
		margin-top: 30px
	}
	.widget-area {
		margin-top: 40px
	}
	.contact-image {
		margin-bottom: 30px;
		text-align: center
	}
	.general-contact-info {
		margin-top: 50px
	}
	.login-image,
	.register-image {
		text-align: center;
		margin-bottom: 30px
	}
	.order-details {
		margin-top: 30px
	}
	.product-details-image {
		height: 500px;
		margin-bottom: 20px
	}
	.product-details-area {
		padding-bottom: 50px
	}
	.main-navbar .navbar .navbar-nav .nav-item {
		margin-left: 8px;
		margin-right: 8px
	}
	.main-navbar .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
		top: 68px;
		width: 230px
	}
	.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 14px
	}
	.main-navbar .navbar .navbar-nav .nav-item:last-child .dropdown-menu,
	.main-navbar .navbar .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu {
		left: auto;
		right: 0
	}
	.main-navbar .navbar .others-options .option-item .search-btn {
		font-size: 20px
	}
	.main-navbar .navbar .others-options .option-item .default-btn {
		display: none
	}
	.single-portfolio-item .portfolio-content h3,
	.single-services-item .content h3,
	.single-team .image .content h3 {
		font-size: 22px
	}
	.main-slider-content h1 {
		font-size: 50px
	}
	.contact-form {
		padding: 30px
	}
	.single-blog .content span {
		font-size: 14px
	}
	.single-blog .content h3 {
		font-size: 20px
	}
	.single-blog .content .blog-btn {
		font-size: 14px
	}
	.about-content,
	.testimonial-area .testimonial-content {
		padding-left: 0
	}
	.testimonial-area.testimonial-two .testimonial-image:before {
		border-left: 10px solid #fd9b5f;
		border-bottom: 10px solid #fd9b5f
	}
	.about-area .container-fluid {
		max-width: 720px
	}
	.pl-15 {
		padding-left: 0
	}
	.pr-15 {
		padding-right: 0
	}
	.pl-30 {
		padding-left: 0
	}
	.single-pricing-box {
		padding: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pl-10 {
		padding-left: 0
	}
	.mean-container a.meanmenu-reveal {
		padding: 4px 0 0
	}
	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #000;
		height: 4px;
		margin-top: -5px;
		border-radius: 3px;
		position: relative;
		top: 8px
	}
	.mean-container .mean-bar {
		background-color: unset;
		border-bottom: none;
		padding-top: 0
	}
	.mean-container .mean-nav {
		margin-top: 45px
	}
	.others-option-for-responsive .dot-menu {
		top: -32px
	}
	.others-option-for-responsive .container .container {
		right: 20px;
		max-width: 255px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 5px
	}
	.search-overlay.search-popup {
		right: -10px
	}
	.main-banner-item .container-fluid {
		max-width: 965px
	}
	.main-banner-content h1 {
		font-size: 45px
	}
	.single-services {
		padding: 30px 20px
	}
	.single-services h3 {
		font-size: 19px
	}
	.digital-experience-tab .react-tabs__tab-list {
		margin-bottom: 30px
	}
	.digital-experience-tab .react-tabs__tab-list li {
		margin-right: 0;
		-webkit-flex: 33.33333333333333% 1;
		-moz-box-flex: 33.33333333333333%;
		flex: 33.33333333333333% 1;
		max-width: 100%
	}
	.digital-experience-tab .react-tabs__tab-panel .digital-experience-image {
		text-align: center;
		margin-top: 30px
	}
	.testimonial-content h2 {
		font-size: 45px
	}
	.single-fun-fact {
		padding: 30px;
		text-align: center
	}
	.single-fun-fact .icon {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px
	}
	.single-fun-fact .icon i {
		height: 70px;
		width: 70px;
		line-height: 70px;
		font-size: 30px
	}
	.single-portfolio-item .portfolio-content h3,
	.single-services-item .content h3 {
		font-size: 22px
	}
	.single-footer-widget h3 {
		font-size: 24px
	}
	.pl-5,
	.px-5 {
		padding-left: 0!important
	}
	.main-slider-shape .shape-1 {
		max-width: 250px
	}
	.main-slider-content h1 {
		font-size: 50px
	}
	.single-services-box {
		padding: 25px 20px 30px
	}
	.single-services-box h3 {
		font-size: 22px
	}
	.single-services-box .icon i {
		height: 100px;
		width: 100px;
		line-height: 100px;
		font-size: 30px
	}
	.single-services-box:before {
		bottom: -95%
	}
	.single-industries-box h3 {
		font-size: 20px
	}
	.partner-item img {
		max-width: 110px
	}
	.single-team .image .content {
		padding: 20px 15px
	}
	.single-features {
		padding: 30px 10px
	}
	.single-features .icon i {
		font-size: 35px
	}
	.single-features h3 {
		font-size: 16px
	}
	.single-features p {
		font-size: 14px
	}
	.main-navbar .navbar .navbar-nav .nav-item {
		margin-left: 10px;
		margin-right: 10px
	}
	.main-navbar .navbar .navbar-nav .nav-item a {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px
	}
	.main-navbar .navbar .others-options .option-item .default-btn {
		background-color: #f15a25
	}
	.single-portfolio .portfolio-content h3 {
		font-size: 20px
	}
	.single-blog .content span {
		font-size: 14px
	}
	.single-blog .content h3 {
		font-size: 20px
	}
	.single-blog .content .blog-btn {
		font-size: 14px
	}
	.widget-area .widget_spix_posts_thumb .item .info span {
		font-size: 13px
	}
	.widget-area .widget_spix_posts_thumb .item .info .title {
		font-size: 14px
	}
	.pl-30 {
		padding-left: 0
	}
	.single-features-box {
		padding: 25px 15px
	}
	.single-features-box h3 {
		font-size: 16px
	}
	.about-content {
		padding-left: 10px
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.container-fluid {
		max-width: 1140px;
		width: 100%
	}
	.main-banner-content h1{font-size: 46px;}
}

@media only screen and (min-width:1400px) {
	.main-banner-content,
	.main-slider-content {
		max-width: 645px
	}
}

@media only screen and (min-width:1550px) {
	.main-banner-item {
		height: 850px
	}
	.main-banner-item.item-two {
		height: 950px
	}
	.main-banner-item.item-four {
		height: 800px
	}
	.main-banner-image {
		top: 80px
	}
	.single-team .image .social {
		top: 50px
	}
	.main-slider-content {
		padding-top: 250px;
		padding-bottom: 250px
	}
}