/*!

=========================================================
* 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.

*/
.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
}


.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
}