/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

: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, "Noto Sans", 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%;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 10em;
}
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, "Noto Sans", 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:not(:focus-visible) {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
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
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
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
}
[role=button] {
	cursor: pointer
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[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
}
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-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-weight: 500;
	line-height: 1.2
}
.h1, h1 {
	font-size: 2.5rem
}
.h2, h2 {
	font-size: 2rem
}
.h3, h3 {
	font-size: 1.75rem
}
.h4, h4 {
	font-size: 1.5rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1180px
	}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .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%;
	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%
}
.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.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%
	}
	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.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%
	}
	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.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%
	}
	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.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%
	}
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.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;
	color: #212529
}
.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-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.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 {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.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-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.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-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.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-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.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-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.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-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.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-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}
.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: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	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
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}
@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}
@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}
@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	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 (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}
.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 {
	color: #6c757d;
	opacity: 1
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
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: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	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.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
select.form-control[multiple], select.form-control[size] {
	height: auto
}
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, .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%;
	left: 0;
	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
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block
}
.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.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 {
	border-color: #28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	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 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}
.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:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	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%;
	left: 0;
	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
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}
.form-check-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 {
	border-color: #dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	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 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}
.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:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	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 {
	width: 100%
}
@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .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;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .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 (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}
.btn:hover {
	color: #212529;
	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 {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 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(38, 143, 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 {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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(130, 138, 145, .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 {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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(72, 180, 97, .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 {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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(58, 176, 195, .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 {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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(222, 170, 12, .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 {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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(225, 83, 97, .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 {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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(216, 217, 219, .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 {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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(82, 88, 93, .5)
}
.btn-outline-primary {
	color: #007bff;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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 {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline
}
.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
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}
@media (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 (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	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-left {
	right: auto;
	left: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}
@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}
@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}
@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropright .dropdown-toggle::after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}
.dropleft .dropdown-toggle::after {
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropleft .dropdown-toggle::before {
	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;
	pointer-events: none;
	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: 1 1 auto;
	flex: 1 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-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-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn: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-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn: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, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	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, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.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-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.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 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.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-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .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>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .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 {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .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 {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.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;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}
.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}
.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(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::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}
.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}
.custom-switch .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(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/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(0, 123, 255, .25)
}
.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 {
	display: none
}
.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}
.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	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:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}
.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 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;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color: #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;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		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;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		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-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}
.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
	cursor: default
}
.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}
.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 (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;
	pointer-events: none;
	cursor: default
}
.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, .nav-fill>.nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item, .nav-justified>.nav-link {
	-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;
	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;
	padding: .5rem 1rem
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
	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-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}
@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		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, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
		-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, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		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, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
		-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, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		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, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
		-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, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		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, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
		-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, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	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, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
	-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 {
	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 {
	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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand: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 {
	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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.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>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}
.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}
.card-text:last-child {
	margin-bottom: 0
}
.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-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-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}
.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom, .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}
.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}
.card-group>.card {
	margin-bottom: 15px
}
@media (min-width:576px) {
	.card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}
.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 {
	overflow-anchor: none
}
.accordion>.card {
	overflow: hidden
}
.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -1px
}
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}
.breadcrumb-item {
	display: -ms-flexbox;
	display: flex
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}
.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: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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: 3;
	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;
	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 (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #007bff
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
	color: #212529;
	background-color: #ffc107
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
	color: #fff;
	background-color: #dc3545
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.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;
	z-index: 2;
	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
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}
@media (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 (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none
	}
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}
.media-body {
	-ms-flex: 1;
	flex: 1
}
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.list-group-item+.list-group-item {
	border-top-width: 0
}
.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}
.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}
.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}
.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}
.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}
.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}
@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}
.list-group-flush {
	border-radius: 0
}
.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}
.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}
.list-group-item-primary {
	color: #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:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}
a.close.disabled {
	pointer-events: none
}
.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	opacity: 0;
	border-radius: .25rem
}
.toast:not(:last-child) {
	margin-bottom: .75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}
.toast-body {
	padding: .75rem
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
	padding: 1rem 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-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
	margin: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}
	.modal-sm {
		max-width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px
	}
}
@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 {
	position: absolute;
	display: block;
	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 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 {
	position: absolute;
	display: block;
	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)
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 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-width: .5rem .5rem 0;
	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);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
	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)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	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);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	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 {
	position: relative
}
.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none
	}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none
	}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #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-sm {
	border-radius: .2rem!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}
.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}
.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}
.rounded-lg {
	border-radius: .3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}
@media (min-width: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
}
.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:991px) {
	.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
	}
}
.user-select-all {
	-webkit-user-select: all!important;
	-moz-user-select: all!important;
	-ms-user-select: all!important;
	user-select: all!important
}
.user-select-auto {
	-webkit-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}
.user-select-none {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 .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
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.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-n1 {
	margin: -.25rem!important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem!important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem!important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem!important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem!important
}
.m-n2 {
	margin: -.5rem!important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem!important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem!important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem!important
}
.ml-n2, .mx-n2 {
	margin-left: -.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-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-n1 {
		margin: -.25rem!important
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.m-sm-n3 {
		margin: -1rem!important
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem!important
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem!important
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem!important
	}
	.m-sm-n4 {
		margin: -1.5rem!important
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.m-sm-n5 {
		margin: -3rem!important
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem!important
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem!important
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem!important
	}
	.m-sm-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-n1 {
		margin: -.25rem!important
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem!important
	}
	.m-md-n3 {
		margin: -1rem!important
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem!important
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem!important
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem!important
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem!important
	}
	.m-md-n4 {
		margin: -1.5rem!important
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem!important
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.m-md-n5 {
		margin: -3rem!important
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem!important
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem!important
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem!important
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem!important
	}
	.m-md-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-n1 {
		margin: -.25rem!important
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.m-lg-n3 {
		margin: -1rem!important
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem!important
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem!important
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem!important
	}
	.m-lg-n4 {
		margin: -1.5rem!important
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.m-lg-n5 {
		margin: -3rem!important
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem!important
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem!important
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem!important
	}
	.m-lg-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-n1 {
		margin: -.25rem!important
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.m-xl-n3 {
		margin: -1rem!important
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem!important
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem!important
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem!important
	}
	.m-xl-n4 {
		margin: -1.5rem!important
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xl-n5 {
		margin: -3rem!important
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem!important
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem!important
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto!important
	}
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.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-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!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: #0056b3!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #19692c!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #0f6674!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #cbd3da!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #121416!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
}
.text-decoration-none {
	text-decoration: none!important
}
.text-break {
	word-break: break-word!important;
	word-wrap: break-word!important
}
.text-reset {
	color: inherit!important
}
.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;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img, tr {
		page-break-inside: avoid
	}
	h2, h3, p {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		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
	}
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.fa-rotate-90 {
	--ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	--ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	--ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	--ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	--ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999!important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 0;
	overflow: hidden
}
.glightbox-container.inactive {
	display: none
}
.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden
}
.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0
}
.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative
}
.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999
}
.glightbox-container .gslide-inner-content {
	width: 100%
}
.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh
}
.glightbox-container .ginner-container.gvideo-container {
	width: 100%
}
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
	max-width: 100%!important
}
.gslide iframe, .gslide video {
	outline: 0!important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto
}
.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.gslide-image img {
	max-height: 100vh;
	display: block;
	padding: 0;
	float: none;
	outline: 0;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px
}
.desc-bottom .gslide-image img, .desc-top .gslide-image img {
	width: auto
}
.desc-left .gslide-image img, .desc-right .gslide-image img {
	width: auto;
	max-width: 100%
}
.gslide-image img.zoomable {
	position: relative
}
.gslide-image img.dragging {
	cursor: -webkit-grabbing!important;
	cursor: grabbing!important;
	-webkit-transition: none;
	transition: none
}
.gslide-video {
	position: relative;
	max-width: 100vh;
	width: 100%!important
}
.gslide-video .gvideo-wrapper {
	width: 100%;
	margin: auto
}
.gslide-video::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .34);
	display: none
}
.gslide-video.playing::before {
	display: none
}
.gslide-video.fullscreen {
	max-width: 100%!important;
	min-width: 100%;
	height: 75vh
}
.gslide-video.fullscreen video {
	max-width: 100%!important;
	width: 100%!important
}
.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%
}
.gslide-inline .ginlined-content {
	padding: 20px;
	width: 100%
}
.gslide-inline .dragging {
	cursor: -webkit-grabbing!important;
	cursor: grabbing!important;
	-webkit-transition: none;
	transition: none
}
.ginlined-content {
	overflow: auto;
	display: block!important;
	opacity: 1
}
.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%
}
.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}
.zoomed .gslide-media {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.desc-bottom .gslide-media, .desc-top .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}
.gslide-description.description-left, .gslide-description.description-right {
	max-width: 100%
}
.gslide-description.description-bottom, .gslide-description.description-top {
	margin: 0 auto;
	width: 100%
}
.gslide-description p {
	margin-bottom: 12px
}
.gslide-description p:last-child {
	margin-bottom: 0
}
.zoomed .gslide-description {
	display: none
}
.glightbox-button-hidden {
	display: none
}
.glightbox-mobile .glightbox-container .gslide-description {
	height: auto!important;
	width: 100%;
	background: 0 0;
	position: absolute;
	bottom: 15px;
	padding: 19px 11px;
	max-width: 100vw!important;
	-webkit-box-ordinal-group: 3!important;
	-ms-flex-order: 2!important;
	order: 2!important;
	max-height: 78vh;
	overflow: auto!important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding-bottom: 50px
}
.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em
}
.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1
}
.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: 700
}
.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit
}
.glightbox-mobile .glightbox-container .gslide-desc string {
	color: #fff
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4
}
.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4
}
.gdesc-open .gdesc-inner {
	padding-bottom: 30px
}
.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1
}
.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.gabsolute {
	position: absolute
}
.grelative {
	position: relative
}
.glightbox-desc {
	display: none!important
}
.glightbox-open {
	overflow: hidden
}
.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%
}
.goverlay {
	width: 100%;
	height: calc(100vh + 1px);
	position: fixed;
	top: -1px;
	left: 0;
	background: #000;
	will-change: opacity
}
.glightbox-mobile .goverlay {
	background: #000
}
.gclose, .gnext, .gprev {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.gclose svg, .gnext svg, .gprev svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
	padding: 0
}
.gclose.disabled, .gnext.disabled, .gprev.disabled {
	opacity: .1
}
.gclose .garrow, .gnext .garrow, .gprev .garrow {
	stroke: #fff
}
iframe.wait-autoplay {
	opacity: 0
}
.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
	opacity: 0!important
}
.glightbox-clean .gslide-description {
	background: #fff
}
.glightbox-clean .gdesc-inner {
	padding: 22px 20px
}
.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em
}
.glightbox-clean .gslide-desc {
	font-size: .86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em
}
.glightbox-clean .gslide-video {
	background: #000
}
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
	background-color: rgba(0, 0, 0, .75);
	border-radius: 4px
}
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
	fill: #fff
}
.glightbox-clean button:focus:not(.focused):not(.disabled) {
	outline: 0
}
.glightbox-clean .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 50px
}
.glightbox-clean .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 50px
}
.glightbox-clean .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute
}
.glightbox-clean .gclose svg {
	width: 18px;
	height: auto
}
.glightbox-clean .gclose:hover {
	opacity: 1
}
.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease
}
.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease
}
.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease
}
.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease
}
.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease
}
.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease
}
.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease
}
.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease
}
@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes gfadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes gfadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes gfadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes gfadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}
	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}
@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}
@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}
@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}
@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 1
	}
}
@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes gzoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
@keyframes gzoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
@media (min-width:769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.gslide-image img {
		max-height: 97vh;
		max-width: 100%
	}
	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in
	}
	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab
	}
	.gslide-inline {
		max-height: 95vh
	}
	.gslide-external {
		max-height: 100vh
	}
	.gslide-description.description-left, .gslide-description.description-right {
		max-width: 275px
	}
	.glightbox-open {
		height: auto
	}
	.goverlay {
		background: rgba(0, 0, 0, .92)
	}
	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
		box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
	}
	.glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto
	}
	.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
		background-color: rgba(0, 0, 0, .32)
	}
	.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
		background-color: rgba(0, 0, 0, .7)
	}
	.glightbox-clean .gprev {
		top: 45%
	}
	.glightbox-clean .gnext {
		top: 45%
	}
}
@media (min-width:992px) {
	.glightbox-clean .gclose {
		opacity: .7;
		right: 20px
	}
}
@media screen and (max-height:420px) {
	.goverlay {
		background: #000
	}
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon8394.eot?al5pj2');
	src: url('../fonts/icomoon8394.eot?al5pj2#iefix') format('embedded-opentype'), url('../fonts/icomoon8394.ttf?al5pj2') format('truetype'), url('../fonts/icomoon8394.woff?al5pj2') format('woff'), url('../fonts/icomoon8394.svg?al5pj2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
	content: "\e90b";
}
.icon-cross:before {
	content: "\e90a";
}
.icon-pencil:before {
	content: "\e905";
}
.icon-rocket:before {
	content: "\e906";
}
.icon-cube:before {
	content: "\e907";
}
.icon-idea:before {
	content: "\e908";
}
.icon-send:before {
	content: "\e909";
}
.icon-menu:before {
	content: "\e902";
}
.icon-search:before {
	content: "\e903";
}
.icon-cart:before {
	content: "\e904";
}
.icon-left-arrow:before {
	content: "\e900";
}
.icon-right-arrow:before {
	content: "\e901";
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.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-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-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;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.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;
	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(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.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 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.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: none;
	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;
	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;
	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;
	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-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.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")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.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 {
	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-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 {
	overflow: visible
}
.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
}
.question-sec {
	margin-top: 30px !important;
	max-width: 992px;
	margin: auto;
	padding: 20px;
	/* background: #f9f7f73b; */
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	/* box-shadow: 1px 2px 5px 5px #766d6d2b; */
}
.mx-width {
	width: 100%;
	max-width: 100% !important;
}
.question-sec p {
	font-size: 20px;
	max-width: 780px;
	margin: auto;
}
.question-sec .btn-check {
	height: 100%;
	width: 100%;
	z-index: -999;
}
.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.question-sec .btn-outline-success {
	width: 140%;
	font-size: 32px;
	font-weight: 500;
	padding: 10px 5px;
}
.mx-width .tp-btn {
	padding: 15px 35px !important;
	font-size: 25px !important;
	border-radius: 15px !important;
	border: 2px solid #2dd579!important;
	background: #00B050 !important;
}
.question-sec .form-group1 span {
	font-size: 22px;
	color: #000;
}
.btn1 {
	box-shadow: -5px 0px 37px 0px #0000006b;
	transform: perspective(1007px) rotateX(0deg) rotateY(50deg) rotateZ(0deg);
	color: #fff;
	background: #0070BF !important;
	border: 4px solid #2F97E3;
	border-right: 2px solid #0070bf;
}
.btn2 {
	box-shadow: -5px 0px 37px 0px #0000006b;
	transform: perspective(1007px) rotateX(0deg) rotateY(50deg) rotateZ(0deg);
	background: #FFBF00 !important;
	color: #fff;
	border: 4px solid #FFDE2D;
	border-right: 2px solid #ffc000;
}
.btn3 {
	box-shadow: -5px 0px 37px 0px #0000006b;
	transform: perspective(1007px) rotateX(0deg) rotateY(50deg) rotateZ(0deg);
	background: #00AF50 !important;
	color: #ffff;
	border: 4px solid #2DD579;
	border-right: 2px solid #00AF50;
}
.form-group {
	filter: drop-shadow(-9px 7px 6px #0000006b);
}
.btn-no {
	margin-top: 20px;
	margin-bottom: 20px;
	filter: drop-shadow(-9px 7px 6px #0000006b);
	color: #ffff;
	width: auto !important;
	height: 70px;
	min-width: 70px;
	line-height: 50px;
	background: #FFC000;
	border: 4px solid #FFDE2D;
}
.btn-yes {
	margin-top: 20px;
	filter: drop-shadow(-9px 7px 6px #0000006b);
	color: #ffff;
	margin-left: -20px;
	width: auto !important;
	min-width: 44px !important;
	height: 70px;
	line-height: 45px;
	background: #70AD47;
	border: 4px solid #2DD579;
}
.question-sec h2 {
	font-size: 72px;
	font-weight: 400;
}
.bg-light-3 {
	background: url(../img/bg-1.jpg);
	background-size: cover;
}
.border-r {
	border-right: 2px solid #3b55a6;
}
.p-head p {
	font-size: 43px !important;
	text-transform: capitalize !important;
}
.pt-l {
	padding-left: 60px !important;
}
.padding-100 {
	padding-top: 60px;
	margin-top: 80px;
	padding-bottom: 100px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 h2 {
	text-align: center !important;
}
.wizard-content-left {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
	padding: 30px;
}
.wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}
.form-wizard {
	color: #888888;
	padding: 30px;
}
.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	left: 1px;
	right: 0;
	margin: 0 auto;
	top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	--webkit-animation: click-radio-wave 0.65s;
	-moz-animation: click-radio-wave 0.65s;
	animation: click-radio-wave 0.65s;
	background: #000000;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"]~label {
	padding-left: 10px;
	cursor: pointer;
}
.form-wizard .form-wizard-header {
	text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	background-color: #3e64db;
	color: #ffffff;
	display: inline-block;
	min-width: 100px;
	min-width: 120px;
	padding: 10px;
	text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	/* opacity: 0.6; */
	text-decoration: none;
}
.form-wizard .wizard-fieldset {
	display: none;
}
.form-wizard .wizard-fieldset.show {
	display: block;
}
.form-wizard .wizard-form-error {
	display: none;
	background-color: #d70b0b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}
.form-wizard .form-wizard-previous-btn {
	background-color: #0070bf;
}
.form-wizard .form-control {
	font-weight: 300;
	height: auto !important;
	padding: 15px;
	color: #888888;
	background-color: #f1f1f1;
	border: none;
}
.form-wizard .form-control:focus {
	box-shadow: none;
}
.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
	text-align: center;
}
.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
	color: #d65470;
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}
.form-wizard .form-wizard-steps {
	margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
	width: 25%;
	float: left;
	position: relative;
}
.form-wizard .form-wizard-steps li::after {
	background-color: #f3f3f3;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
	width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: #d65470;
	color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
	background-color: #d65470;
	left: 50%;
	width: 50%;
	border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
	left: 0;
}
.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
@keyframes click-radio-wave {
	0% {
		width: 25px;
		height: 25px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		width: 60px;
		height: 60px;
		margin-left: -15px;
		margin-top: -15px;
		opacity: 0.0;
	}
}
/*-----------------------Logo Design Layout Css----------------------*/

.question-sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
.csk-2Q h2 {
	font-size: 70px !important;
	font-weight: 400;
}
.csk-2Q .form-wizard-next-btn {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	min-width: 170px;
	background: #70AD47;
	border-radius: 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	font-size: 18px;
}
.csk-2Q .img-full {
	width: 100% !important;
}
.csk-2Q .buy-support-2 {
	margin-top: 2%;
	font-size: 18px;
	color: #fff;
	padding: 35px 60px 35px 10px !important;
	padding-left: 40px;
	clip-path: polygon(0% 0%, 60% 0, 100% 50%, 60% 100%, 0% 100%)!important;
	box-shadow: 0 0 0 1px #d0cece inset;
	background: #00B0F0 !important;
	transition: all 1s ease;
}
.slidecontainer p {
	margin-top: 0px !important;
}
.form-sm-2 input {
	padding: 10px !important;
	border: 1px solid #0070c0 !important;
	max-width: 250px;
}
.buy-support {
	font-size: 18px;
	color: #fff;
	padding: 5px 60px 5px 10px !important;
	padding-left: 20px;
	clip-path: polygon(0% 0%, 84% 0, 100% 50%, 83% 100%, 0% 100%);
	box-shadow: 0 0 0 1px #d0cece inset;
	background: #0070C0 !important;
	transition: all 1s ease;
}
.btnyes {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	/* float: left; */
	max-width: 200px;
	min-width: 200px;
	color: #fff !important;
	padding: 15px 70px !important;
}
.frm-y {
	margin-top: -10px;
	float: right;
	display: none;
	width: 100%;
	max-width: 750px;
}
.range-sl-sec p {
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}
.range-sl-sec .ng-60 {
	margin-top: -60px;
}
.btn-success {
	margin-top: 15px;
	background: #70AD47;
	border-radius: 10px;
	padding: 10px 40px;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.btn2 {
	margin-top: 20px;
	background-color: #FFC000 !important;
}
.bs-deoc-sec .busin-text h1 {
	font-size: 60px;
	font-weight: 600;
	text-align: center;
}
.bs-deoc-sec .busin-text h4 {
	font-size: 22px;
	color: #ccc;
	text-align: center;
}
.bs-deoc-sec .checkbox {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.bs-deoc-sec .checkbox label {
	background-color: rgb(1, 64, 146);
	padding: 8px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	box-shadow: 2px 5px 10px #ccc;
	border-radius: 10px;
}
.bs-deoc-sec .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
	margin-top: 15px;
}
.bs-deoc-sec .checkbox input[type=checkbox] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -43px;
	margin-top: 1px;
	width: 30px;
	height: 43px;
	background-color: transparent;
}
.bs-deoc-sec .form-control {
	display: block;
	width: 50%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	align-items: center;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: auto;
}
.messagebox label {
	display: inline-block;
	margin-bottom: 0.5rem;
	position: relative;
	left: 82%;
}
.big-cboc textarea {
	float: left;
	border-radius: 25px;
	width: 70% !important;
	border: 1px solid #000 !important;
	padding: 10px !important;
	vertical-align: middle;
}
.cmt-auto {
	padding-top: 50px;
	margin: auto;
}
.blue-1 {
	background: #00B0F0 !important;
}
.clr-1 {
	background: #0070C0 !important;
}
.clr-2 {
	background: #FFC000 !important;
}
.clr-3 {
	background: #00B050 !important;
}
.clr-4 {
	color: #FFC001;
}
.clr-5 {
	color: #00B0F0;
}
.clr-6 {
	color: #00B050;
}
.clr-7 {
	background: #0000FF!important;
}
.myhd {
	z-index: 9999;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
.box-sec {
	max-width: 750px;
	border: 10px solid #00B0F0;
	color: rgb(0, 0, 0);
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	z-index: 1;
	top: 80px;
	padding: 5px 15px;
	z-index: 1;
	background: #fff;
}
.box-sec::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: calc(100% - 19px);
	left: 60%;
	transform: rotate(223deg);
	border-bottom: 10px solid #00b0f0;
	border-right: 10px solid #00b0f0;
	background: #fff;
	z-index: -1;
}
.box-sec {
	display: none;
}
.myhd:hover+.box-sec {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	text-align: right;
	margin-top: 0px;
	display: block !important;
}
.frm-y .text-black {
	font-size: 20px;
}
#btnyes3 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}
@media screen and (max-width: 767px) {
	.csk-section .container {
		max-width: 100% !important;
	}
	.question-sec .btn-outline-success {
		font-size: 16px !important;
	}
	.wizard-content-left {
		height: auto;
	}
	.question-sec h2, .csk-2Q h2 {
		font-size: 25px !important;
		font-weight: 400;
	}
}
@media screen and (max-width: 1199px) {
	.csk-section .container {
		max-width: 100% !important;
	}
	.question-sec h2, .csk-2Q h2 {
		font-size: 30px !important;
		font-weight: 400;
	}
	.question-sec .btn-outline-success {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 1400px) {
	.question-sec h2, .csk-2Q h2 {
		font-size: 50px !important;
		font-weight: 400;
	}
}
/*form by mukul*/

#regForm {
	/*background-color: #ffffff;*/
	margin: 10px auto 50px;
	font-family: Raleway;
	padding: 40px;
	width: 100%;
	min-width: 100%;
}
#regForm h1 {
	text-align: center;
}
#regForm .form-check .form-check-label {
	position: relative;
}
#regForm .tab {
	margin: 0px 0 100px;
}
#regForm .tab .tab-head {
	margin-bottom: 80px;
}
#regForm .tab .tab-head h2 {
	font-size: 68px;
	line-height: 85px;
	font-family: 'Antonio', sans-serif;
}
#regForm .tab .tab-head p {
	font-size: 25px;
	line-height: 32px;
	max-width: 50%;
	margin: auto;
	margin-top: 20px;
}
#regForm .step-1 .form-check .form-check-label {
	box-shadow: -5px 0px 37px 0px #0000006b;
	color: #fff;
	text-align: center;
	border-right: 2px solid #0070bf;
	font-size: 32px;
	font-weight: 500;
	padding: 10px 15px;
	display: block;
	width: 100%;
}
#regForm .step-1 .form-check {
	transform: perspective(1007px) rotateX(0deg) rotateY(30deg) rotateZ(0deg);
}
#regForm .step-1 .form-check .form-check-label h5 {
	font-size: 28px;
	color: #fff;
	font-weight: 500;
}
#regForm .step-1 .form-check.bgt-1 .form-check-label {
	background: #0070BF !important;
	border: 4px solid #2F97E3;
}
#regForm .step-1 .form-check.bgt-2 .form-check-label {
	background: #FFBF00 !important;
	color: #fff;
	border: 4px solid #FFDE2D;
	border-right: 2px solid #ffc000;
}
#regForm .step-1 .form-check.bgt-3 .form-check-label {
	background: #00AF50 !important;
	color: #ffff;
	border: 4px solid #2DD579;
	border-right: 2px solid #00AF50;
}
#regForm .form-check .form-check-label input {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
#regForm input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: Raleway;
	border: 1px solid #aaaaaa;
}
#regForm .form-check .form-check-label.yesbtn {
	/* margin-top: 20px; */
	filter: drop-shadow(-9px 7px 6px #0000006b);
	color: #ffff;
	width: 80px;
	height: 70px;
	font-size: 30px;
	line-height: 65px;
	background: #70AD47;
	border: 4px solid #2DD579;
	margin-right: 20px;
}
#regForm .form-check .form-check-label.nobtn {
	/* margin-top: 20px; */
	filter: drop-shadow(-9px 7px 6px #0000006b);
	color: #ffff;
	width: 80px;
	height: 70px;
	font-size: 30px;
	line-height: 65px;
	background: #f5ab1b;
	border: 4px solid #ffc107;
	margin-right: 20px;
}
#regForm .ques-btsec {
	margin-bottom: 20px;
}
#regForm .ques-btsec .ques-cont {
	font-size: 25px;
	color: #000;
	line-height: 31px;
}
/* Mark input boxes that gets an error on validation: */

#regForm input.invalid {
	background-color: #ffdddd;
}
/* Hide all steps by default: */

.tab {
	display: none;
}
#regForm .form-check .form-check-label.intro {
	border: 4px solid #45381e !important;
}
#regForm button {
	cursor: pointer;
	padding: 10px 35px !important;
	font-size: 20px !important;
	border-radius: 5px !important;
	border: 2px solid #2dd579!important;
	background: #00B050 !important;
	width: 200px;
	margin: 0 20px;
	color: #fff;
}
#regForm button:hover {
	opacity: 0.8;
}
#prevBtn {
	background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */

#regForm .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
#regForm .step.active {
	opacity: 1;
}
/* Mark the steps that are finished and valid: */

#regForm .step.finish {
	background-color: #04AA6D;
}
@media (max-width:1500px) {
	.csk-section.layout-pt-lg {
		padding-top: 5.75rem;
	}
	#regForm .tab .tab-head h2 {
		font-size: 48px;
		line-height: 55px;
		font-family: 'Antonio', sans-serif;
	}
	.csk-section.service-page {
		padding-bottom: 41px;
	}
	#regForm .tab .tab-head p {
		max-width: 80%;
	}
	#regForm .tab {
		margin: 0px 0 50px;
	}
}
@media (max-width:1024px) {
	#regForm .step-1 .form-check .form-check-label h5 {
		font-size: 21px;
	}
	#regForm .ques-btsec .ques-cont {
		font-size: 22px;
	}
}
@media (max-width:991px) {
	#regForm .step-1 .form-check .form-check-label h5 {
		font-size: 18px;
	}
	.breadcrumb-area {
		padding: 75px 0 55px !important;
	}
}
@media (max-width:768px) {
	#regForm {
		padding: 12px;
	}
	#regForm .tab .tab-head h2 {
		font-size: 31px;
		line-height: 53px;
	}
	#regForm .tab .tab-head p {
		max-width: 100%;
		font-size: 21px;
	}
	#regForm .step-1 .form-check {
		margin-bottom: 40px;
	}
	#regForm button {
		font-size: 17px !important;
		width: 150px;
	}
	.csk-section.layout-pt-lg {
		padding-top: 0.75rem;
	}
}
@media (max-width:600px) {
	#regForm button {
		font-size: 15px !important;
		width: auto;
		padding: 10px 18px !important;
	}
}
.myaccordion {
	margin: 40px auto;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.myaccordion .card, .myaccordion .card:last-child .card-header {
	border: none;
}
.myaccordion .card-header {
	border-bottom-color: #c4c4c4;
	background: #ebebeb;
}
.myaccordion .card-body {
	background: #FAFAFA;
}
.myaccordion .fa-stack {
	font-size: 18px;
}
.myaccordion .btn {
	width: 100%;
	font-weight: bold;
	color: #3954A5;
	padding: 0;
}
.myaccordion .btn:focus {
	box-shadow: none;
	outline: none;
}
.myaccordion .btn-link:hover, .myaccordion .btn-link:focus {
	text-decoration: none;
}
.myaccordion li+li {
	margin-top: 10px;
}
.blog-details-page-content h1 {
	font-size: 75px;
	line-height: 1.2333333333;
}
.blog-details-page-content h2 {
	font-size: 40px;
	line-height: 1.2380952381;
}
.blog-details-page-content h3 {
	font-size: 30px;
	line-height: 1.3833333333;
}
.blog-details-page-content h4 {
	font-size: 24px;
	line-height: 1.3380952381;
}
.blog-details-page-content h5 {
	font-size: 20px;
	line-height: 1.3380952381;
}
.blog-details-page-content h6 {
	font-size: 16px;
	line-height: 1.2380952381;
}
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/

.breadcrumb-area {
	padding: 120px 0 60px;
	position: relative;
	background: #EB9F44;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.breadcrumb-area .banner-bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-size: 102% 96%;
}
.breadcrumb-area .breadcrumb-inner {
	position: relative;
	z-index: 2;
}
.breadcrumb-area .page-title {
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
}
.breadcrumb-area .page-list {
	margin: 0;
	padding: 0;
}
.breadcrumb-area .page-list li {
	font-size: 18px;
	font-weight: 500;
	list-style: none;
	display: inline-block;
	position: relative;
	padding-left: 8px;
	color: #fff;
}
.breadcrumb-area .page-list li:after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "/";
	font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
	padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
	display: none;
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/

.section-title {
	margin-bottom: 40px;
	position: relative;
}
.section-title .sub-title {
	position: relative;
	display: inline-block;
	margin-bottom: 4px;
	color: var(--main-color);
	font-weight: 700;
}
.section-title .sub-title.left-line {
	padding-left: 60px;
}
.section-title .sub-title.left-line:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	height: 2px;
	width: 40px;
	background: var(--main-color);
}
.section-title .sub-title.right-line:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 12px;
	height: 2px;
	width: 40px;
	background: var(--main-color);
}
.section-title .sub-title.double-line:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 12px;
	height: 2px;
	width: 40px;
	background: var(--main-color);
}
.section-title .sub-title.double-line:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 12px;
	height: 2px;
	width: 40px;
	background: var(--main-color);
}
.section-title .sub-title.left-border {
	padding-left: 12px;
}
.section-title .sub-title.left-border:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	height: 20px;
	width: 4px;
	background: var(--main-color);
}
.section-title .sub-title.right-border:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 1px;
	height: 20px;
	width: 4px;
	background: var(--main-color);
}
.section-title .sub-title.double-border {
	padding-left: 12px;
}
.section-title .sub-title.double-border:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	height: 20px;
	width: 4px;
	background: var(--main-color);
}
.section-title .sub-title.double-border:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 1px;
	height: 20px;
	width: 4px;
	background: var(--main-color);
}
.section-title .title {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
}
.section-title .content {
	margin-top: 10px;
	margin-bottom: 0;
}
.section-title .content-strong {
	font-weight: 500;
	color: var(--heading-color);
}
.section-title.style-white .sub-title {
	color: var(--main-color);
}
.section-title.style-white .title {
	color: #fff;
}
.section-title.style-white .content {
	color: #fff;
}
.section-title.style-white .small-title {
	color: #fff;
}
.section-title .title {
	position: relative;
}
.section-title .title span {
	z-index: 2;
	position: relative;
}
.section-title .title span img {
	z-index: -1;
}
.section-title .title img {
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 0;
}
.section-title .bottom-line-url {
	display: inline-block;
	margin-bottom: 0;
	border-bottom: 1px solid #738bae;
	color: #738bae;
}
.section-title .bottom-line-url a {
	font-weight: 700;
	color: var(--heading-color);
}
.single-service-inner.style-5 {
	padding: 30px 24px 60px;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
	box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 0;
}
.single-service-inner.style-5:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(179.21deg, #2949fa -0.86%, #00c9e2 96.68%);
	-webkit-box-shadow: -30px 0px 100px rgba(0, 0, 0, 0.1);
	box-shadow: -30px 0px 100px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.single-service-inner.style-5:hover:after {
	opacity: 1;
}
.single-service-inner.style-5:hover .thumb .icon {
	opacity: 1;
}
.single-service-inner.style-5:hover p, .single-service-inner.style-5:hover h4 a {
	color: #fff;
}
.single-service-inner.style-5 .thumb {
	position: relative;
	display: inline-block;
}
.single-service-inner.style-5 .thumb .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.single-service-inner.style-5 h4 a {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #071131;
	margin-bottom: 22px;
	margin-top: 22px;
	display: block;
}
.single-service-inner.style-5 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*---------------------------------------------------
	widget styles
----------------------------------------------------*/

.widget-title {
	position: relative;
	font-size: 20px;
}
.td-sidebar .widget {
	margin-bottom: 34px;
	padding: 30px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
ul.catagory-items li {
    font-size: 18px;
    font-weight: 600;
    color: #3b3b3b;
}

.td-sidebar .widget .widget-title {
	margin-bottom: 30px;
	font-size: 24px;
	position: relative;
	padding-bottom: 8px;
}
.td-sidebar .widget .widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 100%;
	background: #e1e1e1;
}
.td-sidebar .widget .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 3px;
	width: 60px;
	background: var(--main-color);
	z-index: 2;
}
.td-service-sidebar .widget {
	margin-bottom: 34px;
	border-radius: 4px;
	border: 0;
}
.td-service-sidebar .widget .widget-title {
	margin-bottom: 0px;
	font-size: 24px;
	position: relative;
	padding-bottom: 0;
	padding: 10px 20px;
	color: #000000;
    border-bottom: 2px solid #18130c;
}
.td-service-sidebar .widget.widget_search {
	overflow: hidden;
}
.td-service-sidebar .widget.widget_search .search-form {
	margin: 25px;
}
.td-service-sidebar .widget.widget_catagory ul {
	padding: 25px;
}
.td-service-sidebar .widget.widget_catagory ul li a {
	padding-left: 0;
}
.td-service-sidebar .widget.widget_catagory ul li a:after {
	display: none;
}
.td-service-sidebar .widget.widget_archive ul {
	padding: 25px;
}
.td-service-sidebar .widget.widget_archive ul li a {
	padding-left: 0;
}
.td-service-sidebar .widget.widget_archive ul li a:after {
	display: none;
}
.td-service-sidebar .widget.widget-recent-post ul {
	padding: 25px;
}
.td-service-sidebar .widget.widget_tag_cloud .tagcloud {
	padding: 25px;
}
.td-service-sidebar .widget.widget_tag_cloud .tagcloud a {
	background: #e9ebef;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.td-service-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	background: var(--main-color);
}
.footer-area .widget-title {
	color: #fff;
}
.td-sidebar-service .widget {
	margin-bottom: 34px;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.td-sidebar-service .widget .widget-title:before {
	display: none;
}
.td-sidebar-service .widget .widget-title:after {
	border-bottom: 1px dashed var(--main-color);
	background: transparent;
	width: 156px;
}
.widget_search .search-form {
	position: relative;
	background: #f4f6f9;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.widget_search .search-form .form-group {
	margin-bottom: 0;
}
.widget_search .search-form input {
	width: 100%;
	border: 0;
	height: 55px;
	padding: 0 60px 0 22px;
}
.widget_search .search-form input:focus {
	border: 0;
	outline: 0;
}
.widget_search .search-form button {
	position: absolute;
	right: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 0 22px;
	top: 0;
	height: 55px;
}
.widget_search .search-form button i {
	color: var(--heading-color);
}
.widget_search .search-form button:active, .widget_search .search-form button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.widget-recent-post ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 9px;
	padding-bottom: 0;
}
.widget-recent-post ul li {
	margin-bottom: 15px;
}
.widget-recent-post ul li .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-recent-post ul li .media .media-left {
	margin-right: 18px;
}
.widget-recent-post ul li .media .media-left img {
	border-radius: 4px;
}
.widget-recent-post ul li .media .media-body .title {
	margin-bottom: 8px;
}
.widget-recent-post ul li .media .media-body .post-info {
	font-size: 13px;
	color: var(--heading-color);
}
.widget-recent-post ul li .media .media-body .post-info span {
	color: #3f517e;
}
.widget-recent-post ul li .media .media-body .post-info svg, .widget-recent-post ul li .media .media-body .post-info i {
	margin-right: 5px;
	color: var(--main-color);
}
.widget-recent-post ul li:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_catagory ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -5px;
}
.widget_catagory ul li {
	list-style: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(66, 74, 97, 0.1);
}
.widget_catagory ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_catagory ul li a {
	position: relative;
	padding-left: 26px;
}
.widget_catagory ul li a span {
	float: right;
}
.widget_catagory ul li a i {
	margin-right: 5px;
}
.widget_catagory ul li a svg {
	margin-right: 5px;
}
.widget_catagory ul li a:after {
	content: "\f07c";
	position: absolute;
	left: 0;
	top: -3px;
	font-family: "Font Awesome 5 Free";
}
.widget_catagory ul li:last-child {
	margin-bottom: 0;
}
.widget_archive ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -5px;
}
.widget_archive ul li {
	list-style: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(66, 74, 97, 0.1);
}
.widget_archive ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_archive ul li a {
	position: relative;
	padding-left: 26px;
}
.widget_archive ul li a span {
	float: right;
}
.widget_archive ul li a i {
	margin-right: 5px;
}
.widget_archive ul li a svg {
	margin-right: 5px;
}
.widget_archive ul li a:after {
	content: "\f07c";
	position: absolute;
	left: 0;
	top: -3px;
	font-family: "Font Awesome 5 Free";
}
.widget_archive ul li:last-child {
	margin-bottom: 0;
}
.widget_catagory_2 ul {
	padding: 0;
}
.widget_catagory_2 ul li {
	list-style: none;
}
.widget_catagory_2 ul li a {
	border: 1px solid #d1d1d1;
	display: block;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
}
.widget_catagory_2 ul li a i {
	float: right;
	padding-top: 3px;
	font-size: 21px;
}
.widget_catagory_2 ul li a span i {
	float: left;
	margin-right: 10px;
	color: var(--main-color);
	background: #ffe6e2;
	padding: 5px 5px 2px 5px;
	border-radius: 3px;
}
.widget_catagory_2 ul li a:hover {
	background-image: -webkit-gradient( linear, left top, right top, from(#f99746), to(#ee0020));
	background-image: linear-gradient(to right, #f99746, #ee0020);
	border: 1px solid var(--main-color);
	color: #fff;
}
.single-work-inner {
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
}
.single-work-inner .count-inner {
	position: relative;
	margin-bottom: 18px;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-inner .count-inner h2 {
	font-weight: 700;
	background: #3954a5;
	display: inline-block;
	height: 78px;
	width: 78px;
	line-height: 62px;
	border-radius: 50%;
	border: 10px solid #CCDFFF;
	text-align: center;
	color: #fff;
	font-size: 40px;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-inner .count-inner:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 96px;
	width: 96px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 96, 255, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 96, 255, 0.1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	background: #E5EFFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-work-inner .details-wrap p {
	margin-bottom: 0;
}
.single-work-inner.style-two {
	background: #fff;
	padding: 0 30px 30px 30px;
	margin-top: 44px;
}
.single-work-inner.style-two .count-inner {
	margin-top: -47px;
	display: inline-block;
}
.how-it-work-inner {
	position: relative;
}
.how-it-work-inner .hills-line {
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
}
.how-it-work-inner.arrow-line .single-work-inner:after {
	content: "";
	position: absolute;
	left: 100%;
	margin-left: -40px;
	top: 35px;
	background-image: url("https://solverwp.com/assets/img/shape/2.webp");
	height: 50px;
	width: 100%;
	background-repeat: no-repeat;
}
.how-it-work-area h4 {
	font-size: 24px;
	line-height: 1.3380952381;
}
.how-it-work-inner.arrow-line .col-lg-2:last-child .single-work-inner:after, .how-it-work-inner.arrow-line .col-lg-3:last-child .single-work-inner:after, .how-it-work-inner.arrow-line .col-lg-4:last-child .single-work-inner:after, .how-it-work-inner.arrow-line .col-lg-6:last-child .single-work-inner:after {
	display: none;
}
.single-service-inner {
	padding: 40px 30px 35px 30px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.single-service-inner .icon-box {
	margin-bottom: 13px;
}
.single-service-inner .icon-box i {
	font-size: 44px;
}
.single-service-inner .icon-box-bg {
	background: #2AAE8B;
	height: 90px;
	width: 90px;
	line-height: 112px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
}
.single-service-inner .icon-box-bg i {
	font-size: 40px;
	color: #fff;
}
.single-service-inner .details h3 {
	font-weight: 600;
}
.single-service-inner .details p {
	margin-bottom: 0;
}
.single-service-inner .details-hover-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: pink;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner .details-hover-wrap h3 {
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner .details-hover-wrap p {
	color: #fff;
}
.single-service-inner .details-hover-wrap a {
	margin-top: 18px;
}
.single-service-inner .details-hover-wrap .details-hover {
	margin-top: 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner.style-white {
	background: rgba(3, 11, 24, 0.6);
}
.single-service-inner.style-white .icon-box i {
	color: #2AAE8B;
}
.single-service-inner.style-white h3 {
	color: #fff;
}
.single-service-inner.style-white p {
	color: #fff;
}
.single-service-inner.style-white:hover {
	background: #2AAE8B;
}
.single-service-inner.style-white:hover .icon-box i {
	color: #fff;
}
.single-service-inner.style-white .details h3:hover {
	text-decoration: underline;
}
.single-service-inner.style-white .details h3:hover a {
	color: #fff;
}
.single-service-inner:hover .details-hover-wrap {
	visibility: visible;
	opacity: 1;
}
.single-service-inner:hover .details-hover-wrap .details-hover {
	margin-top: 0;
}
.single-service-inner.style-2 {
	padding: 40px 30px 85px 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-size: 108% 109%;
	background-repeat: no-repeat;
	background-position: -13px -13px;
}
.single-service-inner.style-2 .icon-box i, .single-service-inner.style-2 .icon-box svg {
	color: #2AAE8B;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner.style-2 .details .read-more-btn {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: #2AAE8B;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -23px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.single-service-inner.style-2:hover .details .read-more-btn {
	background: pink;
}
.single-service-inner.style-hover-base .icon-box i {
	color: #2AAE8B;
}
.single-service-inner.style-hover-base .details h3:hover a {
	color: pink;
}
.single-service-inner.style-hover-base:hover {
	background: #2AAE8B;
}
.single-service-inner.style-hover-base:hover .icon-box i {
	color: #fff;
}
.single-service-inner.style-hover-base:hover h3 {
	color: #fff;
}
.single-service-inner.style-hover-base:hover p {
	color: #fff;
}
.single-service-inner.style-5 {
	padding: 30px 24px 60px;
	background: #ffffff;
	-webkit-box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
	box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 0;
}
.single-service-inner.style-5:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(179.21deg, #2949fa -0.86%, #00c9e2 96.68%);
	-webkit-box-shadow: -30px 0px 100px rgba(0, 0, 0, 0.1);
	box-shadow: -30px 0px 100px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}
.single-service-inner.style-5:hover:after {
	opacity: 1;
}
.single-service-inner.style-5:hover .thumb .icon {
	opacity: 1;
}
.single-service-inner.style-5:hover p, .single-service-inner.style-5:hover h4 a {
	color: #fff;
}
.single-service-inner.style-5 .thumb {
	position: relative;
	display: inline-block;
}
.single-service-inner.style-5 .thumb .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.single-service-inner.style-5 h4 a {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #071131;
	margin-bottom: 22px;
	margin-top: 22px;
	display: block;
}
.single-service-inner.style-5 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap";
body, html {
	font-family: var(--font-primary)
}
[data-anim*=cover-white]::after, [data-anim-child*=cover-white]::after, body {
	background-color: #fff
}
body, main {
	overflow-x: hidden
}
h1, h2, h3, h4, h5, h6, li, p, ul {
	margin: 0
}
.nice-select, .nice-select .option {
	cursor: pointer;
	outline: 0;
	font-weight: 400
}
.menu .mobile__back a::before, .menu .nav li.menu-item-has-children>a::after {
	font-family: icomoon!important;
	--speak: never;
	font-style: normal;
	font-variant: normal;
	text-transform: none
}
.menu .mobile__back a::before, .menu .nav li.menu-item-has-children>a::after, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.blog__category, .button, .counter__title, .footer__title, .header .nav li a, .menu .mobile__back a, .page-masthead__subtitle, .side-nav__item a {
	text-transform: uppercase
}
.footer__socials_content a, .socialsIcons a {
	transition: .15s cubic-bezier(.165, .84, .44, 1)
}
.blogPost.-comments .blogPost__content .comments__text a, .filter-button-group button.btn-active, .mega__list a:hover, .pagination.-section .pagination__content a:hover, .underline {
	text-decoration: underline
}
a:hover, p a {
	text-decoration: none
}
.blogPost.-comments .blogPost__content .comments__list li, .select-options, li, ul {
	list-style: none
}
.nice-select.right, .shopSidebar__item [slider]>div>[sign]:last-child, [slider]>div>[sign]:last-child {
	float: right
}
.ratio {
	position: relative;
	display: block;
	overflow: hidden
}
.ratio::before {
	display: block;
	width: 100%;
	content: ""
}
.masonry .masonry__item.-big>.ratio, .ratio-1\:1::before {
	padding-bottom: 100%
}
.masonry .masonry__item.-wide>.ratio, .ratio-2\:1::before {
	padding-bottom: 50%
}
.ratio-2\:3::before {
	padding-bottom: 150%
}
.ratio-3\:2::before {
	padding-bottom: 66.66667%
}
.ratio-3\:4::before {
	padding-bottom: 133.33333%
}
.ratio-4\:3::before {
	padding-bottom: 75%
}
.ratio-5\:4::before {
	padding-bottom: 80%
}
.ratio-8\:5::before {
	padding-bottom: 62.5%
}
.ratio-29\:33::before {
	padding-bottom: 113.7931%
}
.ratio-62\:60::before {
	padding-bottom: 96.77419%
}
.ratio-63\:50::before {
	padding-bottom: 79.36508%
}
.ratio-63\:60::before {
	padding-bottom: 95.2381%
}
.ratio-93\:53::before {
	padding-bottom: 56.98925%
}
.ratio-41\:35::before {
	padding-bottom: 85.36585%
}
.ratio-41\:45::before {
	padding-bottom: 109.7561%
}
.ratio-77\:60::before {
	padding-bottom: 77.92208%
}
.ratio-129\:112::before {
	padding-bottom: 86.82171%
}
.ratio-16\:9::before {
	padding-bottom: 56.25%
}
:root {
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5625rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.1875rem;
	--text-5xl: 2.5rem;
	--text-6xl: 4.375rem;
	--preloader-image: url('../img/home-image/slider-logo.png');
	--accent-color: #f5ad20;
	--secondary-color: #B88768;
	--bg-light-1: #f5f6f8;
	--bg-light-2: #F1F6F9;
	--bg-dark-1: #131419;
	--bg-dark-2: #1E2027;
	--bg-dark-3: #0D0D12;
	--bg-dark-4: #0A0A0F;
	--font-light: rgb(197, 197, 197);
	--font-dark: #454545;
	--font-primary: 'Montserrat', sans-serif;
	--font-secondary: "Work Sans", sans-serif
}
[data-anim-wrap] {
	pointer-events: none
}
.menu ul.is-active, .menu.is-active, [data-anim-wrap].animated {
	pointer-events: auto
}
.background-cover.-dark::after, [data-anim*=cover-black]::after, [data-anim-child*=cover-black]::after {
	background-color: #000
}
.bg-light-1, [data-anim*=cover-light-1]::after, [data-anim-child*=cover-light-1]::after {
	background-color: var(--bg-light-1)
}
[data-anim*=cover-light-1m]::after, [data-anim-child*=cover-light-1m]::after {
	background: url(../img/backgrounds/banner-1.jpg)
}
.bg-light-2, [data-anim*=cover-light-2]::after, [data-anim-child*=cover-light-2]::after {
	background-color: var(--bg-light-2)
}
.bg-dark-1, [data-anim*=cover-dark-1]::after, [data-anim-child*=cover-dark-1]::after {
	background-color: var(--bg-dark-1)
}
.bg-dark-2, [data-anim*=cover-dark-2]::after, [data-anim-child*=cover-dark-2]::after {
	background-color: var(--bg-dark-2)
}
.bg-accent, .bg-secondary, .bottom-line.-accent::after, [data-anim*=cover-accent]::after, [data-anim-child*=cover-accent]::after {
	background-color: var(--accent-color)
}
@-webkit-keyframes reveal {
	100% {
		opacity: 1
	}
}
@keyframes reveal {
	100% {
		opacity: 1
	}
}
[data-anim-child^=img-fade], [data-anim^=img-fade] {
	overflow: hidden;
	display: block;
	position: relative
}
[data-anim-child^=img-fade]>*, [data-anim^=img-fade]>* {
	pointer-events: none;
	opacity: 0;
	transform: scale(1.5);
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
[data-anim-child^=img-fade].is-in-view>*, [data-anim^=img-fade].is-in-view>* {
	pointer-events: auto;
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.instagram__item, [data-anim-child^=img-right], [data-anim^=img-right] {
	display: block;
	position: relative
}
[data-anim-child^=img-right]::after, [data-anim^=img-right]::after {
	content: "";
	position: absolute;
	top: -.0625rem;
	left: -.0625rem;
	right: 0;
	z-index: 20;
	height: calc(100% + .125rem);
	width: calc(100% + .125rem);
	transform-origin: right;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: cubic-bezier(.41, .01, .66, 1);
	animation-timing-function: cubic-bezier(.41, .01, .66, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
[data-anim-child^=img-right]>*, [data-anim^=img-right]>* {
	transform-origin: center;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.my-swiper .swiper-slide-active .slider1-thumb [data-anim-child^=img-right].is-in-view::after, .my-swiper .swiper-slide-active .slider1-thumb [data-anim^=img-right].is-in-view::after, [data-anim-child^=img-right].is-in-view::after, [data-anim^=img-right].is-in-view::after {
	-webkit-animation-name: imgRight;
	animation-name: imgRight
}
.my-swiper .slider1-thumb [data-anim-child^=img-right].is-in-view::after, .my-swiper .slider1-thumb [data-anim^=img-right].is-in-view::after {
	-webkit-animation-name: none;
	animation-name: none
}
[data-anim-child^=img-right].is-in-view>*, [data-anim^=img-right].is-in-view>* {
	-webkit-animation-name: imgReveal;
	animation-name: imgReveal
}
@-webkit-keyframes imgRight {
	0% {
		transform: scaleX(1)
	}
	100% {
		transform: scaleX(0)
	}
}
@keyframes imgRight {
	0% {
		transform: scaleX(1)
	}
	100% {
		transform: scaleX(0)
	}
}
@-webkit-keyframes imgReveal {
	0% {
		transform: scale(1.4)
	}
	100% {
		transform: scale(1.01)
	}
}
@keyframes imgReveal {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.01)
	}
}
[data-anim-child^=slide-], [data-anim^=slide-] {
	opacity: 0;
	transition-property: opacity, transform;
	pointer-events: none;
	transition-duration: 1.2s;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}
[data-anim-child^=slide-].is-in-view, [data-anim^=slide-].is-in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto
}
[data-anim-child^=slide-up], [data-anim^=slide-up] {
	transform: translate3d(0, 2.125rem, 0)
}
[data-anim-child^=slide-down], [data-anim^=slide-down] {
	transform: translate3d(0, -2.125rem, 0)
}
[data-anim-child^=slide-right], [data-anim^=slide-right] {
	transform: translate3d(-2.125rem, 0, 0)
}
[data-anim-child^=slide-left], [data-anim^=slide-left] {
	transform: translate3d(2.125rem, 0, 0)
}
[data-anim-child^=fade], [data-anim^=fade] {
	opacity: 0;
	transition-property: opacity;
	pointer-events: none;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.headerCart:hover, [data-anim-child^=fade].is-in-view, [data-anim^=fade].is-in-view {
	opacity: 1;
	pointer-events: auto
}
.cursor, .menu, .menu ul, .nice-select .nice-select-dropdown, .nice-select.disabled, .nice-select:after, .preloader {
	pointer-events: none
}
[data-anim*=delay-1], [data-anim-child*=delay-1] {
	transition-delay: .1s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
[data-anim*=delay-1]::after, [data-anim*=delay-1]>*, [data-anim-child*=delay-1]::after, [data-anim-child*=delay-1]>* {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
[data-anim*=delay-2], [data-anim-child*=delay-2] {
	transition-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
[data-anim*=delay-2]::after, [data-anim*=delay-2]>*, [data-anim-child*=delay-2]::after, [data-anim-child*=delay-2]>* {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
[data-anim*=delay-3], [data-anim-child*=delay-3] {
	transition-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
[data-anim*=delay-3]::after, [data-anim*=delay-3]>*, [data-anim-child*=delay-3]::after, [data-anim-child*=delay-3]>* {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
[data-anim*=delay-4], [data-anim-child*=delay-4] {
	transition-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
[data-anim*=delay-4]::after, [data-anim*=delay-4]>*, [data-anim-child*=delay-4]::after, [data-anim-child*=delay-4]>* {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
[data-anim*=delay-5], [data-anim-child*=delay-5] {
	transition-delay: .5s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
[data-anim*=delay-5]::after, [data-anim*=delay-5]>*, [data-anim-child*=delay-5]::after, [data-anim-child*=delay-5]>* {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
[data-anim*=delay-6], [data-anim-child*=delay-6] {
	transition-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
[data-anim*=delay-6]::after, [data-anim*=delay-6]>*, [data-anim-child*=delay-6]::after, [data-anim-child*=delay-6]>* {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
[data-anim*=delay-7], [data-anim-child*=delay-7] {
	transition-delay: .7s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}
[data-anim*=delay-7]::after, [data-anim*=delay-7]>*, [data-anim-child*=delay-7]::after, [data-anim-child*=delay-7]>* {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}
[data-anim*=delay-8], [data-anim-child*=delay-8] {
	transition-delay: .8s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
[data-anim*=delay-8]::after, [data-anim*=delay-8]>*, [data-anim-child*=delay-8]::after, [data-anim-child*=delay-8]>* {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
[data-anim*=delay-9], [data-anim-child*=delay-9] {
	transition-delay: .9s;
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
[data-anim*=delay-9]::after, [data-anim*=delay-9]>*, [data-anim-child*=delay-9]::after, [data-anim-child*=delay-9]>* {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
[data-anim*=delay-10], [data-anim-child*=delay-10] {
	transition-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
[data-anim*=delay-10]::after, [data-anim*=delay-10]>*, [data-anim-child*=delay-10]::after, [data-anim-child*=delay-10]>* {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
[data-anim*=delay-11], [data-anim-child*=delay-11] {
	transition-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}
[data-anim*=delay-11]::after, [data-anim*=delay-11]>*, [data-anim-child*=delay-11]::after, [data-anim-child*=delay-11]>* {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}
[data-anim*=delay-12], [data-anim-child*=delay-12] {
	transition-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
[data-anim*=delay-12]::after, [data-anim*=delay-12]>*, [data-anim-child*=delay-12]::after, [data-anim-child*=delay-12]>* {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
[data-anim*=delay-13], [data-anim-child*=delay-13] {
	transition-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}
[data-anim*=delay-13]::after, [data-anim*=delay-13]>*, [data-anim-child*=delay-13]::after, [data-anim-child*=delay-13]>* {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}
[data-anim*=delay-14], [data-anim-child*=delay-14] {
	transition-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}
[data-anim*=delay-14]::after, [data-anim*=delay-14]>*, [data-anim-child*=delay-14]::after, [data-anim-child*=delay-14]>* {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}
[data-anim*=delay-15], [data-anim-child*=delay-15] {
	transition-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
[data-anim*=delay-15]::after, [data-anim*=delay-15]>*, [data-anim-child*=delay-15]::after, [data-anim-child*=delay-15]>* {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
[data-anim*=delay-16], [data-anim-child*=delay-16] {
	transition-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}
[data-anim*=delay-16]::after, [data-anim*=delay-16]>*, [data-anim-child*=delay-16]::after, [data-anim-child*=delay-16]>* {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}
[data-anim*=delay-17], [data-anim-child*=delay-17] {
	transition-delay: 1.7s;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}
[data-anim*=delay-17]::after, [data-anim*=delay-17]>*, [data-anim-child*=delay-17]::after, [data-anim-child*=delay-17]>* {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}
[data-anim*=delay-18], [data-anim-child*=delay-18] {
	transition-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}
[data-anim*=delay-18]::after, [data-anim*=delay-18]>*, [data-anim-child*=delay-18]::after, [data-anim-child*=delay-18]>* {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}
[data-anim*=delay-19], [data-anim-child*=delay-19] {
	transition-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}
[data-anim*=delay-19]::after, [data-anim*=delay-19]>*, [data-anim-child*=delay-19]::after, [data-anim-child*=delay-19]>* {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}
[data-anim*=delay-20], [data-anim-child*=delay-20] {
	transition-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
[data-anim*=delay-20]::after, [data-anim*=delay-20]>*, [data-anim-child*=delay-20]::after, [data-anim-child*=delay-20]>* {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.h-100 {
	height: 100%
}
.socialsIcons {
	display: flex;
	margin-left: -.75rem
}
.socialsIcons a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent
}
.socialsIcons a:hover {
	color: #b88768!important;
	border: 1px solid #b88768
}
.socialsIcons a+a {
	margin-left: .3125rem
}
html {
	min-height: 100%;
	color: var(--font-dark);
	line-height: 1;
	font-size: 16px
}
@media(min-width:1600px) {
	html {
		font-size: 1vw
	}
}
@media(min-width:1800px) {
	html {
		font-size: .92vw
	}
}
.nice-select, body {
	font-size: .875rem
}
body {
	color: #615e5e;
	line-height: 1.7;
	width: 100%;
	max-width: 100%;
	padding: 0
}
.content-wrapper.-left {
	padding-left: 20rem
}
.container.-sm {
	max-width: 63.75rem
}
::-moz-selection {
	color: #fff;
	background-color: var(--accent-color);
	text-shadow: none
}
::selection {
	color: #fff;
	background-color: var(--accent-color);
	text-shadow: none
}
section {
	overflow: hidden;
	position: relative
}
a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	transition: color .2s ease-in-out
}
a:hover {
	color: var(--accent-color)
}
li, ul {
	padding: 0
}
button:focus, div[slider]>input[type=range]:focus {
	outline: 0
}
.nice-select {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	box-sizing: border-box;
	clear: both;
	display: block;
	float: left;
	font-family: inherit;
	height: 2.5rem;
	line-height: 2.25rem;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	text-align: left!important;
	transition: .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}
.button, .sidebar {
	text-align: center
}
.nice-select:hover {
	border-color: #dbdbdb
}
.form-radio .radio input:checked~.radio__mark, .nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #000
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: .3125rem;
	margin-top: -rem(4px);
	position: absolute;
	right: .75rem;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: .15s ease-in-out;
	width: .3125rem
}
.nice-select.open:after {
	transform: rotate(-135deg)
}
.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: scaleY(1) translateY(0)
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999
}
.nice-select.disabled:after {
	border-color: #ccc
}
.blogPost.-comments .blogPost__content .comments__body, .blogSidebar .category, .masonry.-col-2 .masonry__item.-big, .masonry.-col-2 .masonry__item.-wide, .menu__container, .nice-select.wide, .sectionSlider, .w-1\/1 {
	width: 100%
}
.nice-select.wide .nice-select-dropdown {
	left: 0!important;
	right: 0!important
}
.nice-select.right .nice-select-dropdown {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: .75rem;
	height: 2.25rem;
	line-height: 2.125rem
}
.nice-select.small:after {
	height: .25rem;
	width: .25rem
}
.nice-select.small .option {
	line-height: 2.125rem;
	min-height: 2.125rem
}
.nice-select .nice-select-dropdown {
	margin-top: .0625rem;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: top;
	transform: scaleY(.8) translateY(0);
	transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
	opacity: 0
}
.nice-select .list {
	overflow: hidden;
	padding: 12px 0;
	max-height: 13.125rem;
	overflow-y: auto
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}
.nice-select .option {
	line-height: 2.5rem;
	list-style: none;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	text-align: left;
	transition: .2s;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.nice-select .option:last-child {
	border-bottom: none
}
.bg-light-grey, .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #f6f6f6
}
.nice-select .option.selected {
	font-weight: 700
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}
.button.-accent:hover, .button.-grey:hover, .header.is-sticky .header__bar .icon, .header.is-sticky .header__bar .nav__item>a, .header.is-sticky .header__bar>*, .header.is-sticky.-sticky-dark .header__bar .icon-logo, .header.is-sticky.-sticky-font-light .header__bar .icon, .header.is-sticky.-sticky-font-light .header__bar .icon-logo, .header.is-sticky.-sticky-font-light .header__bar .nav>li>a, .header.is-sticky.-sticky-font-light .header__bar>* {
	color: #fff!important
}
.menu .mega, .no-csspointerevents .nice-select .nice-select-dropdown, .select-options li[rel=hide], .side-nav__submenu, .tabs__pane {
	display: none
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
	display: block
}
.nice-select .list::-webkit-scrollbar {
	width: 0
}
.nice-select .has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px .75rem;
	min-height: 2.25rem;
	line-height: 1.375rem
}
.nice-select .has-multiple span.current {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 .625rem;
	display: inline-block;
	line-height: 1.5rem;
	font-size: .875rem;
	margin-bottom: .1875rem;
	margin-right: .1875rem
}
.nice-select .has-multiple .multiple-options {
	display: block;
	line-height: 1.5rem;
	padding: 0
}
.nice-select .nice-select-search-box {
	box-sizing: border-box;
	width: 100%;
	padding: 0 1.875rem;
	margin-bottom: .625rem;
	pointer-events: none
}
.nice-select .nice-select-search {
	box-sizing: border-box;
	background-color: #f9f6f6;
	border: none!important;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	padding: 16px 1.25rem;
	margin-top: 1.25rem;
	width: 100%;
	min-height: 2.25rem;
	line-height: 1.375rem;
	height: auto;
	outline: 0!important;
	font-size: .875rem
}
button {
	padding: unset;
	margin: unset;
	border: unset;
	border-radius: unset;
	background-color: unset
}
.button {
	position: relative;
	display: inline-block;
	border: 0;
	font-size: .875rem;
	line-height: 1;
	font-weight: 400;
	transition: .3s cubic-bezier(.165, .84, .44, 1)
}
.button::after, .header__bar {
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.button::after {
	content: "";
	position: absolute;
	top: .3125rem;
	bottom: .3125rem;
	right: .3125rem;
	left: .3125rem;
	opacity: .4
}
.button.-simple, .button.-simple::before {
	transition: .3s cubic-bezier(.165, .84, .44, 1);
	position: relative
}
.button.-md {
	min-width: 13.75rem;
	padding: 1.25rem 2rem
}
.button.-hovered::after {
	opacity: 1!important
}
.button:hover::after, .instagram__item:hover .instagram__content, .menu .nav.is-open, .sidebar__instagram .instagram__item:hover .instagram__content {
	opacity: 1
}
.button.-white {
	background-color: #fff!important
}
.button.-white::after {
	border: 1px solid #d7926b!important
}
.button.-grey {
	background-color: #615e5e!important
}
.button.-accent::after, .button.-dark::after, .button.-grey::after, .button.-secondary::after {
	border: 1px solid #fff!important
}
.button.-accent {
	background-color: var(--accent-color)!important
}
.button.-secondary {
	background-color: var(--secondary-color)!important
}
.button.-dark, .service.-card.-hover:hover .service__content {
	background-color: #18130c!important
}
.button.-simple {
	display: flex;
	align-items: center
}
.button.-simple::before {
	content: "";
	display: inline-block;
	margin-right: .625rem;
	width: 2.75rem;
	height: .0625rem;
	background-color: currentColor;
	transform-origin: left
}
.button.-simple:hover::before {
	width: 4rem
}
.button.-icon .icon {
	transition: transform .3s cubic-bezier(.165, .84, .44, 1)
}
.button.-icon:hover .icon {
	transform: translateX(.375rem)
}
.button-pulse {
	position: relative;
	z-index: unset!important
}
.button-pulse__btn {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.5rem;
	height: 4.5rem;
	border: 0;
	border-radius: 100%
}
.button-pulse__btn::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #b88768;
	-webkit-animation: 2.4s cubic-bezier(.215, .61, .355, 1) infinite video_btn_pulse;
	animation: 2.4s cubic-bezier(.215, .61, .355, 1) infinite video_btn_pulse
}
.button-pulse__btn__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}
.button-pulse__btn i {
	position: relative;
	z-index: 2
}
.button-pulse.-light .button-pulse__btn::after, .pagination.-slider.-white .pagination__item, .pieChart-light:hover {
	background-color: #fff
}
@-webkit-keyframes video_btn_pulse {
	0% {
		opacity: .6;
		transform: scale(1)
	}
	100%, 75% {
		opacity: 0;
		transform: scale(1.4)
	}
}
@keyframes video_btn_pulse {
	0% {
		opacity: .6;
		transform: scale(1)
	}
	100%, 75% {
		opacity: 0;
		transform: scale(1.4)
	}
}
.form-checkbox, .form-radio, .form-switch, .mainSlider.-type-3 .mainSlider__button, .mainSlider.-type-4 .mainSlider__button, .mainSlider.-type-5 .mainSlider__title_wrap, .mainSlider.-type-7 .mainSlider__title_wrap, .number.-circle-right, .pagination.-section, .shopCart-products__product, .socials {
	display: flex;
	align-items: center
}
.form-checkbox .checkbox input:checked~.checkbox__mark .checkbox__icon, .form-radio .radio input:checked~.radio__mark .radio__icon {
	display: block
}
.form-switch label {
	margin: 0 0 0 .875rem;
	font-size: .875rem
}
.form-switch .switch {
	position: relative;
	width: 3.75rem;
	height: 1.875rem
}
.form-switch .switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 .625rem 3.125rem rgba(13, 38, 59, .1);
	background-color: transparent;
	transition: .3s;
	border-radius: 1.875rem;
	border: 1px solid #e4e4e4
}
.form-switch .switch__slider::before {
	position: absolute;
	content: "";
	height: 1.25rem;
	width: 1.25rem;
	left: .3125rem;
	bottom: .25rem;
	background-color: #e4e4e4;
	border-radius: 50%;
	transition: .3s
}
.form-switch .switch input {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.form-switch .switch input:checked+.switch__slider {
	background-color: #b88768;
	border-color: #b88768
}
.form-switch .switch input:focus+.switch__slider {
	box-shadow: 0 0 1px #b88768
}
.form-switch .switch input:checked+.switch__slider::before {
	transform: translateX(29px);
	background-color: #fff
}
.form-checkbox label, .form-radio label {
	margin: 0 0 0 .5625rem;
	font-size: .875rem
}
.form-checkbox .checkbox, .form-radio .radio {
	cursor: pointer;
	position: relative;
	display: block
}
.form-radio .radio__mark {
	height: 1rem;
	width: 1rem;
	border-radius: 100%;
	border: 2px solid #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center
}
.form-radio .radio__icon {
	display: none;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #000
}
.form-checkbox .checkbox input, .form-radio .radio input {
	z-index: 5;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.form-checkbox .checkbox:hover input~.checkbox__mark, .form-radio .radio:hover input~.radio__mark {
	background-color: rgba(0, 0, 0, .05)
}
.form-checkbox .checkbox__mark {
	height: 1.125rem;
	width: 1.125rem;
	border: 2px solid #e4e4e4;
	display: flex;
	justify-content: center;
	align-items: center
}
.form-checkbox .checkbox__icon {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	stroke-width: 2;
	color: #fff
}
.header__bar .container, .header__bar .row, .header__bar .row>div, .header__item {
	height: 100%
}
.form-checkbox .checkbox input:checked~.checkbox__mark {
	background-color: #000;
	border-color: #000
}
.header.-home-3 .header__icons>:last-child, .header.-home-4 {
	border-right: 1px solid #e4e4e4
}
.form-checkbox .checkbox:hover input:checked~.checkbox__mark {
	background-color: rgba(0, 0, 0, .8)
}
form input[type=email], form input[type=search], form input[type=text], form input[type=number], form select, form textarea, select, select value {
	border: 0;
	font-size: .875rem !important;
	line-height: 1.3;
	font-weight: 400;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transition: border .15s cubic-bezier(.165, .84, .44, 1)
}
form input[type=email]:focus, form input[type=search]:focus, form input[type=text]:focus, form select:focus, form textarea:focus {
	outline: 0;
	border-bottom: 1px solid #000
}
form ::-moz-placeholder {
	font-weight: 400
}
form :-ms-input-placeholder {
	font-weight: 400
}
form ::placeholder {
	font-weight: 400
}
form.-light label, form.-light p {
	color: #fff
}
form.-light input[type=email], form.-light input[type=search], form.-light input[type=text], form.-light select, form.-light textarea {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .6)
}
form.-light ::-moz-placeholder {
	color: rgba(255, 255, 255, .7)
}
form.-light :-ms-input-placeholder {
	color: rgba(255, 255, 255, .7)
}
form.-light ::placeholder {
	color: rgba(255, 255, 255, .7)
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	letter-spacing: -.02em;
	font-weight: 600;
	color: #000
}
h1 {
	font-size: var(--text-6xl)
}
h2 {
	font-size: var(--text-5xl)
}
h3 {
	font-size: var(--text-4xl)
}
h4 {
	font-size: var(--text-3xl)
}
h5 {
	font-size: var(--text-2xl)
}
h6 {
	font-size: var(--text-xl)
}
.text-xs {
	font-size: var(--text-xs)!important
}
.text-sm {
	font-size: var(--text-sm)!important
}
.text-base {
	font-size: var(--text-base)!important
}
.text-lg {
	font-size: var(--text-lg)!important
}
.text-xl {
	font-size: var(--text-xl)!important
}
.text-2xl {
	font-size: var(--text-2xl)!important
}
.text-3xl {
	font-size: var(--text-3xl)!important
}
.text-4xl {
	font-size: var(--text-4xl)!important
}
.text-5xl {
	font-size: var(--text-5xl)!important
}
.text-6xl {
	font-size: var(--text-6xl)!important
}
.leading-xs {
	line-height: 1.1!important
}
.leading-sm {
	line-height: 1.2!important
}
.leading-md {
	line-height: 1.3!important
}
.leading-lg {
	line-height: 1.4!important
}
.leading-xl {
	line-height: 1.5!important
}
.leading-2xl {
	line-height: 1.6!important
}
.leading-3xl {
	line-height: 1.7!important
}
.leading-4xl {
	line-height: 1.8!important
}
.leading-5xl {
	line-height: 1.9!important
}
.leading-6xl {
	line-height: 2!important
}
.numBlock__number, .number {
	font-family: var(--font-secondary);
	line-height: 1
}
.tracking-minus-sm {
	letter-spacing: -.03em!important
}
.tracking-none {
	letter-spacing: 0!important
}
.tracking-sm {
	letter-spacing: .08em!important
}
.tracking-md {
	letter-spacing: .12em!important
}
.tracking-lg {
	letter-spacing: .16em!important
}
.number {
	letter-spacing: -.02em
}
.number.-circle-right::after {
	content: "";
	width: .375rem;
	height: .375rem;
	border-radius: 100%;
	background-color: #000;
	margin-left: 8px
}
.ml-minus-4, .number.-left {
	margin-left: -.25rem
}
.header.-home-3 .header__icons>*+*, .header__icons.-separate>*+* {
	margin-left: 0
}
.number.-sm {
	font-size: 3.75rem
}
.number.-md {
	font-size: 4.6875rem
}
.number.-lg {
	font-size: 5.625rem
}
.numBlock__number {
	font-size: 5.5rem;
	font-weight: 800;
	letter-spacing: -.05em
}
.numBlock__additional {
	font-size: 2.5rem;
	opacity: .4;
	letter-spacing: -.04em;
	font-weight: 600
}
.numBlock__text {
	line-height: 1.4
}
.has-topbar .header {
	top: 2.5rem
}
.header {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.header.-margin-lg .header__bar {
	padding: 0 7.5rem;
	height: 6.875rem
}
.header.-vertical-sm .header__bar {
	width: 100%;
	padding: 0 3.75rem;
	height: 4.375rem;
	display: flex;
	align-items: center
}
.header__icons, .header__item {
	display: flex;
	align-items: center
}
.header.-no-vertical-padding .header__bar {
	padding: 0 3.75rem
}
.header.-no-left-padding .header__bar, .pl-0 {
	padding-left: 0!important
}
.header.-top-border .header__bar {
	border-top: 1px solid #fff
}
.header.-bottom-border .header__bar, .section-border-bottom-light>* {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.header__bar {
	position: relative;
	z-index: 10;
	padding: 0 3.75rem;
	height: 6.875rem
}
.header__logo.-separate {
	padding: 30px 2.875rem
}
.header__logo {
	font-size: 3.125rem
}
.blogPost.-comments .blogPost__content .comments__item-inner, .header__logo a, .shopSidebar__item.-best .best__item, .shopSingle-preview, .socials__wrap, .topbar__info, .topbar__socials_content {
	display: flex
}
.header__icons {
	height: 100%;
	color: #fff
}
.header .nav li, .header__cart>a, .header__icons.-separate>* {
	align-items: center;
	height: 100%;
	display: flex
}
.header__icons a, .header__icons button {
	color: #fff
}
.header__icons a:hover {
	color: #d7926b!important
}
.header__icons>*+* {
	margin-left: 1.875rem
}
.h-full, .header.-home-2 .menu, .header__icons.-separate, .mainSlider.-type-10 .container, .mainSlider.-type-10 .row, .mainSlider.-type-2 .row, .mainSlider.-type-3 .container, .mainSlider.-type-3 .row, .mainSlider.-type-6 .container, .mainSlider.-type-6 .row, .mainSlider.-type-7 .container, .mainSlider.-type-7 .row, .mainSlider.-type-9 .container, .mainSlider.-type-9 .row, .masthead .container, .masthead .row, .no-page .container, .no-page .row, .soon .container, .soon .row {
	height: 100%
}
.header__icons.-separate>* {
	padding: 0 1.875rem;
	border-left: 1px solid #fff
}
.header__icons.-separate>:last-child {
	border-right: 1px solid #fff
}
.header__cart {
	height: 100%;
	font-size: 1.25rem
}
.header__cart a:hover+.headerCart {
	opacity: 1;
	pointer-events: auto;
	transition: .15s ease-out
}
.header__search {
	font-size: 1.25rem
}
.header.is-sticky {
	position: fixed
}
.header.is-sticky .header__bar {
	padding: 0 3.75rem;
	background: #565656
}
.header.is-sticky.-sticky-dark .header__bar .icon, .header.is-sticky.-sticky-dark .header__bar .nav>li>a, .header.is-sticky.-sticky-dark .header__bar>* {
	color: #000!important
}
.header.is-sticky.-no-vertical-padding .header__bar {
	padding-top: 0;
	padding-bottom: 0
}
.header.-home-2.-no-pad .container {
	padding: 0!important
}
.header.-home-2 .header__item, .header.-home-3 .header__item {
	display: flex;
	align-items: center;
	height: 100%
}
.header.-home-2 .header__item.-margin-sm .header__logo {
	margin-right: 2.5rem
}
.header.-home-2 .header__item.-margin-lg .header__logo {
	margin-right: 8vw
}
.header.-home-3.is-sticky .header__bar {
	background: #fff
}
.header.-home-3 .header__bar {
	padding: 0;
	height: 4.375rem;
	border-top: 1px solid #e4e4e4
}
.header.-home-3 .header__logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.625rem;
	margin-right: 1.875rem!important
}
.header.-home-3 .header__logo .icon {
	font-size: 1.875rem
}
.header.-home-3 .header__item.-margin-sm .header__logo {
	margin-right: 2.5rem
}
.header.-home-3 .header__item.-margin-lg .header__logo {
	margin-right: 8vw
}
.header.-home-3 .header__icons {
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff
}
.header.-home-3 .header__icons a, .header.-home-3 .header__icons button, .menu .nav li a:hover {
	color: #fff
}
.header.-home-3 .header__icons a:hover {
	color: #d7926b!important
}
.header.-home-3 .header__icons>* {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 1.875rem;
	border-left: 1px solid #e4e4e4
}
.header.-home-4 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20rem
}
.header.-home-4 .header__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 2.5rem 2.75rem
}
.header.-home-4 .header__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}
.header.-home-4 .header__copyright {
	color: #615e5e!important
}
.header.-home-4 .header__socials {
	margin-top: 1.5rem
}
.header.-home-4 .header__socials a {
	padding: 0 .9375rem
}
@media(min-width:992px) {
	.header.-home-6 .nav {
		position: unset!important
	}
	.header.-home-6 .menu {
		height: 100%
	}
	.header.-home-6 .header__bar {
		padding: 0;
		height: 6.25rem
	}
	.header.-home-6 .header__logo {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 8.9375rem;
		margin-right: 2.3125rem!important;
		background-color: #fff
	}
}
@media(min-width:992px) and (max-width:767px) {
	.header.-home-6 .header__bar {
		height: 3.5rem
	}
}
@media(min-width:992px) {
	.header.-home-6 .header__icons, .header.-home-6 .header__item {
		align-items: center;
		display: flex;
		height: 100%
	}
	.header.-home-6 .header__logo .icon {
		color: #b88768!important;
		font-size: 2.75rem
	}
	.header.-home-6 .header__item.-margin-sm .header__logo {
		margin-right: 2.5rem
	}
	.header.-home-6 .header__item.-margin-lg .header__logo {
		margin-right: 8vw
	}
	.header.-home-6 .header__icons, .header.-home-6 .header__icons a, .header.-home-6 .header__icons button {
		color: #fff
	}
	.header.-home-6 .header__icons a:hover {
		color: #d7926b!important
	}
	.header.-home-6 .header__icons>* {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 1.875rem
	}
	.header.-home-6 .header__icons>*+* {
		margin-left: 0
	}
}
@media(min-width:992px) and (max-width:1199px) {
	.header.-home-6 .header__logo {
		width: 5rem
	}
	.header.-home-6 .header__icons>* {
		padding: 0 1.375rem
	}
}
.side-nav {
	display: flex;
	flex-direction: column;
	align-items: center
}
.side-nav__item a {
	color: #000;
	font-size: .875rem;
	line-height: 1.2
}
.side-nav__item+.side-nav__item {
	margin-top: 1.125rem
}
@media(min-width:992px) {
	.menu__container {
		height: auto
	}
	.header.-home-2 .nav, .header.-home-3 .nav {
		position: unset;
		top: unset;
		left: unset;
		right: unset;
		margin: 0;
		justify-content: center;
		display: flex;
		align-items: center;
		height: 100%
	}
	.header.-home-2 .nav li, .header.-home-3 .nav li {
		height: 100%;
		display: flex;
		align-items: center
	}
	.header.-home-2 .nav li a, .header.-home-3 .nav li a {
		text-transform: uppercase;
		line-height: 1
	}
	.header.-home-2 .nav .nav__item+.nav__item, .header.-home-3 .nav .nav__item+.nav__item {
		margin-left: 2.5rem
	}
}
@media(min-width:992px) and (max-width:991px) {
	.header.-home-2 .nav li, .header.-home-3 .nav li {
		height: unset
	}
}
.header__menu {
	font-size: .75rem;
	position: relative;
	display: flex;
	justify-content: center
}
.header .nav-button-close {
	position: absolute;
	top: 0;
	opacity: 0
}
.header .nav-button-close .icon {
	font-size: 1.0625rem
}
.header .nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100%
}
.menu .nav, .menu ul {
	position: relative;
	width: 100%
}
.header .nav li a {
	line-height: 1
}
.menu .mobile__back a, .menu .nav li a {
	display: flex;
	font-size: 1.125rem;
	line-height: 3.75rem;
	color: #fff
}
.header .nav>li+li {
	margin-left: 2.5rem
}
.menu {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh!important;
	display: flex;
	flex-wrap: wrap;
	padding: 4.875rem 1.875rem 1.875rem;
	overflow-y: auto
}
.blog.-hover .blog__image, .mainSlider.-type-10 .swiper-slide, .mainSlider.-type-3 .swiper-slide, .mainSlider.-type-4 .swiper-slide, .mainSlider.-type-5 .swiper-slide, .mainSlider.-type-6 .swiper-slide, .mainSlider.-type-7 .swiper-slide, .masthead .swiper-slide, .menu .nav li, .portfolioCard.-type-2.-hover .portfolioCard__img, .portfolioCard.-zoom .portfolioCard__img, .preloader, .service.-image.-hover .service__image, .team.-hover .team__image, .team.-zoom-hover .team__image {
	overflow: hidden
}
.menu .nav {
	height: unset;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	transition: .4s cubic-bezier(.165, .84, .44, 1)
}
.menu .nav.is-open {
	transform: none;
	pointer-events: auto
}
.menu .nav li {
	width: 100%;
	margin: 0!important;
	height: unset
}
.menu .nav li a {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	transform: translateY(100%)
}
.menu .nav li.menu-item-has-children>a::after {
	content: "\e901";
	font-weight: 400;
	line-height: 1
}
.menu .nav__submenu {
	position: absolute;
	top: 0;
	left: 0
}
.menu .nav__submenu li a {
	font-size: 1.125rem;
	line-height: 3.375rem
}
.menu .mobile__background {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	height: 100%;
	background-color: #525e97;
	background-image: url(../img/patterns/2.png);
	transform: scaleY(0);
	transform-origin: bottom
}
.mainSlider.-type-6, .sidebar {
	background-image: url(../img/general/pattern_bg.png)
}
.blog.-hover:hover .blog__info, .blog.-hover:hover .blog__title, .sidebar.is-open {
	transform: none
}
.menu .mobile__back {
	position: relative;
	padding: 0 1.875rem;
	left: -1.875rem;
	right: -1.875rem;
	height: 3.75rem;
	width: calc(100% + 60px);
	background-color: #615e5e;
	margin-bottom: .625rem;
	opacity: 0
}
.instagram__content, .sidebar__instagram .instagram__content {
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	right: 0;
	bottom: 0;
	opacity: 0
}
.menu .mobile__back a {
	align-items: center;
	font-weight: 400
}
.header__icons .mobile__socials a, .instagram__content, .menu .mobile__socials a {
	justify-content: center;
	display: flex;
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.menu .mobile__back a::before {
	content: "\e900";
	margin-right: 1.25rem;
	font-weight: 400;
	color: currentColor
}
.menu .mobile__footer {
	z-index: 5;
	align-self: flex-end;
	opacity: 0
}
.header__icons .mobile__socials, .menu .mobile__socials {
	display: flex;
	margin-top: 1.25rem;
	margin-left: -.75rem
}
.header__icons .mobile__socials a, .menu .mobile__socials a {
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent;
	color: #fff!important
}
.header__icons .mobile__socials a.follow-text {
	width: auto;
	height: auto;
	border: none!important;
	font-size: 18px;
	padding-right: 50px;
	position: relative
}
.header__icons .mobile__socials a.follow-text:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	top: 50%;
	right: 0;
	background-color: #000;
	transform: translateY(-50%)
}
.header__icons .mobile__socials a {
	color: #000!important
}
.header__icons .mobile__socials a:hover, .menu .mobile__socials a:hover {
	border: 1px solid #fff
}
.header__icons .mobile__socials a:hover {
	border-color: #000!important
}
.header__icons .mobile__socials a+a, .menu .mobile__socials a+a {
	margin-left: .3125rem
}
.menu .mobile__copyright {
	margin-top: 0.5rem;
	display: flex;
	align-items: center
}
.menu .mobile__copyright img {
	margin-right: 1.25rem;
	fill: #b2b2b2;
	width: 1.5rem;
	height: 1.5rem
}
.blogSidebar .recent__content div, .mainSlider.-type-4 .mainSlider__text p, .menu .mobile__copyright p {
	font-size: .875rem;
	line-height: 1.5rem
}
.instagram__content {
	position: absolute;
	top: 0;
	align-items: center
}
.instagram__content .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	font-size: .875rem;
	color: #fff
}
.sidebar {
	z-index: 500;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 31.25rem;
	background-color: #18130c;
	padding: 3.75rem 3.75rem 2.1875rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform .5s cubic-bezier(.645, .045, .355, 1);
	transform: translateX(100%)
}
.sidebar__cross {
	z-index: 20;
	position: absolute;
	top: 3.75rem;
	right: 3.75rem
}
.sidebar__cross .button {
	font-size: 1rem;
	color: #fff
}
.sidebar__header .title {
	font-size: 1.875rem;
	line-height: 2.1875rem;
	margin-top: 1rem;
	color: #fff
}
.sidebar__header .subtitle {
	font-size: .875rem;
	line-height: 1.5rem;
	margin-top: .625rem;
	color: #b88768
}
.sidebar__info .title, .sidebar__instagram .title {
	font-size: 1.375rem;
	line-height: 1.75rem;
	color: #fff
}
.sidebar__instagram .instagram {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap
}
.sidebar__instagram .instagram__item {
	position: relative;
	width: 33%
}
.sidebar__instagram .instagram__content {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.sidebar__instagram .instagram__content .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	font-size: .875rem;
	color: #fff
}
.pagination.-slider, .sidebar__socials, .sidebar__socials .item {
	justify-content: center;
	display: flex
}
.sidebar__info .title {
	font-weight: 600;
	margin-bottom: 1.25rem
}
.sidebar__info .text {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #a8a7a5
}
.sidebar__info .text+.text {
	margin-top: 1.5rem
}
.sidebar__info .button {
	margin: 1.25rem auto 0;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #b88768
}
.sidebar__socials .item {
	color: #b88768;
	border: 1px solid transparent;
	width: 2.1875rem;
	height: 2.1875rem;
	align-items: center;
	border-radius: 100%;
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.border-accent, .sidebar__socials .item:hover {
	border: 1px solid #b88768
}
.sidebar__socials .item+.item {
	margin-left: .625rem
}
.socialsSection {
	position: relative;
	left: -14px;
	display: flex
}
.socialsSection a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent
}
.overlayImgs__back.-border, .overlayImgs__front.-border {
	border: 6px solid #fff
}
.headerCart__wrap, .socialsSection a+a {
	margin-left: .75rem
}
.socialsSection a:hover {
	border: 1px solid var(--accent-color)
}
.footer.-light .footer__newsletter form input:focus, .form.-subscription input, .form.-subscription input:focus {
	border-bottom: 1px solid #000
}
.lines.-vertical-lines {
	z-index: -1;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .05;
	display: flex;
	justify-content: space-evenly
}
.masthead-pagination__item.is-active, .swiper-slide-active .portfolio__content {
	opacity: 1
}
.lines.-vertical-lines span {
	height: 100%;
	width: 1px;
	background-color: #000
}
.text-transparent {
	color: transparent
}
.section-bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}
.full-image {
	position: relative;
	width: 100%;
	height: 100%
}
.full-image__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.suit::before {
	z-index: -110!important
}
.background-stroke-num {
	z-index: 10;
	position: absolute;
	top: 0;
	font-weight: 400;
	font-size: 120px;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: transparent;
	transform: rotate(180deg);
	-webkit-text-stroke: 1px rgba(0, 0, 0, .5)
}
.background-stroke-num.-left {
	right: calc(100% - 60px)
}
.background-stroke-num.-right {
	left: calc(100% - 60px)
}
.background-border, .background-color, .background-cover, .blog__image, .form.-subscription {
	position: relative
}
.background-border.-left::before {
	z-index: -1;
	content: '';
	position: absolute;
	bottom: -1.875rem;
	left: -1.875rem;
	width: 100%;
	height: 100%;
	border: 1px solid #d7926b
}
.background-border.-right::before {
	z-index: -1;
	content: '';
	position: absolute;
	bottom: -1.875rem;
	left: 1.875rem;
	width: 100%;
	height: 100%;
	border: 1px solid #d7926b
}
.background-cover::after {
	z-index: -1;
	content: '';
	position: absolute;
	top: .625rem;
	width: 100%;
	height: 100%
}
.background-cover.-beige::after {
	background: #b88768
}
.background-cover.-left::after {
	left: .625rem
}
.background-cover.-right::after {
	right: .625rem
}
.background-cover .button-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}
.background-color::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 65vw;
	height: 100%;
	background-color: #f9f6f6
}
.form.-subscription input {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000
}
.form.-subscription button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center
}
.form.-subscription .icon {
	font-size: 20px;
	color: #000
}
.form.-subscription input::-moz-placeholder {
	color: #000
}
.form.-subscription input:-ms-input-placeholder {
	color: #000
}
.form.-subscription input::placeholder {
	color: #000
}
.background-num, .page-masthead__content {
	z-index: 1;
	position: relative
}
.background-num.-light .background-num__num, .counter.-light .counter__back {
	-webkit-text-stroke: 1px rgba(255, 255, 255, .2)
}
.background-num.-accent .background-num__num {
	-webkit-text-stroke: 1px rgba(184, 135, 104, .2)
}
.background-num__wrap {
	z-index: -1;
	position: relative;
	padding-top: 3.125rem;
	display: flex;
	justify-content: center;
	width: 100%
}
.background-num__num {
	position: absolute;
	top: 0;
	font-weight: 600;
	font-size: 70px;
	line-height: 82px;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .2)
}
.background-num.-hover.-accent:hover .background-num__front .icon, .background-num.-hover:hover .background-num__front .icon, .service.-card.-hover:hover .service__button a, .service.-card.-hover:hover .service__icon .icon, .service.-card.-hover:hover .service__text, .service.-card.-hover:hover .service__title, .service.-icon-hover:hover .service__icon .icon, .text-white {
	color: #fff!important
}
.counter.-portfolio-single.-light .counter__back, .page-masthead__back_title {
	-webkit-text-stroke: 1px rgba(255, 255, 255, .2)
}
.background-num__front {
	position: relative;
	z-index: 1
}
.section-bg__image, .section-bg__image::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.background-num.-hover .background-num__front .icon, .background-num.-hover .background-num__front>div {
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.blog.-hover .blog__image img, .portfolioCard.-zoom .portfolioCard__img>div {
	transition: .5s cubic-bezier(.165, .84, .44, 1)
}
.background-num.-hover:hover .background-num__front>div, .pieChart-dark:hover {
	background-color: #000
}
.background-num.-hover.-accent:hover .background-num__front>div {
	background-color: #b88768!important
}
.bg-white-10 {
	background-color: rgba(255, 255, 255, .1)
}
.section-bg {
	padding-top: 13.75rem;
	padding-bottom: 13.75rem
}
.section-bg__image {
	z-index: 0
}
.section-bg__image::after {
	content: '';
	background-color: rgba(0, 0, 0, .5)
}
.top-minus-90 {
	position: relative;
	top: -5.625rem
}
.mt-minus-90 {
	margin-top: -5.625rem
}
.mb-minus-60, .mb-minus-lg {
	margin-bottom: -3.75rem
}
.pos-unset, .position-unset {
	position: unset!important
}
.bg-black {
	background-color: #000!important
}
.bg-dark {
	background-color: #181818
}
.bg-beige-dark {
	background-color: #b88768
}
.bg-beige-light {
	background-color: #fcf7f4
}
.bg-grey {
	background-color: #f9f5f5
}
.bg-dark-img {
	background-color: #18130c
}
.text-light {
	color: rgba(255, 255, 255, .6)!important
}
.text-dark {
	color: rgba(0, 0, 0, .6)!important
}
.text-secondary {
	color: var(--secondary-color)
}
.text-beige {
	color: #d7926b
}
.text-beige-dark {
	color: #b88768
}
.text-beige-light {
	color: #fcf7f4
}
.text-dark-img {
	color: #18130c
}
.overlayImgs {
	position: relative;
	width: 100%;
	padding-left: 50px;
	padding-right: 40px
}
.base-img, .overlayImgs img {
	width: 100%;
	height: auto
}
.overlayImgs__back {
	max-width: 530px
}
.overlayImgs__front {
	position: absolute;
	bottom: -80px;
	right: 0;
	width: 60%
}
.aboutBack {
	position: absolute;
	top: -3.8vw;
	left: -12vw
}
.sectionHeading__subtitle {
	color: #31bf9b;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 16px;
	font-weight: 500
}
.cta__title, .sectionHeading__title {
	font-size: 35px;
	font-weight: 600;
	line-height: 41px
}
.sectionHeading__text {
	margin-top: 42px;
	font-size: 14px;
	line-height: 24px
}
.sectionHeading__button {
	margin-top: 52px
}
.sectionHeading.-top-line .sectionHeading__subtitle {
	display: flex;
	align-items: center;
	flex-direction: column
}
.sectionHeading.-top-line .sectionHeading__subtitle::before {
	content: "";
	position: relative;
	display: block;
	margin-bottom: 15px;
	width: 64px;
	height: 1px;
	background-color: currentColor
}
.mainSlider.-type-10 .swiper-wrapper, .mainSlider.-type-2 .swiper-wrapper, .mainSlider.-type-3 .swiper-wrapper, .mainSlider.-type-4 .swiper-wrapper, .mainSlider.-type-5 .swiper-wrapper, .mainSlider.-type-6 .swiper-wrapper, .mainSlider.-type-7 .swiper-wrapper, .mainSlider.-type-9 .swiper-wrapper, .masthead .swiper-wrapper {
	z-index: -1
}
.mainSlider.-type-2, .mainSlider.-type-3, .masthead {
	background-color: #131313;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center
}
.mainSlider.-type-2 .mainSlider__image, .mainSlider.-type-3 .mainSlider__image, .mainSlider.-type-4 .mainSlider__image, .masthead__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.masthead__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-2 .mainSlider__title, .masthead__title {
	font-size: 70px;
	font-weight: 400;
	line-height: 82px
}
.alert__title, .masthead__title span {
	font-weight: 600
}
.masthead__pagination_numbers span:first-child, .masthead__scroll_item {
	line-height: 16px;
	font-size: 14px
}
.masthead__button {
	margin-top: 30px;
	opacity: 0
}
.mainSlider.-type-2 .mainSlider__pagination_numbers, .mainSlider.-type-3 .mainSlider__pagination_numbers, .masthead__pagination_numbers {
	z-index: 5;
	position: absolute;
	top: 330px;
	left: 60px;
	display: flex
}
.masthead__pagination_numbers span, .pieChart-dark:hover .pieChart-percent, .pieChart-dark:hover .pieChart-title {
	color: #fff
}
.footer.-light .footer__bottom_text, .footer.-light .footer__content__item span, .footer.-light .footer__item a, .footer.-light .footer__item p, .footer.-light .footer__newsletter .icon, .pieChart-light:hover .pieChart-percent, .pieChart-light:hover .pieChart-title {
	color: #000
}
.masthead__pagination_numbers span:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
	padding: 0 7px
}
.masthead__pagination_numbers span:nth-child(3) {
	font-size: 40px;
	line-height: 47px
}
.mainSlider.-type-2 .mainSlider__socials, .mainSlider.-type-3 .mainSlider__socials, .masthead__socials {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex
}
.masthead-pagination__item.is-active .masthead-pagination__line, .shopSidebar__item.-category a span:first-child:hover::after {
	transform: scaleX(1)
}
.footer__content, .footer__newsletter, .masthead__socials a+a {
	margin-top: 30px
}
.mainSlider.-type-2 .mainSlider__scroll, .mainSlider.-type-3 .mainSlider__scroll, .masthead__scroll {
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	right: 60px
}
.masthead__scroll_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 100%;
	color: #fff
}
.masthead__scroll_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: .1s ease-out;
	color: #fff;
	margin-top: 25px;
	overflow: hidden
}
.masthead__scroll_icon .icon {
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-name: uiScrollInfinite;
	animation-name: uiScrollInfinite;
	-webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	color: #fff;
	position: relative;
	font-size: 30px;
	transition: .1s ease-out
}
@-webkit-keyframes uiScrollInfinite {
	0% {
		transform: translateY(-100%) rotate(90deg)
	}
	100% {
		transform: translateY(100%) rotate(90deg)
	}
}
@keyframes uiScrollInfinite {
	0% {
		transform: translateY(-100%) rotate(90deg)
	}
	100% {
		transform: translateY(100%) rotate(90deg)
	}
}
.masthead-pagination {
	z-index: 10;
	position: absolute;
	bottom: 3.125rem;
	left: 3.75rem;
	display: flex
}
.masthead-pagination__item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	opacity: .5;
	transition: opacity .4s cubic-bezier(.77, 0, .175, 1) .2s
}
.masthead-pagination__item .masthead-pagination__line {
	transition: transform .4s cubic-bezier(.77, 0, .175, 1) .2s;
	transform: scaleX(0);
	transform-origin: left
}
.masthead-pagination .masthead-pagination__item+.masthead-pagination__item {
	margin-left: 75px
}
.mainSlider-pagination__number, .masthead-pagination__number {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #fff
}
.mainSlider-pagination__title, .masthead-pagination__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 12px;
	color: #fff
}
.mainSlider-pagination__line, .masthead-pagination__line {
	margin-top: 8px;
	transform-origin: left;
	width: 104px;
	height: 1px;
	background-color: #fff
}
.page-masthead {
	position: relative;
	padding-top: 27.1875rem;
	padding-bottom: 10rem
}
.page-masthead__bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.page-masthead__bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6)
}
.lineChart-bar__bg.-light, .lineChart__bar__bg.-light {
	background-color: rgba(255, 255, 255, .1)
}
.page-masthead__subtitle {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1rem;
	color: var(--accent-color);
	padding-left: .25rem;
	margin-bottom: .375rem
}
.page-masthead__back_title {
	white-space: nowrap;
	position: absolute;
	bottom: -2.5rem;
	left: -3rem;
	font-size: 7.5rem;
	font-weight: 400;
	line-height: 1.15;
	color: transparent
}
.page-masthead__title {
	font-size: 4.375rem;
	font-weight: 400;
	line-height: 1.1
}
.page-masthead-bread, .shopCart-products__price, .shopCart-products__quantity, .shopCart-products__subtotal, .shopCompleted-info__item .subtitle {
	font-size: .875rem;
	line-height: 1rem
}
.page-masthead-bread__item {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}
.counter, .headerSearch form {
	position: relative;
	display: flex;
	align-items: center
}
.counter__back {
	font-size: 120px;
	line-height: 141px;
	padding-right: 80px;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .2)
}
.counter__content {
	display: flex;
	align-items: center;
	position: absolute;
	left: 30%
}
.counter__number {
	font-size: 50px;
	font-weight: 600;
	line-height: 59px
}
.counter__title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 9px
}
.counter.-portfolio-single {
	flex-direction: column;
	padding-top: 1.75rem
}
.counter.-portfolio-single .counter__number {
	font-size: 50px;
	font-weight: 600;
	line-height: 1
}
.counter.-portfolio-single .counter__content {
	position: relative;
	left: unset;
	flex-direction: column
}
.counter.-portfolio-single .counter__back {
	padding: 0;
	position: absolute;
	top: 2px;
	font-size: 80px;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .2)
}
.cta__text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px
}
.blog__category, .blog__info a {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px
}
.cta__button {
	margin-top: 38px
}
.blog__category {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	padding: 10px 20px
}
.accordion.-block .accordion__icon, .accordion.-simple .accordion__icon, .blogSidebar .category a, .blogSidebar .search>form, .footer, .footer__newsletter form, .portfolioCard.-type-2, .priceCard, .shopSidebar__item .search>form, .shopSidebar__item.-category a span:first-child {
	position: relative
}
.blog__info {
	display: flex;
	margin: -6px
}
.blog__title, .team__socials a+a {
	margin-top: 10px
}
.blog__info a {
	padding: 6px;
	color: #b88768
}
.blog__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px
}
.blog__button, .footer__content__item+.footer__content__item {
	margin-top: 20px
}
.footer__title, .team__socials a {
	font-size: 16px
}
.blog.-hover:hover .blog__image img, .portfolioCard.-zoom:hover .portfolioCard__img>div, .service.-image.-hover:hover .service__image div, .team.-hover:hover .team__image .bg-image, .team.-zoom-hover:hover .team__image .bg-image {
	transform: scale(1.1)
}
.clients__image {
	display: flex;
	justify-content: center;
	align-items: center
}
.footer {
	background-color: #18130c
}
.footer__top {
	padding-top: 100px;
	padding-bottom: 120px
}
.footer__item a, .footer__item p {
	color: #a8a7a5;
	line-height: 22px
}
.footer__title {
	font-weight: 600;
	line-height: 19px
}
.footer__content__item {
	line-height: 1
}
.footer__content__item span {
	color: #b88768
}
.footer__newsletter form input {
	border-bottom: 1px solid #474747;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}
.footer__newsletter form input::-moz-placeholder {
	color: #a8a7a5
}
.footer__newsletter form input:-ms-input-placeholder {
	color: #a8a7a5
}
.footer__newsletter form input::placeholder {
	color: #a8a7a5
}
.footer__newsletter form input:focus {
	border-bottom: 1px solid #fff
}
.footer__newsletter button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center
}
.footer__newsletter .icon {
	color: #b88768;
	font-size: 1.25rem
}
.blogSidebar__item+.blogSidebar__item, .footer__socials, .headerCart__content>*+*, .mega .mega__item+.mega__item {
	margin-top: 1.875rem
}
.footer__socials_content {
	display: flex;
	margin-top: 1.25rem;
	margin-left: -.75rem
}
.footer__socials_content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent;
	color: #b88768!important
}
.footer__socials_content a:hover {
	border: 1px solid #b88768
}
.footer__socials_content a+a {
	margin-left: 5px
}
.footer__bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .15)
}
.footer__bottom_text {
	color: #a8a7a5;
	font-size: 14px;
	line-height: 24px
}
.footer.-light .footer__newsletter form input {
	border-bottom: 1px solid #000;
	color: #000
}
.footer.-light .footer__newsletter form input::-moz-placeholder {
	color: #000
}
.footer.-light .footer__newsletter form input:-ms-input-placeholder {
	color: #000
}
.footer.-light .footer__newsletter form input::placeholder {
	color: #000
}
.footer.-light .footer__socials_content a {
	color: #000!important
}
.footer.-light .footer__socials_content a:hover {
	border: 1px solid #000
}
.footer.-light .footer__bottom {
	border-top: 1px solid rgba(0, 0, 0, .15)
}
.portfolio__content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 40px;
	padding-bottom: 16px;
	width: 650px;
	max-width: 80%;
	background-color: #fff;
	opacity: 0;
	transition: .3s ease-out .2s
}
.portfolio__category {
	color: #d7926b;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px
}
.portfolio__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px
}
.gallery__item, .portfolioCard.-type-1, .portfolioCard.-type-3 {
	position: relative;
	display: block
}
.portfolioCard.-type-1:hover .portfolioCard__content, .portfolioCard.-type-3:hover .portfolioCard__content {
	transform: none;
	opacity: 1
}
.portfolioCard.-type-1 .portfolioCard__content {
	position: absolute;
	bottom: .625rem;
	left: .625rem;
	right: .625rem;
	background-color: #fff;
	transform: translateY(-16px);
	transition: .3s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.portfolioCard.-type-1 .portfolioCard__link, .portfolioCard.-type-2 .portfolioCard__link, .portfolioCard.-type-3 .portfolioCard__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.portfolioCard.-type-2 .portfolioCard__content a {
	position: relative;
	z-index: 4
}
.blogSingle-info .tags__item a, .shopSidebar__item.-tags .tags__item a {
	line-height: .875rem;
	transition: .1s ease-in-out;
	text-transform: uppercase
}
.portfolioCard.-type-2.-hover .portfolioCard__img__inner {
	transform: scale(1.01);
	transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}
.portfolioCard.-type-2.-hover .portfolioCard__content {
	opacity: 0;
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1)
}
.portfolioCard.-type-2.-hover .portfolioCard__content a, .portfolioCard.-type-2.-hover .portfolioCard__content p {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1)
}
.portfolioCard.-type-2.-hover .portfolioCard__content h3 {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity .4s cubic-bezier(.165, .84, .44, 1) 60ms, transform .4s cubic-bezier(.165, .84, .44, 1) 60ms
}
.portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
	transform: scale(1.08)
}
.portfolioCard.-type-2.-hover:hover .portfolioCard__content a, .portfolioCard.-type-2.-hover:hover .portfolioCard__content h3, .portfolioCard.-type-2.-hover:hover .portfolioCard__content p {
	opacity: 1;
	transform: none
}
.portfolioCard.-type-3 .portfolioCard__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: translateY(-10px);
	transition: .3s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.team.-hover .team__info, .team.-hover .team__title {
	transform: translateY(16px)
}
.portfolioCard.-type-3 .portfolioCard__content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #d7926b
}
.service__content {
	position: relative;
	padding: 32px 60px 40px 40px
}
.service__content.-border {
	border: 1px solid #e4e4e4
}
.service__icon {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(215, 146, 107, .1)
}
.service__icon .icon {
	font-size: 24px
}
.service__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 21px
}
.pieChart__text, .service__text {
	margin-top: 14px;
	font-size: 14px;
	line-height: 24px
}
.service__button {
	margin-top: 24px
}
.service__button .button::before {
	width: 20px
}
.service.-card .service__content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #d7926b
}
.service.-card.-hover .service__content, .service.-card.-hover .service__icon, .service.-card.-hover .service__icon .icon, .service.-icon-hover .service__icon, .service.-icon-hover .service__icon .icon {
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.service.-card.-hover .service__button, .service.-card.-hover .service__text, .service.-card.-hover .service__title {
	transition: color .2s cubic-bezier(.165, .84, .44, 1)
}
.team.-hover .team__image .bg-image, .team.-hover .team__info, .team.-hover .team__socials, .team.-zoom-hover .team__image .bg-image {
	transition: .5s cubic-bezier(.165, .84, .44, 1)
}
.service.-card.-hover:hover .service__icon, .service.-icon-hover:hover .service__icon {
	background-color: #d7926b!important
}
.sectionSlider .nav.-slider .nav__item:hover .icon, .team__info {
	color: #d7926b
}
.service.-image.-hover .service__image div {
	transition: .6s cubic-bezier(.165, .84, .44, 1)
}
.service.-image.-hover .service__content::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #d7926b;
	opacity: 0;
	transition: .3s cubic-bezier(.165, .84, .44, 1)
}
.service.-image.-hover:hover .service__content::after {
	opacity: 1
}
.team {
	cursor: pointer;
	position: relative
}
.team__content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 36px 30px;
	display: flex;
	align-items: flex-end
}
.team__socials {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center
}
.team__info {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px
}
.team__title {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px
}
.mainSlider.-type-2 .mainSlider__socials a+a, .mainSlider.-type-3 .mainSlider__socials a+a, .mainSlider.-type-4 .mainSlider__socials a+a {
	margin-top: 30px
}
.team.-hover .team__content, .team.-zoom-hover .team__content {
	transition: .5s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.team.-hover .team__title {
	transition: .5s cubic-bezier(.165, .84, .44, 1) 80ms
}
.team.-hover:hover .team__content, .team.-zoom-hover:hover .team__content, body.preloader-visible .preloader__progress {
	opacity: 1
}
.team.-hover:hover .team__info, .team.-hover:hover .team__title {
	transform: none
}
.pagination.-slider .pagination__item {
	width: 6px;
	height: 6px;
	background-color: #d7926b;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%
}
.pagination.-slider .pagination__item::after {
	border-radius: 100%;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	transform: scale(.5);
	transition: .15s ease-out
}
.pagination.-slider .pagination__item.is-active::after {
	transform: scale(1);
	border: 1px solid #d7926b
}
.pagination.-slider.-white .pagination__item.is-active::after {
	border: 1px solid #fff
}
.pagination.-slider .pagination__item+.pagination__item {
	margin-left: 18px
}
.mainSlider.-type-9 .mainSlider__socials .socials a+a, .tabs.-lines .tabs__button+.tabs__button {
	margin-left: .5rem
}
.pagination.-slider.-left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	flex-direction: column
}
.pagination.-slider.-left .pagination__item+.pagination__item {
	margin-left: 0;
	margin-top: 18px
}
.sectionSlider .nav.-slider .nav__item {
	z-index: 5;
	cursor: pointer;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: 1px solid #e4e4e4;
	transition: .1s ease-out
}
.sectionSlider .nav.-slider .nav__item .icon {
	position: relative;
	font-size: 1.875rem;
	transition: .1s ease-out
}
.sectionSlider .nav.-slider .nav__item.-left {
	left: 2.5rem
}
.sectionSlider .nav.-slider .nav__item.-left .icon {
	left: .9375rem
}
.sectionSlider .nav.-slider .nav__item.-right {
	right: 2.5rem
}
.sectionSlider .nav.-slider .nav__item.-right .icon {
	right: .9375rem
}
.sectionSlider .nav.-slider .nav__item:hover {
	border: 1px solid #d7926b
}
body.is-cursor-active, body.is-cursor-active * {
	cursor: none!important
}
.cursor {
	position: fixed;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .1s cubic-bezier(.165, .84, .44, 1);
	visibility: hidden
}
.cursor__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}
.cursor__follower {
	position: absolute;
	background-color: #888;
	opacity: .25;
	border-radius: 100%;
	width: 1.5rem;
	height: 1.5rem;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1)
}
.cursor__arrows {
	position: absolute;
	display: flex;
	opacity: 0;
	transform: scale(.7) rotate(40deg);
	transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}
.cursor__arrows>* {
	position: relative;
	color: #000;
	stroke-width: 1
}
.cursor__icon, .cursor__label {
	position: absolute;
	display: flex;
	justify-content: center;
	color: #fff;
	transform: scale(0);
	will-change: transform, opacity;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}
.cursor__arrows>:first-child {
	left: -.625rem
}
.cursor__arrows>:last-child {
	right: -.625rem
}
.cursor__label {
	align-items: center;
	letter-spacing: .05em
}
.cursor__icon {
	align-items: center
}
.preloader, .preloader__progress {
	justify-content: center;
	display: flex
}
.cursor__icon svg {
	width: 48px;
	height: 48px;
	stroke-width: .75
}
.cursor.is-enabled {
	visibility: visible
}
.cursor.is-hidden .cursor__wrapper {
	transform: scale(0)!important
}
.cursor.is-mouse-down .cursor__wrapper {
	transform: scale(.8)
}
.cursor.is-active .cursor__follower {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .7);
	transform: scale(3.6);
	opacity: .25
}
.cursor.is-active.has-icon .cursor__follower, .cursor.is-active.has-label .cursor__follower {
	background-color: #000;
	opacity: .8
}
.cursor.is-active.has-icon .cursor__icon, .cursor.is-active.has-label .cursor__label {
	transform: scale(1)
}
body.preloader-visible .preloader__bg {
	transform: scaleY(1)
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	align-items: center
}
.preloader__bg {
	pointer-events: auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, .12);
	will-change: transform;
	transform-origin: bottom;
	transform: scaleY(0)
}
.preloader__progress {
	position: absolute;
	z-index: 200;
	align-items: center;
	width: 73.5rem;
	height: 33.5rem;
	background-color: #fff0;
	opacity: 0
}
.preloader__progress__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: bottom;
	transform: scaleY(0)
}
.bar-stroke-hidden {
	stroke-width: 0!important
}
.pieChart__chart {
	transform: rotate(-90deg);
	display: flex;
	justify-content: center;
	align-items: center
}
.pieChart circle {
	stroke-dashoffset: 0;
	fill: transparent
}
.pieChart circle.pieChart__bar {
	stroke: var(--accent-color);
	stroke-width: 1.5px
}
.pieChart__back {
	stroke: #000;
	stroke-width: 1.5px!important
}
.pieChart__percent {
	transform: rotate(90deg);
	position: absolute;
	font-size: 35px;
	line-height: 41px;
	font-weight: 600
}
.pieChart__title {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px
}
.pieChart {
	transition: background-color .35s cubic-bezier(.165, .84, .44, 1)
}
.pieChart .pieChart-percent, .pieChart .pieChart-text, .pieChart .pieChart-title {
	transition: color .35s cubic-bezier(.165, .84, .44, 1)
}
.pieChart-light circle {
	stroke: rgba(255, 255, 255, .2)
}
.pieChart-light:hover .pieChart-text, .text-dark {
	color: var(--font-dark)
}
.pieChart-dark circle {
	stroke: rgba(0, 0, 0, .1)
}
.pieChart-dark:hover .pieChart-text, .text-light {
	color: var(--font-light)
}
.lineChart-bar, .lineChart__bar {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: .1875rem
}
.lineChart-bar__item, .lineChart__bar__item {
	width: 100%;
	height: 100%;
	transform-origin: 0% 50%;
	transform: scaleX(0)
}
.lineChart-bar__bg, .lineChart__bar__bg {
	position: absolute;
	width: 100%;
	height: .1875rem;
	background-color: rgba(0, 0, 0, .1)
}
.lineChart__item {
	margin-top: 2rem
}
.lineChart__item:first-child {
	margin-top: 0
}
.lineChart__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem
}
.headerCart__total, .priceCard__list li {
	margin-bottom: 1.5rem
}
.lineChart__content p {
	font-size: inherit;
	color: inherit;
	line-height: inherit
}
.headerSearch {
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 60px;
	background-color: #18130c;
	transition: .3s ease-out;
	pointer-events: none;
	opacity: 0
}
.headerSearch.is-open {
	pointer-events: auto;
	opacity: 1
}
.headerSearch__line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #b88768
}
.headerCart, .mega {
	background-color: #18130c;
	opacity: 0;
	pointer-events: none
}
.bg-image, .bg-pattern-new {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.headerSearch__icon {
	position: absolute;
	font-size: 20px;
	color: #fff
}
.headerSearch__close {
	position: absolute;
	top: calc(50% + 3px);
	right: 60px;
	transform: translateY(-50%);
	font-size: 18px
}
.headerSearch form input {
	padding: 0;
	border: none;
	margin-left: 42px;
	margin-right: 42px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fff
}
.border-none, .headerSearch form input:focus {
	border: none
}
.soon__newsletter form input, .soon__newsletter form input:focus {
	border-bottom: 1px solid #fff
}
.headerCart {
	position: fixed;
	top: 100%;
	right: 3.75rem;
	width: 22.5rem;
	padding: 35px 1.875rem;
	transition: .15s ease-out .2s
}
.headerCart__item {
	position: relative;
	display: flex
}
.mega, .mega::after, .mega::before {
	position: absolute
}
.headerCart__img {
	width: 4.375rem;
	height: 4.375rem
}
.headerCart__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.headerCart__title {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem;
	color: #fff
}
.headerCart__info {
	margin-top: .625rem;
	font-size: .8125rem;
	line-height: 1;
	color: #a8a7a5
}
.headerCart__cross {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: .75rem
}
.headerCart__footer {
	margin-top: 1.75rem
}
.headerCart__total {
	display: flex;
	justify-content: space-between
}
.headerCart__total span {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3125rem;
	color: #fff
}
.headerCart__buttons .button+.button, .shopCart-sidebar__button, .shopCompleted-footer__button {
	margin-top: 1.25rem
}
.mega {
	cursor: auto;
	z-index: 2000;
	top: calc(100% + 0px);
	left: 0;
	width: 100vw;
	padding: 3.75rem 0;
	display: flex;
	transition: .25s cubic-bezier(.165, .84, .44, 1)
}
.mega::before, .priceCard__badge {
	background-color: var(--secondary-color);
	top: 0
}
.accordion.-block .accordion__content, .accordion.-simple .accordion__content, .accordion__content {
	max-height: 0;
	transition: max-height .2s ease-out;
	overflow: hidden
}
.mega::before {
	content: '';
	left: 0;
	right: 0;
	height: 3px
}
.mega::after {
	content: '';
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: .625rem solid transparent;
	border-right: .625rem solid transparent;
	border-bottom: .625rem solid var(--secondary-color)
}
.mega__menu {
	display: flex;
	flex: 1 0 auto
}
.mega__column {
	display: flex;
	flex-direction: column;
	width: calc(100%/4)
}
.mega__title {
	margin-bottom: .625rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
	line-height: 40px
}
.mega__list a {
	display: block;
	font-size: .8125rem;
	text-transform: uppercase;
	padding: .875rem 0;
	line-height: 1;
	color: #a8a7a5
}
.table td, .table th {
	padding: 1.5625rem
}
.accordion.-simple .accordion__button button, .accordion.-simple .accordion__button:active, .accordion__button button, .accordion__button:active {
	color: #454545
}
.mega__list a:hover {
	color: #fff
}
.mega-cta {
	position: relative;
	width: 16.875rem;
	flex: 0 1 auto
}
.mega-cta__img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mega-cta__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .25rem
}
.accordion.-simple .accordion__button, .accordion__button {
	justify-content: space-between;
	border: none;
	display: flex;
	width: 100%;
	outline: 0;
	cursor: pointer
}
.mega-cta__content {
	padding: 5.625rem 1.875rem;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mega-cta__subtitle {
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .1em;
	text-transform: uppercase
}
.mega-cta__title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5
}
.priceCard__badge {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: .375rem 1rem;
	color: #fff;
	text-transform: uppercase
}
.accordion.-block .accordion__item, .accordion.-simple .accordion__item, .accordion__item {
	padding: .5rem 0
}
.priceCard__price {
	letter-spacing: -.05em
}
.priceCard__list li:last-child {
	margin-bottom: 0
}
.priceCard__list li p {
	line-height: 1.3
}
.accordion__button {
	padding: .75rem 0;
	transition: .4s
}
.accordion.-simple .accordion__item+.accordion__item {
	border-top: 1px solid #d9d9d9
}
.accordion.-simple .accordion__content__inner {
	padding-bottom: .625rem
}
.accordion.-simple .accordion__button {
	color: #000;
	padding: .75rem 0;
	transition: .4s
}
.accordion.-simple .accordion__icon .icon {
	width: 2rem;
	height: 2rem;
	stroke-width: 1;
	transition: .2s ease-out
}
.accordion.-simple .accordion__icon .icon:first-child {
	position: absolute;
	top: 0;
	left: 0
}
.accordion.-simple .accordion__icon .icon:nth-child(2) {
	position: relative;
	transform: rotate(-90deg);
	opacity: 0
}
.accordion.-simple .accordion__item.is-active .accordion__icon>:first-child {
	transform: rotate(90deg);
	opacity: 0
}
.accordion.-simple .accordion__item.is-active .accordion__icon>:nth-child(2) {
	transform: none;
	opacity: 1
}
.accordion.-block.-light .accordion__item+.accordion__item, .accordion.-simple.-light .accordion__item+.accordion__item {
	border-top: 1px solid rgba(255, 255, 255, .2)
}
.accordion.-block .accordion__content__inner {
	padding: 1.25rem 1.375rem
}
.accordion.-block .accordion__button {
	border: 1px solid #e4e4e4;
	outline: 0;
	cursor: pointer;
	padding: 1.25rem 1.375rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transition: .4s cubic-bezier(.165, .84, .44, 1);
	border-radius: .25rem
}
.tabs.-buttons .tabs__button, .tabs.-lines .tabs__button, .tabs.-section .tabs__button {
	transition: .15s cubic-bezier(.165, .84, .44, 1)
}
.accordion.-block .accordion__icon .icon {
	width: 1rem;
	height: 1rem;
	stroke-width: 1;
	transition: .2s ease-out
}
.accordion.-block .accordion__item.is-active .accordion__button {
	background-color: #f9f6f6;
	border: 1px solid #f9f6f6
}
.accordion.-block .accordion__item.is-active .accordion__icon .icon {
	transform: rotate(180deg)
}
.tabs__pane.is-active {
	display: block
}
.tabs.-buttons .tabs__button {
	padding: .5rem 1.5rem;
	border-radius: 200px
}
.tabs.-buttons .tabs__button.is-active {
	color: #fff;
	background-color: var(--accent-color)
}
.tabs.-buttons .tabs__pane, .tabs.-lines .tabs__pane, .tabs.-section .tabs__pane {
	display: none;
	opacity: 0;
	transition: .15s cubic-bezier(.165, .84, .44, 1)
}
.tabs.-buttons .tabs__pane.is-active {
	display: block;
	opacity: 1
}
.tabs.-lines .tabs__controls {
	border-bottom: 1px solid #e6e9ec
}
.tabs.-lines .tabs__button {
	margin-bottom: -1px;
	padding: .625rem .75rem;
	font-weight: 600
}
.tabs.-lines .tabs__button.is-active {
	color: var(--accent-color);
	border-bottom: 1px solid var(--accent-color)
}
.tabs.-lines .tabs__pane.is-active {
	display: block;
	opacity: 1
}
.tabs.-section .tabs__button {
	padding: 1.25rem;
	border: 1px solid #e4e4e4;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875rem;
	text-align: left;
	display: flex;
	align-items: center
}
.tabs.-section .tabs__button.is-active {
	background-color: #18130c;
	border: 1px solid #18130c;
	color: #fff!important
}
.tabs.-section .tabs__button.is-active .icon {
	color: #fff!important
}
.tabs.-section .tabs__pane.is-active {
	display: block;
	opacity: 1
}
.table {
	width: 100%;
	caption-side: bottom;
	border-collapse: collapse
}
.bg-light-grey-2, .table thead {
	background-color: #f9f6f6
}
.table td {
	color: #615e5e
}
.table.-striped>tbody>tr:nth-of-type(2n) {
	background-color: #f6f8f9
}
.alert__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.625rem;
	border-radius: .25rem
}
.alert.-info .alert__content {
	background-color: #eef6fd
}
.alert.-info .alert__icon .icon, .alert.-info .alert__title {
	color: #4780aa
}
.alert.-warning .alert__content {
	background-color: #fbfae3
}
.alert.-warning .alert__icon .icon, .alert.-warning .alert__title {
	color: #927238
}
.alert.-error .alert__content {
	background-color: #fbeceb
}
.alert.-error .alert__icon .icon, .alert.-error .alert__title {
	color: #ab3331
}
.alert.-success .alert__content {
	background-color: #eff7e5
}
.alert.-success .alert__icon .icon, .alert.-success .alert__title {
	color: #5b7052
}
.shopCard__image {
	z-index: 5;
	position: relative
}
.shopCard__image:hover .shopCard__button {
	opacity: 1
}
.shopCard__button {
	z-index: 10;
	position: absolute;
	bottom: .625rem;
	left: .625rem;
	right: .625rem;
	font-size: .875rem;
	line-height: 1rem;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 1.125rem;
	align-items: center;
	text-transform: uppercase;
	background-color: #18130c;
	transition: .3s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.shopCard__button .icon {
	margin-right: .875rem;
	stroke-width: 1
}
.shopCart-header {
	padding: 1.25rem 0 1.25rem 4.375rem;
	background-color: #f9f6f6
}
.shopCart-header__title, .shopCart-products__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875rem;
	text-transform: uppercase;
	color: #000
}
.shopCart-products__item {
	position: relative;
	padding: 1.875rem 0 1.875rem 4.375rem;
	border-bottom: 1px solid #e4e4e4
}
.shopCart-products__cross {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.shopCart-products__cross .icon {
	height: 1.5rem;
	width: 1.5rem;
	stroke-width: 1.5
}
.shopCart-products__product .image, .shopSidebar__item.-best .best__image {
	position: relative;
	width: 5rem;
	height: 5rem;
	min-width: 5rem;
	min-height: 5rem
}
.shopCart-products__product .image>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.shopCart-products__product .title {
	margin-left: 1.25rem;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #000
}
.shopCart-sidebar {
	width: 21.5625rem
}
.shopCart-sidebar__totals {
	border: 1px solid #e4e4e4;
	padding: 1.875rem
}
.shopCart-sidebar__totals .title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875rem;
	color: #000;
	margin-bottom: 1.75rem
}
.shopCart-sidebar__totals .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .875rem;
	line-height: 2.8125rem;
	text-align: right
}
.shopCart-sidebar__totals .item.-border-none {
	border: none!important
}
.shopCart-sidebar__totals .item+.item {
	border-top: 1px solid #e4e4e4
}
.shopCart-footer__item {
	display: flex;
	align-items: flex-end
}
.shopCart-footer__item form {
	width: 15.625rem
}
.shopCart-footer__item input {
	font-size: .875rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #e4e4e4!important
}
.blogPost.-comments .blogPost__content .comments__header p, .shopSingle-info__content p, .shopSingle-info__footer span {
	line-height: 1.6;
	font-size: .875rem
}
.shopCart-footer__item input:focus {
	border-bottom: 1px solid #000!important
}
.shopCheckout-form__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3125rem;
	letter-spacing: 0
}
.blogSidebar .search .field, .shopSidebar__item .search .field {
	z-index: 1;
	padding-top: 0;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 9px
}
.blogSidebar .search .submit, .shopSidebar__item .search .submit {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0
}
.blogSidebar .search .submit::after, .shopSidebar__item .search .submit::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: calc(100% + 8px);
	height: calc(100% + 8px)
}
.blogSidebar .search .icon, .shopSidebar__item .search .icon {
	width: 20px;
	height: 20px;
	stroke-width: 1
}
.shopSidebar__item.-category a span:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.25rem;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: .2s cubic-bezier(.165, .84, .44, 1);
	transform-origin: left;
	transform: scaleX(0)
}
.blogSidebar .category a:hover, .shopSidebar__item.-category a span:first-child:hover, .text-black {
	color: #000
}
.shopSidebar__item.-best .best__image>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.shopSidebar__item.-best .best__content {
	margin-left: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.blogSingle-info .tags__wrap, .shopSidebar__item.-tags .tags__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -.3125rem
}
.blogSingle-info .tags__item, .shopSidebar__item.-tags .tags__item {
	padding: .3125rem
}
.shopSidebar__item.-tags .tags__item a {
	display: block;
	font-size: .75rem;
	font-weight: 600;
	padding: .5rem 1.125rem;
	background-color: #f9f6f6;
	color: #615e5e
}
.blogSingle-info .tags__item a:hover, .shopSidebar__item.-tags .tags__item a:hover {
	background-color: #000!important;
	color: #fff!important
}
.mainSlider.-type-all .navigation span, .mainSlider.-type-all .navigation span::after, .sliderNav__item, .socials__wrap a {
	transition: .15s cubic-bezier(.165, .84, .44, 1)
}
.shopSingle-preview__imageList {
	width: 140px;
	margin: -5px -10px;
	padding-right: 10px
}
.shopSingle-preview__imageList>* {
	padding: 5px 10px
}
.mainSlider.-type-2 .swiper-slide, .shopSingle-preview__image {
	overflow: hidden;
	width: 100%
}
.html-overflow-hidden, .mainSlider.-type-6, .mainSlider.-type-9, .overflow-hidden, html.full-page-slider, html.full-page-slider body {
	overflow: hidden!important
}
.mainSlider.-type-all .navigation span::after, .sliderNav__item.-next::before, .sliderNav__item.-prev::after {
	width: 3.75rem;
	height: 1px;
	background-color: currentColor
}
.shopSingle-info__subtitle {
	font-size: .875rem;
	line-height: 1
}
.shopSingle-info__title {
	font-size: 2.1875rem;
	line-height: 1.2;
	font-weight: 600
}
.shopSingle-info__content p+p {
	margin-top: 1rem
}
.blogSidebar .tags, .shopSingle-info__action {
	display: flex;
	flex-wrap: wrap
}
.shopSingle-info__footer span {
	display: block
}
.no-page__content, .shopCompleted-header, .soon__content, .text-center {
	text-align: center
}
.shopCompleted-header .icon {
	margin: 0 auto;
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b88768;
	border-radius: 100%
}
.shopCompleted-header .icon svg {
	stroke-width: 4;
	color: #fff;
	width: 2.25rem;
	height: 2.25rem
}
.shopCompleted-header .title {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: .75rem
}
.shopCompleted-header .subtitle {
	font-size: .875rem;
	line-height: 1rem;
	margin-top: .75rem
}
.shopCompleted-info {
	margin-top: 2.5rem;
	border: 1px dashed #000;
	border-radius: .25rem;
	padding: 2.5rem 3.75rem
}
.blogPost.-comments .blogPost__content .comments__list>li:not(:last-child), .blogSingle-author, .related-nav {
	border-bottom: 1px solid #e4e4e4
}
.shopCompleted-info__item .title {
	font-size: .875rem;
	line-height: 1rem;
	margin-top: .9375rem;
	font-weight: 600
}
.shopCompleted-footer {
	margin-top: 3.75rem
}
.shopCompleted-footer__wrap {
	border: 1px solid #e4e4e4;
	padding: 3.75rem
}
.shopCompleted-footer__wrap .title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1875rem;
	color: #000;
	margin-bottom: 1.75rem
}
.shopCompleted-footer__wrap .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .875rem;
	line-height: 2.8125rem;
	text-align: right
}
.shopCompleted-footer__wrap .item.-border-none {
	border: none!important
}
.shopCompleted-footer__wrap .item+.item {
	border-top: 1px solid #e4e4e4;
	margin-top: .1875rem
}
.blogPost.-comments .blogPost__content .comments__list>li:first-child, .blogPost.-comments .blogPost__content .comments__list>li:first-child>.comments-item-inner {
	border-top: none
}
.blogPost.-comments .blogPost__content .comments__list .pingback a, .blogPost.-comments .blogPost__content .comments__list .trackback a {
	line-height: 1.5rem;
	text-decoration: none!important
}
.blogPost.-comments .blogPost__content .comments__list {
	margin: 0
}
.blogPost.-comments .blogPost__content .comments__list>li {
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem
}
.blogPost.-comments .blogPost__content .comments__item .children {
	padding: 2rem 0 0 5%;
	margin: 0
}
.blogPost.-comments .blogPost__content .comments__img {
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
	max-width: 5.625rem;
	margin-right: 1.375rem
}
.blogPost.-comments .blogPost__content .comments__header h4 {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600
}
.blogPost.-comments .blogPost__content .comments__text p {
	margin: .875rem 0 0;
	font-size: .875rem;
	line-height: 1.6
}
.blogPost.-comments .blogPost__content .comments__text ul, .blogPost.-comments .blogPost__content .comments__text ul li {
	list-style: disc inside!important
}
.blogPost.-comments .blogPost__content .comments__text ol, .blogPost.-comments .blogPost__content .comments__text ol li {
	list-style: decimal inside!important
}
.blogPost.-comments .blogPost__content .comments__reply a {
	margin-top: .625rem;
	text-decoration: underline;
	font-weight: 600;
	font-size: .75rem;
	line-height: 1.8
}
.respondForm h3 {
	color: #000;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 1.6875rem
}
.respondForm h3 small a {
	text-transform: uppercase;
	letter-spacing: .06em;
	font-size: .9375rem;
	color: var(--accent-color);
	margin-left: .5rem
}
.respondForm__notes {
	color: var(--font-dark);
	font-size: 1rem
}
.respondForm .logged-in-as {
	display: flex;
	margin-bottom: .75rem
}
.respondForm .logged-in-as a {
	padding-right: 1rem
}
.respondForm form p {
	font-size: .9375rem;
	line-height: 1
}
.blogSingle-nav .related-nav {
	border: none;
	background-color: #f9f6f6
}
.blogSingle-info .tags__item a {
	display: block;
	font-size: .75rem;
	font-weight: 600;
	padding: .5rem 1.125rem;
	background-color: #f9f6f6;
	color: #615e5e
}
.socials__title {
	font-size: .75rem;
	font-weight: 600;
	line-height: 2;
	color: #000;
	margin-right: 1.25rem
}
.socials__wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent;
	color: #000!important
}
.socials__wrap a:hover {
	color: #b88768!important;
	border: 1px solid #b88768
}
.blogSingle-author {
	display: flex;
	padding-bottom: 3.75rem
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.blogSingle-author__image {
	position: relative;
	width: 10rem;
	height: 10rem;
	min-width: 10rem;
	min-height: 10rem
}
.blogSingle-author__image>*, .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.blogSingle-author__socials {
	margin-left: -.75rem
}
.sliderNav {
	position: absolute;
	top: -5.125rem;
	right: 0;
	display: flex
}
.sliderNav__item {
	display: flex;
	align-items: center
}
.filter-button-group button:hover, .mainSlider.-type-all .navigation span:hover, .sliderNav__item:hover {
	color: var(--accent-color)!important
}
.sliderNav__item.-prev::after {
	content: '';
	margin-left: .625rem
}
.sliderNav__item.-next::before {
	content: '';
	margin-right: .625rem
}
.sliderNav .sliderNav__item+.sliderNav__item {
	margin-left: 1.25rem
}
.mainSlider.-type-2 .container {
	height: 100%;
	width: unset
}
.mainSlider.-type-2 .mainSlider-nav {
	z-index: 500
}
.mainSlider.-type-2 .mainSlider-nav>* {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem;
	line-height: 1
}
.mainSlider.-type-2 .mainSlider-nav .-next {
	position: absolute;
	right: 60px
}
.mainSlider.-type-2 .mainSlider-nav .-next::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #fff;
	margin-right: 12px
}
.mainSlider.-type-2 .mainSlider-nav .-prev {
	position: absolute;
	left: 60px
}
.mainSlider.-type-2 .mainSlider-nav .-prev::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #fff;
	margin-left: 12px
}
.mainSlider.-type-2 .mainSlider-pagination {
	position: absolute;
	bottom: 8.125rem;
	display: flex;
	justify-content: center
}
.mainSlider.-type-2 .mainSlider-pagination .pagination__item {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 0 5px
}
.masonry .masonry__item.-no-ratio>.ratio, .masonry.-gap-16 .masonry__item.-no-ratio>.ratio {
	padding-bottom: unset!important
}
.mainSlider.-type-2 .mainSlider-pagination .pagination__item::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .5s cubic-bezier(.165, .84, .44, 1);
	transform-origin: left;
	margin-left: 10px
}
.mainSlider.-type-2 .mainSlider-pagination .pagination__item.is-active::after {
	width: 60px
}
.mainSlider.-type-2 .mainSlider__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-2 .mainSlider__title span {
	font-weight: 600
}
.mainSlider.-type-2 .mainSlider__pagination_numbers span {
	color: #fff
}
.mainSlider.-type-2 .mainSlider__pagination_numbers span:first-child {
	font-size: 14px;
	line-height: 16px
}
.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
	padding: 0 7px
}
.mainSlider.-type-2 .mainSlider__pagination_numbers span:nth-child(3) {
	font-size: 40px;
	line-height: 47px
}
.mainSlider.-type-2 .mainSlider__scroll_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px
}
.mainSlider.-type-2 .mainSlider__scroll_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: .1s ease-out;
	color: #fff;
	margin-top: 25px
}
.mainSlider.-type-2 .mainSlider__scroll_icon .icon {
	color: #fff;
	position: relative;
	font-size: 30px;
	transition: .1s ease-out;
	transform: rotate(90deg);
	top: -15px
}
.mainSlider.-type-3 .pagination.-slider, .mainSlider.-type-4 .pagination.-slider, .mainSlider.-type-5 .pagination.-slider, .mainSlider.-type-6 .pagination.-slider {
	z-index: 5;
	position: absolute;
	bottom: 1.875rem;
	left: 50%;
	transform: translateX(-50%)
}
.mainSlider.-type-3 .navigation.-slider {
	z-index: 5;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex
}
.mainSlider.-type-3 .navigation__item, .mainSlider.-type-5 .navigation__item {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.375rem;
	height: 4.375rem;
	font-size: 1.875rem;
	background-color: #fff;
	color: #000;
	transition: .15s
}
.mainSlider.-type-3 .navigation__item:hover {
	background-color: #000;
	color: #fff
}
.mainSlider.-type-3 .mainSlider__title {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0
}
.mainSlider.-type-3 .mainSlider__button .button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 3.4375rem;
	height: 3.4375rem
}
.mainSlider.-type-3 .mainSlider__button .button .icon {
	padding-left: .25rem
}
.mainSlider.-type-3 .mainSlider__pagination_numbers span {
	color: #fff
}
.mainSlider.-type-3 .mainSlider__pagination_numbers span:first-child {
	font-size: 14px;
	line-height: 16px
}
.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
	padding: 0 7px
}
.mainSlider.-type-3 .mainSlider__pagination_numbers span:nth-child(3) {
	font-size: 40px;
	line-height: 47px
}
.mainSlider.-type-3 .mainSlider__scroll_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px
}
.mainSlider.-type-3 .mainSlider__scroll_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: .1s ease-out;
	color: #fff;
	margin-top: 1.5625rem
}
.mainSlider.-type-3 .mainSlider__scroll_icon .icon {
	color: #fff;
	position: relative;
	font-size: 1.875rem;
	transition: .1s ease-out;
	transform: rotate(90deg);
	top: -.9375rem
}
.mainSlider.-type-4 {
	display: flex;
	align-items: center;
	background-color: #131313;
	height: 100vh;
	width: 100%
}
.mainSlider.-type-4 .container, .mainSlider.-type-4 .row, .mainSlider.-type-5 .container, .mainSlider.-type-5 .row {
	height: 100%;
	width: 100%
}
.mainSlider.-type-4 .navigation.-slider {
	z-index: 5;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	background-color: #fff
}
.mainSlider.-type-4 .navigation__item {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875rem;
	padding: 2.1875rem .75rem;
	color: #000;
	transition: .15s
}
.mainSlider.-type-4 .navigation__item:nth-child(3) {
	padding-right: 3.75rem
}
.mainSlider.-type-4 .navigation__item:hover {
	color: var(--accent-color)
}
.mainSlider.-type-4 .navigation__content {
	position: relative;
	padding: 2.1875rem 3.75rem
}
.mainSlider.-type-4 .navigation__content_item {
	position: absolute;
	top: 2.1875rem;
	left: 3.75rem;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.77, 0, .175, 1)
}
.mainSlider.-type-4 .navigation__content_item.is-active {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1
}
.mainSlider.-type-4 .navigation__content span {
	display: block;
	font-size: .75rem;
	line-height: 1.625rem;
	text-transform: uppercase
}
.mainSlider.-type-4 .navigation__content div {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.625rem;
	color: #000
}
.mainSlider.-type-4 .mainSlider__lines::before {
	z-index: 5;
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .15)
}
.mainSlider.-type-4 .mainSlider__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}
.mainSlider.-type-4 .mainSlider__content {
	padding-left: 7.5rem;
	height: 100%
}
.mainSlider.-type-4 .mainSlider__title {
	font-size: 4.375rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0
}
.mainSlider.-type-4 .mainSlider__button .button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 3.4375rem;
	height: 3.4375rem
}
.mainSlider.-type-4 .mainSlider__info {
	z-index: 5;
	position: absolute;
	bottom: 40px;
	left: 60px;
	display: flex
}
.mainSlider.-type-4 .mainSlider__info .mainSlider__info__item+.mainSlider__info__item, .topbar .topbar__item+.topbar__item {
	margin-left: 1.875rem
}
.mainSlider.-type-4 .mainSlider__socials {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex
}
.mainSlider-pagination {
	z-index: 10;
	position: absolute;
	bottom: 50px;
	left: 60px;
	display: flex
}
.mainSlider-pagination__item {
	display: flex;
	flex-direction: column;
	opacity: .5;
	transition: opacity .4s cubic-bezier(.77, 0, .175, 1) .2s
}
.nav-icon, .nav-icon__circle {
	transition: .1s cubic-bezier(.165, .84, .44, 1)
}
.mainSlider-pagination__item .masthead-pagination__line {
	transition: transform .4s cubic-bezier(.77, 0, .175, 1) .2s;
	transform: scaleX(0);
	transform-origin: left
}
.mainSlider-pagination__item.is-active, [slider]:hover>div>[sign] {
	opacity: 1
}
.blogSidebar .category a:hover::after, .mainSlider-pagination__item.is-active .masthead-pagination__line, .mainSlider.-type-all .navigation span:hover::after {
	transform: scaleX(1)
}
.mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item {
	margin-left: 75px
}
.mainSlider.-type-10, .mainSlider.-type-5, .mainSlider.-type-7 {
	overflow: hidden!important;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%
}
.mainSlider.-type-5 .navigation.-slider {
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 42vw;
	display: flex
}
.mainSlider.-type-5 .navigation__item:hover {
	background-color: #000;
	color: #fff
}
.mainSlider.-type-5 .mainSlider__bg {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100rem;
	max-width: 100vw;
	height: 48.75rem;
	background: #f9f6f6
}
.mainSlider.-type-5 .mainSlider__image {
	z-index: 1;
	position: absolute;
	top: 6.25rem;
	right: 0;
	width: 58vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.mainSlider.-type-5 .mainSlider__content {
	z-index: 2;
	position: relative;
	padding-top: 15.625rem;
	padding-bottom: 10rem
}
.mainSlider.-type-5 .mainSlider__subtitle, .mainSlider.-type-7 .mainSlider__subtitle {
	display: block;
	font-size: .875rem;
	line-height: 1rem;
	color: #b88768;
	text-transform: uppercase
}
.mainSlider.-type-5 .mainSlider__desc {
	display: block;
	font-weight: 600;
	font-size: 2.1875rem;
	line-height: 1.15;
	text-transform: uppercase;
	color: #000
}
.mainSlider.-type-5 .mainSlider__bg_title {
	z-index: -1;
	position: absolute;
	left: -6.25rem;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .1);
	white-space: nowrap;
	color: transparent;
	font-weight: 600;
	font-size: 12vw;
	line-height: 1;
	text-transform: uppercase;
	width: 100vw
}
.mainSlider.-type-5 .mainSlider__title {
	font-size: 6.5vw;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase
}
.mainSlider.-type-6 .mainSlider__bg_title, .mainSlider.-type-7 .mainSlider__bg_title {
	-webkit-text-stroke: 1px rgba(255, 255, 255, .1);
	white-space: nowrap;
	color: transparent;
	font-weight: 600;
	text-transform: uppercase
}
.mainSlider.-type-5 .mainSlider__button .button {
	min-width: 8.75rem
}
.mainSlider.-type-6 {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
	background-color: #18130c
}
.no-page__bg::after, .soon__bg::after {
	background-color: rgba(0, 0, 0, .6);
	content: ''
}
.mainSlider.-type-10 .container, .mainSlider.-type-6 .container, .mainSlider.-type-7 .container, .mainSlider.-type-9 .container {
	width: unset
}
.mainSlider.-type-6 .mainSlider__image {
	z-index: 1;
	position: absolute
}
.mainSlider.-type-6 .mainSlider__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}
.mainSlider.-type-6 .mainSlider__image::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-6 .mainSlider__content {
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}
.mainSlider.-type-6 .mainSlider__bg_title {
	z-index: 1;
	position: absolute;
	padding-top: 2.5rem;
	font-size: 9vw;
	line-height: 1
}
.mainSlider.-type-6 .mainSlider__title {
	z-index: 2;
	position: relative;
	font-size: 6.5vw;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase
}
.mainSlider.-type-all .navigation {
	z-index: 10;
	position: absolute;
	top: 50%;
	width: 100vw;
	padding: 0 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.mainSlider.-type-all .navigation span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: .875rem;
	line-height: 1
}
.mainSlider.-type-all .navigation span::after {
	content: '';
	position: absolute;
	transform: scaleX(.8)
}
.mainSlider.-type-all .navigation .-prev::after {
	left: calc(100% + 10px);
	transform-origin: left
}
.mainSlider.-type-all .navigation .-next::after {
	right: calc(100% + 10px);
	transform-origin: right
}
.mainSlider.-type-7 .pagination.-slider {
	bottom: unset;
	width: unset;
	left: unset;
	z-index: 5;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	justify-content: unset
}
.mainSlider.-type-7 .mainSlider__image {
	z-index: 1;
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0
}
.mainSlider.-type-7 .mainSlider__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}
.mainSlider.-type-7 .mainSlider__image::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-7 .mainSlider__content {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}
.mainSlider.-type-7 .mainSlider__desc {
	display: block;
	font-weight: 600;
	font-size: 2.1875rem;
	line-height: 2.5625rem;
	text-transform: uppercase
}
.mainSlider.-type-7 .mainSlider__bg_title {
	z-index: 1;
	position: absolute;
	left: -3.75rem;
	padding-top: 5rem;
	font-size: 10.5vw;
	line-height: 1
}
.mainSlider.-type-7 .mainSlider__title {
	z-index: 2;
	position: relative;
	font-size: 6.2vw;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase
}
.mainSlider.-type-9 {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100vw
}
.mainSlider.-type-9 .swiper-slide {
	overflow: hidden;
	padding: 0 7.5rem
}
.mainSlider.-type-9 .pagination {
	bottom: unset;
	left: unset;
	width: unset;
	height: unset;
	z-index: 5;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center
}
.mainSlider.-type-9 .pagination__current, .mainSlider.-type-9 .pagination__total {
	color: #fff;
	font-size: .875rem;
	line-height: 1
}
.mainSlider.-type-9 .pagination__line {
	position: relative;
	margin: .625rem 0;
	height: 17.9375rem;
	width: .1875rem
}
.bg-white, .mainSlider.-type-9 .pagination__line>span, .quote.-light::before {
	background-color: #fff
}
.mainSlider.-type-10 .mainSlider__image, .mainSlider.-type-9 .mainSlider__image {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.mainSlider.-type-9 .mainSlider__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}
.mainSlider.-type-9 .mainSlider__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-9 .mainSlider__content {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}
.mainSlider.-type-9 .mainSlider__subtitle {
	display: block;
	font-size: .8125rem;
	line-height: .9375rem;
	font-weight: 400
}
.mainSlider.-type-9 .mainSlider__title {
	font-weight: 400;
	font-size: 3.75rem;
	line-height: 1.3;
	letter-spacing: 0
}
.mainSlider.-type-9 .mainSlider__copyright {
	z-index: 5;
	position: absolute;
	bottom: 3.125rem;
	right: 7.5rem
}
.mainSlider.-type-9 .mainSlider__socials {
	z-index: 5;
	position: absolute;
	bottom: 3.125rem;
	left: 7.5rem
}
.mainSlider.-type-9 .mainSlider__socials .socials {
	display: flex;
	margin-top: 1.25rem;
	margin-left: -.75rem
}
.mainSlider.-type-9 .mainSlider__socials .socials a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.1875rem;
	height: 2.1875rem;
	border-radius: 100%;
	border: 1px solid transparent;
	transition: .15s cubic-bezier(.165, .84, .44, 1)
}
.mainSlider.-type-9 .mainSlider__socials .socials a:hover {
	border: 1px solid #fff
}
.mainSlider.-type-9 .mainSlider__scroll {
	cursor: pointer;
	position: absolute;
	bottom: 3.125rem;
	left: 50%;
	transform: translateX(-50%)
}
.mainSlider.-type-9 .mainSlider__scroll_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 16px
}
.mainSlider.-type-9 .mainSlider__scroll_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #fff;
	transition: .1s ease-out;
	color: #fff;
	margin-top: 25px
}
.mainSlider.-type-9 .mainSlider__scroll_icon .icon {
	color: #fff;
	position: relative;
	font-size: 30px;
	transition: .1s ease-out;
	transform: rotate(90deg);
	top: -15px
}
.mainSlider.-type-10 .pagination.-slider {
	z-index: 5;
	position: absolute;
	bottom: 1.875rem;
	transform: translateY(-50%)
}
.mainSlider.-type-10 .mainSlider__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}
.mainSlider.-type-10 .mainSlider__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4)
}
.mainSlider.-type-10 .mainSlider__content {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}
.mainSlider.-type-10 .mainSlider__subtitle {
	display: block;
	font-size: .875rem;
	line-height: 1rem;
	text-transform: uppercase
}
.mainSlider.-type-10 .mainSlider__title {
	font-size: 3.75rem;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase
}
.filter-button-group {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px
}
.filter-button-group button {
	padding: 10px;
	font-size: inherit;
	color: inherit;
	font-weight: inherit
}
.filter-button-group button.btn-active {
	color: #000
}
.masonry__item .portfolioCard__img, .masonry__item .portfolioCard__img__inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.masonry .masonry__item>.ratio {
	padding-bottom: 79%
}
.masonry .masonry__item.-r-120>.ratio {
	padding-bottom: 120%
}
.masonry .masonry__item.-long>.ratio {
	padding-bottom: 200%
}
.masonry.-col-4 .masonry__item, .masonry.-col-4 .masonry__item.-long, .masonry.-col-4 .masonry__sizer {
	width: 25%
}
.masonry.-col-2 .masonry__item, .masonry.-col-2 .masonry__item.-long, .masonry.-col-2 .masonry__sizer, .masonry.-col-4 .masonry__item.-big, .masonry.-col-4 .masonry__item.-wide {
	width: 50%
}
.masonry.-col-3 .masonry__item, .masonry.-col-3 .masonry__item.-long, .masonry.-col-3 .masonry__sizer {
	width: 33.33333%
}
.masonry.-col-3 .masonry__item.-big, .masonry.-col-3 .masonry__item.-wide {
	width: 66.66666%
}
.masonry.-gap-16, .x-gap-16 {
	margin-left: -.5rem;
	margin-right: -.5rem
}
.masonry.-gap-16 .masonry__item {
	padding: 0 .5rem;
	margin-bottom: 1rem
}
.masonry.-gap-16 .masonry__item.-big>.ratio, .masonry.-gap-16 .masonry__item>.ratio {
	padding-bottom: 100%
}
.masonry.-gap-16 .masonry__item.-r-120>.ratio {
	padding-bottom: 120%
}
.masonry.-gap-16 .masonry__item.-long>.ratio {
	padding-bottom: calc(200% + 1rem)
}
.masonry.-gap-16 .masonry__item.-wide>.ratio {
	padding-bottom: calc(50% - .5rem)
}
.masonry.-gap-32, .x-gap-32 {
	margin-left: -1rem;
	margin-right: -1rem
}
.masonry.-gap-32 .masonry__item {
	padding: 0 1rem;
	margin-bottom: 2rem
}
.masonry.-gap-32 .masonry__item.-no-ratio>.ratio {
	padding-bottom: unset!important
}
.masonry.-gap-32 .masonry__item.-big>.ratio, .masonry.-gap-32 .masonry__item>.ratio {
	padding-bottom: 100%
}
.masonry.-gap-32 .masonry__item.-r-120>.ratio {
	padding-bottom: 120%
}
.masonry.-gap-32 .masonry__item.-long>.ratio {
	padding-bottom: calc(200% + 2rem)
}
.masonry.-gap-32 .masonry__item.-wide>.ratio {
	padding-bottom: calc(50% - 1rem)
}
.masonry.-gap-40, .x-gap-40 {
	margin-left: -1.25rem;
	margin-right: -1.25rem
}
.masonry.-gap-40 .masonry__item {
	padding: 0 1.25rem;
	margin-bottom: 2.5rem
}
.masonry.-gap-40 .masonry__item.-no-ratio>.ratio {
	padding-bottom: unset!important
}
.masonry.-gap-40 .masonry__item.-big>.ratio, .masonry.-gap-40 .masonry__item>.ratio {
	padding-bottom: 100%
}
.masonry.-gap-40 .masonry__item.-r-120>.ratio {
	padding-bottom: 120%
}
.masonry.-gap-40 .masonry__item.-long>.ratio {
	padding-bottom: calc(200% + 2.5rem)
}
.masonry.-gap-40 .masonry__item.-wide>.ratio {
	padding-bottom: calc(50% - 1.25rem)
}
.masonry.-gap-48, .x-gap-48 {
	margin-left: -1.5rem;
	margin-right: -1.5rem
}
.masonry.-gap-48 .masonry__item {
	padding: 0 1.5rem;
	margin-bottom: 3rem
}
.masonry.-gap-48 .masonry__item.-no-ratio>.ratio {
	padding-bottom: unset!important
}
.masonry.-gap-48 .masonry__item.-big>.ratio, .masonry.-gap-48 .masonry__item>.ratio {
	padding-bottom: 100%
}
.masonry.-gap-48 .masonry__item.-r-120>.ratio {
	padding-bottom: 120%
}
.masonry.-gap-48 .masonry__item.-long>.ratio {
	padding-bottom: calc(200% + 3rem)
}
.masonry.-gap-48 .masonry__item.-wide>.ratio {
	padding-bottom: calc(50% - 1.5rem)
}
.topbar {
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;
	display: flex;
	align-items: center
}
.topbar__socials_content a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	border: 1px solid transparent;
	transition: .2s cubic-bezier(.165, .84, .44, 1)
}
.topbar__socials_content a+a {
	margin-left: .3125rem
}
.blogSidebar__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3125rem;
	text-transform: uppercase
}
.blogSidebar .category a, .blogSidebar .category span {
	color: inherit;
	line-height: inherit;
	font-size: inherit
}
.blogSidebar .category a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.375rem;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: .2s cubic-bezier(.165, .84, .44, 1);
	transform-origin: left;
	transform: scaleX(0)
}
.blogSidebar .category__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1
}
.blogSidebar .category__item+.category__item {
	margin-top: 1.375rem
}
.blogSidebar .recent__item {
	display: flex;
	width: 100%
}
.blogSidebar .recent__item+.recent__item {
	margin-top: 1.25rem
}
.blogSidebar .recent__image {
	min-width: 5rem;
	min-height: 5rem;
	width: 5rem;
	height: 5rem
}
.blogSidebar .tags__item a {
	display: block;
	padding: .5rem 1.125rem;
	text-transform: uppercase;
	font-size: .75rem;
	line-height: .875rem;
	font-weight: 600;
	color: #615e5e;
	background-color: #f9f6f6;
	transition: .2s ease-out
}
.blogSidebar .tags__item a:hover {
	color: #fff;
	background-color: #000
}
.no-page, .soon {
	width: 100%;
	height: 100vh
}
.no-page__bg, .no-page__bg::after, .soon__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.no-page__title {
	font-weight: 400;
	font-size: 8.75rem;
	line-height: 1.15
}
.no-page__text {
	font-size: 2.5rem;
	line-height: 1.3
}
.soon__bg::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.soon__title {
	font-weight: 400;
	font-size: 4.375rem;
	line-height: 1.15
}
.soon__count_item {
	display: flex;
	flex-direction: column;
	justify-content: center
}
.soon__count_item>div:first-child {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 3.6875rem;
	color: #fff
}
.soon__count_item>div:nth-child(2) {
	font-size: .875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #fff
}
.soon__newsletter {
	width: 18.75rem;
	margin: 0 auto
}
.-white-circle, .fancy-grid .grid__wrap, .relative, .soon__newsletter form {
	position: relative
}
.soon__newsletter form input {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}
.soon__newsletter form input::-moz-placeholder {
	color: #fff
}
.soon__newsletter form input:-ms-input-placeholder {
	color: #fff
}
.soon__newsletter form input::placeholder {
	color: #fff
}
.soon__newsletter button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center
}
.soon__newsletter .icon {
	color: #fff;
	font-size: 1.25rem
}
.soon__socials {
	position: absolute;
	bottom: 3.75rem;
	left: 50%;
	transform: translateX(-50%)
}
.soon__socials a {
	color: #fff!important
}
.related-nav {
	border-top: 1px solid #e4e4e4
}
.related-nav__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 21px;
	height: 21px
}
.related-nav__icon span {
	border: 1px solid #615e5e;
	width: 8px;
	height: 8px
}
.related-nav__icon span:nth-child(1n+3) {
	margin-top: 5px
}
.related-nav__item {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -10px;
	margin-right: -10px
}
.related-nav__item>* {
	padding-left: 10px;
	padding-right: 10px
}
.related-nav__item:hover .icon, .related-nav__item:hover span {
	color: var(--color-accent)!important
}
.related-nav__item.-next {
	justify-content: flex-end;
	text-align: right
}
.related-nav__arrow .icon {
	font-size: 24px;
	color: #000;
	transition: .1s ease-out
}
.related-nav__content span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	color: #000;
	transition: .15s ease-out
}
.related-nav__content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #615e5e
}
.pagination.-section .pagination__content {
	margin: 0 5.625rem
}
.pagination.-section .pagination__content>* {
	font-size: 14px;
	line-height: 1;
	color: #000;
	padding: 10px 14px
}
.nav-icon:hover, .pagination.-section .pagination__content>.is-active, .text-accent {
	color: var(--accent-color)
}
.nav-icon {
	position: relative;
	display: block
}
.nav-icon__circle {
	border-radius: 100%;
	border: 1px solid #000;
	width: 35px;
	height: 35px
}
.bottom-line::after, .ratio-img {
	width: 100%;
	left: 0;
	position: absolute
}
.select-styled, p a {
	transition: .2s ease-in
}
.nav-icon__circle .icon {
	font-size: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.nav-icon.-left {
	padding-right: 12px
}
.nav-icon.-left .icon {
	right: 0
}
.nav-icon.-right {
	padding-left: 12px
}
.nav-icon.-right .icon {
	left: 0
}
.nav-icon:hover .nav-icon__circle {
	border-color: var(--accent-color)
}
.bottom-line::after {
	content: '';
	bottom: 0;
	height: .1875rem
}
.map, .z-5 {
	z-index: 5
}
.pattern_bg_1 {
	background-image: url(../img/patterns/1.png)
}
.pattern_bg_2 {
	background-image: url(../img/patterns/2.png)
}
.ratio-img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0
}
.-white-circle::before {
	content: '';
	position: absolute;
	top: 49%;
	left: -1.125rem;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .2);
	width: .5rem;
	height: .5rem;
	border-radius: 100%
}
.bg-fill-image, .bg-image, .bg-video, .size-full {
	height: 100%;
	width: 100%
}
.bg-fill-image {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: -1!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.section-border-bottom-dark>* {
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}
.section-border-bottom-dark>:last-child, .section-border-bottom-light>:last-child {
	border-bottom: unset
}
.html-overflow-hidden body {
	overflow-y: scroll
}
.smooth-scroll {
	scroll-behavior: smooth
}
.origin-top {
	transform-origin: top!important
}
.origin-left {
	transform-origin: left!important
}
.overflow-normal {
	overflow: initial!important
}
.overflow-visible {
	overflow: visible!important
}
.pointer-events-auto {
	pointer-events: auto!important
}
.pointer-events-none {
	pointer-events: none!important
}
.bg-video {
	-o-object-fit: cover;
	object-fit: cover
}
.overlay-black-lg::after, .overlay-black-md::after, .overlay-black-sm::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%
}
.overlay-black-sm::after {
	background-color: rgba(0, 0, 0, .3)
}
.overlay-black-md::after {
	background-color: rgba(0, 0, 0, .5)
}
.overlay-black-lg::after {
	background-color: rgba(0, 0, 0, .7)
}
.container-wide {
	padding-left: 5%;
	padding-right: 5%
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.rounded-4 {
	border-radius: .25rem
}
.rounded-base {
	border-radius: .375rem
}
.rounded-full {
	border-radius: 100%
}
.z-0 {
	z-index: 0
}
.z-1 {
	z-index: 1
}
.z-2 {
	z-index: 2
}
.z-3 {
	z-index: 3
}
.z-4 {
	z-index: 4
}
.size-3xs {
	width: 1rem!important;
	height: 1rem!important
}
.size-2xs {
	width: 1.25rem!important;
	height: 1.25rem!important
}
.size-xs {
	width: 1.5rem!important;
	height: 1.5rem!important
}
.size-sm {
	width: 2rem!important;
	height: 2rem!important
}
.size-md {
	width: 2.5rem!important;
	height: 2.5rem!important
}
.size-lg {
	width: 3rem!important;
	height: 3rem!important
}
.size-xl {
	width: 4rem!important;
	height: 4rem!important
}
.size-2xl {
	width: 5rem!important;
	height: 5rem!important
}
.size-3xl {
	width: 6rem!important;
	height: 6rem!important
}
.str-width-xs {
	stroke-width: .5!important
}
.str-width-sm {
	stroke-width: .75!important
}
.str-width-md {
	stroke-width: 1!important
}
.str-width-lg {
	stroke-width: 1.25!important
}
.str-width-xl {
	stroke-width: 1.5!important
}
.str-width-2xl {
	stroke-width: 1.75!important
}
.str-width-3xl {
	stroke-width: 2!important
}
.bg-dark-3 {
	background-color: var(--bg-dark-3)
}
.bg-dark-4 {
	background-color: var(--bg-dark-4)
}
.select-options, .select-styled, .select-styled.active, .select-styled:active, .select-styled:hover, p a, p a:hover {
	background-color: #c0392b
}
.shadow-light {
	box-shadow: 0 6px 24px -2px rgba(119, 139, 165, .2)
}
.shadow-dark {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}
.border-light {
	border: 1px solid rgba(255, 255, 255, .1)
}
.border-dark {
	border: 1px solid rgba(0, 0, 0, .2)
}
.border-top-light {
	border-top: 1px solid rgba(255, 255, 255, .1)
}
.border-top-dark {
	border-top: 1px solid rgba(0, 0, 0, .2)
}
.italic {
	font-style: italic
}
.uppercase {
	text-transform: uppercase
}
.capitalize {
	text-transform: capitalize
}
.normal {
	text-transform: none
}
.line-through {
	text-decoration: line-through
}
.fw-300 {
	font-weight: 300!important
}
.fw-400 {
	font-weight: 400!important
}
.fw-500 {
	font-weight: 500!important
}
.fw-600 {
	font-weight: 600!important
}
.fw-700 {
	font-weight: 700!important
}
.fw-800 {
	font-weight: 800!important
}
.fw-900 {
	font-weight: 900!important
}
.text-grey {
	color: #615e5e
}
.ul-list li {
	list-style: disc inside
}
.ul-list-ord li {
	list-style: decimal inside
}
.px-0 {
	padding-left: 0!important
}
.pl-4, .px-4 {
	padding-left: .25rem!important
}
.pt-4, .py-4 {
	padding-top: .25rem!important
}
.pb-4, .py-4 {
	padding-bottom: .25rem!important
}
.pr-4, .px-4 {
	padding-right: .25rem!important
}
.fancy-grid .grid__item:first-child, .mt-0 {
	margin-top: 0!important
}
.mb-0 {
	margin-bottom: 0!important
}
.ml-0 {
	margin-left: 0!important
}
.mr-0 {
	margin-right: 0!important
}
.pt-8, .py-8 {
	padding-top: .5rem!important
}
.pb-8, .py-8 {
	padding-bottom: .5rem!important
}
.pl-8, .px-8 {
	padding-left: .5rem!important
}
.pr-8, .px-8 {
	padding-right: .5rem!important
}
.mt-4 {
	margin-top: .25rem!important
}
.mb-4 {
	margin-bottom: .25rem!important
}
.ml-4 {
	margin-left: .25rem!important
}
.mr-4 {
	margin-right: .25rem!important
}
.pt-12, .py-12 {
	padding-top: .75rem!important
}
.pb-12, .py-12 {
	padding-bottom: .75rem!important
}
.pl-12, .px-12 {
	padding-left: .75rem!important
}
.pr-12, .px-12 {
	padding-right: .75rem!important
}
.mt-8 {
	margin-top: .5rem!important
}
.mb-8 {
	margin-bottom: .5rem!important
}
.ml-8 {
	margin-left: .5rem!important
}
.mr-8 {
	margin-right: .5rem!important
}
.pt-16, .py-16 {
	padding-top: 1rem!important
}
.pb-16, .py-16 {
	padding-bottom: 1rem!important
}
.pl-16, .px-16 {
	padding-left: 1rem!important
}
.pr-16, .px-16 {
	padding-right: 1rem!important
}
.mt-12 {
	margin-top: .75rem!important
}
.mb-12 {
	margin-bottom: .75rem!important
}
.ml-12 {
	margin-left: .75rem!important
}
.mr-12 {
	margin-right: .75rem!important
}
.pt-20, .py-20 {
	padding-top: 1.25rem!important
}
.pb-20, .py-20 {
	padding-bottom: 1.25rem!important
}
.pl-20, .px-20 {
	padding-left: 1.25rem!important
}
.pr-20, .px-20 {
	padding-right: 1.25rem!important
}
.mt-16 {
	margin-top: 1rem!important
}
.mb-16 {
	margin-bottom: 1rem!important
}
.ml-16 {
	margin-left: 1rem!important
}
.mr-16 {
	margin-right: 1rem!important
}
.pt-24, .py-24 {
	padding-top: 1.5rem!important
}
.pb-24, .py-24 {
	padding-bottom: 1.5rem!important
}
.pl-24, .px-24 {
	padding-left: 1.5rem!important
}
.pr-24, .px-24 {
	padding-right: 1.5rem!important
}
.mt-20 {
	margin-top: 1.25rem!important
}
.mb-20 {
	margin-bottom: 1.25rem!important
}
.ml-20 {
	margin-left: 1.25rem!important
}
.mr-20 {
	margin-right: 1.25rem!important
}
.pt-30, .py-30 {
	padding-top: 1.875rem!important
}
.pb-30, .py-30 {
	padding-bottom: 1.875rem!important
}
.pl-30, .px-30 {
	padding-left: 1.875rem!important
}
.pr-30, .px-30 {
	padding-right: 1.875rem!important
}
.mt-24 {
	margin-top: 1.5rem!important
}
.mb-24 {
	margin-bottom: 1.5rem!important
}
.ml-24 {
	margin-left: 1.5rem!important
}
.mr-24 {
	margin-right: 1.5rem!important
}
.pt-32, .py-32 {
	padding-top: 2rem!important
}
.pb-32, .py-32 {
	padding-bottom: 2rem!important
}
.pl-32, .px-32 {
	padding-left: 2rem!important
}
.pr-32, .px-32 {
	padding-right: 2rem!important
}
.mt-30 {
	margin-top: 1.875rem!important
}
.mb-30 {
	margin-bottom: 1.875rem!important
}
.ml-30 {
	margin-left: 1.875rem!important
}
.mr-30 {
	margin-right: 1.875rem!important
}
.pt-40, .py-40 {
	padding-top: 2.5rem!important
}
.pb-40, .py-40 {
	padding-bottom: 2.5rem!important
}
.pl-40, .px-40 {
	padding-left: 2.5rem!important
}
.pr-40, .px-40 {
	padding-right: 2.5rem!important
}
.mt-32 {
	margin-top: 2rem!important
}
.mb-32 {
	margin-bottom: 2rem!important
}
.ml-32 {
	margin-left: 2rem!important
}
.mr-32 {
	margin-right: 2rem!important
}
.pt-48, .py-48 {
	padding-top: 3rem!important
}
.pb-48, .py-48 {
	padding-bottom: 3rem!important
}
.pl-48, .px-48 {
	padding-left: 3rem!important
}
.pr-48, .px-48 {
	padding-right: 3rem!important
}
.mt-40 {
	margin-top: 2.5rem!important
}
.mb-40 {
	margin-bottom: 2.5rem!important
}
.ml-40 {
	margin-left: 2.5rem!important
}
.mr-40 {
	margin-right: 2.5rem!important
}
.pt-56, .py-56 {
	padding-top: 3.5rem!important
}
.pb-56, .py-56 {
	padding-bottom: 3.5rem!important
}
.pl-56, .px-56 {
	padding-left: 3.5rem!important
}
.pr-56, .px-56 {
	padding-right: 3.5rem!important
}
.mt-48 {
	margin-top: 3rem!important
}
.mb-48 {
	margin-bottom: 3rem!important
}
.ml-48 {
	margin-left: 3rem!important
}
.mr-48 {
	margin-right: 3rem!important
}
.pt-60, .py-60 {
	padding-top: 3.75rem!important
}
.pb-60, .py-60 {
	padding-bottom: 3.75rem!important
}
.pl-60, .px-60 {
	padding-left: 3.75rem!important
}
.pr-60, .px-60 {
	padding-right: 3.75rem!important
}
.mt-56 {
	margin-top: 3.5rem!important
}
.mb-56 {
	margin-bottom: 3.5rem!important
}
.ml-56 {
	margin-left: 3.5rem!important
}
.mr-56 {
	margin-right: 3.5rem!important
}
.pt-64, .py-64 {
	padding-top: 4rem!important
}
.pb-64, .py-64 {
	padding-bottom: 4rem!important
}
.pl-64, .px-64 {
	padding-left: 4rem!important
}
.pr-64, .px-64 {
	padding-right: 4rem!important
}
.mt-60 {
	margin-top: 3.75rem!important
}
.mb-60 {
	margin-bottom: 3.75rem!important
}
.ml-60 {
	margin-left: 3.75rem!important
}
.mr-60 {
	margin-right: 3.75rem!important
}
.pt-72, .py-72 {
	padding-top: 4.5rem!important
}
.pb-72, .py-72 {
	padding-bottom: 4.5rem!important
}
.pl-72, .px-72 {
	padding-left: 4.5rem!important
}
.pr-72, .px-72 {
	padding-right: 4.5rem!important
}
.mt-64 {
	margin-top: 4rem!important
}
.mb-64 {
	margin-bottom: 4rem!important
}
.ml-64 {
	margin-left: 4rem!important
}
.mr-64 {
	margin-right: 4rem!important
}
.pt-80, .py-80 {
	padding-top: 5rem!important
}
.pb-80, .py-80 {
	padding-bottom: 5rem!important
}
.pl-80, .px-80 {
	padding-left: 5rem!important
}
.pr-80, .px-80 {
	padding-right: 5rem!important
}
.mt-72 {
	margin-top: 4.5rem!important
}
.mb-72 {
	margin-bottom: 4.5rem!important
}
.ml-72 {
	margin-left: 4.5rem!important
}
.mr-72 {
	margin-right: 4.5rem!important
}
.pt-100, .py-100 {
	padding-top: 6.25rem!important
}
.pb-100, .py-100 {
	padding-bottom: 6.25rem!important
}
.pl-100, .px-100 {
	padding-left: 6.25rem!important
}
.pr-100, .px-100 {
	padding-right: 6.25rem!important
}
.mt-80 {
	margin-top: 5rem!important
}
.mb-80 {
	margin-bottom: 5rem!important
}
.ml-80 {
	margin-left: 5rem!important
}
.mr-80 {
	margin-right: 5rem!important
}
.mt-100 {
	margin-top: 6.25rem!important
}
.mb-100 {
	margin-bottom: 6.25rem!important
}
.ml-100 {
	margin-left: 6.25rem!important
}
.mr-100 {
	margin-right: 6.25rem!important
}
.lg\:mx-auto, .md\:mx-auto, .mx-auto, .sm\:mx-auto, .xs\:mx-auto {
	margin-left: auto;
	margin-right: auto
}
.ml-minus-sm {
	margin-left: -3.75rem
}
.ml-minus-md {
	margin-left: -6.25rem
}
.ml-minus-lg {
	margin-left: -8.75rem
}
.ml-minus-xl {
	margin-left: -11.25rem
}
.ml-minus-col-1 {
	margin-left: -8.33333vw
}
.ml-minus-col-2 {
	margin-left: -16.66667vw
}
.ml-minus-col-3 {
	margin-left: -25vw
}
.ml-minus-col-4 {
	margin-left: -33.33333vw
}
.mr-minus-sm {
	margin-right: -3.75rem
}
.mr-minus-md {
	margin-right: -6.25rem
}
.mr-minus-lg {
	margin-right: -8.75rem
}
.mr-minus-xl {
	margin-right: -11.25rem
}
.mr-minus-col-1 {
	margin-right: -8.33333vw
}
.mr-minus-col-2 {
	margin-right: -16.66667vw
}
.mr-minus-col-3 {
	margin-right: -25vw
}
.mr-minus-col-4 {
	margin-right: -33.33333vw
}
.text-right {
	text-align: right
}
.text-left {
	text-align: left
}
.justify-content-start {
	justify-content: flex-start
}
.justify-content-end {
	justify-content: flex-end
}
.justify-content-between {
	justify-content: space-between
}
.justify-content-center {
	justify-content: center
}
.align-items-start {
	align-items: flex-start
}
.align-items-end {
	align-items: flex-end
}
.align-items-between {
	align-items: space-between
}
.align-items-center {
	align-items: center
}
.d-none {
	display: none!important
}
.d-flex {
	display: flex!important
}
.d-block {
	display: block!important
}
.d-inline-block {
	display: inline-block!important
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.layout-pt-xs {
	padding-top: 2.5rem
}
.layout-pt-sm {
	padding-top: 3.125rem
}
.layout-pt-md {
	padding-top: 1rem;
}
.layout-pt-lg {
	padding-top: 8.75rem
}
.layout-pt-pageHeader, .layout-pt-xl {
	padding-top: 10rem
}
.layout-pt-2xl {
	padding-top: 11.25rem
}
.layout-pb-xs {
	padding-bottom: 2.5rem
}
.layout-pb-sm {
	padding-bottom: 3.125rem
}
.layout-pb-md {
	padding-bottom: 5rem
}
.layout-pb-lg {
	padding-bottom: 8.75rem
}
.layout-pb-xl {
	padding-bottom: 10rem
}
.layout-pb-2xl {
	padding-bottom: 11.25rem
}
.x-gap-4 {
	margin-left: -.125rem;
	margin-right: -.125rem
}
.x-gap-4>* {
	padding-left: .125rem;
	padding-right: .125rem
}
.x-gap-8 {
	margin-left: -.25rem;
	margin-right: -.25rem
}
.x-gap-8>* {
	padding-left: .25rem;
	padding-right: .25rem
}
.x-gap-10 {
	margin-left: -.3125rem;
	margin-right: -.3125rem
}
.x-gap-10>* {
	padding-left: .3125rem;
	padding-right: .3125rem
}
.x-gap-16>* {
	padding-left: .5rem;
	padding-right: .5rem
}
.x-gap-20 {
	margin-left: -.625rem;
	margin-right: -.625rem
}
.x-gap-20>* {
	padding-left: .625rem;
	padding-right: .625rem
}
.x-gap-32>* {
	padding-left: 1rem;
	padding-right: 1rem
}
.x-gap-40>* {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.x-gap-48>* {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}
.x-gap-60 {
	margin-left: -1.875rem;
	margin-right: -1.875rem
}
.x-gap-60>* {
	padding-left: 1.875rem;
	padding-right: 1.875rem
}
.x-gap-64 {
	margin-left: -2rem;
	margin-right: -2rem
}
.x-gap-64>* {
	padding-left: 2rem;
	padding-right: 2rem
}
.x-gap-72 {
	margin-left: -2.25rem;
	margin-right: -2.25rem
}
.x-gap-72>* {
	padding-left: 2.25rem;
	padding-right: 2.25rem
}
.x-gap-80 {
	margin-left: -2.5rem;
	margin-right: -2.5rem
}
.x-gap-80>* {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.x-gap-88 {
	margin-left: -2.75rem;
	margin-right: -2.75rem
}
.x-gap-88>* {
	padding-left: 2.75rem;
	padding-right: 2.75rem
}
.x-gap-100 {
	margin-left: -3.125rem;
	margin-right: -3.125rem
}
.x-gap-100>* {
	padding-left: 3.125rem;
	padding-right: 3.125rem
}
.x-gap-110 {
	margin-left: -3.4375rem;
	margin-right: -3.4375rem
}
.x-gap-110>* {
	padding-left: 3.4375rem;
	padding-right: 3.4375rem
}
.x-gap-120 {
	margin-left: -3.75rem;
	margin-right: -3.75rem
}
.x-gap-120>* {
	padding-left: 3.75rem;
	padding-right: 3.75rem
}
.y-gap-4 {
	margin-top: -.125rem;
	margin-bottom: -.125rem
}
.y-gap-4>* {
	padding-top: .125rem;
	padding-bottom: .125rem
}
.y-gap-8 {
	margin-top: -.25rem;
	margin-bottom: -.25rem
}
.y-gap-8>* {
	padding-top: .25rem;
	padding-bottom: .25rem
}
.y-gap-10 {
	margin-top: -.3125rem;
	margin-bottom: -.3125rem
}
.y-gap-10>* {
	padding-top: .3125rem;
	padding-bottom: .3125rem
}
.y-gap-16 {
	margin-top: -.5rem;
	margin-bottom: -.5rem
}
.y-gap-16>* {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.y-gap-20 {
	margin-top: -.625rem;
	margin-bottom: -.625rem
}
.y-gap-20>* {
	padding-top: .625rem;
	padding-bottom: .625rem
}
.y-gap-32 {
	margin-top: -1rem;
	margin-bottom: -1rem
}
.y-gap-32>* {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.y-gap-40 {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem
}
.y-gap-40>* {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}
.y-gap-48 {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem
}
.y-gap-48>* {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}
.y-gap-60 {
	margin-top: -1.875rem;
	margin-bottom: -1.875rem
}
.y-gap-60>* {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}
.y-gap-64 {
	margin-top: -2rem;
	margin-bottom: -2rem
}
.y-gap-64>* {
	padding-top: 2rem;
	padding-bottom: 2rem
}
.y-gap-72 {
	margin-top: -2.25rem;
	margin-bottom: -2.25rem
}
.y-gap-72>* {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem
}
.y-gap-80 {
	margin-top: -2.5rem;
	margin-bottom: -2.5rem
}
.y-gap-80>* {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}
.y-gap-88 {
	margin-top: -2.75rem;
	margin-bottom: -2.75rem
}
.y-gap-88>* {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem
}
.y-gap-100 {
	margin-top: -3.125rem;
	margin-bottom: -3.125rem
}
.y-gap-100>* {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem
}
.y-gap-110 {
	margin-top: -3.4375rem;
	margin-bottom: -3.4375rem
}
.y-gap-110>* {
	padding-top: 3.4375rem;
	padding-bottom: 3.4375rem
}
.y-gap-120 {
	margin-top: -3.75rem;
	margin-bottom: -3.75rem
}
.y-gap-120>* {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}
.h-sm {
	height: 32.5rem
}
.h-md {
	height: 36.25rem
}
.h-lg {
	height: 42.5rem
}
.h-70vh {
	height: 70vh
}
.h-80vh {
	height: 80vh
}
.h-90vh {
	height: 90vh
}
.h-100vh {
	height: 100vh
}
.h-unset {
	height: unset
}
.fancy-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.fancy-grid__button {
	position: absolute;
	bottom: 0;
	left: 1rem
}
@media(max-width:1199px) {
	.content-wrapper.-left {
		padding-left: 15rem
	}
	.container.-sm {
		max-width: 960px!important
	}
	.lg\:text-xs {
		font-size: var(--text-xs)!important
	}
	.lg\:text-sm {
		font-size: var(--text-sm)!important
	}
	.lg\:text-base {
		font-size: var(--text-base)!important
	}
	.lg\:text-lg {
		font-size: var(--text-lg)!important
	}
	.lg\:text-xl {
		font-size: var(--text-xl)!important
	}
	.lg\:text-2xl {
		font-size: var(--text-2xl)!important
	}
	.lg\:text-3xl {
		font-size: var(--text-3xl)!important
	}
	.lg\:text-4xl {
		font-size: var(--text-4xl)!important
	}
	.lg\:text-5xl {
		font-size: var(--text-5xl)!important
	}
	.lg\:text-6xl {
		font-size: var(--text-6xl)!important
	}
	.header.-home-3 .header__logo {
		width: 5rem
	}
	.header.-home-3 .header__icons>* {
		padding: 0 1.375rem
	}
	.header.-home-4 {
		width: 15rem
	}
	.header.-home-4 .header__container {
		padding: 2rem 1.25rem
	}
	.page-masthead {
		padding-top: 23.75rem;
		padding-bottom: 9.375rem
	}
	.page-masthead__back_title {
		font-size: 6.25rem
	}
	.service__content {
		padding: 36px 30px
	}
	.shopCart-header, .shopCart-products__item {
		padding-left: 2.5rem
	}
	.mainSlider.-type-9 .mainSlider__title {
		font-size: 3.25rem
	}
	.mainSlider.-type-10 .mainSlider__title {
		font-size: 3.375rem
	}
	.lg\:pt-0, .lg\:py-0 {
		padding-top: 0!important
	}
	.lg\:pb-0, .lg\:py-0 {
		padding-bottom: 0!important
	}
	.lg\:pl-0, .lg\:px-0 {
		padding-left: 0!important
	}
	.lg\:pr-0, .lg\:px-0 {
		padding-right: 0!important
	}
	.lg\:pt-4, .lg\:py-4 {
		padding-top: .25rem!important
	}
	.lg\:pb-4, .lg\:py-4 {
		padding-bottom: .25rem!important
	}
	.lg\:pl-4, .lg\:px-4 {
		padding-left: .25rem!important
	}
	.lg\:pr-4, .lg\:px-4 {
		padding-right: .25rem!important
	}
	.lg\:mt-0 {
		margin-top: 0!important
	}
	.lg\:mb-0 {
		margin-bottom: 0!important
	}
	.lg\:ml-0 {
		margin-left: 0!important
	}
	.lg\:mr-0 {
		margin-right: 0!important
	}
	.lg\:pt-8, .lg\:py-8 {
		padding-top: .5rem!important
	}
	.lg\:pb-8, .lg\:py-8 {
		padding-bottom: .5rem!important
	}
	.lg\:pl-8, .lg\:px-8 {
		padding-left: .5rem!important
	}
	.lg\:pr-8, .lg\:px-8 {
		padding-right: .5rem!important
	}
	.lg\:mt-4 {
		margin-top: .25rem!important
	}
	.lg\:mb-4 {
		margin-bottom: .25rem!important
	}
	.lg\:ml-4 {
		margin-left: .25rem!important
	}
	.lg\:mr-4 {
		margin-right: .25rem!important
	}
	.lg\:pt-12, .lg\:py-12 {
		padding-top: .75rem!important
	}
	.lg\:pb-12, .lg\:py-12 {
		padding-bottom: .75rem!important
	}
	.lg\:pl-12, .lg\:px-12 {
		padding-left: .75rem!important
	}
	.lg\:pr-12, .lg\:px-12 {
		padding-right: .75rem!important
	}
	.lg\:mt-8 {
		margin-top: .5rem!important
	}
	.lg\:mb-8 {
		margin-bottom: .5rem!important
	}
	.lg\:ml-8 {
		margin-left: .5rem!important
	}
	.lg\:mr-8 {
		margin-right: .5rem!important
	}
	.lg\:pt-16, .lg\:py-16 {
		padding-top: 1rem!important
	}
	.lg\:pb-16, .lg\:py-16 {
		padding-bottom: 1rem!important
	}
	.lg\:pl-16, .lg\:px-16 {
		padding-left: 1rem!important
	}
	.lg\:pr-16, .lg\:px-16 {
		padding-right: 1rem!important
	}
	.lg\:mt-12 {
		margin-top: .75rem!important
	}
	.lg\:mb-12 {
		margin-bottom: .75rem!important
	}
	.lg\:ml-12 {
		margin-left: .75rem!important
	}
	.lg\:mr-12 {
		margin-right: .75rem!important
	}
	.lg\:pt-20, .lg\:py-20 {
		padding-top: 1.25rem!important
	}
	.lg\:pb-20, .lg\:py-20 {
		padding-bottom: 1.25rem!important
	}
	.lg\:pl-20, .lg\:px-20 {
		padding-left: 1.25rem!important
	}
	.lg\:pr-20, .lg\:px-20 {
		padding-right: 1.25rem!important
	}
	.lg\:mt-16 {
		margin-top: 1rem!important
	}
	.lg\:mb-16 {
		margin-bottom: 1rem!important
	}
	.lg\:ml-16 {
		margin-left: 1rem!important
	}
	.lg\:mr-16 {
		margin-right: 1rem!important
	}
	.lg\:pt-24, .lg\:py-24 {
		padding-top: 1.5rem!important
	}
	.lg\:pb-24, .lg\:py-24 {
		padding-bottom: 1.5rem!important
	}
	.lg\:pl-24, .lg\:px-24 {
		padding-left: 1.5rem!important
	}
	.lg\:pr-24, .lg\:px-24 {
		padding-right: 1.5rem!important
	}
	.lg\:mt-20 {
		margin-top: 1.25rem!important
	}
	.lg\:mb-20 {
		margin-bottom: 1.25rem!important
	}
	.lg\:ml-20 {
		margin-left: 1.25rem!important
	}
	.lg\:mr-20 {
		margin-right: 1.25rem!important
	}
	.lg\:pt-30, .lg\:py-30 {
		padding-top: 1.875rem!important
	}
	.lg\:pb-30, .lg\:py-30 {
		padding-bottom: 1.875rem!important
	}
	.lg\:pl-30, .lg\:px-30 {
		padding-left: 1.875rem!important
	}
	.lg\:pr-30, .lg\:px-30 {
		padding-right: 1.875rem!important
	}
	.lg\:mt-24 {
		margin-top: 1.5rem!important
	}
	.lg\:mb-24 {
		margin-bottom: 1.5rem!important
	}
	.lg\:ml-24 {
		margin-left: 1.5rem!important
	}
	.lg\:mr-24 {
		margin-right: 1.5rem!important
	}
	.lg\:pt-32, .lg\:py-32 {
		padding-top: 2rem!important
	}
	.lg\:pb-32, .lg\:py-32 {
		padding-bottom: 2rem!important
	}
	.lg\:pl-32, .lg\:px-32 {
		padding-left: 2rem!important
	}
	.lg\:pr-32, .lg\:px-32 {
		padding-right: 2rem!important
	}
	.lg\:mt-30 {
		margin-top: 1.875rem!important
	}
	.lg\:mb-30 {
		margin-bottom: 1.875rem!important
	}
	.lg\:ml-30 {
		margin-left: 1.875rem!important
	}
	.lg\:mr-30 {
		margin-right: 1.875rem!important
	}
	.lg\:pt-40, .lg\:py-40 {
		padding-top: 2.5rem!important
	}
	.lg\:pb-40, .lg\:py-40 {
		padding-bottom: 2.5rem!important
	}
	.lg\:pl-40, .lg\:px-40 {
		padding-left: 2.5rem!important
	}
	.lg\:pr-40, .lg\:px-40 {
		padding-right: 2.5rem!important
	}
	.lg\:mt-32 {
		margin-top: 2rem!important
	}
	.lg\:mb-32 {
		margin-bottom: 2rem!important
	}
	.lg\:ml-32 {
		margin-left: 2rem!important
	}
	.lg\:mr-32 {
		margin-right: 2rem!important
	}
	.lg\:pt-48, .lg\:py-48 {
		padding-top: 3rem!important
	}
	.lg\:pb-48, .lg\:py-48 {
		padding-bottom: 3rem!important
	}
	.lg\:pl-48, .lg\:px-48 {
		padding-left: 3rem!important
	}
	.lg\:pr-48, .lg\:px-48 {
		padding-right: 3rem!important
	}
	.lg\:mt-40 {
		margin-top: 2.5rem!important
	}
	.lg\:mb-40 {
		margin-bottom: 2.5rem!important
	}
	.lg\:ml-40 {
		margin-left: 2.5rem!important
	}
	.lg\:mr-40 {
		margin-right: 2.5rem!important
	}
	.lg\:pt-56, .lg\:py-56 {
		padding-top: 3.5rem!important
	}
	.lg\:pb-56, .lg\:py-56 {
		padding-bottom: 3.5rem!important
	}
	.lg\:pl-56, .lg\:px-56 {
		padding-left: 3.5rem!important
	}
	.lg\:pr-56, .lg\:px-56 {
		padding-right: 3.5rem!important
	}
	.lg\:mt-48 {
		margin-top: 3rem!important
	}
	.lg\:mb-48 {
		margin-bottom: 3rem!important
	}
	.lg\:ml-48 {
		margin-left: 3rem!important
	}
	.lg\:mr-48 {
		margin-right: 3rem!important
	}
	.lg\:pt-60, .lg\:py-60 {
		padding-top: 3.75rem!important
	}
	.lg\:pb-60, .lg\:py-60 {
		padding-bottom: 3.75rem!important
	}
	.lg\:pl-60, .lg\:px-60 {
		padding-left: 3.75rem!important
	}
	.lg\:pr-60, .lg\:px-60 {
		padding-right: 3.75rem!important
	}
	.lg\:mt-56 {
		margin-top: 3.5rem!important
	}
	.lg\:mb-56 {
		margin-bottom: 3.5rem!important
	}
	.lg\:ml-56 {
		margin-left: 3.5rem!important
	}
	.lg\:mr-56 {
		margin-right: 3.5rem!important
	}
	.lg\:pt-64, .lg\:py-64 {
		padding-top: 4rem!important
	}
	.lg\:pb-64, .lg\:py-64 {
		padding-bottom: 4rem!important
	}
	.lg\:pl-64, .lg\:px-64 {
		padding-left: 4rem!important
	}
	.lg\:pr-64, .lg\:px-64 {
		padding-right: 4rem!important
	}
	.lg\:mt-60 {
		margin-top: 3.75rem!important
	}
	.lg\:mb-60 {
		margin-bottom: 3.75rem!important
	}
	.lg\:ml-60 {
		margin-left: 3.75rem!important
	}
	.lg\:mr-60 {
		margin-right: 3.75rem!important
	}
	.lg\:pt-72, .lg\:py-72 {
		padding-top: 4.5rem!important
	}
	.lg\:pb-72, .lg\:py-72 {
		padding-bottom: 4.5rem!important
	}
	.lg\:pl-72, .lg\:px-72 {
		padding-left: 4.5rem!important
	}
	.lg\:pr-72, .lg\:px-72 {
		padding-right: 4.5rem!important
	}
	.lg\:mt-64 {
		margin-top: 4rem!important
	}
	.lg\:mb-64 {
		margin-bottom: 4rem!important
	}
	.lg\:ml-64 {
		margin-left: 4rem!important
	}
	.lg\:mr-64 {
		margin-right: 4rem!important
	}
	.lg\:pt-80, .lg\:py-80 {
		padding-top: 5rem!important
	}
	.lg\:pb-80, .lg\:py-80 {
		padding-bottom: 5rem!important
	}
	.lg\:pl-80, .lg\:px-80 {
		padding-left: 5rem!important
	}
	.lg\:pr-80, .lg\:px-80 {
		padding-right: 5rem!important
	}
	.lg\:mt-72 {
		margin-top: 4.5rem!important
	}
	.lg\:mb-72 {
		margin-bottom: 4.5rem!important
	}
	.lg\:ml-72 {
		margin-left: 4.5rem!important
	}
	.lg\:mr-72 {
		margin-right: 4.5rem!important
	}
	.lg\:pt-100, .lg\:py-100 {
		padding-top: 6.25rem!important
	}
	.lg\:pb-100, .lg\:py-100 {
		padding-bottom: 6.25rem!important
	}
	.lg\:pl-100, .lg\:px-100 {
		padding-left: 6.25rem!important
	}
	.lg\:pr-100, .lg\:px-100 {
		padding-right: 6.25rem!important
	}
	.lg\:mt-80 {
		margin-top: 5rem!important
	}
	.lg\:mb-80 {
		margin-bottom: 5rem!important
	}
	.lg\:ml-80 {
		margin-left: 5rem!important
	}
	.lg\:mr-80 {
		margin-right: 5rem!important
	}
	.lg\:mt-100 {
		margin-top: 6.25rem!important
	}
	.lg\:mb-100 {
		margin-bottom: 6.25rem!important
	}
	.lg\:ml-100 {
		margin-left: 6.25rem!important
	}
	.lg\:mr-100 {
		margin-right: 6.25rem!important
	}
	.lg\:ml-minus-sm {
		margin-left: -3.75rem
	}
	.lg\:ml-minus-md {
		margin-left: -6.25rem
	}
	.lg\:ml-minus-lg {
		margin-left: -8.75rem
	}
	.lg\:ml-minus-xl {
		margin-left: -11.25rem
	}
	.lg\:ml-minus-col-1 {
		margin-left: -8.33333vw
	}
	.lg\:ml-minus-col-2 {
		margin-left: -16.66667vw
	}
	.lg\:ml-minus-col-3 {
		margin-left: -25vw
	}
	.lg\:ml-minus-col-4 {
		margin-left: -33.33333vw
	}
	.lg\:mr-minus-sm {
		margin-right: -3.75rem
	}
	.lg\:mr-minus-md {
		margin-right: -6.25rem
	}
	.lg\:mr-minus-lg {
		margin-right: -8.75rem
	}
	.lg\:mr-minus-xl {
		margin-right: -11.25rem
	}
	.lg\:mr-minus-col-1 {
		margin-right: -8.33333vw
	}
	.lg\:mr-minus-col-2 {
		margin-right: -16.66667vw
	}
	.lg\:mr-minus-col-3 {
		margin-right: -25vw
	}
	.lg\:mr-minus-col-4 {
		margin-right: -33.33333vw
	}
	.lg\:text-center {
		text-align: center!important
	}
	.lg\:text-right {
		text-align: right!important
	}
	.lg\:text-left {
		text-align: left!important
	}
	.lg\:justify-content-start {
		justify-content: flex-start!important
	}
	.lg\:justify-content-end {
		justify-content: flex-end!important
	}
	.lg\:justify-content-between {
		justify-content: space-between!important
	}
	.lg\:justify-content-center {
		justify-content: center!important
	}
	.lg\:align-items-start {
		align-items: flex-start!important
	}
	.lg\:align-items-end {
		align-items: flex-end!important
	}
	.lg\:align-items-between {
		align-items: space-between!important
	}
	.lg\:align-items-center {
		align-items: center!important
	}
	.lg\:d-none {
		display: none!important
	}
	.lg\:d-inline-block {
		display: inline-block!important
	}
	.lg\:d-block {
		display: block!important
	}
	.lg\:d-flex {
		display: flex!important
	}
	.lg\:order-1 {
		order: 1
	}
	.lg\:order-2 {
		order: 2
	}
	.lg\:order-3 {
		order: 3
	}
	.lg\:order-4 {
		order: 4
	}
	.lg\:order-5 {
		order: 5
	}
	.lg\:order-6 {
		order: 6
	}
	.fancy-grid .grid__wrap {
		max-width: 72%
	}
}
.fancy-grid .grid__item:nth-child(odd) {
	margin-top: 6.25rem
}
.fancy-grid .grid__item:nth-child(odd) .grid__category {
	left: calc(100% + 14px)
}
.fancy-grid .grid__item:nth-child(odd) .grid__content {
	min-width: 32%
}
.fancy-grid .grid__item:nth-child(2n) {
	margin-top: -6.25rem;
	justify-content: flex-end
}
.fancy-grid .grid__item:nth-child(2n) .grid__category {
	top: unset;
	bottom: 0;
	right: calc(100% + 14px)
}
.fancy-grid .grid__item:nth-child(2n) .grid__content {
	justify-content: flex-end;
	top: unset;
	bottom: 0;
	left: unset;
	right: calc(100% + 56px);
	display: flex;
	flex-wrap: wrap;
	text-align: right
}
.fancy-grid .grid__item {
	width: 100%;
	padding: 0 1rem
}
@media(max-width:1349px) {
	.shopCart-sidebar {
		width: 15rem
	}
	.shopCart-footer__item button {
		min-width: unset!important;
		padding-left: 1.25rem!important;
		padding-right: 1.25rem!important
	}
	.fancy-grid .grid__item {
		margin-top: 7.5rem!important
	}
}
@media(max-width:991px) {
	.content-wrapper.-left, .mainSlider.-type-4 .mainSlider__content {
		padding-left: 0
	}
	.container.-sm {
		max-width: 720px!important
	}
	.md\:text-xs {
		font-size: var(--text-xs)!important
	}
	.md\:text-sm {
		font-size: var(--text-sm)!important
	}
	.md\:text-base {
		font-size: var(--text-base)!important
	}
	.md\:text-lg {
		font-size: var(--text-lg)!important
	}
	.md\:text-xl {
		font-size: var(--text-xl)!important
	}
	.md\:text-2xl {
		font-size: var(--text-2xl)!important
	}
	.md\:text-3xl {
		font-size: var(--text-3xl)!important
	}
	.md\:text-4xl {
		font-size: var(--text-4xl)!important
	}
	.md\:text-5xl {
		font-size: var(--text-5xl)!important
	}
	.md\:text-6xl {
		font-size: var(--text-6xl)!important
	}
	.number.-sm {
		font-size: 3.75rem
	}
	.number.-md {
		font-size: 4.375rem
	}
	.number.-lg {
		font-size: 5.25rem
	}
	.numBlock__number {
		font-size: 5rem
	}
	.has-topbar .header {
		top: 0
	}
	.header.-margin-lg .header__bar {
		padding: 0 2.5rem;
		height: 4.5rem
	}
	.header__item {
		z-index: 10;
		position: relative
	}
	.header__bar {
		height: 4.5rem;
		padding: 0 1.875rem
	}
	.header__logo {
		font-size: 1.875rem
	}
	.header__cart, .header__search {
		position: relative;
		font-size: 1rem
	}
	.header.-home-4 {
		bottom: unset;
		width: 100%;
		right: 0
	}
	.header.-home-4 .header__container, .mainSlider.-type-2 .mainSlider-nav, .mainSlider.-type-4 .mainSlider__lines::before {
		display: none
	}
	.header.-home-6 .menu {
		z-index: 2
	}
	.header.-home-6 .header__icons {
		position: relative;
		z-index: 10
	}
	.header.-home-9 .menu {
		z-index: -1
	}
	.background-border.-left::before, .background-border.-right::before {
		bottom: -1.25rem;
		left: -1.25rem
	}
	.overlayImgs {
		padding-left: 0;
		padding-right: 40px
	}
	.sectionHeading__title {
		font-size: 25px;
		line-height: 29px
	}
	.cta__title, .sectionHeading.-about .sectionHeading__title {
		font-size: 25px;
		font-weight: 600;
		line-height: 29px
	}
	.cta__text, .sectionHeading.-about .sectionHeading__text {
		margin-top: 30px;
		font-size: 14px;
		line-height: 24px
	}
	.cta__button, .sectionHeading.-about .sectionHeading__button {
		margin-top: 30px
	}
	.md\:align-items-start, .sectionHeading.-top-line.-md .sectionHeading__subtitle {
		align-items: flex-start!important
	}
	.masthead__title {
		font-size: 40px;
		line-height: 47px
	}
	.masthead__button {
		margin-top: 20px
	}
	.masthead-pagination {
		bottom: 1.875rem;
		left: 1.875rem
	}
	.mainSlider-pagination .mainSlider-pagination__item+.mainSlider-pagination__item, .masthead-pagination .masthead-pagination__item+.masthead-pagination__item {
		margin-left: 40px
	}
	.mainSlider-pagination__line, .mainSlider.-type-7 .mainSlider__image, .masthead-pagination__line {
		width: 100%
	}
	.page-masthead {
		padding-top: 15rem;
		padding-bottom: 8.75rem
	}
	.page-masthead__content {
		text-align: center
	}
	.page-masthead__back_title {
		font-size: 5rem;
		top: 65%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%)
	}
	.clients__image img {
		width: 100%;
		height: auto
	}
	.footer__top {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.portfolio__content {
		padding-top: 16px;
		padding-bottom: 16px
	}
	.pieChart__percent, .portfolio__title {
		font-size: 18px;
		line-height: 21px
	}
	.team__socials {
		top: unset;
		transform: none;
		bottom: 20px;
		left: 20px
	}
	.team__socials a {
		font-size: 14px
	}
	.team__socials a+a {
		margin-top: 10px
	}
	.team__info {
		font-size: 12px;
		line-height: 14px
	}
	.team__title {
		font-size: 14px;
		line-height: 16px
	}
	.pieChart__title {
		margin-top: 20px;
		font-size: 16px;
		line-height: 19px
	}
	.pieChart__text {
		margin-top: 8px
	}
	.shopCart-sidebar {
		width: 100%;
		margin-top: 3.75rem
	}
	.md\:mt-120, .shopSidebar {
		margin-top: 7.5rem
	}
	.shopSingle-preview {
		flex-direction: column-reverse
	}
	.shopSingle-preview__imageList {
		padding-right: 0;
		padding-top: .625rem;
		display: flex;
		width: 100%;
		margin: -5px
	}
	.shopSingle-preview__imageList>* {
		padding: 5px;
		width: 100%
	}
	.sliderNav {
		position: relative;
		top: unset;
		margin-bottom: 1.5rem
	}
	.mainSlider.-type-2 .mainSlider__title {
		font-size: 40px;
		line-height: 1.2
	}
	.mainSlider.-type-3 .mainSlider__title {
		font-size: 40px
	}
	.mainSlider.-type-4 .navigation__item {
		padding: 1rem .75rem
	}
	.mainSlider.-type-4 .navigation__content {
		padding: 1.25rem 1.875rem
	}
	.mainSlider.-type-4 .mainSlider__title {
		font-size: 2.125rem
	}
	.mainSlider-pagination {
		bottom: 30px;
		left: 30px
	}
	.mainSlider.-type-5 .navigation.-slider {
		left: 50%;
		transform: translateX(-50%)
	}
	.mainSlider.-type-5 .mainSlider__image {
		top: 4.375rem;
		width: 100vw
	}
	.mainSlider.-type-5 .mainSlider__image::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .6)
	}
	.mainSlider.-type-5 .mainSlider__content {
		padding-top: unset;
		padding-bottom: unset;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.mainSlider.-type-5 .mainSlider__desc {
		color: #fff!important
	}
	.mainSlider.-type-5 .mainSlider__bg_title {
		font-size: 5rem;
		-webkit-text-stroke: 1px rgba(255, 255, 255, .1)
	}
	.mainSlider.-type-5 .mainSlider__title {
		font-size: 4rem;
		color: #fff!important
	}
	.mainSlider.-type-6 .mainSlider__bg_title {
		padding-top: 0
	}
	.mainSlider.-type-all .navigation {
		top: unset;
		bottom: 1.875rem;
		padding: 0 1.875rem
	}
	.mainSlider.-type-7 .pagination.-slider {
		width: 100%;
		right: unset;
		top: unset;
		left: 50%;
		bottom: 1.875rem;
		transform: translateX(-50%);
		justify-content: center
	}
	.mainSlider.-type-7 .mainSlider__desc {
		font-size: 1.375rem
	}
	.mainSlider.-type-7 .mainSlider__bg_title {
		padding-top: 0;
		font-size: 2.75rem
	}
	.mainSlider.-type-7 .mainSlider__title {
		font-size: 2.75rem
	}
	.mainSlider.-type-9 .swiper-slide {
		padding: 0 2.5rem
	}
	.mainSlider.-type-10 .mainSlider__button a, .mainSlider.-type-9 .mainSlider__button a {
		min-width: 8.75rem
	}
	.mainSlider.-type-9 .mainSlider__copyright {
		right: 2.5rem
	}
	.mainSlider.-type-9 .mainSlider__socials {
		left: 2.5rem
	}
	.masonry.-col-4 .masonry__item, .masonry.-col-4 .masonry__item.-long, .masonry.-col-4 .masonry__sizer {
		width: 33.33333%
	}
	.masonry.-col-4 .masonry__item.-big, .masonry.-col-4 .masonry__item.-wide {
		width: 66.66666%
	}
	.no-page__title {
		font-size: 7.1875rem
	}
	.no-page__text {
		font-size: 1.625rem
	}
	.soon__title {
		font-size: 3.375rem
	}
	.related-nav__item>* {
		padding-left: 6px;
		padding-right: 6px
	}
	.md\:container {
		max-width: 45rem;
		padding-top: 0;
		padding-left: 1rem;
		padding-right: 1rem;
		margin: 0 auto
	}
	.md\:pt-0, .md\:py-0 {
		padding-top: 0!important
	}
	.md\:pb-0, .md\:py-0 {
		padding-bottom: 0!important
	}
	.md\:pl-0, .md\:px-0 {
		padding-left: 0!important
	}
	.md\:pr-0, .md\:px-0 {
		padding-right: 0!important
	}
	.md\:pt-4, .md\:py-4 {
		padding-top: .25rem!important
	}
	.md\:pb-4, .md\:py-4 {
		padding-bottom: .25rem!important
	}
	.md\:pl-4, .md\:px-4 {
		padding-left: .25rem!important
	}
	.md\:pr-4, .md\:px-4 {
		padding-right: .25rem!important
	}
	.md\:mt-0 {
		margin-top: 0!important
	}
	.md\:mb-0 {
		margin-bottom: 0!important
	}
	.md\:ml-0 {
		margin-left: 0!important
	}
	.md\:mr-0 {
		margin-right: 0!important
	}
	.md\:pt-8, .md\:py-8 {
		padding-top: .5rem!important
	}
	.md\:pb-8, .md\:py-8 {
		padding-bottom: .5rem!important
	}
	.md\:pl-8, .md\:px-8 {
		padding-left: .5rem!important
	}
	.md\:pr-8, .md\:px-8 {
		padding-right: .5rem!important
	}
	.md\:mt-4 {
		margin-top: .25rem!important
	}
	.md\:mb-4 {
		margin-bottom: .25rem!important
	}
	.md\:ml-4 {
		margin-left: .25rem!important
	}
	.md\:mr-4 {
		margin-right: .25rem!important
	}
	.md\:pt-12, .md\:py-12 {
		padding-top: .75rem!important
	}
	.md\:pb-12, .md\:py-12 {
		padding-bottom: .75rem!important
	}
	.md\:pl-12, .md\:px-12 {
		padding-left: .75rem!important
	}
	.md\:pr-12, .md\:px-12 {
		padding-right: .75rem!important
	}
	.md\:mt-8 {
		margin-top: .5rem!important
	}
	.md\:mb-8 {
		margin-bottom: .5rem!important
	}
	.md\:ml-8 {
		margin-left: .5rem!important
	}
	.md\:mr-8 {
		margin-right: .5rem!important
	}
	.md\:pt-16, .md\:py-16 {
		padding-top: 1rem!important
	}
	.md\:pb-16, .md\:py-16 {
		padding-bottom: 1rem!important
	}
	.md\:pl-16, .md\:px-16 {
		padding-left: 1rem!important
	}
	.md\:pr-16, .md\:px-16 {
		padding-right: 1rem!important
	}
	.md\:mt-12 {
		margin-top: .75rem!important
	}
	.md\:mb-12 {
		margin-bottom: .75rem!important
	}
	.md\:ml-12 {
		margin-left: .75rem!important
	}
	.md\:mr-12 {
		margin-right: .75rem!important
	}
	.md\:pt-20, .md\:py-20 {
		padding-top: 1.25rem!important
	}
	.md\:pb-20, .md\:py-20 {
		padding-bottom: 1.25rem!important
	}
	.md\:pl-20, .md\:px-20 {
		padding-left: 1.25rem!important
	}
	.md\:pr-20, .md\:px-20 {
		padding-right: 1.25rem!important
	}
	.md\:mt-16 {
		margin-top: 1rem!important
	}
	.md\:mb-16 {
		margin-bottom: 1rem!important
	}
	.md\:ml-16 {
		margin-left: 1rem!important
	}
	.md\:mr-16 {
		margin-right: 1rem!important
	}
	.md\:pt-24, .md\:py-24 {
		padding-top: 1.5rem!important
	}
	.md\:pb-24, .md\:py-24 {
		padding-bottom: 1.5rem!important
	}
	.md\:pl-24, .md\:px-24 {
		padding-left: 1.5rem!important
	}
	.md\:pr-24, .md\:px-24 {
		padding-right: 1.5rem!important
	}
	.md\:mt-20 {
		margin-top: 1.25rem!important
	}
	.md\:mb-20 {
		margin-bottom: 1.25rem!important
	}
	.md\:ml-20 {
		margin-left: 1.25rem!important
	}
	.md\:mr-20 {
		margin-right: 1.25rem!important
	}
	.md\:pt-30, .md\:py-30 {
		padding-top: 1.875rem!important
	}
	.md\:pb-30, .md\:py-30 {
		padding-bottom: 1.875rem!important
	}
	.md\:pl-30, .md\:px-30 {
		padding-left: 1.875rem!important
	}
	.md\:pr-30, .md\:px-30 {
		padding-right: 1.875rem!important
	}
	.md\:mt-24 {
		margin-top: 1.5rem!important
	}
	.md\:mb-24 {
		margin-bottom: 1.5rem!important
	}
	.md\:ml-24 {
		margin-left: 1.5rem!important
	}
	.md\:mr-24 {
		margin-right: 1.5rem!important
	}
	.md\:pt-32, .md\:py-32 {
		padding-top: 2rem!important
	}
	.md\:pb-32, .md\:py-32 {
		padding-bottom: 2rem!important
	}
	.md\:pl-32, .md\:px-32 {
		padding-left: 2rem!important
	}
	.md\:pr-32, .md\:px-32 {
		padding-right: 2rem!important
	}
	.md\:mt-30 {
		margin-top: 1.875rem!important
	}
	.md\:mb-30 {
		margin-bottom: 1.875rem!important
	}
	.md\:ml-30 {
		margin-left: 1.875rem!important
	}
	.md\:mr-30 {
		margin-right: 1.875rem!important
	}
	.md\:pt-40, .md\:py-40 {
		padding-top: 2.5rem!important
	}
	.md\:pb-40, .md\:py-40 {
		padding-bottom: 2.5rem!important
	}
	.md\:pl-40, .md\:px-40 {
		padding-left: 2.5rem!important
	}
	.md\:pr-40, .md\:px-40 {
		padding-right: 2.5rem!important
	}
	.md\:mt-32 {
		margin-top: 2rem!important
	}
	.md\:mb-32 {
		margin-bottom: 2rem!important
	}
	.md\:ml-32 {
		margin-left: 2rem!important
	}
	.md\:mr-32 {
		margin-right: 2rem!important
	}
	.md\:pt-48, .md\:py-48 {
		padding-top: 3rem!important
	}
	.md\:pb-48, .md\:py-48 {
		padding-bottom: 3rem!important
	}
	.md\:pl-48, .md\:px-48 {
		padding-left: 3rem!important
	}
	.md\:pr-48, .md\:px-48 {
		padding-right: 3rem!important
	}
	.md\:mt-40 {
		margin-top: 2.5rem!important
	}
	.md\:mb-40 {
		margin-bottom: 2.5rem!important
	}
	.md\:ml-40 {
		margin-left: 2.5rem!important
	}
	.md\:mr-40 {
		margin-right: 2.5rem!important
	}
	.md\:pt-56, .md\:py-56 {
		padding-top: 3.5rem!important
	}
	.md\:pb-56, .md\:py-56 {
		padding-bottom: 3.5rem!important
	}
	.md\:pl-56, .md\:px-56 {
		padding-left: 3.5rem!important
	}
	.md\:pr-56, .md\:px-56 {
		padding-right: 3.5rem!important
	}
	.md\:mt-48 {
		margin-top: 3rem!important
	}
	.md\:mb-48 {
		margin-bottom: 3rem!important
	}
	.md\:ml-48 {
		margin-left: 3rem!important
	}
	.md\:mr-48 {
		margin-right: 3rem!important
	}
	.md\:pt-60, .md\:py-60 {
		padding-top: 3.75rem!important
	}
	.md\:pb-60, .md\:py-60 {
		padding-bottom: 3.75rem!important
	}
	.md\:pl-60, .md\:px-60 {
		padding-left: 3.75rem!important
	}
	.md\:pr-60, .md\:px-60 {
		padding-right: 3.75rem!important
	}
	.md\:mt-56 {
		margin-top: 3.5rem!important
	}
	.md\:mb-56 {
		margin-bottom: 3.5rem!important
	}
	.md\:ml-56 {
		margin-left: 3.5rem!important
	}
	.md\:mr-56 {
		margin-right: 3.5rem!important
	}
	.md\:pt-64, .md\:py-64 {
		padding-top: 4rem!important
	}
	.md\:pb-64, .md\:py-64 {
		padding-bottom: 4rem!important
	}
	.md\:pl-64, .md\:px-64 {
		padding-left: 4rem!important
	}
	.md\:pr-64, .md\:px-64 {
		padding-right: 4rem!important
	}
	.md\:mt-60 {
		margin-top: 3.75rem!important
	}
	.md\:mb-60 {
		margin-bottom: 3.75rem!important
	}
	.md\:ml-60 {
		margin-left: 3.75rem!important
	}
	.md\:mr-60 {
		margin-right: 3.75rem!important
	}
	.md\:pt-72, .md\:py-72 {
		padding-top: 4.5rem!important
	}
	.md\:pb-72, .md\:py-72 {
		padding-bottom: 4.5rem!important
	}
	.md\:pl-72, .md\:px-72 {
		padding-left: 4.5rem!important
	}
	.md\:pr-72, .md\:px-72 {
		padding-right: 4.5rem!important
	}
	.md\:mt-64 {
		margin-top: 4rem!important
	}
	.md\:mb-64 {
		margin-bottom: 4rem!important
	}
	.md\:ml-64 {
		margin-left: 4rem!important
	}
	.md\:mr-64 {
		margin-right: 4rem!important
	}
	.md\:pt-80, .md\:py-80 {
		padding-top: 5rem!important
	}
	.md\:pb-80, .md\:py-80 {
		padding-bottom: 5rem!important
	}
	.md\:pl-80, .md\:px-80 {
		padding-left: 5rem!important
	}
	.md\:pr-80, .md\:px-80 {
		padding-right: 5rem!important
	}
	.md\:mt-72 {
		margin-top: 4.5rem!important
	}
	.md\:mb-72 {
		margin-bottom: 4.5rem!important
	}
	.md\:ml-72 {
		margin-left: 4.5rem!important
	}
	.md\:mr-72 {
		margin-right: 4.5rem!important
	}
	.md\:pt-100, .md\:py-100 {
		padding-top: 6.25rem!important
	}
	.md\:pb-100, .md\:py-100 {
		padding-bottom: 6.25rem!important
	}
	.md\:pl-100, .md\:px-100 {
		padding-left: 6.25rem!important
	}
	.md\:pr-100, .md\:px-100 {
		padding-right: 6.25rem!important
	}
	.md\:mt-80 {
		margin-top: 5rem!important
	}
	.md\:mb-80 {
		margin-bottom: 5rem!important
	}
	.md\:ml-80 {
		margin-left: 5rem!important
	}
	.md\:mr-80 {
		margin-right: 5rem!important
	}
	.md\:mt-100 {
		margin-top: 6.25rem!important
	}
	.md\:mb-100 {
		margin-bottom: 6.25rem!important
	}
	.md\:ml-100 {
		margin-left: 6.25rem!important
	}
	.md\:mr-100 {
		margin-right: 6.25rem!important
	}
	.md\:ml-minus-sm {
		margin-left: -3.75rem
	}
	.md\:ml-minus-md {
		margin-left: -6.25rem
	}
	.md\:ml-minus-lg {
		margin-left: -8.75rem
	}
	.md\:ml-minus-xl {
		margin-left: -11.25rem
	}
	.md\:ml-minus-col-1 {
		margin-left: -8.33333vw
	}
	.md\:ml-minus-col-2 {
		margin-left: -16.66667vw
	}
	.md\:ml-minus-col-3 {
		margin-left: -25vw
	}
	.md\:ml-minus-col-4 {
		margin-left: -33.33333vw
	}
	.md\:mr-minus-sm {
		margin-right: -3.75rem
	}
	.md\:mr-minus-md {
		margin-right: -6.25rem
	}
	.md\:mr-minus-lg {
		margin-right: -8.75rem
	}
	.md\:mr-minus-xl {
		margin-right: -11.25rem
	}
	.md\:mr-minus-col-1 {
		margin-right: -8.33333vw
	}
	.md\:mr-minus-col-2 {
		margin-right: -16.66667vw
	}
	.md\:mr-minus-col-3 {
		margin-right: -25vw
	}
	.md\:mr-minus-col-4 {
		margin-right: -33.33333vw
	}
	.md\:text-center {
		text-align: center!important
	}
	.md\:text-right {
		text-align: right!important
	}
	.md\:text-left {
		text-align: left!important
	}
	.md\:justify-content-start {
		justify-content: flex-start!important
	}
	.md\:justify-content-end {
		justify-content: flex-end!important
	}
	.md\:justify-content-between {
		justify-content: space-between!important
	}
	.md\:justify-content-center {
		justify-content: center!important
	}
	.md\:align-items-end {
		align-items: flex-end!important
	}
	.md\:align-items-between {
		align-items: space-between!important
	}
	.md\:align-items-center {
		align-items: center!important
	}
	.md\:d-none {
		display: none!important
	}
	.md\:d-inline-block {
		display: inline-block!important
	}
	.md\:d-block {
		display: block!important
	}
	.md\:d-flex {
		display: flex!important
	}
	.md\:order-1 {
		order: 1
	}
	.md\:order-2 {
		order: 2
	}
	.md\:order-3 {
		order: 3
	}
	.md\:order-4 {
		order: 4
	}
	.md\:order-5 {
		order: 5
	}
	.md\:order-6 {
		order: 6
	}
	.layout-pt-md {
		padding-top: 3.75rem
	}
	.layout-pt-lg {
		padding-top: 6.25rem
	}
	.layout-pt-xl {
		padding-top: 7.5rem
	}
	.layout-pt-2xl {
		padding-top: 10rem
	}
	.layout-pb-md {
		padding-bottom: 3.75rem
	}
	.layout-pb-lg {
		padding-bottom: 6.25rem
	}
	.layout-pb-xl {
		padding-bottom: 7.5rem
	}
	.layout-pb-2xl {
		padding-bottom: 10rem
	}
	.md\:h-unset {
		height: unset
	}
	.md\:h-70vh {
		height: 70vh
	}
	.md\:h-80vh {
		height: 80vh
	}
	.md\:h-90vh {
		height: 90vh
	}
	.md\:h-100vh {
		height: 100vh
	}
	.x-gap-100 {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
	.x-gap-100>* {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.fancy-grid__button {
		position: unset;
		bottom: unset;
		left: unset;
		text-align: center;
		margin-top: 6.25rem
	}
	.fancy-grid {
		justify-content: space-between
	}
	.fancy-grid .grid__wrap {
		max-width: 100%
	}
	.fancy-grid .grid__item:nth-child(2n) {
		margin-top: 0
	}
	.fancy-grid .grid__item {
		display: block!important;
		margin-top: 0!important;
		width: 46%
	}
	.fancy-grid .grid__item:nth-child(1n+3) {
		margin-top: 6.25rem!important
	}
	.fancy-grid .grid__item .grid__content {
		position: relative!important;
		justify-content: flex-start!important;
		top: unset!important;
		bottom: unset!important;
		left: unset!important;
		right: unset!important;
		display: flex;
		flex-direction: column;
		text-align: left!important;
		min-width: unset!important
	}
	.fancy-grid .grid__item .grid__category {
		top: 0!important;
		bottom: unset!important;
		right: unset!important;
		left: calc(100% + 14px)!important
	}
	.fancy-grid .grid__item .grid__image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.fancy-grid .grid__item .grid__image::before {
		display: block;
		width: 100%;
		content: "";
		padding-bottom: 120%
	}
}
.icon-circle, .tooltip {
	justify-content: center
}
.fancy-grid .grid__item {
	display: flex
}
.fancy-grid .grid__category {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #b88768;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform: rotate(180deg)
}
.fancy-grid .grid__content {
	position: absolute;
	top: 0;
	left: calc(100% + 20px)
}
.fancy-grid .grid__title {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.6
}
@media(max-width:991px) {
	.fancy-grid .grid__content {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset
	}
	.fancy-grid .grid__title {
		font-size: 1.5rem;
		line-height: 1.4
	}
}
.layout-pt-headerBar {
	padding-top: 6rem
}
.layout-pr-headerBar {
	padding-right: 9.25rem
}
.layout-ml-headerBar, .layout-pl-headerBar {
	margin-left: 9.25rem
}
.layout-mt-headerBar {
	margin-top: 6rem
}
.layout-mr-headerBar {
	margin-right: 9.25rem
}
@media(max-width:767px) {
	.container.-sm {
		max-width: 540px!important
	}
	.sm\:text-xs {
		font-size: var(--text-xs)!important
	}
	.sm\:text-sm {
		font-size: var(--text-sm)!important
	}
	.sm\:text-base {
		font-size: var(--text-base)!important
	}
	.sm\:text-lg {
		font-size: var(--text-lg)!important
	}
	.sm\:text-xl {
		font-size: var(--text-xl)!important
	}
	.sm\:text-2xl {
		font-size: var(--text-2xl)!important
	}
	.sm\:text-3xl {
		font-size: var(--text-3xl)!important
	}
	.sm\:text-4xl {
		font-size: var(--text-4xl)!important
	}
	.sm\:text-5xl {
		font-size: var(--text-5xl)!important
	}
	.sm\:text-6xl {
		font-size: var(--text-6xl)!important
	}
	.number.-sm {
		font-size: 3.5rem
	}
	.number.-md {
		font-size: 4rem
	}
	.number.-lg {
		font-size: 4.875rem
	}
	.numBlock__number {
		font-size: 4.25rem
	}
	.header.-margin-lg .header__bar {
		padding: 1.25rem
	}
	.header__search {
		position: relative
	}
	.header.is-sticky .header__bar {
		padding: 1.25rem 1.875rem
	}
	.header.-home-3 .header__bar {
		height: 3.5rem
	}
	.sm\:pos-unset {
		position: unset!important
	}
	.sectionHeading.-left-line .sectionHeading__subtitle {
		flex-direction: column;
		align-items: flex-start
	}
	.sectionHeading.-left-line .sectionHeading__subtitle::before {
		margin: 0 0 1.25rem
	}
	.page-masthead {
		padding-top: 12.5rem;
		padding-bottom: 7.5rem
	}
	.mainSlider.-type-all .navigation span::after, .page-masthead__back_title {
		display: none
	}
	.page-masthead__title {
		font-size: 3.625rem
	}
	.clients__image img {
		width: 80%;
		height: auto
	}
	.headerSearch {
		padding: 40px 30px
	}
	.headerSearch__close {
		right: 30px
	}
	.headerCart {
		right: 50%;
		transform: translateX(50%);
		width: 90vw
	}
	.shopCart-products .shopCart-products__cross {
		left: unset;
		top: 2.25rem;
		right: 0
	}
	.shopCart-products .shopCart-products__item {
		padding-left: 0
	}
	.shopCart-footer__item form {
		width: 9.375rem
	}
	.shopSidebar {
		margin-top: 6.25rem
	}
	.mainSlider.-type-10 .mainSlider__title, .mainSlider.-type-9 .mainSlider__title, .shopCompleted-header .title {
		font-size: 2rem
	}
	.shopCompleted-footer__wrap, .shopCompleted-info {
		padding: 2.125rem
	}
	.shopCompleted-footer {
		margin-top: 2.5rem
	}
	.blogPost.-comments .blogPost__content .comments__img {
		width: 48px;
		height: 48px;
		max-width: 3rem;
		margin-right: 1rem
	}
	.blogSingle-author__image {
		width: 5rem;
		height: 5rem;
		min-width: 5rem;
		min-height: 5rem
	}
	.mainSlider.-type-2 .mainSlider__title {
		font-size: 38px
	}
	.mainSlider.-type-3 .pagination.-slider {
		left: 1.875rem;
		transform: none;
		width: auto
	}
	.mainSlider.-type-4 .mainSlider__title {
		font-size: 1.875rem
	}
	.mainSlider.-type-5 .mainSlider__desc {
		font-size: 1.75rem
	}
	.mainSlider.-type-5 .mainSlider__bg_title {
		font-size: 3.125rem
	}
	.mainSlider.-type-5 .mainSlider__title {
		font-size: 3.75rem
	}
	.mainSlider.-type-6 .mainSlider__bg_title {
		font-size: 40px
	}
	.mainSlider.-type-6 .mainSlider__title {
		font-size: 32px
	}
	.mainSlider.-type-7 .mainSlider__bg_title {
		font-size: 2.5rem
	}
	.mainSlider.-type-9 .swiper-slide {
		padding: 0 1.25rem
	}
	.mainSlider.-type-9 .mainSlider__copyright {
		bottom: 1.875rem;
		right: unset;
		left: 1.25rem
	}
	.mainSlider.-type-9 .mainSlider__socials {
		bottom: 4.375rem;
		left: 1.25rem
	}
	.masonry.-col-3 .masonry__item, .masonry.-col-3 .masonry__item.-long, .masonry.-col-3 .masonry__sizer, .masonry.-col-4 .masonry__item, .masonry.-col-4 .masonry__item.-long, .masonry.-col-4 .masonry__sizer {
		width: 50%
	}
	.masonry.-col-3 .masonry__item.-big, .masonry.-col-3 .masonry__item.-wide, .masonry.-col-4 .masonry__item.-big, .masonry.-col-4 .masonry__item.-wide {
		width: 100%
	}
	.md\:container, .sm\:container {
		max-width: 33.75rem
	}
	.container-wide, .sm\:x-gap-48>* {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.sm\:pt-0, .sm\:py-0 {
		padding-top: 0!important
	}
	.sm\:pb-0, .sm\:py-0 {
		padding-bottom: 0!important
	}
	.sm\:pl-0, .sm\:px-0 {
		padding-left: 0!important
	}
	.sm\:pr-0, .sm\:px-0 {
		padding-right: 0!important
	}
	.sm\:pt-4, .sm\:py-4 {
		padding-top: .25rem!important
	}
	.sm\:pb-4, .sm\:py-4 {
		padding-bottom: .25rem!important
	}
	.sm\:pl-4, .sm\:px-4 {
		padding-left: .25rem!important
	}
	.sm\:pr-4, .sm\:px-4 {
		padding-right: .25rem!important
	}
	.sm\:mt-0 {
		margin-top: 0!important
	}
	.sm\:mb-0 {
		margin-bottom: 0!important
	}
	.sm\:ml-0 {
		margin-left: 0!important
	}
	.sm\:mr-0 {
		margin-right: 0!important
	}
	.sm\:pt-8, .sm\:py-8 {
		padding-top: .5rem!important
	}
	.sm\:pb-8, .sm\:py-8 {
		padding-bottom: .5rem!important
	}
	.sm\:pl-8, .sm\:px-8 {
		padding-left: .5rem!important
	}
	.sm\:pr-8, .sm\:px-8 {
		padding-right: .5rem!important
	}
	.sm\:mt-4 {
		margin-top: .25rem!important
	}
	.sm\:mb-4 {
		margin-bottom: .25rem!important
	}
	.sm\:ml-4 {
		margin-left: .25rem!important
	}
	.sm\:mr-4 {
		margin-right: .25rem!important
	}
	.sm\:pt-12, .sm\:py-12 {
		padding-top: .75rem!important
	}
	.sm\:pb-12, .sm\:py-12 {
		padding-bottom: .75rem!important
	}
	.sm\:pl-12, .sm\:px-12 {
		padding-left: .75rem!important
	}
	.sm\:pr-12, .sm\:px-12 {
		padding-right: .75rem!important
	}
	.sm\:mt-8 {
		margin-top: .5rem!important
	}
	.sm\:mb-8 {
		margin-bottom: .5rem!important
	}
	.sm\:ml-8 {
		margin-left: .5rem!important
	}
	.sm\:mr-8 {
		margin-right: .5rem!important
	}
	.sm\:pt-16, .sm\:py-16 {
		padding-top: 1rem!important
	}
	.sm\:pb-16, .sm\:py-16 {
		padding-bottom: 1rem!important
	}
	.sm\:pl-16, .sm\:px-16 {
		padding-left: 1rem!important
	}
	.sm\:pr-16, .sm\:px-16 {
		padding-right: 1rem!important
	}
	.sm\:mt-12 {
		margin-top: .75rem!important
	}
	.sm\:mb-12 {
		margin-bottom: .75rem!important
	}
	.sm\:ml-12 {
		margin-left: .75rem!important
	}
	.sm\:mr-12 {
		margin-right: .75rem!important
	}
	.sm\:pt-20, .sm\:py-20 {
		padding-top: 1.25rem!important
	}
	.sm\:pb-20, .sm\:py-20 {
		padding-bottom: 1.25rem!important
	}
	.sm\:pl-20, .sm\:px-20 {
		padding-left: 1.25rem!important
	}
	.sm\:pr-20, .sm\:px-20 {
		padding-right: 1.25rem!important
	}
	.sm\:mt-16 {
		margin-top: 1rem!important
	}
	.sm\:mb-16 {
		margin-bottom: 1rem!important
	}
	.sm\:ml-16 {
		margin-left: 1rem!important
	}
	.sm\:mr-16 {
		margin-right: 1rem!important
	}
	.sm\:pt-24, .sm\:py-24 {
		padding-top: 1.5rem!important
	}
	.sm\:pb-24, .sm\:py-24 {
		padding-bottom: 1.5rem!important
	}
	.sm\:pl-24, .sm\:px-24 {
		padding-left: 1.5rem!important
	}
	.sm\:pr-24, .sm\:px-24 {
		padding-right: 1.5rem!important
	}
	.sm\:mt-20 {
		margin-top: 1.25rem!important
	}
	.sm\:mb-20 {
		margin-bottom: 1.25rem!important
	}
	.sm\:ml-20 {
		margin-left: 1.25rem!important
	}
	.sm\:mr-20 {
		margin-right: 1.25rem!important
	}
	.sm\:pt-30, .sm\:py-30 {
		padding-top: 1.875rem!important
	}
	.sm\:pb-30, .sm\:py-30 {
		padding-bottom: 1.875rem!important
	}
	.sm\:pl-30, .sm\:px-30 {
		padding-left: 1.875rem!important
	}
	.sm\:pr-30, .sm\:px-30 {
		padding-right: 1.875rem!important
	}
	.sm\:mt-24 {
		margin-top: 1.5rem!important
	}
	.sm\:mb-24 {
		margin-bottom: 1.5rem!important
	}
	.sm\:ml-24 {
		margin-left: 1.5rem!important
	}
	.sm\:mr-24 {
		margin-right: 1.5rem!important
	}
	.sm\:pt-32, .sm\:py-32 {
		padding-top: 2rem!important
	}
	.sm\:pb-32, .sm\:py-32 {
		padding-bottom: 2rem!important
	}
	.sm\:pl-32, .sm\:px-32 {
		padding-left: 2rem!important
	}
	.sm\:pr-32, .sm\:px-32 {
		padding-right: 2rem!important
	}
	.sm\:mt-30 {
		margin-top: 1.875rem!important
	}
	.sm\:mb-30 {
		margin-bottom: 1.875rem!important
	}
	.sm\:ml-30 {
		margin-left: 1.875rem!important
	}
	.sm\:mr-30 {
		margin-right: 1.875rem!important
	}
	.sm\:pt-40, .sm\:py-40 {
		padding-top: 2.5rem!important
	}
	.sm\:pb-40, .sm\:py-40 {
		padding-bottom: 2.5rem!important
	}
	.sm\:pl-40, .sm\:px-40 {
		padding-left: 2.5rem!important
	}
	.sm\:pr-40, .sm\:px-40 {
		padding-right: 2.5rem!important
	}
	.sm\:mt-32 {
		margin-top: 2rem!important
	}
	.sm\:mb-32 {
		margin-bottom: 2rem!important
	}
	.sm\:ml-32 {
		margin-left: 2rem!important
	}
	.sm\:mr-32 {
		margin-right: 2rem!important
	}
	.sm\:pt-48, .sm\:py-48 {
		padding-top: 3rem!important
	}
	.sm\:pb-48, .sm\:py-48 {
		padding-bottom: 3rem!important
	}
	.sm\:pl-48, .sm\:px-48 {
		padding-left: 3rem!important
	}
	.sm\:pr-48, .sm\:px-48 {
		padding-right: 3rem!important
	}
	.sm\:mt-40 {
		margin-top: 2.5rem!important
	}
	.sm\:mb-40 {
		margin-bottom: 2.5rem!important
	}
	.sm\:ml-40 {
		margin-left: 2.5rem!important
	}
	.sm\:mr-40 {
		margin-right: 2.5rem!important
	}
	.sm\:pt-56, .sm\:py-56 {
		padding-top: 3.5rem!important
	}
	.sm\:pb-56, .sm\:py-56 {
		padding-bottom: 3.5rem!important
	}
	.sm\:pl-56, .sm\:px-56 {
		padding-left: 3.5rem!important
	}
	.sm\:pr-56, .sm\:px-56 {
		padding-right: 3.5rem!important
	}
	.sm\:mt-48 {
		margin-top: 3rem!important
	}
	.sm\:mb-48 {
		margin-bottom: 3rem!important
	}
	.sm\:ml-48 {
		margin-left: 3rem!important
	}
	.sm\:mr-48 {
		margin-right: 3rem!important
	}
	.sm\:pt-60, .sm\:py-60 {
		padding-top: 3.75rem!important
	}
	.sm\:pb-60, .sm\:py-60 {
		padding-bottom: 3.75rem!important
	}
	.sm\:pl-60, .sm\:px-60 {
		padding-left: 3.75rem!important
	}
	.sm\:pr-60, .sm\:px-60 {
		padding-right: 3.75rem!important
	}
	.sm\:mt-56 {
		margin-top: 3.5rem!important
	}
	.sm\:mb-56 {
		margin-bottom: 3.5rem!important
	}
	.sm\:ml-56 {
		margin-left: 3.5rem!important
	}
	.sm\:mr-56 {
		margin-right: 3.5rem!important
	}
	.sm\:pt-64, .sm\:py-64 {
		padding-top: 4rem!important
	}
	.sm\:pb-64, .sm\:py-64 {
		padding-bottom: 4rem!important
	}
	.sm\:pl-64, .sm\:px-64 {
		padding-left: 4rem!important
	}
	.sm\:pr-64, .sm\:px-64 {
		padding-right: 4rem!important
	}
	.sm\:mt-60 {
		margin-top: 3.75rem!important
	}
	.sm\:mb-60 {
		margin-bottom: 3.75rem!important
	}
	.sm\:ml-60 {
		margin-left: 3.75rem!important
	}
	.sm\:mr-60 {
		margin-right: 3.75rem!important
	}
	.sm\:pt-72, .sm\:py-72 {
		padding-top: 4.5rem!important
	}
	.sm\:pb-72, .sm\:py-72 {
		padding-bottom: 4.5rem!important
	}
	.sm\:pl-72, .sm\:px-72 {
		padding-left: 4.5rem!important
	}
	.sm\:pr-72, .sm\:px-72 {
		padding-right: 4.5rem!important
	}
	.sm\:mt-64 {
		margin-top: 4rem!important
	}
	.sm\:mb-64 {
		margin-bottom: 4rem!important
	}
	.sm\:ml-64 {
		margin-left: 4rem!important
	}
	.sm\:mr-64 {
		margin-right: 4rem!important
	}
	.sm\:pt-80, .sm\:py-80 {
		padding-top: 5rem!important
	}
	.sm\:pb-80, .sm\:py-80 {
		padding-bottom: 5rem!important
	}
	.sm\:pl-80, .sm\:px-80 {
		padding-left: 5rem!important
	}
	.sm\:pr-80, .sm\:px-80 {
		padding-right: 5rem!important
	}
	.sm\:mt-72 {
		margin-top: 4.5rem!important
	}
	.sm\:mb-72 {
		margin-bottom: 4.5rem!important
	}
	.sm\:ml-72 {
		margin-left: 4.5rem!important
	}
	.sm\:mr-72 {
		margin-right: 4.5rem!important
	}
	.sm\:pt-100, .sm\:py-100 {
		padding-top: 6.25rem!important
	}
	.sm\:pb-100, .sm\:py-100 {
		padding-bottom: 6.25rem!important
	}
	.sm\:pl-100, .sm\:px-100 {
		padding-left: 6.25rem!important
	}
	.sm\:pr-100, .sm\:px-100 {
		padding-right: 6.25rem!important
	}
	.sm\:mt-80 {
		margin-top: 5rem!important
	}
	.sm\:mb-80 {
		margin-bottom: 5rem!important
	}
	.sm\:ml-80 {
		margin-left: 5rem!important
	}
	.sm\:mr-80 {
		margin-right: 5rem!important
	}
	.sm\:mt-100 {
		margin-top: 6.25rem!important
	}
	.sm\:mb-100 {
		margin-bottom: 6.25rem!important
	}
	.sm\:ml-100 {
		margin-left: 6.25rem!important
	}
	.sm\:mr-100 {
		margin-right: 6.25rem!important
	}
	.sm\:ml-minus-sm {
		margin-left: -3.75rem
	}
	.sm\:ml-minus-md {
		margin-left: -6.25rem
	}
	.sm\:ml-minus-lg {
		margin-left: -8.75rem
	}
	.sm\:ml-minus-xl {
		margin-left: -11.25rem
	}
	.sm\:ml-minus-col-1 {
		margin-left: -8.33333vw
	}
	.sm\:ml-minus-col-2 {
		margin-left: -16.66667vw
	}
	.sm\:ml-minus-col-3 {
		margin-left: -25vw
	}
	.sm\:ml-minus-col-4 {
		margin-left: -33.33333vw
	}
	.sm\:mr-minus-sm {
		margin-right: -3.75rem
	}
	.sm\:mr-minus-md {
		margin-right: -6.25rem
	}
	.sm\:mr-minus-lg {
		margin-right: -8.75rem
	}
	.sm\:mr-minus-xl {
		margin-right: -11.25rem
	}
	.sm\:mr-minus-col-1 {
		margin-right: -8.33333vw
	}
	.sm\:mr-minus-col-2 {
		margin-right: -16.66667vw
	}
	.sm\:mr-minus-col-3 {
		margin-right: -25vw
	}
	.sm\:mr-minus-col-4 {
		margin-right: -33.33333vw
	}
	.sm\:text-center {
		text-align: center!important
	}
	.sm\:text-right {
		text-align: right!important
	}
	.sm\:text-left {
		text-align: left!important
	}
	.sm\:justify-content-start {
		justify-content: flex-start!important
	}
	.sm\:justify-content-end {
		justify-content: flex-end!important
	}
	.sm\:justify-content-between {
		justify-content: space-between!important
	}
	.sm\:justify-content-center {
		justify-content: center!important
	}
	.sm\:align-items-start {
		align-items: flex-start!important
	}
	.sm\:align-items-end {
		align-items: flex-end!important
	}
	.sm\:align-items-between {
		align-items: space-between!important
	}
	.sm\:align-items-center {
		align-items: center!important
	}
	.sm\:d-none {
		display: none!important
	}
	.sm\:d-inline-block {
		display: inline-block!important
	}
	.sm\:d-block {
		display: block!important
	}
	.sm\:d-flex {
		display: flex!important
	}
	.sm\:order-1 {
		order: 1
	}
	.sm\:order-2 {
		order: 2
	}
	.sm\:order-3 {
		order: 3
	}
	.sm\:order-4 {
		order: 4
	}
	.sm\:order-5 {
		order: 5
	}
	.sm\:order-6 {
		order: 6
	}
	.layout-pt-headerBar, .layout-pt-lg, .layout-pt-md, .sm\:layout-pt-headerBar {
		padding-top: 3.75rem
	}
	.layout-pt-xl {
		padding-top: 7.5rem
	}
	.layout-pt-2xl {
		padding-top: 8.125rem
	}
	.layout-pb-lg, .layout-pb-md {
		padding-bottom: 3.75rem
	}
	.layout-pb-xl {
		padding-bottom: 7.5rem
	}
	.layout-pb-2xl {
		padding-bottom: 8.125rem
	}
	.layout-pt-pageHeader {
		padding-top: 8.75rem
	}
	.sm\:x-gap-4 {
		margin-left: -.125rem;
		margin-right: -.125rem
	}
	.sm\:x-gap-4>* {
		padding-left: .125rem;
		padding-right: .125rem
	}
	.sm\:x-gap-8 {
		margin-left: -.25rem;
		margin-right: -.25rem
	}
	.sm\:x-gap-8>* {
		padding-left: .25rem;
		padding-right: .25rem
	}
	.sm\:x-gap-10 {
		margin-left: -.3125rem;
		margin-right: -.3125rem
	}
	.sm\:x-gap-10>* {
		padding-left: .3125rem;
		padding-right: .3125rem
	}
	.sm\:x-gap-16 {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
	.sm\:x-gap-16>* {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.sm\:x-gap-20 {
		margin-left: -.625rem;
		margin-right: -.625rem
	}
	.sm\:x-gap-20>* {
		padding-left: .625rem;
		padding-right: .625rem
	}
	.sm\:x-gap-32, .x-gap-100, .x-gap-40, .x-gap-48, .x-gap-60, .x-gap-72 {
		margin-left: -1rem;
		margin-right: -1rem
	}
	.sm\:x-gap-32>*, .x-gap-100>*, .x-gap-40>*, .x-gap-48>*, .x-gap-60>*, .x-gap-72>* {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sm\:x-gap-40 {
		margin-left: -1.25rem;
		margin-right: -1.25rem
	}
	.sm\:x-gap-40>* {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
	.sm\:x-gap-48 {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
	.sm\:x-gap-60 {
		margin-left: -1.875rem;
		margin-right: -1.875rem
	}
	.sm\:x-gap-60>* {
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}
	.sm\:x-gap-64 {
		margin-left: -2rem;
		margin-right: -2rem
	}
	.sm\:x-gap-64>* {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.sm\:x-gap-72 {
		margin-left: -2.25rem;
		margin-right: -2.25rem
	}
	.sm\:x-gap-72>* {
		padding-left: 2.25rem;
		padding-right: 2.25rem
	}
	.sm\:x-gap-80 {
		margin-left: -2.5rem;
		margin-right: -2.5rem
	}
	.sm\:x-gap-80>* {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
	.sm\:x-gap-88 {
		margin-left: -2.75rem;
		margin-right: -2.75rem
	}
	.sm\:x-gap-88>* {
		padding-left: 2.75rem;
		padding-right: 2.75rem
	}
	.sm\:x-gap-100 {
		margin-left: -3.125rem;
		margin-right: -3.125rem
	}
	.sm\:x-gap-100>* {
		padding-left: 3.125rem;
		padding-right: 3.125rem
	}
	.sm\:x-gap-110 {
		margin-left: -3.4375rem;
		margin-right: -3.4375rem
	}
	.sm\:x-gap-110>* {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem
	}
	.sm\:x-gap-120 {
		margin-left: -3.75rem;
		margin-right: -3.75rem
	}
	.sm\:x-gap-120>* {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
	.sm\:y-gap-4 {
		margin-top: -.125rem;
		margin-bottom: -.125rem
	}
	.sm\:y-gap-4>* {
		padding-top: .125rem;
		padding-bottom: .125rem
	}
	.sm\:y-gap-8 {
		margin-top: -.25rem;
		margin-bottom: -.25rem
	}
	.sm\:y-gap-8>* {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.sm\:y-gap-10 {
		margin-top: -.3125rem;
		margin-bottom: -.3125rem
	}
	.sm\:y-gap-10>* {
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
	.sm\:y-gap-16 {
		margin-top: -.5rem;
		margin-bottom: -.5rem
	}
	.sm\:y-gap-16>* {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.sm\:y-gap-20 {
		margin-top: -.625rem;
		margin-bottom: -.625rem
	}
	.sm\:y-gap-20>* {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
	.sm\:y-gap-32 {
		margin-top: -1rem;
		margin-bottom: -1rem
	}
	.sm\:y-gap-32>* {
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.sm\:y-gap-40, .y-gap-40, .y-gap-48, .y-gap-60, .y-gap-72 {
		margin-top: -1.25rem;
		margin-bottom: -1.25rem
	}
	.sm\:y-gap-40>*, .y-gap-40>*, .y-gap-48>*, .y-gap-60>*, .y-gap-72>* {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}
	.sm\:y-gap-48 {
		margin-top: -1.5rem;
		margin-bottom: -1.5rem
	}
	.sm\:y-gap-48>* {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
	.sm\:y-gap-60 {
		margin-top: -1.875rem;
		margin-bottom: -1.875rem
	}
	.sm\:y-gap-60>* {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}
	.sm\:y-gap-64 {
		margin-top: -2rem;
		margin-bottom: -2rem
	}
	.sm\:y-gap-64>* {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
	.sm\:y-gap-72 {
		margin-top: -2.25rem;
		margin-bottom: -2.25rem
	}
	.sm\:y-gap-72>* {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem
	}
	.sm\:y-gap-80 {
		margin-top: -2.5rem;
		margin-bottom: -2.5rem
	}
	.sm\:y-gap-80>* {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
	.sm\:y-gap-88 {
		margin-top: -2.75rem;
		margin-bottom: -2.75rem
	}
	.sm\:y-gap-88>* {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem
	}
	.sm\:y-gap-100 {
		margin-top: -3.125rem;
		margin-bottom: -3.125rem
	}
	.sm\:y-gap-100>* {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}
	.sm\:y-gap-110 {
		margin-top: -3.4375rem;
		margin-bottom: -3.4375rem
	}
	.sm\:y-gap-110>* {
		padding-top: 3.4375rem;
		padding-bottom: 3.4375rem
	}
	.sm\:y-gap-120 {
		margin-top: -3.75rem;
		margin-bottom: -3.75rem
	}
	.sm\:y-gap-120>* {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem
	}
	.fancy-grid__button {
		margin-top: 4.5rem
	}
	.fancy-grid .grid__item {
		width: 100%;
		padding-right: 2rem
	}
	.fancy-grid .grid__item:nth-child(1n+2) {
		margin-top: 5rem!important
	}
	.fancy-grid .grid__item .grid__category {
		left: calc(100% + 8px)!important
	}
	.layout-pr-headerBar, .sm\:layout-pr-headerBar {
		padding-right: 7rem
	}
	.layout-pl-headerBar, .sm\:layout-pl-headerBar {
		padding-left: 7rem
	}
	.layout-mt-headerBar, .sm\:layout-mt-headerBar {
		margin-top: 3.75rem
	}
	.layout-mr-headerBar, .sm\:layout-mr-headerBar {
		margin-right: 7rem
	}
	.layout-ml-headerBar, .sm\:layout-ml-headerBar {
		margin-left: 7rem
	}
}
.bg-pattern-new {
	background-image: url(../img/patterns/pattern_bg.png)
}
p a {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	padding: 5px .625rem;
	margin: 0 .3125rem
}
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: .625rem
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 1rem;
	color: #fff;
	width: 13.75rem;
	height: 2.5rem
}
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px .9375rem
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #fff transparent transparent;
	position: absolute;
	top: 1rem;
	right: .625rem
}
.select-styled.active:after, .select-styled:active:after {
	top: .5625rem;
	border-color: transparent transparent #fff
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0
}
.tooltip, [slider] {
	position: relative
}
.bg-quote-2, .tooltip.-bottom .tooltip__content::after {
	top: -.25rem
}
.select-options li {
	margin: 0;
	padding: 12px 0;
	text-indent: .9375rem;
	border-top: 1px solid #c0392b;
	transition: .15s ease-in
}
.select-options li:hover {
	color: #c0392b;
	background: #fff
}
[slider]>div>[inverse-left], [slider]>div>[inverse-right] {
	border-radius: .625rem;
	background-color: #ccc;
	height: .3125rem;
	position: absolute
}
.shopSidebar__item [slider] {
	margin-top: .75rem
}
.shopSidebar__item [slider]>div>[sign] {
	background-color: unset;
	width: unset;
	height: unset;
	border-radius: unset;
	display: inline-block;
	text-align: unset;
	margin-top: 1.375rem;
	color: #000
}
.shopSidebar__item [slider]>div>[sign] span::before {
	content: 'Min Price: $';
	display: inline-block;
	color: #615e5e
}
.shopSidebar__item [slider]>div>[sign]:last-child span::before {
	content: 'Max Price: $';
	display: inline-block;
	color: #615e5e
}
.shopSidebar__item [slider]>div>[sign]>span {
	font-size: .875rem;
	line-height: 1rem;
	color: #000
}
[slider] {
	height: .3125rem;
	border-radius: .625rem;
	text-align: left;
	margin: 45px 0 10px
}
[slider]>div {
	width: 100%
}
[slider]>div>[inverse-left] {
	left: 0
}
[slider]>div>[inverse-right] {
	right: 0
}
[slider]>div>[range] {
	position: absolute;
	left: 0;
	height: .3125rem;
	border-radius: .875rem;
	background-color: #000
}
[slider]>div>[thumb] {
	position: absolute;
	top: -.4375rem;
	z-index: 2;
	height: 1.0625rem;
	width: 1.0625rem;
	text-align: left;
	margin-left: -.6875rem;
	cursor: pointer;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
	background-color: #fff;
	border-radius: 50%;
	outline: 0;
	border: 2px solid #000
}
div[slider]>input[type=range]::-ms-thumb {
	pointer-events: all;
	width: 1.0625rem;
	height: 1.0625rem;
	border-radius: 0;
	border: 0;
	background: red
}
div[slider]>input[type=range]::-moz-range-thumb {
	pointer-events: all;
	width: 1.0625rem;
	height: 1.0625rem;
	border-radius: 0;
	border: 0;
	background: red
}
div[slider]>input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 1.0625rem;
	height: 1.0625rem;
	border-radius: 0;
	border: 0;
	background: red;
	-webkit-appearance: none
}
div[slider]>input[type=range]::-ms-fill-lower {
	background: 0 0;
	border: 0
}
div[slider]>input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0
}
[slider]>input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 3;
	height: .3125rem;
	top: -.125rem;
	width: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
div[slider]>input[type=range]::-ms-track {
	-webkit-appearance: none;
	background: 0 0;
	color: transparent
}
div[slider]>input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: 0 0;
	color: transparent
}
div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
	background: 0 0;
	border: transparent
}
div[slider]>input[type=range]::-ms-tooltip {
	display: none
}
[slider]>div>[sign] {
	background-color: #f9f6f6;
	color: #000;
	width: 8.125rem;
	height: 1.875rem;
	border-radius: .1875rem;
	display: inline-block;
	text-align: center;
	margin-top: 1.375rem
}
[slider]>div>[sign]>span {
	font-size: .75rem;
	line-height: 1.75rem
}
.icon-circle {
	width: 1.125rem;
	height: 1.125rem;
	display: flex;
	align-items: center;
	background-color: #696969;
	border-radius: 100%
}
.icon-circle__icon {
	stroke-width: 3;
	width: .625rem;
	height: .625rem
}
.tooltip {
	width: 6.25rem;
	height: 3.125rem;
	display: flex;
	align-items: center;
	color: #615e5e
}
.tooltip__content {
	position: absolute;
	padding: 7px .6875rem;
	font-size: .875rem;
	line-height: 1rem;
	background-color: #000;
	color: #fff;
	border-radius: .375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.tooltip__content::after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	background-color: #000;
	transform: rotate(45deg)
}
.tooltip.-top .tooltip__content {
	bottom: calc(100% + 6px);
	transform: translateY(8px)
}
.tooltip.-top .tooltip__content::after {
	bottom: -.25rem
}
.tooltip.-bottom .tooltip__content {
	top: calc(100% + 6px);
	transform: translateY(-8px)
}
.tooltip.-left .tooltip__content {
	right: calc(100% + 6px);
	transform: translateX(8px)
}
.tooltip.-left .tooltip__content::after {
	right: -.25rem
}
.tooltip.-right .tooltip__content {
	left: calc(100% + 6px);
	transform: translateX(-8px)
}
.tooltip.-right .tooltip__content::after {
	left: -.25rem
}
.tooltip:hover .tooltip__content {
	transform: none;
	opacity: 1
}
.quote {
	position: relative;
	font-size: 1.125rem;
	line-height: 1.875rem;
	padding: .3125rem 0 .3125rem 1.5625rem;
	margin-left: .625rem
}
.quote::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: .1875rem;
	background-color: #000
}
ul.list {
	padding-left: 1rem
}
ul.list li {
	list-style: disc
}
.bg-quote-2 {
	position: absolute;
	left: -2.125rem
}
@media(max-width:575px) {
	.container {
		padding-right: 1.875rem;
		padding-left: 1.875rem
	}
	.container.-sm {
		max-width: 100%!important
	}
	.xs\:text-xs {
		font-size: var(--text-xs)!important
	}
	.xs\:text-sm {
		font-size: var(--text-sm)!important
	}
	.xs\:text-base {
		font-size: var(--text-base)!important
	}
	.xs\:text-lg {
		font-size: var(--text-lg)!important
	}
	.xs\:text-xl {
		font-size: var(--text-xl)!important
	}
	.xs\:text-2xl {
		font-size: var(--text-2xl)!important
	}
	.xs\:text-3xl {
		font-size: var(--text-3xl)!important
	}
	.xs\:text-4xl {
		font-size: var(--text-4xl)!important
	}
	.xs\:text-5xl {
		font-size: var(--text-5xl)!important
	}
	.xs\:text-6xl {
		font-size: var(--text-6xl)!important
	}
	.blogSingle-author__image {
		width: 3.75rem;
		height: 3.75rem;
		min-width: 3.75rem;
		min-height: 3.75rem
	}
	.masonry.-col-2 .masonry__item, .masonry.-col-2 .masonry__item.-big, .masonry.-col-2 .masonry__item.-long, .masonry.-col-2 .masonry__item.-wide, .masonry.-col-2 .masonry__sizer, .masonry.-col-3 .masonry__item, .masonry.-col-3 .masonry__item.-big, .masonry.-col-3 .masonry__item.-long, .masonry.-col-3 .masonry__item.-wide, .masonry.-col-3 .masonry__sizer, .masonry.-col-4 .masonry__item, .masonry.-col-4 .masonry__item.-big, .masonry.-col-4 .masonry__item.-long, .masonry.-col-4 .masonry__item.-wide, .masonry.-col-4 .masonry__sizer {
		width: 100%
	}
	.md\:container, .sm\:container, .xs\:container {
		max-width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.xs\:pt-0, .xs\:py-0 {
		padding-top: 0!important
	}
	.xs\:pb-0, .xs\:py-0 {
		padding-bottom: 0!important
	}
	.xs\:pl-0, .xs\:px-0 {
		padding-left: 0!important
	}
	.xs\:pr-0, .xs\:px-0 {
		padding-right: 0!important
	}
	.xs\:pt-4, .xs\:py-4 {
		padding-top: .25rem!important
	}
	.xs\:pb-4, .xs\:py-4 {
		padding-bottom: .25rem!important
	}
	.xs\:pl-4, .xs\:px-4 {
		padding-left: .25rem!important
	}
	.xs\:pr-4, .xs\:px-4 {
		padding-right: .25rem!important
	}
	.xs\:mt-0 {
		margin-top: 0!important
	}
	.xs\:mb-0 {
		margin-bottom: 0!important
	}
	.xs\:ml-0 {
		margin-left: 0!important
	}
	.xs\:mr-0 {
		margin-right: 0!important
	}
	.xs\:pt-8, .xs\:py-8 {
		padding-top: .5rem!important
	}
	.xs\:pb-8, .xs\:py-8 {
		padding-bottom: .5rem!important
	}
	.xs\:pl-8, .xs\:px-8 {
		padding-left: .5rem!important
	}
	.xs\:pr-8, .xs\:px-8 {
		padding-right: .5rem!important
	}
	.xs\:mt-4 {
		margin-top: .25rem!important
	}
	.xs\:mb-4 {
		margin-bottom: .25rem!important
	}
	.xs\:ml-4 {
		margin-left: .25rem!important
	}
	.xs\:mr-4 {
		margin-right: .25rem!important
	}
	.xs\:pt-12, .xs\:py-12 {
		padding-top: .75rem!important
	}
	.xs\:pb-12, .xs\:py-12 {
		padding-bottom: .75rem!important
	}
	.xs\:pl-12, .xs\:px-12 {
		padding-left: .75rem!important
	}
	.xs\:pr-12, .xs\:px-12 {
		padding-right: .75rem!important
	}
	.xs\:mt-8 {
		margin-top: .5rem!important
	}
	.xs\:mb-8 {
		margin-bottom: .5rem!important
	}
	.xs\:ml-8 {
		margin-left: .5rem!important
	}
	.xs\:mr-8 {
		margin-right: .5rem!important
	}
	.xs\:pt-16, .xs\:py-16 {
		padding-top: 1rem!important
	}
	.xs\:pb-16, .xs\:py-16 {
		padding-bottom: 1rem!important
	}
	.xs\:pl-16, .xs\:px-16 {
		padding-left: 1rem!important
	}
	.xs\:pr-16, .xs\:px-16 {
		padding-right: 1rem!important
	}
	.xs\:mt-12 {
		margin-top: .75rem!important
	}
	.xs\:mb-12 {
		margin-bottom: .75rem!important
	}
	.xs\:ml-12 {
		margin-left: .75rem!important
	}
	.xs\:mr-12 {
		margin-right: .75rem!important
	}
	.xs\:pt-20, .xs\:py-20 {
		padding-top: 1.25rem!important
	}
	.xs\:pb-20, .xs\:py-20 {
		padding-bottom: 1.25rem!important
	}
	.xs\:pl-20, .xs\:px-20 {
		padding-left: 1.25rem!important
	}
	.xs\:pr-20, .xs\:px-20 {
		padding-right: 1.25rem!important
	}
	.xs\:mt-16 {
		margin-top: 1rem!important
	}
	.xs\:mb-16 {
		margin-bottom: 1rem!important
	}
	.xs\:ml-16 {
		margin-left: 1rem!important
	}
	.xs\:mr-16 {
		margin-right: 1rem!important
	}
	.xs\:pt-24, .xs\:py-24 {
		padding-top: 1.5rem!important
	}
	.xs\:pb-24, .xs\:py-24 {
		padding-bottom: 1.5rem!important
	}
	.xs\:pl-24, .xs\:px-24 {
		padding-left: 1.5rem!important
	}
	.xs\:pr-24, .xs\:px-24 {
		padding-right: 1.5rem!important
	}
	.xs\:mt-20 {
		margin-top: 1.25rem!important
	}
	.xs\:mb-20 {
		margin-bottom: 1.25rem!important
	}
	.xs\:ml-20 {
		margin-left: 1.25rem!important
	}
	.xs\:mr-20 {
		margin-right: 1.25rem!important
	}
	.xs\:pt-30, .xs\:py-30 {
		padding-top: 1.875rem!important
	}
	.xs\:pb-30, .xs\:py-30 {
		padding-bottom: 1.875rem!important
	}
	.xs\:pl-30, .xs\:px-30 {
		padding-left: 1.875rem!important
	}
	.xs\:pr-30, .xs\:px-30 {
		padding-right: 1.875rem!important
	}
	.xs\:mt-24 {
		margin-top: 1.5rem!important
	}
	.xs\:mb-24 {
		margin-bottom: 1.5rem!important
	}
	.xs\:ml-24 {
		margin-left: 1.5rem!important
	}
	.xs\:mr-24 {
		margin-right: 1.5rem!important
	}
	.xs\:pt-32, .xs\:py-32 {
		padding-top: 2rem!important
	}
	.xs\:pb-32, .xs\:py-32 {
		padding-bottom: 2rem!important
	}
	.xs\:pl-32, .xs\:px-32 {
		padding-left: 2rem!important
	}
	.xs\:pr-32, .xs\:px-32 {
		padding-right: 2rem!important
	}
	.xs\:mt-30 {
		margin-top: 1.875rem!important
	}
	.xs\:mb-30 {
		margin-bottom: 1.875rem!important
	}
	.xs\:ml-30 {
		margin-left: 1.875rem!important
	}
	.xs\:mr-30 {
		margin-right: 1.875rem!important
	}
	.xs\:pt-40, .xs\:py-40 {
		padding-top: 2.5rem!important
	}
	.xs\:pb-40, .xs\:py-40 {
		padding-bottom: 2.5rem!important
	}
	.xs\:pl-40, .xs\:px-40 {
		padding-left: 2.5rem!important
	}
	.xs\:pr-40, .xs\:px-40 {
		padding-right: 2.5rem!important
	}
	.xs\:mt-32 {
		margin-top: 2rem!important
	}
	.xs\:mb-32 {
		margin-bottom: 2rem!important
	}
	.xs\:ml-32 {
		margin-left: 2rem!important
	}
	.xs\:mr-32 {
		margin-right: 2rem!important
	}
	.xs\:pt-48, .xs\:py-48 {
		padding-top: 3rem!important
	}
	.xs\:pb-48, .xs\:py-48 {
		padding-bottom: 3rem!important
	}
	.xs\:pl-48, .xs\:px-48 {
		padding-left: 3rem!important
	}
	.xs\:pr-48, .xs\:px-48 {
		padding-right: 3rem!important
	}
	.xs\:mt-40 {
		margin-top: 2.5rem!important
	}
	.xs\:mb-40 {
		margin-bottom: 2.5rem!important
	}
	.xs\:ml-40 {
		margin-left: 2.5rem!important
	}
	.xs\:mr-40 {
		margin-right: 2.5rem!important
	}
	.xs\:pt-56, .xs\:py-56 {
		padding-top: 3.5rem!important
	}
	.xs\:pb-56, .xs\:py-56 {
		padding-bottom: 3.5rem!important
	}
	.xs\:pl-56, .xs\:px-56 {
		padding-left: 3.5rem!important
	}
	.xs\:pr-56, .xs\:px-56 {
		padding-right: 3.5rem!important
	}
	.xs\:mt-48 {
		margin-top: 3rem!important
	}
	.xs\:mb-48 {
		margin-bottom: 3rem!important
	}
	.xs\:ml-48 {
		margin-left: 3rem!important
	}
	.xs\:mr-48 {
		margin-right: 3rem!important
	}
	.xs\:pt-60, .xs\:py-60 {
		padding-top: 3.75rem!important
	}
	.xs\:pb-60, .xs\:py-60 {
		padding-bottom: 3.75rem!important
	}
	.xs\:pl-60, .xs\:px-60 {
		padding-left: 3.75rem!important
	}
	.xs\:pr-60, .xs\:px-60 {
		padding-right: 3.75rem!important
	}
	.xs\:mt-56 {
		margin-top: 3.5rem!important
	}
	.xs\:mb-56 {
		margin-bottom: 3.5rem!important
	}
	.xs\:ml-56 {
		margin-left: 3.5rem!important
	}
	.xs\:mr-56 {
		margin-right: 3.5rem!important
	}
	.xs\:pt-64, .xs\:py-64 {
		padding-top: 4rem!important
	}
	.xs\:pb-64, .xs\:py-64 {
		padding-bottom: 4rem!important
	}
	.xs\:pl-64, .xs\:px-64 {
		padding-left: 4rem!important
	}
	.xs\:pr-64, .xs\:px-64 {
		padding-right: 4rem!important
	}
	.xs\:mt-60 {
		margin-top: 3.75rem!important
	}
	.xs\:mb-60 {
		margin-bottom: 3.75rem!important
	}
	.xs\:ml-60 {
		margin-left: 3.75rem!important
	}
	.xs\:mr-60 {
		margin-right: 3.75rem!important
	}
	.xs\:pt-72, .xs\:py-72 {
		padding-top: 4.5rem!important
	}
	.xs\:pb-72, .xs\:py-72 {
		padding-bottom: 4.5rem!important
	}
	.xs\:pl-72, .xs\:px-72 {
		padding-left: 4.5rem!important
	}
	.xs\:pr-72, .xs\:px-72 {
		padding-right: 4.5rem!important
	}
	.xs\:mt-64 {
		margin-top: 4rem!important
	}
	.xs\:mb-64 {
		margin-bottom: 4rem!important
	}
	.xs\:ml-64 {
		margin-left: 4rem!important
	}
	.xs\:mr-64 {
		margin-right: 4rem!important
	}
	.xs\:pt-80, .xs\:py-80 {
		padding-top: 5rem!important
	}
	.xs\:pb-80, .xs\:py-80 {
		padding-bottom: 5rem!important
	}
	.xs\:pl-80, .xs\:px-80 {
		padding-left: 5rem!important
	}
	.xs\:pr-80, .xs\:px-80 {
		padding-right: 5rem!important
	}
	.xs\:mt-72 {
		margin-top: 4.5rem!important
	}
	.xs\:mb-72 {
		margin-bottom: 4.5rem!important
	}
	.xs\:ml-72 {
		margin-left: 4.5rem!important
	}
	.xs\:mr-72 {
		margin-right: 4.5rem!important
	}
	.xs\:pt-100, .xs\:py-100 {
		padding-top: 6.25rem!important
	}
	.xs\:pb-100, .xs\:py-100 {
		padding-bottom: 6.25rem!important
	}
	.xs\:pl-100, .xs\:px-100 {
		padding-left: 6.25rem!important
	}
	.xs\:pr-100, .xs\:px-100 {
		padding-right: 6.25rem!important
	}
	.xs\:mt-80 {
		margin-top: 5rem!important
	}
	.xs\:mb-80 {
		margin-bottom: 5rem!important
	}
	.xs\:ml-80 {
		margin-left: 5rem!important
	}
	.xs\:mr-80 {
		margin-right: 5rem!important
	}
	.xs\:mt-100 {
		margin-top: 6.25rem!important
	}
	.xs\:mb-100 {
		margin-bottom: 6.25rem!important
	}
	.xs\:ml-100 {
		margin-left: 6.25rem!important
	}
	.xs\:mr-100 {
		margin-right: 6.25rem!important
	}
	.xs\:ml-minus-sm {
		margin-left: -3.75rem
	}
	.xs\:ml-minus-md {
		margin-left: -6.25rem
	}
	.xs\:ml-minus-lg {
		margin-left: -8.75rem
	}
	.xs\:ml-minus-xl {
		margin-left: -11.25rem
	}
	.xs\:ml-minus-col-1 {
		margin-left: -8.33333vw
	}
	.xs\:ml-minus-col-2 {
		margin-left: -16.66667vw
	}
	.xs\:ml-minus-col-3 {
		margin-left: -25vw
	}
	.xs\:ml-minus-col-4 {
		margin-left: -33.33333vw
	}
	.xs\:mr-minus-sm {
		margin-right: -3.75rem
	}
	.xs\:mr-minus-md {
		margin-right: -6.25rem
	}
	.xs\:mr-minus-lg {
		margin-right: -8.75rem
	}
	.xs\:mr-minus-xl {
		margin-right: -11.25rem
	}
	.xs\:mr-minus-col-1 {
		margin-right: -8.33333vw
	}
	.xs\:mr-minus-col-2 {
		margin-right: -16.66667vw
	}
	.xs\:mr-minus-col-3 {
		margin-right: -25vw
	}
	.xs\:mr-minus-col-4 {
		margin-right: -33.33333vw
	}
	.xs\:text-center {
		text-align: center!important
	}
	.xs\:text-right {
		text-align: right!important
	}
	.xs\:text-left {
		text-align: left!important
	}
	.xs\:justify-content-start {
		justify-content: flex-start!important
	}
	.xs\:justify-content-end {
		justify-content: flex-end!important
	}
	.xs\:justify-content-between {
		justify-content: space-between!important
	}
	.xs\:justify-content-center {
		justify-content: center!important
	}
	.xs\:align-items-start {
		align-items: flex-start!important
	}
	.xs\:align-items-end {
		align-items: flex-end!important
	}
	.xs\:align-items-between {
		align-items: space-between!important
	}
	.xs\:align-items-center {
		align-items: center!important
	}
	.xs\:d-none {
		display: none!important
	}
	.xs\:d-inline-block {
		display: inline-block!important
	}
	.xs\:d-block {
		display: block!important
	}
	.xs\:d-flex {
		display: flex!important
	}
	.xs\:order-1 {
		order: 1
	}
	.xs\:order-2 {
		order: 2
	}
	.xs\:order-3 {
		order: 3
	}
	.xs\:order-4 {
		order: 4
	}
	.xs\:order-5 {
		order: 5
	}
	.xs\:order-6 {
		order: 6
	}
	.bg-quote-2 {
		opacity: .8
	}
}
.backButton {
	z-index: 200;
	position: absolute;
	bottom: 6.5625rem;
	right: 3rem;
	transition: .2s cubic-bezier(.77, 0, .175, 1)
}
.backButton .nav__item {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: 1px solid var(--accent-color);
	transition: .1s ease-out
}
.gallery__button, .input-counter__up {
	justify-content: center;
	display: flex
}
.backButton .nav__item .icon {
	position: relative;
	color: var(--accent-color);
	font-size: 1.875rem;
	transition: .1s ease-out
}
.backButton .nav__item.-left {
	transform: rotate(90deg)
}
.backButton .nav__item.-left .icon {
	left: .9375rem;
	transform: rotate(180deg)
}
.backButton .nav__item:hover {
	transform: scale(1.05) rotate(90deg)
}
.mt-minus-xl {
	margin-top: -15rem
}
.gallery__item:hover .gallery__button {
	opacity: 1
}
.gallery__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #000;
	border-radius: 100%;
	width: 3.25rem;
	height: 3.25rem;
	align-items: center;
	transition: .2s cubic-bezier(.165, .84, .44, 1);
	opacity: 0
}
.gallery__button .icon {
	color: #fff;
	stroke-width: 1;
	width: 1.75rem;
	height: 1.75rem
}
.input-counter__down .icon, .input-counter__up .icon {
	stroke-width: 1;
	width: 1.25rem;
	height: 1.25rem
}
.gallery__button.-bottom-right {
	top: unset;
	left: unset;
	transform: unset;
	bottom: 1.875rem;
	right: 1.875rem
}
.input-counter {
	margin-bottom: 1.25rem;
	display: flex;
	position: relative;
	width: 6.25rem;
	height: 3.4375rem
}
.input-counter input::-webkit-inner-spin-button, .input-counter input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.input-counter input[type=number] {
	--moz-appearance: textfield
}
.input-counter__counter {
	z-index: 5;
	position: relative;
	width: 100%;
	font-size: .875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	border: 1px solid #e4e4e4;
	border-radius: 0!important
}
.input-counter__controls {
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column
}
.input-counter__up {
	width: 2rem;
	height: 50%;
	align-items: flex-end
}
.input-counter__down {
	width: 2rem;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-start
}
@import "https://fonts.googleapis.com/css2?family=Antonio:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@400;500;600;700&display=swap";
.abt-img-sec, .main-slider .swiper-slide, .slider1-thumb, div#map {
	position: relative
}
.flowing-line, .is-sticky .header__icons .mobile__socials a.follow-text:after, .main-slider .swiper-pagination-bullet-active {
	background-color: #fff
}
.ban1-text h1.main-slider__text, .ban1-text h2.main-slider__title {
	font-family: Cinzel, serif;
	text-transform: uppercase;
	letter-spacing: 5px
}
#home-list1-text li h3, .ban2-text h2, .menu .nav li a, li.homeservi-s h3 {
	font-family: Oswald, sans-serif
}
.service-page .sr-scontent .services-context div span, .services-context div span {
	border-left: 5px solid #33ba95
}
.anim-bottom, .anim-bottom-right {
	transition-delay: .4s;
	-webkit-animation-delay: .4s
}
.button.-dark.blue {
	background-color: #304cb0!important
}
.header__logo a img {
	height: 60px
}
.header__menu .nav-button-open .bars {
	width: 45px;
	display: flex;
	flex-direction: column;
	align-items: end;
	position: relative;
	-webkit-transform: translateY(-4.5px);
	transform: translateY(-4.5px);
	margin-right: 8px
}
.header.is-sticky .header__bar {
	background: #fff;
	box-shadow: 0 0 8px #3e64db63
}
.menu .nav li a {
	font-size: 3rem;
	line-height: 5.75rem;
	justify-content: center
}
.header__icons {
	height: 100%
}
.is-sticky .header__icons .mobile__socials a {
	color: #000!important
}
#home-list1-text li.active h3, #home-list1-text li.active p, .is-sticky .header__menu .nav-button-open .bars, .is-sticky .header__menu .nav-button-open .menutext, .line-hover.home-front-btn-3 .home-btn:hover {
	color: #000
}
.header__menu .nav-button-open .bars .bar1, .header__menu .nav-button-open .bars .bar2, .header__menu .nav-button-open .bars .bar3 {
	display: flex;
	height: 2px;
	background: currentColor;
	transition: width .3s, transform .3s, -webkit-transform .3s;
	position: absolute;
	top: 50%
}
.header__menu .nav-button-open .bars .bar1 {
	width: 100%;
	-webkit-transform: translateY(-4.5px);
	transform: translateY(-4.5px)
}
.header__menu .nav-button-open .bars .bar2 {
	width: 84%;
	-webkit-transform: translateY(4.5px);
	transform: translateY(4.5px)
}
.header__menu .nav-button-open .bars .bar3 {
	width: 65%;
	-webkit-transform: translateY(13.5px);
	transform: translateY(13.5px)
}
.abt-img-sec img, .header__menu .nav-button-open:hover .bars .bar1, .header__menu .nav-button-open:hover .bars .bar2, .header__menu .nav-button-open:hover .bars .bar3, .main-slider .slide-3 img, .mportfolio .port-thumb img, .portfolio-page .portfolioCard.-type-2.-hover .portfolioCard__img .portfolioCard__img__inner img, .review-page-sec .review-body, .service-page .s-slide img {
	width: 100%
}
.header__menu .nav-button-open {
	font-size: 18px;
	font-weight: 500;
	margin-left: 7px;
	line-height: 19px
}
.main-slider .container-fluid, .review-main .container-fluid, .service-page .container-fluid {
	width: 90%
}
.main-slider .swiper-container {
	width: 100%;
	height: 100vh;
	background-color: #000
}
.main-slider .slide-1 {
	background-color: #e67204
}
.main-slider .slide-2 {
	background-color: #1ab68a
}
.main-slider .slide-3 {
	background-color: #b7811c
}
.main-slider .slide-captions {
	position: absolute;
	bottom: 45%;
	left: 50%;
	color: #fff;
	z-index: 999;
	transform: translate(-50%, 50%);
	width: 100%
}
.main-slider .swiper-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.mportfolio .port-thumb .porttext, .service-main-tittle .nextButton_next {
	--webkit-box-sizing: border-box;
	--moz-box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-box
}
.main-slider .slide-captions .current-title {
	margin: 0;
	font-size: 48px
}
.main-slider .slide-captions .current-subtitle {
	margin: 10px 0 0;
	font-size: 28px
}
.main-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px
}
.banz-cont a.home-btn:hover, .main-slider .swiper-button-next, .main-slider .swiper-button-prev, .mportfolio .port-thumb:hover a:hover, .my-swiper .home-front-experience-btns .line-hover:hover, .portfolio-page .filter-button-group button {
	color: #fff
}
.my-swiper .main-slider__title {
	opacity: 0;
	transition: 1s;
	transform: translateY(80px)
}
.my-swiper .swiper-slide-active .main-slider__title, .my-swiper .swiper-slide-active .mportfolio .trans-100:first-child {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1s
}
.my-swiper .main-slider__btn, .my-swiper .main-slider__text {
	opacity: 0;
	transition: 1.5s;
	transform: translateY(80px)
}
.my-swiper .swiper-slide-active .main-slider__text, .my-swiper .swiper-slide-active .mportfolio .trans-100:nth-child(2) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.2s
}
.my-swiper .swiper-slide-active .main-slider__btn, .my-swiper .swiper-slide-active .mportfolio .trans-100:nth-child(4) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.6s
}
.my-swiper .slider1-thumb img {
	width: 80%;
	opacity: 0;
	transition: 1s;
	transform: translateY(80px)
}
.slider1-thumb {
	/*height: 800px;*/
	background-size: 93%;
	background-position: center;
	text-align: center
}
.my-swiper .swiper-slide-active .slider1-thumb .line-hover.home-front-btn-3, .my-swiper .swiper-slide-active .slider1-thumb img {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .5s
}
.my-swiper .home-front-experience-btns {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.pos-a.full-size {
	width: 100%;
	height: 100%
}
.swiper-button-next, .swiper-button-prev {
	transform: rotate(90deg)
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
	right: 48px;
	left: auto;
	top: 45%;
	transform: rotate(-90deg)
}
.flowing-line-1, .flowing-line-4 {
	transform: translateX(-50%) rotate(5deg)
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 30px;
	left: auto;
	top: 55%
}
.swiper-button-next::after, .swiper-button-prev::after {
	content: "\e901";
	font-family: icomoon!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	color: #000;
	font-size: 60px
}
.flowing-line {
	position: absolute
}
.flowing-line-1, .flowing-line-4 {
	height: 2px;
	width: 60%
}
.flowing-line-1 {
	top: 13%;
	left: 45%
}
.flowing-line-4 {
	bottom: 13%;
	left: 55%
}
.flowing-line-2, .flowing-line-3 {
	width: 60%;
	height: 2px;
	-webkit-transform: rotate(148deg) translateZ(0) scale(1, 1);
	-moz-transform: rotate(148deg) translateZ(0) scale(1, 1);
	-ms-transform: rotate(148deg) translateZ(0) scale(1, 1);
	-o-transform: rotate(148deg) translateZ(0) scale(1, 1);
	transform: rotate(148deg) translateZ(0) scale(1, 1)
}
.flowing-line-2 {
	left: 23%;
	top: 47%
}
.flowing-line-3 {
	left: 23%;
	top: 63%
}
.my-swiper .home-front-experience-btns .line-hover {
	position: absolute;
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 14px!important;
	width: 240px;
	text-align: left;
	z-index: 99
}
.banz-cont h3 {
	font-size: 21px;
	color: #000;
	font-weight: 700
}
.banz-cont p {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin: 10px 0;
	font-weight: 500;
	width: 90%
}
.banz-cont a.home-btn {
	padding: 9px 10px;
	display: block;
	font-size: 17px;
	line-height: 22px;
	width: 172px;
	font-weight: 500;
	text-align: left;
	border-radius: 7px;
	position: relative;
	text-transform: uppercase
}
.banz-cont a.home-btn:before {
	content: '';
	position: absolute;
	width: 61px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/button-png.png) center/cover no-repeat;
	z-index: 1;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.banz-cont a.home-btn img {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
	z-index: 999;
	transform: translateY(-50%)!important;
	min-width: 30px
}
.banz-cont a.home-btn.bg-blue {
	background: #3b55a6;
	margin-top: 15px;
	box-shadow: 0 0 10px 0 #1f3989
}
.banz-cont h3 span.blue-1 {
	color: #3b55a6
}
.banz-cont a.home-btn.bg-yellow {
	background: #f5ab1b;
	margin-top: 15px;
	box-shadow: 0 0 10px 0 #cb8600
}
.banz-cont h3 span.yellow-1 {
	color: #f5ab1b
}
.banz-cont a.home-btn.bg-green {
	background: #19b68b;
	margin-top: 15px;
	box-shadow: 0 0 10px 0 #19b68b
}
.banz-cont h3 span.green-1, .view-more-rev a:hover, .write-review p.gr-color {
	color: #19b68b
}
.line-hover.home-front-btn-1 {
	top: 7px;
	left: 10%
}
.line-hover.home-front-btn-2 {
	top: 34%;
	left: -1.5%
}
.line-hover.home-front-btn-3 {
	top: 47%;
	right: -1.5%
}
.line-hover.home-front-btn-4 {
	bottom: 1%;
	right: 10%
}
.my-swiper .slider1-thumb .line-hover.home-front-btn-1, .my-swiper .slider1-thumb .line-hover.home-front-btn-2 {
	opacity: 0;
	transition: 1s;
	transform: translateX(-100%)
}
.my-swiper .swiper-slide-active .slider1-thumb .line-hover.home-front-btn-1 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .1s
}
.my-swiper .swiper-slide-active .slider1-thumb .line-hover.home-front-btn-2 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .3s
}
.my-swiper .slider1-thumb .line-hover.home-front-btn-3 {
	opacity: 0;
	transition: 1s;
	transform: translateX(100%)
}
.my-swiper .slider1-thumb .line-hover.home-front-btn-4 {
	opacity: 0;
	transition: 1s;
	transform: translateY(100%)
}
.my-swiper .swiper-slide-active .slider1-thumb .line-hover.home-front-btn-4 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .7s
}
.line-hover.home-front-btn-3 .home-btn {
	font-weight: 600;
	border: 0;
	width: 200px;
	clip-path: none;
	position: relative;
	transform: inherit;
	padding: 5px 40px 5px 15px;
	margin-bottom: 30px;
	color: #f7f9f8!important;
	font-size: 20px;
	height: 43px;
	border-radius: 6px;
	line-height: 32px;
	text-transform: uppercase;
	background: #f5ab1b;
	box-shadow: 0 0 6px 2px #00000024
}
.line-hover.home-front-btn-3 .home-btn img {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 30px;
	z-index: 999;
	transform: translateY(-50%);
	min-width: 30px
}
.line-hover.home-front-btn-3 .home-btn:before {
	content: '';
	position: absolute;
	width: 61px;
	height: 100%;
	top: 0;
	right: 0;
	background: url('../img/button-png.png') center/cover no-repeat;
	z-index: 1;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.ban1-text {
	margin-left: 100px
}
.ban1-text h2.main-slider__title {
	font-weight: 100;
	margin-bottom: 10px;
	font-size: 40px
}
.ban1-text h1.main-slider__text {
	font-weight: 500;
	font-size: 80px;
	margin-bottom: 20px
}
.ban2-text {
	margin: 50px 70px 0
}
.mportfolio .port-thumb:hover .porttext, .portfolio-page .portfolioCard.-type-2.-hover:hover .portfolioCard__content, .slider2-thumb li.active, .start-sec:hover:before {
	opacity: 1
}
#phone-contents1 li.s-slide:first-child, .slider2-thumb li:first-child {
	position: relative;
	left: auto;
	top: auto
}
.slider2-thumb li {
	max-width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.slider2-thumb li img, .slider2-thumb li video {
	-webkit-box-shadow: 0 30px 50px rgb(0 0 0/8%);
	box-shadow: 0 30px 50px rgb(0 0 0/8%);
	width: 90%
}
.start-project button:hover, .start-project button:hover:after {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3)
}
.ban2-text h2 {
	font-size: 45px;
	color: #fff;
	line-height: 150%;
	padding-left: 16px;
	margin: 0 0 40px;
	font-weight: 600;
	text-transform: uppercase
}
.home-about h2, .tt_name_sm {
	text-transform: uppercase;
	font-family: icomoon!important
}
#home-list1-text li {
	cursor: default;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding: 5px 5px 5px 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: 0 0 4px 0 #fff
}
#home-list1-text li.active {
	background: #e2edff
}
#home-list1-text li h3 {
	display: block;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	font-weight: 600
}
#phone-pager1 li h3, .service-page .sectionHeading__title, .start-project .sectionHeading__title, .start-sec .start-head {
	font-family: Oswald, sans-serif!important;
}
#home-list1-text li p {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	max-width: 501px;
	min-height: 48px;
	max-height: 52px
}
li.homeservi-s h3 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f5ad20;
	display: inline-block
}
li.homeservi-s p {
	font-family: Montserrat, sans-serif;
	font-size: 19px;
	line-height: 29px;
	text-align: left!important;
	margin: 12px 0 12px 11%
}
li.homeservi-s.text-s-nleft h3 {
	font-weight: 500
}
li.homeservi-s.text-s-nleft p {
	margin-left: 0;
	line-height: 39px
}
li.homeservi-s.text-s-nleft img {
	width: 85%;
	box-shadow: none
}
li.homeservi-s.text-s-nleft .s-content {
	position: absolute;
	width: 50%;
	top: 13%;
	left: 20%;
	text-align: left
}
.service-page {
	padding-bottom:60px
}
.service-page .sectionHeading__title {
	font-size: 80px;
	font-weight: 900;
	line-height: 84px;
	text-transform: uppercase;
	margin-bottom: 23px;
	letter-spacing: 3px;
	word-spacing: 0;
	width: 102%;
	color: #33ba95;
	-webkit-text-stroke: 1px #000
}
.service-page .service-main-tittle {
	grid-area: title;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	justify-content: start!important;
	margin-bottom: 20px
}
.service-main-tittle .nextButton_next {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 71px;
	height: 71px;
	color: #000;
	border-radius: 50%;
	border: 1px solid #000
}
#phone-contents1 {
	position: relative;
	/*margin-left: 60px*/
}
#phone-contents1 li.s-slide {
	max-width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(70px);
	transform: translateY(70px)
}
#phone-contents1 li.s-slide.active {
	opacity: 1;
	transform: translate(0, 0)
}
#phone-contents1 li.s-slide .sbg-text {
	margin-top: 40px
}
#phone-pager1 li {
	display: table
}
#phone-pager1 li h3 {
	font-weight: 600;
	font-size: 48px;
	line-height: 1.15;
	letter-spacing: 4px;
	cursor: pointer;
	-webkit-text-stroke: 2px #33ba95;
	color: transparent;
	text-transform: uppercase;
	opacity: 1;
	padding: 8px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: 1px;
}
div#phone-contents1 p {
    color: #232323;font-size: 16px;text-align: justify;
}
.service-page .sectionHeading__subtitle {
	color: #f5ab1b;
	font-size: 18px
}
.services-context {
	width: fit-content;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 7px
}
.services-context div {
	padding: 0 0 0 6px;
	overflow: hidden
}
.services-context div p {
	position: relative;
	color: #fff;
	z-index: 3
}
.services-context div span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #46391f
}
#phone-contents1 li.s-slide .services-context div p {
	position: relative;
	color: #fff;
	z-index: 3;
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%)
}
#phone-contents1 li.s-slide .services-context div span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #46391f;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
#phone-contents1 li.s-slide.active .services-context div p {
	transform: translateX(0);
	transition: 1s 1s
}
#phone-contents1 li.s-slide.active .services-context div span {
	transform: translateX(0);
	transition: 1s .5s
}
.service-page .services-shead {
	font-size: 24px;
	margin: 21px 0;
	text-transform: uppercase;
	letter-spacing: 2px
}
.service-page .sr-scontent {
	padding-left: 12px
}
.service-page .sr-scontent .services-context div {
	padding-left: 5px
}
.mportfolio .port-thumb {
	position: relative;
	border: 1px solid #ff9800
}
#worldmap, .review-body {
	position: relative;
	border-radius: 10px
}
.mportfolio .port-thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0
}
.mportfolio .port-thumb .porttext {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 16px 14px;
	height: 50%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-box-align: end;
	justify-content: flex-end;
	flex-direction: column;
	box-sizing: border-box
}
.mportfolio .port-thumb .porttext:before, .portfolio-page .portfolioCard.-type-2 .portfolioCard__content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 6, 0)), to(#050506));
	background: -webkit-linear-gradient(top, rgba(5, 5, 6, 0), #050506);
	background: linear-gradient(180deg, rgba(5, 5, 6, 0), #050506);
	width: 100%;
	height: 100%;
	z-index: -1
}
.mportfolio .port-thumb:hover::before, .portfolio-page .portfolioCard.-type-2.-hover:hover .portfolioCard__img:before {
	opacity: .4
}
.my-swiper .mportfolio .trans-100 {
	opacity: 0;
	transition: 1s;
	transform: translateY(100px)
}
.my-swiper .swiper-slide-active .mportfolio .trans-100:nth-child(3) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.4s
}
.my-swiper .swiper-slide-active .mportfolio .trans-100:nth-child(5) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.8s
}
.my-swiper .swiper-slide-active .mportfolio .trans-100:nth-child(6) {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 2s
}
.portfolio-page .container-fluid {
	width: 83%
}
.portfolio-page .section-filter {
	box-shadow: 0 0 20px 2px #0000007a
}
.portfolio-page .portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
	transform: scale(1)!important
}
.portfolio-page .portfolioCard.-type-2.-hover .portfolioCard__img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1
}
.portfolio-page .portfolioCard.-type-2 .portfolioCard__content {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 16px 14px;
	height: 50%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.portfolio-page .filter-button-group {
	margin: 0;
	background: #31bf9b
}
.portfolio-page .filter-button-group button.btn-active {
	color: #fdc03b
}
.abt-img-sec .ab-m.abimg-1 {
	top: 35%;
	left: 20%;
	z-index: 2
}
.abt-img-sec .ab-m.abimg-2 {
	top: 35%;
	right: 20%;
	z-index: 3
}
.abt-img-sec .ab-m.abimg-3 {
	bottom: 10%;
	right: 4%
}
.abt-img-sec .ab-m.abimg-4 {
	top: 20%;
	left: 20%;
	z-index: 3
}
.abt-img-sec .ab-m.abimg-5 {
	top: 10%;
	right: 20%
}
.abt-img-sec .ab-m.abimg-6 {
	top: 40%;
	left: 10%;
	z-index: 1
}
.abt-img-sec .ab-m {
	position: absolute
}
.anim-bottom {
	transform: translate3d(0, 3.125rem, 0);
	animation-delay: .4s;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.anim-bottom-right {
	transform: translate3d(3.125rem, 3.125rem, 0);
	animation-delay: .4s;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.anim-left, .anim-right {
	-webkit-animation-delay: .4s;
	transition-delay: .4s;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.anim-left {
	transform: translate3d(3.125rem, 0, 0);
	animation-delay: .4s
}
.anim-right {
	transform: translate3d(-3.125rem, 0, 0);
	animation-delay: .4s
}
.anim-top {
	transform: translate3d(0, -3.125rem, 0);
	transition-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}
.my-swiper .swiper-slide-active .anim-bottom, .my-swiper .swiper-slide-active .anim-bottom-right, .my-swiper .swiper-slide-active .anim-left, .my-swiper .swiper-slide-active .anim-right, .my-swiper .swiper-slide-active .anim-top {
	transform: translate3d(0, 0, 0)
}
.my-swiper .swiper-slide-active .abt-img-sec .ab-m.abimg-1 img {
	animation-name: topbottom;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: topbottom;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}
.my-swiper .swiper-slide-active .abt-img-sec .ab-m img {
	animation-delay: 1s;
	transition: 1s;
	animation-name: topbottom;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: topbottom;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}
.my-swiper .swiper-slide-active .abt-img-sec .ab-m.abimg-4 img {
	animation-name: topbottom-3;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-name: topbottom-3;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease
}
@-webkit-keyframes topbottom {
	0%, 100% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(10px)
	}
}
@keyframes topbottom {
	0%, 100% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(20px)
	}
}
@-webkit-keyframes topbottom-2 {
	0%, 100% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(30px)
	}
}
@keyframes topbottom-3 {
	0%, 100% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(40px)
	}
}
.home-about {
	margin-left: 40px
}
.home-about h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 20px
}
.home-about p {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 20px
}
#worldmap {
	height: 500px;
	padding: 20px;
	background: rgb(171 116 0);
	box-shadow: 0 0 6px #000
}
.review-sec {
	margin-left: 99px
}
.review-body {
	color: #000;
	padding: 3px 10px;
	width: 80%;
	margin-bottom: 2px
}
.review-body .fa {
	position: absolute;
	font-size: 20px;
	color: #bbb
}
.review-body .fa.fa-quote-left {
	left: 10px;
	top: 8px
}
.review-body .fa.fa-quote-right {
	right: 20px;
	bottom: 10px
}
.review-body h4 {
	font-size: 16px;
	margin-bottom: 10px
}
.review-body h4 span, .review-item .review-heading span {
	color: #919191
}
.review-footer .rev-thumb img {
	width: 50px;
	margin-right: 20px
}
.review-footer .rev-star i {
	font-size: 16px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: #19b68b;
	text-align: center;
	line-height: 24px
}
.review-body p {
	color: #000;
	font-size: 15px;
	line-height: 25px;
	font-family: Montserrat, sans-serif
}
.review-footer {
	padding-top: 13px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center
}
.review-footer h3 {
	font-size: 21px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Oswald, sans-serif
}
.view-more-rev {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.view-more-rev a {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	line-height: 10px;
	letter-spacing: 2px;
	text-decoration: underline
}
.start-sec.section-bg {
	position: relative;
	padding-top: 11.75rem;
	padding-bottom: 11.75rem
}
.start-sec:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(49 184 147/74%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0;
	transition: .5s
}
.start-sec .section-bg__image {
	z-index: -1
}
.start-sec .container {
	z-index: 5
}
.start-sec .start-head {
	font-size: 85px;
	letter-spacing: 2px;
	color: #fff
}
.start-sec:hover .start-head {
	-webkit-text-stroke: 1px #fff
}
.start-sec .start-head span {
	display: inline-block;
	transform: translateY(40px);
	transition: .2s
}
.start-sec .start-hover-text {
	transform: translateY(40px);
	opacity: 0;
	transition: .8s
}
.start-sec:hover .start-hover-text {
	transform: translateY(0);
	opacity: 1
}
.start-sec .start-hover-text p {
	font-size: 20px;
	color: #fff
}
footer.footer.-type-1.-light.bg-white {
	background-color: #181818
}
footer.footer.-type-1 .footer__bottom {
	padding: 40px 0
}
.footer.-light .footer__bottom_text ul.ft-list li {
	display: inline-block;
	margin: 0 23px
}
.footer.-light .footer__bottom_text ul.ft-list li a {
	font-size: 18px;
	color: #fff
}
.service-page .s-slide img {
	transition: 1s;
	animation: 2s infinite imgtrans
}
@keyframes imgtrans {
	0%, 100% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(10px)
	}
}
.start-project .container-fluid {
	width: 80%
}
.start-project {
	padding: 200px 0
}
.start-project .startp-head {
	margin-bottom: 100px
}
.start-project .head-p {
	font-size: 20px;
	color: #000;
	padding-left: 20px
}
.start-project button#submit {
	height: 130px;
	font-size: 23px;
	width: 300px;
	transition: .3s;
	overflow: hidden;
	opacity: 1
}
.start-project button:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #1fd1f9;
	background-image: linear-gradient(315deg, #f5ab1b 44%, #f5ab1c 56%);
	transition: .3s
}
.start-project button:hover {
	background: 0 0;
	color: #fff
}
.start-project button:hover:after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg)
}
.start-project input::placeholder, .start-project select::placeholder, .start-project textarea::placeholder {
	color: #000
}
.start-project input:focus::placeholder, .start-project select:focus::placeholder, .start-project textarea:focus::placeholder {
	color: #fff0
}
.start-project .sectionHeading__title {
	font-size: 94px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 120px;
	overflow: hidden
}
.start-project .sectionHeading__title span {
	transition: 1s;
	display: inline-block;
	transform: translateY(75%)
}
.at-home .review-body h4, .at-home .review-body p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}
.start-project .sectionHeading__title span.jump {
	transform: translateY(0)
}

.start-project .section-form .form-group {
	margin-bottom: 20px;
	position: relative
}
.start-project .section-form .form-group label {
	position: absolute;
	color: #000;
	top: 26px;
	font-size: 16px;
	transition: .4s;
	text-transform: uppercase;
	z-index: -1;
	opacity: 0
}
.start-project .section-form .form-group input:focus+label, .start-project .section-form .form-group input:not(:placeholder-shown)+label, .start-project .section-form .form-group select:focus+label, .start-project .section-form .form-group textarea:focus+label {
	font-size: 14px;
	top: 0;
	opacity: 1
}
.start-project .section-form .form-group input:focus, .start-project .section-form .form-group select:focus, .start-project .section-form .form-group textarea:focus {
	border-bottom: 2px solid #000
}
.start-project form.-light input[type=email], .start-project form.-light input[type=search], .start-project form.-light input[type=text], .start-project form.-light select, .start-project form.-light textarea {
	color: #000;
	border-bottom: 1px solid;
	display: block;
	z-index: 99;
	padding: 26px 0 10px
}
.review-main {
	padding: 160px 0 100px
}
.review-page-sec {
	padding: 30px 0
}
.review-page-sec h2 {
	font-size: 30px;
	margin: 0 0 20px;
	font-family: Cinzel, serif
}
.review-page-sec .review-item {
	margin-bottom: 20px
}
.write-review {
	padding: 10px 0 40px
}
.write-review textarea {
	border: 1px solid #34bb96;
	padding: 20px
}
.write-review textarea::placeholder {
	font-size: 20px;
	color: #c2c2c2
}
.write-review button {
	padding: 9px 10px 9px 20px;
	display: block;
	background: #19b68b;
	font-size: 18px;
	line-height: 22px;
	width: 140px;
	clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0% 100%, 0 50%, 0% 0%);
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin-top: 10px
}
.write-review h6 {
	font-size: 21px;
	color: #000;
	font-family: Cinzel, serif;
	margin-bottom: 10px;
	margin-top: 20px
}
.write-review p {
	color: #000;
	font-size: 17px
}
.write-review .ban1-text h2.main-slider__title {
	font-size: 32px;
	font-weight: 800
}
.write-review .ban1-text h1.main-slider__text {
	font-size: 39px;
	letter-spacing: 5px;
	margin: 40px 0
}
.live-chat-fix {
	position: fixed;
	right: 0;
	top: 20%
}
.my-map {
	width: 63%;
	height: 99%;
	position: relative
}
.tt_custom_sm a {
	margin: 12px 0;
	display: block;
	background: #fff0;
	font-weight: 700;
	padding: 3px 9px;
	font-size: 14px;
	line-height: 19px;
	color: #0039d9;
	text-decoration: underline
}
.tt_sm {
	background-color: #d7d7d7!important;
	padding: .6em;
	color: #000
}
.tt_name_sm {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 29px
}
#map_access {
	display: none!important
}
#tt_sm_map {
	inset: auto!important;
	top: 20%!important;
	right: -60px!important;
	transform: translateX(100%)!important;
	width: 350px
}
.tt_sm .tt_custom_sm {
	max-height: 300px!important;
	overflow: hidden;
	overflow-y: auto
}
.my-swiper .slider1-thumb .line-hover.home-front-btn-3 img.chat-gif {
	opacity: 0
}
.my-swiper .swiper-slide-active .slider1-thumb .line-hover.home-front-btn-3.is-in-view img.chat-gif {
	opacity: 1;
	transition-delay: 2.8s
}
.line-hover.home-front-btn-3 img.chat-gif {
	width: 70px;
	position: absolute;
	bottom: 90%;
	right: 3%;
	min-width: 60px
}
.masonry.-col-3 .masonry__item {
	border: 2px solid #ff9800
}
.review-item .review-heading {
	padding: 0 10px;
	font-size: 1.1rem
}
.at-home {
	margin-bottom: 20px!important
}
.at-home .review-body h4 {
	-webkit-line-clamp: 1
}
.at-home .review-body p {
	-webkit-line-clamp: 3
}
.added-heading h2 {
	text-transform: uppercase;
	font-size: 45px;
	font-family: cinzel, serif;
	color: #fff;
	margin-bottom: 10px;
	text-align: center
}
.mportfolio .port-thumb .porttext h5 {
	font-size: 1.1rem;
	color: #fff
}
/*Responsive*/

/*@media (max-width:2000px) {*/
/*	.slider1-thumb {*/
/*		height: 700px;*/
/*	}*/
/*}*/
@media (max-width:1800px) {
	.start-project .sectionHeading__title {
		font-size: 70px;
	}
}
@media (max-width:1600px) {
	.start-project .sectionHeading__title {
		font-size: 70px;
		line-height: 114px;
	}
	.start-project {
		padding: 160px 0 200px;
	}
}
@media (max-width:1500px) {
	li.homeservi-s.text-s-nleft .s-content {
		top: 10px;
		left: 20%;
	}
	/*.main-slider .slide-captions{*/
	/*        bottom: 3%;*/
	/*}*/
	li.homeservi-s.text-s-nleft p {
		line-height: 29px;
		font-size: 22px;
	}
	.start-project .container-fluid {
		width: 90%;
	}
	.start-project .sectionHeading__title {
		font-size: 70px;
	}
	.start-project .startp-head {
		margin-bottom: 30px;
	}
	.my-swiper .slider1-thumb img {
		width: 65%;
		min-width: 500px;
	}
	.line-hover.home-front-btn-1 {
		top: -7%;
		left: 0%;
	}
	.line-hover.home-front-btn-2 {
		top: 64%;
		left: -3.5%;
	}
	.line-hover.home-front-btn-3 {
		top: 47%;
		right: -10.5%;
	}
	.line-hover.home-front-btn-4 {
		bottom: -10%;
		right: 0%;
	}
}
@media (max-width:1499px) {
	.main-slider .container-fluid {
		width: 97%;
	}
	.ban2-text {
		margin: 0 10px;
	}
	.slider1-thumb {
		height: 480px;
		margin: 0px;
	}
	.banz-cont h3 {
		font-size: 17px;
	}
	.ban1-text h2.main-slider__title {
		font-size: 33px;
	}
	.ban1-text h1.main-slider__text {
		font-size: 60px;
	}
	.main-slider .review-sec .review-item:nth-child(2) {
		display: none;
	}
	.ban2-text h2 {
		font-size: 43px;
		line-height: 140%;
		padding-left: 16px;
		margin: 0 0 17px;
	}
	#home-list1-text li h3 {
		font-size: 17px;
		line-height: 27px;
	}
	#home-list1-text li p {
		font-size: 10px;
		line-height: 14px;
		height: auto;
	}
	.button.-md {
		min-width: 10.75rem;
		padding: 1rem 1rem;
	}
	li.homeservi-s h3 {
		font-size: 30px;
		margin-bottom: 2px;
		padding-bottom: 13px;
	}
	.home-about h2 {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.home-about p {
		line-height: 23px;
	}
	/*Services Page*/
	.service-page .service-main-tittle {
		margin-bottom: 0px;
	}
	.service-page .sectionHeading__title {
		font-size: 53px;
		line-height: 57px;
		letter-spacing: 1px;
	}
	#phone-contents1 {
		margin-left: 0px;
	}
	#phone-pager1 li h3 {
		font-size: 25px;
	}
	/*start project*/
	.start-project .sectionHeading__title {
		font-size: 60px;
	}
}
@media (max-width:1100px) {
	.slider1-thumb {
		height: 700px;
	}
	first Slide .my-swiper .slider1-thumb img {
		width: 75%;
		min-width: 429px;
	}
	.banz-cont p {
		display: none;
	}
	.banz-cont a.home-btn {
		margin: 10px 0;
	}
	.my-swiper .home-front-experience-btns .line-hover {
		width: 250px;
	}
	.line-hover.home-front-btn-1 {
		top: -7%;
		left: 0%;
	}
	.line-hover.home-front-btn-2 {
		left: 5.5%;
	}
	.line-hover.home-front-btn-3 {
		right: 0%;
	}
	.line-hover.home-front-btn-4 {
		right: 5%;
	}
	.ban1-text h2.main-slider__title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.ban1-text h1.main-slider__text {
		margin-bottom: 20px;
		font-size: 50px;
	}
	.main-slider .slide-2 .container-fluid {
		width: 100%;
	}
	.ban2-text {
		margin: 0 0;
		margin-top: 20px;
	}
	.ban2-text h2 {
		font-size: 43px;
		line-height: 140%;
		padding-left: 16px;
		margin: 0 0 9px;
	}
	#home-list1-text li h3 {
		font-size: 18px;
		line-height: 34px;
	}
	#home-list1-text li p {
		font-size: 10px;
		line-height: 13px;
		height: auto;
	}
	li.homeservi-s h3 {
		font-size: 30px;
		margin-bottom: 9px;
		padding-bottom: 14px;
	}
	li.homeservi-s.text-s-nleft p {
		font-size: 16px;
		line-height: 19px;
	}
	li.homeservi-s.text-s-nleft img {
		width: 90%;
		box-shadow: none;
	}
	li.homeservi-s p {
		font-size: 15px;
		line-height: 21px;
	}
	third slide .home-about h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.home-about p {
		font-size: 12px;
	}
	#worldmap {
		position: relative;
		height: 300px;
		padding: 10px;
	}
}
@media (max-width:1200px) {
	.slider1-thumb {
		height: 400px;
		margin: 0 40px;
	}
	.my-swiper .slider1-thumb img {
		width: 35%;
		min-width: 359px;
	}
	.ban1-text {
		margin-left: 40px;
	}
	.review-sec {
		margin-left: 40px;
	}
	#home-list1-text li h3 {
		font-size: 15px;
		line-height: 26px;
	}
	.ban2-text h2 {
		font-size: 33px;
	}
	.my-swiper .home-front-experience-btns .line-hover {
		width: 210px;
	}
	.portfolio-page .container-fluid {
		width: 100%;
	}
	.review-main .ban1-text {
		margin-left: 00px;
	}
	.write-review .ban1-text h2.main-slider__title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.write-review .ban1-text h1.main-slider__text {
		font-size: 29px;
		margin: 20px 0;
	}
	.start-project .sectionHeading__title {
		font-size: 50px;
	}
	.start-project {
		padding: 100px 0 100px;
	}
	.ban1-text h2.main-slider__title {
		margin-bottom: 10px;
		font-size: 27px;
	}
	.ban1-text h1.main-slider__text {
		margin-bottom: 20px;
		font-size: 50px;
	}
	.review-body p {
		color: #000;
		font-size: 14px;
		line-height: 22px;
	}
	#tt_sm_map {
		inset: auto !important;
		top: 10% !important;
		right: -10px !important;
		width: 230px !important;
	}
	.tt_sm {
		min-height: 250px !important;
	}
	.tt_sm {
		min-height: 250px !important;
	}
}
@media (max-width:1100px) {
	#tt_sm_map {
		inset: auto !important;
		top: 105% !important;
		right: 100% !important;
		width: 300px !important;
		max-width: 360px !important;
	}
	.slide-4 .slide-captions {
		width: 100%;
	}
	.start-project .head-p {
		font-size: 17px;
		line-height: 24px;
	}
	.header__icons {
		height: 100%;
		justify-content: center;
	}
	.menu .mobile__socials, .header__icons .mobile__socials {
		display: flex;
		margin-top: .45rem;
		margin-left: -0.75rem;
	}
	.header__logo a img {
		height: 50px;
		line-height: 70px;
	}
	.start-project .sectionHeading__title {
		font-size: 38px;
		line-height: 80px;
	}
	.start-project button#submit {
		height: 60px;
		font-size: 23px;
		width: 100%;
	}
	.start-project .startp-head {
		margin-bottom: 30px;
	}
	.start-project .head-p {
		padding: 0;
	}
	Services .service-page .service-main-tittle {
		margin-bottom: 0px;
	}
	.service-page .sectionHeading__title {
		font-size: 53px;
		line-height: 57px;
		letter-spacing: 1px;
	}
	#phone-contents1 {
		margin-left: 0px;
	}
	#phone-pager1 li h3 {
		font-size: 31px;
		margin-bottom: 2px;
		line-height: 1.2;
		-webkit-text-stroke: 1px #33ba95;
	}
	#phone-contents1 li.s-slide .sbg-text {
		margin-top: 13px;
	}
	.menu .nav li a {
		font-family: 'Antonio', sans-serif;
		font-size: 2.3rem;
		line-height: 3.85rem;
	}
}
@media (max-width:768px) {
	.line-hover.home-front-btn-1 {
		top: -16%;
		left: -10%;
	}
	.menu .nav li a {
		font-size: 2rem !important;
		line-height: 2.75rem!important;
	}
	.line-hover.home-front-btn-2 {
		left: -10.5%;
        bottom: 0%;
	}
	.line-hover.home-front-btn-3 {
	   left: 43%;
        top: 25%;
	}
	.line-hover.home-front-btn-4 {
		right: 60%;
		bottom: -10%;
	}
	.line-hover.home-front-btn-3 .home-btn {
		width: 170px;
		font-size: 16px;
	}
	#home-list1-text li p {
		display: none;
	}
	li.homeservi-s h3 {
		font-size: 25px;
	}
	li.homeservi-s.text-s-nleft p {
		margin: 3px 0;
	}
}
@media (max-width:989px) {
	.home-about {
		margin-left: 0;
	}
	.main-slider .swiper-container {
		height: auto;
	}
	.main-slider .slide-captions {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
	}
	.main-slider .swiper-slide {
		height: auto;
	}
	li.homeservi-s.text-s-nleft .s-content {
		left: 0;
		top: 0;
		width: 100%;
	}
	li.homeservi-s.text-s-nleft img {
		margin-top: 50px;
		width: 100%;
	}
	.line-hover.home-front-btn-1 {
		top: 0;
	}
	.my-map {
		width: 100%;
	}
	.review-main {
		padding: 40px 0 100px;
	}
	.header__logo a img {
		height: 43px;
	}
	.header__bar {
		height: 4.5rem;
		padding: 0 0.875rem;
	}
	.header.is-sticky .header__bar {
		padding: 0.25rem 0.675rem;
	}
	.header {
		position: relative;
		/*padding-top: 4px;*/
	}
	.header__bar .row>div {
		height: auto;
	}
	.service-page .services-shead {
		font-size: 20px;
		margin: 10px 0;
	}
	/*services page*/
	.service-page .s-slide img {
		width: 65%;
	}
	.header__icons {
		display: none;
	}
	.start-sec.section-bg {
		position: relative;
		padding-top: 8.75rem;
		padding-bottom: 4.75rem;
	}
	.start-sec .start-head {
		font-size: 52px;
	}
	.footer.-light .footer__bottom_text ul.ft-list li {
		display: inline-block;
		margin: 6px 23px;
	}
	#phone-pager1 li h3 {
		font-size: 25px;
		margin-bottom: 2px;
		line-height: 1;
		padding: 5px;
		-webkit-text-stroke: 1px #33ba95;
	}
	/*start project*/
	.start-project {
		padding: 30px 0 100px;
	}
	.start-project .sectionHeading__title {
		font-size: 40px;
	}
}
@media (max-width:556px) {
	.start-project .sectionHeading__title {
		font-size: 35px;
	}
}
#myModal1 {
	padding-left: 0 !important;
}
/*form styles*/

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.side-img {
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#msform fieldset .form-card {
	background: white;
	border: none;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
	display: none;
}
#msform fieldset .form-card {
	text-align: left;
	color: #9e9e9e;
}
#msform input, #msform textarea, #msform select {
	padding: 0px 8px 4px 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2c3e50;
	font-size: 16px;
	letter-spacing: 1px;
}
#msform input:focus, #msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	border-bottom: 1px solid #29bc92;
	outline-width: 0;
}
#msform select {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	border-bottom: 1px solid #ccc;
	outline-width: 0;
}
/*Blue Buttons*/

#msform .action-button {
	width: 120px;
	background: #29bc92;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #29bc92;
}
/*Previous Buttons*/

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
/*Dropdown List Exp Date*/

select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px;
}
select.list-dt:focus {
	border-bottom: 1px solid #29bc92;
}
/*The background card*/

.card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative;
}
/*FieldSet headings*/

.fs-title {
	font-size: 40px;
	color: #3b3b3b;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
/*Fit image in bootstrap div*/

.fit-image {
	width: 100%;
	object-fit: cover;
}
.modal-content {
	border-radius: 2rem;
	border: 8px solid #f8a848;
}
.radio-tile-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.radio-tile-group .input-container {
	position: relative;
	margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}
.radio-tile-group .input-container .radio-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #f8a848;
	border: 1px solid #f8a848;
	border-radius: 50px;
	padding: 0.5rem 2rem;
	transition: transform 300ms ease;
}
.radio-tile-group .input-container .radio-tile-label {
	text-align: center;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}
.radio-tile-group .input-container .radio-button:checked+.radio-tile {
	background-color: #29bc92;
	border: 1px solid #29bc92;
	color: white;
}
.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
	fill: white;
	background-color: #29bc92;
}
.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
	color: white;
	background-color: #29bc92;
}
.label-form label {
	border: none !important;
	font-weight: 800;
	color: #3b3b3b;
}
.check-now {
	height: 20px;
}
.check-now-label {
	font-weight: 800 !important;
	padding-left: 10px;
}
.num-bt a {
	font-size: larger;
	font-weight: 800;
	color: rgb(73, 122, 255);
	background: white;
	padding: 0;
	margin: 0;
}
.datepicker-dropdown {
	z-index: 99999;
}
.datepicker-header, .datepicker-controls, .datepicker-header .datepicker-controls .button {
	background-color: #29bc92 !important;
}
.datepicker-dropdown .datepicker-picker {
	border: 5px solid #29bc92;
	border-radius: 20px;
}
.time {
	width: 50%;
	min-width: 200px;
	margin: 25px auto;
}
.time__heading {
	text-align: center;
	color: #fff;
	text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.time__input {
	width: 100%;
}
.time__input .timepicker {
	width: 100%;
	font-size: 25px;
	padding: 10px;
	font-weight: 300;
	text-align: center;
	border: solid 2px #303233;
	color: #303233;
	outline: none;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
div[id^="tp_"].timepicker__wrapper {
	opacity: 0;
	height: auto;
	min-width: 150px;
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}
div[id^="tp_"].timepicker__wrapper * {
	box-shadow: border-box;
}
div[id^="tp_"].timepicker__wrapper-active {
	opacity: 1;
	max-height: 100px;
	background-color: #fff;
	border: 4px solid #29bc92;
	border-radius: 20px;
}
div[id^="tp_"].timepicker__wrapper-full>div {
	width: 33% !important;
}
div[id^="tp_"].timepicker__wrapper>div {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: center;
	width: 50%;
	max-width: 75px;
}
div[id^="tp_"].timepicker__wrapper>div .display {
	color: #303233;
	font-size: 20px;
	font-weight: 600;
	line-height: 5px;
	margin: 0px;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div[id^="tp_"].timepicker__wrapper>div .timepicker__button {
	margin: 15px auto;
	padding: 0px;
	background: #fff;
	cursor: pointer;
	background: transparent;
	border: solid 5px transparent;
}
div[id^="tp_"].timepicker__wrapper>div .timepicker__button__up>div {
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px #303233;
}
#error-msg2 {
	display: none;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */

input[type="number"] {
	-moz-appearance: textfield;
}
div[id^="tp_"].timepicker__wrapper>div .timepicker__button__down>div {
	width: 0px;
	height: 0px;
	margin: auto;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: solid 5px #303233;
}
@media screen and (max-width: 992px) {
	.radio-tile-group .input-container .radio-tile {
		padding: 0.2rem 0.7rem;
	}
	.radio-tile-group .input-container .radio-tile-label {
		font-size: 0.6rem;
	}
	.fs-title {
		font-size: 20px;
	}
	.side-img {
		display: none;
	}
}
.new-footer ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.new-footer ul >li{
padding: 4px;
}
.new-footer ul > li:hover{
color:#957bda;
cursor: pointer;
}
.new-footer hr{
border-width: 3px;
}
.new-footer .social > i{
padding: 1%;
font-size: 15px;
}
.new-footer .social > i:hover{
color:#957bda;
cursor:pointer;
}
.new-footer .policy > div{
padding: 4px;
}
.new-footer .heading{
font-family: 'Titillium Web', sans-serif;
color: white;
}
.new-footer .divider{
border-top: 2px solid rgba(189, 196, 203, 0.5);;
}
.heading2{
    font-size:18px;
    color:lightgray;
}
.text-foot{
    color:lightgray;
}

.port-pad{
    margin-top:100px;
}
#phone-pager1 li.active h3 {
	color: #fff;
	-webkit-text-stroke: 0px #050708;
	background: #33ba95;
}
.details h2{font-size:30px;margin-bottom:15px;}
.details h3{font-size:24px;margin-bottom:15px;}
.details h4{font-size:22px;margin-bottom:10px;}
.details h5{font-size:18px;margin-bottom:10px;}
.details p {font-size: 17px;color: #252525;margin-bottom: 15px;text-align:justify;}
div#accordion p { margin-bottom: 20px;font-size: 17px;color: #252525;}
div#accordion ul li {list-style-type: disc;margin-top: 0px;font-size: 17px;color: #252525;}
div#accordion ul, div#accordion ol {margin-left: 30px;}
div#accordion ol li {list-style-type: numbers;margin-top: 0px;font-size: 17px;color: #252525;}


@media (max-width:1400px) and (min-width:1100px) {
   .header__bar{
    height: 3.875rem ;
   }
   .slider1-thumb {
    height: 420px;
   }
    .my-swiper .slider1-thumb img {
        width: 50%;
        min-width: 440px;
    }
    .line-hover.home-front-btn-2 {
        top: 50%;
    }
    #map_inner{
        height: 341.032px !important;
    }
    #map_inner>svg{
        width: 577.032px;
    }
    .mportfolio>div{
        width:55%;
    }
}

@media (max-width:1600px) and (min-width:1100px){
    .mportfolio>div{
        width:55%;
    }
}


@media (max-width: 558px) {
    .line-hover.home-front-btn-4 {
        right: 40%;
        bottom: -25%;
    }

	.slider1-thumb {
		display: flex;
		justify-content: center;
	}
	.feedback-section-cdn{
        margin-top:3rem;
    }
}
@media (max-width: 786px) {
    .line-hover.home-front-btn-4 {
        /*right: 30%;*/
        /*bottom: -25%;*/
        display:none;
    }
}
@media (max-width: 991px) {
    .feedback-section-cdn{
        margin-top:1rem;
    }
}

.go316439965 .tm-widget{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.go4269172405 {
    display:none !important;
}
.go316439965{
    padding-top:0px !important;
}
.go2990454101{
     display:none !important;
}
.go3081471604{
    z-index: 300 !important;
}
.navdrawer{
        z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    padding: 4.875rem 1.875rem 1.875rem;
    overflow-y: auto;
}

