/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

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

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

address,
hr {
	margin-bottom: 1rem
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin-top: 0
}

dl,
ol,
p,
ul {
	margin-bottom: 1rem
}

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

address {
	font-style: normal;
	line-height: inherit
}

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

dt {
	font-weight: 700
}

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

blockquote,
figure {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0
}

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

samp {
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
	display: block;
	font-size: 87.5%;
	color: #212529
}

img,
svg {
	vertical-align: middle
}

img {
	border-style: none
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

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

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

progress {
	vertical-align: baseline
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none!important
}

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

.h1,
h1 {
	font-size: 4.5rem
}

.h2,
h2 {
	font-size: 2.5rem
}

.h3,
h3 {
	font-size: 2.5rem
}

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

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

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

.display-1,
.lead {
	font-weight: 300
}

.lead {
	font-size: 1.25rem
}

.display-1 {
	font-size: 6rem;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem
}

.display-2,
.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem
}

.display-4 {
	font-size: 3.5rem
}

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

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

.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: 90%;
	text-transform: uppercase
}

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

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

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

.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: 90%;
	color: #6c757d
}

code,
kbd {
	font-size: 87.5%
}

code {
	word-break: break-word;
	color: #e83e8c
}

a>code,
pre code {
	color: inherit
}

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

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

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

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

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

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

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

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

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

.card>hr,
.no-gutters {
	margin-right: 0;
	margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-auto {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

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

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

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

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

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

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

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

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

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

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

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

.table .table {
	background-color: #fff
}

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

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

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

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

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

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

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

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

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

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.form-control:-ms-input-placeholder,
.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
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

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

.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;
	line-height: 1.5
}

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	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 {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

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

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

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

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

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

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

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

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

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

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
	border-color: inherit
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	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;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

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

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

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

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

@media (min-width:576px) {
	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline label {
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

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

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

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

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

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

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

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

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

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

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link,
.btn-link:hover {
	background-color: transparent
}

.btn-link {
	font-weight: 400;
	color: #007bff
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

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

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

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

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

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

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	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,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 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-right {
	right: 0;
	left: auto
}

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

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	content: ""
}

.dropup .dropdown-toggle::after {
	vertical-align: .255em;
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

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

.dropright .dropdown-toggle::after {
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	vertical-align: 0
}

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

.dropleft .dropdown-toggle::after {
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

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

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

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

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

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

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

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

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

.btn-group>.btn:first-child {
	margin-left: 0
}

.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:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

.dropleft .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 {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}

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

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.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:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

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

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

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

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

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

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

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

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

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

.input-group-append,
.input-group-prepend,
.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex
}

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

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

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

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

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

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

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

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

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

.custom-control-label::after,
.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}

.custom-control-label::before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

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

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

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-lg,
.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	font-size: 125%
}

.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(2.25rem + 2px)
}

.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
	border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label,
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}

.custom-file-label {
	left: 0;
	height: calc(2.25rem + 2px);
	border: 1px solid #ced4da;
	z-index: 1;
	background-color: #fff;
	border-radius: .25rem
}

.custom-file-label::after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	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 screen and (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

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

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

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

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

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

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

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

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	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
}

.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 {
	border-radius: .25rem
}

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

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

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

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

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	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;
	float: none
}

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

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-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
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

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

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		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>.container,
	.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		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>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		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>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		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>.container,
	.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	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>.container,
.navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

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

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

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

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

.navbar-dark .navbar-brand {
	color: #fff
}

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

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

.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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-text a {
	color: #fff
}

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

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

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

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

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

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

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

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

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

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

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

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

.card-header {
	padding: .75rem 1.25rem;
	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: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

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

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

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

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

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

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

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-header,
	.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer,
	.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-header,
	.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer,
	.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-header,
	.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer,
	.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child),
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.breadcrumb,
.pagination {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	border-radius: .25rem
}

.breadcrumb {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef
}

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

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

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

.pagination {
	padding-left: 0
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	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
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

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

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

.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;
	line-height: 1.5
}

.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: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

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

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

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

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

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

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

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

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

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

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

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

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

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

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

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

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

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

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

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

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

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

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

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

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

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

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

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

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

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

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

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

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

.progress,
.progress-bar {
	display: -ms-flexbox;
	display: flex
}

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

.progress-bar {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

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

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

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

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

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

.list-group-item-action:focus,
.list-group-item-action:hover {
	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: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

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

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

.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

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

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

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

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

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

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

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

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

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

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

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

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

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

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

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

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

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

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

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

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

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

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

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

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

.modal,
.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0
}

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

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

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

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem*2))
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem*2));
	content: ""
}

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

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

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

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

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

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

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

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

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

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

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

.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block
}

.tooltip {
	z-index: 1070;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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 .arrow {
	width: .8rem;
	height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	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,
.popover .arrow {
	position: absolute;
	display: block
}

.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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 .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

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

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

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

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

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

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

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

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

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

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

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

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[x-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 #f7f7f7
}

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

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

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

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

.carousel,
.carousel-inner {
	position: relative
}

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

.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.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: 20px;
	height: 20px;
	background: no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::before {
	top: -10px
}

.carousel-indicators li::after {
	bottom: -10px
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

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

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

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

.bg-success {
	background-color: #28a745!important
}

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

.bg-info {
	background-color: #17a2b8!important
}

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

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

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

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

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

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

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

.bg-dark {
	background-color: #343a40!important
}

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

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

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

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

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

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

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

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

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

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

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

.border-dark {
	border-color: #343a40!important
}

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

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

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-right {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	clear: both
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.clearfix::after,
.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: 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
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

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

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

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

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

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

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

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

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

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

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

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

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

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

.pr-0,
.px-0 {
	padding-right: 0!important
}

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

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

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

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

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

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

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

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

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

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

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

.p-3 {
	padding: 1rem!important
}

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

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

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

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

.p-4 {
	padding: 1.5rem!important
}

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

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

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

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

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

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

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

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

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

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-italic {
	font-style: italic!important
}

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

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd
	}
	thead {
		display: table-header-group
	}
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@-webkit-keyframes pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {
	0%,
	to {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@-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);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@-webkit-keyframes wobble {
	0%,
	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
}

@keyframes wobble {
	0%,
	to {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	to {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	to {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
	to {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1
	}
	to {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInDownRight {
	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: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@-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: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		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;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
	to {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
	to {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
	to {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(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% {
		-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
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	to {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-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);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	to {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		-ms-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0deg);
		-ms-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg)
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

.flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

.flipInX,
.flipInY,
.flipOutX,
.flipOutY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX
}

.flipOutY {
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}


/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: a 2s infinite linear
}

.fa-pulse {
	animation: a 1s infinite steps(8)
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-vertical {
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse,
.mfp-preloader a:hover {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/fa-brands-400.eot);
	src: url(../webfonts/fa-brands-400.eot?) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg) format("svg")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/fa-regular-400.eot);
	src: url(../webfonts/fa-regular-400.eot?) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg) format("svg")
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg) format("svg")
}

.fa,
.far,
.fas {
	font-family: Font Awesome\ 5 Free
}

.fas {
	font-weight: 900
}

.fa,
.fal,
.far {
	font-weight: 400
}

@font-face {
	font-family: 'et-line';
	src: url(../webfonts/et-line.eot);
	src: url(../webfonts/et-line.eot?) format('embedded-opentype'), url(../webfonts/et-line.woff) format('woff'), url(../webfonts/et-line.ttf) format('truetype'), url(../webfonts/et-line.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}

.icon-adjustments,
.icon-alarmclock,
.icon-anchor,
.icon-aperture,
.icon-attachment,
.icon-bargraph,
.icon-basket,
.icon-beaker,
.icon-bike,
.icon-book-open,
.icon-briefcase,
.icon-browser,
.icon-calendar,
.icon-camera,
.icon-caution,
.icon-chat,
.icon-circle-compass,
.icon-clipboard,
.icon-clock,
.icon-cloud,
.icon-compass,
.icon-desktop,
.icon-dial,
.icon-document,
.icon-documents,
.icon-download,
.icon-dribbble,
.icon-edit,
.icon-envelope,
.icon-expand,
.icon-facebook,
.icon-flag,
.icon-focus,
.icon-gears,
.icon-genius,
.icon-gift,
.icon-global,
.icon-globe,
.icon-googleplus,
.icon-grid,
.icon-happy,
.icon-hazardous,
.icon-heart,
.icon-hotairballoon,
.icon-hourglass,
.icon-key,
.icon-laptop,
.icon-layers,
.icon-lifesaver,
.icon-lightbulb,
.icon-linegraph,
.icon-linkedin,
.icon-lock,
.icon-magnifying-glass,
.icon-map,
.icon-map-pin,
.icon-megaphone,
.icon-mic,
.icon-mobile,
.icon-newspaper,
.icon-notebook,
.icon-paintbrush,
.icon-paperclip,
.icon-pencil,
.icon-phone,
.icon-picture,
.icon-pictures,
.icon-piechart,
.icon-presentation,
.icon-pricetags,
.icon-printer,
.icon-profile-female,
.icon-profile-male,
.icon-puzzle,
.icon-quote,
.icon-recycle,
.icon-refresh,
.icon-ribbon,
.icon-rss,
.icon-sad,
.icon-scissors,
.icon-scope,
.icon-search,
.icon-shield,
.icon-speedometer,
.icon-strategy,
.icon-streetsign,
.icon-tablet,
.icon-target,
.icon-telescope,
.icon-toolbox,
.icon-tools,
.icon-tools-2,
.icon-trophy,
.icon-tumblr,
.icon-twitter,
.icon-upload,
.icon-video,
.icon-wallet,
.icon-wine {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block
}

.icon-mobile:before {
	content: "\e000"
}

.icon-laptop:before {
	content: "\e001"
}

.icon-desktop:before {
	content: "\e002"
}

.icon-tablet:before {
	content: "\e003"
}

.icon-phone:before {
	content: "\e004"
}

.icon-document:before {
	content: "\e005"
}

.icon-documents:before {
	content: "\e006"
}

.icon-search:before {
	content: "\e007"
}

.icon-clipboard:before {
	content: "\e008"
}

.icon-newspaper:before {
	content: "\e009"
}

.icon-notebook:before {
	content: "\e00a"
}

.icon-book-open:before {
	content: "\e00b"
}

.icon-browser:before {
	content: "\e00c"
}

.icon-calendar:before {
	content: "\e00d"
}

.icon-presentation:before {
	content: "\e00e"
}

.icon-picture:before {
	content: "\e00f"
}

.icon-pictures:before {
	content: "\e010"
}

.icon-video:before {
	content: "\e011"
}

.icon-camera:before {
	content: "\e012"
}

.icon-printer:before {
	content: "\e013"
}

.icon-toolbox:before {
	content: "\e014"
}

.icon-briefcase:before {
	content: "\e015"
}

.icon-wallet:before {
	content: "\e016"
}

.icon-gift:before {
	content: "\e017"
}

.icon-bargraph:before {
	content: "\e018"
}

.icon-grid:before {
	content: "\e019"
}

.icon-expand:before {
	content: "\e01a"
}

.icon-focus:before {
	content: "\e01b"
}

.icon-edit:before {
	content: "\e01c"
}

.icon-adjustments:before {
	content: "\e01d"
}

.icon-ribbon:before {
	content: "\e01e"
}

.icon-hourglass:before {
	content: "\e01f"
}

.icon-lock:before {
	content: "\e020"
}

.icon-megaphone:before {
	content: "\e021"
}

.icon-shield:before {
	content: "\e022"
}

.icon-trophy:before {
	content: "\e023"
}

.icon-flag:before {
	content: "\e024"
}

.icon-map:before {
	content: "\e025"
}

.icon-puzzle:before {
	content: "\e026"
}

.icon-basket:before {
	content: "\e027"
}

.icon-envelope:before {
	content: "\e028"
}

.icon-streetsign:before {
	content: "\e029"
}

.icon-telescope:before {
	content: "\e02a"
}

.icon-gears:before {
	content: "\e02b"
}

.icon-key:before {
	content: "\e02c"
}

.icon-paperclip:before {
	content: "\e02d"
}

.icon-attachment:before {
	content: "\e02e"
}

.icon-pricetags:before {
	content: "\e02f"
}

.icon-lightbulb:before {
	content: "\e030"
}

.icon-layers:before {
	content: "\e031"
}

.icon-pencil:before {
	content: "\e032"
}

.icon-tools:before {
	content: "\e033"
}

.icon-tools-2:before {
	content: "\e034"
}

.icon-scissors:before {
	content: "\e035"
}

.icon-paintbrush:before {
	content: "\e036"
}

.icon-magnifying-glass:before {
	content: "\e037"
}

.icon-circle-compass:before {
	content: "\e038"
}

.icon-linegraph:before {
	content: "\e039"
}

.icon-mic:before {
	content: "\e03a"
}

.icon-strategy:before {
	content: "\e03b"
}

.icon-beaker:before {
	content: "\e03c"
}

.icon-caution:before {
	content: "\e03d"
}

.icon-recycle:before {
	content: "\e03e"
}

.icon-anchor:before {
	content: "\e03f"
}

.icon-profile-male:before {
	content: "\e040"
}

.icon-profile-female:before {
	content: "\e041"
}

.icon-bike:before {
	content: "\e042"
}

.icon-wine:before {
	content: "\e043"
}

.icon-hotairballoon:before {
	content: "\e044"
}

.icon-globe:before {
	content: "\e045"
}

.icon-genius:before {
	content: "\e046"
}

.icon-map-pin:before {
	content: "\e047"
}

.icon-dial:before {
	content: "\e048"
}

.icon-chat:before {
	content: "\e049"
}

.icon-heart:before {
	content: "\e04a"
}

.icon-cloud:before {
	content: "\e04b"
}

.icon-upload:before {
	content: "\e04c"
}

.icon-download:before {
	content: "\e04d"
}

.icon-target:before {
	content: "\e04e"
}

.icon-hazardous:before {
	content: "\e04f"
}

.icon-piechart:before {
	content: "\e050"
}

.icon-speedometer:before {
	content: "\e051"
}

.icon-global:before {
	content: "\e052"
}

.icon-compass:before {
	content: "\e053"
}

.icon-lifesaver:before {
	content: "\e054"
}

.icon-clock:before {
	content: "\e055"
}

.icon-aperture:before {
	content: "\e056"
}

.icon-quote:before {
	content: "\e057"
}

.icon-scope:before {
	content: "\e058"
}

.icon-alarmclock:before {
	content: "\e059"
}

.icon-refresh:before {
	content: "\e05a"
}

.icon-happy:before {
	content: "\e05b"
}

.icon-sad:before {
	content: "\e05c"
}

.icon-facebook:before {
	content: "\e05d"
}

.icon-twitter:before {
	content: "\e05e"
}

.icon-googleplus:before {
	content: "\e05f"
}

.icon-rss:before {
	content: "\e060"
}

.icon-tumblr:before {
	content: "\e061"
}

.icon-linkedin:before {
	content: "\e062"
}

.icon-dribbble:before {
	content: "\e063"
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(https://pixiefy.com/themes/saastrend/demo/assets/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.mfp-align-top .mfp-container:before,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.mfp-wrap {
	z-index: 1043;
	outline: 0!important;
	-webkit-backface-visibility: hidden;
	position: fixed
}

.mfp-container {
	text-align: center;
	position: absolute;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before,
.mfp-content {
	display: inline-block;
	vertical-align: middle
}

.mfp-container:before {
	content: '';
	height: 100%
}

.mfp-content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:before {
	top: 0
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
	position: absolute;
	left: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-iframe-scaler iframe {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0
}

.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}


/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
	display: none
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
	text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none!important;
	visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px!important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: 0!important;
	border-left: 1px solid rgba(255, 255, 255, .4)!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
	float: left;
	clear: both
}

.mean-container .mean-push,
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.mean-remove {
	display: none!important
}

code[class*=language-],
pre[class*=language-] {
	color: #000;
	background: 0 0;
	text-shadow: 0 1px #fff;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
	text-shadow: none;
	background: #b3d4fc
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
	text-shadow: none;
	background: #b3d4fc
}

@media print {
	code[class*=language-],
	pre[class*=language-] {
		text-shadow: none
	}
}

pre[class*=language-] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
	background: #f5f2f0
}

:not(pre)>code[class*=language-] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
	color: #708090
}

.token.punctuation {
	color: #999
}

.namespace {
	opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
	color: #905
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: #690
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
	color: #9a6e3a;
	background: rgba(255, 255, 255, .5)
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a
}

.token.class-name,
.token.function {
	color: #dd4a68
}

.token.important,
.token.regex,
.token.variable {
	color: #e90
}

.token.bold,
.token.important {
	font-weight: 700
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-moz-keyframes waves {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-ms-keyframes waves {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-webkit-keyframes map-waves {
	0% {
		-webkit-transform: scale(.2, .2);
		-ms-transform: scale(.2, .2);
		-moz-transform: scale(.2, .2);
		-o-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(3, 3);
		-ms-transform: scale(3, 3);
		-moz-transform: scale(3, 3);
		-o-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-moz-keyframes map-waves {
	0% {
		-webkit-transform: scale(.2, .2);
		-ms-transform: scale(.2, .2);
		-moz-transform: scale(.2, .2);
		-o-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(3, 3);
		-ms-transform: scale(3, 3);
		-moz-transform: scale(3, 3);
		-o-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-ms-keyframes map-waves {
	0% {
		-webkit-transform: scale(.2, .2);
		-ms-transform: scale(.2, .2);
		-moz-transform: scale(.2, .2);
		-o-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(3, 3);
		-ms-transform: scale(3, 3);
		-moz-transform: scale(3, 3);
		-o-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@keyframes map-waves {
	0% {
		-webkit-transform: scale(.2, .2);
		-ms-transform: scale(.2, .2);
		-moz-transform: scale(.2, .2);
		-o-transform: scale(.2, .2);
		transform: scale(.2, .2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	50% {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
	}
	to {
		-webkit-transform: scale(3, 3);
		-ms-transform: scale(3, 3);
		-moz-transform: scale(3, 3);
		-o-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@-webkit-keyframes pulse_animation {
	0%,
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .2
	}
	50% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: .6
	}
}

@-moz-keyframes pulse_animation {
	0%,
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .2
	}
	50% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: .6
	}
}

@-ms-keyframes pulse_animation {
	0%,
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .2
	}
	50% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: .6
	}
}

@keyframes pulse_animation {
	0%,
	to {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: .2
	}
	50% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
		opacity: .6
	}
}

@-webkit-keyframes stripeSlideIn {
	0% {
		-webkit-transform: translateX(-100px) skew(-4deg);
		-ms-transform: translateX(-100px) skew(-4deg);
		-moz-transform: translateX(-100px) skew(-4deg);
		-o-transform: translateX(-100px) skew(-4deg);
		transform: translateX(-100px) skew(-4deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-moz-keyframes stripeSlideIn {
	0% {
		-webkit-transform: translateX(-100px) skew(-4deg);
		-ms-transform: translateX(-100px) skew(-4deg);
		-moz-transform: translateX(-100px) skew(-4deg);
		-o-transform: translateX(-100px) skew(-4deg);
		transform: translateX(-100px) skew(-4deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-ms-keyframes stripeSlideIn {
	0% {
		-webkit-transform: translateX(-100px) skew(-4deg);
		-ms-transform: translateX(-100px) skew(-4deg);
		-moz-transform: translateX(-100px) skew(-4deg);
		-o-transform: translateX(-100px) skew(-4deg);
		transform: translateX(-100px) skew(-4deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@keyframes stripeSlideIn {
	0% {
		-webkit-transform: translateX(-100px) skew(-4deg);
		-ms-transform: translateX(-100px) skew(-4deg);
		-moz-transform: translateX(-100px) skew(-4deg);
		-o-transform: translateX(-100px) skew(-4deg);
		transform: translateX(-100px) skew(-4deg);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-webkit-keyframes stripeSlideInRight {
	0% {
		-webkit-transform: translateX(100px) skew(0);
		-ms-transform: translateX(100px) skew(0);
		-moz-transform: translateX(100px) skew(0);
		-o-transform: translateX(100px) skew(0);
		transform: translateX(100px) skew(0);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-moz-keyframes stripeSlideInRight {
	0% {
		-webkit-transform: translateX(100px) skew(0);
		-ms-transform: translateX(100px) skew(0);
		-moz-transform: translateX(100px) skew(0);
		-o-transform: translateX(100px) skew(0);
		transform: translateX(100px) skew(0);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-ms-keyframes stripeSlideInRight {
	0% {
		-webkit-transform: translateX(100px) skew(0);
		-ms-transform: translateX(100px) skew(0);
		-moz-transform: translateX(100px) skew(0);
		-o-transform: translateX(100px) skew(0);
		transform: translateX(100px) skew(0);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@keyframes stripeSlideInRight {
	0% {
		-webkit-transform: translateX(100px) skew(0);
		-ms-transform: translateX(100px) skew(0);
		-moz-transform: translateX(100px) skew(0);
		-o-transform: translateX(100px) skew(0);
		transform: translateX(100px) skew(0);
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0) skew(-4deg);
		-ms-transform: translateX(0) skew(-4deg);
		-moz-transform: translateX(0) skew(-4deg);
		-o-transform: translateX(0) skew(-4deg);
		transform: translateX(0) skew(-4deg);
		opacity: 1
	}
}

@-webkit-keyframes floating {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 1.5vh, 0);
		-ms-transform: translate3d(0, 1.5vh, 0);
		-moz-transform: translate3d(0, 1.5vh, 0);
		-o-transform: translate3d(0, 1.5vh, 0);
		transform: translate3d(0, 1.5vh, 0)
	}
}

@-moz-keyframes floating {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 1.5vh, 0);
		-ms-transform: translate3d(0, 1.5vh, 0);
		-moz-transform: translate3d(0, 1.5vh, 0);
		-o-transform: translate3d(0, 1.5vh, 0);
		transform: translate3d(0, 1.5vh, 0)
	}
}

@-ms-keyframes floating {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 1.5vh, 0);
		-ms-transform: translate3d(0, 1.5vh, 0);
		-moz-transform: translate3d(0, 1.5vh, 0);
		-o-transform: translate3d(0, 1.5vh, 0);
		transform: translate3d(0, 1.5vh, 0)
	}
}

@keyframes floating {
	0%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 1.5vh, 0);
		-ms-transform: translate3d(0, 1.5vh, 0);
		-moz-transform: translate3d(0, 1.5vh, 0);
		-o-transform: translate3d(0, 1.5vh, 0);
		transform: translate3d(0, 1.5vh, 0)
	}
}

@keyframes float2 {
	0%,
	to {
		animation-timing-function: ease-in-out;
		transform: translate3d(0, 0, 0)
	}
	50% {
		animation-timing-function: ease-in-out;
		transform: translate3d(0, 1.5vh, 0)
	}
}

@-webkit-keyframes st-rotate {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(200deg);
		-ms-transform: perspective(2000px) rotateY(200deg);
		-moz-transform: perspective(2000px) rotateY(200deg);
		-o-transform: perspective(2000px) rotateY(200deg);
		transform: perspective(2000px) rotateY(200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
}

@-moz-keyframes st-rotate {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(200deg);
		-ms-transform: perspective(2000px) rotateY(200deg);
		-moz-transform: perspective(2000px) rotateY(200deg);
		-o-transform: perspective(2000px) rotateY(200deg);
		transform: perspective(2000px) rotateY(200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
}

@-ms-keyframes st-rotate {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(200deg);
		-ms-transform: perspective(2000px) rotateY(200deg);
		-moz-transform: perspective(2000px) rotateY(200deg);
		-o-transform: perspective(2000px) rotateY(200deg);
		transform: perspective(2000px) rotateY(200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
}

@keyframes st-rotate {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(200deg);
		-ms-transform: perspective(2000px) rotateY(200deg);
		-moz-transform: perspective(2000px) rotateY(200deg);
		-o-transform: perspective(2000px) rotateY(200deg);
		transform: perspective(2000px) rotateY(200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
}

@-webkit-keyframes st-rotate-inverse {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(20deg);
		-ms-transform: perspective(2000px) rotateY(20deg);
		-moz-transform: perspective(2000px) rotateY(20deg);
		-o-transform: perspective(2000px) rotateY(20deg);
		transform: perspective(2000px) rotateY(20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-moz-keyframes st-rotate-inverse {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(20deg);
		-ms-transform: perspective(2000px) rotateY(20deg);
		-moz-transform: perspective(2000px) rotateY(20deg);
		-o-transform: perspective(2000px) rotateY(20deg);
		transform: perspective(2000px) rotateY(20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-ms-keyframes st-rotate-inverse {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(20deg);
		-ms-transform: perspective(2000px) rotateY(20deg);
		-moz-transform: perspective(2000px) rotateY(20deg);
		-o-transform: perspective(2000px) rotateY(20deg);
		transform: perspective(2000px) rotateY(20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@keyframes st-rotate-inverse {
	0% {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(20deg);
		-ms-transform: perspective(2000px) rotateY(20deg);
		-moz-transform: perspective(2000px) rotateY(20deg);
		-o-transform: perspective(2000px) rotateY(20deg);
		transform: perspective(2000px) rotateY(20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-webkit-keyframes st-rotate-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-200deg);
		-ms-transform: perspective(2000px) rotateY(-200deg);
		-moz-transform: perspective(2000px) rotateY(-200deg);
		-o-transform: perspective(2000px) rotateY(-200deg);
		transform: perspective(2000px) rotateY(-200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
}

@-moz-keyframes st-rotate-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-200deg);
		-ms-transform: perspective(2000px) rotateY(-200deg);
		-moz-transform: perspective(2000px) rotateY(-200deg);
		-o-transform: perspective(2000px) rotateY(-200deg);
		transform: perspective(2000px) rotateY(-200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
}

@-ms-keyframes st-rotate-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-200deg);
		-ms-transform: perspective(2000px) rotateY(-200deg);
		-moz-transform: perspective(2000px) rotateY(-200deg);
		-o-transform: perspective(2000px) rotateY(-200deg);
		transform: perspective(2000px) rotateY(-200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
}

@keyframes st-rotate-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-200deg);
		-ms-transform: perspective(2000px) rotateY(-200deg);
		-moz-transform: perspective(2000px) rotateY(-200deg);
		-o-transform: perspective(2000px) rotateY(-200deg);
		transform: perspective(2000px) rotateY(-200deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(-180deg);
		-ms-transform: perspective(2000px) rotateY(-180deg);
		-moz-transform: perspective(2000px) rotateY(-180deg);
		-o-transform: perspective(2000px) rotateY(-180deg);
		transform: perspective(2000px) rotateY(-180deg)
	}
}

@-webkit-keyframes st-rotate-inverse-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-20deg);
		-ms-transform: perspective(2000px) rotateY(-20deg);
		-moz-transform: perspective(2000px) rotateY(-20deg);
		-o-transform: perspective(2000px) rotateY(-20deg);
		transform: perspective(2000px) rotateY(-20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-moz-keyframes st-rotate-inverse-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-20deg);
		-ms-transform: perspective(2000px) rotateY(-20deg);
		-moz-transform: perspective(2000px) rotateY(-20deg);
		-o-transform: perspective(2000px) rotateY(-20deg);
		transform: perspective(2000px) rotateY(-20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-ms-keyframes st-rotate-inverse-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-20deg);
		-ms-transform: perspective(2000px) rotateY(-20deg);
		-moz-transform: perspective(2000px) rotateY(-20deg);
		-o-transform: perspective(2000px) rotateY(-20deg);
		transform: perspective(2000px) rotateY(-20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@keyframes st-rotate-inverse-back {
	0% {
		-webkit-transform: perspective(2000px) rotateY(180deg);
		-ms-transform: perspective(2000px) rotateY(180deg);
		-moz-transform: perspective(2000px) rotateY(180deg);
		-o-transform: perspective(2000px) rotateY(180deg);
		transform: perspective(2000px) rotateY(180deg)
	}
	70% {
		-webkit-transform: perspective(2000px) rotateY(-20deg);
		-ms-transform: perspective(2000px) rotateY(-20deg);
		-moz-transform: perspective(2000px) rotateY(-20deg);
		-o-transform: perspective(2000px) rotateY(-20deg);
		transform: perspective(2000px) rotateY(-20deg)
	}
	to {
		-webkit-transform: perspective(2000px) rotateY(0);
		-ms-transform: perspective(2000px) rotateY(0);
		-moz-transform: perspective(2000px) rotateY(0);
		-o-transform: perspective(2000px) rotateY(0);
		transform: perspective(2000px) rotateY(0)
	}
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-moz-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes lf {
	0% {
		left: 200%
	}
	to {
		left: -200%;
		opacity: 0
	}
}

@keyframes lf2 {
	0% {
		left: 200%
	}
	to {
		left: -200%;
		opacity: 0
	}
}

@keyframes lf3 {
	0% {
		left: 200%
	}
	to {
		left: -100%;
		opacity: 0
	}
}

@keyframes lf4 {
	0% {
		left: 200%
	}
	to {
		left: -100%;
		opacity: 0
	}
}

body {
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins", sans-serif;
	color: #9595a8;
	font-weight: 400
}

input {
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

button:focus,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	outline: 0
}

a {
	color: #9595a8;
	-webkit-transition: all .3 linear;
	-ms-transition: all .3 linear;
	-moz-transition: all .3 linear;
	-o-transition: all .3 linear;
	transition: all .3 linear
}

a:focus,
a:hover {
	color: #9595a8;
	text-decoration: none;
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	font-family: "Poppins", sans-serif;
	font-weight: 300
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oxygen", "Poppins", sans-serif;
	font-weight: 400;
	color: #140f30
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
	line-height: 1.6
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 65%
}

.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong,
dt,
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
	font-weight: 700
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.st_social_icon ul li a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #140f30
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #9595a8
}

code {
	background-color: #f5f2f0;
	padding: .2rem .4rem
}

blockquote {
	border-left-width: 2px;
	margin-bottom: 25px;
	margin-left: 45px;
	margin-top: 25px;
	padding-bottom: 0;
	padding-top: 0;
	position: relative
}

dd,
dl {
	margin-bottom: 1.6em
}

table,
td,
th {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, .1)
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed
}

caption,
td,
th {
	font-weight: 400;
	text-align: left
}

th {
	font-weight: 700
}

td,
th {
	border-width: 0 1px 1px 0;
	padding: .4em
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

iframe,
table {
	width: 100%
}

.h1,
h1 {
	font-size: 3.2em;
	line-height: 1.4em;
	margin-bottom: 20px
}

.h2,
h2 {
	font-size: 1.9em;
	line-height: 1.4;
	margin-bottom: 15px
}

.h3,
h3 {
	font-size: 30px;
	font-size: 1.8rem
}

.h4,
h4 {
	font-size: 1.1em
}

.h5,
h5 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 10px
}

.h6,
h6 {
	font-size: 15px;
	font-size: .9375rem
}

.footer-subscription-wrapper .st_footer_subscriber .st_news_left_item span,
.text-strong,
footer.st_default_footer_area .st_fotter_heding_title h3 {
	font-weight: 700
}

input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
	background-color: #f5f9fd;
	width: 100%;
	border: 0;
	border: 1px solid rgba(30, 67, 221, .09);
	padding: 14px 25px;
	font-size: 14px;
	font-size: .875rem;
	border-radius: 3px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .02);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

input[type=submit] {
	background-color: #00e3f6;
	color: #fff;
	font-weight: 600;
	border: 0;
	padding: 14px 25px;
	margin: 0;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
	display: inline-block
}

.st-body-font {
	font-family: "Poppins", sans-serif
}

.st-title-font {
	font-family: "Oxygen", "Poppins", sans-serif
}

.st-position-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.min-height-mobile {
	min-height: 750px!important
}

.st-fonts-poppins {
	font-family: "Poppins", sans-serif
}

.st-fonts-oxygen {
	font-family: "Oxygen", "Poppins", sans-serif
}

.font-weight-medium {
	font-weight: 500
}

.font-weight-semi-bold {
	font-weight: 600
}

.font-weight-extra-bold {
	font-weight: 800
}

.st_border_bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.br-none br,
.st_after_none::after,
.st_before_none::before {
	display: none!important
}

.bg-none {
	background: 0 0!important
}

.bgc-none {
	background-color: transparent!important
}

.bgi-none {
	background-image: none!important
}

.bg-size-0 {
	background-size: 100% 100%!important
}

.bg-size-100-auto {
	background-size: 100% auto!important
}

.bg-size-auto-100 {
	background-size: auto 100%!important
}

.bg-size-auto {
	background-size: auto!important
}

.bg-size-cover {
	background-size: cover!important
}

.bg-size-contain {
	background-size: contain!important
}

.bg-size-initial {
	background-size: initial!important
}

.bg-size-inherit {
	background-size: inherit!important
}

.bg-attachment-scroll {
	background-attachment: scroll!important
}

.bg-attachment-fixed {
	background-attachment: fixed!important
}

.bg-attachment-local {
	background-attachment: local!important
}

.bg-attachment-initial {
	background-attachment: initial!important
}

.bg-attachment-inherit {
	background-attachment: inherit!important
}

.bg-repeat-repeat {
	background-repeat: repeat!important
}

.bg-repeat-repeat-x {
	background-repeat: repeat-x!important
}

.bg-repeat-repeat-y {
	background-repeat: repeat-y!important
}

.bg-repeat-no-repeat {
	background-repeat: no-repeat!important
}

.bg-repeat-initial {
	background-repeat: initial!important
}

.bg-repeat-inherit {
	background-repeat: inherit!important
}

.bg-position-left-top {
	background-position: left top!important
}

.bg-position-left-center {
	background-position: left center!important
}

.bg-position-left-bottom {
	background-position: left bottom!important
}

.bg-position-right-top {
	background-position: right top!important
}

.bg-position-right-center {
	background-position: right center!important
}

.bg-position-right-bottom {
	background-position: right bottom!important
}

.bg-position-center-top {
	background-position: center top!important
}

.bg-position-center-center {
	background-position: center center!important
}

.bg-position-center-bottom {
	background-position: center bottom!important
}

.bg-position-initial {
	background-position: initial!important
}

.bg-position-inherit {
	background-position: inherit!important
}

#st_shop_slider_2.owl-carousel .owl-stage-outer,
.st-overflow-visible {
	overflow: visible!important
}

.st-overflow-x-visible {
	overflow-x: visible!important
}

.st-overflow-y-visible {
	overflow-y: visible!important
}

.st-overflow-hidden {
	overflow: hidden!important
}

.st-overflow-x-hidden {
	overflow-x: hidden!important
}

.st-overflow-y-hidden {
	overflow-y: hidden!important
}

.st-overflow-scroll {
	overflow: scroll!important
}

.st-overflow-x-scroll {
	overflow-x: scroll!important
}

.st-overflow-y-scroll {
	overflow-y: scroll!important
}

.st-overflow-auto {
	overflow: auto!important
}

.st-overflow-x-auto {
	overflow-x: auto!important
}

.st-overflow-y-auto {
	overflow-y: auto!important
}

.st-overflow-initial {
	overflow: initial!important
}

.st-overflow-x-initial {
	overflow-x: initial!important
}

.st-overflow-y-initial {
	overflow-y: initial!important
}

.st-overflow-inherit {
	overflow: inherit!important
}

.st-overflow-x-inherit {
	overflow-x: inherit!important
}

.st-overflow-y-inherit {
	overflow-y: inherit!important
}

.st-line-height-1 {
	line-height: 1!important
}

.st-line-height-1-1 {
	line-height: 1.1!important
}

.st-line-height-1-2 {
	line-height: 1.2!important
}

.st-line-height-1-3 {
	line-height: 1.3!important
}

.st-line-height-1-4 {
	line-height: 1.4!important
}

.st-line-height-1-5 {
	line-height: 1.5!important
}

.st-line-height-1-6 {
	line-height: 1.6!important
}

.st-line-height-1-7 {
	line-height: 1.7!important
}

.st-line-height-1-8 {
	line-height: 1.8!important
}

.st-line-height-1-9 {
	line-height: 1.9!important
}

.st-line-height-2 {
	line-height: 2!important
}

.st-line-height-2-1 {
	line-height: 2.1!important
}

.st-line-height-2-2 {
	line-height: 2.2!important
}

.st-line-height-2-3 {
	line-height: 2.3!important
}

.st-line-height-2-5 {
	line-height: 2.5!important
}

.st-line-height-3 {
	line-height: 3!important
}

.st-line-height-4 {
	line-height: 4!important
}

.st-width-full {
	width: 100%!important
}

.word-break-normal {
	-ms-word-break: normal!important;
	word-break: normal!important
}

@media only screen and (max-width:575.98px) {
	.col-xs-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xs-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xs-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xs-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xs-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xs-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xs-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xs-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xs-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xs-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xs-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xs-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.d-xs-none {
		display: none!important
	}
	.d-xs-inline {
		display: inline!important
	}
	.d-xs-inline-block {
		display: inline-block!important
	}
	.d-xs-block {
		display: block!important
	}
	.d-xs-table {
		display: table!important
	}
	.d-xs-table-row {
		display: table-row!important
	}
	.d-xs-table-cell {
		display: table-cell!important
	}
	.d-xs-flex {
		display: flex!important
	}
	.d-xs-inline-flex {
		display: inline-flex!important
	}
}

.st-font-10 {
	font-size: 10px;
	font-size: .625rem
}

.st-font-12 {
	font-size: 12px;
	font-size: .75rem
}

.st-font-13 {
	font-size: 13px;
	font-size: .8125rem
}

.st-font-14 {
	font-size: 14px;
	font-size: .875rem
}

.st-font-15 {
	font-size: 15px;
	font-size: .9375rem
}

.st-font-16 {
	font-size: 16px;
	font-size: 1rem
}

.st-font-18 {
	font-size: 18px;
	font-size: 1.125rem
}

.st-font-20 {
	font-size: 20px;
	font-size: 1.25rem
}

.st-font-22 {
	font-size: 22px;
	font-size: 1.375rem
}

.st-font-24 {
	font-size: 24px;
	font-size: 1.5rem
}

.st-font-25 {
	font-size: 25px;
	font-size: 1.5625rem
}

.st-font-28 {
	font-size: 28px;
	font-size: 1.75rem
}

.st-font-30 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.7
}

.st-font-34 {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1.6
}

.st-font-38 {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 1.5
}

.st-font-40,
.st-font-44 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.4
}

.st-font-44 {
	font-size: 44px;
	font-size: 2.75rem
}

.st-font-48,
.st-font-52 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1
}

.st-font-52 {
	font-size: 52px;
	font-size: 3.25rem
}

.st-font-55,
.st-font-60 {
	font-size: 55px;
	font-size: 3.4375rem;
	line-height: 1
}

.st-font-60 {
	font-size: 60px;
	font-size: 3.75rem
}

.st-font-78 {
	font-size: 78px;
	font-size: 4.875rem;
	line-height: .9
}

.footer-subscription-wrapper .st_footer_subscriber form.st-form,
[data-overlay] {
	position: relative
}

[data-overlay]:before {
	position: absolute;
	content: '';
	background: #1f1e1e;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

.st-opacity-0,
[data-overlay="0"]::before {
	opacity: 0
}

.st-opacity-1,
[data-overlay="1"]::before {
	opacity: .1
}

.st-opacity-2,
[data-overlay="2"]::before {
	opacity: .2
}

.st-opacity-3,
[data-overlay="3"]::before {
	opacity: .3
}

.st-opacity-4,
[data-overlay="4"]::before {
	opacity: .4
}

.st-opacity-5,
[data-overlay="5"]::before {
	opacity: .5
}

.st-opacity-6,
[data-overlay="6"]::before {
	opacity: .6
}

.st-opacity-7,
[data-overlay="7"]::before {
	opacity: .7
}

.st-opacity-8,
[data-overlay="8"]::before {
	opacity: .8
}

.st-opacity-9,
[data-overlay="9"]::before {
	opacity: .9
}

.st-opacity-10,
[data-overlay="10"]::before {
	opacity: 1
}

.st-width-10 {
	width: 10%!important
}

.st-width-20 {
	width: 20%!important
}

.st-width-25 {
	width: 25%!important
}

.st-width-30 {
	width: 30%!important
}

.st-width-35 {
	width: 35%!important
}

.st-width-40 {
	width: 40%!important
}

.st-width-45 {
	width: 45%!important
}

.st-width-50 {
	width: 50%!important
}

.st-width-55 {
	width: 55%!important
}

.st-width-60 {
	width: 60%!important
}

.st-width-70 {
	width: 70%!important
}

.st-width-75 {
	width: 75%!important
}

.st-width-80 {
	width: 80%!important
}

.st-width-85 {
	width: 85%!important
}

.st-width-90 {
	width: 90%!important
}

.st-width-95 {
	width: 95%!important
}

.st-width-100 {
	width: 100%!important
}

.st-side-auto {
	margin-right: auto;
	margin-left: auto
}

.st-min-1150 {
	min-height: 1150px!important
}

.st-min-1000 {
	min-height: 1000px!important
}

.st-min-900 {
	min-height: 900px!important
}

.st-min-850 {
	min-height: 850px!important
}

.st-min-650 {
	min-height: 650px!important
}

@media only screen and (max-width:1499.98px) {
	.st-font-xl-10 {
		font-size: 10px;
		font-size: .625rem
	}
	.st-lineheight-xl-10 {
		line-height: 10px
	}
	.st-font-xl-12 {
		font-size: 12px;
		font-size: .75rem
	}
	.st-lineheight-xl-12 {
		line-height: 12px
	}
	.st-font-xl-13 {
		font-size: 13px;
		font-size: .8125rem
	}
	.st-lineheight-xl-13 {
		line-height: 13px
	}
	.st-font-xl-14 {
		font-size: 14px;
		font-size: .875rem
	}
	.st-lineheight-xl-14 {
		line-height: 14px
	}
	.st-font-xl-15 {
		font-size: 15px;
		font-size: .9375rem
	}
	.st-lineheight-xl-15 {
		line-height: 15px
	}
	.st-font-xl-16 {
		font-size: 16px;
		font-size: 1rem
	}
	.st-lineheight-xl-16 {
		line-height: 16px
	}
	.st-font-xl-18 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.st-lineheight-xl-18 {
		line-height: 18px
	}
	.st-font-xl-20 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.st-lineheight-xl-20 {
		line-height: 20px
	}
	.st-font-xl-22 {
		font-size: 22px;
		font-size: 1.375rem
	}
	.st-lineheight-xl-22 {
		line-height: 22px
	}
	.st-font-xl-24 {
		font-size: 24px;
		font-size: 1.5rem
	}
	.st-lineheight-xl-24 {
		line-height: 24px
	}
	.st-font-xl-25 {
		font-size: 25px;
		font-size: 1.5625rem
	}
	.st-lineheight-xl-25 {
		line-height: 25px
	}
	.st-font-xl-28 {
		font-size: 28px;
		font-size: 1.75rem
	}
	.st-lineheight-xl-28 {
		line-height: 28px
	}
	.st-font-xl-30 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.7
	}
	.st-lineheight-xl-30 {
		line-height: 30px
	}
	.st-font-xl-34 {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 1.6
	}
	.st-lineheight-xl-34 {
		line-height: 34px
	}
	.st-font-xl-38 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 1.5
	}
	.st-lineheight-xl-38 {
		line-height: 38px
	}
	.st-font-xl-40 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.4
	}
	.st-lineheight-xl-40 {
		line-height: 40px
	}
	.st-font-xl-44 {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.4
	}
	.st-lineheight-xl-44 {
		line-height: 44px
	}
	.st-font-xl-48 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1
	}
	.st-lineheight-xl-48 {
		line-height: 48px
	}
	.st-font-xl-52 {
		font-size: 52px;
		font-size: 3.25rem;
		line-height: 1
	}
	.st-lineheight-xl-52 {
		line-height: 52px
	}
	.st-font-xl-55 {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 1
	}
	.st-lineheight-xl-55 {
		line-height: 55px
	}
	.st-font-xl-60 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1
	}
	.st-lineheight-xl-60 {
		line-height: 60px
	}
	.st-font-xl-78 {
		font-size: 78px;
		font-size: 4.875rem;
		line-height: .9
	}
	.st-lineheight-xl-78 {
		line-height: 78px
	}
	.st-text-xl-center {
		text-align: center!important
	}
	.st-text-xl-right {
		text-align: right!important
	}
	.st-text-xl-left {
		text-align: left!important
	}
	.st-min-xl-1150 {
		min-height: 1150px!important
	}
	.st-min-xl-1000 {
		min-height: 1000px!important
	}
	.st-min-xl-900 {
		min-height: 900px!important
	}
	.st-min-xl-850 {
		min-height: 850px!important
	}
	.st-min-xl-650 {
		min-height: 650px!important
	}
	.st-min-xl-auto {
		min-height: auto!important;
		height: auto!important
	}
	.st-height-xl-inherit {
		height: auto!important;
		min-height: inherit!important;
		max-height: inherit!important
	}
	.st-d-xl-none,
	.st_after-xl-none::after,
	.st_before-xl-none::before {
		display: none!important
	}
	.st-d-xl-block {
		display: block!important
	}
	.st-width-xl-10 {
		width: 10%!important
	}
	.st-width-xl-20 {
		width: 20%!important
	}
	.st-width-xl-25 {
		width: 25%!important
	}
	.st-width-xl-30 {
		width: 30%!important
	}
	.st-width-xl-35 {
		width: 35%!important
	}
	.st-width-xl-40 {
		width: 40%!important
	}
	.st-width-xl-45 {
		width: 45%!important
	}
	.st-width-xl-50 {
		width: 50%!important
	}
	.st-width-xl-55 {
		width: 55%!important
	}
	.st-width-xl-60 {
		width: 60%!important
	}
	.st-width-xl-70 {
		width: 70%!important
	}
	.st-width-xl-75 {
		width: 75%!important
	}
	.st-width-xl-80 {
		width: 80%!important
	}
	.st-width-xl-85 {
		width: 85%!important
	}
	.st-width-xl-90 {
		width: 90%!important
	}
	.st-width-xl-95 {
		width: 95%!important
	}
	.st-width-xl-100 {
		width: 100%!important
	}
	.st-align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: start!important
	}
	.st-justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: start!important
	}
	.st-align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: end!important
	}
	.st-justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: end!important
	}
	.st-align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.st-justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.bg-size-xl-0 {
		background-size: 100% 100%!important
	}
	.bg-size-xl-100-auto {
		background-size: 100% auto!important
	}
	.bg-size-xl-auto-100 {
		background-size: auto 100%!important
	}
	.bg-size-xl-auto {
		background-size: auto!important
	}
	.bg-size-xl-cover {
		background-size: cover!important
	}
	.bg-size-xl-contain {
		background-size: contain!important
	}
	.bg-size-xl-initial {
		background-size: initial!important
	}
	.bg-size-xl-inherit {
		background-size: inherit!important
	}
	.bg-attachment-xl-scroll {
		background-attachment: scroll!important
	}
	.bg-attachment-xl-fixed {
		background-attachment: fixed!important
	}
	.bg-attachment-xl-local {
		background-attachment: local!important
	}
	.bg-attachment-xl-initial {
		background-attachment: initial!important
	}
	.bg-attachment-xl-inherit {
		background-attachment: inherit!important
	}
	.bg-repeat-xl-repeat {
		background-repeat: repeat!important
	}
	.bg-repeat-xl-repeat-x {
		background-repeat: repeat-x!important
	}
	.bg-repeat-xl-repeat-y {
		background-repeat: repeat-y!important
	}
	.bg-repeat-xl-no-repeat {
		background-repeat: no-repeat!important
	}
	.bg-repeat-xl-initial {
		background-repeat: initial!important
	}
	.bg-repeat-xl-inherit {
		background-repeat: inherit!important
	}
	.bg-position-xl-left-top {
		background-position: left top!important
	}
	.bg-position-xl-left-center {
		background-position: left center!important
	}
	.bg-position-xl-left-bottom {
		background-position: left bottom!important
	}
	.bg-position-xl-right-top {
		background-position: right top!important
	}
	.bg-position-xl-right-center {
		background-position: right center!important
	}
	.bg-position-xl-right-bottom {
		background-position: right bottom!important
	}
	.bg-position-xl-center-top {
		background-position: center top!important
	}
	.bg-position-xl-center-center {
		background-position: center center!important
	}
	.bg-position-xl-center-bottom {
		background-position: center bottom!important
	}
	.bg-position-xl-initial {
		background-position: initial!important
	}
	.bg-position-xl-inherit {
		background-position: inherit!important
	}
	.st-overflow-xl-visible {
		overflow: visible!important
	}
	.st-overflow-x-xl-visible {
		overflow-x: visible!important
	}
	.st-overflow-y-xl-visible {
		overflow-y: visible!important
	}
	.st-overflow-xl-hidden {
		overflow: hidden!important
	}
	.st-overflow-x-xl-hidden {
		overflow-x: hidden!important
	}
	.st-overflow-y-xl-hidden {
		overflow-y: hidden!important
	}
	.st-overflow-xl-scroll {
		overflow: scroll!important
	}
	.st-overflow-x-xl-scroll {
		overflow-x: scroll!important
	}
	.st-overflow-y-xl-scroll {
		overflow-y: scroll!important
	}
	.st-overflow-xl-auto {
		overflow: auto!important
	}
	.st-overflow-x-xl-auto {
		overflow-x: auto!important
	}
	.st-overflow-y-xl-auto {
		overflow-y: auto!important
	}
	.st-overflow-xl-initial {
		overflow: initial!important
	}
	.st-overflow-x-xl-initial {
		overflow-x: initial!important
	}
	.st-overflow-y-xl-initial {
		overflow-y: initial!important
	}
	.st-overflow-xl-inherit {
		overflow: inherit!important
	}
	.st-overflow-x-xl-inherit {
		overflow-x: inherit!important
	}
	.st-overflow-y-xl-inherit {
		overflow-y: inherit!important
	}
	.st-line-height-xl-1 {
		line-height: 1!important
	}
	.st-line-height-xl-1-1 {
		line-height: 1.1!important
	}
	.st-line-height-xl-1-2 {
		line-height: 1.2!important
	}
	.st-line-height-xl-1-3 {
		line-height: 1.3!important
	}
	.st-line-height-xl-1-4 {
		line-height: 1.4!important
	}
	.st-line-height-xl-1-5 {
		line-height: 1.5!important
	}
	.st-line-height-xl-1-6 {
		line-height: 1.6!important
	}
	.st-line-height-xl-1-7 {
		line-height: 1.7!important
	}
	.st-line-height-xl-1-8 {
		line-height: 1.8!important
	}
	.st-line-height-xl-1-9 {
		line-height: 1.9!important
	}
	.st-line-height-xl-2 {
		line-height: 2!important
	}
	.st-line-height-xl-2-1 {
		line-height: 2.1!important
	}
	.st-line-height-xl-2-2 {
		line-height: 2.2!important
	}
	.st-line-height-xl-2-3 {
		line-height: 2.3!important
	}
	.st-line-height-xl-2-5 {
		line-height: 2.5!important
	}
	.st-line-height-xl-3 {
		line-height: 3!important
	}
	.st-line-height-xl-4 {
		line-height: 4!important
	}
	.st-side-xl-auto {
		margin-right: auto;
		margin-left: auto
	}
}

@media only screen and (max-width:1199.98px) {
	.st-font-lg-10 {
		font-size: 10px;
		font-size: .625rem
	}
	.st-lineheight-lg-10 {
		line-height: 10px
	}
	.st-font-lg-12 {
		font-size: 12px;
		font-size: .75rem
	}
	.st-lineheight-lg-12 {
		line-height: 12px
	}
	.st-font-lg-13 {
		font-size: 13px;
		font-size: .8125rem
	}
	.st-lineheight-lg-13 {
		line-height: 13px
	}
	.st-font-lg-14 {
		font-size: 14px;
		font-size: .875rem
	}
	.st-lineheight-lg-14 {
		line-height: 14px
	}
	.st-font-lg-15 {
		font-size: 15px;
		font-size: .9375rem
	}
	.st-lineheight-lg-15 {
		line-height: 15px
	}
	.st-font-lg-16 {
		font-size: 16px;
		font-size: 1rem
	}
	.st-lineheight-lg-16 {
		line-height: 16px
	}
	.st-font-lg-18 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.st-lineheight-lg-18 {
		line-height: 18px
	}
	.st-font-lg-20 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.st-lineheight-lg-20 {
		line-height: 20px
	}
	.st-font-lg-22 {
		font-size: 22px;
		font-size: 1.375rem
	}
	.st-lineheight-lg-22 {
		line-height: 22px
	}
	.st-font-lg-24 {
		font-size: 24px;
		font-size: 1.5rem
	}
	.st-lineheight-lg-24 {
		line-height: 24px
	}
	.st-font-lg-25 {
		font-size: 25px;
		font-size: 1.5625rem
	}
	.st-lineheight-lg-25 {
		line-height: 25px
	}
	.st-font-lg-28 {
		font-size: 28px;
		font-size: 1.75rem
	}
	.st-lineheight-lg-28 {
		line-height: 28px
	}
	.st-font-lg-30 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.7
	}
	.st-lineheight-lg-30 {
		line-height: 30px
	}
	.st-font-lg-34 {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 1.6
	}
	.st-lineheight-lg-34 {
		line-height: 34px
	}
	.st-font-lg-38 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 1.5
	}
	.st-lineheight-lg-38 {
		line-height: 38px
	}
	.st-font-lg-40 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.4
	}
	.st-lineheight-lg-40 {
		line-height: 40px
	}
	.st-font-lg-44 {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.4
	}
	.st-lineheight-lg-44 {
		line-height: 44px
	}
	.st-font-lg-48 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1
	}
	.st-lineheight-lg-48 {
		line-height: 48px
	}
	.st-font-lg-52 {
		font-size: 52px;
		font-size: 3.25rem;
		line-height: 1
	}
	.st-lineheight-lg-52 {
		line-height: 52px
	}
	.st-font-lg-55 {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 1
	}
	.st-lineheight-lg-55 {
		line-height: 55px
	}
	.st-font-lg-60 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1
	}
	.st-lineheight-lg-60 {
		line-height: 60px
	}
	.st-font-lg-78 {
		font-size: 78px;
		font-size: 4.875rem;
		line-height: .9
	}
	.st-lineheight-lg-78 {
		line-height: 78px
	}
	.st-text-lg-center {
		text-align: center!important
	}
	.st-text-lg-right {
		text-align: right!important
	}
	.st-text-lg-left {
		text-align: left!important
	}
	.st-min-lg-1150 {
		min-height: 1150px!important
	}
	.st-min-lg-1000 {
		min-height: 1000px!important
	}
	.st-min-lg-900 {
		min-height: 900px!important
	}
	.st-min-lg-850 {
		min-height: 850px!important
	}
	.st-min-lg-650 {
		min-height: 650px!important
	}
	.st-min-lg-auto {
		min-height: auto!important;
		height: auto!important
	}
	.st-height-lg-inherit {
		height: auto!important;
		min-height: inherit!important;
		max-height: inherit!important
	}
	.st-d-lg-none,
	.st_after-lg-none::after,
	.st_before-lg-none::before {
		display: none!important
	}
	.st-d-lg-block {
		display: block!important
	}
	.st-width-lg-10 {
		width: 10%!important
	}
	.st-width-lg-20 {
		width: 20%!important
	}
	.st-width-lg-25 {
		width: 25%!important
	}
	.st-width-lg-30 {
		width: 30%!important
	}
	.st-width-lg-35 {
		width: 35%!important
	}
	.st-width-lg-40 {
		width: 40%!important
	}
	.st-width-lg-45 {
		width: 45%!important
	}
	.st-width-lg-50 {
		width: 50%!important
	}
	.st-width-lg-55 {
		width: 55%!important
	}
	.st-width-lg-60 {
		width: 60%!important
	}
	.st-width-lg-70 {
		width: 70%!important
	}
	.st-width-lg-75 {
		width: 75%!important
	}
	.st-width-lg-80 {
		width: 80%!important
	}
	.st-width-lg-85 {
		width: 85%!important
	}
	.st-width-lg-90 {
		width: 90%!important
	}
	.st-width-lg-95 {
		width: 95%!important
	}
	.st-width-lg-100 {
		width: 100%!important
	}
	.st-align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: start!important
	}
	.st-justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: start!important
	}
	.st-align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: end!important
	}
	.st-justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: end!important
	}
	.st-align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.st-justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.bg-size-lg-0 {
		background-size: 100% 100%!important
	}
	.bg-size-lg-100-auto {
		background-size: 100% auto!important
	}
	.bg-size-lg-auto-100 {
		background-size: auto 100%!important
	}
	.bg-size-lg-auto {
		background-size: auto!important
	}
	.bg-size-lg-cover {
		background-size: cover!important
	}
	.bg-size-lg-contain {
		background-size: contain!important
	}
	.bg-size-lg-initial {
		background-size: initial!important
	}
	.bg-size-lg-inherit {
		background-size: inherit!important
	}
	.bg-attachment-lg-scroll {
		background-attachment: scroll!important
	}
	.bg-attachment-lg-fixed {
		background-attachment: fixed!important
	}
	.bg-attachment-lg-local {
		background-attachment: local!important
	}
	.bg-attachment-lg-initial {
		background-attachment: initial!important
	}
	.bg-attachment-lg-inherit {
		background-attachment: inherit!important
	}
	.bg-repeat-lg-repeat {
		background-repeat: repeat!important
	}
	.bg-repeat-lg-repeat-x {
		background-repeat: repeat-x!important
	}
	.bg-repeat-lg-repeat-y {
		background-repeat: repeat-y!important
	}
	.bg-repeat-lg-no-repeat {
		background-repeat: no-repeat!important
	}
	.bg-repeat-lg-initial {
		background-repeat: initial!important
	}
	.bg-repeat-lg-inherit {
		background-repeat: inherit!important
	}
	.bg-position-lg-left-top {
		background-position: left top!important
	}
	.bg-position-lg-left-center {
		background-position: left center!important
	}
	.bg-position-lg-left-bottom {
		background-position: left bottom!important
	}
	.bg-position-lg-right-top {
		background-position: right top!important
	}
	.bg-position-lg-right-center {
		background-position: right center!important
	}
	.bg-position-lg-right-bottom {
		background-position: right bottom!important
	}
	.bg-position-lg-center-top {
		background-position: center top!important
	}
	.bg-position-lg-center-center {
		background-position: center center!important
	}
	.bg-position-lg-center-bottom {
		background-position: center bottom!important
	}
	.bg-position-lg-initial {
		background-position: initial!important
	}
	.bg-position-lg-inherit {
		background-position: inherit!important
	}
	.st-overflow-lg-visible {
		overflow: visible!important
	}
	.st-overflow-x-lg-visible {
		overflow-x: visible!important
	}
	.st-overflow-y-lg-visible {
		overflow-y: visible!important
	}
	.st-overflow-lg-hidden {
		overflow: hidden!important
	}
	.st-overflow-x-lg-hidden {
		overflow-x: hidden!important
	}
	.st-overflow-y-lg-hidden {
		overflow-y: hidden!important
	}
	.st-overflow-lg-scroll {
		overflow: scroll!important
	}
	.st-overflow-x-lg-scroll {
		overflow-x: scroll!important
	}
	.st-overflow-y-lg-scroll {
		overflow-y: scroll!important
	}
	.st-overflow-lg-auto {
		overflow: auto!important
	}
	.st-overflow-x-lg-auto {
		overflow-x: auto!important
	}
	.st-overflow-y-lg-auto {
		overflow-y: auto!important
	}
	.st-overflow-lg-initial {
		overflow: initial!important
	}
	.st-overflow-x-lg-initial {
		overflow-x: initial!important
	}
	.st-overflow-y-lg-initial {
		overflow-y: initial!important
	}
	.st-overflow-lg-inherit {
		overflow: inherit!important
	}
	.st-overflow-x-lg-inherit {
		overflow-x: inherit!important
	}
	.st-overflow-y-lg-inherit {
		overflow-y: inherit!important
	}
	.st-line-height-lg-1 {
		line-height: 1!important
	}
	.st-line-height-lg-1-1 {
		line-height: 1.1!important
	}
	.st-line-height-lg-1-2 {
		line-height: 1.2!important
	}
	.st-line-height-lg-1-3 {
		line-height: 1.3!important
	}
	.st-line-height-lg-1-4 {
		line-height: 1.4!important
	}
	.st-line-height-lg-1-5 {
		line-height: 1.5!important
	}
	.st-line-height-lg-1-6 {
		line-height: 1.6!important
	}
	.st-line-height-lg-1-7 {
		line-height: 1.7!important
	}
	.st-line-height-lg-1-8 {
		line-height: 1.8!important
	}
	.st-line-height-lg-1-9 {
		line-height: 1.9!important
	}
	.st-line-height-lg-2 {
		line-height: 2!important
	}
	.st-line-height-lg-2-1 {
		line-height: 2.1!important
	}
	.st-line-height-lg-2-2 {
		line-height: 2.2!important
	}
	.st-line-height-lg-2-3 {
		line-height: 2.3!important
	}
	.st-line-height-lg-2-5 {
		line-height: 2.5!important
	}
	.st-line-height-lg-3 {
		line-height: 3!important
	}
	.st-line-height-lg-4 {
		line-height: 4!important
	}
	.st-side-lg-auto {
		margin-right: auto;
		margin-left: auto
	}
}

@media only screen and (max-width:991.98px) {
	.st-font-md-10 {
		font-size: 10px;
		font-size: .625rem
	}
	.st-lineheight-md-10 {
		line-height: 10px
	}
	.st-font-md-12 {
		font-size: 12px;
		font-size: .75rem
	}
	.st-lineheight-md-12 {
		line-height: 12px
	}
	.st-font-md-13 {
		font-size: 13px;
		font-size: .8125rem
	}
	.st-lineheight-md-13 {
		line-height: 13px
	}
	.st-font-md-14 {
		font-size: 14px;
		font-size: .875rem
	}
	.st-lineheight-md-14 {
		line-height: 14px
	}
	.st-font-md-15 {
		font-size: 15px;
		font-size: .9375rem
	}
	.st-lineheight-md-15 {
		line-height: 15px
	}
	.st-font-md-16 {
		font-size: 16px;
		font-size: 1rem
	}
	.st-lineheight-md-16 {
		line-height: 16px
	}
	.st-font-md-18 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.st-lineheight-md-18 {
		line-height: 18px
	}
	.st-font-md-20 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.st-lineheight-md-20 {
		line-height: 20px
	}
	.st-font-md-22 {
		font-size: 22px;
		font-size: 1.375rem
	}
	.st-lineheight-md-22 {
		line-height: 22px
	}
	.st-font-md-24 {
		font-size: 24px;
		font-size: 1.5rem
	}
	.st-lineheight-md-24 {
		line-height: 24px
	}
	.st-font-md-25 {
		font-size: 25px;
		font-size: 1.5625rem
	}
	.st-lineheight-md-25 {
		line-height: 25px
	}
	.st-font-md-28 {
		font-size: 28px;
		font-size: 1.75rem
	}
	.st-lineheight-md-28 {
		line-height: 28px
	}
	.st-font-md-30 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.7
	}
	.st-lineheight-md-30 {
		line-height: 30px
	}
	.st-font-md-34 {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 1.6
	}
	.st-lineheight-md-34 {
		line-height: 34px
	}
	.st-font-md-38 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 1.5
	}
	.st-lineheight-md-38 {
		line-height: 38px
	}
	.st-font-md-40 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.4
	}
	.st-lineheight-md-40 {
		line-height: 40px
	}
	.st-font-md-44 {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.4
	}
	.st-lineheight-md-44 {
		line-height: 44px
	}
	.st-font-md-48 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1
	}
	.st-lineheight-md-48 {
		line-height: 48px
	}
	.st-font-md-52 {
		font-size: 52px;
		font-size: 3.25rem;
		line-height: 1
	}
	.st-lineheight-md-52 {
		line-height: 52px
	}
	.st-font-md-55 {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 1
	}
	.st-lineheight-md-55 {
		line-height: 55px
	}
	.st-font-md-60 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1
	}
	.st-lineheight-md-60 {
		line-height: 60px
	}
	.st-font-md-78 {
		font-size: 78px;
		font-size: 4.875rem;
		line-height: .9
	}
	.st-lineheight-md-78 {
		line-height: 78px
	}
	.st-text-md-center {
		text-align: center!important
	}
	.st-text-md-right {
		text-align: right!important
	}
	.st-text-md-left {
		text-align: left!important
	}
	.st-min-md-1150 {
		min-height: 1150px!important
	}
	.st-min-md-1000 {
		min-height: 1000px!important
	}
	.st-min-md-900 {
		min-height: 900px!important
	}
	.st-min-md-850 {
		min-height: 850px!important
	}
	.st-min-md-650 {
		min-height: 650px!important
	}
	.st-min-md-auto {
		min-height: auto!important;
		height: auto!important
	}
	.st-height-md-inherit {
		height: auto!important;
		min-height: inherit!important;
		max-height: inherit!important
	}
	.st-d-md-none,
	.st_after-md-none::after,
	.st_before-md-none::before {
		display: none!important
	}
	.st-d-md-block {
		display: block!important
	}
	.st-width-md-10 {
		width: 10%!important
	}
	.st-width-md-20 {
		width: 20%!important
	}
	.st-width-md-25 {
		width: 25%!important
	}
	.st-width-md-30 {
		width: 30%!important
	}
	.st-width-md-35 {
		width: 35%!important
	}
	.st-width-md-40 {
		width: 40%!important
	}
	.st-width-md-45 {
		width: 45%!important
	}
	.st-width-md-50 {
		width: 50%!important
	}
	.st-width-md-55 {
		width: 55%!important
	}
	.st-width-md-60 {
		width: 60%!important
	}
	.st-width-md-70 {
		width: 70%!important
	}
	.st-width-md-75 {
		width: 75%!important
	}
	.st-width-md-80 {
		width: 80%!important
	}
	.st-width-md-85 {
		width: 85%!important
	}
	.st-width-md-90 {
		width: 90%!important
	}
	.st-width-md-95 {
		width: 95%!important
	}
	.st-width-md-100 {
		width: 100%!important
	}
	.st-align-items-md-start {
		-ms-flex-align: start!important;
		align-items: start!important
	}
	.st-justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: start!important
	}
	.st-align-items-md-end {
		-ms-flex-align: end!important;
		align-items: end!important
	}
	.st-justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: end!important
	}
	.st-align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.st-justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.bg-size-md-0 {
		background-size: 100% 100%!important
	}
	.bg-size-md-100-auto {
		background-size: 100% auto!important
	}
	.bg-size-md-auto-100 {
		background-size: auto 100%!important
	}
	.bg-size-md-auto {
		background-size: auto!important
	}
	.bg-size-md-cover {
		background-size: cover!important
	}
	.bg-size-md-contain {
		background-size: contain!important
	}
	.bg-size-md-initial {
		background-size: initial!important
	}
	.bg-size-md-inherit {
		background-size: inherit!important
	}
	.bg-attachment-md-scroll {
		background-attachment: scroll!important
	}
	.bg-attachment-md-fixed {
		background-attachment: fixed!important
	}
	.bg-attachment-md-local {
		background-attachment: local!important
	}
	.bg-attachment-md-initial {
		background-attachment: initial!important
	}
	.bg-attachment-md-inherit {
		background-attachment: inherit!important
	}
	.bg-repeat-md-repeat {
		background-repeat: repeat!important
	}
	.bg-repeat-md-repeat-x {
		background-repeat: repeat-x!important
	}
	.bg-repeat-md-repeat-y {
		background-repeat: repeat-y!important
	}
	.bg-repeat-md-no-repeat {
		background-repeat: no-repeat!important
	}
	.bg-repeat-md-initial {
		background-repeat: initial!important
	}
	.bg-repeat-md-inherit {
		background-repeat: inherit!important
	}
	.bg-position-md-left-top {
		background-position: left top!important
	}
	.bg-position-md-left-center {
		background-position: left center!important
	}
	.bg-position-md-left-bottom {
		background-position: left bottom!important
	}
	.bg-position-md-right-top {
		background-position: right top!important
	}
	.bg-position-md-right-center {
		background-position: right center!important
	}
	.bg-position-md-right-bottom {
		background-position: right bottom!important
	}
	.bg-position-md-center-top {
		background-position: center top!important
	}
	.bg-position-md-center-center {
		background-position: center center!important
	}
	.bg-position-md-center-bottom {
		background-position: center bottom!important
	}
	.bg-position-md-initial {
		background-position: initial!important
	}
	.bg-position-md-inherit {
		background-position: inherit!important
	}
	.st-overflow-md-visible {
		overflow: visible!important
	}
	.st-overflow-x-md-visible {
		overflow-x: visible!important
	}
	.st-overflow-y-md-visible {
		overflow-y: visible!important
	}
	.st-overflow-md-hidden {
		overflow: hidden!important
	}
	.st-overflow-x-md-hidden {
		overflow-x: hidden!important
	}
	.st-overflow-y-md-hidden {
		overflow-y: hidden!important
	}
	.st-overflow-md-scroll {
		overflow: scroll!important
	}
	.st-overflow-x-md-scroll {
		overflow-x: scroll!important
	}
	.st-overflow-y-md-scroll {
		overflow-y: scroll!important
	}
	.st-overflow-md-auto {
		overflow: auto!important
	}
	.st-overflow-x-md-auto {
		overflow-x: auto!important
	}
	.st-overflow-y-md-auto {
		overflow-y: auto!important
	}
	.st-overflow-md-initial {
		overflow: initial!important
	}
	.st-overflow-x-md-initial {
		overflow-x: initial!important
	}
	.st-overflow-y-md-initial {
		overflow-y: initial!important
	}
	.st-overflow-md-inherit {
		overflow: inherit!important
	}
	.st-overflow-x-md-inherit {
		overflow-x: inherit!important
	}
	.st-overflow-y-md-inherit {
		overflow-y: inherit!important
	}
	.st-line-height-md-1 {
		line-height: 1!important
	}
	.st-line-height-md-1-1 {
		line-height: 1.1!important
	}
	.st-line-height-md-1-2 {
		line-height: 1.2!important
	}
	.st-line-height-md-1-3 {
		line-height: 1.3!important
	}
	.st-line-height-md-1-4 {
		line-height: 1.4!important
	}
	.st-line-height-md-1-5 {
		line-height: 1.5!important
	}
	.st-line-height-md-1-6 {
		line-height: 1.6!important
	}
	.st-line-height-md-1-7 {
		line-height: 1.7!important
	}
	.st-line-height-md-1-8 {
		line-height: 1.8!important
	}
	.st-line-height-md-1-9 {
		line-height: 1.9!important
	}
	.st-line-height-md-2 {
		line-height: 2!important
	}
	.st-line-height-md-2-1 {
		line-height: 2.1!important
	}
	.st-line-height-md-2-2 {
		line-height: 2.2!important
	}
	.st-line-height-md-2-3 {
		line-height: 2.3!important
	}
	.st-line-height-md-2-5 {
		line-height: 2.5!important
	}
	.st-line-height-md-3 {
		line-height: 3!important
	}
	.st-line-height-md-4 {
		line-height: 4!important
	}
	.st-side-md-auto {
		margin-right: auto;
		margin-left: auto
	}
}

@media only screen and (max-width:767.98px) {
	.st-font-sm-10 {
		font-size: 10px;
		font-size: .625rem
	}
	.st-lineheight-sm-10 {
		line-height: 10px
	}
	.st-font-sm-12 {
		font-size: 12px;
		font-size: .75rem
	}
	.st-lineheight-sm-12 {
		line-height: 12px
	}
	.st-font-sm-13 {
		font-size: 13px;
		font-size: .8125rem
	}
	.st-lineheight-sm-13 {
		line-height: 13px
	}
	.st-font-sm-14 {
		font-size: 14px;
		font-size: .875rem
	}
	.st-lineheight-sm-14 {
		line-height: 14px
	}
	.st-font-sm-15 {
		font-size: 15px;
		font-size: .9375rem
	}
	.st-lineheight-sm-15 {
		line-height: 15px
	}
	.st-font-sm-16 {
		font-size: 16px;
		font-size: 1rem
	}
	.st-lineheight-sm-16 {
		line-height: 16px
	}
	.st-font-sm-18 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.st-lineheight-sm-18 {
		line-height: 18px
	}
	.st-font-sm-20 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.st-lineheight-sm-20 {
		line-height: 20px
	}
	.st-font-sm-22 {
		font-size: 22px;
		font-size: 1.375rem
	}
	.st-lineheight-sm-22 {
		line-height: 22px
	}
	.st-font-sm-24 {
		font-size: 24px;
		font-size: 1.5rem
	}
	.st-lineheight-sm-24 {
		line-height: 24px
	}
	.st-font-sm-25 {
		font-size: 25px;
		font-size: 1.5625rem
	}
	.st-lineheight-sm-25 {
		line-height: 25px
	}
	.st-font-sm-28 {
		font-size: 28px;
		font-size: 1.75rem
	}
	.st-lineheight-sm-28 {
		line-height: 28px
	}
	.st-font-sm-30 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.7
	}
	.st-lineheight-sm-30 {
		line-height: 30px
	}
	.st-font-sm-34 {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 1.6
	}
	.st-lineheight-sm-34 {
		line-height: 34px
	}
	.st-font-sm-38 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 1.5
	}
	.st-lineheight-sm-38 {
		line-height: 38px
	}
	.st-font-sm-40 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.4
	}
	.st-lineheight-sm-40 {
		line-height: 40px
	}
	.st-font-sm-44 {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.4
	}
	.st-lineheight-sm-44 {
		line-height: 44px
	}
	.st-font-sm-48 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1
	}
	.st-lineheight-sm-48 {
		line-height: 48px
	}
	.st-font-sm-52 {
		font-size: 52px;
		font-size: 3.25rem;
		line-height: 1
	}
	.st-lineheight-sm-52 {
		line-height: 52px
	}
	.st-font-sm-55 {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 1
	}
	.st-lineheight-sm-55 {
		line-height: 55px
	}
	.st-font-sm-60 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1
	}
	.st-lineheight-sm-60 {
		line-height: 60px
	}
	.st-font-sm-78 {
		font-size: 78px;
		font-size: 4.875rem;
		line-height: .9
	}
	.st-lineheight-sm-78 {
		line-height: 78px
	}
	.st-text-sm-center {
		text-align: center!important
	}
	.st-text-sm-right {
		text-align: right!important
	}
	.st-text-sm-left {
		text-align: left!important
	}
	.st-min-sm-1150 {
		min-height: 1150px!important
	}
	.st-min-sm-1000 {
		min-height: 1000px!important
	}
	.st-min-sm-900 {
		min-height: 900px!important
	}
	.st-min-sm-850 {
		min-height: 850px!important
	}
	.st-min-sm-650 {
		min-height: 650px!important
	}
	.st-min-sm-auto {
		min-height: auto!important;
		height: auto!important
	}
	.st-height-sm-inherit {
		height: auto!important;
		min-height: inherit!important;
		max-height: inherit!important
	}
	.st-d-sm-none,
	.st_after-sm-none::after,
	.st_before-sm-none::before {
		display: none!important
	}
	.st-d-sm-block {
		display: block!important
	}
	.st-width-sm-10 {
		width: 10%!important
	}
	.st-width-sm-20 {
		width: 20%!important
	}
	.st-width-sm-25 {
		width: 25%!important
	}
	.st-width-sm-30 {
		width: 30%!important
	}
	.st-width-sm-35 {
		width: 35%!important
	}
	.st-width-sm-40 {
		width: 40%!important
	}
	.st-width-sm-45 {
		width: 45%!important
	}
	.st-width-sm-50 {
		width: 50%!important
	}
	.st-width-sm-55 {
		width: 55%!important
	}
	.st-width-sm-60 {
		width: 60%!important
	}
	.st-width-sm-70 {
		width: 70%!important
	}
	.st-width-sm-75 {
		width: 75%!important
	}
	.st-width-sm-80 {
		width: 80%!important
	}
	.st-width-sm-85 {
		width: 85%!important
	}
	.st-width-sm-90 {
		width: 90%!important
	}
	.st-width-sm-95 {
		width: 95%!important
	}
	.st-width-sm-100 {
		width: 100%!important
	}
	.st-align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: start!important
	}
	.st-justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: start!important
	}
	.st-align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: end!important
	}
	.st-justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: end!important
	}
	.st-align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.st-justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.bg-size-sm-0 {
		background-size: 100% 100%!important
	}
	.bg-size-sm-100-auto {
		background-size: 100% auto!important
	}
	.bg-size-sm-auto-100 {
		background-size: auto 100%!important
	}
	.bg-size-sm-auto {
		background-size: auto!important
	}
	.bg-size-sm-cover {
		background-size: cover!important
	}
	.bg-size-sm-contain {
		background-size: contain!important
	}
	.bg-size-sm-initial {
		background-size: initial!important
	}
	.bg-size-sm-inherit {
		background-size: inherit!important
	}
	.bg-attachment-sm-scroll {
		background-attachment: scroll!important
	}
	.bg-attachment-sm-fixed {
		background-attachment: fixed!important
	}
	.bg-attachment-sm-local {
		background-attachment: local!important
	}
	.bg-attachment-sm-initial {
		background-attachment: initial!important
	}
	.bg-attachment-sm-inherit {
		background-attachment: inherit!important
	}
	.bg-repeat-sm-repeat {
		background-repeat: repeat!important
	}
	.bg-repeat-sm-repeat-x {
		background-repeat: repeat-x!important
	}
	.bg-repeat-sm-repeat-y {
		background-repeat: repeat-y!important
	}
	.bg-repeat-sm-no-repeat {
		background-repeat: no-repeat!important
	}
	.bg-repeat-sm-initial {
		background-repeat: initial!important
	}
	.bg-repeat-sm-inherit {
		background-repeat: inherit!important
	}
	.bg-position-sm-left-top {
		background-position: left top!important
	}
	.bg-position-sm-left-center {
		background-position: left center!important
	}
	.bg-position-sm-left-bottom {
		background-position: left bottom!important
	}
	.bg-position-sm-right-top {
		background-position: right top!important
	}
	.bg-position-sm-right-center {
		background-position: right center!important
	}
	.bg-position-sm-right-bottom {
		background-position: right bottom!important
	}
	.bg-position-sm-center-top {
		background-position: center top!important
	}
	.bg-position-sm-center-center {
		background-position: center center!important
	}
	.bg-position-sm-center-bottom {
		background-position: center bottom!important
	}
	.bg-position-sm-initial {
		background-position: initial!important
	}
	.bg-position-sm-inherit {
		background-position: inherit!important
	}
	.st-overflow-sm-visible {
		overflow: visible!important
	}
	.st-overflow-x-sm-visible {
		overflow-x: visible!important
	}
	.st-overflow-y-sm-visible {
		overflow-y: visible!important
	}
	.st-overflow-sm-hidden {
		overflow: hidden!important
	}
	.st-overflow-x-sm-hidden {
		overflow-x: hidden!important
	}
	.st-overflow-y-sm-hidden {
		overflow-y: hidden!important
	}
	.st-overflow-sm-scroll {
		overflow: scroll!important
	}
	.st-overflow-x-sm-scroll {
		overflow-x: scroll!important
	}
	.st-overflow-y-sm-scroll {
		overflow-y: scroll!important
	}
	.st-overflow-sm-auto {
		overflow: auto!important
	}
	.st-overflow-x-sm-auto {
		overflow-x: auto!important
	}
	.st-overflow-y-sm-auto {
		overflow-y: auto!important
	}
	.st-overflow-sm-initial {
		overflow: initial!important
	}
	.st-overflow-x-sm-initial {
		overflow-x: initial!important
	}
	.st-overflow-y-sm-initial {
		overflow-y: initial!important
	}
	.st-overflow-sm-inherit {
		overflow: inherit!important
	}
	.st-overflow-x-sm-inherit {
		overflow-x: inherit!important
	}
	.st-overflow-y-sm-inherit {
		overflow-y: inherit!important
	}
	.st-line-height-sm-1 {
		line-height: 1!important
	}
	.st-line-height-sm-1-1 {
		line-height: 1.1!important
	}
	.st-line-height-sm-1-2 {
		line-height: 1.2!important
	}
	.st-line-height-sm-1-3 {
		line-height: 1.3!important
	}
	.st-line-height-sm-1-4 {
		line-height: 1.4!important
	}
	.st-line-height-sm-1-5 {
		line-height: 1.5!important
	}
	.st-line-height-sm-1-6 {
		line-height: 1.6!important
	}
	.st-line-height-sm-1-7 {
		line-height: 1.7!important
	}
	.st-line-height-sm-1-8 {
		line-height: 1.8!important
	}
	.st-line-height-sm-1-9 {
		line-height: 1.9!important
	}
	.st-line-height-sm-2 {
		line-height: 2!important
	}
	.st-line-height-sm-2-1 {
		line-height: 2.1!important
	}
	.st-line-height-sm-2-2 {
		line-height: 2.2!important
	}
	.st-line-height-sm-2-3 {
		line-height: 2.3!important
	}
	.st-line-height-sm-2-5 {
		line-height: 2.5!important
	}
	.st-line-height-sm-3 {
		line-height: 3!important
	}
	.st-line-height-sm-4 {
		line-height: 4!important
	}
	.st-side-sm-auto {
		margin-right: auto;
		margin-left: auto
	}
}

@media only screen and (max-width:575.98px) {
	.st-font-xs-10 {
		font-size: 10px;
		font-size: .625rem
	}
	.st-lineheight-xs-10 {
		line-height: 10px
	}
	.st-font-xs-12 {
		font-size: 12px;
		font-size: .75rem
	}
	.st-lineheight-xs-12 {
		line-height: 12px
	}
	.st-font-xs-13 {
		font-size: 13px;
		font-size: .8125rem
	}
	.st-lineheight-xs-13 {
		line-height: 13px
	}
	.st-font-xs-14 {
		font-size: 14px;
		font-size: .875rem
	}
	.st-lineheight-xs-14 {
		line-height: 14px
	}
	.st-font-xs-15 {
		font-size: 15px;
		font-size: .9375rem
	}
	.st-lineheight-xs-15 {
		line-height: 15px
	}
	.st-font-xs-16 {
		font-size: 16px;
		font-size: 1rem
	}
	.st-lineheight-xs-16 {
		line-height: 16px
	}
	.st-font-xs-18 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.st-lineheight-xs-18 {
		line-height: 18px
	}
	.st-font-xs-20 {
		font-size: 20px;
		font-size: 1.25rem
	}
	.st-lineheight-xs-20 {
		line-height: 20px
	}
	.st-font-xs-22 {
		font-size: 22px;
		font-size: 1.375rem
	}
	.st-lineheight-xs-22 {
		line-height: 22px
	}
	.st-font-xs-24 {
		font-size: 24px;
		font-size: 1.5rem
	}
	.st-lineheight-xs-24 {
		line-height: 24px
	}
	.st-font-xs-25 {
		font-size: 25px;
		font-size: 1.5625rem
	}
	.st-lineheight-xs-25 {
		line-height: 25px
	}
	.st-font-xs-28 {
		font-size: 28px;
		font-size: 1.75rem
	}
	.st-lineheight-xs-28 {
		line-height: 28px
	}
	.st-font-xs-30 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.7
	}
	.st-lineheight-xs-30 {
		line-height: 30px
	}
	.st-font-xs-34 {
		font-size: 34px;
		font-size: 2.125rem;
		line-height: 1.6
	}
	.st-lineheight-xs-34 {
		line-height: 34px
	}
	.st-font-xs-38 {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 1.5
	}
	.st-lineheight-xs-38 {
		line-height: 38px
	}
	.st-font-xs-40 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.4
	}
	.st-lineheight-xs-40 {
		line-height: 40px
	}
	.st-font-xs-44 {
		font-size: 44px;
		font-size: 2.75rem;
		line-height: 1.4
	}
	.st-lineheight-xs-44 {
		line-height: 44px
	}
	.st-font-xs-48 {
		font-size: 48px;
		font-size: 3rem;
		line-height: 1
	}
	.st-lineheight-xs-48 {
		line-height: 48px
	}
	.st-font-xs-52 {
		font-size: 52px;
		font-size: 3.25rem;
		line-height: 1
	}
	.st-lineheight-xs-52 {
		line-height: 52px
	}
	.st-font-xs-55 {
		font-size: 55px;
		font-size: 3.4375rem;
		line-height: 1
	}
	.st-lineheight-xs-55 {
		line-height: 55px
	}
	.st-font-xs-60 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1
	}
	.st-lineheight-xs-60 {
		line-height: 60px
	}
	.st-font-xs-78 {
		font-size: 78px;
		font-size: 4.875rem;
		line-height: .9
	}
	.st-lineheight-xs-78 {
		line-height: 78px
	}
	.st-text-xs-center {
		text-align: center!important
	}
	.st-text-xs-right {
		text-align: right!important
	}
	.st-text-xs-left {
		text-align: left!important
	}
	.st-min-xs-1150 {
		min-height: 1150px!important
	}
	.st-min-xs-1000 {
		min-height: 1000px!important
	}
	.st-min-xs-900 {
		min-height: 900px!important
	}
	.st-min-xs-850 {
		min-height: 850px!important
	}
	.st-min-xs-650 {
		min-height: 650px!important
	}
	.st-min-xs-auto {
		min-height: auto!important;
		height: auto!important
	}
	.st-height-xs-inherit {
		height: auto!important;
		min-height: inherit!important;
		max-height: inherit!important
	}
	.st-d-xs-none,
	.st_after-xs-none::after,
	.st_before-xs-none::before {
		display: none!important
	}
	.st-d-xs-block {
		display: block!important
	}
	.st-width-xs-10 {
		width: 10%!important
	}
	.st-width-xs-20 {
		width: 20%!important
	}
	.st-width-xs-25 {
		width: 25%!important
	}
	.st-width-xs-30 {
		width: 30%!important
	}
	.st-width-xs-35 {
		width: 35%!important
	}
	.st-width-xs-40 {
		width: 40%!important
	}
	.st-width-xs-45 {
		width: 45%!important
	}
	.st-width-xs-50 {
		width: 50%!important
	}
	.st-width-xs-55 {
		width: 55%!important
	}
	.st-width-xs-60 {
		width: 60%!important
	}
	.st-width-xs-70 {
		width: 70%!important
	}
	.st-width-xs-75 {
		width: 75%!important
	}
	.st-width-xs-80 {
		width: 80%!important
	}
	.st-width-xs-85 {
		width: 85%!important
	}
	.st-width-xs-90 {
		width: 90%!important
	}
	.st-width-xs-95 {
		width: 95%!important
	}
	.st-width-xs-100 {
		width: 100%!important
	}
	.st-align-items-xs-start {
		-ms-flex-align: start!important;
		align-items: start!important
	}
	.st-justify-content-xs-start {
		-ms-flex-pack: start!important;
		justify-content: start!important
	}
	.st-align-items-xs-end {
		-ms-flex-align: end!important;
		align-items: end!important
	}
	.st-justify-content-xs-end {
		-ms-flex-pack: end!important;
		justify-content: end!important
	}
	.st-align-items-xs-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.st-justify-content-xs-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.bg-size-xs-0 {
		background-size: 100% 100%!important
	}
	.bg-size-xs-100-auto {
		background-size: 100% auto!important
	}
	.bg-size-xs-auto-100 {
		background-size: auto 100%!important
	}
	.bg-size-xs-auto {
		background-size: auto!important
	}
	.bg-size-xs-cover {
		background-size: cover!important
	}
	.bg-size-xs-contain {
		background-size: contain!important
	}
	.bg-size-xs-initial {
		background-size: initial!important
	}
	.bg-size-xs-inherit {
		background-size: inherit!important
	}
	.bg-attachment-xs-scroll {
		background-attachment: scroll!important
	}
	.bg-attachment-xs-fixed {
		background-attachment: fixed!important
	}
	.bg-attachment-xs-local {
		background-attachment: local!important
	}
	.bg-attachment-xs-initial {
		background-attachment: initial!important
	}
	.bg-attachment-xs-inherit {
		background-attachment: inherit!important
	}
	.bg-repeat-xs-repeat {
		background-repeat: repeat!important
	}
	.bg-repeat-xs-repeat-x {
		background-repeat: repeat-x!important
	}
	.bg-repeat-xs-repeat-y {
		background-repeat: repeat-y!important
	}
	.bg-repeat-xs-no-repeat {
		background-repeat: no-repeat!important
	}
	.bg-repeat-xs-initial {
		background-repeat: initial!important
	}
	.bg-repeat-xs-inherit {
		background-repeat: inherit!important
	}
	.bg-position-xs-left-top {
		background-position: left top!important
	}
	.bg-position-xs-left-center {
		background-position: left center!important
	}
	.bg-position-xs-left-bottom {
		background-position: left bottom!important
	}
	.bg-position-xs-right-top {
		background-position: right top!important
	}
	.bg-position-xs-right-center {
		background-position: right center!important
	}
	.bg-position-xs-right-bottom {
		background-position: right bottom!important
	}
	.bg-position-xs-center-top {
		background-position: center top!important
	}
	.bg-position-xs-center-center {
		background-position: center center!important
	}
	.bg-position-xs-center-bottom {
		background-position: center bottom!important
	}
	.bg-position-xs-initial {
		background-position: initial!important
	}
	.bg-position-xs-inherit {
		background-position: inherit!important
	}
	.st-overflow-xs-visible {
		overflow: visible!important
	}
	.st-overflow-x-xs-visible {
		overflow-x: visible!important
	}
	.st-overflow-y-xs-visible {
		overflow-y: visible!important
	}
	.st-overflow-xs-hidden {
		overflow: hidden!important
	}
	.st-overflow-x-xs-hidden {
		overflow-x: hidden!important
	}
	.st-overflow-y-xs-hidden {
		overflow-y: hidden!important
	}
	.st-overflow-xs-scroll {
		overflow: scroll!important
	}
	.st-overflow-x-xs-scroll {
		overflow-x: scroll!important
	}
	.st-overflow-y-xs-scroll {
		overflow-y: scroll!important
	}
	.st-overflow-xs-auto {
		overflow: auto!important
	}
	.st-overflow-x-xs-auto {
		overflow-x: auto!important
	}
	.st-overflow-y-xs-auto {
		overflow-y: auto!important
	}
	.st-overflow-xs-initial {
		overflow: initial!important
	}
	.st-overflow-x-xs-initial {
		overflow-x: initial!important
	}
	.st-overflow-y-xs-initial {
		overflow-y: initial!important
	}
	.st-overflow-xs-inherit {
		overflow: inherit!important
	}
	.st-overflow-x-xs-inherit {
		overflow-x: inherit!important
	}
	.st-overflow-y-xs-inherit {
		overflow-y: inherit!important
	}
	.st-line-height-xs-1 {
		line-height: 1!important
	}
	.st-line-height-xs-1-1 {
		line-height: 1.1!important
	}
	.st-line-height-xs-1-2 {
		line-height: 1.2!important
	}
	.st-line-height-xs-1-3 {
		line-height: 1.3!important
	}
	.st-line-height-xs-1-4 {
		line-height: 1.4!important
	}
	.st-line-height-xs-1-5 {
		line-height: 1.5!important
	}
	.st-line-height-xs-1-6 {
		line-height: 1.6!important
	}
	.st-line-height-xs-1-7 {
		line-height: 1.7!important
	}
	.st-line-height-xs-1-8 {
		line-height: 1.8!important
	}
	.st-line-height-xs-1-9 {
		line-height: 1.9!important
	}
	.st-line-height-xs-2 {
		line-height: 2!important
	}
	.st-line-height-xs-2-1 {
		line-height: 2.1!important
	}
	.st-line-height-xs-2-2 {
		line-height: 2.2!important
	}
	.st-line-height-xs-2-3 {
		line-height: 2.3!important
	}
	.st-line-height-xs-2-5 {
		line-height: 2.5!important
	}
	.st-line-height-xs-3 {
		line-height: 3!important
	}
	.st-line-height-xs-4 {
		line-height: 4!important
	}
	.st-side-xs-auto {
		margin-right: auto;
		margin-left: auto
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tilt-wrapper {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

.st-icon-gradient.gigas-icon-gradient {
	background: #5040a0;
	background: -moz-linear-gradient(-45deg, #5040a0 0%, #d2caf9 100%);
	background: -webkit-linear-gradient(-45deg, #5040a0 0%, #d2caf9 100%);
	background: linear-gradient(135deg, #5040a0 0%, #d2caf9 100%);
	background: linear-gradient(135deg, #5040a0 0%, #d2caf9 51%, #5040a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5040a0', endColorstr='#d2caf9', GradientType=0);
	background-size: 230% auto
}

.st-icon-gradient.orange-icon-gradient {
	background: #ff5d1c;
	background: -moz-linear-gradient(318deg, #ff5d1c 0%, #fe9545 100%);
	background: -webkit-linear-gradient(318deg, #ff5d1c 0%, #fe9545 100%);
	background: linear-gradient(318deg, #ff5d1c 0%, #fe9545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d1c', endColorstr='#fe9545', GradientType=1)
}

.aqua-line-gradient,
.line-gradient {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ede9ff', GradientType=1)
}

.line-gradient {
	background: #5040a0;
	background: -moz-linear-gradient(left, #ede9ff 0%, #5040a0 50%, #fff 100%);
	background: -webkit-linear-gradient(left, #ede9ff 0%, #5040a0 50%, #fff 100%);
	background: linear-gradient(to right, #ede9ff 0%, #5040a0 50%, #fff 100%)
}

.aqua-line-gradient {
	background: #00e3f6;
	background: -moz-linear-gradient(left, #ede9ff 0%, rgba(0, 227, 246, .7) 50%, rgba(255, 255, 255, .4) 100%);
	background: -webkit-linear-gradient(left, #ede9ff 0%, rgba(0, 227, 246, .7) 50%, rgba(255, 255, 255, .4) 100%);
	background: linear-gradient(to right, #ede9ff 0%, rgba(0, 227, 246, .7) 50%, rgba(255, 255, 255, .4) 100%)
}

.bg-gigas-gradient,
.st_banner_area.st_banner_radius_gradient:before {
	background: #8066dc;
	background: -moz-linear-gradient(top, #8066dc 0%, #5040a0 100%);
	background: -webkit-linear-gradient(top, #8066dc 0%, #5040a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8066dc', endColorstr='#5040a0', GradientType=0)
}

.bg-gigas-gradient-btn,
.st_default_btn.bg-gigas-gradient-btn,
header.sticky-menu.sticky-gigas-gradient {
	background: -moz-linear-gradient(left, #5040a0 0%, #8066dc 100%);
	background: -webkit-linear-gradient(left, #5040a0 0%, #8066dc 100%);
	background: linear-gradient(to right, #5040a0 0%, #8066dc 51%, #5040a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5040a0', endColorstr='#8066dc', GradientType=1);
	background-size: 200% auto
}

.bg-emerald-gradient,
.st_default_btn.bg-emerald-gradient,
.st_default_btn.bg-emerald-gredient {
	background: #38d16a;
	background: -moz-linear-gradient(-45deg, #38d16a 0%, #40d1a7 100%);
	background: -webkit-linear-gradient(-45deg, #38d16a 0%, #40d1a7 100%);
	background: linear-gradient(135deg, #38d16a 0%, #40d1a7 100%);
	background: linear-gradient(to right, #38d16a 0%, #40d1a7 51%, #38d16a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d16a', endColorstr='#40d1a7', GradientType=1);
	background-size: 200% auto
}

.aqua-gredient-color,
.st_banner_aqua_gradient:before,
.st_banner_area.st_banner_aqua_gradient:before {
	background: #1e3bdd;
	background: -moz-linear-gradient(top, #1e3bdd 0%, #01e0f6 100%);
	background: -webkit-linear-gradient(top, #1e3bdd 0%, #01e0f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3bdd', endColorstr='#01e0f6', GradientType=0)
}

.aqua-gredient-background,
.aqua-gredient-bg-2,
.st_accordion_item .card,
.st_default_btn.aqua-gredient-background,
header.sticky-menu.sticky-aqua-gradient {
	background: #1c48de;
	background: -moz-linear-gradient(left, #1c48de 0%, #00e3f6 100%);
	background: -webkit-linear-gradient(left, #1c48de 0%, #00e3f6 100%);
	background: linear-gradient(to right, #1c48de 0%, #00e3f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c48de', endColorstr='#00e3f6', GradientType=1)
}

.st_custom-tab {
	background: #1e3bdd;
	background: -moz-linear-gradient(-45deg, #1e3bdd 0%, #01e0f6 100%);
	background: -webkit-linear-gradient(-45deg, #1e3bdd 0%, #01e0f6 100%);
	background: linear-gradient(135deg, #1e3bdd 0%, #01e0f6 100%);
	background: linear-gradient(to right, #1e3bdd 0%, #01e0f6 51%, #1e3bdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3bdd', endColorstr='#01e0f6', GradientType=1)
}

.polar-gradient-background {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f5f9fd 50%, #e5f2ff 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f5f9fd 50%, #e5f2ff 100%);
	background: linear-gradient(to bottom, #fff 0%, #f5f9fd 50%, #e5f2ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-white', endColorstr='#e5f2ff', GradientType=0)
}

header.sticky-menu.sticky-orange-gradient {
	background: #ff5d1c;
	background: -moz-linear-gradient(left, #ff5d1c 0%, #fe9545 100%);
	background: -webkit-linear-gradient(left, #ff5d1c 0%, #fe9545 100%);
	background: linear-gradient(to right, #ff5d1c 0%, #fe9545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c48de', endColorstr='#00e3f6', GradientType=1)
}

.orange-gradient-banner,
.st_video_bg.orange-gradient-banner {
	background: #ff5d1c;
	background: -moz-linear-gradient(top, #ff5d1c 0%, #fe9545 100%);
	background: -webkit-linear-gradient(top, #ff5d1c 0%, #fe9545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-orange', endColorstr='#fe9545', GradientType=0)
}

.st_pricing_packges.aqua-pricing-bg {
	background: #1c48de;
	background: -moz-linear-gradient(top, #1c48de 0%, #00e3f6 100%);
	background: -webkit-linear-gradient(top, #1c48de 0%, #00e3f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c48de', endColorstr='$color-aqua', GradientType=0)
}

.st_pricing_packges.orange-pricing-bg {
	background: #ff5d1c;
	background: -moz-linear-gradient(top, #ff5d1c 0%, #fe9545 100%);
	background: -webkit-linear-gradient(top, #ff5d1c 0%, #fe9545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-orange', endColorstr='#fe9545', GradientType=0)
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li a.active {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fff8f8 50%, #fff1f1 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fff8f8 50%, #fff1f1 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff8f8 50%, #fff1f1 100%)
}

.orange-deep-gradient {
	background: #fe9545;
	background: -moz-linear-gradient(left, #fe9545 0%, #ff5d1c 100%);
	background: -webkit-linear-gradient(left, #fe9545 0%, #ff5d1c 100%);
	background: linear-gradient(to right, #fe9545 0%, #ff5d1c 51%, #fe9545 100%);
	background-size: 200% auto
}

.wave-curved-bg {
	background: #f5f9fd;
	background: -moz-linear-gradient(top, #f5f9fd 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #f5f9fd 0%, #fff 100%);
	margin-top: 200px;
	padding-top: 100px;
	position: relative
}

.wave-curved-bg::before {
	width: 100%;
	height: 420px;
	position: absolute;
	left: 0;
	top: -420px;
	content: "";
	background-image: url(../images/v14/about-shape.png);
	background-position: top center;
	z-index: -1
}

@media only screen and (max-width:991.98px) {
	.wave-curved-bg {
		margin-top: 50px
	}
}

@media only screen and (max-width:767.98px) {
	.wave-curved-bg {
		padding-top: 50px
	}
}

.aqua-price-gradient {
	background-image: -webkit-linear-gradient(to right, #1c48de, #00e3f6);
	background-image: -moz-linear-gradient(to right, #1c48de, #00e3f6);
	background-image: linear-gradient(to right, #1c48de, #00e3f6)
}

.st_default_btn.bg-emerald-gradient:active,
.st_default_btn.bg-emerald-gradient:focus,
.st_default_btn.bg-emerald-gradient:hover,
.st_default_btn.bg-gigas-gradient-btn:active,
.st_default_btn.bg-gigas-gradient-btn:focus,
.st_default_btn.bg-gigas-gradient-btn:hover {
	background-position: right center;
	color: #fff
}

.st-s-gredient-bg {
	padding: 290px 0 150px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #eceeff 50%, #e8eaff 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #eceeff 50%, #e8eaff 100%);
	background: linear-gradient(to bottom, #fff 0%, #eceeff 50%, #e8eaff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-white', endColorstr='#e8eaff', GradientType=0);
	-webkit-mask-image: url(../images/footer-bg.png);
	mask-image: url(../images/footer-bg.png);
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	mask-position: top center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
	-webkit-mask-position: top center
}

@media only screen and (max-width:1199.98px) {
	.st-s-gredient-bg {
		padding: 250px 0 110px;
		mask-size: 100% 100%;
		-webkit-mask-size: 100% 100%
	}
	.st-s-gredient-bg .align-items-end {
		align-items: flex-start!important
	}
}

@media only screen and (max-width:767.98px) {
	.st-s-gredient-bg {
		padding: 110px 0 60px;
		-webkit-mask-image: none;
		mask-image: none
	}
}

header.sticky-menu.sticky-ash-gradient {
	background: #f8faff;
	background: -moz-linear-gradient(left, #f8faff 0%, #f8faff 100%);
	background: -webkit-linear-gradient(left, #f8faff 0%, #f8faff 100%);
	background: linear-gradient(to right, #f8faff 0%, #f8faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-zircon', endColorstr='$color-zircon', GradientType=1)
}

.black-alpha-bg,
header.sticky-menu.sticky-black-alpha-bg {
	background: rgba(0, 0, 0, .37)
}

header.sticky-menu.sticky-white-alpha-bg,
header.sticky-menu.white-alpha-bg {
	background: rgba(255, 255, 255, .37)
}

.bg-gigas,
.feature_item_icon.bg-gigas,
.st_default_btn.bg-gigas,
.st_default_btn.st_transparent.bg-gigas {
	background-color: #5040a0!important
}

.rgba-gigas {
	background-color: rgba(80, 64, 160, .1)!important
}

.st-mean-gigas.mean-container a.meanmenu-reveal,
.text-gigas {
	color: #5040a0!important
}

.bg-perison-blue {
	background-color: #1e43dd!important
}

.rgba-perison-blue {
	background-color: rgba(30, 67, 221, .1)!important
}

.st-mean-perison-blue.mean-container a.meanmenu-reveal,
.text-perison-blue {
	color: #1e43dd!important
}

.bg-st-aqua {
	background-color: #00e3f6!important
}

.rgba-st-aqua {
	background-color: rgba(0, 227, 246, .1)!important
}

.st-mean-st-aqua.mean-container a.meanmenu-reveal,
.text-st-aqua {
	color: #00e3f6!important
}

.bg-shamrock {
	background-color: #3ad984!important
}

.rgba-shamrock {
	background-color: rgba(58, 217, 132, .1)!important
}

.text-shamrock {
	color: #3ad984!important
}

.bg-yellow-orange {
	background-color: #ffaa3b!important
}

.rgba-yellow-orange {
	background-color: rgba(255, 170, 59, .1)!important
}

.text-yellow-orange {
	color: #ffaa3b!important
}

.bg-st-pink {
	background-color: #f23f79!important
}

.rgba-st-pink {
	background-color: rgba(242, 63, 121, .1)!important
}

.text-st-pink {
	color: #f23f79!important
}

.bg-st-orange {
	background-color: #ff5d1c!important
}

.rgba-st-orange {
	background-color: rgba(255, 93, 28, .1)!important
}

.text-st-orange {
	color: #ff5d1c!important
}

.bg-science-blue {
	background-color: #0366d6!important
}

.rgba-science-blue {
	background-color: rgba(3, 102, 214, .1)!important
}

.text-science-blue {
	color: #0366d6!important
}

.bg-emerald {
	background-color: #38d16a!important
}

.rgba-emerald {
	background-color: rgba(56, 209, 106, .1)!important
}

.text-emerald {
	color: #38d16a!important
}

.bg-chambray {
	background-color: #3b3e99!important
}

.rgba-chambray {
	background-color: rgba(59, 62, 153, .1)!important
}

.text-chambray {
	color: #3b3e99!important
}

.bg-medium-purple {
	background-color: #8066dc!important
}

.rgba-medium-purple {
	background-color: rgba(128, 102, 220, .1)!important
}

.text-medium-purple {
	color: #8066dc!important
}

.bg-lochmara {
	background-color: #0079bf!important
}

.rgba-lochmara {
	background-color: rgba(0, 121, 191, .1)!important
}

.text-lochmara {
	color: #0079bf!important
}

.bg-froly {
	background-color: #f46f6c!important
}

.rgba-froly {
	background-color: rgba(244, 111, 108, .1)!important
}

.text-froly {
	color: #f46f6c!important
}

.bg-alpha-froly,
.rgba-alpha-froly {
	background-color: rgba(244, 111, 108, .1)!important
}

.text-alpha-froly {
	color: rgba(244, 111, 108, .1)!important
}

.bg-sweet-pink {
	background-color: #ffa3a1!important
}

.rgba-sweet-pink {
	background-color: rgba(255, 163, 161, .1)!important
}

.text-sweet-pink {
	color: #ffa3a1!important
}

.bg-koamaru {
	background-color: #1d1068!important
}

.rgba-koamaru {
	background-color: rgba(29, 16, 104, .1)!important
}

.text-koamaru {
	color: #1d1068!important
}

.bg-haiti {
	background-color: #140f30!important
}

.rgba-haiti {
	background-color: rgba(20, 15, 48, .1)!important
}

.text-haiti {
	color: #140f30!important
}

.bg-magnolia {
	background-color: #f9f8ff!important
}

.rgba-magnolia {
	background-color: rgba(249, 248, 255, .1)!important
}

.text-magnolia {
	color: #f9f8ff!important
}

.bg-alice-blue {
	background-color: #f5fbff!important
}

.rgba-alice-blue {
	background-color: rgba(245, 251, 255, .1)!important
}

.text-alice-blue {
	color: #f5fbff!important
}

.bg-polar {
	background-color: #f5f9fd!important
}

.rgba-polar {
	background-color: rgba(245, 249, 253, .1)!important
}

.text-polar {
	color: #f5f9fd!important
}

.bg-st-primary {
	background-color: #9595a8!important
}

.rgba-st-primary {
	background-color: rgba(149, 149, 168, .1)!important
}

.text-st-primary {
	color: #9595a8!important
}

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

.rgba-st-white {
	background-color: rgba(255, 255, 255, .1)!important
}

.text-st-white {
	color: #fff!important
}

.bg-st-black {
	background-color: #000!important
}

.rgba-st-black {
	background-color: rgba(0, 0, 0, .1)!important
}

.text-st-black {
	color: #000!important
}

.bg-st-fog {
	background-color: #d6ccff!important
}

.rgba-st-fog {
	background-color: rgba(214, 204, 255, .1)!important
}

.text-st-fog {
	color: #d6ccff!important
}

.bg-st-gray {
	background-color: #999!important
}

.rgba-st-gray {
	background-color: rgba(153, 153, 153, .1)!important
}

.text-st-gray {
	color: #999!important
}

.bg-st-concrete {
	background-color: #f3f3f3!important
}

.rgba-st-concrete {
	background-color: rgba(243, 243, 243, .1)!important
}

.text-st-concrete {
	color: #f3f3f3!important
}

.bg-st-violet {
	background-color: #d52eef!important
}

.rgba-st-violet {
	background-color: rgba(213, 46, 239, .1)!important
}

.text-st-violet {
	color: #d52eef!important
}

.bg-sun-glow {
	background-color: #fccc2c!important
}

.rgba-sun-glow {
	background-color: rgba(252, 204, 44, .1)!important
}

.text-sun-glow {
	color: #fccc2c!important
}

.bg-st-cabaret {
	background-color: #d1386c!important
}

.rgba-st-cabaret {
	background-color: rgba(209, 56, 108, .1)!important
}

.text-st-cabaret {
	color: #d1386c!important
}

.bg-st-zircon {
	background-color: #f8faff!important
}

.rgba-st-zircon {
	background-color: rgba(248, 250, 255, .1)!important
}

.text-st-zircon {
	color: #f8faff!important
}

.bg-clear-day {
	background-color: #f9fffd!important
}

.rgba-clear-day {
	background-color: rgba(249, 255, 253, .1)!important
}

.text-clear-day {
	color: #f9fffd!important
}

.bg-st-shamrock {
	background-color: #3ad984!important
}

.rgba-st-shamrock {
	background-color: rgba(58, 217, 132, .1)!important
}

.st-mean-shamrock.mean-container a.meanmenu-reveal,
.text-st-shamrock {
	color: #3ad984!important
}

.bg-blue-bell {
	background-color: #9d9ece!important
}

.rgba-blue-bell {
	background-color: rgba(157, 158, 206, .1)!important
}

.text-blue-bell {
	color: #9d9ece!important
}

.bg-snuff {
	background-color: #dbd7e9!important
}

.rgba-snuff {
	background-color: rgba(219, 215, 233, .1)!important
}

.text-snuff {
	color: #dbd7e9!important
}

.bg-french-grey {
	background-color: #c3c3c7!important
}

.rgba-french-grey {
	background-color: rgba(195, 195, 199, .1)!important
}

.text-french-grey {
	color: #c3c3c7!important
}

.bg-ebony-clay {
	background-color: #1f2833!important
}

.rgba-ebony-clay {
	background-color: rgba(31, 40, 51, .1)!important
}

.text-ebony-clay {
	color: #1f2833!important
}

.bg-black-rock {
	background-color: #080327!important
}

.rgba-black-rock {
	background-color: rgba(8, 3, 39, .1)!important
}

.text-black-rock {
	color: #080327!important
}

.bg-st-lavender {
	background-color: #b4b5d5!important
}

.rgba-st-lavender {
	background-color: rgba(180, 181, 213, .1)!important
}

.text-st-lavender {
	color: #b4b5d5!important
}

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

.rgba-titan-white {
	background-color: rgba(245, 245, 255, .1)!important
}

.text-titan-white {
	color: #f5f5ff!important
}

.bg-regent {
	background-color: #8d9ba4!important
}

.rgba-regent {
	background-color: rgba(141, 155, 164, .1)!important
}

.text-regent {
	color: #8d9ba4!important
}

.bg-shhamrock {
	background-color: #40d1a7!important
}

.rgba-shhamrock {
	background-color: rgba(64, 209, 167, .1)!important
}

.text-shhamrock {
	color: #40d1a7!important
}

.bg-cornflower-blue {
	background-color: #5d81ec!important
}

.rgba-cornflower-blue {
	background-color: rgba(93, 129, 236, .1)!important
}

.text-cornflower-blue {
	color: #5d81ec!important
}

.bg-picton-blue {
	background-color: #4cd0e5!important
}

.rgba-picton-blue {
	background-color: rgba(76, 208, 229, .1)!important
}

.text-picton-blue {
	color: #4cd0e5!important
}

.bg-geraldine {
	background-color: #ff7b84!important
}

.rgba-geraldine {
	background-color: rgba(255, 123, 132, .1)!important
}

.text-geraldine {
	color: #ff7b84!important
}

.bg-polar-dib {
	background-color: #f1fbfc!important
}

.rgba-polar-dib {
	background-color: rgba(241, 251, 252, .1)!important
}

.text-polar-dib {
	color: #f1fbfc!important
}

.feature_item_icon.bg-gigas {
	box-shadow: 0 10px 30px rgba(80, 64, 160, .3)
}

.st-mean-gigas.mean-container a.meanmenu-reveal span,
.st_info_box.bg-gigas {
	background-color: #5040a0!important
}

.st_info_box.bg-shadow-gigas {
	box-shadow: 0 30px 60px rgba(80, 64, 160, .4)
}

.feature_item_icon.bg-perison-blue,
.st_default_btn.bg-perison-blue,
.st_default_btn.st_transparent.bg-perison-blue {
	background-color: #1e43dd!important
}

.feature_item_icon.bg-perison-blue {
	box-shadow: 0 10px 30px rgba(30, 67, 221, .3)
}

.st-mean-perison-blue.mean-container a.meanmenu-reveal span,
.st_info_box.bg-perison-blue {
	background-color: #1e43dd!important
}

.st_info_box.bg-shadow-perison-blue {
	box-shadow: 0 30px 60px rgba(30, 67, 221, .4)
}

.feature_item_icon.bg-st-aqua,
.st_default_btn.bg-st-aqua,
.st_default_btn.st_transparent.bg-st-aqua {
	background-color: #00e3f6!important
}

.feature_item_icon.bg-st-aqua {
	box-shadow: 0 10px 30px rgba(0, 227, 246, .3)
}

.st-mean-st-aqua.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-aqua {
	background-color: #00e3f6!important
}

.st_info_box.bg-shadow-st-aqua {
	box-shadow: 0 30px 60px rgba(0, 227, 246, .4)
}

.feature_item_icon.bg-shamrock,
.st_default_btn.bg-shamrock,
.st_default_btn.st_transparent.bg-shamrock {
	background-color: #3ad984!important
}

.feature_item_icon.bg-shamrock {
	box-shadow: 0 10px 30px rgba(58, 217, 132, .3)
}

.st-mean-shamrock.mean-container a.meanmenu-reveal span,
.st_info_box.bg-shamrock {
	background-color: #3ad984!important
}

.st_info_box.bg-shadow-shamrock {
	box-shadow: 0 30px 60px rgba(58, 217, 132, .4)
}

.feature_item_icon.bg-yellow-orange,
.st_default_btn.bg-yellow-orange,
.st_default_btn.st_transparent.bg-yellow-orange {
	background-color: #ffaa3b!important
}

.feature_item_icon.bg-yellow-orange {
	box-shadow: 0 10px 30px rgba(255, 170, 59, .3)
}

.st-mean-yellow-orange.mean-container a.meanmenu-reveal span,
.st_info_box.bg-yellow-orange {
	background-color: #ffaa3b!important
}

.st_info_box.bg-shadow-yellow-orange {
	box-shadow: 0 30px 60px rgba(255, 170, 59, .4)
}

.st-mean-yellow-orange.mean-container a.meanmenu-reveal {
	color: #ffaa3b!important
}

.feature_item_icon.bg-st-pink,
.st_default_btn.bg-st-pink,
.st_default_btn.st_transparent.bg-st-pink {
	background-color: #f23f79!important
}

.feature_item_icon.bg-st-pink {
	box-shadow: 0 10px 30px rgba(242, 63, 121, .3)
}

.st-mean-st-pink.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-pink {
	background-color: #f23f79!important
}

.st_info_box.bg-shadow-st-pink {
	box-shadow: 0 30px 60px rgba(242, 63, 121, .4)
}

.st-mean-st-pink.mean-container a.meanmenu-reveal {
	color: #f23f79!important
}

.feature_item_icon.bg-st-orange,
.st_default_btn.bg-st-orange,
.st_default_btn.st_transparent.bg-st-orange {
	background-color: #ff5d1c!important
}

.feature_item_icon.bg-st-orange {
	box-shadow: 0 10px 30px rgba(255, 93, 28, .3)
}

.st-mean-st-orange.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-orange {
	background-color: #ff5d1c!important
}

.st_info_box.bg-shadow-st-orange {
	box-shadow: 0 30px 60px rgba(255, 93, 28, .4)
}

.st-mean-st-orange.mean-container a.meanmenu-reveal {
	color: #ff5d1c!important
}

.feature_item_icon.bg-science-blue,
.st_default_btn.bg-science-blue,
.st_default_btn.st_transparent.bg-science-blue {
	background-color: #0366d6!important
}

.feature_item_icon.bg-science-blue {
	box-shadow: 0 10px 30px rgba(3, 102, 214, .3)
}

.st-mean-science-blue.mean-container a.meanmenu-reveal span,
.st_info_box.bg-science-blue {
	background-color: #0366d6!important
}

.st_info_box.bg-shadow-science-blue {
	box-shadow: 0 30px 60px rgba(3, 102, 214, .4)
}

.st-mean-science-blue.mean-container a.meanmenu-reveal {
	color: #0366d6!important
}

.feature_item_icon.bg-emerald,
.st_default_btn.bg-emerald,
.st_default_btn.st_transparent.bg-emerald {
	background-color: #38d16a!important
}

.feature_item_icon.bg-emerald {
	box-shadow: 0 10px 30px rgba(56, 209, 106, .3)
}

.st-mean-emerald.mean-container a.meanmenu-reveal span,
.st_info_box.bg-emerald {
	background-color: #38d16a!important
}

.st_info_box.bg-shadow-emerald {
	box-shadow: 0 30px 60px rgba(56, 209, 106, .4)
}

.st-mean-emerald.mean-container a.meanmenu-reveal {
	color: #38d16a!important
}

.feature_item_icon.bg-chambray,
.st_default_btn.bg-chambray,
.st_default_btn.st_transparent.bg-chambray {
	background-color: #3b3e99!important
}

.feature_item_icon.bg-chambray {
	box-shadow: 0 10px 30px rgba(59, 62, 153, .3)
}

.st-mean-chambray.mean-container a.meanmenu-reveal span,
.st_info_box.bg-chambray {
	background-color: #3b3e99!important
}

.st_info_box.bg-shadow-chambray {
	box-shadow: 0 30px 60px rgba(59, 62, 153, .4)
}

.st-mean-chambray.mean-container a.meanmenu-reveal {
	color: #3b3e99!important
}

.feature_item_icon.bg-medium-purple,
.st_default_btn.bg-medium-purple,
.st_default_btn.st_transparent.bg-medium-purple {
	background-color: #8066dc!important
}

.feature_item_icon.bg-medium-purple {
	box-shadow: 0 10px 30px rgba(128, 102, 220, .3)
}

.st-mean-medium-purple.mean-container a.meanmenu-reveal span,
.st_info_box.bg-medium-purple {
	background-color: #8066dc!important
}

.st_info_box.bg-shadow-medium-purple {
	box-shadow: 0 30px 60px rgba(128, 102, 220, .4)
}

.st-mean-medium-purple.mean-container a.meanmenu-reveal {
	color: #8066dc!important
}

.feature_item_icon.bg-lochmara,
.st_default_btn.bg-lochmara,
.st_default_btn.st_transparent.bg-lochmara {
	background-color: #0079bf!important
}

.feature_item_icon.bg-lochmara {
	box-shadow: 0 10px 30px rgba(0, 121, 191, .3)
}

.st-mean-lochmara.mean-container a.meanmenu-reveal span,
.st_info_box.bg-lochmara {
	background-color: #0079bf!important
}

.st_info_box.bg-shadow-lochmara {
	box-shadow: 0 30px 60px rgba(0, 121, 191, .4)
}

.st-mean-lochmara.mean-container a.meanmenu-reveal {
	color: #0079bf!important
}

.feature_item_icon.bg-froly,
.st_default_btn.bg-froly,
.st_default_btn.st_transparent.bg-froly {
	background-color: #f46f6c!important
}

.feature_item_icon.bg-froly {
	box-shadow: 0 10px 30px rgba(244, 111, 108, .3)
}

.st-mean-froly.mean-container a.meanmenu-reveal span,
.st_info_box.bg-froly {
	background-color: #f46f6c!important
}

.st_info_box.bg-shadow-froly {
	box-shadow: 0 30px 60px rgba(244, 111, 108, .4)
}

.st-mean-froly.mean-container a.meanmenu-reveal {
	color: #f46f6c!important
}

.feature_item_icon.bg-alpha-froly,
.st_default_btn.bg-alpha-froly,
.st_default_btn.st_transparent.bg-alpha-froly {
	background-color: rgba(244, 111, 108, .1)!important
}

.feature_item_icon.bg-alpha-froly {
	box-shadow: 0 10px 30px rgba(244, 111, 108, .3)
}

.st-mean-alpha-froly.mean-container a.meanmenu-reveal span,
.st_info_box.bg-alpha-froly {
	background-color: rgba(244, 111, 108, .1)!important
}

.st_info_box.bg-shadow-alpha-froly {
	box-shadow: 0 30px 60px rgba(244, 111, 108, .4)
}

.st-mean-alpha-froly.mean-container a.meanmenu-reveal {
	color: rgba(244, 111, 108, .1)!important
}

.feature_item_icon.bg-sweet-pink,
.st_default_btn.bg-sweet-pink,
.st_default_btn.st_transparent.bg-sweet-pink {
	background-color: #ffa3a1!important
}

.feature_item_icon.bg-sweet-pink {
	box-shadow: 0 10px 30px rgba(255, 163, 161, .3)
}

.st-mean-sweet-pink.mean-container a.meanmenu-reveal span,
.st_info_box.bg-sweet-pink {
	background-color: #ffa3a1!important
}

.st_info_box.bg-shadow-sweet-pink {
	box-shadow: 0 30px 60px rgba(255, 163, 161, .4)
}

.st-mean-sweet-pink.mean-container a.meanmenu-reveal {
	color: #ffa3a1!important
}

.feature_item_icon.bg-koamaru,
.st_default_btn.bg-koamaru,
.st_default_btn.st_transparent.bg-koamaru {
	background-color: #1d1068!important
}

.feature_item_icon.bg-koamaru {
	box-shadow: 0 10px 30px rgba(29, 16, 104, .3)
}

.st-mean-koamaru.mean-container a.meanmenu-reveal span,
.st_info_box.bg-koamaru {
	background-color: #1d1068!important
}

.st_info_box.bg-shadow-koamaru {
	box-shadow: 0 30px 60px rgba(29, 16, 104, .4)
}

.st-mean-koamaru.mean-container a.meanmenu-reveal {
	color: #1d1068!important
}

.feature_item_icon.bg-haiti,
.st_default_btn.bg-haiti,
.st_default_btn.st_transparent.bg-haiti {
	background-color: #140f30!important
}

.feature_item_icon.bg-haiti {
	box-shadow: 0 10px 30px rgba(20, 15, 48, .3)
}

.st-mean-haiti.mean-container a.meanmenu-reveal span,
.st_info_box.bg-haiti {
	background-color: #140f30!important
}

.st_info_box.bg-shadow-haiti {
	box-shadow: 0 30px 60px rgba(20, 15, 48, .4)
}

.st-mean-haiti.mean-container a.meanmenu-reveal {
	color: #140f30!important
}

.feature_item_icon.bg-magnolia,
.st_default_btn.bg-magnolia,
.st_default_btn.st_transparent.bg-magnolia {
	background-color: #f9f8ff!important
}

.feature_item_icon.bg-magnolia {
	box-shadow: 0 10px 30px rgba(249, 248, 255, .3)
}

.st-mean-magnolia.mean-container a.meanmenu-reveal span,
.st_info_box.bg-magnolia {
	background-color: #f9f8ff!important
}

.st_info_box.bg-shadow-magnolia {
	box-shadow: 0 30px 60px rgba(249, 248, 255, .4)
}

.st-mean-magnolia.mean-container a.meanmenu-reveal {
	color: #f9f8ff!important
}

.feature_item_icon.bg-alice-blue,
.st_default_btn.bg-alice-blue,
.st_default_btn.st_transparent.bg-alice-blue {
	background-color: #f5fbff!important
}

.feature_item_icon.bg-alice-blue {
	box-shadow: 0 10px 30px rgba(245, 251, 255, .3)
}

.st-mean-alice-blue.mean-container a.meanmenu-reveal span,
.st_info_box.bg-alice-blue {
	background-color: #f5fbff!important
}

.st_info_box.bg-shadow-alice-blue {
	box-shadow: 0 30px 60px rgba(245, 251, 255, .4)
}

.st-mean-alice-blue.mean-container a.meanmenu-reveal {
	color: #f5fbff!important
}

.feature_item_icon.bg-polar,
.st_default_btn.bg-polar,
.st_default_btn.st_transparent.bg-polar {
	background-color: #f5f9fd!important
}

.feature_item_icon.bg-polar {
	box-shadow: 0 10px 30px rgba(245, 249, 253, .3)
}

.st-mean-polar.mean-container a.meanmenu-reveal span,
.st_info_box.bg-polar {
	background-color: #f5f9fd!important
}

.st_info_box.bg-shadow-polar {
	box-shadow: 0 30px 60px rgba(245, 249, 253, .4)
}

.st-mean-polar.mean-container a.meanmenu-reveal {
	color: #f5f9fd!important
}

.feature_item_icon.bg-st-primary,
.st_default_btn.bg-st-primary,
.st_default_btn.st_transparent.bg-st-primary {
	background-color: #9595a8!important
}

.feature_item_icon.bg-st-primary {
	box-shadow: 0 10px 30px rgba(149, 149, 168, .3)
}

.st-mean-st-primary.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-primary {
	background-color: #9595a8!important
}

.st_info_box.bg-shadow-st-primary {
	box-shadow: 0 30px 60px rgba(149, 149, 168, .4)
}

.st-mean-st-primary.mean-container a.meanmenu-reveal {
	color: #9595a8!important
}

.feature_item_icon.bg-st-white,
.st_default_btn.bg-st-white,
.st_default_btn.st_transparent.bg-st-white {
	background-color: #fff!important
}

.feature_item_icon.bg-st-white {
	box-shadow: 0 10px 30px rgba(255, 255, 255, .3)
}

.st-mean-st-white.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-white {
	background-color: #fff!important
}

.st_info_box.bg-shadow-st-white {
	box-shadow: 0 30px 60px rgba(255, 255, 255, .4)
}

.st-mean-st-white.mean-container a.meanmenu-reveal {
	color: #fff!important
}

.feature_item_icon.bg-st-black,
.st_default_btn.bg-st-black,
.st_default_btn.st_transparent.bg-st-black {
	background-color: #000!important
}

.feature_item_icon.bg-st-black {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.st-mean-st-black.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-black {
	background-color: #000!important
}

.st_info_box.bg-shadow-st-black {
	box-shadow: 0 30px 60px rgba(0, 0, 0, .4)
}

.st-mean-st-black.mean-container a.meanmenu-reveal {
	color: #000!important
}

.feature_item_icon.bg-st-fog,
.st_default_btn.bg-st-fog,
.st_default_btn.st_transparent.bg-st-fog {
	background-color: #d6ccff!important
}

.feature_item_icon.bg-st-fog {
	box-shadow: 0 10px 30px rgba(214, 204, 255, .3)
}

.st-mean-st-fog.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-fog {
	background-color: #d6ccff!important
}

.st_info_box.bg-shadow-st-fog {
	box-shadow: 0 30px 60px rgba(214, 204, 255, .4)
}

.st-mean-st-fog.mean-container a.meanmenu-reveal {
	color: #d6ccff!important
}

.feature_item_icon.bg-st-gray,
.st_default_btn.bg-st-gray,
.st_default_btn.st_transparent.bg-st-gray {
	background-color: #999!important
}

.feature_item_icon.bg-st-gray {
	box-shadow: 0 10px 30px rgba(153, 153, 153, .3)
}

.st-mean-st-gray.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-gray {
	background-color: #999!important
}

.st_info_box.bg-shadow-st-gray {
	box-shadow: 0 30px 60px rgba(153, 153, 153, .4)
}

.st-mean-st-gray.mean-container a.meanmenu-reveal {
	color: #999!important
}

.feature_item_icon.bg-st-concrete,
.st_default_btn.bg-st-concrete,
.st_default_btn.st_transparent.bg-st-concrete {
	background-color: #f3f3f3!important
}

.feature_item_icon.bg-st-concrete {
	box-shadow: 0 10px 30px rgba(243, 243, 243, .3)
}

.st-mean-st-concrete.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-concrete {
	background-color: #f3f3f3!important
}

.st_info_box.bg-shadow-st-concrete {
	box-shadow: 0 30px 60px rgba(243, 243, 243, .4)
}

.st-mean-st-concrete.mean-container a.meanmenu-reveal {
	color: #f3f3f3!important
}

.feature_item_icon.bg-st-violet,
.st_default_btn.bg-st-violet,
.st_default_btn.st_transparent.bg-st-violet {
	background-color: #d52eef!important
}

.feature_item_icon.bg-st-violet {
	box-shadow: 0 10px 30px rgba(213, 46, 239, .3)
}

.st-mean-st-violet.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-violet {
	background-color: #d52eef!important
}

.st_info_box.bg-shadow-st-violet {
	box-shadow: 0 30px 60px rgba(213, 46, 239, .4)
}

.st-mean-st-violet.mean-container a.meanmenu-reveal {
	color: #d52eef!important
}

.feature_item_icon.bg-sun-glow,
.st_default_btn.bg-sun-glow,
.st_default_btn.st_transparent.bg-sun-glow {
	background-color: #fccc2c!important
}

.feature_item_icon.bg-sun-glow {
	box-shadow: 0 10px 30px rgba(252, 204, 44, .3)
}

.st-mean-sun-glow.mean-container a.meanmenu-reveal span,
.st_info_box.bg-sun-glow {
	background-color: #fccc2c!important
}

.st_info_box.bg-shadow-sun-glow {
	box-shadow: 0 30px 60px rgba(252, 204, 44, .4)
}

.st-mean-sun-glow.mean-container a.meanmenu-reveal {
	color: #fccc2c!important
}

.feature_item_icon.bg-st-cabaret,
.st_default_btn.bg-st-cabaret,
.st_default_btn.st_transparent.bg-st-cabaret {
	background-color: #d1386c!important
}

.feature_item_icon.bg-st-cabaret {
	box-shadow: 0 10px 30px rgba(209, 56, 108, .3)
}

.st-mean-st-cabaret.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-cabaret {
	background-color: #d1386c!important
}

.st_info_box.bg-shadow-st-cabaret {
	box-shadow: 0 30px 60px rgba(209, 56, 108, .4)
}

.st-mean-st-cabaret.mean-container a.meanmenu-reveal {
	color: #d1386c!important
}

.feature_item_icon.bg-st-zircon,
.st_default_btn.bg-st-zircon,
.st_default_btn.st_transparent.bg-st-zircon {
	background-color: #f8faff!important
}

.feature_item_icon.bg-st-zircon {
	box-shadow: 0 10px 30px rgba(248, 250, 255, .3)
}

.st-mean-st-zircon.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-zircon {
	background-color: #f8faff!important
}

.st_info_box.bg-shadow-st-zircon {
	box-shadow: 0 30px 60px rgba(248, 250, 255, .4)
}

.st-mean-st-zircon.mean-container a.meanmenu-reveal {
	color: #f8faff!important
}

.feature_item_icon.bg-clear-day,
.st_default_btn.bg-clear-day,
.st_default_btn.st_transparent.bg-clear-day {
	background-color: #f9fffd!important
}

.feature_item_icon.bg-clear-day {
	box-shadow: 0 10px 30px rgba(249, 255, 253, .3)
}

.st-mean-clear-day.mean-container a.meanmenu-reveal span,
.st_info_box.bg-clear-day {
	background-color: #f9fffd!important
}

.st_info_box.bg-shadow-clear-day {
	box-shadow: 0 30px 60px rgba(249, 255, 253, .4)
}

.st-mean-clear-day.mean-container a.meanmenu-reveal {
	color: #f9fffd!important
}

.feature_item_icon.bg-st-shamrock,
.st_default_btn.bg-st-shamrock,
.st_default_btn.st_transparent.bg-st-shamrock {
	background-color: #3ad984!important
}

.feature_item_icon.bg-st-shamrock {
	box-shadow: 0 10px 30px rgba(58, 217, 132, .3)
}

.st-mean-st-shamrock.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-shamrock {
	background-color: #3ad984!important
}

.st_info_box.bg-shadow-st-shamrock {
	box-shadow: 0 30px 60px rgba(58, 217, 132, .4)
}

.st-mean-st-shamrock.mean-container a.meanmenu-reveal {
	color: #3ad984!important
}

.feature_item_icon.bg-blue-bell,
.st_default_btn.bg-blue-bell,
.st_default_btn.st_transparent.bg-blue-bell {
	background-color: #9d9ece!important
}

.feature_item_icon.bg-blue-bell {
	box-shadow: 0 10px 30px rgba(157, 158, 206, .3)
}

.st-mean-blue-bell.mean-container a.meanmenu-reveal span,
.st_info_box.bg-blue-bell {
	background-color: #9d9ece!important
}

.st_info_box.bg-shadow-blue-bell {
	box-shadow: 0 30px 60px rgba(157, 158, 206, .4)
}

.st-mean-blue-bell.mean-container a.meanmenu-reveal {
	color: #9d9ece!important
}

.feature_item_icon.bg-snuff,
.st_default_btn.bg-snuff,
.st_default_btn.st_transparent.bg-snuff {
	background-color: #dbd7e9!important
}

.feature_item_icon.bg-snuff {
	box-shadow: 0 10px 30px rgba(219, 215, 233, .3)
}

.st-mean-snuff.mean-container a.meanmenu-reveal span,
.st_info_box.bg-snuff {
	background-color: #dbd7e9!important
}

.st_info_box.bg-shadow-snuff {
	box-shadow: 0 30px 60px rgba(219, 215, 233, .4)
}

.st-mean-snuff.mean-container a.meanmenu-reveal {
	color: #dbd7e9!important
}

.feature_item_icon.bg-french-grey,
.st_default_btn.bg-french-grey,
.st_default_btn.st_transparent.bg-french-grey {
	background-color: #c3c3c7!important
}

.feature_item_icon.bg-french-grey {
	box-shadow: 0 10px 30px rgba(195, 195, 199, .3)
}

.st-mean-french-grey.mean-container a.meanmenu-reveal span,
.st_info_box.bg-french-grey {
	background-color: #c3c3c7!important
}

.st_info_box.bg-shadow-french-grey {
	box-shadow: 0 30px 60px rgba(195, 195, 199, .4)
}

.st-mean-french-grey.mean-container a.meanmenu-reveal {
	color: #c3c3c7!important
}

.feature_item_icon.bg-ebony-clay,
.st_default_btn.bg-ebony-clay,
.st_default_btn.st_transparent.bg-ebony-clay {
	background-color: #1f2833!important
}

.feature_item_icon.bg-ebony-clay {
	box-shadow: 0 10px 30px rgba(31, 40, 51, .3)
}

.st-mean-ebony-clay.mean-container a.meanmenu-reveal span,
.st_info_box.bg-ebony-clay {
	background-color: #1f2833!important
}

.st_info_box.bg-shadow-ebony-clay {
	box-shadow: 0 30px 60px rgba(31, 40, 51, .4)
}

.st-mean-ebony-clay.mean-container a.meanmenu-reveal {
	color: #1f2833!important
}

.feature_item_icon.bg-black-rock,
.st_default_btn.bg-black-rock,
.st_default_btn.st_transparent.bg-black-rock {
	background-color: #080327!important
}

.feature_item_icon.bg-black-rock {
	box-shadow: 0 10px 30px rgba(8, 3, 39, .3)
}

.st-mean-black-rock.mean-container a.meanmenu-reveal span,
.st_info_box.bg-black-rock {
	background-color: #080327!important
}

.st_info_box.bg-shadow-black-rock {
	box-shadow: 0 30px 60px rgba(8, 3, 39, .4)
}

.st-mean-black-rock.mean-container a.meanmenu-reveal {
	color: #080327!important
}

.feature_item_icon.bg-st-lavender,
.st_default_btn.bg-st-lavender,
.st_default_btn.st_transparent.bg-st-lavender {
	background-color: #b4b5d5!important
}

.feature_item_icon.bg-st-lavender {
	box-shadow: 0 10px 30px rgba(180, 181, 213, .3)
}

.st-mean-st-lavender.mean-container a.meanmenu-reveal span,
.st_info_box.bg-st-lavender {
	background-color: #b4b5d5!important
}

.st_info_box.bg-shadow-st-lavender {
	box-shadow: 0 30px 60px rgba(180, 181, 213, .4)
}

.st-mean-st-lavender.mean-container a.meanmenu-reveal {
	color: #b4b5d5!important
}

.feature_item_icon.bg-titan-white,
.st_default_btn.bg-titan-white,
.st_default_btn.st_transparent.bg-titan-white {
	background-color: #f5f5ff!important
}

.feature_item_icon.bg-titan-white {
	box-shadow: 0 10px 30px rgba(245, 245, 255, .3)
}

.st-mean-titan-white.mean-container a.meanmenu-reveal span,
.st_info_box.bg-titan-white {
	background-color: #f5f5ff!important
}

.st_info_box.bg-shadow-titan-white {
	box-shadow: 0 30px 60px rgba(245, 245, 255, .4)
}

.st-mean-titan-white.mean-container a.meanmenu-reveal {
	color: #f5f5ff!important
}

.feature_item_icon.bg-regent,
.st_default_btn.bg-regent,
.st_default_btn.st_transparent.bg-regent {
	background-color: #8d9ba4!important
}

.feature_item_icon.bg-regent {
	box-shadow: 0 10px 30px rgba(141, 155, 164, .3)
}

.st-mean-regent.mean-container a.meanmenu-reveal span,
.st_info_box.bg-regent {
	background-color: #8d9ba4!important
}

.st_info_box.bg-shadow-regent {
	box-shadow: 0 30px 60px rgba(141, 155, 164, .4)
}

.st-mean-regent.mean-container a.meanmenu-reveal {
	color: #8d9ba4!important
}

.feature_item_icon.bg-shhamrock,
.st_default_btn.bg-shhamrock,
.st_default_btn.st_transparent.bg-shhamrock {
	background-color: #40d1a7!important
}

.feature_item_icon.bg-shhamrock {
	box-shadow: 0 10px 30px rgba(64, 209, 167, .3)
}

.st-mean-shhamrock.mean-container a.meanmenu-reveal span,
.st_info_box.bg-shhamrock {
	background-color: #40d1a7!important
}

.st_info_box.bg-shadow-shhamrock {
	box-shadow: 0 30px 60px rgba(64, 209, 167, .4)
}

.st-mean-shhamrock.mean-container a.meanmenu-reveal {
	color: #40d1a7!important
}

.feature_item_icon.bg-cornflower-blue,
.st_default_btn.bg-cornflower-blue,
.st_default_btn.st_transparent.bg-cornflower-blue {
	background-color: #5d81ec!important
}

.feature_item_icon.bg-cornflower-blue {
	box-shadow: 0 10px 30px rgba(93, 129, 236, .3)
}

.st-mean-cornflower-blue.mean-container a.meanmenu-reveal span,
.st_info_box.bg-cornflower-blue {
	background-color: #5d81ec!important
}

.st_info_box.bg-shadow-cornflower-blue {
	box-shadow: 0 30px 60px rgba(93, 129, 236, .4)
}

.st-mean-cornflower-blue.mean-container a.meanmenu-reveal {
	color: #5d81ec!important
}

.feature_item_icon.bg-picton-blue,
.st_default_btn.bg-picton-blue,
.st_default_btn.st_transparent.bg-picton-blue {
	background-color: #4cd0e5!important
}

.feature_item_icon.bg-picton-blue {
	box-shadow: 0 10px 30px rgba(76, 208, 229, .3)
}

.st-mean-picton-blue.mean-container a.meanmenu-reveal span,
.st_info_box.bg-picton-blue {
	background-color: #4cd0e5!important
}

.st_info_box.bg-shadow-picton-blue {
	box-shadow: 0 30px 60px rgba(76, 208, 229, .4)
}

.st-mean-picton-blue.mean-container a.meanmenu-reveal {
	color: #4cd0e5!important
}

.feature_item_icon.bg-geraldine,
.st_default_btn.bg-geraldine,
.st_default_btn.st_transparent.bg-geraldine {
	background-color: #ff7b84!important
}

.feature_item_icon.bg-geraldine {
	box-shadow: 0 10px 30px rgba(255, 123, 132, .3)
}

.st-mean-geraldine.mean-container a.meanmenu-reveal span,
.st_info_box.bg-geraldine {
	background-color: #ff7b84!important
}

.st_info_box.bg-shadow-geraldine {
	box-shadow: 0 30px 60px rgba(255, 123, 132, .4)
}

.st-mean-geraldine.mean-container a.meanmenu-reveal {
	color: #ff7b84!important
}

.feature_item_icon.bg-polar-dib,
.st_default_btn.bg-polar-dib,
.st_default_btn.st_transparent.bg-polar-dib {
	background-color: #f1fbfc!important
}

.feature_item_icon.bg-polar-dib {
	box-shadow: 0 10px 30px rgba(241, 251, 252, .3)
}

.st-mean-polar-dib.mean-container a.meanmenu-reveal span,
.st_info_box.bg-polar-dib {
	background-color: #f1fbfc!important
}

.st_info_box.bg-shadow-polar-dib {
	box-shadow: 0 30px 60px rgba(241, 251, 252, .4)
}

.st-mean-polar-dib.mean-container a.meanmenu-reveal {
	color: #f1fbfc!important
}

.st_default_btn.st_transparent.text-gigas,
.st_default_btn.text-gigas {
	color: #5040a0!important
}

.st_default_btn.st_transparent.text-gigas:active,
.st_default_btn.st_transparent.text-gigas:focus,
.st_default_btn.st_transparent.text-gigas:hover {
	background-color: #5040a0!important;
	border-color: #5040a0!important
}

.border-gigas {
	border-color: #5040a0!important
}

.st_default_btn.st_transparent.text-perison-blue,
.st_default_btn.text-perison-blue {
	color: #1e43dd!important
}

.st_default_btn.st_transparent.text-perison-blue:active,
.st_default_btn.st_transparent.text-perison-blue:focus,
.st_default_btn.st_transparent.text-perison-blue:hover {
	background-color: #1e43dd!important;
	border-color: #1e43dd!important
}

.border-perison-blue {
	border-color: #1e43dd!important
}

.st_default_btn.st_transparent.text-st-aqua,
.st_default_btn.text-st-aqua {
	color: #00e3f6!important
}

.st_default_btn.st_transparent.text-st-aqua:active,
.st_default_btn.st_transparent.text-st-aqua:focus,
.st_default_btn.st_transparent.text-st-aqua:hover {
	background-color: #00e3f6!important;
	border-color: #00e3f6!important
}

.border-st-aqua {
	border-color: #00e3f6!important
}

.st_default_btn.st_transparent.text-shamrock,
.st_default_btn.text-shamrock {
	color: #3ad984!important
}

.st_default_btn.st_transparent.text-shamrock:active,
.st_default_btn.st_transparent.text-shamrock:focus,
.st_default_btn.st_transparent.text-shamrock:hover {
	background-color: #3ad984!important;
	border-color: #3ad984!important
}

.border-shamrock {
	border-color: #3ad984!important
}

.st_default_btn.st_transparent.text-yellow-orange,
.st_default_btn.text-yellow-orange {
	color: #ffaa3b!important
}

.st_default_btn.st_transparent.text-yellow-orange:active,
.st_default_btn.st_transparent.text-yellow-orange:focus,
.st_default_btn.st_transparent.text-yellow-orange:hover {
	background-color: #ffaa3b!important;
	border-color: #ffaa3b!important
}

.border-yellow-orange {
	border-color: #ffaa3b!important
}

.st_default_btn.st_transparent.text-st-pink,
.st_default_btn.text-st-pink {
	color: #f23f79!important
}

.st_default_btn.st_transparent.text-st-pink:active,
.st_default_btn.st_transparent.text-st-pink:focus,
.st_default_btn.st_transparent.text-st-pink:hover {
	background-color: #f23f79!important;
	border-color: #f23f79!important
}

.border-st-pink {
	border-color: #f23f79!important
}

.st_default_btn.st_transparent.text-st-orange,
.st_default_btn.text-st-orange {
	color: #ff5d1c!important
}

.st_default_btn.st_transparent.text-st-orange:active,
.st_default_btn.st_transparent.text-st-orange:focus,
.st_default_btn.st_transparent.text-st-orange:hover {
	background-color: #ff5d1c!important;
	border-color: #ff5d1c!important
}

.border-st-orange {
	border-color: #ff5d1c!important
}

.st_default_btn.st_transparent.text-science-blue,
.st_default_btn.text-science-blue {
	color: #0366d6!important
}

.st_default_btn.st_transparent.text-science-blue:active,
.st_default_btn.st_transparent.text-science-blue:focus,
.st_default_btn.st_transparent.text-science-blue:hover {
	background-color: #0366d6!important;
	border-color: #0366d6!important
}

.border-science-blue {
	border-color: #0366d6!important
}

.st_default_btn.st_transparent.text-emerald,
.st_default_btn.text-emerald {
	color: #38d16a!important
}

.st_default_btn.st_transparent.text-emerald:active,
.st_default_btn.st_transparent.text-emerald:focus,
.st_default_btn.st_transparent.text-emerald:hover {
	background-color: #38d16a!important;
	border-color: #38d16a!important
}

.border-emerald {
	border-color: #38d16a!important
}

.st_default_btn.st_transparent.text-chambray,
.st_default_btn.text-chambray {
	color: #3b3e99!important
}

.st_default_btn.st_transparent.text-chambray:active,
.st_default_btn.st_transparent.text-chambray:focus,
.st_default_btn.st_transparent.text-chambray:hover {
	background-color: #3b3e99!important;
	border-color: #3b3e99!important
}

.border-chambray {
	border-color: #3b3e99!important
}

.st_default_btn.st_transparent.text-medium-purple,
.st_default_btn.text-medium-purple {
	color: #8066dc!important
}

.st_default_btn.st_transparent.text-medium-purple:active,
.st_default_btn.st_transparent.text-medium-purple:focus,
.st_default_btn.st_transparent.text-medium-purple:hover {
	background-color: #8066dc!important;
	border-color: #8066dc!important
}

.border-medium-purple {
	border-color: #8066dc!important
}

.st_default_btn.st_transparent.text-lochmara,
.st_default_btn.text-lochmara {
	color: #0079bf!important
}

.st_default_btn.st_transparent.text-lochmara:active,
.st_default_btn.st_transparent.text-lochmara:focus,
.st_default_btn.st_transparent.text-lochmara:hover {
	background-color: #0079bf!important;
	border-color: #0079bf!important
}

.border-lochmara {
	border-color: #0079bf!important
}

.st_default_btn.st_transparent.text-froly,
.st_default_btn.text-froly {
	color: #f46f6c!important
}

.st_default_btn.st_transparent.text-froly:active,
.st_default_btn.st_transparent.text-froly:focus,
.st_default_btn.st_transparent.text-froly:hover {
	background-color: #f46f6c!important;
	border-color: #f46f6c!important
}

.border-froly {
	border-color: #f46f6c!important
}

.st_default_btn.st_transparent.text-alpha-froly,
.st_default_btn.text-alpha-froly {
	color: rgba(244, 111, 108, .1)!important
}

.st_default_btn.st_transparent.text-alpha-froly:active,
.st_default_btn.st_transparent.text-alpha-froly:focus,
.st_default_btn.st_transparent.text-alpha-froly:hover {
	background-color: rgba(244, 111, 108, .1)!important;
	border-color: rgba(244, 111, 108, .1)!important
}

.border-alpha-froly {
	border-color: rgba(244, 111, 108, .1)!important
}

.st_default_btn.st_transparent.text-sweet-pink,
.st_default_btn.text-sweet-pink {
	color: #ffa3a1!important
}

.st_default_btn.st_transparent.text-sweet-pink:active,
.st_default_btn.st_transparent.text-sweet-pink:focus,
.st_default_btn.st_transparent.text-sweet-pink:hover {
	background-color: #ffa3a1!important;
	border-color: #ffa3a1!important
}

.border-sweet-pink {
	border-color: #ffa3a1!important
}

.st_default_btn.st_transparent.text-koamaru,
.st_default_btn.text-koamaru {
	color: #1d1068!important
}

.st_default_btn.st_transparent.text-koamaru:active,
.st_default_btn.st_transparent.text-koamaru:focus,
.st_default_btn.st_transparent.text-koamaru:hover {
	background-color: #1d1068!important;
	border-color: #1d1068!important
}

.border-koamaru {
	border-color: #1d1068!important
}

.st_default_btn.st_transparent.text-haiti,
.st_default_btn.text-haiti,
.st_menu ul>li ul li a:hover {
	color: #140f30!important
}

.st_default_btn.st_transparent.text-haiti:active,
.st_default_btn.st_transparent.text-haiti:focus,
.st_default_btn.st_transparent.text-haiti:hover {
	background-color: #140f30!important;
	border-color: #140f30!important
}

.border-haiti {
	border-color: #140f30!important
}

.st_default_btn.st_transparent.text-magnolia,
.st_default_btn.text-magnolia {
	color: #f9f8ff!important
}

.st_default_btn.st_transparent.text-magnolia:active,
.st_default_btn.st_transparent.text-magnolia:focus,
.st_default_btn.st_transparent.text-magnolia:hover {
	background-color: #f9f8ff!important;
	border-color: #f9f8ff!important
}

.border-magnolia {
	border-color: #f9f8ff!important
}

.st_default_btn.st_transparent.text-alice-blue,
.st_default_btn.text-alice-blue {
	color: #f5fbff!important
}

.st_default_btn.st_transparent.text-alice-blue:active,
.st_default_btn.st_transparent.text-alice-blue:focus,
.st_default_btn.st_transparent.text-alice-blue:hover {
	background-color: #f5fbff!important;
	border-color: #f5fbff!important
}

.border-alice-blue {
	border-color: #f5fbff!important
}

.st_default_btn.st_transparent.text-polar,
.st_default_btn.text-polar {
	color: #f5f9fd!important
}

.st_default_btn.st_transparent.text-polar:active,
.st_default_btn.st_transparent.text-polar:focus,
.st_default_btn.st_transparent.text-polar:hover {
	background-color: #f5f9fd!important;
	border-color: #f5f9fd!important
}

.border-polar {
	border-color: #f5f9fd!important
}

.st_default_btn.st_transparent.text-st-primary,
.st_default_btn.text-st-primary {
	color: #9595a8!important
}

.st_default_btn.st_transparent.text-st-primary:active,
.st_default_btn.st_transparent.text-st-primary:focus,
.st_default_btn.st_transparent.text-st-primary:hover {
	background-color: #9595a8!important;
	border-color: #9595a8!important
}

.border-st-primary {
	border-color: #9595a8!important
}

.st_default_btn.st_transparent.text-st-white,
.st_default_btn.text-st-white {
	color: #fff!important
}

.st_default_btn.st_transparent.text-st-white:active,
.st_default_btn.st_transparent.text-st-white:focus,
.st_default_btn.st_transparent.text-st-white:hover {
	background-color: #fff!important;
	border-color: #fff!important
}

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

.st_default_btn.st_transparent.text-st-black,
.st_default_btn.text-st-black {
	color: #000!important
}

.st_default_btn.st_transparent.text-st-black:active,
.st_default_btn.st_transparent.text-st-black:focus,
.st_default_btn.st_transparent.text-st-black:hover {
	background-color: #000!important;
	border-color: #000!important
}

.border-st-black {
	border-color: #000!important
}

.st_default_btn.st_transparent.text-st-fog,
.st_default_btn.text-st-fog {
	color: #d6ccff!important
}

.st_default_btn.st_transparent.text-st-fog:active,
.st_default_btn.st_transparent.text-st-fog:focus,
.st_default_btn.st_transparent.text-st-fog:hover {
	background-color: #d6ccff!important;
	border-color: #d6ccff!important
}

.border-st-fog {
	border-color: #d6ccff!important
}

.st_default_btn.st_transparent.text-st-gray,
.st_default_btn.text-st-gray {
	color: #999!important
}

.st_default_btn.st_transparent.text-st-gray:active,
.st_default_btn.st_transparent.text-st-gray:focus,
.st_default_btn.st_transparent.text-st-gray:hover {
	background-color: #999!important;
	border-color: #999!important
}

.border-st-gray {
	border-color: #999!important
}

.st_default_btn.st_transparent.text-st-concrete,
.st_default_btn.text-st-concrete {
	color: #f3f3f3!important
}

.st_default_btn.st_transparent.text-st-concrete:active,
.st_default_btn.st_transparent.text-st-concrete:focus,
.st_default_btn.st_transparent.text-st-concrete:hover {
	background-color: #f3f3f3!important;
	border-color: #f3f3f3!important
}

.border-st-concrete {
	border-color: #f3f3f3!important
}

.st_default_btn.st_transparent.text-st-violet,
.st_default_btn.text-st-violet {
	color: #d52eef!important
}

.st_default_btn.st_transparent.text-st-violet:active,
.st_default_btn.st_transparent.text-st-violet:focus,
.st_default_btn.st_transparent.text-st-violet:hover {
	background-color: #d52eef!important;
	border-color: #d52eef!important
}

.border-st-violet {
	border-color: #d52eef!important
}

.st_default_btn.st_transparent.text-sun-glow,
.st_default_btn.text-sun-glow {
	color: #fccc2c!important
}

.st_default_btn.st_transparent.text-sun-glow:active,
.st_default_btn.st_transparent.text-sun-glow:focus,
.st_default_btn.st_transparent.text-sun-glow:hover {
	background-color: #fccc2c!important;
	border-color: #fccc2c!important
}

.border-sun-glow {
	border-color: #fccc2c!important
}

.st_default_btn.st_transparent.text-st-cabaret,
.st_default_btn.text-st-cabaret {
	color: #d1386c!important
}

.st_default_btn.st_transparent.text-st-cabaret:active,
.st_default_btn.st_transparent.text-st-cabaret:focus,
.st_default_btn.st_transparent.text-st-cabaret:hover {
	background-color: #d1386c!important;
	border-color: #d1386c!important
}

.border-st-cabaret {
	border-color: #d1386c!important
}

.st_default_btn.st_transparent.text-st-zircon,
.st_default_btn.text-st-zircon {
	color: #f8faff!important
}

.st_default_btn.st_transparent.text-st-zircon:active,
.st_default_btn.st_transparent.text-st-zircon:focus,
.st_default_btn.st_transparent.text-st-zircon:hover {
	background-color: #f8faff!important;
	border-color: #f8faff!important
}

.border-st-zircon {
	border-color: #f8faff!important
}

.st_default_btn.st_transparent.text-clear-day,
.st_default_btn.text-clear-day {
	color: #f9fffd!important
}

.st_default_btn.st_transparent.text-clear-day:active,
.st_default_btn.st_transparent.text-clear-day:focus,
.st_default_btn.st_transparent.text-clear-day:hover {
	background-color: #f9fffd!important;
	border-color: #f9fffd!important
}

.border-clear-day {
	border-color: #f9fffd!important
}

.st_default_btn.st_transparent.text-st-shamrock,
.st_default_btn.text-st-shamrock {
	color: #3ad984!important
}

.st_default_btn.st_transparent.text-st-shamrock:active,
.st_default_btn.st_transparent.text-st-shamrock:focus,
.st_default_btn.st_transparent.text-st-shamrock:hover {
	background-color: #3ad984!important;
	border-color: #3ad984!important
}

.border-st-shamrock {
	border-color: #3ad984!important
}

.st_default_btn.st_transparent.text-blue-bell,
.st_default_btn.text-blue-bell {
	color: #9d9ece!important
}

.st_default_btn.st_transparent.text-blue-bell:active,
.st_default_btn.st_transparent.text-blue-bell:focus,
.st_default_btn.st_transparent.text-blue-bell:hover {
	background-color: #9d9ece!important;
	border-color: #9d9ece!important
}

.border-blue-bell {
	border-color: #9d9ece!important
}

.st_default_btn.st_transparent.text-snuff,
.st_default_btn.text-snuff {
	color: #dbd7e9!important
}

.st_default_btn.st_transparent.text-snuff:active,
.st_default_btn.st_transparent.text-snuff:focus,
.st_default_btn.st_transparent.text-snuff:hover {
	background-color: #dbd7e9!important;
	border-color: #dbd7e9!important
}

.border-snuff {
	border-color: #dbd7e9!important
}

.st_default_btn.st_transparent.text-french-grey,
.st_default_btn.text-french-grey {
	color: #c3c3c7!important
}

.st_default_btn.st_transparent.text-french-grey:active,
.st_default_btn.st_transparent.text-french-grey:focus,
.st_default_btn.st_transparent.text-french-grey:hover {
	background-color: #c3c3c7!important;
	border-color: #c3c3c7!important
}

.border-french-grey {
	border-color: #c3c3c7!important
}

.st_default_btn.st_transparent.text-ebony-clay,
.st_default_btn.text-ebony-clay {
	color: #1f2833!important
}

.st_default_btn.st_transparent.text-ebony-clay:active,
.st_default_btn.st_transparent.text-ebony-clay:focus,
.st_default_btn.st_transparent.text-ebony-clay:hover {
	background-color: #1f2833!important;
	border-color: #1f2833!important
}

.border-ebony-clay {
	border-color: #1f2833!important
}

.st_default_btn.st_transparent.text-black-rock,
.st_default_btn.text-black-rock {
	color: #080327!important
}

.st_default_btn.st_transparent.text-black-rock:active,
.st_default_btn.st_transparent.text-black-rock:focus,
.st_default_btn.st_transparent.text-black-rock:hover {
	background-color: #080327!important;
	border-color: #080327!important
}

.border-black-rock {
	border-color: #080327!important
}

.st_default_btn.st_transparent.text-st-lavender,
.st_default_btn.text-st-lavender {
	color: #b4b5d5!important
}

.st_default_btn.st_transparent.text-st-lavender:active,
.st_default_btn.st_transparent.text-st-lavender:focus,
.st_default_btn.st_transparent.text-st-lavender:hover {
	background-color: #b4b5d5!important;
	border-color: #b4b5d5!important
}

.border-st-lavender {
	border-color: #b4b5d5!important
}

.st_default_btn.st_transparent.text-titan-white,
.st_default_btn.text-titan-white {
	color: #f5f5ff!important
}

.st_default_btn.st_transparent.text-titan-white:active,
.st_default_btn.st_transparent.text-titan-white:focus,
.st_default_btn.st_transparent.text-titan-white:hover {
	background-color: #f5f5ff!important;
	border-color: #f5f5ff!important
}

.border-titan-white {
	border-color: #f5f5ff!important
}

.st_default_btn.st_transparent.text-regent,
.st_default_btn.text-regent {
	color: #8d9ba4!important
}

.st_default_btn.st_transparent.text-regent:active,
.st_default_btn.st_transparent.text-regent:focus,
.st_default_btn.st_transparent.text-regent:hover {
	background-color: #8d9ba4!important;
	border-color: #8d9ba4!important
}

.border-regent {
	border-color: #8d9ba4!important
}

.st_default_btn.st_transparent.text-shhamrock,
.st_default_btn.text-shhamrock {
	color: #40d1a7!important
}

.st_default_btn.st_transparent.text-shhamrock:active,
.st_default_btn.st_transparent.text-shhamrock:focus,
.st_default_btn.st_transparent.text-shhamrock:hover {
	background-color: #40d1a7!important;
	border-color: #40d1a7!important
}

.border-shhamrock {
	border-color: #40d1a7!important
}

.st_default_btn.st_transparent.text-cornflower-blue,
.st_default_btn.text-cornflower-blue {
	color: #5d81ec!important
}

.st_default_btn.st_transparent.text-cornflower-blue:active,
.st_default_btn.st_transparent.text-cornflower-blue:focus,
.st_default_btn.st_transparent.text-cornflower-blue:hover {
	background-color: #5d81ec!important;
	border-color: #5d81ec!important
}

.border-cornflower-blue {
	border-color: #5d81ec!important
}

.st_default_btn.st_transparent.text-picton-blue,
.st_default_btn.text-picton-blue {
	color: #4cd0e5!important
}

.st_default_btn.st_transparent.text-picton-blue:active,
.st_default_btn.st_transparent.text-picton-blue:focus,
.st_default_btn.st_transparent.text-picton-blue:hover {
	background-color: #4cd0e5!important;
	border-color: #4cd0e5!important
}

.border-picton-blue {
	border-color: #4cd0e5!important
}

.st_default_btn.st_transparent.text-geraldine,
.st_default_btn.text-geraldine {
	color: #ff7b84!important
}

.st_default_btn.st_transparent.text-geraldine:active,
.st_default_btn.st_transparent.text-geraldine:focus,
.st_default_btn.st_transparent.text-geraldine:hover {
	background-color: #ff7b84!important;
	border-color: #ff7b84!important
}

.border-geraldine {
	border-color: #ff7b84!important
}

.st_default_btn.st_transparent.text-polar-dib,
.st_default_btn.text-polar-dib {
	color: #f1fbfc!important
}

.st_default_btn.st_transparent.text-polar-dib:active,
.st_default_btn.st_transparent.text-polar-dib:focus,
.st_default_btn.st_transparent.text-polar-dib:hover {
	background-color: #f1fbfc!important;
	border-color: #f1fbfc!important
}

.border-polar-dib {
	border-color: #f1fbfc!important
}

.bg-hover-gigas:active,
.bg-hover-gigas:focus,
.bg-hover-gigas:hover,
.st_default_btn.bg-hover-gigas:active,
.st_default_btn.bg-hover-gigas:focus,
.st_default_btn.bg-hover-gigas:hover {
	background-color: #5040a0!important
}

header.sticky-menu.sticky-bg-gigas {
	background: #5040a0!important
}

.st_default_btn.st_transparent.text-hover-gigas:active,
.st_default_btn.st_transparent.text-hover-gigas:focus,
.st_default_btn.st_transparent.text-hover-gigas:hover,
.text-hover-gigas:active,
.text-hover-gigas:focus,
.text-hover-gigas:hover {
	color: #5040a0!important
}

.fieldset-active-gigas input:checked+label {
	color: #5040a0!important
}

.fieldset-active-gigas .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(80, 64, 160, .1) 20%, rgba(80, 64, 160, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(80, 64, 160, .1) 20%, rgba(80, 64, 160, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(80, 64, 160, .1) 20%, rgba(80, 64, 160, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-gigas .st-pricing-underlines .st-pricing-underlines-2 {
	background: #5040a0;
	background: -moz-linear-gradient(left, rgba(80, 64, 160, .04) 0%, #5040a0 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(80, 64, 160, .04) 0%, #5040a0 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(80, 64, 160, .04) 0%, #5040a0 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-perison-blue:active,
.bg-hover-perison-blue:focus,
.bg-hover-perison-blue:hover,
.st_default_btn.bg-hover-perison-blue:active,
.st_default_btn.bg-hover-perison-blue:focus,
.st_default_btn.bg-hover-perison-blue:hover {
	background-color: #1e43dd!important
}

header.sticky-menu.sticky-bg-perison-blue {
	background: #1e43dd!important
}

.st_default_btn.st_transparent.text-hover-perison-blue:active,
.st_default_btn.st_transparent.text-hover-perison-blue:focus,
.st_default_btn.st_transparent.text-hover-perison-blue:hover,
.text-hover-perison-blue:active,
.text-hover-perison-blue:focus,
.text-hover-perison-blue:hover {
	color: #1e43dd!important
}

.fieldset-active-perison-blue input:checked+label {
	color: #1e43dd!important
}

.fieldset-active-perison-blue .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(30, 67, 221, .1) 20%, rgba(30, 67, 221, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(30, 67, 221, .1) 20%, rgba(30, 67, 221, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(30, 67, 221, .1) 20%, rgba(30, 67, 221, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-perison-blue .st-pricing-underlines .st-pricing-underlines-2 {
	background: #1e43dd;
	background: -moz-linear-gradient(left, rgba(30, 67, 221, .04) 0%, #1e43dd 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(30, 67, 221, .04) 0%, #1e43dd 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(30, 67, 221, .04) 0%, #1e43dd 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-aqua:active,
.bg-hover-st-aqua:focus,
.bg-hover-st-aqua:hover,
.st_default_btn.bg-hover-st-aqua:active,
.st_default_btn.bg-hover-st-aqua:focus,
.st_default_btn.bg-hover-st-aqua:hover {
	background-color: #00e3f6!important
}

header.sticky-menu.sticky-bg-st-aqua {
	background: #00e3f6!important
}

.st_default_btn.st_transparent.text-hover-st-aqua:active,
.st_default_btn.st_transparent.text-hover-st-aqua:focus,
.st_default_btn.st_transparent.text-hover-st-aqua:hover,
.text-hover-st-aqua:active,
.text-hover-st-aqua:focus,
.text-hover-st-aqua:hover {
	color: #00e3f6!important
}

.fieldset-active-st-aqua input:checked+label {
	color: #00e3f6!important
}

.fieldset-active-st-aqua .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 227, 246, .1) 20%, rgba(0, 227, 246, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 227, 246, .1) 20%, rgba(0, 227, 246, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(0, 227, 246, .1) 20%, rgba(0, 227, 246, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-aqua .st-pricing-underlines .st-pricing-underlines-2 {
	background: #00e3f6;
	background: -moz-linear-gradient(left, rgba(0, 227, 246, .04) 0%, #00e3f6 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 227, 246, .04) 0%, #00e3f6 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(0, 227, 246, .04) 0%, #00e3f6 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-shamrock:active,
.bg-hover-shamrock:focus,
.bg-hover-shamrock:hover,
.st_default_btn.bg-hover-shamrock:active,
.st_default_btn.bg-hover-shamrock:focus,
.st_default_btn.bg-hover-shamrock:hover {
	background-color: #3ad984!important
}

header.sticky-menu.sticky-bg-shamrock {
	background: #3ad984!important
}

.st_default_btn.st_transparent.text-hover-shamrock:active,
.st_default_btn.st_transparent.text-hover-shamrock:focus,
.st_default_btn.st_transparent.text-hover-shamrock:hover,
.text-hover-shamrock:active,
.text-hover-shamrock:focus,
.text-hover-shamrock:hover {
	color: #3ad984!important
}

.fieldset-active-shamrock input:checked+label {
	color: #3ad984!important
}

.fieldset-active-shamrock .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-shamrock .st-pricing-underlines .st-pricing-underlines-2 {
	background: #3ad984;
	background: -moz-linear-gradient(left, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-yellow-orange:active,
.bg-hover-yellow-orange:focus,
.bg-hover-yellow-orange:hover,
.st_default_btn.bg-hover-yellow-orange:active,
.st_default_btn.bg-hover-yellow-orange:focus,
.st_default_btn.bg-hover-yellow-orange:hover {
	background-color: #ffaa3b!important
}

header.sticky-menu.sticky-bg-yellow-orange {
	background: #ffaa3b!important
}

.st_default_btn.st_transparent.text-hover-yellow-orange:active,
.st_default_btn.st_transparent.text-hover-yellow-orange:focus,
.st_default_btn.st_transparent.text-hover-yellow-orange:hover,
.text-hover-yellow-orange:active,
.text-hover-yellow-orange:focus,
.text-hover-yellow-orange:hover {
	color: #ffaa3b!important
}

.fieldset-active-yellow-orange input:checked+label {
	color: #ffaa3b!important
}

.fieldset-active-yellow-orange .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 170, 59, .1) 20%, rgba(255, 170, 59, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 170, 59, .1) 20%, rgba(255, 170, 59, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 170, 59, .1) 20%, rgba(255, 170, 59, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-yellow-orange .st-pricing-underlines .st-pricing-underlines-2 {
	background: #ffaa3b;
	background: -moz-linear-gradient(left, rgba(255, 170, 59, .04) 0%, #ffaa3b 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 170, 59, .04) 0%, #ffaa3b 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(255, 170, 59, .04) 0%, #ffaa3b 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-pink:active,
.bg-hover-st-pink:focus,
.bg-hover-st-pink:hover,
.st_default_btn.bg-hover-st-pink:active,
.st_default_btn.bg-hover-st-pink:focus,
.st_default_btn.bg-hover-st-pink:hover {
	background-color: #f23f79!important
}

header.sticky-menu.sticky-bg-st-pink {
	background: #f23f79!important
}

.st_default_btn.st_transparent.text-hover-st-pink:active,
.st_default_btn.st_transparent.text-hover-st-pink:focus,
.st_default_btn.st_transparent.text-hover-st-pink:hover,
.text-hover-st-pink:active,
.text-hover-st-pink:focus,
.text-hover-st-pink:hover {
	color: #f23f79!important
}

.fieldset-active-st-pink input:checked+label {
	color: #f23f79!important
}

.fieldset-active-st-pink .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(242, 63, 121, .1) 20%, rgba(242, 63, 121, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(242, 63, 121, .1) 20%, rgba(242, 63, 121, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(242, 63, 121, .1) 20%, rgba(242, 63, 121, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-pink .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f23f79;
	background: -moz-linear-gradient(left, rgba(242, 63, 121, .04) 0%, #f23f79 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(242, 63, 121, .04) 0%, #f23f79 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(242, 63, 121, .04) 0%, #f23f79 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-orange:active,
.bg-hover-st-orange:focus,
.bg-hover-st-orange:hover,
.st_default_btn.bg-hover-st-orange:active,
.st_default_btn.bg-hover-st-orange:focus,
.st_default_btn.bg-hover-st-orange:hover {
	background-color: #ff5d1c!important
}

header.sticky-menu.sticky-bg-st-orange {
	background: #ff5d1c!important
}

.st_default_btn.st_transparent.text-hover-st-orange:active,
.st_default_btn.st_transparent.text-hover-st-orange:focus,
.st_default_btn.st_transparent.text-hover-st-orange:hover,
.text-hover-st-orange:active,
.text-hover-st-orange:focus,
.text-hover-st-orange:hover {
	color: #ff5d1c!important
}

.fieldset-active-st-orange input:checked+label {
	color: #ff5d1c!important
}

.fieldset-active-st-orange .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 93, 28, .1) 20%, rgba(255, 93, 28, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 93, 28, .1) 20%, rgba(255, 93, 28, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 93, 28, .1) 20%, rgba(255, 93, 28, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-orange .st-pricing-underlines .st-pricing-underlines-2 {
	background: #ff5d1c;
	background: -moz-linear-gradient(left, rgba(255, 93, 28, .04) 0%, #ff5d1c 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 93, 28, .04) 0%, #ff5d1c 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(255, 93, 28, .04) 0%, #ff5d1c 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-science-blue:active,
.bg-hover-science-blue:focus,
.bg-hover-science-blue:hover,
.st_default_btn.bg-hover-science-blue:active,
.st_default_btn.bg-hover-science-blue:focus,
.st_default_btn.bg-hover-science-blue:hover {
	background-color: #0366d6!important
}

header.sticky-menu.sticky-bg-science-blue {
	background: #0366d6!important
}

.st_default_btn.st_transparent.text-hover-science-blue:active,
.st_default_btn.st_transparent.text-hover-science-blue:focus,
.st_default_btn.st_transparent.text-hover-science-blue:hover,
.text-hover-science-blue:active,
.text-hover-science-blue:focus,
.text-hover-science-blue:hover {
	color: #0366d6!important
}

.fieldset-active-science-blue input:checked+label {
	color: #0366d6!important
}

.fieldset-active-science-blue .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(3, 102, 214, .1) 20%, rgba(3, 102, 214, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(3, 102, 214, .1) 20%, rgba(3, 102, 214, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(3, 102, 214, .1) 20%, rgba(3, 102, 214, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-science-blue .st-pricing-underlines .st-pricing-underlines-2 {
	background: #0366d6;
	background: -moz-linear-gradient(left, rgba(3, 102, 214, .04) 0%, #0366d6 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(3, 102, 214, .04) 0%, #0366d6 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(3, 102, 214, .04) 0%, #0366d6 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-emerald:active,
.bg-hover-emerald:focus,
.bg-hover-emerald:hover,
.st_default_btn.bg-hover-emerald:active,
.st_default_btn.bg-hover-emerald:focus,
.st_default_btn.bg-hover-emerald:hover {
	background-color: #38d16a!important
}

header.sticky-menu.sticky-bg-emerald {
	background: #38d16a!important
}

.st_default_btn.st_transparent.text-hover-emerald:active,
.st_default_btn.st_transparent.text-hover-emerald:focus,
.st_default_btn.st_transparent.text-hover-emerald:hover,
.text-hover-emerald:active,
.text-hover-emerald:focus,
.text-hover-emerald:hover {
	color: #38d16a!important
}

.fieldset-active-emerald input:checked+label {
	color: #38d16a!important
}

.fieldset-active-emerald .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(56, 209, 106, .1) 20%, rgba(56, 209, 106, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(56, 209, 106, .1) 20%, rgba(56, 209, 106, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(56, 209, 106, .1) 20%, rgba(56, 209, 106, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-emerald .st-pricing-underlines .st-pricing-underlines-2 {
	background: #38d16a;
	background: -moz-linear-gradient(left, rgba(56, 209, 106, .04) 0%, #38d16a 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(56, 209, 106, .04) 0%, #38d16a 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(56, 209, 106, .04) 0%, #38d16a 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-chambray:active,
.bg-hover-chambray:focus,
.bg-hover-chambray:hover,
.st_default_btn.bg-hover-chambray:active,
.st_default_btn.bg-hover-chambray:focus,
.st_default_btn.bg-hover-chambray:hover {
	background-color: #3b3e99!important
}

header.sticky-menu.sticky-bg-chambray {
	background: #3b3e99!important
}

.st_default_btn.st_transparent.text-hover-chambray:active,
.st_default_btn.st_transparent.text-hover-chambray:focus,
.st_default_btn.st_transparent.text-hover-chambray:hover,
.text-hover-chambray:active,
.text-hover-chambray:focus,
.text-hover-chambray:hover {
	color: #3b3e99!important
}

.fieldset-active-chambray input:checked+label {
	color: #3b3e99!important
}

.fieldset-active-chambray .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(59, 62, 153, .1) 20%, rgba(59, 62, 153, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(59, 62, 153, .1) 20%, rgba(59, 62, 153, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(59, 62, 153, .1) 20%, rgba(59, 62, 153, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-chambray .st-pricing-underlines .st-pricing-underlines-2 {
	background: #3b3e99;
	background: -moz-linear-gradient(left, rgba(59, 62, 153, .04) 0%, #3b3e99 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(59, 62, 153, .04) 0%, #3b3e99 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(59, 62, 153, .04) 0%, #3b3e99 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-medium-purple:active,
.bg-hover-medium-purple:focus,
.bg-hover-medium-purple:hover,
.st_default_btn.bg-hover-medium-purple:active,
.st_default_btn.bg-hover-medium-purple:focus,
.st_default_btn.bg-hover-medium-purple:hover {
	background-color: #8066dc!important
}

header.sticky-menu.sticky-bg-medium-purple {
	background: #8066dc!important
}

.st_default_btn.st_transparent.text-hover-medium-purple:active,
.st_default_btn.st_transparent.text-hover-medium-purple:focus,
.st_default_btn.st_transparent.text-hover-medium-purple:hover,
.text-hover-medium-purple:active,
.text-hover-medium-purple:focus,
.text-hover-medium-purple:hover {
	color: #8066dc!important
}

.fieldset-active-medium-purple input:checked+label {
	color: #8066dc!important
}

.fieldset-active-medium-purple .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(128, 102, 220, .1) 20%, rgba(128, 102, 220, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(128, 102, 220, .1) 20%, rgba(128, 102, 220, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(128, 102, 220, .1) 20%, rgba(128, 102, 220, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-medium-purple .st-pricing-underlines .st-pricing-underlines-2 {
	background: #8066dc;
	background: -moz-linear-gradient(left, rgba(128, 102, 220, .04) 0%, #8066dc 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(128, 102, 220, .04) 0%, #8066dc 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(128, 102, 220, .04) 0%, #8066dc 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-lochmara:active,
.bg-hover-lochmara:focus,
.bg-hover-lochmara:hover,
.st_default_btn.bg-hover-lochmara:active,
.st_default_btn.bg-hover-lochmara:focus,
.st_default_btn.bg-hover-lochmara:hover {
	background-color: #0079bf!important
}

header.sticky-menu.sticky-bg-lochmara {
	background: #0079bf!important
}

.st_default_btn.st_transparent.text-hover-lochmara:active,
.st_default_btn.st_transparent.text-hover-lochmara:focus,
.st_default_btn.st_transparent.text-hover-lochmara:hover,
.text-hover-lochmara:active,
.text-hover-lochmara:focus,
.text-hover-lochmara:hover {
	color: #0079bf!important
}

.fieldset-active-lochmara input:checked+label {
	color: #0079bf!important
}

.fieldset-active-lochmara .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 121, 191, .1) 20%, rgba(0, 121, 191, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 121, 191, .1) 20%, rgba(0, 121, 191, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(0, 121, 191, .1) 20%, rgba(0, 121, 191, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-lochmara .st-pricing-underlines .st-pricing-underlines-2 {
	background: #0079bf;
	background: -moz-linear-gradient(left, rgba(0, 121, 191, .04) 0%, #0079bf 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 121, 191, .04) 0%, #0079bf 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(0, 121, 191, .04) 0%, #0079bf 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-froly:active,
.bg-hover-froly:focus,
.bg-hover-froly:hover,
.st_default_btn.bg-hover-froly:active,
.st_default_btn.bg-hover-froly:focus,
.st_default_btn.bg-hover-froly:hover {
	background-color: #f46f6c!important
}

header.sticky-menu.sticky-bg-froly {
	background: #f46f6c!important
}

.st_default_btn.st_transparent.text-hover-froly:active,
.st_default_btn.st_transparent.text-hover-froly:focus,
.st_default_btn.st_transparent.text-hover-froly:hover,
.text-hover-froly:active,
.text-hover-froly:focus,
.text-hover-froly:hover {
	color: #f46f6c!important
}

.fieldset-active-froly input:checked+label {
	color: #f46f6c!important
}

.fieldset-active-froly .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-froly .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f46f6c;
	background: -moz-linear-gradient(left, rgba(244, 111, 108, .04) 0%, #f46f6c 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(244, 111, 108, .04) 0%, #f46f6c 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(244, 111, 108, .04) 0%, #f46f6c 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-alpha-froly:active,
.bg-hover-alpha-froly:focus,
.bg-hover-alpha-froly:hover,
.st_default_btn.bg-hover-alpha-froly:active,
.st_default_btn.bg-hover-alpha-froly:focus,
.st_default_btn.bg-hover-alpha-froly:hover {
	background-color: rgba(244, 111, 108, .1)!important
}

header.sticky-menu.sticky-bg-alpha-froly {
	background: rgba(244, 111, 108, .1)!important
}

.st_default_btn.st_transparent.text-hover-alpha-froly:active,
.st_default_btn.st_transparent.text-hover-alpha-froly:focus,
.st_default_btn.st_transparent.text-hover-alpha-froly:hover,
.text-hover-alpha-froly:active,
.text-hover-alpha-froly:focus,
.text-hover-alpha-froly:hover {
	color: rgba(244, 111, 108, .1)!important
}

.fieldset-active-alpha-froly input:checked+label {
	color: rgba(244, 111, 108, .1)!important
}

.fieldset-active-alpha-froly .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(244, 111, 108, .1) 20%, rgba(244, 111, 108, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-alpha-froly .st-pricing-underlines .st-pricing-underlines-2 {
	background: rgba(244, 111, 108, .1);
	background: -moz-linear-gradient(left, rgba(244, 111, 108, .04) 0%, rgba(244, 111, 108, .1) 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(244, 111, 108, .04) 0%, rgba(244, 111, 108, .1) 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(244, 111, 108, .04) 0%, rgba(244, 111, 108, .1) 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-sweet-pink:active,
.bg-hover-sweet-pink:focus,
.bg-hover-sweet-pink:hover,
.st_default_btn.bg-hover-sweet-pink:active,
.st_default_btn.bg-hover-sweet-pink:focus,
.st_default_btn.bg-hover-sweet-pink:hover {
	background-color: #ffa3a1!important
}

header.sticky-menu.sticky-bg-sweet-pink {
	background: #ffa3a1!important
}

.st_default_btn.st_transparent.text-hover-sweet-pink:active,
.st_default_btn.st_transparent.text-hover-sweet-pink:focus,
.st_default_btn.st_transparent.text-hover-sweet-pink:hover,
.text-hover-sweet-pink:active,
.text-hover-sweet-pink:focus,
.text-hover-sweet-pink:hover {
	color: #ffa3a1!important
}

.fieldset-active-sweet-pink input:checked+label {
	color: #ffa3a1!important
}

.fieldset-active-sweet-pink .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 163, 161, .1) 20%, rgba(255, 163, 161, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 163, 161, .1) 20%, rgba(255, 163, 161, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 163, 161, .1) 20%, rgba(255, 163, 161, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-sweet-pink .st-pricing-underlines .st-pricing-underlines-2 {
	background: #ffa3a1;
	background: -moz-linear-gradient(left, rgba(255, 163, 161, .04) 0%, #ffa3a1 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 163, 161, .04) 0%, #ffa3a1 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(255, 163, 161, .04) 0%, #ffa3a1 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-koamaru:active,
.bg-hover-koamaru:focus,
.bg-hover-koamaru:hover,
.st_default_btn.bg-hover-koamaru:active,
.st_default_btn.bg-hover-koamaru:focus,
.st_default_btn.bg-hover-koamaru:hover {
	background-color: #1d1068!important
}

header.sticky-menu.sticky-bg-koamaru {
	background: #1d1068!important
}

.st_default_btn.st_transparent.text-hover-koamaru:active,
.st_default_btn.st_transparent.text-hover-koamaru:focus,
.st_default_btn.st_transparent.text-hover-koamaru:hover,
.text-hover-koamaru:active,
.text-hover-koamaru:focus,
.text-hover-koamaru:hover {
	color: #1d1068!important
}

.fieldset-active-koamaru input:checked+label {
	color: #1d1068!important
}

.fieldset-active-koamaru .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(29, 16, 104, .1) 20%, rgba(29, 16, 104, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(29, 16, 104, .1) 20%, rgba(29, 16, 104, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(29, 16, 104, .1) 20%, rgba(29, 16, 104, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-koamaru .st-pricing-underlines .st-pricing-underlines-2 {
	background: #1d1068;
	background: -moz-linear-gradient(left, rgba(29, 16, 104, .04) 0%, #1d1068 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(29, 16, 104, .04) 0%, #1d1068 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(29, 16, 104, .04) 0%, #1d1068 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-haiti:active,
.bg-hover-haiti:focus,
.bg-hover-haiti:hover,
.st_default_btn.bg-hover-haiti:active,
.st_default_btn.bg-hover-haiti:focus,
.st_default_btn.bg-hover-haiti:hover {
	background-color: #140f30!important
}

header.sticky-menu.sticky-bg-haiti {
	background: #140f30!important
}

.st_default_btn.st_transparent.text-hover-haiti:active,
.st_default_btn.st_transparent.text-hover-haiti:focus,
.st_default_btn.st_transparent.text-hover-haiti:hover,
.text-hover-haiti:active,
.text-hover-haiti:focus,
.text-hover-haiti:hover {
	color: #140f30!important
}

.fieldset-active-haiti input:checked+label {
	color: #140f30!important
}

.fieldset-active-haiti .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(20, 15, 48, .1) 20%, rgba(20, 15, 48, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(20, 15, 48, .1) 20%, rgba(20, 15, 48, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(20, 15, 48, .1) 20%, rgba(20, 15, 48, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-haiti .st-pricing-underlines .st-pricing-underlines-2 {
	background: #140f30;
	background: -moz-linear-gradient(left, rgba(20, 15, 48, .04) 0%, #140f30 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 15, 48, .04) 0%, #140f30 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(20, 15, 48, .04) 0%, #140f30 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-magnolia:active,
.bg-hover-magnolia:focus,
.bg-hover-magnolia:hover,
.st_default_btn.bg-hover-magnolia:active,
.st_default_btn.bg-hover-magnolia:focus,
.st_default_btn.bg-hover-magnolia:hover {
	background-color: #f9f8ff!important
}

header.sticky-menu.sticky-bg-magnolia {
	background: #f9f8ff!important
}

.st_default_btn.st_transparent.text-hover-magnolia:active,
.st_default_btn.st_transparent.text-hover-magnolia:focus,
.st_default_btn.st_transparent.text-hover-magnolia:hover,
.text-hover-magnolia:active,
.text-hover-magnolia:focus,
.text-hover-magnolia:hover {
	color: #f9f8ff!important
}

.fieldset-active-magnolia input:checked+label {
	color: #f9f8ff!important
}

.fieldset-active-magnolia .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(249, 248, 255, .1) 20%, rgba(249, 248, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(249, 248, 255, .1) 20%, rgba(249, 248, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(249, 248, 255, .1) 20%, rgba(249, 248, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-magnolia .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f9f8ff;
	background: -moz-linear-gradient(left, rgba(249, 248, 255, .04) 0%, #f9f8ff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(249, 248, 255, .04) 0%, #f9f8ff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(249, 248, 255, .04) 0%, #f9f8ff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-alice-blue:active,
.bg-hover-alice-blue:focus,
.bg-hover-alice-blue:hover,
.st_default_btn.bg-hover-alice-blue:active,
.st_default_btn.bg-hover-alice-blue:focus,
.st_default_btn.bg-hover-alice-blue:hover {
	background-color: #f5fbff!important
}

header.sticky-menu.sticky-bg-alice-blue {
	background: #f5fbff!important
}

.st_default_btn.st_transparent.text-hover-alice-blue:active,
.st_default_btn.st_transparent.text-hover-alice-blue:focus,
.st_default_btn.st_transparent.text-hover-alice-blue:hover,
.text-hover-alice-blue:active,
.text-hover-alice-blue:focus,
.text-hover-alice-blue:hover {
	color: #f5fbff!important
}

.fieldset-active-alice-blue input:checked+label {
	color: #f5fbff!important
}

.fieldset-active-alice-blue .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 251, 255, .1) 20%, rgba(245, 251, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 251, 255, .1) 20%, rgba(245, 251, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(245, 251, 255, .1) 20%, rgba(245, 251, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-alice-blue .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f5fbff;
	background: -moz-linear-gradient(left, rgba(245, 251, 255, .04) 0%, #f5fbff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(245, 251, 255, .04) 0%, #f5fbff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(245, 251, 255, .04) 0%, #f5fbff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-polar:active,
.bg-hover-polar:focus,
.bg-hover-polar:hover,
.st_default_btn.bg-hover-polar:active,
.st_default_btn.bg-hover-polar:focus,
.st_default_btn.bg-hover-polar:hover {
	background-color: #f5f9fd!important
}

header.sticky-menu.sticky-bg-polar {
	background: #f5f9fd!important
}

.st_default_btn.st_transparent.text-hover-polar:active,
.st_default_btn.st_transparent.text-hover-polar:focus,
.st_default_btn.st_transparent.text-hover-polar:hover,
.text-hover-polar:active,
.text-hover-polar:focus,
.text-hover-polar:hover {
	color: #f5f9fd!important
}

.fieldset-active-polar input:checked+label {
	color: #f5f9fd!important
}

.fieldset-active-polar .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 249, 253, .1) 20%, rgba(245, 249, 253, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 249, 253, .1) 20%, rgba(245, 249, 253, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(245, 249, 253, .1) 20%, rgba(245, 249, 253, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-polar .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f5f9fd;
	background: -moz-linear-gradient(left, rgba(245, 249, 253, .04) 0%, #f5f9fd 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(245, 249, 253, .04) 0%, #f5f9fd 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(245, 249, 253, .04) 0%, #f5f9fd 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-primary:active,
.bg-hover-st-primary:focus,
.bg-hover-st-primary:hover,
.st_default_btn.bg-hover-st-primary:active,
.st_default_btn.bg-hover-st-primary:focus,
.st_default_btn.bg-hover-st-primary:hover {
	background-color: #9595a8!important
}

header.sticky-menu.sticky-bg-st-primary {
	background: #9595a8!important
}

.st_default_btn.st_transparent.text-hover-st-primary:active,
.st_default_btn.st_transparent.text-hover-st-primary:focus,
.st_default_btn.st_transparent.text-hover-st-primary:hover,
.text-hover-st-primary:active,
.text-hover-st-primary:focus,
.text-hover-st-primary:hover {
	color: #9595a8!important
}

.fieldset-active-st-primary input:checked+label {
	color: #9595a8!important
}

.fieldset-active-st-primary .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(149, 149, 168, .1) 20%, rgba(149, 149, 168, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(149, 149, 168, .1) 20%, rgba(149, 149, 168, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(149, 149, 168, .1) 20%, rgba(149, 149, 168, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-primary .st-pricing-underlines .st-pricing-underlines-2 {
	background: #9595a8;
	background: -moz-linear-gradient(left, rgba(149, 149, 168, .04) 0%, #9595a8 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(149, 149, 168, .04) 0%, #9595a8 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(149, 149, 168, .04) 0%, #9595a8 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-white:active,
.bg-hover-st-white:focus,
.bg-hover-st-white:hover,
.st_default_btn.bg-hover-st-white:active,
.st_default_btn.bg-hover-st-white:focus,
.st_default_btn.bg-hover-st-white:hover {
	background-color: #fff!important
}

header.sticky-menu.sticky-bg-st-white {
	background: #fff!important
}

.st_default_btn.st_transparent.text-hover-st-white:active,
.st_default_btn.st_transparent.text-hover-st-white:focus,
.st_default_btn.st_transparent.text-hover-st-white:hover,
.text-hover-st-white:active,
.text-hover-st-white:focus,
.text-hover-st-white:hover {
	color: #fff!important
}

.fieldset-active-st-white input:checked+label {
	color: #fff!important
}

.fieldset-active-st-white .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .1) 20%, rgba(255, 255, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .1) 20%, rgba(255, 255, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .1) 20%, rgba(255, 255, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-white .st-pricing-underlines .st-pricing-underlines-2 {
	background: #fff;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .04) 0%, #fff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .04) 0%, #fff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .04) 0%, #fff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-black:active,
.bg-hover-st-black:focus,
.bg-hover-st-black:hover,
.st_default_btn.bg-hover-st-black:active,
.st_default_btn.bg-hover-st-black:focus,
.st_default_btn.bg-hover-st-black:hover {
	background-color: #000!important
}

header.sticky-menu.sticky-bg-st-black {
	background: #000!important
}

.st_default_btn.st_transparent.text-hover-st-black:active,
.st_default_btn.st_transparent.text-hover-st-black:focus,
.st_default_btn.st_transparent.text-hover-st-black:hover,
.text-hover-st-black:active,
.text-hover-st-black:focus,
.text-hover-st-black:hover {
	color: #000!important
}

.fieldset-active-st-black input:checked+label {
	color: #000!important
}

.fieldset-active-st-black .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-black .st-pricing-underlines .st-pricing-underlines-2 {
	background: #000;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, .04) 0%, #000 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .04) 0%, #000 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .04) 0%, #000 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-fog:active,
.bg-hover-st-fog:focus,
.bg-hover-st-fog:hover,
.st_default_btn.bg-hover-st-fog:active,
.st_default_btn.bg-hover-st-fog:focus,
.st_default_btn.bg-hover-st-fog:hover {
	background-color: #d6ccff!important
}

header.sticky-menu.sticky-bg-st-fog {
	background: #d6ccff!important
}

.st_default_btn.st_transparent.text-hover-st-fog:active,
.st_default_btn.st_transparent.text-hover-st-fog:focus,
.st_default_btn.st_transparent.text-hover-st-fog:hover,
.text-hover-st-fog:active,
.text-hover-st-fog:focus,
.text-hover-st-fog:hover {
	color: #d6ccff!important
}

.fieldset-active-st-fog input:checked+label {
	color: #d6ccff!important
}

.fieldset-active-st-fog .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(214, 204, 255, .1) 20%, rgba(214, 204, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(214, 204, 255, .1) 20%, rgba(214, 204, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(214, 204, 255, .1) 20%, rgba(214, 204, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-fog .st-pricing-underlines .st-pricing-underlines-2 {
	background: #d6ccff;
	background: -moz-linear-gradient(left, rgba(214, 204, 255, .04) 0%, #d6ccff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(214, 204, 255, .04) 0%, #d6ccff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(214, 204, 255, .04) 0%, #d6ccff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-gray:active,
.bg-hover-st-gray:focus,
.bg-hover-st-gray:hover,
.st_default_btn.bg-hover-st-gray:active,
.st_default_btn.bg-hover-st-gray:focus,
.st_default_btn.bg-hover-st-gray:hover {
	background-color: #999!important
}

header.sticky-menu.sticky-bg-st-gray {
	background: #999!important
}

.st_default_btn.st_transparent.text-hover-st-gray:active,
.st_default_btn.st_transparent.text-hover-st-gray:focus,
.st_default_btn.st_transparent.text-hover-st-gray:hover,
.text-hover-st-gray:active,
.text-hover-st-gray:focus,
.text-hover-st-gray:hover {
	color: #999!important
}

.fieldset-active-st-gray input:checked+label {
	color: #999!important
}

.fieldset-active-st-gray .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(153, 153, 153, .1) 20%, rgba(153, 153, 153, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(153, 153, 153, .1) 20%, rgba(153, 153, 153, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(153, 153, 153, .1) 20%, rgba(153, 153, 153, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-gray .st-pricing-underlines .st-pricing-underlines-2 {
	background: #999;
	background: -moz-linear-gradient(left, rgba(153, 153, 153, .04) 0%, #999 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(153, 153, 153, .04) 0%, #999 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(153, 153, 153, .04) 0%, #999 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-concrete:active,
.bg-hover-st-concrete:focus,
.bg-hover-st-concrete:hover,
.st_default_btn.bg-hover-st-concrete:active,
.st_default_btn.bg-hover-st-concrete:focus,
.st_default_btn.bg-hover-st-concrete:hover {
	background-color: #f3f3f3!important
}

header.sticky-menu.sticky-bg-st-concrete {
	background: #f3f3f3!important
}

.st_default_btn.st_transparent.text-hover-st-concrete:active,
.st_default_btn.st_transparent.text-hover-st-concrete:focus,
.st_default_btn.st_transparent.text-hover-st-concrete:hover,
.text-hover-st-concrete:active,
.text-hover-st-concrete:focus,
.text-hover-st-concrete:hover {
	color: #f3f3f3!important
}

.fieldset-active-st-concrete input:checked+label {
	color: #f3f3f3!important
}

.fieldset-active-st-concrete .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(243, 243, 243, .1) 20%, rgba(243, 243, 243, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(243, 243, 243, .1) 20%, rgba(243, 243, 243, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(243, 243, 243, .1) 20%, rgba(243, 243, 243, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-concrete .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f3f3f3;
	background: -moz-linear-gradient(left, rgba(243, 243, 243, .04) 0%, #f3f3f3 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 243, 243, .04) 0%, #f3f3f3 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(243, 243, 243, .04) 0%, #f3f3f3 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-violet:active,
.bg-hover-st-violet:focus,
.bg-hover-st-violet:hover,
.st_default_btn.bg-hover-st-violet:active,
.st_default_btn.bg-hover-st-violet:focus,
.st_default_btn.bg-hover-st-violet:hover {
	background-color: #d52eef!important
}

header.sticky-menu.sticky-bg-st-violet {
	background: #d52eef!important
}

.st_default_btn.st_transparent.text-hover-st-violet:active,
.st_default_btn.st_transparent.text-hover-st-violet:focus,
.st_default_btn.st_transparent.text-hover-st-violet:hover,
.text-hover-st-violet:active,
.text-hover-st-violet:focus,
.text-hover-st-violet:hover {
	color: #d52eef!important
}

.fieldset-active-st-violet input:checked+label {
	color: #d52eef!important
}

.fieldset-active-st-violet .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(213, 46, 239, .1) 20%, rgba(213, 46, 239, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(213, 46, 239, .1) 20%, rgba(213, 46, 239, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(213, 46, 239, .1) 20%, rgba(213, 46, 239, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-violet .st-pricing-underlines .st-pricing-underlines-2 {
	background: #d52eef;
	background: -moz-linear-gradient(left, rgba(213, 46, 239, .04) 0%, #d52eef 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(213, 46, 239, .04) 0%, #d52eef 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(213, 46, 239, .04) 0%, #d52eef 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-sun-glow:active,
.bg-hover-sun-glow:focus,
.bg-hover-sun-glow:hover,
.st_default_btn.bg-hover-sun-glow:active,
.st_default_btn.bg-hover-sun-glow:focus,
.st_default_btn.bg-hover-sun-glow:hover {
	background-color: #fccc2c!important
}

header.sticky-menu.sticky-bg-sun-glow {
	background: #fccc2c!important
}

.st_default_btn.st_transparent.text-hover-sun-glow:active,
.st_default_btn.st_transparent.text-hover-sun-glow:focus,
.st_default_btn.st_transparent.text-hover-sun-glow:hover,
.text-hover-sun-glow:active,
.text-hover-sun-glow:focus,
.text-hover-sun-glow:hover {
	color: #fccc2c!important
}

.fieldset-active-sun-glow input:checked+label {
	color: #fccc2c!important
}

.fieldset-active-sun-glow .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(252, 204, 44, .1) 20%, rgba(252, 204, 44, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(252, 204, 44, .1) 20%, rgba(252, 204, 44, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(252, 204, 44, .1) 20%, rgba(252, 204, 44, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-sun-glow .st-pricing-underlines .st-pricing-underlines-2 {
	background: #fccc2c;
	background: -moz-linear-gradient(left, rgba(252, 204, 44, .04) 0%, #fccc2c 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(252, 204, 44, .04) 0%, #fccc2c 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(252, 204, 44, .04) 0%, #fccc2c 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-cabaret:active,
.bg-hover-st-cabaret:focus,
.bg-hover-st-cabaret:hover,
.st_default_btn.bg-hover-st-cabaret:active,
.st_default_btn.bg-hover-st-cabaret:focus,
.st_default_btn.bg-hover-st-cabaret:hover {
	background-color: #d1386c!important
}

header.sticky-menu.sticky-bg-st-cabaret {
	background: #d1386c!important
}

.st_default_btn.st_transparent.text-hover-st-cabaret:active,
.st_default_btn.st_transparent.text-hover-st-cabaret:focus,
.st_default_btn.st_transparent.text-hover-st-cabaret:hover,
.text-hover-st-cabaret:active,
.text-hover-st-cabaret:focus,
.text-hover-st-cabaret:hover {
	color: #d1386c!important
}

.fieldset-active-st-cabaret input:checked+label {
	color: #d1386c!important
}

.fieldset-active-st-cabaret .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(209, 56, 108, .1) 20%, rgba(209, 56, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(209, 56, 108, .1) 20%, rgba(209, 56, 108, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(209, 56, 108, .1) 20%, rgba(209, 56, 108, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-cabaret .st-pricing-underlines .st-pricing-underlines-2 {
	background: #d1386c;
	background: -moz-linear-gradient(left, rgba(209, 56, 108, .04) 0%, #d1386c 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(209, 56, 108, .04) 0%, #d1386c 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(209, 56, 108, .04) 0%, #d1386c 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-zircon:active,
.bg-hover-st-zircon:focus,
.bg-hover-st-zircon:hover,
.st_default_btn.bg-hover-st-zircon:active,
.st_default_btn.bg-hover-st-zircon:focus,
.st_default_btn.bg-hover-st-zircon:hover {
	background-color: #f8faff!important
}

header.sticky-menu.sticky-bg-st-zircon {
	background: #f8faff!important
}

.st_default_btn.st_transparent.text-hover-st-zircon:active,
.st_default_btn.st_transparent.text-hover-st-zircon:focus,
.st_default_btn.st_transparent.text-hover-st-zircon:hover,
.text-hover-st-zircon:active,
.text-hover-st-zircon:focus,
.text-hover-st-zircon:hover {
	color: #f8faff!important
}

.fieldset-active-st-zircon input:checked+label {
	color: #f8faff!important
}

.fieldset-active-st-zircon .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(248, 250, 255, .1) 20%, rgba(248, 250, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(248, 250, 255, .1) 20%, rgba(248, 250, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(248, 250, 255, .1) 20%, rgba(248, 250, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-zircon .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f8faff;
	background: -moz-linear-gradient(left, rgba(248, 250, 255, .04) 0%, #f8faff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(248, 250, 255, .04) 0%, #f8faff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(248, 250, 255, .04) 0%, #f8faff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-clear-day:active,
.bg-hover-clear-day:focus,
.bg-hover-clear-day:hover,
.st_default_btn.bg-hover-clear-day:active,
.st_default_btn.bg-hover-clear-day:focus,
.st_default_btn.bg-hover-clear-day:hover {
	background-color: #f9fffd!important
}

header.sticky-menu.sticky-bg-clear-day {
	background: #f9fffd!important
}

.st_default_btn.st_transparent.text-hover-clear-day:active,
.st_default_btn.st_transparent.text-hover-clear-day:focus,
.st_default_btn.st_transparent.text-hover-clear-day:hover,
.text-hover-clear-day:active,
.text-hover-clear-day:focus,
.text-hover-clear-day:hover {
	color: #f9fffd!important
}

.fieldset-active-clear-day input:checked+label {
	color: #f9fffd!important
}

.fieldset-active-clear-day .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(249, 255, 253, .1) 20%, rgba(249, 255, 253, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(249, 255, 253, .1) 20%, rgba(249, 255, 253, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(249, 255, 253, .1) 20%, rgba(249, 255, 253, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-clear-day .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f9fffd;
	background: -moz-linear-gradient(left, rgba(249, 255, 253, .04) 0%, #f9fffd 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(249, 255, 253, .04) 0%, #f9fffd 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(249, 255, 253, .04) 0%, #f9fffd 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-shamrock:active,
.bg-hover-st-shamrock:focus,
.bg-hover-st-shamrock:hover,
.st_default_btn.bg-hover-st-shamrock:active,
.st_default_btn.bg-hover-st-shamrock:focus,
.st_default_btn.bg-hover-st-shamrock:hover {
	background-color: #3ad984!important
}

header.sticky-menu.sticky-bg-st-shamrock {
	background: #3ad984!important
}

.st_default_btn.st_transparent.text-hover-st-shamrock:active,
.st_default_btn.st_transparent.text-hover-st-shamrock:focus,
.st_default_btn.st_transparent.text-hover-st-shamrock:hover,
.text-hover-st-shamrock:active,
.text-hover-st-shamrock:focus,
.text-hover-st-shamrock:hover {
	color: #3ad984!important
}

.fieldset-active-st-shamrock input:checked+label {
	color: #3ad984!important
}

.fieldset-active-st-shamrock .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(58, 217, 132, .1) 20%, rgba(58, 217, 132, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-shamrock .st-pricing-underlines .st-pricing-underlines-2 {
	background: #3ad984;
	background: -moz-linear-gradient(left, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(58, 217, 132, .04) 0%, #3ad984 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-blue-bell:active,
.bg-hover-blue-bell:focus,
.bg-hover-blue-bell:hover,
.st_default_btn.bg-hover-blue-bell:active,
.st_default_btn.bg-hover-blue-bell:focus,
.st_default_btn.bg-hover-blue-bell:hover {
	background-color: #9d9ece!important
}

header.sticky-menu.sticky-bg-blue-bell {
	background: #9d9ece!important
}

.st_default_btn.st_transparent.text-hover-blue-bell:active,
.st_default_btn.st_transparent.text-hover-blue-bell:focus,
.st_default_btn.st_transparent.text-hover-blue-bell:hover,
.text-hover-blue-bell:active,
.text-hover-blue-bell:focus,
.text-hover-blue-bell:hover {
	color: #9d9ece!important
}

.fieldset-active-blue-bell input:checked+label {
	color: #9d9ece!important
}

.fieldset-active-blue-bell .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(157, 158, 206, .1) 20%, rgba(157, 158, 206, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(157, 158, 206, .1) 20%, rgba(157, 158, 206, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(157, 158, 206, .1) 20%, rgba(157, 158, 206, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-blue-bell .st-pricing-underlines .st-pricing-underlines-2 {
	background: #9d9ece;
	background: -moz-linear-gradient(left, rgba(157, 158, 206, .04) 0%, #9d9ece 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(157, 158, 206, .04) 0%, #9d9ece 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(157, 158, 206, .04) 0%, #9d9ece 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-snuff:active,
.bg-hover-snuff:focus,
.bg-hover-snuff:hover,
.st_default_btn.bg-hover-snuff:active,
.st_default_btn.bg-hover-snuff:focus,
.st_default_btn.bg-hover-snuff:hover {
	background-color: #dbd7e9!important
}

header.sticky-menu.sticky-bg-snuff {
	background: #dbd7e9!important
}

.st_default_btn.st_transparent.text-hover-snuff:active,
.st_default_btn.st_transparent.text-hover-snuff:focus,
.st_default_btn.st_transparent.text-hover-snuff:hover,
.text-hover-snuff:active,
.text-hover-snuff:focus,
.text-hover-snuff:hover {
	color: #dbd7e9!important
}

.fieldset-active-snuff input:checked+label {
	color: #dbd7e9!important
}

.fieldset-active-snuff .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(219, 215, 233, .1) 20%, rgba(219, 215, 233, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(219, 215, 233, .1) 20%, rgba(219, 215, 233, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(219, 215, 233, .1) 20%, rgba(219, 215, 233, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-snuff .st-pricing-underlines .st-pricing-underlines-2 {
	background: #dbd7e9;
	background: -moz-linear-gradient(left, rgba(219, 215, 233, .04) 0%, #dbd7e9 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(219, 215, 233, .04) 0%, #dbd7e9 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(219, 215, 233, .04) 0%, #dbd7e9 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-french-grey:active,
.bg-hover-french-grey:focus,
.bg-hover-french-grey:hover,
.st_default_btn.bg-hover-french-grey:active,
.st_default_btn.bg-hover-french-grey:focus,
.st_default_btn.bg-hover-french-grey:hover {
	background-color: #c3c3c7!important
}

header.sticky-menu.sticky-bg-french-grey {
	background: #c3c3c7!important
}

.st_default_btn.st_transparent.text-hover-french-grey:active,
.st_default_btn.st_transparent.text-hover-french-grey:focus,
.st_default_btn.st_transparent.text-hover-french-grey:hover,
.text-hover-french-grey:active,
.text-hover-french-grey:focus,
.text-hover-french-grey:hover {
	color: #c3c3c7!important
}

.fieldset-active-french-grey input:checked+label {
	color: #c3c3c7!important
}

.fieldset-active-french-grey .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(195, 195, 199, .1) 20%, rgba(195, 195, 199, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(195, 195, 199, .1) 20%, rgba(195, 195, 199, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(195, 195, 199, .1) 20%, rgba(195, 195, 199, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-french-grey .st-pricing-underlines .st-pricing-underlines-2 {
	background: #c3c3c7;
	background: -moz-linear-gradient(left, rgba(195, 195, 199, .04) 0%, #c3c3c7 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(195, 195, 199, .04) 0%, #c3c3c7 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(195, 195, 199, .04) 0%, #c3c3c7 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-ebony-clay:active,
.bg-hover-ebony-clay:focus,
.bg-hover-ebony-clay:hover,
.st_default_btn.bg-hover-ebony-clay:active,
.st_default_btn.bg-hover-ebony-clay:focus,
.st_default_btn.bg-hover-ebony-clay:hover {
	background-color: #1f2833!important
}

header.sticky-menu.sticky-bg-ebony-clay {
	background: #1f2833!important
}

.st_default_btn.st_transparent.text-hover-ebony-clay:active,
.st_default_btn.st_transparent.text-hover-ebony-clay:focus,
.st_default_btn.st_transparent.text-hover-ebony-clay:hover,
.text-hover-ebony-clay:active,
.text-hover-ebony-clay:focus,
.text-hover-ebony-clay:hover {
	color: #1f2833!important
}

.fieldset-active-ebony-clay input:checked+label {
	color: #1f2833!important
}

.fieldset-active-ebony-clay .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(31, 40, 51, .1) 20%, rgba(31, 40, 51, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(31, 40, 51, .1) 20%, rgba(31, 40, 51, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(31, 40, 51, .1) 20%, rgba(31, 40, 51, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-ebony-clay .st-pricing-underlines .st-pricing-underlines-2 {
	background: #1f2833;
	background: -moz-linear-gradient(left, rgba(31, 40, 51, .04) 0%, #1f2833 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(31, 40, 51, .04) 0%, #1f2833 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(31, 40, 51, .04) 0%, #1f2833 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-black-rock:active,
.bg-hover-black-rock:focus,
.bg-hover-black-rock:hover,
.st_default_btn.bg-hover-black-rock:active,
.st_default_btn.bg-hover-black-rock:focus,
.st_default_btn.bg-hover-black-rock:hover {
	background-color: #080327!important
}

header.sticky-menu.sticky-bg-black-rock {
	background: #080327!important
}

.st_default_btn.st_transparent.text-hover-black-rock:active,
.st_default_btn.st_transparent.text-hover-black-rock:focus,
.st_default_btn.st_transparent.text-hover-black-rock:hover,
.text-hover-black-rock:active,
.text-hover-black-rock:focus,
.text-hover-black-rock:hover {
	color: #080327!important
}

.fieldset-active-black-rock input:checked+label {
	color: #080327!important
}

.fieldset-active-black-rock .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(8, 3, 39, .1) 20%, rgba(8, 3, 39, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(8, 3, 39, .1) 20%, rgba(8, 3, 39, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(8, 3, 39, .1) 20%, rgba(8, 3, 39, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-black-rock .st-pricing-underlines .st-pricing-underlines-2 {
	background: #080327;
	background: -moz-linear-gradient(left, rgba(8, 3, 39, .04) 0%, #080327 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(8, 3, 39, .04) 0%, #080327 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(8, 3, 39, .04) 0%, #080327 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-st-lavender:active,
.bg-hover-st-lavender:focus,
.bg-hover-st-lavender:hover,
.st_default_btn.bg-hover-st-lavender:active,
.st_default_btn.bg-hover-st-lavender:focus,
.st_default_btn.bg-hover-st-lavender:hover {
	background-color: #b4b5d5!important
}

header.sticky-menu.sticky-bg-st-lavender {
	background: #b4b5d5!important
}

.st_default_btn.st_transparent.text-hover-st-lavender:active,
.st_default_btn.st_transparent.text-hover-st-lavender:focus,
.st_default_btn.st_transparent.text-hover-st-lavender:hover,
.text-hover-st-lavender:active,
.text-hover-st-lavender:focus,
.text-hover-st-lavender:hover {
	color: #b4b5d5!important
}

.fieldset-active-st-lavender input:checked+label {
	color: #b4b5d5!important
}

.fieldset-active-st-lavender .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(180, 181, 213, .1) 20%, rgba(180, 181, 213, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(180, 181, 213, .1) 20%, rgba(180, 181, 213, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(180, 181, 213, .1) 20%, rgba(180, 181, 213, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-st-lavender .st-pricing-underlines .st-pricing-underlines-2 {
	background: #b4b5d5;
	background: -moz-linear-gradient(left, rgba(180, 181, 213, .04) 0%, #b4b5d5 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(180, 181, 213, .04) 0%, #b4b5d5 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(180, 181, 213, .04) 0%, #b4b5d5 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-titan-white:active,
.bg-hover-titan-white:focus,
.bg-hover-titan-white:hover,
.st_default_btn.bg-hover-titan-white:active,
.st_default_btn.bg-hover-titan-white:focus,
.st_default_btn.bg-hover-titan-white:hover {
	background-color: #f5f5ff!important
}

header.sticky-menu.sticky-bg-titan-white {
	background: #f5f5ff!important
}

.st_default_btn.st_transparent.text-hover-titan-white:active,
.st_default_btn.st_transparent.text-hover-titan-white:focus,
.st_default_btn.st_transparent.text-hover-titan-white:hover,
.text-hover-titan-white:active,
.text-hover-titan-white:focus,
.text-hover-titan-white:hover {
	color: #f5f5ff!important
}

.fieldset-active-titan-white input:checked+label {
	color: #f5f5ff!important
}

.fieldset-active-titan-white .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 245, 255, .1) 20%, rgba(245, 245, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(245, 245, 255, .1) 20%, rgba(245, 245, 255, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(245, 245, 255, .1) 20%, rgba(245, 245, 255, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-titan-white .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f5f5ff;
	background: -moz-linear-gradient(left, rgba(245, 245, 255, .04) 0%, #f5f5ff 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(245, 245, 255, .04) 0%, #f5f5ff 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(245, 245, 255, .04) 0%, #f5f5ff 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-regent:active,
.bg-hover-regent:focus,
.bg-hover-regent:hover,
.st_default_btn.bg-hover-regent:active,
.st_default_btn.bg-hover-regent:focus,
.st_default_btn.bg-hover-regent:hover {
	background-color: #8d9ba4!important
}

header.sticky-menu.sticky-bg-regent {
	background: #8d9ba4!important
}

.st_default_btn.st_transparent.text-hover-regent:active,
.st_default_btn.st_transparent.text-hover-regent:focus,
.st_default_btn.st_transparent.text-hover-regent:hover,
.text-hover-regent:active,
.text-hover-regent:focus,
.text-hover-regent:hover {
	color: #8d9ba4!important
}

.fieldset-active-regent input:checked+label {
	color: #8d9ba4!important
}

.fieldset-active-regent .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(141, 155, 164, .1) 20%, rgba(141, 155, 164, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(141, 155, 164, .1) 20%, rgba(141, 155, 164, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(141, 155, 164, .1) 20%, rgba(141, 155, 164, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-regent .st-pricing-underlines .st-pricing-underlines-2 {
	background: #8d9ba4;
	background: -moz-linear-gradient(left, rgba(141, 155, 164, .04) 0%, #8d9ba4 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(141, 155, 164, .04) 0%, #8d9ba4 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(141, 155, 164, .04) 0%, #8d9ba4 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-shhamrock:active,
.bg-hover-shhamrock:focus,
.bg-hover-shhamrock:hover,
.st_default_btn.bg-hover-shhamrock:active,
.st_default_btn.bg-hover-shhamrock:focus,
.st_default_btn.bg-hover-shhamrock:hover {
	background-color: #40d1a7!important
}

header.sticky-menu.sticky-bg-shhamrock {
	background: #40d1a7!important
}

.st_default_btn.st_transparent.text-hover-shhamrock:active,
.st_default_btn.st_transparent.text-hover-shhamrock:focus,
.st_default_btn.st_transparent.text-hover-shhamrock:hover,
.text-hover-shhamrock:active,
.text-hover-shhamrock:focus,
.text-hover-shhamrock:hover {
	color: #40d1a7!important
}

.fieldset-active-shhamrock input:checked+label {
	color: #40d1a7!important
}

.fieldset-active-shhamrock .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(64, 209, 167, .1) 20%, rgba(64, 209, 167, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(64, 209, 167, .1) 20%, rgba(64, 209, 167, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(64, 209, 167, .1) 20%, rgba(64, 209, 167, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-shhamrock .st-pricing-underlines .st-pricing-underlines-2 {
	background: #40d1a7;
	background: -moz-linear-gradient(left, rgba(64, 209, 167, .04) 0%, #40d1a7 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(64, 209, 167, .04) 0%, #40d1a7 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(64, 209, 167, .04) 0%, #40d1a7 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-cornflower-blue:active,
.bg-hover-cornflower-blue:focus,
.bg-hover-cornflower-blue:hover,
.st_default_btn.bg-hover-cornflower-blue:active,
.st_default_btn.bg-hover-cornflower-blue:focus,
.st_default_btn.bg-hover-cornflower-blue:hover {
	background-color: #5d81ec!important
}

header.sticky-menu.sticky-bg-cornflower-blue {
	background: #5d81ec!important
}

.st_default_btn.st_transparent.text-hover-cornflower-blue:active,
.st_default_btn.st_transparent.text-hover-cornflower-blue:focus,
.st_default_btn.st_transparent.text-hover-cornflower-blue:hover,
.text-hover-cornflower-blue:active,
.text-hover-cornflower-blue:focus,
.text-hover-cornflower-blue:hover {
	color: #5d81ec!important
}

.fieldset-active-cornflower-blue input:checked+label {
	color: #5d81ec!important
}

.fieldset-active-cornflower-blue .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(93, 129, 236, .1) 20%, rgba(93, 129, 236, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(93, 129, 236, .1) 20%, rgba(93, 129, 236, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(93, 129, 236, .1) 20%, rgba(93, 129, 236, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-cornflower-blue .st-pricing-underlines .st-pricing-underlines-2 {
	background: #5d81ec;
	background: -moz-linear-gradient(left, rgba(93, 129, 236, .04) 0%, #5d81ec 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(93, 129, 236, .04) 0%, #5d81ec 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(93, 129, 236, .04) 0%, #5d81ec 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-picton-blue:active,
.bg-hover-picton-blue:focus,
.bg-hover-picton-blue:hover,
.st_default_btn.bg-hover-picton-blue:active,
.st_default_btn.bg-hover-picton-blue:focus,
.st_default_btn.bg-hover-picton-blue:hover {
	background-color: #4cd0e5!important
}

header.sticky-menu.sticky-bg-picton-blue {
	background: #4cd0e5!important
}

.st_default_btn.st_transparent.text-hover-picton-blue:active,
.st_default_btn.st_transparent.text-hover-picton-blue:focus,
.st_default_btn.st_transparent.text-hover-picton-blue:hover,
.text-hover-picton-blue:active,
.text-hover-picton-blue:focus,
.text-hover-picton-blue:hover {
	color: #4cd0e5!important
}

.fieldset-active-picton-blue input:checked+label {
	color: #4cd0e5!important
}

.fieldset-active-picton-blue .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(76, 208, 229, .1) 20%, rgba(76, 208, 229, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(76, 208, 229, .1) 20%, rgba(76, 208, 229, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(76, 208, 229, .1) 20%, rgba(76, 208, 229, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-picton-blue .st-pricing-underlines .st-pricing-underlines-2 {
	background: #4cd0e5;
	background: -moz-linear-gradient(left, rgba(76, 208, 229, .04) 0%, #4cd0e5 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(76, 208, 229, .04) 0%, #4cd0e5 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(76, 208, 229, .04) 0%, #4cd0e5 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-geraldine:active,
.bg-hover-geraldine:focus,
.bg-hover-geraldine:hover,
.st_default_btn.bg-hover-geraldine:active,
.st_default_btn.bg-hover-geraldine:focus,
.st_default_btn.bg-hover-geraldine:hover {
	background-color: #ff7b84!important
}

header.sticky-menu.sticky-bg-geraldine {
	background: #ff7b84!important
}

.st_default_btn.st_transparent.text-hover-geraldine:active,
.st_default_btn.st_transparent.text-hover-geraldine:focus,
.st_default_btn.st_transparent.text-hover-geraldine:hover,
.text-hover-geraldine:active,
.text-hover-geraldine:focus,
.text-hover-geraldine:hover {
	color: #ff7b84!important
}

.fieldset-active-geraldine input:checked+label {
	color: #ff7b84!important
}

.fieldset-active-geraldine .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 123, 132, .1) 20%, rgba(255, 123, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 123, 132, .1) 20%, rgba(255, 123, 132, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 123, 132, .1) 20%, rgba(255, 123, 132, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-geraldine .st-pricing-underlines .st-pricing-underlines-2 {
	background: #ff7b84;
	background: -moz-linear-gradient(left, rgba(255, 123, 132, .04) 0%, #ff7b84 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 123, 132, .04) 0%, #ff7b84 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(255, 123, 132, .04) 0%, #ff7b84 50%, rgba(255, 255, 255, .1) 100%)
}

.bg-hover-polar-dib:active,
.bg-hover-polar-dib:focus,
.bg-hover-polar-dib:hover,
.st_default_btn.bg-hover-polar-dib:active,
.st_default_btn.bg-hover-polar-dib:focus,
.st_default_btn.bg-hover-polar-dib:hover {
	background-color: #f1fbfc!important
}

header.sticky-menu.sticky-bg-polar-dib {
	background: #f1fbfc!important
}

.st_default_btn.st_transparent.text-hover-polar-dib:active,
.st_default_btn.st_transparent.text-hover-polar-dib:focus,
.st_default_btn.st_transparent.text-hover-polar-dib:hover,
.text-hover-polar-dib:active,
.text-hover-polar-dib:focus,
.text-hover-polar-dib:hover {
	color: #f1fbfc!important
}

.fieldset-active-polar-dib input:checked+label {
	color: #f1fbfc!important
}

.fieldset-active-polar-dib .st-pricing-underlines .st-pricing-underlines-1 {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(241, 251, 252, .1) 20%, rgba(241, 251, 252, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(241, 251, 252, .1) 20%, rgba(241, 251, 252, .1) 80%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(241, 251, 252, .1) 20%, rgba(241, 251, 252, .1) 80%, rgba(255, 255, 255, .8) 100%)
}

.fieldset-active-polar-dib .st-pricing-underlines .st-pricing-underlines-2 {
	background: #f1fbfc;
	background: -moz-linear-gradient(left, rgba(241, 251, 252, .04) 0%, #f1fbfc 50%, rgba(255, 255, 255, .1) 100%);
	background: -webkit-linear-gradient(left, rgba(241, 251, 252, .04) 0%, #f1fbfc 50%, rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(to right, rgba(241, 251, 252, .04) 0%, #f1fbfc 50%, rgba(255, 255, 255, .1) 100%)
}

@media only screen and (max-width:1499.98px) {
	.bg-xl-gigas {
		background-color: #5040a0!important
	}
	.rgba-xl-gigas {
		background-color: rgba(80, 64, 160, .1)!important
	}
	.text-xl-gigas {
		color: #5040a0!important
	}
	.bg-xl-perison-blue {
		background-color: #1e43dd!important
	}
	.rgba-xl-perison-blue {
		background-color: rgba(30, 67, 221, .1)!important
	}
	.text-xl-perison-blue {
		color: #1e43dd!important
	}
	.bg-xl-st-aqua {
		background-color: #00e3f6!important
	}
	.rgba-xl-st-aqua {
		background-color: rgba(0, 227, 246, .1)!important
	}
	.text-xl-st-aqua {
		color: #00e3f6!important
	}
	.bg-xl-shamrock {
		background-color: #3ad984!important
	}
	.rgba-xl-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-xl-shamrock {
		color: #3ad984!important
	}
	.bg-xl-yellow-orange {
		background-color: #ffaa3b!important
	}
	.rgba-xl-yellow-orange {
		background-color: rgba(255, 170, 59, .1)!important
	}
	.text-xl-yellow-orange {
		color: #ffaa3b!important
	}
	.bg-xl-st-pink {
		background-color: #f23f79!important
	}
	.rgba-xl-st-pink {
		background-color: rgba(242, 63, 121, .1)!important
	}
	.text-xl-st-pink {
		color: #f23f79!important
	}
	.bg-xl-st-orange {
		background-color: #ff5d1c!important
	}
	.rgba-xl-st-orange {
		background-color: rgba(255, 93, 28, .1)!important
	}
	.text-xl-st-orange {
		color: #ff5d1c!important
	}
	.bg-xl-science-blue {
		background-color: #0366d6!important
	}
	.rgba-xl-science-blue {
		background-color: rgba(3, 102, 214, .1)!important
	}
	.text-xl-science-blue {
		color: #0366d6!important
	}
	.bg-xl-emerald {
		background-color: #38d16a!important
	}
	.rgba-xl-emerald {
		background-color: rgba(56, 209, 106, .1)!important
	}
	.text-xl-emerald {
		color: #38d16a!important
	}
	.bg-xl-chambray {
		background-color: #3b3e99!important
	}
	.rgba-xl-chambray {
		background-color: rgba(59, 62, 153, .1)!important
	}
	.text-xl-chambray {
		color: #3b3e99!important
	}
	.bg-xl-medium-purple {
		background-color: #8066dc!important
	}
	.rgba-xl-medium-purple {
		background-color: rgba(128, 102, 220, .1)!important
	}
	.text-xl-medium-purple {
		color: #8066dc!important
	}
	.bg-xl-lochmara {
		background-color: #0079bf!important
	}
	.rgba-xl-lochmara {
		background-color: rgba(0, 121, 191, .1)!important
	}
	.text-xl-lochmara {
		color: #0079bf!important
	}
	.bg-xl-froly {
		background-color: #f46f6c!important
	}
	.rgba-xl-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-xl-froly {
		color: #f46f6c!important
	}
	.bg-xl-alpha-froly,
	.rgba-xl-alpha-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-xl-alpha-froly {
		color: rgba(244, 111, 108, .1)!important
	}
	.bg-xl-sweet-pink {
		background-color: #ffa3a1!important
	}
	.rgba-xl-sweet-pink {
		background-color: rgba(255, 163, 161, .1)!important
	}
	.text-xl-sweet-pink {
		color: #ffa3a1!important
	}
	.bg-xl-koamaru {
		background-color: #1d1068!important
	}
	.rgba-xl-koamaru {
		background-color: rgba(29, 16, 104, .1)!important
	}
	.text-xl-koamaru {
		color: #1d1068!important
	}
	.bg-xl-haiti {
		background-color: #140f30!important
	}
	.rgba-xl-haiti {
		background-color: rgba(20, 15, 48, .1)!important
	}
	.text-xl-haiti {
		color: #140f30!important
	}
	.bg-xl-magnolia {
		background-color: #f9f8ff!important
	}
	.rgba-xl-magnolia {
		background-color: rgba(249, 248, 255, .1)!important
	}
	.text-xl-magnolia {
		color: #f9f8ff!important
	}
	.bg-xl-alice-blue {
		background-color: #f5fbff!important
	}
	.rgba-xl-alice-blue {
		background-color: rgba(245, 251, 255, .1)!important
	}
	.text-xl-alice-blue {
		color: #f5fbff!important
	}
	.bg-xl-polar {
		background-color: #f5f9fd!important
	}
	.rgba-xl-polar {
		background-color: rgba(245, 249, 253, .1)!important
	}
	.text-xl-polar {
		color: #f5f9fd!important
	}
	.bg-xl-st-primary {
		background-color: #9595a8!important
	}
	.rgba-xl-st-primary {
		background-color: rgba(149, 149, 168, .1)!important
	}
	.text-xl-st-primary {
		color: #9595a8!important
	}
	.bg-xl-st-white {
		background-color: #fff!important
	}
	.rgba-xl-st-white {
		background-color: rgba(255, 255, 255, .1)!important
	}
	.text-xl-st-white {
		color: #fff!important
	}
	.bg-xl-st-black {
		background-color: #000!important
	}
	.rgba-xl-st-black {
		background-color: rgba(0, 0, 0, .1)!important
	}
	.text-xl-st-black {
		color: #000!important
	}
	.bg-xl-st-fog {
		background-color: #d6ccff!important
	}
	.rgba-xl-st-fog {
		background-color: rgba(214, 204, 255, .1)!important
	}
	.text-xl-st-fog {
		color: #d6ccff!important
	}
	.bg-xl-st-gray {
		background-color: #999!important
	}
	.rgba-xl-st-gray {
		background-color: rgba(153, 153, 153, .1)!important
	}
	.text-xl-st-gray {
		color: #999!important
	}
	.bg-xl-st-concrete {
		background-color: #f3f3f3!important
	}
	.rgba-xl-st-concrete {
		background-color: rgba(243, 243, 243, .1)!important
	}
	.text-xl-st-concrete {
		color: #f3f3f3!important
	}
	.bg-xl-st-violet {
		background-color: #d52eef!important
	}
	.rgba-xl-st-violet {
		background-color: rgba(213, 46, 239, .1)!important
	}
	.text-xl-st-violet {
		color: #d52eef!important
	}
	.bg-xl-sun-glow {
		background-color: #fccc2c!important
	}
	.rgba-xl-sun-glow {
		background-color: rgba(252, 204, 44, .1)!important
	}
	.text-xl-sun-glow {
		color: #fccc2c!important
	}
	.bg-xl-st-cabaret {
		background-color: #d1386c!important
	}
	.rgba-xl-st-cabaret {
		background-color: rgba(209, 56, 108, .1)!important
	}
	.text-xl-st-cabaret {
		color: #d1386c!important
	}
	.bg-xl-st-zircon {
		background-color: #f8faff!important
	}
	.rgba-xl-st-zircon {
		background-color: rgba(248, 250, 255, .1)!important
	}
	.text-xl-st-zircon {
		color: #f8faff!important
	}
	.bg-xl-clear-day {
		background-color: #f9fffd!important
	}
	.rgba-xl-clear-day {
		background-color: rgba(249, 255, 253, .1)!important
	}
	.text-xl-clear-day {
		color: #f9fffd!important
	}
	.bg-xl-st-shamrock {
		background-color: #3ad984!important
	}
	.rgba-xl-st-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-xl-st-shamrock {
		color: #3ad984!important
	}
	.bg-xl-blue-bell {
		background-color: #9d9ece!important
	}
	.rgba-xl-blue-bell {
		background-color: rgba(157, 158, 206, .1)!important
	}
	.text-xl-blue-bell {
		color: #9d9ece!important
	}
	.bg-xl-snuff {
		background-color: #dbd7e9!important
	}
	.rgba-xl-snuff {
		background-color: rgba(219, 215, 233, .1)!important
	}
	.text-xl-snuff {
		color: #dbd7e9!important
	}
	.bg-xl-french-grey {
		background-color: #c3c3c7!important
	}
	.rgba-xl-french-grey {
		background-color: rgba(195, 195, 199, .1)!important
	}
	.text-xl-french-grey {
		color: #c3c3c7!important
	}
	.bg-xl-ebony-clay {
		background-color: #1f2833!important
	}
	.rgba-xl-ebony-clay {
		background-color: rgba(31, 40, 51, .1)!important
	}
	.text-xl-ebony-clay {
		color: #1f2833!important
	}
	.bg-xl-black-rock {
		background-color: #080327!important
	}
	.rgba-xl-black-rock {
		background-color: rgba(8, 3, 39, .1)!important
	}
	.text-xl-black-rock {
		color: #080327!important
	}
	.bg-xl-st-lavender {
		background-color: #b4b5d5!important
	}
	.rgba-xl-st-lavender {
		background-color: rgba(180, 181, 213, .1)!important
	}
	.text-xl-st-lavender {
		color: #b4b5d5!important
	}
	.bg-xl-titan-white {
		background-color: #f5f5ff!important
	}
	.rgba-xl-titan-white {
		background-color: rgba(245, 245, 255, .1)!important
	}
	.text-xl-titan-white {
		color: #f5f5ff!important
	}
	.bg-xl-regent {
		background-color: #8d9ba4!important
	}
	.rgba-xl-regent {
		background-color: rgba(141, 155, 164, .1)!important
	}
	.text-xl-regent {
		color: #8d9ba4!important
	}
	.bg-xl-shhamrock {
		background-color: #40d1a7!important
	}
	.rgba-xl-shhamrock {
		background-color: rgba(64, 209, 167, .1)!important
	}
	.text-xl-shhamrock {
		color: #40d1a7!important
	}
	.bg-xl-cornflower-blue {
		background-color: #5d81ec!important
	}
	.rgba-xl-cornflower-blue {
		background-color: rgba(93, 129, 236, .1)!important
	}
	.text-xl-cornflower-blue {
		color: #5d81ec!important
	}
	.bg-xl-picton-blue {
		background-color: #4cd0e5!important
	}
	.rgba-xl-picton-blue {
		background-color: rgba(76, 208, 229, .1)!important
	}
	.text-xl-picton-blue {
		color: #4cd0e5!important
	}
	.bg-xl-geraldine {
		background-color: #ff7b84!important
	}
	.rgba-xl-geraldine {
		background-color: rgba(255, 123, 132, .1)!important
	}
	.text-xl-geraldine {
		color: #ff7b84!important
	}
	.bg-xl-polar-dib {
		background-color: #f1fbfc!important
	}
	.rgba-xl-polar-dib {
		background-color: rgba(241, 251, 252, .1)!important
	}
	.text-xl-polar-dib {
		color: #f1fbfc!important
	}
	.bg-xl-none {
		background: 0 0!important
	}
	.bgc-xl-none {
		background-color: transparent!important
	}
	.bgi-xl-none {
		background-image: none!important
	}
	.br-xl-none br {
		display: none!important
	}
}

@media only screen and (max-width:1199.98px) {
	.bg-lg-gigas {
		background-color: #5040a0!important
	}
	.rgba-lg-gigas {
		background-color: rgba(80, 64, 160, .1)!important
	}
	.text-lg-gigas {
		color: #5040a0!important
	}
	.bg-lg-perison-blue {
		background-color: #1e43dd!important
	}
	.rgba-lg-perison-blue {
		background-color: rgba(30, 67, 221, .1)!important
	}
	.text-lg-perison-blue {
		color: #1e43dd!important
	}
	.bg-lg-st-aqua {
		background-color: #00e3f6!important
	}
	.rgba-lg-st-aqua {
		background-color: rgba(0, 227, 246, .1)!important
	}
	.text-lg-st-aqua {
		color: #00e3f6!important
	}
	.bg-lg-shamrock {
		background-color: #3ad984!important
	}
	.rgba-lg-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-lg-shamrock {
		color: #3ad984!important
	}
	.bg-lg-yellow-orange {
		background-color: #ffaa3b!important
	}
	.rgba-lg-yellow-orange {
		background-color: rgba(255, 170, 59, .1)!important
	}
	.text-lg-yellow-orange {
		color: #ffaa3b!important
	}
	.bg-lg-st-pink {
		background-color: #f23f79!important
	}
	.rgba-lg-st-pink {
		background-color: rgba(242, 63, 121, .1)!important
	}
	.text-lg-st-pink {
		color: #f23f79!important
	}
	.bg-lg-st-orange {
		background-color: #ff5d1c!important
	}
	.rgba-lg-st-orange {
		background-color: rgba(255, 93, 28, .1)!important
	}
	.text-lg-st-orange {
		color: #ff5d1c!important
	}
	.bg-lg-science-blue {
		background-color: #0366d6!important
	}
	.rgba-lg-science-blue {
		background-color: rgba(3, 102, 214, .1)!important
	}
	.text-lg-science-blue {
		color: #0366d6!important
	}
	.bg-lg-emerald {
		background-color: #38d16a!important
	}
	.rgba-lg-emerald {
		background-color: rgba(56, 209, 106, .1)!important
	}
	.text-lg-emerald {
		color: #38d16a!important
	}
	.bg-lg-chambray {
		background-color: #3b3e99!important
	}
	.rgba-lg-chambray {
		background-color: rgba(59, 62, 153, .1)!important
	}
	.text-lg-chambray {
		color: #3b3e99!important
	}
	.bg-lg-medium-purple {
		background-color: #8066dc!important
	}
	.rgba-lg-medium-purple {
		background-color: rgba(128, 102, 220, .1)!important
	}
	.text-lg-medium-purple {
		color: #8066dc!important
	}
	.bg-lg-lochmara {
		background-color: #0079bf!important
	}
	.rgba-lg-lochmara {
		background-color: rgba(0, 121, 191, .1)!important
	}
	.text-lg-lochmara {
		color: #0079bf!important
	}
	.bg-lg-froly {
		background-color: #f46f6c!important
	}
	.rgba-lg-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-lg-froly {
		color: #f46f6c!important
	}
	.bg-lg-alpha-froly,
	.rgba-lg-alpha-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-lg-alpha-froly {
		color: rgba(244, 111, 108, .1)!important
	}
	.bg-lg-sweet-pink {
		background-color: #ffa3a1!important
	}
	.rgba-lg-sweet-pink {
		background-color: rgba(255, 163, 161, .1)!important
	}
	.text-lg-sweet-pink {
		color: #ffa3a1!important
	}
	.bg-lg-koamaru {
		background-color: #1d1068!important
	}
	.rgba-lg-koamaru {
		background-color: rgba(29, 16, 104, .1)!important
	}
	.text-lg-koamaru {
		color: #1d1068!important
	}
	.bg-lg-haiti {
		background-color: #140f30!important
	}
	.rgba-lg-haiti {
		background-color: rgba(20, 15, 48, .1)!important
	}
	.text-lg-haiti {
		color: #140f30!important
	}
	.bg-lg-magnolia {
		background-color: #f9f8ff!important
	}
	.rgba-lg-magnolia {
		background-color: rgba(249, 248, 255, .1)!important
	}
	.text-lg-magnolia {
		color: #f9f8ff!important
	}
	.bg-lg-alice-blue {
		background-color: #f5fbff!important
	}
	.rgba-lg-alice-blue {
		background-color: rgba(245, 251, 255, .1)!important
	}
	.text-lg-alice-blue {
		color: #f5fbff!important
	}
	.bg-lg-polar {
		background-color: #f5f9fd!important
	}
	.rgba-lg-polar {
		background-color: rgba(245, 249, 253, .1)!important
	}
	.text-lg-polar {
		color: #f5f9fd!important
	}
	.bg-lg-st-primary {
		background-color: #9595a8!important
	}
	.rgba-lg-st-primary {
		background-color: rgba(149, 149, 168, .1)!important
	}
	.text-lg-st-primary {
		color: #9595a8!important
	}
	.bg-lg-st-white {
		background-color: #fff!important
	}
	.rgba-lg-st-white {
		background-color: rgba(255, 255, 255, .1)!important
	}
	.text-lg-st-white {
		color: #fff!important
	}
	.bg-lg-st-black {
		background-color: #000!important
	}
	.rgba-lg-st-black {
		background-color: rgba(0, 0, 0, .1)!important
	}
	.text-lg-st-black {
		color: #000!important
	}
	.bg-lg-st-fog {
		background-color: #d6ccff!important
	}
	.rgba-lg-st-fog {
		background-color: rgba(214, 204, 255, .1)!important
	}
	.text-lg-st-fog {
		color: #d6ccff!important
	}
	.bg-lg-st-gray {
		background-color: #999!important
	}
	.rgba-lg-st-gray {
		background-color: rgba(153, 153, 153, .1)!important
	}
	.text-lg-st-gray {
		color: #999!important
	}
	.bg-lg-st-concrete {
		background-color: #f3f3f3!important
	}
	.rgba-lg-st-concrete {
		background-color: rgba(243, 243, 243, .1)!important
	}
	.text-lg-st-concrete {
		color: #f3f3f3!important
	}
	.bg-lg-st-violet {
		background-color: #d52eef!important
	}
	.rgba-lg-st-violet {
		background-color: rgba(213, 46, 239, .1)!important
	}
	.text-lg-st-violet {
		color: #d52eef!important
	}
	.bg-lg-sun-glow {
		background-color: #fccc2c!important
	}
	.rgba-lg-sun-glow {
		background-color: rgba(252, 204, 44, .1)!important
	}
	.text-lg-sun-glow {
		color: #fccc2c!important
	}
	.bg-lg-st-cabaret {
		background-color: #d1386c!important
	}
	.rgba-lg-st-cabaret {
		background-color: rgba(209, 56, 108, .1)!important
	}
	.text-lg-st-cabaret {
		color: #d1386c!important
	}
	.bg-lg-st-zircon {
		background-color: #f8faff!important
	}
	.rgba-lg-st-zircon {
		background-color: rgba(248, 250, 255, .1)!important
	}
	.text-lg-st-zircon {
		color: #f8faff!important
	}
	.bg-lg-clear-day {
		background-color: #f9fffd!important
	}
	.rgba-lg-clear-day {
		background-color: rgba(249, 255, 253, .1)!important
	}
	.text-lg-clear-day {
		color: #f9fffd!important
	}
	.bg-lg-st-shamrock {
		background-color: #3ad984!important
	}
	.rgba-lg-st-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-lg-st-shamrock {
		color: #3ad984!important
	}
	.bg-lg-blue-bell {
		background-color: #9d9ece!important
	}
	.rgba-lg-blue-bell {
		background-color: rgba(157, 158, 206, .1)!important
	}
	.text-lg-blue-bell {
		color: #9d9ece!important
	}
	.bg-lg-snuff {
		background-color: #dbd7e9!important
	}
	.rgba-lg-snuff {
		background-color: rgba(219, 215, 233, .1)!important
	}
	.text-lg-snuff {
		color: #dbd7e9!important
	}
	.bg-lg-french-grey {
		background-color: #c3c3c7!important
	}
	.rgba-lg-french-grey {
		background-color: rgba(195, 195, 199, .1)!important
	}
	.text-lg-french-grey {
		color: #c3c3c7!important
	}
	.bg-lg-ebony-clay {
		background-color: #1f2833!important
	}
	.rgba-lg-ebony-clay {
		background-color: rgba(31, 40, 51, .1)!important
	}
	.text-lg-ebony-clay {
		color: #1f2833!important
	}
	.bg-lg-black-rock {
		background-color: #080327!important
	}
	.rgba-lg-black-rock {
		background-color: rgba(8, 3, 39, .1)!important
	}
	.text-lg-black-rock {
		color: #080327!important
	}
	.bg-lg-st-lavender {
		background-color: #b4b5d5!important
	}
	.rgba-lg-st-lavender {
		background-color: rgba(180, 181, 213, .1)!important
	}
	.text-lg-st-lavender {
		color: #b4b5d5!important
	}
	.bg-lg-titan-white {
		background-color: #f5f5ff!important
	}
	.rgba-lg-titan-white {
		background-color: rgba(245, 245, 255, .1)!important
	}
	.text-lg-titan-white {
		color: #f5f5ff!important
	}
	.bg-lg-regent {
		background-color: #8d9ba4!important
	}
	.rgba-lg-regent {
		background-color: rgba(141, 155, 164, .1)!important
	}
	.text-lg-regent {
		color: #8d9ba4!important
	}
	.bg-lg-shhamrock {
		background-color: #40d1a7!important
	}
	.rgba-lg-shhamrock {
		background-color: rgba(64, 209, 167, .1)!important
	}
	.text-lg-shhamrock {
		color: #40d1a7!important
	}
	.bg-lg-cornflower-blue {
		background-color: #5d81ec!important
	}
	.rgba-lg-cornflower-blue {
		background-color: rgba(93, 129, 236, .1)!important
	}
	.text-lg-cornflower-blue {
		color: #5d81ec!important
	}
	.bg-lg-picton-blue {
		background-color: #4cd0e5!important
	}
	.rgba-lg-picton-blue {
		background-color: rgba(76, 208, 229, .1)!important
	}
	.text-lg-picton-blue {
		color: #4cd0e5!important
	}
	.bg-lg-geraldine {
		background-color: #ff7b84!important
	}
	.rgba-lg-geraldine {
		background-color: rgba(255, 123, 132, .1)!important
	}
	.text-lg-geraldine {
		color: #ff7b84!important
	}
	.bg-lg-polar-dib {
		background-color: #f1fbfc!important
	}
	.rgba-lg-polar-dib {
		background-color: rgba(241, 251, 252, .1)!important
	}
	.text-lg-polar-dib {
		color: #f1fbfc!important
	}
	.bg-lg-none {
		background: 0 0!important
	}
	.bgc-lg-none {
		background-color: transparent!important
	}
	.bgi-lg-none {
		background-image: none!important
	}
	.br-lg-none br {
		display: none!important
	}
}

@media only screen and (max-width:991.98px) {
	.bg-md-gigas {
		background-color: #5040a0!important
	}
	.rgba-md-gigas {
		background-color: rgba(80, 64, 160, .1)!important
	}
	.text-md-gigas {
		color: #5040a0!important
	}
	.bg-md-perison-blue {
		background-color: #1e43dd!important
	}
	.rgba-md-perison-blue {
		background-color: rgba(30, 67, 221, .1)!important
	}
	.text-md-perison-blue {
		color: #1e43dd!important
	}
	.bg-md-st-aqua {
		background-color: #00e3f6!important
	}
	.rgba-md-st-aqua {
		background-color: rgba(0, 227, 246, .1)!important
	}
	.text-md-st-aqua {
		color: #00e3f6!important
	}
	.bg-md-shamrock {
		background-color: #3ad984!important
	}
	.rgba-md-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-md-shamrock {
		color: #3ad984!important
	}
	.bg-md-yellow-orange {
		background-color: #ffaa3b!important
	}
	.rgba-md-yellow-orange {
		background-color: rgba(255, 170, 59, .1)!important
	}
	.text-md-yellow-orange {
		color: #ffaa3b!important
	}
	.bg-md-st-pink {
		background-color: #f23f79!important
	}
	.rgba-md-st-pink {
		background-color: rgba(242, 63, 121, .1)!important
	}
	.text-md-st-pink {
		color: #f23f79!important
	}
	.bg-md-st-orange {
		background-color: #ff5d1c!important
	}
	.rgba-md-st-orange {
		background-color: rgba(255, 93, 28, .1)!important
	}
	.text-md-st-orange {
		color: #ff5d1c!important
	}
	.bg-md-science-blue {
		background-color: #0366d6!important
	}
	.rgba-md-science-blue {
		background-color: rgba(3, 102, 214, .1)!important
	}
	.text-md-science-blue {
		color: #0366d6!important
	}
	.bg-md-emerald {
		background-color: #38d16a!important
	}
	.rgba-md-emerald {
		background-color: rgba(56, 209, 106, .1)!important
	}
	.text-md-emerald {
		color: #38d16a!important
	}
	.bg-md-chambray {
		background-color: #3b3e99!important
	}
	.rgba-md-chambray {
		background-color: rgba(59, 62, 153, .1)!important
	}
	.text-md-chambray {
		color: #3b3e99!important
	}
	.bg-md-medium-purple {
		background-color: #8066dc!important
	}
	.rgba-md-medium-purple {
		background-color: rgba(128, 102, 220, .1)!important
	}
	.text-md-medium-purple {
		color: #8066dc!important
	}
	.bg-md-lochmara {
		background-color: #0079bf!important
	}
	.rgba-md-lochmara {
		background-color: rgba(0, 121, 191, .1)!important
	}
	.text-md-lochmara {
		color: #0079bf!important
	}
	.bg-md-froly {
		background-color: #f46f6c!important
	}
	.rgba-md-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-md-froly {
		color: #f46f6c!important
	}
	.bg-md-alpha-froly,
	.rgba-md-alpha-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-md-alpha-froly {
		color: rgba(244, 111, 108, .1)!important
	}
	.bg-md-sweet-pink {
		background-color: #ffa3a1!important
	}
	.rgba-md-sweet-pink {
		background-color: rgba(255, 163, 161, .1)!important
	}
	.text-md-sweet-pink {
		color: #ffa3a1!important
	}
	.bg-md-koamaru {
		background-color: #1d1068!important
	}
	.rgba-md-koamaru {
		background-color: rgba(29, 16, 104, .1)!important
	}
	.text-md-koamaru {
		color: #1d1068!important
	}
	.bg-md-haiti {
		background-color: #140f30!important
	}
	.rgba-md-haiti {
		background-color: rgba(20, 15, 48, .1)!important
	}
	.text-md-haiti {
		color: #140f30!important
	}
	.bg-md-magnolia {
		background-color: #f9f8ff!important
	}
	.rgba-md-magnolia {
		background-color: rgba(249, 248, 255, .1)!important
	}
	.text-md-magnolia {
		color: #f9f8ff!important
	}
	.bg-md-alice-blue {
		background-color: #f5fbff!important
	}
	.rgba-md-alice-blue {
		background-color: rgba(245, 251, 255, .1)!important
	}
	.text-md-alice-blue {
		color: #f5fbff!important
	}
	.bg-md-polar {
		background-color: #f5f9fd!important
	}
	.rgba-md-polar {
		background-color: rgba(245, 249, 253, .1)!important
	}
	.text-md-polar {
		color: #f5f9fd!important
	}
	.bg-md-st-primary {
		background-color: #9595a8!important
	}
	.rgba-md-st-primary {
		background-color: rgba(149, 149, 168, .1)!important
	}
	.text-md-st-primary {
		color: #9595a8!important
	}
	.bg-md-st-white {
		background-color: #fff!important
	}
	.rgba-md-st-white {
		background-color: rgba(255, 255, 255, .1)!important
	}
	.text-md-st-white {
		color: #fff!important
	}
	.bg-md-st-black {
		background-color: #000!important
	}
	.rgba-md-st-black {
		background-color: rgba(0, 0, 0, .1)!important
	}
	.text-md-st-black {
		color: #000!important
	}
	.bg-md-st-fog {
		background-color: #d6ccff!important
	}
	.rgba-md-st-fog {
		background-color: rgba(214, 204, 255, .1)!important
	}
	.text-md-st-fog {
		color: #d6ccff!important
	}
	.bg-md-st-gray {
		background-color: #999!important
	}
	.rgba-md-st-gray {
		background-color: rgba(153, 153, 153, .1)!important
	}
	.text-md-st-gray {
		color: #999!important
	}
	.bg-md-st-concrete {
		background-color: #f3f3f3!important
	}
	.rgba-md-st-concrete {
		background-color: rgba(243, 243, 243, .1)!important
	}
	.text-md-st-concrete {
		color: #f3f3f3!important
	}
	.bg-md-st-violet {
		background-color: #d52eef!important
	}
	.rgba-md-st-violet {
		background-color: rgba(213, 46, 239, .1)!important
	}
	.text-md-st-violet {
		color: #d52eef!important
	}
	.bg-md-sun-glow {
		background-color: #fccc2c!important
	}
	.rgba-md-sun-glow {
		background-color: rgba(252, 204, 44, .1)!important
	}
	.text-md-sun-glow {
		color: #fccc2c!important
	}
	.bg-md-st-cabaret {
		background-color: #d1386c!important
	}
	.rgba-md-st-cabaret {
		background-color: rgba(209, 56, 108, .1)!important
	}
	.text-md-st-cabaret {
		color: #d1386c!important
	}
	.bg-md-st-zircon {
		background-color: #f8faff!important
	}
	.rgba-md-st-zircon {
		background-color: rgba(248, 250, 255, .1)!important
	}
	.text-md-st-zircon {
		color: #f8faff!important
	}
	.bg-md-clear-day {
		background-color: #f9fffd!important
	}
	.rgba-md-clear-day {
		background-color: rgba(249, 255, 253, .1)!important
	}
	.text-md-clear-day {
		color: #f9fffd!important
	}
	.bg-md-st-shamrock {
		background-color: #3ad984!important
	}
	.rgba-md-st-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-md-st-shamrock {
		color: #3ad984!important
	}
	.bg-md-blue-bell {
		background-color: #9d9ece!important
	}
	.rgba-md-blue-bell {
		background-color: rgba(157, 158, 206, .1)!important
	}
	.text-md-blue-bell {
		color: #9d9ece!important
	}
	.bg-md-snuff {
		background-color: #dbd7e9!important
	}
	.rgba-md-snuff {
		background-color: rgba(219, 215, 233, .1)!important
	}
	.text-md-snuff {
		color: #dbd7e9!important
	}
	.bg-md-french-grey {
		background-color: #c3c3c7!important
	}
	.rgba-md-french-grey {
		background-color: rgba(195, 195, 199, .1)!important
	}
	.text-md-french-grey {
		color: #c3c3c7!important
	}
	.bg-md-ebony-clay {
		background-color: #1f2833!important
	}
	.rgba-md-ebony-clay {
		background-color: rgba(31, 40, 51, .1)!important
	}
	.text-md-ebony-clay {
		color: #1f2833!important
	}
	.bg-md-black-rock {
		background-color: #080327!important
	}
	.rgba-md-black-rock {
		background-color: rgba(8, 3, 39, .1)!important
	}
	.text-md-black-rock {
		color: #080327!important
	}
	.bg-md-st-lavender {
		background-color: #b4b5d5!important
	}
	.rgba-md-st-lavender {
		background-color: rgba(180, 181, 213, .1)!important
	}
	.text-md-st-lavender {
		color: #b4b5d5!important
	}
	.bg-md-titan-white {
		background-color: #f5f5ff!important
	}
	.rgba-md-titan-white {
		background-color: rgba(245, 245, 255, .1)!important
	}
	.text-md-titan-white {
		color: #f5f5ff!important
	}
	.bg-md-regent {
		background-color: #8d9ba4!important
	}
	.rgba-md-regent {
		background-color: rgba(141, 155, 164, .1)!important
	}
	.text-md-regent {
		color: #8d9ba4!important
	}
	.bg-md-shhamrock {
		background-color: #40d1a7!important
	}
	.rgba-md-shhamrock {
		background-color: rgba(64, 209, 167, .1)!important
	}
	.text-md-shhamrock {
		color: #40d1a7!important
	}
	.bg-md-cornflower-blue {
		background-color: #5d81ec!important
	}
	.rgba-md-cornflower-blue {
		background-color: rgba(93, 129, 236, .1)!important
	}
	.text-md-cornflower-blue {
		color: #5d81ec!important
	}
	.bg-md-picton-blue {
		background-color: #4cd0e5!important
	}
	.rgba-md-picton-blue {
		background-color: rgba(76, 208, 229, .1)!important
	}
	.text-md-picton-blue {
		color: #4cd0e5!important
	}
	.bg-md-geraldine {
		background-color: #ff7b84!important
	}
	.rgba-md-geraldine {
		background-color: rgba(255, 123, 132, .1)!important
	}
	.text-md-geraldine {
		color: #ff7b84!important
	}
	.bg-md-polar-dib {
		background-color: #f1fbfc!important
	}
	.rgba-md-polar-dib {
		background-color: rgba(241, 251, 252, .1)!important
	}
	.text-md-polar-dib {
		color: #f1fbfc!important
	}
	.bg-md-none {
		background: 0 0!important
	}
	.bgc-md-none {
		background-color: transparent!important
	}
	.bgi-md-none {
		background-image: none!important
	}
	.br-md-none br {
		display: none!important
	}
}

@media only screen and (max-width:767.98px) {
	.bg-sm-gigas {
		background-color: #5040a0!important
	}
	.rgba-sm-gigas {
		background-color: rgba(80, 64, 160, .1)!important
	}
	.text-sm-gigas {
		color: #5040a0!important
	}
	.bg-sm-perison-blue {
		background-color: #1e43dd!important
	}
	.rgba-sm-perison-blue {
		background-color: rgba(30, 67, 221, .1)!important
	}
	.text-sm-perison-blue {
		color: #1e43dd!important
	}
	.bg-sm-st-aqua {
		background-color: #00e3f6!important
	}
	.rgba-sm-st-aqua {
		background-color: rgba(0, 227, 246, .1)!important
	}
	.text-sm-st-aqua {
		color: #00e3f6!important
	}
	.bg-sm-shamrock {
		background-color: #3ad984!important
	}
	.rgba-sm-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-sm-shamrock {
		color: #3ad984!important
	}
	.bg-sm-yellow-orange {
		background-color: #ffaa3b!important
	}
	.rgba-sm-yellow-orange {
		background-color: rgba(255, 170, 59, .1)!important
	}
	.text-sm-yellow-orange {
		color: #ffaa3b!important
	}
	.bg-sm-st-pink {
		background-color: #f23f79!important
	}
	.rgba-sm-st-pink {
		background-color: rgba(242, 63, 121, .1)!important
	}
	.text-sm-st-pink {
		color: #f23f79!important
	}
	.bg-sm-st-orange {
		background-color: #ff5d1c!important
	}
	.rgba-sm-st-orange {
		background-color: rgba(255, 93, 28, .1)!important
	}
	.text-sm-st-orange {
		color: #ff5d1c!important
	}
	.bg-sm-science-blue {
		background-color: #0366d6!important
	}
	.rgba-sm-science-blue {
		background-color: rgba(3, 102, 214, .1)!important
	}
	.text-sm-science-blue {
		color: #0366d6!important
	}
	.bg-sm-emerald {
		background-color: #38d16a!important
	}
	.rgba-sm-emerald {
		background-color: rgba(56, 209, 106, .1)!important
	}
	.text-sm-emerald {
		color: #38d16a!important
	}
	.bg-sm-chambray {
		background-color: #3b3e99!important
	}
	.rgba-sm-chambray {
		background-color: rgba(59, 62, 153, .1)!important
	}
	.text-sm-chambray {
		color: #3b3e99!important
	}
	.bg-sm-medium-purple {
		background-color: #8066dc!important
	}
	.rgba-sm-medium-purple {
		background-color: rgba(128, 102, 220, .1)!important
	}
	.text-sm-medium-purple {
		color: #8066dc!important
	}
	.bg-sm-lochmara {
		background-color: #0079bf!important
	}
	.rgba-sm-lochmara {
		background-color: rgba(0, 121, 191, .1)!important
	}
	.text-sm-lochmara {
		color: #0079bf!important
	}
	.bg-sm-froly {
		background-color: #f46f6c!important
	}
	.rgba-sm-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-sm-froly {
		color: #f46f6c!important
	}
	.bg-sm-alpha-froly,
	.rgba-sm-alpha-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-sm-alpha-froly {
		color: rgba(244, 111, 108, .1)!important
	}
	.bg-sm-sweet-pink {
		background-color: #ffa3a1!important
	}
	.rgba-sm-sweet-pink {
		background-color: rgba(255, 163, 161, .1)!important
	}
	.text-sm-sweet-pink {
		color: #ffa3a1!important
	}
	.bg-sm-koamaru {
		background-color: #1d1068!important
	}
	.rgba-sm-koamaru {
		background-color: rgba(29, 16, 104, .1)!important
	}
	.text-sm-koamaru {
		color: #1d1068!important
	}
	.bg-sm-haiti {
		background-color: #140f30!important
	}
	.rgba-sm-haiti {
		background-color: rgba(20, 15, 48, .1)!important
	}
	.text-sm-haiti {
		color: #140f30!important
	}
	.bg-sm-magnolia {
		background-color: #f9f8ff!important
	}
	.rgba-sm-magnolia {
		background-color: rgba(249, 248, 255, .1)!important
	}
	.text-sm-magnolia {
		color: #f9f8ff!important
	}
	.bg-sm-alice-blue {
		background-color: #f5fbff!important
	}
	.rgba-sm-alice-blue {
		background-color: rgba(245, 251, 255, .1)!important
	}
	.text-sm-alice-blue {
		color: #f5fbff!important
	}
	.bg-sm-polar {
		background-color: #f5f9fd!important
	}
	.rgba-sm-polar {
		background-color: rgba(245, 249, 253, .1)!important
	}
	.text-sm-polar {
		color: #f5f9fd!important
	}
	.bg-sm-st-primary {
		background-color: #9595a8!important
	}
	.rgba-sm-st-primary {
		background-color: rgba(149, 149, 168, .1)!important
	}
	.text-sm-st-primary {
		color: #9595a8!important
	}
	.bg-sm-st-white {
		background-color: #fff!important
	}
	.rgba-sm-st-white {
		background-color: rgba(255, 255, 255, .1)!important
	}
	.text-sm-st-white {
		color: #fff!important
	}
	.bg-sm-st-black {
		background-color: #000!important
	}
	.rgba-sm-st-black {
		background-color: rgba(0, 0, 0, .1)!important
	}
	.text-sm-st-black {
		color: #000!important
	}
	.bg-sm-st-fog {
		background-color: #d6ccff!important
	}
	.rgba-sm-st-fog {
		background-color: rgba(214, 204, 255, .1)!important
	}
	.text-sm-st-fog {
		color: #d6ccff!important
	}
	.bg-sm-st-gray {
		background-color: #999!important
	}
	.rgba-sm-st-gray {
		background-color: rgba(153, 153, 153, .1)!important
	}
	.text-sm-st-gray {
		color: #999!important
	}
	.bg-sm-st-concrete {
		background-color: #f3f3f3!important
	}
	.rgba-sm-st-concrete {
		background-color: rgba(243, 243, 243, .1)!important
	}
	.text-sm-st-concrete {
		color: #f3f3f3!important
	}
	.bg-sm-st-violet {
		background-color: #d52eef!important
	}
	.rgba-sm-st-violet {
		background-color: rgba(213, 46, 239, .1)!important
	}
	.text-sm-st-violet {
		color: #d52eef!important
	}
	.bg-sm-sun-glow {
		background-color: #fccc2c!important
	}
	.rgba-sm-sun-glow {
		background-color: rgba(252, 204, 44, .1)!important
	}
	.text-sm-sun-glow {
		color: #fccc2c!important
	}
	.bg-sm-st-cabaret {
		background-color: #d1386c!important
	}
	.rgba-sm-st-cabaret {
		background-color: rgba(209, 56, 108, .1)!important
	}
	.text-sm-st-cabaret {
		color: #d1386c!important
	}
	.bg-sm-st-zircon {
		background-color: #f8faff!important
	}
	.rgba-sm-st-zircon {
		background-color: rgba(248, 250, 255, .1)!important
	}
	.text-sm-st-zircon {
		color: #f8faff!important
	}
	.bg-sm-clear-day {
		background-color: #f9fffd!important
	}
	.rgba-sm-clear-day {
		background-color: rgba(249, 255, 253, .1)!important
	}
	.text-sm-clear-day {
		color: #f9fffd!important
	}
	.bg-sm-st-shamrock {
		background-color: #3ad984!important
	}
	.rgba-sm-st-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-sm-st-shamrock {
		color: #3ad984!important
	}
	.bg-sm-blue-bell {
		background-color: #9d9ece!important
	}
	.rgba-sm-blue-bell {
		background-color: rgba(157, 158, 206, .1)!important
	}
	.text-sm-blue-bell {
		color: #9d9ece!important
	}
	.bg-sm-snuff {
		background-color: #dbd7e9!important
	}
	.rgba-sm-snuff {
		background-color: rgba(219, 215, 233, .1)!important
	}
	.text-sm-snuff {
		color: #dbd7e9!important
	}
	.bg-sm-french-grey {
		background-color: #c3c3c7!important
	}
	.rgba-sm-french-grey {
		background-color: rgba(195, 195, 199, .1)!important
	}
	.text-sm-french-grey {
		color: #c3c3c7!important
	}
	.bg-sm-ebony-clay {
		background-color: #1f2833!important
	}
	.rgba-sm-ebony-clay {
		background-color: rgba(31, 40, 51, .1)!important
	}
	.text-sm-ebony-clay {
		color: #1f2833!important
	}
	.bg-sm-black-rock {
		background-color: #080327!important
	}
	.rgba-sm-black-rock {
		background-color: rgba(8, 3, 39, .1)!important
	}
	.text-sm-black-rock {
		color: #080327!important
	}
	.bg-sm-st-lavender {
		background-color: #b4b5d5!important
	}
	.rgba-sm-st-lavender {
		background-color: rgba(180, 181, 213, .1)!important
	}
	.text-sm-st-lavender {
		color: #b4b5d5!important
	}
	.bg-sm-titan-white {
		background-color: #f5f5ff!important
	}
	.rgba-sm-titan-white {
		background-color: rgba(245, 245, 255, .1)!important
	}
	.text-sm-titan-white {
		color: #f5f5ff!important
	}
	.bg-sm-regent {
		background-color: #8d9ba4!important
	}
	.rgba-sm-regent {
		background-color: rgba(141, 155, 164, .1)!important
	}
	.text-sm-regent {
		color: #8d9ba4!important
	}
	.bg-sm-shhamrock {
		background-color: #40d1a7!important
	}
	.rgba-sm-shhamrock {
		background-color: rgba(64, 209, 167, .1)!important
	}
	.text-sm-shhamrock {
		color: #40d1a7!important
	}
	.bg-sm-cornflower-blue {
		background-color: #5d81ec!important
	}
	.rgba-sm-cornflower-blue {
		background-color: rgba(93, 129, 236, .1)!important
	}
	.text-sm-cornflower-blue {
		color: #5d81ec!important
	}
	.bg-sm-picton-blue {
		background-color: #4cd0e5!important
	}
	.rgba-sm-picton-blue {
		background-color: rgba(76, 208, 229, .1)!important
	}
	.text-sm-picton-blue {
		color: #4cd0e5!important
	}
	.bg-sm-geraldine {
		background-color: #ff7b84!important
	}
	.rgba-sm-geraldine {
		background-color: rgba(255, 123, 132, .1)!important
	}
	.text-sm-geraldine {
		color: #ff7b84!important
	}
	.bg-sm-polar-dib {
		background-color: #f1fbfc!important
	}
	.rgba-sm-polar-dib {
		background-color: rgba(241, 251, 252, .1)!important
	}
	.text-sm-polar-dib {
		color: #f1fbfc!important
	}
	.bg-sm-none {
		background: 0 0!important
	}
	.bgc-sm-none {
		background-color: transparent!important
	}
	.bgi-sm-none {
		background-image: none!important
	}
	.br-sm-none br {
		display: none!important
	}
}

@media only screen and (max-width:575.98px) {
	.bg-xs-gigas {
		background-color: #5040a0!important
	}
	.rgba-xs-gigas {
		background-color: rgba(80, 64, 160, .1)!important
	}
	.text-xs-gigas {
		color: #5040a0!important
	}
	.bg-xs-perison-blue {
		background-color: #1e43dd!important
	}
	.rgba-xs-perison-blue {
		background-color: rgba(30, 67, 221, .1)!important
	}
	.text-xs-perison-blue {
		color: #1e43dd!important
	}
	.bg-xs-st-aqua {
		background-color: #00e3f6!important
	}
	.rgba-xs-st-aqua {
		background-color: rgba(0, 227, 246, .1)!important
	}
	.text-xs-st-aqua {
		color: #00e3f6!important
	}
	.bg-xs-shamrock {
		background-color: #3ad984!important
	}
	.rgba-xs-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-xs-shamrock {
		color: #3ad984!important
	}
	.bg-xs-yellow-orange {
		background-color: #ffaa3b!important
	}
	.rgba-xs-yellow-orange {
		background-color: rgba(255, 170, 59, .1)!important
	}
	.text-xs-yellow-orange {
		color: #ffaa3b!important
	}
	.bg-xs-st-pink {
		background-color: #f23f79!important
	}
	.rgba-xs-st-pink {
		background-color: rgba(242, 63, 121, .1)!important
	}
	.text-xs-st-pink {
		color: #f23f79!important
	}
	.bg-xs-st-orange {
		background-color: #ff5d1c!important
	}
	.rgba-xs-st-orange {
		background-color: rgba(255, 93, 28, .1)!important
	}
	.text-xs-st-orange {
		color: #ff5d1c!important
	}
	.bg-xs-science-blue {
		background-color: #0366d6!important
	}
	.rgba-xs-science-blue {
		background-color: rgba(3, 102, 214, .1)!important
	}
	.text-xs-science-blue {
		color: #0366d6!important
	}
	.bg-xs-emerald {
		background-color: #38d16a!important
	}
	.rgba-xs-emerald {
		background-color: rgba(56, 209, 106, .1)!important
	}
	.text-xs-emerald {
		color: #38d16a!important
	}
	.bg-xs-chambray {
		background-color: #3b3e99!important
	}
	.rgba-xs-chambray {
		background-color: rgba(59, 62, 153, .1)!important
	}
	.text-xs-chambray {
		color: #3b3e99!important
	}
	.bg-xs-medium-purple {
		background-color: #8066dc!important
	}
	.rgba-xs-medium-purple {
		background-color: rgba(128, 102, 220, .1)!important
	}
	.text-xs-medium-purple {
		color: #8066dc!important
	}
	.bg-xs-lochmara {
		background-color: #0079bf!important
	}
	.rgba-xs-lochmara {
		background-color: rgba(0, 121, 191, .1)!important
	}
	.text-xs-lochmara {
		color: #0079bf!important
	}
	.bg-xs-froly {
		background-color: #f46f6c!important
	}
	.rgba-xs-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-xs-froly {
		color: #f46f6c!important
	}
	.bg-xs-alpha-froly,
	.rgba-xs-alpha-froly {
		background-color: rgba(244, 111, 108, .1)!important
	}
	.text-xs-alpha-froly {
		color: rgba(244, 111, 108, .1)!important
	}
	.bg-xs-sweet-pink {
		background-color: #ffa3a1!important
	}
	.rgba-xs-sweet-pink {
		background-color: rgba(255, 163, 161, .1)!important
	}
	.text-xs-sweet-pink {
		color: #ffa3a1!important
	}
	.bg-xs-koamaru {
		background-color: #1d1068!important
	}
	.rgba-xs-koamaru {
		background-color: rgba(29, 16, 104, .1)!important
	}
	.text-xs-koamaru {
		color: #1d1068!important
	}
	.bg-xs-haiti {
		background-color: #140f30!important
	}
	.rgba-xs-haiti {
		background-color: rgba(20, 15, 48, .1)!important
	}
	.text-xs-haiti {
		color: #140f30!important
	}
	.bg-xs-magnolia {
		background-color: #f9f8ff!important
	}
	.rgba-xs-magnolia {
		background-color: rgba(249, 248, 255, .1)!important
	}
	.text-xs-magnolia {
		color: #f9f8ff!important
	}
	.bg-xs-alice-blue {
		background-color: #f5fbff!important
	}
	.rgba-xs-alice-blue {
		background-color: rgba(245, 251, 255, .1)!important
	}
	.text-xs-alice-blue {
		color: #f5fbff!important
	}
	.bg-xs-polar {
		background-color: #f5f9fd!important
	}
	.rgba-xs-polar {
		background-color: rgba(245, 249, 253, .1)!important
	}
	.text-xs-polar {
		color: #f5f9fd!important
	}
	.bg-xs-st-primary {
		background-color: #9595a8!important
	}
	.rgba-xs-st-primary {
		background-color: rgba(149, 149, 168, .1)!important
	}
	.text-xs-st-primary {
		color: #9595a8!important
	}
	.bg-xs-st-white {
		background-color: #fff!important
	}
	.rgba-xs-st-white {
		background-color: rgba(255, 255, 255, .1)!important
	}
	.text-xs-st-white {
		color: #fff!important
	}
	.bg-xs-st-black {
		background-color: #000!important
	}
	.rgba-xs-st-black {
		background-color: rgba(0, 0, 0, .1)!important
	}
	.text-xs-st-black {
		color: #000!important
	}
	.bg-xs-st-fog {
		background-color: #d6ccff!important
	}
	.rgba-xs-st-fog {
		background-color: rgba(214, 204, 255, .1)!important
	}
	.text-xs-st-fog {
		color: #d6ccff!important
	}
	.bg-xs-st-gray {
		background-color: #999!important
	}
	.rgba-xs-st-gray {
		background-color: rgba(153, 153, 153, .1)!important
	}
	.text-xs-st-gray {
		color: #999!important
	}
	.bg-xs-st-concrete {
		background-color: #f3f3f3!important
	}
	.rgba-xs-st-concrete {
		background-color: rgba(243, 243, 243, .1)!important
	}
	.text-xs-st-concrete {
		color: #f3f3f3!important
	}
	.bg-xs-st-violet {
		background-color: #d52eef!important
	}
	.rgba-xs-st-violet {
		background-color: rgba(213, 46, 239, .1)!important
	}
	.text-xs-st-violet {
		color: #d52eef!important
	}
	.bg-xs-sun-glow {
		background-color: #fccc2c!important
	}
	.rgba-xs-sun-glow {
		background-color: rgba(252, 204, 44, .1)!important
	}
	.text-xs-sun-glow {
		color: #fccc2c!important
	}
	.bg-xs-st-cabaret {
		background-color: #d1386c!important
	}
	.rgba-xs-st-cabaret {
		background-color: rgba(209, 56, 108, .1)!important
	}
	.text-xs-st-cabaret {
		color: #d1386c!important
	}
	.bg-xs-st-zircon {
		background-color: #f8faff!important
	}
	.rgba-xs-st-zircon {
		background-color: rgba(248, 250, 255, .1)!important
	}
	.text-xs-st-zircon {
		color: #f8faff!important
	}
	.bg-xs-clear-day {
		background-color: #f9fffd!important
	}
	.rgba-xs-clear-day {
		background-color: rgba(249, 255, 253, .1)!important
	}
	.text-xs-clear-day {
		color: #f9fffd!important
	}
	.bg-xs-st-shamrock {
		background-color: #3ad984!important
	}
	.rgba-xs-st-shamrock {
		background-color: rgba(58, 217, 132, .1)!important
	}
	.text-xs-st-shamrock {
		color: #3ad984!important
	}
	.bg-xs-blue-bell {
		background-color: #9d9ece!important
	}
	.rgba-xs-blue-bell {
		background-color: rgba(157, 158, 206, .1)!important
	}
	.text-xs-blue-bell {
		color: #9d9ece!important
	}
	.bg-xs-snuff {
		background-color: #dbd7e9!important
	}
	.rgba-xs-snuff {
		background-color: rgba(219, 215, 233, .1)!important
	}
	.text-xs-snuff {
		color: #dbd7e9!important
	}
	.bg-xs-french-grey {
		background-color: #c3c3c7!important
	}
	.rgba-xs-french-grey {
		background-color: rgba(195, 195, 199, .1)!important
	}
	.text-xs-french-grey {
		color: #c3c3c7!important
	}
	.bg-xs-ebony-clay {
		background-color: #1f2833!important
	}
	.rgba-xs-ebony-clay {
		background-color: rgba(31, 40, 51, .1)!important
	}
	.text-xs-ebony-clay {
		color: #1f2833!important
	}
	.bg-xs-black-rock {
		background-color: #080327!important
	}
	.rgba-xs-black-rock {
		background-color: rgba(8, 3, 39, .1)!important
	}
	.text-xs-black-rock {
		color: #080327!important
	}
	.bg-xs-st-lavender {
		background-color: #b4b5d5!important
	}
	.rgba-xs-st-lavender {
		background-color: rgba(180, 181, 213, .1)!important
	}
	.text-xs-st-lavender {
		color: #b4b5d5!important
	}
	.bg-xs-titan-white {
		background-color: #f5f5ff!important
	}
	.rgba-xs-titan-white {
		background-color: rgba(245, 245, 255, .1)!important
	}
	.text-xs-titan-white {
		color: #f5f5ff!important
	}
	.bg-xs-regent {
		background-color: #8d9ba4!important
	}
	.rgba-xs-regent {
		background-color: rgba(141, 155, 164, .1)!important
	}
	.text-xs-regent {
		color: #8d9ba4!important
	}
	.bg-xs-shhamrock {
		background-color: #40d1a7!important
	}
	.rgba-xs-shhamrock {
		background-color: rgba(64, 209, 167, .1)!important
	}
	.text-xs-shhamrock {
		color: #40d1a7!important
	}
	.bg-xs-cornflower-blue {
		background-color: #5d81ec!important
	}
	.rgba-xs-cornflower-blue {
		background-color: rgba(93, 129, 236, .1)!important
	}
	.text-xs-cornflower-blue {
		color: #5d81ec!important
	}
	.bg-xs-picton-blue {
		background-color: #4cd0e5!important
	}
	.rgba-xs-picton-blue {
		background-color: rgba(76, 208, 229, .1)!important
	}
	.text-xs-picton-blue {
		color: #4cd0e5!important
	}
	.bg-xs-geraldine {
		background-color: #ff7b84!important
	}
	.rgba-xs-geraldine {
		background-color: rgba(255, 123, 132, .1)!important
	}
	.text-xs-geraldine {
		color: #ff7b84!important
	}
	.bg-xs-polar-dib {
		background-color: #f1fbfc!important
	}
	.rgba-xs-polar-dib {
		background-color: rgba(241, 251, 252, .1)!important
	}
	.text-xs-polar-dib {
		color: #f1fbfc!important
	}
	.bg-xs-none {
		background: 0 0!important
	}
	.bgc-xs-none {
		background-color: transparent!important
	}
	.bgi-xs-none {
		background-image: none!important
	}
	.br-xs-none br {
		display: none!important
	}
}

.sticky-menu.sticky-box-shadow {
	box-shadow: 0 1px 18px rgba(0, 0, 0, .04)
}

@media only screen and (max-width:991.98px) {
	.sticky-menu.sticky-box-shadow {
		box-shadow: 0 1px 8px rgba(0, 0, 0, .04)
	}
}

.min-w-none {
	min-width: 0!important
}

.max-w-none {
	max-width: 0!important
}

.m-t-b-none {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.p-t-b-none,
.sticky-menu.sticky-padding-none {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.m-l-r-none {
	margin-left: 0!important;
	margin-right: 0!important
}

.p-l-r-none {
	padding-left: 0!important;
	padding-right: 0!important
}

.m-all-none {
	margin: 0!important
}

.p-all-none {
	padding: 0!important
}

.m-t-none {
	margin-top: 0!important
}

.p-t-none {
	padding-top: 0!important
}

.m-b-none {
	margin-bottom: 0!important
}

.p-b-none {
	padding-bottom: 0!important
}

.m-l-none {
	margin-left: 0!important
}

.p-l-none {
	padding-left: 0!important
}

.m-r-none {
	margin-right: 0!important
}

.p-r-none {
	padding-right: 0!important
}

.min-w-auto {
	min-width: auto!important
}

.max-w-auto {
	max-width: auto!important
}

.m-t-b-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

.p-t-b-auto,
.sticky-menu.sticky-padding-auto {
	padding-top: auto!important;
	padding-bottom: auto!important
}

.m-l-r-auto {
	margin-left: auto!important;
	margin-right: auto!important
}

.p-l-r-auto {
	padding-left: auto!important;
	padding-right: auto!important
}

.m-all-auto {
	margin: auto!important
}

.p-all-auto {
	padding: auto!important
}

.m-t-auto {
	margin-top: auto!important
}

.p-t-auto {
	padding-top: auto!important
}

.m-b-auto {
	margin-bottom: auto!important
}

.p-b-auto {
	padding-bottom: auto!important
}

.m-l-auto {
	margin-left: auto!important
}

.p-l-auto {
	padding-left: auto!important
}

.m-r-auto {
	margin-right: auto!important
}

.p-r-auto {
	padding-right: auto!important
}

.min-w-5 {
	min-width: 5px!important
}

.max-w-5 {
	max-width: 5px!important
}

.m-t-b-5 {
	margin-top: 5px!important;
	margin-bottom: 5px!important
}

.p-t-b-5,
.sticky-menu.sticky-padding-5 {
	padding-top: 5px!important;
	padding-bottom: 5px!important
}

.m-l-r-5 {
	margin-left: 5px!important;
	margin-right: 5px!important
}

.p-l-r-5 {
	padding-left: 5px!important;
	padding-right: 5px!important
}

.m-all-5 {
	margin: 5px!important
}

.p-all-5 {
	padding: 5px!important
}

.m-t-5 {
	margin-top: 5px!important
}

.p-t-5 {
	padding-top: 5px!important
}

.m-b-5 {
	margin-bottom: 5px!important
}

.p-b-5 {
	padding-bottom: 5px!important
}

.m-l-5 {
	margin-left: 5px!important
}

.p-l-5 {
	padding-left: 5px!important
}

.m-r-5 {
	margin-right: 5px!important
}

.p-r-5 {
	padding-right: 5px!important
}

.min-w-10 {
	min-width: 10px!important
}

.max-w-10 {
	max-width: 10px!important
}

.m-t-b-10 {
	margin-top: 10px!important;
	margin-bottom: 10px!important
}

.p-t-b-10,
.sticky-menu.sticky-padding-10 {
	padding-top: 10px!important;
	padding-bottom: 10px!important
}

.m-l-r-10 {
	margin-left: 10px!important;
	margin-right: 10px!important
}

.p-l-r-10 {
	padding-left: 10px!important;
	padding-right: 10px!important
}

.m-all-10 {
	margin: 10px!important
}

.p-all-10 {
	padding: 10px!important
}

.m-t-10 {
	margin-top: 10px!important
}

.p-t-10 {
	padding-top: 10px!important
}

.m-b-10 {
	margin-bottom: 10px!important
}

.p-b-10 {
	padding-bottom: 10px!important
}

.m-l-10 {
	margin-left: 10px!important
}

.p-l-10 {
	padding-left: 10px!important
}

.m-r-10 {
	margin-right: 10px!important
}

.p-r-10 {
	padding-right: 10px!important
}

.min-w-12 {
	min-width: 12px!important
}

.max-w-12 {
	max-width: 12px!important
}

.m-t-b-12 {
	margin-top: 12px!important;
	margin-bottom: 12px!important
}

.p-t-b-12,
.sticky-menu.sticky-padding-12 {
	padding-top: 12px!important;
	padding-bottom: 12px!important
}

.m-l-r-12 {
	margin-left: 12px!important;
	margin-right: 12px!important
}

.p-l-r-12 {
	padding-left: 12px!important;
	padding-right: 12px!important
}

.m-all-12 {
	margin: 12px!important
}

.p-all-12 {
	padding: 12px!important
}

.m-t-12 {
	margin-top: 12px!important
}

.p-t-12 {
	padding-top: 12px!important
}

.m-b-12 {
	margin-bottom: 12px!important
}

.p-b-12 {
	padding-bottom: 12px!important
}

.m-l-12 {
	margin-left: 12px!important
}

.p-l-12 {
	padding-left: 12px!important
}

.m-r-12 {
	margin-right: 12px!important
}

.p-r-12 {
	padding-right: 12px!important
}

.min-w-13 {
	min-width: 13px!important
}

.max-w-13 {
	max-width: 13px!important
}

.m-t-b-13 {
	margin-top: 13px!important;
	margin-bottom: 13px!important
}

.p-t-b-13,
.sticky-menu.sticky-padding-13 {
	padding-top: 13px!important;
	padding-bottom: 13px!important
}

.m-l-r-13 {
	margin-left: 13px!important;
	margin-right: 13px!important
}

.p-l-r-13 {
	padding-left: 13px!important;
	padding-right: 13px!important
}

.m-all-13 {
	margin: 13px!important
}

.p-all-13 {
	padding: 13px!important
}

.m-t-13 {
	margin-top: 13px!important
}

.p-t-13 {
	padding-top: 13px!important
}

.m-b-13 {
	margin-bottom: 13px!important
}

.p-b-13 {
	padding-bottom: 13px!important
}

.m-l-13 {
	margin-left: 13px!important
}

.p-l-13 {
	padding-left: 13px!important
}

.m-r-13 {
	margin-right: 13px!important
}

.p-r-13 {
	padding-right: 13px!important
}

.min-w-15 {
	min-width: 15px!important
}

.max-w-15 {
	max-width: 15px!important
}

.m-t-b-15 {
	margin-top: 15px!important;
	margin-bottom: 15px!important
}

.p-t-b-15,
.sticky-menu.sticky-padding-15 {
	padding-top: 15px!important;
	padding-bottom: 15px!important
}

.m-l-r-15 {
	margin-left: 15px!important;
	margin-right: 15px!important
}

.p-l-r-15 {
	padding-left: 15px!important;
	padding-right: 15px!important
}

.m-all-15 {
	margin: 15px!important
}

.p-all-15 {
	padding: 15px!important
}

.m-t-15 {
	margin-top: 15px!important
}

.p-t-15 {
	padding-top: 15px!important
}

.m-b-15 {
	margin-bottom: 15px!important
}

.p-b-15 {
	padding-bottom: 15px!important
}

.m-l-15 {
	margin-left: 15px!important
}

.p-l-15 {
	padding-left: 15px!important
}

.m-r-15 {
	margin-right: 15px!important
}

.p-r-15 {
	padding-right: 15px!important
}

.min-w-20 {
	min-width: 20px!important
}

.max-w-20 {
	max-width: 20px!important
}

.m-t-b-20 {
	margin-top: 20px!important;
	margin-bottom: 20px!important
}

.p-t-b-20,
.sticky-menu.sticky-padding-20 {
	padding-top: 20px!important;
	padding-bottom: 20px!important
}

.m-l-r-20 {
	margin-left: 20px!important;
	margin-right: 20px!important
}

.p-l-r-20 {
	padding-left: 20px!important;
	padding-right: 20px!important
}

.m-all-20 {
	margin: 20px!important
}

.p-all-20 {
	padding: 20px!important
}

.m-t-20 {
	margin-top: 20px!important
}

.p-t-20 {
	padding-top: 20px!important
}

.m-b-20 {
	margin-bottom: 20px!important
}

.p-b-20 {
	padding-bottom: 20px!important
}

.m-l-20 {
	margin-left: 20px!important
}

.p-l-20 {
	padding-left: 20px!important
}

.m-r-20 {
	margin-right: 20px!important
}

.p-r-20 {
	padding-right: 20px!important
}

.min-w-25 {
	min-width: 25px!important
}

.max-w-25 {
	max-width: 25px!important
}

.m-t-b-25 {
	margin-top: 25px!important;
	margin-bottom: 25px!important
}

.p-t-b-25,
.sticky-menu.sticky-padding-25 {
	padding-top: 25px!important;
	padding-bottom: 25px!important
}

.m-l-r-25 {
	margin-left: 25px!important;
	margin-right: 25px!important
}

.p-l-r-25 {
	padding-left: 25px!important;
	padding-right: 25px!important
}

.m-all-25 {
	margin: 25px!important
}

.p-all-25 {
	padding: 25px!important
}

.m-t-25 {
	margin-top: 25px!important
}

.p-t-25 {
	padding-top: 25px!important
}

.m-b-25 {
	margin-bottom: 25px!important
}

.p-b-25 {
	padding-bottom: 25px!important
}

.m-l-25 {
	margin-left: 25px!important
}

.p-l-25 {
	padding-left: 25px!important
}

.m-r-25 {
	margin-right: 25px!important
}

.p-r-25 {
	padding-right: 25px!important
}

.min-w-30 {
	min-width: 30px!important
}

.max-w-30 {
	max-width: 30px!important
}

.m-t-b-30 {
	margin-top: 30px!important;
	margin-bottom: 30px!important
}

.p-t-b-30,
.sticky-menu.sticky-padding-30 {
	padding-top: 30px!important;
	padding-bottom: 30px!important
}

.m-l-r-30 {
	margin-left: 30px!important;
	margin-right: 30px!important
}

.p-l-r-30 {
	padding-left: 30px!important;
	padding-right: 30px!important
}

.m-all-30 {
	margin: 30px!important
}

.p-all-30 {
	padding: 30px!important
}

.m-t-30 {
	margin-top: 30px!important
}

.p-t-30 {
	padding-top: 30px!important
}

.m-b-30 {
	margin-bottom: 30px!important
}

.p-b-30 {
	padding-bottom: 30px!important
}

.m-l-30 {
	margin-left: 30px!important
}

.p-l-30 {
	padding-left: 30px!important
}

.m-r-30 {
	margin-right: 30px!important
}

.p-r-30 {
	padding-right: 30px!important
}

.min-w-35 {
	min-width: 35px!important
}

.max-w-35 {
	max-width: 35px!important
}

.m-t-b-35 {
	margin-top: 35px!important;
	margin-bottom: 35px!important
}

.p-t-b-35,
.sticky-menu.sticky-padding-35 {
	padding-top: 35px!important;
	padding-bottom: 35px!important
}

.m-l-r-35 {
	margin-left: 35px!important;
	margin-right: 35px!important
}

.p-l-r-35 {
	padding-left: 35px!important;
	padding-right: 35px!important
}

.m-all-35 {
	margin: 35px!important
}

.p-all-35 {
	padding: 35px!important
}

.m-t-35 {
	margin-top: 35px!important
}

.p-t-35 {
	padding-top: 35px!important
}

.m-b-35 {
	margin-bottom: 35px!important
}

.p-b-35 {
	padding-bottom: 35px!important
}

.m-l-35 {
	margin-left: 35px!important
}

.p-l-35 {
	padding-left: 35px!important
}

.m-r-35 {
	margin-right: 35px!important
}

.p-r-35 {
	padding-right: 35px!important
}

.min-w-40 {
	min-width: 40px!important
}

.max-w-40 {
	max-width: 40px!important
}

.m-t-b-40 {
	margin-top: 40px!important;
	margin-bottom: 40px!important
}

.p-t-b-40,
.sticky-menu.sticky-padding-40 {
	padding-top: 40px!important;
	padding-bottom: 40px!important
}

.m-l-r-40 {
	margin-left: 40px!important;
	margin-right: 40px!important
}

.p-l-r-40 {
	padding-left: 40px!important;
	padding-right: 40px!important
}

.m-all-40 {
	margin: 40px!important
}

.p-all-40 {
	padding: 40px!important
}

.m-t-40 {
	margin-top: 40px!important
}

.p-t-40 {
	padding-top: 40px!important
}

.m-b-40 {
	margin-bottom: 40px!important
}

.p-b-40 {
	padding-bottom: 40px!important
}

.m-l-40 {
	margin-left: 40px!important
}

.p-l-40 {
	padding-left: 40px!important
}

.m-r-40 {
	margin-right: 40px!important
}

.p-r-40 {
	padding-right: 40px!important
}

.min-w-45 {
	min-width: 45px!important
}

.max-w-45 {
	max-width: 45px!important
}

.m-t-b-45 {
	margin-top: 45px!important;
	margin-bottom: 45px!important
}

.p-t-b-45,
.sticky-menu.sticky-padding-45 {
	padding-top: 45px!important;
	padding-bottom: 45px!important
}

.m-l-r-45 {
	margin-left: 45px!important;
	margin-right: 45px!important
}

.p-l-r-45 {
	padding-left: 45px!important;
	padding-right: 45px!important
}

.m-all-45 {
	margin: 45px!important
}

.p-all-45 {
	padding: 45px!important
}

.m-t-45 {
	margin-top: 45px!important
}

.p-t-45 {
	padding-top: 45px!important
}

.m-b-45 {
	margin-bottom: 45px!important
}

.p-b-45 {
	padding-bottom: 45px!important
}

.m-l-45 {
	margin-left: 45px!important
}

.p-l-45 {
	padding-left: 45px!important
}

.m-r-45 {
	margin-right: 45px!important
}

.p-r-45 {
	padding-right: 45px!important
}

.min-w-50 {
	min-width: 50px!important
}

.max-w-50 {
	max-width: 50px!important
}

.m-t-b-50 {
	margin-top: 50px!important;
	margin-bottom: 50px!important
}

.p-t-b-50,
.sticky-menu.sticky-padding-50 {
	padding-top: 50px!important;
	padding-bottom: 50px!important
}

.m-l-r-50 {
	margin-left: 50px!important;
	margin-right: 50px!important
}

.p-l-r-50 {
	padding-left: 50px!important;
	padding-right: 50px!important
}

.m-all-50 {
	margin: 50px!important
}

.p-all-50 {
	padding: 50px!important
}

.m-t-50 {
	margin-top: 50px!important
}

.p-t-50 {
	padding-top: 50px!important
}

.m-b-50 {
	margin-bottom: 50px!important
}

.p-b-50 {
	padding-bottom: 50px!important
}

.m-l-50 {
	margin-left: 50px!important
}

.p-l-50 {
	padding-left: 50px!important
}

.m-r-50 {
	margin-right: 50px!important
}

.p-r-50 {
	padding-right: 50px!important
}

.min-w-55 {
	min-width: 55px!important
}

.max-w-55 {
	max-width: 55px!important
}

.m-t-b-55 {
	margin-top: 55px!important;
	margin-bottom: 55px!important
}

.p-t-b-55,
.sticky-menu.sticky-padding-55 {
	padding-top: 55px!important;
	padding-bottom: 55px!important
}

.m-l-r-55 {
	margin-left: 55px!important;
	margin-right: 55px!important
}

.p-l-r-55 {
	padding-left: 55px!important;
	padding-right: 55px!important
}

.m-all-55 {
	margin: 55px!important
}

.p-all-55 {
	padding: 55px!important
}

.m-t-55 {
	margin-top: 55px!important
}

.p-t-55 {
	padding-top: 55px!important
}

.m-b-55 {
	margin-bottom: 55px!important
}

.p-b-55 {
	padding-bottom: 55px!important
}

.m-l-55 {
	margin-left: 55px!important
}

.p-l-55 {
	padding-left: 55px!important
}

.m-r-55 {
	margin-right: 55px!important
}

.p-r-55 {
	padding-right: 55px!important
}

.min-w-60 {
	min-width: 60px!important
}

.max-w-60 {
	max-width: 60px!important
}

.m-t-b-60 {
	margin-top: 60px!important;
	margin-bottom: 60px!important
}

.p-t-b-60,
.sticky-menu.sticky-padding-60 {
	padding-top: 60px!important;
	padding-bottom: 60px!important
}

.m-l-r-60 {
	margin-left: 60px!important;
	margin-right: 60px!important
}

.p-l-r-60 {
	padding-left: 60px!important;
	padding-right: 60px!important
}

.m-all-60 {
	margin: 60px!important
}

.p-all-60 {
	padding: 60px!important
}

.m-t-60 {
	margin-top: 60px!important
}

.p-t-60 {
	padding-top: 60px!important
}

.m-b-60 {
	margin-bottom: 60px!important
}

.p-b-60 {
	padding-bottom: 60px!important
}

.m-l-60 {
	margin-left: 60px!important
}

.p-l-60 {
	padding-left: 60px!important
}

.m-r-60 {
	margin-right: 60px!important
}

.p-r-60 {
	padding-right: 60px!important
}

.min-w-70 {
	min-width: 70px!important
}

.max-w-70 {
	max-width: 70px!important
}

.m-t-b-70 {
	margin-top: 70px!important;
	margin-bottom: 70px!important
}

.p-t-b-70,
.sticky-menu.sticky-padding-70 {
	padding-top: 70px!important;
	padding-bottom: 70px!important
}

.m-l-r-70 {
	margin-left: 70px!important;
	margin-right: 70px!important
}

.p-l-r-70 {
	padding-left: 70px!important;
	padding-right: 70px!important
}

.m-all-70 {
	margin: 70px!important
}

.p-all-70 {
	padding: 70px!important
}

.m-t-70 {
	margin-top: 70px!important
}

.p-t-70 {
	padding-top: 70px!important
}

.m-b-70 {
	margin-bottom: 70px!important
}

.p-b-70 {
	padding-bottom: 70px!important
}

.m-l-70 {
	margin-left: 70px!important
}

.p-l-70 {
	padding-left: 70px!important
}

.m-r-70 {
	margin-right: 70px!important
}

.p-r-70 {
	padding-right: 70px!important
}

.min-w-75 {
	min-width: 75px!important
}

.max-w-75 {
	max-width: 75px!important
}

.m-t-b-75 {
	margin-top: 75px!important;
	margin-bottom: 75px!important
}

.p-t-b-75,
.sticky-menu.sticky-padding-75 {
	padding-top: 75px!important;
	padding-bottom: 75px!important
}

.m-l-r-75 {
	margin-left: 75px!important;
	margin-right: 75px!important
}

.p-l-r-75 {
	padding-left: 75px!important;
	padding-right: 75px!important
}

.m-all-75 {
	margin: 75px!important
}

.p-all-75 {
	padding: 75px!important
}

.m-t-75 {
	margin-top: 75px!important
}

.p-t-75 {
	padding-top: 75px!important
}

.m-b-75 {
	margin-bottom: 75px!important
}

.p-b-75 {
	padding-bottom: 75px!important
}

.m-l-75 {
	margin-left: 75px!important
}

.p-l-75 {
	padding-left: 75px!important
}

.m-r-75 {
	margin-right: 75px!important
}

.p-r-75 {
	padding-right: 75px!important
}

.min-w-80 {
	min-width: 80px!important
}

.max-w-80 {
	max-width: 80px!important
}

.m-t-b-80 {
	margin-top: 80px!important;
	margin-bottom: 80px!important
}

.p-t-b-80,
.sticky-menu.sticky-padding-80 {
	padding-top: 5px!important;
	padding-bottom: 5px!important
}

.m-l-r-80 {
	margin-left: 80px!important;
	margin-right: 80px!important
}

.p-l-r-80 {
	padding-left: 80px!important;
	padding-right: 80px!important
}

.m-all-80 {
	margin: 80px!important
}

.p-all-80 {
	padding: 80px!important
}

.m-t-80 {
	margin-top: 80px!important
}

.p-t-80 {
	padding-top: 80px!important
}

.m-b-80 {
	margin-bottom: 80px!important
}

.p-b-80 {
	padding-bottom: 80px!important
}

.m-l-80 {
	margin-left: 80px!important
}

.p-l-80 {
	padding-left: 80px!important
}

.m-r-80 {
	margin-right: 80px!important
}

.p-r-80 {
	padding-right: 80px!important
}

.min-w-85 {
	min-width: 85px!important
}

.max-w-85 {
	max-width: 85px!important
}

.m-t-b-85 {
	margin-top: 85px!important;
	margin-bottom: 85px!important
}

.p-t-b-85,
.sticky-menu.sticky-padding-85 {
	padding-top: 85px!important;
	padding-bottom: 85px!important
}

.m-l-r-85 {
	margin-left: 85px!important;
	margin-right: 85px!important
}

.p-l-r-85 {
	padding-left: 85px!important;
	padding-right: 85px!important
}

.m-all-85 {
	margin: 85px!important
}

.p-all-85 {
	padding: 85px!important
}

.m-t-85 {
	margin-top: 85px!important
}

.p-t-85 {
	padding-top: 85px!important
}

.m-b-85 {
	margin-bottom: 85px!important
}

.p-b-85 {
	padding-bottom: 85px!important
}

.m-l-85 {
	margin-left: 85px!important
}

.p-l-85 {
	padding-left: 85px!important
}

.m-r-85 {
	margin-right: 85px!important
}

.p-r-85 {
	padding-right: 85px!important
}

.min-w-90 {
	min-width: 90px!important
}

.max-w-90 {
	max-width: 90px!important
}

.m-t-b-90 {
	margin-top: 90px!important;
	margin-bottom: 90px!important
}

.p-t-b-90,
.sticky-menu.sticky-padding-90 {
	padding-top: 90px!important;
	padding-bottom: 90px!important
}

.m-l-r-90 {
	margin-left: 90px!important;
	margin-right: 90px!important
}

.p-l-r-90 {
	padding-left: 90px!important;
	padding-right: 90px!important
}

.m-all-90 {
	margin: 90px!important
}

.p-all-90 {
	padding: 90px!important
}

.m-t-90 {
	margin-top: 90px!important
}

.p-t-90 {
	padding-top: 90px!important
}

.m-b-90 {
	margin-bottom: 90px!important
}

.p-b-90 {
	padding-bottom: 90px!important
}

.m-l-90 {
	margin-left: 90px!important
}

.p-l-90 {
	padding-left: 90px!important
}

.m-r-90 {
	margin-right: 90px!important
}

.p-r-90 {
	padding-right: 90px!important
}

.min-w-95 {
	min-width: 95px!important
}

.max-w-95 {
	max-width: 95px!important
}

.m-t-b-95 {
	margin-top: 95px!important;
	margin-bottom: 95px!important
}

.p-t-b-95,
.sticky-menu.sticky-padding-95 {
	padding-top: 95px!important;
	padding-bottom: 95px!important
}

.m-l-r-95 {
	margin-left: 95px!important;
	margin-right: 95px!important
}

.p-l-r-95 {
	padding-left: 95px!important;
	padding-right: 95px!important
}

.m-all-95 {
	margin: 95px!important
}

.p-all-95 {
	padding: 95px!important
}

.m-t-95 {
	margin-top: 95px!important
}

.p-t-95 {
	padding-top: 95px!important
}

.m-b-95 {
	margin-bottom: 95px!important
}

.p-b-95 {
	padding-bottom: 95px!important
}

.m-l-95 {
	margin-left: 95px!important
}

.p-l-95 {
	padding-left: 95px!important
}

.m-r-95 {
	margin-right: 95px!important
}

.p-r-95 {
	padding-right: 95px!important
}

.min-w-100 {
	min-width: 100px!important
}

.max-w-100 {
	max-width: 100px!important
}

.m-t-b-100 {
	margin-top: 100px!important;
	margin-bottom: 100px!important
}

.p-t-b-100,
.sticky-menu.sticky-padding-100 {
	padding-top: 100px!important;
	padding-bottom: 100px!important
}

.m-l-r-100 {
	margin-left: 100px!important;
	margin-right: 100px!important
}

.p-l-r-100 {
	padding-left: 100px!important;
	padding-right: 100px!important
}

.m-all-100 {
	margin: 100px!important
}

.p-all-100 {
	padding: 100px!important
}

.m-t-100 {
	margin-top: 100px!important
}

.p-t-100 {
	padding-top: 100px!important
}

.m-b-100 {
	margin-bottom: 100px!important
}

.p-b-100 {
	padding-bottom: 100px!important
}

.m-l-100 {
	margin-left: 100px!important
}

.p-l-100 {
	padding-left: 100px!important
}

.m-r-100 {
	margin-right: 100px!important
}

.p-r-100 {
	padding-right: 100px!important
}

.min-w-110 {
	min-width: 110px!important
}

.max-w-110 {
	max-width: 110px!important
}

.m-t-b-110 {
	margin-top: 110px!important;
	margin-bottom: 110px!important
}

.p-t-b-110,
.sticky-menu.sticky-padding-110 {
	padding-top: 110px!important;
	padding-bottom: 110px!important
}

.m-l-r-110 {
	margin-left: 110px!important;
	margin-right: 110px!important
}

.p-l-r-110 {
	padding-left: 110px!important;
	padding-right: 110px!important
}

.m-all-110 {
	margin: 110px!important
}

.p-all-110 {
	padding: 110px!important
}

.m-t-110 {
	margin-top: 110px!important
}

.p-t-110 {
	padding-top: 110px!important
}

.m-b-110 {
	margin-bottom: 110px!important
}

.p-b-110 {
	padding-bottom: 110px!important
}

.m-l-110 {
	margin-left: 110px!important
}

.p-l-110 {
	padding-left: 110px!important
}

.m-r-110 {
	margin-right: 110px!important
}

.p-r-110 {
	padding-right: 110px!important
}

.min-w-115 {
	min-width: 115px!important
}

.max-w-115 {
	max-width: 115px!important
}

.m-t-b-115 {
	margin-top: 115px!important;
	margin-bottom: 115px!important
}

.p-t-b-115,
.sticky-menu.sticky-padding-115 {
	padding-top: 115px!important;
	padding-bottom: 115px!important
}

.m-l-r-115 {
	margin-left: 115px!important;
	margin-right: 115px!important
}

.p-l-r-115 {
	padding-left: 115px!important;
	padding-right: 115px!important
}

.m-all-115 {
	margin: 115px!important
}

.p-all-115 {
	padding: 115px!important
}

.m-t-115 {
	margin-top: 115px!important
}

.p-t-115 {
	padding-top: 115px!important
}

.m-b-115 {
	margin-bottom: 115px!important
}

.p-b-115 {
	padding-bottom: 115px!important
}

.m-l-115 {
	margin-left: 115px!important
}

.p-l-115 {
	padding-left: 115px!important
}

.m-r-115 {
	margin-right: 115px!important
}

.p-r-115 {
	padding-right: 115px!important
}

.min-w-120 {
	min-width: 120px!important
}

.max-w-120 {
	max-width: 120px!important
}

.m-t-b-120 {
	margin-top: 120px!important;
	margin-bottom: 120px!important
}

.p-t-b-120,
.sticky-menu.sticky-padding-120 {
	padding-top: 120px!important;
	padding-bottom: 120px!important
}

.m-l-r-120 {
	margin-left: 120px!important;
	margin-right: 120px!important
}

.p-l-r-120 {
	padding-left: 120px!important;
	padding-right: 120px!important
}

.m-all-120 {
	margin: 120px!important
}

.p-all-120 {
	padding: 120px!important
}

.m-t-120 {
	margin-top: 120px!important
}

.p-t-120 {
	padding-top: 120px!important
}

.m-b-120 {
	margin-bottom: 120px!important
}

.p-b-120 {
	padding-bottom: 120px!important
}

.m-l-120 {
	margin-left: 120px!important
}

.p-l-120 {
	padding-left: 120px!important
}

.m-r-120 {
	margin-right: 120px!important
}

.p-r-120 {
	padding-right: 120px!important
}

.min-w-130 {
	min-width: 130px!important
}

.max-w-130 {
	max-width: 130px!important
}

.m-t-b-130 {
	margin-top: 130px!important;
	margin-bottom: 130px!important
}

.p-t-b-130,
.sticky-menu.sticky-padding-130 {
	padding-top: 130px!important;
	padding-bottom: 130px!important
}

.m-l-r-130 {
	margin-left: 130px!important;
	margin-right: 130px!important
}

.p-l-r-130 {
	padding-left: 130px!important;
	padding-right: 130px!important
}

.m-all-130 {
	margin: 130px!important
}

.p-all-130 {
	padding: 130px!important
}

.m-t-130 {
	margin-top: 130px!important
}

.p-t-130 {
	padding-top: 130px!important
}

.m-b-130 {
	margin-bottom: 130px!important
}

.p-b-130 {
	padding-bottom: 130px!important
}

.m-l-130 {
	margin-left: 130px!important
}

.p-l-130 {
	padding-left: 130px!important
}

.m-r-130 {
	margin-right: 130px!important
}

.p-r-130 {
	padding-right: 130px!important
}

.min-w-140 {
	min-width: 140px!important
}

.max-w-140 {
	max-width: 140px!important
}

.m-t-b-140 {
	margin-top: 140px!important;
	margin-bottom: 140px!important
}

.p-t-b-140,
.sticky-menu.sticky-padding-140 {
	padding-top: 140px!important;
	padding-bottom: 140px!important
}

.m-l-r-140 {
	margin-left: 140px!important;
	margin-right: 140px!important
}

.p-l-r-140 {
	padding-left: 140px!important;
	padding-right: 140px!important
}

.m-all-140 {
	margin: 140px!important
}

.p-all-140 {
	padding: 140px!important
}

.m-t-140 {
	margin-top: 140px!important
}

.p-t-140 {
	padding-top: 140px!important
}

.m-b-140 {
	margin-bottom: 140px!important
}

.p-b-140 {
	padding-bottom: 140px!important
}

.m-l-140 {
	margin-left: 140px!important
}

.p-l-140 {
	padding-left: 140px!important
}

.m-r-140 {
	margin-right: 140px!important
}

.p-r-140 {
	padding-right: 140px!important
}

.min-w-150 {
	min-width: 150px!important
}

.max-w-150 {
	max-width: 150px!important
}

.m-t-b-150 {
	margin-top: 150px!important;
	margin-bottom: 150px!important
}

.p-t-b-150,
.sticky-menu.sticky-padding-150 {
	padding-top: 150px!important;
	padding-bottom: 150px!important
}

.m-l-r-150 {
	margin-left: 150px!important;
	margin-right: 150px!important
}

.p-l-r-150 {
	padding-left: 150px!important;
	padding-right: 150px!important
}

.m-all-150 {
	margin: 150px!important
}

.p-all-150 {
	padding: 150px!important
}

.m-t-150 {
	margin-top: 150px!important
}

.p-t-150 {
	padding-top: 150px!important
}

.m-b-150 {
	margin-bottom: 150px!important
}

.p-b-150 {
	padding-bottom: 150px!important
}

.m-l-150 {
	margin-left: 150px!important
}

.p-l-150 {
	padding-left: 150px!important
}

.m-r-150 {
	margin-right: 150px!important
}

.p-r-150 {
	padding-right: 150px!important
}

.min-w-175 {
	min-width: 175px!important
}

.max-w-175 {
	max-width: 175px!important
}

.m-t-b-175 {
	margin-top: 175px!important;
	margin-bottom: 175px!important
}

.p-t-b-175,
.sticky-menu.sticky-padding-175 {
	padding-top: 175px!important;
	padding-bottom: 175px!important
}

.m-l-r-175 {
	margin-left: 175px!important;
	margin-right: 175px!important
}

.p-l-r-175 {
	padding-left: 175px!important;
	padding-right: 175px!important
}

.m-all-175 {
	margin: 175px!important
}

.p-all-175 {
	padding: 175px!important
}

.m-t-175 {
	margin-top: 175px!important
}

.p-t-175 {
	padding-top: 175px!important
}

.m-b-175 {
	margin-bottom: 175px!important
}

.p-b-175 {
	padding-bottom: 175px!important
}

.m-l-175 {
	margin-left: 175px!important
}

.p-l-175 {
	padding-left: 175px!important
}

.m-r-175 {
	margin-right: 175px!important
}

.p-r-175 {
	padding-right: 175px!important
}

.min-w-200 {
	min-width: 200px!important
}

.max-w-200 {
	max-width: 200px!important
}

.m-t-b-200 {
	margin-top: 200px!important;
	margin-bottom: 200px!important
}

.p-t-b-200,
.sticky-menu.sticky-padding-200 {
	padding-top: 200px!important;
	padding-bottom: 200px!important
}

.m-l-r-200 {
	margin-left: 200px!important;
	margin-right: 200px!important
}

.p-l-r-200 {
	padding-left: 200px!important;
	padding-right: 200px!important
}

.m-all-200 {
	margin: 200px!important
}

.p-all-200 {
	padding: 200px!important
}

.m-t-200 {
	margin-top: 200px!important
}

.p-t-200 {
	padding-top: 200px!important
}

.m-b-200 {
	margin-bottom: 200px!important
}

.p-b-200 {
	padding-bottom: 200px!important
}

.m-l-200 {
	margin-left: 200px!important
}

.p-l-200 {
	padding-left: 200px!important
}

.m-r-200 {
	margin-right: 200px!important
}

.p-r-200 {
	padding-right: 200px!important
}

.min-w-225 {
	min-width: 225px!important
}

.max-w-225 {
	max-width: 225px!important
}

.m-t-b-225 {
	margin-top: 225px!important;
	margin-bottom: 225px!important
}

.p-t-b-225,
.sticky-menu.sticky-padding-225 {
	padding-top: 225px!important;
	padding-bottom: 225px!important
}

.m-l-r-225 {
	margin-left: 225px!important;
	margin-right: 225px!important
}

.p-l-r-225 {
	padding-left: 225px!important;
	padding-right: 225px!important
}

.m-all-225 {
	margin: 225px!important
}

.p-all-225 {
	padding: 225px!important
}

.m-t-225 {
	margin-top: 225px!important
}

.p-t-225 {
	padding-top: 225px!important
}

.m-b-225 {
	margin-bottom: 225px!important
}

.p-b-225 {
	padding-bottom: 225px!important
}

.m-l-225 {
	margin-left: 225px!important
}

.p-l-225 {
	padding-left: 225px!important
}

.m-r-225 {
	margin-right: 225px!important
}

.p-r-225 {
	padding-right: 225px!important
}

.min-w-240 {
	min-width: 240px!important
}

.max-w-240 {
	max-width: 240px!important
}

.m-t-b-240 {
	margin-top: 240px!important;
	margin-bottom: 240px!important
}

.p-t-b-240,
.sticky-menu.sticky-padding-240 {
	padding-top: 240px!important;
	padding-bottom: 240px!important
}

.m-l-r-240 {
	margin-left: 240px!important;
	margin-right: 240px!important
}

.p-l-r-240 {
	padding-left: 240px!important;
	padding-right: 240px!important
}

.m-all-240 {
	margin: 240px!important
}

.p-all-240 {
	padding: 240px!important
}

.m-t-240 {
	margin-top: 240px!important
}

.p-t-240 {
	padding-top: 240px!important
}

.m-b-240 {
	margin-bottom: 240px!important
}

.p-b-240 {
	padding-bottom: 240px!important
}

.m-l-240 {
	margin-left: 240px!important
}

.p-l-240 {
	padding-left: 240px!important
}

.m-r-240 {
	margin-right: 240px!important
}

.p-r-240 {
	padding-right: 240px!important
}

.min-w-250 {
	min-width: 250px!important
}

.max-w-250 {
	max-width: 250px!important
}

.m-t-b-250 {
	margin-top: 250px!important;
	margin-bottom: 250px!important
}

.p-t-b-250,
.sticky-menu.sticky-padding-250 {
	padding-top: 250px!important;
	padding-bottom: 250px!important
}

.m-l-r-250 {
	margin-left: 250px!important;
	margin-right: 250px!important
}

.p-l-r-250 {
	padding-left: 250px!important;
	padding-right: 250px!important
}

.m-all-250 {
	margin: 250px!important
}

.p-all-250 {
	padding: 250px!important
}

.m-t-250 {
	margin-top: 250px!important
}

.p-t-250 {
	padding-top: 250px!important
}

.m-b-250 {
	margin-bottom: 250px!important
}

.p-b-250 {
	padding-bottom: 250px!important
}

.m-l-250 {
	margin-left: 250px!important
}

.p-l-250 {
	padding-left: 250px!important
}

.m-r-250 {
	margin-right: 250px!important
}

.p-r-250 {
	padding-right: 250px!important
}

.min-w-300 {
	min-width: 300px!important
}

.max-w-300 {
	max-width: 300px!important
}

.m-t-b-300 {
	margin-top: 300px!important;
	margin-bottom: 300px!important
}

.p-t-b-300,
.sticky-menu.sticky-padding-300 {
	padding-top: 300px!important;
	padding-bottom: 300px!important
}

.m-l-r-300 {
	margin-left: 300px!important;
	margin-right: 300px!important
}

.p-l-r-300 {
	padding-left: 300px!important;
	padding-right: 300px!important
}

.m-all-300 {
	margin: 300px!important
}

.p-all-300 {
	padding: 300px!important
}

.m-t-300 {
	margin-top: 300px!important
}

.p-t-300 {
	padding-top: 300px!important
}

.m-b-300 {
	margin-bottom: 300px!important
}

.p-b-300 {
	padding-bottom: 300px!important
}

.m-l-300 {
	margin-left: 300px!important
}

.p-l-300 {
	padding-left: 300px!important
}

.m-r-300 {
	margin-right: 300px!important
}

.p-r-300 {
	padding-right: 300px!important
}

.min-w-350 {
	min-width: 350px!important
}

.max-w-350 {
	max-width: 350px!important
}

.m-t-b-350 {
	margin-top: 350px!important;
	margin-bottom: 350px!important
}

.p-t-b-350,
.sticky-menu.sticky-padding-350 {
	padding-top: 350px!important;
	padding-bottom: 350px!important
}

.m-l-r-350 {
	margin-left: 350px!important;
	margin-right: 350px!important
}

.p-l-r-350 {
	padding-left: 350px!important;
	padding-right: 350px!important
}

.m-all-350 {
	margin: 350px!important
}

.p-all-350 {
	padding: 350px!important
}

.m-t-350 {
	margin-top: 350px!important
}

.p-t-350 {
	padding-top: 350px!important
}

.m-b-350 {
	margin-bottom: 350px!important
}

.p-b-350 {
	padding-bottom: 350px!important
}

.m-l-350 {
	margin-left: 350px!important
}

.p-l-350 {
	padding-left: 350px!important
}

.m-r-350 {
	margin-right: 350px!important
}

.p-r-350 {
	padding-right: 350px!important
}

.st_section_padding {
	padding: 50px 0
}

@media only screen and (max-width:1199.98px) {
	.st_section_padding {
		padding: 120px 0
	}
}

@media only screen and (max-width:991.98px) {
	.st_section_padding {
		padding: 100px 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_section_padding {
		padding: 80px 0
	}
}

.st_section_100_padding {
	padding: 100px 0
}

.st_section_80_padding {
	padding: 80px 0
}

.st_section_padding.bottom_0 {
	padding-bottom: 0
}

.st_section_padding.top_0 {
	padding-top: 0
}

.st_section_padding.bottom_100,
.st_section_padding.top_100 {
	padding-top: 100px
}

.margin_bottom_60 {
	margin-bottom: 60px
}

.height-100vh {
	height: 100vh;
	min-height: 980px;
	max-height: 1200px
}

@media only screen and (max-width:575.98px) {
	.height-100vh {
		min-height: 800px
	}
}

.height-100vh.st-min-1150 {
	min-height: 1150px
}

.st_no_padding {
	padding-left: 0;
	padding-right: 0
}

@media only screen and (max-width:767.98px) {
	.st_no_padding[class*=col] {
		padding-left: 15px;
		padding-right: 15px
	}
}

.height-100vh-full-screen {
	height: 60vh;
	min-height: 600px;
	max-height: 800px
}

.st_screenfix {
	margin-right: calc((-100vw + 100%)/2);
	max-width: 1600px
}

@media only screen and (max-width:991.98px) {
	.st_screenfix {
		margin-right: 0;
		max-width: inherit
	}
	.st_screenfix.row {
		margin-right: -15px
	}
}

.st-minus-25 {
	margin: 0 -25px
}

.st-zindex-0 {
	z-index: 0!important
}

.st-zindex-1 {
	z-index: 1!important
}

.st-zindex-2 {
	z-index: 2!important
}

.st-zindex-3 {
	z-index: 3!important
}

.st-zindex-4 {
	z-index: 4!important
}

.st-zindex-5 {
	z-index: 5!important
}

.st-zindex-6 {
	z-index: 6!important
}

.st-zindex-7 {
	z-index: 7!important
}

.st-zindex-8 {
	z-index: 8!important
}

.st-zindex-9 {
	z-index: 9!important
}

.st-zindex-10 {
	z-index: 10!important
}

.st-zindex-11 {
	z-index: 11!important
}

@media only screen and (max-width:1499.98px) {
	.min-xl-w-none {
		min-width: 0!important
	}
	.max-xl-w-none {
		max-width: 0!important
	}
	.m-xl-t-b-none {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.p-xl-t-b-none,
	.sticky-menu.sticky-xl-padding-none {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.m-xl-l-r-none {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.p-xl-l-r-none {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.m-xl-all-none {
		margin: 0!important
	}
	.p-xl-all-none {
		padding: 0!important
	}
	.m-xl-t-none {
		margin-top: 0!important
	}
	.p-xl-t-none {
		padding-top: 0!important
	}
	.m-xl-b-none {
		margin-bottom: 0!important
	}
	.p-xl-b-none {
		padding-bottom: 0!important
	}
	.m-xl-l-none {
		margin-left: 0!important
	}
	.p-xl-l-none {
		padding-left: 0!important
	}
	.m-xl-r-none {
		margin-right: 0!important
	}
	.p-xl-r-none {
		padding-right: 0!important
	}
	.min-xl-w-auto {
		min-width: auto!important
	}
	.max-xl-w-auto {
		max-width: auto!important
	}
	.m-xl-t-b-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.p-xl-t-b-auto,
	.sticky-menu.sticky-xl-padding-auto {
		padding-top: auto!important;
		padding-bottom: auto!important
	}
	.m-xl-l-r-auto {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.p-xl-l-r-auto {
		padding-left: auto!important;
		padding-right: auto!important
	}
	.m-xl-all-auto {
		margin: auto!important
	}
	.p-xl-all-auto {
		padding: auto!important
	}
	.m-xl-t-auto {
		margin-top: auto!important
	}
	.p-xl-t-auto {
		padding-top: auto!important
	}
	.m-xl-b-auto {
		margin-bottom: auto!important
	}
	.p-xl-b-auto {
		padding-bottom: auto!important
	}
	.m-xl-l-auto {
		margin-left: auto!important
	}
	.p-xl-l-auto {
		padding-left: auto!important
	}
	.m-xl-r-auto {
		margin-right: auto!important
	}
	.p-xl-r-auto {
		padding-right: auto!important
	}
	.min-xl-w-5 {
		min-width: 5px!important
	}
	.max-xl-w-5 {
		max-width: 5px!important
	}
	.m-xl-t-b-5 {
		margin-top: 5px!important;
		margin-bottom: 5px!important
	}
	.p-xl-t-b-5,
	.sticky-menu.sticky-xl-padding-5 {
		padding-top: 5px!important;
		padding-bottom: 5px!important
	}
	.m-xl-l-r-5 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.p-xl-l-r-5 {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	.m-xl-all-5 {
		margin: 5px!important
	}
	.p-xl-all-5 {
		padding: 5px!important
	}
	.m-xl-t-5 {
		margin-top: 5px!important
	}
	.p-xl-t-5 {
		padding-top: 5px!important
	}
	.m-xl-b-5 {
		margin-bottom: 5px!important
	}
	.p-xl-b-5 {
		padding-bottom: 5px!important
	}
	.m-xl-l-5 {
		margin-left: 5px!important
	}
	.p-xl-l-5 {
		padding-left: 5px!important
	}
	.m-xl-r-5 {
		margin-right: 5px!important
	}
	.p-xl-r-5 {
		padding-right: 5px!important
	}
	.min-xl-w-10 {
		min-width: 10px!important
	}
	.max-xl-w-10 {
		max-width: 10px!important
	}
	.m-xl-t-b-10 {
		margin-top: 10px!important;
		margin-bottom: 10px!important
	}
	.p-xl-t-b-10,
	.sticky-menu.sticky-xl-padding-10 {
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.m-xl-l-r-10 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
	.p-xl-l-r-10 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
	.m-xl-all-10 {
		margin: 10px!important
	}
	.p-xl-all-10 {
		padding: 10px!important
	}
	.m-xl-t-10 {
		margin-top: 10px!important
	}
	.p-xl-t-10 {
		padding-top: 10px!important
	}
	.m-xl-b-10 {
		margin-bottom: 10px!important
	}
	.p-xl-b-10 {
		padding-bottom: 10px!important
	}
	.m-xl-l-10 {
		margin-left: 10px!important
	}
	.p-xl-l-10 {
		padding-left: 10px!important
	}
	.m-xl-r-10 {
		margin-right: 10px!important
	}
	.p-xl-r-10 {
		padding-right: 10px!important
	}
	.min-xl-w-12 {
		min-width: 12px!important
	}
	.max-xl-w-12 {
		max-width: 12px!important
	}
	.m-xl-t-b-12 {
		margin-top: 12px!important;
		margin-bottom: 12px!important
	}
	.p-xl-t-b-12,
	.sticky-menu.sticky-xl-padding-12 {
		padding-top: 12px!important;
		padding-bottom: 12px!important
	}
	.m-xl-l-r-12 {
		margin-left: 12px!important;
		margin-right: 12px!important
	}
	.p-xl-l-r-12 {
		padding-left: 12px!important;
		padding-right: 12px!important
	}
	.m-xl-all-12 {
		margin: 12px!important
	}
	.p-xl-all-12 {
		padding: 12px!important
	}
	.m-xl-t-12 {
		margin-top: 12px!important
	}
	.p-xl-t-12 {
		padding-top: 12px!important
	}
	.m-xl-b-12 {
		margin-bottom: 12px!important
	}
	.p-xl-b-12 {
		padding-bottom: 12px!important
	}
	.m-xl-l-12 {
		margin-left: 12px!important
	}
	.p-xl-l-12 {
		padding-left: 12px!important
	}
	.m-xl-r-12 {
		margin-right: 12px!important
	}
	.p-xl-r-12 {
		padding-right: 12px!important
	}
	.min-xl-w-13 {
		min-width: 13px!important
	}
	.max-xl-w-13 {
		max-width: 13px!important
	}
	.m-xl-t-b-13 {
		margin-top: 13px!important;
		margin-bottom: 13px!important
	}
	.p-xl-t-b-13,
	.sticky-menu.sticky-xl-padding-13 {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	.m-xl-l-r-13 {
		margin-left: 13px!important;
		margin-right: 13px!important
	}
	.p-xl-l-r-13 {
		padding-left: 13px!important;
		padding-right: 13px!important
	}
	.m-xl-all-13 {
		margin: 13px!important
	}
	.p-xl-all-13 {
		padding: 13px!important
	}
	.m-xl-t-13 {
		margin-top: 13px!important
	}
	.p-xl-t-13 {
		padding-top: 13px!important
	}
	.m-xl-b-13 {
		margin-bottom: 13px!important
	}
	.p-xl-b-13 {
		padding-bottom: 13px!important
	}
	.m-xl-l-13 {
		margin-left: 13px!important
	}
	.p-xl-l-13 {
		padding-left: 13px!important
	}
	.m-xl-r-13 {
		margin-right: 13px!important
	}
	.p-xl-r-13 {
		padding-right: 13px!important
	}
	.min-xl-w-15 {
		min-width: 15px!important
	}
	.max-xl-w-15 {
		max-width: 15px!important
	}
	.m-xl-t-b-15 {
		margin-top: 15px!important;
		margin-bottom: 15px!important
	}
	.p-xl-t-b-15,
	.sticky-menu.sticky-xl-padding-15 {
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.m-xl-l-r-15 {
		margin-left: 15px!important;
		margin-right: 15px!important
	}
	.p-xl-l-r-15 {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.m-xl-all-15 {
		margin: 15px!important
	}
	.p-xl-all-15 {
		padding: 15px!important
	}
	.m-xl-t-15 {
		margin-top: 15px!important
	}
	.p-xl-t-15 {
		padding-top: 15px!important
	}
	.m-xl-b-15 {
		margin-bottom: 15px!important
	}
	.p-xl-b-15 {
		padding-bottom: 15px!important
	}
	.m-xl-l-15 {
		margin-left: 15px!important
	}
	.p-xl-l-15 {
		padding-left: 15px!important
	}
	.m-xl-r-15 {
		margin-right: 15px!important
	}
	.p-xl-r-15 {
		padding-right: 15px!important
	}
	.min-xl-w-20 {
		min-width: 20px!important
	}
	.max-xl-w-20 {
		max-width: 20px!important
	}
	.m-xl-t-b-20 {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	.p-xl-t-b-20,
	.sticky-menu.sticky-xl-padding-20 {
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.m-xl-l-r-20 {
		margin-left: 20px!important;
		margin-right: 20px!important
	}
	.p-xl-l-r-20 {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.m-xl-all-20 {
		margin: 20px!important
	}
	.p-xl-all-20 {
		padding: 20px!important
	}
	.m-xl-t-20 {
		margin-top: 20px!important
	}
	.p-xl-t-20 {
		padding-top: 20px!important
	}
	.m-xl-b-20 {
		margin-bottom: 20px!important
	}
	.p-xl-b-20 {
		padding-bottom: 20px!important
	}
	.m-xl-l-20 {
		margin-left: 20px!important
	}
	.p-xl-l-20 {
		padding-left: 20px!important
	}
	.m-xl-r-20 {
		margin-right: 20px!important
	}
	.p-xl-r-20 {
		padding-right: 20px!important
	}
	.min-xl-w-25 {
		min-width: 25px!important
	}
	.max-xl-w-25 {
		max-width: 25px!important
	}
	.m-xl-t-b-25 {
		margin-top: 25px!important;
		margin-bottom: 25px!important
	}
	.p-xl-t-b-25,
	.sticky-menu.sticky-xl-padding-25 {
		padding-top: 25px!important;
		padding-bottom: 25px!important
	}
	.m-xl-l-r-25 {
		margin-left: 25px!important;
		margin-right: 25px!important
	}
	.p-xl-l-r-25 {
		padding-left: 25px!important;
		padding-right: 25px!important
	}
	.m-xl-all-25 {
		margin: 25px!important
	}
	.p-xl-all-25 {
		padding: 25px!important
	}
	.m-xl-t-25 {
		margin-top: 25px!important
	}
	.p-xl-t-25 {
		padding-top: 25px!important
	}
	.m-xl-b-25 {
		margin-bottom: 25px!important
	}
	.p-xl-b-25 {
		padding-bottom: 25px!important
	}
	.m-xl-l-25 {
		margin-left: 25px!important
	}
	.p-xl-l-25 {
		padding-left: 25px!important
	}
	.m-xl-r-25 {
		margin-right: 25px!important
	}
	.p-xl-r-25 {
		padding-right: 25px!important
	}
	.min-xl-w-30 {
		min-width: 30px!important
	}
	.max-xl-w-30 {
		max-width: 30px!important
	}
	.m-xl-t-b-30 {
		margin-top: 30px!important;
		margin-bottom: 30px!important
	}
	.p-xl-t-b-30,
	.sticky-menu.sticky-xl-padding-30 {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.m-xl-l-r-30 {
		margin-left: 30px!important;
		margin-right: 30px!important
	}
	.p-xl-l-r-30 {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
	.m-xl-all-30 {
		margin: 30px!important
	}
	.p-xl-all-30 {
		padding: 30px!important
	}
	.m-xl-t-30 {
		margin-top: 30px!important
	}
	.p-xl-t-30 {
		padding-top: 30px!important
	}
	.m-xl-b-30 {
		margin-bottom: 30px!important
	}
	.p-xl-b-30 {
		padding-bottom: 30px!important
	}
	.m-xl-l-30 {
		margin-left: 30px!important
	}
	.p-xl-l-30 {
		padding-left: 30px!important
	}
	.m-xl-r-30 {
		margin-right: 30px!important
	}
	.p-xl-r-30 {
		padding-right: 30px!important
	}
	.min-xl-w-35 {
		min-width: 35px!important
	}
	.max-xl-w-35 {
		max-width: 35px!important
	}
	.m-xl-t-b-35 {
		margin-top: 35px!important;
		margin-bottom: 35px!important
	}
	.p-xl-t-b-35,
	.sticky-menu.sticky-xl-padding-35 {
		padding-top: 35px!important;
		padding-bottom: 35px!important
	}
	.m-xl-l-r-35 {
		margin-left: 35px!important;
		margin-right: 35px!important
	}
	.p-xl-l-r-35 {
		padding-left: 35px!important;
		padding-right: 35px!important
	}
	.m-xl-all-35 {
		margin: 35px!important
	}
	.p-xl-all-35 {
		padding: 35px!important
	}
	.m-xl-t-35 {
		margin-top: 35px!important
	}
	.p-xl-t-35 {
		padding-top: 35px!important
	}
	.m-xl-b-35 {
		margin-bottom: 35px!important
	}
	.p-xl-b-35 {
		padding-bottom: 35px!important
	}
	.m-xl-l-35 {
		margin-left: 35px!important
	}
	.p-xl-l-35 {
		padding-left: 35px!important
	}
	.m-xl-r-35 {
		margin-right: 35px!important
	}
	.p-xl-r-35 {
		padding-right: 35px!important
	}
	.min-xl-w-40 {
		min-width: 40px!important
	}
	.max-xl-w-40 {
		max-width: 40px!important
	}
	.m-xl-t-b-40 {
		margin-top: 40px!important;
		margin-bottom: 40px!important
	}
	.p-xl-t-b-40,
	.sticky-menu.sticky-xl-padding-40 {
		padding-top: 40px!important;
		padding-bottom: 40px!important
	}
	.m-xl-l-r-40 {
		margin-left: 40px!important;
		margin-right: 40px!important
	}
	.p-xl-l-r-40 {
		padding-left: 40px!important;
		padding-right: 40px!important
	}
	.m-xl-all-40 {
		margin: 40px!important
	}
	.p-xl-all-40 {
		padding: 40px!important
	}
	.m-xl-t-40 {
		margin-top: 40px!important
	}
	.p-xl-t-40 {
		padding-top: 40px!important
	}
	.m-xl-b-40 {
		margin-bottom: 40px!important
	}
	.p-xl-b-40 {
		padding-bottom: 40px!important
	}
	.m-xl-l-40 {
		margin-left: 40px!important
	}
	.p-xl-l-40 {
		padding-left: 40px!important
	}
	.m-xl-r-40 {
		margin-right: 40px!important
	}
	.p-xl-r-40 {
		padding-right: 40px!important
	}
	.min-xl-w-45 {
		min-width: 45px!important
	}
	.max-xl-w-45 {
		max-width: 45px!important
	}
	.m-xl-t-b-45 {
		margin-top: 45px!important;
		margin-bottom: 45px!important
	}
	.p-xl-t-b-45,
	.sticky-menu.sticky-xl-padding-45 {
		padding-top: 45px!important;
		padding-bottom: 45px!important
	}
	.m-xl-l-r-45 {
		margin-left: 45px!important;
		margin-right: 45px!important
	}
	.p-xl-l-r-45 {
		padding-left: 45px!important;
		padding-right: 45px!important
	}
	.m-xl-all-45 {
		margin: 45px!important
	}
	.p-xl-all-45 {
		padding: 45px!important
	}
	.m-xl-t-45 {
		margin-top: 45px!important
	}
	.p-xl-t-45 {
		padding-top: 45px!important
	}
	.m-xl-b-45 {
		margin-bottom: 45px!important
	}
	.p-xl-b-45 {
		padding-bottom: 45px!important
	}
	.m-xl-l-45 {
		margin-left: 45px!important
	}
	.p-xl-l-45 {
		padding-left: 45px!important
	}
	.m-xl-r-45 {
		margin-right: 45px!important
	}
	.p-xl-r-45 {
		padding-right: 45px!important
	}
	.min-xl-w-50 {
		min-width: 50px!important
	}
	.max-xl-w-50 {
		max-width: 50px!important
	}
	.m-xl-t-b-50 {
		margin-top: 50px!important;
		margin-bottom: 50px!important
	}
	.p-xl-t-b-50,
	.sticky-menu.sticky-xl-padding-50 {
		padding-top: 50px!important;
		padding-bottom: 50px!important
	}
	.m-xl-l-r-50 {
		margin-left: 50px!important;
		margin-right: 50px!important
	}
	.p-xl-l-r-50 {
		padding-left: 50px!important;
		padding-right: 50px!important
	}
	.m-xl-all-50 {
		margin: 50px!important
	}
	.p-xl-all-50 {
		padding: 50px!important
	}
	.m-xl-t-50 {
		margin-top: 50px!important
	}
	.p-xl-t-50 {
		padding-top: 50px!important
	}
	.m-xl-b-50 {
		margin-bottom: 50px!important
	}
	.p-xl-b-50 {
		padding-bottom: 50px!important
	}
	.m-xl-l-50 {
		margin-left: 50px!important
	}
	.p-xl-l-50 {
		padding-left: 50px!important
	}
	.m-xl-r-50 {
		margin-right: 50px!important
	}
	.p-xl-r-50 {
		padding-right: 50px!important
	}
	.min-xl-w-55 {
		min-width: 55px!important
	}
	.max-xl-w-55 {
		max-width: 55px!important
	}
	.m-xl-t-b-55 {
		margin-top: 55px!important;
		margin-bottom: 55px!important
	}
	.p-xl-t-b-55,
	.sticky-menu.sticky-xl-padding-55 {
		padding-top: 55px!important;
		padding-bottom: 55px!important
	}
	.m-xl-l-r-55 {
		margin-left: 55px!important;
		margin-right: 55px!important
	}
	.p-xl-l-r-55 {
		padding-left: 55px!important;
		padding-right: 55px!important
	}
	.m-xl-all-55 {
		margin: 55px!important
	}
	.p-xl-all-55 {
		padding: 55px!important
	}
	.m-xl-t-55 {
		margin-top: 55px!important
	}
	.p-xl-t-55 {
		padding-top: 55px!important
	}
	.m-xl-b-55 {
		margin-bottom: 55px!important
	}
	.p-xl-b-55 {
		padding-bottom: 55px!important
	}
	.m-xl-l-55 {
		margin-left: 55px!important
	}
	.p-xl-l-55 {
		padding-left: 55px!important
	}
	.m-xl-r-55 {
		margin-right: 55px!important
	}
	.p-xl-r-55 {
		padding-right: 55px!important
	}
	.min-xl-w-60 {
		min-width: 60px!important
	}
	.max-xl-w-60 {
		max-width: 60px!important
	}
	.m-xl-t-b-60 {
		margin-top: 60px!important;
		margin-bottom: 60px!important
	}
	.p-xl-t-b-60,
	.sticky-menu.sticky-xl-padding-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important
	}
	.m-xl-l-r-60 {
		margin-left: 60px!important;
		margin-right: 60px!important
	}
	.p-xl-l-r-60 {
		padding-left: 60px!important;
		padding-right: 60px!important
	}
	.m-xl-all-60 {
		margin: 60px!important
	}
	.p-xl-all-60 {
		padding: 60px!important
	}
	.m-xl-t-60 {
		margin-top: 60px!important
	}
	.p-xl-t-60 {
		padding-top: 60px!important
	}
	.m-xl-b-60 {
		margin-bottom: 60px!important
	}
	.p-xl-b-60 {
		padding-bottom: 60px!important
	}
	.m-xl-l-60 {
		margin-left: 60px!important
	}
	.p-xl-l-60 {
		padding-left: 60px!important
	}
	.m-xl-r-60 {
		margin-right: 60px!important
	}
	.p-xl-r-60 {
		padding-right: 60px!important
	}
	.min-xl-w-70 {
		min-width: 70px!important
	}
	.max-xl-w-70 {
		max-width: 70px!important
	}
	.m-xl-t-b-70 {
		margin-top: 70px!important;
		margin-bottom: 70px!important
	}
	.p-xl-t-b-70,
	.sticky-menu.sticky-xl-padding-70 {
		padding-top: 70px!important;
		padding-bottom: 70px!important
	}
	.m-xl-l-r-70 {
		margin-left: 70px!important;
		margin-right: 70px!important
	}
	.p-xl-l-r-70 {
		padding-left: 70px!important;
		padding-right: 70px!important
	}
	.m-xl-all-70 {
		margin: 70px!important
	}
	.p-xl-all-70 {
		padding: 70px!important
	}
	.m-xl-t-70 {
		margin-top: 70px!important
	}
	.p-xl-t-70 {
		padding-top: 70px!important
	}
	.m-xl-b-70 {
		margin-bottom: 70px!important
	}
	.p-xl-b-70 {
		padding-bottom: 70px!important
	}
	.m-xl-l-70 {
		margin-left: 70px!important
	}
	.p-xl-l-70 {
		padding-left: 70px!important
	}
	.m-xl-r-70 {
		margin-right: 70px!important
	}
	.p-xl-r-70 {
		padding-right: 70px!important
	}
	.min-xl-w-75 {
		min-width: 75px!important
	}
	.max-xl-w-75 {
		max-width: 75px!important
	}
	.m-xl-t-b-75 {
		margin-top: 75px!important;
		margin-bottom: 75px!important
	}
	.p-xl-t-b-75,
	.sticky-menu.sticky-xl-padding-75 {
		padding-top: 75px!important;
		padding-bottom: 75px!important
	}
	.m-xl-l-r-75 {
		margin-left: 75px!important;
		margin-right: 75px!important
	}
	.p-xl-l-r-75 {
		padding-left: 75px!important;
		padding-right: 75px!important
	}
	.m-xl-all-75 {
		margin: 75px!important
	}
	.p-xl-all-75 {
		padding: 75px!important
	}
	.m-xl-t-75 {
		margin-top: 75px!important
	}
	.p-xl-t-75 {
		padding-top: 75px!important
	}
	.m-xl-b-75 {
		margin-bottom: 75px!important
	}
	.p-xl-b-75 {
		padding-bottom: 75px!important
	}
	.m-xl-l-75 {
		margin-left: 75px!important
	}
	.p-xl-l-75 {
		padding-left: 75px!important
	}
	.m-xl-r-75 {
		margin-right: 75px!important
	}
	.p-xl-r-75 {
		padding-right: 75px!important
	}
	.min-xl-w-80 {
		min-width: 80px!important
	}
	.max-xl-w-80 {
		max-width: 80px!important
	}
	.m-xl-t-b-80 {
		margin-top: 80px!important;
		margin-bottom: 80px!important
	}
	.p-xl-t-b-80,
	.sticky-menu.sticky-xl-padding-80 {
		padding-top: 80px!important;
		padding-bottom: 80px!important
	}
	.m-xl-l-r-80 {
		margin-left: 80px!important;
		margin-right: 80px!important
	}
	.p-xl-l-r-80 {
		padding-left: 80px!important;
		padding-right: 80px!important
	}
	.m-xl-all-80 {
		margin: 80px!important
	}
	.p-xl-all-80 {
		padding: 80px!important
	}
	.m-xl-t-80 {
		margin-top: 80px!important
	}
	.p-xl-t-80 {
		padding-top: 80px!important
	}
	.m-xl-b-80 {
		margin-bottom: 80px!important
	}
	.p-xl-b-80 {
		padding-bottom: 80px!important
	}
	.m-xl-l-80 {
		margin-left: 80px!important
	}
	.p-xl-l-80 {
		padding-left: 80px!important
	}
	.m-xl-r-80 {
		margin-right: 80px!important
	}
	.p-xl-r-80 {
		padding-right: 80px!important
	}
	.min-xl-w-85 {
		min-width: 85px!important
	}
	.max-xl-w-85 {
		max-width: 85px!important
	}
	.m-xl-t-b-85 {
		margin-top: 85px!important;
		margin-bottom: 85px!important
	}
	.p-xl-t-b-85,
	.sticky-menu.sticky-xl-padding-85 {
		padding-top: 85px!important;
		padding-bottom: 85px!important
	}
	.m-xl-l-r-85 {
		margin-left: 85px!important;
		margin-right: 85px!important
	}
	.p-xl-l-r-85 {
		padding-left: 85px!important;
		padding-right: 85px!important
	}
	.m-xl-all-85 {
		margin: 85px!important
	}
	.p-xl-all-85 {
		padding: 85px!important
	}
	.m-xl-t-85 {
		margin-top: 85px!important
	}
	.p-xl-t-85 {
		padding-top: 85px!important
	}
	.m-xl-b-85 {
		margin-bottom: 85px!important
	}
	.p-xl-b-85 {
		padding-bottom: 85px!important
	}
	.m-xl-l-85 {
		margin-left: 85px!important
	}
	.p-xl-l-85 {
		padding-left: 85px!important
	}
	.m-xl-r-85 {
		margin-right: 85px!important
	}
	.p-xl-r-85 {
		padding-right: 85px!important
	}
	.min-xl-w-90 {
		min-width: 90px!important
	}
	.max-xl-w-90 {
		max-width: 90px!important
	}
	.m-xl-t-b-90 {
		margin-top: 90px!important;
		margin-bottom: 90px!important
	}
	.p-xl-t-b-90,
	.sticky-menu.sticky-xl-padding-90 {
		padding-top: 90px!important;
		padding-bottom: 90px!important
	}
	.m-xl-l-r-90 {
		margin-left: 90px!important;
		margin-right: 90px!important
	}
	.p-xl-l-r-90 {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
	.m-xl-all-90 {
		margin: 90px!important
	}
	.p-xl-all-90 {
		padding: 90px!important
	}
	.m-xl-t-90 {
		margin-top: 90px!important
	}
	.p-xl-t-90 {
		padding-top: 90px!important
	}
	.m-xl-b-90 {
		margin-bottom: 90px!important
	}
	.p-xl-b-90 {
		padding-bottom: 90px!important
	}
	.m-xl-l-90 {
		margin-left: 90px!important
	}
	.p-xl-l-90 {
		padding-left: 90px!important
	}
	.m-xl-r-90 {
		margin-right: 90px!important
	}
	.p-xl-r-90 {
		padding-right: 90px!important
	}
	.min-xl-w-95 {
		min-width: 95px!important
	}
	.max-xl-w-95 {
		max-width: 95px!important
	}
	.m-xl-t-b-95 {
		margin-top: 95px!important;
		margin-bottom: 95px!important
	}
	.p-xl-t-b-95,
	.sticky-menu.sticky-xl-padding-95 {
		padding-top: 95px!important;
		padding-bottom: 95px!important
	}
	.m-xl-l-r-95 {
		margin-left: 95px!important;
		margin-right: 95px!important
	}
	.p-xl-l-r-95 {
		padding-left: 95px!important;
		padding-right: 95px!important
	}
	.m-xl-all-95 {
		margin: 95px!important
	}
	.p-xl-all-95 {
		padding: 95px!important
	}
	.m-xl-t-95 {
		margin-top: 95px!important
	}
	.p-xl-t-95 {
		padding-top: 95px!important
	}
	.m-xl-b-95 {
		margin-bottom: 95px!important
	}
	.p-xl-b-95 {
		padding-bottom: 95px!important
	}
	.m-xl-l-95 {
		margin-left: 95px!important
	}
	.p-xl-l-95 {
		padding-left: 95px!important
	}
	.m-xl-r-95 {
		margin-right: 95px!important
	}
	.p-xl-r-95 {
		padding-right: 95px!important
	}
	.min-xl-w-100 {
		min-width: 100px!important
	}
	.max-xl-w-100 {
		max-width: 100px!important
	}
	.m-xl-t-b-100 {
		margin-top: 100px!important;
		margin-bottom: 100px!important
	}
	.p-xl-t-b-100,
	.sticky-menu.sticky-xl-padding-100 {
		padding-top: 100px!important;
		padding-bottom: 100px!important
	}
	.m-xl-l-r-100 {
		margin-left: 100px!important;
		margin-right: 100px!important
	}
	.p-xl-l-r-100 {
		padding-left: 100px!important;
		padding-right: 100px!important
	}
	.m-xl-all-100 {
		margin: 100px!important
	}
	.p-xl-all-100 {
		padding: 100px!important
	}
	.m-xl-t-100 {
		margin-top: 100px!important
	}
	.p-xl-t-100 {
		padding-top: 100px!important
	}
	.m-xl-b-100 {
		margin-bottom: 100px!important
	}
	.p-xl-b-100 {
		padding-bottom: 100px!important
	}
	.m-xl-l-100 {
		margin-left: 100px!important
	}
	.p-xl-l-100 {
		padding-left: 100px!important
	}
	.m-xl-r-100 {
		margin-right: 100px!important
	}
	.p-xl-r-100 {
		padding-right: 100px!important
	}
	.min-xl-w-110 {
		min-width: 110px!important
	}
	.max-xl-w-110 {
		max-width: 110px!important
	}
	.m-xl-t-b-110 {
		margin-top: 110px!important;
		margin-bottom: 110px!important
	}
	.p-xl-t-b-110,
	.sticky-menu.sticky-xl-padding-110 {
		padding-top: 110px!important;
		padding-bottom: 110px!important
	}
	.m-xl-l-r-110 {
		margin-left: 110px!important;
		margin-right: 110px!important
	}
	.p-xl-l-r-110 {
		padding-left: 110px!important;
		padding-right: 110px!important
	}
	.m-xl-all-110 {
		margin: 110px!important
	}
	.p-xl-all-110 {
		padding: 110px!important
	}
	.m-xl-t-110 {
		margin-top: 110px!important
	}
	.p-xl-t-110 {
		padding-top: 110px!important
	}
	.m-xl-b-110 {
		margin-bottom: 110px!important
	}
	.p-xl-b-110 {
		padding-bottom: 110px!important
	}
	.m-xl-l-110 {
		margin-left: 110px!important
	}
	.p-xl-l-110 {
		padding-left: 110px!important
	}
	.m-xl-r-110 {
		margin-right: 110px!important
	}
	.p-xl-r-110 {
		padding-right: 110px!important
	}
	.min-xl-w-115 {
		min-width: 115px!important
	}
	.max-xl-w-115 {
		max-width: 115px!important
	}
	.m-xl-t-b-115 {
		margin-top: 115px!important;
		margin-bottom: 115px!important
	}
	.p-xl-t-b-115,
	.sticky-menu.sticky-xl-padding-115 {
		padding-top: 115px!important;
		padding-bottom: 115px!important
	}
	.m-xl-l-r-115 {
		margin-left: 115px!important;
		margin-right: 115px!important
	}
	.p-xl-l-r-115 {
		padding-left: 115px!important;
		padding-right: 115px!important
	}
	.m-xl-all-115 {
		margin: 115px!important
	}
	.p-xl-all-115 {
		padding: 115px!important
	}
	.m-xl-t-115 {
		margin-top: 115px!important
	}
	.p-xl-t-115 {
		padding-top: 115px!important
	}
	.m-xl-b-115 {
		margin-bottom: 115px!important
	}
	.p-xl-b-115 {
		padding-bottom: 115px!important
	}
	.m-xl-l-115 {
		margin-left: 115px!important
	}
	.p-xl-l-115 {
		padding-left: 115px!important
	}
	.m-xl-r-115 {
		margin-right: 115px!important
	}
	.p-xl-r-115 {
		padding-right: 115px!important
	}
	.min-xl-w-120 {
		min-width: 120px!important
	}
	.max-xl-w-120 {
		max-width: 120px!important
	}
	.m-xl-t-b-120 {
		margin-top: 120px!important;
		margin-bottom: 120px!important
	}
	.p-xl-t-b-120,
	.sticky-menu.sticky-xl-padding-120 {
		padding-top: 120px!important;
		padding-bottom: 120px!important
	}
	.m-xl-l-r-120 {
		margin-left: 120px!important;
		margin-right: 120px!important
	}
	.p-xl-l-r-120 {
		padding-left: 120px!important;
		padding-right: 120px!important
	}
	.m-xl-all-120 {
		margin: 120px!important
	}
	.p-xl-all-120 {
		padding: 120px!important
	}
	.m-xl-t-120 {
		margin-top: 120px!important
	}
	.p-xl-t-120 {
		padding-top: 120px!important
	}
	.m-xl-b-120 {
		margin-bottom: 120px!important
	}
	.p-xl-b-120 {
		padding-bottom: 120px!important
	}
	.m-xl-l-120 {
		margin-left: 120px!important
	}
	.p-xl-l-120 {
		padding-left: 120px!important
	}
	.m-xl-r-120 {
		margin-right: 120px!important
	}
	.p-xl-r-120 {
		padding-right: 120px!important
	}
	.min-xl-w-130 {
		min-width: 130px!important
	}
	.max-xl-w-130 {
		max-width: 130px!important
	}
	.m-xl-t-b-130 {
		margin-top: 130px!important;
		margin-bottom: 130px!important
	}
	.p-xl-t-b-130,
	.sticky-menu.sticky-xl-padding-130 {
		padding-top: 130px!important;
		padding-bottom: 130px!important
	}
	.m-xl-l-r-130 {
		margin-left: 130px!important;
		margin-right: 130px!important
	}
	.p-xl-l-r-130 {
		padding-left: 130px!important;
		padding-right: 130px!important
	}
	.m-xl-all-130 {
		margin: 130px!important
	}
	.p-xl-all-130 {
		padding: 130px!important
	}
	.m-xl-t-130 {
		margin-top: 130px!important
	}
	.p-xl-t-130 {
		padding-top: 130px!important
	}
	.m-xl-b-130 {
		margin-bottom: 130px!important
	}
	.p-xl-b-130 {
		padding-bottom: 130px!important
	}
	.m-xl-l-130 {
		margin-left: 130px!important
	}
	.p-xl-l-130 {
		padding-left: 130px!important
	}
	.m-xl-r-130 {
		margin-right: 130px!important
	}
	.p-xl-r-130 {
		padding-right: 130px!important
	}
	.min-xl-w-140 {
		min-width: 140px!important
	}
	.max-xl-w-140 {
		max-width: 140px!important
	}
	.m-xl-t-b-140 {
		margin-top: 140px!important;
		margin-bottom: 140px!important
	}
	.p-xl-t-b-140,
	.sticky-menu.sticky-xl-padding-140 {
		padding-top: 140px!important;
		padding-bottom: 140px!important
	}
	.m-xl-l-r-140 {
		margin-left: 140px!important;
		margin-right: 140px!important
	}
	.p-xl-l-r-140 {
		padding-left: 140px!important;
		padding-right: 140px!important
	}
	.m-xl-all-140 {
		margin: 140px!important
	}
	.p-xl-all-140 {
		padding: 140px!important
	}
	.m-xl-t-140 {
		margin-top: 140px!important
	}
	.p-xl-t-140 {
		padding-top: 140px!important
	}
	.m-xl-b-140 {
		margin-bottom: 140px!important
	}
	.p-xl-b-140 {
		padding-bottom: 140px!important
	}
	.m-xl-l-140 {
		margin-left: 140px!important
	}
	.p-xl-l-140 {
		padding-left: 140px!important
	}
	.m-xl-r-140 {
		margin-right: 140px!important
	}
	.p-xl-r-140 {
		padding-right: 140px!important
	}
	.min-xl-w-150 {
		min-width: 150px!important
	}
	.max-xl-w-150 {
		max-width: 150px!important
	}
	.m-xl-t-b-150 {
		margin-top: 150px!important;
		margin-bottom: 150px!important
	}
	.p-xl-t-b-150,
	.sticky-menu.sticky-xl-padding-150 {
		padding-top: 150px!important;
		padding-bottom: 150px!important
	}
	.m-xl-l-r-150 {
		margin-left: 150px!important;
		margin-right: 150px!important
	}
	.p-xl-l-r-150 {
		padding-left: 150px!important;
		padding-right: 150px!important
	}
	.m-xl-all-150 {
		margin: 150px!important
	}
	.p-xl-all-150 {
		padding: 150px!important
	}
	.m-xl-t-150 {
		margin-top: 150px!important
	}
	.p-xl-t-150 {
		padding-top: 150px!important
	}
	.m-xl-b-150 {
		margin-bottom: 150px!important
	}
	.p-xl-b-150 {
		padding-bottom: 150px!important
	}
	.m-xl-l-150 {
		margin-left: 150px!important
	}
	.p-xl-l-150 {
		padding-left: 150px!important
	}
	.m-xl-r-150 {
		margin-right: 150px!important
	}
	.p-xl-r-150 {
		padding-right: 150px!important
	}
	.min-xl-w-175 {
		min-width: 175px!important
	}
	.max-xl-w-175 {
		max-width: 175px!important
	}
	.m-xl-t-b-175 {
		margin-top: 175px!important;
		margin-bottom: 175px!important
	}
	.p-xl-t-b-175,
	.sticky-menu.sticky-xl-padding-175 {
		padding-top: 175px!important;
		padding-bottom: 175px!important
	}
	.m-xl-l-r-175 {
		margin-left: 175px!important;
		margin-right: 175px!important
	}
	.p-xl-l-r-175 {
		padding-left: 175px!important;
		padding-right: 175px!important
	}
	.m-xl-all-175 {
		margin: 175px!important
	}
	.p-xl-all-175 {
		padding: 175px!important
	}
	.m-xl-t-175 {
		margin-top: 175px!important
	}
	.p-xl-t-175 {
		padding-top: 175px!important
	}
	.m-xl-b-175 {
		margin-bottom: 175px!important
	}
	.p-xl-b-175 {
		padding-bottom: 175px!important
	}
	.m-xl-l-175 {
		margin-left: 175px!important
	}
	.p-xl-l-175 {
		padding-left: 175px!important
	}
	.m-xl-r-175 {
		margin-right: 175px!important
	}
	.p-xl-r-175 {
		padding-right: 175px!important
	}
	.min-xl-w-200 {
		min-width: 200px!important
	}
	.max-xl-w-200 {
		max-width: 200px!important
	}
	.m-xl-t-b-200 {
		margin-top: 200px!important;
		margin-bottom: 200px!important
	}
	.p-xl-t-b-200,
	.sticky-menu.sticky-xl-padding-200 {
		padding-top: 200px!important;
		padding-bottom: 200px!important
	}
	.m-xl-l-r-200 {
		margin-left: 200px!important;
		margin-right: 200px!important
	}
	.p-xl-l-r-200 {
		padding-left: 200px!important;
		padding-right: 200px!important
	}
	.m-xl-all-200 {
		margin: 200px!important
	}
	.p-xl-all-200 {
		padding: 200px!important
	}
	.m-xl-t-200 {
		margin-top: 200px!important
	}
	.p-xl-t-200 {
		padding-top: 200px!important
	}
	.m-xl-b-200 {
		margin-bottom: 200px!important
	}
	.p-xl-b-200 {
		padding-bottom: 200px!important
	}
	.m-xl-l-200 {
		margin-left: 200px!important
	}
	.p-xl-l-200 {
		padding-left: 200px!important
	}
	.m-xl-r-200 {
		margin-right: 200px!important
	}
	.p-xl-r-200 {
		padding-right: 200px!important
	}
	.min-xl-w-225 {
		min-width: 225px!important
	}
	.max-xl-w-225 {
		max-width: 225px!important
	}
	.m-xl-t-b-225 {
		margin-top: 225px!important;
		margin-bottom: 225px!important
	}
	.p-xl-t-b-225,
	.sticky-menu.sticky-xl-padding-225 {
		padding-top: 225px!important;
		padding-bottom: 225px!important
	}
	.m-xl-l-r-225 {
		margin-left: 225px!important;
		margin-right: 225px!important
	}
	.p-xl-l-r-225 {
		padding-left: 225px!important;
		padding-right: 225px!important
	}
	.m-xl-all-225 {
		margin: 225px!important
	}
	.p-xl-all-225 {
		padding: 225px!important
	}
	.m-xl-t-225 {
		margin-top: 225px!important
	}
	.p-xl-t-225 {
		padding-top: 225px!important
	}
	.m-xl-b-225 {
		margin-bottom: 225px!important
	}
	.p-xl-b-225 {
		padding-bottom: 225px!important
	}
	.m-xl-l-225 {
		margin-left: 225px!important
	}
	.p-xl-l-225 {
		padding-left: 225px!important
	}
	.m-xl-r-225 {
		margin-right: 225px!important
	}
	.p-xl-r-225 {
		padding-right: 225px!important
	}
	.min-xl-w-240 {
		min-width: 240px!important
	}
	.max-xl-w-240 {
		max-width: 240px!important
	}
	.m-xl-t-b-240 {
		margin-top: 240px!important;
		margin-bottom: 240px!important
	}
	.p-xl-t-b-240,
	.sticky-menu.sticky-xl-padding-240 {
		padding-top: 240px!important;
		padding-bottom: 240px!important
	}
	.m-xl-l-r-240 {
		margin-left: 240px!important;
		margin-right: 240px!important
	}
	.p-xl-l-r-240 {
		padding-left: 240px!important;
		padding-right: 240px!important
	}
	.m-xl-all-240 {
		margin: 240px!important
	}
	.p-xl-all-240 {
		padding: 240px!important
	}
	.m-xl-t-240 {
		margin-top: 240px!important
	}
	.p-xl-t-240 {
		padding-top: 240px!important
	}
	.m-xl-b-240 {
		margin-bottom: 240px!important
	}
	.p-xl-b-240 {
		padding-bottom: 240px!important
	}
	.m-xl-l-240 {
		margin-left: 240px!important
	}
	.p-xl-l-240 {
		padding-left: 240px!important
	}
	.m-xl-r-240 {
		margin-right: 240px!important
	}
	.p-xl-r-240 {
		padding-right: 240px!important
	}
	.min-xl-w-250 {
		min-width: 250px!important
	}
	.max-xl-w-250 {
		max-width: 250px!important
	}
	.m-xl-t-b-250 {
		margin-top: 250px!important;
		margin-bottom: 250px!important
	}
	.p-xl-t-b-250,
	.sticky-menu.sticky-xl-padding-250 {
		padding-top: 250px!important;
		padding-bottom: 250px!important
	}
	.m-xl-l-r-250 {
		margin-left: 250px!important;
		margin-right: 250px!important
	}
	.p-xl-l-r-250 {
		padding-left: 250px!important;
		padding-right: 250px!important
	}
	.m-xl-all-250 {
		margin: 250px!important
	}
	.p-xl-all-250 {
		padding: 250px!important
	}
	.m-xl-t-250 {
		margin-top: 250px!important
	}
	.p-xl-t-250 {
		padding-top: 250px!important
	}
	.m-xl-b-250 {
		margin-bottom: 250px!important
	}
	.p-xl-b-250 {
		padding-bottom: 250px!important
	}
	.m-xl-l-250 {
		margin-left: 250px!important
	}
	.p-xl-l-250 {
		padding-left: 250px!important
	}
	.m-xl-r-250 {
		margin-right: 250px!important
	}
	.p-xl-r-250 {
		padding-right: 250px!important
	}
	.min-xl-w-300 {
		min-width: 300px!important
	}
	.max-xl-w-300 {
		max-width: 300px!important
	}
	.m-xl-t-b-300 {
		margin-top: 300px!important;
		margin-bottom: 300px!important
	}
	.p-xl-t-b-300,
	.sticky-menu.sticky-xl-padding-300 {
		padding-top: 300px!important;
		padding-bottom: 300px!important
	}
	.m-xl-l-r-300 {
		margin-left: 300px!important;
		margin-right: 300px!important
	}
	.p-xl-l-r-300 {
		padding-left: 300px!important;
		padding-right: 300px!important
	}
	.m-xl-all-300 {
		margin: 300px!important
	}
	.p-xl-all-300 {
		padding: 300px!important
	}
	.m-xl-t-300 {
		margin-top: 300px!important
	}
	.p-xl-t-300 {
		padding-top: 300px!important
	}
	.m-xl-b-300 {
		margin-bottom: 300px!important
	}
	.p-xl-b-300 {
		padding-bottom: 300px!important
	}
	.m-xl-l-300 {
		margin-left: 300px!important
	}
	.p-xl-l-300 {
		padding-left: 300px!important
	}
	.m-xl-r-300 {
		margin-right: 300px!important
	}
	.p-xl-r-300 {
		padding-right: 300px!important
	}
	.min-xl-w-350 {
		min-width: 350px!important
	}
	.max-xl-w-350 {
		max-width: 350px!important
	}
	.m-xl-t-b-350 {
		margin-top: 350px!important;
		margin-bottom: 350px!important
	}
	.p-xl-t-b-350,
	.sticky-menu.sticky-xl-padding-350 {
		padding-top: 350px!important;
		padding-bottom: 350px!important
	}
	.m-xl-l-r-350 {
		margin-left: 350px!important;
		margin-right: 350px!important
	}
	.p-xl-l-r-350 {
		padding-left: 350px!important;
		padding-right: 350px!important
	}
	.m-xl-all-350 {
		margin: 350px!important
	}
	.p-xl-all-350 {
		padding: 350px!important
	}
	.m-xl-t-350 {
		margin-top: 350px!important
	}
	.p-xl-t-350 {
		padding-top: 350px!important
	}
	.m-xl-b-350 {
		margin-bottom: 350px!important
	}
	.p-xl-b-350 {
		padding-bottom: 350px!important
	}
	.m-xl-l-350 {
		margin-left: 350px!important
	}
	.p-xl-l-350 {
		padding-left: 350px!important
	}
	.m-xl-r-350 {
		margin-right: 350px!important
	}
	.p-xl-r-350 {
		padding-right: 350px!important
	}
}

@media only screen and (max-width:1199.98px) {
	.min-lg-w-none {
		min-width: 0!important
	}
	.max-lg-w-none {
		max-width: 0!important
	}
	.m-lg-t-b-none {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.p-lg-t-b-none,
	.sticky-menu.sticky-lg-padding-none {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.m-lg-l-r-none {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.p-lg-l-r-none {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.m-lg-all-none {
		margin: 0!important
	}
	.p-lg-all-none {
		padding: 0!important
	}
	.m-lg-t-none {
		margin-top: 0!important
	}
	.p-lg-t-none {
		padding-top: 0!important
	}
	.m-lg-b-none {
		margin-bottom: 0!important
	}
	.p-lg-b-none {
		padding-bottom: 0!important
	}
	.m-lg-l-none {
		margin-left: 0!important
	}
	.p-lg-l-none {
		padding-left: 0!important
	}
	.m-lg-r-none {
		margin-right: 0!important
	}
	.p-lg-r-none {
		padding-right: 0!important
	}
	.min-lg-w-auto {
		min-width: auto!important
	}
	.max-lg-w-auto {
		max-width: auto!important
	}
	.m-lg-t-b-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.p-lg-t-b-auto,
	.sticky-menu.sticky-lg-padding-auto {
		padding-top: auto!important;
		padding-bottom: auto!important
	}
	.m-lg-l-r-auto {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.p-lg-l-r-auto {
		padding-left: auto!important;
		padding-right: auto!important
	}
	.m-lg-all-auto {
		margin: auto!important
	}
	.p-lg-all-auto {
		padding: auto!important
	}
	.m-lg-t-auto {
		margin-top: auto!important
	}
	.p-lg-t-auto {
		padding-top: auto!important
	}
	.m-lg-b-auto {
		margin-bottom: auto!important
	}
	.p-lg-b-auto {
		padding-bottom: auto!important
	}
	.m-lg-l-auto {
		margin-left: auto!important
	}
	.p-lg-l-auto {
		padding-left: auto!important
	}
	.m-lg-r-auto {
		margin-right: auto!important
	}
	.p-lg-r-auto {
		padding-right: auto!important
	}
	.min-lg-w-5 {
		min-width: 5px!important
	}
	.max-lg-w-5 {
		max-width: 5px!important
	}
	.m-lg-t-b-5 {
		margin-top: 5px!important;
		margin-bottom: 5px!important
	}
	.p-lg-t-b-5,
	.sticky-menu.sticky-lg-padding-5 {
		padding-top: 5px!important;
		padding-bottom: 5px!important
	}
	.m-lg-l-r-5 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.p-lg-l-r-5 {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	.m-lg-all-5 {
		margin: 5px!important
	}
	.p-lg-all-5 {
		padding: 5px!important
	}
	.m-lg-t-5 {
		margin-top: 5px!important
	}
	.p-lg-t-5 {
		padding-top: 5px!important
	}
	.m-lg-b-5 {
		margin-bottom: 5px!important
	}
	.p-lg-b-5 {
		padding-bottom: 5px!important
	}
	.m-lg-l-5 {
		margin-left: 5px!important
	}
	.p-lg-l-5 {
		padding-left: 5px!important
	}
	.m-lg-r-5 {
		margin-right: 5px!important
	}
	.p-lg-r-5 {
		padding-right: 5px!important
	}
	.min-lg-w-10 {
		min-width: 10px!important
	}
	.max-lg-w-10 {
		max-width: 10px!important
	}
	.m-lg-t-b-10 {
		margin-top: 10px!important;
		margin-bottom: 10px!important
	}
	.p-lg-t-b-10,
	.sticky-menu.sticky-lg-padding-10 {
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.m-lg-l-r-10 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
	.p-lg-l-r-10 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
	.m-lg-all-10 {
		margin: 10px!important
	}
	.p-lg-all-10 {
		padding: 10px!important
	}
	.m-lg-t-10 {
		margin-top: 10px!important
	}
	.p-lg-t-10 {
		padding-top: 10px!important
	}
	.m-lg-b-10 {
		margin-bottom: 10px!important
	}
	.p-lg-b-10 {
		padding-bottom: 10px!important
	}
	.m-lg-l-10 {
		margin-left: 10px!important
	}
	.p-lg-l-10 {
		padding-left: 10px!important
	}
	.m-lg-r-10 {
		margin-right: 10px!important
	}
	.p-lg-r-10 {
		padding-right: 10px!important
	}
	.min-lg-w-12 {
		min-width: 12px!important
	}
	.max-lg-w-12 {
		max-width: 12px!important
	}
	.m-lg-t-b-12 {
		margin-top: 12px!important;
		margin-bottom: 12px!important
	}
	.p-lg-t-b-12,
	.sticky-menu.sticky-lg-padding-12 {
		padding-top: 12px!important;
		padding-bottom: 12px!important
	}
	.m-lg-l-r-12 {
		margin-left: 12px!important;
		margin-right: 12px!important
	}
	.p-lg-l-r-12 {
		padding-left: 12px!important;
		padding-right: 12px!important
	}
	.m-lg-all-12 {
		margin: 12px!important
	}
	.p-lg-all-12 {
		padding: 12px!important
	}
	.m-lg-t-12 {
		margin-top: 12px!important
	}
	.p-lg-t-12 {
		padding-top: 12px!important
	}
	.m-lg-b-12 {
		margin-bottom: 12px!important
	}
	.p-lg-b-12 {
		padding-bottom: 12px!important
	}
	.m-lg-l-12 {
		margin-left: 12px!important
	}
	.p-lg-l-12 {
		padding-left: 12px!important
	}
	.m-lg-r-12 {
		margin-right: 12px!important
	}
	.p-lg-r-12 {
		padding-right: 12px!important
	}
	.min-lg-w-13 {
		min-width: 13px!important
	}
	.max-lg-w-13 {
		max-width: 13px!important
	}
	.m-lg-t-b-13 {
		margin-top: 13px!important;
		margin-bottom: 13px!important
	}
	.p-lg-t-b-13,
	.sticky-menu.sticky-lg-padding-13 {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	.m-lg-l-r-13 {
		margin-left: 13px!important;
		margin-right: 13px!important
	}
	.p-lg-l-r-13 {
		padding-left: 13px!important;
		padding-right: 13px!important
	}
	.m-lg-all-13 {
		margin: 13px!important
	}
	.p-lg-all-13 {
		padding: 13px!important
	}
	.m-lg-t-13 {
		margin-top: 13px!important
	}
	.p-lg-t-13 {
		padding-top: 13px!important
	}
	.m-lg-b-13 {
		margin-bottom: 13px!important
	}
	.p-lg-b-13 {
		padding-bottom: 13px!important
	}
	.m-lg-l-13 {
		margin-left: 13px!important
	}
	.p-lg-l-13 {
		padding-left: 13px!important
	}
	.m-lg-r-13 {
		margin-right: 13px!important
	}
	.p-lg-r-13 {
		padding-right: 13px!important
	}
	.min-lg-w-15 {
		min-width: 15px!important
	}
	.max-lg-w-15 {
		max-width: 15px!important
	}
	.m-lg-t-b-15 {
		margin-top: 15px!important;
		margin-bottom: 15px!important
	}
	.p-lg-t-b-15,
	.sticky-menu.sticky-lg-padding-15 {
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.m-lg-l-r-15 {
		margin-left: 15px!important;
		margin-right: 15px!important
	}
	.p-lg-l-r-15 {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.m-lg-all-15 {
		margin: 15px!important
	}
	.p-lg-all-15 {
		padding: 15px!important
	}
	.m-lg-t-15 {
		margin-top: 15px!important
	}
	.p-lg-t-15 {
		padding-top: 15px!important
	}
	.m-lg-b-15 {
		margin-bottom: 15px!important
	}
	.p-lg-b-15 {
		padding-bottom: 15px!important
	}
	.m-lg-l-15 {
		margin-left: 15px!important
	}
	.p-lg-l-15 {
		padding-left: 15px!important
	}
	.m-lg-r-15 {
		margin-right: 15px!important
	}
	.p-lg-r-15 {
		padding-right: 15px!important
	}
	.min-lg-w-20 {
		min-width: 20px!important
	}
	.max-lg-w-20 {
		max-width: 20px!important
	}
	.m-lg-t-b-20 {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	.p-lg-t-b-20,
	.sticky-menu.sticky-lg-padding-20 {
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.m-lg-l-r-20 {
		margin-left: 20px!important;
		margin-right: 20px!important
	}
	.p-lg-l-r-20 {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.m-lg-all-20 {
		margin: 20px!important
	}
	.p-lg-all-20 {
		padding: 20px!important
	}
	.m-lg-t-20 {
		margin-top: 20px!important
	}
	.p-lg-t-20 {
		padding-top: 20px!important
	}
	.m-lg-b-20 {
		margin-bottom: 20px!important
	}
	.p-lg-b-20 {
		padding-bottom: 20px!important
	}
	.m-lg-l-20 {
		margin-left: 20px!important
	}
	.p-lg-l-20 {
		padding-left: 20px!important
	}
	.m-lg-r-20 {
		margin-right: 20px!important
	}
	.p-lg-r-20 {
		padding-right: 20px!important
	}
	.min-lg-w-25 {
		min-width: 25px!important
	}
	.max-lg-w-25 {
		max-width: 25px!important
	}
	.m-lg-t-b-25 {
		margin-top: 25px!important;
		margin-bottom: 25px!important
	}
	.p-lg-t-b-25,
	.sticky-menu.sticky-lg-padding-25 {
		padding-top: 25px!important;
		padding-bottom: 25px!important
	}
	.m-lg-l-r-25 {
		margin-left: 25px!important;
		margin-right: 25px!important
	}
	.p-lg-l-r-25 {
		padding-left: 25px!important;
		padding-right: 25px!important
	}
	.m-lg-all-25 {
		margin: 25px!important
	}
	.p-lg-all-25 {
		padding: 25px!important
	}
	.m-lg-t-25 {
		margin-top: 25px!important
	}
	.p-lg-t-25 {
		padding-top: 25px!important
	}
	.m-lg-b-25 {
		margin-bottom: 25px!important
	}
	.p-lg-b-25 {
		padding-bottom: 25px!important
	}
	.m-lg-l-25 {
		margin-left: 25px!important
	}
	.p-lg-l-25 {
		padding-left: 25px!important
	}
	.m-lg-r-25 {
		margin-right: 25px!important
	}
	.p-lg-r-25 {
		padding-right: 25px!important
	}
	.min-lg-w-30 {
		min-width: 30px!important
	}
	.max-lg-w-30 {
		max-width: 30px!important
	}
	.m-lg-t-b-30 {
		margin-top: 30px!important;
		margin-bottom: 30px!important
	}
	.p-lg-t-b-30,
	.sticky-menu.sticky-lg-padding-30 {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.m-lg-l-r-30 {
		margin-left: 30px!important;
		margin-right: 30px!important
	}
	.p-lg-l-r-30 {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
	.m-lg-all-30 {
		margin: 30px!important
	}
	.p-lg-all-30 {
		padding: 30px!important
	}
	.m-lg-t-30 {
		margin-top: 30px!important
	}
	.p-lg-t-30 {
		padding-top: 30px!important
	}
	.m-lg-b-30 {
		margin-bottom: 30px!important
	}
	.p-lg-b-30 {
		padding-bottom: 30px!important
	}
	.m-lg-l-30 {
		margin-left: 30px!important
	}
	.p-lg-l-30 {
		padding-left: 30px!important
	}
	.m-lg-r-30 {
		margin-right: 30px!important
	}
	.p-lg-r-30 {
		padding-right: 30px!important
	}
	.min-lg-w-35 {
		min-width: 35px!important
	}
	.max-lg-w-35 {
		max-width: 35px!important
	}
	.m-lg-t-b-35 {
		margin-top: 35px!important;
		margin-bottom: 35px!important
	}
	.p-lg-t-b-35,
	.sticky-menu.sticky-lg-padding-35 {
		padding-top: 35px!important;
		padding-bottom: 35px!important
	}
	.m-lg-l-r-35 {
		margin-left: 35px!important;
		margin-right: 35px!important
	}
	.p-lg-l-r-35 {
		padding-left: 35px!important;
		padding-right: 35px!important
	}
	.m-lg-all-35 {
		margin: 35px!important
	}
	.p-lg-all-35 {
		padding: 35px!important
	}
	.m-lg-t-35 {
		margin-top: 35px!important
	}
	.p-lg-t-35 {
		padding-top: 35px!important
	}
	.m-lg-b-35 {
		margin-bottom: 35px!important
	}
	.p-lg-b-35 {
		padding-bottom: 35px!important
	}
	.m-lg-l-35 {
		margin-left: 35px!important
	}
	.p-lg-l-35 {
		padding-left: 35px!important
	}
	.m-lg-r-35 {
		margin-right: 35px!important
	}
	.p-lg-r-35 {
		padding-right: 35px!important
	}
	.min-lg-w-40 {
		min-width: 40px!important
	}
	.max-lg-w-40 {
		max-width: 40px!important
	}
	.m-lg-t-b-40 {
		margin-top: 40px!important;
		margin-bottom: 40px!important
	}
	.p-lg-t-b-40,
	.sticky-menu.sticky-lg-padding-40 {
		padding-top: 40px!important;
		padding-bottom: 40px!important
	}
	.m-lg-l-r-40 {
		margin-left: 40px!important;
		margin-right: 40px!important
	}
	.p-lg-l-r-40 {
		padding-left: 40px!important;
		padding-right: 40px!important
	}
	.m-lg-all-40 {
		margin: 40px!important
	}
	.p-lg-all-40 {
		padding: 40px!important
	}
	.m-lg-t-40 {
		margin-top: 40px!important
	}
	.p-lg-t-40 {
		padding-top: 40px!important
	}
	.m-lg-b-40 {
		margin-bottom: 40px!important
	}
	.p-lg-b-40 {
		padding-bottom: 40px!important
	}
	.m-lg-l-40 {
		margin-left: 40px!important
	}
	.p-lg-l-40 {
		padding-left: 40px!important
	}
	.m-lg-r-40 {
		margin-right: 40px!important
	}
	.p-lg-r-40 {
		padding-right: 40px!important
	}
	.min-lg-w-45 {
		min-width: 45px!important
	}
	.max-lg-w-45 {
		max-width: 45px!important
	}
	.m-lg-t-b-45 {
		margin-top: 45px!important;
		margin-bottom: 45px!important
	}
	.p-lg-t-b-45,
	.sticky-menu.sticky-lg-padding-45 {
		padding-top: 45px!important;
		padding-bottom: 45px!important
	}
	.m-lg-l-r-45 {
		margin-left: 45px!important;
		margin-right: 45px!important
	}
	.p-lg-l-r-45 {
		padding-left: 45px!important;
		padding-right: 45px!important
	}
	.m-lg-all-45 {
		margin: 45px!important
	}
	.p-lg-all-45 {
		padding: 45px!important
	}
	.m-lg-t-45 {
		margin-top: 45px!important
	}
	.p-lg-t-45 {
		padding-top: 45px!important
	}
	.m-lg-b-45 {
		margin-bottom: 45px!important
	}
	.p-lg-b-45 {
		padding-bottom: 45px!important
	}
	.m-lg-l-45 {
		margin-left: 45px!important
	}
	.p-lg-l-45 {
		padding-left: 45px!important
	}
	.m-lg-r-45 {
		margin-right: 45px!important
	}
	.p-lg-r-45 {
		padding-right: 45px!important
	}
	.min-lg-w-50 {
		min-width: 50px!important
	}
	.max-lg-w-50 {
		max-width: 50px!important
	}
	.m-lg-t-b-50 {
		margin-top: 50px!important;
		margin-bottom: 50px!important
	}
	.p-lg-t-b-50,
	.sticky-menu.sticky-lg-padding-50 {
		padding-top: 50px!important;
		padding-bottom: 50px!important
	}
	.m-lg-l-r-50 {
		margin-left: 50px!important;
		margin-right: 50px!important
	}
	.p-lg-l-r-50 {
		padding-left: 50px!important;
		padding-right: 50px!important
	}
	.m-lg-all-50 {
		margin: 50px!important
	}
	.p-lg-all-50 {
		padding: 50px!important
	}
	.m-lg-t-50 {
		margin-top: 50px!important
	}
	.p-lg-t-50 {
		padding-top: 50px!important
	}
	.m-lg-b-50 {
		margin-bottom: 50px!important
	}
	.p-lg-b-50 {
		padding-bottom: 50px!important
	}
	.m-lg-l-50 {
		margin-left: 50px!important
	}
	.p-lg-l-50 {
		padding-left: 50px!important
	}
	.m-lg-r-50 {
		margin-right: 50px!important
	}
	.p-lg-r-50 {
		padding-right: 50px!important
	}
	.min-lg-w-55 {
		min-width: 55px!important
	}
	.max-lg-w-55 {
		max-width: 55px!important
	}
	.m-lg-t-b-55 {
		margin-top: 55px!important;
		margin-bottom: 55px!important
	}
	.p-lg-t-b-55,
	.sticky-menu.sticky-lg-padding-55 {
		padding-top: 55px!important;
		padding-bottom: 55px!important
	}
	.m-lg-l-r-55 {
		margin-left: 55px!important;
		margin-right: 55px!important
	}
	.p-lg-l-r-55 {
		padding-left: 55px!important;
		padding-right: 55px!important
	}
	.m-lg-all-55 {
		margin: 55px!important
	}
	.p-lg-all-55 {
		padding: 55px!important
	}
	.m-lg-t-55 {
		margin-top: 55px!important
	}
	.p-lg-t-55 {
		padding-top: 55px!important
	}
	.m-lg-b-55 {
		margin-bottom: 55px!important
	}
	.p-lg-b-55 {
		padding-bottom: 55px!important
	}
	.m-lg-l-55 {
		margin-left: 55px!important
	}
	.p-lg-l-55 {
		padding-left: 55px!important
	}
	.m-lg-r-55 {
		margin-right: 55px!important
	}
	.p-lg-r-55 {
		padding-right: 55px!important
	}
	.min-lg-w-60 {
		min-width: 60px!important
	}
	.max-lg-w-60 {
		max-width: 60px!important
	}
	.m-lg-t-b-60 {
		margin-top: 60px!important;
		margin-bottom: 60px!important
	}
	.p-lg-t-b-60,
	.sticky-menu.sticky-lg-padding-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important
	}
	.m-lg-l-r-60 {
		margin-left: 60px!important;
		margin-right: 60px!important
	}
	.p-lg-l-r-60 {
		padding-left: 60px!important;
		padding-right: 60px!important
	}
	.m-lg-all-60 {
		margin: 60px!important
	}
	.p-lg-all-60 {
		padding: 60px!important
	}
	.m-lg-t-60 {
		margin-top: 60px!important
	}
	.p-lg-t-60 {
		padding-top: 60px!important
	}
	.m-lg-b-60 {
		margin-bottom: 60px!important
	}
	.p-lg-b-60 {
		padding-bottom: 60px!important
	}
	.m-lg-l-60 {
		margin-left: 60px!important
	}
	.p-lg-l-60 {
		padding-left: 60px!important
	}
	.m-lg-r-60 {
		margin-right: 60px!important
	}
	.p-lg-r-60 {
		padding-right: 60px!important
	}
	.min-lg-w-70 {
		min-width: 70px!important
	}
	.max-lg-w-70 {
		max-width: 70px!important
	}
	.m-lg-t-b-70 {
		margin-top: 70px!important;
		margin-bottom: 70px!important
	}
	.p-lg-t-b-70,
	.sticky-menu.sticky-lg-padding-70 {
		padding-top: 70px!important;
		padding-bottom: 70px!important
	}
	.m-lg-l-r-70 {
		margin-left: 70px!important;
		margin-right: 70px!important
	}
	.p-lg-l-r-70 {
		padding-left: 70px!important;
		padding-right: 70px!important
	}
	.m-lg-all-70 {
		margin: 70px!important
	}
	.p-lg-all-70 {
		padding: 70px!important
	}
	.m-lg-t-70 {
		margin-top: 70px!important
	}
	.p-lg-t-70 {
		padding-top: 70px!important
	}
	.m-lg-b-70 {
		margin-bottom: 70px!important
	}
	.p-lg-b-70 {
		padding-bottom: 70px!important
	}
	.m-lg-l-70 {
		margin-left: 70px!important
	}
	.p-lg-l-70 {
		padding-left: 70px!important
	}
	.m-lg-r-70 {
		margin-right: 70px!important
	}
	.p-lg-r-70 {
		padding-right: 70px!important
	}
	.min-lg-w-75 {
		min-width: 75px!important
	}
	.max-lg-w-75 {
		max-width: 75px!important
	}
	.m-lg-t-b-75 {
		margin-top: 75px!important;
		margin-bottom: 75px!important
	}
	.p-lg-t-b-75,
	.sticky-menu.sticky-lg-padding-75 {
		padding-top: 75px!important;
		padding-bottom: 75px!important
	}
	.m-lg-l-r-75 {
		margin-left: 75px!important;
		margin-right: 75px!important
	}
	.p-lg-l-r-75 {
		padding-left: 75px!important;
		padding-right: 75px!important
	}
	.m-lg-all-75 {
		margin: 75px!important
	}
	.p-lg-all-75 {
		padding: 75px!important
	}
	.m-lg-t-75 {
		margin-top: 75px!important
	}
	.p-lg-t-75 {
		padding-top: 75px!important
	}
	.m-lg-b-75 {
		margin-bottom: 75px!important
	}
	.p-lg-b-75 {
		padding-bottom: 75px!important
	}
	.m-lg-l-75 {
		margin-left: 75px!important
	}
	.p-lg-l-75 {
		padding-left: 75px!important
	}
	.m-lg-r-75 {
		margin-right: 75px!important
	}
	.p-lg-r-75 {
		padding-right: 75px!important
	}
	.min-lg-w-80 {
		min-width: 80px!important
	}
	.max-lg-w-80 {
		max-width: 80px!important
	}
	.m-lg-t-b-80 {
		margin-top: 80px!important;
		margin-bottom: 80px!important
	}
	.p-lg-t-b-80,
	.sticky-menu.sticky-lg-padding-80 {
		padding-top: 80px!important;
		padding-bottom: 80px!important
	}
	.m-lg-l-r-80 {
		margin-left: 80px!important;
		margin-right: 80px!important
	}
	.p-lg-l-r-80 {
		padding-left: 80px!important;
		padding-right: 80px!important
	}
	.m-lg-all-80 {
		margin: 80px!important
	}
	.p-lg-all-80 {
		padding: 80px!important
	}
	.m-lg-t-80 {
		margin-top: 80px!important
	}
	.p-lg-t-80 {
		padding-top: 80px!important
	}
	.m-lg-b-80 {
		margin-bottom: 80px!important
	}
	.p-lg-b-80 {
		padding-bottom: 80px!important
	}
	.m-lg-l-80 {
		margin-left: 80px!important
	}
	.p-lg-l-80 {
		padding-left: 80px!important
	}
	.m-lg-r-80 {
		margin-right: 80px!important
	}
	.p-lg-r-80 {
		padding-right: 80px!important
	}
	.min-lg-w-85 {
		min-width: 85px!important
	}
	.max-lg-w-85 {
		max-width: 85px!important
	}
	.m-lg-t-b-85 {
		margin-top: 85px!important;
		margin-bottom: 85px!important
	}
	.p-lg-t-b-85,
	.sticky-menu.sticky-lg-padding-85 {
		padding-top: 85px!important;
		padding-bottom: 85px!important
	}
	.m-lg-l-r-85 {
		margin-left: 85px!important;
		margin-right: 85px!important
	}
	.p-lg-l-r-85 {
		padding-left: 85px!important;
		padding-right: 85px!important
	}
	.m-lg-all-85 {
		margin: 85px!important
	}
	.p-lg-all-85 {
		padding: 85px!important
	}
	.m-lg-t-85 {
		margin-top: 85px!important
	}
	.p-lg-t-85 {
		padding-top: 85px!important
	}
	.m-lg-b-85 {
		margin-bottom: 85px!important
	}
	.p-lg-b-85 {
		padding-bottom: 85px!important
	}
	.m-lg-l-85 {
		margin-left: 85px!important
	}
	.p-lg-l-85 {
		padding-left: 85px!important
	}
	.m-lg-r-85 {
		margin-right: 85px!important
	}
	.p-lg-r-85 {
		padding-right: 85px!important
	}
	.min-lg-w-90 {
		min-width: 90px!important
	}
	.max-lg-w-90 {
		max-width: 90px!important
	}
	.m-lg-t-b-90 {
		margin-top: 90px!important;
		margin-bottom: 90px!important
	}
	.p-lg-t-b-90,
	.sticky-menu.sticky-lg-padding-90 {
		padding-top: 90px!important;
		padding-bottom: 90px!important
	}
	.m-lg-l-r-90 {
		margin-left: 90px!important;
		margin-right: 90px!important
	}
	.p-lg-l-r-90 {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
	.m-lg-all-90 {
		margin: 90px!important
	}
	.p-lg-all-90 {
		padding: 90px!important
	}
	.m-lg-t-90 {
		margin-top: 90px!important
	}
	.p-lg-t-90 {
		padding-top: 90px!important
	}
	.m-lg-b-90 {
		margin-bottom: 90px!important
	}
	.p-lg-b-90 {
		padding-bottom: 90px!important
	}
	.m-lg-l-90 {
		margin-left: 90px!important
	}
	.p-lg-l-90 {
		padding-left: 90px!important
	}
	.m-lg-r-90 {
		margin-right: 90px!important
	}
	.p-lg-r-90 {
		padding-right: 90px!important
	}
	.min-lg-w-95 {
		min-width: 95px!important
	}
	.max-lg-w-95 {
		max-width: 95px!important
	}
	.m-lg-t-b-95 {
		margin-top: 95px!important;
		margin-bottom: 95px!important
	}
	.p-lg-t-b-95,
	.sticky-menu.sticky-lg-padding-95 {
		padding-top: 95px!important;
		padding-bottom: 95px!important
	}
	.m-lg-l-r-95 {
		margin-left: 95px!important;
		margin-right: 95px!important
	}
	.p-lg-l-r-95 {
		padding-left: 95px!important;
		padding-right: 95px!important
	}
	.m-lg-all-95 {
		margin: 95px!important
	}
	.p-lg-all-95 {
		padding: 95px!important
	}
	.m-lg-t-95 {
		margin-top: 95px!important
	}
	.p-lg-t-95 {
		padding-top: 95px!important
	}
	.m-lg-b-95 {
		margin-bottom: 95px!important
	}
	.p-lg-b-95 {
		padding-bottom: 95px!important
	}
	.m-lg-l-95 {
		margin-left: 95px!important
	}
	.p-lg-l-95 {
		padding-left: 95px!important
	}
	.m-lg-r-95 {
		margin-right: 95px!important
	}
	.p-lg-r-95 {
		padding-right: 95px!important
	}
	.min-lg-w-100 {
		min-width: 100px!important
	}
	.max-lg-w-100 {
		max-width: 100px!important
	}
	.m-lg-t-b-100 {
		margin-top: 100px!important;
		margin-bottom: 100px!important
	}
	.p-lg-t-b-100,
	.sticky-menu.sticky-lg-padding-100 {
		padding-top: 100px!important;
		padding-bottom: 100px!important
	}
	.m-lg-l-r-100 {
		margin-left: 100px!important;
		margin-right: 100px!important
	}
	.p-lg-l-r-100 {
		padding-left: 100px!important;
		padding-right: 100px!important
	}
	.m-lg-all-100 {
		margin: 100px!important
	}
	.p-lg-all-100 {
		padding: 100px!important
	}
	.m-lg-t-100 {
		margin-top: 100px!important
	}
	.p-lg-t-100 {
		padding-top: 100px!important
	}
	.m-lg-b-100 {
		margin-bottom: 100px!important
	}
	.p-lg-b-100 {
		padding-bottom: 100px!important
	}
	.m-lg-l-100 {
		margin-left: 100px!important
	}
	.p-lg-l-100 {
		padding-left: 100px!important
	}
	.m-lg-r-100 {
		margin-right: 100px!important
	}
	.p-lg-r-100 {
		padding-right: 100px!important
	}
	.min-lg-w-110 {
		min-width: 110px!important
	}
	.max-lg-w-110 {
		max-width: 110px!important
	}
	.m-lg-t-b-110 {
		margin-top: 110px!important;
		margin-bottom: 110px!important
	}
	.p-lg-t-b-110,
	.sticky-menu.sticky-lg-padding-110 {
		padding-top: 110px!important;
		padding-bottom: 110px!important
	}
	.m-lg-l-r-110 {
		margin-left: 110px!important;
		margin-right: 110px!important
	}
	.p-lg-l-r-110 {
		padding-left: 110px!important;
		padding-right: 110px!important
	}
	.m-lg-all-110 {
		margin: 110px!important
	}
	.p-lg-all-110 {
		padding: 110px!important
	}
	.m-lg-t-110 {
		margin-top: 110px!important
	}
	.p-lg-t-110 {
		padding-top: 110px!important
	}
	.m-lg-b-110 {
		margin-bottom: 110px!important
	}
	.p-lg-b-110 {
		padding-bottom: 110px!important
	}
	.m-lg-l-110 {
		margin-left: 110px!important
	}
	.p-lg-l-110 {
		padding-left: 110px!important
	}
	.m-lg-r-110 {
		margin-right: 110px!important
	}
	.p-lg-r-110 {
		padding-right: 110px!important
	}
	.min-lg-w-115 {
		min-width: 115px!important
	}
	.max-lg-w-115 {
		max-width: 115px!important
	}
	.m-lg-t-b-115 {
		margin-top: 115px!important;
		margin-bottom: 115px!important
	}
	.p-lg-t-b-115,
	.sticky-menu.sticky-lg-padding-115 {
		padding-top: 115px!important;
		padding-bottom: 115px!important
	}
	.m-lg-l-r-115 {
		margin-left: 115px!important;
		margin-right: 115px!important
	}
	.p-lg-l-r-115 {
		padding-left: 115px!important;
		padding-right: 115px!important
	}
	.m-lg-all-115 {
		margin: 115px!important
	}
	.p-lg-all-115 {
		padding: 115px!important
	}
	.m-lg-t-115 {
		margin-top: 115px!important
	}
	.p-lg-t-115 {
		padding-top: 115px!important
	}
	.m-lg-b-115 {
		margin-bottom: 115px!important
	}
	.p-lg-b-115 {
		padding-bottom: 115px!important
	}
	.m-lg-l-115 {
		margin-left: 115px!important
	}
	.p-lg-l-115 {
		padding-left: 115px!important
	}
	.m-lg-r-115 {
		margin-right: 115px!important
	}
	.p-lg-r-115 {
		padding-right: 115px!important
	}
	.min-lg-w-120 {
		min-width: 120px!important
	}
	.max-lg-w-120 {
		max-width: 120px!important
	}
	.m-lg-t-b-120 {
		margin-top: 120px!important;
		margin-bottom: 120px!important
	}
	.p-lg-t-b-120,
	.sticky-menu.sticky-lg-padding-120 {
		padding-top: 120px!important;
		padding-bottom: 120px!important
	}
	.m-lg-l-r-120 {
		margin-left: 120px!important;
		margin-right: 120px!important
	}
	.p-lg-l-r-120 {
		padding-left: 120px!important;
		padding-right: 120px!important
	}
	.m-lg-all-120 {
		margin: 120px!important
	}
	.p-lg-all-120 {
		padding: 120px!important
	}
	.m-lg-t-120 {
		margin-top: 120px!important
	}
	.p-lg-t-120 {
		padding-top: 120px!important
	}
	.m-lg-b-120 {
		margin-bottom: 120px!important
	}
	.p-lg-b-120 {
		padding-bottom: 120px!important
	}
	.m-lg-l-120 {
		margin-left: 120px!important
	}
	.p-lg-l-120 {
		padding-left: 120px!important
	}
	.m-lg-r-120 {
		margin-right: 120px!important
	}
	.p-lg-r-120 {
		padding-right: 120px!important
	}
	.min-lg-w-130 {
		min-width: 130px!important
	}
	.max-lg-w-130 {
		max-width: 130px!important
	}
	.m-lg-t-b-130 {
		margin-top: 130px!important;
		margin-bottom: 130px!important
	}
	.p-lg-t-b-130,
	.sticky-menu.sticky-lg-padding-130 {
		padding-top: 130px!important;
		padding-bottom: 130px!important
	}
	.m-lg-l-r-130 {
		margin-left: 130px!important;
		margin-right: 130px!important
	}
	.p-lg-l-r-130 {
		padding-left: 130px!important;
		padding-right: 130px!important
	}
	.m-lg-all-130 {
		margin: 130px!important
	}
	.p-lg-all-130 {
		padding: 130px!important
	}
	.m-lg-t-130 {
		margin-top: 130px!important
	}
	.p-lg-t-130 {
		padding-top: 130px!important
	}
	.m-lg-b-130 {
		margin-bottom: 130px!important
	}
	.p-lg-b-130 {
		padding-bottom: 130px!important
	}
	.m-lg-l-130 {
		margin-left: 130px!important
	}
	.p-lg-l-130 {
		padding-left: 130px!important
	}
	.m-lg-r-130 {
		margin-right: 130px!important
	}
	.p-lg-r-130 {
		padding-right: 130px!important
	}
	.min-lg-w-140 {
		min-width: 140px!important
	}
	.max-lg-w-140 {
		max-width: 140px!important
	}
	.m-lg-t-b-140 {
		margin-top: 140px!important;
		margin-bottom: 140px!important
	}
	.p-lg-t-b-140,
	.sticky-menu.sticky-lg-padding-140 {
		padding-top: 140px!important;
		padding-bottom: 140px!important
	}
	.m-lg-l-r-140 {
		margin-left: 140px!important;
		margin-right: 140px!important
	}
	.p-lg-l-r-140 {
		padding-left: 140px!important;
		padding-right: 140px!important
	}
	.m-lg-all-140 {
		margin: 140px!important
	}
	.p-lg-all-140 {
		padding: 140px!important
	}
	.m-lg-t-140 {
		margin-top: 140px!important
	}
	.p-lg-t-140 {
		padding-top: 140px!important
	}
	.m-lg-b-140 {
		margin-bottom: 140px!important
	}
	.p-lg-b-140 {
		padding-bottom: 140px!important
	}
	.m-lg-l-140 {
		margin-left: 140px!important
	}
	.p-lg-l-140 {
		padding-left: 140px!important
	}
	.m-lg-r-140 {
		margin-right: 140px!important
	}
	.p-lg-r-140 {
		padding-right: 140px!important
	}
	.min-lg-w-150 {
		min-width: 150px!important
	}
	.max-lg-w-150 {
		max-width: 150px!important
	}
	.m-lg-t-b-150 {
		margin-top: 150px!important;
		margin-bottom: 150px!important
	}
	.p-lg-t-b-150,
	.sticky-menu.sticky-lg-padding-150 {
		padding-top: 150px!important;
		padding-bottom: 150px!important
	}
	.m-lg-l-r-150 {
		margin-left: 150px!important;
		margin-right: 150px!important
	}
	.p-lg-l-r-150 {
		padding-left: 150px!important;
		padding-right: 150px!important
	}
	.m-lg-all-150 {
		margin: 150px!important
	}
	.p-lg-all-150 {
		padding: 150px!important
	}
	.m-lg-t-150 {
		margin-top: 150px!important
	}
	.p-lg-t-150 {
		padding-top: 150px!important
	}
	.m-lg-b-150 {
		margin-bottom: 150px!important
	}
	.p-lg-b-150 {
		padding-bottom: 150px!important
	}
	.m-lg-l-150 {
		margin-left: 150px!important
	}
	.p-lg-l-150 {
		padding-left: 150px!important
	}
	.m-lg-r-150 {
		margin-right: 150px!important
	}
	.p-lg-r-150 {
		padding-right: 150px!important
	}
	.min-lg-w-175 {
		min-width: 175px!important
	}
	.max-lg-w-175 {
		max-width: 175px!important
	}
	.m-lg-t-b-175 {
		margin-top: 175px!important;
		margin-bottom: 175px!important
	}
	.p-lg-t-b-175,
	.sticky-menu.sticky-lg-padding-175 {
		padding-top: 175px!important;
		padding-bottom: 175px!important
	}
	.m-lg-l-r-175 {
		margin-left: 175px!important;
		margin-right: 175px!important
	}
	.p-lg-l-r-175 {
		padding-left: 175px!important;
		padding-right: 175px!important
	}
	.m-lg-all-175 {
		margin: 175px!important
	}
	.p-lg-all-175 {
		padding: 175px!important
	}
	.m-lg-t-175 {
		margin-top: 175px!important
	}
	.p-lg-t-175 {
		padding-top: 175px!important
	}
	.m-lg-b-175 {
		margin-bottom: 175px!important
	}
	.p-lg-b-175 {
		padding-bottom: 175px!important
	}
	.m-lg-l-175 {
		margin-left: 175px!important
	}
	.p-lg-l-175 {
		padding-left: 175px!important
	}
	.m-lg-r-175 {
		margin-right: 175px!important
	}
	.p-lg-r-175 {
		padding-right: 175px!important
	}
	.min-lg-w-200 {
		min-width: 200px!important
	}
	.max-lg-w-200 {
		max-width: 200px!important
	}
	.m-lg-t-b-200 {
		margin-top: 200px!important;
		margin-bottom: 200px!important
	}
	.p-lg-t-b-200,
	.sticky-menu.sticky-lg-padding-200 {
		padding-top: 200px!important;
		padding-bottom: 200px!important
	}
	.m-lg-l-r-200 {
		margin-left: 200px!important;
		margin-right: 200px!important
	}
	.p-lg-l-r-200 {
		padding-left: 200px!important;
		padding-right: 200px!important
	}
	.m-lg-all-200 {
		margin: 200px!important
	}
	.p-lg-all-200 {
		padding: 200px!important
	}
	.m-lg-t-200 {
		margin-top: 200px!important
	}
	.p-lg-t-200 {
		padding-top: 200px!important
	}
	.m-lg-b-200 {
		margin-bottom: 200px!important
	}
	.p-lg-b-200 {
		padding-bottom: 200px!important
	}
	.m-lg-l-200 {
		margin-left: 200px!important
	}
	.p-lg-l-200 {
		padding-left: 200px!important
	}
	.m-lg-r-200 {
		margin-right: 200px!important
	}
	.p-lg-r-200 {
		padding-right: 200px!important
	}
	.min-lg-w-225 {
		min-width: 225px!important
	}
	.max-lg-w-225 {
		max-width: 225px!important
	}
	.m-lg-t-b-225 {
		margin-top: 225px!important;
		margin-bottom: 225px!important
	}
	.p-lg-t-b-225,
	.sticky-menu.sticky-lg-padding-225 {
		padding-top: 225px!important;
		padding-bottom: 225px!important
	}
	.m-lg-l-r-225 {
		margin-left: 225px!important;
		margin-right: 225px!important
	}
	.p-lg-l-r-225 {
		padding-left: 225px!important;
		padding-right: 225px!important
	}
	.m-lg-all-225 {
		margin: 225px!important
	}
	.p-lg-all-225 {
		padding: 225px!important
	}
	.m-lg-t-225 {
		margin-top: 225px!important
	}
	.p-lg-t-225 {
		padding-top: 225px!important
	}
	.m-lg-b-225 {
		margin-bottom: 225px!important
	}
	.p-lg-b-225 {
		padding-bottom: 225px!important
	}
	.m-lg-l-225 {
		margin-left: 225px!important
	}
	.p-lg-l-225 {
		padding-left: 225px!important
	}
	.m-lg-r-225 {
		margin-right: 225px!important
	}
	.p-lg-r-225 {
		padding-right: 225px!important
	}
	.min-lg-w-240 {
		min-width: 240px!important
	}
	.max-lg-w-240 {
		max-width: 240px!important
	}
	.m-lg-t-b-240 {
		margin-top: 240px!important;
		margin-bottom: 240px!important
	}
	.p-lg-t-b-240,
	.sticky-menu.sticky-lg-padding-240 {
		padding-top: 240px!important;
		padding-bottom: 240px!important
	}
	.m-lg-l-r-240 {
		margin-left: 240px!important;
		margin-right: 240px!important
	}
	.p-lg-l-r-240 {
		padding-left: 240px!important;
		padding-right: 240px!important
	}
	.m-lg-all-240 {
		margin: 240px!important
	}
	.p-lg-all-240 {
		padding: 240px!important
	}
	.m-lg-t-240 {
		margin-top: 240px!important
	}
	.p-lg-t-240 {
		padding-top: 240px!important
	}
	.m-lg-b-240 {
		margin-bottom: 240px!important
	}
	.p-lg-b-240 {
		padding-bottom: 240px!important
	}
	.m-lg-l-240 {
		margin-left: 240px!important
	}
	.p-lg-l-240 {
		padding-left: 240px!important
	}
	.m-lg-r-240 {
		margin-right: 240px!important
	}
	.p-lg-r-240 {
		padding-right: 240px!important
	}
	.min-lg-w-250 {
		min-width: 250px!important
	}
	.max-lg-w-250 {
		max-width: 250px!important
	}
	.m-lg-t-b-250 {
		margin-top: 250px!important;
		margin-bottom: 250px!important
	}
	.p-lg-t-b-250,
	.sticky-menu.sticky-lg-padding-250 {
		padding-top: 250px!important;
		padding-bottom: 250px!important
	}
	.m-lg-l-r-250 {
		margin-left: 250px!important;
		margin-right: 250px!important
	}
	.p-lg-l-r-250 {
		padding-left: 250px!important;
		padding-right: 250px!important
	}
	.m-lg-all-250 {
		margin: 250px!important
	}
	.p-lg-all-250 {
		padding: 250px!important
	}
	.m-lg-t-250 {
		margin-top: 250px!important
	}
	.p-lg-t-250 {
		padding-top: 250px!important
	}
	.m-lg-b-250 {
		margin-bottom: 250px!important
	}
	.p-lg-b-250 {
		padding-bottom: 250px!important
	}
	.m-lg-l-250 {
		margin-left: 250px!important
	}
	.p-lg-l-250 {
		padding-left: 250px!important
	}
	.m-lg-r-250 {
		margin-right: 250px!important
	}
	.p-lg-r-250 {
		padding-right: 250px!important
	}
	.min-lg-w-300 {
		min-width: 300px!important
	}
	.max-lg-w-300 {
		max-width: 300px!important
	}
	.m-lg-t-b-300 {
		margin-top: 300px!important;
		margin-bottom: 300px!important
	}
	.p-lg-t-b-300,
	.sticky-menu.sticky-lg-padding-300 {
		padding-top: 300px!important;
		padding-bottom: 300px!important
	}
	.m-lg-l-r-300 {
		margin-left: 300px!important;
		margin-right: 300px!important
	}
	.p-lg-l-r-300 {
		padding-left: 300px!important;
		padding-right: 300px!important
	}
	.m-lg-all-300 {
		margin: 300px!important
	}
	.p-lg-all-300 {
		padding: 300px!important
	}
	.m-lg-t-300 {
		margin-top: 300px!important
	}
	.p-lg-t-300 {
		padding-top: 300px!important
	}
	.m-lg-b-300 {
		margin-bottom: 300px!important
	}
	.p-lg-b-300 {
		padding-bottom: 300px!important
	}
	.m-lg-l-300 {
		margin-left: 300px!important
	}
	.p-lg-l-300 {
		padding-left: 300px!important
	}
	.m-lg-r-300 {
		margin-right: 300px!important
	}
	.p-lg-r-300 {
		padding-right: 300px!important
	}
	.min-lg-w-350 {
		min-width: 350px!important
	}
	.max-lg-w-350 {
		max-width: 350px!important
	}
	.m-lg-t-b-350 {
		margin-top: 350px!important;
		margin-bottom: 350px!important
	}
	.p-lg-t-b-350,
	.sticky-menu.sticky-lg-padding-350 {
		padding-top: 350px!important;
		padding-bottom: 350px!important
	}
	.m-lg-l-r-350 {
		margin-left: 350px!important;
		margin-right: 350px!important
	}
	.p-lg-l-r-350 {
		padding-left: 350px!important;
		padding-right: 350px!important
	}
	.m-lg-all-350 {
		margin: 350px!important
	}
	.p-lg-all-350 {
		padding: 350px!important
	}
	.m-lg-t-350 {
		margin-top: 350px!important
	}
	.p-lg-t-350 {
		padding-top: 350px!important
	}
	.m-lg-b-350 {
		margin-bottom: 350px!important
	}
	.p-lg-b-350 {
		padding-bottom: 350px!important
	}
	.m-lg-l-350 {
		margin-left: 350px!important
	}
	.p-lg-l-350 {
		padding-left: 350px!important
	}
	.m-lg-r-350 {
		margin-right: 350px!important
	}
	.p-lg-r-350 {
		padding-right: 350px!important
	}
}

@media only screen and (max-width:991.98px) {
	.min-md-w-none {
		min-width: 0!important
	}
	.max-md-w-none {
		max-width: 0!important
	}
	.m-md-t-b-none {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.p-md-t-b-none,
	.sticky-menu.sticky-md-padding-none {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.m-md-l-r-none {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.p-md-l-r-none {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.m-md-all-none {
		margin: 0!important
	}
	.p-md-all-none {
		padding: 0!important
	}
	.m-md-t-none {
		margin-top: 0!important
	}
	.p-md-t-none {
		padding-top: 0!important
	}
	.m-md-b-none {
		margin-bottom: 0!important
	}
	.p-md-b-none {
		padding-bottom: 0!important
	}
	.m-md-l-none {
		margin-left: 0!important
	}
	.p-md-l-none {
		padding-left: 0!important
	}
	.m-md-r-none {
		margin-right: 0!important
	}
	.p-md-r-none {
		padding-right: 0!important
	}
	.min-md-w-auto {
		min-width: auto!important
	}
	.max-md-w-auto {
		max-width: auto!important
	}
	.m-md-t-b-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.p-md-t-b-auto,
	.sticky-menu.sticky-md-padding-auto {
		padding-top: auto!important;
		padding-bottom: auto!important
	}
	.m-md-l-r-auto {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.p-md-l-r-auto {
		padding-left: auto!important;
		padding-right: auto!important
	}
	.m-md-all-auto {
		margin: auto!important
	}
	.p-md-all-auto {
		padding: auto!important
	}
	.m-md-t-auto {
		margin-top: auto!important
	}
	.p-md-t-auto {
		padding-top: auto!important
	}
	.m-md-b-auto {
		margin-bottom: auto!important
	}
	.p-md-b-auto {
		padding-bottom: auto!important
	}
	.m-md-l-auto {
		margin-left: auto!important
	}
	.p-md-l-auto {
		padding-left: auto!important
	}
	.m-md-r-auto {
		margin-right: auto!important
	}
	.p-md-r-auto {
		padding-right: auto!important
	}
	.min-md-w-5 {
		min-width: 5px!important
	}
	.max-md-w-5 {
		max-width: 5px!important
	}
	.m-md-t-b-5 {
		margin-top: 5px!important;
		margin-bottom: 5px!important
	}
	.p-md-t-b-5,
	.sticky-menu.sticky-md-padding-5 {
		padding-top: 5px!important;
		padding-bottom: 5px!important
	}
	.m-md-l-r-5 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.p-md-l-r-5 {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	.m-md-all-5 {
		margin: 5px!important
	}
	.p-md-all-5 {
		padding: 5px!important
	}
	.m-md-t-5 {
		margin-top: 5px!important
	}
	.p-md-t-5 {
		padding-top: 5px!important
	}
	.m-md-b-5 {
		margin-bottom: 5px!important
	}
	.p-md-b-5 {
		padding-bottom: 5px!important
	}
	.m-md-l-5 {
		margin-left: 5px!important
	}
	.p-md-l-5 {
		padding-left: 5px!important
	}
	.m-md-r-5 {
		margin-right: 5px!important
	}
	.p-md-r-5 {
		padding-right: 5px!important
	}
	.min-md-w-10 {
		min-width: 10px!important
	}
	.max-md-w-10 {
		max-width: 10px!important
	}
	.m-md-t-b-10 {
		margin-top: 10px!important;
		margin-bottom: 10px!important
	}
	.p-md-t-b-10,
	.sticky-menu.sticky-md-padding-10 {
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.m-md-l-r-10 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
	.p-md-l-r-10 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
	.m-md-all-10 {
		margin: 10px!important
	}
	.p-md-all-10 {
		padding: 10px!important
	}
	.m-md-t-10 {
		margin-top: 10px!important
	}
	.p-md-t-10 {
		padding-top: 10px!important
	}
	.m-md-b-10 {
		margin-bottom: 10px!important
	}
	.p-md-b-10 {
		padding-bottom: 10px!important
	}
	.m-md-l-10 {
		margin-left: 10px!important
	}
	.p-md-l-10 {
		padding-left: 10px!important
	}
	.m-md-r-10 {
		margin-right: 10px!important
	}
	.p-md-r-10 {
		padding-right: 10px!important
	}
	.min-md-w-12 {
		min-width: 12px!important
	}
	.max-md-w-12 {
		max-width: 12px!important
	}
	.m-md-t-b-12 {
		margin-top: 12px!important;
		margin-bottom: 12px!important
	}
	.p-md-t-b-12,
	.sticky-menu.sticky-md-padding-12 {
		padding-top: 12px!important;
		padding-bottom: 12px!important
	}
	.m-md-l-r-12 {
		margin-left: 12px!important;
		margin-right: 12px!important
	}
	.p-md-l-r-12 {
		padding-left: 12px!important;
		padding-right: 12px!important
	}
	.m-md-all-12 {
		margin: 12px!important
	}
	.p-md-all-12 {
		padding: 12px!important
	}
	.m-md-t-12 {
		margin-top: 12px!important
	}
	.p-md-t-12 {
		padding-top: 12px!important
	}
	.m-md-b-12 {
		margin-bottom: 12px!important
	}
	.p-md-b-12 {
		padding-bottom: 12px!important
	}
	.m-md-l-12 {
		margin-left: 12px!important
	}
	.p-md-l-12 {
		padding-left: 12px!important
	}
	.m-md-r-12 {
		margin-right: 12px!important
	}
	.p-md-r-12 {
		padding-right: 12px!important
	}
	.min-md-w-13 {
		min-width: 13px!important
	}
	.max-md-w-13 {
		max-width: 13px!important
	}
	.m-md-t-b-13 {
		margin-top: 13px!important;
		margin-bottom: 13px!important
	}
	.p-md-t-b-13,
	.sticky-menu.sticky-md-padding-13 {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	.m-md-l-r-13 {
		margin-left: 13px!important;
		margin-right: 13px!important
	}
	.p-md-l-r-13 {
		padding-left: 13px!important;
		padding-right: 13px!important
	}
	.m-md-all-13 {
		margin: 13px!important
	}
	.p-md-all-13 {
		padding: 13px!important
	}
	.m-md-t-13 {
		margin-top: 13px!important
	}
	.p-md-t-13 {
		padding-top: 13px!important
	}
	.m-md-b-13 {
		margin-bottom: 13px!important
	}
	.p-md-b-13 {
		padding-bottom: 13px!important
	}
	.m-md-l-13 {
		margin-left: 13px!important
	}
	.p-md-l-13 {
		padding-left: 13px!important
	}
	.m-md-r-13 {
		margin-right: 13px!important
	}
	.p-md-r-13 {
		padding-right: 13px!important
	}
	.min-md-w-15 {
		min-width: 15px!important
	}
	.max-md-w-15 {
		max-width: 15px!important
	}
	.m-md-t-b-15 {
		margin-top: 15px!important;
		margin-bottom: 15px!important
	}
	.p-md-t-b-15,
	.sticky-menu.sticky-md-padding-15 {
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.m-md-l-r-15 {
		margin-left: 15px!important;
		margin-right: 15px!important
	}
	.p-md-l-r-15 {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.m-md-all-15 {
		margin: 15px!important
	}
	.p-md-all-15 {
		padding: 15px!important
	}
	.m-md-t-15 {
		margin-top: 15px!important
	}
	.p-md-t-15 {
		padding-top: 15px!important
	}
	.m-md-b-15 {
		margin-bottom: 15px!important
	}
	.p-md-b-15 {
		padding-bottom: 15px!important
	}
	.m-md-l-15 {
		margin-left: 15px!important
	}
	.p-md-l-15 {
		padding-left: 15px!important
	}
	.m-md-r-15 {
		margin-right: 15px!important
	}
	.p-md-r-15 {
		padding-right: 15px!important
	}
	.min-md-w-20 {
		min-width: 20px!important
	}
	.max-md-w-20 {
		max-width: 20px!important
	}
	.m-md-t-b-20 {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	.p-md-t-b-20,
	.sticky-menu.sticky-md-padding-20 {
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.m-md-l-r-20 {
		margin-left: 20px!important;
		margin-right: 20px!important
	}
	.p-md-l-r-20 {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.m-md-all-20 {
		margin: 20px!important
	}
	.p-md-all-20 {
		padding: 20px!important
	}
	.m-md-t-20 {
		margin-top: 20px!important
	}
	.p-md-t-20 {
		padding-top: 20px!important
	}
	.m-md-b-20 {
		margin-bottom: 20px!important
	}
	.p-md-b-20 {
		padding-bottom: 20px!important
	}
	.m-md-l-20 {
		margin-left: 20px!important
	}
	.p-md-l-20 {
		padding-left: 20px!important
	}
	.m-md-r-20 {
		margin-right: 20px!important
	}
	.p-md-r-20 {
		padding-right: 20px!important
	}
	.min-md-w-25 {
		min-width: 25px!important
	}
	.max-md-w-25 {
		max-width: 25px!important
	}
	.m-md-t-b-25 {
		margin-top: 25px!important;
		margin-bottom: 25px!important
	}
	.p-md-t-b-25,
	.sticky-menu.sticky-md-padding-25 {
		padding-top: 25px!important;
		padding-bottom: 25px!important
	}
	.m-md-l-r-25 {
		margin-left: 25px!important;
		margin-right: 25px!important
	}
	.p-md-l-r-25 {
		padding-left: 25px!important;
		padding-right: 25px!important
	}
	.m-md-all-25 {
		margin: 25px!important
	}
	.p-md-all-25 {
		padding: 25px!important
	}
	.m-md-t-25 {
		margin-top: 25px!important
	}
	.p-md-t-25 {
		padding-top: 25px!important
	}
	.m-md-b-25 {
		margin-bottom: 25px!important
	}
	.p-md-b-25 {
		padding-bottom: 25px!important
	}
	.m-md-l-25 {
		margin-left: 25px!important
	}
	.p-md-l-25 {
		padding-left: 25px!important
	}
	.m-md-r-25 {
		margin-right: 25px!important
	}
	.p-md-r-25 {
		padding-right: 25px!important
	}
	.min-md-w-30 {
		min-width: 30px!important
	}
	.max-md-w-30 {
		max-width: 30px!important
	}
	.m-md-t-b-30 {
		margin-top: 30px!important;
		margin-bottom: 30px!important
	}
	.p-md-t-b-30,
	.sticky-menu.sticky-md-padding-30 {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.m-md-l-r-30 {
		margin-left: 30px!important;
		margin-right: 30px!important
	}
	.p-md-l-r-30 {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
	.m-md-all-30 {
		margin: 30px!important
	}
	.p-md-all-30 {
		padding: 30px!important
	}
	.m-md-t-30 {
		margin-top: 30px!important
	}
	.p-md-t-30 {
		padding-top: 30px!important
	}
	.m-md-b-30 {
		margin-bottom: 30px!important
	}
	.p-md-b-30 {
		padding-bottom: 30px!important
	}
	.m-md-l-30 {
		margin-left: 30px!important
	}
	.p-md-l-30 {
		padding-left: 30px!important
	}
	.m-md-r-30 {
		margin-right: 30px!important
	}
	.p-md-r-30 {
		padding-right: 30px!important
	}
	.min-md-w-35 {
		min-width: 35px!important
	}
	.max-md-w-35 {
		max-width: 35px!important
	}
	.m-md-t-b-35 {
		margin-top: 35px!important;
		margin-bottom: 35px!important
	}
	.p-md-t-b-35,
	.sticky-menu.sticky-md-padding-35 {
		padding-top: 35px!important;
		padding-bottom: 35px!important
	}
	.m-md-l-r-35 {
		margin-left: 35px!important;
		margin-right: 35px!important
	}
	.p-md-l-r-35 {
		padding-left: 35px!important;
		padding-right: 35px!important
	}
	.m-md-all-35 {
		margin: 35px!important
	}
	.p-md-all-35 {
		padding: 35px!important
	}
	.m-md-t-35 {
		margin-top: 35px!important
	}
	.p-md-t-35 {
		padding-top: 35px!important
	}
	.m-md-b-35 {
		margin-bottom: 35px!important
	}
	.p-md-b-35 {
		padding-bottom: 35px!important
	}
	.m-md-l-35 {
		margin-left: 35px!important
	}
	.p-md-l-35 {
		padding-left: 35px!important
	}
	.m-md-r-35 {
		margin-right: 35px!important
	}
	.p-md-r-35 {
		padding-right: 35px!important
	}
	.min-md-w-40 {
		min-width: 40px!important
	}
	.max-md-w-40 {
		max-width: 40px!important
	}
	.m-md-t-b-40 {
		margin-top: 40px!important;
		margin-bottom: 40px!important
	}
	.p-md-t-b-40,
	.sticky-menu.sticky-md-padding-40 {
		padding-top: 40px!important;
		padding-bottom: 40px!important
	}
	.m-md-l-r-40 {
		margin-left: 40px!important;
		margin-right: 40px!important
	}
	.p-md-l-r-40 {
		padding-left: 40px!important;
		padding-right: 40px!important
	}
	.m-md-all-40 {
		margin: 40px!important
	}
	.p-md-all-40 {
		padding: 40px!important
	}
	.m-md-t-40 {
		margin-top: 40px!important
	}
	.p-md-t-40 {
		padding-top: 40px!important
	}
	.m-md-b-40 {
		margin-bottom: 40px!important
	}
	.p-md-b-40 {
		padding-bottom: 40px!important
	}
	.m-md-l-40 {
		margin-left: 40px!important
	}
	.p-md-l-40 {
		padding-left: 40px!important
	}
	.m-md-r-40 {
		margin-right: 40px!important
	}
	.p-md-r-40 {
		padding-right: 40px!important
	}
	.min-md-w-45 {
		min-width: 45px!important
	}
	.max-md-w-45 {
		max-width: 45px!important
	}
	.m-md-t-b-45 {
		margin-top: 45px!important;
		margin-bottom: 45px!important
	}
	.p-md-t-b-45,
	.sticky-menu.sticky-md-padding-45 {
		padding-top: 45px!important;
		padding-bottom: 45px!important
	}
	.m-md-l-r-45 {
		margin-left: 45px!important;
		margin-right: 45px!important
	}
	.p-md-l-r-45 {
		padding-left: 45px!important;
		padding-right: 45px!important
	}
	.m-md-all-45 {
		margin: 45px!important
	}
	.p-md-all-45 {
		padding: 45px!important
	}
	.m-md-t-45 {
		margin-top: 45px!important
	}
	.p-md-t-45 {
		padding-top: 45px!important
	}
	.m-md-b-45 {
		margin-bottom: 45px!important
	}
	.p-md-b-45 {
		padding-bottom: 45px!important
	}
	.m-md-l-45 {
		margin-left: 45px!important
	}
	.p-md-l-45 {
		padding-left: 45px!important
	}
	.m-md-r-45 {
		margin-right: 45px!important
	}
	.p-md-r-45 {
		padding-right: 45px!important
	}
	.min-md-w-50 {
		min-width: 50px!important
	}
	.max-md-w-50 {
		max-width: 50px!important
	}
	.m-md-t-b-50 {
		margin-top: 50px!important;
		margin-bottom: 50px!important
	}
	.p-md-t-b-50,
	.sticky-menu.sticky-md-padding-50 {
		padding-top: 50px!important;
		padding-bottom: 50px!important
	}
	.m-md-l-r-50 {
		margin-left: 50px!important;
		margin-right: 50px!important
	}
	.p-md-l-r-50 {
		padding-left: 50px!important;
		padding-right: 50px!important
	}
	.m-md-all-50 {
		margin: 50px!important
	}
	.p-md-all-50 {
		padding: 50px!important
	}
	.m-md-t-50 {
		margin-top: 50px!important
	}
	.p-md-t-50 {
		padding-top: 50px!important
	}
	.m-md-b-50 {
		margin-bottom: 50px!important
	}
	.p-md-b-50 {
		padding-bottom: 50px!important
	}
	.m-md-l-50 {
		margin-left: 50px!important
	}
	.p-md-l-50 {
		padding-left: 50px!important
	}
	.m-md-r-50 {
		margin-right: 50px!important
	}
	.p-md-r-50 {
		padding-right: 50px!important
	}
	.min-md-w-55 {
		min-width: 55px!important
	}
	.max-md-w-55 {
		max-width: 55px!important
	}
	.m-md-t-b-55 {
		margin-top: 55px!important;
		margin-bottom: 55px!important
	}
	.p-md-t-b-55,
	.sticky-menu.sticky-md-padding-55 {
		padding-top: 55px!important;
		padding-bottom: 55px!important
	}
	.m-md-l-r-55 {
		margin-left: 55px!important;
		margin-right: 55px!important
	}
	.p-md-l-r-55 {
		padding-left: 55px!important;
		padding-right: 55px!important
	}
	.m-md-all-55 {
		margin: 55px!important
	}
	.p-md-all-55 {
		padding: 55px!important
	}
	.m-md-t-55 {
		margin-top: 55px!important
	}
	.p-md-t-55 {
		padding-top: 55px!important
	}
	.m-md-b-55 {
		margin-bottom: 55px!important
	}
	.p-md-b-55 {
		padding-bottom: 55px!important
	}
	.m-md-l-55 {
		margin-left: 55px!important
	}
	.p-md-l-55 {
		padding-left: 55px!important
	}
	.m-md-r-55 {
		margin-right: 55px!important
	}
	.p-md-r-55 {
		padding-right: 55px!important
	}
	.min-md-w-60 {
		min-width: 60px!important
	}
	.max-md-w-60 {
		max-width: 60px!important
	}
	.m-md-t-b-60 {
		margin-top: 60px!important;
		margin-bottom: 60px!important
	}
	.p-md-t-b-60,
	.sticky-menu.sticky-md-padding-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important
	}
	.m-md-l-r-60 {
		margin-left: 60px!important;
		margin-right: 60px!important
	}
	.p-md-l-r-60 {
		padding-left: 60px!important;
		padding-right: 60px!important
	}
	.m-md-all-60 {
		margin: 60px!important
	}
	.p-md-all-60 {
		padding: 60px!important
	}
	.m-md-t-60 {
		margin-top: 60px!important
	}
	.p-md-t-60 {
		padding-top: 60px!important
	}
	.m-md-b-60 {
		margin-bottom: 60px!important
	}
	.p-md-b-60 {
		padding-bottom: 60px!important
	}
	.m-md-l-60 {
		margin-left: 60px!important
	}
	.p-md-l-60 {
		padding-left: 60px!important
	}
	.m-md-r-60 {
		margin-right: 60px!important
	}
	.p-md-r-60 {
		padding-right: 60px!important
	}
	.min-md-w-70 {
		min-width: 70px!important
	}
	.max-md-w-70 {
		max-width: 70px!important
	}
	.m-md-t-b-70 {
		margin-top: 70px!important;
		margin-bottom: 70px!important
	}
	.p-md-t-b-70,
	.sticky-menu.sticky-md-padding-70 {
		padding-top: 70px!important;
		padding-bottom: 70px!important
	}
	.m-md-l-r-70 {
		margin-left: 70px!important;
		margin-right: 70px!important
	}
	.p-md-l-r-70 {
		padding-left: 70px!important;
		padding-right: 70px!important
	}
	.m-md-all-70 {
		margin: 70px!important
	}
	.p-md-all-70 {
		padding: 70px!important
	}
	.m-md-t-70 {
		margin-top: 70px!important
	}
	.p-md-t-70 {
		padding-top: 70px!important
	}
	.m-md-b-70 {
		margin-bottom: 70px!important
	}
	.p-md-b-70 {
		padding-bottom: 70px!important
	}
	.m-md-l-70 {
		margin-left: 70px!important
	}
	.p-md-l-70 {
		padding-left: 70px!important
	}
	.m-md-r-70 {
		margin-right: 70px!important
	}
	.p-md-r-70 {
		padding-right: 70px!important
	}
	.min-md-w-75 {
		min-width: 75px!important
	}
	.max-md-w-75 {
		max-width: 75px!important
	}
	.m-md-t-b-75 {
		margin-top: 75px!important;
		margin-bottom: 75px!important
	}
	.p-md-t-b-75,
	.sticky-menu.sticky-md-padding-75 {
		padding-top: 75px!important;
		padding-bottom: 75px!important
	}
	.m-md-l-r-75 {
		margin-left: 75px!important;
		margin-right: 75px!important
	}
	.p-md-l-r-75 {
		padding-left: 75px!important;
		padding-right: 75px!important
	}
	.m-md-all-75 {
		margin: 75px!important
	}
	.p-md-all-75 {
		padding: 75px!important
	}
	.m-md-t-75 {
		margin-top: 75px!important
	}
	.p-md-t-75 {
		padding-top: 75px!important
	}
	.m-md-b-75 {
		margin-bottom: 75px!important
	}
	.p-md-b-75 {
		padding-bottom: 75px!important
	}
	.m-md-l-75 {
		margin-left: 75px!important
	}
	.p-md-l-75 {
		padding-left: 75px!important
	}
	.m-md-r-75 {
		margin-right: 75px!important
	}
	.p-md-r-75 {
		padding-right: 75px!important
	}
	.min-md-w-80 {
		min-width: 80px!important
	}
	.max-md-w-80 {
		max-width: 80px!important
	}
	.m-md-t-b-80 {
		margin-top: 80px!important;
		margin-bottom: 80px!important
	}
	.p-md-t-b-80,
	.sticky-menu.sticky-md-padding-80 {
		padding-top: 80px!important;
		padding-bottom: 80px!important
	}
	.m-md-l-r-80 {
		margin-left: 80px!important;
		margin-right: 80px!important
	}
	.p-md-l-r-80 {
		padding-left: 80px!important;
		padding-right: 80px!important
	}
	.m-md-all-80 {
		margin: 80px!important
	}
	.p-md-all-80 {
		padding: 80px!important
	}
	.m-md-t-80 {
		margin-top: 80px!important
	}
	.p-md-t-80 {
		padding-top: 80px!important
	}
	.m-md-b-80 {
		margin-bottom: 80px!important
	}
	.p-md-b-80 {
		padding-bottom: 80px!important
	}
	.m-md-l-80 {
		margin-left: 80px!important
	}
	.p-md-l-80 {
		padding-left: 80px!important
	}
	.m-md-r-80 {
		margin-right: 80px!important
	}
	.p-md-r-80 {
		padding-right: 80px!important
	}
	.min-md-w-85 {
		min-width: 85px!important
	}
	.max-md-w-85 {
		max-width: 85px!important
	}
	.m-md-t-b-85 {
		margin-top: 85px!important;
		margin-bottom: 85px!important
	}
	.p-md-t-b-85,
	.sticky-menu.sticky-md-padding-85 {
		padding-top: 85px!important;
		padding-bottom: 85px!important
	}
	.m-md-l-r-85 {
		margin-left: 85px!important;
		margin-right: 85px!important
	}
	.p-md-l-r-85 {
		padding-left: 85px!important;
		padding-right: 85px!important
	}
	.m-md-all-85 {
		margin: 85px!important
	}
	.p-md-all-85 {
		padding: 85px!important
	}
	.m-md-t-85 {
		margin-top: 85px!important
	}
	.p-md-t-85 {
		padding-top: 85px!important
	}
	.m-md-b-85 {
		margin-bottom: 85px!important
	}
	.p-md-b-85 {
		padding-bottom: 85px!important
	}
	.m-md-l-85 {
		margin-left: 85px!important
	}
	.p-md-l-85 {
		padding-left: 85px!important
	}
	.m-md-r-85 {
		margin-right: 85px!important
	}
	.p-md-r-85 {
		padding-right: 85px!important
	}
	.min-md-w-90 {
		min-width: 90px!important
	}
	.max-md-w-90 {
		max-width: 90px!important
	}
	.m-md-t-b-90 {
		margin-top: 90px!important;
		margin-bottom: 90px!important
	}
	.p-md-t-b-90,
	.sticky-menu.sticky-md-padding-90 {
		padding-top: 90px!important;
		padding-bottom: 90px!important
	}
	.m-md-l-r-90 {
		margin-left: 90px!important;
		margin-right: 90px!important
	}
	.p-md-l-r-90 {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
	.m-md-all-90 {
		margin: 90px!important
	}
	.p-md-all-90 {
		padding: 90px!important
	}
	.m-md-t-90 {
		margin-top: 90px!important
	}
	.p-md-t-90 {
		padding-top: 90px!important
	}
	.m-md-b-90 {
		margin-bottom: 90px!important
	}
	.p-md-b-90 {
		padding-bottom: 90px!important
	}
	.m-md-l-90 {
		margin-left: 90px!important
	}
	.p-md-l-90 {
		padding-left: 90px!important
	}
	.m-md-r-90 {
		margin-right: 90px!important
	}
	.p-md-r-90 {
		padding-right: 90px!important
	}
	.min-md-w-95 {
		min-width: 95px!important
	}
	.max-md-w-95 {
		max-width: 95px!important
	}
	.m-md-t-b-95 {
		margin-top: 95px!important;
		margin-bottom: 95px!important
	}
	.p-md-t-b-95,
	.sticky-menu.sticky-md-padding-95 {
		padding-top: 95px!important;
		padding-bottom: 95px!important
	}
	.m-md-l-r-95 {
		margin-left: 95px!important;
		margin-right: 95px!important
	}
	.p-md-l-r-95 {
		padding-left: 95px!important;
		padding-right: 95px!important
	}
	.m-md-all-95 {
		margin: 95px!important
	}
	.p-md-all-95 {
		padding: 95px!important
	}
	.m-md-t-95 {
		margin-top: 95px!important
	}
	.p-md-t-95 {
		padding-top: 95px!important
	}
	.m-md-b-95 {
		margin-bottom: 95px!important
	}
	.p-md-b-95 {
		padding-bottom: 95px!important
	}
	.m-md-l-95 {
		margin-left: 95px!important
	}
	.p-md-l-95 {
		padding-left: 95px!important
	}
	.m-md-r-95 {
		margin-right: 95px!important
	}
	.p-md-r-95 {
		padding-right: 95px!important
	}
	.min-md-w-100 {
		min-width: 100px!important
	}
	.max-md-w-100 {
		max-width: 100px!important
	}
	.m-md-t-b-100 {
		margin-top: 100px!important;
		margin-bottom: 100px!important
	}
	.p-md-t-b-100,
	.sticky-menu.sticky-md-padding-100 {
		padding-top: 100px!important;
		padding-bottom: 100px!important
	}
	.m-md-l-r-100 {
		margin-left: 100px!important;
		margin-right: 100px!important
	}
	.p-md-l-r-100 {
		padding-left: 100px!important;
		padding-right: 100px!important
	}
	.m-md-all-100 {
		margin: 100px!important
	}
	.p-md-all-100 {
		padding: 100px!important
	}
	.m-md-t-100 {
		margin-top: 100px!important
	}
	.p-md-t-100 {
		padding-top: 100px!important
	}
	.m-md-b-100 {
		margin-bottom: 100px!important
	}
	.p-md-b-100 {
		padding-bottom: 100px!important
	}
	.m-md-l-100 {
		margin-left: 100px!important
	}
	.p-md-l-100 {
		padding-left: 100px!important
	}
	.m-md-r-100 {
		margin-right: 100px!important
	}
	.p-md-r-100 {
		padding-right: 100px!important
	}
	.min-md-w-110 {
		min-width: 110px!important
	}
	.max-md-w-110 {
		max-width: 110px!important
	}
	.m-md-t-b-110 {
		margin-top: 110px!important;
		margin-bottom: 110px!important
	}
	.p-md-t-b-110,
	.sticky-menu.sticky-md-padding-110 {
		padding-top: 110px!important;
		padding-bottom: 110px!important
	}
	.m-md-l-r-110 {
		margin-left: 110px!important;
		margin-right: 110px!important
	}
	.p-md-l-r-110 {
		padding-left: 110px!important;
		padding-right: 110px!important
	}
	.m-md-all-110 {
		margin: 110px!important
	}
	.p-md-all-110 {
		padding: 110px!important
	}
	.m-md-t-110 {
		margin-top: 110px!important
	}
	.p-md-t-110 {
		padding-top: 110px!important
	}
	.m-md-b-110 {
		margin-bottom: 110px!important
	}
	.p-md-b-110 {
		padding-bottom: 110px!important
	}
	.m-md-l-110 {
		margin-left: 110px!important
	}
	.p-md-l-110 {
		padding-left: 110px!important
	}
	.m-md-r-110 {
		margin-right: 110px!important
	}
	.p-md-r-110 {
		padding-right: 110px!important
	}
	.min-md-w-115 {
		min-width: 115px!important
	}
	.max-md-w-115 {
		max-width: 115px!important
	}
	.m-md-t-b-115 {
		margin-top: 115px!important;
		margin-bottom: 115px!important
	}
	.p-md-t-b-115,
	.sticky-menu.sticky-md-padding-115 {
		padding-top: 115px!important;
		padding-bottom: 115px!important
	}
	.m-md-l-r-115 {
		margin-left: 115px!important;
		margin-right: 115px!important
	}
	.p-md-l-r-115 {
		padding-left: 115px!important;
		padding-right: 115px!important
	}
	.m-md-all-115 {
		margin: 115px!important
	}
	.p-md-all-115 {
		padding: 115px!important
	}
	.m-md-t-115 {
		margin-top: 115px!important
	}
	.p-md-t-115 {
		padding-top: 115px!important
	}
	.m-md-b-115 {
		margin-bottom: 115px!important
	}
	.p-md-b-115 {
		padding-bottom: 115px!important
	}
	.m-md-l-115 {
		margin-left: 115px!important
	}
	.p-md-l-115 {
		padding-left: 115px!important
	}
	.m-md-r-115 {
		margin-right: 115px!important
	}
	.p-md-r-115 {
		padding-right: 115px!important
	}
	.min-md-w-120 {
		min-width: 120px!important
	}
	.max-md-w-120 {
		max-width: 120px!important
	}
	.m-md-t-b-120 {
		margin-top: 120px!important;
		margin-bottom: 120px!important
	}
	.p-md-t-b-120,
	.sticky-menu.sticky-md-padding-120 {
		padding-top: 120px!important;
		padding-bottom: 120px!important
	}
	.m-md-l-r-120 {
		margin-left: 120px!important;
		margin-right: 120px!important
	}
	.p-md-l-r-120 {
		padding-left: 120px!important;
		padding-right: 120px!important
	}
	.m-md-all-120 {
		margin: 120px!important
	}
	.p-md-all-120 {
		padding: 120px!important
	}
	.m-md-t-120 {
		margin-top: 120px!important
	}
	.p-md-t-120 {
		padding-top: 120px!important
	}
	.m-md-b-120 {
		margin-bottom: 120px!important
	}
	.p-md-b-120 {
		padding-bottom: 120px!important
	}
	.m-md-l-120 {
		margin-left: 120px!important
	}
	.p-md-l-120 {
		padding-left: 120px!important
	}
	.m-md-r-120 {
		margin-right: 120px!important
	}
	.p-md-r-120 {
		padding-right: 120px!important
	}
	.min-md-w-130 {
		min-width: 130px!important
	}
	.max-md-w-130 {
		max-width: 130px!important
	}
	.m-md-t-b-130 {
		margin-top: 130px!important;
		margin-bottom: 130px!important
	}
	.p-md-t-b-130,
	.sticky-menu.sticky-md-padding-130 {
		padding-top: 130px!important;
		padding-bottom: 130px!important
	}
	.m-md-l-r-130 {
		margin-left: 130px!important;
		margin-right: 130px!important
	}
	.p-md-l-r-130 {
		padding-left: 130px!important;
		padding-right: 130px!important
	}
	.m-md-all-130 {
		margin: 130px!important
	}
	.p-md-all-130 {
		padding: 130px!important
	}
	.m-md-t-130 {
		margin-top: 130px!important
	}
	.p-md-t-130 {
		padding-top: 130px!important
	}
	.m-md-b-130 {
		margin-bottom: 130px!important
	}
	.p-md-b-130 {
		padding-bottom: 130px!important
	}
	.m-md-l-130 {
		margin-left: 130px!important
	}
	.p-md-l-130 {
		padding-left: 130px!important
	}
	.m-md-r-130 {
		margin-right: 130px!important
	}
	.p-md-r-130 {
		padding-right: 130px!important
	}
	.min-md-w-140 {
		min-width: 140px!important
	}
	.max-md-w-140 {
		max-width: 140px!important
	}
	.m-md-t-b-140 {
		margin-top: 140px!important;
		margin-bottom: 140px!important
	}
	.p-md-t-b-140,
	.sticky-menu.sticky-md-padding-140 {
		padding-top: 140px!important;
		padding-bottom: 140px!important
	}
	.m-md-l-r-140 {
		margin-left: 140px!important;
		margin-right: 140px!important
	}
	.p-md-l-r-140 {
		padding-left: 140px!important;
		padding-right: 140px!important
	}
	.m-md-all-140 {
		margin: 140px!important
	}
	.p-md-all-140 {
		padding: 140px!important
	}
	.m-md-t-140 {
		margin-top: 140px!important
	}
	.p-md-t-140 {
		padding-top: 140px!important
	}
	.m-md-b-140 {
		margin-bottom: 140px!important
	}
	.p-md-b-140 {
		padding-bottom: 140px!important
	}
	.m-md-l-140 {
		margin-left: 140px!important
	}
	.p-md-l-140 {
		padding-left: 140px!important
	}
	.m-md-r-140 {
		margin-right: 140px!important
	}
	.p-md-r-140 {
		padding-right: 140px!important
	}
	.min-md-w-150 {
		min-width: 150px!important
	}
	.max-md-w-150 {
		max-width: 150px!important
	}
	.m-md-t-b-150 {
		margin-top: 150px!important;
		margin-bottom: 150px!important
	}
	.p-md-t-b-150,
	.sticky-menu.sticky-md-padding-150 {
		padding-top: 150px!important;
		padding-bottom: 150px!important
	}
	.m-md-l-r-150 {
		margin-left: 150px!important;
		margin-right: 150px!important
	}
	.p-md-l-r-150 {
		padding-left: 150px!important;
		padding-right: 150px!important
	}
	.m-md-all-150 {
		margin: 150px!important
	}
	.p-md-all-150 {
		padding: 150px!important
	}
	.m-md-t-150 {
		margin-top: 150px!important
	}
	.p-md-t-150 {
		padding-top: 150px!important
	}
	.m-md-b-150 {
		margin-bottom: 150px!important
	}
	.p-md-b-150 {
		padding-bottom: 150px!important
	}
	.m-md-l-150 {
		margin-left: 150px!important
	}
	.p-md-l-150 {
		padding-left: 150px!important
	}
	.m-md-r-150 {
		margin-right: 150px!important
	}
	.p-md-r-150 {
		padding-right: 150px!important
	}
	.min-md-w-175 {
		min-width: 175px!important
	}
	.max-md-w-175 {
		max-width: 175px!important
	}
	.m-md-t-b-175 {
		margin-top: 175px!important;
		margin-bottom: 175px!important
	}
	.p-md-t-b-175,
	.sticky-menu.sticky-md-padding-175 {
		padding-top: 175px!important;
		padding-bottom: 175px!important
	}
	.m-md-l-r-175 {
		margin-left: 175px!important;
		margin-right: 175px!important
	}
	.p-md-l-r-175 {
		padding-left: 175px!important;
		padding-right: 175px!important
	}
	.m-md-all-175 {
		margin: 175px!important
	}
	.p-md-all-175 {
		padding: 175px!important
	}
	.m-md-t-175 {
		margin-top: 175px!important
	}
	.p-md-t-175 {
		padding-top: 175px!important
	}
	.m-md-b-175 {
		margin-bottom: 175px!important
	}
	.p-md-b-175 {
		padding-bottom: 175px!important
	}
	.m-md-l-175 {
		margin-left: 175px!important
	}
	.p-md-l-175 {
		padding-left: 175px!important
	}
	.m-md-r-175 {
		margin-right: 175px!important
	}
	.p-md-r-175 {
		padding-right: 175px!important
	}
	.min-md-w-200 {
		min-width: 200px!important
	}
	.max-md-w-200 {
		max-width: 200px!important
	}
	.m-md-t-b-200 {
		margin-top: 200px!important;
		margin-bottom: 200px!important
	}
	.p-md-t-b-200,
	.sticky-menu.sticky-md-padding-200 {
		padding-top: 200px!important;
		padding-bottom: 200px!important
	}
	.m-md-l-r-200 {
		margin-left: 200px!important;
		margin-right: 200px!important
	}
	.p-md-l-r-200 {
		padding-left: 200px!important;
		padding-right: 200px!important
	}
	.m-md-all-200 {
		margin: 200px!important
	}
	.p-md-all-200 {
		padding: 200px!important
	}
	.m-md-t-200 {
		margin-top: 200px!important
	}
	.p-md-t-200 {
		padding-top: 200px!important
	}
	.m-md-b-200 {
		margin-bottom: 200px!important
	}
	.p-md-b-200 {
		padding-bottom: 200px!important
	}
	.m-md-l-200 {
		margin-left: 200px!important
	}
	.p-md-l-200 {
		padding-left: 200px!important
	}
	.m-md-r-200 {
		margin-right: 200px!important
	}
	.p-md-r-200 {
		padding-right: 200px!important
	}
	.min-md-w-225 {
		min-width: 225px!important
	}
	.max-md-w-225 {
		max-width: 225px!important
	}
	.m-md-t-b-225 {
		margin-top: 225px!important;
		margin-bottom: 225px!important
	}
	.p-md-t-b-225,
	.sticky-menu.sticky-md-padding-225 {
		padding-top: 225px!important;
		padding-bottom: 225px!important
	}
	.m-md-l-r-225 {
		margin-left: 225px!important;
		margin-right: 225px!important
	}
	.p-md-l-r-225 {
		padding-left: 225px!important;
		padding-right: 225px!important
	}
	.m-md-all-225 {
		margin: 225px!important
	}
	.p-md-all-225 {
		padding: 225px!important
	}
	.m-md-t-225 {
		margin-top: 225px!important
	}
	.p-md-t-225 {
		padding-top: 225px!important
	}
	.m-md-b-225 {
		margin-bottom: 225px!important
	}
	.p-md-b-225 {
		padding-bottom: 225px!important
	}
	.m-md-l-225 {
		margin-left: 225px!important
	}
	.p-md-l-225 {
		padding-left: 225px!important
	}
	.m-md-r-225 {
		margin-right: 225px!important
	}
	.p-md-r-225 {
		padding-right: 225px!important
	}
	.min-md-w-240 {
		min-width: 240px!important
	}
	.max-md-w-240 {
		max-width: 240px!important
	}
	.m-md-t-b-240 {
		margin-top: 240px!important;
		margin-bottom: 240px!important
	}
	.p-md-t-b-240,
	.sticky-menu.sticky-md-padding-240 {
		padding-top: 240px!important;
		padding-bottom: 240px!important
	}
	.m-md-l-r-240 {
		margin-left: 240px!important;
		margin-right: 240px!important
	}
	.p-md-l-r-240 {
		padding-left: 240px!important;
		padding-right: 240px!important
	}
	.m-md-all-240 {
		margin: 240px!important
	}
	.p-md-all-240 {
		padding: 240px!important
	}
	.m-md-t-240 {
		margin-top: 240px!important
	}
	.p-md-t-240 {
		padding-top: 240px!important
	}
	.m-md-b-240 {
		margin-bottom: 240px!important
	}
	.p-md-b-240 {
		padding-bottom: 240px!important
	}
	.m-md-l-240 {
		margin-left: 240px!important
	}
	.p-md-l-240 {
		padding-left: 240px!important
	}
	.m-md-r-240 {
		margin-right: 240px!important
	}
	.p-md-r-240 {
		padding-right: 240px!important
	}
	.min-md-w-250 {
		min-width: 250px!important
	}
	.max-md-w-250 {
		max-width: 250px!important
	}
	.m-md-t-b-250 {
		margin-top: 250px!important;
		margin-bottom: 250px!important
	}
	.p-md-t-b-250,
	.sticky-menu.sticky-md-padding-250 {
		padding-top: 250px!important;
		padding-bottom: 250px!important
	}
	.m-md-l-r-250 {
		margin-left: 250px!important;
		margin-right: 250px!important
	}
	.p-md-l-r-250 {
		padding-left: 250px!important;
		padding-right: 250px!important
	}
	.m-md-all-250 {
		margin: 250px!important
	}
	.p-md-all-250 {
		padding: 250px!important
	}
	.m-md-t-250 {
		margin-top: 250px!important
	}
	.p-md-t-250 {
		padding-top: 250px!important
	}
	.m-md-b-250 {
		margin-bottom: 250px!important
	}
	.p-md-b-250 {
		padding-bottom: 250px!important
	}
	.m-md-l-250 {
		margin-left: 250px!important
	}
	.p-md-l-250 {
		padding-left: 250px!important
	}
	.m-md-r-250 {
		margin-right: 250px!important
	}
	.p-md-r-250 {
		padding-right: 250px!important
	}
	.min-md-w-300 {
		min-width: 300px!important
	}
	.max-md-w-300 {
		max-width: 300px!important
	}
	.m-md-t-b-300 {
		margin-top: 300px!important;
		margin-bottom: 300px!important
	}
	.p-md-t-b-300,
	.sticky-menu.sticky-md-padding-300 {
		padding-top: 300px!important;
		padding-bottom: 300px!important
	}
	.m-md-l-r-300 {
		margin-left: 300px!important;
		margin-right: 300px!important
	}
	.p-md-l-r-300 {
		padding-left: 300px!important;
		padding-right: 300px!important
	}
	.m-md-all-300 {
		margin: 300px!important
	}
	.p-md-all-300 {
		padding: 300px!important
	}
	.m-md-t-300 {
		margin-top: 300px!important
	}
	.p-md-t-300 {
		padding-top: 300px!important
	}
	.m-md-b-300 {
		margin-bottom: 300px!important
	}
	.p-md-b-300 {
		padding-bottom: 300px!important
	}
	.m-md-l-300 {
		margin-left: 300px!important
	}
	.p-md-l-300 {
		padding-left: 300px!important
	}
	.m-md-r-300 {
		margin-right: 300px!important
	}
	.p-md-r-300 {
		padding-right: 300px!important
	}
	.min-md-w-350 {
		min-width: 350px!important
	}
	.max-md-w-350 {
		max-width: 350px!important
	}
	.m-md-t-b-350 {
		margin-top: 350px!important;
		margin-bottom: 350px!important
	}
	.p-md-t-b-350,
	.sticky-menu.sticky-md-padding-350 {
		padding-top: 350px!important;
		padding-bottom: 350px!important
	}
	.m-md-l-r-350 {
		margin-left: 350px!important;
		margin-right: 350px!important
	}
	.p-md-l-r-350 {
		padding-left: 350px!important;
		padding-right: 350px!important
	}
	.m-md-all-350 {
		margin: 350px!important
	}
	.p-md-all-350 {
		padding: 350px!important
	}
	.m-md-t-350 {
		margin-top: 350px!important
	}
	.p-md-t-350 {
		padding-top: 350px!important
	}
	.m-md-b-350 {
		margin-bottom: 350px!important
	}
	.p-md-b-350 {
		padding-bottom: 350px!important
	}
	.m-md-l-350 {
		margin-left: 350px!important
	}
	.p-md-l-350 {
		padding-left: 350px!important
	}
	.m-md-r-350 {
		margin-right: 350px!important
	}
	.p-md-r-350 {
		padding-right: 350px!important
	}
}

@media only screen and (max-width:767.98px) {
	.min-sm-w-none {
		min-width: 0!important
	}
	.max-sm-w-none {
		max-width: 0!important
	}
	.m-sm-t-b-none {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.p-sm-t-b-none,
	.sticky-menu.sticky-sm-padding-none {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.m-sm-l-r-none {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.p-sm-l-r-none {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.m-sm-all-none {
		margin: 0!important
	}
	.p-sm-all-none {
		padding: 0!important
	}
	.m-sm-t-none {
		margin-top: 0!important
	}
	.p-sm-t-none {
		padding-top: 0!important
	}
	.m-sm-b-none {
		margin-bottom: 0!important
	}
	.p-sm-b-none {
		padding-bottom: 0!important
	}
	.m-sm-l-none {
		margin-left: 0!important
	}
	.p-sm-l-none {
		padding-left: 0!important
	}
	.m-sm-r-none {
		margin-right: 0!important
	}
	.p-sm-r-none {
		padding-right: 0!important
	}
	.min-sm-w-auto {
		min-width: auto!important
	}
	.max-sm-w-auto {
		max-width: auto!important
	}
	.m-sm-t-b-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.p-sm-t-b-auto,
	.sticky-menu.sticky-sm-padding-auto {
		padding-top: auto!important;
		padding-bottom: auto!important
	}
	.m-sm-l-r-auto {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.p-sm-l-r-auto {
		padding-left: auto!important;
		padding-right: auto!important
	}
	.m-sm-all-auto {
		margin: auto!important
	}
	.p-sm-all-auto {
		padding: auto!important
	}
	.m-sm-t-auto {
		margin-top: auto!important
	}
	.p-sm-t-auto {
		padding-top: auto!important
	}
	.m-sm-b-auto {
		margin-bottom: auto!important
	}
	.p-sm-b-auto {
		padding-bottom: auto!important
	}
	.m-sm-l-auto {
		margin-left: auto!important
	}
	.p-sm-l-auto {
		padding-left: auto!important
	}
	.m-sm-r-auto {
		margin-right: auto!important
	}
	.p-sm-r-auto {
		padding-right: auto!important
	}
	.min-sm-w-5 {
		min-width: 5px!important
	}
	.max-sm-w-5 {
		max-width: 5px!important
	}
	.m-sm-t-b-5 {
		margin-top: 5px!important;
		margin-bottom: 5px!important
	}
	.p-sm-t-b-5,
	.sticky-menu.sticky-sm-padding-5 {
		padding-top: 5px!important;
		padding-bottom: 5px!important
	}
	.m-sm-l-r-5 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.p-sm-l-r-5 {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	.m-sm-all-5 {
		margin: 5px!important
	}
	.p-sm-all-5 {
		padding: 5px!important
	}
	.m-sm-t-5 {
		margin-top: 5px!important
	}
	.p-sm-t-5 {
		padding-top: 5px!important
	}
	.m-sm-b-5 {
		margin-bottom: 5px!important
	}
	.p-sm-b-5 {
		padding-bottom: 5px!important
	}
	.m-sm-l-5 {
		margin-left: 5px!important
	}
	.p-sm-l-5 {
		padding-left: 5px!important
	}
	.m-sm-r-5 {
		margin-right: 5px!important
	}
	.p-sm-r-5 {
		padding-right: 5px!important
	}
	.min-sm-w-10 {
		min-width: 10px!important
	}
	.max-sm-w-10 {
		max-width: 10px!important
	}
	.m-sm-t-b-10 {
		margin-top: 10px!important;
		margin-bottom: 10px!important
	}
	.p-sm-t-b-10,
	.sticky-menu.sticky-sm-padding-10 {
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.m-sm-l-r-10 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
	.p-sm-l-r-10 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
	.m-sm-all-10 {
		margin: 10px!important
	}
	.p-sm-all-10 {
		padding: 10px!important
	}
	.m-sm-t-10 {
		margin-top: 10px!important
	}
	.p-sm-t-10 {
		padding-top: 10px!important
	}
	.m-sm-b-10 {
		margin-bottom: 10px!important
	}
	.p-sm-b-10 {
		padding-bottom: 10px!important
	}
	.m-sm-l-10 {
		margin-left: 10px!important
	}
	.p-sm-l-10 {
		padding-left: 10px!important
	}
	.m-sm-r-10 {
		margin-right: 10px!important
	}
	.p-sm-r-10 {
		padding-right: 10px!important
	}
	.min-sm-w-12 {
		min-width: 12px!important
	}
	.max-sm-w-12 {
		max-width: 12px!important
	}
	.m-sm-t-b-12 {
		margin-top: 12px!important;
		margin-bottom: 12px!important
	}
	.p-sm-t-b-12,
	.sticky-menu.sticky-sm-padding-12 {
		padding-top: 12px!important;
		padding-bottom: 12px!important
	}
	.m-sm-l-r-12 {
		margin-left: 12px!important;
		margin-right: 12px!important
	}
	.p-sm-l-r-12 {
		padding-left: 12px!important;
		padding-right: 12px!important
	}
	.m-sm-all-12 {
		margin: 12px!important
	}
	.p-sm-all-12 {
		padding: 12px!important
	}
	.m-sm-t-12 {
		margin-top: 12px!important
	}
	.p-sm-t-12 {
		padding-top: 12px!important
	}
	.m-sm-b-12 {
		margin-bottom: 12px!important
	}
	.p-sm-b-12 {
		padding-bottom: 12px!important
	}
	.m-sm-l-12 {
		margin-left: 12px!important
	}
	.p-sm-l-12 {
		padding-left: 12px!important
	}
	.m-sm-r-12 {
		margin-right: 12px!important
	}
	.p-sm-r-12 {
		padding-right: 12px!important
	}
	.min-sm-w-13 {
		min-width: 13px!important
	}
	.max-sm-w-13 {
		max-width: 13px!important
	}
	.m-sm-t-b-13 {
		margin-top: 13px!important;
		margin-bottom: 13px!important
	}
	.p-sm-t-b-13,
	.sticky-menu.sticky-sm-padding-13 {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	.m-sm-l-r-13 {
		margin-left: 13px!important;
		margin-right: 13px!important
	}
	.p-sm-l-r-13 {
		padding-left: 13px!important;
		padding-right: 13px!important
	}
	.m-sm-all-13 {
		margin: 13px!important
	}
	.p-sm-all-13 {
		padding: 13px!important
	}
	.m-sm-t-13 {
		margin-top: 13px!important
	}
	.p-sm-t-13 {
		padding-top: 13px!important
	}
	.m-sm-b-13 {
		margin-bottom: 13px!important
	}
	.p-sm-b-13 {
		padding-bottom: 13px!important
	}
	.m-sm-l-13 {
		margin-left: 13px!important
	}
	.p-sm-l-13 {
		padding-left: 13px!important
	}
	.m-sm-r-13 {
		margin-right: 13px!important
	}
	.p-sm-r-13 {
		padding-right: 13px!important
	}
	.min-sm-w-15 {
		min-width: 15px!important
	}
	.max-sm-w-15 {
		max-width: 15px!important
	}
	.m-sm-t-b-15 {
		margin-top: 15px!important;
		margin-bottom: 15px!important
	}
	.p-sm-t-b-15,
	.sticky-menu.sticky-sm-padding-15 {
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.m-sm-l-r-15 {
		margin-left: 15px!important;
		margin-right: 15px!important
	}
	.p-sm-l-r-15 {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.m-sm-all-15 {
		margin: 15px!important
	}
	.p-sm-all-15 {
		padding: 15px!important
	}
	.m-sm-t-15 {
		margin-top: 15px!important
	}
	.p-sm-t-15 {
		padding-top: 15px!important
	}
	.m-sm-b-15 {
		margin-bottom: 15px!important
	}
	.p-sm-b-15 {
		padding-bottom: 15px!important
	}
	.m-sm-l-15 {
		margin-left: 15px!important
	}
	.p-sm-l-15 {
		padding-left: 15px!important
	}
	.m-sm-r-15 {
		margin-right: 15px!important
	}
	.p-sm-r-15 {
		padding-right: 15px!important
	}
	.min-sm-w-20 {
		min-width: 20px!important
	}
	.max-sm-w-20 {
		max-width: 20px!important
	}
	.m-sm-t-b-20 {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	.p-sm-t-b-20,
	.sticky-menu.sticky-sm-padding-20 {
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.m-sm-l-r-20 {
		margin-left: 20px!important;
		margin-right: 20px!important
	}
	.p-sm-l-r-20 {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.m-sm-all-20 {
		margin: 20px!important
	}
	.p-sm-all-20 {
		padding: 20px!important
	}
	.m-sm-t-20 {
		margin-top: 20px!important
	}
	.p-sm-t-20 {
		padding-top: 20px!important
	}
	.m-sm-b-20 {
		margin-bottom: 20px!important
	}
	.p-sm-b-20 {
		padding-bottom: 20px!important
	}
	.m-sm-l-20 {
		margin-left: 20px!important
	}
	.p-sm-l-20 {
		padding-left: 20px!important
	}
	.m-sm-r-20 {
		margin-right: 20px!important
	}
	.p-sm-r-20 {
		padding-right: 20px!important
	}
	.min-sm-w-25 {
		min-width: 25px!important
	}
	.max-sm-w-25 {
		max-width: 25px!important
	}
	.m-sm-t-b-25 {
		margin-top: 25px!important;
		margin-bottom: 25px!important
	}
	.p-sm-t-b-25,
	.sticky-menu.sticky-sm-padding-25 {
		padding-top: 25px!important;
		padding-bottom: 25px!important
	}
	.m-sm-l-r-25 {
		margin-left: 25px!important;
		margin-right: 25px!important
	}
	.p-sm-l-r-25 {
		padding-left: 25px!important;
		padding-right: 25px!important
	}
	.m-sm-all-25 {
		margin: 25px!important
	}
	.p-sm-all-25 {
		padding: 25px!important
	}
	.m-sm-t-25 {
		margin-top: 25px!important
	}
	.p-sm-t-25 {
		padding-top: 25px!important
	}
	.m-sm-b-25 {
		margin-bottom: 25px!important
	}
	.p-sm-b-25 {
		padding-bottom: 25px!important
	}
	.m-sm-l-25 {
		margin-left: 25px!important
	}
	.p-sm-l-25 {
		padding-left: 25px!important
	}
	.m-sm-r-25 {
		margin-right: 25px!important
	}
	.p-sm-r-25 {
		padding-right: 25px!important
	}
	.min-sm-w-30 {
		min-width: 30px!important
	}
	.max-sm-w-30 {
		max-width: 30px!important
	}
	.m-sm-t-b-30 {
		margin-top: 30px!important;
		margin-bottom: 30px!important
	}
	.p-sm-t-b-30,
	.sticky-menu.sticky-sm-padding-30 {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.m-sm-l-r-30 {
		margin-left: 30px!important;
		margin-right: 30px!important
	}
	.p-sm-l-r-30 {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
	.m-sm-all-30 {
		margin: 30px!important
	}
	.p-sm-all-30 {
		padding: 30px!important
	}
	.m-sm-t-30 {
		margin-top: 30px!important
	}
	.p-sm-t-30 {
		padding-top: 30px!important
	}
	.m-sm-b-30 {
		margin-bottom: 30px!important
	}
	.p-sm-b-30 {
		padding-bottom: 30px!important
	}
	.m-sm-l-30 {
		margin-left: 30px!important
	}
	.p-sm-l-30 {
		padding-left: 30px!important
	}
	.m-sm-r-30 {
		margin-right: 30px!important
	}
	.p-sm-r-30 {
		padding-right: 30px!important
	}
	.min-sm-w-35 {
		min-width: 35px!important
	}
	.max-sm-w-35 {
		max-width: 35px!important
	}
	.m-sm-t-b-35 {
		margin-top: 35px!important;
		margin-bottom: 35px!important
	}
	.p-sm-t-b-35,
	.sticky-menu.sticky-sm-padding-35 {
		padding-top: 35px!important;
		padding-bottom: 35px!important
	}
	.m-sm-l-r-35 {
		margin-left: 35px!important;
		margin-right: 35px!important
	}
	.p-sm-l-r-35 {
		padding-left: 35px!important;
		padding-right: 35px!important
	}
	.m-sm-all-35 {
		margin: 35px!important
	}
	.p-sm-all-35 {
		padding: 35px!important
	}
	.m-sm-t-35 {
		margin-top: 35px!important
	}
	.p-sm-t-35 {
		padding-top: 35px!important
	}
	.m-sm-b-35 {
		margin-bottom: 35px!important
	}
	.p-sm-b-35 {
		padding-bottom: 35px!important
	}
	.m-sm-l-35 {
		margin-left: 35px!important
	}
	.p-sm-l-35 {
		padding-left: 35px!important
	}
	.m-sm-r-35 {
		margin-right: 35px!important
	}
	.p-sm-r-35 {
		padding-right: 35px!important
	}
	.min-sm-w-40 {
		min-width: 40px!important
	}
	.max-sm-w-40 {
		max-width: 40px!important
	}
	.m-sm-t-b-40 {
		margin-top: 40px!important;
		margin-bottom: 40px!important
	}
	.p-sm-t-b-40,
	.sticky-menu.sticky-sm-padding-40 {
		padding-top: 40px!important;
		padding-bottom: 40px!important
	}
	.m-sm-l-r-40 {
		margin-left: 40px!important;
		margin-right: 40px!important
	}
	.p-sm-l-r-40 {
		padding-left: 40px!important;
		padding-right: 40px!important
	}
	.m-sm-all-40 {
		margin: 40px!important
	}
	.p-sm-all-40 {
		padding: 40px!important
	}
	.m-sm-t-40 {
		margin-top: 40px!important
	}
	.p-sm-t-40 {
		padding-top: 40px!important
	}
	.m-sm-b-40 {
		margin-bottom: 40px!important
	}
	.p-sm-b-40 {
		padding-bottom: 40px!important
	}
	.m-sm-l-40 {
		margin-left: 40px!important
	}
	.p-sm-l-40 {
		padding-left: 40px!important
	}
	.m-sm-r-40 {
		margin-right: 40px!important
	}
	.p-sm-r-40 {
		padding-right: 40px!important
	}
	.min-sm-w-45 {
		min-width: 45px!important
	}
	.max-sm-w-45 {
		max-width: 45px!important
	}
	.m-sm-t-b-45 {
		margin-top: 45px!important;
		margin-bottom: 45px!important
	}
	.p-sm-t-b-45,
	.sticky-menu.sticky-sm-padding-45 {
		padding-top: 45px!important;
		padding-bottom: 45px!important
	}
	.m-sm-l-r-45 {
		margin-left: 45px!important;
		margin-right: 45px!important
	}
	.p-sm-l-r-45 {
		padding-left: 45px!important;
		padding-right: 45px!important
	}
	.m-sm-all-45 {
		margin: 45px!important
	}
	.p-sm-all-45 {
		padding: 45px!important
	}
	.m-sm-t-45 {
		margin-top: 45px!important
	}
	.p-sm-t-45 {
		padding-top: 45px!important
	}
	.m-sm-b-45 {
		margin-bottom: 45px!important
	}
	.p-sm-b-45 {
		padding-bottom: 45px!important
	}
	.m-sm-l-45 {
		margin-left: 45px!important
	}
	.p-sm-l-45 {
		padding-left: 45px!important
	}
	.m-sm-r-45 {
		margin-right: 45px!important
	}
	.p-sm-r-45 {
		padding-right: 45px!important
	}
	.min-sm-w-50 {
		min-width: 50px!important
	}
	.max-sm-w-50 {
		max-width: 50px!important
	}
	.m-sm-t-b-50 {
		margin-top: 50px!important;
		margin-bottom: 50px!important
	}
	.p-sm-t-b-50,
	.sticky-menu.sticky-sm-padding-50 {
		padding-top: 50px!important;
		padding-bottom: 50px!important
	}
	.m-sm-l-r-50 {
		margin-left: 50px!important;
		margin-right: 50px!important
	}
	.p-sm-l-r-50 {
		padding-left: 50px!important;
		padding-right: 50px!important
	}
	.m-sm-all-50 {
		margin: 50px!important
	}
	.p-sm-all-50 {
		padding: 50px!important
	}
	.m-sm-t-50 {
		margin-top: 50px!important
	}
	.p-sm-t-50 {
		padding-top: 50px!important
	}
	.m-sm-b-50 {
		margin-bottom: 50px!important
	}
	.p-sm-b-50 {
		padding-bottom: 50px!important
	}
	.m-sm-l-50 {
		margin-left: 50px!important
	}
	.p-sm-l-50 {
		padding-left: 50px!important
	}
	.m-sm-r-50 {
		margin-right: 50px!important
	}
	.p-sm-r-50 {
		padding-right: 50px!important
	}
	.min-sm-w-55 {
		min-width: 55px!important
	}
	.max-sm-w-55 {
		max-width: 55px!important
	}
	.m-sm-t-b-55 {
		margin-top: 55px!important;
		margin-bottom: 55px!important
	}
	.p-sm-t-b-55,
	.sticky-menu.sticky-sm-padding-55 {
		padding-top: 55px!important;
		padding-bottom: 55px!important
	}
	.m-sm-l-r-55 {
		margin-left: 55px!important;
		margin-right: 55px!important
	}
	.p-sm-l-r-55 {
		padding-left: 55px!important;
		padding-right: 55px!important
	}
	.m-sm-all-55 {
		margin: 55px!important
	}
	.p-sm-all-55 {
		padding: 55px!important
	}
	.m-sm-t-55 {
		margin-top: 55px!important
	}
	.p-sm-t-55 {
		padding-top: 55px!important
	}
	.m-sm-b-55 {
		margin-bottom: 55px!important
	}
	.p-sm-b-55 {
		padding-bottom: 55px!important
	}
	.m-sm-l-55 {
		margin-left: 55px!important
	}
	.p-sm-l-55 {
		padding-left: 55px!important
	}
	.m-sm-r-55 {
		margin-right: 55px!important
	}
	.p-sm-r-55 {
		padding-right: 55px!important
	}
	.min-sm-w-60 {
		min-width: 60px!important
	}
	.max-sm-w-60 {
		max-width: 60px!important
	}
	.m-sm-t-b-60 {
		margin-top: 60px!important;
		margin-bottom: 60px!important
	}
	.p-sm-t-b-60,
	.sticky-menu.sticky-sm-padding-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important
	}
	.m-sm-l-r-60 {
		margin-left: 60px!important;
		margin-right: 60px!important
	}
	.p-sm-l-r-60 {
		padding-left: 60px!important;
		padding-right: 60px!important
	}
	.m-sm-all-60 {
		margin: 60px!important
	}
	.p-sm-all-60 {
		padding: 60px!important
	}
	.m-sm-t-60 {
		margin-top: 60px!important
	}
	.p-sm-t-60 {
		padding-top: 60px!important
	}
	.m-sm-b-60 {
		margin-bottom: 60px!important
	}
	.p-sm-b-60 {
		padding-bottom: 60px!important
	}
	.m-sm-l-60 {
		margin-left: 60px!important
	}
	.p-sm-l-60 {
		padding-left: 60px!important
	}
	.m-sm-r-60 {
		margin-right: 60px!important
	}
	.p-sm-r-60 {
		padding-right: 60px!important
	}
	.min-sm-w-70 {
		min-width: 70px!important
	}
	.max-sm-w-70 {
		max-width: 70px!important
	}
	.m-sm-t-b-70 {
		margin-top: 70px!important;
		margin-bottom: 70px!important
	}
	.p-sm-t-b-70,
	.sticky-menu.sticky-sm-padding-70 {
		padding-top: 70px!important;
		padding-bottom: 70px!important
	}
	.m-sm-l-r-70 {
		margin-left: 70px!important;
		margin-right: 70px!important
	}
	.p-sm-l-r-70 {
		padding-left: 70px!important;
		padding-right: 70px!important
	}
	.m-sm-all-70 {
		margin: 70px!important
	}
	.p-sm-all-70 {
		padding: 70px!important
	}
	.m-sm-t-70 {
		margin-top: 70px!important
	}
	.p-sm-t-70 {
		padding-top: 70px!important
	}
	.m-sm-b-70 {
		margin-bottom: 70px!important
	}
	.p-sm-b-70 {
		padding-bottom: 70px!important
	}
	.m-sm-l-70 {
		margin-left: 70px!important
	}
	.p-sm-l-70 {
		padding-left: 70px!important
	}
	.m-sm-r-70 {
		margin-right: 70px!important
	}
	.p-sm-r-70 {
		padding-right: 70px!important
	}
	.min-sm-w-75 {
		min-width: 75px!important
	}
	.max-sm-w-75 {
		max-width: 75px!important
	}
	.m-sm-t-b-75 {
		margin-top: 75px!important;
		margin-bottom: 75px!important
	}
	.p-sm-t-b-75,
	.sticky-menu.sticky-sm-padding-75 {
		padding-top: 75px!important;
		padding-bottom: 75px!important
	}
	.m-sm-l-r-75 {
		margin-left: 75px!important;
		margin-right: 75px!important
	}
	.p-sm-l-r-75 {
		padding-left: 75px!important;
		padding-right: 75px!important
	}
	.m-sm-all-75 {
		margin: 75px!important
	}
	.p-sm-all-75 {
		padding: 75px!important
	}
	.m-sm-t-75 {
		margin-top: 75px!important
	}
	.p-sm-t-75 {
		padding-top: 75px!important
	}
	.m-sm-b-75 {
		margin-bottom: 75px!important
	}
	.p-sm-b-75 {
		padding-bottom: 75px!important
	}
	.m-sm-l-75 {
		margin-left: 75px!important
	}
	.p-sm-l-75 {
		padding-left: 75px!important
	}
	.m-sm-r-75 {
		margin-right: 75px!important
	}
	.p-sm-r-75 {
		padding-right: 75px!important
	}
	.min-sm-w-80 {
		min-width: 80px!important
	}
	.max-sm-w-80 {
		max-width: 80px!important
	}
	.m-sm-t-b-80 {
		margin-top: 80px!important;
		margin-bottom: 80px!important
	}
	.p-sm-t-b-80,
	.sticky-menu.sticky-sm-padding-80 {
		padding-top: 80px!important;
		padding-bottom: 80px!important
	}
	.m-sm-l-r-80 {
		margin-left: 80px!important;
		margin-right: 80px!important
	}
	.p-sm-l-r-80 {
		padding-left: 80px!important;
		padding-right: 80px!important
	}
	.m-sm-all-80 {
		margin: 80px!important
	}
	.p-sm-all-80 {
		padding: 80px!important
	}
	.m-sm-t-80 {
		margin-top: 80px!important
	}
	.p-sm-t-80 {
		padding-top: 80px!important
	}
	.m-sm-b-80 {
		margin-bottom: 80px!important
	}
	.p-sm-b-80 {
		padding-bottom: 80px!important
	}
	.m-sm-l-80 {
		margin-left: 80px!important
	}
	.p-sm-l-80 {
		padding-left: 80px!important
	}
	.m-sm-r-80 {
		margin-right: 80px!important
	}
	.p-sm-r-80 {
		padding-right: 80px!important
	}
	.min-sm-w-85 {
		min-width: 85px!important
	}
	.max-sm-w-85 {
		max-width: 85px!important
	}
	.m-sm-t-b-85 {
		margin-top: 85px!important;
		margin-bottom: 85px!important
	}
	.p-sm-t-b-85,
	.sticky-menu.sticky-sm-padding-85 {
		padding-top: 85px!important;
		padding-bottom: 85px!important
	}
	.m-sm-l-r-85 {
		margin-left: 85px!important;
		margin-right: 85px!important
	}
	.p-sm-l-r-85 {
		padding-left: 85px!important;
		padding-right: 85px!important
	}
	.m-sm-all-85 {
		margin: 85px!important
	}
	.p-sm-all-85 {
		padding: 85px!important
	}
	.m-sm-t-85 {
		margin-top: 85px!important
	}
	.p-sm-t-85 {
		padding-top: 85px!important
	}
	.m-sm-b-85 {
		margin-bottom: 85px!important
	}
	.p-sm-b-85 {
		padding-bottom: 85px!important
	}
	.m-sm-l-85 {
		margin-left: 85px!important
	}
	.p-sm-l-85 {
		padding-left: 85px!important
	}
	.m-sm-r-85 {
		margin-right: 85px!important
	}
	.p-sm-r-85 {
		padding-right: 85px!important
	}
	.min-sm-w-90 {
		min-width: 90px!important
	}
	.max-sm-w-90 {
		max-width: 90px!important
	}
	.m-sm-t-b-90 {
		margin-top: 90px!important;
		margin-bottom: 90px!important
	}
	.p-sm-t-b-90,
	.sticky-menu.sticky-sm-padding-90 {
		padding-top: 90px!important;
		padding-bottom: 90px!important
	}
	.m-sm-l-r-90 {
		margin-left: 90px!important;
		margin-right: 90px!important
	}
	.p-sm-l-r-90 {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
	.m-sm-all-90 {
		margin: 90px!important
	}
	.p-sm-all-90 {
		padding: 90px!important
	}
	.m-sm-t-90 {
		margin-top: 90px!important
	}
	.p-sm-t-90 {
		padding-top: 90px!important
	}
	.m-sm-b-90 {
		margin-bottom: 90px!important
	}
	.p-sm-b-90 {
		padding-bottom: 90px!important
	}
	.m-sm-l-90 {
		margin-left: 90px!important
	}
	.p-sm-l-90 {
		padding-left: 90px!important
	}
	.m-sm-r-90 {
		margin-right: 90px!important
	}
	.p-sm-r-90 {
		padding-right: 90px!important
	}
	.min-sm-w-95 {
		min-width: 95px!important
	}
	.max-sm-w-95 {
		max-width: 95px!important
	}
	.m-sm-t-b-95 {
		margin-top: 95px!important;
		margin-bottom: 95px!important
	}
	.p-sm-t-b-95,
	.sticky-menu.sticky-sm-padding-95 {
		padding-top: 95px!important;
		padding-bottom: 95px!important
	}
	.m-sm-l-r-95 {
		margin-left: 95px!important;
		margin-right: 95px!important
	}
	.p-sm-l-r-95 {
		padding-left: 95px!important;
		padding-right: 95px!important
	}
	.m-sm-all-95 {
		margin: 95px!important
	}
	.p-sm-all-95 {
		padding: 95px!important
	}
	.m-sm-t-95 {
		margin-top: 95px!important
	}
	.p-sm-t-95 {
		padding-top: 95px!important
	}
	.m-sm-b-95 {
		margin-bottom: 95px!important
	}
	.p-sm-b-95 {
		padding-bottom: 95px!important
	}
	.m-sm-l-95 {
		margin-left: 95px!important
	}
	.p-sm-l-95 {
		padding-left: 95px!important
	}
	.m-sm-r-95 {
		margin-right: 95px!important
	}
	.p-sm-r-95 {
		padding-right: 95px!important
	}
	.min-sm-w-100 {
		min-width: 100px!important
	}
	.max-sm-w-100 {
		max-width: 100px!important
	}
	.m-sm-t-b-100 {
		margin-top: 100px!important;
		margin-bottom: 100px!important
	}
	.p-sm-t-b-100,
	.sticky-menu.sticky-sm-padding-100 {
		padding-top: 100px!important;
		padding-bottom: 100px!important
	}
	.m-sm-l-r-100 {
		margin-left: 100px!important;
		margin-right: 100px!important
	}
	.p-sm-l-r-100 {
		padding-left: 100px!important;
		padding-right: 100px!important
	}
	.m-sm-all-100 {
		margin: 100px!important
	}
	.p-sm-all-100 {
		padding: 100px!important
	}
	.m-sm-t-100 {
		margin-top: 100px!important
	}
	.p-sm-t-100 {
		padding-top: 100px!important
	}
	.m-sm-b-100 {
		margin-bottom: 100px!important
	}
	.p-sm-b-100 {
		padding-bottom: 100px!important
	}
	.m-sm-l-100 {
		margin-left: 100px!important
	}
	.p-sm-l-100 {
		padding-left: 100px!important
	}
	.m-sm-r-100 {
		margin-right: 100px!important
	}
	.p-sm-r-100 {
		padding-right: 100px!important
	}
	.min-sm-w-110 {
		min-width: 110px!important
	}
	.max-sm-w-110 {
		max-width: 110px!important
	}
	.m-sm-t-b-110 {
		margin-top: 110px!important;
		margin-bottom: 110px!important
	}
	.p-sm-t-b-110,
	.sticky-menu.sticky-sm-padding-110 {
		padding-top: 110px!important;
		padding-bottom: 110px!important
	}
	.m-sm-l-r-110 {
		margin-left: 110px!important;
		margin-right: 110px!important
	}
	.p-sm-l-r-110 {
		padding-left: 110px!important;
		padding-right: 110px!important
	}
	.m-sm-all-110 {
		margin: 110px!important
	}
	.p-sm-all-110 {
		padding: 110px!important
	}
	.m-sm-t-110 {
		margin-top: 110px!important
	}
	.p-sm-t-110 {
		padding-top: 110px!important
	}
	.m-sm-b-110 {
		margin-bottom: 110px!important
	}
	.p-sm-b-110 {
		padding-bottom: 110px!important
	}
	.m-sm-l-110 {
		margin-left: 110px!important
	}
	.p-sm-l-110 {
		padding-left: 110px!important
	}
	.m-sm-r-110 {
		margin-right: 110px!important
	}
	.p-sm-r-110 {
		padding-right: 110px!important
	}
	.min-sm-w-115 {
		min-width: 115px!important
	}
	.max-sm-w-115 {
		max-width: 115px!important
	}
	.m-sm-t-b-115 {
		margin-top: 115px!important;
		margin-bottom: 115px!important
	}
	.p-sm-t-b-115,
	.sticky-menu.sticky-sm-padding-115 {
		padding-top: 115px!important;
		padding-bottom: 115px!important
	}
	.m-sm-l-r-115 {
		margin-left: 115px!important;
		margin-right: 115px!important
	}
	.p-sm-l-r-115 {
		padding-left: 115px!important;
		padding-right: 115px!important
	}
	.m-sm-all-115 {
		margin: 115px!important
	}
	.p-sm-all-115 {
		padding: 115px!important
	}
	.m-sm-t-115 {
		margin-top: 115px!important
	}
	.p-sm-t-115 {
		padding-top: 115px!important
	}
	.m-sm-b-115 {
		margin-bottom: 115px!important
	}
	.p-sm-b-115 {
		padding-bottom: 115px!important
	}
	.m-sm-l-115 {
		margin-left: 115px!important
	}
	.p-sm-l-115 {
		padding-left: 115px!important
	}
	.m-sm-r-115 {
		margin-right: 115px!important
	}
	.p-sm-r-115 {
		padding-right: 115px!important
	}
	.min-sm-w-120 {
		min-width: 120px!important
	}
	.max-sm-w-120 {
		max-width: 120px!important
	}
	.m-sm-t-b-120 {
		margin-top: 120px!important;
		margin-bottom: 120px!important
	}
	.p-sm-t-b-120,
	.sticky-menu.sticky-sm-padding-120 {
		padding-top: 120px!important;
		padding-bottom: 120px!important
	}
	.m-sm-l-r-120 {
		margin-left: 120px!important;
		margin-right: 120px!important
	}
	.p-sm-l-r-120 {
		padding-left: 120px!important;
		padding-right: 120px!important
	}
	.m-sm-all-120 {
		margin: 120px!important
	}
	.p-sm-all-120 {
		padding: 120px!important
	}
	.m-sm-t-120 {
		margin-top: 120px!important
	}
	.p-sm-t-120 {
		padding-top: 120px!important
	}
	.m-sm-b-120 {
		margin-bottom: 120px!important
	}
	.p-sm-b-120 {
		padding-bottom: 120px!important
	}
	.m-sm-l-120 {
		margin-left: 120px!important
	}
	.p-sm-l-120 {
		padding-left: 120px!important
	}
	.m-sm-r-120 {
		margin-right: 120px!important
	}
	.p-sm-r-120 {
		padding-right: 120px!important
	}
	.min-sm-w-130 {
		min-width: 130px!important
	}
	.max-sm-w-130 {
		max-width: 130px!important
	}
	.m-sm-t-b-130 {
		margin-top: 130px!important;
		margin-bottom: 130px!important
	}
	.p-sm-t-b-130,
	.sticky-menu.sticky-sm-padding-130 {
		padding-top: 130px!important;
		padding-bottom: 130px!important
	}
	.m-sm-l-r-130 {
		margin-left: 130px!important;
		margin-right: 130px!important
	}
	.p-sm-l-r-130 {
		padding-left: 130px!important;
		padding-right: 130px!important
	}
	.m-sm-all-130 {
		margin: 130px!important
	}
	.p-sm-all-130 {
		padding: 130px!important
	}
	.m-sm-t-130 {
		margin-top: 130px!important
	}
	.p-sm-t-130 {
		padding-top: 130px!important
	}
	.m-sm-b-130 {
		margin-bottom: 130px!important
	}
	.p-sm-b-130 {
		padding-bottom: 130px!important
	}
	.m-sm-l-130 {
		margin-left: 130px!important
	}
	.p-sm-l-130 {
		padding-left: 130px!important
	}
	.m-sm-r-130 {
		margin-right: 130px!important
	}
	.p-sm-r-130 {
		padding-right: 130px!important
	}
	.min-sm-w-140 {
		min-width: 140px!important
	}
	.max-sm-w-140 {
		max-width: 140px!important
	}
	.m-sm-t-b-140 {
		margin-top: 140px!important;
		margin-bottom: 140px!important
	}
	.p-sm-t-b-140,
	.sticky-menu.sticky-sm-padding-140 {
		padding-top: 140px!important;
		padding-bottom: 140px!important
	}
	.m-sm-l-r-140 {
		margin-left: 140px!important;
		margin-right: 140px!important
	}
	.p-sm-l-r-140 {
		padding-left: 140px!important;
		padding-right: 140px!important
	}
	.m-sm-all-140 {
		margin: 140px!important
	}
	.p-sm-all-140 {
		padding: 140px!important
	}
	.m-sm-t-140 {
		margin-top: 140px!important
	}
	.p-sm-t-140 {
		padding-top: 140px!important
	}
	.m-sm-b-140 {
		margin-bottom: 140px!important
	}
	.p-sm-b-140 {
		padding-bottom: 140px!important
	}
	.m-sm-l-140 {
		margin-left: 140px!important
	}
	.p-sm-l-140 {
		padding-left: 140px!important
	}
	.m-sm-r-140 {
		margin-right: 140px!important
	}
	.p-sm-r-140 {
		padding-right: 140px!important
	}
	.min-sm-w-150 {
		min-width: 150px!important
	}
	.max-sm-w-150 {
		max-width: 150px!important
	}
	.m-sm-t-b-150 {
		margin-top: 150px!important;
		margin-bottom: 150px!important
	}
	.p-sm-t-b-150,
	.sticky-menu.sticky-sm-padding-150 {
		padding-top: 150px!important;
		padding-bottom: 150px!important
	}
	.m-sm-l-r-150 {
		margin-left: 150px!important;
		margin-right: 150px!important
	}
	.p-sm-l-r-150 {
		padding-left: 150px!important;
		padding-right: 150px!important
	}
	.m-sm-all-150 {
		margin: 150px!important
	}
	.p-sm-all-150 {
		padding: 150px!important
	}
	.m-sm-t-150 {
		margin-top: 150px!important
	}
	.p-sm-t-150 {
		padding-top: 150px!important
	}
	.m-sm-b-150 {
		margin-bottom: 150px!important
	}
	.p-sm-b-150 {
		padding-bottom: 150px!important
	}
	.m-sm-l-150 {
		margin-left: 150px!important
	}
	.p-sm-l-150 {
		padding-left: 150px!important
	}
	.m-sm-r-150 {
		margin-right: 150px!important
	}
	.p-sm-r-150 {
		padding-right: 150px!important
	}
	.min-sm-w-175 {
		min-width: 175px!important
	}
	.max-sm-w-175 {
		max-width: 175px!important
	}
	.m-sm-t-b-175 {
		margin-top: 175px!important;
		margin-bottom: 175px!important
	}
	.p-sm-t-b-175,
	.sticky-menu.sticky-sm-padding-175 {
		padding-top: 175px!important;
		padding-bottom: 175px!important
	}
	.m-sm-l-r-175 {
		margin-left: 175px!important;
		margin-right: 175px!important
	}
	.p-sm-l-r-175 {
		padding-left: 175px!important;
		padding-right: 175px!important
	}
	.m-sm-all-175 {
		margin: 175px!important
	}
	.p-sm-all-175 {
		padding: 175px!important
	}
	.m-sm-t-175 {
		margin-top: 175px!important
	}
	.p-sm-t-175 {
		padding-top: 175px!important
	}
	.m-sm-b-175 {
		margin-bottom: 175px!important
	}
	.p-sm-b-175 {
		padding-bottom: 175px!important
	}
	.m-sm-l-175 {
		margin-left: 175px!important
	}
	.p-sm-l-175 {
		padding-left: 175px!important
	}
	.m-sm-r-175 {
		margin-right: 175px!important
	}
	.p-sm-r-175 {
		padding-right: 175px!important
	}
	.min-sm-w-200 {
		min-width: 200px!important
	}
	.max-sm-w-200 {
		max-width: 200px!important
	}
	.m-sm-t-b-200 {
		margin-top: 200px!important;
		margin-bottom: 200px!important
	}
	.p-sm-t-b-200,
	.sticky-menu.sticky-sm-padding-200 {
		padding-top: 200px!important;
		padding-bottom: 200px!important
	}
	.m-sm-l-r-200 {
		margin-left: 200px!important;
		margin-right: 200px!important
	}
	.p-sm-l-r-200 {
		padding-left: 200px!important;
		padding-right: 200px!important
	}
	.m-sm-all-200 {
		margin: 200px!important
	}
	.p-sm-all-200 {
		padding: 200px!important
	}
	.m-sm-t-200 {
		margin-top: 200px!important
	}
	.p-sm-t-200 {
		padding-top: 200px!important
	}
	.m-sm-b-200 {
		margin-bottom: 200px!important
	}
	.p-sm-b-200 {
		padding-bottom: 200px!important
	}
	.m-sm-l-200 {
		margin-left: 200px!important
	}
	.p-sm-l-200 {
		padding-left: 200px!important
	}
	.m-sm-r-200 {
		margin-right: 200px!important
	}
	.p-sm-r-200 {
		padding-right: 200px!important
	}
	.min-sm-w-225 {
		min-width: 225px!important
	}
	.max-sm-w-225 {
		max-width: 225px!important
	}
	.m-sm-t-b-225 {
		margin-top: 225px!important;
		margin-bottom: 225px!important
	}
	.p-sm-t-b-225,
	.sticky-menu.sticky-sm-padding-225 {
		padding-top: 225px!important;
		padding-bottom: 225px!important
	}
	.m-sm-l-r-225 {
		margin-left: 225px!important;
		margin-right: 225px!important
	}
	.p-sm-l-r-225 {
		padding-left: 225px!important;
		padding-right: 225px!important
	}
	.m-sm-all-225 {
		margin: 225px!important
	}
	.p-sm-all-225 {
		padding: 225px!important
	}
	.m-sm-t-225 {
		margin-top: 225px!important
	}
	.p-sm-t-225 {
		padding-top: 225px!important
	}
	.m-sm-b-225 {
		margin-bottom: 225px!important
	}
	.p-sm-b-225 {
		padding-bottom: 225px!important
	}
	.m-sm-l-225 {
		margin-left: 225px!important
	}
	.p-sm-l-225 {
		padding-left: 225px!important
	}
	.m-sm-r-225 {
		margin-right: 225px!important
	}
	.p-sm-r-225 {
		padding-right: 225px!important
	}
	.min-sm-w-240 {
		min-width: 240px!important
	}
	.max-sm-w-240 {
		max-width: 240px!important
	}
	.m-sm-t-b-240 {
		margin-top: 240px!important;
		margin-bottom: 240px!important
	}
	.p-sm-t-b-240,
	.sticky-menu.sticky-sm-padding-240 {
		padding-top: 240px!important;
		padding-bottom: 240px!important
	}
	.m-sm-l-r-240 {
		margin-left: 240px!important;
		margin-right: 240px!important
	}
	.p-sm-l-r-240 {
		padding-left: 240px!important;
		padding-right: 240px!important
	}
	.m-sm-all-240 {
		margin: 240px!important
	}
	.p-sm-all-240 {
		padding: 240px!important
	}
	.m-sm-t-240 {
		margin-top: 240px!important
	}
	.p-sm-t-240 {
		padding-top: 240px!important
	}
	.m-sm-b-240 {
		margin-bottom: 240px!important
	}
	.p-sm-b-240 {
		padding-bottom: 240px!important
	}
	.m-sm-l-240 {
		margin-left: 240px!important
	}
	.p-sm-l-240 {
		padding-left: 240px!important
	}
	.m-sm-r-240 {
		margin-right: 240px!important
	}
	.p-sm-r-240 {
		padding-right: 240px!important
	}
	.min-sm-w-250 {
		min-width: 250px!important
	}
	.max-sm-w-250 {
		max-width: 250px!important
	}
	.m-sm-t-b-250 {
		margin-top: 250px!important;
		margin-bottom: 250px!important
	}
	.p-sm-t-b-250,
	.sticky-menu.sticky-sm-padding-250 {
		padding-top: 250px!important;
		padding-bottom: 250px!important
	}
	.m-sm-l-r-250 {
		margin-left: 250px!important;
		margin-right: 250px!important
	}
	.p-sm-l-r-250 {
		padding-left: 250px!important;
		padding-right: 250px!important
	}
	.m-sm-all-250 {
		margin: 250px!important
	}
	.p-sm-all-250 {
		padding: 250px!important
	}
	.m-sm-t-250 {
		margin-top: 250px!important
	}
	.p-sm-t-250 {
		padding-top: 250px!important
	}
	.m-sm-b-250 {
		margin-bottom: 250px!important
	}
	.p-sm-b-250 {
		padding-bottom: 250px!important
	}
	.m-sm-l-250 {
		margin-left: 250px!important
	}
	.p-sm-l-250 {
		padding-left: 250px!important
	}
	.m-sm-r-250 {
		margin-right: 250px!important
	}
	.p-sm-r-250 {
		padding-right: 250px!important
	}
	.min-sm-w-300 {
		min-width: 300px!important
	}
	.max-sm-w-300 {
		max-width: 300px!important
	}
	.m-sm-t-b-300 {
		margin-top: 300px!important;
		margin-bottom: 300px!important
	}
	.p-sm-t-b-300,
	.sticky-menu.sticky-sm-padding-300 {
		padding-top: 300px!important;
		padding-bottom: 300px!important
	}
	.m-sm-l-r-300 {
		margin-left: 300px!important;
		margin-right: 300px!important
	}
	.p-sm-l-r-300 {
		padding-left: 300px!important;
		padding-right: 300px!important
	}
	.m-sm-all-300 {
		margin: 300px!important
	}
	.p-sm-all-300 {
		padding: 300px!important
	}
	.m-sm-t-300 {
		margin-top: 300px!important
	}
	.p-sm-t-300 {
		padding-top: 300px!important
	}
	.m-sm-b-300 {
		margin-bottom: 300px!important
	}
	.p-sm-b-300 {
		padding-bottom: 300px!important
	}
	.m-sm-l-300 {
		margin-left: 300px!important
	}
	.p-sm-l-300 {
		padding-left: 300px!important
	}
	.m-sm-r-300 {
		margin-right: 300px!important
	}
	.p-sm-r-300 {
		padding-right: 300px!important
	}
	.min-sm-w-350 {
		min-width: 350px!important
	}
	.max-sm-w-350 {
		max-width: 350px!important
	}
	.m-sm-t-b-350 {
		margin-top: 350px!important;
		margin-bottom: 350px!important
	}
	.p-sm-t-b-350,
	.sticky-menu.sticky-sm-padding-350 {
		padding-top: 350px!important;
		padding-bottom: 350px!important
	}
	.m-sm-l-r-350 {
		margin-left: 350px!important;
		margin-right: 350px!important
	}
	.p-sm-l-r-350 {
		padding-left: 350px!important;
		padding-right: 350px!important
	}
	.m-sm-all-350 {
		margin: 350px!important
	}
	.p-sm-all-350 {
		padding: 350px!important
	}
	.m-sm-t-350 {
		margin-top: 350px!important
	}
	.p-sm-t-350 {
		padding-top: 350px!important
	}
	.m-sm-b-350 {
		margin-bottom: 350px!important
	}
	.p-sm-b-350 {
		padding-bottom: 350px!important
	}
	.m-sm-l-350 {
		margin-left: 350px!important
	}
	.p-sm-l-350 {
		padding-left: 350px!important
	}
	.m-sm-r-350 {
		margin-right: 350px!important
	}
	.p-sm-r-350 {
		padding-right: 350px!important
	}
}

@media only screen and (max-width:575.98px) {
	.min-xs-w-none {
		min-width: 0!important
	}
	.max-xs-w-none {
		max-width: 0!important
	}
	.m-xs-t-b-none {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.p-xs-t-b-none,
	.sticky-menu.sticky-xs-padding-none {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.m-xs-l-r-none {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.p-xs-l-r-none {
		padding-left: 0!important;
		padding-right: 0!important
	}
	.m-xs-all-none {
		margin: 0!important
	}
	.p-xs-all-none {
		padding: 0!important
	}
	.m-xs-t-none {
		margin-top: 0!important
	}
	.p-xs-t-none {
		padding-top: 0!important
	}
	.m-xs-b-none {
		margin-bottom: 0!important
	}
	.p-xs-b-none {
		padding-bottom: 0!important
	}
	.m-xs-l-none {
		margin-left: 0!important
	}
	.p-xs-l-none {
		padding-left: 0!important
	}
	.m-xs-r-none {
		margin-right: 0!important
	}
	.p-xs-r-none {
		padding-right: 0!important
	}
	.min-xs-w-auto {
		min-width: auto!important
	}
	.max-xs-w-auto {
		max-width: auto!important
	}
	.m-xs-t-b-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
	.p-xs-t-b-auto,
	.sticky-menu.sticky-xs-padding-auto {
		padding-top: auto!important;
		padding-bottom: auto!important
	}
	.m-xs-l-r-auto {
		margin-left: auto!important;
		margin-right: auto!important
	}
	.p-xs-l-r-auto {
		padding-left: auto!important;
		padding-right: auto!important
	}
	.m-xs-all-auto {
		margin: auto!important
	}
	.p-xs-all-auto {
		padding: auto!important
	}
	.m-xs-t-auto {
		margin-top: auto!important
	}
	.p-xs-t-auto {
		padding-top: auto!important
	}
	.m-xs-b-auto {
		margin-bottom: auto!important
	}
	.p-xs-b-auto {
		padding-bottom: auto!important
	}
	.m-xs-l-auto {
		margin-left: auto!important
	}
	.p-xs-l-auto {
		padding-left: auto!important
	}
	.m-xs-r-auto {
		margin-right: auto!important
	}
	.p-xs-r-auto {
		padding-right: auto!important
	}
	.min-xs-w-5 {
		min-width: 5px!important
	}
	.max-xs-w-5 {
		max-width: 5px!important
	}
	.m-xs-t-b-5 {
		margin-top: 5px!important;
		margin-bottom: 5px!important
	}
	.p-xs-t-b-5,
	.sticky-menu.sticky-xs-padding-5 {
		padding-top: 5px!important;
		padding-bottom: 5px!important
	}
	.m-xs-l-r-5 {
		margin-left: 5px!important;
		margin-right: 5px!important
	}
	.p-xs-l-r-5 {
		padding-left: 5px!important;
		padding-right: 5px!important
	}
	.m-xs-all-5 {
		margin: 5px!important
	}
	.p-xs-all-5 {
		padding: 5px!important
	}
	.m-xs-t-5 {
		margin-top: 5px!important
	}
	.p-xs-t-5 {
		padding-top: 5px!important
	}
	.m-xs-b-5 {
		margin-bottom: 5px!important
	}
	.p-xs-b-5 {
		padding-bottom: 5px!important
	}
	.m-xs-l-5 {
		margin-left: 5px!important
	}
	.p-xs-l-5 {
		padding-left: 5px!important
	}
	.m-xs-r-5 {
		margin-right: 5px!important
	}
	.p-xs-r-5 {
		padding-right: 5px!important
	}
	.min-xs-w-10 {
		min-width: 10px!important
	}
	.max-xs-w-10 {
		max-width: 10px!important
	}
	.m-xs-t-b-10 {
		margin-top: 10px!important;
		margin-bottom: 10px!important
	}
	.p-xs-t-b-10,
	.sticky-menu.sticky-xs-padding-10 {
		padding-top: 10px!important;
		padding-bottom: 10px!important
	}
	.m-xs-l-r-10 {
		margin-left: 10px!important;
		margin-right: 10px!important
	}
	.p-xs-l-r-10 {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
	.m-xs-all-10 {
		margin: 10px!important
	}
	.p-xs-all-10 {
		padding: 10px!important
	}
	.m-xs-t-10 {
		margin-top: 10px!important
	}
	.p-xs-t-10 {
		padding-top: 10px!important
	}
	.m-xs-b-10 {
		margin-bottom: 10px!important
	}
	.p-xs-b-10 {
		padding-bottom: 10px!important
	}
	.m-xs-l-10 {
		margin-left: 10px!important
	}
	.p-xs-l-10 {
		padding-left: 10px!important
	}
	.m-xs-r-10 {
		margin-right: 10px!important
	}
	.p-xs-r-10 {
		padding-right: 10px!important
	}
	.min-xs-w-12 {
		min-width: 12px!important
	}
	.max-xs-w-12 {
		max-width: 12px!important
	}
	.m-xs-t-b-12 {
		margin-top: 12px!important;
		margin-bottom: 12px!important
	}
	.p-xs-t-b-12,
	.sticky-menu.sticky-xs-padding-12 {
		padding-top: 12px!important;
		padding-bottom: 12px!important
	}
	.m-xs-l-r-12 {
		margin-left: 12px!important;
		margin-right: 12px!important
	}
	.p-xs-l-r-12 {
		padding-left: 12px!important;
		padding-right: 12px!important
	}
	.m-xs-all-12 {
		margin: 12px!important
	}
	.p-xs-all-12 {
		padding: 12px!important
	}
	.m-xs-t-12 {
		margin-top: 12px!important
	}
	.p-xs-t-12 {
		padding-top: 12px!important
	}
	.m-xs-b-12 {
		margin-bottom: 12px!important
	}
	.p-xs-b-12 {
		padding-bottom: 12px!important
	}
	.m-xs-l-12 {
		margin-left: 12px!important
	}
	.p-xs-l-12 {
		padding-left: 12px!important
	}
	.m-xs-r-12 {
		margin-right: 12px!important
	}
	.p-xs-r-12 {
		padding-right: 12px!important
	}
	.min-xs-w-13 {
		min-width: 13px!important
	}
	.max-xs-w-13 {
		max-width: 13px!important
	}
	.m-xs-t-b-13 {
		margin-top: 13px!important;
		margin-bottom: 13px!important
	}
	.p-xs-t-b-13,
	.sticky-menu.sticky-xs-padding-13 {
		padding-top: 13px!important;
		padding-bottom: 13px!important
	}
	.m-xs-l-r-13 {
		margin-left: 13px!important;
		margin-right: 13px!important
	}
	.p-xs-l-r-13 {
		padding-left: 13px!important;
		padding-right: 13px!important
	}
	.m-xs-all-13 {
		margin: 13px!important
	}
	.p-xs-all-13 {
		padding: 13px!important
	}
	.m-xs-t-13 {
		margin-top: 13px!important
	}
	.p-xs-t-13 {
		padding-top: 13px!important
	}
	.m-xs-b-13 {
		margin-bottom: 13px!important
	}
	.p-xs-b-13 {
		padding-bottom: 13px!important
	}
	.m-xs-l-13 {
		margin-left: 13px!important
	}
	.p-xs-l-13 {
		padding-left: 13px!important
	}
	.m-xs-r-13 {
		margin-right: 13px!important
	}
	.p-xs-r-13 {
		padding-right: 13px!important
	}
	.min-xs-w-15 {
		min-width: 15px!important
	}
	.max-xs-w-15 {
		max-width: 15px!important
	}
	.m-xs-t-b-15 {
		margin-top: 15px!important;
		margin-bottom: 15px!important
	}
	.p-xs-t-b-15,
	.sticky-menu.sticky-xs-padding-15 {
		padding-top: 15px!important;
		padding-bottom: 15px!important
	}
	.m-xs-l-r-15 {
		margin-left: 15px!important;
		margin-right: 15px!important
	}
	.p-xs-l-r-15 {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.m-xs-all-15 {
		margin: 15px!important
	}
	.p-xs-all-15 {
		padding: 15px!important
	}
	.m-xs-t-15 {
		margin-top: 15px!important
	}
	.p-xs-t-15 {
		padding-top: 15px!important
	}
	.m-xs-b-15 {
		margin-bottom: 15px!important
	}
	.p-xs-b-15 {
		padding-bottom: 15px!important
	}
	.m-xs-l-15 {
		margin-left: 15px!important
	}
	.p-xs-l-15 {
		padding-left: 15px!important
	}
	.m-xs-r-15 {
		margin-right: 15px!important
	}
	.p-xs-r-15 {
		padding-right: 15px!important
	}
	.min-xs-w-20 {
		min-width: 20px!important
	}
	.max-xs-w-20 {
		max-width: 20px!important
	}
	.m-xs-t-b-20 {
		margin-top: 20px!important;
		margin-bottom: 20px!important
	}
	.p-xs-t-b-20,
	.sticky-menu.sticky-xs-padding-20 {
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.m-xs-l-r-20 {
		margin-left: 20px!important;
		margin-right: 20px!important
	}
	.p-xs-l-r-20 {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
	.m-xs-all-20 {
		margin: 20px!important
	}
	.p-xs-all-20 {
		padding: 20px!important
	}
	.m-xs-t-20 {
		margin-top: 20px!important
	}
	.p-xs-t-20 {
		padding-top: 20px!important
	}
	.m-xs-b-20 {
		margin-bottom: 20px!important
	}
	.p-xs-b-20 {
		padding-bottom: 20px!important
	}
	.m-xs-l-20 {
		margin-left: 20px!important
	}
	.p-xs-l-20 {
		padding-left: 20px!important
	}
	.m-xs-r-20 {
		margin-right: 20px!important
	}
	.p-xs-r-20 {
		padding-right: 20px!important
	}
	.min-xs-w-25 {
		min-width: 25px!important
	}
	.max-xs-w-25 {
		max-width: 25px!important
	}
	.m-xs-t-b-25 {
		margin-top: 25px!important;
		margin-bottom: 25px!important
	}
	.p-xs-t-b-25,
	.sticky-menu.sticky-xs-padding-25 {
		padding-top: 25px!important;
		padding-bottom: 25px!important
	}
	.m-xs-l-r-25 {
		margin-left: 25px!important;
		margin-right: 25px!important
	}
	.p-xs-l-r-25 {
		padding-left: 25px!important;
		padding-right: 25px!important
	}
	.m-xs-all-25 {
		margin: 25px!important
	}
	.p-xs-all-25 {
		padding: 25px!important
	}
	.m-xs-t-25 {
		margin-top: 25px!important
	}
	.p-xs-t-25 {
		padding-top: 25px!important
	}
	.m-xs-b-25 {
		margin-bottom: 25px!important
	}
	.p-xs-b-25 {
		padding-bottom: 25px!important
	}
	.m-xs-l-25 {
		margin-left: 25px!important
	}
	.p-xs-l-25 {
		padding-left: 25px!important
	}
	.m-xs-r-25 {
		margin-right: 25px!important
	}
	.p-xs-r-25 {
		padding-right: 25px!important
	}
	.min-xs-w-30 {
		min-width: 30px!important
	}
	.max-xs-w-30 {
		max-width: 30px!important
	}
	.m-xs-t-b-30 {
		margin-top: 30px!important;
		margin-bottom: 30px!important
	}
	.p-xs-t-b-30,
	.sticky-menu.sticky-xs-padding-30 {
		padding-top: 30px!important;
		padding-bottom: 30px!important
	}
	.m-xs-l-r-30 {
		margin-left: 30px!important;
		margin-right: 30px!important
	}
	.p-xs-l-r-30 {
		padding-left: 30px!important;
		padding-right: 30px!important
	}
	.m-xs-all-30 {
		margin: 30px!important
	}
	.p-xs-all-30 {
		padding: 30px!important
	}
	.m-xs-t-30 {
		margin-top: 30px!important
	}
	.p-xs-t-30 {
		padding-top: 30px!important
	}
	.m-xs-b-30 {
		margin-bottom: 30px!important
	}
	.p-xs-b-30 {
		padding-bottom: 30px!important
	}
	.m-xs-l-30 {
		margin-left: 30px!important
	}
	.p-xs-l-30 {
		padding-left: 30px!important
	}
	.m-xs-r-30 {
		margin-right: 30px!important
	}
	.p-xs-r-30 {
		padding-right: 30px!important
	}
	.min-xs-w-35 {
		min-width: 35px!important
	}
	.max-xs-w-35 {
		max-width: 35px!important
	}
	.m-xs-t-b-35 {
		margin-top: 35px!important;
		margin-bottom: 35px!important
	}
	.p-xs-t-b-35,
	.sticky-menu.sticky-xs-padding-35 {
		padding-top: 35px!important;
		padding-bottom: 35px!important
	}
	.m-xs-l-r-35 {
		margin-left: 35px!important;
		margin-right: 35px!important
	}
	.p-xs-l-r-35 {
		padding-left: 35px!important;
		padding-right: 35px!important
	}
	.m-xs-all-35 {
		margin: 35px!important
	}
	.p-xs-all-35 {
		padding: 35px!important
	}
	.m-xs-t-35 {
		margin-top: 35px!important
	}
	.p-xs-t-35 {
		padding-top: 35px!important
	}
	.m-xs-b-35 {
		margin-bottom: 35px!important
	}
	.p-xs-b-35 {
		padding-bottom: 35px!important
	}
	.m-xs-l-35 {
		margin-left: 35px!important
	}
	.p-xs-l-35 {
		padding-left: 35px!important
	}
	.m-xs-r-35 {
		margin-right: 35px!important
	}
	.p-xs-r-35 {
		padding-right: 35px!important
	}
	.min-xs-w-40 {
		min-width: 40px!important
	}
	.max-xs-w-40 {
		max-width: 40px!important
	}
	.m-xs-t-b-40 {
		margin-top: 40px!important;
		margin-bottom: 40px!important
	}
	.p-xs-t-b-40,
	.sticky-menu.sticky-xs-padding-40 {
		padding-top: 40px!important;
		padding-bottom: 40px!important
	}
	.m-xs-l-r-40 {
		margin-left: 40px!important;
		margin-right: 40px!important
	}
	.p-xs-l-r-40 {
		padding-left: 40px!important;
		padding-right: 40px!important
	}
	.m-xs-all-40 {
		margin: 40px!important
	}
	.p-xs-all-40 {
		padding: 40px!important
	}
	.m-xs-t-40 {
		margin-top: 40px!important
	}
	.p-xs-t-40 {
		padding-top: 40px!important
	}
	.m-xs-b-40 {
		margin-bottom: 40px!important
	}
	.p-xs-b-40 {
		padding-bottom: 40px!important
	}
	.m-xs-l-40 {
		margin-left: 40px!important
	}
	.p-xs-l-40 {
		padding-left: 40px!important
	}
	.m-xs-r-40 {
		margin-right: 40px!important
	}
	.p-xs-r-40 {
		padding-right: 40px!important
	}
	.min-xs-w-45 {
		min-width: 45px!important
	}
	.max-xs-w-45 {
		max-width: 45px!important
	}
	.m-xs-t-b-45 {
		margin-top: 45px!important;
		margin-bottom: 45px!important
	}
	.p-xs-t-b-45,
	.sticky-menu.sticky-xs-padding-45 {
		padding-top: 45px!important;
		padding-bottom: 45px!important
	}
	.m-xs-l-r-45 {
		margin-left: 45px!important;
		margin-right: 45px!important
	}
	.p-xs-l-r-45 {
		padding-left: 45px!important;
		padding-right: 45px!important
	}
	.m-xs-all-45 {
		margin: 45px!important
	}
	.p-xs-all-45 {
		padding: 45px!important
	}
	.m-xs-t-45 {
		margin-top: 45px!important
	}
	.p-xs-t-45 {
		padding-top: 45px!important
	}
	.m-xs-b-45 {
		margin-bottom: 45px!important
	}
	.p-xs-b-45 {
		padding-bottom: 45px!important
	}
	.m-xs-l-45 {
		margin-left: 45px!important
	}
	.p-xs-l-45 {
		padding-left: 45px!important
	}
	.m-xs-r-45 {
		margin-right: 45px!important
	}
	.p-xs-r-45 {
		padding-right: 45px!important
	}
	.min-xs-w-50 {
		min-width: 50px!important
	}
	.max-xs-w-50 {
		max-width: 50px!important
	}
	.m-xs-t-b-50 {
		margin-top: 50px!important;
		margin-bottom: 50px!important
	}
	.p-xs-t-b-50,
	.sticky-menu.sticky-xs-padding-50 {
		padding-top: 50px!important;
		padding-bottom: 50px!important
	}
	.m-xs-l-r-50 {
		margin-left: 50px!important;
		margin-right: 50px!important
	}
	.p-xs-l-r-50 {
		padding-left: 50px!important;
		padding-right: 50px!important
	}
	.m-xs-all-50 {
		margin: 50px!important
	}
	.p-xs-all-50 {
		padding: 50px!important
	}
	.m-xs-t-50 {
		margin-top: 50px!important
	}
	.p-xs-t-50 {
		padding-top: 50px!important
	}
	.m-xs-b-50 {
		margin-bottom: 50px!important
	}
	.p-xs-b-50 {
		padding-bottom: 50px!important
	}
	.m-xs-l-50 {
		margin-left: 50px!important
	}
	.p-xs-l-50 {
		padding-left: 50px!important
	}
	.m-xs-r-50 {
		margin-right: 50px!important
	}
	.p-xs-r-50 {
		padding-right: 50px!important
	}
	.min-xs-w-55 {
		min-width: 55px!important
	}
	.max-xs-w-55 {
		max-width: 55px!important
	}
	.m-xs-t-b-55 {
		margin-top: 55px!important;
		margin-bottom: 55px!important
	}
	.p-xs-t-b-55,
	.sticky-menu.sticky-xs-padding-55 {
		padding-top: 55px!important;
		padding-bottom: 55px!important
	}
	.m-xs-l-r-55 {
		margin-left: 55px!important;
		margin-right: 55px!important
	}
	.p-xs-l-r-55 {
		padding-left: 55px!important;
		padding-right: 55px!important
	}
	.m-xs-all-55 {
		margin: 55px!important
	}
	.p-xs-all-55 {
		padding: 55px!important
	}
	.m-xs-t-55 {
		margin-top: 55px!important
	}
	.p-xs-t-55 {
		padding-top: 55px!important
	}
	.m-xs-b-55 {
		margin-bottom: 55px!important
	}
	.p-xs-b-55 {
		padding-bottom: 55px!important
	}
	.m-xs-l-55 {
		margin-left: 55px!important
	}
	.p-xs-l-55 {
		padding-left: 55px!important
	}
	.m-xs-r-55 {
		margin-right: 55px!important
	}
	.p-xs-r-55 {
		padding-right: 55px!important
	}
	.min-xs-w-60 {
		min-width: 60px!important
	}
	.max-xs-w-60 {
		max-width: 60px!important
	}
	.m-xs-t-b-60 {
		margin-top: 60px!important;
		margin-bottom: 60px!important
	}
	.p-xs-t-b-60,
	.sticky-menu.sticky-xs-padding-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important
	}
	.m-xs-l-r-60 {
		margin-left: 60px!important;
		margin-right: 60px!important
	}
	.p-xs-l-r-60 {
		padding-left: 60px!important;
		padding-right: 60px!important
	}
	.m-xs-all-60 {
		margin: 60px!important
	}
	.p-xs-all-60 {
		padding: 60px!important
	}
	.m-xs-t-60 {
		margin-top: 60px!important
	}
	.p-xs-t-60 {
		padding-top: 60px!important
	}
	.m-xs-b-60 {
		margin-bottom: 60px!important
	}
	.p-xs-b-60 {
		padding-bottom: 60px!important
	}
	.m-xs-l-60 {
		margin-left: 60px!important
	}
	.p-xs-l-60 {
		padding-left: 60px!important
	}
	.m-xs-r-60 {
		margin-right: 60px!important
	}
	.p-xs-r-60 {
		padding-right: 60px!important
	}
	.min-xs-w-70 {
		min-width: 70px!important
	}
	.max-xs-w-70 {
		max-width: 70px!important
	}
	.m-xs-t-b-70 {
		margin-top: 70px!important;
		margin-bottom: 70px!important
	}
	.p-xs-t-b-70,
	.sticky-menu.sticky-xs-padding-70 {
		padding-top: 70px!important;
		padding-bottom: 70px!important
	}
	.m-xs-l-r-70 {
		margin-left: 70px!important;
		margin-right: 70px!important
	}
	.p-xs-l-r-70 {
		padding-left: 70px!important;
		padding-right: 70px!important
	}
	.m-xs-all-70 {
		margin: 70px!important
	}
	.p-xs-all-70 {
		padding: 70px!important
	}
	.m-xs-t-70 {
		margin-top: 70px!important
	}
	.p-xs-t-70 {
		padding-top: 70px!important
	}
	.m-xs-b-70 {
		margin-bottom: 70px!important
	}
	.p-xs-b-70 {
		padding-bottom: 70px!important
	}
	.m-xs-l-70 {
		margin-left: 70px!important
	}
	.p-xs-l-70 {
		padding-left: 70px!important
	}
	.m-xs-r-70 {
		margin-right: 70px!important
	}
	.p-xs-r-70 {
		padding-right: 70px!important
	}
	.min-xs-w-75 {
		min-width: 75px!important
	}
	.max-xs-w-75 {
		max-width: 75px!important
	}
	.m-xs-t-b-75 {
		margin-top: 75px!important;
		margin-bottom: 75px!important
	}
	.p-xs-t-b-75,
	.sticky-menu.sticky-xs-padding-75 {
		padding-top: 75px!important;
		padding-bottom: 75px!important
	}
	.m-xs-l-r-75 {
		margin-left: 75px!important;
		margin-right: 75px!important
	}
	.p-xs-l-r-75 {
		padding-left: 75px!important;
		padding-right: 75px!important
	}
	.m-xs-all-75 {
		margin: 75px!important
	}
	.p-xs-all-75 {
		padding: 75px!important
	}
	.m-xs-t-75 {
		margin-top: 75px!important
	}
	.p-xs-t-75 {
		padding-top: 75px!important
	}
	.m-xs-b-75 {
		margin-bottom: 75px!important
	}
	.p-xs-b-75 {
		padding-bottom: 75px!important
	}
	.m-xs-l-75 {
		margin-left: 75px!important
	}
	.p-xs-l-75 {
		padding-left: 75px!important
	}
	.m-xs-r-75 {
		margin-right: 75px!important
	}
	.p-xs-r-75 {
		padding-right: 75px!important
	}
	.min-xs-w-80 {
		min-width: 80px!important
	}
	.max-xs-w-80 {
		max-width: 80px!important
	}
	.m-xs-t-b-80 {
		margin-top: 80px!important;
		margin-bottom: 80px!important
	}
	.p-xs-t-b-80,
	.sticky-menu.sticky-xs-padding-80 {
		padding-top: 80px!important;
		padding-bottom: 80px!important
	}
	.m-xs-l-r-80 {
		margin-left: 80px!important;
		margin-right: 80px!important
	}
	.p-xs-l-r-80 {
		padding-left: 80px!important;
		padding-right: 80px!important
	}
	.m-xs-all-80 {
		margin: 80px!important
	}
	.p-xs-all-80 {
		padding: 80px!important
	}
	.m-xs-t-80 {
		margin-top: 80px!important
	}
	.p-xs-t-80 {
		padding-top: 80px!important
	}
	.m-xs-b-80 {
		margin-bottom: 80px!important
	}
	.p-xs-b-80 {
		padding-bottom: 80px!important
	}
	.m-xs-l-80 {
		margin-left: 80px!important
	}
	.p-xs-l-80 {
		padding-left: 80px!important
	}
	.m-xs-r-80 {
		margin-right: 80px!important
	}
	.p-xs-r-80 {
		padding-right: 80px!important
	}
	.min-xs-w-85 {
		min-width: 85px!important
	}
	.max-xs-w-85 {
		max-width: 85px!important
	}
	.m-xs-t-b-85 {
		margin-top: 85px!important;
		margin-bottom: 85px!important
	}
	.p-xs-t-b-85,
	.sticky-menu.sticky-xs-padding-85 {
		padding-top: 85px!important;
		padding-bottom: 85px!important
	}
	.m-xs-l-r-85 {
		margin-left: 85px!important;
		margin-right: 85px!important
	}
	.p-xs-l-r-85 {
		padding-left: 85px!important;
		padding-right: 85px!important
	}
	.m-xs-all-85 {
		margin: 85px!important
	}
	.p-xs-all-85 {
		padding: 85px!important
	}
	.m-xs-t-85 {
		margin-top: 85px!important
	}
	.p-xs-t-85 {
		padding-top: 85px!important
	}
	.m-xs-b-85 {
		margin-bottom: 85px!important
	}
	.p-xs-b-85 {
		padding-bottom: 85px!important
	}
	.m-xs-l-85 {
		margin-left: 85px!important
	}
	.p-xs-l-85 {
		padding-left: 85px!important
	}
	.m-xs-r-85 {
		margin-right: 85px!important
	}
	.p-xs-r-85 {
		padding-right: 85px!important
	}
	.min-xs-w-90 {
		min-width: 90px!important
	}
	.max-xs-w-90 {
		max-width: 90px!important
	}
	.m-xs-t-b-90 {
		margin-top: 90px!important;
		margin-bottom: 90px!important
	}
	.p-xs-t-b-90,
	.sticky-menu.sticky-xs-padding-90 {
		padding-top: 90px!important;
		padding-bottom: 90px!important
	}
	.m-xs-l-r-90 {
		margin-left: 90px!important;
		margin-right: 90px!important
	}
	.p-xs-l-r-90 {
		padding-left: 90px!important;
		padding-right: 90px!important
	}
	.m-xs-all-90 {
		margin: 90px!important
	}
	.p-xs-all-90 {
		padding: 90px!important
	}
	.m-xs-t-90 {
		margin-top: 90px!important
	}
	.p-xs-t-90 {
		padding-top: 90px!important
	}
	.m-xs-b-90 {
		margin-bottom: 90px!important
	}
	.p-xs-b-90 {
		padding-bottom: 90px!important
	}
	.m-xs-l-90 {
		margin-left: 90px!important
	}
	.p-xs-l-90 {
		padding-left: 90px!important
	}
	.m-xs-r-90 {
		margin-right: 90px!important
	}
	.p-xs-r-90 {
		padding-right: 90px!important
	}
	.min-xs-w-95 {
		min-width: 95px!important
	}
	.max-xs-w-95 {
		max-width: 95px!important
	}
	.m-xs-t-b-95 {
		margin-top: 95px!important;
		margin-bottom: 95px!important
	}
	.p-xs-t-b-95,
	.sticky-menu.sticky-xs-padding-95 {
		padding-top: 95px!important;
		padding-bottom: 95px!important
	}
	.m-xs-l-r-95 {
		margin-left: 95px!important;
		margin-right: 95px!important
	}
	.p-xs-l-r-95 {
		padding-left: 95px!important;
		padding-right: 95px!important
	}
	.m-xs-all-95 {
		margin: 95px!important
	}
	.p-xs-all-95 {
		padding: 95px!important
	}
	.m-xs-t-95 {
		margin-top: 95px!important
	}
	.p-xs-t-95 {
		padding-top: 95px!important
	}
	.m-xs-b-95 {
		margin-bottom: 95px!important
	}
	.p-xs-b-95 {
		padding-bottom: 95px!important
	}
	.m-xs-l-95 {
		margin-left: 95px!important
	}
	.p-xs-l-95 {
		padding-left: 95px!important
	}
	.m-xs-r-95 {
		margin-right: 95px!important
	}
	.p-xs-r-95 {
		padding-right: 95px!important
	}
	.min-xs-w-100 {
		min-width: 100px!important
	}
	.max-xs-w-100 {
		max-width: 100px!important
	}
	.m-xs-t-b-100 {
		margin-top: 100px!important;
		margin-bottom: 100px!important
	}
	.p-xs-t-b-100,
	.sticky-menu.sticky-xs-padding-100 {
		padding-top: 100px!important;
		padding-bottom: 100px!important
	}
	.m-xs-l-r-100 {
		margin-left: 100px!important;
		margin-right: 100px!important
	}
	.p-xs-l-r-100 {
		padding-left: 100px!important;
		padding-right: 100px!important
	}
	.m-xs-all-100 {
		margin: 100px!important
	}
	.p-xs-all-100 {
		padding: 100px!important
	}
	.m-xs-t-100 {
		margin-top: 100px!important
	}
	.p-xs-t-100 {
		padding-top: 100px!important
	}
	.m-xs-b-100 {
		margin-bottom: 100px!important
	}
	.p-xs-b-100 {
		padding-bottom: 100px!important
	}
	.m-xs-l-100 {
		margin-left: 100px!important
	}
	.p-xs-l-100 {
		padding-left: 100px!important
	}
	.m-xs-r-100 {
		margin-right: 100px!important
	}
	.p-xs-r-100 {
		padding-right: 100px!important
	}
	.min-xs-w-110 {
		min-width: 110px!important
	}
	.max-xs-w-110 {
		max-width: 110px!important
	}
	.m-xs-t-b-110 {
		margin-top: 110px!important;
		margin-bottom: 110px!important
	}
	.p-xs-t-b-110,
	.sticky-menu.sticky-xs-padding-110 {
		padding-top: 110px!important;
		padding-bottom: 110px!important
	}
	.m-xs-l-r-110 {
		margin-left: 110px!important;
		margin-right: 110px!important
	}
	.p-xs-l-r-110 {
		padding-left: 110px!important;
		padding-right: 110px!important
	}
	.m-xs-all-110 {
		margin: 110px!important
	}
	.p-xs-all-110 {
		padding: 110px!important
	}
	.m-xs-t-110 {
		margin-top: 110px!important
	}
	.p-xs-t-110 {
		padding-top: 110px!important
	}
	.m-xs-b-110 {
		margin-bottom: 110px!important
	}
	.p-xs-b-110 {
		padding-bottom: 110px!important
	}
	.m-xs-l-110 {
		margin-left: 110px!important
	}
	.p-xs-l-110 {
		padding-left: 110px!important
	}
	.m-xs-r-110 {
		margin-right: 110px!important
	}
	.p-xs-r-110 {
		padding-right: 110px!important
	}
	.min-xs-w-115 {
		min-width: 115px!important
	}
	.max-xs-w-115 {
		max-width: 115px!important
	}
	.m-xs-t-b-115 {
		margin-top: 115px!important;
		margin-bottom: 115px!important
	}
	.p-xs-t-b-115,
	.sticky-menu.sticky-xs-padding-115 {
		padding-top: 115px!important;
		padding-bottom: 115px!important
	}
	.m-xs-l-r-115 {
		margin-left: 115px!important;
		margin-right: 115px!important
	}
	.p-xs-l-r-115 {
		padding-left: 115px!important;
		padding-right: 115px!important
	}
	.m-xs-all-115 {
		margin: 115px!important
	}
	.p-xs-all-115 {
		padding: 115px!important
	}
	.m-xs-t-115 {
		margin-top: 115px!important
	}
	.p-xs-t-115 {
		padding-top: 115px!important
	}
	.m-xs-b-115 {
		margin-bottom: 115px!important
	}
	.p-xs-b-115 {
		padding-bottom: 115px!important
	}
	.m-xs-l-115 {
		margin-left: 115px!important
	}
	.p-xs-l-115 {
		padding-left: 115px!important
	}
	.m-xs-r-115 {
		margin-right: 115px!important
	}
	.p-xs-r-115 {
		padding-right: 115px!important
	}
	.min-xs-w-120 {
		min-width: 120px!important
	}
	.max-xs-w-120 {
		max-width: 120px!important
	}
	.m-xs-t-b-120 {
		margin-top: 120px!important;
		margin-bottom: 120px!important
	}
	.p-xs-t-b-120,
	.sticky-menu.sticky-xs-padding-120 {
		padding-top: 120px!important;
		padding-bottom: 120px!important
	}
	.m-xs-l-r-120 {
		margin-left: 120px!important;
		margin-right: 120px!important
	}
	.p-xs-l-r-120 {
		padding-left: 120px!important;
		padding-right: 120px!important
	}
	.m-xs-all-120 {
		margin: 120px!important
	}
	.p-xs-all-120 {
		padding: 120px!important
	}
	.m-xs-t-120 {
		margin-top: 120px!important
	}
	.p-xs-t-120 {
		padding-top: 120px!important
	}
	.m-xs-b-120 {
		margin-bottom: 120px!important
	}
	.p-xs-b-120 {
		padding-bottom: 120px!important
	}
	.m-xs-l-120 {
		margin-left: 120px!important
	}
	.p-xs-l-120 {
		padding-left: 120px!important
	}
	.m-xs-r-120 {
		margin-right: 120px!important
	}
	.p-xs-r-120 {
		padding-right: 120px!important
	}
	.min-xs-w-130 {
		min-width: 130px!important
	}
	.max-xs-w-130 {
		max-width: 130px!important
	}
	.m-xs-t-b-130 {
		margin-top: 130px!important;
		margin-bottom: 130px!important
	}
	.p-xs-t-b-130,
	.sticky-menu.sticky-xs-padding-130 {
		padding-top: 130px!important;
		padding-bottom: 130px!important
	}
	.m-xs-l-r-130 {
		margin-left: 130px!important;
		margin-right: 130px!important
	}
	.p-xs-l-r-130 {
		padding-left: 130px!important;
		padding-right: 130px!important
	}
	.m-xs-all-130 {
		margin: 130px!important
	}
	.p-xs-all-130 {
		padding: 130px!important
	}
	.m-xs-t-130 {
		margin-top: 130px!important
	}
	.p-xs-t-130 {
		padding-top: 130px!important
	}
	.m-xs-b-130 {
		margin-bottom: 130px!important
	}
	.p-xs-b-130 {
		padding-bottom: 130px!important
	}
	.m-xs-l-130 {
		margin-left: 130px!important
	}
	.p-xs-l-130 {
		padding-left: 130px!important
	}
	.m-xs-r-130 {
		margin-right: 130px!important
	}
	.p-xs-r-130 {
		padding-right: 130px!important
	}
	.min-xs-w-140 {
		min-width: 140px!important
	}
	.max-xs-w-140 {
		max-width: 140px!important
	}
	.m-xs-t-b-140 {
		margin-top: 140px!important;
		margin-bottom: 140px!important
	}
	.p-xs-t-b-140,
	.sticky-menu.sticky-xs-padding-140 {
		padding-top: 140px!important;
		padding-bottom: 140px!important
	}
	.m-xs-l-r-140 {
		margin-left: 140px!important;
		margin-right: 140px!important
	}
	.p-xs-l-r-140 {
		padding-left: 140px!important;
		padding-right: 140px!important
	}
	.m-xs-all-140 {
		margin: 140px!important
	}
	.p-xs-all-140 {
		padding: 140px!important
	}
	.m-xs-t-140 {
		margin-top: 140px!important
	}
	.p-xs-t-140 {
		padding-top: 140px!important
	}
	.m-xs-b-140 {
		margin-bottom: 140px!important
	}
	.p-xs-b-140 {
		padding-bottom: 140px!important
	}
	.m-xs-l-140 {
		margin-left: 140px!important
	}
	.p-xs-l-140 {
		padding-left: 140px!important
	}
	.m-xs-r-140 {
		margin-right: 140px!important
	}
	.p-xs-r-140 {
		padding-right: 140px!important
	}
	.min-xs-w-150 {
		min-width: 150px!important
	}
	.max-xs-w-150 {
		max-width: 150px!important
	}
	.m-xs-t-b-150 {
		margin-top: 150px!important;
		margin-bottom: 150px!important
	}
	.p-xs-t-b-150,
	.sticky-menu.sticky-xs-padding-150 {
		padding-top: 150px!important;
		padding-bottom: 150px!important
	}
	.m-xs-l-r-150 {
		margin-left: 150px!important;
		margin-right: 150px!important
	}
	.p-xs-l-r-150 {
		padding-left: 150px!important;
		padding-right: 150px!important
	}
	.m-xs-all-150 {
		margin: 150px!important
	}
	.p-xs-all-150 {
		padding: 150px!important
	}
	.m-xs-t-150 {
		margin-top: 150px!important
	}
	.p-xs-t-150 {
		padding-top: 150px!important
	}
	.m-xs-b-150 {
		margin-bottom: 150px!important
	}
	.p-xs-b-150 {
		padding-bottom: 150px!important
	}
	.m-xs-l-150 {
		margin-left: 150px!important
	}
	.p-xs-l-150 {
		padding-left: 150px!important
	}
	.m-xs-r-150 {
		margin-right: 150px!important
	}
	.p-xs-r-150 {
		padding-right: 150px!important
	}
	.min-xs-w-175 {
		min-width: 175px!important
	}
	.max-xs-w-175 {
		max-width: 175px!important
	}
	.m-xs-t-b-175 {
		margin-top: 175px!important;
		margin-bottom: 175px!important
	}
	.p-xs-t-b-175,
	.sticky-menu.sticky-xs-padding-175 {
		padding-top: 175px!important;
		padding-bottom: 175px!important
	}
	.m-xs-l-r-175 {
		margin-left: 175px!important;
		margin-right: 175px!important
	}
	.p-xs-l-r-175 {
		padding-left: 175px!important;
		padding-right: 175px!important
	}
	.m-xs-all-175 {
		margin: 175px!important
	}
	.p-xs-all-175 {
		padding: 175px!important
	}
	.m-xs-t-175 {
		margin-top: 175px!important
	}
	.p-xs-t-175 {
		padding-top: 175px!important
	}
	.m-xs-b-175 {
		margin-bottom: 175px!important
	}
	.p-xs-b-175 {
		padding-bottom: 175px!important
	}
	.m-xs-l-175 {
		margin-left: 175px!important
	}
	.p-xs-l-175 {
		padding-left: 175px!important
	}
	.m-xs-r-175 {
		margin-right: 175px!important
	}
	.p-xs-r-175 {
		padding-right: 175px!important
	}
	.min-xs-w-200 {
		min-width: 200px!important
	}
	.max-xs-w-200 {
		max-width: 200px!important
	}
	.m-xs-t-b-200 {
		margin-top: 200px!important;
		margin-bottom: 200px!important
	}
	.p-xs-t-b-200,
	.sticky-menu.sticky-xs-padding-200 {
		padding-top: 200px!important;
		padding-bottom: 200px!important
	}
	.m-xs-l-r-200 {
		margin-left: 200px!important;
		margin-right: 200px!important
	}
	.p-xs-l-r-200 {
		padding-left: 200px!important;
		padding-right: 200px!important
	}
	.m-xs-all-200 {
		margin: 200px!important
	}
	.p-xs-all-200 {
		padding: 200px!important
	}
	.m-xs-t-200 {
		margin-top: 200px!important
	}
	.p-xs-t-200 {
		padding-top: 200px!important
	}
	.m-xs-b-200 {
		margin-bottom: 200px!important
	}
	.p-xs-b-200 {
		padding-bottom: 200px!important
	}
	.m-xs-l-200 {
		margin-left: 200px!important
	}
	.p-xs-l-200 {
		padding-left: 200px!important
	}
	.m-xs-r-200 {
		margin-right: 200px!important
	}
	.p-xs-r-200 {
		padding-right: 200px!important
	}
	.min-xs-w-225 {
		min-width: 225px!important
	}
	.max-xs-w-225 {
		max-width: 225px!important
	}
	.m-xs-t-b-225 {
		margin-top: 225px!important;
		margin-bottom: 225px!important
	}
	.p-xs-t-b-225,
	.sticky-menu.sticky-xs-padding-225 {
		padding-top: 225px!important;
		padding-bottom: 225px!important
	}
	.m-xs-l-r-225 {
		margin-left: 225px!important;
		margin-right: 225px!important
	}
	.p-xs-l-r-225 {
		padding-left: 225px!important;
		padding-right: 225px!important
	}
	.m-xs-all-225 {
		margin: 225px!important
	}
	.p-xs-all-225 {
		padding: 225px!important
	}
	.m-xs-t-225 {
		margin-top: 225px!important
	}
	.p-xs-t-225 {
		padding-top: 225px!important
	}
	.m-xs-b-225 {
		margin-bottom: 225px!important
	}
	.p-xs-b-225 {
		padding-bottom: 225px!important
	}
	.m-xs-l-225 {
		margin-left: 225px!important
	}
	.p-xs-l-225 {
		padding-left: 225px!important
	}
	.m-xs-r-225 {
		margin-right: 225px!important
	}
	.p-xs-r-225 {
		padding-right: 225px!important
	}
	.min-xs-w-240 {
		min-width: 240px!important
	}
	.max-xs-w-240 {
		max-width: 240px!important
	}
	.m-xs-t-b-240 {
		margin-top: 240px!important;
		margin-bottom: 240px!important
	}
	.p-xs-t-b-240,
	.sticky-menu.sticky-xs-padding-240 {
		padding-top: 240px!important;
		padding-bottom: 240px!important
	}
	.m-xs-l-r-240 {
		margin-left: 240px!important;
		margin-right: 240px!important
	}
	.p-xs-l-r-240 {
		padding-left: 240px!important;
		padding-right: 240px!important
	}
	.m-xs-all-240 {
		margin: 240px!important
	}
	.p-xs-all-240 {
		padding: 240px!important
	}
	.m-xs-t-240 {
		margin-top: 240px!important
	}
	.p-xs-t-240 {
		padding-top: 240px!important
	}
	.m-xs-b-240 {
		margin-bottom: 240px!important
	}
	.p-xs-b-240 {
		padding-bottom: 240px!important
	}
	.m-xs-l-240 {
		margin-left: 240px!important
	}
	.p-xs-l-240 {
		padding-left: 240px!important
	}
	.m-xs-r-240 {
		margin-right: 240px!important
	}
	.p-xs-r-240 {
		padding-right: 240px!important
	}
	.min-xs-w-250 {
		min-width: 250px!important
	}
	.max-xs-w-250 {
		max-width: 250px!important
	}
	.m-xs-t-b-250 {
		margin-top: 250px!important;
		margin-bottom: 250px!important
	}
	.p-xs-t-b-250,
	.sticky-menu.sticky-xs-padding-250 {
		padding-top: 250px!important;
		padding-bottom: 250px!important
	}
	.m-xs-l-r-250 {
		margin-left: 250px!important;
		margin-right: 250px!important
	}
	.p-xs-l-r-250 {
		padding-left: 250px!important;
		padding-right: 250px!important
	}
	.m-xs-all-250 {
		margin: 250px!important
	}
	.p-xs-all-250 {
		padding: 250px!important
	}
	.m-xs-t-250 {
		margin-top: 250px!important
	}
	.p-xs-t-250 {
		padding-top: 250px!important
	}
	.m-xs-b-250 {
		margin-bottom: 250px!important
	}
	.p-xs-b-250 {
		padding-bottom: 250px!important
	}
	.m-xs-l-250 {
		margin-left: 250px!important
	}
	.p-xs-l-250 {
		padding-left: 250px!important
	}
	.m-xs-r-250 {
		margin-right: 250px!important
	}
	.p-xs-r-250 {
		padding-right: 250px!important
	}
	.min-xs-w-300 {
		min-width: 300px!important
	}
	.max-xs-w-300 {
		max-width: 300px!important
	}
	.m-xs-t-b-300 {
		margin-top: 300px!important;
		margin-bottom: 300px!important
	}
	.p-xs-t-b-300,
	.sticky-menu.sticky-xs-padding-300 {
		padding-top: 300px!important;
		padding-bottom: 300px!important
	}
	.m-xs-l-r-300 {
		margin-left: 300px!important;
		margin-right: 300px!important
	}
	.p-xs-l-r-300 {
		padding-left: 300px!important;
		padding-right: 300px!important
	}
	.m-xs-all-300 {
		margin: 300px!important
	}
	.p-xs-all-300 {
		padding: 300px!important
	}
	.m-xs-t-300 {
		margin-top: 300px!important
	}
	.p-xs-t-300 {
		padding-top: 300px!important
	}
	.m-xs-b-300 {
		margin-bottom: 300px!important
	}
	.p-xs-b-300 {
		padding-bottom: 300px!important
	}
	.m-xs-l-300 {
		margin-left: 300px!important
	}
	.p-xs-l-300 {
		padding-left: 300px!important
	}
	.m-xs-r-300 {
		margin-right: 300px!important
	}
	.p-xs-r-300 {
		padding-right: 300px!important
	}
	.min-xs-w-350 {
		min-width: 350px!important
	}
	.max-xs-w-350 {
		max-width: 350px!important
	}
	.m-xs-t-b-350 {
		margin-top: 350px!important;
		margin-bottom: 350px!important
	}
	.p-xs-t-b-350,
	.sticky-menu.sticky-xs-padding-350 {
		padding-top: 350px!important;
		padding-bottom: 350px!important
	}
	.m-xs-l-r-350 {
		margin-left: 350px!important;
		margin-right: 350px!important
	}
	.p-xs-l-r-350 {
		padding-left: 350px!important;
		padding-right: 350px!important
	}
	.m-xs-all-350 {
		margin: 350px!important
	}
	.p-xs-all-350 {
		padding: 350px!important
	}
	.m-xs-t-350 {
		margin-top: 350px!important
	}
	.p-xs-t-350 {
		padding-top: 350px!important
	}
	.m-xs-b-350 {
		margin-bottom: 350px!important
	}
	.p-xs-b-350 {
		padding-bottom: 350px!important
	}
	.m-xs-l-350 {
		margin-left: 350px!important
	}
	.p-xs-l-350 {
		padding-left: 350px!important
	}
	.m-xs-r-350 {
		margin-right: 350px!important
	}
	.p-xs-r-350 {
		padding-right: 350px!important
	}
}

.st_default_btn {
	border-radius: 3px;
	background: #5040a0;
	color: #fff;
	font-size: .813em;
	font-weight: 600;
	border: 0 solid #fff;
	padding: 19px 25px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 25px;
	position: relative;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_default_btn:active,
.st_default_btn:focus,
.st_default_btn:hover {
	color: #fff
}

.st_default_btn>i {
	font-size: 1.4em;
	line-height: 0;
	position: relative;
	top: 2px;
	margin-right: 4px
}

.st_default_btn span i {
	margin-right: 5px
}

.st_default_btn span.st-btn-tag {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background-color: #3ad984;
	padding: 8px 10px;
	border-radius: 4px;
	-webkit-transform: translate(50%, -14px);
	-ms-transform: translate(50%, -14px);
	-moz-transform: translate(50%, -14px);
	-o-transform: translate(50%, -14px);
	transform: translate(50%, -14px);
	font-size: .625rem
}

@media only screen and (max-width:575.98px) {
	.st_default_btn {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.st_default_btn.st_transparent {
	background: 0 0;
	color: #fff;
	border: 1px solid currentColor;
	box-shadow: none
}

.st_default_btn.st_transparent:hover {
	color: #fff!important;
	box-shadow: none
}

.st_default_btn.st_icon_btn,
.st_default_btn.st_plain_text {
	background: 0 0;
	color: #fff;
	border: 0;
	box-shadow: none;
	text-shadow: none
}

.st_default_btn.st_plain_text:hover {
	box-shadow: none
}

.st_default_btn.st_icon_btn {
	padding: 0
}

.st_default_btn.st_icon_btn:hover {
	color: #fff!important;
	box-shadow: none
}

.st_default_btn.st_icon_btn span {
	background-color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px
}

.st_default_btn.st_icon_btn span i {
	color: #9595a8;
	font-style: .8em;
	margin-right: 0
}

.st_default_btn.st_icon_btn span img {
	width: auto;
	max-width: 100%;
	display: inline-block
}

.st_default_btn.st_icon_btn p {
	font-size: .813em;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin: 0
}

.st_default_btn.bg-emerald-gredient:active,
.st_default_btn.bg-emerald-gredient:focus,
.st_default_btn.bg-emerald-gredient:hover {
	color: #fff
}

.st_default_btn.st_btn_shadow {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.st_default_btn.st_btn_large_shadow {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .12)
}

.st_default_btn.st_btn_medium_shadow {
	box-shadow: 0 20px 50px rgba(0, 0, 0, .06)
}

.st_default_btn.st_btn_round {
	border-radius: 50px
}

.st_default_btn.st_btn_square {
	border-radius: 0
}

.st_default_btn:last-child {
	margin: 0
}

.st_default_btn.st_default_btn_extra_pd {
	padding-right: 40px;
	padding-left: 40px
}

.st_banner_swiper_slider .st_banner_screenshot .swiper-slide img,
.st_default_btn.st_default_btn_full,
.st_default_btn_full {
	width: 100%
}

.app_store img,
.st_google_paly img {
	max-width: 132px;
	width: 100%;
	display: inline-block
}

header.st_header_area {
	z-index: 1;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

header.st_header_area .st_default_btn {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 50px;
	font-weight: 600;
	font-size: .875em
}

@media only screen and (max-width:991.98px) {
	header.st_header_area {
		padding: 5px 0
	}
}

.st_header-wrapper header.st_header_area {
	position: absolute
}

.st_menu ul,
.st_social_icon ul,
footer.st_default_footer_area .st_fotter_menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.st_menu ul>li {
	display: inline-block;
	margin: 0 22px;
	text-transform: capitalize;
	position: relative
}

.st_menu ul>li:first-child,
footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li:first-child {
	margin-left: 0
}

.st_menu ul>li:last-child,
footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li:last-child {
	margin-right: 0
}

.st_menu ul>li>a:not(.st_default_btn) {
	display: block;
	padding: 1.875em 0;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_menu ul>li>a:not(.st_default_btn)>i {
	position: relative;
	top: 0;
	left: 3px;
	font-size: .8em
}

@media only screen and (max-width:991.98px) {
	.st_menu ul>li>a:not(.st_default_btn)>i {
		display: none
	}
}

.st_menu ul>li a:not(.st_default_btn) {
	color: #140f30
}

.st_menu ul>li a:not(.st_default_btn):hover {
	color: #00e3f6
}

@media only screen and (max-width:1199.98px) {
	.st_menu ul>li {
		margin: 0 15px
	}
}

.st_menu ul>li ul {
	position: absolute;
	list-style: none;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .04);
	background-color: #fff;
	padding: 0;
	width: 11rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-o-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_menu ul>li ul li {
	margin: 0;
	display: block;
	float: none;
	width: 100%
}

.st_menu ul>li ul li a {
	color: #9595a8!important;
	padding: .375rem 1rem!important;
	font-size: 14px;
	font-size: .875rem
}

.st_menu ul>li ul li.st-has-submenu>a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position: absolute;
	right: .625em;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff
}

@media only screen and (max-width:991.98px) {
	.st_menu ul>li ul li.st-has-submenu>a::after {
		display: none
	}
}

.st_menu ul>li ul::after,
.st_menu ul>li ul::before {
	content: "";
	display: table;
	clear: both
}

.st_menu ul>li ul.nav-col-2 {
	width: 22rem
}

.st_menu ul>li ul.nav-col-2 li {
	float: left;
	width: 50%
}

.st_menu ul>li ul.nav-col-3 {
	width: 33rem
}

.st_menu ul>li ul.nav-col-3 li {
	float: left;
	width: 33.33333%
}

.st_menu ul>li ul.nav-col-4 {
	width: 44rem
}

.st_menu ul>li ul.nav-col-4 li {
	float: left;
	width: 25%
}

.st_menu ul>li ul ul {
	left: 11rem;
	top: 0
}

.st_menu ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media only screen and (max-width:991.98px) {
	.st_menu {
		display: none
	}
}

@media only screen and (max-width:767.98px) {
	.st_menu {
		display: none
	}
}

header.sticky-menu {
	padding: 0;
	background: #5040a0;
	background: -moz-linear-gradient(left, #5040a0 0%, #8066dc 100%);
	background: -webkit-linear-gradient(left, #5040a0 0%, #8066dc 100%);
	background: linear-gradient(to right, #5040a0 0%, #8066dc 51%, #5040a0 100%);
	background-size: 200% auto;
	z-index: 999;
	position: fixed!important;
	top: 0
}

header.sticky-menu .st_menu ul>li>a:not(.st_default_btn) {
	padding: 1.25rem 0
}

@media only screen and (max-width:991.98px) {
	header.sticky-menu {
		padding: 10px 0
	}
}

header.st_header_area .st_menu.text-gigas ul li a:not(.st_default_btn) {
	color: #5040a0
}

header.sticky-menu.sticky-bg-name {
	background-color: rgba(244, 111, 108, .1);
	background-color: #f1fbfc
}

header.st_header_area .st_menu.text-hover-gigas ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-gigas ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-gigas ul li a:not(.st_default_btn):hover {
	color: #5040a0
}

header.st_header_area .st_menu.text-perison-blue ul li a:not(.st_default_btn) {
	color: #1e43dd
}

header.st_header_area .st_menu.text-hover-perison-blue ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-perison-blue ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-perison-blue ul li a:not(.st_default_btn):hover {
	color: #1e43dd
}

header.st_header_area .st_menu.text-st-aqua ul li a:not(.st_default_btn) {
	color: #00e3f6
}

header.st_header_area .st_menu.text-hover-st-aqua ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-aqua ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-aqua ul li a:not(.st_default_btn):hover {
	color: #00e3f6
}

header.st_header_area .st_menu.text-shamrock ul li a:not(.st_default_btn) {
	color: #3ad984
}

header.st_header_area .st_menu.text-hover-shamrock ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-shamrock ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-shamrock ul li a:not(.st_default_btn):hover {
	color: #3ad984
}

header.st_header_area .st_menu.text-yellow-orange ul li a:not(.st_default_btn) {
	color: #ffaa3b
}

header.st_header_area .st_menu.text-hover-yellow-orange ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-yellow-orange ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-yellow-orange ul li a:not(.st_default_btn):hover {
	color: #ffaa3b
}

header.st_header_area .st_menu.text-st-pink ul li a:not(.st_default_btn) {
	color: #f23f79
}

header.st_header_area .st_menu.text-hover-st-pink ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-pink ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-pink ul li a:not(.st_default_btn):hover {
	color: #f23f79
}

header.st_header_area .st_menu.text-st-orange ul li a:not(.st_default_btn) {
	color: #ff5d1c
}

header.st_header_area .st_menu.text-hover-st-orange ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-orange ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-orange ul li a:not(.st_default_btn):hover {
	color: #ff5d1c
}

header.st_header_area .st_menu.text-science-blue ul li a:not(.st_default_btn) {
	color: #0366d6
}

header.st_header_area .st_menu.text-hover-science-blue ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-science-blue ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-science-blue ul li a:not(.st_default_btn):hover {
	color: #0366d6
}

header.st_header_area .st_menu.text-emerald ul li a:not(.st_default_btn) {
	color: #38d16a
}

header.st_header_area .st_menu.text-hover-emerald ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-emerald ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-emerald ul li a:not(.st_default_btn):hover {
	color: #38d16a
}

header.st_header_area .st_menu.text-chambray ul li a:not(.st_default_btn) {
	color: #3b3e99
}

header.st_header_area .st_menu.text-hover-chambray ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-chambray ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-chambray ul li a:not(.st_default_btn):hover {
	color: #3b3e99
}

header.st_header_area .st_menu.text-medium-purple ul li a:not(.st_default_btn) {
	color: #8066dc
}

header.st_header_area .st_menu.text-hover-medium-purple ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-medium-purple ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-medium-purple ul li a:not(.st_default_btn):hover {
	color: #8066dc
}

header.st_header_area .st_menu.text-lochmara ul li a:not(.st_default_btn) {
	color: #0079bf
}

header.st_header_area .st_menu.text-hover-lochmara ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-lochmara ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-lochmara ul li a:not(.st_default_btn):hover {
	color: #0079bf
}

header.st_header_area .st_menu.text-froly ul li a:not(.st_default_btn) {
	color: #f46f6c
}

header.st_header_area .st_menu.text-hover-froly ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-froly ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-froly ul li a:not(.st_default_btn):hover {
	color: #f46f6c
}

header.st_header_area .st_menu.text-alpha-froly ul li a:not(.st_default_btn) {
	color: rgba(244, 111, 108, .1)
}

header.st_header_area .st_menu.text-hover-alpha-froly ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-alpha-froly ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-alpha-froly ul li a:not(.st_default_btn):hover {
	color: rgba(244, 111, 108, .1)
}

header.st_header_area .st_menu.text-sweet-pink ul li a:not(.st_default_btn) {
	color: #ffa3a1
}

header.st_header_area .st_menu.text-hover-sweet-pink ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-sweet-pink ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-sweet-pink ul li a:not(.st_default_btn):hover {
	color: #ffa3a1
}

header.st_header_area .st_menu.text-koamaru ul li a:not(.st_default_btn) {
	color: #1d1068
}

header.st_header_area .st_menu.text-hover-koamaru ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-koamaru ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-koamaru ul li a:not(.st_default_btn):hover {
	color: #1d1068
}

header.st_header_area .st_menu.text-haiti ul li a:not(.st_default_btn) {
	color: #140f30
}

header.st_header_area .st_menu.text-hover-haiti ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-haiti ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-haiti ul li a:not(.st_default_btn):hover {
	color: #140f30
}

header.st_header_area .st_menu.text-magnolia ul li a:not(.st_default_btn) {
	color: #f9f8ff
}

header.st_header_area .st_menu.text-hover-magnolia ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-magnolia ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-magnolia ul li a:not(.st_default_btn):hover {
	color: #f9f8ff
}

header.st_header_area .st_menu.text-alice-blue ul li a:not(.st_default_btn) {
	color: #f5fbff
}

header.st_header_area .st_menu.text-hover-alice-blue ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-alice-blue ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-alice-blue ul li a:not(.st_default_btn):hover {
	color: #f5fbff
}

header.st_header_area .st_menu.text-polar ul li a:not(.st_default_btn) {
	color: #f5f9fd
}

header.st_header_area .st_menu.text-hover-polar ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-polar ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-polar ul li a:not(.st_default_btn):hover {
	color: #f5f9fd
}

header.st_header_area .st_menu.text-st-primary ul li a:not(.st_default_btn) {
	color: #9595a8
}

header.st_header_area .st_menu.text-hover-st-primary ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-primary ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-primary ul li a:not(.st_default_btn):hover {
	color: #9595a8
}

header.st_header_area .st_menu.text-st-white ul li a:not(.st_default_btn) {
	color: #fff
}

header.st_header_area .st_menu.text-hover-st-white ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-white ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-white ul li a:not(.st_default_btn):hover {
	color: #fff
}

header.st_header_area .st_menu.text-st-black ul li a:not(.st_default_btn) {
	color: #000
}

header.st_header_area .st_menu.text-hover-st-black ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-black ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-black ul li a:not(.st_default_btn):hover {
	color: #000
}

header.st_header_area .st_menu.text-st-fog ul li a:not(.st_default_btn) {
	color: #d6ccff
}

header.st_header_area .st_menu.text-hover-st-fog ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-fog ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-fog ul li a:not(.st_default_btn):hover {
	color: #d6ccff
}

header.st_header_area .st_menu.text-st-gray ul li a:not(.st_default_btn) {
	color: #999
}

header.st_header_area .st_menu.text-hover-st-gray ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-gray ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-gray ul li a:not(.st_default_btn):hover {
	color: #999
}

header.st_header_area .st_menu.text-st-concrete ul li a:not(.st_default_btn) {
	color: #f3f3f3
}

header.st_header_area .st_menu.text-hover-st-concrete ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-concrete ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-concrete ul li a:not(.st_default_btn):hover {
	color: #f3f3f3
}

header.st_header_area .st_menu.text-st-violet ul li a:not(.st_default_btn) {
	color: #d52eef
}

header.st_header_area .st_menu.text-hover-st-violet ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-violet ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-violet ul li a:not(.st_default_btn):hover {
	color: #d52eef
}

header.st_header_area .st_menu.text-sun-glow ul li a:not(.st_default_btn) {
	color: #fccc2c
}

header.st_header_area .st_menu.text-hover-sun-glow ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-sun-glow ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-sun-glow ul li a:not(.st_default_btn):hover {
	color: #fccc2c
}

header.st_header_area .st_menu.text-st-cabaret ul li a:not(.st_default_btn) {
	color: #d1386c
}

header.st_header_area .st_menu.text-hover-st-cabaret ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-cabaret ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-cabaret ul li a:not(.st_default_btn):hover {
	color: #d1386c
}

header.st_header_area .st_menu.text-st-zircon ul li a:not(.st_default_btn) {
	color: #f8faff
}

header.st_header_area .st_menu.text-hover-st-zircon ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-zircon ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-zircon ul li a:not(.st_default_btn):hover {
	color: #f8faff
}

header.st_header_area .st_menu.text-clear-day ul li a:not(.st_default_btn) {
	color: #f9fffd
}

header.st_header_area .st_menu.text-hover-clear-day ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-clear-day ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-clear-day ul li a:not(.st_default_btn):hover {
	color: #f9fffd
}

header.st_header_area .st_menu.text-st-shamrock ul li a:not(.st_default_btn) {
	color: #3ad984
}

header.st_header_area .st_menu.text-hover-st-shamrock ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-shamrock ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-shamrock ul li a:not(.st_default_btn):hover {
	color: #3ad984
}

header.st_header_area .st_menu.text-blue-bell ul li a:not(.st_default_btn) {
	color: #9d9ece
}

header.st_header_area .st_menu.text-hover-blue-bell ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-blue-bell ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-blue-bell ul li a:not(.st_default_btn):hover {
	color: #9d9ece
}

header.st_header_area .st_menu.text-snuff ul li a:not(.st_default_btn) {
	color: #dbd7e9
}

header.st_header_area .st_menu.text-hover-snuff ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-snuff ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-snuff ul li a:not(.st_default_btn):hover {
	color: #dbd7e9
}

header.st_header_area .st_menu.text-french-grey ul li a:not(.st_default_btn) {
	color: #c3c3c7
}

header.st_header_area .st_menu.text-hover-french-grey ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-french-grey ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-french-grey ul li a:not(.st_default_btn):hover {
	color: #c3c3c7
}

header.st_header_area .st_menu.text-ebony-clay ul li a:not(.st_default_btn) {
	color: #1f2833
}

header.st_header_area .st_menu.text-hover-ebony-clay ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-ebony-clay ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-ebony-clay ul li a:not(.st_default_btn):hover {
	color: #1f2833
}

header.st_header_area .st_menu.text-black-rock ul li a:not(.st_default_btn) {
	color: #080327
}

header.st_header_area .st_menu.text-hover-black-rock ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-black-rock ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-black-rock ul li a:not(.st_default_btn):hover {
	color: #080327
}

header.st_header_area .st_menu.text-st-lavender ul li a:not(.st_default_btn) {
	color: #b4b5d5
}

header.st_header_area .st_menu.text-hover-st-lavender ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-st-lavender ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-st-lavender ul li a:not(.st_default_btn):hover {
	color: #b4b5d5
}

header.st_header_area .st_menu.text-titan-white ul li a:not(.st_default_btn) {
	color: #f5f5ff
}

header.st_header_area .st_menu.text-hover-titan-white ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-titan-white ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-titan-white ul li a:not(.st_default_btn):hover {
	color: #f5f5ff
}

header.st_header_area .st_menu.text-regent ul li a:not(.st_default_btn) {
	color: #8d9ba4
}

header.st_header_area .st_menu.text-hover-regent ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-regent ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-regent ul li a:not(.st_default_btn):hover {
	color: #8d9ba4
}

header.st_header_area .st_menu.text-shhamrock ul li a:not(.st_default_btn) {
	color: #40d1a7
}

header.st_header_area .st_menu.text-hover-shhamrock ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-shhamrock ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-shhamrock ul li a:not(.st_default_btn):hover {
	color: #40d1a7
}

header.st_header_area .st_menu.text-cornflower-blue ul li a:not(.st_default_btn) {
	color: #5d81ec
}

header.st_header_area .st_menu.text-hover-cornflower-blue ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-cornflower-blue ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-cornflower-blue ul li a:not(.st_default_btn):hover {
	color: #5d81ec
}

header.st_header_area .st_menu.text-picton-blue ul li a:not(.st_default_btn) {
	color: #4cd0e5
}

header.st_header_area .st_menu.text-hover-picton-blue ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-picton-blue ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-picton-blue ul li a:not(.st_default_btn):hover {
	color: #4cd0e5
}

header.st_header_area .st_menu.text-geraldine ul li a:not(.st_default_btn) {
	color: #ff7b84
}

header.st_header_area .st_menu.text-hover-geraldine ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-geraldine ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-geraldine ul li a:not(.st_default_btn):hover {
	color: #ff7b84
}

header.st_header_area .st_menu.text-polar-dib ul li a:not(.st_default_btn) {
	color: #f1fbfc
}

header.st_header_area .st_menu.text-hover-polar-dib ul li a:not(.st_default_btn):active,
header.st_header_area .st_menu.text-hover-polar-dib ul li a:not(.st_default_btn):focus,
header.st_header_area .st_menu.text-hover-polar-dib ul li a:not(.st_default_btn):hover {
	color: #f1fbfc
}

.st_header_top .st_header_top_content p,
header.st_header_area a.st_default_btn {
	margin: 0
}

.st_header_top {
	background-color: #24292e;
	padding: 8px 0;
	display: flex;
	align-items: center;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_header_top .st_header_top_content {
	display: inline-block
}

.mean-container .mean-bar {
	background-color: transparent
}

.mean-container .mean-nav {
	position: absolute;
	width: calc(100vw - 30px);
	max-width: 500px;
	right: 0;
	margin-top: 56px;
	background: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, .08);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

@media only screen and (max-width:767.98px) {
	.mean-container .mean-nav {
		margin-top: 50px;
		top: 0;
		max-height: calc(100vh - 55px);
		overflow: auto
	}
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(0, 0, 0, .05);
	color: #212529;
	text-transform: capitalize
}

.mean-container .mean-nav ul li a.st_default_btn.st_btn_round {
	border-radius: 0!important
}

.st_header-wrapper {
	position: relative;
	z-index: 999
}

@media only screen and (max-width:991.98px) {
	.mean-container.st_nav_wrapper_v2 .mean-bar {
		right: 40px
	}
	.mean-container.st_nav_wrapper_v2 .mean-bar .mean-nav {
		right: -40px
	}
	.mean-container.st_nav_wrapper_v2 .st_menu_sign {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 20px
	}
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: transparent
}

@media only screen and (max-width:991.98px) {
	.mean-nav>ul>li>a>i,
	.st-has-submenu i {
		display: none
	}
}

.st_copyright_content p {
	font-size: .875em;
	margin-bottom: 0
}

.st_copyright_content a {
	color: #140f30;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.st_copyright_content i.fa-heart {
	color: #fc0656;
	margin: 0 2px 0 8px
}

.st_fotter_single_content p {
	margin-bottom: 10px
}

.st_fotter_single_content h3 {
	font-size: 1.125em;
	margin-bottom: 0
}

.st_fotter_logo img {
	margin-bottom: 20px
}

.st_fotter_single_content span {
	color: #5040a0
}

footer.st_default_footer_area .st_footer_logo_warap {
	margin: 0 0 90px
}

footer.st_default_footer_area .st_footer_logo_warap p {
	font-size: .875em;
	line-height: 1.8
}

footer.st_default_footer_area .st_footer_logo_warap img {
	margin-bottom: 26px
}

footer.st_default_footer_area .st_copyright_content p {
	font-size: .875em
}

footer.st_default_footer_area .st_fotter_heding_title {
	margin: 0 0 40px
}

@media only screen and (max-width:767.98px) {
	footer.st_default_footer_area .st_fotter_heding_title {
		margin-bottom: 15px
	}
}

footer.st_default_footer_area .st_fotter_menu ul li {
	margin: 18px 0
}

footer.st_default_footer_area .st_fotter_menu ul li:first-child {
	margin: 0
}

footer.st_default_footer_area .st_fotter_menu ul li a {
	color: #140f30;
	font-size: .875em;
	font-weight: 500;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:767.98px) {
	footer.st_default_footer_area .st_fotter_menu ul li {
		margin: 8px 0
	}
}

.st_social_icon ul li,
footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li {
	display: inline-block;
	margin: 0 20px;
	text-transform: capitalize
}

@media only screen and (max-width:767.98px) {
	footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li {
		margin-top: 5px;
		margin-bottom: 5px
	}
}

@media only screen and (max-width:575.98px) {
	footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li {
		display: block;
		margin: 0
	}
	footer.st_default_footer_area .st_fotter_menu.st_fotter_menu_inline ul li a {
		display: block;
		padding: 10px 0
	}
}

.st_social_icon p {
	font-size: .875em;
	margin: 0 0 25px
}

.st_social_icon ul li {
	margin: 0 10px
}

.st_social_icon ul li:first-child {
	margin-left: 0
}

footer.st_default_footer_area.bacground-bottom,
footer.st_default_footer_area.st_subscribe_footer {
	position: relative;
	background-size: cover;
	background-position: center bottom;
	z-index: 0
}

footer.st_default_footer_area.bacground-bottom .st_subscription_wrapper,
footer.st_default_footer_area.st_subscribe_footer .st_subscription_wrapper {
	margin-bottom: 180px
}

@media only screen and (max-width:991.98px) {
	footer.st_default_footer_area.bacground-bottom .st_subscription_wrapper,
	footer.st_default_footer_area.st_subscribe_footer .st_subscription_wrapper {
		margin-bottom: 150px
	}
}

.st_social_icon.text-gigas ul li a,
footer.st_default_footer_area .st_fotter_menu.text-gigas ul li a {
	color: #5040a0
}

.st_social_icon.text-perison-blue ul li a,
footer.st_default_footer_area .st_fotter_menu.text-perison-blue ul li a {
	color: #1e43dd
}

.st_social_icon.text-st-aqua ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-aqua ul li a {
	color: #00e3f6
}

.st_social_icon.text-shamrock ul li a,
footer.st_default_footer_area .st_fotter_menu.text-shamrock ul li a {
	color: #3ad984
}

.st_social_icon.text-yellow-orange ul li a,
footer.st_default_footer_area .st_fotter_menu.text-yellow-orange ul li a {
	color: #ffaa3b
}

.st_social_icon.text-st-pink ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-pink ul li a {
	color: #f23f79
}

.st_social_icon.text-st-orange ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-orange ul li a {
	color: #ff5d1c
}

.st_social_icon.text-science-blue ul li a,
footer.st_default_footer_area .st_fotter_menu.text-science-blue ul li a {
	color: #0366d6
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package i,
.st_social_icon.text-emerald ul li a,
footer.st_default_footer_area .st_fotter_menu.text-emerald ul li a {
	color: #38d16a
}

.st_social_icon.text-chambray ul li a,
footer.st_default_footer_area .st_fotter_menu.text-chambray ul li a {
	color: #3b3e99
}

.st_social_icon.text-medium-purple ul li a,
footer.st_default_footer_area .st_fotter_menu.text-medium-purple ul li a {
	color: #8066dc
}

.st_social_icon.text-lochmara ul li a,
footer.st_default_footer_area .st_fotter_menu.text-lochmara ul li a {
	color: #0079bf
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li a.active,
.st_social_icon.text-froly ul li a,
footer.st_default_footer_area .st_fotter_menu.text-froly ul li a {
	color: #f46f6c
}

.st_social_icon.text-alpha-froly ul li a,
footer.st_default_footer_area .st_fotter_menu.text-alpha-froly ul li a {
	color: rgba(244, 111, 108, .1)
}

.st_social_icon.text-sweet-pink ul li a,
footer.st_default_footer_area .st_fotter_menu.text-sweet-pink ul li a {
	color: #ffa3a1
}

.st_social_icon.text-koamaru ul li a,
footer.st_default_footer_area .st_fotter_menu.text-koamaru ul li a {
	color: #1d1068
}

.st_social_icon.text-haiti ul li a,
footer.st_default_footer_area .st_fotter_menu.text-haiti ul li a {
	color: #140f30
}

.st_social_icon.text-magnolia ul li a,
footer.st_default_footer_area .st_fotter_menu.text-magnolia ul li a {
	color: #f9f8ff
}

.st_social_icon.text-alice-blue ul li a,
footer.st_default_footer_area .st_fotter_menu.text-alice-blue ul li a {
	color: #f5fbff
}

.st_social_icon.text-polar ul li a,
footer.st_default_footer_area .st_fotter_menu.text-polar ul li a {
	color: #f5f9fd
}

.st_social_icon.text-st-primary ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-primary ul li a {
	color: #9595a8
}

.st_section_heding_title.st_white_color h2,
.st_social_icon.text-st-white ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-white ul li a,
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover h2 {
	color: #fff
}

.st_social_icon.text-st-black ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-black ul li a {
	color: #000
}

.st_social_icon.text-st-fog ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-fog ul li a {
	color: #d6ccff
}

.st_social_icon.text-st-gray ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-gray ul li a {
	color: #999
}

.st_social_icon.text-st-concrete ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-concrete ul li a {
	color: #f3f3f3
}

.st_social_icon.text-st-violet ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-violet ul li a {
	color: #d52eef
}

.st_social_icon.text-sun-glow ul li a,
footer.st_default_footer_area .st_fotter_menu.text-sun-glow ul li a {
	color: #fccc2c
}

.st_social_icon.text-st-cabaret ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-cabaret ul li a {
	color: #d1386c
}

.st_social_icon.text-st-zircon ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-zircon ul li a {
	color: #f8faff
}

.st_social_icon.text-clear-day ul li a,
footer.st_default_footer_area .st_fotter_menu.text-clear-day ul li a {
	color: #f9fffd
}

.st_social_icon.text-st-shamrock ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-shamrock ul li a {
	color: #3ad984
}

.st_social_icon.text-blue-bell ul li a,
footer.st_default_footer_area .st_fotter_menu.text-blue-bell ul li a {
	color: #9d9ece
}

.st_social_icon.text-snuff ul li a,
footer.st_default_footer_area .st_fotter_menu.text-snuff ul li a {
	color: #dbd7e9
}

.st_social_icon.text-french-grey ul li a,
footer.st_default_footer_area .st_fotter_menu.text-french-grey ul li a {
	color: #c3c3c7
}

.st_social_icon.text-ebony-clay ul li a,
footer.st_default_footer_area .st_fotter_menu.text-ebony-clay ul li a {
	color: #1f2833
}

.st_social_icon.text-black-rock ul li a,
footer.st_default_footer_area .st_fotter_menu.text-black-rock ul li a {
	color: #080327
}

.st_social_icon.text-st-lavender ul li a,
footer.st_default_footer_area .st_fotter_menu.text-st-lavender ul li a {
	color: #b4b5d5
}

.st_social_icon.text-titan-white ul li a,
footer.st_default_footer_area .st_fotter_menu.text-titan-white ul li a {
	color: #f5f5ff
}

.st_social_icon.text-regent ul li a,
footer.st_default_footer_area .st_fotter_menu.text-regent ul li a {
	color: #8d9ba4
}

.st_social_icon.text-shhamrock ul li a,
footer.st_default_footer_area .st_fotter_menu.text-shhamrock ul li a {
	color: #40d1a7
}

.st_social_icon.text-cornflower-blue ul li a,
footer.st_default_footer_area .st_fotter_menu.text-cornflower-blue ul li a {
	color: #5d81ec
}

.st_social_icon.text-picton-blue ul li a,
footer.st_default_footer_area .st_fotter_menu.text-picton-blue ul li a {
	color: #4cd0e5
}

.st_social_icon.text-geraldine ul li a,
footer.st_default_footer_area .st_fotter_menu.text-geraldine ul li a {
	color: #ff7b84
}

.st_social_icon.text-polar-dib ul li a,
footer.st_default_footer_area .st_fotter_menu.text-polar-dib ul li a {
	color: #f1fbfc
}

.st_fotter_border_bottom_v2 {
	padding: 100px 0 80px;
	border-bottom: 1px solid rgba(112, 112, 112, .35);
	margin-bottom: 30px
}

@media only screen and (max-width:991.98px) {
	.st_fotter_border_bottom_v2 {
		text-align: center
	}
}

.st_fotter_border_bottom_v2.st_fotter_border_bottom_v3 {
	border-bottom-color: rgba(112, 112, 112, .1)
}

.footer-subscription-wrapper {
	position: relative;
	padding: 100px 0 300px
}

@media only screen and (max-width:767.98px) {
	.footer-subscription-wrapper {
		padding-bottom: 230px
	}
}

.footer-subscription-wrapper .st_footer_subscriber {
	background-color: #fff;
	display: flex;
	position: absolute;
	top: calc(100% + 132px);
	padding: 107px 120px;
	z-index: 1;
	left: 0;
	right: 0;
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .07)
}

@media only screen and (max-width:1199.98px) {
	.footer-subscription-wrapper .st_footer_subscriber {
		padding: 100px 70px
	}
}

@media only screen and (max-width:991.98px) {
	.footer-subscription-wrapper .st_footer_subscriber {
		display: block
	}
}

@media only screen and (max-width:767.98px) {
	.footer-subscription-wrapper .st_footer_subscriber {
		padding: 75px 40px;
		top: calc(100% + 80px)
	}
}

.footer-subscription-wrapper .st_footer_subscriber .subscription-form-logo,
.footer-subscription-wrapper .st_footer_subscriber:after {
	width: 236px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../images/v8/footer-subscribe-bg-01.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: -1
}

@media only screen and (max-width:991.98px) {
	.footer-subscription-wrapper .st_footer_subscriber .subscription-form-logo {
		display: none
	}
}

.footer-subscription-wrapper .st_footer_subscriber:after {
	width: 282px;
	height: 300px;
	left: auto;
	background-image: url(../images/v8/footer-subscribe-bg-02.png);
	right: 0;
	background-size: cover
}

.footer-subscription-wrapper .st_footer_subscriber .st_news_left_item h2 {
	font-weight: 300;
	margin-bottom: 20px
}

@media only screen and (max-width:767.98px) {
	.footer-subscription-wrapper .st_footer_subscriber .st_news_left_item {
		margin-bottom: 35px
	}
}

.footer-subscription-wrapper .st_footer_subscriber .st_subscribe {
	width: 410px;
	margin-right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column
}

@media only screen and (max-width:991.98px) {
	.footer-subscription-wrapper .st_footer_subscriber .st_subscribe {
		width: 100%
	}
}

.footer-subscription-wrapper .st_footer_subscriber .st_subscribe input[type=email] {
	height: 60px;
	padding: 0 25px;
	border: 2px solid rgba(0, 121, 191, .1)
}

.footer-subscription-wrapper .st_footer_subscriber .st_subscribe input[type=submit] {
	height: 50px;
	top: 5px;
	right: 5px;
	padding: 0 25px;
	background-color: #0079bf;
	color: #fff;
	box-shadow: none
}

.footer-subscription-wrapper .st_footer_subscriber .st_subscribe input[type=submit]:hover {
	background-color: #00e3f6
}

.st_default_footer_area.footer-angle {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.st_default_footer_area.footer-angle:before {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0% 100%, 100% 0%, 0% -1%);
	clip-path: polygon(0% 100%, 100% 0%, 0% -1%);
	z-index: -1
}

@supports not ((-webkit-clip-path:polygon(0% 100%,
100% 0%,
0% 0%)) or (clip-path:polygon(0% 100%,
100% 0%,
0% 0%))) {
	.st_default_footer_area.footer-angle:before {
		-webkit-transform: skewY(-3deg);
		-ms-transform: skewY(-3deg);
		-moz-transform: skewY(-3deg);
		-o-transform: skewY(-3deg);
		transform: skewY(-3deg);
		-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left
	}
}

.st_default_footer_area .st_left_about_shape {
	top: 80px;
	z-index: -1
}

.st_default_footer_area .st_left_about_shape span:nth-child(1) {
	left: 50%;
	background: #333452
}

.st_default_footer_area .st_left_about_shape span:nth-child(2) {
	left: 60%;
	background: #262e4f;
	z-index: 2;
	margin-top: -28px
}

.st_default_footer_area .st_left_about_shape span:nth-child(3) {
	left: 73%;
	background: #1a274c;
	margin-top: -30px
}

.st_footer_top {
	padding-bottom: 55px;
	border-bottom: 1px solid #e5e5e5
}

.st_section_heding_title {
	text-align: center;
	margin-bottom: 80px
}

.st_section_heding_title img {
	margin-bottom: 18px
}

.st_section_heding_title h2 {
	font-size: 34px;
	font-size: 2.125rem
}

@media only screen and (max-width:767.98px) {
	.st_section_heding_title h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.st_section_heding_title>p {
	margin-bottom: 5px
}

@media only screen and (max-width:1199.98px) {
	.st_section_heding_title {
		margin-bottom: 65px
	}
}

@media only screen and (max-width:991.98px) {
	.st_section_heding_title {
		margin-bottom: 55px
	}
}

@media only screen and (max-width:767.98px) {
	.st_section_heding_title {
		margin-bottom: 45px
	}
}

.st_section_heding_title.st_white_color p {
	color: #d6d6d6
}

.st_section_title_icon.bg-icon {
	background-color: rgba(3, 102, 214, .1);
	color: #0366d6;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	margin: 0 auto 18px
}

.st_banner_content p.margin_bottom_0,
.st_section_title_icon.bg-icon img {
	margin-bottom: 0
}

.st_banner_aqua_gradient,
.st_banner_area {
	z-index: 0;
	overflow: hidden;
	position: relative
}

.st_banner_area.st_banner_radius_gradient:before {
	width: 150vw;
	height: 100%;
	position: absolute;
	left: -25vw;
	top: -30px;
	content: "";
	z-index: 0;
	border-radius: 0 0 50% 50%;
	bottom: 50px
}

@media only screen and (max-width:1199.98px) {
	.st_banner_area.st_banner_radius_gradient:before {
		top: -51px;
		border-radius: 0 0 42% 42%;
		bottom: 50px
	}
}

@media only screen and (max-width:991.98px) {
	.st_banner_area.st_banner_radius_gradient:before {
		width: 170vw;
		left: -35vw;
		top: 0;
		border-radius: 0
	}
}

.st_banner_area .st_banner_shape {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table
}

.st_banner_area .st_banner_shape.minus_zinex {
	z-index: -1
}

.st_banner_aqua_gradient:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 0
}

.st_banner_area.st_banner_aqua_gradient:before {
	width: 200vw;
	height: 100%;
	position: absolute;
	left: -50vw;
	top: 0;
	content: "";
	z-index: 0;
	border-radius: 0 0 50% 50%;
	bottom: 50px
}

.st_banner_content,
.st_banner_sidebar {
	position: relative;
	z-index: 1
}

.st_banner_area .st_banner_waraper {
	margin-top: 85px;
	width: 100%
}

.st_banner_area .st_banner_waraper .st_banner_sidebar:before {
	width: 1030px;
	height: 1030px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	transform: translateX(-50%);
	border: 2px solid rgba(255, 255, 255, .14);
	border-radius: 100%;
	z-index: 0
}

.st_banner_area .st_banner_waraper .st_banner_sidebar .st_banner_single_img_01 {
	position: relative;
	text-align: center;
	z-index: 1;
	width: 760px
}

@media only screen and (max-width:991.98px) {
	.st_banner_area .st_banner_waraper .st_banner_sidebar .st_banner_single_img_01 {
		width: 90%;
		margin: 0 auto
	}
}

.st_banner_area .st_banner_waraper .st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img {
	position: absolute;
	top: 0;
	right: 25%;
	z-index: 1;
	width: 300px;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%)
}

.st_banner_area .st_banner_waraper .st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img img {
	box-shadow: 0 20px 99px rgba(0, 0, 0, .19);
	border-radius: 12px;
	overflow: hidden
}

@media only screen and (max-width:767.98px) {
	.st_banner_area .st_banner_waraper .st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img img {
		border-radius: 4px
	}
}

.st_banner_area .st_banner_waraper .st_banner_sidebar .st-banner-single-img-02 {
	margin-left: -8%;
	margin-right: -8%
}

@media only screen and (max-width:1199.98px) {
	.st_banner_area .st_banner_waraper .st_banner_sidebar .st-banner-single-img-02 {
		margin-left: 0;
		margin-right: 0
	}
}

.st_banner_area .st_banner_sidebar_v2.st_banner_sidebar:before {
	width: 1000px;
	height: 1000px;
	position: absolute;
	left: 48%;
	top: -69px;
	content: "";
	transform: translateX(-50%)
}

.st_banner_area .st_banner_sidebar_v2.st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img {
	top: 0;
	right: 0;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%)
}

@media only screen and (max-width:991.98px) {
	.st_banner_area .st_banner_sidebar_v2.st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img {
		width: 300px
	}
}

@media only screen and (max-width:767.98px) {
	.st_banner_area .st_banner_sidebar_v2.st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img {
		width: 230px
	}
}

@media only screen and (max-width:575.98px) {
	.st_banner_area .st_banner_sidebar_v2.st_banner_sidebar .st_banner_single_img_01 .st_banner_small_img {
		width: 170px
	}
}

.margin_0.st_banner_content,
.st_banner_area .st_banner_waraper.margin_0 {
	margin: 0
}

.st_banner_content {
	margin-bottom: 50px
}

.st_banner_content h2 {
	line-height: 1.4
}

.st_banner_content p {
	line-height: 2;
	margin: 0 0 50px
}

.st_banner_content h5 {
	font-size: 1.75em;
	font-weight: 300;
	margin: 0 0 35px
}

.margin_bottom_80.st_banner_content {
	margin-bottom: 80px;
	margin-right: 40px
}

.st_btn_group p {
	display: inline-block;
	color: #140f30;
	font-size: .875em;
	margin: 0
}

.st_btn_group p a {
	color: #5040a0;
	font-weight: 600;
	font-size: .813em;
	margin-left: 10px;
	text-transform: uppercase
}

.st_banner_swiper_slider {
	position: relative;
	max-width: 100%;
	left: 50px
}

@media only screen and (max-width:991.98px) {
	.st_banner_swiper_slider {
		width: 100%;
		left: 0;
		margin-bottom: 50px
	}
}

.st_banner_swiper_slider .st_banner_screenshot {
	overflow: hidden;
	border-left: 15px solid rgba(242, 243, 245, .5);
	border-right: 15px solid rgba(242, 243, 245, .5)
}

@media only screen and (max-width:1199.98px) {
	.st_banner_swiper_slider .st_banner_screenshot {
		border-left: none;
		border-right: none
	}
}

.st_banner_swiper_slider .st_banner_screenshot .swiper-slide.swiper-slide-prev {
	transform: translateX(500px)!important;
	opacity: .85
}

.st_banner_swiper_slider .st_banner_screenshot .swiper-slide.swiper-slide-next {
	transform: translateX(-500px)!important;
	opacity: .85
}

.st_banner_swiper_slider .st_banner_screenshot .swiper-slide .swiper-slide-shadow-left,
.st_banner_swiper_slider .st_banner_screenshot .swiper-slide .swiper-slide-shadow-right {
	background-image: none
}

.st_banner_swiper_slider .swiper-pagination {
	bottom: -125px;
	left: -70px
}

@media only screen and (max-width:991.98px) {
	.st_banner_swiper_slider .swiper-pagination {
		bottom: -37px;
		left: 50%;
		transform: translateX(-50%)
	}
}

.st_banner_swiper_slider .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 1
}

.st_banner_swiper_slider .swiper-pagination-bullet-active {
	background: #fe5f1d;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
	top: 2px;
	position: relative;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .16)
}

.st_banner_swiper_slider .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.st_sprit_falling {
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 60%;
	z-index: -1
}

.st_sprit_falling span {
	background: rgba(80, 64, 160, .5);
	height: 4px;
	position: absolute;
	width: 69px
}

.st_sprit_falling span:nth-child(1) {
	animation: 2s linear -5s normal none infinite running lf;
	top: 20%
}

.st_sprit_falling span:nth-child(2) {
	animation: 1.5s linear -1s normal none infinite running lf2;
	top: 40%
}

.st_sprit_falling span:nth-child(3) {
	animation: 1s linear 0s normal none infinite running lf3;
	top: 60%
}

.st_sprit_falling span:nth-child(4) {
	animation: 1.5s linear -3s normal none infinite running lf4;
	top: 80%
}

.st-background-wrap {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden
}

.st_banner_tab {
	box-shadow: 0 0 50px rgba(0, 0, 0, .06);
	border-radius: 10px;
	overflow: hidden
}

.st_banner_tab .st_custom-tab {
	background: #e8faee;
	color: #0366d6;
	border-radius: 0;
	box-shadow: none;
	z-index: 1
}

.st_banner_tab .st_custom-tab ul.nav.nav-pills a {
	color: #38d16a;
	height: 100%;
	font-size: .813em;
	font-weight: 600;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.st_banner_tab .st_custom-tab ul.nav.nav-pills a.active {
	background-color: #fff;
	color: #c3c3c7!important
}

.st_banner_tab .st_contact_waraper {
	padding: 38px 55px;
	width: 100%;
	position: relative;
	border-radius: 0 0 10px 10px
}

.st_banner_tab .st_contact_waraper>h3 {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 28px
}

.st_banner_tab .st_contact_waraper .st_input_item {
	margin: 0 0 20px
}

.st_banner_tab .st_contact_waraper .st_input_item input {
	background-color: #fbfbfb;
	border: 1px solid #ececec;
	box-shadow: none
}

.st_banner_tab .st_contact_waraper .st_input_item input::-webkit-input-placeholder {
	color: #bec3cc
}

.st_banner_tab .st_contact_waraper .st_input_item input::-moz-placeholder {
	color: #bec3cc
}

.st_banner_tab .st_contact_waraper .st_input_item input:-ms-input-placeholder {
	color: #bec3cc
}

.st_banner_tab .st_contact_waraper .st_input_item input:-moz-placeholder {
	color: #bec3cc
}

@media only screen and (max-width:575.98px) {
	.st_banner_tab .st_contact_waraper {
		padding: 45px 30px
	}
}

.st_skype {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 6px 25px 6px 50px;
	position: relative;
	margin: 0 0 20px;
	line-height: 1;
	background: rgba(255, 255, 255, .1);
	border-radius: 50px
}

.st_skype::before {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 20px;
	top: 5px;
	content: "";
	background-color: #38d16a;
	border-radius: 100%;
	box-shadow: 0 3px 10px rgba(56, 209, 106, .6)
}

.st_banner_sidebar.st-banner-overlap {
	min-width: 55vw;
	position: absolute;
	left: 50px
}

@media only screen and (max-width:991.98px) {
	.st_banner_sidebar.st-banner-overlap {
		position: relative;
		left: inherit
	}
}

.st_header_shape {
	position: absolute;
	left: 0;
	bottom: 9%;
	width: 9vw
}

.st_banner_shape_group .st_banner_shape_01 img,
.st_banner_shape_group .st_banner_shape_02 img,
.st_header_shape img {
	width: 100%
}

.st_banner_shape_group .st_banner_shape_01,
.st_banner_shape_group .st_banner_shape_02 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10vw;
	transform: translateY(-50%)
}

.st_banner_shape_group .st_banner_shape_02 {
	left: auto;
	right: 0
}

.st_left_shape {
	position: absolute;
	top: 42%;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	z-index: -1
}

.st_left_shape span {
	position: relative;
	opacity: 0;
	width: 100%;
	margin-bottom: -3px;
	top: 20px
}

.animated.st_left_shape span {
	-webkit-animation: stripeSlideIn 2s forwards;
	animation: stripeSlideIn 2s forwards
}

.st_left_shape span:nth-child(1) {
	right: 90%;
	left: auto;
	background: rgba(122, 184, 220, .48);
	z-index: 2;
	height: 161px
}

.animated.st_left_shape span:nth-child(1) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.st_left_shape span:nth-child(2) {
	right: 80%;
	bottom: auto;
	background: #7ab8dc;
	z-index: 1;
	height: 166px
}

.animated.st_left_shape span:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.st_left_shape span:nth-child(3) {
	right: 77%;
	background: #3a97cc;
	height: 200px;
	margin-top: -32px
}

.animated.st_left_shape span:nth-child(3) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.left-angle-shape::before {
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	top: auto;
	content: "";
	background-color: #fff;
	background-size: cover;
	bottom: 0;
	-webkit-clip-path: polygon(-85% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(-85% 100%, 100% 100%, 100% 0%)
}

@supports not ((-webkit-clip-path:polygon(-85% 100%,
100% 100%,
100% 0%)) or (clip-path:polygon(-85% 100%,
100% 100%,
100% 0%))) {
	.left-angle-shape::before {
		-webkit-transform: skewY(-6deg);
		-ms-transform: skewY(-6deg);
		-moz-transform: skewY(-6deg);
		-o-transform: skewY(-6deg);
		transform: skewY(-6deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		-moz-transform-origin: top right;
		-o-transform-origin: top right;
		transform-origin: top right
	}
}

@media only screen and (max-width:1199.98px) {
	.left-angle-shape::before {
		-webkit-clip-path: polygon(-185% 100%, 100% 100%, 100% 0%);
		clip-path: polygon(-185% 100%, 100% 100%, 100% 0%)
	}
	@supports not ((-webkit-clip-path:polygon(-185% 100%,
	100% 100%,
	100% 0%)) or (clip-path:polygon(-185% 100%,
	100% 100%,
	100% 0%))) {
		.left-angle-shape::before {
			-webkit-transform: skewY(-4deg);
			-ms-transform: skewY(-4deg);
			-moz-transform: skewY(-4deg);
			-o-transform: skewY(-4deg);
			transform: skewY(-4deg)
		}
	}
}

@media only screen and (max-width:991.98px) {
	.left-angle-shape::before {
		-webkit-clip-path: polygon(-220% 100%, 100% 100%, 100% 0%);
		clip-path: polygon(-220% 100%, 100% 100%, 100% 0%)
	}
	@supports not ((-webkit-clip-path:polygon(-220% 100%,
	100% 100%,
	100% 0%)) or (clip-path:polygon(-220% 100%,
	100% 100%,
	100% 0%))) {
		.left-angle-shape::before {
			-webkit-transform: skewY(-2deg);
			-ms-transform: skewY(-2deg);
			-moz-transform: skewY(-2deg);
			-o-transform: skewY(-2deg);
			transform: skewY(-2deg)
		}
	}
}

@media only screen and (max-width:767.98px) {
	.left-angle-shape::before {
		display: none
	}
}

@media only screen and (max-width:1199.98px) {
	.st_left_shape.st_left_shape_2 {
		z-index: -1
	}
}

.banner-black-overley {
	position: relative
}

.banner-black-overley::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(16, 16, 16, .65)
}

.st_banner_info_box {
	background: #fff;
	box-shadow: 0 30px 40px rgba(0, 0, 0, .01);
	border-radius: 5px;
	padding: 60px 50px
}

.st_banner_info_box .st_sidebar_single_item {
	display: flex;
	margin-bottom: 44px
}

.st_banner_info_box .st_sidebar_single_item:last-child {
	margin: 0
}

.st_banner_info_box .st_sidebar_single_item:last-child .st_banner_sidebar_content p {
	margin-bottom: 0
}

.st_banner_info_box .st_sidebar_single_item .st_banner_sidebar_icon {
	margin-right: 25px;
	flex: 0 0 auto
}

.st_banner_info_box .st_sidebar_single_item .st_banner_sidebar_content h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 20px
}

.st_banner_info_box .st_sidebar_single_item .st_banner_sidebar_content p {
	line-height: 2
}

@media only screen and (max-width:575.98px) {
	.st_banner_info_box .st_sidebar_single_item {
		display: block
	}
	.st_banner_info_box .st_sidebar_single_item .st_banner_sidebar_icon {
		margin-right: 0;
		margin-bottom: 25px
	}
}

.banner_before_img::before,
.st_banner_with_content {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat
}

.st_banner_with_content {
	bottom: 0;
	background-position: center bottom;
	background-size: 100% auto
}

.st_banner_with_content .st_banner_img_01 {
	position: absolute;
	top: 20%;
	left: 13%
}

.st_banner_with_content .st_banner_img_02,
.st_banner_with_content .st_banner_img_03 {
	position: absolute
}

.st_banner_with_content .st_banner_img_02 {
	top: 17%;
	left: 50%;
	transform: translateX(-50%)
}

.st_banner_with_content .st_banner_img_03 {
	top: 20%;
	right: 13%;
	left: auto
}

.banner_before_img::before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	background-image: url(../images/v20/banner-mask.png);
	background-size: 53%;
	z-index: 0
}

.st_banner_content.st_banner_content_v2 h1 {
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 24px
}

.st_banner_content.st_banner_content_v2 h1 span {
	font-size: 60px;
	font-weight: 700
}

.st_banner_content.st_banner_content_v2 p {
	margin-bottom: 40px;
	font-size: 1.125em;
	color: #defaff
}

.st_banner_sidebar_before::before {
	width: 300px;
	height: 600px;
	position: absolute;
	left: auto;
	top: 35px;
	content: "";
	background-image: url(../images/v13/mobile-bg.png);
	right: -75px;
	z-index: -1
}

.st_banner_objects {
	max-width: 600px
}

.st_banner_objects .st_single_obj {
	position: absolute;
	height: auto
}

.st_banner_objects .st_single_obj:nth-child(1) {
	top: 18%;
	left: 10%;
	width: 85px;
	animation-name: floating;
	transform-origin: center bottom;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-delay: .3s;
	-webkit-animation-name: floating;
	-webkit-transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: .3s
}

.st_banner_objects .st_single_obj:nth-child(2) {
	top: 30%;
	left: 20px;
	width: 120px
}

.st_banner_objects .st_single_obj:nth-child(3) {
	top: 39%;
	left: 12%;
	width: 60px
}

.st_banner_objects .st_single_obj:nth-child(4) {
	bottom: 37%;
	left: 12%;
	width: 80px
}

.st_banner_objects .st_single_obj:nth-child(5) {
	top: 24%;
	left: 34%;
	width: 90px
}

.st_banner_objects .st_single_obj:nth-child(6) {
	top: 31%;
	left: 34%;
	width: 80px;
	animation-name: floating;
	transform-origin: center bottom;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-delay: .9s;
	-webkit-animation-name: floating;
	-webkit-transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: .9s
}

.st_banner_objects .st_single_obj:nth-child(7) {
	bottom: 45%;
	left: 28%;
	width: 120px
}

.st_banner_objects .st_single_obj:nth-child(8) {
	bottom: 31%;
	left: 41%;
	width: 110px
}

.st_banner_objects .st_single_obj:nth-child(9) {
	top: 27%;
	right: 0;
	width: 130px
}

.st_banner_objects .st_single_obj:nth-child(10) {
	top: 32%;
	right: 0;
	width: 220px;
	animation-name: floating;
	transform-origin: center bottom;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-delay: 1.8s;
	-webkit-animation-name: floating;
	-webkit-transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-delay: 1.8s
}

.st_banner_objects .st_single_obj:nth-child(11) {
	bottom: 32%;
	right: 20%;
	width: 60px
}

.owl-carousel.st--hero-slider .owl-item .hero-slider-thumb img {
	width: auto;
	display: inline-block
}

.owl-carousel.st--hero-slider .owl-nav .owl-next,
.owl-carousel.st--hero-slider .owl-nav .owl-prev {
	border-radius: 100%;
	background-color: #fff;
	color: #0366d6;
	font-size: 1.5em;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0;
	position: absolute;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	-webkit-text-stroke: 1.5px #f5f9fd;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.owl-carousel.st--hero-slider .owl-nav .owl-next:hover,
.owl-carousel.st--hero-slider .owl-nav .owl-prev:hover {
	background: #0366d6;
	color: #fff;
	-webkit-text-stroke: 1.5px #0366d6
}

.owl-carousel.st--hero-slider .owl-nav .owl-prev {
	left: -190px
}

.owl-carousel.st--hero-slider .owl-nav .owl-next {
	left: inherit;
	right: -190px
}

@media only screen and (max-width:1499.98px) {
	.owl-carousel.st--hero-slider .owl-nav .owl-prev {
		left: -90px
	}
	.owl-carousel.st--hero-slider .owl-nav .owl-next {
		right: -90px
	}
}

@media only screen and (max-width:1199.98px) {
	.owl-carousel.st--hero-slider .owl-nav .owl-prev {
		left: calc(50% - 60px);
		top: calc(100% + 80px)
	}
	.owl-carousel.st--hero-slider .owl-nav .owl-next {
		right: calc(50% - 60px);
		top: calc(100% + 80px)
	}
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.st--hero-slider .owl-nav .owl-next,
	.owl-carousel.st--hero-slider .owl-nav .owl-prev {
		display: none
	}
}

.height-100vh-full-screen .st--hero-slider {
	margin-top: 40px
}

@media only screen and (max-width:991.98px) {
	.height-100vh-full-screen .st--hero-slider {
		margin: 100px 0 80px
	}
}

@media only screen and (max-width:767.98px) {
	.height-100vh-full-screen .st--hero-slider {
		margin: 70px 0 30px
	}
}

@media only screen and (max-width:991.98px) {
	.st--hero-slider {
		margin: 150px 0 120px;
		text-align: center
	}
	.st--hero-slider .hero-slide-content {
		width: 80%;
		margin: 0 auto
	}
	.st--hero-slider .hero-slider-thumb {
		margin-top: 50px
	}
}

@media only screen and (max-width:767.98px) {
	.st--hero-slider {
		margin: 100px 0 50px
	}
	.st--hero-slider .hero-slide-content {
		width: 96%;
		margin: 0 auto
	}
}

.st--hero-slider .animate-out {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms
}

.left-angle-shape.left-angle-shape-2:before {
	-webkit-clip-path: polygon(-85% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(-20% 100%, 100% 100%, 100% 0%)
}

.st_banner_after:after {
	width: 430px;
	height: 790px;
	content: "";
	position: absolute;
	left: 50px;
	top: -160px;
	z-index: -1;
	transform: rotate(50deg);
	background: #698df6;
	background: -moz-linear-gradient(left, #698df6 0%, #5d81ec 100%);
	background: -webkit-linear-gradient(left, #698df6 0%, #5d81ec 100%);
	background: linear-gradient(to right, #698df6 0%, #5d81ec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#698df6', endColorstr='#5d81ec', GradientType=1)
}

.st_banner_sidebar_scenc {
	position: absolute;
	top: 17%;
	right: -16%;
	width: 60vw;
	max-width: 100%
}

.st_left_shape.st_left_shape_2 {
	z-index: 0;
	top: 60%
}

.st_hero_single_icon {
	position: absolute;
	width: 60px;
	height: auto;
	z-index: 1
}

.st_hero_single_icon.hero_icon_1 {
	bottom: 32%;
	left: -8%;
	width: 40px
}

.st_hero_single_icon.hero_icon_2 {
	bottom: 50%;
	left: -15%;
	width: 44px;
	height: 38px
}

.st_hero_single_icon.hero_icon_3 {
	top: 28%;
	left: -6%;
	width: 40px
}

.st_hero_single_icon.hero_icon_4 {
	top: 25%;
	left: 9%
}

.st_hero_single_icon.hero_icon_5 {
	top: 30%;
	left: 20%;
	width: 44px
}

.st_hero_single_icon.hero_icon_6 {
	bottom: 30%;
	left: 23%;
	width: 46px
}

.st_hero_single_icon.hero_icon_7 {
	top: 12%;
	left: 30%;
	width: 27px
}

.st_hero_single_icon.hero_icon_8 {
	top: 26%;
	left: 32%;
	width: 35px
}

.st_hero_single_icon.hero_icon_9 {
	top: 35%;
	left: 38%;
	width: 79px;
	filter: blur(2px)
}

.st_hero_single_icon.hero_icon_10 {
	bottom: 38%;
	left: 35%;
	width: 44px;
	height: 38px
}

.st_hero_single_icon.hero_icon_11 {
	bottom: 23%;
	left: 40%;
	filter: blur(2px)
}

.st_hero_single_icon.hero_icon_12 {
	bottom: 34%;
	left: 50%;
	width: 26px;
	height: 22px
}

.st_hero_single_icon.hero_icon_13 {
	bottom: 40%;
	left: 60%
}

.st_hero_single_icon.hero_icon_14 {
	top: 39%;
	left: 61%;
	width: 53px;
	height: 46px
}

.st_banner_mockup {
	width: 650px;
	max-width: 100%
}

.left-angle-shape.left-angle-shape-3:before {
	height: 250px
}

.st_single_prom_item {
	display: block
}

.st_single_prom_item .st_promo_content h3,
.st_single_prom_item_v2.st_single_prom_item .st_promo_content h3 {
	margin-bottom: 20px
}

.st_single_prom_item .st_promo_content p {
	font-size: .875em;
	line-height: 2
}

@media only screen and (max-width:1199.98px) {
	.st_single_prom_item .st_promo_content p br {
		display: none
	}
}

.st_single_prom_item .st_promo_content p:last-child,
.st_stats_area .st_stats_waraper .st_stats_content p:last-child {
	margin-bottom: 0
}

.st_promo_icon {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #5040a0;
	text-align: center;
	margin-bottom: 25px;
	display: inline-block;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_promo_icon.st_promo_icon_bg {
	display: inline-block;
	margin: 0 0 70px;
	position: relative;
	background: 0 0
}

.st_promo_icon.st_promo_icon_bg::before {
	width: 170px;
	height: 137px;
	position: absolute;
	left: 65%;
	top: 45%;
	content: "";
	transform: translate(-50%, -50%);
	background-image: url(../images/v4/promo-bg.png);
	z-index: 0
}

.st_promo_icon.st_promo_icon_bg img {
	position: relative;
	z-index: 1
}

.st-icon-gradient {
	background-size: 200% auto
}

.st-icon-gradient:hover,
.st_single_prom_item:hover .st-icon-gradient {
	background-position: center right
}

.st_promo_center .st_single_prom_item .st_promo_icon,
.st_single_prom_item_v2.st_single_prom_item .st_promo_icon {
	display: inline-block;
	margin: 0 auto 30px;
	position: relative;
	background: 0 0
}

.st_single_prom_item_v2.st_single_prom_item .st_promo_content p {
	color: #9595a8
}

.st_single_prom_item .st_promo_counter {
	background-color: #fff;
	position: absolute;
	width: 42px;
	height: 42px;
	line-height: 42px;
	top: -20px;
	right: -25px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	border-radius: 100%
}

.st_promo_center .st_single_prom_item {
	text-align: center
}

.st_single_prom_item.st_single_prom_item_v3 .st_promo_icon {
	width: 212px;
	height: 212px;
	overflow: hidden;
	margin-bottom: 50px
}

.st_single_prom_item.st_single_prom_item_v3 .st_promo_icon img {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-postion: center center
}

@media only screen and (max-width:767.98px) {
	.st_single_prom_item.st_single_prom_item_v3 .st_promo_icon {
		margin-bottom: 25px
	}
}

@media only screen and (max-width:575.98px) {
	.st_single_prom_item.st_single_prom_item_v3 .st_promo_icon {
		margin-bottom: 15px
	}
}

.st_single_prom_item.st_single_prom_item_v4 {
	padding: 55px 30px;
	border-radius: 20px;
	box-shadow: 0 10px 60px rgba(0, 0, 0, .04)
}

.st_single_prom_item.st_single_prom_item_v4 .st_promo_icon {
	width: inherit;
	height: 100px
}

.st_single_prom_item.st_single_prom_item_v4 .st_promo_icon img {
	width: auto;
	height: 100%
}

.st_single_prom_item.st_single_prom_item_v4 .st_promo_content h3 {
	margin-bottom: 30px;
	font-weight: 700
}

.overlep-content-wrap {
	box-shadow: 0 3px 76px rgba(0, 0, 0, .05);
	padding: 100px;
	position: relative;
	top: -75px;
	margin-left: -8%;
	margin-right: -8%;
	margin-bottom: 115px
}

.overlep-content-wrap .st_section_heding_title {
	width: 70%;
	margin: 0 auto 80px
}

@media only screen and (max-width:1199.98px) {
	.overlep-content-wrap {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding: 100px 30px
	}
}

@media only screen and (max-width:767.98px) {
	.overlep-content-wrap {
		padding-bottom: 50px;
		margin-bottom: 30px
	}
}

.st_single_prom_item.st_single_prom_item_5 .st_promo_icon {
	width: 198px;
	height: 198px;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f5f9fd;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 8px solid #fff;
	box-shadow: 0 3px 20px #ecf8ff
}

.st_single_prom_item.st_single_prom_item_5 .st_promo_icon img {
	height: 100%;
	width: auto;
	object-fit: cover;
	object-postion: center center
}

.st_single_prom_item.st_single_prom_item_5 .st_promo_content p {
	font-size: 1em
}

.st_single_prom_item_v5 .st_promo_icon {
	margin: 0 auto 50px;
	height: inherit;
	width: inherit;
	line-height: inherit
}

.promo-after-background::after {
	content: "";
	display: block;
	height: 40%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f5f9fd;
	z-index: -1
}

.st_video_bg {
	border-radius: 10px;
	width: 828px;
	height: 455px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #8066dc;
	background: -webkit-linear-gradient(#8066dc 0%, #5040a0 100%);
	background: -o-linear-gradient(#8066dc 0%, #5040a0 100%);
	background: linear-gradient(#8066dc 0%, #5040a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$first', endColorstr='$second', GradientType=0);
	z-index: 0
}

.st_video_bg::before {
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 30px;
	content: "";
	background-color: rgba(128, 102, 220, .77);
	filter: blur(24px);
	z-index: -1;
	transform: translateX(-50%)
}

.iq-waves .waves,
.st_video_bg::after {
	height: 100%;
	position: absolute;
	width: 100%
}

.st_video_bg::after {
	left: 0;
	top: 0;
	content: "";
	background: #8066dc;
	background: -webkit-linear-gradient(#8066dc 0%, #5040a0 100%);
	background: -o-linear-gradient(#8066dc 0%, #5040a0 100%);
	background: linear-gradient(#8066dc 0%, #5040a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$first', endColorstr='$second', GradientType=0);
	z-index: 0;
	border-radius: 10px;
	opacity: .6
}

@media only screen and (max-width:767.98px) {
	.st_video_bg {
		height: 280px
	}
}

.st_video_icon a,
span.st-play-icon-border {
	width: 58px;
	height: 58px;
	top: 50%;
	border-radius: 100%
}

.iq-waves,
.st_video_icon a {
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%)
}

.st_video_icon a {
	line-height: 58px;
	text-align: center;
	background-color: #fff;
	z-index: 1
}

.iq-waves {
	height: 14rem;
	top: 50%;
	width: 14rem;
	z-index: 0
}

.iq-waves .waves {
	-webkit-animation: 2s ease-in-out 0s normal none infinite running waves;
	-ms-animation: 2s ease-in-out 0s normal none infinite running waves;
	-moz-animation: 2s ease-in-out 0s normal none infinite running waves;
	-o-animation: 2s ease-in-out 0s normal none infinite running waves;
	animation: 2s ease-in-out 0s normal none infinite running waves;
	border-radius: 100%;
	opacity: 0
}

.iq-waves .wave-1 {
	background-color: rgba(56, 67, 104, .3);
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%
}

.iq-waves .wave-2 {
	background-color: rgba(56, 67, 104, .09);
	width: 86%;
	height: 86%;
	left: 7%;
	top: 7%
}

.st_video_bg.orange-gradient-banner::before {
	background-color: rgba(254, 149, 69, .77);
	filter: blur(24px)
}

.st_video_bg.orange-gradient-banner::after {
	background: 0 0;
	background-color: #fe9545;
	opacity: .6
}

.st_video_cloumn {
	padding: 55px 0;
	margin-left: calc((-100vw + 100%)/2);
	padding-left: calc((100vw - 100%)/2);
	border-radius: 0 620px 620px 0
}

@media only screen and (max-width:991.98px) {
	.st_video_cloumn {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		border-radius: 0;
		text-align: center
	}
}

.st_video_img {
	position: relative;
	border-radius: 100%;
	width: 236px;
	height: 236px;
	display: block;
	border: 13px solid rgba(255, 255, 255, .04);
	overflow: hidden
}

.st_video_area.st_video_3:before,
.st_video_img::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(36, 41, 46, .53)
}

.st_video_img .st_popup_youtube {
	top: 50%
}

span.st-play-icon-border {
	background-color: transparent;
	padding: 40px;
	overflow: hidden;
	border: 1px dashed red
}

.st_video_icon svg,
.st_video_img .st_popup_youtube,
.st_watch_video,
span.st-play-icon-border {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%)
}

.st_video_icon svg {
	height: 100px;
	width: 100px;
	top: 50%
}

.st_video_icon circle {
	fill: transparent;
	stroke: green;
	stroke-width: 1
}

.st_video_icon .solid {
	stroke-dasharray: none
}

.st_video_icon .dashed {
	stroke-dasharray: 8, 8.5
}

.st_video_area.st_video_3 {
	position: relative
}

.st_video_area.st_video_3:before {
	z-index: 1;
	background-color: rgba(29, 16, 104, .8)
}

.st_video_3 .st_video_icon a {
	z-index: 2
}

.st_video_3 .iq-waves {
	z-index: 1
}

.st_video_3 .iq-waves .wave-1 {
	background-color: rgba(255, 255, 255, .09)
}

.st_video_3 .iq-waves .wave-2 {
	background-color: rgba(255, 255, 255, .24)
}

.st_watch_video {
	top: 70%;
	z-index: 2
}

.st_counter_right h2 {
	font-size: 3em;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin: 0 0 18px
}

.st_counter_right h4 {
	color: #9595a8;
	font-weight: 500;
	font-size: 1.125em;
	font-family: "Poppins", sans-serif
}

.st_single_counter {
	display: flex;
	border: 1px solid #f3f3f3;
	padding: 30px 20px 30px 35px
}

@media only screen and (max-width:1199.98px) {
	.st_single_counter {
		display: block;
		padding: 30px 20px
	}
}

.st_single_counter .st_counter_left {
	margin-top: 5px;
	margin-right: 20px
}

@media only screen and (max-width:1199.98px) {
	.st_single_counter .st_counter_left {
		margin-bottom: 17px;
		margin-right: 0;
		text-align: center
	}
}

.st_single_counter .st_counter_right h2 {
	font-size: 1.75em;
	font-weight: 700;
	margin: 0 0 5px
}

.st_single_counter .st_counter_right p {
	margin: 0
}

@media only screen and (max-width:1199.98px) {
	.st_single_counter .st_counter_right {
		text-align: center
	}
}

@media only screen and (max-width:991.98px) {
	.st_single_counter {
		margin-bottom: 30px
	}
}

.st_stats_area {
	overflow: hidden;
	text-align: center
}

.st_stats_area .st_stats_waraper {
	padding: 100px 0;
	margin-right: calc((-100vw + 100%)/2);
	padding-right: calc((100vw - 100%)/2);
	border-radius: 620px 0 0 620px
}

.st_stats_area .st_stats_waraper .st_stats_content {
	margin-left: 74px
}

.st_stats_area .st_stats_waraper .st_stats_content h2 {
	font-size: 3em;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1
}

.st_stats_area .st_stats_waraper .st_stats_content p {
	color: #d4d4e9;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 1px
}

@media only screen and (max-width:991.98px) {
	.st_stats_area .st_stats_waraper {
		padding-right: 0;
		margin-right: 0;
		border-radius: 0
	}
	.st_stats_area .st_stats_waraper .st_stats_content {
		margin-left: 0;
		margin-bottom: 50px
	}
}

.st_feature_item {
	border-radius: 10px;
	width: 100%;
	max-width: 313px;
	padding: 60px 45px;
	position: relative;
	margin-bottom: 60px
}

.st_feature_item h3 {
	margin: 0 0 29px
}

.st_feature_item p {
	font-size: .875em;
	line-height: 1.9;
	margin-bottom: 0
}

@media only screen and (max-width:991.98px) {
	.st_feature_item {
		padding: 40px 30px
	}
}

@media only screen and (max-width:1199.98px) {
	.st_feature_item {
		margin: 0 auto 90px
	}
}

.feature_item_icon {
	border-radius: 100%;
	background-color: #9595a8;
	color: #fff;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	position: absolute;
	top: 35px;
	left: -43px
}

@media only screen and (max-width:1199.98px) {
	.feature_item_icon {
		left: 25px;
		top: -50px
	}
}

.feature-box-shadow-black {
	box-shadow: 0 5px 30px rgba(0, 0, 0, .07)
}

.st_inner_feature_item {
	background-color: #fff;
	display: flex;
	padding: 25px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
	margin-bottom: 40px
}

.st_inner_feature_item .st_inner_feature_icon {
	margin-right: 14px;
	flex: 0 0 auto;
	font-size: 1.125em;
	background-color: #fff;
	color: #1e43dd;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 100%
}

.st_inner_feature_item .st_inner_feature_content {
	margin-top: 9px
}

.st_inner_feature_item .st_inner_feature_content h3 {
	font-size: 1.25em;
	margin-bottom: 20px
}

@media only screen and (max-width:1199.98px) {
	.st_inner_feature_item .st_inner_feature_content h3 {
		font-size: 16px;
		font-size: 1rem
	}
}

.st_inner_feature_item .st_inner_feature_content p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.7
}

.st_inner_feature_item .st_inner_feature_content p:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:991.98px) {
	.st_inner_feature_item {
		margin-bottom: 25px
	}
}

.st_inner_feature_item.st_trasnparent_item {
	background: 0 0;
	box-shadow: none;
	margin-bottom: 25px;
	padding-top: 0
}

@media only screen and (max-width:1199.98px) {
	.st_inner_feature_item.st_trasnparent_item {
		padding: 15px
	}
}

@media only screen and (max-width:991.98px) {
	.st_inner_feature_item.st_trasnparent_item {
		padding: 10px
	}
}

@media only screen and (max-width:767.98px) {
	.st_inner_feature_item.st_trasnparent_item {
		margin-bottom: 35px;
		padding: 0
	}
}

.st_design_feature_item .st_design_feature_img {
	height: 165px;
	margin-bottom: 25px
}

.st_design_feature_item .st_design_feature_content h3 {
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 30px
}

.st_content_item .st_sontent_wrap .st_content_top p,
.st_design_feature_item .st_design_feature_content p,
.st_feature_item_v2 p {
	line-height: 2
}

.st_feature_item_v2 {
	margin-bottom: 60px
}

.st_feature_item_v2 i {
	font-size: 1.5em;
	margin-bottom: 30px;
	border-radius: 3px;
	background-color: #ebf8ff;
	color: #0079bf;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center
}

.st_feature_item_v2 h3 {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 20px
}

img.feature-force-large-thumb {
	max-width: 1600px;
	float: right;
	width: 50vw
}

@media only screen and (max-width:991.98px) {
	img.feature-force-large-thumb {
		max-width: 100%;
		float: none;
		width: auto
	}
}

.st_feature_right_item {
	padding: 50px 0;
	position: relative
}

@media only screen and (max-width:991.98px) {
	.st_feature_right_item {
		position: relative;
		padding-left: 75px;
		width: 100%;
		padding-bottom: 0
	}
}

.st_feature_right_item .st_feature_content {
	position: relative;
	z-index: 0;
	margin-bottom: 50px
}

.st_feature_right_item .st_feature_content:last-child {
	margin: 0
}

.st_feature_right_item .st_feature_content::before {
	width: 48px;
	height: 48px;
	position: absolute;
	left: -75px;
	top: 0;
	content: "\f06b";
	background-color: #ebf8ff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.5em;
	color: #0079bf;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1)
}

.st_feature_right_item .st_feature_content::after {
	width: 2px;
	height: 100%;
	position: absolute;
	left: -50px;
	top: 50px;
	content: "";
	background-color: rgba(255, 255, 255, .2);
	z-index: -1
}

.st_feature_right_item .st_feature_content:last-child::after {
	content: none
}

.st_feature_right_item .st_feature_content h3 {
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 25px
}

.st_feature_right_item .st_feature_content p {
	color: #cddfe9;
	line-height: 2
}

.st_feature_left_item {
	box-shadow: 0 30px 40px rgba(0, 0, 0, .01);
	border-radius: 5px;
	padding: 60px 39px
}

.st_feature_left_item h2 {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 35px
}

.st_feature_left_item p {
	font-size: .875em;
	line-height: 1.9;
	margin-bottom: 40px
}

.st_feature_left_item .read_more_btn {
	color: #140f30;
	font-size: .813em;
	font-weight: 600
}

.st_feature_left_item .read_more_btn img {
	margin-left: 20px
}

.st_feature_single_item {
	margin-bottom: 70px
}

.st_feature_single_item img {
	margin-bottom: 20px
}

.st_feature_single_item h3 {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 600
}

.st_feature_single_item p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.9
}

.st_simple_feature_item {
	margin-bottom: 65px
}

.st_simple_feature_item img {
	margin-bottom: 30px
}

.st_simple_feature_item p {
	font-size: 1.125em
}

.st_about_area {
	padding: 270px 0;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:1199.98px) {
	.st_about_area {
		padding: 100px 0
	}
}

@media only screen and (max-width:575.98px) {
	.st_about_area {
		padding: 80px 0
	}
}

.st_about_area .st_about_side_img {
	position: absolute;
	left: 50vw;
	width: calc(50vw + 180px);
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (max-width:991.98px) {
	.st_about_area .st_about_side_img {
		position: relative;
		left: 0;
		top: inherit;
		display: block;
		transform: translateY(0);
		width: 90%;
		margin-right: auto;
		margin-left: auto
	}
}

.st_about_single_full {
	width: 100%;
	margin-bottom: 150px
}

.st_about_single_full:last-child,
.st_default_content p:last-child,
.st_default_content ul li:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:991.98px) {
	.st_about_single_full {
		margin-bottom: 100px
	}
}

@media only screen and (max-width:575.98px) {
	.st_about_single_full {
		margin-bottom: 100px
	}
}

.st_left_about_shape {
	position: absolute;
	top: 25px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	-moz-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
	z-index: 0
}

.st_left_about_shape span {
	position: relative;
	opacity: 0;
	margin-bottom: -3px;
	top: 0;
	width: 360px
}

@media only screen and (max-width:1199.98px) {
	.st_left_about_shape {
		display: none
	}
}

.st_left_about_shape.animated span {
	-webkit-animation: stripeSlideInRight 2s forwards;
	-ms-animation: stripeSlideInRight 2s forwards;
	-moz-animation: stripeSlideInRight 2s forwards;
	-o-animation: stripeSlideInRight 2s forwards;
	animation: stripeSlideInRight 2s forwards
}

.st_left_about_shape span:nth-child(1) {
	right: 0;
	left: inherit;
	background: rgba(122, 184, 220, .48);
	z-index: 2;
	height: 161px
}

.animated.st_left_about_shape span:nth-child(1) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.st_left_about_shape span:nth-child(2) {
	right: -154px;
	bottom: auto;
	background: #7ab8dc;
	z-index: 1;
	height: 166px;
	margin-top: -40px
}

.animated.st_left_about_shape span:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.st_left_about_shape span:nth-child(3) {
	left: inherit;
	background: #3a97cc;
	height: 172px;
	right: -230px
}

.animated.st_left_about_shape span:nth-child(3) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.top-bottom-angle {
	position: relative;
	margin-bottom: 0;
	padding: 250px 0 200px
}

.top-bottom-angle::before {
	top: 0
}

.top-bottom-angle::after,
.top-bottom-angle::before {
	width: 100%;
	height: 140px;
	position: absolute;
	left: 0;
	content: "";
	background-color: #fff;
	background-size: cover
}

.top-bottom-angle::before {
	-webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 100%, 100% 0%, 0% 0%)
}

@supports not ((-webkit-clip-path:polygon(0% 100%,
100% 0%,
0% 0%)) or (clip-path:polygon(0% 100%,
100% 0%,
0% 0%))) {
	.top-bottom-angle::before {
		-webkit-transform: skewY(-4deg);
		-ms-transform: skewY(-4deg);
		-moz-transform: skewY(-4deg);
		-o-transform: skewY(-4deg);
		transform: skewY(-4deg);
		-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left
	}
}

.top-bottom-angle::after {
	top: auto;
	bottom: 0;
	-webkit-clip-path: polygon(0% 100%, 100% 101%, 100% 0%);
	clip-path: polygon(0% 100%, 100% 101%, 100% 0%)
}

@supports not ((-webkit-clip-path:polygon(0% 100%,
100% 101%,
100% 0%)) or (clip-path:polygon(0% 100%,
100% 101%,
100% 0%))) {
	.top-bottom-angle::after {
		-webkit-transform: skewY(-4deg);
		-ms-transform: skewY(-4deg);
		-moz-transform: skewY(-4deg);
		-o-transform: skewY(-4deg);
		transform: skewY(-4deg);
		-webkit-transform-origin: top right;
		-ms-transform-origin: top right;
		-moz-transform-origin: top right;
		-o-transform-origin: top right;
		transform-origin: top right
	}
}

@media only screen and (max-width:1199.98px) {
	.top-bottom-angle {
		padding: 170px 0 180px
	}
	.top-bottom-angle::before {
		-webkit-clip-path: polygon(-100% 100%, 100% 0%, 0% 0%);
		clip-path: polygon(-100% 100%, 100% 0%, 0% 0%)
	}
	.top-bottom-angle::after {
		-webkit-clip-path: polygon(-100% 100%, 100% 100%, 100% 0%);
		clip-path: polygon(-100% 100%, 100% 100%, 100% 0%)
	}
}

@media only screen and (max-width:991.98px) {
	.top-bottom-angle {
		padding: 130px 0 220px
	}
	.top-bottom-angle::before {
		-webkit-clip-path: polygon(-220% 100%, 100% 0%, 0% 0%);
		clip-path: polygon(-220% 100%, 100% 0%, 0% 0%)
	}
	@supports not ((-webkit-clip-path:polygon(-220% 100%,
	100% 0%,
	0% 0%)) or (clip-path:polygon(-220% 100%,
	100% 0%,
	0% 0%))) {
		.top-bottom-angle::before {
			-webkit-transform: skewY(-2deg);
			-ms-transform: skewY(-2deg);
			-moz-transform: skewY(-2deg);
			-o-transform: skewY(-2deg);
			transform: skewY(-2deg)
		}
	}
	.top-bottom-angle::after {
		-webkit-clip-path: polygon(-220% 100%, 100% 100%, 100% 0%);
		clip-path: polygon(-220% 100%, 100% 100%, 100% 0%)
	}
	@supports not ((-webkit-clip-path:polygon(-220% 100%,
	100% 100%,
	100% 0%)) or (clip-path:polygon(-220% 100%,
	100% 100%,
	100% 0%))) {
		.top-bottom-angle::after {
			-webkit-transform: skewY(-2deg);
			-ms-transform: skewY(-2deg);
			-moz-transform: skewY(-2deg);
			-o-transform: skewY(-2deg);
			transform: skewY(-2deg)
		}
	}
}

@media only screen and (max-width:767.98px) {
	.top-bottom-angle {
		padding: 80px 0
	}
	.top-bottom-angle::after,
	.top-bottom-angle::before {
		display: none
	}
}

.top-bottom-angle.top-bottom-angle-index::after {
	z-index: -1
}

.st_about_bubbles_logo {
	position: absolute;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .07);
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	animation-name: floating;
	transform-origin: center bottom;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-duration: 7s;
	animation-fill-mode: both;
	-webkit-animation-name: floating;
	-webkit-transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: 7s;
	-webkit-animation-fill-mode: both
}

.st_about_bubbles_logo:nth-child(odd) {
	animation-delay: 2s
}

.st_about_bubbles_logo:nth-child(1) {
	width: 100px;
	height: 100px;
	line-height: 100px;
	bottom: -55px;
	left: 0
}

.st_about_bubbles_logo:nth-child(1) img {
	position: relative;
	left: 8px;
	top: -2px
}

.st_about_bubbles_logo:nth-child(2) {
	width: 90px;
	height: 90px;
	line-height: 90px;
	bottom: 28%;
	left: 13%
}

.st_about_bubbles_logo:nth-child(3) {
	top: 10%;
	left: 10px
}

.st_about_bubbles_logo:nth-child(3),
.st_about_bubbles_logo:nth-child(4),
.st_about_bubbles_logo:nth-child(5),
.st_about_bubbles_logo:nth-child(6) {
	width: 60px;
	height: 60px;
	line-height: 60px
}

.st_about_bubbles_logo:nth-child(4) {
	top: auto;
	bottom: 10%;
	left: 35%
}

.st_about_bubbles_logo:nth-child(5) {
	top: 0;
	left: 32%
}

.st_about_bubbles_logo:nth-child(6) {
	top: 35%;
	left: 50%
}

.st_about_bubbles_logo:nth-child(7) {
	top: -26%;
	left: 55%
}

.st_about_bubbles_logo:nth-child(7),
.st_about_bubbles_logo:nth-child(8),
.st_about_bubbles_logo:nth-child(9) {
	width: 100px;
	height: 100px;
	line-height: 100px
}

.st_about_bubbles_logo:nth-child(8) {
	top: 34%;
	right: 9%;
	left: auto
}

.st_about_bubbles_logo:nth-child(9) {
	bottom: -15%;
	right: 16%;
	left: auto;
	top: auto
}

@media only screen and (max-width:991.98px) {
	.st_about_bubbles {
		height: 261px;
		margin-bottom: 130px;
		position: relative;
		margin-top: 20px
	}
}

.st_default_content {
	-ms-word-break: break-all;
	word-break: break-all
}

.st_default_content h2 {
	margin: 0 0 30px;
	font-size: 34px;
	font-size: 2.125rem
}

.st_default_content h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 48px;
	font-family: "Poppins", sans-serif
}

@media only screen and (max-width:991.98px) {
	.st_default_content h4 {
		margin-bottom: 25px
	}
}

.st_default_content p {
	line-height: 2;
	margin-bottom: 30px
}

@media only screen and (max-width:991.98px) {
	.st_default_content p {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:991.98px) {
	.st_default_content p {
		margin-bottom: 20px
	}
}

.st_default_content i {
	background-color: #b3aadc;
	color: #fff;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 100%;
	font-size: 1.5em;
	margin: 0 0 22px
}

.st_content_item .st_sontent_wrap .st_content_top img {
	margin-bottom: 18px
}

.st_default_content .st_default_btn img {
	margin-bottom: 0
}

.st_default_content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.st_default_content ul li {
	position: relative;
	margin-bottom: 12px
}

.st_content_item .st_content_bottom ul li::before,
.st_default_content ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	border-radius: 100%
}

.st_default_content ul li::before {
	display: inline-block;
	margin-right: 15px;
	content: "\f00c";
	background-color: #38d16a;
	color: #fff;
	font-size: 9px;
	width: 15px;
	height: 15px;
	line-height: 15px
}

.st_default_content ul.st-ul-coloum-two {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}

.st_default_content ul.st-ul-coloum-three {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3
}

@media only screen and (max-width:1199.98px) {
	.st_default_content h2 {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media only screen and (max-width:991.98px) {
	.st_default_content h2 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

@media only screen and (max-width:767.98px) {
	.st_default_content {
		-ms-word-break: normal;
		word-break: normal
	}
	.st_default_content h2 {
		font-size: 25px;
		font-size: 1.5625rem
	}
}

.st_about_single_img {
	position: absolute;
	right: 0;
	top: 50%;
	width: 8vw;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	border-radius: 15px
}

.st_about_single_img.item_01,
.st_about_single_img.item_02,
.st_about_single_img.item_03 {
	top: 60px;
	right: 176px;
	width: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.st_about_single_img.item_02,
.st_about_single_img.item_03 {
	top: 205px;
	right: 53px
}

.st_about_single_img.item_03 {
	bottom: 93px;
	right: 210px;
	top: inherit
}

.st_about_right_box {
	position: relative;
	width: 400px;
	height: auto;
	border-radius: 100%;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .41);
	z-index: 0
}

.st_about_right_box::before {
	background-color: #0079bf;
	width: 400px;
	height: 400px;
	position: absolute;
	left: auto;
	top: -45px;
	content: "";
	right: -40px;
	border-radius: 100%;
	z-index: -1
}

.st_about_right_box .st_video_icon .st_popup_youtube {
	background-color: rgba(0, 0, 0, .44);
	width: 130px;
	height: 130px;
	line-height: 130px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center
}

.st_about_right_box .iq-waves {
	height: 22rem;
	width: 22rem
}

.st_about_right_box .iq-waves .wave-1 {
	background-color: rgba(56, 67, 104, .5)
}

@media only screen and (max-width:1199.98px) {
	.st_about_right_box::before {
		right: 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_about_right_box::before {
		display: none
	}
}

.st_content_item {
	border-radius: 5px;
	z-index: 0;
	padding: 100px 80px;
	position: relative;
	left: -50px
}

@media only screen and (max-width:991.98px) {
	.st_content_item {
		left: 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_content_item {
		padding: 50px 35px
	}
}

.st_content_item:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #fff;
	box-shadow: 0 0 80px rgba(0, 0, 0, .06);
	z-index: -1
}

.st_content_item .st_content_bottom ul {
	margin: 0;
	padding: 0 60px;
	list-style: none
}

@media only screen and (max-width:767.98px) {
	.st_content_item .st_content_bottom ul {
		padding: 0
	}
}

.st_content_item .st_content_bottom ul li {
	color: #140f30;
	font-size: .875em;
	font-weight: 500;
	margin: 24px 0;
	position: relative
}

.st_content_item .st_content_bottom ul li::before {
	width: 25px;
	height: 25px;
	position: absolute;
	left: -55px;
	top: 0;
	content: "\f06b";
	background-color: #ffedec;
	font-size: 1em;
	color: #f46f6c;
	line-height: 25px
}

@media only screen and (max-width:767.98px) {
	.st_content_item .st_content_bottom ul li::before {
		position: relative;
		left: 0;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 7px
	}
}

.st_content_item .st_content_bottom ul li:first-child {
	margin-top: 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-body ul.st-pricing-features li:last-child,
.st_content_item .st_content_bottom ul li:last-child {
	margin-bottom: 0
}

.st_content_bg,
.st_solid_bg {
	position: absolute;
	z-index: -2;
	left: -100px
}

.st_solid_bg {
	background-color: #fff;
	width: 300px;
	height: 600px;
	top: 22%
}

.st_content_bg {
	top: -65px
}

.st_single_right_img {
	min-width: 65vw;
	position: absolute;
	left: -80px
}

.st_single_right_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 1600px;
	float: left
}

@media only screen and (max-width:767.98px) {
	.st_single_right_img {
		min-width: 100%;
		position: relative;
		left: inherit;
		margin-top: 60px
	}
}

.st-right-full-half {
	position: absolute;
	bottom: 0;
	width: 50vw;
	right: 0
}

@media only screen and (max-width:1199.98px) {
	.st-right-full-half {
		width: 40vw
	}
	.st-right-full-half.half-middle-lg {
		width: 50vw
	}
}

.st_about_right_item {
	position: relative
}

.st_about_right_item .st_about_solid_bg {
	background-color: rgba(245, 249, 253, .6);
	width: 300px;
	height: 497px;
	left: auto;
	top: 30%;
	position: absolute;
	right: -70px;
	z-index: -1
}

.st_about_right_item .st_about_image_bg {
	position: absolute;
	top: -55px;
	z-index: -1;
	left: -50px
}

@media only screen and (max-width:991.98px) {
	.st_about_right_item {
		text-align: center
	}
	.st_about_right_item .st_about_image_bg {
		top: 0
	}
}

.st-special-thumbnail {
	width: 80%;
	box-shadow: 0 13px 13px rgba(0, 0, 0, .015);
	border-radius: 34px
}

.st_download_area_v2 {
	text-align: center;
	padding: 0 0 100px
}

@media only screen and (max-width:767.98px) {
	.st_download_area_v2 {
		padding: 0
	}
}

.st_download_area_v2 .st_download_content_wrapper {
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.st_download_area_v2 .st_download_content_wrapper h2 {
	margin: 0 0 25px
}

.st_team_item {
	text-align: center
}

@media only screen and (max-width:991.98px) {
	.st_team_item {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:767.98px) {
	.st_team_item {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto
	}
}

.st_team_item .st_single_team_bg {
	background-image: url(../images/team-mask-2.png);
	background-size: 90% 90%;
	background-repeat: no-repeat;
	background-position: center center
}

.st_team_item .st_single_team_bg .st_team_single_img {
	mask-image: url(../images/team-mask.png);
	mask-repeat: no-repeat;
	mask-size: 120% 120%;
	mask-position: -20px -30px;
	-webkit-mask-image: url(../images/team-mask.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 120% 120%;
	-webkit-mask-position: -20px -30px;
	margin-bottom: 20px;
	width: 100%;
	height: auto
}

@media only screen and (max-width:991.98px) {
	.st_team_item .st_single_team_bg .st_team_single_img img {
		display: block;
		width: 100%
	}
}

.st_team_item .st_team_content h3 {
	margin: 0 0 10px
}

.st_team_item .st_team_content p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1;
	margin: 0 0 25px
}

.st_team_item .st_team_social_icon ul,
.st_team_item_v2 .st_team_social_icon ul,
.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul,
ul.st-pricing-list.st-bounce-invert,
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-body ul.st-pricing-features {
	margin: 0;
	padding: 0;
	list-style: none
}

.st_team_item .st_team_social_icon ul li,
.st_team_item_v2 .st_team_social_icon ul li {
	display: inline-block;
	margin: 0 8px;
	text-transform: capitalize
}

.st_team_item .st_team_social_icon ul li a {
	font-size: 18px;
	font-size: 1.125rem;
	color: #9595a8
}

.st_team_item .st_team_social_icon ul li a:hover {
	color: #333
}

.st_team_item .st_team_social_icon ul li a,
.st_team_item_v2,
.st_team_item_v2 .st_team_social_icon ul li a {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_team_item_v2 {
	background-color: #fff;
	box-shadow: 0 3px 36px rgba(0, 0, 0, .07);
	padding: 20px;
	border-bottom: 4px solid #e9ecff
}

.st_team_item_v2:hover {
	border-bottom: 4px solid #0366d6
}

.st_team_item_v2 .st_team_member {
	text-align: center
}

@media only screen and (max-width:575.98px) {
	.st_team_item_v2 .st_team_member img {
		display: block;
		width: 100%
	}
}

.st_team_item_v2 .st_team_content {
	display: flex;
	justify-content: space-between;
	padding: 31px 0 15px
}

.st_team_item_v2 .st_team_content .st_team_single_content h3 {
	margin-bottom: 8px
}

.st_team_item_v2 .st_team_content .st_team_single_content p {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 0
}

@media only screen and (max-width:1199.98px) {
	.st_team_item_v2 .st_team_content {
		display: block
	}
	.st_team_item_v2 .st_team_content .st_team_single_content {
		text-align: center
	}
}

.st_team_item_v2 .st_team_social_icon {
	display: flex;
	align-items: end
}

.st_team_item_v2 .st_team_social_icon ul li {
	margin: 0 2px
}

.st_team_item_v2 .st_team_social_icon ul li a {
	color: #9595a8;
	font-size: 1.125em
}

@media only screen and (max-width:1199.98px) {
	.st_team_item_v2 .st_team_social_icon {
		margin-top: 15px;
		display: block;
		text-align: center
	}
}

.st_team_item_v2:hover .st_team_social_icon ul li a {
	color: #0366d6
}

.st_team_item.st_team_item_v3 .st_team_item_img {
	width: 172px;
	height: 172px;
	overflow: hidden;
	margin: 0 auto 30px;
	border: 10px solid #fff;
	box-shadow: 0 3px 80px rgba(0, 0, 0, .1);
	border-radius: 100%
}

.st_team_4 .st_team_hover_content,
.st_team_item.st_team_item_v3 .st_team_item_img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_team_item.st_team_item_v3 .st_team_item_img img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	object-fit: cover;
	object-position: center
}

.st_team_item.st_team_item_v3 .st_team_item_img img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.st_team_item.st_team_item_v3 .st_team_content h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 0
}

.st_team_item.st_team_item_v3 .st_team_content p {
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 10px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.st_team_item {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

.st_team_area {
	padding: 100px 0 150px
}

@media only screen and (max-width:991.98px) {
	.st_team_area {
		padding: 100px 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_team_area {
		padding: 80px 0 40px
	}
}

.st_team_4 .st_team_single_content {
	border-left: 4px solid #eceaf6
}

.st_team_4 .st_team_single_content h3 {
	font-family: "Poppins", sans-serif
}

.st_team_4 .st_team_hover_content {
	top: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-o-transform: translateX(-25%);
	transform: translateX(-25%);
	padding: 40px 10px 35px 25px;
	background-color: rgba(245, 249, 253, .95)
}

.st_team_4 .st_team_hover_content h3 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: .9375rem;
	line-height: 1
}

.st_team_4 .st_team_hover_content p {
	margin-bottom: 1.5625rem;
	color: #140f30;
	font-size: 14px;
	font-size: .875rem
}

@media only screen and (max-width:1199.98px) {
	.st_team_4 .st_team_hover_content p {
		margin-bottom: .9375rem
	}
}

@media only screen and (max-width:767.98px) {
	.st_team_4 .st_team_hover_content p {
		margin-bottom: .625rem
	}
}

.st_team_4 .st_team_member {
	overflow: hidden;
	height: 360px
}

@media only screen and (max-width:1199.98px) {
	.st_team_4 .st_team_member {
		height: 300px
	}
}

@media only screen and (max-width:991.98px) {
	.st_team_4 .st_team_member {
		height: 330px
	}
}

.st_team_4 .st_team_member:hover .st_team_hover_content {
	opacity: 1;
	height: 100%;
	transform: translateX(0)
}

.st_testimonial_item {
	margin: 0 0 90px;
	position: relative
}

.st_testimonial_item .st_testimonial_content {
	background-color: #5040a0;
	width: 54%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 50px 67px 80px;
	z-index: 0
}

@media only screen and (max-width:991.98px) {
	.st_testimonial_item .st_testimonial_content {
		padding: 50px 40px 80px;
		width: 100%
	}
}

.st_testimonial_item .st_testimonial_content::before {
	width: 57%;
	height: 91%
}

.st_testimonial_item .st_testimonial_content::after,
.st_testimonial_item .st_testimonial_content::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	background-color: rgba(0, 0, 0, .04);
	transform: translate(-50%, -50%);
	border-radius: 3px;
	z-index: -1
}

@media only screen and (max-width:991.98px) {
	.st_testimonial_item .st_testimonial_content::after,
	.st_testimonial_item .st_testimonial_content::before {
		width: 84%
	}
}

.st_testimonial_item .st_testimonial_content::after {
	width: 59%;
	height: 82%
}

@media only screen and (max-width:991.98px) {
	.st_testimonial_item .st_testimonial_content::after {
		width: 88%
	}
}

.st_testimonial_item .st_testimonial_content h3 {
	font-size: 1.5em;
	color: #ffe600;
	font-weight: 400;
	margin: 0 0 30px
}

.st_testimonial_item .st_testimonial_content p {
	color: #d7d2f1;
	font-weight: 300;
	line-height: 2.1
}

.st_testimonial_item .st_testimonial_client {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%)
}

.st_testimonial_item .st_testimonial_client .client_img {
	width: 70px!important;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto 10px;
	overflow: hidden
}

.st_online_community_item .st_single_item img,
.st_testimonial_item .st_testimonial_client .client_img img,
.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.st_testimonial_item .client_title h4 {
	color: #fff;
	font-size: .875em;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: capitalize
}

.st_testimonial_item .client_title p {
	color: #c4c4c4;
	font-size: .75em;
	margin: 0;
	text-transform: uppercase
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.owl-border-nav .owl-nav {
		text-align: center
	}
}

.owl-carousel.owl-border-nav .owl-nav .owl-prev {
	left: 120px
}

.owl-carousel.owl-border-nav .owl-nav .owl-next,
.owl-carousel.owl-border-nav .owl-nav .owl-prev {
	background-color: transparent;
	color: #fff;
	font-size: 1em;
	height: 44px;
	width: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #ccc2ff;
	position: absolute;
	opacity: .4;
	top: 35%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 100%;
	z-index: 1
}

.owl-carousel.owl-border-nav .owl-nav .owl-next:hover,
.owl-carousel.owl-border-nav .owl-nav .owl-prev:hover,
.st_testimonial_slider_v2.owl-carousel.owl-border-nav .owl-nav .owl-next:hover,
.st_testimonial_slider_v2.owl-carousel.owl-border-nav .owl-nav .owl-prev:hover {
	opacity: 1
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.owl-border-nav .owl-nav .owl-next,
	.owl-carousel.owl-border-nav .owl-nav .owl-prev {
		left: inherit;
		top: inherit;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		position: relative;
		margin: 50px 15px 0;
		display: inline-block
	}
}

.owl-carousel.owl-border-nav .owl-nav .owl-next {
	left: auto;
	right: 120px
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.owl-border-nav .owl-nav .owl-next {
		right: 0
	}
}

.st_v2_testimonial_item {
	box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
	padding: 45px 40px;
	margin: 10px 15px 35px
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item {
		padding: 35px 34px;
		box-shadow: none;
		border: 1px solid rgba(0, 0, 0, .05)
	}
}

.st_v2_testimonial_item .st_testimonial_content {
	margin-bottom: 40px;
	position: relative
}

.st_v2_testimonial_item .st_testimonial_content:before {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f3f2f2;
	font-size: 3em;
	margin-right: 10px;
	position: absolute;
	right: 0;
	bottom: -30px;
	z-index: -1
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item .st_testimonial_content:before {
		display: none
	}
}

.st_v2_testimonial_item .st_testimonial_content h3 {
	margin: 0 0 20px
}

.st_v2_testimonial_item .st_testimonial_content p {
	line-height: 2
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item .st_testimonial_content p {
		line-height: 1.8;
		word-break: break-all
	}
}

.st_v2_testimonial_item .st_testimonial_feedback {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item .st_testimonial_feedback {
		display: block
	}
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper {
	display: flex
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_img {
	width: 50px;
	border-radius: 100%;
	overflow: hidden;
	height: 50px;
	margin-right: 20px
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_name {
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_name {
		display: block;
		justify-content: left
	}
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_name h4 {
	font-size: .875em;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 12px
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_waraper .st_client_name p {
	font-size: .75em;
	text-transform: uppercase;
	line-height: 1
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_review {
	display: flex;
	align-items: center
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul li {
	display: inline-block;
	margin: 0 3px;
	text-transform: capitalize
}

.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul li a {
	color: #ffb300;
	font-size: .875em
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul {
		width: auto
	}
	.st_v2_testimonial_item .st_testimonial_feedback .st_client_review {
		margin-left: 70px
	}
	.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul li {
		margin: 0
	}
	.st_v2_testimonial_item .st_testimonial_feedback .st_client_review ul li a {
		font-size: 10px;
		font-size: .625rem
	}
}

.st_slider_bottom_dots .owl-dots {
	text-align: center
}

.st_slider_bottom_dots.owl-carousel .owl-dot {
	border: 1px solid #b7b7b7;
	display: inline-block;
	height: 11px;
	margin-right: 10px;
	width: 11px;
	margin-top: 30px;
	border-radius: 10px
}

@media only screen and (max-width:767.98px) {
	.st_slider_bottom_dots.owl-carousel .owl-dot {
		margin-top: 0
	}
}

.st_slider_bottom_dots.owl-carousel .owl-dot.active {
	background: #00e3f6 0 0;
	height: 15px;
	width: 15px;
	border: 2px solid #fff3f4;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .16)
}

.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_content {
	text-align: center;
	background-color: #fff
}

.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_content::after,
.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_content::before {
	background-color: rgba(255, 255, 255, .04)
}

.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_client .client_title h4,
.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_content h3 {
	color: #140f30
}

.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_content p {
	color: #9595a8
}

.st_testimonial_slider_v2 .st_testimonial_item .st_testimonial_client .client_img {
	width: 90px!important;
	height: 90px;
	box-shadow: 0 16px 20px rgba(20, 15, 48, .32)
}

.st_testimonial_slider_v2.owl-carousel.owl-border-nav .owl-nav .owl-next,
.st_testimonial_slider_v2.owl-carousel.owl-border-nav .owl-nav .owl-prev {
	color: #ccc2ff;
	opacity: .4
}

.st_testimonial_slider_v3 .st_testimonial_item {
	margin: 0;
	padding: 80px 0 0
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_client {
	position: static;
	transform: none;
	margin-bottom: 40px
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_client .client_img {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content {
	background-color: transparent;
	width: 59%;
	padding: 0
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content::after,
.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content::before {
	background-color: rgba(255, 255, 255, .04);
	opacity: 0
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content p {
	color: #9595a8;
	font-size: 1.5em;
	margin-bottom: 55px;
	font-family: "Oxygen", "Poppins", sans-serif;
	font-weight: 300
}

@media only screen and (max-width:767.98px) {
	.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content p {
		font-size: 16px;
		font-size: 1rem
	}
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content h3 {
	color: #140f30;
	font-size: 1.125em;
	font-weight: 700;
	margin: 0
}

.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content h3 span {
	font-weight: 300
}

.st_testimonial_slider_v3 .st_testimonial_item .st_quote {
	position: absolute;
	top: 30px;
	z-index: -1;
	left: 70px
}

@media only screen and (max-width:991.98px) {
	.st_testimonial_slider_v3 .st_testimonial_item .st_testimonial_content {
		width: 100%
	}
}

.st_testimonial_slider_v3.owl-carousel .owl-dot {
	background: #aaffc5;
	border-radius: 10px;
	display: inline-block;
	height: 11px;
	margin-right: 11px;
	width: 11px;
	margin-top: 60px
}

.st_testimonial_slider_v3.owl-carousel .owl-dot.active {
	background: #38d16a 0 0;
	height: 14px;
	width: 14px;
	border: 2px solid #fff;
	position: relative;
	top: -1px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .16)
}

.owl-carousel .owl-dots {
	text-align: center
}

.st_online_community_item .st_single_item {
	animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	border-radius: 100%;
	overflow: hidden;
	z-index: 1;
	opacity: .6
}

.st_online_community_item .st_single_item.item_1 {
	width: 121px;
	height: 121px;
	left: -25px;
	bottom: 20px
}

.st_online_community_item .st_single_item.item_2 {
	width: 69px;
	height: 69px;
	left: 23%;
	bottom: 35%
}

.st_online_community_item .st_single_item.item_3 {
	width: 37px;
	height: 37px;
	left: 6%;
	top: 50%
}

.st_online_community_item .st_single_item.item_4,
.st_online_community_item .st_single_item.item_5 {
	width: 37px;
	height: 37px
}

.st_online_community_item .st_single_item.item_4 {
	left: 22%;
	top: 32%
}

.st_online_community_item .st_single_item.item_5 {
	left: auto;
	top: auto;
	right: 20%;
	bottom: 10%
}

.st_online_community_item .st_single_item.item_6 {
	width: 57px;
	height: 57px;
	right: 8%;
	bottom: 27%
}

.st_online_community_item .st_single_item.item_7 {
	width: 71px;
	height: 71px;
	right: 18%;
	top: 40%
}

.st_online_community_item .st_single_item.item_8 {
	width: 83px;
	height: 83px;
	right: 28%;
	top: 13%
}

.st_online_community_item .st_single_item.item_9 {
	width: 83px;
	height: 83px;
	right: -30px;
	top: 8%
}

.st_online_community_item .st_single_item.item_10 {
	width: 71px;
	height: 71px;
	right: 12%;
	top: 30%
}

.st_online_community_item .st_single_item.item_11 {
	width: 85px;
	height: 85px;
	right: 3%;
	top: 50%
}

.st_online_community_item .st_single_item.item_12 {
	width: 67px;
	height: 67px;
	right: 13%;
	bottom: 20%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_1 {
	width: 121px;
	height: 121px;
	left: 0;
	bottom: 27%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_2 {
	width: 89px;
	height: 89px;
	left: 28%;
	bottom: 23%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_online_community_item_v2 .st_single_item.item_2 {
		width: 50px;
		height: 50px;
		left: 28%;
		bottom: 17%
	}
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_3 {
	width: 70px;
	height: 70px;
	left: 6%;
	top: 24%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_4 {
	width: 70px;
	height: 70px;
	left: 20%;
	top: 18%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_5 {
	width: 89px;
	height: 89px;
	left: 32%;
	top: 25%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_online_community_item_v2 .st_single_item.item_5 {
		left: 32%;
		top: 5%;
		width: 60px;
		height: 60px
	}
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_6 {
	width: 69px;
	height: 69px;
	left: 17%;
	bottom: 45%;
	right: auto
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_7 {
	width: 101px;
	height: 101px;
	right: 24%;
	top: 50%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_online_community_item_v2 .st_single_item.item_7 {
		width: 70px;
		height: 70px
	}
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_8 {
	width: 83px;
	height: 83px;
	right: 28%;
	top: 13%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_online_community_item_v2 .st_single_item.item_8 {
		width: 50px;
		height: 50px
	}
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_9 {
	width: 83px;
	height: 83px;
	right: -30px;
	top: 8%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_10 {
	width: 71px;
	height: 71px;
	right: 12%;
	top: 30%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_11 {
	width: 85px;
	height: 85px;
	right: 3%;
	top: 50%
}

.st_online_community_item.st_online_community_item_v2 .st_single_item.item_12 {
	width: 67px;
	height: 67px;
	right: 13%;
	bottom: 20%
}

@media only screen and (max-width:991.98px) {
	.st_online_community_item.st_online_community_item_v2 .st_single_item {
		display: none
	}
}

.st_online_community_item.st_online_community_item_v3 .st_single_item {
	opacity: .09
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_1 {
	bottom: 115px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_2 {
	width: 69px;
	height: 69px;
	left: 4%;
	top: 30%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_3,
.st_online_community_item.st_online_community_item_v3 .st_single_item.item_4,
.st_online_community_item.st_online_community_item_v3 .st_single_item.item_5 {
	width: 69px;
	height: 69px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_3 {
	left: 16%;
	top: 7%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_4 {
	left: 15%;
	bottom: 27%;
	top: auto
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_5 {
	left: 13%;
	top: auto;
	bottom: 3%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_6 {
	width: 89px;
	height: 89px;
	left: 32%;
	top: 13%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_7 {
	width: 89px;
	height: 89px;
	left: 33%;
	top: 62%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_8 {
	right: -20px;
	top: 8%;
	width: 83px;
	height: 83px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_13,
.st_online_community_item.st_online_community_item_v3 .st_single_item.item_9 {
	width: 83px;
	height: 83px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_9 {
	right: -20px;
	bottom: 6%;
	top: auto
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_10 {
	right: 90px;
	top: 45%;
	width: 85px;
	height: 85px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_11 {
	right: 15%;
	top: 27%;
	width: 71px;
	height: 71px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_12 {
	right: 15%;
	bottom: 25%;
	width: 67px;
	height: 67px
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_13 {
	right: 30%;
	top: 10%
}

.st_online_community_item.st_online_community_item_v3 .st_single_item.item_14 {
	right: 32%;
	bottom: 12%;
	width: 101px;
	height: 101px
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_1 {
	width: 121px;
	height: 121px;
	left: -25px;
	bottom: 20px
}

@media only screen and (max-width:991.98px) {
	.st_online_community_item.st_online_community_item_v4 .st_single_item.item_1 {
		width: 70px;
		height: 70px
	}
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_2 {
	width: 69px;
	height: 69px;
	left: 23%;
	bottom: 35%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_online_community_item_v4 .st_single_item.item_2 {
		left: 13%
	}
}

@media only screen and (max-width:991.98px) {
	.st_online_community_item.st_online_community_item_v4 .st_single_item.item_2 {
		display: none
	}
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_3 {
	width: 37px;
	height: 37px;
	left: 6%;
	top: 50%
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_4,
.st_online_community_item.st_online_community_item_v4 .st_single_item.item_5 {
	width: 37px;
	height: 37px
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_4 {
	left: 22%;
	top: 32%
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_5 {
	left: auto;
	top: auto;
	right: 20%;
	bottom: 10%
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_6 {
	width: 57px;
	height: 57px;
	right: 8%;
	bottom: 27%
}

@media only screen and (max-width:991.98px) {
	.st_online_community_item.st_online_community_item_v4 .st_single_item.item_6 {
		display: none
	}
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_7 {
	width: 71px;
	height: 71px;
	right: 18%;
	top: 40%
}

.st_online_community_item.st_online_community_item_v4 .st_single_item.item_8 {
	width: 83px;
	height: 83px;
	right: -13px;
	top: 23%
}

@media only screen and (max-width:767.98px) {
	.st_online_community_item.st_online_community_item_v4 .st_single_item {
		display: none
	}
}

.st_v4_testimonial_slider .st_testimonial_waraper {
	display: flex;
	padding: 100px 0 55px
}

@media only screen and (max-width:991.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper {
		display: block
	}
}

@media only screen and (max-width:767.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper {
		padding: 30px 0 0
	}
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left {
	position: relative;
	margin-left: 40px;
	height: auto;
	flex: 0 0 40%;
	margin-right: 100px;
	border-radius: 100%;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .41);
	z-index: 0
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left:before {
	background-color: #0079bf;
	width: 456px;
	height: 456px;
	position: absolute;
	left: -40px;
	top: -40px;
	content: "";
	border-radius: 100%;
	z-index: -1
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left:after {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -40px;
	right: -7px;
	font-size: 7.5em;
	color: #0079bf;
	line-height: 1
}

@media only screen and (max-width:1199.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left {
		width: 360px;
		height: 360px
	}
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left::before {
		width: 100%;
		height: 100%;
		top: -61px
	}
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left::after {
		top: -17px;
		font-size: 5.5em
	}
}

@media only screen and (max-width:991.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left {
		width: 290px;
		height: 290px;
		margin: 0 auto
	}
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left::before {
		top: -32px
	}
}

@media only screen and (max-width:767.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_left::before {
		display: none
	}
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right {
	padding: 60px 0
}

@media only screen and (max-width:991.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right {
		text-align: center
	}
}

@media only screen and (max-width:767.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right {
		padding-bottom: 0
	}
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_content {
	position: relative;
	margin-bottom: 50px
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_content h3 {
	font-size: 1.5em;
	margin-bottom: 20px
}

.st_tab_box .st_tab_content p,
.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_content p {
	line-height: 2
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_content:before {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: -120px;
	right: 0;
	font-size: 5.5em;
	color: rgba(20, 15, 48, .04);
	line-height: 1;
	z-index: -1
}

@media only screen and (max-width:1199.98px) {
	.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_content:before {
		right: 0;
		font-size: 4.5em
	}
}

.st_v4_testimonial_slider .st_testimonial_waraper .st_testimonial_right .st_testimonial_client h3 {
	color: #0079bf;
	margin-bottom: 10px;
	text-transform: capitalize
}

.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .st_testimonial_waraper {
	padding-top: 0
}

.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .st_testimonial_waraper .st_testimonial_right {
	padding-bottom: 85px
}

.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .st_testimonial_waraper .st_testimonial_right .st_testimonial_content::before {
	background-image: url(../images/v18/quote-object.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 64px
}

@media only screen and (max-width:767.98px) {
	.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .st_testimonial_waraper .st_testimonial_right .st_testimonial_content::before {
		display: none
	}
}

.st_testimonial_avatar {
	position: absolute;
	bottom: 0;
	left: 60%;
	width: 600px
}

.owl-carousel.st_v4_testimonial_slider .owl-nav {
	position: absolute;
	left: calc(40% + 140px);
	bottom: 55px
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.st_v4_testimonial_slider .owl-nav {
		left: 50%;
		bottom: 45px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media only screen and (max-width:767.98px) {
	.owl-carousel.st_v4_testimonial_slider .owl-nav {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
		bottom: inherit;
		text-align: center;
		display: none
	}
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next,
.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-prev {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	opacity: .4;
	width: 110px;
	padding: 16px 0!important;
	display: inline-block;
	text-align: center
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next {
	border-radius: 0 50px 50px 0
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next:hover,
.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-prev:hover {
	opacity: 1
}

@media only screen and (max-width:767.98px) {
	.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next,
	.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-prev {
		display: inline-block
	}
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next,
.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-prev {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3fcfeff', endColorstr='#e3f5fbff', GradientType=1)
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-prev {
	border-radius: 50px 0 0 50px;
	background: -moz-linear-gradient(left, rgba(245, 251, 255, .89) 0%, rgba(252, 254, 255, .89) 100%);
	background: -webkit-linear-gradient(left, rgba(245, 251, 255, .89) 0%, rgba(252, 254, 255, .89) 100%);
	background: linear-gradient(to right, rgba(245, 251, 255, .89) 0%, rgba(252, 254, 255, .89) 100%)
}

.owl-carousel.st_v4_testimonial_slider .owl-nav .owl-next {
	background: -moz-linear-gradient(left, rgba(252, 254, 255, .89) 0%, rgba(245, 251, 255, .89) 100%);
	background: -webkit-linear-gradient(left, rgba(252, 254, 255, .89) 0%, rgba(245, 251, 255, .89) 100%);
	background: linear-gradient(to right, rgba(252, 254, 255, .89) 0%, rgba(245, 251, 255, .89) 100%)
}

.owl-carousel.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .owl-nav {
	position: absolute;
	left: 0;
	bottom: 55px
}

@media only screen and (max-width:991.98px) {
	.owl-carousel.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .owl-nav {
		left: 50%;
		bottom: 20px
	}
}

@media only screen and (max-width:767.98px) {
	.owl-carousel.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .owl-nav {
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block
	}
}

.owl-carousel.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .owl-nav .owl-next {
	background: #1d1068;
	background: -moz-linear-gradient(left, #1d1068 0%, #1d1068 10%, #301f8e 100%);
	background: -webkit-linear-gradient(left, #1d1068 0%, #1d1068 10%, #301f8e 100%);
	background: linear-gradient(to right, #1d1068 0%, #1d1068 10%, #301f8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1068', endColorstr='#301f8e', GradientType=1)
}

.owl-carousel.st_v4_testimonial_slider.st_v4_testimonial_slider_v2 .owl-nav .owl-prev {
	background: #301f8e;
	background: -moz-linear-gradient(left, #301f8e 0%, #1d1068 90%, #1d1068 100%);
	background: -webkit-linear-gradient(left, #301f8e 0%, #1d1068 90%, #1d1068 100%);
	background: linear-gradient(to right, #301f8e 0%, #1d1068 90%, #1d1068 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#301f8e', endColorstr='#1d1068', GradientType=1)
}

.slider-control-gigas.owl-carousel .owl-dot {
	background: rgba(80, 64, 160, .5)!important
}

.slider-control-gigas.owl-carousel .owl-dot.active {
	background: #5040a0!important
}

.slider-control-perison-blue.owl-carousel .owl-dot {
	background: rgba(30, 67, 221, .5)!important
}

.slider-control-perison-blue.owl-carousel .owl-dot.active {
	background: #1e43dd!important
}

.slider-control-st-aqua.owl-carousel .owl-dot {
	background: rgba(0, 227, 246, .5)!important
}

.slider-control-st-aqua.owl-carousel .owl-dot.active {
	background: #00e3f6!important
}

.slider-control-shamrock.owl-carousel .owl-dot {
	background: rgba(58, 217, 132, .5)!important
}

.slider-control-shamrock.owl-carousel .owl-dot.active {
	background: #3ad984!important
}

.slider-control-yellow-orange.owl-carousel .owl-dot {
	background: rgba(255, 170, 59, .5)!important
}

.slider-control-yellow-orange.owl-carousel .owl-dot.active {
	background: #ffaa3b!important
}

.slider-control-st-pink.owl-carousel .owl-dot {
	background: rgba(242, 63, 121, .5)!important
}

.slider-control-st-pink.owl-carousel .owl-dot.active {
	background: #f23f79!important
}

.slider-control-st-orange.owl-carousel .owl-dot {
	background: rgba(255, 93, 28, .5)!important
}

.slider-control-st-orange.owl-carousel .owl-dot.active {
	background: #ff5d1c!important
}

.slider-control-science-blue.owl-carousel .owl-dot {
	background: rgba(3, 102, 214, .5)!important
}

.slider-control-science-blue.owl-carousel .owl-dot.active {
	background: #0366d6!important
}

.slider-control-emerald.owl-carousel .owl-dot {
	background: rgba(56, 209, 106, .5)!important
}

.slider-control-emerald.owl-carousel .owl-dot.active {
	background: #38d16a!important
}

.slider-control-chambray.owl-carousel .owl-dot {
	background: rgba(59, 62, 153, .5)!important
}

.slider-control-chambray.owl-carousel .owl-dot.active {
	background: #3b3e99!important
}

.slider-control-medium-purple.owl-carousel .owl-dot {
	background: rgba(128, 102, 220, .5)!important
}

.slider-control-medium-purple.owl-carousel .owl-dot.active {
	background: #8066dc!important
}

.slider-control-lochmara.owl-carousel .owl-dot {
	background: rgba(0, 121, 191, .5)!important
}

.slider-control-lochmara.owl-carousel .owl-dot.active {
	background: #0079bf!important
}

.slider-control-alpha-froly.owl-carousel .owl-dot,
.slider-control-froly.owl-carousel .owl-dot {
	background: rgba(244, 111, 108, .5)!important
}

.slider-control-froly.owl-carousel .owl-dot.active {
	background: #f46f6c!important
}

.slider-control-alpha-froly.owl-carousel .owl-dot.active {
	background: rgba(244, 111, 108, .1)!important
}

.slider-control-sweet-pink.owl-carousel .owl-dot {
	background: rgba(255, 163, 161, .5)!important
}

.slider-control-sweet-pink.owl-carousel .owl-dot.active {
	background: #ffa3a1!important
}

.slider-control-koamaru.owl-carousel .owl-dot {
	background: rgba(29, 16, 104, .5)!important
}

.slider-control-koamaru.owl-carousel .owl-dot.active {
	background: #1d1068!important
}

.slider-control-haiti.owl-carousel .owl-dot {
	background: rgba(20, 15, 48, .5)!important
}

.slider-control-haiti.owl-carousel .owl-dot.active {
	background: #140f30!important
}

.slider-control-magnolia.owl-carousel .owl-dot {
	background: rgba(249, 248, 255, .5)!important
}

.slider-control-magnolia.owl-carousel .owl-dot.active {
	background: #f9f8ff!important
}

.slider-control-alice-blue.owl-carousel .owl-dot {
	background: rgba(245, 251, 255, .5)!important
}

.slider-control-alice-blue.owl-carousel .owl-dot.active {
	background: #f5fbff!important
}

.slider-control-polar.owl-carousel .owl-dot {
	background: rgba(245, 249, 253, .5)!important
}

.slider-control-polar.owl-carousel .owl-dot.active {
	background: #f5f9fd!important
}

.slider-control-st-primary.owl-carousel .owl-dot {
	background: rgba(149, 149, 168, .5)!important
}

.slider-control-st-primary.owl-carousel .owl-dot.active {
	background: #9595a8!important
}

.slider-control-st-white.owl-carousel .owl-dot {
	background: rgba(255, 255, 255, .5)!important
}

.slider-control-st-white.owl-carousel .owl-dot.active {
	background: #fff!important
}

.slider-control-st-black.owl-carousel .owl-dot {
	background: rgba(0, 0, 0, .5)!important
}

.slider-control-st-black.owl-carousel .owl-dot.active {
	background: #000!important
}

.slider-control-st-fog.owl-carousel .owl-dot {
	background: rgba(214, 204, 255, .5)!important
}

.slider-control-st-fog.owl-carousel .owl-dot.active {
	background: #d6ccff!important
}

.slider-control-st-gray.owl-carousel .owl-dot {
	background: rgba(153, 153, 153, .5)!important
}

.slider-control-st-gray.owl-carousel .owl-dot.active {
	background: #999!important
}

.slider-control-st-concrete.owl-carousel .owl-dot {
	background: rgba(243, 243, 243, .5)!important
}

.slider-control-st-concrete.owl-carousel .owl-dot.active {
	background: #f3f3f3!important
}

.slider-control-st-violet.owl-carousel .owl-dot {
	background: rgba(213, 46, 239, .5)!important
}

.slider-control-st-violet.owl-carousel .owl-dot.active {
	background: #d52eef!important
}

.slider-control-sun-glow.owl-carousel .owl-dot {
	background: rgba(252, 204, 44, .5)!important
}

.slider-control-sun-glow.owl-carousel .owl-dot.active {
	background: #fccc2c!important
}

.slider-control-st-cabaret.owl-carousel .owl-dot {
	background: rgba(209, 56, 108, .5)!important
}

.slider-control-st-cabaret.owl-carousel .owl-dot.active {
	background: #d1386c!important
}

.slider-control-st-zircon.owl-carousel .owl-dot {
	background: rgba(248, 250, 255, .5)!important
}

.slider-control-st-zircon.owl-carousel .owl-dot.active {
	background: #f8faff!important
}

.slider-control-clear-day.owl-carousel .owl-dot {
	background: rgba(249, 255, 253, .5)!important
}

.slider-control-clear-day.owl-carousel .owl-dot.active {
	background: #f9fffd!important
}

.slider-control-st-shamrock.owl-carousel .owl-dot {
	background: rgba(58, 217, 132, .5)!important
}

.slider-control-st-shamrock.owl-carousel .owl-dot.active {
	background: #3ad984!important
}

.slider-control-blue-bell.owl-carousel .owl-dot {
	background: rgba(157, 158, 206, .5)!important
}

.slider-control-blue-bell.owl-carousel .owl-dot.active {
	background: #9d9ece!important
}

.slider-control-snuff.owl-carousel .owl-dot {
	background: rgba(219, 215, 233, .5)!important
}

.slider-control-snuff.owl-carousel .owl-dot.active {
	background: #dbd7e9!important
}

.slider-control-french-grey.owl-carousel .owl-dot {
	background: rgba(195, 195, 199, .5)!important
}

.slider-control-french-grey.owl-carousel .owl-dot.active {
	background: #c3c3c7!important
}

.slider-control-ebony-clay.owl-carousel .owl-dot {
	background: rgba(31, 40, 51, .5)!important
}

.slider-control-ebony-clay.owl-carousel .owl-dot.active {
	background: #1f2833!important
}

.slider-control-black-rock.owl-carousel .owl-dot {
	background: rgba(8, 3, 39, .5)!important
}

.slider-control-black-rock.owl-carousel .owl-dot.active {
	background: #080327!important
}

.slider-control-st-lavender.owl-carousel .owl-dot {
	background: rgba(180, 181, 213, .5)!important
}

.slider-control-st-lavender.owl-carousel .owl-dot.active {
	background: #b4b5d5!important
}

.slider-control-titan-white.owl-carousel .owl-dot {
	background: rgba(245, 245, 255, .5)!important
}

.slider-control-titan-white.owl-carousel .owl-dot.active {
	background: #f5f5ff!important
}

.slider-control-regent.owl-carousel .owl-dot {
	background: rgba(141, 155, 164, .5)!important
}

.slider-control-regent.owl-carousel .owl-dot.active {
	background: #8d9ba4!important
}

.slider-control-shhamrock.owl-carousel .owl-dot {
	background: rgba(64, 209, 167, .5)!important
}

.slider-control-shhamrock.owl-carousel .owl-dot.active {
	background: #40d1a7!important
}

.slider-control-cornflower-blue.owl-carousel .owl-dot {
	background: rgba(93, 129, 236, .5)!important
}

.slider-control-cornflower-blue.owl-carousel .owl-dot.active {
	background: #5d81ec!important
}

.slider-control-picton-blue.owl-carousel .owl-dot {
	background: rgba(76, 208, 229, .5)!important
}

.slider-control-picton-blue.owl-carousel .owl-dot.active {
	background: #4cd0e5!important
}

.slider-control-geraldine.owl-carousel .owl-dot {
	background: rgba(255, 123, 132, .5)!important
}

.slider-control-geraldine.owl-carousel .owl-dot.active {
	background: #ff7b84!important
}

.slider-control-polar-dib.owl-carousel .owl-dot {
	background: rgba(241, 251, 252, .5)!important
}

.slider-control-polar-dib.owl-carousel .owl-dot.active {
	background: #f1fbfc!important
}

.st_v2_testimonial_slider .owl-stage-outer {
	padding: 30px;
	margin-left: -30px;
	width: calc(100% + 60px)
}

@media only screen and (max-width:767.98px) {
	.st_v2_testimonial_slider .owl-stage-outer {
		padding: 0;
		margin-left: 0;
		width: 100%
	}
}

.owl-item {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms
}

.owl-item.active {
	opacity: 1
}

.st_swiper_slider {
	position: relative
}

.st_swiper_slider .st_screenshot {
	overflow: hidden;
	padding: 40px 0
}

.st_swiper_slider .st_screenshot .swiper-slide.swiper-slide-prev {
	filter: blur(2px)
}

.st_swiper_slider .st_screenshot .swiper-slide.swiper-slide-next {
	filter: blur(3px);
	opacity: .4
}

.st_swiper_slider .st_screenshot .swiper-slide.swiper-slide-active {
	box-shadow: 0 10px 60px rgba(39, 39, 39, .05)
}

.st_custom-tab ul.nav.nav-pills li,
.st_pricing_table_shape img,
.st_screenshot_v2 .swiper-slide img,
.st_swiper_slider .st_screenshot .swiper-slide img,
.st_swiper_slider .swiper-slide img,
.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide img {
	width: 100%
}

.st_swiper_slider .st_screenshot .swiper-slide .swiper-slide-shadow-left,
.st_swiper_slider .st_screenshot .swiper-slide .swiper-slide-shadow-right,
.st_swiper_slider .swiper-slide .swiper-slide-shadow-left,
.st_swiper_slider .swiper-slide .swiper-slide-shadow-right {
	background-image: none
}

@media only screen and (max-width:991.98px) {
	.st_swiper_slider {
		padding-top: 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_swiper_slider {
		padding: 0
	}
}

.swiper-button-prev {
	left: -90px
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	border-radius: 100%;
	background-color: #f5f9fd;
	color: #8066dc;
	font-size: 1.5em;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0;
	position: absolute;
	opacity: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	outline: 0;
	-webkit-text-stroke: 1.5px #f5f9fd;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:991.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		background: #5040a0;
		color: #fff;
		box-shadow: 0 10px 30px rgba(80, 64, 160, .3);
		-webkit-text-stroke: 1.5px #5040a0;
		display: none!important
	}
}

.swiper-button-next {
	left: auto;
	right: -90px
}

@media only screen and (max-width:1199.98px) {
	div.swiper-button-prev {
		left: 0
	}
	div.swiper-button-next {
		right: 0
	}
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #5040a0;
	color: #fff;
	box-shadow: 0 10px 30px rgba(80, 64, 160, .3);
	-webkit-text-stroke: 1.5px #5040a0
}

.st_screenshot_wrap {
	position: relative
}

.st_screenshot_v2 {
	overflow: hidden;
	border-left: 15px solid rgba(242, 243, 245, .85);
	border-right: 15px solid rgba(242, 243, 245, .85);
	width: calc(100% - 140px);
	margin: auto
}

.st_screenshot_v2 .swiper-slide.swiper-slide-prev {
	transform: translateX(500px)!important;
	opacity: .85
}

.st_screenshot_v2 .swiper-slide.swiper-slide-next {
	transform: translateX(-500px)!important;
	opacity: .85
}

.st_screenshot_v2 .swiper-slide {
	box-shadow: 0 0 50px rgba(39, 39, 39, .08)
}

.st_screenshot_v2 .swiper-slide .swiper-slide-shadow-left,
.st_screenshot_v2 .swiper-slide .swiper-slide-shadow-right {
	background-image: none
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_v2 {
		width: calc(100% - 60px)
	}
}

@media only screen and (max-width:767.98px) {
	.st_screenshot_v2 {
		width: 100%
	}
}

.st_screenshot_v2+.swiper-button-prev {
	left: 0
}

.st_screenshot_v2+.swiper-button-prev,
.st_screenshot_v2+.swiper-button-prev+.swiper-button-next {
	color: #00e3f6;
	font-size: 1.5em;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0;
	position: absolute;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 1;
	-webkit-text-stroke: 1.5px #fff
}

.st_screenshot_v2+.swiper-button-prev+.swiper-button-next:hover,
.st_screenshot_v2+.swiper-button-prev:hover {
	background-color: #00e3f6;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 227, 246, .3);
	-webkit-text-stroke: 1.5px #00e3f6
}

.st_screenshot_v2+.swiper-button-prev+.swiper-button-next {
	left: auto;
	right: 0
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_area {
		overflow-x: hidden
	}
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab {
	position: relative;
	margin-bottom: 75px
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab:before {
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	top: 45px;
	content: "";
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 247, 246, .8) 49%, rgba(255, 247, 246, .8) 50%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 247, 246, .8) 49%, rgba(255, 247, 246, .8) 50%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 247, 246, .8) 49%, rgba(255, 247, 246, .8) 50%, rgba(255, 255, 255, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1)
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li {
	display: inline-block;
	margin: 0 25px;
	text-transform: capitalize
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li {
		margin: 0 15px
	}
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li a {
	padding: 15px 26px
}

.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li a.active:before {
	content: none
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_area .st_screenshot_warap.st_screenshot_warap_v3 .st_screenshot_tab .nav-pills>li a {
		padding: 0;
		background: 0 0
	}
}

.st_swiper_slider_center_frame {
	position: relative;
	padding: 75px 0
}

@media only screen and (max-width:767.98px) {
	.st_swiper_slider_center_frame {
		width: 80%;
		margin: auto;
		padding: 0
	}
}

.st_swiper_slider_center_frame .st_swiper_frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 385px;
	text-align: center
}

@media only screen and (max-width:991.98px) {
	.st_swiper_slider_center_frame .st_swiper_frame {
		display: none
	}
}

.st_swiper_slider_center_frame .st_screenshot_center_frame {
	overflow: hidden
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide {
	box-shadow: 10px 0 80px rgba(0, 0, 0, .05)
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide .swiper-slide-shadow-left,
.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide .swiper-slide-shadow-right {
	background-image: none
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide-nth-prev-2 {
	transform: translate3d(245px, 0, 0)!important
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide-nth-prev-3 {
	transform: translate3d(416px, 0, 0)!important
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide-nth-next-2 {
	transform: translate3d(-245px, 0, 0)!important
}

.st_swiper_slider_center_frame .st_screenshot_center_frame .swiper-slide-nth-next-3 {
	transform: translate3d(-416px, 0, 0)!important
}

.st_swiper_slider_center_frame .swiper-button-next,
.st_swiper_slider_center_frame .swiper-button-prev {
	border-radius: 100%;
	background-color: #fff;
	color: #00e3f6;
	font-size: 1.5em;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 0;
	position: absolute;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	-webkit-text-stroke: 1.5px #f5f9fd;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_swiper_slider_center_frame .swiper-button-next:hover,
.st_swiper_slider_center_frame .swiper-button-prev:hover {
	background: #00e3f6;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0, 227, 246, .3);
	-webkit-text-stroke: 1.5px #00e3f6
}

.st_swiper_slider_center_frame .swiper-button-prev {
	left: -90px
}

.st_swiper_slider_center_frame .swiper-button-next.swiper-buton-style-v2,
.st_swiper_slider_center_frame .swiper-button-prev.swiper-buton-style-v2 {
	background-color: #fff;
	color: #ff5d1c;
	-webkit-text-stroke: 1.5px #fff
}

.st_swiper_slider_center_frame .swiper-button-next.swiper-buton-style-v2:active,
.st_swiper_slider_center_frame .swiper-button-next.swiper-buton-style-v2:focus,
.st_swiper_slider_center_frame .swiper-button-next.swiper-buton-style-v2:hover,
.st_swiper_slider_center_frame .swiper-button-prev.swiper-buton-style-v2:active,
.st_swiper_slider_center_frame .swiper-button-prev.swiper-buton-style-v2:focus,
.st_swiper_slider_center_frame .swiper-button-prev.swiper-buton-style-v2:hover {
	background-color: #ff5d1c;
	color: #fff;
	-webkit-text-stroke: 1.5px #ff5d1c
}

.st_swiper_slider_center_frame .swiper-button-next {
	right: -90px
}

@media only screen and (max-width:1199.98px) {
	.st_swiper_slider_center_frame div.swiper-button-prev {
		left: 0
	}
	.st_swiper_slider_center_frame div.swiper-button-next {
		right: 0
	}
}

@media only screen and (max-width:767.98px) {
	.st_swiper_slider_center_frame div.swiper-button-next,
	.st_swiper_slider_center_frame div.swiper-button-prev {
		display: none
	}
	.swiper-button-next,
	.swiper-button-prev {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		margin-top: -26.5px;
		width: 45px;
		height: 45px
	}
}

.st_news_letter_area {
	text-align: center;
	position: relative
}

.st_news_letter_area .st_subscribe_waraper {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 140px 0
}

.st_news_letter_area .st_subscribe_waraper h2 {
	margin: 0 0 40px
}

.st_subscribe {
	position: relative;
	width: 554px;
	max-width: 100%;
	margin: 0 auto
}

.st_subscribe i {
	font-size: 1.125em;
	left: 43px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (max-width:575.98px) {
	.st_subscribe i {
		left: 30px;
		top: 35px
	}
}

.st_subscribe input[type=email] {
	width: 100%;
	height: 70px;
	padding: 0 80px;
	border: 1px solid #f2efff;
	border-radius: 50px;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:575.98px) {
	.st_subscribe input[type=email] {
		padding: 0 30px 0 70px
	}
}

.st_subscribe input[type=submit] {
	border-radius: 50px;
	position: absolute;
	border: 0;
	height: 54px;
	text-transform: uppercase;
	font-weight: 600px;
	color: #fff;
	padding: 0 40px;
	right: 8px;
	top: 8px;
	cursor: pointer;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .16);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:575.98px) {
	.st_subscribe input[type=submit] {
		position: relative;
		width: 100%;
		right: inherit;
		top: inherit
	}
}

.st_subscription_info {
	margin-top: 11px;
	position: absolute;
	bottom: -36px;
	width: 100%;
	display: none;
	text-align: center
}

.st_news_left_item h2 {
	color: #f5f9fd;
	font-weight: 300;
	margin: 0 0 20px;
	font-size: 2.125em
}

@media only screen and (max-width:991.98px) {
	.st_news_left_item h2 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

@media only screen and (max-width:767.98px) {
	.st_news_left_item h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

@media only screen and (max-width:991.98px) {
	.st_news_left_item {
		width: 100%
	}
}

.st_subscribe .st-subscription-form .st_subscribe_email.st_subscribe_email_transparent[type=email] {
	background-color: transparent;
	width: 100%;
	height: 60px;
	padding: 0 40px;
	border: 2px solid rgba(255, 255, 255, .1);
	color: #fff
}

.st_subscribe .st-subscription-form input[type=submit] {
	top: 0;
	right: 0;
	height: 60px
}

@media only screen and (max-width:991.98px) {
	.st_subscribe {
		width: 80%
	}
}

@media only screen and (max-width:767.98px) {
	.st_subscribe {
		width: 100%
	}
}

.st_subscribe_info_icon {
	font-size: .875em;
	margin-top: 20px
}

.st_subscribe_info_icon i {
	margin-right: 10px
}

.st_subscribe_info_icon p {
	display: inline-block
}

.st_subscription_wrapper>h2 {
	font-size: 2.75em;
	margin-bottom: 75px
}

@media only screen and (max-width:1199.98px) {
	.st_subscription_wrapper>h2 {
		font-size: 38px;
		font-size: 2.375rem
	}
}

@media only screen and (max-width:991.98px) {
	.st_subscription_wrapper>h2 {
		font-size: 34px;
		font-size: 2.125rem
	}
}

@media only screen and (max-width:767.98px) {
	.st_subscription_wrapper>h2 {
		font-size: 28px;
		font-size: 1.75rem;
		margin-bottom: 50px
	}
}

.st_subscribe.st_subscribe_flat {
	width: 470px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 0
}

.st_subscribe.st_subscribe_flat::before {
	border-radius: 5px;
	z-index: -1;
	width: calc(100% + 10px);
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .25)
}

@media only screen and (max-width:767.98px) {
	.st_subscribe.st_subscribe_flat::before {
		display: none
	}
}

.st_subscribe.st_subscribe_flat input[type=email] {
	background-color: #fff;
	width: 100%;
	height: 60px;
	padding: 0 40px;
	border: 2px solid #fff;
	border-radius: 5px
}

.st_subscribe.st_subscribe_flat input[type=submit] {
	border-radius: 5px;
	background: #5040a0;
	color: #fff;
	box-shadow: 0 5px 35px rgba(128, 102, 220, .5);
	top: 3px;
	right: 3px;
	padding: 0 25px;
	font-weight: 600
}

@media only screen and (max-width:575.98px) {
	.st_subscribe.st_subscribe_flat input[type=submit] {
		right: 0
	}
}

.st_subscribe.st_subscribe_flat.st_about_subscription:before {
	background-color: rgba(255, 255, 255, .25)
}

.st_subscribe.st_subscribe_flat.st_about_subscription input[type=submit] {
	box-shadow: 0 5px 35px rgba(0, 227, 246, .5);
	padding: 0 30px
}

.st_subscribe.st_subscribe_flat.st_coming_soon:before {
	background-color: rgba(0, 0, 0, .05)
}

.st_subscribe.st_subscribe_flat.st_coming_soon input[type=submit] {
	box-shadow: 0 5px 35px rgba(30, 67, 221, .3);
	padding: 0 30px
}

.st-pricing-switcher {
	margin-bottom: 60px;
	text-align: center
}

.st-pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	width: 500px
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset input[type=radio],
.st-pricing-switcher .fieldset input[type=radio] {
	position: absolute;
	opacity: 0
}

.st-pricing-switcher .fieldset label {
	position: relative;
	z-index: 1;
	width: 139px;
	cursor: pointer;
	font-size: 1.125em;
	color: #adadc1;
	font-family: "Oxygen", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0
}

.st-pricing-switcher .fieldset input[type=radio]#yearly-1:checked~.st-pricing-underlines .st-pricing-underlines-2 {
	left: 175px
}

.st-pricing-switcher .fieldset .st-pricing-underlines-1 {
	width: 500px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50px
}

@media only screen and (max-width:767.98px) {
	.st-pricing-switcher .fieldset .st-pricing-underlines-1 {
		width: 100%;
		max-width: 100%
	}
}

.st-pricing-switcher .fieldset .st-pricing-underlines-2 {
	width: 300px;
	height: 4px;
	position: absolute;
	left: 25px;
	top: 50px;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:767.98px) {
	.st-pricing-switcher .fieldset .st-pricing-underlines-2 {
		width: 170px;
		max-width: 100%
	}
	.st-pricing-switcher .fieldset {
		width: 100%;
		max-width: 100%
	}
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-header {
	background-color: #8066dc;
	padding: 18px 0;
	border-radius: 5px 5px 0 0
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-header h3 {
	font-size: 1em;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 0
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-price {
	padding: 20px 0 10px
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-price .st-currency {
	color: #140f30;
	font-size: 2.125em;
	font-family: "Oxygen", "Poppins", sans-serif;
	font-weight: 700
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-body ul.st-pricing-features li {
	display: block;
	margin: 0;
	text-transform: capitalize;
	color: #9595a8;
	padding: 8px 0
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover {
	position: absolute;
	background-color: #8066dc;
	width: 100%;
	top: 0;
	height: 0;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: height .4s, opacity .4s;
	-webkit-transition: height .4s, opacity .4s;
	box-shadow: 0 20px 60px rgba(128, 102, 220, .4);
	border-radius: 5px
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover .st_default_btn.st-pricing {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background-color: #5040a0;
	color: #fff;
	position: relative;
	top: 30px;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover .st_default_btn.st-pricing:hover {
	background-color: #1ed9f9
}

@media only screen and (max-width:1199.98px) {
	ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover {
		position: relative;
		top: inherit;
		height: auto;
		opacity: 1;
		display: block;
		box-shadow: none;
		padding-top: 20px;
		padding-bottom: 10px;
		background-color: transparent
	}
	ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover h2 {
		display: none
	}
	ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-hover .st_default_btn.st-pricing {
		top: inherit;
		box-shadow: none
	}
}

.touch ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper {
	-webkit-perspective: 2000px;
	-ms-perspective: 2000px;
	-moz-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: st-rotate .4s;
	-ms-animation: st-rotate .4s;
	-moz-animation: st-rotate .4s;
	-o-animation: st-rotate .4s;
	animation: st-rotate .4s
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: st-rotate-inverse .4s;
	-ms-animation: st-rotate-inverse .4s;
	-moz-animation: st-rotate-inverse .4s;
	-o-animation: st-rotate-inverse .4s;
	animation: st-rotate-inverse .4s;
	opacity: 0
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched .is-selected {
	opacity: 1
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: st-rotate-back .4s;
	-ms-animation: st-rotate-back .4s;
	-moz-animation: st-rotate-back .4s;
	-o-animation: st-rotate-back .4s;
	animation: st-rotate-back .4s
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: st-rotate-inverse-back .4s;
	-ms-animation: st-rotate-inverse-back .4s;
	-moz-animation: st-rotate-inverse-back .4s;
	-o-animation: st-rotate-inverse-back .4s;
	animation: st-rotate-inverse-back .4s;
	opacity: 0
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper>li {
	background-color: #f6f7ff;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

.st_accordion_item .card.card__active .st_st_accordion_icon_2 i,
ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper>li.is-ended::after {
	display: none
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper>li:hover .st-pricing-hover {
	height: 100%;
	opacity: 1
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .is-visible {
	position: relative;
	z-index: 0;
	padding: 0 0 23px
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .is-selected {
	z-index: 3!important
}

@media only screen and (max-width:991.98px) {
	ul.st-pricing-list.st-bounce-invert {
		margin-bottom: 35px
	}
}

.st_pricing_packges {
	text-align: center;
	border: 1px solid #f3f3f3;
	padding: 60px 0;
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.st_pricing_packges .st_pricing_packges_header {
	padding: 0 0 35px
}

.st_pricing_packges .st_pricing_packges_header .st_pack_name {
	background-color: #3ad984;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	font-family: "Oxygen", "Poppins", sans-serif;
	margin: 0 0 20px;
	font-size: 16px;
	font-size: 1rem
}

.st_pricing_packges .st_pricing_packges_header .st_pack_name.yellow {
	background-color: #ffaa3b;
	color: #fff
}

.st_pricing_packges .st_pricing_packges_header .st_pack_name.pink {
	background-color: #f23f79;
	color: #fff
}

.st_pricing_packges .st_pricing_packges_header .st_pack_year {
	font-size: 18px;
	font-size: 1.125rem
}

.st_pricing_packges .st_packges_body .pack_price {
	margin: 0 0 30px
}

.st_pricing_packges .st_packges_body .pack_price h2 {
	font-weight: 700
}

.st_pricing_packges .st_packges_body .st_pack_feature_list,
.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills {
	margin: 0;
	padding: 0;
	list-style: none
}

.st_pricing_packges .st_packges_body .st_pack_feature_list li {
	margin: 15px 0
}

.st_pricing_packges .st_pack_footer {
	padding: 30px 0 0
}

.st_pricing_packges .st_pack_footer .st_default_btn.st_transparent {
	background-color: transparent;
	border: 1px solid #00e3f6;
	color: #140f30;
	min-width: 140px;
	padding: 14px 10px;
	font-weight: 600;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_pricing_packges .st_pack_footer .st_default_btn.st_transparent:hover {
	background-color: #00e3f6;
	color: #fff
}

.st_pricing_packges.st_pricing_bg {
	color: #fff;
	border: 0;
	box-shadow: 0 11px 30px rgba(28, 76, 223, .36);
	position: relative;
	overflow: hidden
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset .st-pricing-underlines-2,
.st_pricing_packges.st_pricing_bg .st_default_btn.st_transparent {
	color: #fff;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_pricing_packges.st_pricing_bg .st_default_btn.st_transparent {
	background-color: transparent;
	border: 1px solid #fff
}

.st_pricing_packges.st_pricing_bg .st_default_btn.st_transparent:hover {
	background-color: #00e3f6;
	border: 1px solid #00e3f6;
	color: #fff
}

.st_pricing_packges.st_pricing_bg .pack_price h2 {
	color: #fff
}

.st_pricing_packges.st_pricing_bg .st_most_popular {
	position: absolute;
	top: 32px;
	font-size: .875em;
	width: 181px;
	padding: 4px 0;
	right: -36px;
	transform: rotate(40deg);
	background-color: #fff;
	color: #00e3f6
}

.st_pricing_table_shape {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1
}

.st_pricing_table_area {
	position: relative
}

.st_pricing_packges.orange-pricing-bg {
	box-shadow: 0 11px 30px rgba(255, 93, 28, .36)
}

.st_pricing_packges.aqua-pricing-bg {
	box-shadow: 0 11px 30px rgba(0, 227, 246, .36)
}

.st_pricing_packges_highlight.st_pricing_packges {
	position: relative;
	top: -16px;
	height: calc(100% + 32px)
}

.st-pricing-btn-style-wrapper .st-pricing-switcher {
	margin-bottom: 40px
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset {
	display: flex;
	position: relative;
	width: 208px;
	border: 1px solid #8066dc;
	border-radius: 50px;
	height: 42px;
	justify-content: center;
	align-items: center;
	margin: 0 auto
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset .st-pricing-underlines-2 {
	background: #8066dc;
	width: 104px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px 0 0 50px
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset input[type=radio]:checked+label {
	color: #fff
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset label {
	position: relative;
	z-index: 1;
	font-size: .813em;
	color: #333;
	display: flex;
	height: 42px;
	line-height: 42px;
	justify-content: center;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st-pricing-btn-style-wrapper .st-pricing-switcher .fieldset input[type=radio]#yearly-1:checked~.st-pricing-underlines .st-pricing-underlines-2 {
	background: #8066dc;
	left: 104px;
	border-radius: 0 50px 50px 0;
	color: #fff
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-header {
	background-color: #f1eefb;
	padding: 14px 0;
	border-radius: 5px 5px 0 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-header h3 {
	font-size: 14px;
	font-size: .875rem;
	color: #5040a0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-price {
	padding: 30px 0 20px
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-price p {
	color: #bababa;
	font-size: 14px;
	font-size: .875rem
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-body ul.st-pricing-features li {
	display: block;
	margin: 20px 0;
	text-transform: capitalize;
	padding: 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .st-pricing-body ul.st-pricing-features li:first-child {
	margin-top: 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .is-visible {
	padding: 0
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .cs-pricing-footer {
	padding: 35px 0 45px
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper .cs-pricing-footer .st_default_btn.st_transparent {
	padding: 12px 25px;
	min-width: 154px
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper>li {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .03);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	border-radius: 10px
}

.st-pricing-btn-style-wrapper ul.st-pricing-list.st-bounce-invert ul.st-pricing-wrapper:hover>li {
	box-shadow: 0 10px 80px rgba(0, 0, 0, .07)
}

.st_pricing_table_waraper {
	display: flex;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	box-shadow: 0 0 60px rgba(0, 0, 0, .05);
	border-radius: 10px
}

.st_pricing_table_waraper .st_pricing_single_item {
	flex: 0 0 33.33%;
	border-right: 1px solid rgba(112, 112, 112, .07)
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_title {
	padding: 15px 0
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_title h3 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 0
}

@media only screen and (max-width:767.98px) {
	.st_pricing_table_waraper .st_pricing_single_item .st_pricing_title h3 {
		height: 48px;
		overflow: hidden;
		width: 80%;
		display: block;
		margin: auto
	}
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_title.color_blue h3 {
	color: #0366d6
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(112, 112, 112, .07)
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package p {
	color: #140f30;
	font-size: 14px;
	font-size: .875rem
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package.st_extra_height {
	height: 100px;
	background-color: #fff!important
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package .st_default_btn {
	min-width: 130px;
	padding: 10px 0;
	border-radius: 10px
}

@media only screen and (max-width:767.98px) {
	.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package .st_default_btn {
		padding: 10px;
		min-width: inherit
	}
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package .st_default_btn.st_transparent {
	background-color: transparent
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package:nth-child(odd) {
	background-color: #f5f9fd
}

.st_pricing_table_waraper .st_pricing_single_item .st_pricing_package:nth-child(even) {
	background-color: #fff
}

@media only screen and (max-width:1199.98px) {
	.st_pricing_table_waraper {
		width: 100%
	}
}

.st_client_slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto
}

.st_custom-tab {
	background-size: 200% auto;
	box-shadow: 0 11px 30px rgba(28, 76, 223, .36);
	border-radius: 3px;
	position: relative
}

.st_custom-tab ul.nav.nav-pills {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: inherit;
	overflow: hidden
}

.st_custom-tab ul.nav.nav-pills li a {
	color: #fff;
	font-size: 1.125em;
	height: 100%;
	display: block;
	text-align: center;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	padding: 50px 30px;
	border-radius: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.st_custom-tab ul.nav.nav-pills li a span {
	margin-left: 16px
}

@media only screen and (max-width:1199.98px) {
	.st_custom-tab ul.nav.nav-pills li a span {
		display: block;
		text-align: center;
		margin-top: 18px
	}
}

@media only screen and (max-width:991.98px) {
	.st_custom-tab ul.nav.nav-pills li a span {
		display: none
	}
}

@media only screen and (max-width:1199.98px) {
	.st_custom-tab ul.nav.nav-pills li a img {
		display: inline-block
	}
	.st_custom-tab ul.nav.nav-pills li a {
		padding: 35px 5px
	}
}

.st_tab_box {
	background-color: #fff;
	padding: 75px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	box-shadow: 0 10px 50px rgba(0, 0, 0, .02)
}

@media only screen and (max-width:991.98px) {
	.st_tab_box {
		padding: 55px 50px;
		display: block
	}
}

@media only screen and (max-width:767.98px) {
	.st_tab_box {
		padding: 35px 30px;
		display: block
	}
}

.st_tab_box .st_tab_single_img {
	flex: 0 0 50%;
	margin-right: 56px
}

@media only screen and (max-width:991.98px) {
	.st_tab_box .st_tab_single_img {
		margin-right: 0;
		margin-bottom: 50px;
		text-align: center
	}
}

.st_tab_box .st_tab_content h3 {
	font-size: 1.5em;
	margin: 0 0 33px
}

.st_download_area {
	position: relative;
	overflow: hidden;
	z-index: 0
}

.st_download_content_waraper {
	padding: 150px 0 90px
}

.st_download_content_waraper h2 {
	font-weight: 300;
	margin: 0 0 50px;
	line-height: 1.7
}

@media only screen and (max-width:991.98px) {
	.st_download_content_waraper {
		padding-top: 100px;
		padding-bottom: 55px
	}
}

@media only screen and (max-width:767.98px) {
	.st_download_content_waraper {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.st_download_single_img {
	position: relative;
	z-index: 1
}

.st_download_area .st_single_shape_01 {
	background: -moz-linear-gradient(left, rgba(91, 135, 255, .66) 0%, rgba(30, 105, 230, .66) 90%, rgba(23, 102, 227, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(91, 135, 255, .66) 0%, rgba(30, 105, 230, .66) 90%, rgba(23, 102, 227, 0) 100%);
	background: linear-gradient(to right, rgba(91, 135, 255, .66) 0%, rgba(30, 105, 230, .66) 90%, rgba(23, 102, 227, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85b87ff', endColorstr='#001766e3', GradientType=1);
	width: 700px;
	height: 110px;
	position: absolute;
	top: 35%;
	transform: rotate(42deg);
	left: -145px;
	z-index: -1
}

.st_download_area .st_single_shape_02 {
	background: -moz-linear-gradient(left, rgba(5, 197, 241, .25) 0%, rgba(255, 255, 255, .25) 100%);
	background: -webkit-linear-gradient(left, rgba(5, 197, 241, .25) 0%, rgba(255, 255, 255, .25) 100%);
	background: linear-gradient(to right, rgba(5, 197, 241, .25) 0%, rgba(255, 255, 255, .25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4005c5f1', endColorstr='#40ffffff', GradientType=1);
	width: 700px;
	height: 110px;
	position: absolute;
	top: 35%;
	transform: rotate(-47deg);
	right: -162px;
	z-index: -1
}

.st_app_download_warap {
	padding: 215px 0
}

.st_app_download_warap .st_app_download_title {
	margin-bottom: 55px
}

.st_app_download_warap .st_app_download_title p {
	font-size: 1.5em;
	margin-top: 20px
}

.st_app_download_warap .st_app_download_subscription {
	margin-bottom: 32px
}

.st_app_download_warap .st_app_download_subscription .st_subscribe.st_subscribe_flat::before {
	opacity: 0
}

.st_app_download_warap .st_app_download_subscription .st_subscribe.st_subscribe_flat input[type=email] {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .07)
}

.st_app_download_warap .st_app_download_subscription .st_subscribe.st_subscribe_flat input[type=submit] {
	box-shadow: 0 5px 35px rgba(56, 209, 106, .5)
}

.st_app_download_warap .st_app_download_subscription .st_subscribe_info p {
	color: #c3c3c7;
	font-size: .75em;
	margin-top: 20px
}

.st_app_download_warap .st_or {
	font-weight: 700;
	font-size: 1.125em;
	margin-bottom: 30px
}

.st_app_download_warap .st_app_download_btn .st_default_btn {
	min-width: 200px
}

.st_app_download_warap .st_app_download_btn .st_default_btn:focus,
.st_app_download_warap .st_app_download_btn .st_default_btn:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, .22)
}

.download_area_v2::before {
	background-image: url(../images/v6/feature-bg.png);
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	top: -293px;
	left: 0;
	background-repeat: repeat;
	background-size: auto;
	background-position: bottom center
}

.st_select_warap {
	display: inline-block;
	position: relative;
	margin-right: 25px;
	z-index: 0
}

.st_select_warap::after {
	width: 7px;
	height: 7px;
	position: absolute;
	left: inherit;
	top: 50%;
	content: "";
	border-bottom: 2px solid #f23f79;
	border-right: 2px solid #f23f79;
	display: block;
	right: 30px;
	transform: rotate(45deg);
	margin-top: -4px
}

.st_select_warap select {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #9595a8;
	font-size: .9em;
	padding: 12px 60px 12px 25px;
	border: 0;
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .15), 0 5px 6px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	border-radius: 50px;
	min-height: 45px
}

@media only screen and (max-width:575.98px) {
	.st_select_warap {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%
	}
	.st_select_warap select {
		width: 100%
	}
}

.st_apps_before_after:after,
.st_apps_before_after:before {
	width: 100%;
	position: absolute;
	left: 0;
	content: "";
	background-color: #f5f9fd
}

.st_apps_before_after:before {
	bottom: 0;
	height: calc(100% - 200px);
	z-index: -1
}

.st_apps_before_after:after {
	height: 200px;
	top: 80px;
	z-index: -2;
	background-size: cover;
	-webkit-clip-path: polygon(-85% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(-70% 100%, 100% 100%, 100% 0%)
}

.st_left_shape.st_left_shape_3 {
	top: 70%
}

.st_apps_area.st_apps_before_after_2:after,
.st_apps_area.st_apps_before_after_2:before {
	background-color: #f1fbfc
}

.st_default_content img {
	margin: 0
}

.st_default_content .st_default_content_icon {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 55px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.st_contact_area .st_contact_hedding_title {
	padding: 0 0 40px
}

.st_contact_area .st_contact_hedding_title h2 {
	font-size: 1.5em;
	margin: 0 0 10px
}

.st_contact_area .st_contact_hedding_title p {
	font-size: .875em
}

.st_accordion_item .card {
	position: relative;
	border: 0
}

.st_accordion_item .card .card-header {
	padding: 25px 30px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(30, 67, 221, .09);
	transition: all .4s
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .card .card-header {
		padding: 20px
	}
}

.st_accordion_item .card .card-header h3 {
	font-size: 1.125em;
	color: #140f30;
	margin: 0;
	font-weight: 700
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .card .card-header h3 {
		font-size: 15px;
		font-size: .9375rem;
		float: left;
		width: calc(100% - (44px + 18px + 20px + 10px));
		white-space: normal;
		text-align: left;
		font-weight: 400;
		margin-right: 10px;
		margin-top: 7px
	}
}

.st_accordion_item .card .card-header .btn-link {
	display: flex;
	align-items: center
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .card .card-header .btn-link {
		display: block;
		overflow: hidden
	}
}

.st_accordion_item .card .card-header .btn {
	padding: 0
}

.st_accordion_item .st_accordion_icon_1 {
	margin-right: 18px;
	background-color: #fff;
	color: #1e43dd;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	box-shadow: 0 6px 20px rgba(30, 67, 221, .13)
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .st_accordion_icon_1 {
		float: left;
		box-shadow: none;
		border: 1px solid
	}
}

.st_accordion_item .st_st_accordion_icon_2 {
	font-size: .75em;
	color: #00e3f6;
	border: 2px solid #00e3f6;
	width: 20px;
	height: 20px;
	line-height: 18px;
	margin-left: auto;
	justify-self: flex-end;
	position: relative;
	border-radius: 100%
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .st_st_accordion_icon_2 {
		float: right;
		margin-top: 11px
	}
}

.st_accordion_item .card.card__active .card-header {
	border: 0;
	background-color: transparent!important
}

.st_accordion_item .card.card__active .card-header h3 {
	color: #fff
}

.st_accordion_item .card.card__active .st_st_accordion_icon_2 {
	color: #fff;
	border: 2px solid #fff
}

.st_accordion_item .card.card__active .st_st_accordion_icon_2:before {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 3px
}

.st_accordion_item .card-body {
	padding: 0 25px 25px 92px;
	font-size: .875em;
	line-height: 1.7;
	color: #fff
}

@media only screen and (max-width:1199.98px) {
	.st_accordion_item .card-body {
		padding: 0 25px 25px
	}
}

.st_contact_waraper {
	background-color: #fff;
	padding: 70px 56px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, .02)
}

@media only screen and (max-width:767.98px) {
	.st_contact_waraper {
		height: inherit!important;
		padding: 36px 30px
	}
}

.st_contact_waraper .st_contact_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media only screen and (max-width:767.98px) {
	.st_contact_waraper .st_contact_form {
		display: block;
		margin-bottom: 35px
	}
}

.st_contact_waraper .st_input_item {
	flex: 0 0 48%;
	margin: 0 0 35px
}

.st_contact_waraper .st_input_item:last-child {
	margin: 0
}

.st_contact_waraper .st_input_item input,
.st_contact_waraper .st_input_item textarea {
	background-color: #f5f9fd;
	width: 100%;
	border: 0;
	border: 1px solid rgba(30, 67, 221, .09);
	font-size: 14px;
	font-size: .875rem;
	border-radius: 3px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .02)
}

.st_contact_waraper .st_input_item input {
	padding: 14px 25px
}

.st_contact_waraper .st_input_item textarea {
	height: 220px;
	resize: none
}

.st_contact_waraper .st_input_item input[type=submit] {
	background-color: #1ed9f9;
	width: 100%;
	color: #fff;
	font-weight: 600;
	border: 0;
	font-size: .813em;
	padding: 14px 25px;
	margin: 0;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_contact_waraper .st_input_item input[type=submit]:hover {
	background-color: #333;
	color: #fff
}

.st_cta_content h2 {
	font-size: 2.75em;
	margin: 0 0 20px;
	font-weight: 400
}

@media only screen and (max-width:767.98px) {
	.st_cta_content h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.st_cta_content p {
	line-height: 2;
	margin: 0 0 60px
}

.single-content-info .single-info-content p:last-child,
.st_cta_content p:last-child,
.st_faq_item .st-faq-content p:last-child {
	margin-bottom: 0
}

.st_cta_content.st_cta_content_v2 h2 {
	font-size: 2.125em;
	margin-bottom: 10px
}

@media only screen and (max-width:767.98px) {
	.st_cta_content.st_cta_content_v2 h2 {
		font-size: 22px;
		font-size: 1.375rem
	}
}

.st_cta_single_img {
	position: relative;
	left: -80px;
	width: calc(100% + 40px)
}

@media only screen and (max-width:991.98px) {
	.st_cta_single_img {
		position: relative;
		left: inherit;
		width: auto;
		max-width: 100%;
		text-align: center
	}
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_1 {
	width: 121px;
	height: 121px;
	left: 0;
	bottom: 27%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_2 {
	width: 89px;
	height: 89px;
	left: 28%;
	bottom: 23%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_3 {
	left: 6%;
	top: 24%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_4 {
	width: 70px;
	height: 70px;
	left: 20%;
	top: 18%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_5 {
	width: 89px;
	height: 89px;
	left: 32%;
	top: 25%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_6 {
	width: 69px;
	height: 69px;
	left: 17%;
	bottom: 45%;
	right: auto
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_simple_call_2_action .st_single_item.item_6 {
		display: none
	}
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_7 {
	width: 101px;
	height: 101px;
	right: 24%;
	top: 50%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_simple_call_2_action .st_single_item.item_7 {
		width: 70px;
		height: 70px;
		top: 58%
	}
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_8 {
	width: 83px;
	height: 83px;
	right: 28%;
	top: 13%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_9 {
	width: 83px;
	height: 83px;
	right: -30px;
	top: 8%
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_10 {
	width: 71px;
	height: 71px;
	right: 12%;
	top: 30%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_simple_call_2_action .st_single_item.item_10 {
		display: none
	}
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_11 {
	width: 85px;
	height: 85px;
	right: 3%;
	top: 50%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_simple_call_2_action .st_single_item.item_11 {
		display: none
	}
}

.st_online_community_item.st_simple_call_2_action .st_single_item.item_12 {
	width: 67px;
	height: 67px;
	right: 13%;
	bottom: 20%
}

@media only screen and (max-width:1199.98px) {
	.st_online_community_item.st_simple_call_2_action .st_single_item {
		display: none
	}
}

.short-width-content {
	width: 80%;
	margin: 0 auto
}

.very-short-width-content {
	width: 66%;
	margin: 0 auto
}

@media only screen and (max-width:991.98px) {
	.very-short-width-content {
		width: 100%
	}
}

.st-over-content {
	z-index: 3
}

.st-black-overley,
.st-over-content,
.st-white-overley,
.st_cta_wrap {
	position: relative
}

.st-black-overley::before,
.st-white-overley::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, .9);
	z-index: 2;
	top: 0;
	left: 0
}

.st-black-overley::before {
	background-color: rgba(0, 0, 0, .9)
}

.st_cta_wrap {
	text-align: center;
	padding: 75px 0;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	z-index: 0
}

.st_cta_wrap .st_box_shadow {
	width: 85%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 30px 70px rgba(244, 111, 108, .51);
	z-index: -1
}

.st_cta_wrap:before {
	width: 170px;
	left: 5px;
	content: "";
	background-image: url(../images/v14/cta-01.png);
	background-size: auto 100%
}

.st_bg_after,
.st_cta_wrap .st_box_shadow,
.st_cta_wrap:after,
.st_cta_wrap:before {
	position: absolute;
	height: 100%;
	top: 0
}

.st_cta_wrap:after {
	content: "";
	background-image: url(../images/v14/cta-02.png);
	right: 0;
	background-size: auto 100%;
	width: 190px;
	left: auto
}

@media only screen and (max-width:991.98px) {
	.st_cta_wrap::after,
	.st_cta_wrap::before {
		display: none
	}
}

.st_full_height_content {
	margin-top: -12px
}

.wave-curved-bg.st-wave-expend {
	padding-top: 140px;
	margin-top: -150px
}

@media only screen and (max-width:991.98px) {
	.wave-curved-bg.st-wave-expend {
		padding-top: 0;
		margin-top: 0
	}
}

.st_bg_after {
	width: 100%;
	left: 0
}

.st_screenshot_warap .st_screenshot_tab {
	position: relative;
	margin-bottom: 75px
}

@media only screen and (max-width:767.98px) {
	.st_screenshot_warap .st_screenshot_tab {
		margin-bottom: 40px
	}
}

.st_screenshot_warap .st_screenshot_tab:before {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 35px;
	content: "";
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 238, 225, .8) 50%, rgba(255, 255, 254, .8) 99%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .8) 0%, rgba(255, 238, 225, .8) 50%, rgba(255, 255, 254, .8) 99%, rgba(255, 255, 255, .8) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 238, 225, .8) 50%, rgba(255, 255, 254, .8) 99%, rgba(255, 255, 255, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=1)
}

@media only screen and (max-width:767.98px) {
	.st_screenshot_warap .st_screenshot_tab:before {
		display: none
	}
}

.st_screenshot_warap .st_screenshot_tab .nav {
	display: block
}

.st_screenshot_warap .st_screenshot_tab .nav-pills>li a.active {
	color: #ff5d1c!important;
	position: relative;
	background-color: transparent;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_screenshot_warap .st_screenshot_tab .nav-pills>li a.active:before {
	width: 300px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 35px;
	content: "";
	transform: translateX(-50%);
	background: #fff;
	background: -moz-linear-gradient(left, #fff 0%, #ff5d1c 50%, #fff 100%);
	background: -webkit-linear-gradient(left, #fff 0%, #ff5d1c 50%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #ff5d1c 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-white', endColorstr='$color-white', GradientType=1)
}

@media only screen and (max-width:767.98px) {
	.st_screenshot_warap .st_screenshot_tab .nav-pills>li a.active:before {
		display: none
	}
}

.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills li {
	display: inline-block;
	margin: 0 45px;
	text-transform: capitalize
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills li {
		margin: 0 15px
	}
}

@media only screen and (max-width:767.98px) {
	.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills li {
		margin: 6px 15px
	}
}

.st-shortcode-wrapper ul li,
.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills li a {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_screenshot_warap .st_screenshot_tab ul.nav.nav-pills li a {
	color: #140f30;
	font-size: 14px;
	font-size: .875rem;
	font-family: "Oxygen", "Poppins", sans-serif;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	padding: 0
}

.st_screenshot_warap .st_tab_single_img {
	display: inline-block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .19)
}

.st_screenshot_warap .st_tab_single_img img {
	box-shadow: 0 0 50px rgba(0, 0, 0, .08);
	padding: 0 30px;
	position: relative;
	z-index: 2;
	width: calc(100% - 60px)
}

@media only screen and (max-width:991.98px) {
	.st_screenshot_warap .st_tab_single_img img {
		padding: 0;
		box-shadow: none;
		width: 100%
	}
	.st_screenshot_warap .st_tab_single_img::before {
		display: none
	}
}

div.st_map {
	width: 100%;
	height: 485px;
	text-align: center
}

@media only screen and (max-width:991.98px) {
	div.st_map {
		height: 350px
	}
}

@media only screen and (max-width:767.98px) {
	div.st_map {
		height: 300px
	}
}

.st_marker {
	background-color: #ff5d1c;
	border-radius: 100%;
	border: 7px solid #fff
}

.st_marker:before {
	width: 90px;
	height: 90px;
	position: absolute;
	left: -39px;
	top: -39px;
	content: "";
	background: rgba(255, 93, 28, .4);
	-webkit-animation: 2s ease-in-out 0s normal none infinite running waves;
	-ms-animation: 2s ease-in-out 0s normal none infinite running waves;
	-moz-animation: 2s ease-in-out 0s normal none infinite running waves;
	-o-animation: 2s ease-in-out 0s normal none infinite running waves;
	animation: 2s ease-in-out 0s normal none infinite running waves;
	border-radius: 100%;
	z-index: -1
}

.st_contact_page .st_marker {
	background-color: #fff;
	border: 7px solid #1e43dd
}

.st_contact_page .st_marker:before {
	background: rgba(30, 67, 221, .1)
}

.st_faq_item {
	margin-bottom: 50px;
	padding-right: 50px
}

.st_faq_item .st_faq_single_item {
	margin-bottom: 20px;
	overflow: hidden
}

.st_faq_item .st_faq_single_item i {
	font-size: 1.125em;
	margin-right: 15px
}

.st_faq_item .st_faq_single_item h3 {
	display: inline-block;
	margin-bottom: 0
}

.st_faq_item .st-faq-content {
	padding-left: 38px
}

.st_faq_item .st-faq-content p {
	font-size: .9em;
	line-height: 1.85
}

@media only screen and (max-width:767.98px) {
	.st_faq_item {
		padding-right: 0
	}
	.st_faq_item .st_faq_single_item i {
		width: 20px;
		float: left;
		margin-top: 7px
	}
	.st_faq_item .st_faq_single_item h3 {
		display: block;
		float: left;
		width: calc(100% - (20px + 15px))
	}
}

.st_faq_area.st_section_padding {
	padding-bottom: 100px
}

.st-shortcode-wrapper {
	position: relative
}

.st-shortcode-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.st-shortcode-wrapper ul li {
	width: 11.1111111111%;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-left: 1px solid rgba(0, 0, 0, .1);
	opacity: .8
}

.st-shortcode-wrapper ul li:active,
.st-shortcode-wrapper ul li:focus,
.st-shortcode-wrapper ul li:hover {
	opacity: 1
}

.st-shortcode-wrapper ul li a {
	display: block;
	text-align: center;
	padding: 25px 10px
}

.st-shortcode-wrapper ul li a:active,
.st-shortcode-wrapper ul li a:focus,
.st-shortcode-wrapper ul li a:hover {
	color: #0366d6
}

.st-shortcode-wrapper ul li a:active h2,
.st-shortcode-wrapper ul li a:active i,
.st-shortcode-wrapper ul li a:focus h2,
.st-shortcode-wrapper ul li a:focus i,
.st-shortcode-wrapper ul li a:hover h2,
.st-shortcode-wrapper ul li a:hover i {
	color: currentColor
}

.st-shortcode-wrapper ul li a img {
	display: inline-block;
	width: 32px;
	margin-bottom: 8px
}

.st-shortcode-wrapper ul li a i {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1;
	color: currentColor
}

.st-shortcode-wrapper ul li a h2 {
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 0;
	color: currentColor;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

@media only screen and (max-width:991.98px) {
	.st-shortcode-wrapper ul li {
		width: 16.6666666667%
	}
}

@media only screen and (max-width:575.98px) {
	.st-shortcode-wrapper ul li {
		width: 33.3333333333%
	}
}

.st-shortcode-wrapper ul.ls-column-8 li {
	width: 12.5%
}

.st-shortcode-wrapper ul.ls-column-7 li {
	width: 14.2857142857%
}

.st-shortcode-wrapper ul.ls-column-6 li {
	width: 16.6666666667%
}

.st-shortcode-wrapper ul.ls-column-5 li {
	width: 20%
}

@media only screen and (max-width:575.98px) {
	.st-shortcode-wrapper ul.ls-column-5 li {
		width: 33.3333333333%
	}
}

.st-shortcode-wrapper ul.ls-column-4 li {
	width: 25%
}

@media only screen and (max-width:575.98px) {
	.st-shortcode-wrapper ul.ls-column-4 li {
		width: 33.3333333333%
	}
}

.st-shortcode-wrapper ul.ls-column-3 li {
	width: 33.3333333333%
}

.st-shortcode-wrapper ul.ls-column-2 li {
	width: 50%
}

.st-shortcode-wrapper ul.ls-column-1 li {
	width: 100%
}

.st-shortcode-wrapper ul::after,
.st-shortcode-wrapper ul::before,
.st-shortcode-wrapper::after,
.st-shortcode-wrapper::before {
	content: "";
	display: table;
	clear: both
}

.st_dotted_bg {
	width: 415px;
	height: 415px;
	background-image: url(../images/v6/dotted-2.png);
	background-size: cover;
	padding: 65px;
	position: relative
}

.st_dotted_bg .st_dotted_border {
	border: 2px dashed #bbd3f3;
	width: 100%;
	height: 100%;
	padding: 60px;
	border-radius: 100%
}

.st_dotted_bg .st_dotted_border .st_solid_bg {
	background-color: #3a3d98;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: relative;
	left: 0;
	top: 0
}

.st_dotted_bg .st_dotted_border .st_solid_bg:before {
	width: 181px;
	height: 181px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translate(-50%, -50%);
	background-image: url(../images/v6/dotted.png);
	border-radius: 100%
}

.st_dotted_bg .st_dotted_border .st_solid_bg .st_s {
	color: #3a3d98;
	height: 100%;
	font-size: 3.5em;
	font-weight: 700;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Oxygen", "Poppins", sans-serif;
	z-index: 0;
	top: -8px
}

.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:before {
	transform: translate(-50%, -50%) rotate(-30deg)
}

.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:after,
.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:before {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 55%;
	content: "";
	background-color: #fff;
	border-radius: 15px;
	z-index: -1
}

@media only screen and (max-width:767.98px) {
	.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:after,
	.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:before {
		width: 55px;
		height: 55px;
		border-radius: 6px
	}
}

.st_dotted_bg .st_dotted_border .st_solid_bg .st_s:after {
	background-color: rgba(255, 255, 255, .33);
	transform: translate(-50%, -50%) rotate(30deg)
}

.st_dotted_bg .st_icon_item .st_about_icon {
	position: absolute;
	font-size: 1.75em;
	background-color: #f23f79;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(242, 63, 121, .45);
	border-radius: 100%
}

@media only screen and (max-width:767.98px) {
	.st_dotted_bg .st_icon_item .st_about_icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1em
	}
}

.st_dotted_bg .st_icon_item .st_about_icon.icon_01 {
	left: 110px;
	top: 0
}

.st_dotted_bg .st_icon_item .st_about_icon.icon_02 {
	left: 70px;
	bottom: 30px
}

.st_dotted_bg .st_icon_item .st_about_icon.icon_03 {
	right: 7px;
	bottom: 165px
}

@media only screen and (max-width:1199.98px) {
	.st_dotted_bg {
		width: 365px;
		height: 365px
	}
}

@media only screen and (max-width:767.98px) {
	.st_dotted_bg {
		width: 320px;
		height: 320px;
		padding: 40px
	}
}

.st_banner_sidebar_item {
	position: relative;
	width: 408px;
	height: 408px;
	background-color: rgba(255, 255, 255, .1);
	padding: 35px;
	border-radius: 30px
}

.st_banner_sidebar_item .st_banner_single_item_01 {
	width: 100%;
	height: 100%;
	padding: 28px;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 30px
}

.st_banner_sidebar_item .st_banner_single_item_01 .st_banner_single_item_02 {
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px
}

.st_banner_sidebar_item .st_banner_single_item_01 .st_banner_single_item_02 .st_banner_single_item_03 {
	width: 100%;
	height: 100%;
	background-color: #8066dc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10em;
	text-transform: uppercase;
	box-shadow: 0 0 30px rgba(128, 102, 220, .65);
	border-radius: 20px
}

.st_banner_sidebar_item.st_banner_sidebar_item_v2 {
	width: 306px;
	height: 306px;
	background-color: #8066dc;
	padding: 26px;
	margin: 0 auto
}

.st_banner_sidebar_item.st_banner_sidebar_item_v2 .st_banner_single_item_01 {
	padding: 21px
}

.st_banner_sidebar_item.st_banner_sidebar_item_v2 .st_banner_single_item_01 .st_banner_single_item_02 {
	padding: 25px
}

.st_banner_sidebar_item.st_banner_sidebar_item_v2 .st_banner_single_item_01 .st_banner_single_item_02 .st_banner_single_item_03 {
	font-size: 8.125em;
	color: #fff
}

.st_client_service_left_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center
}

@media only screen and (max-width:575.98px) {
	.st_client_service_left_item {
		display: block
	}
}

.st_client_service_left_item .st_client_service_single_item {
	background: #f5fbff;
	border-radius: 15px;
	margin-bottom: 24px;
	flex: 0 0 48%;
	padding: 60px 38px
}

.st_client_service_left_item .st_client_service_single_item:nth-child(1) {
	position: relative;
	top: 90px
}

.st_client_service_left_item .st_client_service_single_item:nth-child(3) {
	position: relative;
	top: 90px;
	z-index: 3
}

.st_client_service_left_item .st_client_service_single_item .st_client_service_img {
	height: 60px;
	width: auto;
	margin-bottom: 25px
}

.st_client_service_left_item .st_client_service_single_item h3 {
	font-size: 1.25em;
	color: #0079bf;
	margin: 0 0 14px
}

.st_client_service_left_item .st_client_service_single_item p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.8;
	margin-bottom: 0
}

@media only screen and (max-width:575.98px) {
	.st_client_service_left_item .st_client_service_single_item {
		width: 100%
	}
	.st_client_service_left_item .st_client_service_single_item:nth-child(1) {
		position: relative;
		top: inherit;
		width: 100%;
		margin-top: 50px
	}
	.st_client_service_left_item .st_client_service_single_item:nth-child(3) {
		top: inherit
	}
}

.st_client_waraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center
}

.st_client_waraper .st_client_item {
	flex: 0 0 25%;
	min-height: 110px
}

@media only screen and (max-width:991.98px) {
	.st_client_waraper .st_client_item {
		padding: 0 10px
	}
}

@media only screen and (max-width:767.98px) {
	.st_client_waraper {
		justify-content: left;
		text-align: left
	}
	.st_client_waraper .st_client_item {
		flex: 0 0 33%
	}
}

@media only screen and (max-width:575.98px) {
	.st_client_waraper {
		display: block
	}
}

.st_faq_tab_waraper .st_faqs_tab,
.st_work_single_item {
	position: relative;
	text-align: center
}

.st_work_single_item::after {
	width: 63px;
	height: 36px;
	position: absolute;
	left: auto;
	top: 50px;
	content: "";
	background-image: url(../images/v9/arrow.png);
	right: -40px;
	background-repeat: no-repeat
}

.st_work_single_item img {
	margin-bottom: 40px
}

@media only screen and (max-width:991.98px) {
	.st_work_single_item::after {
		position: relative;
		left: auto;
		top: inherit;
		right: inherit;
		display: block;
		margin: 50px auto;
		transform: rotate(90deg)
	}
}

.last_child_none .st_work_single_item::after {
	display: none
}

.st_faq_tab_waraper .st_faqs_tab {
	margin-bottom: 75px
}

.st_faq_tab_waraper .st_faqs_tab .nav {
	display: block
}

.st_faq_tab_waraper .st_faqs_tab .nav-pills {
	margin: 0;
	padding: 0;
	list-style: none
}

.st_faq_tab_waraper .st_faqs_tab .nav-pills>li {
	display: inline-block;
	margin: 0;
	text-transform: capitalize
}

@media only screen and (max-width:991.98px) {
	.st_faq_tab_waraper .st_faqs_tab .nav-pills>li {
		margin: 10px 0
	}
}

.st_faq_tab_waraper .st_faqs_tab .nav-pills>li a {
	color: #9595a8;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	padding: 5px 20px
}

.st_faq_tab_waraper .st_faqs_tab .nav-pills>li a,
.st_faq_tab_waraper .st_faqs_tab .nav-pills>li a.active,
.st_tooltip span {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_faq_tab_waraper .st_faqs_tab .nav-pills>li a.active {
	background-color: rgba(0, 121, 191, .05);
	border-radius: 50px;
	color: #0079bf;
	position: relative
}

.st_faq_item .st_faq_single_item i {
	color: #0079bf
}

.nav-pills.nav-pills-bg-gigas>li a.active {
	color: #5040a0!important;
	background-color: rgba(80, 64, 160, .05)!important
}

.nav-pills.nav-pills-bg-perison-blue>li a.active {
	color: #1e43dd!important;
	background-color: rgba(30, 67, 221, .05)!important
}

.nav-pills.nav-pills-bg-st-aqua>li a.active {
	color: #00e3f6!important;
	background-color: rgba(0, 227, 246, .05)!important
}

.nav-pills.nav-pills-bg-shamrock>li a.active {
	color: #3ad984!important;
	background-color: rgba(58, 217, 132, .05)!important
}

.nav-pills.nav-pills-bg-yellow-orange>li a.active {
	color: #ffaa3b!important;
	background-color: rgba(255, 170, 59, .05)!important
}

.nav-pills.nav-pills-bg-st-pink>li a.active {
	color: #f23f79!important;
	background-color: rgba(242, 63, 121, .05)!important
}

.nav-pills.nav-pills-bg-st-orange>li a.active {
	color: #ff5d1c!important;
	background-color: rgba(255, 93, 28, .05)!important
}

.nav-pills.nav-pills-bg-science-blue>li a.active {
	color: #0366d6!important;
	background-color: rgba(3, 102, 214, .05)!important
}

.nav-pills.nav-pills-bg-emerald>li a.active {
	color: #38d16a!important;
	background-color: rgba(56, 209, 106, .05)!important
}

.nav-pills.nav-pills-bg-chambray>li a.active {
	color: #3b3e99!important;
	background-color: rgba(59, 62, 153, .05)!important
}

.nav-pills.nav-pills-bg-medium-purple>li a.active {
	color: #8066dc!important;
	background-color: rgba(128, 102, 220, .05)!important
}

.nav-pills.nav-pills-bg-lochmara>li a.active {
	color: #0079bf!important;
	background-color: rgba(0, 121, 191, .05)!important
}

.nav-pills.nav-pills-bg-froly>li a.active {
	color: #f46f6c!important;
	background-color: rgba(244, 111, 108, .05)!important
}

.nav-pills.nav-pills-bg-alpha-froly>li a.active {
	color: rgba(244, 111, 108, .1)!important;
	background-color: rgba(244, 111, 108, .05)!important
}

.nav-pills.nav-pills-bg-sweet-pink>li a.active {
	color: #ffa3a1!important;
	background-color: rgba(255, 163, 161, .05)!important
}

.nav-pills.nav-pills-bg-koamaru>li a.active {
	color: #1d1068!important;
	background-color: rgba(29, 16, 104, .05)!important
}

.nav-pills.nav-pills-bg-haiti>li a.active {
	color: #140f30!important;
	background-color: rgba(20, 15, 48, .05)!important
}

.nav-pills.nav-pills-bg-magnolia>li a.active {
	color: #f9f8ff!important;
	background-color: rgba(249, 248, 255, .05)!important
}

.nav-pills.nav-pills-bg-alice-blue>li a.active {
	color: #f5fbff!important;
	background-color: rgba(245, 251, 255, .05)!important
}

.nav-pills.nav-pills-bg-polar>li a.active {
	color: #f5f9fd!important;
	background-color: rgba(245, 249, 253, .05)!important
}

.nav-pills.nav-pills-bg-st-primary>li a.active {
	color: #9595a8!important;
	background-color: rgba(149, 149, 168, .05)!important
}

.nav-pills.nav-pills-bg-st-white>li a.active {
	color: #fff!important;
	background-color: rgba(255, 255, 255, .05)!important
}

.nav-pills.nav-pills-bg-st-black>li a.active {
	color: #000!important;
	background-color: rgba(0, 0, 0, .05)!important
}

.nav-pills.nav-pills-bg-st-fog>li a.active {
	color: #d6ccff!important;
	background-color: rgba(214, 204, 255, .05)!important
}

.nav-pills.nav-pills-bg-st-gray>li a.active {
	color: #999!important;
	background-color: rgba(153, 153, 153, .05)!important
}

.nav-pills.nav-pills-bg-st-concrete>li a.active {
	color: #f3f3f3!important;
	background-color: rgba(243, 243, 243, .05)!important
}

.nav-pills.nav-pills-bg-st-violet>li a.active {
	color: #d52eef!important;
	background-color: rgba(213, 46, 239, .05)!important
}

.nav-pills.nav-pills-bg-sun-glow>li a.active {
	color: #fccc2c!important;
	background-color: rgba(252, 204, 44, .05)!important
}

.nav-pills.nav-pills-bg-st-cabaret>li a.active {
	color: #d1386c!important;
	background-color: rgba(209, 56, 108, .05)!important
}

.nav-pills.nav-pills-bg-st-zircon>li a.active {
	color: #f8faff!important;
	background-color: rgba(248, 250, 255, .05)!important
}

.nav-pills.nav-pills-bg-clear-day>li a.active {
	color: #f9fffd!important;
	background-color: rgba(249, 255, 253, .05)!important
}

.nav-pills.nav-pills-bg-st-shamrock>li a.active {
	color: #3ad984!important;
	background-color: rgba(58, 217, 132, .05)!important
}

.nav-pills.nav-pills-bg-blue-bell>li a.active {
	color: #9d9ece!important;
	background-color: rgba(157, 158, 206, .05)!important
}

.nav-pills.nav-pills-bg-snuff>li a.active {
	color: #dbd7e9!important;
	background-color: rgba(219, 215, 233, .05)!important
}

.nav-pills.nav-pills-bg-french-grey>li a.active {
	color: #c3c3c7!important;
	background-color: rgba(195, 195, 199, .05)!important
}

.nav-pills.nav-pills-bg-ebony-clay>li a.active {
	color: #1f2833!important;
	background-color: rgba(31, 40, 51, .05)!important
}

.nav-pills.nav-pills-bg-black-rock>li a.active {
	color: #080327!important;
	background-color: rgba(8, 3, 39, .05)!important
}

.nav-pills.nav-pills-bg-st-lavender>li a.active {
	color: #b4b5d5!important;
	background-color: rgba(180, 181, 213, .05)!important
}

.nav-pills.nav-pills-bg-titan-white>li a.active {
	color: #f5f5ff!important;
	background-color: rgba(245, 245, 255, .05)!important
}

.nav-pills.nav-pills-bg-regent>li a.active {
	color: #8d9ba4!important;
	background-color: rgba(141, 155, 164, .05)!important
}

.nav-pills.nav-pills-bg-shhamrock>li a.active {
	color: #40d1a7!important;
	background-color: rgba(64, 209, 167, .05)!important
}

.nav-pills.nav-pills-bg-cornflower-blue>li a.active {
	color: #5d81ec!important;
	background-color: rgba(93, 129, 236, .05)!important
}

.nav-pills.nav-pills-bg-picton-blue>li a.active {
	color: #4cd0e5!important;
	background-color: rgba(76, 208, 229, .05)!important
}

.nav-pills.nav-pills-bg-geraldine>li a.active {
	color: #ff7b84!important;
	background-color: rgba(255, 123, 132, .05)!important
}

.nav-pills.nav-pills-bg-polar-dib>li a.active {
	color: #f1fbfc!important;
	background-color: rgba(241, 251, 252, .05)!important
}

.st_user_login_area {
	background-size: 90% 100%;
	background-repeat: no-repeat;
	background-position: bottom center
}

.st_user_login_area .st_user_login {
	width: 35%;
	margin: 0 auto
}

.st_user_login_area .st_user_login .st_input_item {
	background-color: #f5f9fd;
	padding: 20px 24px;
	margin-bottom: 30px;
	border-radius: 5px
}

.st_user_login_area .st_user_login .st_input_item label {
	display: block;
	color: #333;
	font-size: .75em
}

.st_user_login_area .st_user_login .st_input_item input,
.st_user_login_area .st_user_login .st_input_item textarea {
	padding: 0;
	border: 0;
	color: #bec3cc;
	width: 100%;
	background-color: transparent;
	box-shadow: none
}

.st_user_login_area .st_user_login .st_input_submit input[type=submit] {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .12)
}

@media only screen and (max-width:991.98px) {
	.st_user_login_area .st_user_login {
		width: 90%
	}
}

@media only screen and (max-width:767.98px) {
	.st_user_login_area .st_user_login {
		width: 100%
	}
}

.st_user_login_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.st_user_login_wrap .st_input_column {
	flex: 0 0 46%
}

@media only screen and (max-width:767.98px) {
	.st_user_login_wrap {
		-webkit-display: block;
		display: block
	}
}

.st_user_login.st_user_login_v2 {
	width: 75%
}

@media only screen and (max-width:991.98px) {
	.st_user_login.st_user_login_v2 {
		width: 100%
	}
}

.st_info_box {
	display: flex;
	padding: 60px 40px;
	border-radius: 5px
}

.st_info_box .st_info_box_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 40px
}

.st_info_box .st_info_box_content h3 {
	font-size: 1.5em;
	margin-bottom: 25px;
	font-weight: 400
}

.st_info_box .st_info_box_content p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 2
}

@media only screen and (max-width:767.98px) {
	.st_info_box {
		display: block;
		padding: 50px 15px 40px;
		text-align: center
	}
	.st_info_box .st_info_box_icon {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.st_image_mapping_wrap {
	position: relative
}

.st_image_mapping_wrap>img {
	box-shadow: 0 40px 66px rgba(0, 0, 0, .03)
}

.st_image_mapping_wrap.st_image_mapping_wrap_v2 {
	width: 80%;
	margin: 0 auto
}

.st_image_mapping_wrap.st_image_mapping_wrap_v2>img {
	box-shadow: none
}

@media only screen and (max-width:991.98px) {
	.st_image_mapping_wrap.st_image_mapping_wrap_v2 {
		width: 100%
	}
}

@media only screen and (max-width:767.98px) {
	.st_image_mapping_wrap .st_tooltip {
		display: none
	}
}

.st_tooltip {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 9px solid #f3f0fb;
	background-color: #8066dc;
	border-radius: 50%;
	cursor: help
}

.st_tooltip span {
	position: absolute;
	display: inline-block;
	width: auto;
	background-color: #eceaf6;
	white-space: nowrap;
	color: #140f30;
	line-height: 1;
	padding: 16px 24px;
	font-weight: 700;
	top: -45px;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) scale3d(0, 0, 0);
	-ms-transform: translateX(-50%) scale3d(0, 0, 0);
	-moz-transform: translateX(-50%) scale3d(0, 0, 0);
	-o-transform: translateX(-50%) scale3d(0, 0, 0);
	transform: translateX(-50%) scale3d(0, 0, 0)
}

.st_tooltip span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 14px solid #eceaf6;
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.st_tooltip::after,
.st_tooltip::before {
	content: "";
	display: block;
	background-color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.st_tooltip::before {
	width: 1px;
	height: 50%
}

.st_tooltip::after {
	height: 1px;
	width: 50%
}

.st_tooltip:hover span {
	opacity: 1;
	-webkit-transform: translateX(-50%) scale3d(1, 1, 1);
	-ms-transform: translateX(-50%) scale3d(1, 1, 1);
	-moz-transform: translateX(-50%) scale3d(1, 1, 1);
	-o-transform: translateX(-50%) scale3d(1, 1, 1);
	transform: translateX(-50%) scale3d(1, 1, 1)
}

.st_tooltip.st_tooltip_post_1 {
	top: 115px;
	right: 100px
}

.st_tooltip.st_tooltip_post_2 {
	bottom: 245px;
	left: 165px
}

.st_tooltip.st_tooltip_post_3 {
	bottom: 67px;
	left: 500px
}

.st_tooltip.st_tooltip_post_4 {
	right: 23px;
	bottom: 50px
}

.st_image_mapping_wrap_v2 .st_tooltip.st_tooltip_post_4 {
	right: 128px;
	bottom: 81px
}

@media only screen and (max-width:991.98px) {
	.st_image_mapping_wrap_v2 .st_tooltip.st_tooltip_post_3 {
		left: 250px
	}
}

.saastrend-logo {
	width: 220px;
	height: 220px;
	margin: 0 auto 80px;
	position: relative
}

.saastrend-logo h1 {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 9rem;
	line-height: 220px;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 5
}

.saastrend-logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px
}

.saastrend-logo span.st-logo-eff1 {
	background-color: #00e3f6
}

.saastrend-logo span.st-logo-eff2 {
	opacity: .2;
	background-color: #fff;
	-webkit-animation: rotation 9s infinite linear;
	-ms-animation: rotation 9s infinite linear;
	-moz-animation: rotation 9s infinite linear;
	-o-animation: rotation 9s infinite linear;
	animation: rotation 9s infinite linear
}

@media only screen and (max-width:767.98px) {
	.saastrend-logo {
		width: 150px;
		height: 150px
	}
	.saastrend-logo h1 {
		font-size: 5rem;
		line-height: 150px
	}
}

.st_breadcrumb_content ul li {
	line-height: 1;
	display: inline-block;
	position: relative
}

.st_breadcrumb_content ul li.breadcrumb-seperator {
	display: inline-block;
	padding: 7.5px 7px 7.5px 2px;
	top: 3.2px;
	text-align: center
}

.st_breadcrumb_content ul li.breadcrumb-seperator::after {
	content: "/";
	display: block;
	color: currentColor;
	position: absolute;
	top: 2.5px;
	transform: rotate(6deg);
	font-size: .8em
}

.st_breadcrumb_content ul li a,
.st_inner_banner_menu ul li a {
	font-size: 14px;
	font-size: .875rem
}

.st_breadcrumb_wrapper.st_breadcrumb_2 {
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0
}

.st_breadcrumb_wrapper.st_breadcrumb_2:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(28, 72, 222, .8) 0%, rgba(0, 227, 246, .8) 100%);
	background: -webkit-linear-gradient(left, rgba(28, 72, 222, .8) 0%, rgba(0, 227, 246, .8) 100%);
	background: linear-gradient(to right, rgba(28, 72, 222, .8) 0%, rgba(0, 227, 246, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1c48de', endColorstr='#cc00e3f6', GradientType=1)
}

.st_breadcrumb_wrapper.st_breadcrumb_3 {
	background-repeat: no-repeat;
	background-position: center bottom
}

.single-content-info {
	border-bottom: 1px solid rgba(30, 67, 221, .09);
	position: relative;
	padding: 20px 0
}

.single-content-info .single-info-icon {
	width: 60px;
	height: 60px;
	line-height: 65px;
	border-radius: 100%;
	margin-right: 15px;
	text-align: center;
	float: left
}

.single-content-info .single-info-icon i {
	font-size: 22px;
	font-size: 1.375rem
}

.single-content-info .single-info-content {
	float: left;
	width: calc(100% - 75px);
	margin-top: 15px
}

.single-content-info .single-info-content p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #140f30
}

@media only screen and (max-width:991.98px) {
	.single-content-info .single-info-content br {
		display: none
	}
}

.single-content-info::after,
.single-content-info::before {
	content: "";
	display: table;
	clear: both
}

.single-content-info:first-child {
	padding-top: 0
}

.single-content-info.single-content-info-v2 {
	border: 1px solid #f5faff;
	padding: 30px
}

.single-content-info.single-content-info-v2:first-child {
	padding-top: 30px
}

.single-content-info.single-content-info-v2 .single-info-icon {
	float: none;
	margin: 0 auto
}

.single-content-info.single-content-info-v2 .single-info-content {
	float: none;
	width: 100%
}

.st_box_shadow {
	box-shadow: 0 6px 20px rgba(30, 67, 221, .13)
}

.st_rewards_thumb {
	position: relative;
	width: 350px
}

.st_rewards_thumb:before {
	width: 98%;
	height: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .16);
	border-radius: 50px;
	transform: translate(-50%, -50%)
}

.reward-thumbnail {
	position: relative;
	z-index: 1
}

.st_rewards_icon,
.st_work_area:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.st_rewards_icon .st_rewards_single_icon {
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	width: 104px;
	height: 104px;
	line-height: 104px;
	display: block;
	text-align: center;
	left: 123px;
	top: 120px;
	box-shadow: 0 0 40px 1px rgba(0, 0, 0, .1);
	-webkit-transition: all .9s ease-in .4s;
	-ms-transition: all .9s ease-in .4s;
	-moz-transition: all .9s ease-in .4s;
	-o-transition: all .9s ease-in .4s;
	transition: all .9s ease-in .4s
}

.st_rewards_icon .st_rewards_single_icon.rewards_icon_5,
.st_rewards_icon .st_rewards_single_icon.rewards_icon_6,
.st_rewards_icon .st_rewards_single_icon.rewards_icon_7,
.st_rewards_icon .st_rewards_single_icon.rewards_icon_8 {
	left: auto;
	right: 123px
}

.st_rewards_icon .st_rewards_single_icon.rewards_icon_4 img {
	width: 45%
}

.st_rewards_icon .st_rewards_single_icon.rewards_icon_8 img {
	width: 70%
}

.st_rewards_icon .st_rewards_single_icon.rewards_icon_7 img {
	width: 60%
}

.st_rewards_icon .st_rewards_single_icon.rewards_icon_1 img,
.st_rewards_icon .st_rewards_single_icon.rewards_icon_3 img {
	width: 80%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_1 {
	left: -40%;
	top: 50%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_5 {
	top: 50%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_2 {
	left: -85%;
	top: 43%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_6 {
	top: 43%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_3 {
	left: -85%;
	top: 22%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_7 {
	top: 22%
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_4 {
	left: -48%;
	top: 15%;
	width: 61px;
	height: 61px;
	line-height: 61px
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_8 {
	top: 15%;
	width: 61px;
	height: 61px;
	line-height: 61px
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_5 {
	right: -40%;
	left: auto
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_6,
.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_7 {
	right: -85%;
	left: auto
}

.st_rewards_icon .st_rewards_single_icon.animated.rewards_icon_8 {
	right: -48%;
	left: auto
}

@media only screen and (max-width:991.98px) {
	.st_rewards_icon .st_rewards_single_icon {
		display: none
	}
}

.st_rewards_icon .st_rewards_single_icon img {
	width: 90%
}

.st_rewards_single_icon.st_rewards_icon_2 {
	background-color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .07)
}

.st_rewards_map {
	width: 250px;
	height: 250px;
	line-height: 236px;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0 0 0 20px #fff, 0 0 0 22px #4cd0e5
}

.st_rewards_map img {
	width: 144px;
	height: auto
}

.st_rewards_single_img_item {
	position: absolute;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
	border-radius: 100%;
	overflow: hidden;
	width: 70px;
	height: 70px
}

.st_404_wrap .st_404_img_item .st_404_img_single_item img,
.st_blog_author_wrap .st_blog_author_img img,
.st_blog_img img,
.st_blog_poster_img img,
.st_blog_single_img_img img,
.st_comment_item .st_review_comment_author img,
.st_rewards_single_img_item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.st_rewards_single_img_item.st_rewards_1 {
	width: 121px;
	height: 121px;
	left: -37%;
	bottom: -55%
}

.st_rewards_single_img_item.st_rewards_2 {
	left: -29%;
	top: -5%
}

.st_rewards_single_img_item.st_rewards_3 {
	left: -5%;
	top: -30%
}

.st_rewards_single_img_item.st_rewards_4 {
	left: -9%;
	top: 53%
}

.st_rewards_single_img_item.st_rewards_5 {
	left: 20%;
	top: -10%;
	width: 89px;
	height: 89px
}

.st_rewards_single_img_item.st_rewards_6 {
	width: 89px;
	height: 89px;
	left: 10%;
	top: auto;
	bottom: -45%
}

.st_rewards_single_img_item.st_rewards_7 {
	right: 13%;
	top: -45%;
	width: 83px;
	height: 83px
}

.st_rewards_single_img_item.st_rewards_8 {
	width: 83px;
	height: 83px;
	right: -37%;
	top: -60%
}

.st_rewards_single_img_item.st_rewards_9 {
	right: -13%;
	top: 0
}

.st_rewards_single_img_item.st_rewards_10 {
	right: 7%;
	bottom: -15%;
	width: 101px;
	height: 101px
}

.st_rewards_single_img_item.st_rewards_11 {
	right: -12%;
	bottom: -48%;
	width: 67px;
	height: 67px
}

.st_rewards_single_img_item.st_rewards_12 {
	right: -30%;
	bottom: 0;
	width: 85px;
	height: 85px
}

.st_work_area,
.st_work_content {
	position: relative
}

.st_work_area:before {
	height: 250px;
	top: -150px;
	content: "";
	background-color: #5d81ec;
	background-size: cover;
	-webkit-clip-path: polygon(-85% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(-70% 100%, 100% 100%, 100% 0%)
}

@media only screen and (max-width:1199.98px) {
	.st_work_area:before {
		height: 140px;
		top: -95px
	}
}

@media only screen and (max-width:767.98px) {
	.st_work_area:before {
		display: none
	}
}

.st_work_content {
	color: #fff;
	font-weight: 300;
	padding-left: 80px;
	padding-bottom: 75px;
	counter-increment: my-sec-counter
}

.st_work_content:last-child {
	padding-bottom: 0
}

.st_work_content:before {
	content: counter(my-sec-counter);
	position: absolute;
	left: 0;
	width: 51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-weight: 300;
	border-radius: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #4cd0e5
}

.st_work_content:after {
	content: "";
	position: absolute;
	top: 51px;
	left: 25px;
	width: 2px;
	height: calc(100% - 51px);
	background-image: linear-gradient(to top, transparent 75%, rgba(255, 255, 255, .43) 25%);
	background-size: 100% 20px
}

.st_inner_banner_content ul li:last-child:before,
.st_work_content:last-child:after {
	content: none
}

.st_work_content h3 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 30px;
	color: #fff
}

.st_work_content p {
	margin: 0;
	line-height: 1.87
}

.st_work_right_thumb .st_work_right_thumb_big {
	width: 380px;
	max-width: 100%;
	position: relative;
	z-index: 1
}

.st_work_right_thumb .st_work_right_thumb_small {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 350px;
	z-index: 0;
	left: -100px;
	max-width: 100%
}

@media only screen and (max-width:991.98px) {
	.st_work_right_thumb .st_work_right_thumb_big {
		left: 50%;
		-webkit-transform: translateX(calc(-50% + 90px));
		-ms-transform: translateX(calc(-50% + 90px));
		-moz-transform: translateX(calc(-50% + 90px));
		-o-transform: translateX(calc(-50% + 90px));
		transform: translateX(calc(-50% + 90px))
	}
	.st_work_right_thumb .st_work_right_thumb_small {
		left: calc(50% - 220px)
	}
}

@media only screen and (max-width:767.98px) {
	.st_work_right_thumb .st_work_right_thumb_big {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		width: 100%
	}
	.st_work_right_thumb .st_work_right_thumb_small {
		display: none
	}
}

.st_work_area.st_work_2 {
	background: #a4f2ff;
	background: -moz-linear-gradient(top, #a4f2ff 0%, #4cd0e5 100%);
	background: -webkit-linear-gradient(top, #a4f2ff 0%, #4cd0e5 100%);
	background: linear-gradient(to bottom, #a4f2ff 0%, #4cd0e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4f2ff', endColorstr='#4cd0e5', GradientType=0)
}

.st_work_area.st_work_2:before {
	background: #9aeefc
}

.st_work_area.st_work_2 .st_work_content:before {
	background-color: transparent;
	border: 1px solid #666;
	color: #666;
	font-weight: 700;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_work_area.st_work_2 .st_work_content:hover:before {
	color: #fff;
	background-color: #ff7b84;
	border: 1px solid #ff7b84;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
}

.st_work_area.st_work_2 .st_work_content:after {
	top: 61px;
	height: calc(100% - 66px);
	background-size: 100% 25px;
	background-image: linear-gradient(to top, transparent 75%, rgba(102, 102, 102, .78) 25%)
}

.st_work_3 .st_work_content_item {
	display: flex;
	margin-bottom: 75px
}

.st_work_3 .st_work_content_item:last-child {
	margin: 0
}

.st_work_3 .st_work_content_item .st_work_icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	text-align: center;
	flex: 0 0 auto;
	margin-right: 30px;
	background-color: rgba(76, 208, 229, .09)
}

.st_work_3 .st_work_content_item .st_work_content {
	padding-left: 0
}

.st_work_3 .st_work_content_item .st_work_content:before {
	content: none
}

.st_work_3 .st_work_content_item .st_work_content p {
	color: #9ea8ba
}

.shapes-bgi::after {
	content: "";
	display: block;
	width: 100%;
	top: -159px;
	left: 0;
	background-image: url(https://pixiefy.com/themes/saastrend/demo/assets/images/shapes.png);
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	opacity: .3
}

@media only screen and (max-width:1199.98px) {
	.shapes-bgi::after {
		top: -90px
	}
}

@media only screen and (max-width:767.98px) {
	.shapes-bgi::after {
		top: 0
	}
}

.st-blog-the-content p {
	margin-bottom: 25px;
	line-height: 2
}

.st-blog-the-content blockquote {
	padding: 55px 0 55px 115px;
	margin: 40px 0;
	border: 3px dashed #eceaf6;
	color: #140f30;
	font-size: 24px;
	font-size: 1.5rem
}

@media only screen and (max-width:991.98px) {
	.st-blog-the-content blockquote {
		margin: 30px 0;
		padding-top: 45px;
		padding-bottom: 45px;
		padding-left: 85px
	}
}

@media only screen and (max-width:767.98px) {
	.st-blog-the-content blockquote {
		font-size: 20px;
		font-size: 1.25rem;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 60px
	}
}

.st-blog-the-content blockquote:before {
	content: "\f10d";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
	left: 60px;
	top: 50px;
	color: #00e3f6;
	font-size: 34px;
	font-size: 2.125rem
}

@media only screen and (max-width:991.98px) {
	.st-blog-the-content blockquote:before {
		left: 35px;
		top: 35px;
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media only screen and (max-width:767.98px) {
	.st-blog-the-content blockquote:before {
		left: 20px;
		top: 25px;
		font-size: 26px;
		font-size: 1.625rem
	}
}

.st-blog-the-content ul {
	padding-left: 40px;
	list-style: none;
	margin-top: 20px
}

.st-blog-the-content ul li {
	margin: 15px 0;
	position: relative
}

.st-blog-the-content ul li:first-child {
	margin-top: 0
}

.st-blog-the-content ul li:last-child {
	margin-bottom: 0
}

.st-blog-the-content ul li:before,
.st_search_box button {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-color: #00e3f6
}

.st-blog-the-content ul li:before {
	content: "";
	left: -25px;
	width: 10px;
	height: 10px;
	border-radius: 100%
}

@media only screen and (max-width:767.98px) {
	.st-blog-the-content ul li {
		margin: 10px 0
	}
}

.st_inner_banner_area {
	position: relative;
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0)
}

.st_inner_banner_menu {
	padding: 8px 55px;
	border-radius: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	position: relative;
	bottom: 21px;
	left: 50%;
	transform: translateX(-50%)
}

.st_inner_banner_menu ul li {
	display: inline;
	font-size: 14px;
	font-size: .875rem
}

.st_blog_grid .st_blog_img {
	height: 250px
}

@media only screen and (max-width:991.98px) {
	.st_blog_grid .st_blog_img {
		height: 230px
	}
}

.st_blog_poster_img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

@media only screen and (max-width:767.98px) {
	.st_blog_poster_img {
		float: left
	}
}

.st_poster_mt {
	margin-top: -45px
}

@media only screen and (max-width:767.98px) {
	.st_poster_mt {
		margin-top: 0
	}
}

.st_blog_title_area {
	border-left: 1px solid rgba(112, 112, 112, .17)
}

@media only screen and (max-width:767.98px) {
	.st_blog_title_area {
		border-left: 0 solid transparent
	}
}

.st-blog-short-des,
.st_blog_title_area h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.st_blog_title_area h3 {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	-webkit-line-clamp: 2
}

.st_blog_title_area h3:hover,
ul.st_blog_categorey li a:hover {
	color: #00e3f6
}

.st-blog-short-des {
	-webkit-line-clamp: 3
}

.st_blog_sidebar_title h3 {
	border-bottom: 1px solid rgba(112, 112, 112, .11)
}

.st_search_box {
	position: relative
}

.st_search_box input {
	border: 0;
	border-radius: 3px;
	background-color: #fff;
	font-weight: 400
}

.st_search_box button {
	border: 0;
	border-radius: 3px;
	height: 38px;
	width: 38px;
	right: 5px;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem
}

.st_search_box input::-webkit-input-placeholder {
	color: #9595a8;
	opacity: 1
}

.st_search_box input:-moz-placeholder,
.st_search_box input::-moz-placeholder {
	color: #9595a8;
	opacity: 1
}

.st_search_box input:-ms-input-placeholder,
.st_search_box input::-ms-input-placeholder {
	color: #9595a8;
	opacity: 1
}

.st_search_box input::placeholder {
	color: #9595a8;
	opacity: 1
}

ul.st_blog_categorey li {
	margin: 25px 0
}

ul.st_blog_categorey li:first-child {
	margin-top: 0
}

ul.st_blog_categorey li:last-child {
	margin-bottom: 0
}

ul.st_blog_categorey li a {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

ul.st_blog_categorey li span {
	float: right
}

.st_subscribe.st_blog_page input[type=email] {
	height: 50px!important;
	padding: 0 25px!important;
	font-weight: 400
}

.st_subscribe.st_blog_page input[type=email]::-webkit-input-placeholder {
	color: #fff
}

.st_subscribe.st_blog_page input[type=email]::-moz-placeholder {
	color: #fff
}

.st_subscribe.st_blog_page input[type=email]:-ms-input-placeholder {
	color: #fff
}

.st_subscribe.st_blog_page input[type=email]:-moz-placeholder {
	color: #fff
}

.st_subscribe.st_blog_page .st-subscription-form input[type=submit] {
	top: 5px;
	right: 5px;
	height: 40px;
	padding: 0 20px
}

.st_single_pagination {
	min-width: 165px;
	max-width: 49%
}

@media only screen and (max-width:991.98px) {
	.st_single_pagination.order-md-2 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.st_popular_post_wrap h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.st_pagination_wrap {
	flex-wrap: wrap
}

.st_pagination,
.st_pagination i,
.st_read_post_btn span,
ul.st_number_pagenation li a {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_pagination:hover {
	background-color: #00e3f6!important;
	color: #fff!important
}

.st_pagination:hover i {
	color: #fff!important
}

.st_shop_review ul,
ul.st_number_pagenation li {
	display: inline-block
}

ul.st_number_pagenation li a {
	width: 39px;
	height: 39px;
	line-height: 39px;
	display: block;
	text-align: center;
	border-radius: 100%
}

ul.st_number_pagenation li a.active,
ul.st_number_pagenation li a:hover {
	background-color: #00e3f6;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 227, 246, .31)
}

.st_blog_grid .st_blog_poster_img {
	width: 50px;
	height: 50px
}

.st_read_post_btn i {
	color: #26547c
}

.st_read_post_btn:hover span {
	margin-right: 15px!important
}

.st_inner_banner_content ul li {
	position: relative;
	margin: 0 20px
}

.st_inner_banner_content ul li:first-child {
	margin-left: 0
}

.st_inner_banner_content ul li:last-child {
	margin-right: 0
}

.st_inner_banner_content ul li:before {
	background-color: rgba(255, 255, 255, .49);
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%)
}

.st_blog_single_img_img {
	flex: 0 0 31%;
	height: 200px;
	overflow: hidden;
	box-shadow: 0 3px 50px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:767.98px) {
	.st_blog_single_img_img {
		flex: 0 0 48%;
		margin: 1%
	}
}

@media only screen and (max-width:575.98px) {
	.st_blog_single_img_img {
		flex: 0 0 98%;
		margin: 1%
	}
}

.st_blog_single_tag ul li {
	display: inline-block;
	margin: 0 10px
}

.st_blog_single_tag ul li:first-child,
.st_shop_share_product ul.st_social_icon li:first-child {
	margin-left: 0
}

.st_blog_single_tag ul li:last-child,
.st_shop_share_product ul.st_social_icon li:last-child {
	margin-right: 0
}

.st_blog_single_tag ul li:before {
	content: none
}

.st_blog_single_tag ul li a {
	text-align: center;
	border-radius: 3px;
	padding: 7px 28px;
	display: block;
	font-size: 12px;
	font-size: .75rem
}

@media only screen and (max-width:767.98px) {
	.st_blog_single_tag ul li {
		margin-bottom: 10px
	}
}

.st_blog_single_tag.share_this_post ul li a {
	background-color: #f5f9fd;
	color: #00e3f6;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_blog_single_tag ul li a,
.st_blog_single_tag.share_this_post ul li a.active,
.st_blog_single_tag.share_this_post ul li a:hover {
	background-color: #00e3f6;
	color: #fff
}

.st_blog_author_wrap {
	border: 3px dashed #eceaf6
}

.st_blog_author_wrap .st_blog_author_img {
	width: 118px;
	height: 118px;
	min-width: 118px;
	overflow: hidden
}

@media only screen and (max-width:767.98px) {
	.st_blog_author_wrap .st_blog_author_img {
		width: 110px;
		height: 110px;
		min-width: 110px
	}
}

.st_blog_single_nav_content {
	border-right: 1px solid rgba(112, 112, 112, .29);
	width: 50%
}

@media only screen and (max-width:767.98px) {
	.st_blog_single_nav_content {
		width: 100%;
		border-right: none;
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(112, 112, 112, .1)
	}
	.st_blog_single_nav_content:last-child {
		padding-bottom: 0
	}
}

.st_blog_single_nav_content:last-child {
	border-right: 0;
	border-bottom: 0
}

.st-comment-title {
	border-bottom: 1px solid rgba(112, 112, 112, .11)
}

.st_comment_item .st_review_comment_author {
	width: 82px;
	height: 82px;
	min-width: 82px;
	overflow: hidden
}

.st_comment_item .st_review_comment_author.st-reply {
	width: 63px;
	height: 63px;
	min-width: 63px
}

.st_comment_item .st_review_comment_content span {
	color: #aaafc5;
	position: relative
}

.st_comment_item .st_review_comment_content span:before {
	content: "";
	width: 4px;
	height: 4px;
	left: -15px;
	bottom: 0;
	border-radius: 100%;
	position: absolute;
	background-color: #6671e4
}

.st_default_btn.st_transparent.st_read_more_comment {
	border: 1px solid #9595a8;
	padding: 20px 50px
}

.st_comment_box .st_contact_waraper .st_input_item input,
.st_contact_waraper .st_input_item textarea {
	padding: 20px 40px;
	font-weight: 400
}

.st-comment-submit input[type=submit] {
	max-width: 180px
}

.st_comment_box .st_contact_waraper .st_input_item input[type=submit] {
	padding: 15px 30px;
	width: 180px
}

.st_mt_minus {
	margin-top: -22px
}

.st_blog_item.st_blog_before {
	position: relative;
	z-index: 0;
	padding: 30px 20px
}

.st_blog_item.st_blog_before .st_blog_img {
	border-radius: 5px;
	overflow: hidden
}

.st_blog_item.st_blog_before:before {
	content: "";
	width: 100%;
	height: calc(100% - 155px);
	bottom: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	border-radius: 5px;
	background-color: #f5f9fd
}

.banner-height {
	height: 100vh
}

.st_404_area {
	overflow: hidden
}

.st_404_wrap {
	min-height: 750px
}

.st_404_wrap .st_404_img_item {
	z-index: 0
}

.st_404_wrap .st_404_img_item .st_404_img_single_item {
	width: 23vw;
	min-width: 250px;
	height: auto;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: -10px -3px 37px rgba(0, 0, 0, .05)
}

.st_404_wrap .st_404_img_item .st_404_03,
.st_404_wrap .st_404_img_item .st_404_img_single_item.st_404_02 {
	top: 0;
	left: -130px;
	z-index: -1;
	position: absolute;
	transform: rotate(-15deg)
}

.st_404_wrap .st_404_img_item .st_404_img_single_item.st_404_03 {
	left: auto;
	right: -130px;
	transform: rotate(15deg)
}

.st_404_content h2 {
	line-height: 1.29
}

.st_coming_soon_page {
	overflow: hidden
}

.st_coming_soon_page .st_coming_wrap {
	min-height: 700px
}

.st_coming_soon_page .st_coming_wrap .st_coming_soong_content {
	max-width: 100%
}

@media only screen and (max-width:575.98px) {
	.st_coming_soon_page .st_coming_wrap .st_coming_logo {
		max-width: 200px
	}
}

.st_countdown {
	font-family: "Oxygen", "Poppins", sans-serif
}

@media only screen and (max-width:575.98px) {
	.st_countdown .st_item {
		flex: 0 0 50%;
		margin-bottom: 12px
	}
}

.st_login_page_area {
	position: relative;
	min-height: 850px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom
}

.st_login_page_area:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
	background: #1e3bdd;
	background: -moz-linear-gradient(top, #1e3bdd 0%, #01e0f6 100%);
	background: -webkit-linear-gradient(top, #1e3bdd 0%, #01e0f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3bdd', endColorstr='#01e0f6', GradientType=0)
}

.st_login_wrap {
	min-height: 850px;
	display: flex;
	align-items: center;
	justify-content: center
}

.st_login_wrap .st_login_container {
	width: 544px;
	max-width: 100%;
	border-radius: 5px;
	background: -moz-linear-gradient(top, rgba(217, 229, 255, .85) 0%, rgba(254, 255, 255, .85) 100%);
	background: -webkit-linear-gradient(top, rgba(217, 229, 255, .85) 0%, rgba(254, 255, 255, .85) 100%);
	background: linear-gradient(to bottom, rgba(217, 229, 255, .85) 0%, rgba(254, 255, 255, .85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9e5ff', endColorstr='#d9feffff', GradientType=0)
}

.st_login_item {
	position: relative;
	margin-bottom: 20px
}

.st_login_item input {
	padding: 25px 70px;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem
}

.st_login_item i {
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%)
}

#st_login_btn {
	width: 100%;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	border-radius: 3px;
	padding: 21px 10px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	background-color: #1e43dd
}

.st_login_social_icon h3 {
	color: #333
}

.st_login_social_icon ul li {
	display: inline-block;
	margin: 0 10px
}

.st_login_social_icon ul li a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	color: #1e43dd;
	background-color: #fff
}

.st_login_social_icon p {
	color: #292929;
	margin: 0
}

.st_login_item input::-webkit-input-placeholder {
	color: #9595a8
}

.st_login_item input:-moz-placeholder,
.st_login_item input::-moz-placeholder {
	color: #9595a8;
	opacity: 1
}

.st_login_item input:-ms-input-placeholder,
.st_login_item input::-ms-input-placeholder {
	color: #9595a8
}

.st_login_item input::placeholder {
	color: #9595a8
}

#st_shop_slider_1,
.st_commerce_shop_thumb {
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.st_commerce_shop_thumb {
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

.st_commerce_shop_thumb:hover {
	box-shadow: 0 10px 60px rgba(0, 0, 0, .05);
	background-color: #fff!important
}

#st_shop_slider_2 .st_shop_single_slider,
.st_commerce_shop_thumb,
.st_commerce_shop_thumb .st_commerce_add_to_cart,
.st_commerce_shop_thumb img {
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_commerce_shop_thumb img {
	position: relative;
	top: 0
}

#st_shop_slider_2 .st_shop_single_slider,
.st_commerce_shop_thumb .st_commerce_add_to_cart {
	display: flex
}

.st_commerce_shop_thumb .st_commerce_add_to_cart {
	position: absolute;
	bottom: -100px;
	width: 100%
}

@media only screen and (max-width:991.98px) {
	.st_commerce_shop_thumb .st_commerce_add_to_cart {
		bottom: 0
	}
}

.st_commerce_shop_thumb .st_commerce_add_to_cart a.st_default_btn {
	flex: 0 0 50%;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0
}

.st_commerce_shop_thumb:hover img {
	top: -20px
}

.st_commerce_shop_thumb:hover .st_commerce_add_to_cart {
	bottom: 0
}

.st_commerce_shop_content ul li {
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	color: #ffb300
}

#st_shop_slider_1 {
	margin-bottom: 30px
}

#st_shop_slider_2 .st_shop_single_slider {
	width: 70px;
	height: 70px;
	justify-content: center;
	align-items: center;
	border-radius: 3px
}

#st_shop_slider_2 img {
	width: 40px;
	height: 40px
}

#st_shop_slider_1,
#st_shop_slider_2 .owl-item.active {
	box-shadow: 0 10px 60px rgba(0, 0, 0, .05)
}

#st_shop_slider_2 .owl-item.active.current {
	box-shadow: none;
	background-color: #f5f9fd
}

.st_shop_review ul li {
	display: inline-block;
	color: #ffaf24
}

.shop-quantity {
	float: left;
	position: relative
}

.st_count_input input {
	width: 140px;
	padding: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	border: 1px solid #ebebeb
}

.st_count_input .incr-btn {
	position: absolute;
	top: 50%;
	right: 25px;
	color: #00e3f6;
	font-size: 24px;
	font-size: 1.5rem;
	text-decoration: none;
	transform: translateY(-50%)
}

.st_count_input .incr-btn:first-child {
	right: auto;
	left: 25px
}

#st_shop_submit_btn {
	font-weight: 600;
	border: 0;
	padding: 15px 30px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	color: #fff;
	background-color: #00e3f6
}

.st_shop_share_product ul.st_social_icon li {
	margin: 0 10px;
	display: inline-block
}

.st_doc_wrap ul li span,
.st_shop_share_product ul.st_social_icon li a {
	color: #140f30
}

.st_inner_radio_wrap {
	display: flex
}

.st_inner_radio_wrap .st_shop_radio_input {
	position: relative;
	border-radius: 100%
}

.st_inner_radio_wrap .st_shop_radio_input [type=radio]:checked,
.st_inner_radio_wrap .st_shop_radio_input [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px
}

.st_inner_radio_wrap .st_shop_radio_input [type=radio]:checked+label,
.st_inner_radio_wrap .st_shop_radio_input [type=radio]:not(:checked)+label {
	position: relative;
	cursor: pointer;
	display: block;
	background-color: transparent;
	margin: 0;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	box-shadow: 0 14px 30 rgba(0, 0, 0, .18);
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_inner_radio_wrap .st_shop_radio_input [type=radio]:checked+label:after,
.st_inner_radio_wrap .st_shop_radio_input [type=radio]:not(:checked)+label:after {
	content: "\f00c";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 4px;
	right: 6px;
	border-radius: 100%;
	font-size: 14px;
	font-size: .875rem;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.st_inner_radio_wrap .st_shop_radio_input [type=radio]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.st_inner_radio_wrap .st_shop_radio_input [type=radio]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.st_doc_menu {
	background-color: #f5f9fd;
	border-radius: 3px;
	position: relative;
	z-index: 5;
	max-height: calc(100vh - 120px);
	overflow: auto
}

.st_doc_menu ul li {
	display: block
}

.st_doc_menu ul li:hover {
	background-color: #fff
}

.st_doc_menu ul li:first-child,
ul.st_doc_submenu li .st_doc_submenu li:first-child {
	margin-top: 0
}

.st_doc_menu ul li:last-child,
ul.st_doc_submenu li .st_doc_submenu li:last-child {
	margin-bottom: 0
}

.st_doc_menu ul li a {
	display: block;
	padding: 10px 13px;
	color: #140f30;
	font-size: 20px;
	font-size: 1.25rem
}

.st_doc_menu ul li a i {
	color: #00e3f6;
	margin-right: 13px;
	-webkit-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

@media only screen and (max-width:1199.98px) {
	.st_doc_menu ul li a {
		font-size: 16px;
		font-size: 1rem
	}
}

@media only screen and (max-width:991.98px) {
	.st_doc_menu {
		position: relative!important;
		top: inherit!important
	}
}

ul.st_doc_submenu {
	display: none;
	padding: 15px 22px 15px 36px
}

ul.st_doc_submenu li {
	margin: 15px 0;
	padding: 0
}

ul.st_doc_submenu li a {
	padding: 0;
	font-size: 16px;
	font-size: 1rem
}

.st_doc_wrap a,
ul.st_doc_submenu li a:hover {
	color: #00e3f6
}

ul.st_doc_submenu li i {
	margin-right: 7px!important
}

ul.st_doc_submenu li .st_doc_submenu {
	padding: 15px 22px 15px 30px
}

ul.st_doc_submenu li .st_doc_submenu li {
	margin: 8px 0
}

.st_doc_content p {
	line-height: 2
}

@media only screen and (max-width:767.98px) {
	.st_doc_content {
		word-wrap: break-all
	}
}

.st_doc_wrap ul li {
	margin: 10px 0;
	position: relative
}

.st_doc_wrap ul li:before {
	content: "";
	left: -25px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	background-color: #00e3f6
}

.st_doc_wrap ul li:first-child {
	margin-top: 0
}

.st_doc_wrap ul li:last-child {
	margin-bottom: 0
}

.st_doc_wrap p.st-note {
	background-color: #0a0a0a;
	padding: 15px 20px;
	border-left: 3px solid red;
	border-right: 3px solid red
}


/*# sourceMappingURL=bundle.min.css.map */