@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap);
.rangeslider {
	margin: 20px 0;
	position: relative;
	background: #e6e6e6;
	touch-action: none
}
.rangeslider, .rangeslider .rangeslider__fill {
	display: block;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4)
}
.rangeslider .rangeslider__handle {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	box-shadow: 0 1px 3px rgba(0,0,0,.4), 0 -1px 3px rgba(0,0,0,.4)
}
.rangeslider .rangeslider__handle .rangeslider__active {
	opacity: 1
}
.rangeslider .rangeslider__handle-tooltip {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,.8);
	font-weight: 400;
	font-size: 14px;
	transition: all .1s ease-in;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.rangeslider .rangeslider__handle-tooltip span {
	margin-top: 12px;
	display: inline-block;
	line-height: 100%
}
.rangeslider .rangeslider__handle-tooltip:after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0
}
.rangeslider-horizontal {
	height: 12px;
	border-radius: 10px
}
.rangeslider-horizontal .rangeslider__fill {
	height: 100%;
	background-color: #7cb342;
	border-radius: 10px;
	top: 0
}
.rangeslider-horizontal .rangeslider__handle {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.rangeslider-horizontal .rangeslider__handle:after {
	content: " ";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 6px;
	left: 6px;
	border-radius: 50%;
	background-color: #dadada;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.4), inset 0 -1px 3px rgba(0,0,0,.4)
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
	top: -55px
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0,0,0,.8);
	left: 50%;
	bottom: -8px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.rangeslider-vertical {
	margin: 20px auto;
	height: 150px;
	max-width: 10px;
	background-color: transparent
}
.rangeslider-vertical .rangeslider__fill, .rangeslider-vertical .rangeslider__handle {
	position: absolute
}
.rangeslider-vertical .rangeslider__fill {
	width: 100%;
	background-color: #7cb342;
	box-shadow: none;
	bottom: 0
}
.rangeslider-vertical .rangeslider__handle {
	width: 30px;
	height: 10px;
	left: -10px;
	box-shadow: none
}
.rangeslider-vertical .rangeslider__handle-tooltip {
	left: -100%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.rangeslider-vertical .rangeslider__handle-tooltip:after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgba(0,0,0,.8);
	left: 100%;
	top: 12px
}
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
	right: 0
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
	top: 0;
	bottom: inherit
}
.rangeslider__labels {
	position: relative
}
.rangeslider-vertical .rangeslider__labels {
	position: relative;
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
	text-align: left;
	width: 250px;
	height: 100%;
	left: 10px
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
	position: absolute;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #000;
	position: absolute;
	left: -14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}
.rangeslider__labels .rangeslider__label-item {
	position: absolute;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	top: 10px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}
.slick-loading .slick-list {
	background: #fff url(/_next/static/media/ajax-loader.fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot);
	src: url(/_next/static/media/slick.a4e97f5a2a64f0ab132323fbeb33ae29.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/slick.295183786cd8a138986521d9f388a286.woff) format("woff"), url(/_next/static/media/slick.c94f7671dcc99dce43e22a89f486f7c2.ttf) format("truetype"), url(/_next/static/media/slick.2630a3e3eab21c607e21576571b95b9d.svg#slick) format("svg")
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "←"
}
[dir=rtl] .slick-prev:before {
	content: "→"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "→"
}
[dir=rtl] .slick-next:before {
	content: "←"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}
.slick-dots li, .slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}
.slick-dots li button {
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ""
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.la, .lab, .lad, .lal, .lar, .las {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}
.la-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}
.la-xs {
	font-size: .75em
}
.la-sm {
	font-size: .875em
}
.la-1x {
	font-size: 1em
}
.la-2x {
	font-size: 2em
}
.la-3x {
	font-size: 3em
}
.la-4x {
	font-size: 4em
}
.la-5x {
	font-size: 5em
}
.la-6x {
	font-size: 6em
}
.la-7x {
	font-size: 7em
}
.la-8x {
	font-size: 8em
}
.la-9x {
	font-size: 9em
}
.la-10x {
	font-size: 10em
}
.la-fw {
	text-align: center;
	width: 1.25em
}
.la-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}
.la-ul>li {
	position: relative
}
.la-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}
.la-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}
.la-pull-left {
	float: left
}
.la-pull-right {
	float: right
}
.la.la-pull-left, .lab.la-pull-left, .lal.la-pull-left, .lar.la-pull-left, .las.la-pull-left {
	margin-right: .3em
}
.la.la-pull-right, .lab.la-pull-right, .lal.la-pull-right, .lar.la-pull-right, .las.la-pull-right {
	margin-left: .3em
}
.la-spin {
	-webkit-animation: la-spin 2s linear infinite;
	animation: la-spin 2s linear infinite
}
.la-pulse {
	-webkit-animation: la-spin 1s steps(8) infinite;
	animation: la-spin 1s steps(8) infinite
}
@-webkit-keyframes la-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes la-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.la-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.la-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.la-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.la-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.la-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
:root .la-flip-both, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270 {
	-webkit-filter: none;
	filter: none
}
.la-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}
.la-stack-1x, .la-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}
.la-stack-1x {
	line-height: inherit
}
.la-stack-2x {
	font-size: 2em
}
.la-inverse {
	color: #fff
}
.la-500px:before {
	content: "\f26e"
}
.la-accessible-icon:before {
	content: "\f368"
}
.la-accusoft:before {
	content: "\f369"
}
.la-acquisitions-incorporated:before {
	content: "\f6af"
}
.la-ad:before {
	content: "\f641"
}
.la-address-book:before {
	content: "\f2b9"
}
.la-address-card:before {
	content: "\f2bb"
}
.la-adjust:before {
	content: "\f042"
}
.la-adn:before {
	content: "\f170"
}
.la-adobe:before {
	content: "\f778"
}
.la-adversal:before {
	content: "\f36a"
}
.la-affiliatetheme:before {
	content: "\f36b"
}
.la-air-freshener:before {
	content: "\f5d0"
}
.la-airbnb:before {
	content: "\f834"
}
.la-algolia:before {
	content: "\f36c"
}
.la-align-center:before {
	content: "\f037"
}
.la-align-justify:before {
	content: "\f039"
}
.la-align-left:before {
	content: "\f036"
}
.la-align-right:before {
	content: "\f038"
}
.la-alipay:before {
	content: "\f642"
}
.la-allergies:before {
	content: "\f461"
}
.la-amazon:before {
	content: "\f270"
}
.la-amazon-pay:before {
	content: "\f42c"
}
.la-ambulance:before {
	content: "\f0f9"
}
.la-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.la-amilia:before {
	content: "\f36d"
}
.la-anchor:before {
	content: "\f13d"
}
.la-android:before {
	content: "\f17b"
}
.la-angellist:before {
	content: "\f209"
}
.la-angle-double-down:before {
	content: "\f103"
}
.la-angle-double-left:before {
	content: "\f100"
}
.la-angle-double-right:before {
	content: "\f101"
}
.la-angle-double-up:before {
	content: "\f102"
}
.la-angle-down:before {
	content: "\f107"
}
.la-angle-left:before {
	content: "\f104"
}
.la-angle-right:before {
	content: "\f105"
}
.la-angle-up:before {
	content: "\f106"
}
.la-angry:before {
	content: "\f556"
}
.la-angrycreative:before {
	content: "\f36e"
}
.la-angular:before {
	content: "\f420"
}
.la-ankh:before {
	content: "\f644"
}
.la-app-store:before {
	content: "\f36f"
}
.la-app-store-ios:before {
	content: "\f370"
}
.la-apper:before {
	content: "\f371"
}
.la-apple:before {
	content: "\f179"
}
.la-apple-alt:before {
	content: "\f5d1"
}
.la-apple-pay:before {
	content: "\f415"
}
.la-archive:before {
	content: "\f187"
}
.la-archway:before {
	content: "\f557"
}
.la-arrow-alt-circle-down:before {
	content: "\f358"
}
.la-arrow-alt-circle-left:before {
	content: "\f359"
}
.la-arrow-alt-circle-right:before {
	content: "\f35a"
}
.la-arrow-alt-circle-up:before {
	content: "\f35b"
}
.la-arrow-circle-down:before {
	content: "\f0ab"
}
.la-arrow-circle-left:before {
	content: "\f0a8"
}
.la-arrow-circle-right:before {
	content: "\f0a9"
}
.la-arrow-circle-up:before {
	content: "\f0aa"
}
.la-arrow-down:before {
	content: "\f063"
}
.la-arrow-left:before {
	content: "\f060"
}
.la-arrow-right:before {
	content: "\f061"
}
.la-arrow-up:before {
	content: "\f062"
}
.la-arrows-alt:before {
	content: "\f0b2"
}
.la-arrows-alt-h:before {
	content: "\f337"
}
.la-arrows-alt-v:before {
	content: "\f338"
}
.la-artstation:before {
	content: "\f77a"
}
.la-assistive-listening-systems:before {
	content: "\f2a2"
}
.la-asterisk:before {
	content: "\f069"
}
.la-asymmetrik:before {
	content: "\f372"
}
.la-at:before {
	content: "\f1fa"
}
.la-atlas:before {
	content: "\f558"
}
.la-atlassian:before {
	content: "\f77b"
}
.la-atom:before {
	content: "\f5d2"
}
.la-audible:before {
	content: "\f373"
}
.la-audio-description:before {
	content: "\f29e"
}
.la-autoprefixer:before {
	content: "\f41c"
}
.la-avianex:before {
	content: "\f374"
}
.la-aviato:before {
	content: "\f421"
}
.la-award:before {
	content: "\f559"
}
.la-aws:before {
	content: "\f375"
}
.la-baby:before {
	content: "\f77c"
}
.la-baby-carriage:before {
	content: "\f77d"
}
.la-backspace:before {
	content: "\f55a"
}
.la-backward:before {
	content: "\f04a"
}
.la-bacon:before {
	content: "\f7e5"
}
.la-balance-scale:before {
	content: "\f24e"
}
.la-balance-scale-left:before {
	content: "\f515"
}
.la-balance-scale-right:before {
	content: "\f516"
}
.la-ban:before {
	content: "\f05e"
}
.la-band-aid:before {
	content: "\f462"
}
.la-bandcamp:before {
	content: "\f2d5"
}
.la-barcode:before {
	content: "\f02a"
}
.la-bars:before {
	content: "\f0c9"
}
.la-baseball-ball:before {
	content: "\f433"
}
.la-basketball-ball:before {
	content: "\f434"
}
.la-bath:before {
	content: "\f2cd"
}
.la-battery-empty:before {
	content: "\f244"
}
.la-battery-full:before {
	content: "\f240"
}
.la-battery-half:before {
	content: "\f242"
}
.la-battery-quarter:before {
	content: "\f243"
}
.la-battery-three-quarters:before {
	content: "\f241"
}
.la-battle-net:before {
	content: "\f835"
}
.la-bed:before {
	content: "\f236"
}
.la-beer:before {
	content: "\f0fc"
}
.la-behance:before {
	content: "\f1b4"
}
.la-behance-square:before {
	content: "\f1b5"
}
.la-bell:before {
	content: "\f0f3"
}
.la-bell-slash:before {
	content: "\f1f6"
}
.la-bezier-curve:before {
	content: "\f55b"
}
.la-bible:before {
	content: "\f647"
}
.la-bicycle:before {
	content: "\f206"
}
.la-biking:before {
	content: "\f84a"
}
.la-bimobject:before {
	content: "\f378"
}
.la-binoculars:before {
	content: "\f1e5"
}
.la-biohazard:before {
	content: "\f780"
}
.la-birthday-cake:before {
	content: "\f1fd"
}
.la-bitbucket:before {
	content: "\f171"
}
.la-bitcoin:before {
	content: "\f379"
}
.la-bity:before {
	content: "\f37a"
}
.la-black-tie:before {
	content: "\f27e"
}
.la-blackberry:before {
	content: "\f37b"
}
.la-blender:before {
	content: "\f517"
}
.la-blender-phone:before {
	content: "\f6b6"
}
.la-blind:before {
	content: "\f29d"
}
.la-blog:before {
	content: "\f781"
}
.la-blogger:before {
	content: "\f37c"
}
.la-blogger-b:before {
	content: "\f37d"
}
.la-bluetooth:before {
	content: "\f293"
}
.la-bluetooth-b:before {
	content: "\f294"
}
.la-bold:before {
	content: "\f032"
}
.la-bolt:before {
	content: "\f0e7"
}
.la-bomb:before {
	content: "\f1e2"
}
.la-bone:before {
	content: "\f5d7"
}
.la-bong:before {
	content: "\f55c"
}
.la-book:before {
	content: "\f02d"
}
.la-book-dead:before {
	content: "\f6b7"
}
.la-book-medical:before {
	content: "\f7e6"
}
.la-book-open:before {
	content: "\f518"
}
.la-book-reader:before {
	content: "\f5da"
}
.la-bookmark:before {
	content: "\f02e"
}
.la-bootstrap:before {
	content: "\f836"
}
.la-border-all:before {
	content: "\f84c"
}
.la-border-none:before {
	content: "\f850"
}
.la-border-style:before {
	content: "\f853"
}
.la-bowling-ball:before {
	content: "\f436"
}
.la-box:before {
	content: "\f466"
}
.la-box-open:before {
	content: "\f49e"
}
.la-boxes:before {
	content: "\f468"
}
.la-braille:before {
	content: "\f2a1"
}
.la-brain:before {
	content: "\f5dc"
}
.la-bread-slice:before {
	content: "\f7ec"
}
.la-briefcase:before {
	content: "\f0b1"
}
.la-briefcase-medical:before {
	content: "\f469"
}
.la-broadcast-tower:before {
	content: "\f519"
}
.la-broom:before {
	content: "\f51a"
}
.la-brush:before {
	content: "\f55d"
}
.la-btc:before {
	content: "\f15a"
}
.la-buffer:before {
	content: "\f837"
}
.la-bug:before {
	content: "\f188"
}
.la-building:before {
	content: "\f1ad"
}
.la-bullhorn:before {
	content: "\f0a1"
}
.la-bullseye:before {
	content: "\f140"
}
.la-burn:before {
	content: "\f46a"
}
.la-buromobelexperte:before {
	content: "\f37f"
}
.la-bus:before {
	content: "\f207"
}
.la-bus-alt:before {
	content: "\f55e"
}
.la-business-time:before {
	content: "\f64a"
}
.la-buy-n-large:before {
	content: "\f8a6"
}
.la-buysellads:before {
	content: "\f20d"
}
.la-calculator:before {
	content: "\f1ec"
}
.la-calendar:before {
	content: "\f133"
}
.la-calendar-alt:before {
	content: "\f073"
}
.la-calendar-check:before {
	content: "\f274"
}
.la-calendar-day:before {
	content: "\f783"
}
.la-calendar-minus:before {
	content: "\f272"
}
.la-calendar-plus:before {
	content: "\f271"
}
.la-calendar-times:before {
	content: "\f273"
}
.la-calendar-week:before {
	content: "\f784"
}
.la-camera:before {
	content: "\f030"
}
.la-camera-retro:before {
	content: "\f083"
}
.la-campground:before {
	content: "\f6bb"
}
.la-canadian-maple-leaf:before {
	content: "\f785"
}
.la-candy-cane:before {
	content: "\f786"
}
.la-cannabis:before {
	content: "\f55f"
}
.la-capsules:before {
	content: "\f46b"
}
.la-car:before {
	content: "\f1b9"
}
.la-car-alt:before {
	content: "\f5de"
}
.la-car-battery:before {
	content: "\f5df"
}
.la-car-crash:before {
	content: "\f5e1"
}
.la-car-side:before {
	content: "\f5e4"
}
.la-caret-down:before {
	content: "\f0d7"
}
.la-caret-left:before {
	content: "\f0d9"
}
.la-caret-right:before {
	content: "\f0da"
}
.la-caret-square-down:before {
	content: "\f150"
}
.la-caret-square-left:before {
	content: "\f191"
}
.la-caret-square-right:before {
	content: "\f152"
}
.la-caret-square-up:before {
	content: "\f151"
}
.la-caret-up:before {
	content: "\f0d8"
}
.la-carrot:before {
	content: "\f787"
}
.la-cart-arrow-down:before {
	content: "\f218"
}
.la-cart-plus:before {
	content: "\f217"
}
.la-cash-register:before {
	content: "\f788"
}
.la-cat:before {
	content: "\f6be"
}
.la-cc-amazon-pay:before {
	content: "\f42d"
}
.la-cc-amex:before {
	content: "\f1f3"
}
.la-cc-apple-pay:before {
	content: "\f416"
}
.la-cc-diners-club:before {
	content: "\f24c"
}
.la-cc-discover:before {
	content: "\f1f2"
}
.la-cc-jcb:before {
	content: "\f24b"
}
.la-cc-mastercard:before {
	content: "\f1f1"
}
.la-cc-paypal:before {
	content: "\f1f4"
}
.la-cc-stripe:before {
	content: "\f1f5"
}
.la-cc-visa:before {
	content: "\f1f0"
}
.la-centercode:before {
	content: "\f380"
}
.la-centos:before {
	content: "\f789"
}
.la-certificate:before {
	content: "\f0a3"
}
.la-chair:before {
	content: "\f6c0"
}
.la-chalkboard:before {
	content: "\f51b"
}
.la-chalkboard-teacher:before {
	content: "\f51c"
}
.la-charging-station:before {
	content: "\f5e7"
}
.la-chart-area:before {
	content: "\f1fe"
}
.la-chart-bar:before {
	content: "\f080"
}
.la-chart-line:before {
	content: "\f201"
}
.la-chart-pie:before {
	content: "\f200"
}
.la-check:before {
	content: "\f00c"
}
.la-check-circle:before {
	content: "\f058"
}
.la-check-double:before {
	content: "\f560"
}
.la-check-square:before {
	content: "\f14a"
}
.la-cheese:before {
	content: "\f7ef"
}
.la-chess:before {
	content: "\f439"
}
.la-chess-bishop:before {
	content: "\f43a"
}
.la-chess-board:before {
	content: "\f43c"
}
.la-chess-king:before {
	content: "\f43f"
}
.la-chess-knight:before {
	content: "\f441"
}
.la-chess-pawn:before {
	content: "\f443"
}
.la-chess-queen:before {
	content: "\f445"
}
.la-chess-rook:before {
	content: "\f447"
}
.la-chevron-circle-down:before {
	content: "\f13a"
}
.la-chevron-circle-left:before {
	content: "\f137"
}
.la-chevron-circle-right:before {
	content: "\f138"
}
.la-chevron-circle-up:before {
	content: "\f139"
}
.la-chevron-down:before {
	content: "\f078"
}
.la-chevron-left:before {
	content: "\f053"
}
.la-chevron-right:before {
	content: "\f054"
}
.la-chevron-up:before {
	content: "\f077"
}
.la-child:before {
	content: "\f1ae"
}
.la-chrome:before {
	content: "\f268"
}
.la-chromecast:before {
	content: "\f838"
}
.la-church:before {
	content: "\f51d"
}
.la-circle:before {
	content: "\f111"
}
.la-circle-notch:before {
	content: "\f1ce"
}
.la-city:before {
	content: "\f64f"
}
.la-clinic-medical:before {
	content: "\f7f2"
}
.la-clipboard:before {
	content: "\f328"
}
.la-clipboard-check:before {
	content: "\f46c"
}
.la-clipboard-list:before {
	content: "\f46d"
}
.la-clock:before {
	content: "\f017"
}
.la-clone:before {
	content: "\f24d"
}
.la-closed-captioning:before {
	content: "\f20a"
}
.la-cloud:before {
	content: "\f0c2"
}
.la-cloud-download-alt:before {
	content: "\f381"
}
.la-cloud-meatball:before {
	content: "\f73b"
}
.la-cloud-moon:before {
	content: "\f6c3"
}
.la-cloud-moon-rain:before {
	content: "\f73c"
}
.la-cloud-rain:before {
	content: "\f73d"
}
.la-cloud-showers-heavy:before {
	content: "\f740"
}
.la-cloud-sun:before {
	content: "\f6c4"
}
.la-cloud-sun-rain:before {
	content: "\f743"
}
.la-cloud-upload-alt:before {
	content: "\f382"
}
.la-cloudscale:before {
	content: "\f383"
}
.la-cloudsmith:before {
	content: "\f384"
}
.la-cloudversify:before {
	content: "\f385"
}
.la-cocktail:before {
	content: "\f561"
}
.la-code:before {
	content: "\f121"
}
.la-code-branch:before {
	content: "\f126"
}
.la-codepen:before {
	content: "\f1cb"
}
.la-codiepie:before {
	content: "\f284"
}
.la-coffee:before {
	content: "\f0f4"
}
.la-cog:before {
	content: "\f013"
}
.la-cogs:before {
	content: "\f085"
}
.la-coins:before {
	content: "\f51e"
}
.la-columns:before {
	content: "\f0db"
}
.la-comment:before {
	content: "\f075"
}
.la-comment-alt:before {
	content: "\f27a"
}
.la-comment-dollar:before {
	content: "\f651"
}
.la-comment-dots:before {
	content: "\f4ad"
}
.la-comment-medical:before {
	content: "\f7f5"
}
.la-comment-slash:before {
	content: "\f4b3"
}
.la-comments:before {
	content: "\f086"
}
.la-comments-dollar:before {
	content: "\f653"
}
.la-compact-disc:before {
	content: "\f51f"
}
.la-compass:before {
	content: "\f14e"
}
.la-compress:before {
	content: "\f066"
}
.la-compress-arrows-alt:before {
	content: "\f78c"
}
.la-concierge-bell:before {
	content: "\f562"
}
.la-confluence:before {
	content: "\f78d"
}
.la-connectdevelop:before {
	content: "\f20e"
}
.la-contao:before {
	content: "\f26d"
}
.la-cookie:before {
	content: "\f563"
}
.la-cookie-bite:before {
	content: "\f564"
}
.la-copy:before {
	content: "\f0c5"
}
.la-copyright:before {
	content: "\f1f9"
}
.la-cotton-bureau:before {
	content: "\f89e"
}
.la-couch:before {
	content: "\f4b8"
}
.la-cpanel:before {
	content: "\f388"
}
.la-creative-commons:before {
	content: "\f25e"
}
.la-creative-commons-by:before {
	content: "\f4e7"
}
.la-creative-commons-nc:before {
	content: "\f4e8"
}
.la-creative-commons-nc-eu:before {
	content: "\f4e9"
}
.la-creative-commons-nc-jp:before {
	content: "\f4ea"
}
.la-creative-commons-nd:before {
	content: "\f4eb"
}
.la-creative-commons-pd:before {
	content: "\f4ec"
}
.la-creative-commons-pd-alt:before {
	content: "\f4ed"
}
.la-creative-commons-remix:before {
	content: "\f4ee"
}
.la-creative-commons-sa:before {
	content: "\f4ef"
}
.la-creative-commons-sampling:before {
	content: "\f4f0"
}
.la-creative-commons-sampling-plus:before {
	content: "\f4f1"
}
.la-creative-commons-share:before {
	content: "\f4f2"
}
.la-creative-commons-zero:before {
	content: "\f4f3"
}
.la-credit-card:before {
	content: "\f09d"
}
.la-critical-role:before {
	content: "\f6c9"
}
.la-crop:before {
	content: "\f125"
}
.la-crop-alt:before {
	content: "\f565"
}
.la-cross:before {
	content: "\f654"
}
.la-crosshairs:before {
	content: "\f05b"
}
.la-crow:before {
	content: "\f520"
}
.la-crown:before {
	content: "\f521"
}
.la-crutch:before {
	content: "\f7f7"
}
.la-css3:before {
	content: "\f13c"
}
.la-css3-alt:before {
	content: "\f38b"
}
.la-cube:before {
	content: "\f1b2"
}
.la-cubes:before {
	content: "\f1b3"
}
.la-cut:before {
	content: "\f0c4"
}
.la-cuttlefish:before {
	content: "\f38c"
}
.la-d-and-d:before {
	content: "\f38d"
}
.la-d-and-d-beyond:before {
	content: "\f6ca"
}
.la-dashcube:before {
	content: "\f210"
}
.la-database:before {
	content: "\f1c0"
}
.la-deaf:before {
	content: "\f2a4"
}
.la-delicious:before {
	content: "\f1a5"
}
.la-democrat:before {
	content: "\f747"
}
.la-deploydog:before {
	content: "\f38e"
}
.la-deskpro:before {
	content: "\f38f"
}
.la-desktop:before {
	content: "\f108"
}
.la-dev:before {
	content: "\f6cc"
}
.la-deviantart:before {
	content: "\f1bd"
}
.la-dharmachakra:before {
	content: "\f655"
}
.la-dhl:before {
	content: "\f790"
}
.la-diagnoses:before {
	content: "\f470"
}
.la-diaspora:before {
	content: "\f791"
}
.la-dice:before {
	content: "\f522"
}
.la-dice-d20:before {
	content: "\f6cf"
}
.la-dice-d6:before {
	content: "\f6d1"
}
.la-dice-five:before {
	content: "\f523"
}
.la-dice-four:before {
	content: "\f524"
}
.la-dice-one:before {
	content: "\f525"
}
.la-dice-six:before {
	content: "\f526"
}
.la-dice-three:before {
	content: "\f527"
}
.la-dice-two:before {
	content: "\f528"
}
.la-digg:before {
	content: "\f1a6"
}
.la-digital-ocean:before {
	content: "\f391"
}
.la-digital-tachograph:before {
	content: "\f566"
}
.la-directions:before {
	content: "\f5eb"
}
.la-discord:before {
	content: "\f392"
}
.la-discourse:before {
	content: "\f393"
}
.la-divide:before {
	content: "\f529"
}
.la-dizzy:before {
	content: "\f567"
}
.la-dna:before {
	content: "\f471"
}
.la-dochub:before {
	content: "\f394"
}
.la-docker:before {
	content: "\f395"
}
.la-dog:before {
	content: "\f6d3"
}
.la-dollar-sign:before {
	content: "\f155"
}
.la-dolly:before {
	content: "\f472"
}
.la-dolly-flatbed:before {
	content: "\f474"
}
.la-donate:before {
	content: "\f4b9"
}
.la-door-closed:before {
	content: "\f52a"
}
.la-door-open:before {
	content: "\f52b"
}
.la-dot-circle:before {
	content: "\f192"
}
.la-dove:before {
	content: "\f4ba"
}
.la-download:before {
	content: "\f019"
}
.la-draft2digital:before {
	content: "\f396"
}
.la-drafting-compass:before {
	content: "\f568"
}
.la-dragon:before {
	content: "\f6d5"
}
.la-draw-polygon:before {
	content: "\f5ee"
}
.la-dribbble:before {
	content: "\f17d"
}
.la-dribbble-square:before {
	content: "\f397"
}
.la-dropbox:before {
	content: "\f16b"
}
.la-drum:before {
	content: "\f569"
}
.la-drum-steelpan:before {
	content: "\f56a"
}
.la-drumstick-bite:before {
	content: "\f6d7"
}
.la-drupal:before {
	content: "\f1a9"
}
.la-dumbbell:before {
	content: "\f44b"
}
.la-dumpster:before {
	content: "\f793"
}
.la-dumpster-fire:before {
	content: "\f794"
}
.la-dungeon:before {
	content: "\f6d9"
}
.la-dyalog:before {
	content: "\f399"
}
.la-earlybirds:before {
	content: "\f39a"
}
.la-ebay:before {
	content: "\f4f4"
}
.la-edge:before {
	content: "\f282"
}
.la-edit:before {
	content: "\f044"
}
.la-egg:before {
	content: "\f7fb"
}
.la-eject:before {
	content: "\f052"
}
.la-elementor:before {
	content: "\f430"
}
.la-ellipsis-h:before {
	content: "\f141"
}
.la-ellipsis-v:before {
	content: "\f142"
}
.la-ello:before {
	content: "\f5f1"
}
.la-ember:before {
	content: "\f423"
}
.la-empire:before {
	content: "\f1d1"
}
.la-envelope:before {
	content: "\f0e0"
}
.la-envelope-open:before {
	content: "\f2b6"
}
.la-envelope-open-text:before {
	content: "\f658"
}
.la-envelope-square:before {
	content: "\f199"
}
.la-envira:before {
	content: "\f299"
}
.la-equals:before {
	content: "\f52c"
}
.la-eraser:before {
	content: "\f12d"
}
.la-erlang:before {
	content: "\f39d"
}
.la-ethereum:before {
	content: "\f42e"
}
.la-ethernet:before {
	content: "\f796"
}
.la-etsy:before {
	content: "\f2d7"
}
.la-euro-sign:before {
	content: "\f153"
}
.la-evernote:before {
	content: "\f839"
}
.la-exchange-alt:before {
	content: "\f362"
}
.la-exclamation:before {
	content: "\f12a"
}
.la-exclamation-circle:before {
	content: "\f06a"
}
.la-exclamation-triangle:before {
	content: "\f071"
}
.la-expand:before {
	content: "\f065"
}
.la-expand-arrows-alt:before {
	content: "\f31e"
}
.la-expeditedssl:before {
	content: "\f23e"
}
.la-external-link-alt:before {
	content: "\f35d"
}
.la-external-link-square-alt:before {
	content: "\f360"
}
.la-eye:before {
	content: "\f06e"
}
.la-eye-dropper:before {
	content: "\f1fb"
}
.la-eye-slash:before {
	content: "\f070"
}
.la-facebook:before {
	content: "\f09a"
}
.la-facebook-f:before {
	content: "\f39e"
}
.la-facebook-messenger:before {
	content: "\f39f"
}
.la-facebook-square:before {
	content: "\f082"
}
.la-fan:before {
	content: "\f863"
}
.la-fantasy-flight-games:before {
	content: "\f6dc"
}
.la-fast-backward:before {
	content: "\f049"
}
.la-fast-forward:before {
	content: "\f050"
}
.la-fax:before {
	content: "\f1ac"
}
.la-feather:before {
	content: "\f52d"
}
.la-feather-alt:before {
	content: "\f56b"
}
.la-fedex:before {
	content: "\f797"
}
.la-fedora:before {
	content: "\f798"
}
.la-female:before {
	content: "\f182"
}
.la-fighter-jet:before {
	content: "\f0fb"
}
.la-figma:before {
	content: "\f799"
}
.la-file:before {
	content: "\f15b"
}
.la-file-alt:before {
	content: "\f15c"
}
.la-file-archive:before {
	content: "\f1c6"
}
.la-file-audio:before {
	content: "\f1c7"
}
.la-file-code:before {
	content: "\f1c9"
}
.la-file-contract:before {
	content: "\f56c"
}
.la-file-csv:before {
	content: "\f6dd"
}
.la-file-download:before {
	content: "\f56d"
}
.la-file-excel:before {
	content: "\f1c3"
}
.la-file-export:before {
	content: "\f56e"
}
.la-file-image:before {
	content: "\f1c5"
}
.la-file-import:before {
	content: "\f56f"
}
.la-file-invoice:before {
	content: "\f570"
}
.la-file-invoice-dollar:before {
	content: "\f571"
}
.la-file-medical:before {
	content: "\f477"
}
.la-file-medical-alt:before {
	content: "\f478"
}
.la-file-pdf:before {
	content: "\f1c1"
}
.la-file-powerpoint:before {
	content: "\f1c4"
}
.la-file-prescription:before {
	content: "\f572"
}
.la-file-signature:before {
	content: "\f573"
}
.la-file-upload:before {
	content: "\f574"
}
.la-file-video:before {
	content: "\f1c8"
}
.la-file-word:before {
	content: "\f1c2"
}
.la-fill:before {
	content: "\f575"
}
.la-fill-drip:before {
	content: "\f576"
}
.la-film:before {
	content: "\f008"
}
.la-filter:before {
	content: "\f0b0"
}
.la-fingerprint:before {
	content: "\f577"
}
.la-fire:before {
	content: "\f06d"
}
.la-fire-alt:before {
	content: "\f7e4"
}
.la-fire-extinguisher:before {
	content: "\f134"
}
.la-firefox:before {
	content: "\f269"
}
.la-first-aid:before {
	content: "\f479"
}
.la-first-order:before {
	content: "\f2b0"
}
.la-first-order-alt:before {
	content: "\f50a"
}
.la-firstdraft:before {
	content: "\f3a1"
}
.la-fish:before {
	content: "\f578"
}
.la-fist-raised:before {
	content: "\f6de"
}
.la-flag:before {
	content: "\f024"
}
.la-flag-checkered:before {
	content: "\f11e"
}
.la-flag-usa:before {
	content: "\f74d"
}
.la-flask:before {
	content: "\f0c3"
}
.la-flickr:before {
	content: "\f16e"
}
.la-flipboard:before {
	content: "\f44d"
}
.la-flushed:before {
	content: "\f579"
}
.la-fly:before {
	content: "\f417"
}
.la-folder:before {
	content: "\f07b"
}
.la-folder-minus:before {
	content: "\f65d"
}
.la-folder-open:before {
	content: "\f07c"
}
.la-folder-plus:before {
	content: "\f65e"
}
.la-font:before {
	content: "\f031"
}
.la-font-awesome:before {
	content: "\f2b4"
}
.la-font-awesome-alt:before {
	content: "\f35c"
}
.la-font-awesome-flag:before {
	content: "\f425"
}
.la-font-awesome-logo-full:before {
	content: "\f4e6"
}
.la-fonticons:before {
	content: "\f280"
}
.la-fonticons-fi:before {
	content: "\f3a2"
}
.la-football-ball:before {
	content: "\f44e"
}
.la-fort-awesome:before {
	content: "\f286"
}
.la-fort-awesome-alt:before {
	content: "\f3a3"
}
.la-forumbee:before {
	content: "\f211"
}
.la-forward:before {
	content: "\f04e"
}
.la-foursquare:before {
	content: "\f180"
}
.la-free-code-camp:before {
	content: "\f2c5"
}
.la-freebsd:before {
	content: "\f3a4"
}
.la-frog:before {
	content: "\f52e"
}
.la-frown:before {
	content: "\f119"
}
.la-frown-open:before {
	content: "\f57a"
}
.la-fulcrum:before {
	content: "\f50b"
}
.la-funnel-dollar:before {
	content: "\f662"
}
.la-futbol:before {
	content: "\f1e3"
}
.la-galactic-republic:before {
	content: "\f50c"
}
.la-galactic-senate:before {
	content: "\f50d"
}
.la-gamepad:before {
	content: "\f11b"
}
.la-gas-pump:before {
	content: "\f52f"
}
.la-gavel:before {
	content: "\f0e3"
}
.la-gem:before {
	content: "\f3a5"
}
.la-genderless:before {
	content: "\f22d"
}
.la-get-pocket:before {
	content: "\f265"
}
.la-gg:before {
	content: "\f260"
}
.la-gg-circle:before {
	content: "\f261"
}
.la-ghost:before {
	content: "\f6e2"
}
.la-gift:before {
	content: "\f06b"
}
.la-gifts:before {
	content: "\f79c"
}
.la-git:before {
	content: "\f1d3"
}
.la-git-alt:before {
	content: "\f841"
}
.la-git-square:before {
	content: "\f1d2"
}
.la-github:before {
	content: "\f09b"
}
.la-github-alt:before {
	content: "\f113"
}
.la-github-square:before {
	content: "\f092"
}
.la-gitkraken:before {
	content: "\f3a6"
}
.la-gitlab:before {
	content: "\f296"
}
.la-gitter:before {
	content: "\f426"
}
.la-glass-cheers:before {
	content: "\f79f"
}
.la-glass-martini:before {
	content: "\f000"
}
.la-glass-martini-alt:before {
	content: "\f57b"
}
.la-glass-whiskey:before {
	content: "\f7a0"
}
.la-glasses:before {
	content: "\f530"
}
.la-glide:before {
	content: "\f2a5"
}
.la-glide-g:before {
	content: "\f2a6"
}
.la-globe:before {
	content: "\f0ac"
}
.la-globe-africa:before {
	content: "\f57c"
}
.la-globe-americas:before {
	content: "\f57d"
}
.la-globe-asia:before {
	content: "\f57e"
}
.la-globe-europe:before {
	content: "\f7a2"
}
.la-gofore:before {
	content: "\f3a7"
}
.la-golf-ball:before {
	content: "\f450"
}
.la-goodreads:before {
	content: "\f3a8"
}
.la-goodreads-g:before {
	content: "\f3a9"
}
.la-google:before {
	content: "\f1a0"
}
.la-google-drive:before {
	content: "\f3aa"
}
.la-google-play:before {
	content: "\f3ab"
}
.la-google-plus:before {
	content: "\f2b3"
}
.la-google-plus-g:before {
	content: "\f0d5"
}
.la-google-plus-square:before {
	content: "\f0d4"
}
.la-google-wallet:before {
	content: "\f1ee"
}
.la-gopuram:before {
	content: "\f664"
}
.la-graduation-cap:before {
	content: "\f19d"
}
.la-gratipay:before {
	content: "\f184"
}
.la-grav:before {
	content: "\f2d6"
}
.la-greater-than:before {
	content: "\f531"
}
.la-greater-than-equal:before {
	content: "\f532"
}
.la-grimace:before {
	content: "\f57f"
}
.la-grin:before {
	content: "\f580"
}
.la-grin-alt:before {
	content: "\f581"
}
.la-grin-beam:before {
	content: "\f582"
}
.la-grin-beam-sweat:before {
	content: "\f583"
}
.la-grin-hearts:before {
	content: "\f584"
}
.la-grin-squint:before {
	content: "\f585"
}
.la-grin-squint-tears:before {
	content: "\f586"
}
.la-grin-stars:before {
	content: "\f587"
}
.la-grin-tears:before {
	content: "\f588"
}
.la-grin-tongue:before {
	content: "\f589"
}
.la-grin-tongue-squint:before {
	content: "\f58a"
}
.la-grin-tongue-wink:before {
	content: "\f58b"
}
.la-grin-wink:before {
	content: "\f58c"
}
.la-grip-horizontal:before {
	content: "\f58d"
}
.la-grip-lines:before {
	content: "\f7a4"
}
.la-grip-lines-vertical:before {
	content: "\f7a5"
}
.la-grip-vertical:before {
	content: "\f58e"
}
.la-gripfire:before {
	content: "\f3ac"
}
.la-grunt:before {
	content: "\f3ad"
}
.la-guitar:before {
	content: "\f7a6"
}
.la-gulp:before {
	content: "\f3ae"
}
.la-h-square:before {
	content: "\f0fd"
}
.la-hacker-news:before {
	content: "\f1d4"
}
.la-hacker-news-square:before {
	content: "\f3af"
}
.la-hackerrank:before {
	content: "\f5f7"
}
.la-hamburger:before {
	content: "\f805"
}
.la-hammer:before {
	content: "\f6e3"
}
.la-hamsa:before {
	content: "\f665"
}
.la-hand-holding:before {
	content: "\f4bd"
}
.la-hand-holding-heart:before {
	content: "\f4be"
}
.la-hand-holding-usd:before {
	content: "\f4c0"
}
.la-hand-lizard:before {
	content: "\f258"
}
.la-hand-middle-finger:before {
	content: "\f806"
}
.la-hand-paper:before {
	content: "\f256"
}
.la-hand-peace:before {
	content: "\f25b"
}
.la-hand-point-down:before {
	content: "\f0a7"
}
.la-hand-point-left:before {
	content: "\f0a5"
}
.la-hand-point-right:before {
	content: "\f0a4"
}
.la-hand-point-up:before {
	content: "\f0a6"
}
.la-hand-pointer:before {
	content: "\f25a"
}
.la-hand-rock:before {
	content: "\f255"
}
.la-hand-scissors:before {
	content: "\f257"
}
.la-hand-spock:before {
	content: "\f259"
}
.la-hands:before {
	content: "\f4c2"
}
.la-hands-helping:before {
	content: "\f4c4"
}
.la-handshake:before {
	content: "\f2b5"
}
.la-hanukiah:before {
	content: "\f6e6"
}
.la-hard-hat:before {
	content: "\f807"
}
.la-hashtag:before {
	content: "\f292"
}
.la-hat-cowboy:before {
	content: "\f8c0"
}
.la-hat-cowboy-side:before {
	content: "\f8c1"
}
.la-hat-wizard:before {
	content: "\f6e8"
}
.la-haykal:before {
	content: "\f666"
}
.la-hdd:before {
	content: "\f0a0"
}
.la-heading:before {
	content: "\f1dc"
}
.la-headphones:before {
	content: "\f025"
}
.la-headphones-alt:before {
	content: "\f58f"
}
.la-headset:before {
	content: "\f590"
}
.la-heart:before {
	content: "\f004"
}
.la-heart-broken:before {
	content: "\f7a9"
}
.la-heartbeat:before {
	content: "\f21e"
}
.la-helicopter:before {
	content: "\f533"
}
.la-highlighter:before {
	content: "\f591"
}
.la-hiking:before {
	content: "\f6ec"
}
.la-hippo:before {
	content: "\f6ed"
}
.la-hips:before {
	content: "\f452"
}
.la-hire-a-helper:before {
	content: "\f3b0"
}
.la-history:before {
	content: "\f1da"
}
.la-hockey-puck:before {
	content: "\f453"
}
.la-holly-berry:before {
	content: "\f7aa"
}
.la-home:before {
	content: "\f015"
}
.la-hooli:before {
	content: "\f427"
}
.la-hornbill:before {
	content: "\f592"
}
.la-horse:before {
	content: "\f6f0"
}
.la-horse-head:before {
	content: "\f7ab"
}
.la-hospital:before {
	content: "\f0f8"
}
.la-hospital-alt:before {
	content: "\f47d"
}
.la-hospital-symbol:before {
	content: "\f47e"
}
.la-hot-tub:before {
	content: "\f593"
}
.la-hotdog:before {
	content: "\f80f"
}
.la-hotel:before {
	content: "\f594"
}
.la-hotjar:before {
	content: "\f3b1"
}
.la-hourglass:before {
	content: "\f254"
}
.la-hourglass-end:before {
	content: "\f253"
}
.la-hourglass-half:before {
	content: "\f252"
}
.la-hourglass-start:before {
	content: "\f251"
}
.la-house-damage:before {
	content: "\f6f1"
}
.la-houzz:before {
	content: "\f27c"
}
.la-hryvnia:before {
	content: "\f6f2"
}
.la-html5:before {
	content: "\f13b"
}
.la-hubspot:before {
	content: "\f3b2"
}
.la-i-cursor:before {
	content: "\f246"
}
.la-ice-cream:before {
	content: "\f810"
}
.la-icicles:before {
	content: "\f7ad"
}
.la-icons:before {
	content: "\f86d"
}
.la-id-badge:before {
	content: "\f2c1"
}
.la-id-card:before {
	content: "\f2c2"
}
.la-id-card-alt:before {
	content: "\f47f"
}
.la-igloo:before {
	content: "\f7ae"
}
.la-image:before {
	content: "\f03e"
}
.la-images:before {
	content: "\f302"
}
.la-imdb:before {
	content: "\f2d8"
}
.la-inbox:before {
	content: "\f01c"
}
.la-indent:before {
	content: "\f03c"
}
.la-industry:before {
	content: "\f275"
}
.la-infinity:before {
	content: "\f534"
}
.la-info:before {
	content: "\f129"
}
.la-info-circle:before {
	content: "\f05a"
}
.la-instagram:before {
	content: "\f16d"
}
.la-intercom:before {
	content: "\f7af"
}
.la-internet-explorer:before {
	content: "\f26b"
}
.la-invision:before {
	content: "\f7b0"
}
.la-ioxhost:before {
	content: "\f208"
}
.la-italic:before {
	content: "\f033"
}
.la-itch-io:before {
	content: "\f83a"
}
.la-itunes:before {
	content: "\f3b4"
}
.la-itunes-note:before {
	content: "\f3b5"
}
.la-java:before {
	content: "\f4e4"
}
.la-jedi:before {
	content: "\f669"
}
.la-jedi-order:before {
	content: "\f50e"
}
.la-jenkins:before {
	content: "\f3b6"
}
.la-jira:before {
	content: "\f7b1"
}
.la-joget:before {
	content: "\f3b7"
}
.la-joint:before {
	content: "\f595"
}
.la-joomla:before {
	content: "\f1aa"
}
.la-journal-whills:before {
	content: "\f66a"
}
.la-js:before {
	content: "\f3b8"
}
.la-js-square:before {
	content: "\f3b9"
}
.la-jsfiddle:before {
	content: "\f1cc"
}
.la-kaaba:before {
	content: "\f66b"
}
.la-kaggle:before {
	content: "\f5fa"
}
.la-key:before {
	content: "\f084"
}
.la-keybase:before {
	content: "\f4f5"
}
.la-keyboard:before {
	content: "\f11c"
}
.la-keycdn:before {
	content: "\f3ba"
}
.la-khanda:before {
	content: "\f66d"
}
.la-kickstarter:before {
	content: "\f3bb"
}
.la-kickstarter-k:before {
	content: "\f3bc"
}
.la-kiss:before {
	content: "\f596"
}
.la-kiss-beam:before {
	content: "\f597"
}
.la-kiss-wink-heart:before {
	content: "\f598"
}
.la-kiwi-bird:before {
	content: "\f535"
}
.la-korvue:before {
	content: "\f42f"
}
.la-landmark:before {
	content: "\f66f"
}
.la-language:before {
	content: "\f1ab"
}
.la-laptop:before {
	content: "\f109"
}
.la-laptop-code:before {
	content: "\f5fc"
}
.la-laptop-medical:before {
	content: "\f812"
}
.la-laravel:before {
	content: "\f3bd"
}
.la-lastfm:before {
	content: "\f202"
}
.la-lastfm-square:before {
	content: "\f203"
}
.la-laugh:before {
	content: "\f599"
}
.la-laugh-beam:before {
	content: "\f59a"
}
.la-laugh-squint:before {
	content: "\f59b"
}
.la-laugh-wink:before {
	content: "\f59c"
}
.la-layer-group:before {
	content: "\f5fd"
}
.la-leaf:before {
	content: "\f06c"
}
.la-leanpub:before {
	content: "\f212"
}
.la-lemon:before {
	content: "\f094"
}
.la-less:before {
	content: "\f41d"
}
.la-less-than:before {
	content: "\f536"
}
.la-less-than-equal:before {
	content: "\f537"
}
.la-level-down-alt:before {
	content: "\f3be"
}
.la-level-up-alt:before {
	content: "\f3bf"
}
.la-life-ring:before {
	content: "\f1cd"
}
.la-lightbulb:before {
	content: "\f0eb"
}
.la-line:before {
	content: "\f3c0"
}
.la-link:before {
	content: "\f0c1"
}
.la-linkedin:before {
	content: "\f08c"
}
.la-linkedin-in:before {
	content: "\f0e1"
}
.la-linode:before {
	content: "\f2b8"
}
.la-linux:before {
	content: "\f17c"
}
.la-lira-sign:before {
	content: "\f195"
}
.la-list:before {
	content: "\f03a"
}
.la-list-alt:before {
	content: "\f022"
}
.la-list-ol:before {
	content: "\f0cb"
}
.la-list-ul:before {
	content: "\f0ca"
}
.la-location-arrow:before {
	content: "\f124"
}
.la-lock:before {
	content: "\f023"
}
.la-lock-open:before {
	content: "\f3c1"
}
.la-long-arrow-alt-down:before {
	content: "\f309"
}
.la-long-arrow-alt-left:before {
	content: "\f30a"
}
.la-long-arrow-alt-right:before {
	content: "\f30b"
}
.la-long-arrow-alt-up:before {
	content: "\f30c"
}
.la-low-vision:before {
	content: "\f2a8"
}
.la-luggage-cart:before {
	content: "\f59d"
}
.la-lyft:before {
	content: "\f3c3"
}
.la-magento:before {
	content: "\f3c4"
}
.la-magic:before {
	content: "\f0d0"
}
.la-magnet:before {
	content: "\f076"
}
.la-mail-bulk:before {
	content: "\f674"
}
.la-mailchimp:before {
	content: "\f59e"
}
.la-male:before {
	content: "\f183"
}
.la-mandalorian:before {
	content: "\f50f"
}
.la-map:before {
	content: "\f279"
}
.la-map-marked:before {
	content: "\f59f"
}
.la-map-marked-alt:before {
	content: "\f5a0"
}
.la-map-marker:before {
	content: "\f041"
}
.la-map-marker-alt:before {
	content: "\f3c5"
}
.la-map-pin:before {
	content: "\f276"
}
.la-map-signs:before {
	content: "\f277"
}
.la-markdown:before {
	content: "\f60f"
}
.la-marker:before {
	content: "\f5a1"
}
.la-mars:before {
	content: "\f222"
}
.la-mars-double:before {
	content: "\f227"
}
.la-mars-stroke:before {
	content: "\f229"
}
.la-mars-stroke-h:before {
	content: "\f22b"
}
.la-mars-stroke-v:before {
	content: "\f22a"
}
.la-mask:before {
	content: "\f6fa"
}
.la-mastodon:before {
	content: "\f4f6"
}
.la-maxcdn:before {
	content: "\f136"
}
.la-mdb:before {
	content: "\f8ca"
}
.la-medal:before {
	content: "\f5a2"
}
.la-medapps:before {
	content: "\f3c6"
}
.la-medium:before {
	content: "\f23a"
}
.la-medium-m:before {
	content: "\f3c7"
}
.la-medkit:before {
	content: "\f0fa"
}
.la-medrt:before {
	content: "\f3c8"
}
.la-meetup:before {
	content: "\f2e0"
}
.la-megaport:before {
	content: "\f5a3"
}
.la-meh:before {
	content: "\f11a"
}
.la-meh-blank:before {
	content: "\f5a4"
}
.la-meh-rolling-eyes:before {
	content: "\f5a5"
}
.la-memory:before {
	content: "\f538"
}
.la-mendeley:before {
	content: "\f7b3"
}
.la-menorah:before {
	content: "\f676"
}
.la-mercury:before {
	content: "\f223"
}
.la-meteor:before {
	content: "\f753"
}
.la-microchip:before {
	content: "\f2db"
}
.la-microphone:before {
	content: "\f130"
}
.la-microphone-alt:before {
	content: "\f3c9"
}
.la-microphone-alt-slash:before {
	content: "\f539"
}
.la-microphone-slash:before {
	content: "\f131"
}
.la-microscope:before {
	content: "\f610"
}
.la-microsoft:before {
	content: "\f3ca"
}
.la-minus:before {
	content: "\f068"
}
.la-minus-circle:before {
	content: "\f056"
}
.la-minus-square:before {
	content: "\f146"
}
.la-mitten:before {
	content: "\f7b5"
}
.la-mix:before {
	content: "\f3cb"
}
.la-mixcloud:before {
	content: "\f289"
}
.la-mizuni:before {
	content: "\f3cc"
}
.la-mobile:before {
	content: "\f10b"
}
.la-mobile-alt:before {
	content: "\f3cd"
}
.la-modx:before {
	content: "\f285"
}
.la-monero:before {
	content: "\f3d0"
}
.la-money-bill:before {
	content: "\f0d6"
}
.la-money-bill-alt:before {
	content: "\f3d1"
}
.la-money-bill-wave:before {
	content: "\f53a"
}
.la-money-bill-wave-alt:before {
	content: "\f53b"
}
.la-money-check:before {
	content: "\f53c"
}
.la-money-check-alt:before {
	content: "\f53d"
}
.la-monument:before {
	content: "\f5a6"
}
.la-moon:before {
	content: "\f186"
}
.la-mortar-pestle:before {
	content: "\f5a7"
}
.la-mosque:before {
	content: "\f678"
}
.la-motorcycle:before {
	content: "\f21c"
}
.la-mountain:before {
	content: "\f6fc"
}
.la-mouse:before {
	content: "\f8cc"
}
.la-mouse-pointer:before {
	content: "\f245"
}
.la-mug-hot:before {
	content: "\f7b6"
}
.la-music:before {
	content: "\f001"
}
.la-napster:before {
	content: "\f3d2"
}
.la-neos:before {
	content: "\f612"
}
.la-network-wired:before {
	content: "\f6ff"
}
.la-neuter:before {
	content: "\f22c"
}
.la-newspaper:before {
	content: "\f1ea"
}
.la-nimblr:before {
	content: "\f5a8"
}
.la-node:before {
	content: "\f419"
}
.la-node-js:before {
	content: "\f3d3"
}
.la-not-equal:before {
	content: "\f53e"
}
.la-notes-medical:before {
	content: "\f481"
}
.la-npm:before {
	content: "\f3d4"
}
.la-ns8:before {
	content: "\f3d5"
}
.la-nutritionix:before {
	content: "\f3d6"
}
.la-object-group:before {
	content: "\f247"
}
.la-object-ungroup:before {
	content: "\f248"
}
.la-odnoklassniki:before {
	content: "\f263"
}
.la-odnoklassniki-square:before {
	content: "\f264"
}
.la-oil-can:before {
	content: "\f613"
}
.la-old-republic:before {
	content: "\f510"
}
.la-om:before {
	content: "\f679"
}
.la-opencart:before {
	content: "\f23d"
}
.la-openid:before {
	content: "\f19b"
}
.la-opera:before {
	content: "\f26a"
}
.la-optin-monster:before {
	content: "\f23c"
}
.la-orcid:before {
	content: "\f8d2"
}
.la-osi:before {
	content: "\f41a"
}
.la-otter:before {
	content: "\f700"
}
.la-outdent:before {
	content: "\f03b"
}
.la-page4:before {
	content: "\f3d7"
}
.la-pagelines:before {
	content: "\f18c"
}
.la-pager:before {
	content: "\f815"
}
.la-paint-brush:before {
	content: "\f1fc"
}
.la-paint-roller:before {
	content: "\f5aa"
}
.la-palette:before {
	content: "\f53f"
}
.la-palfed:before {
	content: "\f3d8"
}
.la-pallet:before {
	content: "\f482"
}
.la-paper-plane:before {
	content: "\f1d8"
}
.la-paperclip:before {
	content: "\f0c6"
}
.la-parachute-box:before {
	content: "\f4cd"
}
.la-paragraph:before {
	content: "\f1dd"
}
.la-parking:before {
	content: "\f540"
}
.la-passport:before {
	content: "\f5ab"
}
.la-pastafarianism:before {
	content: "\f67b"
}
.la-paste:before {
	content: "\f0ea"
}
.la-patreon:before {
	content: "\f3d9"
}
.la-pause:before {
	content: "\f04c"
}
.la-pause-circle:before {
	content: "\f28b"
}
.la-paw:before {
	content: "\f1b0"
}
.la-paypal:before {
	content: "\f1ed"
}
.la-peace:before {
	content: "\f67c"
}
.la-pen:before {
	content: "\f304"
}
.la-pen-alt:before {
	content: "\f305"
}
.la-pen-fancy:before {
	content: "\f5ac"
}
.la-pen-nib:before {
	content: "\f5ad"
}
.la-pen-square:before {
	content: "\f14b"
}
.la-pencil-alt:before {
	content: "\f303"
}
.la-pencil-ruler:before {
	content: "\f5ae"
}
.la-penny-arcade:before {
	content: "\f704"
}
.la-people-carry:before {
	content: "\f4ce"
}
.la-pepper-hot:before {
	content: "\f816"
}
.la-percent:before {
	content: "\f295"
}
.la-percentage:before {
	content: "\f541"
}
.la-periscope:before {
	content: "\f3da"
}
.la-person-booth:before {
	content: "\f756"
}
.la-phabricator:before {
	content: "\f3db"
}
.la-phoenix-framework:before {
	content: "\f3dc"
}
.la-phoenix-squadron:before {
	content: "\f511"
}
.la-phone:before {
	content: "\f095"
}
.la-phone-alt:before {
	content: "\f879"
}
.la-phone-slash:before {
	content: "\f3dd"
}
.la-phone-square:before {
	content: "\f098"
}
.la-phone-square-alt:before {
	content: "\f87b"
}
.la-phone-volume:before {
	content: "\f2a0"
}
.la-photo-video:before {
	content: "\f87c"
}
.la-php:before {
	content: "\f457"
}
.la-pied-piper:before {
	content: "\f2ae"
}
.la-pied-piper-alt:before {
	content: "\f1a8"
}
.la-pied-piper-hat:before {
	content: "\f4e5"
}
.la-pied-piper-pp:before {
	content: "\f1a7"
}
.la-piggy-bank:before {
	content: "\f4d3"
}
.la-pills:before {
	content: "\f484"
}
.la-pinterest:before {
	content: "\f0d2"
}
.la-pinterest-p:before {
	content: "\f231"
}
.la-pinterest-square:before {
	content: "\f0d3"
}
.la-pizza-slice:before {
	content: "\f818"
}
.la-place-of-worship:before {
	content: "\f67f"
}
.la-plane:before {
	content: "\f072"
}
.la-plane-arrival:before {
	content: "\f5af"
}
.la-plane-departure:before {
	content: "\f5b0"
}
.la-play:before {
	content: "\f04b"
}
.la-play-circle:before {
	content: "\f144"
}
.la-playstation:before {
	content: "\f3df"
}
.la-plug:before {
	content: "\f1e6"
}
.la-plus:before {
	content: "\f067"
}
.la-plus-circle:before {
	content: "\f055"
}
.la-plus-square:before {
	content: "\f0fe"
}
.la-podcast:before {
	content: "\f2ce"
}
.la-poll:before {
	content: "\f681"
}
.la-poll-h:before {
	content: "\f682"
}
.la-poo:before {
	content: "\f2fe"
}
.la-poo-storm:before {
	content: "\f75a"
}
.la-poop:before {
	content: "\f619"
}
.la-portrait:before {
	content: "\f3e0"
}
.la-pound-sign:before {
	content: "\f154"
}
.la-power-off:before {
	content: "\f011"
}
.la-pray:before {
	content: "\f683"
}
.la-praying-hands:before {
	content: "\f684"
}
.la-prescription:before {
	content: "\f5b1"
}
.la-prescription-bottle:before {
	content: "\f485"
}
.la-prescription-bottle-alt:before {
	content: "\f486"
}
.la-print:before {
	content: "\f02f"
}
.la-procedures:before {
	content: "\f487"
}
.la-product-hunt:before {
	content: "\f288"
}
.la-project-diagram:before {
	content: "\f542"
}
.la-pushed:before {
	content: "\f3e1"
}
.la-puzzle-piece:before {
	content: "\f12e"
}
.la-python:before {
	content: "\f3e2"
}
.la-qq:before {
	content: "\f1d6"
}
.la-qrcode:before {
	content: "\f029"
}
.la-question:before {
	content: "\f128"
}
.la-question-circle:before {
	content: "\f059"
}
.la-quidditch:before {
	content: "\f458"
}
.la-quinscape:before {
	content: "\f459"
}
.la-quora:before {
	content: "\f2c4"
}
.la-quote-left:before {
	content: "\f10d"
}
.la-quote-right:before {
	content: "\f10e"
}
.la-quran:before {
	content: "\f687"
}
.la-r-project:before {
	content: "\f4f7"
}
.la-radiation:before {
	content: "\f7b9"
}
.la-radiation-alt:before {
	content: "\f7ba"
}
.la-rainbow:before {
	content: "\f75b"
}
.la-random:before {
	content: "\f074"
}
.la-raspberry-pi:before {
	content: "\f7bb"
}
.la-ravelry:before {
	content: "\f2d9"
}
.la-react:before {
	content: "\f41b"
}
.la-reacteurope:before {
	content: "\f75d"
}
.la-readme:before {
	content: "\f4d5"
}
.la-rebel:before {
	content: "\f1d0"
}
.la-receipt:before {
	content: "\f543"
}
.la-record-vinyl:before {
	content: "\f8d9"
}
.la-recycle:before {
	content: "\f1b8"
}
.la-red-river:before {
	content: "\f3e3"
}
.la-reddit:before {
	content: "\f1a1"
}
.la-reddit-alien:before {
	content: "\f281"
}
.la-reddit-square:before {
	content: "\f1a2"
}
.la-redhat:before {
	content: "\f7bc"
}
.la-redo:before {
	content: "\f01e"
}
.la-redo-alt:before {
	content: "\f2f9"
}
.la-registered:before {
	content: "\f25d"
}
.la-remove-format:before {
	content: "\f87d"
}
.la-renren:before {
	content: "\f18b"
}
.la-reply:before {
	content: "\f3e5"
}
.la-reply-all:before {
	content: "\f122"
}
.la-replyd:before {
	content: "\f3e6"
}
.la-republican:before {
	content: "\f75e"
}
.la-researchgate:before {
	content: "\f4f8"
}
.la-resolving:before {
	content: "\f3e7"
}
.la-restroom:before {
	content: "\f7bd"
}
.la-retweet:before {
	content: "\f079"
}
.la-rev:before {
	content: "\f5b2"
}
.la-ribbon:before {
	content: "\f4d6"
}
.la-ring:before {
	content: "\f70b"
}
.la-road:before {
	content: "\f018"
}
.la-robot:before {
	content: "\f544"
}
.la-rocket:before {
	content: "\f135"
}
.la-rocketchat:before {
	content: "\f3e8"
}
.la-rockrms:before {
	content: "\f3e9"
}
.la-route:before {
	content: "\f4d7"
}
.la-rss:before {
	content: "\f09e"
}
.la-rss-square:before {
	content: "\f143"
}
.la-ruble-sign:before {
	content: "\f158"
}
.la-ruler:before {
	content: "\f545"
}
.la-ruler-combined:before {
	content: "\f546"
}
.la-ruler-horizontal:before {
	content: "\f547"
}
.la-ruler-vertical:before {
	content: "\f548"
}
.la-running:before {
	content: "\f70c"
}
.la-rupee-sign:before {
	content: "\f156"
}
.la-sad-cry:before {
	content: "\f5b3"
}
.la-sad-tear:before {
	content: "\f5b4"
}
.la-safari:before {
	content: "\f267"
}
.la-salesforce:before {
	content: "\f83b"
}
.la-sass:before {
	content: "\f41e"
}
.la-satellite:before {
	content: "\f7bf"
}
.la-satellite-dish:before {
	content: "\f7c0"
}
.la-save:before {
	content: "\f0c7"
}
.la-schlix:before {
	content: "\f3ea"
}
.la-school:before {
	content: "\f549"
}
.la-screwdriver:before {
	content: "\f54a"
}
.la-scribd:before {
	content: "\f28a"
}
.la-scroll:before {
	content: "\f70e"
}
.la-sd-card:before {
	content: "\f7c2"
}
.la-search:before {
	content: "\f002"
}
.la-search-dollar:before {
	content: "\f688"
}
.la-search-location:before {
	content: "\f689"
}
.la-search-minus:before {
	content: "\f010"
}
.la-search-plus:before {
	content: "\f00e"
}
.la-searchengin:before {
	content: "\f3eb"
}
.la-seedling:before {
	content: "\f4d8"
}
.la-sellcast:before {
	content: "\f2da"
}
.la-sellsy:before {
	content: "\f213"
}
.la-server:before {
	content: "\f233"
}
.la-servicestack:before {
	content: "\f3ec"
}
.la-shapes:before {
	content: "\f61f"
}
.la-share:before {
	content: "\f064"
}
.la-share-alt:before {
	content: "\f1e0"
}
.la-share-alt-square:before {
	content: "\f1e1"
}
.la-share-square:before {
	content: "\f14d"
}
.la-shekel-sign:before {
	content: "\f20b"
}
.la-shield-alt:before {
	content: "\f3ed"
}
.la-ship:before {
	content: "\f21a"
}
.la-shipping-fast:before {
	content: "\f48b"
}
.la-shirtsinbulk:before {
	content: "\f214"
}
.la-shoe-prints:before {
	content: "\f54b"
}
.la-shopping-bag:before {
	content: "\f290"
}
.la-shopping-basket:before {
	content: "\f291"
}
.la-shopping-cart:before {
	content: "\f07a"
}
.la-shopware:before {
	content: "\f5b5"
}
.la-shower:before {
	content: "\f2cc"
}
.la-shuttle-van:before {
	content: "\f5b6"
}
.la-sign:before {
	content: "\f4d9"
}
.la-sign-in-alt:before {
	content: "\f2f6"
}
.la-sign-language:before {
	content: "\f2a7"
}
.la-sign-out-alt:before {
	content: "\f2f5"
}
.la-signal:before {
	content: "\f012"
}
.la-signature:before {
	content: "\f5b7"
}
.la-sim-card:before {
	content: "\f7c4"
}
.la-simplybuilt:before {
	content: "\f215"
}
.la-sistrix:before {
	content: "\f3ee"
}
.la-sitemap:before {
	content: "\f0e8"
}
.la-sith:before {
	content: "\f512"
}
.la-skating:before {
	content: "\f7c5"
}
.la-sketch:before {
	content: "\f7c6"
}
.la-skiing:before {
	content: "\f7c9"
}
.la-skiing-nordic:before {
	content: "\f7ca"
}
.la-skull:before {
	content: "\f54c"
}
.la-skull-crossbones:before {
	content: "\f714"
}
.la-skyatlas:before {
	content: "\f216"
}
.la-skype:before {
	content: "\f17e"
}
.la-slack:before {
	content: "\f198"
}
.la-slack-hash:before {
	content: "\f3ef"
}
.la-slash:before {
	content: "\f715"
}
.la-sleigh:before {
	content: "\f7cc"
}
.la-sliders-h:before {
	content: "\f1de"
}
.la-slideshare:before {
	content: "\f1e7"
}
.la-smile:before {
	content: "\f118"
}
.la-smile-beam:before {
	content: "\f5b8"
}
.la-smile-wink:before {
	content: "\f4da"
}
.la-smog:before {
	content: "\f75f"
}
.la-smoking:before {
	content: "\f48d"
}
.la-smoking-ban:before {
	content: "\f54d"
}
.la-sms:before {
	content: "\f7cd"
}
.la-snapchat:before {
	content: "\f2ab"
}
.la-snapchat-ghost:before {
	content: "\f2ac"
}
.la-snapchat-square:before {
	content: "\f2ad"
}
.la-snowboarding:before {
	content: "\f7ce"
}
.la-snowflake:before {
	content: "\f2dc"
}
.la-snowman:before {
	content: "\f7d0"
}
.la-snowplow:before {
	content: "\f7d2"
}
.la-socks:before {
	content: "\f696"
}
.la-solar-panel:before {
	content: "\f5ba"
}
.la-sort:before {
	content: "\f0dc"
}
.la-sort-alpha-down:before {
	content: "\f15d"
}
.la-sort-alpha-down-alt:before {
	content: "\f881"
}
.la-sort-alpha-up:before {
	content: "\f15e"
}
.la-sort-alpha-up-alt:before {
	content: "\f882"
}
.la-sort-amount-down:before {
	content: "\f160"
}
.la-sort-amount-down-alt:before {
	content: "\f884"
}
.la-sort-amount-up:before {
	content: "\f161"
}
.la-sort-amount-up-alt:before {
	content: "\f885"
}
.la-sort-down:before {
	content: "\f0dd"
}
.la-sort-numeric-down:before {
	content: "\f162"
}
.la-sort-numeric-down-alt:before {
	content: "\f886"
}
.la-sort-numeric-up:before {
	content: "\f163"
}
.la-sort-numeric-up-alt:before {
	content: "\f887"
}
.la-sort-up:before {
	content: "\f0de"
}
.la-soundcloud:before {
	content: "\f1be"
}
.la-sourcetree:before {
	content: "\f7d3"
}
.la-spa:before {
	content: "\f5bb"
}
.la-space-shuttle:before {
	content: "\f197"
}
.la-speakap:before {
	content: "\f3f3"
}
.la-speaker-deck:before {
	content: "\f83c"
}
.la-spell-check:before {
	content: "\f891"
}
.la-spider:before {
	content: "\f717"
}
.la-spinner:before {
	content: "\f110"
}
.la-splotch:before {
	content: "\f5bc"
}
.la-spotify:before {
	content: "\f1bc"
}
.la-spray-can:before {
	content: "\f5bd"
}
.la-square:before {
	content: "\f0c8"
}
.la-square-full:before {
	content: "\f45c"
}
.la-square-root-alt:before {
	content: "\f698"
}
.la-squarespace:before {
	content: "\f5be"
}
.la-stack-exchange:before {
	content: "\f18d"
}
.la-stack-overflow:before {
	content: "\f16c"
}
.la-stackpath:before {
	content: "\f842"
}
.la-stamp:before {
	content: "\f5bf"
}
.la-star:before {
	content: "\f005"
}
.la-star-and-crescent:before {
	content: "\f699"
}
.la-star-half:before {
	content: "\f089"
}
.la-star-half-alt:before {
	content: "\f5c0"
}
.la-star-of-david:before {
	content: "\f69a"
}
.la-star-of-life:before {
	content: "\f621"
}
.la-staylinked:before {
	content: "\f3f5"
}
.la-steam:before {
	content: "\f1b6"
}
.la-steam-square:before {
	content: "\f1b7"
}
.la-steam-symbol:before {
	content: "\f3f6"
}
.la-step-backward:before {
	content: "\f048"
}
.la-step-forward:before {
	content: "\f051"
}
.la-stethoscope:before {
	content: "\f0f1"
}
.la-sticker-mule:before {
	content: "\f3f7"
}
.la-sticky-note:before {
	content: "\f249"
}
.la-stop:before {
	content: "\f04d"
}
.la-stop-circle:before {
	content: "\f28d"
}
.la-stopwatch:before {
	content: "\f2f2"
}
.la-store:before {
	content: "\f54e"
}
.la-store-alt:before {
	content: "\f54f"
}
.la-strava:before {
	content: "\f428"
}
.la-stream:before {
	content: "\f550"
}
.la-street-view:before {
	content: "\f21d"
}
.la-strikethrough:before {
	content: "\f0cc"
}
.la-stripe:before {
	content: "\f429"
}
.la-stripe-s:before {
	content: "\f42a"
}
.la-stroopwafel:before {
	content: "\f551"
}
.la-studiovinari:before {
	content: "\f3f8"
}
.la-stumbleupon:before {
	content: "\f1a4"
}
.la-stumbleupon-circle:before {
	content: "\f1a3"
}
.la-subscript:before {
	content: "\f12c"
}
.la-subway:before {
	content: "\f239"
}
.la-suitcase:before {
	content: "\f0f2"
}
.la-suitcase-rolling:before {
	content: "\f5c1"
}
.la-sun:before {
	content: "\f185"
}
.la-superpowers:before {
	content: "\f2dd"
}
.la-superscript:before {
	content: "\f12b"
}
.la-supple:before {
	content: "\f3f9"
}
.la-surprise:before {
	content: "\f5c2"
}
.la-suse:before {
	content: "\f7d6"
}
.la-swatchbook:before {
	content: "\f5c3"
}
.la-swift:before {
	content: "\f8e1"
}
.la-swimmer:before {
	content: "\f5c4"
}
.la-swimming-pool:before {
	content: "\f5c5"
}
.la-symfony:before {
	content: "\f83d"
}
.la-synagogue:before {
	content: "\f69b"
}
.la-sync:before {
	content: "\f021"
}
.la-sync-alt:before {
	content: "\f2f1"
}
.la-syringe:before {
	content: "\f48e"
}
.la-table:before {
	content: "\f0ce"
}
.la-table-tennis:before {
	content: "\f45d"
}
.la-tablet:before {
	content: "\f10a"
}
.la-tablet-alt:before {
	content: "\f3fa"
}
.la-tablets:before {
	content: "\f490"
}
.la-tachometer-alt:before {
	content: "\f3fd"
}
.la-tag:before {
	content: "\f02b"
}
.la-tags:before {
	content: "\f02c"
}
.la-tape:before {
	content: "\f4db"
}
.la-tasks:before {
	content: "\f0ae"
}
.la-taxi:before {
	content: "\f1ba"
}
.la-teamspeak:before {
	content: "\f4f9"
}
.la-teeth:before {
	content: "\f62e"
}
.la-teeth-open:before {
	content: "\f62f"
}
.la-telegram:before {
	content: "\f2c6"
}
.la-telegram-plane:before {
	content: "\f3fe"
}
.la-temperature-high:before {
	content: "\f769"
}
.la-temperature-low:before {
	content: "\f76b"
}
.la-tencent-weibo:before {
	content: "\f1d5"
}
.la-tenge:before {
	content: "\f7d7"
}
.la-terminal:before {
	content: "\f120"
}
.la-text-height:before {
	content: "\f034"
}
.la-text-width:before {
	content: "\f035"
}
.la-th:before {
	content: "\f00a"
}
.la-th-large:before {
	content: "\f009"
}
.la-th-list:before {
	content: "\f00b"
}
.la-the-red-yeti:before {
	content: "\f69d"
}
.la-theater-masks:before {
	content: "\f630"
}
.la-themeco:before {
	content: "\f5c6"
}
.la-themeisle:before {
	content: "\f2b2"
}
.la-thermometer:before {
	content: "\f491"
}
.la-thermometer-empty:before {
	content: "\f2cb"
}
.la-thermometer-full:before {
	content: "\f2c7"
}
.la-thermometer-half:before {
	content: "\f2c9"
}
.la-thermometer-quarter:before {
	content: "\f2ca"
}
.la-thermometer-three-quarters:before {
	content: "\f2c8"
}
.la-think-peaks:before {
	content: "\f731"
}
.la-thumbs-down:before {
	content: "\f165"
}
.la-thumbs-up:before {
	content: "\f164"
}
.la-thumbtack:before {
	content: "\f08d"
}
.la-ticket-alt:before {
	content: "\f3ff"
}
.la-times:before {
	content: "\f00d"
}
.la-times-circle:before {
	content: "\f057"
}
.la-tint:before {
	content: "\f043"
}
.la-tint-slash:before {
	content: "\f5c7"
}
.la-tired:before {
	content: "\f5c8"
}
.la-toggle-off:before {
	content: "\f204"
}
.la-toggle-on:before {
	content: "\f205"
}
.la-toilet:before {
	content: "\f7d8"
}
.la-toilet-paper:before {
	content: "\f71e"
}
.la-toolbox:before {
	content: "\f552"
}
.la-tools:before {
	content: "\f7d9"
}
.la-tooth:before {
	content: "\f5c9"
}
.la-torah:before {
	content: "\f6a0"
}
.la-torii-gate:before {
	content: "\f6a1"
}
.la-tractor:before {
	content: "\f722"
}
.la-trade-federation:before {
	content: "\f513"
}
.la-trademark:before {
	content: "\f25c"
}
.la-traffic-light:before {
	content: "\f637"
}
.la-train:before {
	content: "\f238"
}
.la-tram:before {
	content: "\f7da"
}
.la-transgender:before {
	content: "\f224"
}
.la-transgender-alt:before {
	content: "\f225"
}
.la-trash:before {
	content: "\f1f8"
}
.la-trash-alt:before {
	content: "\f2ed"
}
.la-trash-restore:before {
	content: "\f829"
}
.la-trash-restore-alt:before {
	content: "\f82a"
}
.la-tree:before {
	content: "\f1bb"
}
.la-trello:before {
	content: "\f181"
}
.la-tripadvisor:before {
	content: "\f262"
}
.la-trophy:before {
	content: "\f091"
}
.la-truck:before {
	content: "\f0d1"
}
.la-truck-loading:before {
	content: "\f4de"
}
.la-truck-monster:before {
	content: "\f63b"
}
.la-truck-moving:before {
	content: "\f4df"
}
.la-truck-pickup:before {
	content: "\f63c"
}
.la-tshirt:before {
	content: "\f553"
}
.la-tty:before {
	content: "\f1e4"
}
.la-tumblr:before {
	content: "\f173"
}
.la-tumblr-square:before {
	content: "\f174"
}
.la-tv:before {
	content: "\f26c"
}
.la-twitch:before {
	content: "\f1e8"
}
.la-twitter:before {
	content: "\f099"
}
.la-twitter-square:before {
	content: "\f081"
}
.la-typo3:before {
	content: "\f42b"
}
.la-uber:before {
	content: "\f402"
}
.la-ubuntu:before {
	content: "\f7df"
}
.la-uikit:before {
	content: "\f403"
}
.la-umbraco:before {
	content: "\f8e8"
}
.la-umbrella:before {
	content: "\f0e9"
}
.la-umbrella-beach:before {
	content: "\f5ca"
}
.la-underline:before {
	content: "\f0cd"
}
.la-undo:before {
	content: "\f0e2"
}
.la-undo-alt:before {
	content: "\f2ea"
}
.la-uniregistry:before {
	content: "\f404"
}
.la-universal-access:before {
	content: "\f29a"
}
.la-university:before {
	content: "\f19c"
}
.la-unlink:before {
	content: "\f127"
}
.la-unlock:before {
	content: "\f09c"
}
.la-unlock-alt:before {
	content: "\f13e"
}
.la-untappd:before {
	content: "\f405"
}
.la-upload:before {
	content: "\f093"
}
.la-ups:before {
	content: "\f7e0"
}
.la-usb:before {
	content: "\f287"
}
.la-user:before {
	content: "\f007"
}
.la-user-alt:before {
	content: "\f406"
}
.la-user-alt-slash:before {
	content: "\f4fa"
}
.la-user-astronaut:before {
	content: "\f4fb"
}
.la-user-check:before {
	content: "\f4fc"
}
.la-user-circle:before {
	content: "\f2bd"
}
.la-user-clock:before {
	content: "\f4fd"
}
.la-user-cog:before {
	content: "\f4fe"
}
.la-user-edit:before {
	content: "\f4ff"
}
.la-user-friends:before {
	content: "\f500"
}
.la-user-graduate:before {
	content: "\f501"
}
.la-user-injured:before {
	content: "\f728"
}
.la-user-lock:before {
	content: "\f502"
}
.la-user-md:before {
	content: "\f0f0"
}
.la-user-minus:before {
	content: "\f503"
}
.la-user-ninja:before {
	content: "\f504"
}
.la-user-nurse:before {
	content: "\f82f"
}
.la-user-plus:before {
	content: "\f234"
}
.la-user-secret:before {
	content: "\f21b"
}
.la-user-shield:before {
	content: "\f505"
}
.la-user-slash:before {
	content: "\f506"
}
.la-user-tag:before {
	content: "\f507"
}
.la-user-tie:before {
	content: "\f508"
}
.la-user-times:before {
	content: "\f235"
}
.la-users:before {
	content: "\f0c0"
}
.la-users-cog:before {
	content: "\f509"
}
.la-usps:before {
	content: "\f7e1"
}
.la-ussunnah:before {
	content: "\f407"
}
.la-utensil-spoon:before {
	content: "\f2e5"
}
.la-utensils:before {
	content: "\f2e7"
}
.la-vaadin:before {
	content: "\f408"
}
.la-vector-square:before {
	content: "\f5cb"
}
.la-venus:before {
	content: "\f221"
}
.la-venus-double:before {
	content: "\f226"
}
.la-venus-mars:before {
	content: "\f228"
}
.la-viacoin:before {
	content: "\f237"
}
.la-viadeo:before {
	content: "\f2a9"
}
.la-viadeo-square:before {
	content: "\f2aa"
}
.la-vial:before {
	content: "\f492"
}
.la-vials:before {
	content: "\f493"
}
.la-viber:before {
	content: "\f409"
}
.la-video:before {
	content: "\f03d"
}
.la-video-slash:before {
	content: "\f4e2"
}
.la-vihara:before {
	content: "\f6a7"
}
.la-vimeo:before {
	content: "\f40a"
}
.la-vimeo-square:before {
	content: "\f194"
}
.la-vimeo-v:before {
	content: "\f27d"
}
.la-vine:before {
	content: "\f1ca"
}
.la-vk:before {
	content: "\f189"
}
.la-vnv:before {
	content: "\f40b"
}
.la-voicemail:before {
	content: "\f897"
}
.la-volleyball-ball:before {
	content: "\f45f"
}
.la-volume-down:before {
	content: "\f027"
}
.la-volume-mute:before {
	content: "\f6a9"
}
.la-volume-off:before {
	content: "\f026"
}
.la-volume-up:before {
	content: "\f028"
}
.la-vote-yea:before {
	content: "\f772"
}
.la-vr-cardboard:before {
	content: "\f729"
}
.la-vuejs:before {
	content: "\f41f"
}
.la-walking:before {
	content: "\f554"
}
.la-wallet:before {
	content: "\f555"
}
.la-warehouse:before {
	content: "\f494"
}
.la-water:before {
	content: "\f773"
}
.la-wave-square:before {
	content: "\f83e"
}
.la-waze:before {
	content: "\f83f"
}
.la-weebly:before {
	content: "\f5cc"
}
.la-weibo:before {
	content: "\f18a"
}
.la-weight:before {
	content: "\f496"
}
.la-weight-hanging:before {
	content: "\f5cd"
}
.la-weixin:before {
	content: "\f1d7"
}
.la-whatsapp:before {
	content: "\f232"
}
.la-whatsapp-square:before {
	content: "\f40c"
}
.la-wheelchair:before {
	content: "\f193"
}
.la-whmcs:before {
	content: "\f40d"
}
.la-wifi:before {
	content: "\f1eb"
}
.la-wikipedia-w:before {
	content: "\f266"
}
.la-wind:before {
	content: "\f72e"
}
.la-window-close:before {
	content: "\f410"
}
.la-window-maximize:before {
	content: "\f2d0"
}
.la-window-minimize:before {
	content: "\f2d1"
}
.la-window-restore:before {
	content: "\f2d2"
}
.la-windows:before {
	content: "\f17a"
}
.la-wine-bottle:before {
	content: "\f72f"
}
.la-wine-glass:before {
	content: "\f4e3"
}
.la-wine-glass-alt:before {
	content: "\f5ce"
}
.la-wix:before {
	content: "\f5cf"
}
.la-wizards-of-the-coast:before {
	content: "\f730"
}
.la-wolf-pack-battalion:before {
	content: "\f514"
}
.la-won-sign:before {
	content: "\f159"
}
.la-wordpress:before {
	content: "\f19a"
}
.la-wordpress-simple:before {
	content: "\f411"
}
.la-wpbeginner:before {
	content: "\f297"
}
.la-wpexplorer:before {
	content: "\f2de"
}
.la-wpforms:before {
	content: "\f298"
}
.la-wpressr:before {
	content: "\f3e4"
}
.la-wrench:before {
	content: "\f0ad"
}
.la-x-ray:before {
	content: "\f497"
}
.la-xbox:before {
	content: "\f412"
}
.la-xing:before {
	content: "\f168"
}
.la-xing-square:before {
	content: "\f169"
}
.la-y-combinator:before {
	content: "\f23b"
}
.la-yahoo:before {
	content: "\f19e"
}
.la-yammer:before {
	content: "\f840"
}
.la-yandex:before {
	content: "\f413"
}
.la-yandex-international:before {
	content: "\f414"
}
.la-yarn:before {
	content: "\f7e3"
}
.la-yelp:before {
	content: "\f1e9"
}
.la-yen-sign:before {
	content: "\f157"
}
.la-yin-yang:before {
	content: "\f6ad"
}
.la-yoast:before {
	content: "\f2b1"
}
.la-youtube:before {
	content: "\f167"
}
.la-youtube-square:before {
	content: "\f431"
}
.la-zhihu:before {
	content: "\f63f"
}
@font-face {
	font-family: Line Awesome Brands;
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(/_next/static/media/la-brands-400.908ce19d18187969b32f22234c7fc8af.eot);
	src: url(/_next/static/media/la-brands-400.908ce19d18187969b32f22234c7fc8af.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/la-brands-400.3a8109c4ac75662f83556aa4a3addc75.woff2) format("woff2"), url(/_next/static/media/la-brands-400.925b340f49e65e8bab10da01bbcf9e30.woff) format("woff"), url(/_next/static/media/la-brands-400.6ecea4826b87fafb97be19edfa667a31.ttf) format("truetype"), url(/_next/static/media/la-brands-400.331115337bc9be66667ae7a9987ed715.svg#lineawesome) format("svg")
}
.lab {
	font-family: Line Awesome Brands
}
@font-face {
	font-family: Line Awesome Free;
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(/_next/static/media/la-regular-400.77111476f05dd3443047d910e3d81b5f.eot);
	src: url(/_next/static/media/la-regular-400.77111476f05dd3443047d910e3d81b5f.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/la-regular-400.8dc1cedf1f4987f82b7284beb2cd23fa.woff2) format("woff2"), url(/_next/static/media/la-regular-400.aa859c0d08b8193d6586665343356098.woff) format("woff"), url(/_next/static/media/la-regular-400.cf246e21218cab398b3d274f582ef394.ttf) format("truetype"), url(/_next/static/media/la-regular-400.5b8ad6f4ffe812a4eb267eb6757d7212.svg#lineawesome) format("svg")
}
.lar {
	font-weight: 400
}
@font-face {
	font-family: Line Awesome Free;
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(/_next/static/media/la-solid-900.4184d740eae2fb727bfeab754dcac876.eot);
	src: url(/_next/static/media/la-solid-900.4184d740eae2fb727bfeab754dcac876.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/la-solid-900.3efd5ba15a279377d224281c1ac26b53.woff2) format("woff2"), url(/_next/static/media/la-solid-900.893634871a6cbff72157198067c72821.woff) format("woff"), url(/_next/static/media/la-solid-900.279f38601f1d1655255f21db0691ab37.ttf) format("truetype"), url(/_next/static/media/la-solid-900.0f874d69730f8631d632b5e0c1b7edc7.svg#lineawesome) format("svg")
}
.la, .lar, .las {
	font-family: Line Awesome Free
}
.la, .las {
	font-weight: 900
}
.la.la-glass:before {
	content: "\f000"
}
.la.la-meetup {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-star-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-star-o:before {
	content: "\f005"
}
.la.la-close:before, .la.la-remove:before {
	content: "\f00d"
}
.la.la-gear:before {
	content: "\f013"
}
.la.la-trash-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-trash-o:before {
	content: "\f2ed"
}
.la.la-file-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-o:before {
	content: "\f15b"
}
.la.la-clock-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-clock-o:before {
	content: "\f017"
}
.la.la-arrow-circle-o-down {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-arrow-circle-o-down:before {
	content: "\f358"
}
.la.la-arrow-circle-o-up {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-arrow-circle-o-up:before {
	content: "\f35b"
}
.la.la-play-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-play-circle-o:before {
	content: "\f144"
}
.la.la-repeat:before, .la.la-rotate-right:before {
	content: "\f01e"
}
.la.la-refresh:before {
	content: "\f021"
}
.la.la-list-alt {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-dedent:before {
	content: "\f03b"
}
.la.la-video-camera:before {
	content: "\f03d"
}
.la.la-picture-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-picture-o:before {
	content: "\f03e"
}
.la.la-photo {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-photo:before {
	content: "\f03e"
}
.la.la-image {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-image:before {
	content: "\f03e"
}
.la.la-pencil:before {
	content: "\f303"
}
.la.la-map-marker:before {
	content: "\f3c5"
}
.la.la-pencil-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-pencil-square-o:before {
	content: "\f044"
}
.la.la-share-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-share-square-o:before {
	content: "\f14d"
}
.la.la-check-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-check-square-o:before {
	content: "\f14a"
}
.la.la-arrows:before {
	content: "\f0b2"
}
.la.la-times-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-times-circle-o:before {
	content: "\f057"
}
.la.la-check-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-check-circle-o:before {
	content: "\f058"
}
.la.la-mail-forward:before {
	content: "\f064"
}
.la.la-eye, .la.la-eye-slash {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-warning:before {
	content: "\f071"
}
.la.la-calendar:before {
	content: "\f073"
}
.la.la-arrows-v:before {
	content: "\f338"
}
.la.la-arrows-h:before {
	content: "\f337"
}
.la.la-bar-chart {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-bar-chart:before {
	content: "\f080"
}
.la.la-bar-chart-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-bar-chart-o:before {
	content: "\f080"
}
.la.la-facebook-square, .la.la-twitter-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-gears:before {
	content: "\f085"
}
.la.la-thumbs-o-up {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-thumbs-o-up:before {
	content: "\f164"
}
.la.la-thumbs-o-down {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-thumbs-o-down:before {
	content: "\f165"
}
.la.la-heart-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-heart-o:before {
	content: "\f004"
}
.la.la-sign-out:before {
	content: "\f2f5"
}
.la.la-linkedin-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-linkedin-square:before {
	content: "\f08c"
}
.la.la-thumb-tack:before {
	content: "\f08d"
}
.la.la-external-link:before {
	content: "\f35d"
}
.la.la-sign-in:before {
	content: "\f2f6"
}
.la.la-github-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-lemon-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-lemon-o:before {
	content: "\f094"
}
.la.la-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-square-o:before {
	content: "\f0c8"
}
.la.la-bookmark-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-bookmark-o:before {
	content: "\f02e"
}
.la.la-facebook, .la.la-twitter {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-facebook:before {
	content: "\f39e"
}
.la.la-facebook-f {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-facebook-f:before {
	content: "\f39e"
}
.la.la-github {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-credit-card {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-feed:before {
	content: "\f09e"
}
.la.la-hdd-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hdd-o:before {
	content: "\f0a0"
}
.la.la-hand-o-right {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-o-right:before {
	content: "\f0a4"
}
.la.la-hand-o-left {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-o-left:before {
	content: "\f0a5"
}
.la.la-hand-o-up {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-o-up:before {
	content: "\f0a6"
}
.la.la-hand-o-down {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-o-down:before {
	content: "\f0a7"
}
.la.la-arrows-alt:before {
	content: "\f31e"
}
.la.la-group:before {
	content: "\f0c0"
}
.la.la-chain:before {
	content: "\f0c1"
}
.la.la-scissors:before {
	content: "\f0c4"
}
.la.la-files-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-files-o:before {
	content: "\f0c5"
}
.la.la-floppy-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-floppy-o:before {
	content: "\f0c7"
}
.la.la-navicon:before, .la.la-reorder:before {
	content: "\f0c9"
}
.la.la-google-plus, .la.la-google-plus-square, .la.la-pinterest, .la.la-pinterest-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-google-plus:before {
	content: "\f0d5"
}
.la.la-money {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-money:before {
	content: "\f3d1"
}
.la.la-unsorted:before {
	content: "\f0dc"
}
.la.la-sort-desc:before {
	content: "\f0dd"
}
.la.la-sort-asc:before {
	content: "\f0de"
}
.la.la-linkedin {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-linkedin:before {
	content: "\f0e1"
}
.la.la-rotate-left:before {
	content: "\f0e2"
}
.la.la-legal:before {
	content: "\f0e3"
}
.la.la-dashboard:before, .la.la-tachometer:before {
	content: "\f3fd"
}
.la.la-comment-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-comment-o:before {
	content: "\f075"
}
.la.la-comments-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-comments-o:before {
	content: "\f086"
}
.la.la-flash:before {
	content: "\f0e7"
}
.la.la-clipboard, .la.la-paste {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-paste:before {
	content: "\f328"
}
.la.la-lightbulb-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-lightbulb-o:before {
	content: "\f0eb"
}
.la.la-exchange:before {
	content: "\f362"
}
.la.la-cloud-download:before {
	content: "\f381"
}
.la.la-cloud-upload:before {
	content: "\f382"
}
.la.la-bell-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-bell-o:before {
	content: "\f0f3"
}
.la.la-cutlery:before {
	content: "\f2e7"
}
.la.la-file-text-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-text-o:before {
	content: "\f15c"
}
.la.la-building-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-building-o:before {
	content: "\f1ad"
}
.la.la-hospital-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hospital-o:before {
	content: "\f0f8"
}
.la.la-tablet:before {
	content: "\f3fa"
}
.la.la-mobile-phone:before, .la.la-mobile:before {
	content: "\f3cd"
}
.la.la-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-circle-o:before {
	content: "\f111"
}
.la.la-mail-reply:before {
	content: "\f3e5"
}
.la.la-github-alt {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-folder-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-folder-o:before {
	content: "\f07b"
}
.la.la-folder-open-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-folder-open-o:before {
	content: "\f07c"
}
.la.la-smile-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-smile-o:before {
	content: "\f118"
}
.la.la-frown-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-frown-o:before {
	content: "\f119"
}
.la.la-meh-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-meh-o:before {
	content: "\f11a"
}
.la.la-keyboard-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-keyboard-o:before {
	content: "\f11c"
}
.la.la-flag-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-flag-o:before {
	content: "\f024"
}
.la.la-mail-reply-all:before {
	content: "\f122"
}
.la.la-star-half-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-star-half-o:before {
	content: "\f089"
}
.la.la-star-half-empty {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-star-half-empty:before {
	content: "\f089"
}
.la.la-star-half-full {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-star-half-full:before {
	content: "\f089"
}
.la.la-code-fork:before {
	content: "\f126"
}
.la.la-chain-broken:before {
	content: "\f127"
}
.la.la-shield:before {
	content: "\f3ed"
}
.la.la-calendar-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-calendar-o:before {
	content: "\f133"
}
.la.la-css3, .la.la-html5, .la.la-maxcdn {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-ticket:before {
	content: "\f3ff"
}
.la.la-minus-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-minus-square-o:before {
	content: "\f146"
}
.la.la-level-up:before {
	content: "\f3bf"
}
.la.la-level-down:before {
	content: "\f3be"
}
.la.la-pencil-square:before {
	content: "\f14b"
}
.la.la-external-link-square:before {
	content: "\f360"
}
.la.la-compass {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-caret-square-o-down {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-caret-square-o-down:before {
	content: "\f150"
}
.la.la-toggle-down {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-toggle-down:before {
	content: "\f150"
}
.la.la-caret-square-o-up {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-caret-square-o-up:before {
	content: "\f151"
}
.la.la-toggle-up {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-toggle-up:before {
	content: "\f151"
}
.la.la-caret-square-o-right {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-caret-square-o-right:before {
	content: "\f152"
}
.la.la-toggle-right {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-toggle-right:before {
	content: "\f152"
}
.la.la-eur:before, .la.la-euro:before {
	content: "\f153"
}
.la.la-gbp:before {
	content: "\f154"
}
.la.la-dollar:before, .la.la-usd:before {
	content: "\f155"
}
.la.la-inr:before, .la.la-rupee:before {
	content: "\f156"
}
.la.la-cny:before, .la.la-jpy:before, .la.la-rmb:before, .la.la-yen:before {
	content: "\f157"
}
.la.la-rouble:before, .la.la-rub:before, .la.la-ruble:before {
	content: "\f158"
}
.la.la-krw:before, .la.la-won:before {
	content: "\f159"
}
.la.la-bitcoin, .la.la-btc {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-bitcoin:before {
	content: "\f15a"
}
.la.la-file-text:before {
	content: "\f15c"
}
.la.la-sort-alpha-asc:before {
	content: "\f15d"
}
.la.la-sort-alpha-desc:before {
	content: "\f881"
}
.la.la-sort-amount-asc:before {
	content: "\f160"
}
.la.la-sort-amount-desc:before {
	content: "\f884"
}
.la.la-sort-numeric-asc:before {
	content: "\f162"
}
.la.la-sort-numeric-desc:before {
	content: "\f886"
}
.la.la-xing, .la.la-xing-square, .la.la-youtube, .la.la-youtube-play, .la.la-youtube-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-youtube-play:before {
	content: "\f167"
}
.la.la-adn, .la.la-bitbucket, .la.la-bitbucket-square, .la.la-dropbox, .la.la-flickr, .la.la-instagram, .la.la-stack-overflow {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-bitbucket-square:before {
	content: "\f171"
}
.la.la-tumblr, .la.la-tumblr-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-long-arrow-down:before {
	content: "\f309"
}
.la.la-long-arrow-up:before {
	content: "\f30c"
}
.la.la-long-arrow-left:before {
	content: "\f30a"
}
.la.la-long-arrow-right:before {
	content: "\f30b"
}
.la.la-android, .la.la-apple, .la.la-dribbble, .la.la-foursquare, .la.la-gittip, .la.la-gratipay, .la.la-linux, .la.la-skype, .la.la-trello, .la.la-windows {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-gittip:before {
	content: "\f184"
}
.la.la-sun-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-sun-o:before {
	content: "\f185"
}
.la.la-moon-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-moon-o:before {
	content: "\f186"
}
.la.la-pagelines, .la.la-renren, .la.la-stack-exchange, .la.la-vk, .la.la-weibo {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-arrow-circle-o-right {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-arrow-circle-o-right:before {
	content: "\f35a"
}
.la.la-arrow-circle-o-left {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-arrow-circle-o-left:before {
	content: "\f359"
}
.la.la-caret-square-o-left {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-caret-square-o-left:before {
	content: "\f191"
}
.la.la-toggle-left {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-toggle-left:before {
	content: "\f191"
}
.la.la-dot-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-dot-circle-o:before {
	content: "\f192"
}
.la.la-vimeo-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-try:before, .la.la-turkish-lira:before {
	content: "\f195"
}
.la.la-plus-square-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-plus-square-o:before {
	content: "\f0fe"
}
.la.la-openid, .la.la-slack, .la.la-wordpress {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-bank:before, .la.la-institution:before {
	content: "\f19c"
}
.la.la-mortar-board:before {
	content: "\f19d"
}
.la.la-delicious, .la.la-digg, .la.la-drupal, .la.la-google, .la.la-joomla, .la.la-pied-piper-alt, .la.la-pied-piper-pp, .la.la-reddit, .la.la-reddit-square, .la.la-stumbleupon, .la.la-stumbleupon-circle, .la.la-yahoo {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-spoon:before {
	content: "\f2e5"
}
.la.la-behance, .la.la-behance-square, .la.la-steam, .la.la-steam-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-automobile:before {
	content: "\f1b9"
}
.la.la-cab:before {
	content: "\f1ba"
}
.la.la-envelope-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-envelope-o:before {
	content: "\f0e0"
}
.la.la-deviantart, .la.la-soundcloud {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-file-pdf-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-pdf-o:before {
	content: "\f1c1"
}
.la.la-file-word-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-word-o:before {
	content: "\f1c2"
}
.la.la-file-excel-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-excel-o:before {
	content: "\f1c3"
}
.la.la-file-powerpoint-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-powerpoint-o:before {
	content: "\f1c4"
}
.la.la-file-image-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-image-o:before {
	content: "\f1c5"
}
.la.la-file-photo-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-photo-o:before {
	content: "\f1c5"
}
.la.la-file-picture-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-picture-o:before {
	content: "\f1c5"
}
.la.la-file-archive-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-archive-o:before {
	content: "\f1c6"
}
.la.la-file-zip-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-zip-o:before {
	content: "\f1c6"
}
.la.la-file-audio-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-audio-o:before {
	content: "\f1c7"
}
.la.la-file-sound-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-sound-o:before {
	content: "\f1c7"
}
.la.la-file-video-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-video-o:before {
	content: "\f1c8"
}
.la.la-file-movie-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-movie-o:before {
	content: "\f1c8"
}
.la.la-file-code-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-file-code-o:before {
	content: "\f1c9"
}
.la.la-codepen, .la.la-jsfiddle, .la.la-vine {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-life-bouy, .la.la-life-ring {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-life-bouy:before {
	content: "\f1cd"
}
.la.la-life-buoy {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-life-buoy:before {
	content: "\f1cd"
}
.la.la-life-saver {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-life-saver:before {
	content: "\f1cd"
}
.la.la-support {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-support:before {
	content: "\f1cd"
}
.la.la-circle-o-notch:before {
	content: "\f1ce"
}
.la.la-ra, .la.la-rebel {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-ra:before {
	content: "\f1d0"
}
.la.la-resistance {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-resistance:before {
	content: "\f1d0"
}
.la.la-empire, .la.la-ge {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-ge:before {
	content: "\f1d1"
}
.la.la-git, .la.la-git-square, .la.la-hacker-news, .la.la-y-combinator-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-y-combinator-square:before {
	content: "\f1d4"
}
.la.la-yc-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-yc-square:before {
	content: "\f1d4"
}
.la.la-qq, .la.la-tencent-weibo, .la.la-wechat, .la.la-weixin {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-wechat:before {
	content: "\f1d7"
}
.la.la-send:before {
	content: "\f1d8"
}
.la.la-paper-plane-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-paper-plane-o:before {
	content: "\f1d8"
}
.la.la-send-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-send-o:before {
	content: "\f1d8"
}
.la.la-circle-thin {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-circle-thin:before {
	content: "\f111"
}
.la.la-header:before {
	content: "\f1dc"
}
.la.la-sliders:before {
	content: "\f1de"
}
.la.la-futbol-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-futbol-o:before {
	content: "\f1e3"
}
.la.la-soccer-ball-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-soccer-ball-o:before {
	content: "\f1e3"
}
.la.la-slideshare, .la.la-twitch, .la.la-yelp {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-newspaper-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-newspaper-o:before {
	content: "\f1ea"
}
.la.la-cc-amex, .la.la-cc-discover, .la.la-cc-mastercard, .la.la-cc-paypal, .la.la-cc-stripe, .la.la-cc-visa, .la.la-google-wallet, .la.la-paypal {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-bell-slash-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-bell-slash-o:before {
	content: "\f1f6"
}
.la.la-trash:before {
	content: "\f2ed"
}
.la.la-copyright {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-eyedropper:before {
	content: "\f1fb"
}
.la.la-area-chart:before {
	content: "\f1fe"
}
.la.la-pie-chart:before {
	content: "\f200"
}
.la.la-line-chart:before {
	content: "\f201"
}
.la.la-angellist, .la.la-ioxhost, .la.la-lastfm, .la.la-lastfm-square {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-cc {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-cc:before {
	content: "\f20a"
}
.la.la-ils:before, .la.la-shekel:before, .la.la-sheqel:before {
	content: "\f20b"
}
.la.la-meanpath {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-meanpath:before {
	content: "\f2b4"
}
.la.la-buysellads, .la.la-connectdevelop, .la.la-dashcube, .la.la-forumbee, .la.la-leanpub, .la.la-sellsy, .la.la-shirtsinbulk, .la.la-simplybuilt, .la.la-skyatlas {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-diamond {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-diamond:before {
	content: "\f3a5"
}
.la.la-intersex:before {
	content: "\f224"
}
.la.la-facebook-official {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-facebook-official:before {
	content: "\f09a"
}
.la.la-pinterest-p, .la.la-whatsapp {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-hotel:before {
	content: "\f236"
}
.la.la-medium, .la.la-viacoin, .la.la-y-combinator, .la.la-yc {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-yc:before {
	content: "\f23b"
}
.la.la-expeditedssl, .la.la-opencart, .la.la-optin-monster {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-battery-4:before, .la.la-battery:before {
	content: "\f240"
}
.la.la-battery-3:before {
	content: "\f241"
}
.la.la-battery-2:before {
	content: "\f242"
}
.la.la-battery-1:before {
	content: "\f243"
}
.la.la-battery-0:before {
	content: "\f244"
}
.la.la-object-group, .la.la-object-ungroup, .la.la-sticky-note-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-sticky-note-o:before {
	content: "\f249"
}
.la.la-cc-diners-club, .la.la-cc-jcb {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-clone, .la.la-hourglass-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hourglass-o:before {
	content: "\f254"
}
.la.la-hourglass-1:before {
	content: "\f251"
}
.la.la-hourglass-2:before {
	content: "\f252"
}
.la.la-hourglass-3:before {
	content: "\f253"
}
.la.la-hand-rock-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-rock-o:before {
	content: "\f255"
}
.la.la-hand-grab-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-grab-o:before {
	content: "\f255"
}
.la.la-hand-paper-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-paper-o:before {
	content: "\f256"
}
.la.la-hand-stop-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-stop-o:before {
	content: "\f256"
}
.la.la-hand-scissors-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-scissors-o:before {
	content: "\f257"
}
.la.la-hand-lizard-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-lizard-o:before {
	content: "\f258"
}
.la.la-hand-spock-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-spock-o:before {
	content: "\f259"
}
.la.la-hand-pointer-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-pointer-o:before {
	content: "\f25a"
}
.la.la-hand-peace-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-hand-peace-o:before {
	content: "\f25b"
}
.la.la-registered {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-chrome, .la.la-creative-commons, .la.la-firefox, .la.la-get-pocket, .la.la-gg, .la.la-gg-circle, .la.la-internet-explorer, .la.la-odnoklassniki, .la.la-odnoklassniki-square, .la.la-opera, .la.la-safari, .la.la-tripadvisor, .la.la-wikipedia-w {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-television:before {
	content: "\f26c"
}
.la.la-500px, .la.la-amazon, .la.la-contao {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-calendar-plus-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-calendar-plus-o:before {
	content: "\f271"
}
.la.la-calendar-minus-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-calendar-minus-o:before {
	content: "\f272"
}
.la.la-calendar-times-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-calendar-times-o:before {
	content: "\f273"
}
.la.la-calendar-check-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-calendar-check-o:before {
	content: "\f274"
}
.la.la-map-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-map-o:before {
	content: "\f279"
}
.la.la-commenting:before {
	content: "\f4ad"
}
.la.la-commenting-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-commenting-o:before {
	content: "\f4ad"
}
.la.la-houzz, .la.la-vimeo {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-vimeo:before {
	content: "\f27d"
}
.la.la-black-tie, .la.la-edge, .la.la-fonticons, .la.la-reddit-alien {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-credit-card-alt:before {
	content: "\f09d"
}
.la.la-codiepie, .la.la-fort-awesome, .la.la-mixcloud, .la.la-modx, .la.la-product-hunt, .la.la-scribd, .la.la-usb {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-pause-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-pause-circle-o:before {
	content: "\f28b"
}
.la.la-stop-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-stop-circle-o:before {
	content: "\f28d"
}
.la.la-bluetooth, .la.la-bluetooth-b, .la.la-envira, .la.la-gitlab, .la.la-wheelchair-alt, .la.la-wpbeginner, .la.la-wpforms {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-wheelchair-alt:before {
	content: "\f368"
}
.la.la-question-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-question-circle-o:before {
	content: "\f059"
}
.la.la-volume-control-phone:before {
	content: "\f2a0"
}
.la.la-asl-interpreting:before {
	content: "\f2a3"
}
.la.la-deafness:before, .la.la-hard-of-hearing:before {
	content: "\f2a4"
}
.la.la-glide, .la.la-glide-g {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-signing:before {
	content: "\f2a7"
}
.la.la-first-order, .la.la-google-plus-official, .la.la-pied-piper, .la.la-snapchat, .la.la-snapchat-ghost, .la.la-snapchat-square, .la.la-themeisle, .la.la-viadeo, .la.la-viadeo-square, .la.la-yoast {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-google-plus-official:before {
	content: "\f2b3"
}
.la.la-google-plus-circle {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-google-plus-circle:before {
	content: "\f2b3"
}
.la.la-fa, .la.la-font-awesome {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-fa:before {
	content: "\f2b4"
}
.la.la-handshake-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-handshake-o:before {
	content: "\f2b5"
}
.la.la-envelope-open-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-envelope-open-o:before {
	content: "\f2b6"
}
.la.la-linode {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-address-book-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-address-book-o:before {
	content: "\f2b9"
}
.la.la-vcard:before {
	content: "\f2bb"
}
.la.la-address-card-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-address-card-o:before {
	content: "\f2bb"
}
.la.la-vcard-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-vcard-o:before {
	content: "\f2bb"
}
.la.la-user-circle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-user-circle-o:before {
	content: "\f2bd"
}
.la.la-user-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-user-o:before {
	content: "\f007"
}
.la.la-id-badge {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-drivers-license:before {
	content: "\f2c2"
}
.la.la-id-card-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-id-card-o:before {
	content: "\f2c2"
}
.la.la-drivers-license-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-drivers-license-o:before {
	content: "\f2c2"
}
.la.la-free-code-camp, .la.la-quora, .la.la-telegram {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-thermometer-4:before, .la.la-thermometer:before {
	content: "\f2c7"
}
.la.la-thermometer-3:before {
	content: "\f2c8"
}
.la.la-thermometer-2:before {
	content: "\f2c9"
}
.la.la-thermometer-1:before {
	content: "\f2ca"
}
.la.la-thermometer-0:before {
	content: "\f2cb"
}
.la.la-bathtub:before, .la.la-s15:before {
	content: "\f2cd"
}
.la.la-window-maximize, .la.la-window-restore {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-times-rectangle:before {
	content: "\f410"
}
.la.la-window-close-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-window-close-o:before {
	content: "\f410"
}
.la.la-times-rectangle-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-times-rectangle-o:before {
	content: "\f410"
}
.la.la-bandcamp, .la.la-eercast, .la.la-etsy, .la.la-grav, .la.la-imdb, .la.la-ravelry {
	font-family: Line Awesome Brands;
	font-weight: 400
}
.la.la-eercast:before {
	content: "\f2da"
}
.la.la-snowflake-o {
	font-family: Line Awesome Free;
	font-weight: 400
}
.la.la-snowflake-o:before {
	content: "\f2dc"
}
.la.la-spotify, .la.la-superpowers, .la.la-wpexplorer {
	font-family: Line Awesome Brands;
	font-weight: 400
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: FontAwesome;
	src: url(/_next/static/media/fontawesome-webfont3e6e.8b43027f47b20503057dfbbaa9401fef.eot);
	src: url(/_next/static/media/fontawesome-webfontd41d.8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/_next/static/media/fontawesome-webfont3e6e.20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"), url(/_next/static/media/fontawesome-webfont3e6e.f691f37e57f04c152e2315ab7dbad881.woff) format("woff"), url(/_next/static/media/fontawesome-webfont3e6e.1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"), url(/_next/static/media/fontawesome-webfont3e6e.6878d55e3615ccf40c386ec2a90dfd6a.svg#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}
.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-cog:before, .fa-gear:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-repeat:before, .fa-rotate-right:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-cogs:before, .fa-gears:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-chain-broken:before, .fa-unlink:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-bed:before, .fa-hotel:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-y-combinator:before, .fa-yc:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-television:before, .fa-tv:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "\f2a3"
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-sign-language:before, .fa-signing:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-address-card:before, .fa-vcard:before {
	content: "\f2bb"
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	margin: -1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	margin: 0
}
@font-face {
	font-family: Flaticon;
	src: url(/_next/static/media/Flaticon.abc702c20310f4d0c2d819026c1a11db.eot);
	src: url(/_next/static/media/Flaticon.abc702c20310f4d0c2d819026c1a11db.eot?#iefix) format("embedded-opentype"), url(/_next/static/media/Flaticon.b6da2ba2eb0e6e5df280c1e8b715c993.woff2) format("woff2"), url(/_next/static/media/Flaticon.a44cbb013a9961b83d94831c043920a7.woff) format("woff"), url(/_next/static/media/Flaticon.a858b2d5395ef1fbd335fc3d236558eb.ttf) format("truetype"), url(/_next/static/media/Flaticon.df906f883a16e9c736671a99bf5d81e1.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: Flaticon;
	src: url(/_next/static/media/Flaticon.df906f883a16e9c736671a99bf5d81e1.svg#Flaticon) format("svg")
}
}
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-style: normal
}
.flaticon-website:before {
	content: "\f100"
}
.flaticon-line-graph:before {
	content: "\f101"
}
.flaticon-line-chart:before {
	content: "\f102"
}
.flaticon-dollar:before {
	content: "\f103"
}
.flaticon-help:before {
	content: "\f104"
}
.flaticon-pie-charts:before {
	content: "\f105"
}
.flaticon-idea:before {
	content: "\f106"
}
.flaticon-office:before {
	content: "\f107"
}
.flaticon-boost:before {
	content: "\f108"
}
.flaticon-boost-1:before {
	content: "\f109"
}
.flaticon-location:before {
	content: "\f10a"
}
.flaticon-email:before {
	content: "\f10b"
}
.flaticon-smile:before {
	content: "\f10c"
}
.flaticon-confetti:before {
	content: "\f10d"
}
.flaticon-laptop:before {
	content: "\f10e"
}
.flaticon-paper-plane:before {
	content: "\f10f"
}
.flaticon-air-mail:before {
	content: "\f110"
}
.flaticon-startup:before {
	content: "\f111"
}
.flaticon-rocket:before {
	content: "\f112"
}
.flaticon-promotion:before {
	content: "\f113"
}
.flaticon-chart:before {
	content: "\f114"
}
.flaticon-vector:before {
	content: "\f115"
}
.flaticon-coding:before {
	content: "\f116"
}
.flaticon-play:before {
	content: "\f117"
}
.flaticon-chat:before {
	content: "\f118"
}
.flaticon-bullhorn:before {
	content: "\f119"
}
.flaticon-sketch:before {
	content: "\f11a"
}
.flaticon-clock:before {
	content: "\f11b"
}
.flaticon-user:before {
	content: "\f11c"
}
.flaticon-speech-bubble:before {
	content: "\f11d"
}
.flaticon-share:before {
	content: "\f11e"
}
.flaticon-left-quote:before {
	content: "\f11f"
}
.flaticon-check:before {
	content: "\f120"
}
.flaticon-quotation:before {
	content: "\f121"
}
@font-face {
	font-family: themify;
	src: url(/_next/static/media/themify.9bad94440d49256265a5b2305ec42d63.eot);
	src: url(/_next/static/media/themify.9bad94440d49256265a5b2305ec42d63.eot?#iefix-fvbane) format("embedded-opentype"), url(/_next/static/media/themify.29b39089170885ae29671a8c66d85a9f.woff) format("woff"), url(/_next/static/media/themify.eda8b94308c6f538f04a8056ed761a57.ttf) format("truetype"), url(/_next/static/media/themify.c4292f34297f1004471aa089024b1ccc.svg#themify) format("svg");
	font-weight: 400;
	font-style: normal
}
[class*=" ti-"], [class^=ti-] {
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.ti-wand:before {
	content: "\e600"
}
.ti-volume:before {
	content: "\e601"
}
.ti-user:before {
	content: "\e602"
}
.ti-unlock:before {
	content: "\e603"
}
.ti-unlink:before {
	content: "\e604"
}
.ti-trash:before {
	content: "\e605"
}
.ti-thought:before {
	content: "\e606"
}
.ti-target:before {
	content: "\e607"
}
.ti-tag:before {
	content: "\e608"
}
.ti-tablet:before {
	content: "\e609"
}
.ti-star:before {
	content: "\e60a"
}
.ti-spray:before {
	content: "\e60b"
}
.ti-signal:before {
	content: "\e60c"
}
.ti-shopping-cart:before {
	content: "\e60d"
}
.ti-shopping-cart-full:before {
	content: "\e60e"
}
.ti-settings:before {
	content: "\e60f"
}
.ti-search:before {
	content: "\e610"
}
.ti-zoom-in:before {
	content: "\e611"
}
.ti-zoom-out:before {
	content: "\e612"
}
.ti-cut:before {
	content: "\e613"
}
.ti-ruler:before {
	content: "\e614"
}
.ti-ruler-pencil:before {
	content: "\e615"
}
.ti-ruler-alt:before {
	content: "\e616"
}
.ti-bookmark:before {
	content: "\e617"
}
.ti-bookmark-alt:before {
	content: "\e618"
}
.ti-reload:before {
	content: "\e619"
}
.ti-plus:before {
	content: "\e61a"
}
.ti-pin:before {
	content: "\e61b"
}
.ti-pencil:before {
	content: "\e61c"
}
.ti-pencil-alt:before {
	content: "\e61d"
}
.ti-paint-roller:before {
	content: "\e61e"
}
.ti-paint-bucket:before {
	content: "\e61f"
}
.ti-na:before {
	content: "\e620"
}
.ti-mobile:before {
	content: "\e621"
}
.ti-minus:before {
	content: "\e622"
}
.ti-medall:before {
	content: "\e623"
}
.ti-medall-alt:before {
	content: "\e624"
}
.ti-marker:before {
	content: "\e625"
}
.ti-marker-alt:before {
	content: "\e626"
}
.ti-arrow-up:before {
	content: "\e627"
}
.ti-arrow-right:before {
	content: "\e628"
}
.ti-arrow-left:before {
	content: "\e629"
}
.ti-arrow-down:before {
	content: "\e62a"
}
.ti-lock:before {
	content: "\e62b"
}
.ti-location-arrow:before {
	content: "\e62c"
}
.ti-link:before {
	content: "\e62d"
}
.ti-layout:before {
	content: "\e62e"
}
.ti-layers:before {
	content: "\e62f"
}
.ti-layers-alt:before {
	content: "\e630"
}
.ti-key:before {
	content: "\e631"
}
.ti-import:before {
	content: "\e632"
}
.ti-image:before {
	content: "\e633"
}
.ti-heart:before {
	content: "\e634"
}
.ti-heart-broken:before {
	content: "\e635"
}
.ti-hand-stop:before {
	content: "\e636"
}
.ti-hand-open:before {
	content: "\e637"
}
.ti-hand-drag:before {
	content: "\e638"
}
.ti-folder:before {
	content: "\e639"
}
.ti-flag:before {
	content: "\e63a"
}
.ti-flag-alt:before {
	content: "\e63b"
}
.ti-flag-alt-2:before {
	content: "\e63c"
}
.ti-eye:before {
	content: "\e63d"
}
.ti-export:before {
	content: "\e63e"
}
.ti-exchange-vertical:before {
	content: "\e63f"
}
.ti-desktop:before {
	content: "\e640"
}
.ti-cup:before {
	content: "\e641"
}
.ti-crown:before {
	content: "\e642"
}
.ti-comments:before {
	content: "\e643"
}
.ti-comment:before {
	content: "\e644"
}
.ti-comment-alt:before {
	content: "\e645"
}
.ti-close:before {
	content: "\e646"
}
.ti-clip:before {
	content: "\e647"
}
.ti-angle-up:before {
	content: "\e648"
}
.ti-angle-right:before {
	content: "\e649"
}
.ti-angle-left:before {
	content: "\e64a"
}
.ti-angle-down:before {
	content: "\e64b"
}
.ti-check:before {
	content: "\e64c"
}
.ti-check-box:before {
	content: "\e64d"
}
.ti-camera:before {
	content: "\e64e"
}
.ti-announcement:before {
	content: "\e64f"
}
.ti-brush:before {
	content: "\e650"
}
.ti-briefcase:before {
	content: "\e651"
}
.ti-bolt:before {
	content: "\e652"
}
.ti-bolt-alt:before {
	content: "\e653"
}
.ti-blackboard:before {
	content: "\e654"
}
.ti-bag:before {
	content: "\e655"
}
.ti-move:before {
	content: "\e656"
}
.ti-arrows-vertical:before {
	content: "\e657"
}
.ti-arrows-horizontal:before {
	content: "\e658"
}
.ti-fullscreen:before {
	content: "\e659"
}
.ti-arrow-top-right:before {
	content: "\e65a"
}
.ti-arrow-top-left:before {
	content: "\e65b"
}
.ti-arrow-circle-up:before {
	content: "\e65c"
}
.ti-arrow-circle-right:before {
	content: "\e65d"
}
.ti-arrow-circle-left:before {
	content: "\e65e"
}
.ti-arrow-circle-down:before {
	content: "\e65f"
}
.ti-angle-double-up:before {
	content: "\e660"
}
.ti-angle-double-right:before {
	content: "\e661"
}
.ti-angle-double-left:before {
	content: "\e662"
}
.ti-angle-double-down:before {
	content: "\e663"
}
.ti-zip:before {
	content: "\e664"
}
.ti-world:before {
	content: "\e665"
}
.ti-wheelchair:before {
	content: "\e666"
}
.ti-view-list:before {
	content: "\e667"
}
.ti-view-list-alt:before {
	content: "\e668"
}
.ti-view-grid:before {
	content: "\e669"
}
.ti-uppercase:before {
	content: "\e66a"
}
.ti-upload:before {
	content: "\e66b"
}
.ti-underline:before {
	content: "\e66c"
}
.ti-truck:before {
	content: "\e66d"
}
.ti-timer:before {
	content: "\e66e"
}
.ti-ticket:before {
	content: "\e66f"
}
.ti-thumb-up:before {
	content: "\e670"
}
.ti-thumb-down:before {
	content: "\e671"
}
.ti-text:before {
	content: "\e672"
}
.ti-stats-up:before {
	content: "\e673"
}
.ti-stats-down:before {
	content: "\e674"
}
.ti-split-v:before {
	content: "\e675"
}
.ti-split-h:before {
	content: "\e676"
}
.ti-smallcap:before {
	content: "\e677"
}
.ti-shine:before {
	content: "\e678"
}
.ti-shift-right:before {
	content: "\e679"
}
.ti-shift-left:before {
	content: "\e67a"
}
.ti-shield:before {
	content: "\e67b"
}
.ti-notepad:before {
	content: "\e67c"
}
.ti-server:before {
	content: "\e67d"
}
.ti-quote-right:before {
	content: "\e67e"
}
.ti-quote-left:before {
	content: "\e67f"
}
.ti-pulse:before {
	content: "\e680"
}
.ti-printer:before {
	content: "\e681"
}
.ti-power-off:before {
	content: "\e682"
}
.ti-plug:before {
	content: "\e683"
}
.ti-pie-chart:before {
	content: "\e684"
}
.ti-paragraph:before {
	content: "\e685"
}
.ti-panel:before {
	content: "\e686"
}
.ti-package:before {
	content: "\e687"
}
.ti-music:before {
	content: "\e688"
}
.ti-music-alt:before {
	content: "\e689"
}
.ti-mouse:before {
	content: "\e68a"
}
.ti-mouse-alt:before {
	content: "\e68b"
}
.ti-money:before {
	content: "\e68c"
}
.ti-microphone:before {
	content: "\e68d"
}
.ti-menu:before {
	content: "\e68e"
}
.ti-menu-alt:before {
	content: "\e68f"
}
.ti-map:before {
	content: "\e690"
}
.ti-map-alt:before {
	content: "\e691"
}
.ti-loop:before {
	content: "\e692"
}
.ti-location-pin:before {
	content: "\e693"
}
.ti-list:before {
	content: "\e694"
}
.ti-light-bulb:before {
	content: "\e695"
}
.ti-Italic:before {
	content: "\e696"
}
.ti-info:before {
	content: "\e697"
}
.ti-infinite:before {
	content: "\e698"
}
.ti-id-badge:before {
	content: "\e699"
}
.ti-hummer:before {
	content: "\e69a"
}
.ti-home:before {
	content: "\e69b"
}
.ti-help:before {
	content: "\e69c"
}
.ti-headphone:before {
	content: "\e69d"
}
.ti-harddrives:before {
	content: "\e69e"
}
.ti-harddrive:before {
	content: "\e69f"
}
.ti-gift:before {
	content: "\e6a0"
}
.ti-game:before {
	content: "\e6a1"
}
.ti-filter:before {
	content: "\e6a2"
}
.ti-files:before {
	content: "\e6a3"
}
.ti-file:before {
	content: "\e6a4"
}
.ti-eraser:before {
	content: "\e6a5"
}
.ti-envelope:before {
	content: "\e6a6"
}
.ti-download:before {
	content: "\e6a7"
}
.ti-direction:before {
	content: "\e6a8"
}
.ti-direction-alt:before {
	content: "\e6a9"
}
.ti-dashboard:before {
	content: "\e6aa"
}
.ti-control-stop:before {
	content: "\e6ab"
}
.ti-control-shuffle:before {
	content: "\e6ac"
}
.ti-control-play:before {
	content: "\e6ad"
}
.ti-control-pause:before {
	content: "\e6ae"
}
.ti-control-forward:before {
	content: "\e6af"
}
.ti-control-backward:before {
	content: "\e6b0"
}
.ti-cloud:before {
	content: "\e6b1"
}
.ti-cloud-up:before {
	content: "\e6b2"
}
.ti-cloud-down:before {
	content: "\e6b3"
}
.ti-clipboard:before {
	content: "\e6b4"
}
.ti-car:before {
	content: "\e6b5"
}
.ti-calendar:before {
	content: "\e6b6"
}
.ti-book:before {
	content: "\e6b7"
}
.ti-bell:before {
	content: "\e6b8"
}
.ti-basketball:before {
	content: "\e6b9"
}
.ti-bar-chart:before {
	content: "\e6ba"
}
.ti-bar-chart-alt:before {
	content: "\e6bb"
}
.ti-back-right:before {
	content: "\e6bc"
}
.ti-back-left:before {
	content: "\e6bd"
}
.ti-arrows-corner:before {
	content: "\e6be"
}
.ti-archive:before {
	content: "\e6bf"
}
.ti-anchor:before {
	content: "\e6c0"
}
.ti-align-right:before {
	content: "\e6c1"
}
.ti-align-left:before {
	content: "\e6c2"
}
.ti-align-justify:before {
	content: "\e6c3"
}
.ti-align-center:before {
	content: "\e6c4"
}
.ti-alert:before {
	content: "\e6c5"
}
.ti-alarm-clock:before {
	content: "\e6c6"
}
.ti-agenda:before {
	content: "\e6c7"
}
.ti-write:before {
	content: "\e6c8"
}
.ti-window:before {
	content: "\e6c9"
}
.ti-widgetized:before {
	content: "\e6ca"
}
.ti-widget:before {
	content: "\e6cb"
}
.ti-widget-alt:before {
	content: "\e6cc"
}
.ti-wallet:before {
	content: "\e6cd"
}
.ti-video-clapper:before {
	content: "\e6ce"
}
.ti-video-camera:before {
	content: "\e6cf"
}
.ti-vector:before {
	content: "\e6d0"
}
.ti-themify-logo:before {
	content: "\e6d1"
}
.ti-themify-favicon:before {
	content: "\e6d2"
}
.ti-themify-favicon-alt:before {
	content: "\e6d3"
}
.ti-support:before {
	content: "\e6d4"
}
.ti-stamp:before {
	content: "\e6d5"
}
.ti-split-v-alt:before {
	content: "\e6d6"
}
.ti-slice:before {
	content: "\e6d7"
}
.ti-shortcode:before {
	content: "\e6d8"
}
.ti-shift-right-alt:before {
	content: "\e6d9"
}
.ti-shift-left-alt:before {
	content: "\e6da"
}
.ti-ruler-alt-2:before {
	content: "\e6db"
}
.ti-receipt:before {
	content: "\e6dc"
}
.ti-pin2:before {
	content: "\e6dd"
}
.ti-pin-alt:before {
	content: "\e6de"
}
.ti-pencil-alt2:before {
	content: "\e6df"
}
.ti-palette:before {
	content: "\e6e0"
}
.ti-more:before {
	content: "\e6e1"
}
.ti-more-alt:before {
	content: "\e6e2"
}
.ti-microphone-alt:before {
	content: "\e6e3"
}
.ti-magnet:before {
	content: "\e6e4"
}
.ti-line-double:before {
	content: "\e6e5"
}
.ti-line-dotted:before {
	content: "\e6e6"
}
.ti-line-dashed:before {
	content: "\e6e7"
}
.ti-layout-width-full:before {
	content: "\e6e8"
}
.ti-layout-width-default:before {
	content: "\e6e9"
}
.ti-layout-width-default-alt:before {
	content: "\e6ea"
}
.ti-layout-tab:before {
	content: "\e6eb"
}
.ti-layout-tab-window:before {
	content: "\e6ec"
}
.ti-layout-tab-v:before {
	content: "\e6ed"
}
.ti-layout-tab-min:before {
	content: "\e6ee"
}
.ti-layout-slider:before {
	content: "\e6ef"
}
.ti-layout-slider-alt:before {
	content: "\e6f0"
}
.ti-layout-sidebar-right:before {
	content: "\e6f1"
}
.ti-layout-sidebar-none:before {
	content: "\e6f2"
}
.ti-layout-sidebar-left:before {
	content: "\e6f3"
}
.ti-layout-placeholder:before {
	content: "\e6f4"
}
.ti-layout-menu:before {
	content: "\e6f5"
}
.ti-layout-menu-v:before {
	content: "\e6f6"
}
.ti-layout-menu-separated:before {
	content: "\e6f7"
}
.ti-layout-menu-full:before {
	content: "\e6f8"
}
.ti-layout-media-right-alt:before {
	content: "\e6f9"
}
.ti-layout-media-right:before {
	content: "\e6fa"
}
.ti-layout-media-overlay:before {
	content: "\e6fb"
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc"
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd"
}
.ti-layout-media-left-alt:before {
	content: "\e6fe"
}
.ti-layout-media-left:before {
	content: "\e6ff"
}
.ti-layout-media-center-alt:before {
	content: "\e700"
}
.ti-layout-media-center:before {
	content: "\e701"
}
.ti-layout-list-thumb:before {
	content: "\e702"
}
.ti-layout-list-thumb-alt:before {
	content: "\e703"
}
.ti-layout-list-post:before {
	content: "\e704"
}
.ti-layout-list-large-image:before {
	content: "\e705"
}
.ti-layout-line-solid:before {
	content: "\e706"
}
.ti-layout-grid4:before {
	content: "\e707"
}
.ti-layout-grid3:before {
	content: "\e708"
}
.ti-layout-grid2:before {
	content: "\e709"
}
.ti-layout-grid2-thumb:before {
	content: "\e70a"
}
.ti-layout-cta-right:before {
	content: "\e70b"
}
.ti-layout-cta-left:before {
	content: "\e70c"
}
.ti-layout-cta-center:before {
	content: "\e70d"
}
.ti-layout-cta-btn-right:before {
	content: "\e70e"
}
.ti-layout-cta-btn-left:before {
	content: "\e70f"
}
.ti-layout-column4:before {
	content: "\e710"
}
.ti-layout-column3:before {
	content: "\e711"
}
.ti-layout-column2:before {
	content: "\e712"
}
.ti-layout-accordion-separated:before {
	content: "\e713"
}
.ti-layout-accordion-merged:before {
	content: "\e714"
}
.ti-layout-accordion-list:before {
	content: "\e715"
}
.ti-ink-pen:before {
	content: "\e716"
}
.ti-info-alt:before {
	content: "\e717"
}
.ti-help-alt:before {
	content: "\e718"
}
.ti-headphone-alt:before {
	content: "\e719"
}
.ti-hand-point-up:before {
	content: "\e71a"
}
.ti-hand-point-right:before {
	content: "\e71b"
}
.ti-hand-point-left:before {
	content: "\e71c"
}
.ti-hand-point-down:before {
	content: "\e71d"
}
.ti-gallery:before {
	content: "\e71e"
}
.ti-face-smile:before {
	content: "\e71f"
}
.ti-face-sad:before {
	content: "\e720"
}
.ti-credit-card:before {
	content: "\e721"
}
.ti-control-skip-forward:before {
	content: "\e722"
}
.ti-control-skip-backward:before {
	content: "\e723"
}
.ti-control-record:before {
	content: "\e724"
}
.ti-control-eject:before {
	content: "\e725"
}
.ti-comments-smiley:before {
	content: "\e726"
}
.ti-brush-alt:before {
	content: "\e727"
}
.ti-youtube:before {
	content: "\e728"
}
.ti-vimeo:before {
	content: "\e729"
}
.ti-twitter:before {
	content: "\e72a"
}
.ti-time:before {
	content: "\e72b"
}
.ti-tumblr:before {
	content: "\e72c"
}
.ti-skype:before {
	content: "\e72d"
}
.ti-share:before {
	content: "\e72e"
}
.ti-share-alt:before {
	content: "\e72f"
}
.ti-rocket:before {
	content: "\e730"
}
.ti-pinterest:before {
	content: "\e731"
}
.ti-new-window:before {
	content: "\e732"
}
.ti-microsoft:before {
	content: "\e733"
}
.ti-list-ol:before {
	content: "\e734"
}
.ti-linkedin:before {
	content: "\e735"
}
.ti-layout-sidebar-2:before {
	content: "\e736"
}
.ti-layout-grid4-alt:before {
	content: "\e737"
}
.ti-layout-grid3-alt:before {
	content: "\e738"
}
.ti-layout-grid2-alt:before {
	content: "\e739"
}
.ti-layout-column4-alt:before {
	content: "\e73a"
}
.ti-layout-column3-alt:before {
	content: "\e73b"
}
.ti-layout-column2-alt:before {
	content: "\e73c"
}
.ti-instagram:before {
	content: "\e73d"
}
.ti-google:before {
	content: "\e73e"
}
.ti-github:before {
	content: "\e73f"
}
.ti-flickr:before {
	content: "\e740"
}
.ti-facebook:before {
	content: "\e741"
}
.ti-dropbox:before {
	content: "\e742"
}
.ti-dribbble:before {
	content: "\e743"
}
.ti-apple:before {
	content: "\e744"
}
.ti-android:before {
	content: "\e745"
}
.ti-save:before {
	content: "\e746"
}
.ti-save-alt:before {
	content: "\e747"
}
.ti-yahoo:before {
	content: "\e748"
}
.ti-wordpress:before {
	content: "\e749"
}
.ti-vimeo-alt:before {
	content: "\e74a"
}
.ti-twitter-alt:before {
	content: "\e74b"
}
.ti-tumblr-alt:before {
	content: "\e74c"
}
.ti-trello:before {
	content: "\e74d"
}
.ti-stack-overflow:before {
	content: "\e74e"
}
.ti-soundcloud:before {
	content: "\e74f"
}
.ti-sharethis:before {
	content: "\e750"
}
.ti-sharethis-alt:before {
	content: "\e751"
}
.ti-reddit:before {
	content: "\e752"
}
.ti-pinterest-alt:before {
	content: "\e753"
}
.ti-microsoft-alt:before {
	content: "\e754"
}
.ti-linux:before {
	content: "\e755"
}
.ti-jsfiddle:before {
	content: "\e756"
}
.ti-joomla:before {
	content: "\e757"
}
.ti-html5:before {
	content: "\e758"
}
.ti-flickr-alt:before {
	content: "\e759"
}
.ti-email:before {
	content: "\e75a"
}
.ti-drupal:before {
	content: "\e75b"
}
.ti-dropbox-alt:before {
	content: "\e75c"
}
.ti-css3:before {
	content: "\e75d"
}
.ti-rss:before {
	content: "\e75e"
}
.ti-rss-alt:before {
	content: "\e75f"
}
:root {
--gradient:linear-gradient(90deg, #896eff 0, #5f3bff 51%, #896eff);
--gradient-sec:linear-gradient(90deg, #130065 0, #2b0ead 51%, #130065);
--blue:#5543d1;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#ff586e;
--orange:#ff8853;
--yellow:#ffa808;
--green:#029e76;
--teal:#20c997;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#f55f8d;
--secondary:#262626;
--success:#029e76;
--info:#00aeff;
--warning:#fea500;
--danger:#ff5269;
--light:#faf8f2;
--dark:#262f5a;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--breakpoint-xxl:1440;
--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
}
/*!
 * 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)
 */*, :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)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #888;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}
address {
	font-style: normal;
	line-height: inherit
}
address, dl, ol, ul {
	margin-bottom: 1rem
}
dl, ol, ul {
	margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	background-color: transparent
}
a:hover {
	color: #f1175a;
	text-decoration: underline
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
svg {
	overflow: hidden;
	vertical-align: middle
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #aeaed5;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
select {
	word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	line-height: 1.2;
	color: #000
}
.h1, h1 {
	font-size: 3.375rem
}
.h2, h2 {
	font-size: 2.375rem
}
.h3, h3 {
	font-size: 2rem
}
.h4, h4 {
	font-size: 1.5625rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: .875rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem
}
.display-1, .display-2 {
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem
}
.display-3 {
	font-size: 4.5rem
}
.display-3, .display-4 {
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer:before {
	content: "\2014\00A0"
}
.img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 1.5rem
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
.container {
	max-width: 540px
}
}

@media (min-width:768px) {
.container {
	max-width: 720px
}
}

@media (min-width:992px) {
.container {
	max-width: 960px
}
}

@media (min-width:1200px) {
.container {
	max-width: 1199px
}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.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 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-sm-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-sm-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-sm-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-sm-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-sm-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	order: -1
}
.order-sm-last {
	order: 13
}
.order-sm-0 {
	order: 0
}
.order-sm-1 {
	order: 1
}
.order-sm-2 {
	order: 2
}
.order-sm-3 {
	order: 3
}
.order-sm-4 {
	order: 4
}
.order-sm-5 {
	order: 5
}
.order-sm-6 {
	order: 6
}
.order-sm-7 {
	order: 7
}
.order-sm-8 {
	order: 8
}
.order-sm-9 {
	order: 9
}
.order-sm-10 {
	order: 10
}
.order-sm-11 {
	order: 11
}
.order-sm-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 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-md-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-md-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-md-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-md-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-md-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	order: -1
}
.order-md-last {
	order: 13
}
.order-md-0 {
	order: 0
}
.order-md-1 {
	order: 1
}
.order-md-2 {
	order: 2
}
.order-md-3 {
	order: 3
}
.order-md-4 {
	order: 4
}
.order-md-5 {
	order: 5
}
.order-md-6 {
	order: 6
}
.order-md-7 {
	order: 7
}
.order-md-8 {
	order: 8
}
.order-md-9 {
	order: 9
}
.order-md-10 {
	order: 10
}
.order-md-11 {
	order: 11
}
.order-md-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 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-lg-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-lg-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-lg-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-lg-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-lg-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	order: -1
}
.order-lg-last {
	order: 13
}
.order-lg-0 {
	order: 0
}
.order-lg-1 {
	order: 1
}
.order-lg-2 {
	order: 2
}
.order-lg-3 {
	order: 3
}
.order-lg-4 {
	order: 4
}
.order-lg-5 {
	order: 5
}
.order-lg-6 {
	order: 6
}
.order-lg-7 {
	order: 7
}
.order-lg-8 {
	order: 8
}
.order-lg-9 {
	order: 9
}
.order-lg-10 {
	order: 10
}
.order-lg-11 {
	order: 11
}
.order-lg-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 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xl-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-xl-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-xl-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-xl-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-xl-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	order: -1
}
.order-xl-last {
	order: 13
}
.order-xl-0 {
	order: 0
}
.order-xl-1 {
	order: 1
}
.order-xl-2 {
	order: 2
}
.order-xl-3 {
	order: 3
}
.order-xl-4 {
	order: 4
}
.order-xl-5 {
	order: 5
}
.order-xl-6 {
	order: 6
}
.order-xl-7 {
	order: 7
}
.order-xl-8 {
	order: 8
}
.order-xl-9 {
	order: 9
}
.order-xl-10 {
	order: 10
}
.order-xl-11 {
	order: 11
}
.order-xl-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%
}
}

@media (min-width:1440) {
.col-xxl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-xxl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-xxl-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-xxl-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xxl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xxl-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-xxl-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-xxl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xxl-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-xxl-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-xxl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xxl-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-xxl-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-xxl-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-xxl-first {
	order: -1
}
.order-xxl-last {
	order: 13
}
.order-xxl-0 {
	order: 0
}
.order-xxl-1 {
	order: 1
}
.order-xxl-2 {
	order: 2
}
.order-xxl-3 {
	order: 3
}
.order-xxl-4 {
	order: 4
}
.order-xxl-5 {
	order: 5
}
.order-xxl-6 {
	order: 6
}
.order-xxl-7 {
	order: 7
}
.order-xxl-8 {
	order: 8
}
.order-xxl-9 {
	order: 9
}
.order-xxl-10 {
	order: 10
}
.order-xxl-11 {
	order: 11
}
.order-xxl-12 {
	order: 12
}
.offset-xxl-0 {
	margin-left: 0
}
.offset-xxl-1 {
	margin-left: 8.3333333333%
}
.offset-xxl-2 {
	margin-left: 16.6666666667%
}
.offset-xxl-3 {
	margin-left: 25%
}
.offset-xxl-4 {
	margin-left: 33.3333333333%
}
.offset-xxl-5 {
	margin-left: 41.6666666667%
}
.offset-xxl-6 {
	margin-left: 50%
}
.offset-xxl-7 {
	margin-left: 58.3333333333%
}
.offset-xxl-8 {
	margin-left: 66.6666666667%
}
.offset-xxl-9 {
	margin-left: 75%
}
.offset-xxl-10 {
	margin-left: 83.3333333333%
}
.offset-xxl-11 {
	margin-left: 91.6666666667%
}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #888
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e1e1f0
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e1e1f0
}
.table tbody+tbody {
	border-top: 2px solid #e1e1f0
}
.table-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #e1e1f0
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	color: #888;
	background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary>td, .table-primary>th {
	background-color: #fcd2df
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #faacc4
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #fabace
}
.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #c2c2c2
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #8e8e8e
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #b5b5b5
}
.table-success, .table-success>td, .table-success>th {
	background-color: #b8e4d9
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #7bcdb8
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #a6ddcf
}
.table-info, .table-info>td, .table-info>th {
	background-color: #b8e8ff
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #7ad5ff
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #9fe0ff
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffe6b8
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #fed07a
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffdd9f
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #ffcfd5
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ffa5b1
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #ffb6bf
}
.table-light, .table-light>td, .table-light>th {
	background-color: #fefdfb
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fcfbf8
}
.table-hover .table-light:hover, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #f9f3e7
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c2c5d1
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #8e93a9
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b3b7c6
}
.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0,0,0,.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #e1e1f0
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0,0%,100%,.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0,0%,100%,.075)
}

@media (max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-sm>.table-bordered {
	border: 0
}
}

@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
	border: 0
}
}

@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
	border: 0
}
}

@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
	border: 0
}
}

@media (max-width:1439.98) {
.table-responsive-xxl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive-xxl>.table-bordered {
	border: 0
}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 1.5rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.form-control {
	transition: none
}
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #fdd7e3;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.form-control::-webkit-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #888;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
	color: #aeaed5
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #029e76
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(2,158,118,.9);
	border-radius: 1.5rem
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#029e76;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' 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(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#029e76;
box-shadow:0 0 0 0 rgba(2,158,118,.25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#029e76;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#029e76;
box-shadow:0 0 0 0 rgba(2,158,118,.25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#029e76
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#029e76
}
.custom-control-input.is-valid~.custom-control-label:before, .was-validated .custom-control-input:valid~.custom-control-label:before {
border-color:#029e76
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
border-color:#03d09c;
background-color:#03d09c
}
.custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
box-shadow:0 0 0 0 rgba(2,158,118,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-valid~.custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#029e76
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#029e76;
box-shadow:0 0 0 0 rgba(2,158,118,.25)
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #ff5269
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255,82,105,.9);
	border-radius: 1.5rem
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#ff5269;
padding-right:calc(1.5em + .75rem);
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5269' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5269' 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(.375em + .1875rem);
background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#ff5269;
box-shadow:0 0 0 0 rgba(255,82,105,.25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:calc(1.5em + .75rem);
background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#ff5269;
padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5269' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5269' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#ff5269;
box-shadow:0 0 0 0 rgba(255,82,105,.25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#ff5269
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#ff5269
}
.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
border-color:#ff5269
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
border-color:#ff8595;
background-color:#ff8595
}
.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
box-shadow:0 0 0 0 rgba(255,82,105,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#ff5269
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#ff5269;
box-shadow:0 0 0 0 rgba(255,82,105,.25)
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
.form-inline label {
	justify-content: center
}
.form-inline .form-group, .form-inline label {
	display: flex;
	align-items: center;
	margin-bottom: 0
}
.form-inline .form-group {
	flex: 0 0 auto;
	flex-flow: row wrap
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .form-inline .input-group {
	width: auto
}
.form-inline .form-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding-left: 0
}
.form-inline .form-check-input {
	position: relative;
	flex-shrink: 0;
	margin-top: 0;
	margin-right: .25rem;
	margin-left: 0
}
.form-inline .custom-control {
	align-items: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
}
.btn {
	font-weight: 400;
	color: #888;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 1.5rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.btn {
	transition: none
}
}
.btn:hover {
	color: #888;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.btn-primary:hover {
	color: #fff;
	background-color: #f33b73;
	border-color: #f22f6b
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0 rgba(247,119,158,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f22f6b;
	border-color: #f12362
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(247,119,158,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #262626;
	border-color: #262626
}
.btn-secondary:hover {
	color: #fff;
	background-color: #131313;
	border-color: #0d0d0d
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 0 rgba(71,71,71,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #262626;
	border-color: #262626
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #0d0d0d;
	border-color: #060606
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(71,71,71,.5)
}
.btn-success {
	color: #fff;
	background-color: #029e76;
	border-color: #029e76
}
.btn-success:hover {
	color: #fff;
	background-color: #02785a;
	border-color: #016c50
}
.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 0 rgba(40,173,139,.5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #029e76;
	border-color: #029e76
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #016c50;
	border-color: #015f47
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(40,173,139,.5)
}
.btn-info {
	color: #fff;
	background-color: #00aeff;
	border-color: #00aeff
}
.btn-info:hover {
	color: #fff;
	background-color: #0094d9;
	border-color: #008bcc
}
.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 0 rgba(38,186,255,.5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #00aeff;
	border-color: #00aeff
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #008bcc;
	border-color: #0083bf
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38,186,255,.5)
}
.btn-warning {
	color: #212529;
	background-color: #fea500;
	border-color: #fea500
}
.btn-warning:hover {
	color: #fff;
	background-color: #d88c00;
	border-color: #cb8400
}
.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 0 rgba(221,146,6,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #fea500;
	border-color: #fea500
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cb8400;
	border-color: #be7c00
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(221,146,6,.5)
}
.btn-danger {
	color: #fff;
	background-color: #ff5269;
	border-color: #ff5269
}
.btn-danger:hover {
	color: #fff;
	background-color: #ff2c48;
	border-color: #ff1f3d
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 0 rgba(255,108,128,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #ff5269;
	border-color: #ff5269
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1f3d;
	border-color: #ff1232
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255,108,128,.5)
}
.btn-light {
	color: #212529;
	background-color: #faf8f2;
	border-color: #faf8f2
}
.btn-light:hover {
	color: #212529;
	background-color: #efe9d6;
	border-color: #ece4cd
}
.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 0 rgba(217,216,212,.5)
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #faf8f2;
	border-color: #faf8f2
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #ece4cd;
	border-color: #e8dfc4
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(217,216,212,.5)
}
.btn-dark {
	color: #fff;
	background-color: #262f5a;
	border-color: #262f5a
}
.btn-dark:hover {
	color: #fff;
	background-color: #1b213f;
	border-color: #171c36
}
.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 0 rgba(71,78,115,.5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #262f5a;
	border-color: #262f5a
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #171c36;
	border-color: #13182d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(71,78,115,.5)
}
.btn-outline-primary {
	color: #f55f8d;
	border-color: #f55f8d
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0 rgba(245,95,141,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #f55f8d;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(245,95,141,.5)
}
.btn-outline-secondary {
	color: #262626;
	border-color: #262626
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #262626;
	border-color: #262626
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0 rgba(38,38,38,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #262626;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #262626;
	border-color: #262626
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38,38,38,.5)
}
.btn-outline-success {
	color: #029e76;
	border-color: #029e76
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #029e76;
	border-color: #029e76
}
.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 0 rgba(2,158,118,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #029e76;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #029e76;
	border-color: #029e76
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(2,158,118,.5)
}
.btn-outline-info {
	color: #00aeff;
	border-color: #00aeff
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #00aeff;
	border-color: #00aeff
}
.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 0 rgba(0,174,255,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #00aeff;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #00aeff;
	border-color: #00aeff
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(0,174,255,.5)
}
.btn-outline-warning {
	color: #fea500;
	border-color: #fea500
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #fea500;
	border-color: #fea500
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 0 rgba(254,165,0,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #fea500;
	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: #fea500;
	border-color: #fea500
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(254,165,0,.5)
}
.btn-outline-danger {
	color: #ff5269;
	border-color: #ff5269
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff5269;
	border-color: #ff5269
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 0 rgba(255,82,105,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #ff5269;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff5269;
	border-color: #ff5269
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(255,82,105,.5)
}
.btn-outline-light {
	color: #faf8f2;
	border-color: #faf8f2
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #faf8f2;
	border-color: #faf8f2
}
.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 0 rgba(250,248,242,.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #faf8f2;
	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: #faf8f2;
	border-color: #faf8f2
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(250,248,242,.5)
}
.btn-outline-dark {
	color: #262f5a;
	border-color: #262f5a
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #262f5a;
	border-color: #262f5a
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 0 rgba(38,47,90,.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #262f5a;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #262f5a;
	border-color: #262f5a
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(38,47,90,.5)
}
.btn-link {
	font-weight: 400;
	color: #f55f8d;
	text-decoration: none
}
.btn-link:hover {
	color: #f1175a;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
.fade {
	transition: none
}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
.collapsing {
	transition: none
}
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle {
	white-space: nowrap
}
.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty:after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #888;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 1.5rem
}
.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
}
}

@media (min-width:1440) {
.dropdown-menu-xxl-left {
	right: auto;
	left: 0
}
.dropdown-menu-xxl-right {
	right: 0;
	left: auto
}
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}
.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}
.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}
.dropright .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropright .dropdown-toggle:after {
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}
.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}
.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty:after {
	margin-left: 0
}
.dropleft .dropdown-toggle:before {
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #f55f8d
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}
.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}
.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}
.btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio], .btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}
.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group>.custom-file {
	display: flex;
	align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append {
	margin-left: -1px
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 1.5rem
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}
.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: #f55f8d;
	background-color: #f55f8d
}
.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #fdd7e3
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #fff;
	border-color: #fff
}
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label:before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label:before {
	pointer-events: none;
	background-color: #fff;
	border: 1px solid #adb5bd
}
.custom-control-label:after, .custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}
.custom-control-label:after {
	background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label:before {
	border-radius: 1.5rem
}
.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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: #f55f8d;
	background-color: #f55f8d
}
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(245,95,141,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(245,95,141,.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='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(245,95,141,.5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}
.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label:after {
	transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(245,95,141,.5)
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 1.5rem;
	-webkit-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #fdd7e3;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}
.custom-select::-ms-expand {
display:none
}
.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}
.custom-file {
	display: inline-block;
	margin-bottom: 0
}
.custom-file, .custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + .75rem + 2px)
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #fdd7e3;
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse)
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 1.5rem
}
.custom-file-label, .custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}
.custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 1.5rem 1.5rem 0
}
.custom-range {
	width: 100%;
	height: calc(1rem + 0rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: none
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 0 rgba(245,95,141,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 0 rgba(245,95,141,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 0 rgba(245,95,141,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#f55f8d;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}

@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color:#fff
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#f55f8d;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}

@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
}
.custom-range::-moz-range-thumb:active {
background-color:#fff
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:0;
margin-left:0;
background-color:#f55f8d;
border:0;
border-radius:1rem;
-ms-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}

@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-ms-transition:none;
transition:none
}
}
.custom-range::-ms-thumb:active {
background-color:#fff
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label:before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.custom-control-label:before, .custom-file-label, .custom-select {
	transition: none
}
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	border-radius: 1.5rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f55f8d
}
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	padding: .5rem 1rem
}
.navbar, .navbar>.container, .navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 1.5rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	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 {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: flex!important;
	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 {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: flex!important;
	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 {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.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: .5rem;
	padding-left: .5rem
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: flex!important;
	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 {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
}

@media (max-width:1439.98) {
.navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media (min-width:1440) {
.navbar-expand-xxl {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-xxl .navbar-nav {
	flex-direction: row
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xxl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-xxl>.container, .navbar-expand-xxl>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-xxl .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-xxl .navbar-toggler {
	display: none
}
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .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, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0,0%,100%,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0,0%,100%,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: hsla(0,0%,100%,.5);
	border-color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 1.5rem
}
.card>hr {
	margin-right: 0;
	margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem
}
.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem
}
.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem
}
.card-subtitle, .card-text:last-child {
	margin-bottom: 0
}
.card-link:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
	border-radius: calc(1.5rem - 1px) calc(1.5rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(1.5rem - 1px) calc(1.5rem - 1px)
}
.card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}
.card-header-pills, .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img {
	width: 100%;
	border-radius: calc(1.5rem - 1px)
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(1.5rem - 1px);
	border-top-right-radius: calc(1.5rem - 1px)
}
.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(1.5rem - 1px);
	border-bottom-left-radius: calc(1.5rem - 1px)
}
.card-deck {
	display: flex;
	flex-direction: column
}
.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
.card-deck {
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	display: flex;
	flex: 1 0;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px
}
}
.card-group {
	display: flex;
	flex-direction: column
}
.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
.card-group {
	flex-flow: row wrap
}
.card-group>.card {
	flex: 1 0;
	margin-bottom: 0
}
.card-group>.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group>.card:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
	border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
	border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
	border-bottom-left-radius: 0
}
}
.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
.card-columns {
	-webkit-column-count: 3;
	column-count: 3;
	grid-column-gap: 1.25rem;
	-webkit-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) .card-header:first-child {
	border-radius: 0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}
.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card .card-header {
	margin-bottom: -1px
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 1.5rem
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 1.5rem
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #f55f8d;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #f1175a;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(245,95,141,.25)
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem
}
.page-item:last-child .page-link {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 1.5rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.badge {
	transition: none
}
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #f55f8d
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #f22f6b
}
a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(245,95,141,.5)
}
.badge-secondary {
	color: #fff;
	background-color: #262626
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #0d0d0d
}
a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(38,38,38,.5)
}
.badge-success {
	color: #fff;
	background-color: #029e76
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #016c50
}
a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(2,158,118,.5)
}
.badge-info {
	color: #fff;
	background-color: #00aeff
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #008bcc
}
a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0,174,255,.5)
}
.badge-warning {
	color: #212529;
	background-color: #fea500
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #cb8400
}
a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(254,165,0,.5)
}
.badge-danger {
	color: #fff;
	background-color: #ff5269
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #ff1f3d
}
a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(255,82,105,.5)
}
.badge-light {
	color: #212529;
	background-color: #faf8f2
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #ece4cd
}
a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(250,248,242,.5)
}
.badge-dark {
	color: #fff;
	background-color: #262f5a
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #171c36
}
a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(38,47,90,.5)
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
.jumbotron {
	padding: 4rem 2rem
}
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 1.5rem
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 4rem
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #7f3149;
	background-color: #fddfe8;
	border-color: #fcd2df
}
.alert-primary hr {
	border-top-color: #fabace
}
.alert-primary .alert-link {
	color: #5a2334
}
.alert-secondary {
	color: #141414;
	background-color: #d4d4d4;
	border-color: #c2c2c2
}
.alert-secondary hr {
	border-top-color: #b5b5b5
}
.alert-secondary .alert-link {
	color: #000
}
.alert-success {
	color: #01523d;
	background-color: #ccece4;
	border-color: #b8e4d9
}
.alert-success hr {
	border-top-color: #a6ddcf
}
.alert-success .alert-link {
	color: #002018
}
.alert-info {
	color: #005a85;
	background-color: #ccefff;
	border-color: #b8e8ff
}
.alert-info hr {
	border-top-color: #9fe0ff
}
.alert-info .alert-link {
	color: #003752
}
.alert-warning {
	color: #845600;
	background-color: #ffedcc;
	border-color: #ffe6b8
}
.alert-warning hr {
	border-top-color: #ffdd9f
}
.alert-warning .alert-link {
	color: #513500
}
.alert-danger {
	color: #852b37;
	background-color: #ffdce1;
	border-color: #ffcfd5
}
.alert-danger hr {
	border-top-color: #ffb6bf
}
.alert-danger .alert-link {
	color: #5e1f27
}
.alert-light {
	color: #82817e;
	background-color: #fefefc;
	border-color: #fefdfb
}
.alert-light hr {
	border-top-color: #f9f3e7
}
.alert-light .alert-link {
	color: #686765
}
.alert-dark {
	color: #14182f;
	background-color: #d4d5de;
	border-color: #c2c5d1
}
.alert-dark hr {
	border-top-color: #b3b7c6
}
.alert-dark .alert-link {
	color: #05060b
}
@-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
}
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 1.5rem
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #f55f8d;
	transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
.progress-bar {
	transition: none
}
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, hsla(0,0%,100%,.15) 25%, transparent 0, transparent 50%, hsla(0,0%,100%,.15) 0, hsla(0,0%,100%,.15) 75%, transparent 0, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
	-webkit-animation: none;
	animation: none
}
}
.media {
	display: flex;
	align-items: flex-start
}
.media-body {
	flex: 1 1
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #888;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #f55f8d;
	border-color: #f55f8d
}
.list-group-horizontal {
	flex-direction: row
}
.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
.list-group-horizontal-sm {
	flex-direction: row
}
.list-group-horizontal-sm .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-sm .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}
}

@media (min-width:768px) {
.list-group-horizontal-md {
	flex-direction: row
}
.list-group-horizontal-md .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-md .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}
}

@media (min-width:992px) {
.list-group-horizontal-lg {
	flex-direction: row
}
.list-group-horizontal-lg .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-lg .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}
}

@media (min-width:1200px) {
.list-group-horizontal-xl {
	flex-direction: row
}
.list-group-horizontal-xl .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-xl .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}
}

@media (min-width:1440) {
.list-group-horizontal-xxl {
	flex-direction: row
}
.list-group-horizontal-xxl .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}
.list-group-horizontal-xxl .list-group-item:first-child {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 0
}
.list-group-horizontal-xxl .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0
}
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 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: #7f3149;
	background-color: #fcd2df
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #7f3149;
	background-color: #fabace
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #7f3149;
	border-color: #7f3149
}
.list-group-item-secondary {
	color: #141414;
	background-color: #c2c2c2
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #141414;
	background-color: #b5b5b5
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #141414;
	border-color: #141414
}
.list-group-item-success {
	color: #01523d;
	background-color: #b8e4d9
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #01523d;
	background-color: #a6ddcf
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #01523d;
	border-color: #01523d
}
.list-group-item-info {
	color: #005a85;
	background-color: #b8e8ff
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #005a85;
	background-color: #9fe0ff
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #005a85;
	border-color: #005a85
}
.list-group-item-warning {
	color: #845600;
	background-color: #ffe6b8
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #845600;
	background-color: #ffdd9f
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #845600;
	border-color: #845600
}
.list-group-item-danger {
	color: #852b37;
	background-color: #ffcfd5
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #852b37;
	background-color: #ffb6bf
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #852b37;
	border-color: #852b37
}
.list-group-item-light {
	color: #82817e;
	background-color: #fefdfb
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #82817e;
	background-color: #f9f3e7
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #82817e;
	border-color: #82817e
}
.list-group-item-dark {
	color: #14182f;
	background-color: #c2c5d1
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #14182f;
	background-color: #b3b7c6
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #14182f;
	border-color: #14182f
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}
.toast:not(:last-child) {
	margin-bottom: .75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: flex;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: hsla(0,0%,100%,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.toast-body {
	padding: .75rem
}
.modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
	transition: none
}
}
.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}
.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: flex;
	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 {
	flex-direction: column;
	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: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: .5
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e1e1f0;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e1e1f0;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.modal-footer>:not(:first-child) {
	margin-left: .25rem
}
.modal-footer>:not(:last-child) {
	margin-right: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-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: Poppins, 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: .875rem;
	word-wrap: break-word;
	opacity: 0
}
.tooltip.show {
	opacity: .9
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}
.tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}
.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 1.5rem
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: Poppins, 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: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}
.popover, .popover .arrow {
	position: absolute;
	display: block
}
.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}
.popover .arrow:after, .popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
bottom:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top]>.arrow:before, .bs-popover-top>.arrow:before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow:after, .bs-popover-top>.arrow:after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
left:calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow:before, .bs-popover-right>.arrow:before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow:after, .bs-popover-right>.arrow:after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
top:calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:before, .bs-popover-bottom>.arrow:before {
	top: 0;
	border-width: 0 .5rem .5rem;
	border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:after, .bs-popover-bottom>.arrow:after {
	top: 1px;
	border-width: 0 .5rem .5rem;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
right:calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow:before, .bs-popover-left>.arrow:before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow:after, .bs-popover-left>.arrow:after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
	display: none
}
.popover-body {
	padding: .5rem .75rem;
	color: #888
}
.carousel {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner:after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.carousel-item {
	transition: none
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	transition: none
}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
.carousel-control-next, .carousel-control-prev {
	transition: none
}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
	transition: none
}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes spinner-border {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid;
	border-right: .25em solid transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
opacity:1
}
}
@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: #f55f8d!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #f22f6b!important
}
.bg-secondary {
	background-color: #262626!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #0d0d0d!important
}
.bg-success {
	background-color: #029e76!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #016c50!important
}
.bg-info {
	background-color: #00aeff!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #008bcc!important
}
.bg-warning {
	background-color: #fea500!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #cb8400!important
}
.bg-danger {
	background-color: #ff5269!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #ff1f3d!important
}
.bg-light {
	background-color: #faf8f2!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #ece4cd!important
}
.bg-dark {
	background-color: #262f5a!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #171c36!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #e1e1f0!important
}
.border-top {
	border-top: 1px solid #e1e1f0!important
}
.border-right {
	border-right: 1px solid #e1e1f0!important
}
.border-bottom {
	border-bottom: 1px solid #e1e1f0!important
}
.border-left {
	border-left: 1px solid #e1e1f0!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: #f55f8d!important
}
.border-secondary {
	border-color: #262626!important
}
.border-success {
	border-color: #029e76!important
}
.border-info {
	border-color: #00aeff!important
}
.border-warning {
	border-color: #fea500!important
}
.border-danger {
	border-color: #ff5269!important
}
.border-light {
	border-color: #faf8f2!important
}
.border-dark {
	border-color: #262f5a!important
}
.border-white {
	border-color: #fff!important
}
.rounded-sm {
	border-radius: .2rem!important
}
.rounded {
	border-radius: 1.5rem!important
}
.rounded-top {
	border-top-left-radius: 1.5rem!important
}
.rounded-right, .rounded-top {
	border-top-right-radius: 1.5rem!important
}
.rounded-bottom, .rounded-right {
	border-bottom-right-radius: 1.5rem!important
}
.rounded-bottom, .rounded-left {
	border-bottom-left-radius: 1.5rem!important
}
.rounded-left {
	border-top-left-radius: 1.5rem!important
}
.rounded-lg {
	border-radius: .3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix:after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: flex!important
}
.d-inline-flex {
	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: flex!important
}
.d-sm-inline-flex {
	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: flex!important
}
.d-md-inline-flex {
	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: flex!important
}
.d-lg-inline-flex {
	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: flex!important
}
.d-xl-inline-flex {
	display: inline-flex!important
}
}

@media (min-width:1440) {
.d-xxl-none {
	display: none!important
}
.d-xxl-inline {
	display: inline!important
}
.d-xxl-inline-block {
	display: inline-block!important
}
.d-xxl-block {
	display: block!important
}
.d-xxl-table {
	display: table!important
}
.d-xxl-table-row {
	display: table-row!important
}
.d-xxl-table-cell {
	display: table-cell!important
}
.d-xxl-flex {
	display: flex!important
}
.d-xxl-inline-flex {
	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: flex!important
}
.d-print-inline-flex {
	display: inline-flex!important
}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive:before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9:before {
	padding-top: 42.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 {
	flex-direction: row!important
}
.flex-column {
	flex-direction: column!important
}
.flex-row-reverse {
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	flex: 1 1 auto!important
}
.flex-grow-0 {
	flex-grow: 0!important
}
.flex-grow-1 {
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	justify-content: flex-start!important
}
.justify-content-end {
	justify-content: flex-end!important
}
.justify-content-center {
	justify-content: center!important
}
.justify-content-between {
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	align-items: flex-start!important
}
.align-items-end {
	align-items: flex-end!important
}
.align-items-center {
	align-items: center!important
}
.align-items-baseline {
	align-items: baseline!important
}
.align-items-stretch {
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}

@media (min-width:576px) {
.flex-sm-row {
	flex-direction: row!important
}
.flex-sm-column {
	flex-direction: column!important
}
.flex-sm-row-reverse {
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
	flex: 1 1 auto!important
}
.flex-sm-grow-0 {
	flex-grow: 0!important
}
.flex-sm-grow-1 {
	flex-grow: 1!important
}
.flex-sm-shrink-0 {
	flex-shrink: 0!important
}
.flex-sm-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-sm-start {
	justify-content: flex-start!important
}
.justify-content-sm-end {
	justify-content: flex-end!important
}
.justify-content-sm-center {
	justify-content: center!important
}
.justify-content-sm-between {
	justify-content: space-between!important
}
.justify-content-sm-around {
	justify-content: space-around!important
}
.align-items-sm-start {
	align-items: flex-start!important
}
.align-items-sm-end {
	align-items: flex-end!important
}
.align-items-sm-center {
	align-items: center!important
}
.align-items-sm-baseline {
	align-items: baseline!important
}
.align-items-sm-stretch {
	align-items: stretch!important
}
.align-content-sm-start {
	align-content: flex-start!important
}
.align-content-sm-end {
	align-content: flex-end!important
}
.align-content-sm-center {
	align-content: center!important
}
.align-content-sm-between {
	align-content: space-between!important
}
.align-content-sm-around {
	align-content: space-around!important
}
.align-content-sm-stretch {
	align-content: stretch!important
}
.align-self-sm-auto {
	align-self: auto!important
}
.align-self-sm-start {
	align-self: flex-start!important
}
.align-self-sm-end {
	align-self: flex-end!important
}
.align-self-sm-center {
	align-self: center!important
}
.align-self-sm-baseline {
	align-self: baseline!important
}
.align-self-sm-stretch {
	align-self: stretch!important
}
}

@media (min-width:768px) {
.flex-md-row {
	flex-direction: row!important
}
.flex-md-column {
	flex-direction: column!important
}
.flex-md-row-reverse {
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-md-fill {
	flex: 1 1 auto!important
}
.flex-md-grow-0 {
	flex-grow: 0!important
}
.flex-md-grow-1 {
	flex-grow: 1!important
}
.flex-md-shrink-0 {
	flex-shrink: 0!important
}
.flex-md-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-md-start {
	justify-content: flex-start!important
}
.justify-content-md-end {
	justify-content: flex-end!important
}
.justify-content-md-center {
	justify-content: center!important
}
.justify-content-md-between {
	justify-content: space-between!important
}
.justify-content-md-around {
	justify-content: space-around!important
}
.align-items-md-start {
	align-items: flex-start!important
}
.align-items-md-end {
	align-items: flex-end!important
}
.align-items-md-center {
	align-items: center!important
}
.align-items-md-baseline {
	align-items: baseline!important
}
.align-items-md-stretch {
	align-items: stretch!important
}
.align-content-md-start {
	align-content: flex-start!important
}
.align-content-md-end {
	align-content: flex-end!important
}
.align-content-md-center {
	align-content: center!important
}
.align-content-md-between {
	align-content: space-between!important
}
.align-content-md-around {
	align-content: space-around!important
}
.align-content-md-stretch {
	align-content: stretch!important
}
.align-self-md-auto {
	align-self: auto!important
}
.align-self-md-start {
	align-self: flex-start!important
}
.align-self-md-end {
	align-self: flex-end!important
}
.align-self-md-center {
	align-self: center!important
}
.align-self-md-baseline {
	align-self: baseline!important
}
.align-self-md-stretch {
	align-self: stretch!important
}
}

@media (min-width:992px) {
.flex-lg-row {
	flex-direction: row!important
}
.flex-lg-column {
	flex-direction: column!important
}
.flex-lg-row-reverse {
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
	flex: 1 1 auto!important
}
.flex-lg-grow-0 {
	flex-grow: 0!important
}
.flex-lg-grow-1 {
	flex-grow: 1!important
}
.flex-lg-shrink-0 {
	flex-shrink: 0!important
}
.flex-lg-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-lg-start {
	justify-content: flex-start!important
}
.justify-content-lg-end {
	justify-content: flex-end!important
}
.justify-content-lg-center {
	justify-content: center!important
}
.justify-content-lg-between {
	justify-content: space-between!important
}
.justify-content-lg-around {
	justify-content: space-around!important
}
.align-items-lg-start {
	align-items: flex-start!important
}
.align-items-lg-end {
	align-items: flex-end!important
}
.align-items-lg-center {
	align-items: center!important
}
.align-items-lg-baseline {
	align-items: baseline!important
}
.align-items-lg-stretch {
	align-items: stretch!important
}
.align-content-lg-start {
	align-content: flex-start!important
}
.align-content-lg-end {
	align-content: flex-end!important
}
.align-content-lg-center {
	align-content: center!important
}
.align-content-lg-between {
	align-content: space-between!important
}
.align-content-lg-around {
	align-content: space-around!important
}
.align-content-lg-stretch {
	align-content: stretch!important
}
.align-self-lg-auto {
	align-self: auto!important
}
.align-self-lg-start {
	align-self: flex-start!important
}
.align-self-lg-end {
	align-self: flex-end!important
}
.align-self-lg-center {
	align-self: center!important
}
.align-self-lg-baseline {
	align-self: baseline!important
}
.align-self-lg-stretch {
	align-self: stretch!important
}
}

@media (min-width:1200px) {
.flex-xl-row {
	flex-direction: row!important
}
.flex-xl-column {
	flex-direction: column!important
}
.flex-xl-row-reverse {
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
	flex: 1 1 auto!important
}
.flex-xl-grow-0 {
	flex-grow: 0!important
}
.flex-xl-grow-1 {
	flex-grow: 1!important
}
.flex-xl-shrink-0 {
	flex-shrink: 0!important
}
.flex-xl-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-xl-start {
	justify-content: flex-start!important
}
.justify-content-xl-end {
	justify-content: flex-end!important
}
.justify-content-xl-center {
	justify-content: center!important
}
.justify-content-xl-between {
	justify-content: space-between!important
}
.justify-content-xl-around {
	justify-content: space-around!important
}
.align-items-xl-start {
	align-items: flex-start!important
}
.align-items-xl-end {
	align-items: flex-end!important
}
.align-items-xl-center {
	align-items: center!important
}
.align-items-xl-baseline {
	align-items: baseline!important
}
.align-items-xl-stretch {
	align-items: stretch!important
}
.align-content-xl-start {
	align-content: flex-start!important
}
.align-content-xl-end {
	align-content: flex-end!important
}
.align-content-xl-center {
	align-content: center!important
}
.align-content-xl-between {
	align-content: space-between!important
}
.align-content-xl-around {
	align-content: space-around!important
}
.align-content-xl-stretch {
	align-content: stretch!important
}
.align-self-xl-auto {
	align-self: auto!important
}
.align-self-xl-start {
	align-self: flex-start!important
}
.align-self-xl-end {
	align-self: flex-end!important
}
.align-self-xl-center {
	align-self: center!important
}
.align-self-xl-baseline {
	align-self: baseline!important
}
.align-self-xl-stretch {
	align-self: stretch!important
}
}

@media (min-width:1440) {
.flex-xxl-row {
	flex-direction: row!important
}
.flex-xxl-column {
	flex-direction: column!important
}
.flex-xxl-row-reverse {
	flex-direction: row-reverse!important
}
.flex-xxl-column-reverse {
	flex-direction: column-reverse!important
}
.flex-xxl-wrap {
	flex-wrap: wrap!important
}
.flex-xxl-nowrap {
	flex-wrap: nowrap!important
}
.flex-xxl-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-xxl-fill {
	flex: 1 1 auto!important
}
.flex-xxl-grow-0 {
	flex-grow: 0!important
}
.flex-xxl-grow-1 {
	flex-grow: 1!important
}
.flex-xxl-shrink-0 {
	flex-shrink: 0!important
}
.flex-xxl-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-xxl-start {
	justify-content: flex-start!important
}
.justify-content-xxl-end {
	justify-content: flex-end!important
}
.justify-content-xxl-center {
	justify-content: center!important
}
.justify-content-xxl-between {
	justify-content: space-between!important
}
.justify-content-xxl-around {
	justify-content: space-around!important
}
.align-items-xxl-start {
	align-items: flex-start!important
}
.align-items-xxl-end {
	align-items: flex-end!important
}
.align-items-xxl-center {
	align-items: center!important
}
.align-items-xxl-baseline {
	align-items: baseline!important
}
.align-items-xxl-stretch {
	align-items: stretch!important
}
.align-content-xxl-start {
	align-content: flex-start!important
}
.align-content-xxl-end {
	align-content: flex-end!important
}
.align-content-xxl-center {
	align-content: center!important
}
.align-content-xxl-between {
	align-content: space-between!important
}
.align-content-xxl-around {
	align-content: space-around!important
}
.align-content-xxl-stretch {
	align-content: stretch!important
}
.align-self-xxl-auto {
	align-self: auto!important
}
.align-self-xxl-start {
	align-self: flex-start!important
}
.align-self-xxl-end {
	align-self: flex-end!important
}
.align-self-xxl-center {
	align-self: center!important
}
.align-self-xxl-baseline {
	align-self: baseline!important
}
.align-self-xxl-stretch {
	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
}
}

@media (min-width:1440) {
.float-xxl-left {
	float: left!important
}
.float-xxl-right {
	float: right!important
}
.float-xxl-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: sticky!important
}
.fixed-top {
	top: 0
}
.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	bottom: 0
}
@supports (position:sticky) {
.sticky-top {
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.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: transparent
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
	padding: .25rem!important
}
.pt-1, .py-1 {
	padding-top: .25rem!important
}
.pr-1, .px-1 {
	padding-right: .25rem!important
}
.pb-1, .py-1 {
	padding-bottom: .25rem!important
}
.pl-1, .px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.pt-2, .py-2 {
	padding-top: .5rem!important
}
.pr-2, .px-2 {
	padding-right: .5rem!important
}
.pb-2, .py-2 {
	padding-bottom: .5rem!important
}
.pl-2, .px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.m-n1 {
	margin: -.25rem!important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem!important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem!important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem!important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem!important
}
.m-n2 {
	margin: -.5rem!important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem!important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem!important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem!important
}
.ml-n2, .mx-n2 {
	margin-left: -.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
.m-sm-0 {
	margin: 0!important
}
.mt-sm-0, .my-sm-0 {
	margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
	margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
	margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left: 0!important
}
.m-sm-1 {
	margin: .25rem!important
}
.mt-sm-1, .my-sm-1 {
	margin-top: .25rem!important
}
.mr-sm-1, .mx-sm-1 {
	margin-right: .25rem!important
}
.mb-sm-1, .my-sm-1 {
	margin-bottom: .25rem!important
}
.ml-sm-1, .mx-sm-1 {
	margin-left: .25rem!important
}
.m-sm-2 {
	margin: .5rem!important
}
.mt-sm-2, .my-sm-2 {
	margin-top: .5rem!important
}
.mr-sm-2, .mx-sm-2 {
	margin-right: .5rem!important
}
.mb-sm-2, .my-sm-2 {
	margin-bottom: .5rem!important
}
.ml-sm-2, .mx-sm-2 {
	margin-left: .5rem!important
}
.m-sm-3 {
	margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
	margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
	margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
	margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left: 1rem!important
}
.m-sm-4 {
	margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
	margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
	margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
	margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left: 1.5rem!important
}
.m-sm-5 {
	margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
	margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
	margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
	margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left: 3rem!important
}
.p-sm-0 {
	padding: 0!important
}
.pt-sm-0, .py-sm-0 {
	padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
	padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
	padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left: 0!important
}
.p-sm-1 {
	padding: .25rem!important
}
.pt-sm-1, .py-sm-1 {
	padding-top: .25rem!important
}
.pr-sm-1, .px-sm-1 {
	padding-right: .25rem!important
}
.pb-sm-1, .py-sm-1 {
	padding-bottom: .25rem!important
}
.pl-sm-1, .px-sm-1 {
	padding-left: .25rem!important
}
.p-sm-2 {
	padding: .5rem!important
}
.pt-sm-2, .py-sm-2 {
	padding-top: .5rem!important
}
.pr-sm-2, .px-sm-2 {
	padding-right: .5rem!important
}
.pb-sm-2, .py-sm-2 {
	padding-bottom: .5rem!important
}
.pl-sm-2, .px-sm-2 {
	padding-left: .5rem!important
}
.p-sm-3 {
	padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
	padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
	padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
	padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left: 1rem!important
}
.p-sm-4 {
	padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
	padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
	padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
	padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left: 1.5rem!important
}
.p-sm-5 {
	padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
	padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
	padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
	padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left: 3rem!important
}
.m-sm-n1 {
	margin: -.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
	margin-top: -.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
	margin-right: -.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
	margin-bottom: -.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
	margin-left: -.25rem!important
}
.m-sm-n2 {
	margin: -.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
	margin-top: -.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
	margin-right: -.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
	margin-bottom: -.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
	margin-left: -.5rem!important
}
.m-sm-n3 {
	margin: -1rem!important
}
.mt-sm-n3, .my-sm-n3 {
	margin-top: -1rem!important
}
.mr-sm-n3, .mx-sm-n3 {
	margin-right: -1rem!important
}
.mb-sm-n3, .my-sm-n3 {
	margin-bottom: -1rem!important
}
.ml-sm-n3, .mx-sm-n3 {
	margin-left: -1rem!important
}
.m-sm-n4 {
	margin: -1.5rem!important
}
.mt-sm-n4, .my-sm-n4 {
	margin-top: -1.5rem!important
}
.mr-sm-n4, .mx-sm-n4 {
	margin-right: -1.5rem!important
}
.mb-sm-n4, .my-sm-n4 {
	margin-bottom: -1.5rem!important
}
.ml-sm-n4, .mx-sm-n4 {
	margin-left: -1.5rem!important
}
.m-sm-n5 {
	margin: -3rem!important
}
.mt-sm-n5, .my-sm-n5 {
	margin-top: -3rem!important
}
.mr-sm-n5, .mx-sm-n5 {
	margin-right: -3rem!important
}
.mb-sm-n5, .my-sm-n5 {
	margin-bottom: -3rem!important
}
.ml-sm-n5, .mx-sm-n5 {
	margin-left: -3rem!important
}
.m-sm-auto {
	margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
	margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
	margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
	margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left: auto!important
}
}

@media (min-width:768px) {
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
	margin: .25rem!important
}
.mt-md-1, .my-md-1 {
	margin-top: .25rem!important
}
.mr-md-1, .mx-md-1 {
	margin-right: .25rem!important
}
.mb-md-1, .my-md-1 {
	margin-bottom: .25rem!important
}
.ml-md-1, .mx-md-1 {
	margin-left: .25rem!important
}
.m-md-2 {
	margin: .5rem!important
}
.mt-md-2, .my-md-2 {
	margin-top: .5rem!important
}
.mr-md-2, .mx-md-2 {
	margin-right: .5rem!important
}
.mb-md-2, .my-md-2 {
	margin-bottom: .5rem!important
}
.ml-md-2, .mx-md-2 {
	margin-left: .5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
	padding: .25rem!important
}
.pt-md-1, .py-md-1 {
	padding-top: .25rem!important
}
.pr-md-1, .px-md-1 {
	padding-right: .25rem!important
}
.pb-md-1, .py-md-1 {
	padding-bottom: .25rem!important
}
.pl-md-1, .px-md-1 {
	padding-left: .25rem!important
}
.p-md-2 {
	padding: .5rem!important
}
.pt-md-2, .py-md-2 {
	padding-top: .5rem!important
}
.pr-md-2, .px-md-2 {
	padding-right: .5rem!important
}
.pb-md-2, .py-md-2 {
	padding-bottom: .5rem!important
}
.pl-md-2, .px-md-2 {
	padding-left: .5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-n1 {
	margin: -.25rem!important
}
.mt-md-n1, .my-md-n1 {
	margin-top: -.25rem!important
}
.mr-md-n1, .mx-md-n1 {
	margin-right: -.25rem!important
}
.mb-md-n1, .my-md-n1 {
	margin-bottom: -.25rem!important
}
.ml-md-n1, .mx-md-n1 {
	margin-left: -.25rem!important
}
.m-md-n2 {
	margin: -.5rem!important
}
.mt-md-n2, .my-md-n2 {
	margin-top: -.5rem!important
}
.mr-md-n2, .mx-md-n2 {
	margin-right: -.5rem!important
}
.mb-md-n2, .my-md-n2 {
	margin-bottom: -.5rem!important
}
.ml-md-n2, .mx-md-n2 {
	margin-left: -.5rem!important
}
.m-md-n3 {
	margin: -1rem!important
}
.mt-md-n3, .my-md-n3 {
	margin-top: -1rem!important
}
.mr-md-n3, .mx-md-n3 {
	margin-right: -1rem!important
}
.mb-md-n3, .my-md-n3 {
	margin-bottom: -1rem!important
}
.ml-md-n3, .mx-md-n3 {
	margin-left: -1rem!important
}
.m-md-n4 {
	margin: -1.5rem!important
}
.mt-md-n4, .my-md-n4 {
	margin-top: -1.5rem!important
}
.mr-md-n4, .mx-md-n4 {
	margin-right: -1.5rem!important
}
.mb-md-n4, .my-md-n4 {
	margin-bottom: -1.5rem!important
}
.ml-md-n4, .mx-md-n4 {
	margin-left: -1.5rem!important
}
.m-md-n5 {
	margin: -3rem!important
}
.mt-md-n5, .my-md-n5 {
	margin-top: -3rem!important
}
.mr-md-n5, .mx-md-n5 {
	margin-right: -3rem!important
}
.mb-md-n5, .my-md-n5 {
	margin-bottom: -3rem!important
}
.ml-md-n5, .mx-md-n5 {
	margin-left: -3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
}

@media (min-width:992px) {
.m-lg-0 {
	margin: 0!important
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
	margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
	margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left: 0!important
}
.m-lg-1 {
	margin: .25rem!important
}
.mt-lg-1, .my-lg-1 {
	margin-top: .25rem!important
}
.mr-lg-1, .mx-lg-1 {
	margin-right: .25rem!important
}
.mb-lg-1, .my-lg-1 {
	margin-bottom: .25rem!important
}
.ml-lg-1, .mx-lg-1 {
	margin-left: .25rem!important
}
.m-lg-2 {
	margin: .5rem!important
}
.mt-lg-2, .my-lg-2 {
	margin-top: .5rem!important
}
.mr-lg-2, .mx-lg-2 {
	margin-right: .5rem!important
}
.mb-lg-2, .my-lg-2 {
	margin-bottom: .5rem!important
}
.ml-lg-2, .mx-lg-2 {
	margin-left: .5rem!important
}
.m-lg-3 {
	margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
	margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
	margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
	margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left: 1rem!important
}
.m-lg-4 {
	margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
	margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
	margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
	margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left: 1.5rem!important
}
.m-lg-5 {
	margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
	margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
	margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
	margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left: 3rem!important
}
.p-lg-0 {
	padding: 0!important
}
.pt-lg-0, .py-lg-0 {
	padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
	padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
	padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left: 0!important
}
.p-lg-1 {
	padding: .25rem!important
}
.pt-lg-1, .py-lg-1 {
	padding-top: .25rem!important
}
.pr-lg-1, .px-lg-1 {
	padding-right: .25rem!important
}
.pb-lg-1, .py-lg-1 {
	padding-bottom: .25rem!important
}
.pl-lg-1, .px-lg-1 {
	padding-left: .25rem!important
}
.p-lg-2 {
	padding: .5rem!important
}
.pt-lg-2, .py-lg-2 {
	padding-top: .5rem!important
}
.pr-lg-2, .px-lg-2 {
	padding-right: .5rem!important
}
.pb-lg-2, .py-lg-2 {
	padding-bottom: .5rem!important
}
.pl-lg-2, .px-lg-2 {
	padding-left: .5rem!important
}
.p-lg-3 {
	padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
	padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
	padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
	padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left: 1rem!important
}
.p-lg-4 {
	padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
	padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
	padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
	padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left: 1.5rem!important
}
.p-lg-5 {
	padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
	padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
	padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
	padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left: 3rem!important
}
.m-lg-n1 {
	margin: -.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
	margin-top: -.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
	margin-right: -.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
	margin-bottom: -.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
	margin-left: -.25rem!important
}
.m-lg-n2 {
	margin: -.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
	margin-top: -.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
	margin-right: -.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
	margin-bottom: -.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
	margin-left: -.5rem!important
}
.m-lg-n3 {
	margin: -1rem!important
}
.mt-lg-n3, .my-lg-n3 {
	margin-top: -1rem!important
}
.mr-lg-n3, .mx-lg-n3 {
	margin-right: -1rem!important
}
.mb-lg-n3, .my-lg-n3 {
	margin-bottom: -1rem!important
}
.ml-lg-n3, .mx-lg-n3 {
	margin-left: -1rem!important
}
.m-lg-n4 {
	margin: -1.5rem!important
}
.mt-lg-n4, .my-lg-n4 {
	margin-top: -1.5rem!important
}
.mr-lg-n4, .mx-lg-n4 {
	margin-right: -1.5rem!important
}
.mb-lg-n4, .my-lg-n4 {
	margin-bottom: -1.5rem!important
}
.ml-lg-n4, .mx-lg-n4 {
	margin-left: -1.5rem!important
}
.m-lg-n5 {
	margin: -3rem!important
}
.mt-lg-n5, .my-lg-n5 {
	margin-top: -3rem!important
}
.mr-lg-n5, .mx-lg-n5 {
	margin-right: -3rem!important
}
.mb-lg-n5, .my-lg-n5 {
	margin-bottom: -3rem!important
}
.ml-lg-n5, .mx-lg-n5 {
	margin-left: -3rem!important
}
.m-lg-auto {
	margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
	margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
	margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
	margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left: auto!important
}
}

@media (min-width:1200px) {
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
	margin: .25rem!important
}
.mt-xl-1, .my-xl-1 {
	margin-top: .25rem!important
}
.mr-xl-1, .mx-xl-1 {
	margin-right: .25rem!important
}
.mb-xl-1, .my-xl-1 {
	margin-bottom: .25rem!important
}
.ml-xl-1, .mx-xl-1 {
	margin-left: .25rem!important
}
.m-xl-2 {
	margin: .5rem!important
}
.mt-xl-2, .my-xl-2 {
	margin-top: .5rem!important
}
.mr-xl-2, .mx-xl-2 {
	margin-right: .5rem!important
}
.mb-xl-2, .my-xl-2 {
	margin-bottom: .5rem!important
}
.ml-xl-2, .mx-xl-2 {
	margin-left: .5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
	padding: .25rem!important
}
.pt-xl-1, .py-xl-1 {
	padding-top: .25rem!important
}
.pr-xl-1, .px-xl-1 {
	padding-right: .25rem!important
}
.pb-xl-1, .py-xl-1 {
	padding-bottom: .25rem!important
}
.pl-xl-1, .px-xl-1 {
	padding-left: .25rem!important
}
.p-xl-2 {
	padding: .5rem!important
}
.pt-xl-2, .py-xl-2 {
	padding-top: .5rem!important
}
.pr-xl-2, .px-xl-2 {
	padding-right: .5rem!important
}
.pb-xl-2, .py-xl-2 {
	padding-bottom: .5rem!important
}
.pl-xl-2, .px-xl-2 {
	padding-left: .5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-n1 {
	margin: -.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
	margin-top: -.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
	margin-right: -.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
	margin-bottom: -.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
	margin-left: -.25rem!important
}
.m-xl-n2 {
	margin: -.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
	margin-top: -.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
	margin-right: -.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
	margin-bottom: -.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
	margin-left: -.5rem!important
}
.m-xl-n3 {
	margin: -1rem!important
}
.mt-xl-n3, .my-xl-n3 {
	margin-top: -1rem!important
}
.mr-xl-n3, .mx-xl-n3 {
	margin-right: -1rem!important
}
.mb-xl-n3, .my-xl-n3 {
	margin-bottom: -1rem!important
}
.ml-xl-n3, .mx-xl-n3 {
	margin-left: -1rem!important
}
.m-xl-n4 {
	margin: -1.5rem!important
}
.mt-xl-n4, .my-xl-n4 {
	margin-top: -1.5rem!important
}
.mr-xl-n4, .mx-xl-n4 {
	margin-right: -1.5rem!important
}
.mb-xl-n4, .my-xl-n4 {
	margin-bottom: -1.5rem!important
}
.ml-xl-n4, .mx-xl-n4 {
	margin-left: -1.5rem!important
}
.m-xl-n5 {
	margin: -3rem!important
}
.mt-xl-n5, .my-xl-n5 {
	margin-top: -3rem!important
}
.mr-xl-n5, .mx-xl-n5 {
	margin-right: -3rem!important
}
.mb-xl-n5, .my-xl-n5 {
	margin-bottom: -3rem!important
}
.ml-xl-n5, .mx-xl-n5 {
	margin-left: -3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
}

@media (min-width:1440) {
.m-xxl-0 {
	margin: 0!important
}
.mt-xxl-0, .my-xxl-0 {
	margin-top: 0!important
}
.mr-xxl-0, .mx-xxl-0 {
	margin-right: 0!important
}
.mb-xxl-0, .my-xxl-0 {
	margin-bottom: 0!important
}
.ml-xxl-0, .mx-xxl-0 {
	margin-left: 0!important
}
.m-xxl-1 {
	margin: .25rem!important
}
.mt-xxl-1, .my-xxl-1 {
	margin-top: .25rem!important
}
.mr-xxl-1, .mx-xxl-1 {
	margin-right: .25rem!important
}
.mb-xxl-1, .my-xxl-1 {
	margin-bottom: .25rem!important
}
.ml-xxl-1, .mx-xxl-1 {
	margin-left: .25rem!important
}
.m-xxl-2 {
	margin: .5rem!important
}
.mt-xxl-2, .my-xxl-2 {
	margin-top: .5rem!important
}
.mr-xxl-2, .mx-xxl-2 {
	margin-right: .5rem!important
}
.mb-xxl-2, .my-xxl-2 {
	margin-bottom: .5rem!important
}
.ml-xxl-2, .mx-xxl-2 {
	margin-left: .5rem!important
}
.m-xxl-3 {
	margin: 1rem!important
}
.mt-xxl-3, .my-xxl-3 {
	margin-top: 1rem!important
}
.mr-xxl-3, .mx-xxl-3 {
	margin-right: 1rem!important
}
.mb-xxl-3, .my-xxl-3 {
	margin-bottom: 1rem!important
}
.ml-xxl-3, .mx-xxl-3 {
	margin-left: 1rem!important
}
.m-xxl-4 {
	margin: 1.5rem!important
}
.mt-xxl-4, .my-xxl-4 {
	margin-top: 1.5rem!important
}
.mr-xxl-4, .mx-xxl-4 {
	margin-right: 1.5rem!important
}
.mb-xxl-4, .my-xxl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xxl-4, .mx-xxl-4 {
	margin-left: 1.5rem!important
}
.m-xxl-5 {
	margin: 3rem!important
}
.mt-xxl-5, .my-xxl-5 {
	margin-top: 3rem!important
}
.mr-xxl-5, .mx-xxl-5 {
	margin-right: 3rem!important
}
.mb-xxl-5, .my-xxl-5 {
	margin-bottom: 3rem!important
}
.ml-xxl-5, .mx-xxl-5 {
	margin-left: 3rem!important
}
.p-xxl-0 {
	padding: 0!important
}
.pt-xxl-0, .py-xxl-0 {
	padding-top: 0!important
}
.pr-xxl-0, .px-xxl-0 {
	padding-right: 0!important
}
.pb-xxl-0, .py-xxl-0 {
	padding-bottom: 0!important
}
.pl-xxl-0, .px-xxl-0 {
	padding-left: 0!important
}
.p-xxl-1 {
	padding: .25rem!important
}
.pt-xxl-1, .py-xxl-1 {
	padding-top: .25rem!important
}
.pr-xxl-1, .px-xxl-1 {
	padding-right: .25rem!important
}
.pb-xxl-1, .py-xxl-1 {
	padding-bottom: .25rem!important
}
.pl-xxl-1, .px-xxl-1 {
	padding-left: .25rem!important
}
.p-xxl-2 {
	padding: .5rem!important
}
.pt-xxl-2, .py-xxl-2 {
	padding-top: .5rem!important
}
.pr-xxl-2, .px-xxl-2 {
	padding-right: .5rem!important
}
.pb-xxl-2, .py-xxl-2 {
	padding-bottom: .5rem!important
}
.pl-xxl-2, .px-xxl-2 {
	padding-left: .5rem!important
}
.p-xxl-3 {
	padding: 1rem!important
}
.pt-xxl-3, .py-xxl-3 {
	padding-top: 1rem!important
}
.pr-xxl-3, .px-xxl-3 {
	padding-right: 1rem!important
}
.pb-xxl-3, .py-xxl-3 {
	padding-bottom: 1rem!important
}
.pl-xxl-3, .px-xxl-3 {
	padding-left: 1rem!important
}
.p-xxl-4 {
	padding: 1.5rem!important
}
.pt-xxl-4, .py-xxl-4 {
	padding-top: 1.5rem!important
}
.pr-xxl-4, .px-xxl-4 {
	padding-right: 1.5rem!important
}
.pb-xxl-4, .py-xxl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xxl-4, .px-xxl-4 {
	padding-left: 1.5rem!important
}
.p-xxl-5 {
	padding: 3rem!important
}
.pt-xxl-5, .py-xxl-5 {
	padding-top: 3rem!important
}
.pr-xxl-5, .px-xxl-5 {
	padding-right: 3rem!important
}
.pb-xxl-5, .py-xxl-5 {
	padding-bottom: 3rem!important
}
.pl-xxl-5, .px-xxl-5 {
	padding-left: 3rem!important
}
.m-xxl-n1 {
	margin: -.25rem!important
}
.mt-xxl-n1, .my-xxl-n1 {
	margin-top: -.25rem!important
}
.mr-xxl-n1, .mx-xxl-n1 {
	margin-right: -.25rem!important
}
.mb-xxl-n1, .my-xxl-n1 {
	margin-bottom: -.25rem!important
}
.ml-xxl-n1, .mx-xxl-n1 {
	margin-left: -.25rem!important
}
.m-xxl-n2 {
	margin: -.5rem!important
}
.mt-xxl-n2, .my-xxl-n2 {
	margin-top: -.5rem!important
}
.mr-xxl-n2, .mx-xxl-n2 {
	margin-right: -.5rem!important
}
.mb-xxl-n2, .my-xxl-n2 {
	margin-bottom: -.5rem!important
}
.ml-xxl-n2, .mx-xxl-n2 {
	margin-left: -.5rem!important
}
.m-xxl-n3 {
	margin: -1rem!important
}
.mt-xxl-n3, .my-xxl-n3 {
	margin-top: -1rem!important
}
.mr-xxl-n3, .mx-xxl-n3 {
	margin-right: -1rem!important
}
.mb-xxl-n3, .my-xxl-n3 {
	margin-bottom: -1rem!important
}
.ml-xxl-n3, .mx-xxl-n3 {
	margin-left: -1rem!important
}
.m-xxl-n4 {
	margin: -1.5rem!important
}
.mt-xxl-n4, .my-xxl-n4 {
	margin-top: -1.5rem!important
}
.mr-xxl-n4, .mx-xxl-n4 {
	margin-right: -1.5rem!important
}
.mb-xxl-n4, .my-xxl-n4 {
	margin-bottom: -1.5rem!important
}
.ml-xxl-n4, .mx-xxl-n4 {
	margin-left: -1.5rem!important
}
.m-xxl-n5 {
	margin: -3rem!important
}
.mt-xxl-n5, .my-xxl-n5 {
	margin-top: -3rem!important
}
.mr-xxl-n5, .mx-xxl-n5 {
	margin-right: -3rem!important
}
.mb-xxl-n5, .my-xxl-n5 {
	margin-bottom: -3rem!important
}
.ml-xxl-n5, .mx-xxl-n5 {
	margin-left: -3rem!important
}
.m-xxl-auto {
	margin: auto!important
}
.mt-xxl-auto, .my-xxl-auto {
	margin-top: auto!important
}
.mr-xxl-auto, .mx-xxl-auto {
	margin-right: auto!important
}
.mb-xxl-auto, .my-xxl-auto {
	margin-bottom: auto!important
}
.ml-xxl-auto, .mx-xxl-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
}
}

@media (min-width:1440) {
.text-xxl-left {
	text-align: left!important
}
.text-xxl-right {
	text-align: right!important
}
.text-xxl-center {
	text-align: center!important
}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #f55f8d!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #f1175a!important
}
.text-secondary {
	color: #262626!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #000!important
}
.text-success {
	color: #029e76!important
}
a.text-success:focus, a.text-success:hover {
	color: #01523e!important
}
.text-info {
	color: #00aeff!important
}
a.text-info:focus, a.text-info:hover {
	color: #007ab3!important
}
.text-warning {
	color: #fea500!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #b27300!important
}
.text-danger {
	color: #ff5269!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #ff0627!important
}
.text-light {
	color: #faf8f2!important
}
a.text-light:focus, a.text-light:hover {
	color: #e5dabb!important
}
.text-dark {
	color: #262f5a!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #0f1324!important
}
.text-body {
	color: #888!important
}
.text-muted {
	color: #aeaed5!important
}
.text-black-50 {
	color: rgba(0,0,0,.5)!important
}
.text-white-50 {
	color: hsla(0,0%,100%,.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
}

@media print {
*, :after, :before {
	text-shadow: none!important;
	box-shadow: none!important
}
a:not(.btn) {
	text-decoration: underline
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
pre {
	white-space: pre-wrap!important
}
blockquote, pre {
	border: 1px solid #adb5bd;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
	size: a3
}
.container, body {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #e1e1f0
}
.table .thead-dark th {
	color: inherit;
	border-color: #e1e1f0
}
}
* {
	outline: none;
	padding: 0
}
:after, :before {
	margin: 0;
	padding: 0
}
body {
	line-height: 1.6;
	color: #636363;
	font-size: 15px
}
body.fixed {
	overflow: hidden;
	position: fixed
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #262626
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Source Sans Pro, sans-serif;
	font-weight: 700;
	color: #262626
}
ul {
	padding: 0;
	margin: 0
}
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
li {
	list-style: none
}
a {
	color: #f55f8d
}
a, a.active, a:focus, a:hover {
	text-decoration: none;
	outline: none
}
.strong, b, strong {
	font-weight: 500;
	color: #000
}
.h-0 {
	height: 0
}
#main-wrapper {
	opacity: 0;
	transition: all .25s ease-in;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 60px
}
#main-wrapper.show {
	opacity: 1
}
.content-body {
	margin: 18px 6px 45px 65px
}
.bg-gray {
	background-color: #f8f5ff
}
::selection {
	color: #fff;
	background: #f55f8d
}
.font-10 {
	font-size: 10px
}
.font-12 {
	font-size: 12px
}
.font-13 {
	font-size: 13px
}
.font-14 {
	font-size: 14px
}
.font-16 {
	font-size: 16px
}
.font-18 {
	font-size: 18px
}
.font-20 {
	font-size: 20px
}
.font-22 {
	font-size: 22px
}
.font-24 {
	font-size: 24px
}
.font-26 {
	font-size: 26px
}
.font-30 {
	font-size: 30px
}
.font-35 {
	font-size: 35px
}
.font-40 {
	font-size: 40px
}
.font-45 {
	font-size: 45px
}
.font-50 {
	font-size: 50px
}
.font-55 {
	font-size: 55px
}
.font-60 {
	font-size: 60px
}
.font-70 {
	font-size: 70px
}
.font-75 {
	font-size: 75px
}
.font-80 {
	font-size: 80px
}
.font-90 {
	font-size: 90px
}
.font-100 {
	font-size: 100px
}
.font-weight-300 {
	font-weight: 300
}
.font-weight-400 {
	font-weight: 400
}
.font-weight-500 {
	font-weight: 500
}
.font-weight-600 {
	font-weight: 600
}
.font-weight-700 {
	font-weight: 700
}
.font-weight-800 {
	font-weight: 800
}
.font-weight-900 {
	font-weight: 900
}
.p-a0 {
	padding: 0
}
.p-a5 {
	padding: 5px
}
.p-a10 {
	padding: 10px
}
.p-a15 {
	padding: 15px
}
.p-a20 {
	padding: 20px
}
.p-a25 {
	padding: 25px
}
.p-a30 {
	padding: 30px
}
.p-a40 {
	padding: 40px
}
.p-a50 {
	padding: 50px
}
.p-a60 {
	padding: 60px
}
.p-a70 {
	padding: 70px
}
.p-a80 {
	padding: 80px
}
.p-a90 {
	padding: 90px
}
.p-a100 {
	padding: 100px
}
.p-t0 {
	padding-top: 0
}
.p-t5 {
	padding-top: 5px
}
.p-t10 {
	padding-top: 10px
}
.p-t15 {
	padding-top: 15px
}
.p-t20 {
	padding-top: 20px
}
.p-t30 {
	padding-top: 30px
}
.p-t40 {
	padding-top: 40px
}
.p-t50 {
	padding-top: 50px
}
.p-t60 {
	padding-top: 60px
}
.p-t70 {
	padding-top: 70px
}
.p-t80 {
	padding-top: 80px
}
.p-t90 {
	padding-top: 90px
}
.p-t100 {
	padding-top: 100px
}
.p-b0 {
	padding-bottom: 0
}
.p-b5 {
	padding-bottom: 5px
}
.p-b10 {
	padding-bottom: 10px
}
.p-b15 {
	padding-bottom: 15px
}
.p-b20 {
	padding-bottom: 20px
}
.p-b30 {
	padding-bottom: 30px
}
.p-b40 {
	padding-bottom: 40px
}
.p-b50 {
	padding-bottom: 50px
}
.p-b60 {
	padding-bottom: 60px
}
.p-b70 {
	padding-bottom: 70px
}
.p-b80 {
	padding-bottom: 80px
}
.p-b90 {
	padding-bottom: 90px
}
.p-b100 {
	padding-bottom: 100px
}
.p-l0 {
	padding-left: 0
}
.p-l5 {
	padding-left: 5px
}
.p-l10 {
	padding-left: 10px
}
.p-l15 {
	padding-left: 15px
}
.p-l20 {
	padding-left: 20px
}
.p-l30 {
	padding-left: 30px
}
.p-l40 {
	padding-left: 40px
}
.p-l50 {
	padding-left: 50px
}
.p-l60 {
	padding-left: 60px
}
.p-l70 {
	padding-left: 70px
}
.p-l80 {
	padding-left: 80px
}
.p-l90 {
	padding-left: 90px
}
.p-l100 {
	padding-left: 100px
}
.p-r0 {
	padding-right: 0
}
.p-r5 {
	padding-right: 5px
}
.p-r10 {
	padding-right: 10px
}
.p-r15 {
	padding-right: 15px
}
.p-r20 {
	padding-right: 20px
}
.p-r30 {
	padding-right: 30px
}
.p-r40 {
	padding-right: 40px
}
.p-r50 {
	padding-right: 50px
}
.p-r60 {
	padding-right: 60px
}
.p-r70 {
	padding-right: 70px
}
.p-r80 {
	padding-right: 80px
}
.p-r90 {
	padding-right: 90px
}
.p-r100 {
	padding-right: 100px
}
.p-lr0 {
	padding-left: 0;
	padding-right: 0
}
.p-lr5 {
	padding-left: 5px;
	padding-right: 5px
}
.p-lr10 {
	padding-left: 10px;
	padding-right: 10px
}
.p-lr15 {
	padding-left: 15px;
	padding-right: 15px
}
.p-lr20 {
	padding-left: 20px;
	padding-right: 20px
}
.p-lr30 {
	padding-left: 30px;
	padding-right: 30px
}
.p-lr40 {
	padding-left: 40px;
	padding-right: 40px
}
.p-lr50 {
	padding-left: 50px;
	padding-right: 50px
}
.p-lr60 {
	padding-left: 60px;
	padding-right: 60px
}
.p-lr70 {
	padding-left: 70px;
	padding-right: 70px
}
.p-lr80 {
	padding-left: 80px;
	padding-right: 80px
}
.p-lr90 {
	padding-left: 90px;
	padding-right: 90px
}
.p-lr100 {
	padding-left: 100px;
	padding-right: 100px
}
.p-tb0 {
	padding-bottom: 0;
	padding-top: 0
}
.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px
}
.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px
}
.p-tb15 {
	padding-bottom: 15px;
	padding-top: 15px
}
.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px
}
.p-tb30 {
	padding-bottom: 30px;
	padding-top: 30px
}
.p-tb40 {
	padding-bottom: 40px;
	padding-top: 40px
}
.p-tb50 {
	padding-bottom: 50px;
	padding-top: 50px
}
.p-tb60 {
	padding-bottom: 60px;
	padding-top: 60px
}
.p-tb70 {
	padding-bottom: 70px;
	padding-top: 70px
}
.p-tb80 {
	padding-bottom: 80px;
	padding-top: 80px
}
.p-tb90 {
	padding-bottom: 90px;
	padding-top: 90px
}
.p-tb100 {
	padding-bottom: 100px;
	padding-top: 100px
}
.m-auto {
	margin: auto
}
.m-a0 {
	margin: 0
}
.m-a5 {
	margin: 5px
}
.m-a10 {
	margin: 10px
}
.m-a15 {
	margin: 15px
}
.m-a20 {
	margin: 20px
}
.m-a30 {
	margin: 30px
}
.m-a40 {
	margin: 40px
}
.m-a50 {
	margin: 50px
}
.m-a60 {
	margin: 60px
}
.m-a70 {
	margin: 70px
}
.m-a80 {
	margin: 80px
}
.m-a90 {
	margin: 90px
}
.m-a100 {
	margin: 100px
}
.m-t0 {
	margin-top: 0
}
.m-t5 {
	margin-top: 5px
}
.m-t10 {
	margin-top: 10px
}
.m-t15 {
	margin-top: 15px
}
.m-t20 {
	margin-top: 20px
}
.m-t30 {
	margin-top: 30px
}
.m-t40 {
	margin-top: 40px
}
.m-t50 {
	margin-top: 50px
}
.m-t60 {
	margin-top: 60px
}
.m-t70 {
	margin-top: 70px
}
.m-t80 {
	margin-top: 80px
}
.m-t90 {
	margin-top: 90px
}
.m-t100 {
	margin-top: 100px
}
.m-b0 {
	margin-bottom: 0
}
.m-b5 {
	margin-bottom: 5px
}
.m-b10 {
	margin-bottom: 10px
}
.m-b15 {
	margin-bottom: 15px
}
.m-b20 {
	margin-bottom: 20px
}
.m-b30 {
	margin-bottom: 30px
}
.m-b40 {
	margin-bottom: 40px
}
.m-b50 {
	margin-bottom: 50px
}
.m-b60 {
	margin-bottom: 60px
}
.m-b70 {
	margin-bottom: 70px
}
.m-b80 {
	margin-bottom: 80px
}
.m-b90 {
	margin-bottom: 90px
}
.m-b100 {
	margin-bottom: 100px
}
.m-l0 {
	margin-left: 0
}
.m-l5 {
	margin-left: 5px
}
.m-l10 {
	margin-left: 10px
}
.m-l15 {
	margin-left: 15px
}
.m-l20 {
	margin-left: 20px
}
.m-l30 {
	margin-left: 30px
}
.m-l40 {
	margin-left: 40px
}
.m-l50 {
	margin-left: 50px
}
.m-l60 {
	margin-left: 60px
}
.m-l70 {
	margin-left: 70px
}
.m-l80 {
	margin-left: 80px
}
.m-l90 {
	margin-left: 90px
}
.m-l100 {
	margin-left: 100px
}
.m-r0 {
	margin-right: 0
}
.m-r5 {
	margin-right: 5px
}
.m-r10 {
	margin-right: 10px
}
.m-r15 {
	margin-right: 15px
}
.m-r20 {
	margin-right: 20px
}
.m-r30 {
	margin-right: 30px
}
.m-r40 {
	margin-right: 40px
}
.m-r50 {
	margin-right: 50px
}
.m-r60 {
	margin-right: 60px
}
.m-r70 {
	margin-right: 70px
}
.m-r80 {
	margin-right: 80px
}
.m-r90 {
	margin-right: 90px
}
.m-r100 {
	margin-right: 100px
}
.m-lr0 {
	margin-left: 0;
	margin-right: 0
}
.m-lr5 {
	margin-left: 5px;
	margin-right: 5px
}
.m-lr10 {
	margin-left: 10px;
	margin-right: 10px
}
.m-lr15 {
	margin-left: 15px;
	margin-right: 15px
}
.m-lr20 {
	margin-left: 20px;
	margin-right: 20px
}
.m-lr30 {
	margin-left: 30px;
	margin-right: 30px
}
.m-lr40 {
	margin-left: 40px;
	margin-right: 40px
}
.m-lr50 {
	margin-left: 50px;
	margin-right: 50px
}
.m-lr60 {
	margin-left: 60px;
	margin-right: 60px
}
.m-lr70 {
	margin-left: 70px;
	margin-right: 70px
}
.m-lr80 {
	margin-left: 80px;
	margin-right: 80px
}
.m-lr90 {
	margin-left: 90px;
	margin-right: 90px
}
.m-lr100 {
	margin-left: 100px;
	margin-right: 100px
}
.m-tb0 {
	margin-bottom: 0;
	margin-top: 0
}
.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px
}
.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px
}
.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px
}
.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px
}
.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px
}
.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px
}
.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px
}
.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px
}
.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px
}
.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px
}
.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px
}
.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px
}

@media only screen and (max-width:1200px) {
.m-lg-t0 {
	margin-top: 0
}
.m-lg-t5 {
	margin-top: 5px
}
.m-lg-t10 {
	margin-top: 10px
}
.m-lg-t15 {
	margin-top: 15px
}
.m-lg-t20 {
	margin-top: 20px
}
.m-lg-t30 {
	margin-top: 30px
}
.m-lg-t40 {
	margin-top: 40px
}
.m-lg-t50 {
	margin-top: 50px
}
.m-lg-t60 {
	margin-top: 60px
}
.m-lg-t70 {
	margin-top: 70px
}
.m-lg-t80 {
	margin-top: 80px
}
.m-lg-t90 {
	margin-top: 90px
}
.m-lg-t100 {
	margin-top: 100px
}
.m-lg-b0 {
	margin-bottom: 0
}
.m-lg-b5 {
	margin-bottom: 5px
}
.m-lg-b10 {
	margin-bottom: 10px
}
.m-lg-b15 {
	margin-bottom: 15px
}
.m-lg-b20 {
	margin-bottom: 20px
}
.m-lg-b30 {
	margin-bottom: 30px
}
.m-lg-b40 {
	margin-bottom: 40px
}
.m-lg-b50 {
	margin-bottom: 50px
}
.m-lg-b60 {
	margin-bottom: 60px
}
.m-lg-b70 {
	margin-bottom: 70px
}
.m-lg-b80 {
	margin-bottom: 80px
}
.m-lg-b90 {
	margin-bottom: 90px
}
.m-lg-b100 {
	margin-bottom: 100px
}
}

@media only screen and (max-width:991px) {
.m-md-t0 {
	margin-top: 0
}
.m-md-t5 {
	margin-top: 5px
}
.m-md-t10 {
	margin-top: 10px
}
.m-md-t15 {
	margin-top: 15px
}
.m-md-t20 {
	margin-top: 20px
}
.m-md-t30 {
	margin-top: 30px
}
.m-md-t40 {
	margin-top: 40px
}
.m-md-t50 {
	margin-top: 50px
}
.m-md-t60 {
	margin-top: 60px
}
.m-md-t70 {
	margin-top: 70px
}
.m-md-t80 {
	margin-top: 80px
}
.m-md-t90 {
	margin-top: 90px
}
.m-md-t100 {
	margin-top: 100px
}
.m-md-b0 {
	margin-bottom: 0
}
.m-md-b5 {
	margin-bottom: 5px
}
.m-md-b10 {
	margin-bottom: 10px
}
.m-md-b15 {
	margin-bottom: 15px
}
.m-md-b20 {
	margin-bottom: 20px
}
.m-md-b30 {
	margin-bottom: 30px
}
.m-md-b40 {
	margin-bottom: 40px
}
.m-md-b50 {
	margin-bottom: 50px
}
.m-md-b60 {
	margin-bottom: 60px
}
.m-md-b70 {
	margin-bottom: 70px
}
.m-md-b80 {
	margin-bottom: 80px
}
.m-md-b90 {
	margin-bottom: 90px
}
.m-md-b100 {
	margin-bottom: 100px
}
}

@media only screen and (max-width:767px) {
.m-sm-t0 {
	margin-top: 0
}
.m-sm-t5 {
	margin-top: 5px
}
.m-sm-t10 {
	margin-top: 10px
}
.m-sm-t15 {
	margin-top: 15px
}
.m-sm-t20 {
	margin-top: 20px
}
.m-sm-t30 {
	margin-top: 30px
}
.m-sm-t40 {
	margin-top: 40px
}
.m-sm-t50 {
	margin-top: 50px
}
.m-sm-t60 {
	margin-top: 60px
}
.m-sm-t70 {
	margin-top: 70px
}
.m-sm-t80 {
	margin-top: 80px
}
.m-sm-t90 {
	margin-top: 90px
}
.m-sm-t100 {
	margin-top: 100px
}
.m-sm-b0 {
	margin-bottom: 0
}
.m-sm-b5 {
	margin-bottom: 5px
}
.m-sm-b10 {
	margin-bottom: 10px
}
.m-sm-b15 {
	margin-bottom: 15px
}
.m-sm-b20 {
	margin-bottom: 20px
}
.m-sm-b30 {
	margin-bottom: 30px
}
.m-sm-b40 {
	margin-bottom: 40px
}
.m-sm-b50 {
	margin-bottom: 50px
}
.m-sm-b60 {
	margin-bottom: 60px
}
.m-sm-b70 {
	margin-bottom: 70px
}
.m-sm-b80 {
	margin-bottom: 80px
}
.m-sm-b90 {
	margin-bottom: 90px
}
.m-sm-b100 {
	margin-bottom: 100px
}
}

@media only screen and (max-width:576px) {
.m-xs-t0 {
	margin-top: 0
}
.m-xs-t5 {
	margin-top: 5px
}
.m-xs-t10 {
	margin-top: 10px
}
.m-xs-t15 {
	margin-top: 15px
}
.m-xs-t20 {
	margin-top: 20px
}
.m-xs-t30 {
	margin-top: 30px
}
.m-xs-t40 {
	margin-top: 40px
}
.m-xs-t50 {
	margin-top: 50px
}
.m-xs-t60 {
	margin-top: 60px
}
.m-xs-t70 {
	margin-top: 70px
}
.m-xs-t80 {
	margin-top: 80px
}
.m-xs-t90 {
	margin-top: 90px
}
.m-xs-t100 {
	margin-top: 100px
}
.m-xs-b0 {
	margin-bottom: 0
}
.m-xs-b5 {
	margin-bottom: 5px
}
.m-xs-b10 {
	margin-bottom: 10px
}
.m-xs-b15 {
	margin-bottom: 15px
}
.m-xs-b20 {
	margin-bottom: 20px
}
.m-xs-b30 {
	margin-bottom: 30px
}
.m-xs-b40 {
	margin-bottom: 40px
}
.m-xs-b50 {
	margin-bottom: 50px
}
.m-xs-b60 {
	margin-bottom: 60px
}
.m-xs-b70 {
	margin-bottom: 70px
}
.m-xs-b80 {
	margin-bottom: 80px
}
.m-xs-b90 {
	margin-bottom: 90px
}
.m-xs-b100 {
	margin-bottom: 100px
}
}
.max-w50 {
	max-width: 50px
}
.max-w60 {
	max-width: 60px
}
.max-w80 {
	max-width: 80px
}
.max-w100 {
	max-width: 100px
}
.max-w200 {
	max-width: 200px
}
.max-w300 {
	max-width: 300px
}
.max-w400 {
	max-width: 400px
}
.max-w500 {
	max-width: 500px
}
.max-w600 {
	max-width: 600px
}
.max-w700 {
	max-width: 700px
}
.max-w800 {
	max-width: 800px
}
.max-w900 {
	max-width: 900px
}
.max-w1000 {
	max-width: 1000px
}
.bg-img-fix {
	background-attachment: unset;
	background-size: cover
}
.full-img {
	width: 100%
}
.sticky-top {
	top: 120px
}
.page-title {
	padding: 65px 0 45px;
	position: relative;
	background: #faf8f2;
	background-size: cover;
	background-position: 50%
}
.page-title p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #7272a8;
	text-transform: capitalize
}

@media only screen and (max-width:575px) {
.page-title p {
	font-size: 16px
}
}
.page-title h3 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize
}

@media only screen and (max-width:575px) {
.page-title h3 {
	font-size: 28px
}
}
section {
	position: relative
}
section:after {
	content: attr(data-content);
	position: absolute;
	top: -28px;
	font-size: 200px;
	font-weight: 700;
	color: transparent;
	line-height: 1;
	-webkit-text-stroke: 1px #000;
	z-index: -1;
	font-family: Source Sans Pro, sans-serif;
	opacity: .1;
	left: 0
}

@media only screen and (max-width:1400px) {
section:after {
	font-size: 140px;
	top: -20px
}
}

@media only screen and (max-width:991px) {
section:after {
	font-size: 80px;
	top: -10px
}
}

@media only screen and (max-width:575px) {
section:after {
	font-size: 50px;
	top: -5px
}
}
.section-head {
	margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
.section-head {
	margin-bottom: 30px
}
}
.section-head h2.title {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700
}

@media only screen and (max-width:1400px) {
.section-head h2.title {
	font-size: 40px
}
}

@media only screen and (max-width:1199px) {
.section-head h2.title {
	font-size: 35px
}
}

@media only screen and (max-width:575px) {
.section-head h2.title {
	font-size: 28px
}
}
.section-head h3.title {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700
}

@media only screen and (max-width:1400px) {
.section-head h3.title {
	font-size: 35px
}
}

@media only screen and (max-width:1199px) {
.section-head h3.title {
	font-size: 30px
}
}

@media only screen and (max-width:575px) {
.section-head h3.title {
	font-size: 24px
}
}
.section-head h4.title {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700
}

@media only screen and (max-width:1400px) {
.section-head h4.title {
	font-size: 30px
}
}

@media only screen and (max-width:1199px) {
.section-head h4.title {
	font-size: 24px
}
}

@media only screen and (max-width:575px) {
.section-head h4.title {
	font-size: 20px
}
}
.section-head p {
	font-size: 15px;
	line-height: 25px
}
.section-head.text-center p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}
.section-head.head-col {
	display: flex;
	align-items: center
}

@media only screen and (max-width:767px) {
.section-head.head-col {
	display: block
}
}
.section-head.head-col .title {
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
.section-head.head-col .title {
	margin-bottom: 10px
}
}
.section-head.head-col p {
	padding-left: 15px;
	border-left: 4px solid #f55f8d;
	margin-left: 15px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
.section-head.head-col p {
	padding-left: 0;
	border-left: 0;
	margin-left: 0
}
}
.row.spno, .spno {
	margin-left: 0;
	margin-right: 0
}
.row.spno [class*=col], .spno [class*=col] {
	padding-left: 0;
	padding-right: 0
}
.row.sp4, .sp4 {
	margin-left: -4px;
	margin-right: -4px
}
.row.sp4 [class*=col], .sp4 [class*=col] {
	padding-left: 4px;
	padding-right: 4px
}
.row.sp15, .sp15 {
	margin-left: -7px;
	margin-right: -7px
}
.row.sp15 [class*=col], .sp15 [class*=col] {
	padding-left: 7px;
	padding-right: 7px
}
.rounded-xl {
	border-radius: 30px!important
}
.rounded-lg {
	border-radius: 20px!important
}
.rounded-md {
	border-radius: 10px!important
}
.rounded-sm {
	border-radius: 5px!important
}
.text-maroon {
	color: #9e0168
}
.text-orange {
	color: #ff8853
}
.text-yellow {
	color: #ffa808
}
.text-skyblue {
	color: #00aeff
}
.text-red {
	color: #ff586e
}
.text-green {
	color: #029e76
}
.text-blue {
	color: #5543d1
}
.bg-maroon {
	background-color: #9e0168
}
.bg-orange {
	background-color: #ff8853
}
.bg-yellow {
	background-color: #ffa808
}
.bg-skyblue {
	background-color: #00aeff
}
.bg-red {
	background-color: #ff586e
}
.bg-green {
	background-color: #029e76
}
.bg-blue {
	background-color: #5543d1
}
.bgl-primary {
	background-color: rgba(245,95,141,.1)
}
.bgl-secondary {
	background-color: rgba(38,38,38,.1)
}
.bgl-success {
	background-color: rgba(2,158,118,.1)
}
.bgl-warning {
	background-color: rgba(254,165,0,.1)
}
.bgl-danger {
	background-color: rgba(255,82,105,.1)
}
.bgl-info {
	background-color: rgba(0,174,255,.1)
}
.bgl-dark {
	background-color: rgba(38,47,90,.1)
}
.bgl-light {
	background-color: rgba(250,248,242,.1)
}
.bgl-yellow {
	background-color: rgba(255,168,8,.1)
}
.shadow-primary {
	box-shadow: 0 2px 15px rgba(245,95,141,.5)
}
.shadow-secondary {
	box-shadow: 0 2px 15px rgba(38,38,38,.5)
}
.shadow-green {
	box-shadow: 0 2px 15px rgba(2,158,118,.5)
}
.shadow-skyblue {
	box-shadow: 0 2px 15px rgba(0,174,255,.5)
}
.shadow-red {
	box-shadow: 0 2px 15px rgba(255,88,110,.5)
}
.shadow-yellow {
	box-shadow: 0 2px 15px rgba(255,168,8,.5)
}
.shadow-orange {
	box-shadow: 0 2px 15px rgba(255,136,83,.5)
}
.shadow-maroon {
	box-shadow: 0 2px 15px rgba(158,1,104,.5)
}
.shadow-blue {
	box-shadow: 0 2px 15px rgba(85,67,209,.5)
}
.dlab-content-bx.style-3 span {
	font-size: 48px;
	margin-right: 5px
}
.zi-9999 {
	z-index: 9999
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
.col-xxl-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}
.col-xxl-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}
.col-xxl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xxl-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}
.col-xxl-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}
.col-xxl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xxl-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}
.col-xxl-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}
.col-xxl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xxl-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}
.col-xxl-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}
.col-xxl-12 {
	flex: 0 0 100%;
	max-width: 100%
}
}
#bg {
	background-attachment: fixed;
	background-size: cover
}
.boxed .page-wraper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.boxed .rev_slider_wrapper, .boxed .tp-banner-container {
	left: 0!important;
	width: 100%!important
}
.boxed .tp-rightarrow {
	right: 0!important
}
.boxed .tp-leftarrow {
	left: 0!important
}
.boxed.footer-fixed .site-footer, .boxed.is-fixed .main-bar {
	left: 50%;
	width: 1200px;
	margin: 0 -600px
}
.boxed.is-fixed.header-curve .logo-header:after {
	right: auto;
	left: -15px;
	width: 90%
}
.frame {
	padding: 30px
}
.frame .page-wraper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.frame .rev_slider_wrapper, .frame .tp-banner-container {
	left: 0!important;
	width: 100%!important
}
.frame .tp-rightarrow {
	right: 0!important
}
.frame .tp-leftarrow {
	left: 0!important
}
.frame .is-fixed .main-bar {
	left: 0;
	width: 100%;
	margin: 0
}
.frame .is-fixed.header-curve .logo-header:after {
	right: auto;
	left: -15px;
	width: 90%
}
.frame button.scroltop {
	right: 50px;
	bottom: 50px
}

@media only screen and (max-width:1024px) {
.frame {
	padding: 0
}
.frame button.scroltop {
	right: 15px;
	bottom: 15px
}
}
.card {
	border: 0 solid #e1e1f0;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 36px 48px rgba(31,66,135,.04);
	background: #fff
}
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e1e1f0;
	background: #fff;
	padding: 20px 30px
}
.card-title {
	font-size: 24px;
	margin-bottom: 0
}
.card .card-body {
	padding: 20px 30px;
	background: #fff;
	border-radius: 15px
}
.dlab-blog .post-tags {
	display: block!important
}
.dlab-blog .post-tags a {
	margin-left: 5px;
	color: #262626;
	font-weight: 500
}
.dlab-blog .dlab-meta {
	margin-bottom: 10px
}
.dlab-blog .dlab-meta>ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px
}
.dlab-blog .dlab-meta>ul>li {
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 15px;
	padding-left: 12px;
	padding-right: 12px
}
.dlab-blog .dlab-meta>ul>li i {
	font-size: 18px;
	color: #f55f8d
}
.dlab-blog .dlab-meta>ul>li.post-comment {
	margin-left: auto;
	padding-right: 5px
}
.dlab-blog .dlab-meta>ul>li.post-comment span {
	color: #505489;
	margin-left: 10px
}
.dlab-blog .dlab-meta>ul>li.post-comment i, .dlab-blog .dlab-meta>ul>li.post-share i {
	font-weight: 600
}
.dlab-blog .dlab-meta>ul>li.post-author a {
	color: #505489;
	margin-left: 3px
}
.dlab-blog .dlab-meta>ul>li.post-share {
	position: relative
}
.dlab-blog .dlab-meta>ul>li.post-share ul {
	display: inline-block;
	position: absolute;
	right: 40px;
	background-color: #f55f8d;
	box-shadow: -2px 9px 20px 0 rgba(0,0,0,.2);
	display: flex;
	border-radius: 4px;
	transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	z-index: 2;
	opacity: 0;
	padding: 5px;
	visibility: hidden
}
.dlab-blog .dlab-meta>ul>li.post-share ul:after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	background: #f55f8d;
	width: 8px;
	height: 8px;
	display: block;
	transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-webkit-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%)
}
.dlab-blog .dlab-meta>ul>li.post-share ul li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff
}
.dlab-blog .dlab-meta>ul>li.post-share:hover ul {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	right: 40px;
	opacity: 1;
	visibility: visible
}
.dlab-blog .dlab-title {
	margin-bottom: 15px
}
.dlab-blog.style-1 {
	box-shadow: 0 0 10px rgba(31,66,135,.3);
	border-radius: 10px;
	overflow: hidden
}
.dlab-blog.style-1 .dlab-info {
	padding: 30px
}
.dlab-blog.style-1 .dlab-info .dlab-meta {
	border-bottom: 1px solid #e1e1f0;
	padding-bottom: 15px;
	margin-bottom: 15px
}
.dlab-blog.style-1 .dlab-info .meta-bottom {
	border-top: 1px solid #e1e1f0;
	border-bottom: 0;
	padding: 15px 0 0;
	margin: 20px 0 0
}
.dlab-blog.blog-half {
	display: flex;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(31,66,135,.3);
	border-radius: 10px
}
.dlab-blog.blog-half .dlab-media {
	width: 180px;
	min-width: 180px;
	margin-right: 20px;
	border-radius: 10px
}
.dlab-blog.blog-half .dlab-media img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

@media only screen and (max-width:575px) {
.dlab-blog.blog-half {
	display: block;
	padding: 20px
}
.dlab-blog.blog-half .dlab-media {
	width: 100%;
	min-width: 100%;
	margin-right: 0;
	margin-bottom: 20px
}
}
.form-group {
	position: relative
}
.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #888;
	margin-bottom: 10px;
	background: transparent;
	border-color: #e1e1f0
}
.form-control {
	border-radius: 4px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 400;
	color: #888;
	transition: all .3s ease-in-out;
	background: #fff;
	border: 1px solid transparent
}
.form-control .select {
	padding: 12px 0
}
.form-control span {
	margin-top: 0
}
.form-control::-webkit-input-placeholder {
color:#888
}
.form-control:-ms-input-placeholder {
color:#888
}
.form-control::placeholder {
color:#888
}
.form-control.active, .form-control:active, .form-control:focus {
	border-color: #f55f8d
}
input:-internal-autofill-selected {
background:#fff!important;
background-image:none!important;
color:-internal-light-dark-color(#000, #fff)!important
}
.input-group-text {
	padding: 5px 15px;
	background: #fff;
	margin-bottom: 0!important;
	color: #888;
	border-color: transparent
}
.input-group-append .input-group-text {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.input-group-prepend .input-group-text {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
button:active, button:focus, button:hover {
	outline: 0
}
.toggle {
	cursor: pointer;
	display: block
}
.toggle-switch {
	display: inline-block;
	background: #f7f7f7;
	border-radius: 16px;
	width: 45px;
	height: 20px;
	position: relative;
	vertical-align: middle;
	transition: background .25s
}
.toggle-switch:after, .toggle-switch:before {
	content: ""
}
.toggle-switch:before {
	display: block;
	background: linear-gradient(180deg, #fff 0, #eee);
	border-radius: 50%;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 1px;
	left: 3px;
	transition: left .25s
}
.toggle:hover .toggle-switch:before {
	background: linear-gradient(180deg, #fff 0, #fff)
}
.toggle-checkbox:checked+.toggle-switch {
	background: #f55f8d
}
.toggle-checkbox:checked+.toggle-switch:before {
	left: 26px
}
.toggle-checkbox {
	position: absolute;
	visibility: hidden
}
.toggle-label {
	margin-left: 15px;
	position: relative;
	top: 2px;
	font-size: 16px;
	font-weight: 400
}
.file-upload-wrapper {
	position: relative;
	width: 100%;
	height: calc(1.5em + 1rem + 2px);
	border: 1px solid #e1e1f0;
	border-radius: 5px;
	color: #aeaed5
}
.file-upload-wrapper:after {
	content: attr(data-text);
	left: 0;
	background: #fff;
	padding: 4px 15px;
	display: block;
	width: calc(100% - 40px);
	z-index: 20;
	line-height: 30px;
	border-radius: 5px 10px 10px 5px;
	overflow: hidden
}
.file-upload-wrapper:after, .file-upload-wrapper:before {
	position: absolute;
	top: 0;
	pointer-events: none;
	height: calc(1.5em + 1rem + 2px);
	font-weight: 400
}
.file-upload-wrapper:before {
	content: "Upload";
	right: 0;
	display: inline-block;
	background: #f55f8d;
	color: #fff;
	z-index: 25;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: capitalize;
	border-radius: 0 5px 5px 0
}
.file-upload-wrapper:hover:before {
	background: #f22f6b
}
.file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: calc(1.5em + 1rem + 2px);
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%
}
#ui-datepicker-div {
	display: none;
	background: #fafafa;
	box-shadow: 0 .125rem .5rem rgba(0,0,0,.1);
	margin-top: .25rem;
	border-radius: .5rem;
	padding: .5rem
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.ui-datepicker-calendar thead th {
	padding: .25rem 0;
	text-align: center;
	font-size: .75rem;
	font-weight: 400;
	color: #888
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: .25rem;
	line-height: 2rem;
	transition: all .3s;
	color: #888;
	font-size: .875rem;
	text-decoration: none
}
.ui-datepicker-calendar tbody td a.ui-state-active, .ui-datepicker-calendar tbody td a:hover {
	background-color: #f55f8d;
	color: #fff
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: .5rem;
	border-radius: .25rem;
	transition: all .3s
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #feeff4;
	color: #fff
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background-size: .5rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.ui-datepicker-header a.ui-datepicker-next, .ui-datepicker-header a.ui-datepicker-prev {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background-size: 10px
}
.ui-datepicker-header a>span {
	display: none
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: .25rem;
	font-size: .875rem;
	font-weight: 500;
	padding-bottom: .25rem
}
.ui-datepicker-week-col {
	color: #888;
	font-weight: 400;
	font-size: .75rem
}
label.error {
	color: #ff5269;
	position: absolute;
	bottom: 0;
	margin-bottom: -22px;
	font-size: 12px;
	font-weight: 400
}
.nice-select {
	display: flex;
	align-items: center;
	border-top-left-radius: 3px!important;
	border-bottom-left-radius: 3px!important
}
.nice-select ul {
	width: 100%!important
}
.nice-select .list {
	background: #262f5a
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #262f5a;
	color: #f55f8d
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}
.bootstrap-select {
	border: 1px solid transparent
}
.bootstrap-select .dropdown-toggle {
	border: 0!important;
	padding: 0;
	font-weight: 400;
	text-transform: unset;
	outline: none
}
.bootstrap-select .dropdown-toggle:focus {
	outline: 0!important;
	outline-offset: 0
}
.bootstrap-select .dropdown-toggle:after {
	content: none
}
.bootstrap-select.show, .bootstrap-select.show .dropdown-toggle {
	box-shadow: none!important;
	outline: 0!important
}
.bootstrap-select.show.btn-group .dropdown-menu.inner {
	display: block
}
.bootstrap-select .dropdown-menu {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: -1px;
	padding: 10px 0;
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
	font-size: 14px
}
.bootstrap-select .dropdown-menu ul li {
	padding: 0
}
.bootstrap-select .dropdown-menu ul li a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	color: #333;
	white-space: nowrap
}
.bootstrap-select .dropdown-menu ul li a img {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-right: 5px
}
.bootstrap-select .dropdown-menu ul li a:hover {
	background-color: #f2f2f4
}
.bootstrap-select .dropdown-menu ul li.selected a {
	background-color: #f55f8d;
	color: #fff
}
.bootstrap-select.active, .bootstrap-select:active, .bootstrap-select:focus {
	border-color: #f55f8d
}
.input-group {
	margin-bottom: 20px
}
.input-group-prepend {
	position: absolute;
	left: 10px;
	top: 22.5px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border-right: 1px solid #262626;
	margin-right: 10px
}
.input-group-prepend .input-group-text {
	justify-content: center;
	padding: 0;
	width: 40px;
	height: 20px;
	background-color: transparent
}
.input-group-prepend .input-group-text i {
	color: #262626;
	font-size: 18px
}
.input-group-prepend+.form-control, .input-group-prepend+.form-control+.bootstrap-select, .input-group-prepend+.form-control+.custom-file-label {
	padding: 10px 20px 10px 65px
}
.form-control {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	height: 45px;
	border-radius: 1.5rem!important;
	padding: 10px 20px;
	position: relative;
	font-size: 15px
}
textarea {
	height: 120px!important;
	resize: none
}
.bootstrap-select.btn-group {
	padding: 10px 20px;
	border-width: 1px
}
.bootstrap-select.btn-group.show {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)!important;
	border-color: #f55f8d
}
.bootstrap-select.btn-group .form-control .dropdown-toggle.btn-default {
	padding: 0
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	font-size: 10px;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	content: "\f078"
}
.custom-file-label {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	height: 45px;
	border-radius: 30px!important;
	padding: 10px 20px;
	font-size: 15px;
	border-color: transparent
}
.custom-file-label:after {
	content: none!important
}
.dlab-form.style-1 {
	padding: 50px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	background-color: #fff;
	border-radius: 10px
}
.dlab-form.style-1 .form-control {
	border-top-left-radius: 0!important;
	border-bottom-right-radius: 0!important
}

@media only screen and (max-width:991px) {
.dlab-form.style-1 {
	padding: 30px
}
}
.btn {
	padding: 12px 35px;
	display: inline-block;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500
}
.btn-group-lg>.btn, .btn.btn-lg {
	padding: 10px 35px;
	font-size: 16px
}
.btn-light {
	background-color: #fff
}
.btn-light:hover {
	background-color: #f55f8d;
	border-color: transparent
}
.btn-light.text-primary:hover, .btn-light:hover {
	color: #fff!important
}
.gradient {
	background-image: linear-gradient(90deg, #f55f8d 0, #f22f6b 51%, #f55f8d)
}
.gradient, .gradient-sec {
	background-size: 200%;
	border-color: transparent!important;
	transition: all .5s
}
.gradient-sec {
	background-image: var(--gradient-sec)
}
.btn-link {
	padding: 0;
	border: 0
}
.btn-link i {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 15px 20px rgba(31,66,135,.1);
	font-size: 24px;
	background-color: #f55f8d;
	color: #fff
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none
}
.btn-corner {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem
}
.btn-corner:active, .btn-corner:focus, .btn-corner:hover {
	border-top-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0
}
.btn-link i {
	display: inline-block;
	overflow: hidden
}
.btn-link:hover i:before {
	display: inline-block;
	-webkit-animation: toLeftFromRight .5s forwards;
	animation: toLeftFromRight .5s forwards
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform:translateX(100%)
}
50% {
opacity:0;
-webkit-transform:translateX(-100%)
}
51% {
opacity:1
}
}
@keyframes toLeftFromRight {
49% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
50% {
opacity:0;
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
51% {
opacity:1
}
}
.table-responsive-sm {
	min-width: 48rem
}
.table {
	margin-bottom: 0;
	font-weight: 400
}
.table tr td, .table tr th {
	padding: 15px
}
.table tr th {
	color: #000;
	font-weight: 500
}
.table-striped thead tr th {
	padding-bottom: 15px!important
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff
}
.table-striped tfoot {
	border-top: 2px solid #e1e1f0
}
.table-striped tfoot tr th {
	padding-top: 10px
}
.dlab-separator {
	display: inline-block;
	height: 4px;
	width: 90px;
	margin-bottom: 10px;
	position: relative
}
.dlab-separator.m-b0 {
	margin-bottom: 0
}
.dlab-separator.style-liner {
	width: 20px
}
.dlab-separator.style-icon {
	width: 30px;
	height: auto;
	text-align: center;
	font-size: 20px
}
.dlab-separator[class*=style-]:after, .dlab-separator[class*=style-]:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 70px;
	height: 2px;
	background: #eee;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.dlab-separator[class*=style-]:before {
	left: auto;
	right: 40px
}
.dlab-separator.style-skew {
	width: 15px;
	height: 10px;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg)
}
.dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before {
	width: 80px;
	height: 4px;
	left: 20px;
	-webkit-transform: translateY(-50%) skewX(-10deg);
	transform: translateY(-50%) skewX(-10deg)
}
.dlab-separator.style-skew[class*=style-]:before {
	right: 20px;
	left: auto
}
.dlab-separator.bnr-title {
	height: 1px;
	width: 155px;
	opacity: .5
}
.dlab-separator.bnr-title:after, .dlab-separator.bnr-title:before {
	position: absolute;
	content: "";
	background-color: inherit
}
.dlab-separator.bnr-title:before {
	height: inherit;
	right: -80px;
	width: 25px
}
.dlab-separator.bnr-title:after {
	height: inherit;
	right: -90px;
	top: 0;
	width: 6px
}
.dlab-separator.bnr-title i {
	background-color: inherit;
	display: block;
	height: inherit;
	position: absolute;
	right: -50px;
	width: 45px
}
.dlab-separator-outer {
	overflow: hidden
}
.icon-bx-xl {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	width: 150px;
	height: 150px;
	line-height: 150px
}
.icon-bx-xl.radius {
	border-radius: 100%
}
.icon-bx-xl i {
	font-size: 80px;
	vertical-align: middle
}
.icon-bx-xl img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 80px
}
.icon-bx-lg {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	width: 120px;
	height: 120px;
	line-height: 120px
}
.icon-bx-lg.radius {
	border-radius: 100%
}
.icon-bx-lg i {
	font-size: 60px;
	vertical-align: middle
}
.icon-bx-lg img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 55px
}
.icon-bx-md {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	width: 100px;
	height: 100px;
	line-height: 100px
}
.icon-bx-md.radius {
	border-radius: 100%
}
.icon-bx-md i {
	font-size: 45px;
	vertical-align: middle
}
.icon-bx-md img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 40px
}
.icon-bx-sm {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	width: 80px;
	height: 80px;
	line-height: 80px
}
.icon-bx-sm.radius {
	border-radius: 100%
}
.icon-bx-sm i {
	font-size: 30px;
	vertical-align: middle
}
.icon-bx-sm img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 30px
}
.icon-bx-xs {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 40px
}
.icon-bx-xs.radius {
	border-radius: 100%
}
.icon-bx-xs i {
	font-size: 20px;
	vertical-align: middle
}
.icon-bx-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 20px
}
.icon-xl {
	display: inline-block;
	text-align: center;
	width: 100px
}
.icon-xl i {
	vertical-align: middle;
	font-size: 80px
}
.icon-xl img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 80px
}
.icon-lg {
	display: inline-block;
	text-align: center;
	width: 80px
}
.icon-lg i {
	vertical-align: middle;
	font-size: 60px
}
.icon-lg img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 70px
}
.icon-md {
	display: inline-block;
	text-align: center;
	width: 60px
}
.icon-md i {
	vertical-align: middle;
	font-size: 45px
}
.icon-md img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 50px
}
.icon-sm {
	display: inline-block;
	text-align: center;
	width: 40px
}
.icon-sm i {
	vertical-align: middle;
	font-size: 30px
}
.icon-sm img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 30px
}
.icon-xs {
	display: inline-block;
	text-align: center;
	width: 30px
}
.icon-xs i {
	vertical-align: middle;
	font-size: 20px
}
.icon-xs img {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: 20px
}
.icon-bx-wraper {
	position: relative
}
.icon-bx-wraper .dlab-tilte {
	margin-top: 0
}
.icon-bx-wraper .after-titile-line {
	margin-bottom: 10px
}
.icon-bx-wraper p:last-child {
	margin: 0
}
.icon-bx-wraper.center {
	text-align: center
}
.icon-bx-wraper.left .icon-bx-lg, .icon-bx-wraper.left .icon-bx-md, .icon-bx-wraper.left .icon-bx-sm, .icon-bx-wraper.left .icon-bx-xl, .icon-bx-wraper.left .icon-bx-xs {
	float: left;
	margin-right: 20px
}
.icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-xs {
	float: left;
	margin-right: 10px
}
.icon-bx-wraper.right {
	text-align: right
}
.icon-bx-wraper.right .icon-bx-lg, .icon-bx-wraper.right .icon-bx-md, .icon-bx-wraper.right .icon-bx-sm, .icon-bx-wraper.right .icon-bx-xl, .icon-bx-wraper.right .icon-bx-xs {
	float: right;
	margin-left: 20px
}
.icon-bx-wraper.right .icon-lg, .icon-bx-wraper.right .icon-md, .icon-bx-wraper.right .icon-sm, .icon-bx-wraper.right .icon-xl, .icon-bx-wraper.right .icon-xs {
	float: right;
	margin-left: 10px
}
.icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
	border: 1px solid #ebedf2
}
.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
	margin-left: -75px
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
	margin-left: -60px
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
	margin-left: -50px
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
	margin-left: -40px
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
	margin-left: -20px
}
.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
	position: absolute;
	top: auto;
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
	position: absolute;
	top: auto;
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
.icon-content {
	overflow: hidden
}
[class*=icon-bx-][class*=bg-] a {
	color: #fff
}
[class*=icon-bx-].bg-white a {
	color: inherit
}
[class*=icon-bx-][class*=border-] {
	display: table;
	line-height: normal;
	margin-left: auto;
	margin-right: auto
}
[class*=icon-bx-][class*=border-] .icon-cell {
	display: table-cell;
	vertical-align: middle
}
.dlab-box, .dlab-info, .dlab-tilte, .dlab-tilte-inner {
	position: relative
}
.dlab-tilte-inner {
	display: inline-block
}
.dlab-box[class*=border-], .dlab-info[class*=border-] {
	border-color: #eee
}
.dlab-info.border-1, .dlab-info.border-2, .dlab-info.border-3, .dlab-info.border-4, .dlab-info.border-5 {
	border-top: none
}
.border-1, .border-2, .border-3, .border-4, .border-5 {
	border-style: solid
}
.border-1 {
	border-width: 1px
}
.border-2 {
	border-width: 2px
}
.border-3 {
	border-width: 3px
}
.border-4 {
	border-width: 4px
}
.border-5 {
	border-width: 5px
}
.left-border, .right-border {
	position: relative
}
.left-border:before, .right-border:before {
	content: "";
	position: absolute;
	top: 5px;
	width: 1px;
	height: 90%;
	background: #ccc
}
.right-border:before {
	right: 0
}
.dlab-media, .dlab-post-media {
	position: relative;
	overflow: hidden
}
.dlab-media img, .dlab-post-media img {
	width: 100%;
	height: auto
}
.dlab-box-bg {
	overflow: hidden;
	background-size: cover
}
.dlab-box-bg .btn {
	overflow: unset
}
.dlab-box-bg .glyph-icon {
	font-size: 50px
}
.dlab-box-bg .icon-bx-wraper {
	background-color: #f8f8f8
}
.dlab-box-bg .icon-box-btn .btn, .dlab-box-bg .icon-content .dlab-tilte, .dlab-box-bg .icon-content p, .dlab-box-bg .text-primary {
	transition: all .5s
}
.dlab-box-bg.active .icon-bx-wraper {
	background-color: rgba(0,0,0,.7)
}
.dlab-box-bg.active .icon-box-btn .btn, .dlab-box-bg.active .icon-content .dlab-tilte, .dlab-box-bg.active .icon-content p, .dlab-box-bg.active .text-primary {
	color: #fff;
	transition: all .5s
}
.dlab-box-bg .icon-box-btn .btn {
	background-color: #eee;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	color: #1abc9c;
	font-weight: 600;
	margin-bottom: 0
}
.icon-bx-wraper.style-1 {
	padding: 30px;
	transition: all .5s;
	border-radius: 10px;
	background-color: #fff
}
.icon-bx-wraper.style-1 .dlab-title {
	margin-bottom: 15px
}
.icon-bx-wraper.style-1>[class*=icon-bx-] {
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 24px 0 45px;
	position: relative;
	z-index: 1
}
.icon-bx-wraper.style-1>[class*=icon-bx-]:after {
	content: "";
	position: absolute;
	right: -20px;
	top: -20px;
	height: 133px;
	width: 82px;
	background-position: 100%;
	z-index: -1;
	transition: all .5s
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-yellow:after {
	background-image: url(/_next/static/media/yellow.8650ef8402e327ef6d1ce799db549726.png)
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-red:after {
	background-image: url(/_next/static/media/red.65c4060121b7c7c5046d9d8cb2e81a8b.png)
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-green:after {
	background-image: url(/_next/static/media/green.dc1aac2392f4e93c456192a90a2ff7c9.png)
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-skyblue:after {
	background-image: url(/_next/static/media/skyblue.e3953cbbb3f5a627a425463d81844781.png)
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-orange:after {
	background-image: url(/_next/static/media/orange.5ad5039b03d4efcc5c1aa71093d638ec.png)
}
.icon-bx-wraper.style-1>[class*=icon-bx-].bg-maroon:after {
	background-image: url(/_next/static/media/maroon.0008ea076714bea3d3295d5537964c5f.png)
}
.icon-bx-wraper.style-1:after, .icon-bx-wraper.style-1:before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .5s;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	z-index: 0
}
.icon-bx-wraper.style-1:before {
	background-image: url(/_next/static/media/pattern5.938308d28315d26e13706ff6c39af6ab.png);
	height: 100%;
	top: -30px;
	left: -30px;
	width: 100%
}
.icon-bx-wraper.style-1:after {
	background-image: url(/_next/static/media/pattern6.78d4aed68e55621bbc5b4e82453a07cf.png);
	height: 290px;
	bottom: -40px;
	right: -30px;
	width: 250px
}
.icon-bx-wraper.style-1.active, .icon-bx-wraper.style-1:hover {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.icon-bx-wraper.style-1.active>[class*=icon-bx-]:after, .icon-bx-wraper.style-1:hover>[class*=icon-bx-]:after {
	right: 30px
}
.icon-bx-wraper.style-1.active:after, .icon-bx-wraper.style-1.active:before, .icon-bx-wraper.style-1:hover:after, .icon-bx-wraper.style-1:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media only screen and (max-width:1400px) {
.icon-bx-wraper.style-1:before {
	top: -15px;
	left: -15px
}
.icon-bx-wraper.style-1:after {
	bottom: -20px;
	right: -10px
}
}
.icon-bx-wraper.style-2 {
	display: flex;
	align-items: center
}
.icon-bx-wraper.style-2>[class*=icon-bx-] {
	position: relative;
	margin: 20px;
	min-width: 100px;
	transition: all .5s
}
.icon-bx-wraper.style-2>[class*=icon-bx-] .icon-cell {
	font-size: 50px
}
.icon-bx-wraper.style-2>[class*=icon-bx-]:before {
	content: "";
	position: absolute;
	width: 161px;
	height: 161px;
	left: -31px;
	top: -30px;
	background-size: contain;
	z-index: -1;
	-webkit-animation: rotate360 5s infinite;
	animation: rotate360 5s infinite;
	background-repeat: no-repeat
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-red:before {
	background-image: url(/_next/static/media/red.3b9b7a110abc0c309202a67ad5c60078.png)
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-yellow:before {
	background-image: url(/_next/static/media/yellow.8db501e1a5b56d38cbac3a94cc99b0bf.png)
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-green:before {
	background-image: url(/_next/static/media/green.5fa9d0cfb5ff0fed0b8a2789f2b9f938.png)
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-skyblue:before {
	background-image: url(/_next/static/media/skyblue.2a439595a28ee6115dd65a8b31910f5d.png)
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-maroon:before {
	background-image: url(/_next/static/media/maroon.ebbd7ed466404c9dc7e9ecd08f0d3f42.png)
}
.icon-bx-wraper.style-2>[class*=icon-bx-].text-orange:before {
	background-image: url(/_next/static/media/orange.50f3b6ce0f5750769982c41444235628.png)
}
.icon-bx-wraper.style-2 .icon-content {
	padding-left: 20px
}
.icon-bx-wraper.style-2:hover>[class*=icon-bx-] {
	background-color: transparent!important
}
.icon-bx-wraper.style-2:hover>[class*=icon-bx-] .icon-cell {
	color: #fff
}
.icon-bx-wraper.style-2:hover>[class*=icon-bx-]:before {
	-webkit-transform: rota;
	transform: rota
}

@media only screen and (max-width:575px) {
.icon-bx-wraper.style-2>[class*=icon-bx-] {
	min-width: 80px;
	width: 80px;
	height: 80px;
	line-height: 80px
}
.icon-bx-wraper.style-2>[class*=icon-bx-]:before {
	width: 125px;
	height: 115px;
	left: -20px;
	top: -18px
}
}
.icon-bx-wraper.style-3 {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	transition: all .5s;
	overflow: hidden;
	z-index: 9
}
.icon-bx-wraper.style-3>[class*=icon-bx-] {
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 15px 15px 30px;
	transition: all .5s
}
.icon-bx-wraper.style-3>[class*=icon-bx-] .icon-cell i {
	font-size: 40px
}
.icon-bx-wraper.style-3>[class*=icon-bx-]:before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100px;
	left: -13px;
	top: -15px;
	background-image: url(/_next/static/media/pattern1.31027dab7bd44c8b236bed1a5692c6d3.png);
	background-repeat: no-repeat;
	background-size: cover
}
.icon-bx-wraper.style-3 .wraper-effect {
	border-radius: 50%;
	position: absolute;
	transition: all .5s;
	height: 350px;
	width: 350px;
	background-color: hsla(0,0%,100%,.2);
	right: -100%;
	bottom: -100%;
	z-index: -1
}
.icon-bx-wraper.style-3 .wraper-effect:after, .icon-bx-wraper.style-3 .wraper-effect:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	transition: all .5s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}
.icon-bx-wraper.style-3 .wraper-effect:before {
	background-color: hsla(0,0%,100%,.2);
	height: 250px;
	width: 250px
}
.icon-bx-wraper.style-3 .wraper-effect:after {
	background-color: #f55f8d;
	height: 150px;
	width: 150px
}
.icon-bx-wraper.style-3.active, .icon-bx-wraper.style-3:hover {
	background-image: var(--gradient);
	background-size: 200%
}
.icon-bx-wraper.style-3.active .dlab-title, .icon-bx-wraper.style-3.active .icon-cell, .icon-bx-wraper.style-3.active p, .icon-bx-wraper.style-3:hover .dlab-title, .icon-bx-wraper.style-3:hover .icon-cell, .icon-bx-wraper.style-3:hover p {
	color: #fff
}
.icon-bx-wraper.style-3.active>[class*=icon-bx-], .icon-bx-wraper.style-3:hover>[class*=icon-bx-] {
	background-color: hsla(0,0%,100%,.2)
}
.icon-bx-wraper.style-3.active .wraper-effect, .icon-bx-wraper.style-3:hover .wraper-effect {
	right: -150px;
	bottom: -150px
}
.icon-bx-wraper.style-3.active>[class*=icon-bx-]:before, .icon-bx-wraper.style-3:hover>[class*=icon-bx-]:before {
	background-image: url(/_next/static/media/pattern1-light.d7b4c39949e0bf5e7653f321835e065d.png)
}
.icon-bx-wraper.style-3.left>[class*=icon-bx-]:after {
	content: "";
	width: 70px;
	height: 50vh;
	background-color: rgba(245,95,141,.1);
	position: absolute;
	bottom: 0;
	left: 0;
	top: -4px;
	border-radius: 50px
}
.icon-bx-wraper.style-3.left .icon-content {
	padding-left: 25px
}
.icon-bx-wraper.style-3.left.active>[class*=icon-bx-], .icon-bx-wraper.style-3.left:hover>[class*=icon-bx-] {
	background-color: transparent
}
.icon-bx-wraper.style-3.left.active>[class*=icon-bx-]:after, .icon-bx-wraper.style-3.left:hover>[class*=icon-bx-]:after {
	background-color: hsla(0,0%,100%,.2)
}

@media only screen and (max-width:767px) {
.icon-bx-wraper.style-3.left {
	margin-right: 0;
	margin-left: 0
}
}

@media only screen and (max-width:575px) {
.icon-bx-wraper.style-3.left {
	padding: 30px 20px 30px 15px
}
.icon-bx-wraper.style-3.left>[class*=icon-bx-]:after {
	height: 70px;
	top: 0
}
.icon-bx-wraper.style-3.left .icon-content {
	padding-left: 15px
}
}
.icon-bx-wraper.style-4 {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	padding: 30px;
	transition: all .5s
}
.icon-bx-wraper.style-4 .icon-bx-sm {
	width: 70px;
	height: 70px;
	line-height: 70px
}
.icon-bx-wraper.style-4 .icon-bx-sm i {
	font-size: 35px
}
.icon-bx-wraper.style-4 .title {
	font-size: 20px;
	color: #262f5a;
	font-weight: 500
}
.icon-bx-wraper.style-4:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

@media only screen and (max-width:767px) {
.icon-bx-wraper.style-4 {
	padding: 30px 20px
}
}
.icon-bx-wraper.style-5 {
	padding: 30px;
	transition: all .5s
}
.icon-bx-wraper.style-5 .btn {
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50px;
	padding: 0;
	line-height: 43px;
	font-size: 20px;
	transition: all .5s
}
.icon-bx-wraper.style-5 .icon-bx {
	background-image: url(/_next/static/media/pattern10.0ce916f5e78f233584f7de704e61ee36.png);
	background-color: rgba(245,95,141,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	width: 165px;
	height: 165px;
	margin: auto;
	line-height: 160px;
	transition: all .5s
}
.icon-bx-wraper.style-5 .icon-bx .icon-cell {
	font-size: 60px;
	color: #f55f8d;
	transition: all .5s
}
.icon-bx-wraper.style-5.active, .icon-bx-wraper.style-5:hover {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.icon-bx-wraper.style-5.active .btn, .icon-bx-wraper.style-5:hover .btn {
	background-image: var(--gradient-sec);
	background-size: 200%;
	border-color: transparent;
	color: #fff
}
.icon-bx-wraper.style-5.active .icon-bx, .icon-bx-wraper.style-5:hover .icon-bx {
	background-image: url(/_next/static/media/pattern10.0ce916f5e78f233584f7de704e61ee36.png), var(--gradient-sec);
	background-size: cover, 200%
}
.icon-bx-wraper.style-5.active .icon-bx .icon-cell, .icon-bx-wraper.style-5:hover .icon-bx .icon-cell {
	color: #fff
}
.icon-bx-wraper.style-6 {
	padding: 10px 40px
}
.icon-bx-wraper.style-6>[class*=icon-bx-] {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	margin-bottom: 25px;
	transition: all .5s
}
.icon-bx-wraper.style-6 .icon-bx-sm .icon-cell i {
	font-size: 40px
}
.icon-bx-wraper.style-6 .icon-bx-lg .icon-cell i {
	font-size: 50px
}
.icon-bx-wraper.style-6:hover>[class*=icon-bx-] {
	background-image: var(--gradient);
	background-size: 200%
}
.icon-bx-wraper.style-6:hover>[class*=icon-bx-] .icon-cell {
	color: #fff!important
}

@media only screen and (max-width:1199px) {
.icon-bx-wraper.style-6 {
	padding: 0
}
}
@-webkit-keyframes rotate360 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
}
@keyframes rotate360 {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(-1turn);
transform:rotate(-1turn)
}
}
.site-filters {
	margin-bottom: 30px
}
.site-filters ul {
	margin: 0;
	list-style: none
}
.site-filters li {
	display: inline-block;
	padding: 0;
	margin-bottom: 3px
}
.site-filters li.btn {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none!important
}
.site-filters li input {
	display: none
}
.site-filters li a {
	margin: 0 5px 5px 0
}
.site-filters li.active [class*=btn] {
	color: #fff;
	background-color: #efbb20
}
.site-filters.center {
	text-align: center
}
.site-filters.center ul {
	display: inline-block;
	margin: auto
}
.site-filters.center [class*=btn] {
	display: inline-block;
	margin: 0 5px 10px;
	text-transform: uppercase
}

@media only screen and (max-width:575px) {
.site-filters.center [class*=btn] {
	margin: 0 1px 5px;
	padding: 5px 10px;
	font-size: 12px
}
}
.site-filters.style-1 {
	background-color: rgba(245,95,141,.1);
	border-radius: 50px;
	padding: 10px
}
.site-filters.style-1 .filters {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap
}
.site-filters.style-1 .filters li {
	margin: 0 5px;
	padding: 0
}
.site-filters.style-1 .filters li a {
	font-size: 18px;
	color: #262626;
	padding: 10px 30px;
	border-radius: 30px;
	display: block;
	margin: 0;
	text-transform: capitalize
}
.site-filters.style-1 .filters li.active a {
	background-color: #f55f8d;
	box-shadow: 0 2px 15px rgba(245,95,141,.5);
	color: #fff
}

@media only screen and (max-width:1199px) {
.site-filters.style-1 .filters li a {
	font-size: 16px;
	padding: 10px 25px
}
}

@media only screen and (max-width:991px) {
.site-filters.style-1 .filters {
	display: block
}
.site-filters.style-1 .filters li {
	margin: 0
}
.site-filters.style-1 .filters li a {
	font-size: 14px;
	padding: 8px 18px
}
}

@media only screen and (max-width:575px) {
.site-filters.style-1 {
	background-color: transparent;
	padding: 0
}
.site-filters.style-1 .filters li {
	margin: 0
}
.site-filters.style-1 .filters li a {
	padding: 8px 20px
}
}
.site-filters.style-2 .filters li {
	margin: 0 20px 10px
}
.site-filters.style-2 .filters li a {
	border-bottom: 3px solid;
	border-color: transparent;
	font-size: 18px;
	color: #262626;
	text-transform: capitalize;
	margin: 0;
	padding: 0 0 5px
}
.site-filters.style-2 .filters li.active a {
	border-color: #f55f8d;
	color: #f55f8d
}

@media only screen and (max-width:575px) {
.site-filters.style-2 .filters li {
	margin: 0 5px 5px
}
.site-filters.style-2 .filters li a {
	font-size: 14px;
	border-bottom: 2px
}
}
.site-filters.style-3 .filters li {
	margin: 0 5px 10px;
	padding: 0
}
.site-filters.style-3 .filters li a {
	font-size: 18px;
	color: #262626;
	text-transform: capitalize;
	background-color: rgba(245,95,141,.1);
	padding: 10px 30px;
	border-radius: 30px;
	display: block;
	margin: 0 0 10px
}
.site-filters.style-3 .filters li.active a {
	background-image: var(--gradient);
	background-size: 200%;
	color: #fff;
	box-shadow: 0 2px 15px rgba(245,95,141,.5)
}

@media only screen and (max-width:767px) {
.site-filters.style-3 .filters li {
	margin: 0
}
.site-filters.style-3 .filters li a {
	font-size: 14px;
	padding: 8px 24px
}
}
.dlab-img-overlay1, .dlab-img-overlay2, .dlab-img-overlay3, .dlab-img-overlay4, .dlab-img-overlay5, .dlab-img-overlay6, .dlab-img-overlay7, .dlab-img-overlay8, .dlab-img-overlay9, .dlab-img-overlay11, .dlab-img-overlay12 {
	position: relative
}
.dlab-img-overlay1:after, .dlab-img-overlay1:before, .dlab-img-overlay2:after, .dlab-img-overlay2:before, .dlab-img-overlay3:after, .dlab-img-overlay3:before, .dlab-img-overlay4:after, .dlab-img-overlay4:before, .dlab-img-overlay5:after, .dlab-img-overlay5:before, .dlab-img-overlay6:after, .dlab-img-overlay6:before, .dlab-img-overlay7:after, .dlab-img-overlay7:before, .dlab-img-overlay8:after, .dlab-img-overlay8:before, .dlab-img-overlay9:after, .dlab-img-overlay9:before, .dlab-img-overlay11:after, .dlab-img-overlay11:before, .dlab-img-overlay12:after, .dlab-img-overlay12:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: .4;
	z-index: 1;
	transition: all .8s linear
}
.dlab-img-overlay1.overlay-primary, .dlab-img-overlay2.overlay-primary, .dlab-img-overlay3.overlay-primary, .dlab-img-overlay4.overlay-primary, .dlab-img-overlay5.overlay-primary, .dlab-img-overlay6.overlay-primary, .dlab-img-overlay7.overlay-primary, .dlab-img-overlay8.overlay-primary, .dlab-img-overlay9.overlay-primary, .dlab-img-overlay11.overlay-primary, .dlab-img-overlay12.overlay-primary {
	background: #f55f8d
}
.dlab-box:hover .dlab-img-overlay1:before {
	opacity: .5
}
.dlab-box:hover .dlab-img-overlay2:before {
	opacity: .9
}
.dlab-box:hover .dlab-img-overlay3:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.dlab-box:hover .dlab-img-overlay4:before {
	width: 100%;
	left: 0
}
.dlab-box:hover .dlab-img-overlay5:before {
	height: 100%;
	top: 0
}
.dlab-box:hover .dlab-img-overlay6:before {
	height: 100%
}
.dlab-box:hover .dlab-img-overlay7:after, .dlab-box:hover .dlab-img-overlay7:before {
	width: 50%
}
.dlab-box:hover .dlab-img-overlay8:after, .dlab-box:hover .dlab-img-overlay8:before {
	width: 100%;
	opacity: .3
}
.dlab-box:hover .dlab-img-overlay9:after, .dlab-box:hover .dlab-img-overlay9:before {
	width: 100%;
	height: 100%;
	opacity: .3
}
.dlab-img-overlay1:before {
	width: 100%;
	height: 100%;
	opacity: 0
}
.dlab-img-overlay1:hover:before {
	opacity: .5
}
.dlab-img-overlay2:before {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.4))
}
.dlab-img-overlay2:before:hover:before {
opacity:.9
}
.dlab-img-overlay3:before {
	left: 50%;
	top: 50%
}
.dlab-img-overlay3:hover:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.dlab-img-overlay4:before {
	left: 50%;
	top: 0;
	height: 100%
}
.dlab-img-overlay4:hover:before {
	width: 100%;
	left: 0
}
.dlab-img-overlay5:before {
	left: 0;
	top: 50%;
	width: 100%
}
.dlab-img-overlay5:hover:before {
	height: 100%;
	top: 0
}
.dlab-img-overlay6:before {
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%
}
.dlab-img-overlay6:hover:before, .dlab-img-overlay7:after, .dlab-img-overlay7:before {
	height: 100%
}
.dlab-img-overlay7:after {
	left: auto;
	right: 0
}
.dlab-img-overlay7:hover:after, .dlab-img-overlay7:hover:before {
	width: 50%
}
.dlab-img-overlay8:after, .dlab-img-overlay8:before {
	height: 100%
}
.dlab-img-overlay8:after {
	left: auto;
	right: 0
}
.dlab-img-overlay8:hover:after, .dlab-img-overlay8:hover:before {
	width: 100%;
	opacity: .3
}
.dlab-img-overlay9:after:after, .dlab-img-overlay9:after:before, .dlab-img-overlay9:before:after, .dlab-img-overlay9:before:before {
left:auto;
right:0;
top:auto;
bottom:0
}
.dlab-img-overlay9:after:hover:after, .dlab-img-overlay9:after:hover:before, .dlab-img-overlay9:before:hover:after, .dlab-img-overlay9:before:hover:before {
width:100%;
height:100%;
opacity:.3
}
.overlay-black-dark, .overlay-black-light, .overlay-black-middle, .overlay-gradient-dark, .overlay-gradient-light, .overlay-gradient-middle, .overlay-primary, .overlay-primary-dark, .overlay-primary-light, .overlay-primary-middle, .overlay-white-dark, .overlay-white-light, .overlay-white-middle {
	position: relative
}
.overlay-black-dark:before, .overlay-black-light:before, .overlay-black-middle:before, .overlay-gradient-dark:before, .overlay-gradient-light:before, .overlay-gradient-middle:before, .overlay-primary-dark:before, .overlay-primary-light:before, .overlay-primary-middle:before, .overlay-primary:before, .overlay-white-dark:before, .overlay-white-light:before, .overlay-white-middle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.overlay-black-dark .container, .overlay-black-dark .container-fluid, .overlay-black-light .container, .overlay-black-light .container-fluid, .overlay-black-middle .container, .overlay-black-middle .container-fluid, .overlay-gradient-dark .container, .overlay-gradient-dark .container-fluid, .overlay-gradient-light .container, .overlay-gradient-light .container-fluid, .overlay-gradient-middle .container, .overlay-gradient-middle .container-fluid, .overlay-primary-dark .container, .overlay-primary-dark .container-fluid, .overlay-primary-light .container, .overlay-primary-light .container-fluid, .overlay-primary-middle .container, .overlay-primary-middle .container-fluid, .overlay-primary .container, .overlay-primary .container-fluid, .overlay-white-dark .container, .overlay-white-dark .container-fluid, .overlay-white-light .container, .overlay-white-light .container-fluid, .overlay-white-middle .container, .overlay-white-middle .container-fluid {
	position: relative;
	z-index: 1
}
.overlay-black-dark:before, .overlay-black-light:before, .overlay-black-middle:before {
	background: #000
}
.overlay-gradient-dark:before, .overlay-gradient-light:before, .overlay-gradient-middle:before {
	background: var(--gradient);
	background-size: 200%
}
.overlay-white-dark:before, .overlay-white-light:before, .overlay-white-middle:before {
	background: #fff
}
.overlay-primary-dark:before, .overlay-primary-light:before, .overlay-primary-middle:before, .overlay-primary:before {
	background: #f55f8d
}
.overlay-black-light:before, .overlay-gradient-light:before, .overlay-primary-light:before, .overlay-white-light:before {
	opacity: .3
}
.overlay-black-middle:before, .overlay-gradient-middle:before, .overlay-primary-middle:before, .overlay-white-middle:before {
	opacity: .5
}
.overlay-black-dark:before, .overlay-gradient-dark:before, .overlay-primary-dark:before, .overlay-white-dark:before {
	opacity: .8
}
.overlay-bx {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .8s
}
.overlay-bx .align-b {
	left: 0;
	top: auto;
	bottom: 0;
	transform: translate(0);
	-o-transform: translate(0);
	-moz-transform: translate(0);
	-webkit-transform: translate(0)
}
.overlay-bx .align-b, .overlay-bx .align-m {
	height: auto;
	list-style: none outside none;
	margin: 0;
	position: absolute;
	width: 100%
}
.overlay-bx .align-m, .overlay-icon {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 0 10px
}
.overlay-icon {
	height: auto;
	list-style: none outside none;
	margin: 0;
	position: absolute;
	width: 100%
}
.overlay-icon a {
	display: inline-block;
	padding: 0;
	margin: 0 2px
}
.overlay-icon a i {
	background-color: #fff
}
.dlab-box-bx:hover .overlay-bx a>i, .dlab-media:hover .overlay-bx a>i, .overlay-bx:hover a>i {
	opacity: 1;
	visibility: visible;
	transition: all .5s
}
.dlab-box:hover .overlay-bx, .dlab-media:hover .overlay-bx, .overlay-bx:hover, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
	opacity: 1;
	visibility: visible
}
.gallery-box-1 .overlay-bx .overlay-icon a i, .gallery-box-1 .overlay-bx .overlay-icon span i {
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	cursor: pointer
}
.gallery-box-1 .overlay-bx .icon-bx-xs {
	width: 60px;
	height: 60px;
	line-height: 60px
}
.dlab-info-has {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 30px 15px 40px;
	opacity: 0;
	margin-bottom: -100px;
	z-index: 2
}
.dlab-info-has.p-a15 {
	padding: 15px
}
.dlab-info-has.p-a20 {
	padding: 20px
}
.dlab-info-has a, .dlab-info-has h1, .dlab-info-has h2, .dlab-info-has h3, .dlab-info-has h4, .dlab-info-has h5, .dlab-info-has h6, .dlab-info-has p {
	color: #fff
}
.dlab-info-has .dlab-info-has-text {
	margin-bottom: 20px;
	line-height: 24px
}
.dlab-info-has.bg-white h1, .dlab-info-has.bg-white h1 a, .dlab-info-has.bg-white h2, .dlab-info-has.bg-white h2 a, .dlab-info-has.bg-white h3, .dlab-info-has.bg-white h3 a, .dlab-info-has.bg-white h4, .dlab-info-has.bg-white h4 a, .dlab-info-has.bg-white h5, .dlab-info-has.bg-white h5 a, .dlab-info-has.bg-white h6, .dlab-info-has.bg-white h6 a, .dlab-info-has.bg-white p {
	color: #3d474a
}
.dlab-info-has.bg-primary {
	background-color: rgba(27,188,232,.9)
}
.dlab-info-has.bg-green {
	background-color: rgba(106,179,62,.9)
}
.dlab-info-has.bg-black {
	background-color: rgba(0,0,0,.6)
}
.dlab-info-has.bg-white {
	background-color: hsla(0,0%,100%,.8)!important
}
.dlab-media {
	overflow: hidden;
	position: relative
}
.dlab-box:hover .dlab-info-has, .dlab-media:hover .dlab-info-has {
	opacity: 1;
	width: 100%;
	margin-bottom: 0
}
.dlab-info-has.no-hover, .overlay-bx.no-hover {
	opacity: 1;
	width: 100%;
	margin-bottom: 0;
	visibility: visible
}
.testimonial-pic {
	background: #fff;
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	border: 5px solid #fff
}
.testimonial-pic.radius, .testimonial-pic.radius img {
	border-radius: 100%;
	-webkit-border-radius: 100%
}
.testimonial-pic.radius img {
	width: 100%;
	height: 100%
}
.testimonial-pic.shadow {
	box-shadow: 2px 3px 6px -3px rgba(0,0,0,.35)
}
.quote-left {
	position: relative
}
.quote-left:before {
	font-family: FontAwesome;
	position: absolute;
	z-index: 10;
	top: 15px;
	content: "\f10d";
	left: 0
}
.quote-right {
	position: relative
}
.quote-right:before {
	font-family: FontAwesome;
	position: absolute;
	z-index: 10;
	top: 15px;
	content: "\f10e";
	right: 0
}
.testimonial-text {
	padding: 15px;
	position: relative;
	font-size: 15px;
	font-weight: 400
}
.testimonial-text p:last-child {
	margin: 0
}
.testimonial-detail {
	padding: 5px
}
.testimonial-name {
	font-size: 22px;
	font-weight: 700;
	font-family: Source Sans Pro, sans-serif;
	color: #262626;
	line-height: 26px;
	margin-bottom: 5px
}
.testimonial-position {
	font-size: 15px
}
.testimonial-name, .testimonial-position {
	display: block
}
.testimonial-bg {
	color: #fff
}
.client-box .owl-theme .owl-dots {
	text-align: center
}
.client-says {
	padding-left: 180px;
	position: relative
}

@media only screen and (max-width:767px) {
.client-says {
	padding-left: 0
}
}
.client-says .testimonial-detail {
	padding: 0
}
.client-says .testimonial-pic {
	width: 150px;
	height: 150px;
	border: 0;
	position: absolute;
	left: 0;
	top: 0
}

@media only screen and (max-width:767px) {
.client-says .testimonial-pic {
	width: 70px;
	height: 70px;
	position: unset;
	margin-bottom: 15px;
	text-align: center
}
}
.client-says .testimonial-text {
	padding: 0
}
.client-says .testimonial-text p {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
.client-says .testimonial-text p {
	font-size: 15px;
	line-height: 24px
}
}
.client-says .testimonial-name {
	color: #f55f8d;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600
}
.client-says .testimonial-position {
	font-size: 14px;
	font-style: inherit;
	text-transform: capitalize;
	color: #999
}
.testimonial-two .client-says {
	padding-left: 130px
}
.testimonial-two .client-says .testimonial-pic {
	width: 90px;
	height: 90px
}
.testimonial-two .client-says .testimonial-text p {
	font-size: 16px
}
.testimonial-two .client-says .testimonial-name {
	font-size: 20px
}
.testimonial-two .client-says .testimonial-position {
	font-size: 13px;
	color: #868686
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot span {
	height: 13px;
	width: 13px;
	background-color: #fff;
	transition: all .5s;
	opacity: 1
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot.active span {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	background-color: #f55f8d;
	width: 13px
}
.testimonial-1 {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.testimonial-1 .testimonial-text {
	border-bottom: 1px solid #e1e1f0;
	padding: 0 0 20px;
	margin-bottom: 20px
}
.testimonial-1 .testimonial-pic {
	border-radius: 50%;
	height: 70px;
	width: 70px;
	border: 3px solid #f55f8d;
	overflow: hidden;
	margin-right: 15px
}
.testimonial-1 .star-rating li {
	font-size: 18px;
	margin: 0 2px
}
.testimonial-1 .testimonial-detail {
	padding: 0;
	display: flex;
	align-items: center
}
.testimonial-2 {
	display: flex;
	align-items: center;
	width: 800px;
	margin: auto
}
.testimonial-2 .testimonial-pic {
	overflow: unset;
	margin-right: 20px;
	width: auto;
	height: auto;
	background-color: transparent;
	border: 0
}
.testimonial-2 .testimonial-pic img {
	border-radius: 50%;
	height: 150px;
	width: 150px;
	min-width: 150px
}
.testimonial-2 .testimonial-pic:before {
	right: 10px;
	font-size: 50px;
	top: auto;
	bottom: -30px
}
.testimonial-2 .testimonial-name {
	font-size: 20px;
	font-weight: 600;
	padding-left: 40px;
	position: relative
}
.testimonial-2 .testimonial-name:before {
	content: "";
	background-color: #262626;
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 30px
}

@media only screen and (max-width:991px) {
.testimonial-2 {
	width: 100%
}
}

@media only screen and (max-width:575px) {
.testimonial-2 {
	display: block
}
.testimonial-2 .testimonial-pic {
	margin-bottom: 30px
}
.testimonial-2 .testimonial-text {
	padding: 0
}
}
.testimonial-3 {
	text-align: center;
	width: 750px;
	margin: auto
}
.testimonial-3 .testimonial-pic {
	width: 170px;
	height: 170px;
	border: 2px solid #f55f8d;
	border-radius: 50%;
	position: relative
}
.testimonial-3 .testimonial-pic img {
	width: 125px;
	height: 125px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%
}

@media only screen and (max-width:991px) {
.testimonial-3 {
	width: 100%
}
}

@media only screen and (max-width:767px) {
.testimonial-3 .testimonial-pic {
	width: 140px;
	height: 140px
}
.testimonial-3 .testimonial-pic img {
	width: 100px;
	height: 100px
}
}
.slick-list {
	margin: 0 -15px
}
.slick-slide>div {
	padding: 0 15px
}
.slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 15px
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 0;
	height: 0;
	background: transparent;
	border-radius: 30px
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	width: 10px;
	height: 10px;
	content: "";
	opacity: 1;
	background: #f55f8d;
	border-radius: 30px;
	margin: 4px
}
.slick-dots li.slick-active li {
	width: 30px;
	margin: 0 15px
}
.slick-dots li.slick-active button:before {
	width: 30px;
	opacity: 1
}
.owl-none .owl-nav {
	display: none
}
.owl-nav .owl-next, .owl-nav .owl-prev {
	cursor: pointer;
	transition: all .5s;
	display: inline-block
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 20px;
	text-align: center
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots {
	text-align: center
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span {
	background: rgba(0,0,0,.2);
	width: 10px;
	height: 10px;
	margin: 5px
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span, .owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
	background: #000
}
.owl-theme.dots-style-3 .owl-dots {
	margin-top: 30px;
	position: unset;
	right: auto;
	text-align: center;
	top: auto;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
	border: 1px solid;
	border-radius: 20px;
	display: inline-block;
	margin: 4px;
	padding: 3px
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span {
	height: 8px;
	width: 8px;
	margin: 0
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
	border: 1px solid #ff3b68
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
	background-color: #ff3b68
}
.owl-btn-top-c .owl-nav {
	text-align: center
}
.owl-btn-top-l .owl-nav {
	text-align: left
}
.owl-btn-top-l .owl-nav .owl-prev {
	margin-left: 0
}
.owl-btn-top-r .owl-nav {
	text-align: right
}
.owl-btn-top-r .owl-nav .owl-next {
	margin-right: 0
}
.owl-btn-top-lr .owl-nav {
	text-align: left
}
.owl-btn-top-lr .owl-nav .owl-next {
	margin-right: 0;
	float: right
}
.owl-btn-full .owl-next, .owl-btn-full .owl-prev {
	padding: 40px 8px
}
.owl-btn-center .owl-nav {
	justify-content: center
}
.owl-btn-center-lr .owl-next, .owl-btn-center-lr .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer
}
.owl-btn-center-lr .owl-prev {
	left: 0
}
.owl-btn-center-lr .owl-next {
	left: auto;
	right: 0
}
.owl-carousel .owl-item img {
	-webkit-transform-style: inherit;
	transform-style: inherit
}
.owl-btn-1 .owl-nav .owl-next, .owl-btn-1 .owl-nav .owl-prev {
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin: 0 -70px!important;
	padding: 0;
	text-align: center;
	width: 40px
}

@media only screen and (max-width:1400px) {
.owl-btn-1 .owl-nav .owl-next, .owl-btn-1 .owl-nav .owl-prev {
	margin: 0 -5px!important
}
}
.owl-btn-1.owl-btn-gradient .owl-nav .owl-next, .owl-btn-1.owl-btn-gradient .owl-nav .owl-prev {
	background-image: var(--gradient);
	background-size: 200%;
	color: #fff
}
.owl-btn-2 .owl-nav .owl-next, .owl-btn-2 .owl-nav .owl-prev {
	border-radius: 50px;
	height: 45px;
	line-height: 45px;
	margin: 0 10px!important;
	padding: 0;
	text-align: center;
	width: 45px
}
.owl-btn-3 .owl-nav .owl-next, .owl-btn-3 .owl-nav .owl-prev {
	border-radius: 3px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 -70px!important;
	background-color: transparent;
	color: #000;
	font-size: 35px;
	height: auto;
	width: auto;
	opacity: .2
}
.owl-btn-3 .owl-nav .owl-next:hover, .owl-btn-3 .owl-nav .owl-prev:hover {
	background-color: transparent;
	color: #000;
	opacity: 1
}

@media only screen and (max-width:991px) {
.owl-btn-3 .owl-nav .owl-next, .owl-btn-3 .owl-nav .owl-prev {
	margin: 0 10px!important
}
}
.owl-btn-3.btn-white .owl-nav .owl-next, .owl-btn-3.btn-white .owl-nav .owl-next:hover, .owl-btn-3.btn-white .owl-nav .owl-prev, .owl-btn-3.btn-white .owl-nav .owl-prev:hover {
	color: #fff
}
.owl-btn-4 {
	overflow: hidden
}
.owl-btn-4 .owl-nav .owl-next, .owl-btn-4 .owl-nav .owl-prev {
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 0 20px 7px rgba(0,0,0,.5);
	color: #000;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin: 0 -10px!important;
	overflow: hidden;
	padding: 0;
	width: 50px;
	opacity: .7
}
.owl-btn-4 .owl-nav .owl-next:hover, .owl-btn-4 .owl-nav .owl-prev:hover {
	background: #fff none repeat scroll 0 0;
	color: #000;
	opacity: 1
}
.owl-btn-primary .owl-next, .owl-btn-primary .owl-prev {
	background-color: #f55f8d;
	color: #fff;
	transition: all .5s
}
.owl-btn-primary .owl-next:hover, .owl-btn-primary .owl-prev:hover {
	background-color: #fff;
	color: #f55f8d
}
.owl-btn-white .owl-next, .owl-btn-white .owl-prev {
	background-color: #fff;
	color: #f55f8d;
	transition: all .5s
}
.owl-btn-white .owl-next:hover, .owl-btn-white .owl-prev:hover {
	background-color: #f55f8d;
	color: #fff
}
.owl-dots-none .owl-dots {
	display: none
}
.owl-dots-black-full .owl-dots .owl-dot span, .owl-dots-primary-full .owl-dots .owl-dot span, .owl-dots-white-full .owl-dots .owl-dot span {
	transition: all .5s;
	margin: 4px
}
.owl-dots-black-full .owl-dots .owl-dot.active span, .owl-dots-black-full .owl-dots .owl-dot:active span, .owl-dots-primary-full .owl-dots .owl-dot.active span, .owl-dots-primary-full .owl-dots .owl-dot:active span, .owl-dots-white-full .owl-dots .owl-dot.active span, .owl-dots-white-full .owl-dots .owl-dot:active span {
	opacity: 1;
	background-color: #f55f8d;
	width: 25px
}
.owl-dots-black-big .owl-dots .owl-dot span, .owl-dots-primary-big .owl-dots .owl-dot span, .owl-dots-white-big .owl-dots .owl-dot span {
	transition: all .5s;
	margin: 4px
}
.owl-dots-black-big .owl-dots .owl-dot:active span, .owl-dots-primary-big .owl-dots .owl-dot:active span, .owl-dots-white-big .owl-dots .owl-dot:active span {
	width: 14px;
	height: 14px;
	opacity: 1;
	margin: 0 4px 2px
}
.owl-dots-primary-big .owl-dots .owl-dot span, .owl-dots-primary-full .owl-dots .owl-dot span {
	background-color: #f55f8d
}
.owl-dots-black-big .owl-dots .owl-dot span, .owl-dots-black-full .owl-dots .owl-dot span {
	background-color: #333
}
.owl-dots-white-big .owl-dots .owl-dot span, .owl-dots-white-full .owl-dots .owl-dot span {
	background-color: #f5f5f5
}
.pricingtable-inner {
	text-align: center
}
.pricingtable-features {
	margin: 0;
	padding: 0;
	list-style: none
}
.pricingtable-features li {
	padding: 12px
}
.pricingtable-features li i {
	margin: 0 3px
}
.no-col-gap .pricingtable-wrapper {
	margin-left: -1px
}
.table-option {
	border: 2px solid #adadad;
	border-radius: 6px;
	padding: 50px 0 30px
}
.table-option .pricingtable-features, .table-option .pricingtable-footer {
	border: 0;
	background-color: transparent
}
.table-option .pricingtable-features li {
	border: 0;
	background-color: transparent;
	color: #919191;
	font-size: 18px
}
.table-option .pricingtable-title {
	border: 0;
	background-color: transparent;
	padding: 0
}
.table-option .pricingtable-title * {
	color: #000
}
.table-option .pricingtable-title h2 {
	font-size: 28px;
	line-height: 36px
}
.table-option .pricingtable-price {
	padding: 0;
	border: 0;
	background-color: transparent
}
.table-option .pricingtable-bx {
	color: #000;
	font-size: 63px;
	font-weight: 800
}
.table-option .pricingtable-bx strong, .table-option .pricingtable-bx sup {
	font-size: 30px;
	font-weight: 700
}
.table-option.active, .table-option:hover {
	background-color: #eee;
	border: 2px solid #eee
}
.table-option.dark {
	transition: all .5s
}
.table-option.dark.active, .table-option.dark:hover {
	background-color: #404040;
	border: 2px solid #404040;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.3);
	transition: all .5s
}
.table-option.dark.active .pricingtable-features li, .table-option.dark.active .pricingtable-price .pricingtable-bx, .table-option.dark.active .pricingtable-title h2, .table-option.dark:hover .pricingtable-features li, .table-option.dark:hover .pricingtable-price .pricingtable-bx, .table-option.dark:hover .pricingtable-title h2 {
	color: #fff;
	transition: all .5s
}
.table-option.dark.active .pricingtable-footer .btn.black, .table-option.dark:hover .pricingtable-footer .btn.black {
	background-color: #fff;
	border-color: transparent;
	color: #000
}
.pricingtable-toggle {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: auto auto 10px
}
.pricingtable-toggle span {
	font-size: 18px;
	margin-top: 5px;
	font-weight: 500
}
.pricingtable-toggle .custom-control-label {
	margin: 0 35px 0 50px
}
.pricingtable-wrapper {
	box-shadow: 0 0 10px rgba(31,66,135,.3);
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s;
	background-color: #fff
}
.pricingtable-wrapper.style-1 {
	padding: 50px 30px
}
.pricingtable-wrapper.style-1 .pricingtable-bx {
	color: #f55f8d;
	margin: 0;
	transition: all .5s
}
.pricingtable-wrapper.style-1 .pricingtable-features {
	padding: 15px 0
}
.pricingtable-wrapper.style-1 .pricingtable-features li {
	padding: 8px 0;
	font-weight: 500
}
.pricingtable-wrapper.style-1 .btn {
	transition: all .5s
}
.pricingtable-wrapper.style-1.active, .pricingtable-wrapper.style-1:hover {
	background-image: var(--gradient);
	background-size: 200%
}
.pricingtable-wrapper.style-1.active .btn, .pricingtable-wrapper.style-1.active .pricingtable-bx, .pricingtable-wrapper.style-1.active .pricingtable-features li, .pricingtable-wrapper.style-1.active .pricingtable-title h3, .pricingtable-wrapper.style-1:hover .btn, .pricingtable-wrapper.style-1:hover .pricingtable-bx, .pricingtable-wrapper.style-1:hover .pricingtable-features li, .pricingtable-wrapper.style-1:hover .pricingtable-title h3 {
	color: #fff
}
.pricingtable-wrapper.style-1.active .btn i, .pricingtable-wrapper.style-1:hover .btn i {
	color: #f55f8d;
	background-color: #fff
}
.pricingtable-wrapper.style-2 {
	padding: 30px
}
.pricingtable-wrapper.style-2 [class*=icon-bx-] {
	position: relative;
	margin: 30px 20px
}
.pricingtable-wrapper.style-2 [class*=icon-bx-]:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	background-image: url(/_next/static/media/pattern1.31027dab7bd44c8b236bed1a5692c6d3.png);
	height: 110px;
	width: 110px;
	background-repeat: no-repeat
}
.pricingtable-wrapper.style-2 [class*=icon-bx-] .icon-cell i {
	font-size: 42px;
	color: #f55f8d
}
.pricingtable-wrapper.style-2 .pricingtable-features {
	padding: 10px 0 20px
}
.pricingtable-wrapper.style-2 .pricingtable-features li {
	padding: 5px 0
}
.pricingtable-wrapper.style-2 .pricingtable-bx {
	font-size: 42px
}
.pricingtable-wrapper.style-2 .pricingtable-bx .pricingtable-type {
	font-size: 45%;
	font-weight: 600
}
.pricingtable-wrapper.style-2.active, .pricingtable-wrapper.style-2:hover {
	background-image: var(--gradient);
	background-size: 200%
}
.pricingtable-wrapper.style-2.active [class*=icon-bx-], .pricingtable-wrapper.style-2:hover [class*=icon-bx-] {
	background-color: hsla(0,0%,100%,.5)
}
.pricingtable-wrapper.style-2.active [class*=icon-bx-] .icon-cell i, .pricingtable-wrapper.style-2:hover [class*=icon-bx-] .icon-cell i {
	color: #fff
}
.pricingtable-wrapper.style-2.active [class*=icon-bx-]:before, .pricingtable-wrapper.style-2:hover [class*=icon-bx-]:before {
	background-image: url(/_next/static/media/pattern1-light.d7b4c39949e0bf5e7653f321835e065d.png)
}
.pricingtable-wrapper.style-2.active .btn, .pricingtable-wrapper.style-2:hover .btn {
	color: #f55f8d;
	background-color: #fff;
	background-image: unset
}
.pricingtable-wrapper.style-2.active .pricingtable-bx, .pricingtable-wrapper.style-2.active .pricingtable-features li, .pricingtable-wrapper.style-2.active .pricingtable-title h3, .pricingtable-wrapper.style-2:hover .pricingtable-bx, .pricingtable-wrapper.style-2:hover .pricingtable-features li, .pricingtable-wrapper.style-2:hover .pricingtable-title h3 {
	color: #fff
}
.pricingtable-wrapper.style-3 {
	padding-bottom: 35px
}
.pricingtable-wrapper.style-3 .pricingtable-head {
	position: relative;
	background-image: var(--gradient-sec);
	background-size: 200%;
	padding: 30px 30px 0;
	margin-bottom: 10px
}
.pricingtable-wrapper.style-3 .pricingtable-head:after {
	content: "";
	background-image: url(/_next/static/media/pattern4.b2447230b4ccb4a20ee13fa2996012e9.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}
.pricingtable-wrapper.style-3 .pricingtable-head .pricingtable-title h3 {
	color: #fff
}
.pricingtable-wrapper.style-3 .pricingtable-head .icon-cell {
	z-index: 9;
	position: relative
}
.pricingtable-wrapper.style-3 .pricingtable-features {
	margin: 25px 0
}
.pricingtable-wrapper.style-3 .pricingtable-features li {
	padding: 5px 10px
}
.pricingtable-wrapper.style-3 .pricingtable-bx {
	font-size: 45px
}
.pricingtable-wrapper.style-3 .pricingtable-bx small {
	font-size: 18px;
	color: #4454a2;
	font-weight: 600;
	margin-left: 8px
}
.pricingtable-wrapper.style-3.active .btn, .pricingtable-wrapper.style-3:hover .btn {
	background-color: #f55f8d;
	color: #fff
}
.dlab-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
	vertical-align: middle
}
.dlab-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	transition: all .2s
}
.dlab-img-effect.opacity img:hover {
	opacity: .8
}
.dlab-img-effect.zoom-slow img {
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s
}
.dlab-img-effect.zoom-slow:hover img, .dlab-img-effect.zoom:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}
.dlab-img-effect.shrink:hover img {
	transform: scale(.8);
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8)
}
.dlab-img-effect.side-pan:hover img {
	margin-left: -11%
}
.dlab-img-effect.side-pan:hover img, .dlab-img-effect.vertical-pan:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}
.dlab-img-effect.vertical-pan:hover img {
	margin-top: -10%
}
.dlab-img-effect.fade-in {
	background: #000
}
.dlab-img-effect.fade-in img {
	opacity: .65
}
.dlab-img-effect.fade-in:hover img {
	opacity: 1
}
.dlab-img-effect.fade-out {
	background: #000
}
.dlab-img-effect.fade-out:hover img {
	opacity: .7
}
.dlab-img-effect.rotate:hover img {
	-webkit-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg)
}
.dlab-img-effect.image-sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%)
}
.dlab-img-effect.blurr img {
	transition: all .2s
}
.dlab-img-effect.blurr-invert img, .dlab-img-effect.blurr:hover img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px)
}
.dlab-img-effect.blurr-invert img {
	transition: all .2s
}
.dlab-img-effect.blurr-invert:hover img {
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0)
}
.dlab-img-effect.off-color img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0)
}
.dlab-img-effect.off-color:hover img, .dlab-img-effect.on-color img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1)
}
.dlab-img-effect.on-color:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0)
}
.dlab-box:hover .dlab-img-effect.rotate img {
	-webkit-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg)
}
.dlab-team.style-1 .dlab-social-icon {
	display: flex
}
.dlab-team.style-1 .dlab-social-icon li {
	margin: 2px
}
.dlab-team.style-1 .dlab-content {
	box-shadow: 0 5px 10px rgba(31,66,135,.1);
	border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -60px;
	z-index: 99;
	background-color: #fff;
	margin-left: 30px;
	position: relative
}
.dlab-team.style-1 .dlab-name {
	margin-bottom: 3px
}
.dlab-team.style-1 .dlab-position {
	text-transform: uppercase;
	font-size: 13px
}
.dlab-team.style-1 .dlab-media {
	box-shadow: 0 36px 48px rgba(31,66,135,.1);
	border-radius: 10px;
	margin-right: 30px
}

@media only screen and (max-width:575px) {
.dlab-team.style-1 .dlab-content {
	padding: 20px;
	margin-left: 20px;
	margin-top: -50px
}
.dlab-team.style-1 .dlab-media {
	margin-right: 20px
}
}
.dlab-team.style-2 .dlab-media {
	border-radius: 50px 0 50px 50px;
	transition: all .5s
}
.dlab-team.style-2:hover .dlab-media {
	border-radius: 50px 50px 50px 0
}
.dlab-team.style-2 .dlab-content {
	padding: 20px;
	text-align: center
}
.dlab-team.style-2 .dlab-position {
	font-size: 14px
}
.dlab-team.style-2 .dlab-name {
	margin-bottom: 5px
}
.dlab-team.style-3 .dlab-media {
	box-shadow: 0 36px 48px rgba(31,66,135,.1);
	border-radius: 10px
}
.dlab-team.style-3 .overlay-content {
	position: absolute;
	background-color: rgba(245,95,141,.7);
	top: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .5s
}
.dlab-team.style-3 .dlab-content {
	padding-top: 15px
}
.dlab-team.style-3 .dlab-position {
	font-size: 15px
}
.dlab-team.style-3 .dlab-name {
	margin-bottom: 5px;
	transition: all .5s
}
.dlab-team.style-3:hover .overlay-content {
	transition: all .5s;
	opacity: 1
}
.dlab-team.style-3:hover .dlab-name a {
	color: #f55f8d
}
.dlab-accordion .collapsed {
	display: none
}
.dlab-accordion .collapsed.show {
	display: block
}
.dlab-accordion .card {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px
}
.dlab-accordion .card-body {
	padding: 25px 30px;
	border-radius: 0
}
.dlab-accordion .card-header {
	padding: 0;
	border: 0
}
.dlab-accordion .card-header .dlab-title {
	margin: 0;
	width: 100%
}
.dlab-accordion .card-header .dlab-title a {
	width: 100%;
	border-radius: 8px;
	padding: 24px 65px 24px 30px;
	transition: all .5s;
	background-image: var(--gradient);
	background-size: 200%;
	color: #fff;
	display: block;
	position: relative;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.dlab-accordion .card-header .dlab-title a:after {
	content: "";
	background-color: #fff;
	font-family: themify;
	height: 55px;
	width: 55px;
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
	border-radius: 8px;
	line-height: 57px;
	text-align: center;
	font-size: 24px;
	transition: all .5s
}
.dlab-accordion .card-header .dlab-title a:before {
	content: "\e61a";
	color: #f55f8d;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 24px;
	font-family: themify;
	z-index: 99;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .5s
}
.dlab-accordion .card-header .dlab-title a.collapsed {
	background: #fff;
	color: #262626
}
.dlab-accordion .card-header .dlab-title a.collapsed:after {
	content: "\e61a";
	color: #fff;
	background-image: var(--gradient);
	background-size: 200%
}
.dlab-accordion .card-header .dlab-title a.collapsed:before {
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

@media only screen and (max-width:575px) {
.dlab-accordion .card-header .dlab-title a {
	padding: 15px 65px 15px 15px
}
}
.dlab-accordion.accordion-sm .card-header .dlab-title a {
	padding: 16px 55px 16px 20px
}
.dlab-accordion.accordion-sm .card-header .dlab-title a:after {
	height: 40px;
	width: 40px;
	right: 5px;
	top: 6px;
	line-height: 40px;
	font-size: 20px;
	background-color: #fff
}
.dlab-accordion.accordion-sm .card-header .dlab-title a:before {
	right: 14px;
	top: 14px;
	font-size: 20px
}

@media only screen and (max-width:575px) {
.dlab-accordion.accordion-sm .card-header .dlab-title a {
	padding: 15px 65px 15px 15px
}
}
.widget {
	margin-bottom: 40px
}
.widget .widget-title {
	color: #262626;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 30px
}
.widget .widget-title:before {
	content: "";
	height: 100%;
	width: 5px;
	border-radius: 10px;
	background-color: #f55f8d;
	position: absolute;
	left: 0;
	top: 0
}
.widget.style-1 .widget-title {
	padding: 0 0 12px;
	margin-bottom: 30px
}
.widget.style-1 .widget-title:after, .widget.style-1 .widget-title:before {
	content: "";
	height: 6px;
	border-radius: 10px;
	background-image: var(--gradient);
	background-size: 200%;
	position: absolute;
	bottom: 0
}
.widget.style-1 .widget-title:before {
	width: 25px;
	left: 0;
	top: auto
}
.widget.style-1 .widget-title:after {
	width: 55px;
	left: 32px
}
.widget_archive ul li a {
	display: flex;
	padding: 8px 8px 8px 25px;
	color: #262626;
	transition: all .5s;
	align-items: center;
	justify-content: space-between;
	border-radius: 50px
}
.widget_archive ul li a span {
	font-size: 15px;
	background-color: rgba(245,95,141,.1);
	color: #262626;
	padding: 4px 15px;
	border-radius: 20px;
	transition: all .5s
}
.widget_archive ul li a:hover {
	box-shadow: 0 0 10px rgba(31,66,135,.2);
	color: #f55f8d
}
.widget_archive ul li a:hover span {
	background-image: var(--gradient);
	background-size: 200%;
	color: #fff
}
.widget_archive.style-1 ul li a {
	border-radius: 0 20px 0 20px
}
.widget_tag_cloud .tagcloud {
	clear: both;
	display: table
}
.widget_tag_cloud .tagcloud a {
	position: relative;
	border: 1px solid #262626;
	border-radius: 20px;
	padding: 3px 15px 3px 35px;
	display: inline-block;
	margin: 0 10px 15px 0;
	font-size: 15px;
	color: #262626
}
.widget_tag_cloud .tagcloud a:before {
	content: "\f00c";
	font-family: Line Awesome Free;
	height: 24px;
	width: 24px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	border-radius: 50px;
	background-color: #262626;
	position: absolute;
	left: 3px;
	top: 3px;
	color: #262626;
	text-align: center;
	transition: all .5s
}
.widget_tag_cloud .tagcloud a:hover:before {
	background-color: #f55f8d;
	color: #fff
}
.recent-posts-entry .widget-post-bx .widget-post {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: all .5s
}
.recent-posts-entry .widget-post-bx .widget-post .dlab-media {
	width: 130px;
	border-radius: 8px
}
.recent-posts-entry .widget-post-bx .widget-post .dlab-info {
	padding-left: 15px
}
.recent-posts-entry .widget-post-bx .widget-post .dlab-meta li {
	font-size: 14px;
	color: #262626
}
.recent-posts-entry .widget-post-bx .widget-post .title {
	font-weight: 600;
	font-size: 18px
}
.recent-posts-entry .widget-post-bx .widget-post:hover {
	box-shadow: 0 0 10px rgba(31,66,135,.2)
}
.recent-posts-entry.style-1 .widget-post-bx .widget-post {
	border-radius: 0 20px 0 20px
}
.search-bx .form-control {
	padding: 10px 100px 10px 50px
}
.search-bx .input-group-prepend {
	border-right: 0
}
.search-bx .input-group-prepend .input-group-text i {
	color: #828282
}
.search-bx button {
	position: absolute;
	right: 0;
	height: 45px;
	border-radius: 30px;
	top: 0;
	font-size: 30px;
	padding: 0 30px;
	z-index: 99
}
.search-bx.style-1 {
	padding: 30px;
	background-color: #262626;
	border-radius: 8px
}
.search-bx.style-1 .input-group {
	margin-bottom: 0
}
.search-bx.style-1 .form-control {
	border-radius: 0 20px 0 20px!important
}
.search-bx.style-1 button {
	border-radius: 0 20px 0 0;
	padding: 0 10px
}
.widget_nav_menu li a {
	background-color: #fff;
	display: block;
	border-radius: 4px;
	padding: 15px 25px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 5px 12px 20px 0 rgba(0,0,0,.05);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background-size: 200%
}
.download-file, .widget_nav_menu li.active a, .widget_nav_menu li a:hover {
	background-image: var(--gradient);
	color: #fff
}
.download-file {
	padding: 25px 25px 20px 20px;
	border-radius: 4px
}
.download-file .title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 600
}
.download-file ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.download-file ul li a {
	background-color: #fff;
	color: #000;
	display: block;
	margin-bottom: 10px;
	border-radius: 4px;
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	align-items: center;
	display: flex;
	justify-content: space-between
}
.download-file ul li a i {
	width: 18px;
	height: 18px;
	position: relative
}
.download-file ul li a i:after, .download-file ul li a i:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 0
}
.download-file ul li a i:before {
	background-image: url(/_next/static/media/download-icon2.2a89b6eaf680cf58e0005b2e8a7582c0.png);
	-webkit-animation: download1 2s ease infinite;
	animation: download1 2s ease infinite
}
.download-file ul li a i:after {
	background-image: url(/_next/static/media/download-icon1.33ac328648ed2744e7a05cf07d8a1405.png)
}
.download-file ul li a .text {
	display: inline;
	position: relative
}
.download-file ul li a:hover .text {
	color: #f55f8d
}
@-webkit-keyframes download1 {
0%, 10%, 20%, 50%, 80%, to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
60% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
}
@keyframes download1 {
0%, 10%, 20%, 50%, 80%, to {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
60% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
}
.action-box.style-1 {
	padding: 80px 0 30px
}

@media only screen and (max-width:991px) {
.action-box.style-1 {
	padding: 60px 0 30px
}
}

@media only screen and (max-width:767px) {
.action-box.style-1 .text-right {
	text-align: left!important
}
}

@media only screen and (max-width:575px) {
.action-box.style-1 {
	padding: 50px 0 10px
}
}
.dlab-subscribe.style-1 {
	padding: 75px 60px;
	background-color: #fff;
	z-index: 99;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	background-image: url(/_next/static/media/pattern3.13b54389f91d8b7f8280d082d161f972.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 50px
}
.dlab-subscribe.style-1 form {
	margin-left: 50px
}
.dlab-subscribe.style-1 form .form-group, .dlab-subscribe.style-1 form .input-group {
	margin-bottom: 0
}
.dlab-subscribe.style-1 form button {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 99
}

@media only screen and (max-width:1199px) {
.dlab-subscribe.style-1 {
	margin: 0;
	padding: 40px
}
}

@media only screen and (max-width:991px) {
.dlab-subscribe.style-1 form {
	margin-left: 0;
	margin-top: 30px
}
}

@media only screen and (max-width:767px) {
.dlab-subscribe.style-1 .title {
	font-size: 32px
}
}

@media only screen and (max-width:575px) {
.dlab-subscribe.style-1 {
	padding: 30px
}
.dlab-subscribe.style-1 .title {
	font-size: 32px
}
.dlab-subscribe.style-1 form {
	margin-top: 15px
}
}
.dlab-subscribe.style-2 form .form-control {
	height: 56px;
	border-radius: 50px!important
}
.dlab-subscribe.style-2 form button {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 9
}

@media only screen and (max-width:575px) {
.dlab-subscribe.style-2 form button {
	padding-left: 20px;
	padding-right: 20px
}
}
.dlab-subscribe.style-3 form .form-control {
	height: 56px;
	border-radius: 0 22px 0 22px!important
}
.dlab-subscribe.style-3 form button {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 99
}
nav .pagination .page-item {
	margin: 0 5px
}
nav .pagination .page-item .page-link {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50px;
	background-color: rgba(245,95,141,.1);
	color: #262626;
	text-align: center;
	border: 0;
	padding: 0;
	transition: all .5s
}
nav .pagination .page-item .page-link.next, nav .pagination .page-item .page-link.prev {
	width: 80px
}
nav .pagination .page-item .page-link.active, nav .pagination .page-item .page-link:hover {
	background-image: var(--gradient);
	background-size: 200%;
	color: #fff
}
nav .pagination.text-center {
	justify-content: center
}
.blockquote {
	position: relative;
	margin: 30px 0
}
.blockquote:before {
	content: "\f11f";
	position: absolute;
	font-family: Flaticon
}
.blockquote.style-1 {
	padding-left: 60px
}
.blockquote.style-1:before {
	color: #f55f8d;
	left: 0;
	top: 50%;
	font-size: 42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.blockquote.style-1 .blockquote-content {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
	border-left: 3px solid rgba(245,95,141,.1);
	padding-left: 15px
}
.blockquote.style-2 {
	padding: 20px 30px
}
.blockquote.style-2:before {
	color: #f55f8d;
	left: 30px;
	font-size: 36px;
	opacity: .3;
	z-index: -1;
	top: -7px
}
.blockquote.style-2:after {
	content: "";
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #f55f8d;
	border-radius: 30px
}
.blockquote.style-2 .blockquote-content {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0
}
.blockquote.style-3 {
	padding: 20px 30px 20px 80px;
	background-color: #f8f5ff;
	text-align: center
}
.blockquote.style-3:before {
	color: #f55f8d;
	left: 20px;
	top: 50%;
	font-size: 42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.blockquote.style-3 .blockquote-content {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0
}
.dlab-content-bx.style-1 {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	transition: all .5s;
	padding: 15px
}
.dlab-content-bx.style-1 .counter {
	font-size: 48px
}
.dlab-content-bx.style-1 .title {
	font-size: 20px;
	color: #262f5a;
	font-weight: 500
}
.dlab-content-bx.style-1:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

@media only screen and (max-width:1199px) {
.dlab-content-bx.style-1 {
	height: 200px;
	width: 200px
}
.dlab-content-bx.style-1 .counter {
	font-size: 42px
}
.dlab-content-bx.style-1 .title {
	font-size: 16px
}
}
.dlab-content-bx.style-2 {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	padding: 15px
}
.dlab-content-bx.style-3 {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 15px hsla(0,0%,100%,.5);
	width: 235px;
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto;
	transition: all .5s;
	padding: 15px
}
.dlab-content-bx.style-3 .counter {
	font-size: 48px
}
.dlab-content-bx.style-3 .title {
	font-size: 20px;
	color: #262f5a;
	font-weight: 500
}
.dlab-content-bx.style-3:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

@media only screen and (max-width:1199px) {
.dlab-content-bx.style-3 {
	height: 200px;
	width: 200px
}
.dlab-content-bx.style-3 .counter {
	font-size: 42px
}
.dlab-content-bx.style-3 .title {
	font-size: 16px
}
}
ul[class*=list-] {
	font-size: 15px
}
ul[class*=list-] li {
	position: relative;
	padding: 8px 5px 8px 35px
}
ul[class*=list-] li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
ul.list-check li:before {
	content: "\f120";
	font-family: Flaticon;
	font-size: 24px
}
ul.list-check.style-1 li {
	padding: 8px 5px 8px 28px
}
ul.list-check.style-1 li:before {
	content: "\f058";
	font-family: Line Awesome Free;
	font-size: 24px
}
ul.list-arrow li:before {
	content: "\f101";
	font-family: fontawesome;
	font-size: 24px
}
ul.primary li:before {
	color: #f55f8d
}
.content-inner {
	padding-top: 100px;
	padding-bottom: 70px
}

@media only screen and (max-width:991px) {
.content-inner {
	padding-top: 70px;
	padding-bottom: 40px
}
}

@media only screen and (max-width:575px) {
.content-inner {
	padding-top: 50px;
	padding-bottom: 20px
}
}
.content-inner-1 {
	padding-top: 100px;
	padding-bottom: 100px
}

@media only screen and (max-width:991px) {
.content-inner-1 {
	padding-top: 70px;
	padding-bottom: 70px
}
}

@media only screen and (max-width:575px) {
.content-inner-1 {
	padding-top: 50px;
	padding-bottom: 50px
}
}
.content-inner-2 {
	padding-top: 100px;
	padding-bottom: 0
}

@media only screen and (max-width:991px) {
.content-inner-2 {
	padding-top: 70px
}
}

@media only screen and (max-width:575px) {
.content-inner-2 {
	padding-top: 50px
}
}
.content-inner-3 {
	padding-top: 70px;
	padding-bottom: 40px
}

@media only screen and (max-width:991px) {
.content-inner-3 {
	padding-top: 50px;
	padding-bottom: 20px
}
}
.dlab-media.style-1, .dlab-media.style-2, .dlab-media.style-3 {
	border-radius: 50%;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	border: 10px solid #fff
}
.dlab-media.style-1 {
	width: 335px;
	height: 335px
}
.dlab-media.style-2 {
	width: 250px;
	height: 250px
}
.dlab-media.style-3 {
	width: 215px;
	height: 215px
}
.star-rating li {
	display: inline-block
}
.setResizeMargin-right {
	padding: 0 15px
}
.quote-media .style-2 {
	float: right;
	margin: -100px 0 0
}
.quote-media .style-3 {
	margin: 100px 0 0 50px
}

@media only screen and (max-width:991px) {
.quote-media .style-2 {
	margin: -100px 70px 0 0
}
.quote-media .style-3 {
	margin: 40px 0 0 50px
}
}

@media only screen and (max-width:767px) {
.quote-media .style-2 {
	margin: -100px 0 0
}
}

@media only screen and (max-width:575px) {
.quote-media .style-1 {
	width: 250px;
	height: 250px
}
.quote-media .style-2 {
	margin: -100px 0 0;
	width: 200px;
	height: 200px
}
.quote-media .style-3 {
	margin: -50px 0 0 50px;
	width: 150px;
	height: 150px;
	float: left
}
}
.dlab-social-icon li {
	display: inline-block
}
.dlab-social-icon li a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	color: #f55f8d;
	background-color: #fff;
	transition: all .5s;
	margin: 2px
}
.dlab-social-icon li a:hover {
	color: #fff;
	background-image: var(--gradient);
	background-size: 200%
}
.dlab-social-icon.primary li a {
	background-color: #f55f8d;
	color: #fff
}
.dlab-social-icon.primary-light li a {
	background-color: rgba(245,95,141,.1);
	color: #f55f8d
}
.dlab-social-icon.primary-light li a:hover {
	color: #fff;
	background-image: var(--gradient);
	background-size: 200%
}
.dlab-separator.style-1 {
	height: 6px;
	width: 6px;
	background-color: #f55f8d;
	border-radius: 20px;
	position: relative;
	margin: 5px 23px
}
.dlab-separator.style-1:after, .dlab-separator.style-1:before {
	height: 2px;
	width: 20px;
	background-color: #f55f8d;
	position: absolute;
	top: 3px
}
.dlab-separator.style-1:before {
	left: auto;
	right: 10px
}
.dlab-separator.style-1:after {
	right: auto;
	left: 10px
}
.dlab-separator.style-2 {
	position: relative;
	height: auto;
	width: 150px
}
.dlab-separator.style-2:after, .dlab-separator.style-2:before {
	content: "";
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px
}
.dlab-separator.style-2:before {
	width: 45px
}
.dlab-separator.style-2:after {
	width: 95px;
	left: 55px
}
.dlab-separator.style-2.bg-white {
	background-color: transparent
}
.dlab-separator.style-2.bg-white:after, .dlab-separator.style-2.bg-white:before {
	background-color: #fff
}
.dlab-separator.style-2.bg-primary {
	background-color: transparent
}
.dlab-separator.style-2.bg-primary:after, .dlab-separator.style-2.bg-primary:before {
	background-image: var(--gradient);
	background-size: 200%
}
.section-head.text-white .sub-title, .section-head.text-white .title, .section-head.text-white p {
	color: #fff
}
.section-head.style-1 .sub-title {
	padding: 10px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600
}
.section-head.style-2 .sub-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px
}
.section-head.style-3 h2.title {
	font-size: 45px
}
.section-head.style-3 .sub-title {
	padding: 10px 30px;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px
}

@media only screen and (max-width:1199px) {
.section-head.style-3 h2.title {
	font-size: 36px
}
}

@media only screen and (max-width:575px) {
.section-head.style-3 .sub-title {
	font-size: 16px
}
.section-head.style-3 h2.title {
	font-size: 32px
}
}
button.scroltop {
	box-shadow: -4px 4px 24px -10px #f55f8d!important;
	background: #f55f8d;
	border-radius: 4px;
	border: 0 solid #f55f8d;
	bottom: 15px;
	color: #fff;
	cursor: pointer;
	display: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 50px;
	z-index: 999;
	box-shadow: -4px 4px 24px -10px;
	transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s
}
.section-wraper-one .icon-bx-wraper:nth-child(2) {
	margin-left: 100px
}
.section-wraper-one .icon-bx-wraper:nth-child(2):before {
	content: "";
	background-image: url(/_next/static/media/pattern7.4e564a971c2f77c6a6edcf981e23b274.png);
	height: 450px;
	width: 100%;
	top: -140px;
	left: -50px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: -2
}

@media only screen and (max-width:575px) {
.section-wraper-one .icon-bx-wraper:nth-child(2) {
	margin-left: 0
}
}
.banner-one {
	background-position: 0 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 750px;
	position: relative
}
.banner-one .banner-inner {
	padding-top: 150px
}
.banner-one .banner-inner .img1 {
	position: absolute;
	left: 100px;
	bottom: 50px
}
.banner-one .banner-inner .img2 {
	position: absolute;
	right: 0;
	top: 120px
}
.banner-one .banner-content h1 {
	margin-bottom: 20px
}
.banner-one .banner-content .sub-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px
}

@media only screen and (max-width:991px) {
.banner-one {
	height: 550px
}
.banner-one .banner-content h1 {
	font-size: 42px
}
.banner-one .banner-inner {
	padding-top: 120px
}
}

@media only screen and (max-width:767px) {
.banner-one {
	height: auto;
	padding-bottom: 30px
}
.banner-one .banner-content {
	margin-bottom: 50px
}
}

@media only screen and (max-width:575px) {
.banner-one .banner-inner {
	padding-top: 100px
}
.banner-one .banner-content h1 {
	font-size: 32px
}
}
.banner-two {
	height: 950px;
	position: relative;
	overflow: hidden
}
.banner-two:after {
/*	background-image: url(images/slop.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0
}
.banner-two .banner-inner {
	z-index: 99;
	position: relative;
	padding-top: 175px !important;
}
.banner-two .banner-content h1 {
	color: #fff
}
.banner-two .banner-content .sub-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 20px
}
.banner-two .img1, .banner-two .img2, .banner-two .img3 {
	position: absolute
}
.banner-two .img1 {
	left: -180px;
	top: 150px
}
.banner-two .img2 {
	right: 150px;
	bottom: -100px
}
.banner-two .img3 {
	right: -180px;
	bottom: -220px
}
.banner-two .dz-media {
	-webkit-mask-image: url(/_next/static/media/pic2.7dbb6ddf9303bd9a68bea197698dcbda.png);
	mask-image: url(/_next/static/media/pic2.7dbb6ddf9303bd9a68bea197698dcbda.png);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 40vw
}

@media only screen and (max-width:1400px) {
.banner-two .dz-media {
	width: 65vw
}
}

@media only screen and (max-width:1199px) {
.banner-two {
	height: 850px
}
}

@media only screen and (max-width:991px) {
.banner-two {
	height: auto
}
.banner-two .dz-media {
	position: relative;
	width: 100%;
	-webkit-mask-image: unset!important
}
.banner-two .banner-content {
	margin-bottom: 30px
}
.banner-two .banner-content h1 {
	font-size: 42px
}
}

@media only screen and (max-width:767px) {
.banner-two .banner-inner {
	padding-top: 80px
}
}

@media only screen and (max-width:575px) {
.banner-two .banner-content h1 {
	font-size: 32px
}
.banner-two .img2 {
	display: none
}
}
.banner-three {
	height: 850px;
	position: relative;
	background-position: bottom, top;
	background-repeat: no-repeat
}
.banner-three:after {
	background-image: url(/_next/static/media/pic2.8176d07771082b3af7efa7c9fd57e095.png);
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 0
}
.banner-three .banner-content h1 {
	color: #fff
}
.banner-three .banner-content .sub-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px
}
.banner-three .banner-inner {
	z-index: 99;
	position: relative;
	padding-top: 200px
}
.banner-three .banner-inner .dz-media {
	margin-right: -80px
}

@media only screen and (max-width:1400px) {
.banner-three .banner-inner .dz-media {
	margin-right: 0
}
}

@media only screen and (max-width:1199px) {
.banner-three {
	height: 750px
}
}

@media only screen and (max-width:991px) {
.banner-three {
	height: 600px
}
.banner-three:after {
	background-position: -280px bottom
}
.banner-three .banner-content h1 {
	font-size: 42px
}
.banner-three .banner-inner {
	padding-top: 150px
}
}

@media only screen and (max-width:767px) {
.banner-three {
	height: auto;
	padding-bottom: 30px
}
.banner-three .banner-content {
	margin-bottom: 70px
}
}

@media only screen and (max-width:575px) {
.banner-three:after {
	background-position: -120px bottom
}
.banner-three .banner-content {
	margin-bottom: 50px
}
.banner-three .banner-inner {
	padding-top: 120px
}
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
	background-color: rgba(30,30,30,.6)
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item, .lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
	background-color: transparent
}
.lg-backdrop {
	background-color: rgba(30,30,30,.9)
}
#lg-counter, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb, .lg-toolbar .lg-icon {
	color: #fff
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #f55f8d
}
.lightimg {
	cursor: pointer
}
.dlab-img-overlay1.primary:after, .dlab-img-overlay1.primary:before {
	background-color: #f55f8d
}
.dlab-overlay-box {
	overflow: hidden
}
.dlab-overlay-box .dlab-info {
	position: absolute;
	z-index: 99;
	transition: all .5s;
	width: 100%
}
.dlab-overlay-box.style-1 {
	border-radius: 10px;
	box-shadow: 0 2px 15px rgba(245,95,141,.2)
}
.dlab-overlay-box.style-1 .dlab-info {
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	padding: 30px
}
.dlab-overlay-box.style-1 .dlab-info .title {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	margin-bottom: 20px
}
.dlab-overlay-box.style-1 .dlab-info .title a {
	color: #fff
}
.dlab-overlay-box.style-1 .dlab-info .icon-link {
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background-color: rgba(250,248,242,.1);
	color: #fff;
	line-height: 60px;
	text-align: center;
	display: block;
	font-size: 24px;
	margin: auto
}
.dlab-overlay-box.style-1:hover .dlab-media:before {
	opacity: .8
}
.dlab-overlay-box.style-1:hover .dlab-info {
	opacity: 1
}
.dlab-overlay-box.style-2 {
	border-radius: 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.dlab-overlay-box.style-2 .dlab-info {
	bottom: -100%;
	left: 0;
	text-align: left;
	padding: 30px
}
.dlab-overlay-box.style-2 .dlab-info .title {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 500
}
.dlab-overlay-box.style-2 .dlab-info .title a {
	color: #fff
}
.dlab-overlay-box.style-2 .dlab-info .post-author {
	color: #fff;
	margin-bottom: 0
}
.dlab-overlay-box.style-2 .dlab-info .post-author a {
	color: #fff
}
.dlab-overlay-box.style-2:hover .dlab-info {
	bottom: 0
}
.dlab-overlay-box.style-3 {
	border-radius: 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1)
}
.dlab-overlay-box.style-3 .dlab-info {
	bottom: -100%;
	left: 30px;
	right: 30px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 60px 30px 30px;
	width: auto
}
.dlab-overlay-box.style-3 .dlab-info:before {
	content: "\f105";
	font-size: 45px;
	color: #f55f8d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	font-family: fontawesome;
	position: absolute
}
.dlab-overlay-box.style-3 .dlab-info .post-author {
	margin-bottom: 0
}
.dlab-overlay-box.style-3 .dlab-info .post-author a {
	color: #5c6390
}
.dlab-overlay-box.style-3 .dlab-info .title {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 500
}
.dlab-overlay-box.style-3:hover .dlab-info {
	bottom: 30px
}

@media only screen and (max-width:1199px) {
.dlab-overlay-box.style-3 .dlab-info {
	padding: 20px 40px 20px 20px;
	left: 20px;
	right: 20px
}
.dlab-overlay-box.style-3 .dlab-info:before {
	font-size: 36px;
	right: 20px
}
.dlab-overlay-box.style-3:hover .dlab-info {
	bottom: 20px
}
}
.pricingtable-wraper-1 {
	display: flex
}
.pricingtable-wraper-1 .pricingtable-wrapper {
	padding: 30px;
	width: 100%;
	transition: all .5s
}
.pricingtable-wraper-1 .pricingtable-wrapper .pricingtable-title h3 {
	font-size: 22px
}
.pricingtable-wraper-1 .pricingtable-wrapper .pricingtable-features li {
	padding: 6px 0;
	font-size: 13px
}
.pricingtable-wraper-1 .pricingtable-wrapper.center {
	margin: -30px -70px 0;
	padding: 60px 30px;
	opacity: 1
}
.pricingtable-wraper-1 .pricingtable-wrapper.active {
	z-index: 9;
	opacity: 1
}
.pricingtable-wraper-1 .pricingtable-wrapper:hover {
	z-index: 99;
	opacity: 1
}

@media only screen and (max-width:991px) {
.pricingtable-wraper-1 {
	margin: 50px 0 20px
}
}

@media only screen and (max-width:575px) {
.pricingtable-wraper-1 {
	display: block;
	margin: 10px 0 0
}
.pricingtable-wraper-1 .pricingtable-wrapper.center {
	margin: 0 0 30px;
	padding: 30px
}
}
.counter-wraper-1 {
	background-color: #fffbf6;
	padding-top: 70px;
	padding-bottom: 40px
}

@media only screen and (max-width:767px) {
.counter-wraper-1 {
	padding-top: 50px;
	padding-bottom: 20px
}
}
.about-wraper-1 {
	overflow: hidden
}
.about-wraper-1 .section-head {
	margin-bottom: 40px
}
.about-wraper-1 .dz-media {
	width: 50vw;
	position: relative
}
.about-wraper-1 .dz-media img {
	width: 100%
}
.about-wraper-1 .dz-media:after {
	content: "";
	height: 100%;
	background-image: var(--gradient);
	position: absolute;
	top: 0;
	width: 50vw;
	z-index: -1
}
.about-wraper-1 .dz-media.left {
	float: right;
	margin: 60px 70px 60px 0
}
.about-wraper-1 .dz-media.left img {
	border-radius: 0 100px 100px 0
}
.about-wraper-1 .dz-media.left:after {
	right: -20px;
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg);
	border-radius: 0 100px 100px 0
}
.about-wraper-1 .dz-media.right {
	float: left;
	margin: 60px 0 60px 70px
}
.about-wraper-1 .dz-media.right img {
	border-radius: 100px 0 0 100px
}
.about-wraper-1 .dz-media.right:after {
	left: -20px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	border-radius: 100px 0 0 100px
}

@media only screen and (max-width:1199px) {
.about-wraper-1 .dz-media {
	margin: 60px 30px 60px 0
}
.about-wraper-1 .dz-media:after, .about-wraper-1 .dz-media img {
	border-radius: 0 30px 30px 0
}
}

@media only screen and (max-width:991px) {
.about-wraper-1 .dz-media {
	margin: 30px 0!important;
	width: 100%
}
.about-wraper-1 .dz-media img {
	border-radius: 30px!important
}
.about-wraper-1 .dz-media:after {
	border-radius: 30px!important;
	right: 0!important;
	width: 100%
}
.about-wraper-1 .dz-media.right:after {
	left: auto!important
}
}

@media only screen and (max-width:575px) {
.about-wraper-2 .m-b50 {
	margin-bottom: 30px
}
}
.about-wraper-3 {
	position: relative;
	margin-top: 50px
}
.about-wraper-3:after {
	content: "";
	background-image: url(/_next/static/media/pattern11.418719f55bf3cb82d6ccc2694e9f7501.png);
	height: 100%;
	width: 800px;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px
}

@media only screen and (max-width:1199px) {
.about-wraper-3:after {
	width: 700px
}
}

@media only screen and (max-width:991px) {
.about-wraper-3:after {
	content: none
}
.subscribe-wraper-1 .title {
	font-size: 32px
}
}

@media only screen and (max-width:575px) {
.subscribe-wraper-1 .title {
	font-size: 24px
}
}
.clients-logo {
	padding: 20px 30px;
	height: 100px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	transition: all .5s
}
.clients-logo img {
	width: auto!important;
	margin: auto
}
.clients-logo .logo-hover {
	display: none!important
}
.clients-logo:hover {
	background: #f55f8d
}
.clients-logo:hover .logo-main {
	display: none
}
.clients-logo:hover .logo-hover {
	display: block!important
}
.video-bx {
	position: relative
}
.video-bx.style-1 {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.2);
	border: 15px solid #fff;
	border-radius: 5px
}
.video-bx.style-1 .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.video-bx.style-1 .popup-youtube {
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	background-image: var(--gradient);
	background-size: 200%;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-size: 42px;
	margin: 0 auto 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.2);
	transition: all .5s
}
.video-bx.style-1 .popup-youtube:hover {
	color: #f55f8d;
	background-color: #fff
}
.video-bx.style-1 .title {
	color: #fff;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
.video-bx.style-1 {
	height: 300px
}
.video-bx.style-1 img {
	height: 100%;
	object-fit: cover
}
}

@media only screen and (max-width:575px) {
.video-bx.style-1 .popup-youtube {
	height: 80px;
	width: 80px;
	line-height: 80px
}
.video-bx.style-1 .title {
	font-size: 30px
}
}
.video-bx.style-2 .popup-youtube {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	background-color: #f55f8d;
	border-radius: 50%;
	display: block;
	color: #fff;
	font-size: 32px;
	transition: all .5s;
	position: absolute;
	left: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9
}
.video-bx.style-2 .popup-youtube:after, .video-bx.style-2 .popup-youtube:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	left: 0;
	top: 0;
	background-color: inherit;
	opacity: .5
}
.video-bx.style-2 .popup-youtube:before {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	z-index: -1
}
.video-bx.style-2 .popup-youtube:after {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	z-index: -2
}

@media only screen and (max-width:991px) {
.video-bx.style-2 .popup-youtube {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
}

@media only screen and (max-width:575px) {
.video-bx.style-2 .popup-youtube {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 24px
}
.video-bx.style-2 .popup-youtube:after, .video-bx.style-2 .popup-youtube:before {
	height: 70px;
	width: 70px
}
}
.video-bx.style-3 {
	box-shadow: 0 0 10px 4px rgba(31,66,135,.2);
	border-radius: 10px;
	overflow: hidden
}
.video-bx.style-3 img {
	width: 100%
}
.video-bx.style-3 .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.video-bx.style-3 .popup-youtube {
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #f55f8d;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-size: 42px;
	margin: 0 auto 10px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.2);
	transition: all .5s
}
.video-bx.style-3 .popup-youtube:hover {
	color: #f55f8d;
	background-color: #fff
}

@media only screen and (max-width:767px) {
.video-bx.style-3 {
	height: 300px
}
.video-bx.style-3 img {
	height: 100%;
	object-fit: cover
}
}

@media only screen and (max-width:575px) {
.video-bx.style-3 .popup-youtube {
	height: 80px;
	width: 80px;
	line-height: 80px
}
}
.video-wraper-1 {
	overflow: hidden;
	padding-top: 50px
}
.video-wraper-1 .video-bx {
	width: 50vw;
	margin: -150px 0 0 80px
}
.video-wraper-1 .video-bx img {
	width: 100%;
	border-radius: 10px
}

@media only screen and (max-width:1199px) {
.video-wraper-1 {
	padding-top: 0
}
.video-wraper-1 .video-bx {
	margin: 0 0 0 80px
}
}

@media only screen and (max-width:991px) {
.video-wraper-1 {
	padding-top: 0
}
.video-wraper-1 .video-bx {
	margin: 0 0 30px;
	width: 100%
}
.testimonial-wraper-1 {
	background-image: unset!important
}
}
.progress-bx {
	margin-bottom: 30px
}
.progress-bx .progress-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px
}
.progress-bx .progress-info span {
	font-size: 18px
}
.progress-bx .progress {
	height: 8px;
	border-radius: 10px;
	overflow: unset!important
}
.progress-bx .progress .progress-bar {
	position: relative;
	border-radius: 10px;
	overflow: unset!important
}
.progress-bx .progress .progress-bar:after {
	content: "";
	height: 25px;
	border: 3px solid #f55f8d;
	width: 25px;
	position: absolute;
	right: 0;
	background-color: #fff;
	top: 50%;
	border-radius: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:991px) {
.testimonials-wraper-1 {
	flex-direction: column-reverse
}
}
.blog-carousel1 .dlab-blog {
	margin: 10px
}
.move-box {
	position: relative
}
.move-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.move-box img:first-child {
	position: unset
}
.move-1 {
	-webkit-animation: move1 5s infinite;
	animation: move1 5s infinite
}
.move-2 {
	-webkit-animation: move2 5s infinite;
	animation: move2 5s infinite
}
.move-3 {
	-webkit-animation: move3 5s infinite;
	animation: move3 5s infinite
}
.move-4 {
	-webkit-animation: move4 5s infinite;
	animation: move4 5s infinite
}
@-webkit-keyframes move4 {
0% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
50% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
to {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}
@keyframes move4 {
0% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
50% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
to {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}
@-webkit-keyframes move1 {
0% {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
50% {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
to {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
}
@keyframes move1 {
0% {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
50% {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
to {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
}
@-webkit-keyframes move2 {
0% {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
50% {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
to {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
}
@keyframes move2 {
0% {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
50% {
-webkit-transform:rotate(-1deg) translate(-2px, -2px);
transform:rotate(-1deg) translate(-2px, -2px)
}
to {
-webkit-transform:rotate(1deg) translate(2px, 2px);
transform:rotate(1deg) translate(2px, 2px)
}
}
@-webkit-keyframes move3 {
0% {
-webkit-transform:translate(0);
transform:translate(0)
}
20% {
-webkit-transform:translate(5px);
transform:translate(5px)
}
40% {
-webkit-transform:translate(5px, 5px);
transform:translate(5px, 5px)
}
65% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
65% {
-webkit-transform:translate(5px);
transform:translate(5px)
}
to {
-webkit-transform:translate(0);
transform:translate(0)
}
}
@keyframes move3 {
0% {
-webkit-transform:translate(0);
transform:translate(0)
}
20% {
-webkit-transform:translate(5px);
transform:translate(5px)
}
40% {
-webkit-transform:translate(5px, 5px);
transform:translate(5px, 5px)
}
65% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
65% {
-webkit-transform:translate(5px);
transform:translate(5px)
}
to {
-webkit-transform:translate(0);
transform:translate(0)
}
}
.icon-bx-wraper.style-1 .icon-cell, .icon-bx-wraper.style-5 .icon-bx, .icon-up [class*=icon-bx-] i, .pricingtable-wrapper.style-2 [class*=icon-bx-] .icon-cell, icon-bx-wraper style-4 .icon-cell {
	overflow: hidden
}
.icon-bx-wraper.style-1:hover .icon-cell i, .icon-bx-wraper.style-5:hover .icon-bx .icon-cell i, .icon-up:hover [class*=icon-bx-] i, .pricingtable-wrapper.style-2:hover [class*=icon-bx-] .icon-cell i, icon-bx-wraper style-4:hover .icon-cell i {
	display: inline-block;
	-webkit-animation: toTopFromBottom .8s forwards;
	animation: toTopFromBottom .8s forwards
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform:translateY(-100%)
}
50% {
opacity:0;
-webkit-transform:translateY(100%)
}
51% {
opacity:1
}
}
@keyframes toTopFromBottom {
49% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
50% {
opacity:0;
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
51% {
opacity:1
}
}
.icon-wraper-1>div:nth-child(4), .icon-wraper-1>div:nth-child(7), .icon-wraper-1>div:nth-child(10), .icon-wraper-1>div:nth-child(13) {
	margin-top: -100px
}

@media only screen and (max-width:1199px) {
.icon-wraper-1>div:nth-child(4), .icon-wraper-1>div:nth-child(7), .icon-wraper-1>div:nth-child(10), .icon-wraper-1>div:nth-child(13) {
	margin-top: -70px
}
}

@media only screen and (max-width:991px) {
.icon-wraper-1>div:nth-child(4), .icon-wraper-1>div:nth-child(7), .icon-wraper-1>div:nth-child(10), .icon-wraper-1>div:nth-child(13) {
	margin-top: 0
}
}
.cf-r-img {
	min-width: 42vw;
	padding-left: 20px
}
.mfp-bg {
	z-index: 999999
}
.mfp-wrap {
	z-index: 9999999
}
.toggle-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px
}
.toggle-tabs span {
	font-size: 16px;
	font-weight: 500
}
.toggle-tabs .tabs-toggle-switch {
	cursor: pointer;
	margin: 0 10px;
	width: 60px;
	height: 30px;
	background: #d3cdcd;
	border-radius: 30px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	position: relative;
	transition: all .5s
}
.toggle-tabs .tabs-toggle-switch:after {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	transition: all .5s;
	display: block;
	left: 30px;
	position: absolute;
	box-shadow: 2px 3px 10px 0 rgba(0,0,0,.2)
}
.toggle-tabs .tabs-toggle-switch.active {
	background: #f8ae56
}
.toggle-tabs .tabs-toggle-switch.active:after {
	left: 0
}
.toggle-tabs .monthly {
	color: #636363
}
.toggle-tabs.active .monthly, .toggle-tabs .yearly {
	color: #f8ae56
}
.toggle-tabs.active .yearly {
	color: #636363
}
.counter-wraper-2:before {
	z-index: -1
}
.btn-link.style-1 {
	position: relative;
	padding: 6px 0 6px 15px
}
.btn-link.style-1:before {
	content: "";
	position: absolute;
	height: 35px;
	width: 35px;
	left: 0;
	top: 0;
	border-radius: 50px;
	background-color: rgba(245,95,141,.1)
}
.dlab-blog.style-2 {
	position: relative
}
.dlab-blog.style-2 .post-date {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #f55f8d;
	border-radius: 10px;
	padding: 18px 10px;
	color: #fff;
	font-weight: 400;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl
}
.dlab-blog.style-2 .post-date span {
	font-size: 20px;
	position: relative;
	font-weight: 500;
	margin-bottom: 5px;
	padding-bottom: 10px
}
.dlab-blog.style-2 .post-date span:after {
	content: "/";
	right: 6px;
	position: absolute;
	font-size: 14px;
	bottom: 0
}
.dlab-blog.style-2 .post-category {
	display: inline-block
}
.dlab-blog.style-2 .post-category a {
	text-transform: uppercase;
	position: relative;
	margin-right: 28px
}
.dlab-blog.style-2 .post-category a:after {
	content: "//";
	right: -20px;
	position: absolute;
	font-size: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.dlab-blog.style-2 .post-category a:last-child {
	margin-right: 0
}
.dlab-blog.style-2 .post-category a:last-child:after {
	content: none
}
.dlab-blog.style-2 .dlab-info {
	position: unset;
	padding-top: 30px
}
.testimonial-4 {
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	margin: 20px 100px;
	border-radius: 10px;
	background-color: #fff
}
.testimonial-4.quote-right:before {
	font-family: Flaticon;
	top: 10px;
	content: "\f121";
	right: 30px;
	font-size: 70px;
	color: #f55f8d
}

@media only screen and (max-width:767px) {
.testimonial-4 {
	margin: 10px
}
}

@media only screen and (max-width:575px) {
.testimonial-4.quote-right:before {
	right: 20px;
	font-size: 36px
}
}
.testimonials-wraper-2 .testimonial-thumbs {
	width: 300px;
	margin: auto;
	box-sizing: border-box;
	height: 170px
}
.testimonials-wraper-2 .testimonial-thumbs .swiper-slide {
	width: 100px
}
.testimonials-wraper-2 .testimonial-thumbs .owl-item .item {
	text-align: center
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic {
	width: auto;
	height: auto;
	overflow: unset!important;
	border: 0;
	background-color: transparent;
	padding: 30px 0 0;
	transition: all .5s
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	padding: 4px;
	position: relative;
	z-index: 2;
	background-color: #f55f8d
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx {
	position: relative;
	height: 35px;
	width: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 0;
	opacity: 0;
	transition: all .5s
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after, .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after {
	background-image: url(/_next/static/media/pattern12.41c0fd47c5704737643b2db14e908894.png);
	background-position: bottom;
	background-size: contain;
	height: 35px;
	width: 50px
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before {
	background-color: #f55f8d;
	height: 35px;
	width: 50px
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after, .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before {
	content: "";
	background-color: #f55f8d;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before {
	height: 15px;
	width: 15px;
	bottom: 20px
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after {
	height: 10px;
	width: 10px;
	bottom: 0
}
.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic {
	padding: 0 0 40px
}
.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic .shape-bx, .testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic:after, .testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic:before {
	opacity: 1
}
.testimonials-wraper-2 .swiper-slide {
	margin: auto;
	text-align: center
}
.testimonials-wraper-2 .testimonial-content {
	min-height: 300px;
	width: 100%
}
.testimonials-wraper-2 .testimonial-content .swiper-wrapper {
	padding-bottom: 40px
}
.testimonials-wraper-2 .testimonial-content .swiper-pagination-bullet-active {
	background-color: #f55f8d
}
.theme-btn {
	background-color: #fff;
	border-radius: 40px;
	bottom: 10px;
	color: #fff;
	display: table;
	height: 50px;
	left: 10px;
	min-width: 50px;
	position: fixed;
	text-align: center;
	z-index: 9999
}
.theme-btn i {
	font-size: 22px;
	line-height: 50px
}
.theme-btn.bt-support-now {
	background: #1ebbf0;
	background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ebbf0", endColorstr="#39dfaa", GradientType=1);
	bottom: 70px
}
.theme-btn.bt-buy-now {
	background: #1fdf61;
	background: linear-gradient(180deg, #a3d179 0, #88ba46);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fdf61", endColorstr="#88BA46", GradientType=0)
}
.theme-btn:hover {
	color: #fff;
	padding: 0 20px
}
.theme-btn span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -15px;
	opacity: 0;
	line-height: 50px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	text-transform: uppercase
}
.theme-btn:hover span {
	opacity: 1;
	letter-spacing: 1px;
	padding-left: 10px
}
.at-expanding-share-button[data-position=bottom-left] {
	bottom: 130px!important
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px
}
.blog-single.style-1 {
	box-shadow: unset;
	border-radius: 0;
	overflow: unset;
	margin-bottom: 50px
}
.blog-single.style-1 .dlab-meta {
	padding-top: 15px
}
.blog-single.style-2, .blog-single.style-3 {
	margin-bottom: 50px
}
.blog-single.style-2 .meta-bottom, .blog-single.style-3 .meta-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0
}

@media only screen and (max-width:575px) {
.blog-single.style-2 .meta-bottom, .blog-single.style-3 .meta-bottom {
	display: block
}
}
.comment-respond.style-1 .blog-title, .comment-respond.style-1 .comment-reply-title, .comment-respond.style-1 .comments-title, .comments-area.style-1 .blog-title, .comments-area.style-1 .comment-reply-title, .comments-area.style-1 .comments-title, .extra-blog.style-1 .blog-title, .extra-blog.style-1 .comment-reply-title, .extra-blog.style-1 .comments-title {
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px
}
.comment-respond.style-1 .blog-title:before, .comment-respond.style-1 .comment-reply-title:before, .comment-respond.style-1 .comments-title:before, .comments-area.style-1 .blog-title:before, .comments-area.style-1 .comment-reply-title:before, .comments-area.style-1 .comments-title:before, .extra-blog.style-1 .blog-title:before, .extra-blog.style-1 .comment-reply-title:before, .extra-blog.style-1 .comments-title:before {
	content: "";
	height: 100%;
	width: 5px;
	border-radius: 10px;
	background-color: #896eff;
	position: absolute;
	left: 0;
	top: 0
}
.extra-blog {
	margin-bottom: 30px
}
.comments-area .comment-list {
	margin-bottom: 50px
}
.comments-area .comment-list>.comment .comment-body {
	position: relative;
	padding: 0 0 0 110px;
	margin-bottom: 30px
}
.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
	position: absolute;
	left: 0;
	height: 95px;
	width: 95px
}
.comments-area .comment-list>.comment .comment-body .comment-author .fn {
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #262626;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	display: block
}
.comments-area .comment-list>.comment .comment-body p {
	font-size: 15px;
	margin-bottom: 10px
}
.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px
}
.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
	margin-right: 8px
}
.comments-area .comment-list>.comment>.children {
	padding-left: 50px
}
.comments-area.style-1 .comment-list>.comment {
	border-bottom: 1px solid #e1e1f0;
	margin-bottom: 30px
}
.comments-area.style-1 .comment-list>.comment .comment-body .comment-author .avatar {
	border-radius: 10px
}
.comments-area.style-1 .comment-list>.comment:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
.comments-area.style-2 .comment-list>.comment {
	border-bottom: 1px solid #e1e1f0;
	margin-bottom: 30px
}
.comments-area.style-2 .comment-list>.comment .comment-body .comment-author .avatar {
	border-radius: 50%;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	border: 5px solid #fff
}
.comments-area.style-2 .comment-list>.comment:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
.comments-area.style-3 .comment-list>.comment {
	margin-bottom: 30px
}
.comments-area.style-3 .comment-list>.comment .comment-body .comment-author .avatar {
	border-radius: 5px;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	border: 5px solid #fff
}
.comments-area.style-3 .comment-list>.comment:last-child {
	margin-bottom: 0
}
.comment-respond .comment-form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}
.comment-respond .comment-form p {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px
}
.comment-respond .comment-form p label {
	display: none
}
.comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p textarea {
	width: 100%;
	box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
	height: 45px;
	border-radius: 30px!important;
	padding: 10px 20px;
	position: relative;
	font-size: 15px;
	border: 1px solid #fff
}
.comment-respond .comment-form p .textarea {
	height: 120px!important
}
.comment-respond .comment-form .comment-form-comment {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px
}
.comment-respond.style-1 .comment-form .comment-form-author, .comment-respond.style-1 .comment-form .comment-form-email, .comment-respond.style-1 .comment-form .comment-form-url, .comment-respond.style-3 .comment-form .comment-form-author, .comment-respond.style-3 .comment-form .comment-form-email, .comment-respond.style-3 .comment-form .comment-form-url {
	width: 33.33%
}
.comment-respond.style-2 .comment-form .comment-form-author, .comment-respond.style-2 .comment-form .comment-form-email {
	width: 50%
}
.comment-respond.style-2 .comment-form .comment-form-url {
	width: 100%
}
.comment-respond.style-3 .comment-form .comment-form-author input, .comment-respond.style-3 .comment-form .comment-form-email input, .comment-respond.style-3 .comment-form .comment-form-url input, .comment-respond.style-3 .comment-form textarea {
	border-radius: 0 15px 0 15px!important
}

@media only screen and (max-width:575px) {
.comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email, .comment-respond .comment-form .comment-form-url {
	width: 100%!important
}
}
.error-page {
	padding: 150px 0
}
.error-page .dlab_error {
	font-size: 190px;
	font-weight: 700;
	line-height: 160px;
	margin: auto;
	color: #f55f8d;
	opacity: .2
}
.error-page .error-head {
	font-size: 30px;
	font-weight: 500;
	max-width: 600px;
	line-height: 40px;
	margin: 15px auto 25px;
	color: #000
}

@media only screen and (max-width:575px) {
.error-page {
	padding: 50px 0
}
.error-page .dlab_error {
	font-size: 120px;
	line-height: 120px
}
.error-page .error-head {
	font-size: 24px;
	line-height: 34px
}
}
.countdown {
	margin-bottom: 40px
}
.countdown .date {
	width: 120px;
	display: inline-block;
	color: #000;
	padding: 0 10px;
	position: relative
}
.countdown .date:after {
	content: ":";
	position: absolute;
	font-size: 50px;
	right: -8px;
	top: 2px;
	line-height: 60px;
	color: #fff
}
.countdown .date:last-child:after {
	content: none
}
.countdown .date span:last-child {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px
}
.countdown .date .time, .countdown .date span:last-child {
	color: #fff;
	height: auto;
	width: auto;
	display: block;
	background: transparent
}
.countdown .date .time {
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	font-weight: 600
}

@media only screen and (max-width:575px) {
.countdown {
	margin-bottom: 20px
}
.countdown .date {
	width: 75px;
	padding: 0 5px
}
.countdown .date:after {
	font-size: 36px;
	line-height: 36px
}
.countdown .date span:last-child {
	font-size: 10px
}
.countdown .date .time {
	font-size: 36px;
	line-height: 36px
}
}
.coming-soon .cs-title {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	line-height: 70px;
	margin-bottom: 15px;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 2px
}
.coming-soon .cs-logo {
	margin-bottom: 20px
}
.coming-soon .cs-logo .logo {
	width: 250px;
	display: inline-block
}

@media only screen and (max-width:575px) {
.coming-soon .cs-title {
	font-size: 36px;
	line-height: 50px
}
}
.countdown-social {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%
}
.countdown-social li {
	display: inline-block;
	margin: 0 2px
}
.countdown-social li a {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #000
}
.countdown-social li a:hover {
	background: #f55f8d;
	color: #fff
}

@media only screen and (max-width:575px) {
.countdown-social li a {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px
}
}
.coming-soon, .page-down {
	height: 100vh;
	display: table;
	width: 100%
}
.coming-soon .container, .page-down .container-fluid {
	display: table-cell;
	vertical-align: middle
}
.pagedown-title {
	padding-left: 165px;
	position: relative;
	margin-left: 50px
}
.pagedown-title h1 {
	font-family: Roboto;
	font-weight: 500;
	color: #fff;
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 15px
}
.pagedown-title img {
	position: absolute;
	left: -10px;
	top: 10px;
	width: 160px
}
.pagedown-title p {
	margin: 0;
	font-family: Roboto;
	font-weight: 300;
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	opacity: .8
}

@media only screen and (max-width:991px) {
.pagedown-title h1 {
	font-size: 60px
}
}

@media only screen and (max-width:767px) {
.pagedown-title h1 {
	font-size: 42px;
	line-height: 54px
}
.pagedown-title p {
	color: #fff;
	font-size: 21px;
	line-height: 32px
}
.pagedown-title .pagedown-title img {
	width: 140px
}
}

@media only screen and (max-width:575px) {
.pagedown-title {
	padding-left: 100px;
	margin-left: 20px
}
.pagedown-title img {
	width: 90px
}
.pagedown-title h1 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px
}
.pagedown-title p {
	font-size: 18px;
	line-height: 28px
}
}
.logo-header {
	display: table;
	float: left;
	vertical-align: middle;
	padding: 0;
	color: #efbb20;
	margin: 0;
	width: 150px;
	height: 85px;
	position: relative;
	z-index: 9
}

@media only screen and (max-width:1199px) {
.logo-header {
	width: 130px
}
}

@media only screen and (max-width:575px) {
.logo-header {
	width: 120px;
	height: 75px
}
}
.logo-header a {
	display: table-cell;
	vertical-align: middle
}
.logo-header img {
	height: auto;
	width: 100%
}
.logo-header span {
	font-size: 20px;
	letter-spacing: 20px
}
.top-bar {
	background-color: #fff;
	color: #262f5a;
	padding: 8px 0;
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.top-bar .dlab-topbar-left {
	float: left
}
.top-bar .dlab-topbar-left li {
	padding-right: 20px
}
.top-bar .dlab-topbar-right {
	float: right
}
.top-bar .dlab-topbar-right li {
	padding-left: 15px
}
.top-bar .dlab-topbar-center, .top-bar .dlab-topbar-left, .top-bar .dlab-topbar-right {
	padding-left: 15px;
	padding-right: 15px
}
.top-bar .dlab-topbar-center ul, .top-bar .dlab-topbar-left ul, .top-bar .dlab-topbar-right ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.top-bar .dlab-topbar-center ul li, .top-bar .dlab-topbar-left ul li, .top-bar .dlab-topbar-right ul li {
	display: inline-block;
	font-size: 14px
}
.top-bar .dlab-topbar-center ul i, .top-bar .dlab-topbar-left ul i, .top-bar .dlab-topbar-right ul i {
	color: #f55f8d;
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	margin-right: 5px
}
.top-bar .dlab-topbar-center .dlab-social-icon li, .top-bar .dlab-topbar-left .dlab-social-icon li, .top-bar .dlab-topbar-right .dlab-social-icon li {
	padding-left: 0
}

@media only screen and (max-width:767px) {
.top-bar {
	display: none
}
}
.dlab-quik-search {
	background: rgba(0,0,0,.9);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 30px;
	z-index: 999;
	overflow: hidden;
	display: none
}
.dlab-quik-search form {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	top: 50%;
	transition: all .5s;
	opacity: 1
}
.dlab-quik-search .form-control {
	padding: 15px 60px 15px 15px;
	width: 100%;
	height: 90px;
	background: 0 0;
	color: #fff;
	font-size: 20px;
	border: none;
	border-bottom: 2px solid hsla(0,0%,100%,.2)
}
.dlab-quik-search span {
	position: absolute;
	right: 15px;
	top: 50%;
	margin: -15px 0;
	height: 25px;
	font-size: 20px;
	cursor: pointer
}
.site-header {
	position: relative;
	z-index: 9999
}
.site-header .main-bar {
	background: #fff;
	width: 100%;
	position: relative
}
.site-header .container {
	position: relative
}
.site-header .extra-nav {
	float: right;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9;
	margin-left: 20px;
	height: 85px
}
.site-header .extra-nav #quik-search-btn {
	color: #020d26;
	cursor: pointer;
	margin-right: 0;
	border: 0
}

@media only screen and (max-width:575px) {
.site-header .extra-nav .btn {
	padding-left: 15px;
	padding-right: 15px
}
}
.site-header .extra-nav ul li {
	display: inline-block
}
.site-header .extra-nav ul li .icon {
	padding: 0;
	background: transparent;
	min-width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px
}

@media only screen and (max-width:575px) {
.site-header .extra-nav {
	display: none
}
}
.navbar-toggler {
	border: 0 solid #efbb20;
	font-size: 16px;
	line-height: 24px;
	margin: 34px 0 32px 15px;
	padding: 0;
	float: right;
	outline: none!important
}

@media only screen and (max-width:575px) {
.navbar-toggler {
	margin: 28px 0 28px 15px
}
}
.navicon {
	width: 20px;
	height: 18px;
	position: relative;
	transition: .5s ease-in-out;
	cursor: pointer
}
.navicon, .navicon span {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.navicon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	transition: .25s ease-in-out;
	background: #000
}
.navicon span:first-child {
	top: 0
}
.navicon span:nth-child(2) {
	top: 7px
}
.navicon span:nth-child(3) {
	top: 14px
}
.navicon.open span:first-child {
	top: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.navicon.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}
.navicon.open span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.header-tb .navicon span {
	background: #fff
}
.header-nav {
	padding: 0
}

@media only screen and (max-width:991px) {
.header-nav {
	overflow-y: scroll;
	position: fixed;
	width: 60px;
	left: -280px;
	height: 100vh!important;
	transition: all .5s;
	top: 0;
	background-color: #fff;
	margin: 0;
	z-index: 99
}
.header-nav.show {
	left: -1px;
	transition: all .8s;
	margin: 0;
	width: 280px
}
}
.header-nav .logo-header {
	display: none
}

@media only screen and (max-width:991px) {
.header-nav .logo-header {
	padding: 30px 20px;
	float: none;
	height: auto;
	width: 240px
}
}
.header-nav .nav {
	float: right;
	padding: 0
}
.header-nav .nav>li {
	margin: 0;
	font-weight: 400;
	position: relative
}
.header-nav .nav>li.has-mega-menu {
	position: inherit
}

@media only screen and (max-width:991px) {
.header-nav .nav>li {
	border-bottom: 1px solid #eee;
	width: 100%
}
}
.header-nav .nav>li>a {
	color: #262f5a;
	font-size: 15px;
	padding: 35px 15px;
	cursor: pointer;
	font-weight: 600;
	display: inline-block;
	position: relative;
	border-width: 0 0 0 1px;
	text-transform: capitalize;
	line-height: 1
}

@media only screen and (max-width:1199px) {
.header-nav .nav>li>a {
	padding: 35px 12px
}
}
.header-nav .nav>li>a span {
	display: inline-block
}
.header-nav .nav>li>a i {
	font-size: 9px;
	margin-left: 3px;
	margin-top: -3px;
	vertical-align: middle
}

@media only screen and (max-width:991px) {
.header-nav .nav>li>a i {
	background-color: #f55f8d;
	color: #fff;
	height: 30px;
	line-height: 30px;
	right: 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	float: right;
	font-size: 20px;
	margin: 0
}
.header-nav .nav>li>a i:before {
	content: "\f105"
}
.header-nav .nav>li>a {
	padding: 8px 0;
	display: block;
	line-height: 30px
}
}

@media only screen and (min-width:991px) {
.header-nav .nav>li:hover>a span {
	-webkit-animation: upToDown .3s forwards;
	animation: upToDown .3s forwards
}
}
.header-nav .nav>li .mega-menu, .header-nav .nav>li .sub-menu {
	background-color: #fff;
	display: block;
	left: 0;
	list-style: none;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	visibility: hidden;
	width: 220px;
	z-index: 10;
	margin-top: 20px;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
	transition: all .8s
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu, .header-nav .nav>li .sub-menu {
	display: none;
	position: static;
	visibility: visible;
	width: auto;
	background: transparent;
	box-shadow: none;
	margin: 0;
	border-top: 1px solid #eee;
	padding: 10px 0;
	transition: none
}
.header-nav .nav>li .mega-menu>li>a i, .header-nav .nav>li .sub-menu>li>a i {
	color: #fff!important;
	height: 30px;
	line-height: 30px;
	right: 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	font-size: 20px!important;
	margin: 0!important;
	background: #aaa
}
}
.header-nav .nav>li .mega-menu li, .header-nav .nav>li .sub-menu li {
	position: relative
}
.header-nav .nav>li .mega-menu li a, .header-nav .nav>li .sub-menu li a {
	color: #262f5a;
	display: block;
	font-size: 15px;
	padding: 10px 25px;
	text-transform: capitalize;
	position: relative;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	font-weight: 500
}
.header-nav .nav>li .mega-menu li a:after, .header-nav .nav>li .sub-menu li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #f55f8d;
	left: 20px;
	top: 20px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu li a, .header-nav .nav>li .sub-menu li a {
	padding: 2px 0 1px 15px;
	display: block;
	line-height: 30px;
	position: relative
}
.header-nav .nav>li .mega-menu li a:after, .header-nav .nav>li .sub-menu li a:after {
	content: "\f105";
	font-family: FontAwesome;
	width: auto;
	height: auto;
	background: 0 0!important;
	top: 1px;
	color: #262f5a;
	font-size: 16px;
	position: absolute;
	left: 0;
	font-weight: 700
}
}
.header-nav .nav>li .mega-menu li:hover>a, .header-nav .nav>li .sub-menu li:hover>a {
	background-color: #f2f2f2;
	padding: 10px 20px 10px 35px;
	color: #f55f8d
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu li:hover>a, .header-nav .nav>li .sub-menu li:hover>a {
	padding: 2px 0 1px 15px;
	background: transparent
}
}
.header-nav .nav>li .mega-menu li:hover>a:after, .header-nav .nav>li .sub-menu li:hover>a:after {
	width: 10px
}
.header-nav .nav>li .mega-menu li>.sub-menu, .header-nav .nav>li .sub-menu li>.sub-menu {
	left: 220px;
	transition: all .5s
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu li>.sub-menu, .header-nav .nav>li .sub-menu li>.sub-menu {
	display: none
}
.header-nav .nav>li .mega-menu .mega-menu, .header-nav .nav>li .mega-menu .sub-menu, .header-nav .nav>li .sub-menu .mega-menu, .header-nav .nav>li .sub-menu .sub-menu {
	border-top: 0;
	padding-left: 20px
}
.header-nav .nav>li .mega-menu .mega-menu li a:after, .header-nav .nav>li .mega-menu .sub-menu li a:after, .header-nav .nav>li .sub-menu .mega-menu li a:after, .header-nav .nav>li .sub-menu .sub-menu li a:after {
	width: 5px;
	content: "";
	height: 5px;
	background: #262f5a!important;
	border-radius: 4px;
	top: 13px
}
}
.header-nav .nav>li .sub-menu li .fa {
	color: inherit;
	display: block;
	float: right;
	font-size: 16px;
	opacity: 1;
	margin-top: 4px
}
.header-nav .nav>li .mega-menu {
	display: flex;
	right: 0;
	width: 100%;
	z-index: 9;
	padding: 0
}
.header-nav .nav>li .mega-menu>li {
	display: block;
	padding: 30px 0 25px;
	position: relative;
	vertical-align: top;
	width: 25%
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu>li {
	width: 100%;
	padding: 0
}
}
.header-nav .nav>li .mega-menu>li>a {
	color: #262f5a;
	display: block;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 0 20px 15px
}
.header-nav .nav>li .mega-menu>li>a>i {
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	width: 15px
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu>li>a {
	display: none
}
}
.header-nav .nav>li .mega-menu>li:after {
	content: "";
	background-color: rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 1px;
	height: 100%
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu>li:after {
	content: none
}
}
.header-nav .nav>li .mega-menu>li:last-child:after {
	display: none
}
.header-nav .nav>li .mega-menu>li:hover>a {
	background-color: transparent
}
.header-nav .nav>li .mega-menu>li li i {
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	width: 15px
}

@media only screen and (max-width:991px) {
.header-nav .nav>li .mega-menu {
	display: none;
	padding: 10px 0
}
}
.header-nav .nav>li:hover>.mega-menu, .header-nav .nav>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	transition: all .5s
}

@media only screen and (max-width:991px) {
.header-nav .nav>li:hover>.mega-menu, .header-nav .nav>li:hover>.sub-menu {
	transition: none
}
}
.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu, .header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	top: -1px
}
.header-nav .nav>li.open .mega-menu, .header-nav .nav>li.open .sub-menu {
	display: block;
	opacity: 1;
	transition: none
}
.header-nav .nav>li.open .open.menu-item-has-children>a:before {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg)
}
.header-nav .nav>li.open .open .mega-menu, .header-nav .nav>li.open .open .sub-menu {
	display: block;
	opacity: 1;
	transition: none
}

@media only screen and (max-width:1400px) {
.header-nav .nav>li:last-child .sub-menu .sub-menu, .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu, .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu {
	left: -220px
}
}

@media only screen and (max-width:1199px) {
.header-nav .nav>li:last-child .sub-menu {
	left: auto;
	right: 0
}
}

@media only screen and (max-width:991px) {
.header-nav .nav {
	float: none;
	padding: 0 20px
}
}
.header-nav .dlab-social-icon {
	display: none;
	text-align: center
}
.header-nav .dlab-social-icon li {
	display: inline-block;
	margin: 0 2px
}
.header-nav .dlab-social-icon a {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #eee;
	line-height: 38px;
	text-align: center;
	border-radius: 40px
}

@media only screen and (max-width:991px) {
.header-nav .dlab-social-icon {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px
}
}
.header-transparent {
	position: absolute;
	width: 100%
}
.header-transparent a:not([href]):not([tabindex]):focus, .header-transparent a:not([href]):not([tabindex]):hover {
	color: #fff
}
.header-transparent .is-fixed a:not([href]):not([tabindex]):focus, .header-transparent .is-fixed a:not([href]):not([tabindex]):hover, .header-transparent.text-black a:not([href]):not([tabindex]):focus, .header-transparent.text-black a:not([href]):not([tabindex]):hover {
	color: inherit
}
.header-transparent .main-bar, .header-transparent .top-bar {
	background: transparent
}
.header-transparent .container-fluid {
	padding-left: 80px;
	padding-right: 80px
}

@media only screen and (max-width:1199px) {
.header-transparent .container-fluid {
	padding-left: 15px;
	padding-right: 15px
}
}
.header-transparent .side-menu-btn .menu-icon-in span {
	background-color: #fff
}
.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
	background-color: #262f5a
}

@media only screen and (min-width:991px) {
.header-transparent .nav>li>a {
	color: #fff
}
}
.header-transparent .navbar-toggler span {
	background: #fff
}
.header-transparent .is-fixed .nav>li>a {
	color: #262f5a
}
.header-transparent .is-fixed .navbar-toggler span {
	background: #262f5a
}
.header-transparent .top-bar {
	border-color: #fff
}
.header-transparent .top-bar .dlab-topbar-left i, .header-transparent .top-bar .dlab-topbar-left li, .header-transparent .top-bar .dlab-topbar-right i, .header-transparent .top-bar .dlab-topbar-right li {
	color: #fff
}
.is-fixed .main-bar {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
	transition: all .5s;
	background: #fff;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

@media only screen and (max-width:991px) {
.mo-left .header-nav {
	overflow-y: scroll;
	position: fixed;
	width: 60px;
	left: -280px;
	height: 100vh!important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	top: 0;
	background-color: #fff;
	margin: 0;
	z-index: 99
}
.mo-left .header-nav.nav-dark {
	background-color: #202020
}
.mo-left .header-nav.show {
	left: -1px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	margin: 0;
	width: 280px
}
.mo-left .header-nav .logo-header {
	display: block;
	float: none;
	height: auto!important;
	max-width: 100%;
	padding: 25px 20px;
	width: 100%
}
.mo-left .header-nav .logo-header .light-logo {
	display: none!important
}
.mo-left .header-nav .logo-header .dark-logo {
	display: table-cell!important
}
.mo-left .header-nav .logo-header img {
	max-width: unset;
	width: 160px;
	vertical-align: middle
}
.mo-left .header-nav li.open a {
	position: relative
}
.mo-left .navbar-toggler.open {
	z-index: 99
}
.mo-left .navbar-toggler.open:after {
	background-color: rgba(0,0,0,.6);
	content: "";
	left: 0;
	position: fixed;
	right: -20px;
	top: -63px;
	transform: scale(100);
	-o-transform: scale(100);
	-moz-transform: scale(100);
	-webkit-transform: scale(100);
	width: 100%;
	z-index: -1;
	transition: all .5s;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	margin: 0 0 0 20px;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.6)
}
.mo-left .navbar-toggler.open span {
	background: #fff
}
}
.text-black .nav>li>a {
	color: #262f5a
}
.text-black .navbar-toggler span {
	background: #262f5a
}
@-webkit-keyframes upToDown {
49% {
-webkit-transform:translateY(100%)
}
50% {
opacity:0;
-webkit-transform:translateY(-100%)
}
51% {
opacity:1
}
}
@keyframes upToDown {
49% {
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
50% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
51% {
opacity:1
}
}
.site-header .main-bar-wraper .logo-header .dark-logo {
	display: table-cell
}
.site-header .main-bar-wraper .logo-header .light-logo {
	display: none
}
.site-header .main-bar-wraper.is-fixed .logo-header .dark-logo {
	display: table-cell
}
.site-header.header-transparent .main-bar-wraper .logo-header .dark-logo {
	display: none
}
.site-header.header-transparent .main-bar-wraper .logo-header .light-logo {
	display: table-cell
}
.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .light-logo {
	display: none
}
.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .dark-logo, .site-header.text-black .main-bar-wraper .logo-header .dark-logo {
	display: table-cell
}
.site-header.text-black .main-bar-wraper .logo-header .light-logo {
	display: none
}
.site-header.text-black .main-bar-wraper.is-fixed .logo-header .dark-logo {
	display: table-cell
}
.site-header .is-fixed .extra-nav .btn.btn-light {
	background-color: #896eff;
	color: #fff
}
.dlab-bnr-inr {
	background: #faf8f2;
	height: 450px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:991px) {
.dlab-bnr-inr {
	height: 300px
}
}
.dlab-bnr-inr .container {
	display: table;
	height: 100%
}
.dlab-bnr-inr .dlab-bnr-inr-entry {
	height: 450px;
	vertical-align: middle;
	display: table-cell;
	padding-top: 30px
}

@media only screen and (max-width:991px) {
.dlab-bnr-inr .dlab-bnr-inr-entry {
	height: 300px
}
}

@media only screen and (max-width:767px) {
.dlab-bnr-inr .dlab-bnr-inr-entry {
	text-align: center
}
.dlab-bnr-inr .dlab-bnr-inr-entry .breadcrumb-row {
	display: inline-block
}
}
.dlab-bnr-inr .dlab-bnr-inr-entry h1 {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 75px;
	color: #fff
}
.dlab-bnr-inr h1 {
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize
}

@media only screen and (max-width:991px) {
.dlab-bnr-inr h1 {
	font-size: 42px
}
}
.breadcrumb-row ul {
	background: transparent;
	padding: 0
}
.breadcrumb-row ul li {
	padding: 0;
	margin-right: 3px;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #fff
}
.breadcrumb-row ul li.active, .breadcrumb-row ul li a {
	color: #fff
}
.breadcrumb-row ul .breadcrumb-item+.breadcrumb-item:before {
	content: "\f054";
	color: #fff;
	font-family: fontawesome;
	font-size: 14px
}
.breadcrumb-row.style-1 .breadcrumb {
	background-image: var(--gradient);
	background-size: 200%;
	padding: 8px 50px;
	border-radius: 30px;
	display: inline-block
}
.dlab-bnr-inr.style-1 {
	height: 480px
}
.dlab-bnr-inr.style-1:after {
	content: "";
	background-image: url(/_next/static/media/bnr4.5b33c149ded4e9c37ad0a9b03cb975b3.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat
}
.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
	text-align: center;
	height: 480px;
	z-index: 99;
	position: relative
}
.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry h1 {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 75px
}

@media only screen and (max-width:575px) {
.dlab-bnr-inr.style-1, .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
	height: 300px
}
}
.dlab-bnr-inr.style-2 {
	height: 600px
}
.dlab-bnr-inr.style-2:after {
	content: "";
	background-image: url(/_next/static/media/bnr5.cae2cd5812d63b021db64b41d482d92a.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain
}
.dlab-bnr-inr.style-2 .dlab-bnr-inr-entry {
	text-align: center;
	height: 600px
}
.dlab-bnr-inr.style-2 .breadcrumb {
	justify-content: center
}

@media only screen and (max-width:767px) {
.dlab-bnr-inr.style-2, .dlab-bnr-inr.style-2 .dlab-bnr-inr-entry {
	height: 300px
}
}
.page-title {
	padding: 30px 0
}
.page-title.dashboard {
	background: transparent;
	margin-left: 75px;
	padding: 20px 0 0
}
.page-title .page-title-content p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0
}
.page-title .page-title-content p span {
	font-weight: 500;
	color: #f55f8d
}
.breadcrumbs {
	display: flex;
	justify-content: flex-end
}

@media only screen and (max-width:575px) {
.breadcrumbs {
	justify-content: flex-start
}
}
.breadcrumbs li a {
	color: #aeaed5;
	display: inline-block;
	margin-left: 15px;
	font-size: 14px
}
.breadcrumbs li:first-child a {
	margin-left: 0
}
.breadcrumbs li.active a {
	color: #f55f8d
}
.bottom {
	background: #1b2a4e
}

@media only screen and (max-width:575px) {
.bottom {
	padding-bottom: 0
}
}
.bottom .bottom-logo p {
	line-height: 30px;
	font-weight: 400;
	color: #bbb
}

@media only screen and (max-width:991px) {
.bottom .bottom-widget {
	margin-bottom: 30px
}
}
.bottom .bottom-widget .widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase
}
.bottom .bottom-widget ul li a {
	color: #bbb;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block
}
footer {
	color: #fff;
	font-size: 15px
}
footer .widget {
	margin-bottom: 30px
}
footer strong {
	color: #fff
}
footer .footer-logo {
	margin-bottom: 25px
}
footer .footer-logo img {
	max-width: 100%
}
footer .widget-logo ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
footer .widget-logo ul li {
	display: inline-block;
	flex: 50% 1;
	padding: 0 15px 15px 0
}
footer .widget_about p {
	margin-bottom: 20px;
	line-height: 24px
}
footer .footer-title {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	margin: 0 0 30px;
	position: relative;
	color: #fff;
	line-height: 1.2
}
footer .footer-title:after, footer .footer-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	border-radius: 20px;
	background-color: #fff
}
footer .footer-title:before {
	width: 15px
}
footer .footer-title:after {
	width: 45px;
	left: 20px
}
footer .footer-top {
	background: #f55f8d;
	padding: 70px 0 30px
}

@media only screen and (max-width:767px) {
footer .footer-top {
	padding: 50px 0 20px
}
}
footer .footer-bottom {
	background-color: #f88faf;
	font-size: 15px;
	padding: 15px 0
}
footer .footer-bottom .copyright-text a {
	color: #fff!important;
	font-weight: 500
}

@media only screen and (max-width:767px) {
footer .footer-bottom .text-left, footer .footer-bottom .text-right {
	text-align: center!important
}
footer .footer-bottom .text-right {
	margin-top: 10px
}
}
footer .widget-link li {
	display: inline-block;
	text-transform: uppercase;
	margin-left: 20px
}

@media only screen and (max-width:767px) {
footer .widget-link li {
	margin-left: 8px;
	margin-right: 7px
}
}
footer .widget-link a {
	color: #fff
}
footer .widget_services ul li a {
	position: relative;
	color: #fff;
	padding: 5px 0;
	display: block;
	transition: all .5s
}
footer .widget_services ul li a:hover {
	padding: 5px 0 5px 10px
}
footer .widget_services.style-1 ul li a {
	padding: 5px 0 5px 15px
}
footer .widget_services.style-1 ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff!important
}
footer .widget_getintuch ul li {
	position: relative;
	padding: 8px 0;
	display: flex;
	align-items: center
}
footer .widget_getintuch ul li i {
	height: 40px;
	width: 40px;
	min-width: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	background-color: #f55f8d;
	display: block;
	border-radius: 50px
}
.footer-info {
	border-bottom: 1px solid #e1e1f0;
	margin-bottom: 30px;
	padding-bottom: 10px
}
.footer-info .footer-logo {
	margin-bottom: 10px
}
.footer-info .icon-bx-wraper {
	display: flex;
	align-items: center
}
.footer-info .icon-bx-wraper .icon-cell {
	color: #fff
}
.footer-info .icon-bx-wraper .icon-cell i {
	font-size: 50px
}
.footer-info .icon-bx-wraper p {
	font-size: 18px
}

@media only screen and (max-width:991px) {
.footer-info .footer-info .icon-bx-wraper p {
	font-size: 16px
}
.footer-info .footer-info .footer-logo {
	margin-bottom: 20px
}
}
.contact-info-bx li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
	padding-top: 2px
}
.contact-info-bx li strong {
	font-weight: 400
}
.contact-info-bx i {
	width: auto;
	height: 22px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 30px;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px
}
.site-footer.style-1 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #f55f8d
}
.site-footer.style-1 .footer-top {
	background: transparent
}
.site-footer.style-1 .footer-top .widget_services {
	padding-left: 100px
}

@media only screen and (max-width:1199px) {
.site-footer.style-1 .footer-top .widget_services {
	padding-left: 0
}
}
.site-footer.style-2 {
	background-position: 50%;
	position: relative;
	height: auto!important;
	background-color: #0e1b1f
}
.site-footer.style-2, .site-footer.style-2:before {
	background-repeat: no-repeat;
	background-size: contain
}
.site-footer.style-2:before {
	content: "";
	background-image: url(/_next/static/media/pattern2.3c1febfb03996101998e66405eef0607.png);
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.site-footer.style-2 .footer-top {
	background: transparent;
	padding-top: 300px
}
.site-footer.style-2 .footer-top .widget_services {
	padding-left: 100px
}
.site-footer.style-2 .container+.footer-top {
	padding-top: 70px
}
.site-footer.style-2 .footer-bottom {
	background-color: #1f343b;
	padding: 10px 0
}

@media only screen and (max-width:1199px) {
.site-footer.style-2 .footer-top .widget_services {
	padding-left: 0
}
}
.site-footer.style-3 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #f55f8d
}
.site-footer.style-3 .footer-top {
	background: transparent
}
:root {
--gradient:linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
--gradient-sec2:linear-gradient(90deg, #0e1b1f 0, #092933 51%, #0e1b1f)
}
.testimonials-wraper-2 .testimonial-thumbs .slick-active .testimonial-pic .shape-bx, .testimonials-wraper-2 .testimonial-thumbs .slick-active .testimonial-pic:after, .testimonials-wraper-2 .testimonial-thumbs .slick-active .testimonial-pic:before {
	opacity: 1
}
.testimonials-wraper-2 .testimonial-thumbs .slick-active .testimonial-pic {
	padding: 0 0 40px
}
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic {
	margin-right: 10px
}
ul.swiper-container.testimonial-thumbs.d-flex {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-44%);
	transform: translate(-44%);
	position: absolute
}
.testimonials-wraper-2 .testimonial-content .swiper-wrapper {
	position: relative
}
.testimonials-wraper-2 .slick-list {
	padding-top: 10rem
}
.footer-title {
	color: #fff!important
}
.btn-light:hover, .gradient, .widget_nav_menu li.active a, [color=color_2] .clients-logo:hover, [color=color_2] .pricingtable-wrapper.style-3.active .btn, [color=color_2] .progress-bar, [color=color_2] .site-header .is-fixed .extra-nav .btn.btn-light, [color=color_2] .widget_nav_menu li a:hover {
	background-image: var(--gradient);
	background-size: 200%
}
[color=color_2] .pricingtable-wrapper.style-3.active .btn {
	border-color: transparent!important
}
[color=color_2] .bootstrap-select .dropdown-menu ul li.selected a, [color=color_2] .dlab-blog.style-2 .post-date, [color=color_2] .download-file, [color=color_2] .overlay-primary:before, [color=color_2] .owl-btn-white .owl-next:hover, [color=color_2] .owl-btn-white .owl-prev:hover, [color=color_2] .site-filters.style-1 .filters li.active a, [color=color_2] .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before, [color=color_2] .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after, [color=color_2] .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before, [color=color_2] .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic img, [color=color_2] .video-bx.style-3 .popup-youtube, [color=color_2]button.scroltop {
	background: linear-gradient(90deg, #f55f8d 0, #f8ae56)
}
[color=color_2] .dlab-accordion .card-header .dlab-title a.collapsed {
	background: #fff
}

@media only screen and (max-width:991px) {
[color=color_2] .header-nav .nav>li>a i {
	background-color: #f55f8d
}
}
[color=color_2] .shadow-primary, [color=color_2] .site-filters.style-1 .filters li.active a, [color=color_2] .site-filters.style-3 .filters li.active a, [color=color_2] .video-bx.style-3 .popup-youtube {
	box-shadow: 0 2px 15px rgba(239,20,110,.3)
}
[color=color_2] .bgl-primary, [color=color_2] .blockquote.style-3, [color=color_2] .btn-link.style-1:before, [color=color_2] .dlab-social-icon.primary-light li a, [color=color_2] .icon-bx-wraper.style-3.left>[class*=icon-bx-]:after, [color=color_2] .icon-bx-wraper.style-5 .icon-bx, [color=color_2] .site-filters.style-1, [color=color_2] .site-filters.style-3 .filters li a, [color=color_2] .widget_archive ul li a span, [color=color_2] nav .pagination .page-item .page-link {
	background-color: rgba(245,95,141,.1)
}
[color=color_2] .dlab-team.style-3 .overlay-content {
	background-color: rgba(245,95,141,.7)
}
[color=color_2] .pricingtable-wrapper.style-3.active .btn, [color=color_2] .pricingtable-wrapper.style-3:hover .btn, [color=color_2] .site-header .is-fixed .extra-nav .btn.btn-light {
	border-color: transparent
}
[color=color_2] .btn-primary:active, [color=color_2] .btn-primary:focus, [color=color_2] .btn-primary:hover, [color=color_2] .owl-btn-1 .owl-nav .owl-next:hover, [color=color_2] .owl-btn-1 .owl-nav .owl-prev:hover {
	background: #dd396b;
	border-color: #dd396b
}
[color=color_2] .btn-primary.gradient:active, [color=color_2] .btn-primary.gradient:focus, [color=color_2] .btn-primary.gradient:hover {
	background-image: var(--gradient);
	background-position: 100%;
	background-size: 200%
}
[color=color_2] .blockquote.style-2:after, [color=color_2] .btn-link i, [color=color_2] .btn-primary, [color=color_2] .comment-respond.style-1 .comment-reply-title:before, [color=color_2] .comments-area.style-1 .comments-title:before, [color=color_2] .countdown-social li a:hover, [color=color_2] .dlab-blog .dlab-meta>ul>li.post-share ul, [color=color_2] .dlab-blog .dlab-meta>ul>li.post-share ul:after, [color=color_2] .dlab-img-overlay1.primary:after, [color=color_2] .dlab-img-overlay1.primary:before, [color=color_2] .dlab-separator.style-1, [color=color_2] .dlab-separator.style-1:after, [color=color_2] .dlab-separator.style-1:before, [color=color_2] .extra-blog.style-1 .blog-title:before, [color=color_2] .header-nav .nav>li .sub-menu li a:after, [color=color_2] .icon-bx-wraper.style-3 .wraper-effect:after, [color=color_2] .overlay-primary-dark:before, [color=color_2] .overlay-primary-light:before, [color=color_2] .overlay-primary-middle:before, [color=color_2] .owl-btn-primary .owl-next, [color=color_2] .owl-btn-primary .owl-prev, [color=color_2] .owl-dots-black-full .owl-dots .owl-dot.active span, [color=color_2] .owl-dots-black-full .owl-dots .owl-dot:active span, [color=color_2] .owl-dots-primary-big .owl-dots .owl-dot span, [color=color_2] .owl-dots-primary-full .owl-dots .owl-dot.active span, [color=color_2] .owl-dots-primary-full .owl-dots .owl-dot:active span, [color=color_2] .owl-dots-primary-full .owl-dots .owl-dot span, [color=color_2] .owl-dots-white-full .owl-dots .owl-dot.active span, [color=color_2] .owl-dots-white-full .owl-dots .owl-dot:active span, [color=color_2] .testimonials-wraper-2 .testimonial-content .swiper-pagination-bullet-active, [color=color_2] .toggle-switch .custom-control-label:before, [color=color_2] .video-bx.style-2 .popup-youtube, [color=color_2] .widget .widget-title:before, [color=color_2] .widget_tag_cloud .tagcloud a:before, [color=color_2] .widget_tag_cloud .tagcloud a:hover:before, [color=color_2]::selection {
	background-color: #f55f8d
}
[color=color_2] .bg-primary {
	background-color: #f55f8d!important
}
[color=color_2] .blockquote.style-1:before, [color=color_2] .blockquote.style-2:before, [color=color_2] .blockquote.style-3:before, [color=color_2] .btn-link, [color=color_2] .btn-link:hover, [color=color_2] .btn-link i .text-primary, [color=color_2] .btn-outline-primary, [color=color_2] .dlab-accordion .card-header .dlab-title a:before, [color=color_2] .dlab-blog .dlab-meta>ul>li i, [color=color_2] .dlab-overlay-box.style-3 .dlab-info:before, [color=color_2] .dlab-social-icon.primary-light li a, [color=color_2] .dlab-social-icon li a, [color=color_2] .dlab-team.style-3:hover .dlab-name a, [color=color_2] .download-file ul li a:hover .text, [color=color_2] .error-page .dlab_error, [color=color_2] .header-nav .nav>li .sub-menu li:hover>a, [color=color_2] .icon-bx-wraper.style-5 .icon-bx .icon-cell, [color=color_2] .owl-btn-white .owl-next, [color=color_2] .owl-btn-white .owl-prev, [color=color_2] .pricingtable-wrapper.style-1 .pricingtable-bx, [color=color_2] .pricingtable-wrapper.style-1.active .btn i, [color=color_2] .pricingtable-wrapper.style-2 [class*=icon-bx-] .icon-cell i, [color=color_2] .pricingtable-wrapper.style-2.active .btn, [color=color_2] .site-filters.style-2 .filters li.active a, [color=color_2] .testimonial-4.quote-right:before, [color=color_2] .widget_archive ul li a:hover, [color=color_2] .widget_tag_cloud .tagcloud a, [color=color_2] .widget_tag_cloud .tagcloud a:before, [color=color_2]a, [color=color_2] a:hover, [color=color_2] footer .footer-bottom .copyright-text a, [color=color_2] footer .widget_services.style-1 ul li a:before, [color=color_2] ul.primary li:before {
	color: #f55f8d
}
[color=color_2] .text-primary {
	color: #f55f8d!important
}
[color=color_2] .btn-outline-primary, [color=color_2] .btn-primary, [color=color_2] .custom-control-input:checked~.custom-control-label:before, [color=color_2] .form-control.active, [color=color_2] .form-control:active, [color=color_2] .form-control:focus, [color=color_2] .pricingtable-wrapper.style-3.active .btn, [color=color_2] .pricingtable-wrapper.style-3:hover .btn, [color=color_2] .progress-bx .progress .progress-bar:after, [color=color_2] .site-filters.style-2 .filters li.active a, [color=color_2] .testimonial-1 .testimonial-pic, [color=color_2] .testimonial-3 .testimonial-pic, [color=color_2] .toggle-switch .custom-control-label:before, [color=color_2] .widget_tag_cloud .tagcloud a {
	border-color: #f55f8d
}
[color=color_2] .recent-posts-entry .widget-post-bx .widget-post .dlab-meta li, [color=color_2] .widget_archive ul li a, [color=color_2] body {
	color: #636363
}
[color=color_2] .comments-area .comment-list>.comment .comment-body .comment-author .fn, [color=color_2] .dlab-accordion .card-header .dlab-title a.collapsed, [color=color_2] .dlab-blog .post-tags a, [color=color_2] .h1, [color=color_2] .h2, [color=color_2] .h3, [color=color_2] .h4, [color=color_2] .h5, [color=color_2] .h6, [color=color_2] .pricingtable-wrapper.style-3 .pricingtable-bx small, [color=color_2] .site-filters.style-1 .filters li a, [color=color_2] .site-filters.style-2 .filters li a, [color=color_2] .testimonial-name, [color=color_2] .toggle-switch .custom-control-input:checked~.custom-control-label:after, [color=color_2] .widget .widget-title, [color=color_2] .widget_archive ul li a span, [color=color_2] h1, [color=color_2] h1 a, [color=color_2] h2, [color=color_2] h2 a, [color=color_2] h3, [color=color_2] h3 a, [color=color_2] h4, [color=color_2] h4 a, [color=color_2] h5, [color=color_2] h5 a, [color=color_2] h6, [color=color_2] h6 a, [color=color_2] nav .pagination .page-item .page-link {
	color: #262626
}
[color=color_2] .owl-btn-primary .owl-next:hover, [color=color_2] .owl-btn-primary .owl-prev:hover, [color=color_2] .video-bx.style-1 .popup-youtube:hover {
	color: #fff
}
[color=color_2] .bg-gray {
	background: #f8f5fe
}
[color=color_2] .search-bx.style-1 {
	background-color: #262626
}
[color=color_2] .site-footer.style-1, [color=color_2] .site-footer.style-2 {
	background-color: #0e1b1f!important
}
[color=color_2] .site-footer.style-2 .footer-bottom, [color=color_2] footer .footer-bottom {
	background-color: #1f343b
}
@-webkit-keyframes modal-video {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes modal-video {
0% {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes modal-video-inner {
0% {
-webkit-transform:translateY(100px);
transform:translateY(100px)
}
to {
-webkit-transform:translate(0);
transform:translate(0)
}
}
@keyframes modal-video-inner {
0% {
-webkit-transform:translateY(100px);
transform:translateY(100px)
}
to {
-webkit-transform:translate(0);
transform:translate(0)
}
}
.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	transition: opacity .3s ease-out
}
.modal-video-effect-exit {
	opacity: 0
}
.modal-video-effect-exit .modal-video-movie-wrap {
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}
.modal-video-body {
	max-width: 940px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table
}
.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}
.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modal-video-close-btn:after, .modal-video-close-btn:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px
}
.main-bar-wraper .custom-logo {
	display: none
}
.main-bar-wraper.is-fixed .custom-logo {
	display: block
}
.main-bar-wraper.is-fixed .custom-logo-white {
	display: none
}
.styleswitcher-right h5.switcher-title, .styleswitcher-right h6.switcher-title, .styleswitcher h5.switcher-title, .styleswitcher h6.switcher-title {
	font-weight: 400;
	margin: 0 0 10px;
	font-size: 14px
}
.styleswitcher-right .site-button, .styleswitcher .site-button {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px
}
.styleswitcher-right h6.switcher-title, .styleswitcher h6.switcher-title {
	color: #717171
}
.styleswitcher-right h5.switcher-title, .styleswitcher h5.switcher-title {
	font-size: 16px;
	position: relative;
	color: #000;
	font-weight: 600
}
.styleswitcher-right h5.switcher-title span, .styleswitcher h5.switcher-title span {
	background-color: #fff;
	padding-right: 5px
}
.styleswitcher-right h5.switcher-title span {
	padding-left: 5px;
	padding-right: 0
}
.styleswitcher-right h5.switcher-title:after, .styleswitcher h5.switcher-title:after {
	background: #000;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	top: 55%;
	position: absolute;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: -1;
	opacity: .1
}
.styleswitcher {
	background-color: #fff;
	box-shadow: 2px 1px 5px rgba(0,0,0,.1);
	height: 100%;
	left: -220px;
	padding: 15px;
	position: fixed;
	top: 0;
	width: 220px;
	z-index: 99999
}
.styleswitcher-inner {
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%
}
.styleswitcher .switcher-btn-bx {
	box-shadow: 7px 0 5px rgba(0,0,0,.1);
	position: absolute;
	right: -40px;
	top: 200px
}
.dez-page {
	padding: 4px 10px;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px
}
.styleswitcher-right {
	background-color: #fff;
	box-shadow: -3px 1px 5px rgba(0,0,0,.1);
	height: 100%;
	right: -220px;
	padding: 15px;
	position: fixed;
	top: 0;
	width: 220px;
	z-index: 9999999
}
.styleswitcher-right .switcher-btn-bx {
	position: absolute;
	left: -40px;
	top: 200px
}
.styleswitcher-right .switch-btn {
	box-shadow: -3px 1px 5px rgba(0,0,0,.1);
	color: #000
}
.switch-btn {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 1px 5px rgba(0,0,0,.1);
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 21px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px
}
.header-view, .layout-view, .nav-view, .skin-view {
	display: table;
	width: 100%;
	margin: 10px 5px
}
.background-switcher, .bg-color-switcher, .color-skins, .color-skins-db, .header-view, .layout-view, .nav-view, .pattern-switcher, .skin-view, .theme-box ul {
	margin: 0;
	padding: 0
}
.background-switcher, .bg-color-switcher, .color-skins, .color-skins-db, .pattern-switcher {
	margin: 0 -4px
}
.theme-panel-save li.active a {
	color: #fff
}
.theme-panel-save li a {
	color: #000;
	display: block
}
.header-view li, .layout-view li, .nav-view li, .skin-view li, .sw-btn {
	background: #e8e8e8;
	cursor: pointer;
	display: table-cell;
	font-weight: 600;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 14px
}
.menubar-view {
	display: flex
}
.sw-btn {
	width: 50%
}
.header-view li.active, .layout-view li.active, .nav-view li.active, .skin-view li.active, .sw-btn.active {
	background: #333;
	color: #fff;
	transition: all .8s linear
}
.theme-box {
	padding: 15px;
	border-bottom: 1px solid #eee
}
.theme-panel-frame li.active {
	border: 4px solid #000
}
.pattern-switcher li img {
	border: 1px solid #e3e3e3
}
.bg-color-switcher li, .color-skins-db li, .color-skins li {
	cursor: pointer;
	display: inline-block;
	list-style: none outside none;
	margin: 0 4px 6px
}
.bg-color-switcher li a, .color-skins-db li a, .color-skins li a {
	display: block;
	height: 35px;
	width: 35px
}
.color-skins-db li a {
	background-size: 100%
}
.color-skins-db li .skin-1, .color-skins li .skin-1 {
	background-color: #896eff
}
.color-skins-db li .skin-2, .color-skins li .skin-2 {
	background-color: #f55f8d
}
.color-skins-db li .skin-3, .color-skins li .skin-3 {
	background-color: #ef146e
}
.color-skins-db li .skin-4, .color-skins li .skin-4 {
	background-color: #0086f0
}
.color-skins-db li .skin-5, .color-skins li .skin-5 {
	background-color: #6a1a1f
}
.color-skins-db li .skin-6, .color-skins li .skin-6 {
	background-color: #019444
}
.color-skins-db li .skin-7, .color-skins li .skin-7 {
	background-color: #00c6ff
}
.color-skins-db li .skin-8, .color-skins li .skin-8 {
	background-color: #e87800
}
.color-skins-db li .skin-9, .color-skins li .skin-9 {
	background-color: #cc9f5a
}
.color-skins-db li .skin-10, .color-skins li .skin-10 {
	background-color: #bd5ec6
}
.background-switcher li, .pattern-switcher li {
	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin: 0 4px 10px;
	width: 35px
}
.bg-color-switcher li .bg-color-1 {
	background-color: #896eff
}
.bg-color-switcher li .bg-color-2 {
	background-color: #f55f8d
}
.bg-color-switcher li .bg-color-3 {
	background-color: #ef146e
}
.bg-color-switcher li .bg-color-4 {
	background-color: #0086f0
}
.bg-color-switcher li .bg-color-5 {
	background-color: #6a1a1f
}
.bg-color-switcher li .bg-color-6 {
	background-color: #019444
}
.bg-color-switcher li .bg-color-7 {
	background-color: #00c6ff
}
.bg-color-switcher li .bg-color-8 {
	background-color: #e87800
}
.bg-color-switcher li .bg-color-9 {
	background-color: #cc9f5a
}
.bg-color-switcher li .bg-color-10 {
	background-color: #bd5ec6
}
.theme-box .range-slider {
	margin-top: 15px
}
.theme-box .price .amount {
	font-weight: 500;
	border: 0;
	font-size: 14px;
	margin-bottom: 12px
}
#ThemeRangeSlider .ui-widget-content {
	background: #aaa
}

@media only screen and (max-width:1199px) {
.styleswitcher, .styleswitcher-right {
	display: none
}
}
.styleswitcher.open {
	left: 0
}


