@charset "UTF-8";
/*
* CreateX | Multipurpose Bootstrap Theme
* Copyright 2019 Createx Studio
* Theme Styles
*/
.xy-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block-title::after, .animated-digits::after, .step .step-title::after {
	display: block;
	position: absolute;
	top: 100%;
	left: 1px;
	width: 36px;
	height: 2px;
	content: '';
}

/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #004539;
	--primary: #639807;
	--secondary: #f5f5f5;
	--success: #33cb81;
	--info: #5695fe;
	--warning: #fc8c3a;
	--danger: #ff5252;
	--light: #ffffff;
	--dark: #004539;
	--accent: #e833b0;
	--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;
}


/*
* Start Custom Styles
*/

.hero-headline {
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	line-height: 2.0rem;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.hero-headline {
		font-size: 1.2rem;
	}
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.line-height-24px {
	line-height: 24px !important;
}

.clear {
	clear:both;
}

.mb-8,
.my-8 {
	margin-bottom: 8rem !important;
}

.video {
	width: 100%;
}

.text-darkgreen {
	color: #004539 !important;
}

.border-tb {
	border-top: 2px solid #004539;
	border-bottom: 1px solid #004539;
}

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

.productimage-alignment {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.border-top-white {
	border-top: 1px solid #fff;
}

.border-top-ligtgreen-30px {
	border-top: 30px solid #ccdad7;
}

.border-bottom-lightgrey {
	border-bottom: 20px solid #e5eceb;
}

.border-bottom-lightgrey-10px {
	border-bottom: 10px solid #ccdad7 !important;
}

.border-bottom-darkgrey {
	border-bottom: 20px solid #004539;
}

.border-left-light-green {
	border-left: 5px solid #8fb803;
}

.border-bottom-light-green-10px {
	border-bottom: 10px solid #8fb803 !important;
}

.border-left-light-green-10px {
	border-left: 10px solid #8fb803 !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

a .card .text-sm {
	color: #004539 !important;
}

.video-100 {
    webkit-box-shadow: 4px 4px 10px 0px rgba(176,176,176,0.75);
    -moz-box-shadow: 4px 4px 10px 0px rgba(176,176,176,0.75);
    box-shadow: 4px 4px 10px 0px rgba(176,176,176,0.75);
    width: 100%;
    min-height: 440px;
	}

/*
* End Custom Styles
*/

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
	margin: 0;
	font-family: "Mulish", sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
	color: #004539;
	text-align: left;
	background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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: #639807;
	text-decoration: none;
	background-color: transparent;
}

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

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

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

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

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

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

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: 0.75rem;
	padding-bottom: 0.75rem;
	color: #8c8c8c;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

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

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

progress {
	vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-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, dt,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.75rem;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	color: #004539;
}

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

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

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

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

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

h6, dt, .h6 {
	font-size: 1.125rem;
}

h7, .h7 {
	font-size: 1.2rem;
	line-height: 1.0rem;
}

.lead {
	font-size: 1.5rem;
	font-weight: normal;
}

.display-1 {
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1.1;
}

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

.display-4 {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.1;
}

.display-5 {
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.1;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
	padding: 0.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: 0.5rem;
}

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

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

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

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

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

.img-thumbnail {
	padding: 0.375rem;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

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

.figure-caption {
	font-size: 0.8125rem;
	color: #404040;
}

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

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #004539;
}

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

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

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

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

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

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

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

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

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

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

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

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

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
	color: #404040;
	background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-accent,
.table-accent > th,
.table-accent > td {
	background-color: #f9c6e9;
}

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

.table-hover .table-accent:hover {
	background-color: #f7afe0;
}

.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
	background-color: #f7afe0;
}

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

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

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

.table .thead-dark th {
	color: #ffffff;
	background-color: #004539;
	border-color: rgba(255, 255, 255, 0.14);
}

.table .thead-light th {
	color: #404040;
	background-color: #f5f5f5;
	border-color: #e7e7e7;
}

.table-dark {
	color: #ffffff;
	background-color: #004539;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: rgba(255, 255, 255, 0.14);
}

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

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

.table-dark.table-hover tbody tr:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.1);
}

@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: 44px;
	padding: 0.5rem 0.9375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #004539;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ccdad7;
	border-radius: 0;
	-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

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

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

.form-control:focus {
	color: #404040;
	background-color: #ffffff;
	border-color: #ffffff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

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

.form-control:-ms-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.form-control::placeholder {
	color: #8c8c8c;
	opacity: 1;
}

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

select.form-control:focus::-ms-value {
	color: #404040;
	background-color: #ffffff;
}

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

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

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

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

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

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

.form-control-sm {
	height: 32px;
	padding: 0.25rem 0.9375rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

.form-control-lg {
	height: 54px;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
}

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

textarea.form-control {
	height: auto;
}

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

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

.form-row {
	display: -webkit-box;
	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: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #8c8c8c;
}

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

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

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

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

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.35rem 0.6rem;
	margin-top: .1rem;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: #33cb81;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #33cb81;
	padding-right: calc(1.5em + 1rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2333cb81' 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: center right calc(0.375em + 0.25rem);
	background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #33cb81;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #33cb81;
	padding-right: calc((1em + 1rem) * 3 / 4 + 1.9375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2333cb81' 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") #ffffff no-repeat center right 1.9375rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #33cb81;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #33cb81;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #33cb81;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.25);
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.35rem 0.6rem;
	margin-top: .1rem;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: #ff5252;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #ff5252;
	padding-right: calc(1.5em + 1rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.25rem);
	background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #ff5252;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #ff5252;
	padding-right: calc((1em + 1rem) * 3 / 4 + 1.9375rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.9375rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #ff5252;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #ff5252;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

@media (min-width: 576px) {
	.form-inline label {
		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;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: -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;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: bold;
	color: #404040;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0 1.75rem;
	font-size: 1rem;
	line-height: 44px;
	border-radius: 0;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

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

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

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

.btn.disabled, .btn:disabled {
	opacity: 0.5;
}

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

.btn-primary {
	color: #ffffff;
	background-color: #639807;
	border-color: #639807;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #9a1cd4;
	border-color: #004539;
}

.btn-primary:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(184, 81, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(184, 81, 232, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff;
	background-color: #639807;
	border-color: #639807;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #004539;
	border-color: #8a19bd;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(184, 81, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(184, 81, 232, 0.5);
}

.btn-secondary {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-secondary:hover {
	color: #212529;
	background-color: #e2e2e2;
	border-color: #dcdbdb;
}

.btn-secondary:focus, .btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #dcdbdb;
	border-color: #d5d5d5;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-success {
	color: #ffffff;
	background-color: #33cb81;
	border-color: #33cb81;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #2bac6e;
	border-color: #29a267;
}

.btn-success:focus, .btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 211, 148, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 211, 148, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #ffffff;
	background-color: #33cb81;
	border-color: #33cb81;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #29a267;
	border-color: #269861;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 211, 148, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 211, 148, 0.5);
}

.btn-info {
	color: #ffffff;
	background-color: #5695fe;
	border-color: #5695fe;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #307dfe;
	border-color: #2375fe;
}

.btn-info:focus, .btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(111, 165, 254, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(111, 165, 254, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #ffffff;
	background-color: #5695fe;
	border-color: #5695fe;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #2375fe;
	border-color: #176dfe;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(111, 165, 254, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(111, 165, 254, 0.5);
}

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

.btn-warning:hover {
	color: #ffffff;
	background-color: #fb7614;
	border-color: #fb6f08;
}

.btn-warning:focus, .btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(219, 125, 55, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(219, 125, 55, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #fb6f08;
	border-color: #f36904;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(219, 125, 55, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(219, 125, 55, 0.5);
}

.btn-danger {
	color: #ffffff;
	background-color: #ff5252;
	border-color: #ff5252;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #ff2c2c;
	border-color: #ff1f1f;
}

.btn-danger:focus, .btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff;
	background-color: #ff5252;
	border-color: #ff5252;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #ff1f1f;
	border-color: #ff1212;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 108, 108, 0.5);
}

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

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

.btn-light:focus, .btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
	color: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.btn-dark:hover {
	color: #ffffff;
	background-color: #23282d;
	border-color: #1e2226;
}

.btn-dark:focus, .btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 95, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 95, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #1e2226;
	border-color: #181b1f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 95, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 95, 0.5);
}

.btn-accent {
	color: #ffffff;
	background-color: #e833b0;
	border-color: #e833b0;
}

.btn-accent:hover {
	color: #ffffff;
	background-color: #dc19a0;
	border-color: #d01897;
}

.btn-accent:focus, .btn-accent.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(235, 82, 188, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(235, 82, 188, 0.5);
}

.btn-accent.disabled, .btn-accent:disabled {
	color: #ffffff;
	background-color: #e833b0;
	border-color: #e833b0;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
	color: #ffffff;
	background-color: #d01897;
	border-color: #c5168f;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(235, 82, 188, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(235, 82, 188, 0.5);
}

.btn-outline-primary {
	color: #004539;
	border: 1px solid #004539 !important;
}

.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #004539;
	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: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
}

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

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #f5f5f5;
	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: #212529;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

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

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #33cb81;
	border-color: #33cb81;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #33cb81;
	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: #ffffff;
	background-color: #33cb81;
	border-color: #33cb81;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
}

.btn-outline-info {
	color: #5695fe;
	border-color: #5695fe;
}

.btn-outline-info:hover {
	color: #ffffff;
	background-color: #5695fe;
	border-color: #5695fe;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #5695fe;
	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: #ffffff;
	background-color: #5695fe;
	border-color: #5695fe;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
}

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #fc8c3a;
	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: #fc8c3a;
	border-color: #fc8c3a;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
}

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

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #ff5252;
	border-color: #ff5252;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #ff5252;
	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: #ffffff;
	background-color: #ff5252;
	border-color: #ff5252;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

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

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

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #ffffff;
	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: #ffffff;
	border-color: #ffffff;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

.btn-outline-dark:hover {
	color: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #004539;
	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: #ffffff;
	background-color: #004539;
	border-color: #004539;
}

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
}

.btn-outline-accent {
	color: #e833b0;
	border-color: #e833b0;
}

.btn-outline-accent:hover {
	color: #ffffff;
	background-color: #e833b0;
	border-color: #e833b0;
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
}

.btn-outline-accent.disabled, .btn-outline-accent:disabled {
	color: #e833b0;
	background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
	color: #ffffff;
	background-color: #e833b0;
	border-color: #e833b0;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
}

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
	padding: 0 2rem;
	font-size: 1rem;
	line-height: 54px;
	border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0 1.25rem;
	font-size: 0.75rem;
	line-height: 32px;
	border-radius: 0;
}

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

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

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

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

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

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

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

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

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

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

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

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.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: 11.875rem;
	padding: 0 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #404040;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #e7e7e7;
}

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.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: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.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: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

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

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

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

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

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

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

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

.dropdown-item.active, .dropdown-item:active {
	color: #639807;
	text-decoration: none;
	background-color: transparent;
}

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

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

.dropdown-header {
	display: block;
	padding: 0 1.5rem;
	margin-bottom: 0;
	font-size: 0.75rem;
	color: #8c8c8c;
	white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

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

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

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem 0.9375rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #004539;
	text-align: center;
	white-space: nowrap;
	background-color: #e5eceb;
	border: 1px solid #004539;
}

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: 54px;
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: 32px;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.9375rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

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

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

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

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

.custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #639807;
	background-color: #639807;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #ffffff;
}

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

.custom-control-input:disabled ~ .custom-control-label {
	color: #8c8c8c;
}

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

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

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #ffffff;
	border: #d5d5d5 solid 1px;
}

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

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #639807;
	background-color: #639807;
}

.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(172, 50, 228, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(172, 50, 228, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(172, 50, 228, 0.5);
}

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

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #d5d5d5;
	border-radius: 0.5rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(172, 50, 228, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: 44px;
	padding: 0.5rem 1.9375rem 0.5rem 0.9375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #404040;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #ffffff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.custom-select:focus::-ms-value {
	color: #404040;
	background-color: #ffffff;
}

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

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

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

.custom-select-sm {
	height: 32px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.9375rem;
	font-size: 0.75rem;
}

.custom-select-lg {
	height: 54px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 44px;
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 44px;
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #e4e4e4;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.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: 44px;
	padding: 0.5rem 0.9375rem;
	font-weight: 400;
	line-height: 1.9rem;
	color: #404040;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 42px;
	padding: 0.5rem 0.9375rem;
	line-height: 1.9rem;
	color: #ffffff;
	content: "Browse";
	background-color: #639807;
	border-left: inherit;
}

.custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

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

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

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

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

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

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #639807;
	border: 0;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

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

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

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e7e7e7;
	border-color: transparent;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #639807;
	border: 0;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	appearance: none;
}

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

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

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

.custom-range::-ms-fill-lower {
	background-color: #e7e7e7;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #e7e7e7;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #8c8c8c;
}

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

.custom-range:disabled::-moz-range-thumb {
	background-color: #8c8c8c;
}

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

.custom-range:disabled::-ms-thumb {
	background-color: #8c8c8c;
}

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

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

.nav {
	display: -webkit-box;
	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: 0.5625rem 1.25rem;
}

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

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

.nav-tabs {
	border-bottom: 0 solid #e7e7e7;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
}

.nav-tabs .nav-link {
	border: 0 solid transparent;
}

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #404040;
	background-color: #ffffff;
	border-color: #e7e7e7 #e7e7e7 #ffffff;
}

.nav-tabs .dropdown-menu {
	margin-top: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #ffffff;
	background-color: #639807;
}

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

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.2rem 0;
}

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

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

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

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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: 0.5625rem;
	padding-bottom: 0.5625rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	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, 0.9);
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

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

.navbar-dark .navbar-brand {
	color: #ffffff;
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
	color: #ffffff;
}

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

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: border-box;
	border: 1px solid #e7e7e7;
}

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

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

.card-title {
	margin-bottom: 1.5rem;
}

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

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

@media (max-width: 575px) {
	.card .text-md {
		font-size: 1.025rem !important;
	}
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.5rem;
}

.card-header {
	padding: 1.5rem 1.5rem;
	margin-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #e7e7e7;
}

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

.card-footer {
	padding: 1.5rem 1.5rem;
	background-color: #ffffff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 10px solid #ccdad7;
	height: 110px;
}

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

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

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

.card-img {
	width: 100%;
}

.card-img-top {
	width: 100%;
}

.card-img-bottom {
	width: 100%;
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

@media (min-width: 576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-group > .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
}

.card-columns .card {
	margin-bottom: 1.5rem;
}

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

.accordion > .card {
	overflow: hidden;
}

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

.accordion > .card:first-of-type {
	border-bottom: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0.25rem;
	list-style: none;
	background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.75rem;
	color: #639807;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #639807;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
}

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

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.25);
}

.page-item:first-child .page-link {
	margin-left: 0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #639807;
	border-color: #639807;
}

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

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

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

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

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

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

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
}

.badge-primary {
	color: #ffffff;
	background-color: #639807;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #ffffff;
	background-color: #004539;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(172, 50, 228, 0.5);
}

.badge-secondary {
	color: #212529;
	background-color: #f5f5f5;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #212529;
	background-color: #dcdbdb;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-success {
	color: #ffffff;
	background-color: #33cb81;
}

a.badge-success:hover, a.badge-success:focus {
	color: #ffffff;
	background-color: #29a267;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(51, 203, 129, 0.5);
}

.badge-info {
	color: #ffffff;
	background-color: #5695fe;
}

a.badge-info:hover, a.badge-info:focus {
	color: #ffffff;
	background-color: #2375fe;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(86, 149, 254, 0.5);
}

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

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #fb6f08;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(252, 140, 58, 0.5);
}

.badge-danger {
	color: #ffffff;
	background-color: #ff5252;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #ffffff;
	background-color: #ff1f1f;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.5);
}

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

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

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

.badge-dark {
	color: #ffffff;
	background-color: #004539;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #ffffff;
	background-color: #1e2226;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 59, 67, 0.5);
}

.badge-accent {
	color: #ffffff;
	background-color: #e833b0;
}

a.badge-accent:hover, a.badge-accent:focus {
	color: #ffffff;
	background-color: #d01897;
}

a.badge-accent:focus, a.badge-accent.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 51, 176, 0.5);
}

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

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

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

.alert {
	position: relative;
	padding: 1.5rem 1.5rem;
	margin-bottom: 1rem;
	border: 0.3125rem solid transparent;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4.5rem;
}

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

.alert-primary {
	color: #591a77;
	background-color: #eed6fa;
	border-color: #e8c6f7;
}

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

.alert-primary .alert-link {
	color: #3a114d;
}

.alert-secondary {
	color: #7f7f7f;
	background-color: #fdfdfd;
	border-color: #fcfcfc;
}

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

.alert-secondary .alert-link {
	color: #666565;
}

.alert-success {
	color: #1b6a43;
	background-color: #d6f5e6;
	border-color: #c6f0dc;
}

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

.alert-success .alert-link {
	color: #114129;
}

.alert-info {
	color: #2d4d84;
	background-color: #ddeaff;
	border-color: #d0e1ff;
}

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

.alert-info .alert-link {
	color: #20375e;
}

.alert-warning {
	color: #83491e;
	background-color: #fee8d8;
	border-color: #fedfc8;
}

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

.alert-warning .alert-link {
	color: #5a3214;
}

.alert-danger {
	color: #852b2b;
	background-color: #ffdcdc;
	border-color: #ffcfcf;
}

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

.alert-danger .alert-link {
	color: #5e1f1f;
}

.alert-light {
	color: #858585;
	background-color: white;
	border-color: white;
}

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

.alert-light .alert-link {
	color: #6c6b6b;
}

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

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

.alert-dark .alert-link {
	color: #050606;
}

.alert-accent {
	color: #791b5c;
	background-color: #fad6ef;
	border-color: #f9c6e9;
}

.alert-accent hr {
	border-top-color: #f7afe0;
}

.alert-accent .alert-link {
	color: #4f123c;
}

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

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

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #f5f5f5;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #639807;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

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

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

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

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

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

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

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

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

.list-group-item {
	position: relative;
	display: block;
	padding: 1rem 1.25rem;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
}

.list-group-item:last-child {
	margin-bottom: 0;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #8c8c8c;
	pointer-events: none;
	background-color: #ffffff;
}

.list-group-item.active {
	z-index: 2;
	color: #639807;
	background-color: transparent;
	border-color: #e7e7e7;
}

.list-group-horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
	}
}

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

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

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

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

.list-group-item-primary {
	color: #591a77;
	background-color: #e8c6f7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #591a77;
	background-color: #dfb0f4;
}

.list-group-item-primary.list-group-item-action.active {
	color: #ffffff;
	background-color: #591a77;
	border-color: #591a77;
}

.list-group-item-secondary {
	color: #7f7f7f;
	background-color: #fcfcfc;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #7f7f7f;
	background-color: #efefef;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #ffffff;
	background-color: #7f7f7f;
	border-color: #7f7f7f;
}

.list-group-item-success {
	color: #1b6a43;
	background-color: #c6f0dc;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #1b6a43;
	background-color: #b2ebd0;
}

.list-group-item-success.list-group-item-action.active {
	color: #ffffff;
	background-color: #1b6a43;
	border-color: #1b6a43;
}

.list-group-item-info {
	color: #2d4d84;
	background-color: #d0e1ff;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #2d4d84;
	background-color: #b7d1ff;
}

.list-group-item-info.list-group-item-action.active {
	color: #ffffff;
	background-color: #2d4d84;
	border-color: #2d4d84;
}

.list-group-item-warning {
	color: #83491e;
	background-color: #fedfc8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #83491e;
	background-color: #fed0af;
}

.list-group-item-warning.list-group-item-action.active {
	color: #ffffff;
	background-color: #83491e;
	border-color: #83491e;
}

.list-group-item-danger {
	color: #852b2b;
	background-color: #ffcfcf;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #852b2b;
	background-color: #ffb6b6;
}

.list-group-item-danger.list-group-item-action.active {
	color: #ffffff;
	background-color: #852b2b;
	border-color: #852b2b;
}

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

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

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

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

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

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

.list-group-item-accent {
	color: #791b5c;
	background-color: #f9c6e9;
}

.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
	color: #791b5c;
	background-color: #f7afe0;
}

.list-group-item-accent.list-group-item-action.active {
	color: #ffffff;
	background-color: #791b5c;
	border-color: #791b5c;
}

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

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

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

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

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

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
}

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

.toast.showing {
	opacity: 1;
}

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

.toast.hide {
	display: none;
}

.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

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

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

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

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

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

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

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid transparent;
	outline: 0;
}

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

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem 1.25rem;
	background: #004539;
	color: #fff;
}

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

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

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

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem 1.25rem;
	background:#fff;
}

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

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

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

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 700px;
		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);
	}
	.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: "Mulish", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.75rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 1;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
	max-width: 200px;
	padding: 0.35rem 0.6rem;
	color: #ffffff;
	text-align: center;
	background-color: #004539;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Mulish", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.8125rem;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
	padding: 0.6rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #004539;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.6rem 0.75rem;
	color: #404040;
}

.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;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s 0.6s opacity;
	transition: 0s 0.6s opacity;
}

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

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	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;
	width: 15%;
	color: #ffffff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

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

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

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-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: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		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: #ffffff;
	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: 0.15em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

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

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

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

.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: #639807 !important;
}

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

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

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

.bg-success {
	background-color: #33cb81 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #29a267 !important;
}

.bg-info {
	background-color: #5695fe !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #2375fe !important;
}

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

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

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

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

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

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

.bg-dark {
	background-color: #004539 !important;
}

.bg-light-green {
	background-color: #ccdad7 !important;
}

.bg-light-grey {
	background-color: #e5eceb !important;
}

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

.bg-accent {
	background-color: #e833b0 !important;
}

a.bg-accent:hover, a.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
	background-color: #d01897 !important;
}

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

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

.border {
	border: 1px solid #e7e7e7 !important;
}

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

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

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

.border-left {
	border-left: 1px solid #e7e7e7 !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: #639807 !important;
}

.border-secondary {
	border-color: #f5f5f5 !important;
}

.border-success {
	border-color: #33cb81 !important;
}

.border-info {
	border-color: #5695fe !important;
}

.border-warning {
	border-color: #fc8c3a !important;
}

.border-danger {
	border-color: #ff5252 !important;
}

.border-light {
	border-color: #ffffff !important;
}

.border-dark {
	border-color: #004539 !important;
}

.border-accent {
	border-color: #e833b0 !important;
}

.border-white {
	border-color: #ffffff !important;
}

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

.rounded {
	border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-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 {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

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

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-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 {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

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

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

.justify-content-between {
	-webkit-box-pack: justify !important;
	-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 {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-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 {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-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 {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-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 {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-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 {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-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 {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-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 {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-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 {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-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 {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-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 {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-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 {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-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 {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-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 {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-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;
	}
}

.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;
	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 {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13) !important;
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	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;
}

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

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
	margin: 0.5rem !important;
}

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

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

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

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

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

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

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

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

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

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

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

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

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
	padding: 0.5rem !important;
}

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

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

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

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

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

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

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

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

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

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

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

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

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

.m-n1 {
	margin: -0.25rem !important;
}

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

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

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

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

.m-n2 {
	margin: -0.5rem !important;
}

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

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

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

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

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

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

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

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

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-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 (max-width: 767px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !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: #ffffff !important;
}

.text-primary {
	color: #639807 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #8117b2 !important;
}

.text-secondary {
	color: #f5f5f5 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #cfcfcf !important;
}

.text-success {
	color: #33cb81 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #248e5a !important;
}

.text-info {
	color: #5695fe !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0a65fe !important;
}

.text-warning {
	color: #fc8c3a !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #e66304 !important;
}

.text-danger {
	color: #ff5252 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #ff0606 !important;
}

.text-light {
	color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
	color: #d9d9d9 !important;
}

.text-dark {
	color: #004539 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #131518 !important;
}

.text-accent {
	color: #e833b0 !important;
}

a.text-accent:hover, a.text-accent:focus {
	color: #ba1587 !important;
}

.text-body {
	color: #404040 !important;
}

.text-muted {
	color: #8c8c8c !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body {
	height: 100%;
}

body {
	background-position: center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a:focus {
	outline: none;
}

.small {
	font-size: 80%;
}

img,
figure {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

svg {
	max-width: 100%;
}

iframe {
	width: 100%;
	border: 0;
}

hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #e7e7e7;
}

hr.hr-light {
	border-top-color: rgba(255, 255, 255, 0.14);
}

::-moz-selection {
	background: #004539;
	color: #ffffff;
}

::selection {
	background: #004539;
	color: #ffffff;
}

::-moz-selection {
	background: #004539;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, dt,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: #004539;
	font-weight: 600;
	letter-spacing: .021em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, dt small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	display: block;
	padding-top: 3px;
	color: #004539;
}

h1, .h1 {
	line-height: 1.2;
}

h2, .h2 {
	line-height: 1.2;
}

h3, .h3 {
	line-height: 1.25;
}

h4, .h4 {
	line-height: 1.3;
}

h5, .h5 {
	line-height: 1.35;
}

h6, dt, .h6 {
	line-height: 1.4;
}

.display-1, .display-2,
.display-3, .display-4, .display-5 {
	margin-bottom: 0.75rem;
	letter-spacing: .021em;
}

.display-404 {
	color: #ffffff;
	font-size: 19rem;
	line-height: 1.12;
	text-shadow: 12px 12px 30px rgba(52, 59, 67, 0.13);
}

@media (max-width: 991.98px) {
	.display-1 {
		font-size: 3.9rem;
	}
	.display-2 {
		font-size: 3.85rem;
	}
	.display-3 {
		font-size: 3.15rem;
	}
	.display-4 {
		font-size: 2.975rem;
	}
	.display-5 {
		font-size: 2.5rem;
	}
	.display-404 {
		font-size: 16.15rem;
	}
}

@media (max-width: 767.98px) {
	h1, .h1 {
		font-size: 2.4rem;
	}
	h2, .h2 {
		font-size: 1.8rem;
	}
	h3, .h3 {
		font-size: 1.6rem;
	}
	.display-2 {
		font-size: 2.85rem;
	}	
	.display-4 {
		font-size: 2.5rem;
	}
	.display-404 {
		font-size: 11.4rem;
	}
}

@media (max-width: 575.98px) {
	h1, .h1 {
		font-size: 1.95rem;
	}
	.display-404 {
		font-size: 7.6rem;
	}
}

.lead {
	font-size: 1.5rem !important;
}

.text-xl {
	font-size: 1.125rem !important;
}

.text-lg {
	font-size: 1rem !important;
}

.text-md {
	font-size: 0.875rem !important;
}

.text-sm {
	font-size: 0.75rem !important;
}

.text-xs {
	font-size: 0.625rem !important;
}

.navi-link {
	-webkit-transition: all .25s;
	transition: all .25s;
	color: #404040;
	font-weight: 600;
	text-decoration: none;
}

.navi-link > i {
	display: inline-block;
	margin-top: -1px;
	font-size: 1.2em;
	vertical-align: middle;
}

.navi-link:hover {
	color: #639807;
}

.navi-link.text-white:hover {
	opacity: .6;
}

.navbar ul > li > a.disabled-link,
.mobile-menu ul > li > a.disabled-link,
.disabled-link {
	color: #8c8c8c !important;
	cursor: default;
	pointer-events: none;
}

.navbar ul > li > a.disabled-link:hover,
.mobile-menu ul > li > a.disabled-link:hover,
.disabled-link:hover {
	color: #8c8c8c !important;
}

.navbar ul > li:hover > a.disabled-link {
	color: #8c8c8c !important;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 1.125rem;
}

ul li, ol li {
	margin-bottom: 0.3846153846rem;
}

ul li:last-child, ol li:last-child {
	margin-bottom: 0;
}

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

.list-inline > li {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 0.3125rem;
	padding-left: 0.3125rem;
}

.list-icon {
	padding: 0;
	list-style: none;
}

.list-icon > li {
	position: relative;
	padding-left: 22px;
}

.list-icon > li > i {
	display: block;
	position: absolute;
	left: 0;
	font-size: 1.1em;
	line-height: inherit;
}

.list-icon.lead > li {
	padding-left: 33px;
}

.list-icon.text-xl > li {
	padding-left: 26px;
}

.list-icon.text-lg > li {
	padding-left: 25px;
}

.list-icon.text-sm > li {
	padding-left: 18px;
}

.list-icon.text-xs > li {
	padding-left: 15px;
}

.blockquote {
	display: block;
	position: relative;
	margin-bottom: 0;
	padding: 1.875rem 1.5rem 1.25rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
}

.blockquote::before {
	display: block;
	position: absolute;
	top: -6px;
	left: 1.5rem;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: rgba(229, 236, 235, 0.5);
	color: #004539;
	font-family: "Poppins", sans-serif;
	font-size: 2.875rem;
	line-height: 56px;
	text-align: center;
	content: '“';
}

.blockquote > p {
	margin-bottom: 0;
}

.blockquote .blockquote-footer {
	position: relative;
	margin-top: 0.75rem;
	padding-top: 0.5rem;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
}

.blockquote .blockquote-footer cite {
	display: block;
	color: #8c8c8c;
	font-family: "Mulish", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	font-style: normal;
}

.blockquote .blockquote-footer::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #639807;
	content: '';
}

.blockquote.text-right::before {
	right: 1.5rem;
	left: auto;
}

.blockquote.text-right .blockquote-footer::before {
	right: 0;
	left: auto;
}

.blockquote.text-center::before {
	left: 50%;
	margin-left: -13px;
}

.blockquote.text-center .blockquote-footer::before {
	left: 50%;
	margin-left: -8px;
}

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

dt, dd {
	line-height: 1.5;
}

dt {
	margin-bottom: 6px;
	font-size: 1rem;
}

dd {
	margin-bottom: 1rem;
	margin-left: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
	color: #8c8c8c;
}

dd:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.dl-with-icon dt {
	position: relative;
	padding-left: 1.75rem;
}

.dl-with-icon dt > i {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 1.1em;
}

.dl-with-icon dd {
	padding-left: 1.75rem;
}

.drop-cap:first-child::first-letter {
	padding-right: 0.5rem;
	padding-left: 0.25rem;
	float: left;
	font-family: "Poppins", sans-serif;
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 3.75rem;
}

.drop-cap.text-muted, .drop-cap.text-dark, .drop-cap.text-primary, .drop-cap.text-accent, .drop-cap.text-info, .drop-cap.text-success, .drop-cap.text-warning, .drop-cap.text-danger {
	color: #404040 !important;
}

.drop-cap.text-muted:first-child::first-letter {
	color: #8c8c8c !important;
}

.drop-cap.text-dark:first-child::first-letter {
	color: #004539 !important;
}

.drop-cap.text-primary:first-child::first-letter {
	color: #639807 !important;
}

.drop-cap.text-accent:first-child::first-letter {
	color: #e833b0 !important;
}

.drop-cap.text-info:first-child::first-letter {
	color: #5695fe !important;
}

.drop-cap.text-success:first-child::first-letter {
	color: #33cb81 !important;
}

.drop-cap.text-warning:first-child::first-letter {
	color: #fc8c3a !important;
}

.drop-cap.text-danger:first-child::first-letter {
	color: #ff5252 !important;
}

.figure {
	position: relative;
	padding: .9375rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.figure > .badge {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	margin: 0;
	z-index: 5;
}

.figure-img {
	display: block;
	width: 100%;
	margin-bottom: .9375rem;
}

.figure-caption {
	font-weight: 600;
}

kbd {
	border-radius: 0;
}

pre {
	padding: 1rem;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	background-color: #f5f5f5;
}

.nav-tabs.pre-nav-tabs {
	padding: 0.5rem;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background-color: #f5f5f5;
}

.nav-tabs.pre-nav-tabs .nav-link {
	margin-top: .3125rem;
	margin-bottom: .3125rem;
}

.block-title {
	position: relative;
	padding-bottom: 0.8125rem;
}

.block-title > small {
	padding: 0.5rem 0 0.3125rem 0;
	font-family: "Mulish", sans-serif;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: 0;
}

.block-title .block-title-icon {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 1.25rem;
	background-color: rgba(172, 50, 228, 0.1);
	color: #639807;
	font-size: 1.25rem;
	line-height: 44px;
	text-align: center;
}

.block-title.text-white::after {
	background: #ffffff !important;
}

.text-center .block-title::after,
.text-center .animated-digits::after, .text-center.block-title::after, .text-center.animated-digits::after {
	left: 50%;
	margin-left: -1.125rem;
}

.text-center .block-title .block-title-icon,
.text-center .animated-digits .block-title-icon, .text-center.block-title .block-title-icon, .text-center.animated-digits .block-title-icon {
	margin-right: auto;
	margin-left: auto;
}

.text-right .block-title::after,
.text-right .animated-digits::after, .text-right.block-title::after, .text-right.animated-digits::after {
	right: .0625rem;
	left: auto;
}

.text-right .block-title .block-title-icon,
.text-right .animated-digits .block-title-icon, .text-right.block-title .block-title-icon, .text-right.animated-digits .block-title-icon {
	margin-right: 0;
	margin-left: auto;
}

@media (min-width: 768px) {
	.text-md-left .block-title::after,
	.text-md-left .animated-digits::after, .text-md-left.block-title::after, .text-md-left.animated-digits::after {
		left: .0625rem;
		margin-left: 0;
	}
	.text-md-left .block-title .block-title-icon,
	.text-md-left .animated-digits .block-title-icon, .text-md-left.block-title .block-title-icon, .text-md-left.animated-digits .block-title-icon {
		margin-right: 0;
		margin-left: 0;
	}
}

.form-control {
	font-size: 0.875rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-control:hover:not(:focus):not([readonly]):not([disabled]) {
	border-color: #cecdcd;
}

.form-control:focus {
	-webkit-box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important;
	box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important;
}

.form-control:focus[readonly], .form-control:focus[disabled] {
	border-color: #e4e4e4;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
	padding-right: 2.375rem;
	background-position: center right .9375rem;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzQwNDA0MCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.form-control-light-skin.form-control,
.form-control-light-skin .custom-file-label {
	border-color: rgba(255, 255, 255, 0.14);
	background-color: transparent;
	color: #ffffff;
}

.form-control-light-skin.form-control::-moz-placeholder,
.form-control-light-skin .custom-file-label::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.form-control-light-skin.form-control:-ms-input-placeholder,
.form-control-light-skin .custom-file-label:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.form-control-light-skin.form-control::-webkit-input-placeholder,
.form-control-light-skin .custom-file-label::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.form-control-light-skin.form-control:hover,
.form-control-light-skin .custom-file-label:hover {
	border-color: rgba(255, 255, 255, 0.3) !important;
}

.form-control-light-skin.form-control:focus,
.form-control-light-skin .custom-file-label:focus {
	border-color: rgba(255, 255, 255, 0.1) !important;
	background-color: rgba(255, 255, 255, 0.1);
}

select.form-control-light-skin,
.input-group-light-skin select.form-control {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}

select.form-control-light-skin > option,
.input-group-light-skin select.form-control > option {
	color: #404040 !important;
}

.form-control[disabled] {
	cursor: not-allowed;
}

select[disabled] {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
	color: #8c8c8c;
}

label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label) {
	padding-left: 0.9375rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.form-group {
	position: relative;
}

.form-control-lg {
	font-size: 1rem;
}

.form-control-sm {
	font-size: 0.75rem;
}

.custom-control {
	margin-bottom: 0.3125rem;
}

.custom-control .custom-control-label::before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.custom-control .custom-control-label:focus {
	outline: none;
}

.custom-control .custom-control-input:disabled ~ .custom-control-label {
	cursor: not-allowed;
}

.custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #d5d5d5;
}

.custom-file,
.custom-file-input {
	cursor: pointer;
}

.custom-file:focus ~ .custom-file-label,
.custom-file-input:focus ~ .custom-file-label {
	outline: none;
}

.custom-file:hover:not(:focus) .custom-file-label {
	border-color: #cecdcd;
}

.custom-file-label {
	margin-bottom: 0;
}

.custom-file-label::after {
	border: 0;
	background-color: #639807;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.was-validated .form-control:valid, .was-validated .form-control.is-valid,
.was-validated .form-control-light-skin:valid,
.was-validated .form-control-light-skin.is-valid {
	border-color: #e4e4e4 !important;
}

.was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus,
.was-validated .form-control-light-skin:valid:focus,
.was-validated .form-control-light-skin.is-valid:focus {
	border-color: #ffffff !important;
}

.was-validated .form-control:invalid, .was-validated .form-control.is-invalid,
.was-validated .form-control-light-skin:invalid,
.was-validated .form-control-light-skin.is-invalid {
	border-color: #ff5252 !important;
}

.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus,
.was-validated .form-control-light-skin:invalid:focus,
.was-validated .form-control-light-skin.is-invalid:focus {
	border-color: #ffffff !important;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #e4e4e4 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.was-validated .form-control-light-skin:valid:focus, .was-validated .form-control-light-skin.is-valid:focus, .was-validated .form-control-light-skin:invalid:focus, .was-validated .form-control-light-skin.is-invalid:focus {
	border-color: transparent !important;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: rgba(255, 82, 82, 0.7);
}

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

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

.valid-feedback,
.invalid-feedback {
	margin-top: .3rem;
	font-size: 90%;
}

.valid-feedback {
	color: #33cb81;
}

.invalid-feedback {
	color: #ff5252;
}

.valid-tooltip,
.invalid-tooltip {
	border-radius: 0;
	font-size: 90%;
}

.valid-tooltip {
	background-color: #33cb81;
}

.invalid-tooltip {
	background-color: #ff5252;
}

.input-group-text {
	border: 0;
	font-size: 0.875rem;
	font-weight: 600;
}

.input-group-text > i {
	font-size: 1.1em;
}

.input-group-text .custom-control {
	height: 1rem;
	min-height: auto;
	margin-bottom: 0;
	padding: 0;
}

.input-group-text .custom-control .custom-control-label {
	width: 1rem;
	height: 1rem;
}

.input-group-text .custom-control .custom-control-label::before, .input-group-text .custom-control .custom-control-label::after {
	top: 0;
	left: 0;
}

.input-group-text .custom-control .custom-control-label::before {
	border: 1px solid #dadada;
	background-color: #ffffff;
}

.input-group-text .custom-control .custom-control-input:checked ~ .custom-control-label::before {
	border-color: #639807;
}

.input-group-prepend,
.input-group-append {
	margin: 0 !important;
}

.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .btn + .btn {
	margin-left: .125rem;
}

.input-group-light-skin .form-control {
	border-color: rgba(255, 255, 255, 0.14);
	background-color: transparent;
	color: #ffffff;
}

.input-group-light-skin .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.input-group-light-skin .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.input-group-light-skin .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.input-group-light-skin .form-control:hover {
	border-color: rgba(255, 255, 255, 0.3) !important;
}

.input-group-light-skin .form-control:focus {
	border-color: rgba(255, 255, 255, 0.1) !important;
	background-color: rgba(255, 255, 255, 0.1);
}

.input-group-light-skin .input-group-text {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.table thead th, .table th {
	font-weight: 700;
}

.btn {
	position: relative;
	height: 44px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	cursor: pointer;
	z-index: 1;
	text-transform: uppercase;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.btn:hover, .btn:focus {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn::before, .btn::after {
	-webkit-transition: .2s;
	transition: .2s;
}

.btn:active, .btn:active::before, .btn:active::after {
	-webkit-transition: .12s !important;
	transition: .12s !important;
}

.btn > i, .btn > img {
	display: inline-block;
	font-size: 1.1em;
	vertical-align: middle;
}

.btn > img {
	width: 1.25rem;
	margin-top: -0.0625rem;
	margin-right: 0.375rem;
}

.btn[disabled], .btn.disabled {
	cursor: not-allowed;
}

.btn[disabled]:hover, .btn.disabled:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-lg, .btn-group-lg > .btn {
	height: 54px;
	font-size: 0.8125rem;
}

.btn.btn-sm, .btn-group-sm > .btn {
	height: 32px;
	font-size: 0.6875rem;
}

.btn.btn-xs {
	height: 24px;
	padding: 0 0.75rem;
	font-size: 0.625rem;
	line-height: 24px;
}

@supports (-ms-ime-align: auto) {
	.btn > i {
		margin-top: -2px;
	}
}

.btn-primary:hover {
	background: #639807;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
}

.btn-primary:active {
	background-color: #004539;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-secondary {
	border: 1px solid #e7e7e7;
	line-height: 42px;
}

.btn-secondary:hover {
	background: #f5f5f5;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(245, 245, 245, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(245, 245, 245, 0.24);
}

.btn-secondary:active {
	background-color: #dcdbdb;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-secondary:hover {
	border-color: #e7e7e7;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.15);
	box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.15);
}

.btn-secondary:active {
	background-color: #e7e7e7 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-secondary.btn-lg, .btn-group-lg > .btn-secondary.btn {
	line-height: 52px;
}

.btn-secondary.btn-sm, .btn-group-sm > .btn-secondary.btn {
	line-height: 30px;
}

.btn-success:hover {
	background: #33cb81;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}

.btn-success:active {
	background-color: #29a267;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-info:hover {
	background: #5695fe;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}

.btn-info:active {
	background-color: #2375fe;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-warning:hover {
	background: #fc8c3a;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}

.btn-warning:active {
	background-color: #fb6f08;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-danger:hover {
	background: #ff5252;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}

.btn-danger:active {
	background-color: #ff1f1f;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-light:hover {
	background: #ffffff;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 255, 255, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(255, 255, 255, 0.24);
}

.btn-light:active {
	background-color: #e6e5e5;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-light:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-dark:hover {
	background: #004539;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24);
}

.btn-dark:active {
	background-color: #1e2226;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-accent:hover {
	background: #e833b0;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(232, 51, 176, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(232, 51, 176, 0.24);
}

.btn-accent:active {
	background-color: #d01897;
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-warning,
.btn-gradient {
	color: #ffffff;
}

.btn-secondary,
.btn-light {
	color: #404040 !important;
}

.btn-gradient:hover {
	color: #ffffff;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
}

.btn-gradient:active {
	-webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
	box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important;
}

.btn-style-2::before, .btn-style-2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}

.btn-style-2::before {
	top: 7px;
	left: -7px;
}

.btn-style-2:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-style-2.btn-primary::before, .btn-style-2.btn-primary::after {
	border: 1px solid #639807;
}

.btn-style-2.btn-primary::after {
	background-color: #639807;
}

.btn-style-2.btn-primary:hover:not(.btn-light), .btn-style-2.btn-primary:active:not(.btn-light) {
	color: #639807 !important;
}

.btn-style-2.btn-primary:hover:not(.btn-light)::before, .btn-style-2.btn-primary:active:not(.btn-light)::before {
	background-color: #639807;
}

.btn-style-2.btn-primary:hover:not(.btn-light)::after, .btn-style-2.btn-primary:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-secondary {
	border: 0;
}

.btn-style-2.btn-secondary::before, .btn-style-2.btn-secondary::after {
	border: 1px solid #f5f5f5;
}

.btn-style-2.btn-secondary::after {
	background-color: #f5f5f5;
}

.btn-style-2.btn-secondary:hover:not(.btn-light), .btn-style-2.btn-secondary:active:not(.btn-light) {
	color: #f5f5f5 !important;
}

.btn-style-2.btn-secondary:hover:not(.btn-light)::before, .btn-style-2.btn-secondary:active:not(.btn-light)::before {
	background-color: #f5f5f5;
}

.btn-style-2.btn-secondary:hover:not(.btn-light)::after, .btn-style-2.btn-secondary:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-secondary:hover:not(.btn-light) {
	background-color: #e7e7e7 !important;
	color: #404040 !important;
}

.btn-style-2.btn-secondary::before, .btn-style-2.btn-secondary::after {
	border: 1px solid #e7e7e7;
}

.btn-style-2.btn-success::before, .btn-style-2.btn-success::after {
	border: 1px solid #33cb81;
}

.btn-style-2.btn-success::after {
	background-color: #33cb81;
}

.btn-style-2.btn-success:hover:not(.btn-light), .btn-style-2.btn-success:active:not(.btn-light) {
	color: #33cb81 !important;
}

.btn-style-2.btn-success:hover:not(.btn-light)::before, .btn-style-2.btn-success:active:not(.btn-light)::before {
	background-color: #33cb81;
}

.btn-style-2.btn-success:hover:not(.btn-light)::after, .btn-style-2.btn-success:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-info::before, .btn-style-2.btn-info::after {
	border: 1px solid #5695fe;
}

.btn-style-2.btn-info::after {
	background-color: #5695fe;
}

.btn-style-2.btn-info:hover:not(.btn-light), .btn-style-2.btn-info:active:not(.btn-light) {
	color: #5695fe !important;
}

.btn-style-2.btn-info:hover:not(.btn-light)::before, .btn-style-2.btn-info:active:not(.btn-light)::before {
	background-color: #5695fe;
}

.btn-style-2.btn-info:hover:not(.btn-light)::after, .btn-style-2.btn-info:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-warning::before, .btn-style-2.btn-warning::after {
	border: 1px solid #fc8c3a;
}

.btn-style-2.btn-warning::after {
	background-color: #fc8c3a;
}

.btn-style-2.btn-warning:hover:not(.btn-light), .btn-style-2.btn-warning:active:not(.btn-light) {
	color: #fc8c3a !important;
}

.btn-style-2.btn-warning:hover:not(.btn-light)::before, .btn-style-2.btn-warning:active:not(.btn-light)::before {
	background-color: #fc8c3a;
}

.btn-style-2.btn-warning:hover:not(.btn-light)::after, .btn-style-2.btn-warning:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-danger::before, .btn-style-2.btn-danger::after {
	border: 1px solid #ff5252;
}

.btn-style-2.btn-danger::after {
	background-color: #ff5252;
}

.btn-style-2.btn-danger:hover:not(.btn-light), .btn-style-2.btn-danger:active:not(.btn-light) {
	color: #ff5252 !important;
}

.btn-style-2.btn-danger:hover:not(.btn-light)::before, .btn-style-2.btn-danger:active:not(.btn-light)::before {
	background-color: #ff5252;
}

.btn-style-2.btn-danger:hover:not(.btn-light)::after, .btn-style-2.btn-danger:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-light::before, .btn-style-2.btn-light::after {
	border: 1px solid #ffffff;
}

.btn-style-2.btn-light::after {
	background-color: #ffffff;
}

.btn-style-2.btn-light:hover:not(.btn-light), .btn-style-2.btn-light:active:not(.btn-light) {
	color: #ffffff !important;
}

.btn-style-2.btn-light:hover:not(.btn-light)::before, .btn-style-2.btn-light:active:not(.btn-light)::before {
	background-color: #ffffff;
}

.btn-style-2.btn-light:hover:not(.btn-light)::after, .btn-style-2.btn-light:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-dark::before, .btn-style-2.btn-dark::after {
	border: 1px solid #004539;
}

.btn-style-2.btn-dark::after {
	background-color: #004539;
}

.btn-style-2.btn-dark:hover:not(.btn-light), .btn-style-2.btn-dark:active:not(.btn-light) {
	color: #004539 !important;
}

.btn-style-2.btn-dark:hover:not(.btn-light)::before, .btn-style-2.btn-dark:active:not(.btn-light)::before {
	background-color: #004539;
}

.btn-style-2.btn-dark:hover:not(.btn-light)::after, .btn-style-2.btn-dark:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-accent::before, .btn-style-2.btn-accent::after {
	border: 1px solid #e833b0;
}

.btn-style-2.btn-accent::after {
	background-color: #e833b0;
}

.btn-style-2.btn-accent:hover:not(.btn-light), .btn-style-2.btn-accent:active:not(.btn-light) {
	color: #e833b0 !important;
}

.btn-style-2.btn-accent:hover:not(.btn-light)::before, .btn-style-2.btn-accent:active:not(.btn-light)::before {
	background-color: #e833b0;
}

.btn-style-2.btn-accent:hover:not(.btn-light)::after, .btn-style-2.btn-accent:active:not(.btn-light)::after {
	background-color: #ffffff;
}

.btn-style-2.btn-gradient::before, .btn-style-2.btn-gradient::after {
	border: 1px solid #639807;
}

.btn-style-2.btn-gradient:hover {
	color: #639807;
}

.btn-style-2.btn-gradient:hover::after {
	background: #ffffff !important;
}

.btn-style-3:hover, .btn-style-3:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-style-3::after {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	content: '';
	z-index: -1;
}

.btn-style-3:hover::after {
	height: 5px;
}

.btn-style-3.btn-secondary {
	border: 0;
	background-color: #e8e8e8;
}

.btn-style-4 {
	border-radius: 22px;
}

.btn-style-4.btn-icon-right i, .btn-style-4.btn-icon-left i {
	display: block;
	position: absolute;
	top: 50%;
	left: 7px;
	width: 31px;
	height: 31px;
	margin-top: -15px;
	-webkit-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border-radius: 50%;
	line-height: 30px;
}

.btn-style-4.btn-icon-right i::before, .btn-style-4.btn-icon-left i::before {
	margin-left: 2px;
}

.btn-style-4.btn-icon-left {
	padding-left: 46px;
}

.btn-style-4.btn-icon-right {
	padding-right: 46px;
}

.btn-style-4.btn-icon-right i {
	right: 7px;
	left: auto;
}

.btn-style-4.btn-lg, .btn-group-lg > .btn-style-4.btn {
	border-radius: 27px;
}

.btn-style-4.btn-sm, .btn-group-sm > .btn-style-4.btn {
	border-radius: 16px;
}

.btn-style-4.btn-sm.btn-icon-right i, .btn-group-sm > .btn-style-4.btn-icon-right.btn i, .btn-style-4.btn-sm.btn-icon-left i, .btn-group-sm > .btn-style-4.btn-icon-left.btn i {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	line-height: 26px;
}

.btn-style-4.btn-sm.btn-icon-left, .btn-group-sm > .btn-style-4.btn-icon-left.btn {
	padding-left: 34px;
}

.btn-style-4.btn-sm.btn-icon-left i, .btn-group-sm > .btn-style-4.btn-icon-left.btn i {
	left: 2px;
}

.btn-style-4.btn-sm.btn-icon-right, .btn-group-sm > .btn-style-4.btn-icon-right.btn {
	padding-right: 34px;
}

.btn-style-4.btn-sm.btn-icon-right i, .btn-group-sm > .btn-style-4.btn-icon-right.btn i {
	right: 2px;
	left: auto;
}

.btn-style-4.btn-primary.btn-icon-right i,
.btn-style-4.btn-primary.btn-icon-left i {
	background-color: #004539;
}

.btn-style-4.btn-primary:hover.btn-icon-right i,
.btn-style-4.btn-primary:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #639807;
}

.btn-style-4.btn-secondary.btn-icon-right i,
.btn-style-4.btn-secondary.btn-icon-left i {
	background-color: #dcdbdb;
}

.btn-style-4.btn-secondary:hover.btn-icon-right i,
.btn-style-4.btn-secondary:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #f5f5f5;
}

.btn-style-4.btn-secondary.btn-icon-right i,
.btn-style-4.btn-secondary.btn-icon-left i {
	border: 1px solid #e7e7e7 !important;
	background-color: #ffffff !important;
	color: #404040 !important;
}

.btn-style-4.btn-success.btn-icon-right i,
.btn-style-4.btn-success.btn-icon-left i {
	background-color: #29a267;
}

.btn-style-4.btn-success:hover.btn-icon-right i,
.btn-style-4.btn-success:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #33cb81;
}

.btn-style-4.btn-info.btn-icon-right i,
.btn-style-4.btn-info.btn-icon-left i {
	background-color: #2375fe;
}

.btn-style-4.btn-info:hover.btn-icon-right i,
.btn-style-4.btn-info:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #5695fe;
}

.btn-style-4.btn-warning.btn-icon-right i,
.btn-style-4.btn-warning.btn-icon-left i {
	background-color: #fb6f08;
}

.btn-style-4.btn-warning:hover.btn-icon-right i,
.btn-style-4.btn-warning:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #fc8c3a;
}

.btn-style-4.btn-danger.btn-icon-right i,
.btn-style-4.btn-danger.btn-icon-left i {
	background-color: #ff1f1f;
}

.btn-style-4.btn-danger:hover.btn-icon-right i,
.btn-style-4.btn-danger:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #ff5252;
}

.btn-style-4.btn-light.btn-icon-right i,
.btn-style-4.btn-light.btn-icon-left i {
	background-color: #e6e5e5;
}

.btn-style-4.btn-light:hover.btn-icon-right i,
.btn-style-4.btn-light:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #ffffff;
}

.btn-style-4.btn-light.btn-icon-right i,
.btn-style-4.btn-light.btn-icon-left i {
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
	color: #404040 !important;
}

.btn-style-4.btn-dark.btn-icon-right i,
.btn-style-4.btn-dark.btn-icon-left i {
	background-color: #1e2226;
}

.btn-style-4.btn-dark:hover.btn-icon-right i,
.btn-style-4.btn-dark:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #004539;
}

.btn-style-4.btn-accent.btn-icon-right i,
.btn-style-4.btn-accent.btn-icon-left i {
	background-color: #d01897;
}

.btn-style-4.btn-accent:hover.btn-icon-right i,
.btn-style-4.btn-accent:hover.btn-icon-left i {
	background-color: #ffffff;
	color: #e833b0;
}

.btn-style-4.btn-gradient.btn-icon-right i,
.btn-style-4.btn-gradient.btn-icon-left i {
	background-color: #ffffff;
	color: #639807;
}

.btn-style-5 {
	overflow: hidden;
}

.btn-style-5::after {
	position: absolute;
	top: -20%;
	left: -43px;
	width: 50px;
	height: 200%;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: left .25s ease-in-out;
	transition: left .25s ease-in-out;
	content: '';
	z-index: -1;
}

.btn-style-5:hover::after {
	left: -80px;
}

.btn-style-5.btn-primary::after {
	background-color: #004539;
}

.btn-style-5.btn-secondary::after {
	background-color: #dcdbdb;
}

.btn-style-5.btn-secondary::after {
	background-color: #e7e7e7;
}

.btn-style-5.btn-success::after {
	background-color: #29a267;
}

.btn-style-5.btn-info::after {
	background-color: #2375fe;
}

.btn-style-5.btn-warning::after {
	background-color: #fb6f08;
}

.btn-style-5.btn-danger::after {
	background-color: #ff1f1f;
}

.btn-style-5.btn-light::after {
	background-color: #e6e5e5;
}

.btn-style-5.btn-light::after {
	background-color: #e7e7e7;
}

.btn-style-5.btn-dark::after {
	background-color: #1e2226;
}

.btn-style-5.btn-accent::after {
	background-color: #d01897;
}

.btn-style-5.btn-gradient::after {
	background-color: #004539;
}

.btn-style-6 {
	background-color: #ffffff;
	color: #404040;
	-webkit-box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15);
	box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15);
	overflow: hidden;
}

.btn-style-6::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
	content: '';
	z-index: -2;
}

.btn-style-6:hover::before {
	width: 100%;
}

.btn-style-6:focus {
	-webkit-box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15);
	box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15);
}

.btn-style-6.btn-primary::before {
	background-color: #639807;
}

.btn-style-6.btn-primary:active::before {
	background-color: #004539;
}

.btn-style-6.btn-secondary {
	border: 0;
}

.btn-style-6.btn-secondary::before {
	background-color: #f5f5f5;
}

.btn-style-6.btn-secondary:active::before {
	background-color: #dcdbdb;
}

.btn-style-6.btn-secondary::before {
	background-color: #d8d8d8;
}

.btn-style-6.btn-secondary:hover {
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24);
}

.btn-style-6.btn-secondary:hover::before, .btn-style-6.btn-secondary:active::before {
	background-color: #e7e7e7;
}

.btn-style-6.btn-success::before {
	background-color: #33cb81;
}

.btn-style-6.btn-success:active::before {
	background-color: #29a267;
}

.btn-style-6.btn-info::before {
	background-color: #5695fe;
}

.btn-style-6.btn-info:active::before {
	background-color: #2375fe;
}

.btn-style-6.btn-warning::before {
	background-color: #fc8c3a;
}

.btn-style-6.btn-warning:active::before {
	background-color: #fb6f08;
}

.btn-style-6.btn-danger::before {
	background-color: #ff5252;
}

.btn-style-6.btn-danger:active::before {
	background-color: #ff1f1f;
}

.btn-style-6.btn-light::before {
	background-color: #ffffff;
}

.btn-style-6.btn-light:active::before {
	background-color: #e6e5e5;
}

.btn-style-6.btn-dark::before {
	background-color: #004539;
}

.btn-style-6.btn-dark:active::before {
	background-color: #1e2226;
}

.btn-style-6.btn-accent::before {
	background-color: #e833b0;
}

.btn-style-6.btn-accent:active::before {
	background-color: #d01897;
}

.btn-style-6.btn-gradient {
	background: #ffffff !important;
}

.scroll-to-top-btn {
	display: block;
	position: fixed;
	right: 1rem;
	bottom: -88px;
	width: 44px;
	height: 44px;
	-webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
	transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
	background-color: rgba(52, 59, 67, 0.3);
	color: #ffffff;
	font-size: 1.3125rem;
	opacity: 0;
	z-index: 1050;
	text-align: center;
	text-decoration: none;
}

.scroll-to-top-btn:hover {
	background-color: #004539;
	color: #ffffff;
}

.scroll-to-top-btn:focus, .scroll-to-top-btn:active {
	color: #ffffff;
}

.scroll-to-top-btn.visible {
	bottom: .875rem;
	opacity: 1;
}

.scroll-to-top-btn > i {
	line-height: 44px;
}

@media (max-width: 767.98px) {
	.scroll-to-top-btn {
		bottom: -64px;
		width: 32px;
		height: 32px;
		line-height: 27px;
	}
	.scroll-to-top-btn > i {
		line-height: 32px;
	}
}

.social-btn {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 0.875rem;
	line-height: 2.25rem;
	vertical-align: middle;
	text-align: center !important;
	text-decoration: none;
}

/* Amazon */
.sb-amazon {
	color: #ff9900 !important;
	font-size: 1.15em;
}

.sb-amazon:hover, .sb-amazon.hover {
	color: #ff9900 !important;
}

/* Airbnb */
.sb-airbnb {
	color: #fd5c63 !important;
}

.sb-airbnb:hover, .sb-airbnb.hover {
	color: #fd5c63 !important;
}

/* Behance */
.sb-behance {
	color: #1769ff !important;
	font-size: 1.1em;
}

.sb-behance:hover, .sb-behance.hover {
	color: #1769ff !important;
}

/* DeviantArt */
.sb-deviantart {
	color: #4e6252 !important;
	font-size: 1.2em;
}

.sb-deviantart:hover, .sb-deviantart.hover {
	color: #4e6252 !important;
}

/* Digg */
.sb-digg {
	color: #000000 !important;
	font-size: 1.2em;
}

.sb-digg:hover, .sb-digg.hover {
	color: #000000 !important;
}

/* Disqus */
.sb-disqus {
	color: #2e9fff !important;
	font-size: 1.1em;
}

.sb-disqus:hover, .sb-disqus.hover {
	color: #2e9fff !important;
}

/* Dribbble */
.sb-dribbble {
	color: #ea4c89 !important;
}

.sb-dribbble:hover, .sb-dribbble.hover {
	color: #ea4c89 !important;
}

/* Drupal */
.sb-drupal {
	color: #0077c0 !important;
	font-size: 1.1em;
}

.sb-drupal:hover, .sb-drupal.hover {
	color: #0077c0 !important;
}

/* Facebook */
.sb-facebook {
	color: #3b5998 !important;
}

.sb-facebook:hover, .sb-facebook.hover {
	color: #3b5998 !important;
}

/* Flickr */
.sb-flickr {
	color: #0063dc !important;
}

.sb-flickr:hover, .sb-flickr.hover {
	color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare {
	color: #ef4b78 !important;
}

.sb-foursquare:hover, .sb-foursquare.hover {
	color: #ef4b78 !important;
}

/* GitHub */
.sb-github {
	color: #4183c4 !important;
}

.sb-github:hover, .sb-github.hover {
	color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
	color: #dd4b39 !important;
	font-size: 1.2em;
}

.sb-google-plus:hover, .sb-google-plus.hover {
	color: #dd4b39 !important;
}

/* Instagram */
.sb-instagram {
	color: #3f729b !important;
}

.sb-instagram:hover, .sb-instagram.hover {
	color: #3f729b !important;
}

/* LastFM */
.sb-lastfm {
	color: #e31b23 !important;
	font-size: 1.1em;
}

.sb-lastfm:hover, .sb-lastfm.hover {
	color: #e31b23 !important;
}

/* LinkedIn */
.sb-linkedin {
	color: #0976b4 !important;
}

.sb-linkedin:hover, .sb-linkedin.hover {
	color: #0976b4 !important;
}

/* PayPal */
.sb-odnoklassniki {
	color: #ed812b !important;
	font-size: 1.1em;
}

.sb-odnoklassniki:hover, .sb-odnoklassniki.hover {
	color: #ed812b !important;
}

/* PayPal */
.sb-paypal {
	color: #253b80 !important;
	font-size: .9em;
}

.sb-paypal:hover, .sb-paypal.hover {
	color: #253b80 !important;
}

/* Pinterest */
.sb-pinterest {
	color: #cc2127 !important;
}

.sb-pinterest:hover, .sb-pinterest.hover {
	color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
	color: #ff4500 !important;
	font-size: 1.1em;
}

.sb-reddit:hover, .sb-reddit.hover {
	color: #ff4500 !important;
}

/* Reddit */
.sb-rss {
	color: #f26522 !important;
	font-size: .9em;
}

.sb-rss:hover, .sb-rss.hover {
	color: #f26522 !important;
}

/* Skype */
.sb-skype {
	color: #00aff0 !important;
}

.sb-skype:hover, .sb-skype.hover {
	color: #00aff0 !important;
}

/* SoundCloud */
.sb-soundcloud {
	color: #ff8800 !important;
	font-size: 1.2em !important;
}

.sb-soundcloud:hover, .sb-soundcloud.hover {
	color: #ff8800 !important;
}

/* Stack Overflow */
.sb-stackoverflow {
	color: #fe7a15 !important;
	font-size: 1.1em !important;
}

.sb-stackoverflow:hover, .sb-stackoverflow.hover {
	color: #fe7a15 !important;
}

/* Steam */
.sb-steam {
	color: #7da10e !important;
}

.sb-steam:hover, .sb-steam.hover {
	color: #7da10e !important;
}

/* StumbleUpon */
.sb-stumbleupon {
	color: #eb4924 !important;
}

.sb-stumbleupon:hover, .sb-stumbleupon.hover {
	color: #eb4924 !important;
}

/* Tumblr */
.sb-tumblr {
	color: #35465c !important;
}

.sb-tumblr:hover, .sb-tumblr.hover {
	color: #35465c !important;
}

/* Twitch */
.sb-twitch {
	color: #6441a5 !important;
}

.sb-twitch:hover, .sb-twitch.hover {
	color: #6441a5 !important;
}

/* Twitter */
.sb-twitter {
	color: #55acee !important;
}

.sb-twitter:hover, .sb-twitter.hover {
	color: #55acee !important;
}

/* Vimeo */
.sb-vimeo {
	color: #1ab7ea !important;
}

.sb-vimeo:hover, .sb-vimeo.hover {
	color: #1ab7ea !important;
}

/* Vine */
.sb-vine {
	color: #00b488 !important;
}

.sb-vine:hover, .sb-vine.hover {
	color: #00b488 !important;
}

/* VKontakte */
.sb-vk {
	color: #45668e !important;
	font-size: 1.1em;
}

.sb-vk:hover, .sb-vk.hover {
	color: #45668e !important;
}

/* WordPress */
.sb-wordpress {
	color: #21759b !important;
}

.sb-wordpress:hover, .sb-wordpress.hover {
	color: #21759b !important;
}

/* XING */
.sb-xing {
	color: #026466 !important;
}

.sb-xing:hover, .sb-xing.hover {
	color: #026466 !important;
}

/* Yahoo! */
.sb-yahoo {
	color: #400191 !important;
	font-size: 1.1em !important;
}

.sb-yahoo:hover, .sb-yahoo.hover {
	color: #400191 !important;
}

/* Yelp */
.sb-yelp {
	color: #af0606 !important;
}

.sb-yelp:hover, .sb-yelp.hover {
	color: #af0606 !important;
}

/* YouTube */
.sb-youtube {
	color: #e52d27 !important;
}

.sb-youtube:hover, .sb-youtube.hover {
	color: #e52d27 !important;
}

.sb-light-skin {
	color: #ffffff !important;
}

.sb-style-1:hover, .sb-style-1.hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.sb-style-1:active {
	-webkit-transition: all .15s;
	transition: all .15s;
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sb-style-2,
.sb-style-3,
.sb-style-4,
.sb-style-5,
.sb-style-6,
.sb-style-7 {
	margin-right: 0.625rem;
	margin-bottom: 0.625rem;
}

.sb-style-2,
.sb-style-3,
.sb-style-4,
.sb-style-5 {
	border-radius: 50%;
	background-color: #f5f5f5;
}

.sb-style-2.sb-light-skin,
.sb-style-3.sb-light-skin,
.sb-style-4.sb-light-skin,
.sb-style-5.sb-light-skin {
	background-color: rgba(255, 255, 255, 0.1);
}

.sb-style-2:hover, .sb-style-2.hover,
.sb-style-3:hover,
.sb-style-3.hover,
.sb-style-4:hover,
.sb-style-4.hover,
.sb-style-5:hover,
.sb-style-5.hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.sb-style-4,
.sb-style-5 {
	background-color: lightgray;
	color: #ffffff !important;
}

.sb-style-6,
.sb-style-7 {
	border: 3px solid #e7e7e7;
	border-radius: 50%;
	line-height: 1.9375rem;
}

.sb-style-6.sb-light-skin,
.sb-style-7.sb-light-skin {
	border-color: rgba(255, 255, 255, 0.18);
}

.sb-style-6:hover, .sb-style-6.hover,
.sb-style-7:hover,
.sb-style-7.hover {
	border-color: transparent;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.sb-style-3,
.sb-style-5,
.sb-style-7 {
	border-radius: 0;
}

.text-center .sb-style-2, .text-center .sb-style-3,
.text-center .sb-style-4, .text-center .sb-style-5,
.text-center .sb-style-6, .text-center .sb-style-7 {
	margin-right: 0.3125rem;
	margin-bottom: 0.3125rem;
}

.text-right .sb-style-2, .text-right .sb-style-3,
.text-right .sb-style-4, .text-right .sb-style-5,
.text-right .sb-style-6, .text-right .sb-style-7 {
	margin-right: 0;
	margin-left: 0.625rem;
}

.market-btn {
	display: inline-block;
	padding: .3125rem .875rem .3125rem 2.8125rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e7e7e7;
	background-position: center left .75rem;
	background-color: #ffffff;
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	text-decoration: none;
}

.market-btn:hover {
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
}

.market-btn:active {
	-webkit-transition: all .15s;
	transition: all .15s;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 0.625rem 1.5rem -0.625rem rgba(64, 64, 64, 0.22);
	box-shadow: 0 0.625rem 1.5rem -0.625rem rgba(64, 64, 64, 0.22);
}

.market-btn .mb-subtitle {
	display: block;
	margin-bottom: -.25rem;
	color: #8c8c8c;
	font-size: 0.75rem;
}

.market-btn .mb-title {
	display: block;
	color: #404040;
	font-size: 1.125rem;
}

.market-btn.apple-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-btn.google-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-btn.windows-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-btn.blackberry-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.market-btn.amazon-btn {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=);
}

.market-btn.market-btn-dark {
	border-color: #004539;
	background-color: #004539;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.market-btn.market-btn-dark .mb-subtitle,
.market-btn.market-btn-dark .mb-title {
	color: #ffffff;
}

.market-btn.market-btn-dark .mb-subtitle {
	opacity: .6;
}

.market-btn.market-btn-dark:hover {
	border-color: #292e35;
	background-color: #292e35;
}

.market-btn.market-btn-dark:active {
	border-color: #1e2226;
	background-color: #1e2226;
}

.market-btn.market-btn-light-skin {
	border-color: rgba(255, 255, 255, 0.14);
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.market-btn.market-btn-light-skin .mb-subtitle,
.market-btn.market-btn-light-skin .mb-title {
	color: #ffffff;
}

.market-btn.market-btn-light-skin .mb-subtitle {
	opacity: .6;
}

.market-btn.market-btn-light-skin:hover {
	background-color: rgba(255, 255, 255, 0.06);
}

.market-btn.market-btn-dark.apple-btn, .market-btn.market-btn-light-skin.apple-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.market-btn.market-btn-dark.amazon-btn, .market-btn.market-btn-light-skin.amazon-btn {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}

.market-btn.market-btn-dark.blackberry-btn, .market-btn.market-btn-light-skin.blackberry-btn {
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.nav-link {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: .75rem;
	border: 0;
}

.nav-tabs .nav-link {
	position: relative;
	margin: 0 .3125rem .625rem;
	background-color: #ededed;
	color: #404040;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: .1em;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-tabs .nav-link > i {
	display: inline-block;
	margin-top: -.125rem;
	font-size: 1.1em;
	vertical-align: middle;
}

.nav-tabs .nav-link > sup {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #8c8c8c;
	font-size: 0.625rem;
}

.nav-tabs .nav-link:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.1);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.1);
}

.nav-tabs .nav-link.active {
	background-color: #639807;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.nav-tabs .nav-link.active > sup {
	color: rgba(255, 255, 255, 0.7);
}

.nav-tabs .show .dropdown-toggle {
	background-color: #ededed !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs.nav-tabs-bordered {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.nav-tabs.nav-tabs-bordered .nav-link.active {
	z-index: 1;
}

.nav-tabs.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-bordered .nav-link.active::before {
	position: absolute;
	bottom: -1.375rem;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.nav-tabs.nav-tabs-bordered .nav-link.active::after {
	margin-left: -9px;
	border-width: 9px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
}

.nav-tabs.nav-tabs-bordered .nav-link.active::before {
	margin-left: -10px;
	border-width: 10px;
	border-color: rgba(231, 231, 231, 0);
	border-bottom-color: #dadada;
}

@media (max-width: 767.98px) {
	.nav-tabs.nav-tabs-bordered {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.nav-tabs.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-bordered .nav-link.active::before {
		display: none;
	}
}

.nav-tabs.nav-tabs-style-2 .nav-link, .nav-tabs.nav-tabs-style-3 .nav-link, .nav-tabs.nav-tabs-style-4 .nav-link {
	padding-bottom: .375rem;
	border-bottom: 3px solid #e7e7e7;
	background-color: transparent;
}

.nav-tabs.nav-tabs-style-2 .nav-link:hover, .nav-tabs.nav-tabs-style-3 .nav-link:hover, .nav-tabs.nav-tabs-style-4 .nav-link:hover {
	border-color: #639807;
	-webkit-box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3);
	box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3);
}

.nav-tabs.nav-tabs-style-2 .nav-link.active, .nav-tabs.nav-tabs-style-3 .nav-link.active, .nav-tabs.nav-tabs-style-4 .nav-link.active {
	border-color: #639807;
	background-color: #639807;
}

.nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::before {
	bottom: -1.5625rem;
}

.nav-tabs.nav-tabs-style-2 .show .dropdown-toggle, .nav-tabs.nav-tabs-style-3 .show .dropdown-toggle, .nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
	border-color: #e7e7e7;
	background: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs.nav-tabs-style-3 .nav-link {
	color: #8c8c8c;
}

.nav-tabs.nav-tabs-style-3 .nav-link.active {
	border-color: #639807;
	background-color: transparent;
	color: #404040;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs.nav-tabs-style-3 .nav-link.active > sup {
	color: #8c8c8c;
}

.nav-tabs.nav-tabs-style-4 {
	margin-bottom: 1.375rem;
	padding-bottom: 0;
	-webkit-box-shadow: 0 0.625rem 1.375rem -0.3125rem rgba(64, 64, 64, 0.12);
	box-shadow: 0 0.625rem 1.375rem -0.3125rem rgba(64, 64, 64, 0.12);
}

.nav-tabs.nav-tabs-style-4 .nav-link {
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.nav-tabs.nav-tabs-style-4 .nav-link:hover {
	border-color: transparent;
	color: #639807;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs.nav-tabs-style-4 .nav-link:hover > sup {
	color: rgba(172, 50, 228, 0.7);
}

.nav-tabs.nav-tabs-style-4 .nav-link.active {
	border-color: #639807;
	background-color: transparent;
	color: #639807;
	-webkit-box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3);
	box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3);
}

.nav-tabs.nav-tabs-style-4 .nav-link.active > sup {
	color: rgba(172, 50, 228, 0.7);
}

.nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
	border-color: transparent;
	color: #639807;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs.nav-tabs-style-5 .nav-link {
	border: 1px solid #e7e7e7;
	border-radius: 18px;
	background-color: transparent;
}

.nav-tabs.nav-tabs-style-5 .nav-link:hover {
	border-color: transparent;
}

.nav-tabs.nav-tabs-style-5 .nav-link.active {
	border-color: #639807;
	background-color: #639807;
}

.nav-tabs.nav-tabs-style-5 .show .dropdown-toggle {
	border-color: #e7e7e7;
	background-color: transparent !important;
}

.nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::after {
	bottom: -1.5rem;
}

.nav-tabs-bordered + .tab-content {
	margin-top: -1px;
	padding: 0.875rem 1.25rem;
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
}

.nav-tabs-bordered + .tab-content p:last-child, .nav-tabs-bordered + .tab-content ul:last-child,
.nav-tabs-bordered + .tab-content ol:last-child {
	margin-bottom: 0;
}

.nav-pills .nav-item {
	margin-right: .3125rem;
	margin-bottom: .5rem;
}

.nav-pills .nav-link {
	border: 1px solid transparent;
	color: #404040;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: .1em;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.nav-pills .nav-link > i {
	display: inline-block;
	margin-top: -.125rem;
	font-size: 1.1em;
	vertical-align: middle;
}

.nav-pills .nav-link:hover {
	border-color: #e7e7e7;
	background-color: #f5f5f5;
}

.nav-pills .nav-link.active {
	background-color: #639807;
}

.nav-pills .nav-link.disabled {
	border-color: transparent !important;
	background: none !important;
	color: #8c8c8c !important;
	cursor: default;
	pointer-events: none;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	border-color: #639807 !important;
	background-color: #639807 !important;
	color: #ffffff;
	cursor: default;
}

.nav-pills.nav-pills-style-2 .nav-link {
	border-radius: 19px;
}

.nav-justified .nav-item, .nav-justified .nav-link {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.transition.fade {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.transition.fade.show {
	opacity: 1;
}

.transition.scale.fade {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.transition.scaledown.fade {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.transition.scale.fade.show, .transition.scaledown.fade.show {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.transition.left.fade {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}

.transition.right.fade {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}

.transition.left.fade.show, .transition.right.fade.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.transition.top.fade {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}

.transition.bottom.fade {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.transition.top.fade.show, .transition.bottom.fade.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.transition.flip.fade {
	-webkit-transform: rotateY(-90deg) scale(1.1);
	transform: rotateY(-90deg) scale(1.1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.transition.flip.fade.show {
	-webkit-transform: rotateY(0deg) scale(1);
	transform: rotateY(0deg) scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.card {
	border: 0;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	text-decoration: none;
	margin-bottom: 50px;
}

.card::after {
	display: block;
	position: absolute;
	left: 1.25rem;
	width: calc(100% - 2.5rem);
	height: 2.1875rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1.1875rem 1.75rem 0.3125rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 1.1875rem 1.75rem 0.3125rem rgba(64, 64, 64, 0.09);
	content: '';
	z-index: -1;
}

.card > img, .card > video {
	display: block;
	width: 100%;
}

.card > video {
	height: auto;
}

.card-header,
.card-footer {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header dt, .card-header p,
.card-header .h1, .card-header .h2, .card-header .h3, .card-header .h4, .card-header .h5, .card-header .h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6,
.card-footer dt,
.card-footer p,
.card-footer .h1,
.card-footer .h2,
.card-footer .h3,
.card-footer .h4,
.card-footer .h5,
.card-footer .h6 {
	margin: 0;
}

.card-header .nav-tabs {
	padding-bottom: 0;
}

.card-title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}

.card-title-sm {
	font-size: 0.9rem !important;
}

@media (max-width: 575.98px) {
	.card-title-sm {
		font-size: 1.125rem !important;
	}
}

.card-title > a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	text-decoration: none;
}

.card-title > a:hover {
	color: #639807;
}

.card-text {
	padding-top: 0.75rem;
	color: #004539;
	opacity:0.8;
}

@media (max-width: 575.98px) {
	.card .text-md {
		font-size: 1.025rem;
	}
}

.card .widget-contacts {
	margin-bottom: 0.375rem;
}

.card .widget-contacts ul > li {
	padding-top: .375rem !important;
	padding-bottom: .375rem !important;
	border-top: 0;
}

.card .widget-contacts ul > li > i {
	top: .5rem !important;
}

.card * {
	min-height: .01px;
}

.accordion .card {
	border-top: 1px solid #e7e7e7;
}

.accordion .card:first-child {
	border: 0;
}

.accordion .card::after {
	display: none;
}

.accordion .card-header,
.accordion .card-footer {
	padding: 0;
	border: 0;
}

.accordion .card::before,
.accordion [data-toggle='collapse']::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #639807;
	content: '';
	z-index: 5;
}

.accordion [data-toggle='collapse'] {
	display: block;
	position: relative;
	width: 100%;
	padding: 25px 30px;
	padding-right: 65px;
	-webkit-transition: color .3s, -webkit-box-shadow .2s;
	transition: color .3s, -webkit-box-shadow .2s;
	transition: color .3s, box-shadow .2s;
	transition: color .3s, box-shadow .2s, -webkit-box-shadow .2s;
	color: #639807;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1.25rem 1.875rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: inset 0 1.25rem 1.875rem -0.75rem rgba(64, 64, 64, 0.12);
}

.accordion [data-toggle='collapse'] > i {
	display: inline-block;
	margin-top: -2px;
	margin-right: 7px;
	font-size: 1.1em;
	vertical-align: middle;
}

.accordion [data-toggle='collapse']::before {
	height: 0;
	-webkit-transition: height .25s;
	transition: height .25s;
	background-color: #ffffff;
}

.accordion [data-toggle='collapse'].collapsed::before {
	height: 100%;
}

.accordion [data-toggle='collapse']::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-radius: 50%;
	background-color: #639807;
	color: #ffffff;
	font-family: feather;
	font-size: 1rem;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
	-webkit-box-shadow: 1px 8px 15px 0 rgba(172, 50, 228, 0.35);
	box-shadow: 1px 8px 15px 0 rgba(172, 50, 228, 0.35);
	content: '\e931';
}

.accordion [data-toggle='collapse'].collapsed {
	color: #004539;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion [data-toggle='collapse'].collapsed::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #ffffff;
	color: #004539;
	-webkit-box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
	box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
}

.accordion .card:first-child [data-toggle='collapse'] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion .card-body {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.accordion-style-2 .card {
	border-top: 0;
	border-bottom: 1px solid #e7e7e7 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-style-2 .card:first-child {
	border-top: 1px solid #e7e7e7 !important;
}

.accordion-style-2 [data-toggle='collapse'] {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-style-2 [data-toggle='collapse']::after {
	padding-left: 1px;
	background-color: rgba(172, 50, 228, 0.2);
	color: #639807;
	font-size: 1rem;
	line-height: 28px;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: '\e998';
}

.accordion-style-2 [data-toggle='collapse'].collapsed::after {
	padding-left: 0;
	-webkit-transform: none;
	transform: none;
	background-color: rgba(64, 64, 64, 0.1);
	-webkit-box-shadow: none;
	box-shadow: none;
	content: '\e9b3';
}

.accordion-style-2 .card::before,
.accordion-style-2 [data-toggle='collapse']::before {
	display: none;
}

.accordion-style-3 .card {
	margin-bottom: 7px;
	border: 0 !important;
}

.accordion-style-3 .card-body {
	position: relative;
	padding-top: 30px;
	padding-bottom: 33px;
}

.accordion-style-3 .card-body::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
}

.accordion-style-3 .card::before,
.accordion-style-3 [data-toggle='collapse']::before {
	display: none;
}

.accordion-style-3 [data-toggle='collapse'] {
	padding-right: 50px;
	-webkit-transition: none;
	transition: none;
	color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-style-3 [data-toggle='collapse']::after {
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.accordion-style-3 [data-toggle='collapse'].collapsed {
	background: none !important;
}

.accordion-style-3 [data-toggle='collapse'] > i {
	width: 30px;
	height: 30px;
	margin-right: 9px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #004539;
	line-height: 28px;
	text-align: center;
	-webkit-box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
	box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
}

@-moz-document url-prefix() {
	.accordion-style-3 [data-toggle='collapse'] > i {
		line-height: 30px;
	}
}

@media (max-width: 575.98px) {
	.accordion [data-toggle='collapse'] {
		padding: 20px 18px;
		padding-right: 50px;
		font-size: 0.875rem;
	}
	.accordion [data-toggle='collapse']::after {
		right: 16px;
	}
	.accordion .card-body {
		padding-right: 20px;
		padding-left: 20px;
	}
	.accordion-style-3 [data-toggle='collapse'] {
		padding-right: 40px;
	}
}

.pagination,
.entry-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination .pages {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination .pages > li {
	display: inline-block;
	width: 36px;
	margin-bottom: 0;
	color: #404040;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
}

.pagination .pages > li > a {
	display: block;
	width: 36px;
	height: 36px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #404040;
	line-height: 36px;
	text-decoration: none;
}

.pagination .pages > li.active > a {
	color: #639807;
	cursor: default;
	pointer-events: none;
}

.pagination .pages > li.active > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination .prev-btn,
.pagination .next-btn {
	display: inline-block;
	height: 36px;
	padding: 0 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #004539;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
}

.pagination .prev-btn > i,
.pagination .next-btn > i {
	display: inline-block;
	margin-top: -.0625rem;
	font-size: 1.3em;
	vertical-align: middle;
}

.pagination .prev-btn {
	padding-left: 10px;
}

.pagination .prev-btn > i {
	margin-right: 2px;
}

.pagination .next-btn {
	padding-right: .625rem;
}

.pagination .next-btn > i {
	margin-left: .125rem;
}

.pagination .pages > li > a:hover,
.pagination .prev-btn:hover, .pagination .next-btn:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.pagination .pages > li > a:active,
.pagination .prev-btn:active, .pagination .next-btn:active {
	-webkit-transition: all .1s;
	transition: all .1s;
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@-moz-document url-prefix() {
	.pagination .prev-btn > i,
	.pagination .next-btn > i {
		margin-top: -.125rem;
	}
}

@supports (-ms-ime-align: auto) {
	.pagination .prev-btn > i,
	.pagination .next-btn > i {
		margin-top: -.125rem;
	}
}

.entry-navigation {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.entry-navigation .prev-btn,
.entry-navigation .back-btn,
.entry-navigation .next-btn {
	display: block;
	min-height: 44px;
	color: #404040;
}

.entry-navigation .prev-btn .label,
.entry-navigation .back-btn,
.entry-navigation .next-btn .label {
	height: 44px;
	background-color: #ffffff;
	line-height: 44px;
	text-decoration: none;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.entry-navigation .prev-btn, .entry-navigation .next-btn {
	position: relative;
	width: 50%;
}

.entry-navigation .prev-btn .label, .entry-navigation .next-btn .label {
	display: inline-block;
	position: absolute;
	top: 0;
	padding: 0 1rem;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	color: #404040;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	z-index: 5;
}

.entry-navigation .prev-btn .label > i, .entry-navigation .next-btn .label > i {
	display: inline-block;
	margin-top: -.0625rem;
	font-size: 1.3em;
	opacity: .4;
	vertical-align: middle;
}

.entry-navigation .prev-btn .post-preview, .entry-navigation .next-btn .post-preview {
	display: table;
	width: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}

.entry-navigation .prev-btn .post-preview > .post-preview-thumb,
.entry-navigation .prev-btn .post-preview > .post-preview-details, .entry-navigation .next-btn .post-preview > .post-preview-thumb,
.entry-navigation .next-btn .post-preview > .post-preview-details {
	display: table-cell;
	vertical-align: middle;
}

.entry-navigation .prev-btn .post-preview > .post-preview-thumb > img, .entry-navigation .next-btn .post-preview > .post-preview-thumb > img {
	display: block;
	width: 100%;
}

@media (max-width: 480px) {
	.entry-navigation .prev-btn .post-preview > .post-preview-thumb, .entry-navigation .next-btn .post-preview > .post-preview-thumb {
		display: none;
	}
}

.entry-navigation .prev-btn .post-preview > .post-preview-details, .entry-navigation .next-btn .post-preview > .post-preview-details {
	text-decoration: none;
}

.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-title, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-title {
	display: block;
	margin-bottom: .125rem;
	font-size: 0.75rem;
	font-weight: bold;
}

.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta {
	display: block;
	color: #8c8c8c;
	font-size: 0.6875rem;
	font-weight: 600;
}

.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta > i, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta > i {
	display: inline-block;
	margin-top: -.0625rem;
	margin-right: .3125rem;
	font-size: 1.1em;
	vertical-align: middle;
}

.entry-navigation .prev-btn .label:hover, .entry-navigation .next-btn .label:hover {
	opacity: 0;
}

.entry-navigation .prev-btn .label:hover + .post-preview, .entry-navigation .next-btn .label:hover + .post-preview {
	opacity: 1;
}

.entry-navigation .prev-btn {
	padding-right: .625rem;
}

.entry-navigation .prev-btn .label {
	left: 0;
	padding-left: .8125rem;
}

.entry-navigation .prev-btn .label > i {
	margin-right: .3125rem;
}

.entry-navigation .prev-btn .post-preview > .post-preview-thumb {
	width: 56px;
	padding-right: .75rem;
}

.entry-navigation .next-btn {
	padding-left: .625rem;
}

.entry-navigation .next-btn .label {
	right: 0;
	padding-right: .8125rem;
}

.entry-navigation .next-btn .label > i {
	margin-left: .3125rem;
}

.entry-navigation .next-btn .post-preview {
	text-align: right;
}

.entry-navigation .next-btn .post-preview > .post-preview-thumb {
	width: 57px;
	padding-left: .8125rem;
}

.entry-navigation .back-btn {
	width: 44px;
	min-width: 44px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.3125rem;
	text-align: center;
}

.entry-navigation .back-btn:hover {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tooltip-inner {
	font-weight: 600;
	letter-spacing: .05em;
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-bottom-color: #f7f7f7;
}

.popover-header {
	font-size: 0.875rem;
	font-weight: 700;
}

.dropdown-menu {
	-webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
	box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
	white-space: normal;
}

.dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
	margin-top: -.0625rem;
	vertical-align: middle;
}

.dropright .dropdown-toggle::after {
	margin-top: -.125rem;
	margin-left: .25rem;
	border-left: .4em solid;
}

.dropleft .dropdown-toggle::before {
	margin-top: -.125rem;
	margin-right: .25rem;
}

.dropdown-header,
.dropdown-item,
.dropdown-item-text {
	padding: 0.75rem 1.25rem;
}

.dropdown-header > i,
.dropdown-item > i,
.dropdown-item-text > i {
	display: inline-block;
	vertical-align: middle;
}

.lang-dropdown {
	min-width: 150px;
}

.dropdown-item,
li.dropdown-item > a,
.dropdown-item-text {
	margin: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	border-top: 1px solid #e7e7e7;
	color: #004539;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.dropdown-item:focus,
li.dropdown-item > a:focus,
.dropdown-item-text:focus {
	background-color: transparent;
}

.dropdown-item:first-child,
li.dropdown-item > a:first-child,
.dropdown-item-text:first-child {
	border-top: 0;
}

.dropdown-item > img,
li.dropdown-item > a > img,
.dropdown-item-text > img {
	display: inline-block;
	width: 20px;
	margin-top: -.0625rem;
	margin-right: .375rem;
	vertical-align: middle;
}

.dropdown-item:hover,
li.dropdown-item > a:hover {
	background-color: transparent;
	color: #639807;
}

.dropdown-item.active,
li.dropdown-item > a.active {
	background-color: transparent;
	color: #639807;
}

li.dropdown-item {
	padding: 0;
}

li.dropdown-item > a {
	display: block;
	padding: .75rem 1.25rem;
}

li.dropdown-item:hover > a, li.dropdown-item:hover > a::after, li.dropdown-item.active > a, li.dropdown-item.active > a::after {
	color: #639807 !important;
}

.dropdown-item.has-children {
	position: relative;
}

.dropdown-item.has-children > a {
	position: relative;
	padding-right: 32px;
}

.dropdown-item.has-children > a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: .75rem;
	margin-top: -.75rem;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	font-family: Feather;
	font-size: 1rem;
	font-weight: normal;
	content: '\e930';
}

.dropdown-item.has-children > .dropdown-menu {
	top: -1px;
	left: 100%;
}

.dropdown-item.has-children:hover > .dropdown-menu {
	display: block;
	-webkit-animation: dropdown-slide-right .3s;
	animation: dropdown-slide-right .3s;
}

.right-aligned .dropdown-item.has-children > .dropdown-menu {
	right: 100%;
	left: auto;
}

.right-aligned .dropdown-item.has-children:hover > .dropdown-menu {
	-webkit-animation: dropdown-slide-left .3s;
	animation: dropdown-slide-left .3s;
}

.dropdown-item-text:hover, .dropdown-item-text.active {
	color: #004539;
}

.dropdown-header {
	font-family: "Mulish", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: .03em;
}

.dropdown-header > i {
	margin-top: -2px;
}

.dropdown-divider {
	display: none;
}

.mega-dropdown {
	padding: 0;
}

.mega-dropdown .column {
	width: 220px;
	padding: 30px 15px;
}

.mega-dropdown .column:first-child {
	margin-left: 15px;
}

.mega-dropdown .column:last-child {
	margin-right: 15px;
}

.mega-dropdown .widget {
	margin: 0;
}

.mega-dropdown .widget .widget-title {
	color: #404040;
	font-family: "Mulish", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
}

.mega-dropdown .widget .widget-title::after {
	bottom: -2px;
	height: 2px;
}

.mega-dropdown .widget.widget-custom-menu ul > li > a {
	font-size: 0.8125rem;
}

.show .dropdown-menu {
	-webkit-animation: dropdown-show .25s;
	animation: dropdown-show .25s;
}

@-webkit-keyframes dropdown-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes dropdown-show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes dropdown-slide-down {
	from {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes dropdown-slide-down {
	from {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes dropdown-slide-right {
	from {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dropdown-slide-right {
	from {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes dropdown-slide-left {
	from {
		-webkit-transform: translateX(7px);
		transform: translateX(7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes dropdown-slide-left {
	from {
		-webkit-transform: translateX(7px);
		transform: translateX(7px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.list-group-item {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #404040;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.list-group-item i {
	display: inline-block;
	margin-top: -.0625rem;
	margin-right: .5rem;
	font-size: 1.2em;
	vertical-align: middle;
}

.list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span:not(.badge), .list-group-item small {
	font-weight: normal !important;
	letter-spacing: 0;
	text-transform: none;
}

.list-group-item h1, .list-group-item .h1, .list-group-item h2, .list-group-item .h2, .list-group-item h3, .list-group-item .h3,
.list-group-item h4, .list-group-item .h4, .list-group-item h5, .list-group-item .h5, .list-group-item h6, .list-group-item dt, .list-group-item .h6 {
	letter-spacing: 0;
	text-transform: none;
}

.list-group-item::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: transparent;
	content: '';
}

.list-group-item.active:not(.disabled) {
	cursor: default;
	pointer-events: none;
}

.list-group-item.active:not(.disabled) > i, .list-group-item.active:not(.disabled) i {
	color: #639807 !important;
}

.list-group-item.active:not(.disabled)::before {
	background-color: #639807;
}

.list-group-item.disabled {
	cursor: default;
	pointer-events: none;
}

.list-group-item .badge {
	margin: 0;
}

a.list-group-item,
.list-group-item-action {
	color: #404040;
	font-weight: 600;
}

a.list-group-item:hover,
.list-group-item-action:hover {
	background-color: #f5f5f5;
}

a.list-group-item:hover:not(.disabled), a.list-group-item:active:not(.disabled),
.list-group-item-action:hover:not(.disabled),
.list-group-item-action:active:not(.disabled) {
	border-color: #e7e7e7;
}

.list-group-item-primary {
	border-color: #e6c2f7 !important;
	background-color: rgba(172, 50, 228, 0.1);
	color: #639807 !important;
}

.list-group-item-primary > *,
.list-group-item-primary h1, .list-group-item-primary h2, .list-group-item-primary h3, .list-group-item-primary h4, .list-group-item-primary h5, .list-group-item-primary h6, .list-group-item-primary dt, .list-group-item-primary p, .list-group-item-primary ul, .list-group-item-primary ol, .list-group-item-primary a {
	color: #639807 !important;
}

.list-group-item-secondary {
	border-color: #e7e7e7 !important;
	background-color: #f5f5f5;
	color: #404040 !important;
}

.list-group-item-secondary > *,
.list-group-item-secondary h1, .list-group-item-secondary h2, .list-group-item-secondary h3, .list-group-item-secondary h4, .list-group-item-secondary h5, .list-group-item-secondary h6, .list-group-item-secondary dt, .list-group-item-secondary p, .list-group-item-secondary ul, .list-group-item-secondary ol, .list-group-item-secondary a {
	color: #404040 !important;
}

.list-group-item-accent {
	border-color: #f9c6e9 !important;
	background-color: rgba(232, 51, 176, 0.1);
	color: #e833b0 !important;
}

.list-group-item-accent > *,
.list-group-item-accent h1, .list-group-item-accent h2, .list-group-item-accent h3, .list-group-item-accent h4, .list-group-item-accent h5, .list-group-item-accent h6, .list-group-item-accent dt, .list-group-item-accent p, .list-group-item-accent ul, .list-group-item-accent ol, .list-group-item-accent a {
	color: #e833b0 !important;
}

.list-group-item-info {
	border-color: #bbd5ff !important;
	background-color: rgba(86, 149, 254, 0.1);
	color: #5695fe !important;
}

.list-group-item-info > *,
.list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info dt, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
	color: #5695fe !important;
}

.list-group-item-success {
	border-color: #adeacc !important;
	background-color: rgba(51, 203, 129, 0.1);
	color: #30bf79 !important;
}

.list-group-item-success > *,
.list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success dt, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
	color: #30bf79 !important;
}

.list-group-item-warning {
	border-color: #fee4d1 !important;
	background-color: rgba(252, 140, 58, 0.1);
	color: #fc832b !important;
}

.list-group-item-warning > *,
.list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning dt, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
	color: #fc832b !important;
}

.list-group-item-danger {
	border-color: #ffc2c2 !important;
	background-color: rgba(255, 82, 82, 0.1);
	color: #ff4343 !important;
}

.list-group-item-danger > *,
.list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger dt, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
	color: #ff4343 !important;
}

.list-group-item-dark {
	border-color: #004539 !important;
	background-color: #004539;
	color: #ffffff !important;
}

.list-group-item-dark > *,
.list-group-item-dark h1, .list-group-item-dark h2, .list-group-item-dark h3, .list-group-item-dark h4, .list-group-item-dark h5, .list-group-item-dark h6, .list-group-item-dark dt, .list-group-item-dark p, .list-group-item-dark ul, .list-group-item-dark ol, .list-group-item-dark a {
	color: #ffffff !important;
}

a:hover.list-group-item-primary, a.active.list-group-item-primary,
.list-group-item-action:hover.list-group-item-primary,
.list-group-item-action.active.list-group-item-primary {
	background-color: rgba(172, 50, 228, 0.18);
}

a:hover.list-group-item-accent, a.active.list-group-item-accent,
.list-group-item-action:hover.list-group-item-accent,
.list-group-item-action.active.list-group-item-accent {
	background-color: rgba(232, 51, 176, 0.18);
}

a:hover.list-group-item-info, a.active.list-group-item-info,
.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
	background-color: rgba(86, 149, 254, 0.18);
}

a:hover.list-group-item-success, a.active.list-group-item-success,
.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
	background-color: rgba(51, 203, 129, 0.18);
}

a:hover.list-group-item-warning, a.active.list-group-item-warning,
.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
	background-color: rgba(252, 140, 58, 0.18);
}

a:hover.list-group-item-danger, a.active.list-group-item-danger,
.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
	background-color: rgba(255, 82, 82, 0.18);
}

a:hover.list-group-item-dark, a.active.list-group-item-dark,
.list-group-item-action:hover.list-group-item-dark,
.list-group-item-action.active.list-group-item-dark {
	background-color: #2d333a;
}

.alert {
	display: block;
	border-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: padding-box;
}

.alert i {
	display: inline-block;
	margin-top: -.0625rem;
	font-size: 1.1em;
	vertical-align: middle;
}

.alert a:not(.btn) {
	font-weight: 600;
}

.alert > *:last-child:not(.btn),
.alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert dt:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
	margin: 0;
}

.alert::before {
	display: block;
	position: absolute;
	top: -.375rem;
	right: -.375rem;
	bottom: -.375rem;
	left: -.375rem;
	border: 1px solid transparent;
	content: '';
	z-index: -1;
}

.alert.alert-dismissible {
	padding-right: 1.5rem;
}

.alert .close {
	top: .5rem;
	right: .25rem;
	padding: 0 .3rem;
	font-family: feather;
	font-size: 1rem;
}

.alert .close::before {
	content: '\ea04';
}

a.alert {
	text-decoration: none !important;
}

.alert-primary {
	background-color: rgba(172, 50, 228, 0.1);
	color: #639807;
}

.alert-primary::before {
	border-color: rgba(172, 50, 228, 0.25);
}

.alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
.alert-primary h1:not(.text-white),
.alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary dt:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary dt:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
	color: #639807;
}

.alert-primary .close {
	color: #639807 !important;
}

.alert-secondary {
	background-color: rgba(245, 245, 245, 0.1);
	color: #f5f5f5;
}

.alert-secondary::before {
	border-color: rgba(245, 245, 245, 0.25);
}

.alert-secondary > *:not(.text-white), .alert-secondary > *:not(.text-light),
.alert-secondary h1:not(.text-white),
.alert-secondary h1:not(.text-light), .alert-secondary h2:not(.text-white), .alert-secondary h2:not(.text-light), .alert-secondary h3:not(.text-white), .alert-secondary h3:not(.text-light), .alert-secondary h4:not(.text-white), .alert-secondary h4:not(.text-light), .alert-secondary h5:not(.text-white), .alert-secondary h5:not(.text-light), .alert-secondary h6:not(.text-white), .alert-secondary dt:not(.text-white), .alert-secondary h6:not(.text-light), .alert-secondary dt:not(.text-light), .alert-secondary p:not(.text-white), .alert-secondary p:not(.text-light), .alert-secondary ul:not(.text-white), .alert-secondary ul:not(.text-light), .alert-secondary ol:not(.text-white), .alert-secondary ol:not(.text-light), .alert-secondary a:not(.text-white), .alert-secondary a:not(.text-light) {
	color: #f5f5f5;
}

.alert-secondary .close {
	color: #f5f5f5 !important;
}

.alert-success {
	background-color: rgba(51, 203, 129, 0.1);
	color: #33cb81;
}

.alert-success::before {
	border-color: rgba(51, 203, 129, 0.25);
}

.alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
.alert-success h1:not(.text-white),
.alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success dt:not(.text-white), .alert-success h6:not(.text-light), .alert-success dt:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
	color: #33cb81;
}

.alert-success .close {
	color: #33cb81 !important;
}

.alert-info {
	background-color: rgba(86, 149, 254, 0.1);
	color: #5695fe;
}

.alert-info::before {
	border-color: rgba(86, 149, 254, 0.25);
}

.alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
.alert-info h1:not(.text-white),
.alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info dt:not(.text-white), .alert-info h6:not(.text-light), .alert-info dt:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
	color: #5695fe;
}

.alert-info .close {
	color: #5695fe !important;
}

.alert-warning {
	background-color: rgba(252, 140, 58, 0.1);
	color: #fc8c3a;
}

.alert-warning::before {
	border-color: rgba(252, 140, 58, 0.25);
}

.alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
.alert-warning h1:not(.text-white),
.alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning dt:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning dt:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
	color: #fc8c3a;
}

.alert-warning .close {
	color: #fc8c3a !important;
}

.alert-danger {
	background-color: rgba(255, 82, 82, 0.1);
	color: #ff5252;
}

.alert-danger::before {
	border-color: rgba(255, 82, 82, 0.25);
}

.alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
.alert-danger h1:not(.text-white),
.alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger dt:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger dt:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
	color: #ff5252;
}

.alert-danger .close {
	color: #ff5252 !important;
}

.alert-light {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.alert-light::before {
	border-color: rgba(255, 255, 255, 0.25);
}

.alert-light > *:not(.text-white), .alert-light > *:not(.text-light),
.alert-light h1:not(.text-white),
.alert-light h1:not(.text-light), .alert-light h2:not(.text-white), .alert-light h2:not(.text-light), .alert-light h3:not(.text-white), .alert-light h3:not(.text-light), .alert-light h4:not(.text-white), .alert-light h4:not(.text-light), .alert-light h5:not(.text-white), .alert-light h5:not(.text-light), .alert-light h6:not(.text-white), .alert-light dt:not(.text-white), .alert-light h6:not(.text-light), .alert-light dt:not(.text-light), .alert-light p:not(.text-white), .alert-light p:not(.text-light), .alert-light ul:not(.text-white), .alert-light ul:not(.text-light), .alert-light ol:not(.text-white), .alert-light ol:not(.text-light), .alert-light a:not(.text-white), .alert-light a:not(.text-light) {
	color: #ffffff;
}

.alert-light .close {
	color: #ffffff !important;
}

.alert-dark {
	background-color: rgba(52, 59, 67, 0.1);
	color: #004539;
}

.alert-dark::before {
	border-color: rgba(52, 59, 67, 0.25);
}

.alert-dark > *:not(.text-white), .alert-dark > *:not(.text-light),
.alert-dark h1:not(.text-white),
.alert-dark h1:not(.text-light), .alert-dark h2:not(.text-white), .alert-dark h2:not(.text-light), .alert-dark h3:not(.text-white), .alert-dark h3:not(.text-light), .alert-dark h4:not(.text-white), .alert-dark h4:not(.text-light), .alert-dark h5:not(.text-white), .alert-dark h5:not(.text-light), .alert-dark h6:not(.text-white), .alert-dark dt:not(.text-white), .alert-dark h6:not(.text-light), .alert-dark dt:not(.text-light), .alert-dark p:not(.text-white), .alert-dark p:not(.text-light), .alert-dark ul:not(.text-white), .alert-dark ul:not(.text-light), .alert-dark ol:not(.text-white), .alert-dark ol:not(.text-light), .alert-dark a:not(.text-white), .alert-dark a:not(.text-light) {
	color: #004539;
}

.alert-dark .close {
	color: #004539 !important;
}

.alert-accent {
	background-color: rgba(232, 51, 176, 0.1);
	color: #e833b0;
}

.alert-accent::before {
	border-color: rgba(232, 51, 176, 0.25);
}

.alert-accent > *:not(.text-white), .alert-accent > *:not(.text-light),
.alert-accent h1:not(.text-white),
.alert-accent h1:not(.text-light), .alert-accent h2:not(.text-white), .alert-accent h2:not(.text-light), .alert-accent h3:not(.text-white), .alert-accent h3:not(.text-light), .alert-accent h4:not(.text-white), .alert-accent h4:not(.text-light), .alert-accent h5:not(.text-white), .alert-accent h5:not(.text-light), .alert-accent h6:not(.text-white), .alert-accent dt:not(.text-white), .alert-accent h6:not(.text-light), .alert-accent dt:not(.text-light), .alert-accent p:not(.text-white), .alert-accent p:not(.text-light), .alert-accent ul:not(.text-white), .alert-accent ul:not(.text-light), .alert-accent ol:not(.text-white), .alert-accent ol:not(.text-light), .alert-accent a:not(.text-white), .alert-accent a:not(.text-light) {
	color: #e833b0;
}

.alert-accent .close {
	color: #e833b0 !important;
}

.alert-secondary {
	background-color: rgba(64, 64, 64, 0.05);
	color: #404040;
}

.alert-secondary::before {
	border-color: #e7e7e7;
}

.alert-secondary > *:not(.text-white), .alert-secondary > *:not(.text-light),
.alert-secondary h1:not(.text-white),
.alert-secondary h1:not(.text-light), .alert-secondary h2:not(.text-white), .alert-secondary h2:not(.text-light), .alert-secondary h3:not(.text-white), .alert-secondary h3:not(.text-light), .alert-secondary h4:not(.text-white), .alert-secondary h4:not(.text-light), .alert-secondary h5:not(.text-white), .alert-secondary h5:not(.text-light), .alert-secondary h6:not(.text-white), .alert-secondary dt:not(.text-white), .alert-secondary h6:not(.text-light), .alert-secondary dt:not(.text-light), .alert-secondary p:not(.text-white), .alert-secondary p:not(.text-light), .alert-secondary ul:not(.text-white), .alert-secondary ul:not(.text-light), .alert-secondary ol:not(.text-white), .alert-secondary ol:not(.text-light), .alert-secondary a:not(.text-white), .alert-secondary a:not(.text-light) {
	color: #404040;
}

.alert-secondary .close {
	color: #404040 !important;
}

.alert-image-bg {
	border: 0;
}

.alert-image-bg::before {
	display: none;
}

.iziToast {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	background: #ffffff;
}

.iziToast::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	content: '';
	z-index: -1;
}

.iziToast > .iziToast-body {
	margin-left: 1rem;
}

.iziToast > .iziToast-body > .iziToast-icon {
	margin-top: -.625rem;
}

.iziToast > .iziToast-close {
	width: 40px;
	background: none;
	opacity: 1;
}

.iziToast > .iziToast-close::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: feather;
	font-size: 0.875rem;
	text-align: center;
	content: '\ea04';
}

.iziToast.iziToast-primary {
	border-color: rgba(172, 50, 228, 0.5);
	color: #639807;
}

.iziToast.iziToast-primary > .iziToast-close {
	color: #639807;
}

.iziToast.iziToast-accent {
	border-color: rgba(232, 51, 176, 0.5);
	color: #e833b0;
}

.iziToast.iziToast-accent > .iziToast-close {
	color: #e833b0;
}

.iziToast.iziToast-info {
	border-color: rgba(86, 149, 254, 0.5);
	color: #5695fe;
}

.iziToast.iziToast-info > .iziToast-close {
	color: #5695fe;
}

.iziToast.iziToast-success {
	border-color: rgba(51, 203, 129, 0.5);
	color: #33cb81;
}

.iziToast.iziToast-success > .iziToast-close {
	color: #33cb81;
}

.iziToast.iziToast-warning {
	border-color: rgba(252, 140, 58, 0.5);
	color: #fc8c3a;
}

.iziToast.iziToast-warning > .iziToast-close {
	color: #fc8c3a;
}

.iziToast.iziToast-danger {
	border-color: rgba(255, 82, 82, 0.5);
	color: #ff5252;
}

.iziToast.iziToast-danger > .iziToast-close {
	color: #ff5252;
}

.modal-header {
	position: relative;
}

.modal-header .close {
	position: absolute;
	top: .625rem;
	right: .5rem;
	margin: 0;
	padding: 0 .3rem;
	color:#fff;
}

.modal-title {
	font-size: 1.3125rem;
}

.modal-content {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

@media (min-width: 576px) {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.icon-box {
	display: block;
	max-width: 400px;
	padding: 1.5rem;
	-webkit-transition: all .3s .12s;
	transition: all .3s .12s;
	text-decoration: none;
}

.icon-box .icon-box-icon,
.icon-box .icon-box-image {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-bottom: 1.75rem;
	-webkit-transition: all .3s .12s;
	transition: all .3s .12s;
	border-radius: 50%;
	background-color: rgba(0, 69, 57, 1.0);
	color: #fff;
	font-size: 28px;
	line-height: 70px;
	text-align: center;
}

.icon-box .icon-box-image > img {
	display: block;
	width: 100%;
}

.icon-box .icon-box-title {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	font-weight: bold;
}

.icon-box .icon-box-text {
	margin-bottom: 0.75rem;
	color: #8c8c8c;
}

.icon-box .icon-box-link {
	display: inline-block;
	padding-bottom: 0.5rem;
	color: #639807;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}

.icon-box .icon-box-link > i {
	display: inline-block;
	margin-left: .125rem;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-size: 1.2em;
	vertical-align: middle;
}

.icon-box .icon-box-link:hover > i {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.icon-box:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.icon-box:hover .icon-box-icon {
	background-color: #639807;
	color: #ffffff;
}

.icon-box.icon-box-horizontal {
	width: 100%;
	min-width: 100%;
}

.icon-box.icon-box-light-skin .icon-box-icon {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.icon-box.icon-box-light-skin .icon-box-title,
.icon-box.icon-box-light-skin .icon-box-text,
.icon-box.icon-box-light-skin .icon-box-link {
	color: #ffffff;
}

.icon-box.icon-box-light-skin .icon-box-text {
	opacity: .5;
}

.icon-box.icon-box-light-skin:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.icon-box.icon-box-light-skin:hover .icon-box-icon {
	background-color: #ffffff;
	color: #639807;
}

.touchevents .icon-box:hover {
	background-color: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.touchevents .icon-box .icon-box-icon {
	background-color: rgba(172, 50, 228, 0.1);
	color: #639807;
}

.progress {
	overflow: visible;
}

.progress.progress-light-skin {
	background-color: rgba(255, 255, 255, 0.12) !important;
}

.progress-bar {
	padding-left: .625rem;
	-webkit-transition: width 1s ease;
	transition: width 1s ease;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: left;
	-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
}

.progress-bar i,
.progress-label i {
	display: inline-block;
	margin-top: -1px;
	margin-right: 6px;
	font-size: 1.2em;
	vertical-align: middle;
}

.progress-bar .text-white,
.progress-label .text-white {
	color: #ffffff;
}

.progress-bar .text-white i,
.progress-label .text-white i {
	color: rgba(255, 255, 255, 0.5);
}

.progress-label {
	display: block;
	padding: 0.5rem 0;
	font-size: 0.75rem;
	font-weight: 600;
}

.progress-label i {
	color: #b2b2b2;
}

.progress-style-2,
.progress-style-3 {
	display: block;
	position: relative;
}

.progress-style-2 .progress-bar,
.progress-style-3 .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-style-2 {
	height: 2px;
	background-color: #ebebeb;
}

.progress-style-2 .progress-bar::before, .progress-style-2 .progress-bar::after {
	display: block;
	position: absolute;
	border-radius: 50%;
	content: '';
}

.progress-style-2 .progress-bar::before {
	top: -3px;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: inherit;
}

.progress-style-2 .progress-bar::after {
	top: -.4375rem;
	right: -.25rem;
	width: 16px;
	height: 16px;
	border: 1px solid #d8d8d8;
	z-index: -1;
}

.progress-style-2 .progress-bar.bg-gradient::before, .progress-style-2 .progress-bar.btn-gradient::before, .progress-style-2 .accordion-style-3 .progress-bar[data-toggle='collapse']::before, .accordion-style-3 .progress-style-2 .progress-bar[data-toggle='collapse']::before, .progress-style-2 .progress-bar.tag-link::before, .progress-style-2 .progress-bar.noUi-connect::before {
	background-color: #e833b0;
}

.progress-style-2.progress-light-skin .progress-bar {
	z-index: 1;
}

.progress-style-2.progress-light-skin .progress-bar::after {
	border-color: rgba(255, 255, 255, 0.25);
}

.progress-style-3 {
	height: 4px;
	background-color: #f2f2f2;
}

.progress-animate-fill .progress-bar {
	width: 0;
}

.progress-animate-fill .progress-bar::before, .progress-animate-fill .progress-bar::after {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
}

.progress-animate-fill.progress-in-view .progress-bar::before, .progress-animate-fill.progress-in-view .progress-bar::after {
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -51px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	background-color: #ffffff;
	color: #404040;
	line-height: 48px;
	text-align: center;
	-webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.12);
	text-align: center;
	opacity: .65;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	color: #639807;
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
	font-family: feather;
	font-size: 1.3125rem;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
	opacity: 0;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 1.5rem;
}

.owl-carousel .owl-nav button.owl-prev::after {
	margin-left: -.125rem;
	content: '\e92f';
}

.owl-carousel .owl-nav button.owl-next {
	right: 1.5rem;
}

.owl-carousel .owl-nav button.owl-next::after {
	margin-right: -.125rem;
	content: '\e930';
}

.owl-carousel .owl-dots {
	display: block;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 .3125rem;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-radius: 50%;
	background-color: #8c8c8c;
	opacity: .4;
	vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot.active {
	-webkit-transform: scale(2);
	transform: scale(2);
	background-color: #639807;
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot:focus {
	outline: none;
}

.owl-carousel.dots-inside .owl-nav button.owl-next,
.owl-carousel.dots-inside .owl-nav button.owl-prev {
	margin-top: -24px;
}

.owl-carousel.dots-inside .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: .625rem 1rem;
	padding-top: .375rem;
}

.owl-carousel.dots-inside .owl-dots .owl-dot {
	background-color: #ffffff;
	opacity: 1;
}

.owl-carousel.carousel-flush .owl-dots {
	padding-top: 0 !important;
}

.owl-carousel.carousel-flush .owl-item {
	padding: 0 .9375rem;
}

@media (max-width: 991.98px) {
	.owl-carousel.controls-hidden-mobile .owl-nav button.owl-next,
	.owl-carousel.controls-hidden-mobile .owl-nav button.owl-prev {
		display: none;
	}
}

.gallery-item {
	display: block;
	position: relative;
	width: 100%;
	-webkit-transition: -webkit-box-shadow .35s .12s;
	transition: -webkit-box-shadow .35s .12s;
	transition: box-shadow .35s .12s;
	transition: box-shadow .35s .12s, -webkit-box-shadow .35s .12s;
	color: #ffffff;
	text-decoration: none;
}

.gallery-item > img {
	display: block;
	width: 100%;
}

.gallery-item::before, .gallery-item::after {
	display: block;
	position: absolute;
}

.gallery-item::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .35s .12s;
	transition: opacity .35s .12s;
	content: '';
	opacity: 0;
	z-index: 1;
}

.gallery-item::after {
	top: 50%;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
	border-radius: 50%;
	background-color: #ffffff;
	content: '';
	z-index: 5;
}

.gallery-item:not(.type-video)::after {
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all .3s .12s;
	transition: all .3s .12s;
	color: #404040;
	font-family: feather;
	font-size: 1.3125rem;
	font-weight: normal;
	line-height: 44px;
	text-align: center;
	content: '\ea08';
	opacity: 0;
}

.gallery-item.type-video::after {
	background-position: center;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	-webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.gallery-item:hover {
	-webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.gallery-item:hover::before {
	opacity: .5;
}

.gallery-item:hover:not(.type-video)::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.owl-carousel .gallery-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fancybox-thumbs__list a::before {
	border-color: #639807;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0;
}

.fancybox-progress {
	background-color: #639807;
}

.countdown .countdown-item {
	display: inline-block;
	margin-right: .9em;
	margin-bottom: .6em;
	text-align: center;
}

.countdown .countdown-item:last-child {
	margin-right: 0 !important;
}

.countdown .countdown-value {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.countdown .countdown-label {
	padding-top: .25rem;
	color: #8c8c8c;
	font-family: "Mulish", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.countdown.h4 .countdown-label, .countdown.h5 .countdown-label, .countdown.h6 .countdown-label, .countdown.lead .countdown-label, .countdown.text-xl .countdown-label, .countdown.text-lg .countdown-label, .countdown.text-md .countdown-label, .countdown.text-sm .countdown-label, .countdown.text-xs .countdown-label {
	font-size: 0.625rem;
}

.countdown-style-1 .countdown-item {
	margin-right: .6em;
	margin-bottom: .5em;
}

.countdown-style-1 .countdown-value {
	position: relative;
	min-width: 56px;
	padding: .625rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
	box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

.countdown-style-1 .countdown-label {
	padding-top: 7px;
}

.countdown-style-1.countdown-light-skin .countdown-value {
	background-color: rgba(255, 255, 255, 0.12);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.countdown-style-2 .countdown-item {
	margin-right: .7em;
	margin-bottom: .5em;
}

.countdown-style-2 .countdown-value {
	position: relative;
	min-width: 56px;
	padding: .3125rem .625rem;
	z-index: 1;
}

.countdown-style-2 .countdown-value::before, .countdown-style-2 .countdown-value::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}

.countdown-style-2 .countdown-value::before {
	top: .375rem;
	left: .375rem;
	border: 1px solid #e7e7e7;
	background-color: #f5f5f5;
}

.countdown-style-2 .countdown-value::after {
	top: 0;
	left: 0;
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
}

.countdown-style-2 .countdown-label {
	padding-top: 11px;
}

.countdown-style-2.countdown-light-skin .countdown-value {
	color: #004539;
}

.countdown-style-2.countdown-light-skin .countdown-value::before {
	opacity: .2;
}

.countdown-style-2.countdown-light-skin .countdown-value::after {
	border-color: #ffffff;
}

.countdown-style-3 .countdown-value {
	position: relative;
	min-width: 35px;
}

.countdown-style-3 .countdown-value::after {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: 16px;
	height: 2px;
	margin-left: -8px;
	background-color: #639807;
	content: '';
}

.countdown-style-3 .countdown-label {
	padding-top: .625rem;
}

.countdown-light-skin .countdown-value {
	color: #ffffff;
}

.countdown-light-skin .countdown-label {
	color: rgba(255, 255, 255, 0.5);
}

.animated-digits {
	display: table;
	position: relative;
	padding-bottom: 1.125rem;
}

.animated-digits .animated-digits-digit {
	display: block;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: bold;
}

.animated-digits .animated-digits-text {
	margin: 0;
	margin-top: -.3125rem;
}

.animated-digits .animated-digits-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 0.3125rem;
	background-color: rgba(172, 50, 228, 0.1);
	color: #639807;
	font-size: 1.25rem;
	line-height: 44px;
	text-align: center;
}

.animated-digits.text-white::after {
	background: #ffffff !important;
}

.card .animated-digits {
	display: block;
}

.step {
	position: relative;
}

.step .step-number {
	padding-bottom: .625rem;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 8.625rem;
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0.625rem 1.5rem rgba(64, 64, 64, 0.14);
}

.step .step-title {
	position: relative;
	margin: 0;
	padding-bottom: 1.4rem;
	font-size: 1.4rem;
	font-weight: 700;
}

.step .step-text {
	margin: 0;
	opacity: 0.8;
	font-size: 0.875rem;
}

.step .step-link {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.625rem 0;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #639807;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	opacity: 0;
}

.step .step-link > i {
	display: inline-block;
	margin-left: 0.125rem;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-size: 1.2em;
	vertical-align: middle;
}

.step .step-link:hover > i {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.step:hover .step-link {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.step.text-center .step-title::after {
	left: 50%;
	margin-left: -18px;
}

.step.step-with-icon {
	padding-top: 4.375rem;
	text-align: center;
}

.step.step-with-icon .step-number {
	position: absolute;
	top: 0;
	right: -.3125rem;
	font-size: 11rem;
}

.step.step-with-icon .step-icon {
	position: relative;
	width: 140px;
	height: 140px;
	margin-right: auto;
	margin-bottom: 1.75rem;
	margin-left: auto;
	border-radius: 50%;
	color: #639807;
	font-size: 2.3rem;
	line-height: 140px;
	text-align: center;
	z-index: 5;
}

.step.step-with-icon .step-icon > img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 48px;
	margin-left: -24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.step.step-with-icon .step-icon::before, .step.step-with-icon .step-icon::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-radius: 50%;
	content: '';
}

.step.step-with-icon .step-icon::before {
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: rgba(172, 50, 228, 0.1);
	opacity: 0;
}

.step.step-with-icon .step-icon::after {
	border: 1px dashed rgba(172, 50, 228, 0.3);
}

.step.step-with-icon .step-title::after {
	left: 50%;
	margin-left: -18px;
}

.step.step-with-icon:hover .step-icon::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.step.step-with-icon:hover .step-icon::after {
	top: -40%;
	left: -40%;
	width: 180%;
	height: 180%;
}

.step.step-light-skin .step-number {
	color: rgba(255, 255, 255, 0.1);
	text-shadow: none;
}

.step.step-light-skin .step-title {
	color: #ffffff;
}

.step.step-light-skin .step-text {
	color: rgba(255, 255, 255, 0.5);
}

.badge {
	margin-top: -.1875rem;
	margin-left: .4375rem;
	padding-top: .2em;
	padding-bottom: .3em;
	border-radius: 0.125rem;
	vertical-align: middle;
}

.badge:not(.badge-light) {
	color: #ffffff;
}

.badge.badge-pill {
	border-radius: 10rem;
}

.badge-secondary {
	border: 1px solid #e7e7e7;
	color: #404040 !important;
}

.team-card-style-1,
.team-card-style-3,
.team-card-style-5 {
	position: relative;
	max-width: 360px;
	text-align: center;
}

.team-contact-link {
	display: block;
	margin-top: 0.25rem;
	-webkit-transition: all .25s;
	transition: all .25s;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.team-contact-link > i {
	display: inline-block;
	font-size: 1.1em;
	vertical-align: middle;
}

.team-card-style-1 .team-position,
.team-card-style-3 .team-position,
.team-card-style-4 .team-position {
	display: block;
	margin-bottom: 0.5rem;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 700;
	opacity: .6;
}

.team-card-style-3 .team-name,
.team-card-style-4 .team-name,
.team-card-style-5 .team-name {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
}

.team-thumb > img {
	display: block;
	width: 100%;
}

.team-card-style-1 {
	padding-bottom: 2.25rem;
}

.team-card-style-1 > * {
	position: relative;
	z-index: 5;
}

.team-card-style-1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all .3s .12s;
	transition: all .3s .12s;
	content: '';
	opacity: 0;
}

.team-card-style-1 .team-card-inner {
	margin-bottom: 1rem;
	padding-top: 3rem;
	padding-right: 1rem;
	padding-bottom: 1.25rem;
	padding-left: 1rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
}

.team-card-style-1 .team-thumb {
	width: 108px;
	height: 108px;
	margin: auto;
	margin-bottom: 1rem;
	border-radius: 50%;
	overflow: hidden;
}

.team-card-style-1 .team-social-bar {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.team-card-style-1 .team-contact-link {
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
	color: #8c8c8c;
	opacity: .6;
}

.team-card-style-1 .team-contact-link:hover {
	color: #8c8c8c;
	opacity: 1;
}

.team-card-style-1 .team-card-inner,
.team-card-style-1 .team-thumb,
.team-card-style-1 .team-social-bar {
	-webkit-transition: all .3s .12s;
	transition: all .3s .12s;
}

.team-card-style-1 .team-position,
.team-card-style-1 .team-name {
	-webkit-transition: color .3s .12s;
	transition: color .3s .12s;
}

.team-card-style-1 .team-name {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: bold;
}

.no-touchevents .team-card-style-1:hover::before {
	height: 100%;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	opacity: 1;
}

.no-touchevents .team-card-style-1:hover .team-card-inner {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.no-touchevents .team-card-style-1:hover .team-thumb {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.no-touchevents .team-card-style-1:hover .team-social-bar {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.no-touchevents .team-card-style-1:hover .team-contact-link,
.no-touchevents .team-card-style-1:hover .team-position,
.no-touchevents .team-card-style-1:hover .team-name {
	color: #ffffff;
}

.no-touchevents .team-card-style-1:hover .team-contact-link {
	opacity: 1;
}

.team-card-style-2 {
	position: relative;
}

.team-card-style-2 > img {
	display: block;
	width: 100%;
}

.team-card-style-2::before, .team-card-style-2::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .35s .12s;
	transition: opacity .35s .12s;
	content: '';
	z-index: 1;
}

.team-card-style-2::before {
	background-color: rgba(0, 0, 0, 0.25);
}

.team-card-style-2::after {
	opacity: 0;
}

.team-card-style-2 .team-card-inner {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 1.25rem;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	-webkit-transition: all .35s .12s;
	transition: all .35s .12s;
	text-align: center;
	opacity: 0;
	z-index: 5;
}

.team-card-style-2 .team-name,
.team-card-style-2 .team-position,
.team-card-style-2 .team-contact-link {
	color: #ffffff;
}

.team-card-style-2 .team-name {
	margin-bottom: 0.3333333333rem;
	font-size: 1.25rem;
	font-weight: bold;
}

.team-card-style-2 .team-position {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.team-card-style-2 .team-social-bar {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.team-card-style-2 .team-contact-link {
	opacity: 1;
}

.team-card-style-2:hover::before {
	opacity: 0;
}

.team-card-style-2:hover::after {
	opacity: .7;
}

.team-card-style-2:hover .team-card-inner {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.team-card-style-3,
.team-card-style-4 {
	position: relative;
	padding-top: 1.875rem;
	padding-right: 1.25rem;
	padding-bottom: 2.375rem;
	padding-left: 1.25rem;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #e7e7e7;
}

.team-card-style-3 .team-thumb,
.team-card-style-4 .team-thumb {
	width: 90px;
	margin: auto;
	margin-bottom: 1.0625rem;
}

.team-card-style-3 .team-position,
.team-card-style-4 .team-position {
	margin-bottom: 0;
}

.team-card-style-3 .team-contact-link,
.team-card-style-4 .team-contact-link {
	color: #404040;
	font-weight: 600;
}

.team-card-style-3 .team-contact-link > i,
.team-card-style-4 .team-contact-link > i {
	color: #8c8c8c !important;
}

.team-card-style-3 .team-contact-link:hover,
.team-card-style-4 .team-contact-link:hover {
	color: rgba(64, 64, 64, 0.6);
}

.team-card-style-3 .team-social-bar-wrap,
.team-card-style-4 .team-social-bar-wrap {
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
}

.team-card-style-3 .team-social-bar-wrap > .team-social-bar,
.team-card-style-4 .team-social-bar-wrap > .team-social-bar {
	display: table;
	margin: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.team-card-style-3:hover,
.team-card-style-4:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.team-card-style-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.875rem;
	padding-left: 1.5rem;
}

.team-card-style-4 .team-name {
	margin-bottom: 0.3125rem;
}

.team-card-style-4 .team-social-bar-wrap {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 1.25rem;
}

.team-card-style-4 .team-social-bar-wrap > .team-social-bar {
	margin: 0;
}

.team-card-style-5 {
	padding-bottom: 1.5rem;
	-webkit-transition: -webkit-box-shadow .35s .12s;
	transition: -webkit-box-shadow .35s .12s;
	transition: box-shadow .35s .12s;
	transition: box-shadow .35s .12s, -webkit-box-shadow .35s .12s;
	background: #004539;
}

.team-card-style-5 .team-thumb {
	position: relative;
	margin-bottom: 1.5rem;
}

.team-card-style-5 .team-thumb::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .35s .12s;
	transition: opacity .35s .12s;
	background-color: #639807;
	content: '';
	opacity: 0;
	z-index: 1;
}

.team-card-style-5 .team-card-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem;
	padding-bottom: 1.625rem;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .35s .12s;
	transition: all .35s .12s;
	text-align: center;
	opacity: 0;
	z-index: 5;
}

.team-card-style-5 .team-contact-link,
.team-card-style-5 .team-contact-link:hover {
	color: #ffffff;
}

.team-card-style-5 .sb-style-6.sb-light-skin,
.team-card-style-5 .sb-style-7.sb-light-skin {
	border-color: rgba(255, 255, 255, 0.35);
}

.team-card-style-5 .team-name {
	margin-bottom: 0.375rem;
	padding: 0 1rem;
}

.team-card-style-5 .team-position {
	display: block;
	padding: 0 1rem;
	-webkit-transition: color .35s .12s;
	transition: color .35s .12s;
}

.team-card-style-5:hover {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.team-card-style-5:hover .team-thumb::after {
	opacity: .7;
}

.team-card-style-5:hover .team-card-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.team-card-style-5:hover .team-position {
	color: #639807;
}

.testimonial .testimonial-footer,
.comment .testimonial-footer {
	display: table;
	padding-top: 1.5rem;
}

.testimonial .blockquote-footer,
.comment .blockquote-footer {
	margin-top: 0;
}

.testimonial .testimonial-avatar,
.comment .testimonial-avatar {
	display: table-cell;
	width: 48px;
	vertical-align: middle;
}

.testimonial .testimonial-avatar > img,
.comment .testimonial-avatar > img {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment {
	padding: 1.5rem;
}

.comment::before {
	display: none;
}

.comment .comment {
	margin-top: 1.5rem;
	padding-bottom: 0;
	border-top: 1px solid #e7e7e7;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-center .testimonial .testimonial-footer, .text-center.testimonial .testimonial-footer {
	margin: auto;
}

.text-center .testimonial .blockquote-footer, .text-center.testimonial .blockquote-footer {
	text-align: left;
}

.text-center .testimonial .blockquote-footer::before, .text-center.testimonial .blockquote-footer::before {
	left: 0;
	margin-left: 0;
}

.text-right .testimonial .testimonial-footer, .text-right.testimonial .testimonial-footer {
	margin-right: 0;
	margin-left: auto;
}

.testimonials-carousel .owl-item {
	padding-right: 1.375rem;
	padding-left: 1.375rem;
}

.testimonials-carousel .owl-dots {
	margin-top: -1rem;
	padding-top: 0;
}

.testimonials-carousel .testimonial {
	margin-top: .5rem;
	margin-bottom: 2.375rem;
}

.pricing-card:not(.card) {
	position: relative;
	padding-top: .75rem;
	padding-right: 1.25rem;
	padding-bottom: 2.625rem;
	padding-left: 1.25rem;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #e7e7e7;
}

.pricing-card:not(.card) .pricing-card-body {
	text-align: center;
}

.pricing-card:not(.card):hover {
	border-color: transparent !important;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.pricing-card-image {
	display: block;
	width: 70px;
	margin: .75rem auto;
	margin-bottom: 1.5rem;
}

.pricing-card-price {
	color: #004539;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}

.pricing-card-price > span {
	display: inline-block;
	margin-top: .125rem;
	margin-right: .3125rem;
	font-size: .4em;
	font-weight: normal;
	vertical-align: top;
}

.pricing-card-price.monthly, .pricing-card-price.yearly {
	display: none;
}

.pricing-card-price.monthly.active, .pricing-card-price.yearly.active {
	display: block;
}

.pricing-card-button {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	text-align: center;
}

.pricing-card .badge {
	margin-left: -.3125rem;
}

.video-player-button,
.video-player-label {
	display: inline-block;
	vertical-align: middle;
}

.video-player-button {
	width: 80px;
	height: 80px;
	padding-left: .25rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	background-color: #ffffff;
	color: #004539;
	font-size: 1rem;
	line-height: 80px;
	-webkit-box-shadow: 0 0.5625rem 1.75rem 0 rgba(64, 64, 64, 0.13);
	box-shadow: 0 0.5625rem 1.75rem 0 rgba(64, 64, 64, 0.13);
	text-align: center;
	text-decoration: none;
}

.video-player-button:hover {
	color: #639807;
	-webkit-box-shadow: 0 0.5625rem 1.75rem 0 rgba(172, 50, 228, 0.2);
	box-shadow: 0 0.5625rem 1.75rem 0 rgba(172, 50, 228, 0.2);
}

.widget {
	margin-bottom: 2.625rem;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-title {
	display: block;
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e7e7e7;
	color: #404040;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.widget-title::after {
	display: block;
	position: absolute;
	bottom: -.1875rem;
	left: 0;
	width: 5.625rem;
	height: .1875rem;
	content: '';
}

.widget-custom-menu ul,
.widget-categories ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-custom-menu ul > li,
.widget-categories ul > li {
	margin: 0;
}

.widget-custom-menu ul > li > a,
.widget-categories ul > li > a {
	display: block;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: #404040;
	font-weight: 600;
	text-decoration: none;
}

.widget-custom-menu ul > li > a > span,
.widget-categories ul > li > a > span {
	color: #8c8c8c !important;
	font-weight: 400;
}

.widget-custom-menu ul > li > a > i,
.widget-categories ul > li > a > i {
	display: inline-block;
	margin-right: .3125rem;
	vertical-align: middle;
}

.widget-custom-menu ul > li:hover > a, .widget-custom-menu ul > li.active > a,
.widget-categories ul > li:hover > a,
.widget-categories ul > li.active > a {
	color: #639807 !important;
}

.widget-custom-menu > ul,
.widget-categories > ul {
	margin-top: -0.75rem;
}

.widget-custom-menu > ul > li,
.widget-categories > ul > li {
	border-bottom: 1px solid #e7e7e7;
}

.widget-custom-menu > ul > li > a,
.widget-categories > ul > li > a {
	padding: 0.75rem 0;
}

.widget-custom-menu > ul > li:last-child,
.widget-categories > ul > li:last-child {
	border-bottom: 0;
}

.widget-custom-menu > ul > li:last-child > a,
.widget-categories > ul > li:last-child > a {
	padding-bottom: 0;
}

.widget-custom-menu [data-toggle='collapse'],
.widget-categories [data-toggle='collapse'] {
	position: relative;
	padding-right: 1rem;
	color: #404040;
}

.widget-custom-menu [data-toggle='collapse']::after,
.widget-categories [data-toggle='collapse']::after {
	display: block;
	position: absolute;
	top: 50%;
	right: .0625rem;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-radius: 50%;
	background-color: rgba(64, 64, 64, 0.1);
	color: #404040;
	font-family: feather;
	font-size: 0.75rem;
	line-height: 20px;
	text-align: center;
	content: '\e998';
}

.widget-custom-menu [data-toggle='collapse'].collapsed::after,
.widget-categories [data-toggle='collapse'].collapsed::after {
	content: '\e9b3';
}

.widget-custom-menu .collapse > ul,
.widget-custom-menu .collapsing > ul,
.widget-categories .collapse > ul,
.widget-categories .collapsing > ul {
	padding-bottom: 0.75rem;
}

.widget-custom-menu .collapse > ul > li,
.widget-custom-menu .collapsing > ul > li,
.widget-categories .collapse > ul > li,
.widget-categories .collapsing > ul > li {
	border-left: 2px solid #f1f1f1;
}

.widget-custom-menu .collapse > ul > li > a,
.widget-custom-menu .collapsing > ul > li > a,
.widget-categories .collapse > ul > li > a,
.widget-categories .collapsing > ul > li > a {
	position: relative;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 15px;
}

.widget-custom-menu .collapse > ul > li > a::before,
.widget-custom-menu .collapsing > ul > li > a::before,
.widget-categories .collapse > ul > li > a::before,
.widget-categories .collapsing > ul > li > a::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: #ececec;
	content: '';
}

.widget-gallery .gallery-item {
	width: calc((100% / 3));
}

.widget-gallery .gallery-item::after {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
}

.widget-gallery .gallery-item:not(.type-video)::after {
	font-size: 1rem;
	line-height: 32px;
}

.widget-gallery .gallery-item.type-video::after {
	background-size: 8px 8px;
}

.widget-contacts ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-contacts ul > li, .widget-contacts ul > li > a {
	display: block;
	color: #004539;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: .021em;
}

.widget-contacts ul > li > a {
	-webkit-transition: color .25s;
	transition: color .25s;
	text-decoration: none;
}

.widget-contacts ul > li > a:hover {
	color: #639807;
}

.widget-contacts ul > li {
	position: relative;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top: 1px solid #e7e7e7;
}

.widget-contacts ul > li > span {
	display: block;
	padding-bottom: 1px;
	color: #8c8c8c;
	font-family: "Mulish", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
}

.widget-contacts ul > li > i {
	display: block;
	position: absolute;
	top: 1.125rem;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #639807;
	font-size: .9375rem;
	line-height: 36px;
	text-align: center;
	-webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.11);
}

.widget-contacts ul > li > i.icon-style-2 {
	background-color: rgba(172, 50, 228, 0.1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-contacts ul > li:first-child {
	padding-top: 0;
	border-top: 0;
}

.widget-contacts ul > li:first-child > i {
	top: .0625rem;
}

.widget-contacts ul > li:last-child {
	padding-bottom: 0;
}

.widget-subscribe .btn {
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}

.widget-testimonials-carousel .owl-carousel {
	margin-top: -.3125rem;
}

.widget-testimonials-carousel .testimonial {
	margin-top: 0.5rem;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-testimonials-carousel .testimonial::before {
	left: 0;
}

.widget-testimonials-carousel .testimonial.text-right::before {
	right: 0;
	left: auto;
}

.widget-testimonials-carousel .testimonial.text-right .blockquote-footer::before {
	right: 0;
	left: auto;
}

.widget-testimonials-carousel .testimonial .testimonial-avatar {
	width: 43px;
}

.widget-testimonials-carousel .testimonial .testimonial-avatar > img {
	width: 43px;
	height: 43px;
}

.widget-testimonials-carousel .testimonial .testimonial-footer {
	padding-top: 1rem;
}

.widget-author {
	margin-bottom: 3.625rem;
}

.author-card {
	position: relative;
	margin-bottom: .0625rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.author-card .author-card-cover {
	position: relative;
	width: 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.author-card .author-card-cover::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: 'Sie haben Fragen?';
	color: #fff;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: 600;
}

.author-card .author-card-cover > .btn {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	padding: 0 0.625rem;
}

.author-card .author-card-profile {
	display: table;
	position: relative;
	margin-top: -1.375rem;
	padding-right: 0.9375rem;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	z-index: 5;
}

.author-card .author-card-profile .author-card-avatar,
.author-card .author-card-profile .author-card-details {
	display: table-cell;
	vertical-align: middle;
}

.author-card .author-card-profile .author-card-avatar {
	width: 85px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.author-card .author-card-profile .author-card-avatar > img {
	display: block;
	width: 100%;
}

.author-card .author-card-profile .author-card-details {
	padding-top: 1.25rem;
	padding-left: 0.9375rem;
}

.author-card .author-card-profile .author-card-name {
	margin-bottom: .125rem;
	font-size: 0.875rem;
	font-weight: bold;
}

.author-card .author-card-profile .author-card-position {
	display: block;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
}

.author-card .author-card-info {
	margin-bottom: 0;
	padding: 0 1.5625rem;
	font-size: 0.8125rem;
}

.author-card .author-card-social-bar-wrap {
	position: absolute;
	bottom: -1.125rem;
	left: 0;
	width: 100%;
}

.author-card .author-card-social-bar-wrap .author-card-social-bar {
	display: table;
	margin: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.author-card + .wizard {
	position: relative;
	z-index: 5;
}

.widget-featured-posts .featured-post,
.widget-featured-posts-carousel .featured-post {
	display: table;
	width: 100%;
	padding: 1.0625rem 0;
	border-top: 1px solid #e7e7e7;
	text-decoration: none !important;
}

.widget-featured-posts .featured-post:first-of-type,
.widget-featured-posts-carousel .featured-post:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.widget-featured-posts .featured-post:last-of-type,
.widget-featured-posts-carousel .featured-post:last-of-type {
	padding-bottom: 0;
}

.widget-featured-posts .featured-post .featured-post-thumb,
.widget-featured-posts .featured-post .featured-post-info,
.widget-featured-posts-carousel .featured-post .featured-post-thumb,
.widget-featured-posts-carousel .featured-post .featured-post-info {
	display: table-cell;
	vertical-align: top;
}

.widget-featured-posts .featured-post .featured-post-thumb,
.widget-featured-posts-carousel .featured-post .featured-post-thumb {
	width: 60px;
}

.widget-featured-posts .featured-post .featured-post-thumb > img,
.widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}

.widget-featured-posts .featured-post .featured-post-info,
.widget-featured-posts-carousel .featured-post .featured-post-info {
	padding-left: 0.75rem;
}

.widget-featured-posts .featured-post .featured-post-meta,
.widget-featured-posts-carousel .featured-post .featured-post-meta {
	margin-bottom: .3125rem;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
}

.widget-featured-posts .featured-post .featured-post-meta i,
.widget-featured-posts-carousel .featured-post .featured-post-meta i {
	display: inline-block;
	margin-top: -1px;
	margin-right: .3125rem;
	font-size: 1.1em;
	vertical-align: middle;
}

.widget-featured-posts .featured-post .featured-post-title,
.widget-featured-posts-carousel .featured-post .featured-post-title {
	display: block;
	color: #404040;
	font-size: 0.875rem;
	line-height: 1.4;
}

.widget-featured-posts-carousel .owl-carousel .owl-dots {
	padding-top: 0.75rem;
	padding-bottom: 0;
}

.widget-featured-posts-carousel .featured-post {
	padding: 0;
	border: 0;
}

.widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-recent-comments .recent-comment {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.3125rem;
	border-top: 1px solid #e7e7e7;
	text-decoration: none !important;
}

.widget-recent-comments .recent-comment::before {
	display: block;
	position: absolute;
	top: 0.8125rem;
	left: 0;
	color: #8c8c8c;
	font-family: feather;
	font-size: 0.875rem;
	content: '\e991';
}

.widget-recent-comments .recent-comment:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.widget-recent-comments .recent-comment:first-of-type::before {
	top: 1px;
}

.widget-recent-comments .recent-comment:last-of-type {
	padding-bottom: 0;
}

.widget-recent-comments .recent-comment .recent-comment-meta {
	display: block;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
}

.widget-recent-comments .recent-comment .recent-comment-title {
	-webkit-transition: color .25s;
	transition: color .25s;
	color: #404040;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
}

.widget-recent-comments .recent-comment:hover .recent-comment-title {
	color: #639807;
}

.tag-link {
	display: inline-block;
	position: relative;
	margin-top: .3125rem;
	margin-right: .375rem;
	margin-bottom: .3125rem;
	padding: .3125rem .75rem;
	-webkit-transition: color .25s;
	transition: color .25s;
	background-color: #ffffff;
	color: #404040;
	font-size: 0.6875rem;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	z-index: 1;
}

.tag-link::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	content: '';
	opacity: 0;
	z-index: -1;
}

.tag-link:hover, .tag-link.active {
	color: #ffffff;
}

.tag-link:hover::before, .tag-link.active::before {
	opacity: 1;
}

.range-slider {
	padding-top: 0.5rem;
}

.noUi-target {
	border: 0;
	border-radius: 0;
	background-color: #e7e7e7;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.noUi-horizontal {
	height: .1875rem;
}

.noUi-horizontal .noUi-handle {
	top: -.1875rem;
	left: -.375rem;
	width: .625rem;
	height: .625rem;
	border: 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle::before {
	display: none;
}

.noUi-horizontal .noUi-handle::after {
	top: -.3125rem;
	left: -.3125rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid transparent;
	border-radius: 50%;
	background: none;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
	background-color: #639807;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower::after {
	border-color: rgba(172, 50, 228, 0.6);
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
	background-color: #e833b0;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper::after {
	border-color: rgba(232, 51, 176, 0.6);
}

.noUi-horizontal .noUi-handle:focus {
	outline: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -.375rem;
	left: auto;
}

.ui-range-slider-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1.875rem;
}

.ui-range-slider-footer > .column:last-child {
	padding-left: 0.9375rem;
	text-align: right;
}

.ui-range-values {
	display: inline-block;
}

.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
}

.ui-range-values .ui-range-label {
	display: inline-block;
	margin-right: .125rem;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
}

.widget-featured-products .featured-product,
.widget-featured-products-carousel .featured-product,
.widget-cart .featured-product {
	display: table;
	width: 100%;
	padding: 1.0625rem 0;
	border-top: 1px solid #e7e7e7;
	text-decoration: none !important;
}

.widget-featured-products .featured-product:first-of-type,
.widget-featured-products-carousel .featured-product:first-of-type,
.widget-cart .featured-product:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.widget-featured-products .featured-product:last-of-type,
.widget-featured-products-carousel .featured-product:last-of-type,
.widget-cart .featured-product:last-of-type {
	padding-bottom: 0;
}

.widget-featured-products .featured-product-thumb,
.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-thumb,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-thumb,
.widget-cart .featured-product-info {
	display: table-cell;
	vertical-align: top;
}

.widget-featured-products .featured-product-thumb,
.widget-featured-products-carousel .featured-product-thumb,
.widget-cart .featured-product-thumb {
	width: 60px;
}

.widget-featured-products .featured-product-thumb > img,
.widget-featured-products-carousel .featured-product-thumb > img,
.widget-cart .featured-product-thumb > img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
}

.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-info {
	padding-left: 0.75rem;
}

.widget-featured-products .featured-product-title,
.widget-featured-products-carousel .featured-product-title,
.widget-cart .featured-product-title {
	margin-bottom: 0;
	-webkit-transition: color .25s;
	transition: color .25s;
	font-size: 0.875rem;
	font-weight: bold;
}

.widget-featured-products .featured-product-price,
.widget-featured-products-carousel .featured-product-price,
.widget-cart .featured-product-price {
	display: block;
	margin-top: .1875rem;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: .03em;
}

.widget-featured-products .featured-product:hover .featured-product-title,
.widget-featured-products-carousel .featured-product:hover .featured-product-title,
.widget-cart .featured-product:hover .featured-product-title {
	color: #639807;
}

.widget-featured-products-carousel .owl-carousel .owl-dots {
	padding-top: .625rem;
	padding-bottom: 0;
}

.widget-featured-products-carousel .featured-product {
	padding: 0;
	border: 0;
}

.widget-featured-products-carousel .featured-product-thumb > img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget-cart .featured-product {
	position: relative;
	padding-right: 1.875rem;
}

.widget-cart .remove-product {
	display: block;
	position: absolute;
	top: 1.185rem;
	right: .3125rem;
	width: 1rem;
	height: 1rem;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 50%;
	background-color: rgba(64, 64, 64, 0.1);
	color: #404040;
	font-size: 0.75rem;
	line-height: 1.0625rem;
	text-align: center;
	cursor: pointer;
}

.widget-cart .remove-product:hover {
	background-color: #ff5252;
	color: #ffffff;
}

.widget-cart .featured-product:first-of-type .remove-product {
	top: .125rem;
}

.rating-stars {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

.rating-stars i {
	display: inline-block;
	margin-right: .1875rem;
	color: #bfbfbf;
	font-size: 0.875rem;
	vertical-align: middle;
}

.rating-stars i.active {
	color: #fc8c3a;
}

.widget-light-skin .widget-title {
	border-bottom-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.7);
}

.widget-light-skin.widget-custom-menu ul > li > a, .widget-light-skin.widget-categories ul > li > a {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #ffffff !important;
}

.widget-light-skin.widget-custom-menu ul > li > a > span, .widget-light-skin.widget-categories ul > li > a > span {
	color: rgba(255, 255, 255, 0.5) !important;
}

.widget-light-skin.widget-custom-menu ul > li:hover > a,
.widget-light-skin.widget-custom-menu ul > li.active > a, .widget-light-skin.widget-categories ul > li:hover > a,
.widget-light-skin.widget-categories ul > li.active > a {
	color: #ffffff !important;
	opacity: .6;
}

.widget-light-skin.widget-custom-menu > ul > li, .widget-light-skin.widget-categories > ul > li {
	border-bottom-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-custom-menu [data-toggle='collapse'],
.widget-light-skin.widget-custom-menu [data-toggle='collapse']:hover, .widget-light-skin.widget-categories [data-toggle='collapse'],
.widget-light-skin.widget-categories [data-toggle='collapse']:hover {
	color: #ffffff !important;
}

.widget-light-skin.widget-custom-menu [data-toggle='collapse'].collapsed,
.widget-light-skin.widget-custom-menu [data-toggle='collapse']:hover.collapsed, .widget-light-skin.widget-categories [data-toggle='collapse'].collapsed,
.widget-light-skin.widget-categories [data-toggle='collapse']:hover.collapsed {
	color: #ffffff !important;
}

.widget-light-skin.widget-custom-menu [data-toggle='collapse']::after, .widget-light-skin.widget-categories [data-toggle='collapse']::after {
	background-color: rgba(255, 255, 255, 0.09);
	color: #ffffff;
}

.widget-light-skin.widget-custom-menu .collapse > ul > li,
.widget-light-skin.widget-custom-menu .collapsing > ul > li, .widget-light-skin.widget-categories .collapse > ul > li,
.widget-light-skin.widget-categories .collapsing > ul > li {
	border-left-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-custom-menu .collapse > ul > li > a::before,
.widget-light-skin.widget-custom-menu .collapsing > ul > li > a::before, .widget-light-skin.widget-categories .collapse > ul > li > a::before,
.widget-light-skin.widget-categories .collapsing > ul > li > a::before {
	background-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-contacts ul > li, .widget-light-skin.widget-contacts ul > li > a {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #ffffff;
}

.widget-light-skin.widget-contacts ul > li > a:hover {
	color: #ffffff;
	opacity: .6;
}

.widget-light-skin.widget-contacts ul > li {
	border-top-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-contacts ul > li > span {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-featured-posts .featured-post, .widget-light-skin.widget-featured-posts-carousel .featured-post {
	border-top-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-featured-posts .featured-post .featured-post-meta, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-meta {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-featured-posts .featured-post .featured-post-title, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title {
	color: #ffffff;
}

.widget-light-skin.widget-featured-posts .featured-post .featured-post-title:hover, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title:hover {
	color: #ffffff;
	opacity: .6;
}

.widget-light-skin.widget-recent-comments .recent-comment {
	border-top-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-recent-comments .recent-comment::before,
.widget-light-skin.widget-recent-comments .recent-comment .recent-comment-meta {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-recent-comments .recent-comment .recent-comment-title {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #ffffff;
}

.widget-light-skin.widget-recent-comments .recent-comment:hover .recent-comment-title {
	color: #ffffff;
	opacity: .6;
}

.widget-light-skin .owl-carousel .owl-dots .owl-dot {
	background-color: #ffffff;
}

.widget-light-skin.widget-testimonials-carousel .testimonial {
	background: none;
}

.widget-light-skin.widget-testimonials-carousel .testimonial::before {
	background-color: #ffffff;
}

.widget-light-skin.widget-testimonials-carousel .testimonial > p {
	color: #ffffff;
}

.widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer {
	color: #ffffff;
}

.widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer > cite {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-featured-products .featured-product, .widget-light-skin.widget-featured-products-carousel .featured-product, .widget-light-skin.widget-cart .featured-product {
	border-top-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin.widget-featured-products .featured-product .featured-product-title, .widget-light-skin.widget-featured-products-carousel .featured-product .featured-product-title, .widget-light-skin.widget-cart .featured-product .featured-product-title {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #ffffff;
}

.widget-light-skin.widget-featured-products .featured-product:hover .featured-product-title, .widget-light-skin.widget-featured-products-carousel .featured-product:hover .featured-product-title, .widget-light-skin.widget-cart .featured-product:hover .featured-product-title {
	color: #ffffff;
	opacity: .6;
}

.widget-light-skin.widget-featured-products .featured-product-price, .widget-light-skin.widget-featured-products-carousel .featured-product-price, .widget-light-skin.widget-cart .featured-product-price {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin.widget-cart .remove-product {
	background-color: rgba(255, 255, 255, 0.09);
	color: #ffffff;
}

.widget-light-skin.widget-cart .remove-product:hover {
	background-color: #ff5252;
	color: #ffffff;
}

.widget-light-skin .rating-stars i {
	color: rgba(255, 255, 255, 0.4);
}

.widget-light-skin .rating-stars i.active {
	color: #fc8c3a;
}

.widget-light-skin .noUi-target {
	background-color: rgba(255, 255, 255, 0.14);
}

.widget-light-skin .ui-range-values {
	color: rgba(255, 255, 255, 0.5);
}

.widget-light-skin .ui-range-values .ui-range-value-min,
.widget-light-skin .ui-range-values .ui-range-value-max {
	color: #ffffff;
}

.widget-light-skin .ui-range-values .ui-range-label {
	color: rgba(255, 255, 255, 0.5);
}

.wizard {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.wizard .wizard-steps .wizard-step {
	width: 100%;
	margin-bottom: -.0625rem;
	margin-left: -.0625rem;
	padding: 1.125rem 1rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e7e7e7;
	color: #004539;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.wizard .wizard-steps .wizard-step > i {
	display: inline-block;
	margin-top: -.125rem;
	margin-right: .375rem;
	color: #33cb81;
	font-size: 1.2em;
	vertical-align: middle;
}

.wizard .wizard-steps .wizard-step > .wizard-icon {
	display: block;
	margin: 0 auto .625rem;
	color: #8c8c8c;
	font-size: 1.6em;
}

.wizard .wizard-steps .wizard-step:hover {
	background-color: #f5f5f5;
}

.wizard .wizard-steps .wizard-step.active {
	border-color: #639807;
	background-color: #639807;
	color: #ffffff;
	-webkit-box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
	box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
	cursor: default;
	pointer-events: none;
}

.wizard .wizard-steps .wizard-step.active > .wizard-icon {
	color: #ffffff;
}

.wizard .wizard-body {
	padding: 2.5rem 1.5rem 1.875rem;
}

.wizard .wizard-footer {
	padding: 15px 1.5rem;
	border-top: 1px solid #e7e7e7;
}

@media (max-width: 1199.98px) {
	.container {
		width: 100% !important;
		max-width: 100% !important;
	}
}

.container-fluid {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

@media (max-width: 1199.98px) {
	.container-fluid {
		padding: 0 15px;
	}
}

.isotope-grid {
	position: relative;
}

.isotope-grid:not(.filter-grid) {
	min-height: 180px;
	background-position: center;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-size: 74px;
}

.isotope-grid:not(.filter-grid) > .grid-item {
	display: none;
}

.isotope-grid:not(.filter-grid)[style] {
	background: none;
}

.isotope-grid:not(.filter-grid)[style] > .grid-item {
	display: inline-block;
	-webkit-animation: showGrid .6s;
	animation: showGrid .6s;
}

.isotope-grid .gutter-sizer {
	width: 30px;
}

.isotope-grid .grid-item {
	margin-bottom: 30px;
}

.isotope-grid .grid-item .post-tile,
.isotope-grid .grid-item .portfolio-tile {
	margin-bottom: 0;
}

.isotope-grid.cols-1 .gutter-sizer {
	width: 0;
}

.isotope-grid.cols-1 .grid-sizer,
.isotope-grid.cols-1 .grid-item {
	width: 100%;
}

.isotope-grid.cols-2 .grid-sizer,
.isotope-grid.cols-2 .grid-item {
	width: calc((100% / 2) - 15px);
}

.isotope-grid.cols-3 .grid-sizer,
.isotope-grid.cols-3 .grid-item {
	width: calc((100% / 3) - 20px);
}

.isotope-grid.cols-4 .grid-sizer,
.isotope-grid.cols-4 .grid-item {
	width: calc((100% / 4) - 22.5px);
}

.isotope-grid.cols-5 .grid-sizer,
.isotope-grid.cols-5 .grid-item {
	width: calc((100% / 5) - 24px);
}

.isotope-grid.cols-6 .grid-sizer,
.isotope-grid.cols-6 .grid-item {
	width: calc((100% / 6) - 25px);
}

@media (max-width: 1199.98px) {
	.isotope-grid.cols-6 .grid-sizer,
	.isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
	.isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
	.isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
	.isotope-grid.cols-3 .grid-item {
		width: calc((100% / 3) - 22.5px);
	}
}

@media (max-width: 767.98px) {
	.isotope-grid.cols-6 .grid-sizer,
	.isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
	.isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
	.isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
	.isotope-grid.cols-3 .grid-item {
		width: calc((100% / 2) - 15px);
	}
}

@media (max-width: 575.98px) {
	.isotope-grid.cols-6 .gutter-sizer, .isotope-grid.cols-5 .gutter-sizer, .isotope-grid.cols-4 .gutter-sizer, .isotope-grid.cols-3 .gutter-sizer, .isotope-grid.cols-2 .gutter-sizer {
		width: 0;
	}
	.isotope-grid.cols-6 .grid-sizer,
	.isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
	.isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
	.isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
	.isotope-grid.cols-3 .grid-item, .isotope-grid.cols-2 .grid-sizer,
	.isotope-grid.cols-2 .grid-item {
		width: 100%;
	}
}

.isotope-grid.grid-no-gutters .gutter-sizer {
	width: 0;
}

.isotope-grid.grid-no-gutters .grid-item {
	margin-bottom: 0;
}

.isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-2 .grid-item {
	width: 50%;
}

.isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-3 .grid-item {
	width: 33.3333333333%;
}

.isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-4 .grid-item {
	width: 25%;
}

.isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-5 .grid-item {
	width: 20%;
}

.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-6 .grid-item {
	width: 16.6666666667%;
}

@media (max-width: 1199.98px) {
	.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-3 .grid-item {
		width: 33.3333333333%;
	}
}

@media (max-width: 767.98px) {
	.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-3 .grid-item {
		width: 50%;
	}
}

@media (max-width: 575.98px) {
	.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-3 .grid-item, .isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
	.isotope-grid.grid-no-gutters.cols-2 .grid-item {
		width: 100%;
	}
}

@-webkit-keyframes showGrid {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes showGrid {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@supports (-ms-ime-align: auto) {
	.isotope-grid:not(.filter-grid) {
		min-height: auto;
		background: none;
	}
	.isotope-grid:not(.filter-grid) > .grid-item {
		display: inline-block;
	}
	.isotope-grid:not(.filter-grid)[style] > .grid-item {
		-webkit-animation: none;
		animation: none;
	}
}

.search-box,
.search-box > input,
.search-box > .easy-autocomplete > input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search-box {
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.search-box::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.875rem;
	font-family: feather;
	font-size: 1.25rem;
	content: '\e9c1';
	z-index: 5;
}

.search-box > .easy-autocomplete > input,
.search-box > input {
	padding-right: 1.875rem;
	padding-left: 2rem;
	border: 0;
	color: #404040;
	font-size: 1rem;
	-webkit-appearance: none;
}

.search-box > .easy-autocomplete > input:focus,
.search-box > input:focus {
	outline: none;
}

.search-box .search-close {
	position: absolute;
	top: 50%;
	right: -.3125rem;
	width: 50px;
	height: 50px;
	margin-top: -1.5rem;
	color: #404040;
	font-size: 1.25rem;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

.search-box.is-open {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991.98px) {
	.search-box::before {
		left: .75rem;
	}
	.search-box > .easy-autocomplete > input,
	.search-box > input {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		font-size: 0.875rem;
	}
	.search-box .search-close {
		right: 0;
	}
}

.easy-autocomplete {
	width: 100% !important;
}

.easy-autocomplete-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 0;
	border-radius: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.375rem 1.25rem 0 rgba(64, 64, 64, 0.2);
	box-shadow: 0 0.375rem 1.25rem 0 rgba(64, 64, 64, 0.2);
}

.easy-autocomplete-container > ul {
	display: none;
	margin: 0;
	margin-top: .0625rem;
	padding: .625rem 1.5rem 1.25rem;
	list-style: none;
}

.easy-autocomplete-container > ul li {
	margin: 0;
}

.eac-item > a {
	display: inline-block;
	padding: .3125rem 0;
	color: #404040;
	font-size: 0.875rem;
	text-decoration: none;
}

.eac-item > a:hover > .ac-title {
	text-decoration: underline;
}

.navbar-brand {
	display: block;
	width: 170px;
	color: #004539;
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
	width: 100%;
}

.navbar-wrapper {
	display: table;
	position: relative;
	width: 100%;
	padding: 0 30px;
	border-bottom: 1px solid #004539;
	background-color: #ffffff;
	z-index: 900;
}

.navbar-wrapper .search-box {
	margin-top: -1px;
}

.navbar-wrapper .dropdown-menu {
	position: absolute;
	margin: 0;
}

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

.navbar-wrapper .dropdown-toggle,
.navbar-wrapper .mega-dropdown-toggle {
	position: relative;
}

.navbar-wrapper .dropdown-toggle::after,
.navbar-wrapper .mega-dropdown-toggle::after {
	opacity: .65;
}

.navbar-wrapper .dropdown-toggle:hover > .dropdown-menu,
.navbar-wrapper .mega-dropdown-toggle:hover > .dropdown-menu {
	display: block;
	-webkit-animation: dropdown-slide-down .3s;
	animation: dropdown-slide-down .3s;
}

.navbar-wrapper .dropdown-toggle:hover .navbar-link,
.navbar-wrapper .mega-dropdown-toggle:hover .navbar-link {
	color: #004539;
	opacity: 1;
}

.navbar-wrapper .dropdown-toggle:hover::after,
.navbar-wrapper .mega-dropdown-toggle:hover::after {
	opacity: 1;
}

.navbar-wrapper .mega-dropdown-toggle {
	position: static !important;
}

@media (max-width: 1199.98px) {
	.navbar-wrapper {
		padding: 0 15px;
	}
}

@media (max-width: 991.98px) {
	.navbar-wrapper .navbar {
		position: static;
	}
	.navbar-wrapper .navbar-brand {
		width: 150px;
	}
}

.navbar-buttons {
	margin: 0;
	padding: 0;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	list-style: none;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13);
}

.navbar-buttons::after {
	display: table;
	clear: both;
	content: '';
}

.navbar-buttons > li {
	display: block;
	position: relative;
	margin: 0;
	float: left;
}

.navbar-buttons > li > a {
	display: block;
	width: 52px;
	height: 44px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-right: 1px solid rgba(231, 231, 231, 0.6);
	color: #004539;
	font-size: 1.125rem;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}

.navbar-buttons > li:last-child > a {
	width: 51px;
	padding-right: .1875rem;
	border-right: 0;
}

.navbar-buttons > li .badge {
	position: absolute;
	top: -.25rem;
	right: -.375rem;
}

.navbar-buttons:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-buttons:hover > li > a {
	border-color: transparent;
}

.navbar-buttons:hover > li:hover > a {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13);
}

.navbar-buttons > li > a:active {
	-webkit-transition: all .1s;
	transition: all .1s;
	background-color: #f5f5f5;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.navbar-link,
.footer-link {
	display: inline-block;
	padding: .5rem 0;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: rgba(52, 59, 67, 0.65);
	font-size: 0.75rem;
	text-decoration: none;
}

.navbar-link > i, .navbar-link > img,
.footer-link > i,
.footer-link > img {
	display: inline-block;
	vertical-align: middle;
}

.navbar-link > i,
.footer-link > i {
	margin-right: .3125rem;
	font-size: 1.1em;
}

.navbar-link > img,
.footer-link > img {
	width: 20px;
	margin-top: -.0625rem;
	margin-right: .375rem;
}

.navbar-link:hover,
.footer-link:hover {
	color: #004539;
}

.navbar-nav {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.navbar-nav .nav-link {
	display: block;
	position: relative;
	height: 44px;
	padding: 0 .9375rem;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 44px;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-nav .nav-item {
	display: inline-block;
	position: relative;
	margin: 0;
}

.navbar-nav .nav-item.dropdown-toggle::after {
	display: none;
}

.navbar-nav .nav-item.active .nav-link {
	color: #639807;
}

.navbar-nav .nav-item.active .nav-link::before {
	display: block;
	position: absolute;
	top: -1.125rem;
	left: 1rem;
	width: calc(100% - 32px);
	height: 1px;
	background-color: #639807;
	content: '';
}

.navbar-top {
	padding: .4375rem 0;
	border-bottom: 1px solid #e7e7e7;
}

.navbar-top .dropdown-item {
	text-transform: none;
}

.navbar-top .social-btn {
	width: 28px;
	height: 28px;
	margin-right: .4375rem;
	margin-bottom: 0;
	line-height: 28px;
}

.navbar-boxed,
.navbar-floating {
	display: block;
	padding: 0;
}

.navbar-boxed > .container,
.navbar-floating > .container {
	display: table;
}

.navbar-boxed .navbar-nav > .nav-item > .nav-link::before,
.navbar-floating .navbar-nav > .nav-item > .nav-link::before {
	top: -1.0625rem;
}

.navbar-floating:not(.navbar-ghost) {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0 30px;
	border: 0;
	background: none;
}

.navbar-floating:not(.navbar-ghost) > .container {
	display: block;
	padding: 0 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.navbar-floating:not(.navbar-ghost) .search-box {
	height: calc(100% - 1px);
	margin-top: 0;
}

.navbar-floating:not(.navbar-ghost).navbar-stuck > .container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991.98px) {
	.navbar-floating:not(.navbar-ghost) {
		position: relative;
		top: 0;
		padding: 0;
	}
}

.navbar-ghost {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0 25px;
	z-index: 900;
}

.navbar-ghost .container {
	position: relative;
}

.navbar-ghost .search-trigger,
.navbar-ghost .menu-trigger {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -.8125rem;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #404040;
	text-decoration: none;
}

.navbar-ghost .search-trigger > i,
.navbar-ghost .menu-trigger > i {
	display: inline-block;
	font-size: 1.3125rem;
	vertical-align: middle;
}

.navbar-ghost .search-trigger:hover,
.navbar-ghost .menu-trigger:hover {
	color: #639807;
}

.navbar-ghost .search-trigger.text-white:hover,
.navbar-ghost .menu-trigger.text-white:hover {
	opacity: .6;
}

.navbar-ghost .search-trigger {
	left: 15px;
}

.navbar-ghost .menu-trigger {
	right: 15px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.navbar-ghost .menu-trigger > span {
	display: inline-block;
	margin-top: .125rem;
	vertical-align: middle;
}

.navbar-ghost .menu-trigger > i {
	margin-left: .5rem;
}

@media (max-width: 767.98px) {
	.navbar-ghost .navbar-brand {
		margin-left: -25px;
	}
}

.navbar-simple-ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 0;
	background-color: transparent;
}

.navbar-simple-ghost .navbar {
	position: static;
}

.navbar-simple-ghost .search-box .search-close {
	right: 0;
}

.navbar-simple-ghost .search-box::before {
	left: 15px;
}

.navbar-simple-ghost .search-box > .easy-autocomplete > input,
.navbar-simple-ghost .search-box > input {
	padding-left: 42px;
}

.navbar-simple-ghost .navbar-buttons {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-simple-ghost .navbar-buttons > li > a {
	border-right-color: rgba(255, 255, 255, 0.18);
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.navbar-simple-ghost .navbar-buttons > li > a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.navbar-simple-ghost .navbar-nav > .nav-item > .nav-link {
	color: rgba(255, 255, 255, 0.65);
}

.navbar-simple-ghost .navbar-nav > .nav-item:hover > .nav-link, .navbar-simple-ghost .navbar-nav > .nav-item.active > .nav-link {
	color: #ffffff;
}

.navbar-simple-ghost .navbar-nav > .nav-item:hover > .nav-link::before, .navbar-simple-ghost .navbar-nav > .nav-item.active > .nav-link::before {
	height: 2px;
	background-color: #ffffff;
}

@media (max-width: 991.98px) {
	body {
		padding-top: 0 !important;
	}
}

@media (min-width: 992px) {
	.navbar-sticky.navbar-stuck {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
		box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
		-webkit-animation: dropdown-slide-down .25s;
		animation: dropdown-slide-down .25s;
	}
	.navbar-sticky.navbar-stuck .navbar-top {
		display: none !important;
	}
	.navbar-sticky.navbar-stuck.navbar-boxed, .navbar-sticky.navbar-stuck.navbar-floating:not(.navbar-ghost) {
		padding: 0;
	}
	.navbar-sticky.navbar-stuck.navbar-floating > .container {
		padding: 0 15px;
	}
	.navbar-sticky.navbar-stuck.navbar-ghost-white, .navbar-sticky.navbar-stuck.navbar-simple-ghost {
		background-color: #004539;
	}
}

.page-title {
	min-height: 250px;
	margin-bottom: 3.5rem;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	background-position: center center;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
}

.page-title .page-title-heading {
	font-size: 2.75rem;
	letter-spacing: .034em;
	line-height: 1.2;
	text-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	word-break: break-all;
}

.page-title .page-title-subheading {
	display: inline-block;
	padding: 10px 15px;
	background: #ededed;
}

.page-title.bg-dark .page-title-subheading {
	background: #2d333a;
}

.page-title.page-title-lg {
	min-height: 450px;
}

.page-title.page-title-indent-left {
	padding-left: 335px;
}

.page-title.page-title-indent-right {
	padding-right: 335px;
}

@media (max-width: 767.98px) {
	.page-title {
		min-height: 150px;
		margin-bottom: 2.625rem;
	}
	.page-title .page-title-heading {
		font-size: 2rem;
	}
	.page-title.page-title-lg {
		min-height: 250px;
	}
}

@media (max-width: 1480px) {
	.page-title.page-title-indent-left {
		padding-left: 285px;
	}
	.page-title.page-title-indent-right {
		padding-right: 285px;
	}
}

.breadcrumb {
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.breadcrumb .breadcrumb-item {
	position: relative;
}

.breadcrumb .breadcrumb-item::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1.375rem;
	margin-top: -0.89375rem;
	padding: 0;
	background-color: #639807;
	-webkit-transform: rotate(33deg);
	transform: rotate(33deg);
}

.breadcrumb .breadcrumb-item > a {
	text-decoration: none;
	letter-spacing: .08em;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
	margin-left: 0.75rem;
}

.offcanvas-container.is-static,
.offcanvas-container.is-triggered {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	-webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
	transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
	background-color: #ffffff;
	-webkit-box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	z-index: 1100;
}

.offcanvas-container.is-static + .offcanvas-wrapper,
.offcanvas-container.is-triggered + .offcanvas-wrapper {
	padding-left: 335px;
}

.offcanvas-container.is-static.offcanvas-container-reverse,
.offcanvas-container.is-triggered.offcanvas-container-reverse {
	right: 0;
	left: auto;
	-webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
	transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
	transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
	-webkit-box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
}

.offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper,
.offcanvas-container.is-triggered.offcanvas-container-reverse + .offcanvas-wrapper {
	padding-right: 335px;
	padding-left: 0;
}

.offcanvas-container.is-static .offcanvas-scrollable-area,
.offcanvas-container.is-triggered .offcanvas-scrollable-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-ms-overflow-style: none;
}

.offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
.offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
	display: none;
}

.offcanvas-container.is-triggered {
	top: 0;
	left: -320px;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.offcanvas-container.is-triggered.in-view {
	left: 0;
	-webkit-box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
}

.offcanvas-container.is-triggered.offcanvas-container-reverse {
	right: -320px;
	left: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
	right: 0;
	-webkit-box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
}

.offcanvas-container.is-triggered .offcanvas-close {
	display: block;
}

@media (max-width: 1480px) {
	.offcanvas-container.is-static {
		width: 270px;
	}
	.offcanvas-container.is-static + .offcanvas-wrapper {
		padding-left: 285px;
	}
	.offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper {
		padding-right: 285px;
		padding-left: 0;
	}
}

.offcanvas-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background-color: #ffffff;
}

.offcanvas-toggle {
	display: none;
	position: fixed;
	top: 32%;
	left: 0;
	width: 47px;
	height: 44px;
	margin-top: -22px;
	padding-right: .1875rem;
	-webkit-transition: color .3s;
	transition: color .3s;
	background-color: #639807;
	color: #fff;
	font-size: 1.375rem;
	line-height: 44px;
	-webkit-box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.2);
	box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.2);
	cursor: pointer;
	z-index: 1090;
	text-align: center;
	text-decoration: none;
}

.offcanvas-toggle > i {
	position: relative;
	z-index: 5;
}

.offcanvas-toggle::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: .1875rem;
	height: 100%;
	-webkit-transition: width .25s;
	transition: width .25s;
	background-color: #fff;
	color: #639807;
	content: '';
	z-index: 1;
}

.offcanvas-toggle:hover {
	color: #ffffff;
}

.offcanvas-toggle:hover::after {
	width: 100%;
}

.offcanvas-toggle.offcanvas-toggle-reverse {
	right: 0;
	left: auto;
	padding-right: 0;
	padding-left: .1875rem;
}

.offcanvas-toggle.offcanvas-toggle-reverse::after {
	right: auto;
	left: 0;
}

.offcanvas-close {
	display: none;
	position: absolute;
	top: .5rem;
	right: .8125rem;
	color: #404040;
	font-size: 1.375rem;
	cursor: pointer;
}

.offcanvas-scrollable-area .list-group-flush:first-child .list-group-item:first-child {
	border-top: 1px solid #e7e7e7;
}

@media (max-width: 991.98px) {
	.offcanvas-toggle,
	.offcanvas-close {
		display: block;
	}
	.offcanvas-container,
	.offcanvas-container.is-static,
	.offcanvas-container.is-triggered {
		display: block;
		position: fixed;
		top: 0;
		left: -320px;
		width: 320px;
		height: 100%;
		padding-top: 2rem;
		padding-bottom: 1.5rem;
		-webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
		transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
		transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
		transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
		background-color: #ffffff;
		z-index: 1100;
		overflow-y: auto;
	}
	.offcanvas-container.in-view,
	.offcanvas-container.is-static.in-view,
	.offcanvas-container.is-triggered.in-view {
		left: 0;
		-webkit-box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
		box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	}
	.offcanvas-container.offcanvas-container-reverse,
	.offcanvas-container.is-static.offcanvas-container-reverse,
	.offcanvas-container.is-triggered.offcanvas-container-reverse {
		right: -320px;
		left: auto;
		-webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
		transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
		transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
		transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
	}
	.offcanvas-container.offcanvas-container-reverse.in-view,
	.offcanvas-container.is-static.offcanvas-container-reverse.in-view,
	.offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
		right: 0;
		-webkit-box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
		box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
	}
	.offcanvas-container + .offcanvas-wrapper,
	.offcanvas-container.is-static + .offcanvas-wrapper,
	.offcanvas-container.is-triggered + .offcanvas-wrapper {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.offcanvas-container .offcanvas-scrollable-area,
	.offcanvas-container.is-static .offcanvas-scrollable-area,
	.offcanvas-container.is-triggered .offcanvas-scrollable-area {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-ms-overflow-style: none;
	}
	.offcanvas-container .offcanvas-scrollable-area::-webkit-scrollbar,
	.offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
	.offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
		display: none;
	}
	.page-title.page-title-indent-left,
	.page-title.page-title-indent-right {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.mobile-menu {
	border: 0;
}

.mobile-menu .mobile-menu-link {
	display: block;
	position: relative;
	padding: 1.25rem 0;
	padding-right: 3.625rem;
	padding-left: 1.875rem;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.mobile-menu .mobile-menu-link:hover, .mobile-menu .mobile-menu-link.active {
	color: #639807;
}

.mobile-menu .mobile-menu-link.active::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #639807;
	content: '';
}

.mobile-menu .card {
	margin-top: -.0625rem;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-menu .card::before {
	display: none;
}

.mobile-menu .card-header {
	position: relative;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.mobile-menu .card:first-child .card-header {
	border-top: 0;
}

.mobile-menu [data-toggle='collapse'] {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 100%;
	padding-right: .9375rem;
	padding-left: .9375rem;
	border-left: 1px solid #e7e7e7;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	z-index: 5;
}

.mobile-menu [data-toggle='collapse']::before {
	display: none;
}

.mobile-menu [data-toggle='collapse']::after {
	right: .9375rem;
	margin-top: -.9375rem;
}

.mobile-menu .card-body {
	padding-top: .625rem;
	padding-bottom: 1.125rem;
	background-color: #fafafa;
}

.mobile-menu .card-body ul {
	margin: 0;
	padding: 0;
}

.mobile-menu .dropdown-header,
.mobile-menu .dropdown-item,
.mobile-menu .dropdown-item > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 0.875rem;
}

.mobile-menu .dropdown-header {
	position: relative;
	margin-bottom: 0;
	padding-top: 1.25rem;
	padding-bottom: .5rem;
	color: #404040;
	font-family: "Mulish", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mobile-menu .dropdown-header > i {
	color: #7f7f7f;
}

.mobile-menu .dropdown-header::after {
	display: block;
	position: absolute;
	bottom: -.125rem;
	left: 0;
	width: 90px;
	height: 2px;
	content: '';
}

.mobile-menu .dropdown-header + li > a {
	padding-top: 1rem;
}

.mobile-menu .mobile-sublevel {
	padding-bottom: .5625rem !important;
}

.mobile-menu .mobile-sublevel li {
	border: 0;
	border-left: 2px solid #e7e7e7;
}

.mobile-menu .mobile-sublevel li > a {
	position: relative;
	padding: .5rem 0 .5rem .9375rem;
	font-size: 0.8125rem;
}

.mobile-menu .mobile-sublevel li > a::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: #e7e7e7;
	content: '';
}

.fs-overlay-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	background-position: center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	z-index: 9900;
}

.fs-overlay-wrapper.in-view {
	opacity: 1;
	visibility: visible;
}

.fs-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.fs-overlay-content {
	display: table-cell;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .3s .25s;
	transition: all .3s .25s;
	opacity: 0;
	vertical-align: middle;
}

.fs-overlay-content .input-group {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.fs-overlay-content .input-group-text {
	padding-right: 0;
	padding-left: 20px;
	background: none;
	font-size: 1.5rem;
}

.fs-overlay-content .form-control {
	height: 80px;
	border: 0;
	font-size: 1.125rem;
}

.fs-overlay-content .form-control:hover {
	border-color: #e7e7e7 !important;
}

.fs-overlay-content .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.in-view .fs-overlay-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.fs-overlay-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 25px;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 1.375rem;
	line-height: 53px;
	text-align: center;
	-webkit-box-shadow: 0 0.625rem 1.125rem 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 0.625rem 1.125rem 0 rgba(0, 0, 0, 0.11);
	cursor: pointer;
}

.fs-overlay-close > i {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fs-overlay-close:hover {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fs-overlay-close:hover > i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.portfolio-card:not(.card) {
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	text-align: center;
}

.portfolio-card:not(.card) .portfolio-card-body {
	padding: 1.25rem;
}

.no-touchevents .portfolio-card:not(.card):hover {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.no-touchevents .portfolio-card:not(.card):hover .portfolio-thumb {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-thumb {
	display: block;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.portfolio-thumb > img {
	display: block;
	width: 100%;
}

.portfolio-meta {
	padding-bottom: .5625rem;
	color: rgba(140, 140, 140, 0.75);
	font-size: 0.6875rem;
	font-weight: 600;
}

.portfolio-meta i {
	display: inline-block;
	margin-right: 3px;
	font-size: 1.1em;
	vertical-align: middle;
}

.portfolio-meta > a {
	color: rgba(140, 140, 140, 0.75);
	text-decoration: none;
}

.portfolio-title {
	margin-bottom: 0.75rem;
	font-size: 1.125rem;
}

.portfolio-title > a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	text-decoration: none;
}

.portfolio-title > a:hover {
	color: #639807;
}

.card.portfolio-card .portfolio-thumb {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card.portfolio-card .portfolio-title {
	margin-bottom: 0;
}

.card.portfolio-card .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.card.portfolio-card .card-footer .portfolio-meta {
	padding-bottom: 0;
}

.portfolio-list {
	display: table;
	width: 100%;
}

.portfolio-list .portfolio-thumb,
.portfolio-list .card-body {
	display: table-cell;
	vertical-align: middle;
}

.portfolio-list .portfolio-thumb {
	width: 46%;
	min-height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.portfolio-list .card-body {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	padding-left: 2.25rem;
}

.portfolio-list .portfolio-title {
	margin-bottom: 0.75rem !important;
}

@media (max-width: 575.98px) {
	.portfolio-list {
		display: block;
	}
	.portfolio-list .portfolio-thumb,
	.portfolio-list .card-body {
		display: block;
		width: 100%;
	}
	.portfolio-list .card-body {
		padding: 1.5rem;
	}
}

.blog-card .card-body {
	padding-bottom: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-card .post-format {
	display: block;
	width: 34px;
	height: 34px;
	margin-bottom: 1rem;
	border-radius: 50%;
	background-color: #ffffff;
	color: #639807;
	font-size: 1rem;
	line-height: 34px;
	text-align: center;
	-webkit-box-shadow: 0 0.5625rem 1.125rem 0 rgba(64, 64, 64, 0.14);
	box-shadow: 0 0.5625rem 1.125rem 0 rgba(64, 64, 64, 0.14);
}

.blog-card .post-format > i {
	display: inline-block;
	font-style: normal;
}

.blog-card .post-thumb {
	display: block;
	position: relative;
}

.blog-card .post-thumb > img {
	display: block;
	width: 100%;
}

.blog-card .post-title {
	display: block;
	position: relative;
	margin-bottom: 0.75rem;
	padding-bottom: .625rem;
	font-size: 1.125rem;
	line-height: 1.4;
}

.blog-card .post-title::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width: 100px;
	height: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: '';
}

.blog-card .post-title > a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	text-decoration: none;
}

.blog-card .post-title > a:hover {
	color: #639807;
}

.blog-card .post-title.post-title-link {
	padding-bottom: 0;
}

.blog-card .post-title.post-title-link::after {
	display: none;
}

.blog-card .post-title.post-title-link > a {
	color: #639807;
	text-decoration: underline;
}

.blog-card .post-title.post-title-link > a:hover {
	text-decoration: none;
}

.blog-card .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.post-author {
	display: table;
	text-decoration: none;
}

.post-author .post-author-avatar,
.post-author .post-author-name {
	display: table-cell;
	vertical-align: middle;
}

.post-author .post-author-avatar {
	width: 28px;
}

.post-author .post-author-avatar > img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.post-author .post-author-name {
	padding-left: .5rem;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #8c8c8c;
	font-size: 0.75rem;
	font-weight: 600;
	opacity: .7;
}

.post-author:hover .post-author-name {
	opacity: 1;
}

.post-meta > span, .post-meta > a {
	margin-left: 10px;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	color: #8c8c8c;
	font-size: 0.625rem;
	font-weight: 600;
	text-decoration: none;
	opacity: .7;
}

.post-meta > span > i, .post-meta > a > i {
	display: inline-block;
	margin-right: 3px;
	font-size: 1.1em;
	vertical-align: middle;
}

.post-meta > a:hover {
	opacity: 1;
}

.featured-posts-slider > .column {
	position: relative;
	width: 50%;
}

.featured-posts-slider > .column:last-child {
	background-color: #ffffff;
	-webkit-box-shadow: -3125rem 0 1.5rem 0 rgba(52, 59, 67, 0.16);
	box-shadow: -3125rem 0 1.5rem 0 rgba(52, 59, 67, 0.16);
	z-index: 5;
}

.featured-posts-slider > .column:last-child::before {
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
	width: 4px;
	height: 100%;
	background-color: #ffffff;
	content: '';
}

.featured-posts-slider .post-preview-img-carousel,
.featured-posts-slider .post-preview-img-carousel .owl-stage-outer,
.featured-posts-slider .post-preview-img-carousel .owl-stage,
.featured-posts-slider .post-preview-img-carousel .post-preview-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured-posts-slider .post-preview-img-carousel .owl-item {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.featured-posts-slider .post-preview-img {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-posts-slider .post-cards-carousel {
	padding: 4.5rem;
}

.featured-posts-slider .blog-card .post-title {
	font-size: 2.125rem;
}

.featured-posts-slider .blog-card .post-title::after {
	left: 0;
}

.featured-posts-slider .owl-carousel .owl-nav {
	position: absolute;
	bottom: -68px;
	left: -2px;
	width: 100%;
	width: calc(100% + 2px);
	height: 68px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.featured-posts-slider .owl-carousel .owl-nav button.owl-next,
.featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
	top: 5px;
	margin-top: 0;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	line-height: 46px;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}

.featured-posts-slider .owl-carousel .owl-nav button.owl-next:hover,
.featured-posts-slider .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #f5f5f5;
	color: #404040;
}

.featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}

.featured-posts-slider .owl-carousel .owl-nav button.owl-next {
	right: auto;
	left: 63px;
	border-left: 0;
}

@media (max-width: 1400px) {
	.featured-posts-slider .post-cards-carousel {
		padding: 1.875rem;
	}
}

@media (max-width: 1199.98px) {
	.featured-posts-slider .post-cards-carousel {
		padding: 0.625rem;
	}
	.featured-posts-slider .blog-card .post-title {
		font-size: 1rem;
	}
}

@media (max-width: 991.98px) {
	.featured-posts-slider > .column {
		width: 100%;
	}
	.featured-posts-slider .post-preview-img-carousel {
		position: relative;
		height: 400px;
	}
	.featured-posts-slider .post-cards-carousel {
		padding-top: 5px;
		padding-bottom: 0;
	}
	.featured-posts-slider .blog-card .post-title {
		font-size: 2.125rem;
	}
}

@media (max-width: 767.98px) {
	.featured-posts-slider .post-preview-img-carousel {
		height: 300px;
	}
	.featured-posts-slider .blog-card .post-title {
		font-size: 1rem;
	}
}

@media (max-width: 575.98px) {
	.featured-posts-slider .post-preview-img-carousel {
		height: 250px;
	}
	.featured-posts-slider .post-cards-carousel {
		padding: 5px 0 0;
	}
	.featured-posts-slider .blog-card .post-title {
		font-size: 1rem;
	}
}

.product-card {
	position: relative;
	max-width: 380px;
	padding-top: .75rem;
	padding-bottom: 2.625rem;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #e7e7e7;
}

.product-card .product-head {
	padding: 0 .9375rem .5rem;
}

.product-card .product-head .badge {
	margin: 0;
}

.product-card .product-thumb {
	display: block;
}

.product-card .product-thumb > img {
	display: block;
	width: 100%;
}

.product-card .product-card-body {
	padding: 0 1.25rem;
	text-align: center;
}

.product-card .product-meta {
	display: block;
	padding: .75rem 0 .125rem;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: rgba(140, 140, 140, 0.75);
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
}

.product-card .product-meta:hover {
	color: #404040;
}

.product-card .product-title {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
}

.product-card .product-title > a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	text-decoration: none;
}

.product-card .product-title > a:hover {
	color: #639807;
}

.product-card .product-price {
	display: block;
	color: #404040;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}

.product-card .product-price > del {
	margin-right: .375rem;
	color: rgba(140, 140, 140, 0.75);
}

.product-card .product-buttons-wrap {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}

.product-card .product-buttons {
	display: table;
	margin: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
}

.product-card .product-button {
	display: table-cell;
	position: relative;
	width: 50px;
	height: 40px;
	border-right: 1px solid rgba(231, 231, 231, 0.6);
}

.product-card .product-button:last-child {
	border-right: 0;
}

.product-card .product-button > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #404040;
	font-size: 1rem;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.product-card .product-button > a:hover {
	background-color: #639807;
	color: #ffffff;
}

.product-card:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.product-category-card {
	display: block;
	max-width: 400px;
	text-align: center;
	text-decoration: none !important;
}

.product-category-card .product-category-card-thumb {
	display: table;
	width: 100%;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.product-category-card .product-category-card-body {
	padding: 1.25rem;
	padding-bottom: 1.75rem;
}

.product-category-card .main-img,
.product-category-card .thumblist {
	display: table-cell;
	padding: .9375rem;
	vertical-align: middle;
}

.product-category-card .main-img > img,
.product-category-card .thumblist > img {
	display: block;
	width: 100%;
}

.product-category-card .main-img {
	width: 65%;
	padding-right: 10px;
}

.product-category-card .thumblist {
	width: 35%;
	padding-left: 10px;
}

.product-category-card .thumblist > img:first-child {
	margin-bottom: 0.375rem;
}

.product-category-card .product-category-card-meta {
	display: block;
	padding-bottom: .5625rem;
	color: rgba(140, 140, 140, 0.75);
	font-size: 0.6875rem;
	font-weight: 600;
}

.product-category-card .product-category-card-title {
	margin-bottom: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #004539;
	font-size: 1.125rem;
}

.product-category-card:hover .product-category-card-title {
	color: #639807;
}

.product-gallery {
	position: relative;
	padding: 2.75rem 1rem 0;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.product-gallery .gallery-item::before {
	display: none !important;
}

.product-gallery .gallery-item::after {
	-webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.product-gallery .badge {
	position: absolute;
	z-index: 5;
}

.product-gallery .badge {
	top: 1rem;
	left: 1rem;
	margin-left: 0;
}

.product-gallery .product-thumbnails {
	display: block;
	margin: 0 -1rem;
	padding: 0.75rem;
	border-top: 1px solid #e7e7e7;
	list-style: none;
	text-align: center;
}

.product-gallery .product-thumbnails > li {
	display: inline-block;
	margin: 0.625rem 0.1875rem;
	vertical-align: middle;
}

.product-gallery .product-thumbnails > li > a {
	display: block;
	width: 94px;
	-webkit-transition: all .25s;
	transition: all .25s;
	border: 1px solid transparent;
	background-color: #ffffff;
	opacity: .75;
}

.product-gallery .product-thumbnails > li > a > img {
	display: block;
}

.product-gallery .product-thumbnails > li:hover > a {
	opacity: 1;
}

.product-gallery .product-thumbnails > li.active > a {
	border-color: #639807;
	cursor: default;
	opacity: 1;
}

.product-meta {
	padding-bottom: .625rem;
}

.product-meta > a, .product-meta > i {
	display: inline-block;
	margin-right: .3125rem;
	color: rgba(140, 140, 140, 0.75);
	vertical-align: middle;
}

.product-meta > i {
	margin-top: .125rem;
}

.product-meta > a {
	-webkit-transition: color .25s;
	transition: color .25s;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.product-meta > a:hover {
	color: #404040;
}

.cart-item {
	position: relative;
	margin-bottom: 1.875rem;
	padding: 0 3.125rem 0 .625rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.cart-item .cart-item-label {
	display: block;
	margin-bottom: 15px;
	color: #8c8c8c;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-item .cart-item-product {
	display: table;
	width: 420px;
	text-decoration: none;
}

.cart-item .cart-item-product-thumb,
.cart-item .cart-item-product-info {
	display: table-cell;
	vertical-align: top;
}

.cart-item .cart-item-product-thumb {
	width: 110px;
}

.cart-item .cart-item-product-thumb > img {
	display: block;
	width: 100%;
}

.cart-item .cart-item-product-info {
	padding-top: .3125rem;
	padding-left: .9375rem;
}

.cart-item .cart-item-product-info > span {
	display: block;
	margin-bottom: 0.125rem;
	color: #404040;
	font-size: 0.75rem;
}

.cart-item .cart-item-product-title {
	margin-bottom: 0.5rem;
	-webkit-transition: color, .3s;
	transition: color, .3s;
	color: #004539;
	font-size: 1rem;
	font-weight: bold;
}

.cart-item .cart-item-product:hover .cart-item-product-title {
	color: #639807;
}

.cart-item .count-input {
	display: inline-block;
	width: 85px;
}

.cart-item .remove-item {
	right: -.625rem !important;
}

@media (max-width: 991.98px) {
	.cart-item {
		padding-right: 30px;
	}
	.cart-item .cart-item-product {
		width: auto;
	}
}

@media (max-width: 767.98px) {
	.cart-item {
		padding-right: .625rem;
		padding-bottom: .9375rem;
	}
	.cart-item .cart-item-product {
		display: block;
		width: 100%;
		text-align: center;
	}
	.cart-item .cart-item-product-thumb,
	.cart-item .cart-item-product-info {
		display: block;
	}
	.cart-item .cart-item-product-thumb {
		margin: 0 auto .625rem;
	}
	.cart-item .cart-item-product-info {
		padding-left: 0;
	}
	.cart-item .cart-item-label {
		margin-bottom: .5rem;
	}
}

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

.comparison-table table {
	min-width: 750px;
	table-layout: fixed;
}

.comparison-table .comparison-item {
	position: relative;
	margin-bottom: 0.625rem;
	padding: .75rem .75rem 1.125rem;
	background-color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
}

.comparison-table .comparison-item .comparison-item-thumb {
	display: block;
	width: 80px;
	margin-right: auto;
	margin-bottom: .75rem;
	margin-left: auto;
}

.comparison-table .comparison-item .comparison-item-thumb > img {
	display: block;
	width: 100%;
}

.comparison-table .comparison-item .comparison-item-title {
	display: block;
	margin-bottom: 0.875rem;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: #404040;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.comparison-table .comparison-item .comparison-item-title:hover {
	color: #639807;
}

.remove-item {
	display: block;
	position: absolute;
	top: -.3125rem;
	right: -.3125rem;
	width: 22px;
	height: 22px;
	padding-left: .0625rem;
	border-radius: 50%;
	background-color: #ff5252;
	color: #ffffff;
	line-height: 23px;
	text-align: center;
	-webkit-box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
	cursor: pointer;
}

.card-wrapper {
	margin: 1.875rem -.9375rem;
}

@media (max-width: 575.98px) {
	.card-wrapper .jp-card-container {
		width: 260px !important;
	}
	.card-wrapper .jp-card {
		min-width: 250px !important;
	}
}

.font-family-body {
	font-family: "Mulish", sans-serif !important;
}

.font-family-heading {
	font-family: "Poppins", sans-serif !important;
}

.font-weight-medium {
	font-weight: 600 !important;
}

.font-weight-black {
	font-weight: 900 !important;
}

.text-crossed {
	text-decoration: line-through !important;
}

.text-shadow {
	text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.bg-gray-dark {
	background-color: #1c1c1c !important;
}

.bg-gray,
.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #f5f5f5 !important;
}

.bg-gradient, .block-title::after, .animated-digits::after, .btn-gradient, .btn-style-2.btn-gradient::after, .btn-style-2.btn-gradient:hover::before, .btn-style-6.btn-gradient::before, .accordion-style-3 .card-body::after, .accordion-style-3 [data-toggle='collapse'], .widget-title::after, .tag-link::before, .noUi-connect, .mobile-menu .dropdown-header::after, .blog-card .post-title::after {
	background: #639807 !important;
	background: -webkit-gradient(linear, left top, right top, from(#639807), color-stop(20%, #639807), to(#004539)) !important;
	background: linear-gradient(to right, #639807 0%, #639807 20%, #004539 100%) !important;
}

.bg-gradient-vertical, .gallery-item::before, .team-card-style-1::before, .team-card-style-2::after, .author-card .author-card-cover::after {
	background: #639807 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#639807), color-stop(20%, #639807), to(#004539)) !important;
	background: linear-gradient(to bottom, #639807 0%, #639807 20%, #004539 100%) !important;
}

.bg-primary-faded,
.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: rgba(172, 50, 228, 0.1) !important;
}

.bg-accent-faded,
.table-accent,
.table-accent > th,
.table-accent > td {
	background-color: rgba(232, 51, 176, 0.1) !important;
}

.bg-info-faded,
.table-info,
.table-info > th,
.table-info > td {
	background-color: rgba(86, 149, 254, 0.1) !important;
}

.bg-success-faded,
.table-success,
.table-success > th,
.table-success > td {
	background-color: rgba(51, 203, 129, 0.1) !important;
}

.bg-warning-faded,
.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: rgba(252, 140, 58, 0.1) !important;
}

.bg-danger-faded,
.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: rgba(255, 82, 82, 0.1) !important;
}

.bg-dark-faded,
.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(52, 59, 67, 0.1) !important;
}

.bg-auto {
	background-size: auto !important;
}

.bg-cover {
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
}

.bg-fixed {
	background-attachment: fixed !important;
}

.bg-scroll {
	background-attachment: scroll !important;
}

.touchevents .bg-fixed {
	background-attachment: scroll !important;
}

.bg-center {
	background-position: center !important;
}

.bg-center-top {
	background-position: center top !important;
}

.bg-center-bottom {
	background-position: center bottom !important;
}

.bg-right-center {
	background-position: right center !important;
}

.bg-left-center {
	background-position: left center !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.bg-repeat-x {
	background-repeat: repeat-x !important;
}

.bg-repeat-y {
	background-repeat: repeat-y !important;
}

.bg-parallax {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #004539;
}

.bg-parallax-img,
.bg-overlay {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-parallax-img {
	top: 0;
	height: 110%;
	z-index: 1;
}

.bg-parallax-img > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	max-width: none;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
}

.bg-overlay {
	top: 0;
	height: 110%;
	background-color: #000000;
	opacity: .6;
	z-index: 2;
}

.bg-parallax-content,
.bg-content {
	position: relative;
	z-index: 5;
}

.img-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

[class^='col-'] > .img-cover {
	left: 15px;
	width: calc(100% - 30px);
}

.box-shadow {
	-webkit-box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09) !important;
	box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09) !important;
}

.box-shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.border-dark {
	border-color: #004539 !important;
}

.border-white,
.border-light {
	border-color: rgba(255, 255, 255, 0.25) !important;
}

.border-white.border, .border-white.border-top, .border-white.border-right, .border-white.border-bottom, .border-white.border-left,
.border-light.border,
.border-light.border-top,
.border-light.border-right,
.border-light.border-bottom,
.border-light.border-left {
	border-color: rgba(255, 255, 255, 0.25) !important;
}

.opacity-25 {
	opacity: .25 !important;
}

.opacity-50 {
	opacity: .5 !important;
}

.opacity-60 {
	opacity: .6 !important;
}

.opacity-70 {
	opacity: .7 !important;
}

.opacity-75 {
	opacity: .75 !important;
}

.opacity-80 {
	opacity: .8 !important;
}

.opacity-90 {
	opacity: .9 !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.rounded {
	border-radius: 0.3rem !important;
}

.close {
	opacity: 1 !important;
}

.close:focus {
	outline: none;
}

.overflow-hidden {
	overflow: hidden !important;
}

@media (max-width: 767.98px) {
	.text-xs-nowrap {
		white-space: nowrap;
	}
}

@media (min-width: 576px) {
	.text-sm-nowrap {
		white-space: nowrap;
	}
}

@media (min-width: 768px) {
	.text-md-nowrap {
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	.text-lg-nowrap {
		white-space: nowrap;
	}
}

@media (min-width: 1200px) {
	.text-xl-nowrap {
		white-space: nowrap;
	}
}

.gray-to-color,
.gray-to-color img {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gray-to-color:hover,
.gray-to-color:hover img,
.gray-to-color img:hover,
.gray-to-color img:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.break-word {
	word-break: break-all;
}

[data-title]:hover:after {
	visibility: visible;
}

[data-title]:after {
	content: attr(data-title);
	background-color: #fff;
	color: #000;
	font-size: 0.8rem;
	position: absolute;
	bottom: 50%;
	left:0;
	padding: 4px 8px 4px 8px;
	visibility: hidden;
}
