/*!

=========================================================
* Argon Design System - v1.0.1
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-design-system
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
:root {
	--blue: #5e72e4;
	--indigo: #5603ad;
	--purple: #8965e0;
	--pink: #f3a4b5;
	--red: #f5365c;
	--orange: #fb6340;
	--yellow: #ffd600;
	--green: #2dce89;
	--teal: #11cdef;
	--cyan: #2bffc6;
	--gray: #8898aa;
	--gray-dark: #32325d;
	--light: #ced4da;
	--lighter: #e9ecef;
	--primary: #5e72e4;
	--secondary: #f4f5f7;
	--success: #2dce89;
	--info: #11cdef;
	--warning: #fb6340;
	--danger: #f5365c;
	--light: #adb5bd;
	--dark: #212529;
	--default: #172b4d;
	--white: #fff;
	--neutral: #fff;
	--darker: #000;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

figcaption,
footer,
header,
main,
nav,
section {
	display: block
}

body {
	font-family: Open Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	color: #525f7f;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	overflow: visible;
	box-sizing: content-box;
	height: 0
}

h1,
h3 {
	margin-top: 0;
	margin-bottom: .5rem
}

p,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ul ul {
	margin-bottom: 0
}

b,
strong {
	font-weight: bolder
}

a {
	color: #5e72e4;
	background-color: transparent
}

a,
a:hover {
	text-decoration: none
}

a:hover {
	color: #233dd2
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	text-decoration: none;
	color: inherit
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

caption {
	padding-top: 1rem;
	padding-bottom: 1rem;
	caption-side: bottom;
	text-align: left;
	color: #8898aa
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	overflow: visible
}

button {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

legend {
	font-size: 1.5rem;
	line-height: inherit;
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5rem;
	padding: 0;
	white-space: normal;
	color: inherit
}

[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
}

[hidden] {
	display: none !important
}

.h1,
.h3,
h1,
h3 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: .5rem;
	color: #32325d
}

.h1,
h1 {
	font-size: 2.5rem
}

.h3,
h3 {
	font-size: 1.75rem
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: .0625rem solid rgba(0, 0, 0, .1)
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1040px
	}
}

.row {
	display: -webkit-box;
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
	flex-wrap: wrap
}

.col-12,
.col-lg-6,
.col-md-6 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-12 {
	max-width: 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%
}

@media (min-width:768px) {
	.col-md-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%
	}
}

@media (min-width:992px) {
	.col-lg-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%
	}
}

.form-control {
	font-weight: 400;
	line-height: 1.5;
	display: block;
	width: 100%;
	height: calc(1.5em + 1.25rem + 2px);
	padding: .625rem .75rem;
	-webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
	color: #8898aa;
	border: 1px solid #cad1d7;
	border-radius: .25rem;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: none
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control:focus {
	color: #8898aa;
	border-color: rgba(50, 151, 211, .25);
	outline: 0;
	background-color: #fff;
	box-shadow: none, none
}

.form-control::-ms-input-placeholder {
	opacity: 1;
	color: #adb5bd
}

.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #adb5bd
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #adb5bd
}

.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #adb5bd
}

.form-control::placeholder {
	opacity: 1;
	color: #adb5bd
}

.form-control:disabled,
.form-control[readonly] {
	opacity: 1;
	background-color: #e9ecef
}

.form-group {
	margin-bottom: 1rem
}

.btn {
	font-weight: 600;
	line-height: 1.5;
	display: inline-block;
	padding: .625rem 1.25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-align: center;
	vertical-align: middle;
	color: #525f7f;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: transparent
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

.btn:hover {
	text-decoration: none;
	color: #525f7f
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.btn.disabled,
.btn:disabled {
	opacity: .65;
	box-shadow: none
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	box-shadow: none
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

a.btn.disabled {
	pointer-events: none
}

.btn-primary {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-primary,
.btn-primary:hover {
	color: #fff;
	border-color: #5e72e4;
	background-color: #5e72e4
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	border-color: #5e72e4;
	background-color: #5e72e4
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	border-color: #5e72e4;
	background-color: #324cdd
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5)
}

.btn-neutral {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-neutral,
.btn-neutral:hover {
	color: #212529;
	border-color: #fff;
	background-color: #fff
}

.btn-neutral.focus,
.btn-neutral:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.btn-neutral.disabled,
.btn-neutral:disabled {
	color: #212529;
	border-color: #fff;
	background-color: #fff
}

.btn-neutral:not(:disabled):not(.disabled).active,
.btn-neutral:not(:disabled):not(.disabled):active {
	color: #212529;
	border-color: #fff;
	background-color: #e6e6e6
}

.btn-neutral:not(:disabled):not(.disabled).active:focus,
.btn-neutral:not(:disabled):not(.disabled):active:focus {
	box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.collapse:not(.show) {
	display: none
}

.dropdown {
	position: relative
}

.dropdown-menu {
	font-size: 1rem;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 10rem;
	margin: .125rem 0 0;
	padding: .5rem 0;
	list-style: none;
	text-align: left;
	color: #525f7f;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: .3rem;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1)
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.nav {
	display: -webkit-box;
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap
}

.nav-link {
	display: block;
	padding: .25rem .75rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	cursor: default;
	pointer-events: none;
	color: #8898aa
}

.navbar {
	position: relative;
	padding: 1rem
}

.navbar,
.navbar>.container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	font-size: 1.25rem;
	line-height: inherit;
	display: inline-block;
	margin-right: 1rem;
	padding-top: .0625rem;
	padding-bottom: .0625rem;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-collapse {
	flex-basis: 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	align-items: center
}

.navbar-toggler {
	font-size: 1.25rem;
	line-height: 1;
	padding: .25rem .75rem;
	border: .0625rem solid transparent;
	border-radius: .25rem;
	background-color: transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	content: "";
	vertical-align: middle;
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-lg>.container {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: transparent
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml !default;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	border: .0625rem solid rgba(0, 0, 0, .05);
	border-radius: .25rem;
	background-color: #fff;
	background-clip: border-box
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card-body {
	padding: 1.5rem;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.card-header {
	margin-bottom: 0;
	padding: 1.25rem 1.5rem;
	border-bottom: .0625rem solid rgba(0, 0, 0, .05);
	background-color: #f6f9fc
}

.card-header:first-child {
	border-radius: .1875rem .1875rem 0 0
}

.card-img {
	width: 100%;
	border-radius: .1875rem
}

.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	line-height: 1.25;
	position: relative;
	display: block;
	margin-left: -.0625rem;
	padding: .5rem .75rem;
	color: #8898aa;
	border: .0625rem solid #dee2e6;
	background-color: #fff
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	color: #8898aa;
	border-color: #dee2e6;
	background-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	border-color: #5e72e4;
	background-color: #5e72e4
}

.page-item.disabled .page-link {
	cursor: auto;
	pointer-events: none;
	color: #8898aa;
	border-color: #dee2e6;
	background-color: #fff
}

.pagination-lg .page-link {
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.close {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	float: right;
	opacity: .5;
	text-shadow: none
}

.close,
.close:hover {
	color: rgba(0, 0, 0, .6)
}

.close:hover {
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	border: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.tooltip {
	font-family: Open Sans, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	z-index: 1070;
	margin: 0;
	text-align: left;
	text-align: start;
	white-space: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	word-wrap: break-word;
	word-break: normal;
	opacity: 0;
	text-shadow: none;
	line-break: auto
}

.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block
}

.tooltip .arrow {
	width: .8rem;
	height: .4rem
}

.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-style: solid;
	border-color: transparent
}

.popover {
	font-family: Open Sans, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	z-index: 1060;
	top: 0;
	left: 0;
	max-width: 276px;
	text-align: left;
	text-align: start;
	white-space: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	word-wrap: break-word;
	word-break: normal;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: .3rem;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2);
	text-shadow: none;
	line-break: auto
}

.popover,
.popover .arrow {
	position: absolute;
	display: block
}

.popover .arrow {
	width: 1.5rem;
	height: .75rem;
	margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-style: solid;
	border-color: transparent
}

.popover-header {
	font-size: 1rem;
	margin-bottom: 0;
	padding: .75rem;
	color: #32325d;
	border-bottom: 1px solid #f2f2f2;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	background-color: #fff
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .75rem;
	color: #525f7f
}

.bg-secondary {
	background-color: #f4f5f7 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #d6dae2 !important
}

.border-0 {
	border: 0 !important
}

.d-none {
	display: none !important
}

@media (min-width:992px) {
	.d-lg-block {
		display: block !important
	}
}

.justify-content-end {
	-webkit-box-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	justify-content: center !important
}

.align-items-center {
	-webkit-box-align: center !important;
	align-items: center !important
}

@media (min-width:768px) {
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important
	}
}

@media (min-width:992px) {
	.align-items-lg-center {
		-webkit-box-align: center !important;
		align-items: center !important
	}
}

.headroom--pinned,
.headroom--unpinned {
	position: fixed !important
}

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	padding: 0;
	white-space: nowrap;
	border: 0
}

.shadow {
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.p-3 {
	padding: 1rem !important
}

@media (min-width:992px) {
	.ml-lg-4 {
		margin-left: 1.5rem !important
	}

	.mr-lg-5 {
		margin-right: 3rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important
	}

	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.px-lg-5 {
		padding-left: 3rem !important
	}

	.pt-lg-md {
		padding-top: 4rem !important
	}

	.ml-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.text-lg-center {
		text-align: center !important
	}
}

.font-weight-light {
	font-weight: 300 !important
}

.text-primary {
	color: #5e72e4 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #233dd2 !important
}

a.text-white:focus,
a.text-white:hover {
	color: #d9d9d9 !important
}

@media print {

	*,
	:after,
	:before {
		box-shadow: none !important;
		text-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.container,
	body {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}
}

figcaption,
main {
	display: block
}

main {
	overflow: hidden
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
	background-color: #e6e6e6 !important
}

.bg-gradient-default {
	background: linear-gradient(87deg, #172b4d, #1a174d) !important
}

.fill-white {
	fill: #fff
}

@-webkit-keyframes floating-lg {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes floating-lg {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes floating-sm {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes floating-sm {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.top-0 {
	top: 0
}

.row.row-grid>[class*=col-]+[class*=col-] {
	margin-top: 3rem
}

@media (min-width:992px) {
	.row.row-grid>[class*=col-lg-]+[class*=col-lg-] {
		margin-top: 0
	}
}

@media (min-width:768px) {
	.row.row-grid>[class*=col-md-]+[class*=col-md-] {
		margin-top: 0
	}
}

@media (min-width:576px) {
	.row.row-grid>[class*=col-sm-]+[class*=col-sm-] {
		margin-top: 0
	}
}

.row-grid+.row-grid {
	margin-top: 3rem
}

@media (min-width:992px) {

	[class*=mb--],
	[class*=ml--],
	[class*=mr--],
	[class*=mt--] {
		position: relative;
		z-index: 5
	}
}

.btn,
[class*=shadow] {
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.btn {
	font-size: .875rem;
	position: relative;
	letter-spacing: .025em;
	text-transform: uppercase;
	will-change: transform
}

.btn:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.btn:not(:last-child) {
	margin-right: .5rem
}

[class*=btn-outline-] {
	border-width: 1px
}

.btn-inner--icon i:not(.fa) {
	position: relative;
	top: 2px
}

.btn-neutral {
	color: #5e72e4
}

.btn i:not(:first-child),
.btn svg:not(:first-child) {
	margin-left: .5rem
}

.btn i:not(:last-child),
.btn svg:not(:last-child) {
	margin-right: .5rem
}

.btn-icon .btn-inner--icon img {
	width: 20px
}

.card {
	position: relative
}

.card-lift--hover:hover {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

@media (prefers-reduced-motion:reduce) {
	.card-lift--hover:hover {
		-webkit-transition: none;
		transition: none
	}
}

.close,
.close>span:not(.sr-only) {
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.close>span:not(.sr-only) {
	font-size: 1.25rem;
	line-height: 17px;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	color: rgba(0, 0, 0, .6);
	border-radius: 50%;
	background-color: transparent
}

.close:focus,
.close:hover {
	color: rgba(0, 0, 0, .9);
	outline: none
}

.close:focus,
.close:focus span:not(.sr-only),
.close:hover,
.close:hover span:not(.sr-only) {
	background-color: transparent
}

.dropdown {
	display: inline-block
}

.dropdown-menu {
	min-width: 12rem
}

.footer {
	padding: 3rem 0;
	background: #f4f5f7
}

.footer .nav .nav-item .nav-link {
	color: #8898aa !important
}

.footer .nav .nav-item .nav-link:hover {
	color: #525f7f !important
}

.footer .copyright,
.nav-footer .nav-link {
	font-size: .875rem
}

.nav-footer .nav-item:last-child .nav-link {
	padding-right: 0
}

.form-control {
	font-size: .875rem;
	height: calc(2.75rem + 2px)
}

.form-control:focus::-ms-input-placeholder {
	color: #adb5bd
}

.form-control:focus::-webkit-input-placeholder {
	color: #adb5bd
}

.form-control:focus::-moz-placeholder {
	color: #adb5bd
}

.form-control:focus:-ms-input-placeholder {
	color: #adb5bd
}

.form-control:focus::placeholder {
	color: #adb5bd
}

@media (min-width:992px) {
	.container-lg {
		max-width: 1160px
	}
}

.icon {
	width: 3rem;
	height: 3rem
}

.icon i,
.icon svg {
	font-size: 2.25rem
}

.focused .form-control {
	border-color: rgba(50, 151, 211, .25)
}

.nav-link {
	color: #525f7f
}

.nav-link:hover {
	color: #5e72e4
}

.nav-link i:not(.fa) {
	position: relative;
	top: 2px
}

.navbar-nav .nav-link {
	font-family: Open Sans, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	letter-spacing: 0;
	text-transform: normal
}

@media (prefers-reduced-motion:reduce) {
	.navbar-nav .nav-link {
		-webkit-transition: none;
		transition: none
	}
}

.navbar-nav .nav-link .nav-link-inner--text {
	margin-left: .25rem
}

.navbar-brand {
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: .05px;
	text-transform: uppercase
}

.navbar-brand img {
	height: 30px
}

.navbar-light .navbar-brand {
	color: #32325d
}

@media (min-width:992px) {
	.navbar-nav .nav-item {
		margin-right: .5rem
	}

	.navbar-nav .nav-item [data-toggle=dropdown]:after {
		-webkit-transition: all .15s ease;
		transition: all .15s ease
	}

	.navbar-nav .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-radius: .25rem
	}

	.navbar-nav .nav-link i {
		margin-right: .625rem
	}

	.navbar-nav .dropdown-menu {
		margin: 0;
		pointer-events: none;
		opacity: 0
	}

	.navbar-nav .dropdown-menu:before {
		position: absolute;
		z-index: -5;
		bottom: 100%;
		left: 20px;
		display: block;
		width: 16px;
		height: 16px;
		content: "";
		-webkit-transform: rotate(-45deg) translateY(1rem);
		transform: rotate(-45deg) translateY(1rem);
		border-radius: .2rem;
		background: #fff;
		box-shadow: none
	}

	.navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
		display: block;
		-webkit-animation: hide-navbar-dropdown .15s ease backwards;
		animation: hide-navbar-dropdown .15s ease backwards
	}
}

.navbar-transparent {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	border: 0;
	background-color: transparent;
	box-shadow: none
}

.navbar-transparent .navbar-brand,
.navbar-transparent .navbar-toggler {
	color: #fff
}

.navbar-transparent .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.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (min-width:768px) {
	.navbar-transparent .navbar-nav .nav-link {
		color: hsla(0, 0%, 100%, .95)
	}

	.navbar-transparent .navbar-nav .nav-link:focus,
	.navbar-transparent .navbar-nav .nav-link:hover {
		color: hsla(0, 0%, 100%, .65)
	}

	.navbar-transparent .navbar-nav .nav-link.disabled {
		color: hsla(0, 0%, 100%, .25)
	}

	.navbar-transparent .navbar-nav .active>.nav-link,
	.navbar-transparent .navbar-nav .nav-link.active {
		color: hsla(0, 0%, 100%, .65)
	}

	.navbar-transparent .navbar-brand,
	.navbar-transparent .navbar-brand:focus,
	.navbar-transparent .navbar-brand:hover {
		color: hsla(0, 0%, 100%, .95)
	}
}

@media (max-width:991.98px) {
	.navbar-nav .nav-link {
		padding: .625rem 0;
		color: #172b4d !important
	}

	.navbar-nav .dropdown-menu {
		min-width: auto;
		box-shadow: none
	}

	.navbar-collapse {
		position: absolute;
		z-index: 1050;
		top: 0;
		right: 0;
		left: 0;
		overflow-y: auto;
		width: calc(100% - 1.4rem);
		height: auto !important;
		margin: .7rem;
		opacity: 0
	}

	.navbar-collapse .navbar-toggler {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		padding: 0;
		cursor: pointer
	}

	.navbar-collapse .navbar-toggler span {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		opacity: 1;
		border-radius: 2px;
		background: #283448
	}

	.navbar-collapse .navbar-toggler :first-child {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}

	.navbar-collapse .navbar-toggler :nth-child(2) {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	.navbar-collapse.collapsing-out {
		-webkit-animation: hide-navbar-collapse .2s ease forwards;
		animation: hide-navbar-collapse .2s ease forwards
	}
}

@-webkit-keyframes show-navbar-collapse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes show-navbar-collapse {
	0% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes hide-navbar-collapse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}

	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}
}

@keyframes hide-navbar-collapse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}

	to {
		-webkit-transform: scale(.95);
		transform: scale(.95);
		opacity: 0
	}
}

@-webkit-keyframes show-navbar-dropdown {
	0% {
		-webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
		transition: visibility .25s, opacity .25s, -webkit-transform .25s;
		transition: visibility .25s, opacity .25s, transform .25s;
		transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
		-webkit-transform: translateY(10px) perspective(200px) rotateX(-2deg);
		transform: translateY(10px) perspective(200px) rotateX(-2deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@keyframes show-navbar-dropdown {
	0% {
		-webkit-transition: visibility .25s, opacity .25s, -webkit-transform .25s;
		transition: visibility .25s, opacity .25s, -webkit-transform .25s;
		transition: visibility .25s, opacity .25s, transform .25s;
		transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
		-webkit-transform: translateY(10px) perspective(200px) rotateX(-2deg);
		transform: translateY(10px) perspective(200px) rotateX(-2deg);
		opacity: 0
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1
	}
}

@-webkit-keyframes hide-navbar-dropdown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

@keyframes hide-navbar-dropdown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
}

.page-item.active .page-link {
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.page-item .page-link,
.page-item span {
	font-size: .875rem;
	display: -webkit-box;
	display: flex;
	width: 36px;
	height: 36px;
	margin: 0 3px;
	padding: 0;
	border-radius: 50% !important;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
	line-height: 46px;
	width: 46px;
	height: 46px
}

.popover {
	border: 0
}

.popover-header {
	font-weight: 600
}

.section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem
}

.section-lg {
	padding-top: 6rem;
	padding-bottom: 6rem
}

.section-shaped {
	position: relative
}

.section-shaped .shape {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%
}

.section-shaped .shape span {
	position: absolute
}

.section-shaped .shape+.container {
	position: relative;
	height: 100%
}

.section-shaped .shape-primary {
	background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.section-shaped .shape-primary :first-child {
	background: #53f
}

.section-shaped .shape-primary :nth-child(2) {
	background: #4553ff
}

.section-shaped .shape-primary :nth-child(3) {
	background: #4f40ff
}

.section-shaped .shape-primary :nth-child(4) {
	background: #25ddf5
}

.section-shaped .shape-primary :nth-child(5) {
	background: #1fa2ff
}

.section-shaped .shape-style-1 span {
	width: 120px;
	height: 120px;
	border-radius: 50%
}

.section-shaped .shape-style-1 :first-child {
	bottom: auto;
	left: -4%;
	background: hsla(0, 0%, 100%, .1)
}

.section-shaped .shape-style-1 :nth-child(2) {
	top: 10%;
	right: 4%;
	background: hsla(0, 0%, 100%, .1)
}

.section-shaped .shape-style-1 :nth-child(3) {
	top: 280px;
	right: 5.66666%;
	background: hsla(0, 0%, 100%, .3)
}

.section-shaped .shape-style-1 :nth-child(4) {
	top: 320px;
	right: 7%;
	background: hsla(0, 0%, 100%, .15)
}

.section-shaped .shape-style-1 :nth-child(5) {
	top: 38%;
	right: auto;
	left: 1%;
	background: hsla(0, 0%, 100%, .05)
}

.section-shaped .shape-style-1 :nth-child(6) {
	top: 44%;
	right: auto;
	left: 10%;
	width: 200px;
	height: 200px;
	background: hsla(0, 0%, 100%, .15)
}

.section-shaped .shape-style-1 :nth-child(7) {
	right: 36%;
	bottom: 50%;
	background: hsla(0, 0%, 100%, .04)
}

.section-shaped .shape-style-1 :nth-child(8) {
	right: 2%;
	bottom: 70px;
	background: hsla(0, 0%, 100%, .2)
}

.section-shaped .shape-style-1 :nth-child(9) {
	right: 2%;
	bottom: 1%;
	background: hsla(0, 0%, 100%, .1)
}

.section-shaped .shape-style-1 :nth-child(10) {
	right: auto;
	bottom: 1%;
	left: 1%;
	background: hsla(0, 0%, 100%, .05)
}

@media (max-width:991.98px) {
	.section-shaped .shape-style-1 span {
		height: 120px
	}
}

@media (max-width:767.98px) {
	.section-shaped .shape-style-1 span {
		height: 90px
	}
}

.section-shaped .shape-style-1.shape-primary {
	background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.separator {
	z-index: 1;
	top: auto;
	right: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 150px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.separator,
.separator svg {
	position: absolute;
	pointer-events: none
}

.separator-bottom {
	top: auto;
	bottom: 0
}

.separator-bottom svg {
	bottom: 0
}

.separator-skew {
	height: 60px
}

@media (max-width:992px) {
	.separator-skew {
		z-index: 0
	}
}

p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7
}

.description {
	font-size: .875rem
}

.datepicker {
	border-radius: .25rem;
	direction: ltr
}

.headroom {
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	background-color: inherit;
	will-change: transform
}

@media (prefers-reduced-motion:reduce) {
	.headroom {
		-webkit-transition: none;
		transition: none
	}
}

.headroom--pinned {
	z-index: 3;
	width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.headroom--not-top {
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #172b4d !important;
	box-shadow: 0 1px 10px rgba(130, 130, 134, .1)
}

.range-slider-value {
	font-size: .75rem;
	font-weight: 500;
	padding: .4em .8em .3em .85em;
	color: #fff;
	border-radius: 10px;
	background-color: rgba(33, 37, 41, .7)
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-gray-200 {
	background-color: #edf2f7 !important
}

.bg-center {
	background-position: 50% !important
}

.bg-cover {
	background-size: cover !important
}

.border-0 {
	border-width: 0 !important
}

.hidden {
	display: none !important
}

.font-normal {
	font-weight: 400 !important
}

.h-120 {
	height: 30rem !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-5 {
	margin-bottom: 1.25rem !important
}

.mb-8 {
	margin-bottom: 2rem !important
}

.-mt-64 {
	margin-top: -16rem !important
}

.max-w-3xl {
	max-width: 48rem !important
}

.overflow-hidden {
	overflow: hidden !important
}

.p-3 {
	padding: .75rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-16\:9 {
	padding-top: 62.5% !important
}

.absolute {
	position: absolute !important
}

.relative {
	position: relative !important
}

.top-0 {
	top: 0 !important
}

.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important
}

.text-center {
	text-align: center !important
}

.text-white {
	color: #fff !important
}

.text-2xl {
	font-size: 1.5rem !important
}

.w-full {
	width: 100% !important
}

.z-0 {
	z-index: 0 !important
}
