﻿@charset "UTF-8";
.custom-select-container {
	position: relative;
	box-sizing: border-box
}

.custom-select-container * {
	box-sizing: border-box
}

.custom-select-container.is-disabled {
	opacity: .333
}

.custom-select-opener {
	background-color: #ccc;
	padding: .5em;
	display: block;
	cursor: pointer;
	width: 100%
}

.custom-select-container select {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
}

.custom-select-panel {
	max-height: 0;
	transition: max-height .5s ease-out, overflow-y .1s .5s;
	overflow: hidden;
	background-color: #e9e9e9;
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 100%
}

.custom-select-container.is-open .custom-select-panel {
	max-height: 10.7em;
	overflow-y: auto
}

.custom-select-option {
	padding: .5em
}

.custom-select-option.has-focus {
	background-color: #add8e6
}

.custom-select-option.is-selected::before {
	content: "✔";
	padding-right: .5em
}

.custom-select-optgroup>.custom-select-option {
	padding-left: 2em
}

.custom-select-optgroup::before {
	content: attr(data-label);
	display: block;
	padding: .5em;
	color: #888
}

.loading {
	overflow: hidden;
	height: calc(var(--vh, 1vh) * 100)
}

:root {
	--main-white-color: white;
	--main-black-color: black
}

.static {
	position: static
}

.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.fz16 {
	font-size: 16px!important
}

@media all and (min-width:1775px) {
	.mw575 {
		max-width: 575px!important
	}
}

@media all and (min-width:1775px) {
	.flexList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.flexList li {
		width: 50%
	}
}

.font_one {
	font-family: Poppins, sans-serif
}

.font_two {
	font-family: "Work Sans", sans-serif
}

.font_third {
	font-family: "Dancing Script", cursive
}

.p0 {
	padding: 0!important
}

.mb-0-i {
	margin-bottom: 0!important
}

.md-mr10 {
	margin-right: 10px
}

@media all and (max-width:767px) {
	.sm-mr0 {
		margin-right: 0
	}
}

@media all and (max-width:767px) {
	.sm-ml10 {
		margin-left: 10px
	}
}

.mt8dot5-imp {
	margin-top: 8.5%!important
}

.hidden {
	display: none!important
}

.table-responsive {
	overflow-x: auto
}

.mt-11-persent {
	margin-top: 11%
}

.mb-10-persent {
	margin-bottom: 10%
}

.mt-3-persent {
	margin-top: 3%
}

.mb-3-persent {
	margin-bottom: 3%
}

.mt-5-persent {
	margin-top: 5%
}

.mb-5-persent {
	margin-bottom: 5%
}

.mt-10-persent {
	margin-top: 10%
}

.mb-10-persent {
	margin-bottom: 10%
}

.mt-15-persent {
	margin-top: 15%
}

.mb-15-persent {
	margin-bottom: 15%
}

.hide {
	display: none
}

.show {
 }

.bg-white {
	background: #fff
}

.bg-transperant {
	background-color: transparent
}

.p5-persent {
	padding: 5%
}

.mb-18-px {
	margin-bottom: 18px
}

.play-btn-big {
	width: 82px;
	height: 82px
}

@media all and (max-width:574px) {
	.play-btn-big {
		width: 52px;
		height: 52px
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.play-btn-big {
		width: 62px;
		height: 62px
	}
}

.pt-32 {
	padding-top: 32px
}

.mt-32 {
	margin-top: 32px
}

.text-center {
	text-align: center
}

.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adobe:before {
	content: "\f778"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-haykal:before {
	content: "\f666"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-water:before {
	content: "\f773"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url(fonts/fa-solid-900.eot);
	src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/fa-brands-400.eot);
	src: url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.woff2) format("woff2"), url(fonts/fa-brands-400.woff) format("woff"), url(fonts/fa-brands-400.ttf) format("truetype"), url(fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

.moby-overlay {
	box-sizing: border-box;
	position: fixed;
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.moby-overlay.dark {
	background: rgba(0, 0, 0, .85)
}

.moby-overlay.light {
	background: rgba(255, 255, 255, .65)
}

.moby-overlay.moby-overlay-active {
	visibility: visible!important;
	opacity: 1!important
}

.moby-body-fixed {
	overflow: hidden!important
}

.moby {
	box-sizing: border-box;
	background: #fff;
	transition: all .4s;
	overflow: auto
}

.moby * {
	box-sizing: border-box
}

.moby.moby-hidden {
	display: none
}

.moby.moby-demo {
	color: #fff;
	background: #2196f3;
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	width: 30%;
	right: 0;
	min-width: 280px;
	transform: translateX(100%);
	padding: 60px 0 20px 0;
	overflow: auto
}

.moby.moby-demo.moby-active {
	transform: translateX(0)
}

.moby.moby-demo .moby-inner {
	height: 100%;
	min-height: 520px
}

.moby.moby-demo .moby-inner>p {
	height: 40px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	font-size: 13px;
	text-align: center
}

.moby.moby-demo .moby-close {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 20px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0
}

.moby.moby-demo .moby-close .moby-close-icon {
	margin-right: 0;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative
}

.moby.moby-demo .moby-close .moby-close-icon::after,
.moby.moby-demo .moby-close .moby-close-icon::before {
	background: #fff
}

.moby.moby-demo .moby-wrap {
	height: calc(100% - 40px);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center
}

.moby.moby-demo .moby-wrap>div {
	width: 100%
}

.moby.moby-demo .moby-wrap img {
	margin: 0 auto 40px auto;
	display: block;
	width: 100px;
	height: auto
}

.moby.moby-demo .moby-wrap .moby-menu {
	width: 100%
}

.moby.moby-demo .moby-wrap .moby-menu>* {
	width: 100%
}

.moby.moby-demo ul li ul a {
	padding: 20px 70px 20px 70px;
	font-size: 16px;
	background: #0c7cd5
}

.moby.moby-demo ul li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 20px 70px 20px 70px;
	text-align: center;
	transition: color .3s
}

.moby.moby-demo ul li a:hover {
	color: #e0e0e0
}

.moby.moby-demo ul li a .moby-expand {
	position: absolute;
	width: 50px;
	top: 0;
	right: 0;
	height: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	transition: color .3s
}

.moby.moby-demo ul li a .moby-expand:hover {
	color: #e0e0e0
}

.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
	font-size: 20px
}

.moby.right-side {
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	width: 30%;
	right: 0;
	min-width: 280px;
	transform: translateX(100%)
}

.moby.right-side.moby-active {
	transform: translateX(0)
}

.moby.fade {
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0
}

.moby.fade.moby-active {
	opacity: 1;
	visibility: visible
}

.moby.fade ul {
	width: 100%
}

.moby.left-side {
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	left: 0;
	width: 30%;
	min-width: 280px;
	transform: translateX(-100%)
}

.moby.left-side.moby-active {
	transform: translateX(0)
}

.moby.top-full {
	position: fixed;
	z-index: 3000;
	top: 0;
	transform: translateY(-100%);
	height: 100%;
	left: 0;
	width: 100%
}

.moby.top-full ul {
	width: 100%
}

.moby.top-full.moby-active {
	transform: translateY(0)
}

.moby.bottom-full {
	position: fixed;
	z-index: 3000;
	transform: translateY(100%);
	height: 100%;
	left: 0;
	width: 100%
}

.moby.bottom-full ul {
	width: 100%
}

.moby.bottom-full.moby-active {
	transform: translateY(0)
}

.moby.grow-out {
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	transform: scale(.7);
	visibility: hidden;
	opacity: 0
}

.moby.grow-out ul {
	width: 100%
}

.moby.grow-out.moby-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.moby.shrink-in {
	position: fixed;
	z-index: 3000;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	transform: scale(1.2);
	visibility: hidden;
	opacity: 0
}

.moby.shrink-in ul {
	width: 100%
}

.moby.shrink-in.moby-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.moby ul {
	list-style: none;
	transform: translate3d(0, 0, 0)
}

.moby ul ul {
	display: none
}

.moby ul li ul a {
	padding: 15px 90px 30px 30px;
	font-weight: 400;
	font-size: 14px
}

.moby ul li a {
	position: relative;
	color: #9a989a;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 30px 90px 30px 30px;
	text-align: left
}

.moby ul li a .moby-expand {
	position: absolute;
	width: 60px;
	top: 0;
	right: 0;
	height: 100%;
	text-align: center;
	padding: 10px;
	color: #2196f3;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center
}

.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
	font-size: 20px
}

.moby .moby-close {
	color: #9a989a;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 30px;
	background: #f5f5f5;
	display: flex;
	flex-flow: row nowrap
}

.moby .moby-close .moby-close-icon {
	font-weight: 700;
	margin-right: 15px;
	position: relative;
	height: 20px;
	width: 20px;
	transform: rotate(45deg)
}

.moby .moby-close .moby-close-icon::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #9a989a;
	top: 50%;
	margin-top: -1px
}

.moby .moby-close .moby-close-icon::after {
	content: '';
	position: absolute;
	left: 50%;
	height: 100%;
	width: 2px;
	background: #9a989a;
	top: 0;
	margin-left: -1px
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.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-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[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
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.hinge {
	animation-duration: 2s
}

@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}
	40% {
		transform: translateY(-30px)
	}
	60% {
		transform: translateY(-15px)
	}
}

.bounce {
	animation-name: bounce
}

@keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes shake {
	0%,
	100% {
		transform: translateX(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px)
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px)
	}
}

.shake {
	animation-name: shake
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	100% {
		transform: rotate(0)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	0% {
		transform: scale(1)
	}
	10%,
	20% {
		transform: scale(.9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg)
	}
	100% {
		transform: scale(1) rotate(0)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	0% {
		transform: translateX(0)
	}
	15% {
		transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		transform: translateX(20%) rotate(3deg)
	}
	45% {
		transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		transform: translateX(10%) rotate(2deg)
	}
	75% {
		transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		transform: translateX(0)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		transform: scale(1.05)
	}
	70% {
		transform: scale(.9)
	}
	100% {
		transform: scale(1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	60% {
		opacity: 1;
		transform: translateY(30px)
	}
	80% {
		transform: translateY(-10px)
	}
	100% {
		transform: translateY(0)
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	60% {
		opacity: 1;
		transform: translateX(30px)
	}
	80% {
		transform: translateX(-10px)
	}
	100% {
		transform: translateX(0)
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	60% {
		opacity: 1;
		transform: translateX(-30px)
	}
	80% {
		transform: translateX(10px)
	}
	100% {
		transform: translateX(0)
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}
	60% {
		opacity: 1;
		transform: translateY(-30px)
	}
	80% {
		transform: translateY(10px)
	}
	100% {
		transform: translateY(0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	0% {
		transform: scale(1)
	}
	25% {
		transform: scale(.95)
	}
	50% {
		opacity: 1;
		transform: scale(1.1)
	}
	100% {
		opacity: 0;
		transform: scale(.3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(-20px)
	}
	100% {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(20px)
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0)
	}
	20% {
		opacity: 1;
		transform: translateX(-20px)
	}
	100% {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0)
	}
	20% {
		opacity: 1;
		transform: translateY(20px)
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(20px)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(20px)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		animation-timing-function: ease-out
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		animation-timing-function: ease-out
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		transform: perspective(400px) rotateX(10deg)
	}
	100% {
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotateY(-10deg)
	}
	70% {
		transform: perspective(400px) rotateY(10deg)
	}
	100% {
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}
	80% {
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}
	100% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	0% {
		transform: translateX(0) skewX(0);
		opacity: 1
	}
	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0
	}
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px)
	}
	100% {
		transform: translateY(0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px)
	}
	100% {
		transform: translateX(0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px)
	}
	100% {
		transform: translateX(0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0)
	}
	100% {
		opacity: 0;
		transform: translateX(2000px)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	100% {
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg)
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0)
	}
	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

body.lb-disable-scrolling {
	overflow: hidden
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400;
	outline: 0
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid #fff
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #000
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(i/lightbox2/loading.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(i/lightbox2/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(i/lightbox2/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(i/lightbox2/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
	max-width: none
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}

#cboxOverlay {
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90)
}

#colorbox {
	outline: 0
}

#cboxContent {
	background: #000;
	overflow: visible
}

.cboxIframe {
	background: #000
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadingOverlay {
	background: url(i/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
	background: url(i/loading.gif) no-repeat center center
}

#cboxTitle {
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: 700;
	color: #7c7c7c
}

#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: 700;
	color: #7c7c7c
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
	outline: 0
}

#cboxPrevious {
	left: 0;
	background-position: -51px -25px
}

#cboxPrevious:hover {
	background-position: -51px 0
}

#cboxNext {
	left: 27px;
	background-position: -75px -25px
}

#cboxNext:hover {
	background-position: -75px 0
}

#cboxClose {
	right: 0;
	background-position: -100px -25px
}

#cboxClose:hover {
	background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0;
	right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -125px 0
}


/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lightSlider:after,
.lightSlider:before {
	content: " ";
	display: table
}

.lightSlider {
	overflow: hidden;
	margin: 0
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative
}

.lSSlideWrapper>.lightSlider:after {
	clear: both
}

.lSSlideWrapper .lSSlide {
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	transition-property: transform, height;
	transition-duration: inherit!important;
	transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
	position: relative
}

.lSSlideWrapper .lSFade>* {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	transition-delay: 0s;
	transition-duration: inherit!important;
	transition-property: opacity;
	transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>.active {
	z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #428bca
}

.lSSlideOuter .media {
	opacity: .8
}

.lSSlideOuter .media.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both
}

.lSAction>a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(i/lightslider/controls.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	transition: opacity .35s linear 0s
}

.lSAction>a:hover {
	opacity: 1
}

.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px
}

.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px
}

.lSAction>a.disabled {
	pointer-events: none
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden
}

.lSSlideOuter.vertical {
	position: relative
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute!important;
	right: 0;
	top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100%!important;
	max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px
}

.lSSlideOuter.lSrtl {
	direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none outside none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
	float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
	float: right!important
}

@keyframes rightEnd {
	0% {
		left: 0
	}
	50% {
		left: -15px
	}
	100% {
		left: 0
	}
}

@keyframes topEnd {
	0% {
		top: 0
	}
	50% {
		top: -15px
	}
	100% {
		top: 0
	}
}

@keyframes leftEnd {
	0% {
		left: 0
	}
	50% {
		left: 15px
	}
	100% {
		left: 0
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0
	}
	50% {
		bottom: -15px
	}
	100% {
		bottom: 0
	}
}

.lSSlideOuter .rightEnd {
	animation: rightEnd .3s;
	position: relative
}

.lSSlideOuter .leftEnd {
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .rightEnd {
	animation: topEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .leftEnd {
	animation: bottomEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
	animation: rightEnd .3s;
	position: relative
}

.lightSlider.lsGrab>* {
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

html {
	box-sizing: border-box
}

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

body {
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 28px
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a {
	color: inherit;
	text-decoration: none;
	outline: 0
}

a:focus {
	outline: 0
}

a:active,
a:hover {
	outline: 0
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
html,
input,
select,
textarea {
	color: #222
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

a::selection,
blockquote::selection,
div::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
i::selection,
img::selection,
li::selection,
ol::selection,
p::selection,
span::selection,
strong::selection,
td::selection,
th::selection,
ul::selection {
	background: #2b54bf;
	color: #fff
}

.header-top-line {
	width: 100%;
	max-width: 1775px;
	margin: 0 auto;
	display: flex;
	height: 66px;
	justify-content: space-between;
	align-items: center
}

.header-top-line .logo h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: 700
}

@media all and (min-width:575px) and (max-width:767px) {
	.header-top-line .logo h1 {
		font-size: 2.125rem;
		line-height: 2.125rem
	}
}

@media all and (min-width:768px) {
	.header-top-line .logo h1 {
		font-size: 2.25rem;
		line-height: 2.25rem
	}
}

.header-top-line .logo h1 a {
	font-weight: inherit;
	transition: all .4s ease-in-out
}

.header-top-line .logo h1 a:hover {
	transition: all .4s ease-in-out;
	color: #46eeaa
}

.header-top-line .logo h1:first-letter {
	color: #46eeaa
}

#header .header-inner {
	padding: 44px 44px 0 44px
}

@media all and (max-width:767px) {
	#header .header-inner {
		padding: 44px 30px 0 30px
	}
}

.inner-page-end-box {
	min-height: 428px;
	background: url(i/header_bg.png) 50% 0 no-repeat;
	transform-style: inherit
}

@media all and (max-width:574px) {
	.inner-page-end-box {
		min-height: 320px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.inner-page-end-box {
		min-height: 360px
	}
}

.main-header {
	position: relative;
	z-index: 4
}

.main-header .main-header--top {
	height: 45px;
	background: #1a1a1a;
	position: relative
}

.main-header .main-header--top .logo-2 {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Logo için hafif gölge eklendi */
}

.main-header .main-header--top .logo-2 img {
    max-width: 100%;
    max-height: 120px; /* Logo yüksekliğini arttırdım */
    width: auto;
    height: auto;
}

@media (max-width: 768px) {
    .main-header .main-header--top .logo-2 img {
        max-height: 60px; /* Mobil cihazlar için biraz daha büyük logo */
    }
}


.main-header .main-header--top .main-header-top-wrapper {
	display: flex;
	justify-content: space-between
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact {
	font-size: 13px;
	line-height: 13px;
	height: 45px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1
}

@media all and (max-width:991px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact {
		justify-content: center
	}
}

@media all and (min-width:1500px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact {
		justify-content: space-between;
		padding: 0 40px 0 0
	}
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item {
	display: flex;
	justify-content: space-around;
	padding: 0 20px;
	font-size: 14px
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item>a {
	color: #fff
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item i.fas {
	font-size: 13px;
	margin-right: 10px
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item span {
	margin-right: 5px;
	display: inline-block
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item a {
	transition: all ease-in-out .3s
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item a:hover {
	color: #2b54bf
}

@media all and (max-width:767px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box1 {
		display: none
	}
}

@media all and (max-width:991px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box1 {
		padding: 0
	}
}

@media all and (max-width:991px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box2 {
		display: none
	}
}

@media all and (max-width:1199px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box3 {
		display: none
	}
}

.main-header .main-header--top .main-header-top-wrapper .main-header-test-btn {
	background: #2b54bf;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 44px;
	color: #fff;
	height: 45px;
	padding: 0 35px;
	display: none;
	box-shadow: none;
	transition: all ease-in-out .3s
}

@media all and (min-width:1500px) {
	.main-header .main-header--top .main-header-top-wrapper .main-header-test-btn {
		display: block
	}
}

.main-header .main-header--top .main-header-top-wrapper .main-header-test-btn:hover {
	background: #1a1a1a
}

.main-header .main-header--top .main-header--social {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px
}

@media all and (max-width:767px) {
	.main-header .main-header--top .main-header--social {
		margin-right: 25px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.main-header .main-header--top .main-header--social {
		margin-right: 33px
	}
}

.main-header .main-header--top .main-header--social li {
	margin: 0 5px
}

.main-header .main-header--top .main-header--social li a {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2b54bf;
	transition: all ease-in-out .3s
}

.main-header .main-header--top .main-header--social li a:hover {
	background: #1a1a1a
}

.main-header .main-header--top .main-header--social li a i {
	font-size: 16px
}

.main-header .main-header--bottom {
	height: 45px;
	background: #f7f7f7
}

.main-header .main-header--bottom .main-header-bottom-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

@media screen and (min-width:1200px) {
	.main-header .main-header--bottom .main-header-bottom-wrapper {
		justify-content: center
	}
}

#fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}

html {
	--top-spacing: 90px
}

body {
	scroll-padding-top: var(--top-spacing);
	margin-top: var(--top-spacing)
}

.contact-form .contact-message {
	padding-top: 32px!important;
	height: 60px!important
}

.openSearchBar #cboxContent {
	background: 0 0!important
}

#search-form-box {
	display: none;
	overflow: hidden
}

#search-form-box .search-form {
	width: 100%
}

#search-form-box .search-form input[type=text] {
	width: inherit;
	height: 70px;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff!important;
	font-size: 1.875rem;
	line-height: normal;
	padding: 0 14px 0 14px;
	background: 0 0;
	font-family: inherit
}

@media screen and (max-width:479px) {
	#search-form-box .search-form input[type=text] {
		font-size: 1.5rem
	}
}

#search-form-box .search-form input[type=text]::-webkit-input-placeholder {
	color: #fff
}

#search-form-box .search-form input[type=text]::-moz-placeholder {
	color: #fff
}

#search-form-box .search-form input[type=text]:-ms-input-placeholder {
	color: #fff
}

#search-form-box .search-form input[type=text]:-moz-placeholder {
	color: #fff
}

#footer {
	min-height: 710px;
	position: relative;
	left: 0;
	z-index: 1
}

#footer:after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 577px;
	max-width: 21%;
	width: 100%;
	background: #4b4f54;
	z-index: 10
}

@media all and (min-width:1775px) {
	#footer:after {
		display: block
	}
}

#footer .footer-top {
	position: relative;
	z-index: 20
}

@media all and (max-width:1774px) {
	#footer .footer-top {
		background: #1a1a1a
	}
}

#footer .footer-top .footer-top-wrap {
	position: relative;
	z-index: 20;
	min-height: 564px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative
}

#footer .footer-top .footer-top-wrap .footer_img {
	display: none
}

@media all and (min-width:1920px) {
	#footer .footer-top .footer-top-wrap .footer_img {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 130px;
		margin-right: -4%;
		z-index: 30;
		display: block
	}
}

@media all and (max-width:575px) {
	#footer .footer-top .footer-top-wrap {
		width: calc(100% - 30px);
		padding-top: 30px
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	#footer .footer-top .footer-top-wrap {
		width: 540px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 35px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-top .footer-top-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 720px;
		padding-top: 40px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	#footer .footer-top .footer-top-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 960px
	}
}

@media all and (min-width:1200px) and (max-width:1774px) {
	#footer .footer-top .footer-top-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 1200px
	}
}

@media all and (min-width:1775px) {
	#footer .footer-top .footer-top-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: #1a1a1a;
		padding: 0 0 0 103px;
		max-width: 1775px;
		width: 100%
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box {
	display: flex
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box {
		flex-wrap: wrap
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box {
	max-width: 268px;
	width: 100%
}

@media all and (min-width:576px) and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box .title-box {
		max-width: 100%;
		text-align: left
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 1
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
	height: 55px;
	max-width: 737px;
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 8px 0;
	background: #4b4f54
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
		height: 46px
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-webkit-input-placeholder {
	color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-moz-placeholder {
	color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-moz-placeholder {
	color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-ms-input-placeholder {
	color: #979797
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
		margin-top: 12px
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
	width: 100%;
	background: 0 0;
	border: none;
	padding-left: 21px;
	padding-right: 21px;
	color: #979797;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
		padding-left: 12px;
		padding-right: 12px
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
	font-size: 1rem;
	line-height: 1.75rem;
	background: 0 0;
	padding: 2px 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #979797;
	border: none;
	border-left: 1px solid #5a5e62;
	transition: all .4s ease-in-out
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
		padding-right: 15px;
		padding-left: 15px;
		font-size: .9375rem;
		line-height: 1.6875rem
	}
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button:hover {
	transition: all .4s ease-in-out;
	color: #fff
}

#footer .footer-top .footer-top-wrap .useful-sections {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .useful-sections {
		margin-top: 35px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-top .footer-top-wrap .useful-sections {
		margin-top: 60px
	}
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
	max-width: 33.3333%;
	width: 100%
}

@media all and (max-width:767px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
		min-width: 100%;
		margin-bottom: 15px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
		max-width: calc(50% - 30px);
		margin-bottom: 20px
	}
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child {
		max-width: 100%
	}
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap
	}
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list li {
		width: calc(50% - 30px)
	}
}

@media all and (min-width:1775px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
		max-width: 400px
	}
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .title-line {
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
	margin-top: 25px
}

@media all and (max-width:768px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
		margin-top: 18px
	}
}

@media all and (min-width:992px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
		margin-top: 35px
	}
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
	color: #979797;
	margin-bottom: 13px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	display: flex;
	align-items: baseline
}

@media all and (min-width:992px) {
	#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
		margin-bottom: 18px
	}
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover {
	transition: all .4s ease-in-out
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover {
	transition: all .4s ease-in-out;
	color: #fff
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover i {
	color: #fff
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li i {
	width: 16px;
	font-size: 1.125rem;
	color: inherit;
	margin-right: 10px;
	text-align: center;
	transition: all .4s ease-in-out
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li span {
	color: inherit
}

#footer .footer-bottom {
	z-index: 20;
	padding: 0 15px;
	min-height: 146px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (max-width:575px) {
	#footer .footer-bottom {
		width: 100%
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	#footer .footer-bottom {
		width: 540px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-bottom {
		width: 720px;
		padding-top: 9px;
		padding-bottom: 8px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	#footer .footer-bottom {
		width: 960px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	#footer .footer-bottom {
		width: 1200px
	}
}

@media all and (min-width:1440px) {
	#footer .footer-bottom {
		width: 1222px
	}
}

@media all and (min-width:1775px) and (max-width:1879px) {
	#footer .footer-bottom {
		padding-left: 23%;
		max-width: 1775px;
		width: 100%
	}
}

@media all and (min-width:1880px) {
	#footer .footer-bottom {
		padding-left: 20%;
		max-width: 1775px;
		width: 100%
	}
}

#footer .footer-bottom .copyright {
	max-width: 200px;
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #1a1a1a
}

@media all and (max-width:575px) {
	#footer .footer-bottom .copyright {
		flex-shrink: 0;
		order: 2;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 1rem;
		line-height: 1.625rem
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	#footer .footer-bottom .copyright {
		flex-shrink: 0;
		order: 2;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 1rem;
		line-height: 1.625rem
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-bottom .copyright {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		order: 2
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	#footer .footer-bottom .copyright {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		order: 2
	}
}

#footer .footer-bottom .copyright a {
	transition: all .4s ease-in-out
}

#footer .footer-bottom .copyright a:hover {
	color: #2b54bf;
	transition: all .4s ease-in-out
}

@media all and (max-width:575px) {
	#footer .footer-bottom .footer-social-profiles-wrap {
		flex-shrink: 0;
		order: 1;
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	#footer .footer-bottom .footer-social-profiles-wrap {
		flex-shrink: 0;
		order: 1;
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	#footer .footer-bottom .footer-social-profiles-wrap {
		flex-shrink: 0;
		order: 1;
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	#footer .footer-bottom .footer-social-profiles-wrap {
		flex-shrink: 0;
		order: 1;
		width: 100%;
		max-width: 100%;
		text-align: center
	}
}

#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list {
	display: flex;
	justify-content: center
}

#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li {
	font-size: 17px;
	margin-right: 15px;
	margin-left: 15px
}

#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a {
	color: #1a1a1a;
	transition: all .4s ease-in-out
}

#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a:hover {
	opacity: .7;
	color: #2b54bf;
	transition: all .4s ease-in-out
}

@media all and (max-width:1199px) {
	#footer .footer-bottom .footer-list {
		width: 100%
	}
}

@media all and (min-width:1775px) {
	#footer .footer-bottom .footer-list {
		margin-right: 63px
	}
}

#footer .footer-bottom .footer-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

#footer .footer-bottom .footer-list ul li {
	display: inline
}

@media all and (max-width:991px) {
	#footer .footer-bottom .footer-list ul li {
		padding: 0 7px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	#footer .footer-bottom .footer-list ul li {
		padding: 0 10px
	}
}

@media all and (min-width:1200px) {
	#footer .footer-bottom .footer-list ul li {
		margin-left: 30px
	}
}

#footer .footer-bottom .footer-list ul li a {
	font-size: 1rem;
	line-height: 1.75rem;
	color: #1a1a1a;
	text-transform: uppercase;
	transition: all .4s ease-in-out
}

@media all and (max-width:767px) {
	#footer .footer-bottom .footer-list ul li a {
		font-size: .9375rem;
		line-height: 1.625rem
	}
}

#footer .footer-bottom .footer-list ul li a:hover {
	color: #2b54bf;
	transition: all .4s ease-in-out
}

.right-sidebar {
	max-width: 22.2%;
	width: 100%
}

@media all and (max-width:991px) {
	.right-sidebar {
		margin-top: 40px;
		max-width: 100%
	}
}

.right-sidebar .sidebar-heading {
	font-size: 1.125rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 30px
}

@media all and (max-width:767px) {
	.right-sidebar .sidebar-heading {
		margin-bottom: 15px
	}
}

.right-sidebar .sidebar-heading:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 4px;
	left: 0;
	margin-left: -7px;
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.right-sidebar .sidebar-widget {
	margin-bottom: 60px
}

.right-sidebar .search-form-widget .sidebar-search-form {
	display: flex
}

.right-sidebar .search-form-widget .sidebar-search-form input[type=text] {
	width: 80%;
	font-size: 1rem;
	line-height: 1.75rem;
	background: #f8f8f8;
	padding: 10px 15px
}

.right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.right-sidebar .search-form-widget .sidebar-search-form button {
	color: #fff;
	background: #84878c;
	width: 20%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .3s ease-in-out;
	border: none
}

.right-sidebar .search-form-widget .sidebar-search-form button:hover {
	opacity: .8
}

.right-sidebar .search-form-widget .sidebar-search-form button i {
	display: inline-block;
	font-size: 1rem;
	margin: auto
}

.right-sidebar .recent-posts-widget .recent-posts-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:992px) {
	.right-sidebar .recent-posts-widget .recent-posts-list {
		flex-direction: column
	}
}

.right-sidebar .recent-posts-widget .recent-posts-list li {
	display: flex;
	justify-content: left;
	margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:991px) {
	.right-sidebar .recent-posts-widget .recent-posts-list li {
		width: 50%;
		padding-right: 20px
	}
}

@media all and (min-width:992px) {
	.right-sidebar .recent-posts-widget .recent-posts-list li {
		width: 100%
	}
}

.right-sidebar .recent-posts-widget .recent-posts-list li:last-child {
	margin-bottom: 0
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
	display: block;
	margin-right: 18px;
	transition: opacity .3s ease-in-out
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
	opacity: .9
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
	width: 58px;
	height: 58px
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
	margin-top: -4px;
	font-size: .875rem;
	line-height: 1.25rem
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	transition: color .3s ease-in-out
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
	color: #2b54bf
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
	display: block;
	font-weight: 400
}

.right-sidebar .categories-widget .categories-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:992px) {
	.right-sidebar .categories-widget .categories-list {
		flex-direction: column
	}
}

.right-sidebar .categories-widget .categories-list li {
	width: 100%;
	margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
	.right-sidebar .categories-widget .categories-list li {
		width: 50%;
		padding-right: 20px
	}
}

@media all and (min-width:992px) {
	.right-sidebar .categories-widget .categories-list li {
		width: 100%
	}
}

.right-sidebar .categories-widget .categories-list li:last-child {
	margin-bottom: 0
}

.right-sidebar .categories-widget .categories-list li a {
	font-size: 1rem;
	line-height: 1.75rem;
	transition: color .3s ease-in-out
}

.right-sidebar .categories-widget .categories-list li a:hover {
	color: #2b54bf
}

.left-sidebar {
	max-width: 22.2%;
	width: 100%
}

@media all and (max-width:991px) {
	.left-sidebar {
		margin-top: 40px;
		max-width: 100%
	}
}

.left-sidebar .sidebar-heading {
	font-size: 1.125rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 30px
}

@media all and (max-width:767px) {
	.left-sidebar .sidebar-heading {
		margin-bottom: 15px
	}
}

.left-sidebar .sidebar-heading:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 4px;
	left: 0;
	margin-left: -7px;
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.left-sidebar .sidebar-widget {
	margin-bottom: 60px
}

.left-sidebar .search-form-widget .sidebar-search-form {
	display: flex
}

.left-sidebar .search-form-widget .sidebar-search-form input[type=text] {
	width: 80%;
	font-size: 1rem;
	line-height: 1.75rem;
	background: #f8f8f8;
	padding: 10px 15px
}

.left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
	color: #1a1a1a;
	font-weight: 400
}

.left-sidebar .search-form-widget .sidebar-search-form button {
	color: #fff;
	background: #84878c;
	width: 20%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .3s ease-in-out;
	border: none
}

.left-sidebar .search-form-widget .sidebar-search-form button:hover {
	opacity: .8
}

.left-sidebar .search-form-widget .sidebar-search-form button i {
	display: inline-block;
	font-size: 1rem;
	margin: auto
}

.left-sidebar .recent-posts-widget .recent-posts-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:992px) {
	.left-sidebar .recent-posts-widget .recent-posts-list {
		flex-direction: column
	}
}

.left-sidebar .recent-posts-widget .recent-posts-list li {
	display: flex;
	justify-content: left;
	margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:991px) {
	.left-sidebar .recent-posts-widget .recent-posts-list li {
		width: 50%;
		padding-right: 20px
	}
}

@media all and (min-width:992px) {
	.left-sidebar .recent-posts-widget .recent-posts-list li {
		width: 100%
	}
}

.left-sidebar .recent-posts-widget .recent-posts-list li:last-child {
	margin-bottom: 0
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
	display: block;
	margin-right: 18px;
	transition: opacity .3s ease-in-out
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
	opacity: .9
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
	width: 58px;
	height: 58px
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
	margin-top: -4px;
	font-size: .875rem;
	line-height: 1.25rem
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	transition: color .3s ease-in-out
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
	color: #2b54bf
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
	display: block;
	font-weight: 400
}

.left-sidebar .categories-widget .categories-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:992px) {
	.left-sidebar .categories-widget .categories-list {
		flex-direction: column
	}
}

.left-sidebar .categories-widget .categories-list li {
	width: 100%;
	margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
	.left-sidebar .categories-widget .categories-list li {
		width: 50%;
		padding-right: 20px
	}
}

@media all and (min-width:992px) {
	.left-sidebar .categories-widget .categories-list li {
		width: 100%
	}
}

.left-sidebar .categories-widget .categories-list li:last-child {
	margin-bottom: 0
}

.left-sidebar .categories-widget .categories-list li a {
	font-size: 1rem;
	line-height: 1.75rem;
	transition: color .3s ease-in-out
}

.left-sidebar .categories-widget .categories-list li a:hover {
	color: #2b54bf
}

#comments .comments-heading {
	font-size: 1.25rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px
}

#comments .comments-list .comment .comment-wrap {
	display: flex;
	justify-content: left;
	margin-bottom: 60px
}

@media all and (max-width:767px) {
	#comments .comments-list .comment .comment-wrap {
		margin-bottom: 30px
	}
}

#comments .comments-list .comment .comment-wrap .user-pic {
	flex-shrink: 0;
	margin-right: 20px
}

@media all and (max-width:574px) {
	#comments .comments-list .comment .comment-wrap .user-pic {
		width: 64px;
		height: 64px
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	#comments .comments-list .comment .comment-wrap .user-pic {
		width: 89px;
		height: 89px
	}
}

@media all and (min-width:992px) {
	#comments .comments-list .comment .comment-wrap .user-pic {
		width: 113px;
		height: 113px
	}
}

#comments .comments-list .comment .comment-wrap .user-pic img {
	max-width: 100%;
	height: auto
}

#comments .comments-list .comment .comment-wrap .comment-body {
	max-width: 740px
}

#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-author {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.875rem
}

#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link {
	font-size: .875rem;
	line-height: 1.875rem;
	font-weight: 400;
	text-transform: uppercase;
	transition: color .3s ease-in-out;
	margin-right: 10px
}

#comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link:hover {
	color: #2b54bf
}

#comments .comments-list .comment .comment-wrap .comment-body .comment-body--bottom {
	font-size: 1.125rem;
	line-height: 1.75rem
}

@media all and (min-width:768px) and (max-width:991px) {
	#comments .comments-list .child-comment {
		margin-left: 109px
	}
}

@media all and (min-width:992px) {
	#comments .comments-list .child-comment {
		margin-left: 135px
	}
}

#comments .comment-respond {
	margin-top: 123px
}

@media all and (max-width:767px) {
	#comments .comment-respond {
		margin-top: 80px
	}
}

#comments .comment-respond .comment-message {
	padding-top: 32px!important;
	height: 60px!important
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}

#loader {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 3px solid transparent;
	border-top-color: #2b54bf;
	border-radius: 100%;
	animation: spin 2s linear infinite;
	z-index: 1001
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid transparent;
	border-top-color: #2b54bf;
	border-radius: 100%;
	animation: spin 3s linear infinite
}

#loader:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	border: 3px solid transparent;
	border-radius: 100%;
	border-top-color: #2b54bf;
	animation: spin 1.5s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	background: #1a1a1a;
	width: 51%;
	height: 100%;
	z-index: 1000
}

#loader-wrapper .loader-section.section-left {
	left: 0
}

#loader-wrapper .loader-section.section-right {
	right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
	opacity: 0;
	transition: all .3s ease-out
}

.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all .3s 1s ease-out
}

#call-now-box {
	display: none
}

#test-drive-box {
	display: none
}

#order-consultation-box {
	display: none
}

.default-popup {
	padding: 35px 0 35px 0;
	position: relative
}

.default-popup .simple-page-heading .heading-title {
	font-size: 25px
}

@media all and (min-width:575px) and (max-width:991px) {
	.default-popup .simple-page-heading .heading-title {
		font-size: 30px
	}
}

@media all and (min-width:992px) {
	.default-popup .simple-page-heading .heading-title {
		font-size: 30px
	}
}

.default-popup .simple-page-heading .heading-description {
	font-size: 15px;
	line-height: 1.2
}

.default-popup .close-btn-popup {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px 10px 0 0
}

.default-popup .close-btn-popup:hover {
	cursor: pointer
}

.default-popup .simple-page-heading-wrapper {
	padding-left: 35px;
	padding-right: 35px
}

@media all and (min-width:768px) {
	.default-popup .simple-page-heading-wrapper {
		padding-left: 55px;
		padding-right: 55px
	}
}

.default-popup .block-agreement {
	padding: 20px 0;
	background-color: #f1f1f1;
	color: #7c7c7c
}

.default-popup .default-popup-form {
	box-sizing: border-box
}

.default-popup .default-popup-form .form-row {
	padding-left: 35px;
	padding-right: 35px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	flex-direction: column
}

@media all and (max-width:767px) {
	.default-popup .default-popup-form .form-row {
		flex-direction: column;
		margin-bottom: 5px
	}
}

@media all and (min-width:768px) {
	.default-popup .default-popup-form .form-row {
		padding-left: 55px;
		padding-right: 55px
	}
}

.default-popup .default-popup-form .input-wrap {
	width: calc(100% / 2 - 20px)
}

@media all and (max-width:767px) {
	.default-popup .default-popup-form .input-wrap {
		width: 100%;
		margin-bottom: 10px
	}
}

.default-popup .default-popup-form input[type=email],
.default-popup .default-popup-form input[type=text] {
	padding-left: 9px;
	width: 100%;
	height: 37px
}

.default-popup .default-popup-form textarea {
	min-height: 99px;
	padding-left: 9px;
	padding-top: 9px
}

.default-popup .default-popup-form button {
	display: block;
	margin-top: 35px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px
}

.default-popup .default-popup-form .styled-checkbox-wrap label:before {
	content: "";
	margin-top: 4px
}

.default-popup .default-popup-form .styled-checkbox-wrap label:after {
	content: "";
	margin-top: 3px
}

.default-popup .default-popup-form .styled-checkbox-wrap label span {
	font-size: 14px;
	line-height: 20px
}

.default-popup .default-popup-form .styled-checkbox-wrap label a {
	color: #2b54bf
}

.default-popup .default-popup-form .styled-checkbox-wrap label a:hover {
	text-decoration: underline
}

label {
	display: block;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 3px;
	margin-left: 2px;
	font-size: 14px;
	line-height: 30px
}

input[type=email],
input[type=text] {
	font-size: 13px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #eaebeb;
	font-weight: 300;
	color: #1a1a1a
}

textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #eaebeb;
	font-weight: 300;
	color: #1a1a1a
}

.styled-checkbox {
	position: absolute;
	opacity: 0
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #1a1a1a;
	font-weight: 400
}

.styled-checkbox+label span {
	position: relative
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 19px;
	height: 19px;
	border: 1px solid #2b54bf
}

.styled-checkbox:checked+label:before {
	background: #2b54bf
}

.styled-checkbox:disabled+label {
	color: #b8b8b8;
	cursor: auto
}

.styled-checkbox:disabled+label:before {
	box-shadow: none;
	background: #ddd
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	background: #fff;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(45deg)
}

[type=radio]:checked,
[type=radio]:not(:checked) {
	position: absolute;
	left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #1a1a1a
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #2b54bf;
	border-radius: 100%;
	background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #2b54bf;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0)
}

[type=radio]:checked+label:after {
	opacity: 1;
	transform: scale(1)
}

.btn-primary {
	padding: 10px 42px;
	background-size: 200% auto;
	box-shadow: 0 0 20px #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	border: none;
	color: #fff;
	transition: all .4s ease-in-out;
	background-image: linear-gradient(90deg, #3ad8b8 0, #24c6dc 51%, #514a9d)
}

.btn-primary:hover {
	transition: all .4s ease-in-out;
	background-position: right center
}

.btn-disabled {
	padding: 10px 42px;
	background-size: 200% auto;
	box-shadow: 0 0 20px #eee;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	border: none;
	color: #fff;
	transition: all .4s ease-in-out;
	background-image: linear-gradient(90deg, #525a5c 0, #ced6dc 51%, #e1e9ef)
}

.btn-disabled:hover {
	cursor: not-allowed
}

.btn-outlined {
	border: none;
	display: inline-block;
	background-color: transparent;
	color: #2b54bf;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 42px;
	text-transform: uppercase;
	transition: all .4s ease-in-out
}

.btn-outlined.rounded-btn {
	border-radius: 99px
}

.btn-outlined.rounded-btn:after,
.btn-outlined.rounded-btn:before {
	content: " ";
	position: absolute;
	border-radius: 99px
}

.btn-outlined:after,
.btn-outlined:before {
	content: " ";
	position: absolute
}

.btn-outlined:before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
	background: #503b9a;
	background: linear-gradient(to right, #3ad8b8 0, #24c6dc 100%)
}

.btn-outlined:after {
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background-color: #fff;
	z-index: -1;
	opacity: 1;
	transition: all .6s ease-in-out
}

.btn-outlined:hover:after {
	opacity: 0;
	color: #fff
}

.btn-outlined:hover {
	color: #fff
}

.rounded-btn {
	border-radius: 99px
}

.buttons-wrapper {
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.buttons-wrapper button {
	margin-right: 10px;
	margin-bottom: 20px
}

.btn {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: #2b54bf;
	padding: 12px 35px 11px 35px;
	transition: all .3s ease-in!important;
	display: inline-block
}

.btn:hover {
	background-color: #17abb3;
	border-color: #17abb3
}

.btn-outline {
	background-color: transparent;
	border: 1px solid #fff
}

.btn-outline:hover {
	background-color: #2b54bf
}

.btn-icon-right {
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	text-align: center;
	font-size: 0;
	height: 44px;
	cursor: pointer
}

@media all and (min-width:575px) and (max-width:767px) {
	.btn-icon-right {
		height: 48px
	}
}

@media all and (min-width:768px) {
	.btn-icon-right {
		height: 50px
	}
}

.btn-icon-right:hover .btn-icon-title {
	background-color: #1a1a1a
}

.btn-icon-right .btn-icon-title {
	font-size: 14px;
	line-height: 1.9;
	vertical-align: top;
	text-align: center;
	transition: color .3s, background-color .3s;
	background-color: #2b54bf;
	display: inline-block;
	height: 100%;
	padding: 8px 13px
}

@media all and (min-width:575px) and (max-width:767px) {
	.btn-icon-right .btn-icon-title {
		padding: 10px 15px
	}
}

@media all and (min-width:768px) {
	.btn-icon-right .btn-icon-title {
		padding: 12px 17px
	}
}

.btn-icon-right .btn-icon-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #1a1a1a;
	width: 44px;
	height: 100%
}

@media all and (min-width:575px) and (max-width:767px) {
	.btn-icon-right .btn-icon-icon {
		width: 48px
	}
}

@media all and (min-width:768px) {
	.btn-icon-right .btn-icon-icon {
		width: 50px
	}
}

.btn-icon-right .btn-icon-icon .icon-car-front {
	display: block;
	fill: #fff;
	width: 18px;
	height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
	.btn-icon-right .btn-icon-icon .icon-car-front {
		width: 19px;
		height: 19px
	}
}

@media all and (min-width:768px) {
	.btn-icon-right .btn-icon-icon .icon-car-front {
		width: 20px;
		height: 20px
	}
}

.btn-icon-right .btn-icon-icon .icon-angle-right {
	display: block;
	fill: #fff;
	width: 16px;
	height: 16px
}

@media all and (min-width:575px) and (max-width:767px) {
	.btn-icon-right .btn-icon-icon .icon-angle-right {
		width: 16px;
		height: 16px
	}
}

@media all and (min-width:768px) {
	.btn-icon-right .btn-icon-icon .icon-angle-right {
		width: 16px;
		height: 16px
	}
}

.submit-btn {
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	text-align: center;
	font-size: 0;
	height: 44px;
	cursor: pointer;
	border: none;
	padding: 0
}

@media all and (min-width:575px) and (max-width:767px) {
	.submit-btn {
		height: 48px
	}
}

@media all and (min-width:768px) {
	.submit-btn {
		height: 50px
	}
}

.submit-btn:hover .btn-icon-title {
	background-color: #1a1a1a
}

.submit-btn .btn-icon-title {
	font-size: 14px;
	line-height: 1.9;
	vertical-align: top;
	text-align: center;
	transition: color .3s, background-color .3s;
	background-color: #2b54bf;
	display: inline-block;
	height: 100%;
	padding: 8px 13px
}

@media all and (min-width:575px) and (max-width:767px) {
	.submit-btn .btn-icon-title {
		padding: 10px 25px 10px 30px
	}
}

@media all and (min-width:768px) {
	.submit-btn .btn-icon-title {
		padding: 12px 30px 12px 35px
	}
}

.submit-btn .btn-icon-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #1a1a1a;
	width: 44px;
	height: 100%
}

@media all and (min-width:575px) and (max-width:767px) {
	.submit-btn .btn-icon-icon {
		width: 48px
	}
}

@media all and (min-width:768px) {
	.submit-btn .btn-icon-icon {
		width: 50px
	}
}

.submit-btn .btn-icon-icon .icon-car-front {
	display: block;
	fill: #fff;
	width: 18px;
	height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
	.submit-btn .btn-icon-icon .icon-car-front {
		width: 19px;
		height: 19px
	}
}

@media all and (min-width:768px) {
	.submit-btn .btn-icon-icon .icon-car-front {
		width: 20px;
		height: 20px
	}
}

.submit-btn .btn-icon-icon .icon-angle-right {
	display: block;
	fill: #fff;
	width: 16px;
	height: 16px
}

@media all and (min-width:575px) and (max-width:767px) {
	.submit-btn .btn-icon-icon .icon-angle-right {
		width: 16px;
		height: 16px
	}
}

@media all and (min-width:768px) {
	.submit-btn .btn-icon-icon .icon-angle-right {
		width: 16px;
		height: 16px
	}
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0
}

table thead tr th {
	border: 1px solid #eaebeb;
	font-family: Poppins, sans-serif;
	padding: 12px 15px 10px 15px;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase
}

table tbody tr td {
	font-size: 16px;
	line-height: 28px;
	padding: 5px 15px;
	border: 1px solid #eaebeb
}

table tbody tr th {
	border: 1px solid #eaebeb;
	font-family: Poppins, sans-serif;
	padding: 12px 15px 10px 15px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px
}

.table-grey {
	background: #f8f8f8;
	color: #1a1a1a
}

.table-mint {
	background: #2b54bf;
	color: #fff
}

.table-mint thead th {
	color: #fff
}

.table-mint tbody th {
	color: #fff
}

.alert {
	padding: 15px 20px;
	background-color: #fc5c65;
	color: #fff;
	opacity: 1;
	transition: opacity .6s;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	line-height: 1.625rem;
	text-align: left
}

@media all and (min-width:768px) {
	.alert {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
}

.alert strong {
	text-transform: uppercase;
	font-weight: 700
}

.alert>div {
	width: 95%
}

.alert.success {
	background-color: #2b54bf
}

.alert.info {
	background-color: #2196f3
}

.alert.warning {
	background-color: #cca52b
}

.close-btn {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer!important;
	transition: .3s;
	position: relative
}

.closebtn:hover {
	cursor: pointer!important;
	opacity: .7
}

#cboxClose {
	display: none
}

#main-menu-2 {
	height: 45px
}

#main-menu-2 .main-menu-2 {
	display: none;
	height: 45px;
	justify-content: center;
	align-items: center;
	flex-grow: 1
}

@media screen and (min-width:1200px) {
	#main-menu-2 .main-menu-2 {
		display: flex
	}
}

#main-menu-2 .main-menu-2>li {
	margin: 0 20px
}

#main-menu-2 .main-menu-2>li a {
	font-size: 16px;
	transition: all ease-in-out .3s;
	font-weight: 500
}

#main-menu-2 .main-menu-2>li a:hover {
	color: #2b54bf
}

#main-menu-2 .main-menu-2 li {
	position: relative
}

#main-menu-2 .main-menu-2 li.dropdown>a,
#main-menu-2 .main-menu-2 li.menu-item-has-children>a {
	display: inherit;
	padding-right: 18px;
	position: relative
}

#main-menu-2 .main-menu-2 li.dropdown>a:after,
#main-menu-2 .main-menu-2 li.menu-item-has-children>a:after {
	content: "\F107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5px
}

#main-menu-2 .main-menu-2 ul {
	display: none;
	background-color: #f7f7f7;
	position: absolute;
	margin-top: 7px;
	left: 0;
	z-index: 99999;
	text-align: left;
	border-radius: 0
}

#main-menu-2 .main-menu-2 ul>li:first-child {
	position: relative
}

#main-menu-2 .main-menu-2 ul>li:first-child:before {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #2b54bf, #2b54bf, #2b54bf)
}

#main-menu-2 .main-menu-2 ul li {
	display: block;
	position: relative;
	width: 100%
}

#main-menu-2 .main-menu-2 ul li:last-child>a {
	border-bottom: none
}

#main-menu-2 .main-menu-2 ul li.selected>a {
	color: #fff!important;
	background: #2b54bf
}

#main-menu-2 .main-menu-2 ul li a {
	width: 100%;
	margin: 0;
	font-size: 15px;
	padding: 8px 30px 8px 30px;
	margin-right: 10px;
	line-height: 30px;
	transition: all ease-in-out .3s;
	border-top: none;
	white-space: nowrap;
	display: block;
	color: #1a1a1a
}

@media all and (max-width:849px) {
	#main-menu-2 .main-menu-2 ul li a {
		border: none;
		padding: 2px 10px
	}
}

#main-menu-2 .main-menu-2 ul li a:hover {
	text-decoration: none;
	background: #2b54bf;
	color: #fff!important
}

#main-menu-2 .main-menu-2 ul li ul {
	display: none;
	position: absolute;
	padding: inherit;
	top: 0;
	left: 100%;
	background: #fff;
	margin-top: 0
}

#main-menu-2 .main-menu-2 ul li ul:after {
	border: none
}

.search-icon-2 {
	transition: all ease-in-out .3s
}

.search-icon-2:hover {
	color: #2b54bf
}

@media all and (max-width:1199px) {
	.search-icon-2 i.fas {
		font-size: 26px;
		margin-top: 2px
	}
}

@media screen and (min-width:1200px) {
	.search-icon-2 i.fas {
		font-size: 14px
	}
}

.social-profiles-list li {
	display: inline-block;
	font-size: 17px;
	margin-right: 30px
}

.social-profiles-list li a {
	color: #1a1a1a;
	transition: all .4s ease-in-out
}

.social-profiles-list li a:hover {
	opacity: .7;
	color: #979797;
	transition: all .4s ease-in-out
}

#hamburger {
	cursor: pointer;
	padding: 10px 35px 16px 0;
	display: none
}

@media all and (max-width:1199px) {
	#hamburger {
		display: block;
		margin-left: 20px
	}
}

#hamburger span,
#hamburger span:after,
#hamburger span:before {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #1a1a1a;
	position: absolute;
	display: inline-block;
	content: ''
}

#hamburger span:before {
	top: -10px
}

#hamburger span:after {
	bottom: -10px
}

#hamburger span,
#hamburger span:after,
#hamburger span:before {
	transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

#hamburger.active span {
	background-color: transparent
}

#hamburger.active span:after,
#hamburger.active span:before {
	top: 0
}

#hamburger.active span:before {
	transform: rotate(45deg)
}

#hamburger.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	top: 10px
}

.moby>ul {
	margin-top: 10px
}

.moby ul li a {
	padding: 8px 45px 8px 30px;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #1a1a1a;
	text-decoration: none;
	text-transform: uppercase
}

.moby ul li>ul {
	margin-top: -5px
}

.moby ul li ul li a {
	padding: 8px 45px 8px 45px;
	font-size: 16px;
	line-height: 1.2
}

.moby ul li ul:not(.sub-menu) {
	margin-left: 15px
}

.moby .moby-close {
	background-image: linear-gradient(90deg, #2b54bf 0, #2b54bf 51%, #2b54bf);
	justify-content: center!important;
	padding: 0!important;
	height: 90px;
	display: flex;
	justify-items: center;
	align-items: center
}

@media screen and (min-width:767px) and (max-width:991px) {
	.moby .moby-close {
		height: 80px
	}
}

.moby .moby-close .moby-close-icon {
	margin-right: 0!important
}

.moby .moby-close .moby-close-icon:after,
.moby .moby-close .moby-close-icon:before {
	background: #fff
}

.moby .moby-menu {
	margin-top: 10px
}

.project-accordion {
	border-top: 1px solid #eaebeb
}

.project-accordion li {
	border-bottom: 1px solid #eaebeb
}

.project-accordion li a.toggle {
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.75rem;
	width: 100%;
	display: block;
	color: #1a1a1a;
	transition: background .3s ease;
	position: relative
}

@media all and (max-width:767px) {
	.project-accordion li a.toggle {
		font-size: 1.125rem;
		line-height: 1.375rem;
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.project-accordion li a.toggle:after {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	margin-right: 4px;
	content: '';
	width: 11px;
	height: 7px;
	background: url(i/sprite.png) 0 0 no-repeat
}

.project-accordion li a.toggle.active:after {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	margin-right: 4px;
	content: '';
	width: 11px;
	height: 7px;
	background: url(i/sprite.png) 0 -7px no-repeat
}

.project-accordion li .inner {
	padding-left: 15px;
	margin-bottom: 25px;
	overflow: hidden;
	display: none
}

.project-accordion li .inner>ul {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap
}

.project-accordion li .inner>ul li {
	width: calc(50% - 9.5%);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 9.5%;
	display: flex;
	align-items: center
}

@media all and (max-width:767px) {
	.project-accordion li .inner>ul li {
		width: 100%;
		margin-right: 5%
	}
}

.project-accordion li .inner>ul li small {
	width: 50%;
	font-size: 1rem;
	line-height: 1.375rem;
	padding-right: 20px
}

@media all and (max-width:767px) {
	.project-accordion li .inner>ul li small {
		width: 60%;
		font-size: 1rem;
		line-height: 1.375rem
	}
}

.project-accordion li .inner>ul li span {
	width: 50%;
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding-right: 10px
}

@media all and (max-width:767px) {
	.project-accordion li .inner>ul li span {
		width: 40%;
		font-size: 1rem;
		line-height: 1.375rem;
		font-weight: 600
	}
}

.project-accordion li .inner>.accordion-paragraphs-wrapper {
	display: flex;
	flex-wrap: wrap
}

.project-accordion li .inner>.accordion-paragraphs-wrapper p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
	width: calc(50% - 9.5%);
	margin-right: 9.5%;
	text-align: justify;
	margin-bottom: 15px
}

@media all and (max-width:767px) {
	.project-accordion li .inner>.accordion-paragraphs-wrapper p {
		width: 100%;
		margin-right: 5%
	}
}

.tabs:after {
	display: table;
	content: '';
	clear: both
}

.tabs li {
	float: left;
	display: block;
	margin-right: 30px
}

.tabs li:last-child {
	margin-right: 0
}

.tabs li a {
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	transition: all .3s ease-in-out;
	font-size: 1rem;
	line-height: 1.625rem
}

@media all and (min-width:575px) and (max-width:991px) {
	.tabs li a {
		font-size: 1.0625rem;
		line-height: 1.6875rem
	}
}

@media all and (min-width:992px) {
	.tabs li a {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
}

.tabs li a:after {
	transition: all .3s ease-in-out;
	content: '';
	width: 0;
	height: 6px;
	position: absolute;
	bottom: 1px;
	right: 0;
	opacity: 0;
	margin-left: -7px;
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.tabs li a:hover:after {
	left: 0;
	width: calc(100% - 7px);
	opacity: 1
}

.tabs li a.active:after {
	left: 0;
	width: calc(100% - 7px);
	opacity: 1
}

.tabs-content {
	position: relative;
	z-index: 3;
	margin-top: 20px
}

.tabs-content .tab-content {
	display: none
}

.tabs-content .tab-content.active {
	display: block
}

.fade {
	opacity: 0;
	transition: opacity .3s
}

.fade.in {
	opacity: 1
}

#scrollTop {
	position: fixed;
	top: 40%;
	right: 0;
	transform: translate(100%);
	min-width: 115px;
	height: 40px;
	margin-top: 90px;
	background-image: linear-gradient(90deg, #2b54bf 0, #2b54bf 51%, #2b54bf);
	color: #fff;
	text-align: center;
	font-size: .8rem;
	cursor: pointer;
	padding-right: 11px;
	padding-left: 11px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
	transition: all .3s ease-in-out
}

#scrollTop.active {
	transform: translate(calc(100% - 40px))
}

#scrollTop.active:hover {
	transform: translate(0)
}

.scrollTop__icon {
	height: 40px;
	display: flex;
	justify-content: left;
	align-items: center;
	font-weight: 600
}

.scrollTop__icon svg {
	width: 19px;
	display: block;
	margin-right: 12px
}

.scrollTop__icon svg path {
	fill: #fff
}

#callNow {
	position: fixed;
	top: 40%;
	right: 0;
	transform: translate(calc(100% - 40px));
	min-width: 115px;
	height: 40px;
	background-image: linear-gradient(90deg, #2b54bf 0, #2b54bf 51%, #2b54bf);
	color: #fff;
	text-align: center;
	font-size: .8rem;
	cursor: pointer;
	padding-right: 12px;
	padding-left: 12px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
	transition: all .3s ease-in-out
}

#callNow:hover {
	transform: translate(0)
}

#callNow .callNow__icon {
	height: 40px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600
}

#callNow .callNow__icon svg {
	width: 18px;
	display: block;
	margin-right: 12px
}

#callNow .callNow__icon svg path {
	fill: #fff
}

#callNow .callNow__icon span {
	margin-top: 0;
	line-height: 1.2
}

#testDrive {
	position: fixed;
	top: 40%;
	margin-top: 45px;
	right: 0;
	transform: translate(calc(100% - 40px));
	min-width: 115px;
	height: 40px;
	background-image: linear-gradient(90deg, #2b54bf 0, #2b54bf 51%, #2b54bf);
	color: #fff;
	text-align: center;
	font-size: .8rem;
	cursor: pointer;
	padding-right: 12px;
	padding-left: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	z-index: 10;
	transition: all .3s ease-in-out
}

#testDrive:hover {
	transform: translate(0)
}

#testDrive .testDrive__icon {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600
}

#testDrive .testDrive__icon svg {
	width: 22px;
	display: block;
	margin-right: 12px
}

#testDrive .testDrive__icon svg path {
	fill: #fff
}

#testDrive .testDrive__icon span {
	margin-top: 0;
	line-height: 1.2
}

.after-post-content-panel {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1
}

.after-post-content-panel .post-tags-list {
	width: 80%
}

@media all and (max-width:480px) {
	.after-post-content-panel .post-tags-list {
		width: 70%
	}
}

.after-post-content-panel .post-tags-list li {
	display: inline-block;
	margin-right: 5px
}

.after-post-content-panel .post-tags-list li a {
	color: #2b54bf;
	font-size: 1rem;
	transition: all ease-in-out .3s;
	text-decoration: none
}

.after-post-content-panel .post-tags-list li a:hover {
	color: #1a1a1a
}

.after-post-content-panel .post-author-sign {
	width: 20%;
	text-align: right;
	font-size: 23px
}

@media all and (max-width:480px) {
	.after-post-content-panel .post-author-sign {
		width: 30%
	}
}

.material-form {
	overflow: hidden
}

.material-form .form-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap
}

.material-form .form-row:last-child {
	margin-bottom: 0
}

.material-form .material-text-input {
	width: 100%;
	height: 32px;
	border: none;
	border-bottom: 1px solid #1a1a1a;
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #828282;
	font-weight: 300;
	transition: all ease-in-out .3s
}

.material-form .material-text-input:focus {
	border-bottom: 1px solid #2b54bf
}

.material-form .custom-select-container.is-open .custom-select-opener {
	border-bottom: 1px solid #2b54bf
}

.material-form .custom-select-container .custom-select-opener {
	background-color: transparent;
	padding-top: 10px;
	padding: 0;
	border-bottom: 1px solid #1a1a1a;
	font-size: 14px;
	color: #828282;
	font-weight: 300;
	transition: all ease-in-out .3s
}

.material-form .custom-select-container .custom-select-opener:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 1px solid #828282;
	border-bottom: 1px solid #828282;
	transform: rotate(-45deg);
	position: absolute;
	top: 11px;
	right: 10px;
	pointer-events: none
}

.material-form .custom-select-container .custom-select-option {
	background-color: #fafafa;
	z-index: 1;
	padding: 10px;
	box-shadow: 0 4px 5px #0003;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: 300;
	padding: 3px 10px
}

.material-form .custom-select-container .custom-select-option.is-selected {
	color: #2b54bf
}

.material-form .custom-select-container .custom-select-option.is-selected:before {
	content: "";
	padding-right: 0
}

.material-form .material-custom-textarea {
	height: 32px;
	overflow: hidden;
	border: 0;
	outline: 0;
	resize: none;
	border-bottom: 1px solid #1a1a1a;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #828282;
	font-weight: 300;
	transition: all ease-in-out .3s
}

.material-form .material-custom-textarea:focus {
	border-bottom: 1px solid #2b54bf
}

.material-form .material-custom-textarea::-webkit-input-placeholder {
	color: #828282
}

.material-form .material-custom-textarea:-moz-placeholder {
	color: #828282;
	opacity: 1
}

.material-form .material-custom-textarea::-moz-placeholder {
	color: #828282;
	opacity: 1
}

.material-form .material-custom-textarea:-ms-input-placeholder {
	color: #828282
}

.page-introduction-widget {
	max-width: 799px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media all and (max-width:574px) {
	.page-introduction-widget {
		width: calc(100% - 60px);
		margin-top: -24%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.page-introduction-widget {
		width: 515px;
		margin-top: -150px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.page-introduction-widget {
		width: 690px;
		margin-top: -190px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.page-introduction-widget {
		width: 690px;
		margin-top: -190px
	}
}

@media all and (min-width:1200px) {
	.page-introduction-widget {
		width: 799px;
		margin-top: -215px
	}
}

.page-introduction-widget img {
	display: block;
	height: auto;
	margin: 0 auto
}

.page-introduction-widget .page-info {
	width: 100%;
	max-width: 56%;
	padding: 7% 7% 8% 7%;
	background: #2a2c32;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 13%;
	color: #fff
}

@media all and (max-width:574px) {
	.page-introduction-widget .page-info {
		margin-right: 0!important;
		max-width: 80%;
		margin-top: 13%;
		padding: 7% 7% 7.5% 7%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.page-introduction-widget .page-info {
		max-width: 80%;
		padding: 8% 7% 8% 7%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.page-introduction-widget .page-info {
		max-width: 70%;
		padding: 7% 7% 8% 7%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.page-introduction-widget .page-info {
		margin-right: -20%!important;
		padding: 7% 7% 8% 7%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.page-introduction-widget .page-info {
		margin-right: -20%!important;
		padding: 7% 7% 8% 7%
	}
}

@media all and (min-width:1440px) {
	.page-introduction-widget .page-info {
		margin-right: -36%!important;
		padding: 7% 7% 8% 7%
	}
}

.page-introduction-widget .page-info h1,
.page-introduction-widget .page-info h2,
.page-introduction-widget .page-info h3,
.page-introduction-widget .page-info h4,
.page-introduction-widget .page-info h5,
.page-introduction-widget .page-info h6 {
	color: inherit;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	margin-bottom: 5px;
	word-break: break-word
}

@media all and (max-width:574px) {
	.page-introduction-widget .page-info h1,
	.page-introduction-widget .page-info h2,
	.page-introduction-widget .page-info h3,
	.page-introduction-widget .page-info h4,
	.page-introduction-widget .page-info h5,
	.page-introduction-widget .page-info h6 {
		font-size: 1.75rem;
		line-height: 1.75rem
	}
}

.page-introduction-widget .page-info p {
	color: inherit;
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin-left: 2px
}

@media all and (max-width:574px) {
	.page-introduction-widget .page-info p {
		font-size: .8125rem;
		line-height: .8125rem
	}
}

.about-us-widget {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1
}

@media all and (max-width:1199px) {
	.about-us-widget {
		flex-direction: column;
		align-items: center
	}
}

.about-us-widget .about-left-side {
	max-width: 43%;
	width: 100%;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	padding-right: 3.4%;
	padding-top: 5%;
	padding-bottom: 5%
}

@media all and (max-width:767px) {
	.about-us-widget .about-left-side {
		order: 1;
		max-width: 100%;
		margin-bottom: 7%;
		padding: 10%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.about-us-widget .about-left-side {
		order: 1;
		max-width: 80%;
		margin-bottom: 7%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.about-us-widget .about-left-side {
		order: 1;
		max-width: 65%;
		margin-bottom: 7%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.about-us-widget .about-left-side {
		max-width: 53%
	}
}

@media all and (min-width:1440px) and (max-width:1599px) {
	.about-us-widget .about-left-side {
		max-width: 45%
	}
}

.about-us-widget .about-left-side .about-left-content {
	display: flex;
	align-items: stretch;
	justify-content: space-between
}

@media all and (min-width:575px) and (max-width:767px) {
	.about-us-widget .about-left-side .about-left-content {
		width: 100%
	}
}

.about-us-widget .about-left-side .about-left-content .large-photo {
	max-width: 345px;
	width: 100%;
	margin-left: -37%
}

@media all and (max-width:767px) {
	.about-us-widget .about-left-side .about-left-content .large-photo {
		display: none
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.about-us-widget .about-left-side .about-left-content .large-photo {
		margin-left: -17%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.about-us-widget .about-left-side .about-left-content .large-photo {
		margin-left: -28%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.about-us-widget .about-left-side .about-left-content .large-photo {
		margin-left: -5%
	}
}

@media all and (min-width:1440px) and (max-width:1599px) {
	.about-us-widget .about-left-side .about-left-content .large-photo {
		margin-left: -20%
	}
}

.about-us-widget .about-left-side .about-left-content .about-details-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 40px;
	width: 100%
}

@media all and (max-width:767px) {
	.about-us-widget .about-left-side .about-left-content .about-details-list {
		margin-left: 0
	}
}

.about-us-widget .about-left-side .about-left-content .about-details-list li {
	margin-top: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: left
}

@media all and (max-width:767px) {
	.about-us-widget .about-left-side .about-left-content .about-details-list li:first-child {
		padding-top: 0;
		margin-top: 0
	}
}

.about-us-widget .about-left-side .about-left-content .about-details-list li:last-child {
	border-bottom: none
}

@media all and (max-width:767px) {
	.about-us-widget .about-left-side .about-left-content .about-details-list li:last-child {
		padding-bottom: 0
	}
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-img {
	width: 86px;
	height: 86px;
	margin-right: 24px
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box {
	display: flex;
	flex-direction: column;
	color: #fff
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box .details-title {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	text-transform: uppercase;
	line-height: 1.5rem
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box .details-description {
	display: block;
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.25rem
}

.about-us-widget .about-right-side {
	max-width: 49%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 1% 0 2% 0
}

@media all and (max-width:767px) {
	.about-us-widget .about-right-side {
		order: 2;
		max-width: 100%;
		padding-bottom: 0
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.about-us-widget .about-right-side {
		order: 2;
		max-width: 80%;
		padding-bottom: 0
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.about-us-widget .about-right-side {
		order: 2;
		max-width: 65%;
		padding-bottom: 0
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.about-us-widget .about-right-side {
		max-width: 42%;
		justify-content: space-around
	}
}

@media all and (min-width:1440px) and (max-width:1599px) {
	.about-us-widget .about-right-side {
		max-width: 47%
	}
}

.about-us-widget .about-right-side .about-right-side-top {
	color: #1a1a1a
}

.about-us-widget .about-right-side .about-right-side-top .about-widget-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 20px
}

@media all and (max-width:1199px) {
	.about-us-widget .about-right-side .about-right-side-top .about-widget-title {
		margin-bottom: 10px
	}
}

.about-us-widget .about-right-side .about-right-side-top .about-widget-description {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75rem
}

.about-us-widget .about-right-side .about-right-side-bottom {
	color: #1a1a1a;
	display: flex;
	align-items: center
}

@media all and (max-width:574px) {
	.about-us-widget .about-right-side .about-right-side-bottom {
		margin-top: 3%;
		flex-direction: column
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.about-us-widget .about-right-side .about-right-side-bottom {
		margin-top: 3%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.about-us-widget .about-right-side .about-right-side-bottom {
		margin-top: 3%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.about-us-widget .about-right-side .about-right-side-bottom {
		margin-top: 3%
	}
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview {
	margin-right: 20px;
	width: 247px;
	position: relative
}

@media all and (max-width:574px) {
	.about-us-widget .about-right-side .about-right-side-bottom .video-preview {
		width: 100%;
		height: 100%;
		margin-right: 0;
		margin-bottom: 3%
	}
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: all .4s ease-in-out
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .4s ease-in-out;
	position: relative
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview a:after {
	content: "";
	width: 43px;
	height: 43px;
	background: url(i/play-btn.png) 0 0 no-repeat;
	position: absolute;
	left: calc(50% - 22px);
	right: 0;
	bottom: 0;
	top: calc(50% - 22px);
	display: block;
	z-index: 2
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview a img {
	position: relative
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	display: block
}

.about-us-widget .about-right-side .about-right-side-bottom .about-video-description {
	display: block;
	font-weight: 400;
	line-height: 1.625rem;
	font-size: 1rem
}

.project-features-widget {
	width: 100%;
	background: url(i/mounts_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	background-attachment: fixed;
	padding: 100px 30px 80px 30px
}

@media all and (max-width:574px) {
	.project-features-widget {
		padding: 80px 2px 60px 2px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.project-features-widget {
		padding: 85px 4px 70px 4px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.project-features-widget {
		padding: 95px 30px 80px 30px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.project-features-widget {
		padding: 95px 30px 80px 30px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.project-features-widget {
		padding: 105px 30px 40px 30px
	}
}

@media only screen and (max-device-width:1366px) {
	.project-features-widget {
		background-attachment: scroll
	}
}

.project-features-widget .project-features-inner {
	max-width: 1490px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

@media all and (max-width:767px) {
	.project-features-widget .project-features-inner {
		justify-content: center
	}
}

.project-features-widget .project-features-inner .feature-box {
	width: calc(33% - 40px);
	display: flex;
	color: #fff;
	margin-bottom: 6%
}

@media all and (max-width:574px) {
	.project-features-widget .project-features-inner .feature-box {
		width: calc(100% - 40px);
		margin-bottom: 50px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.project-features-widget .project-features-inner .feature-box {
		width: calc(100% - 40px);
		margin-bottom: 50px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.project-features-widget .project-features-inner .feature-box {
		margin-top: 3%;
		width: calc(50% - 40px);
		margin-bottom: 50px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.project-features-widget .project-features-inner .feature-box {
		width: calc(50% - 40px);
		margin-bottom: 50px
	}
}

@media all and (min-width:1200px) {
	.project-features-widget .project-features-inner .feature-box {
		margin-top: 1%
	}
}

@media all and (max-width:767px) {
	.project-features-widget .project-features-inner .feature-box .masking-text {
		width: 100%;
		text-align: center
	}
}

.project-features-widget .project-features-inner .feature-box .masking-text span {
	display: inline-block;
	font-size: 16.25rem;
	line-height: 16.25rem;
	background: url(i/car-mask.png) left top no-repeat;
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
	position: relative;
 }

@media all and (max-width:499px) {
	.project-features-widget .project-features-inner .feature-box .masking-text span {
		font-size: 9.375rem;
		line-height: 9.375rem
	}
}

@media all and (min-width:500px) and (max-width:767px) {
	.project-features-widget .project-features-inner .feature-box .masking-text span {
		font-size: 11.875rem;
		line-height: 11.875rem
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.project-features-widget .project-features-inner .feature-box .masking-text span {
		font-size: 12.5rem;
		line-height: 12.5rem
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.project-features-widget .project-features-inner .feature-box .masking-text span {
		font-size: 13.75rem;
		line-height: 13.75rem
	}
}

@media all and (min-width:1440px) and (max-width:1599px) {
	.project-features-widget .project-features-inner .feature-box .masking-text span {
		font-size: 13.75rem;
		line-height: 13.75rem
	}
}

.project-features-widget .project-features-inner .feature-box img {
	display: inline-block;
	margin-right: 20px
}

.project-features-widget .project-features-inner .feature-box img:hover {
	cursor: pointer
}

.project-features-widget .project-features-inner .feature-box .feature1 {
	width: 83px;
	height: 83px
}

.project-features-widget .project-features-inner .feature-box .feature2 {
	width: 84px;
	height: 84px
}

.project-features-widget .project-features-inner .feature-box .feature3 {
	width: 93px;
	height: 91px
}

.project-features-widget .project-features-inner .feature-box .feature4 {
	width: 90px;
	height: 86px
}

.project-features-widget .project-features-inner .feature-box .feature5 {
	width: 81px;
	height: 90px
}

.project-features-widget .project-features-inner .feature-box .feature-title {
	font-size: 1.50rem;
	line-height: 1.875rem;
	font-weight: 700;
	max-width: 250px;
	margin-bottom: 17px;
	margin-top: 12px;
	text-transform: uppercase;
	word-break: break-word
}

@media all and (max-width:767px) {
	.project-features-widget .project-features-inner .feature-box .feature-title {
		margin-top: 3px
	}
}

.project-features-widget .project-features-inner .feature-box .feature-description {
	font-size: 1.125rem;
	line-height: 1.75rem
}

.project-features-widget .project-features-inner .masking-text-wrap {
	margin-top: 2.5%
}

@media all and (min-width:768px) and (max-width:991px) {
	.project-features-widget .project-features-inner .masking-text-wrap {
		align-self: flex-start;
		margin-top: 0
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.project-features-widget .project-features-inner .masking-text-wrap {
		margin-top: 0;
		margin-bottom: 5.5%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.project-features-widget .project-features-inner .masking-text-wrap {
		margin-top: -10px;
		align-self: flex-start
	}
}

@media all and (min-width:1440px) and (max-width:1599px) {
	.project-features-widget .project-features-inner .masking-text-wrap {
		margin-top: -10px;
		align-self: flex-start
	}
}

.our-advantages-widget .advantages-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.our-advantages-widget .grid-item {
	width: 21%;
	min-height: 340px
}

.our-advantages-widget .advantage-item {
	background: #84878c;
	overflow: hidden;
	margin-bottom: 10px;
	transition: .3s
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-item {
		margin-bottom: 15px
	}
}

.our-advantages-widget .advantage-item.active {
	background: #2b54bf
}

.our-advantages-widget .advantage-item:hover {
	background: #2b54bf;
	transition: .3s
}

.our-advantages-widget .advantage-item .advantage-text {
	color: #fff
}

.our-advantages-widget .advantage-item .advantage-text .advantage-number {
	font-size: 45px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.our-advantages-widget .advantage-item .advantage-text .advantage-title {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.our-advantages-widget .advantage-item .advantage-text .advantage-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px
}

.our-advantages-widget .advantage-type1 {
	max-width: calc(66.6% - 10px);
	width: 100%;
	min-height: 325px;
	justify-content: space-between;
	display: flex;
	padding-top: 4.5%;
	padding-bottom: 2%;
	padding-left: 3.5%
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-type1 {
		max-width: 100%;
		padding: 0;
		flex-direction: column
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type1 {
		max-width: 100%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-advantages-widget .advantage-type1 {
		padding-left: 3%
	}
}

.our-advantages-widget .advantage-type1 .advantage-text {
	max-width: 49%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type1 .advantage-text {
		max-width: 100%;
		padding: 10% 3% 10% 10%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type1 .advantage-text {
		max-width: 60%;
		padding-right: 3%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-advantages-widget .advantage-type1 .advantage-text {
		max-width: 55%;
		padding-right: 3%
	}
}

.our-advantages-widget .advantage-type1 .image-wrap {
	text-align: right
}

.our-advantages-widget .advantage-type1 .image-wrap img {
	display: inline-block;
	width: 100%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type1 .image-wrap img {
		max-width: 100%;
		padding: 0 0 0 10%
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.our-advantages-widget .advantage-type1 .image-wrap img {
		margin-top: 40%
	}
}

.our-advantages-widget .advantage-type2 {
	background: #1a1a1a;
	max-width: calc(26.8% - 10px);
	width: 100%;
	padding-top: 5%;
	padding-left: 3%;
	padding-bottom: 1%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type2 {
		padding: 0
	}
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-type2 {
		max-width: 100%;
		margin-left: 0
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type2 {
		max-width: calc(50% - 1px)
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-advantages-widget .advantage-type2 {
		max-width: calc(31.8% - 10px)
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-advantages-widget .advantage-type2 {
		max-width: calc(28.8% - 10px)
	}
}

.our-advantages-widget .advantage-type2 .advantage-text {
	max-width: 245px;
	padding-right: 5%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type2 .advantage-text {
		padding: 10% 10% 4% 10%;
		max-width: 100%
	}
}

.our-advantages-widget .advantage-type2 .img-wrap {
	text-align: right
}

.our-advantages-widget .advantage-type2 .img-wrap img {
	display: inline-block;
    width: 46%;
	margin-top: 7%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type2 .img-wrap img {
		max-width: 60%
	}
}

.our-advantages-widget .advantage-type3 {
	max-width: calc(39.7% - 10px);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 5%
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-type3 {
		max-width: 100%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type3 {
		max-width: calc(50% - 10px)
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-advantages-widget .advantage-type3 {
		max-width: calc(34.7% - 10px)
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-advantages-widget .advantage-type3 {
		max-width: calc(37.7% - 10px)
	}
}

.our-advantages-widget .advantage-type3 .advantage-text {
	max-width: 415px;
	padding: 0 9.5%;
	margin-bottom: 5%
}

@media all and (min-width:1200px) {
	.our-advantages-widget .advantage-type3 .advantage-text {
		margin-bottom: 20%
	}
}

.our-advantages-widget .advantage-type3 .image-wrap {
	text-align: center
}

.our-advantages-widget .advantage-type3 .image-wrap img {
	display: inline-block
}

.our-advantages-widget .advantage-type4 {
	max-width: calc(34.2% - 10px);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 4.6%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-bottom: 3.5%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type4 {
		padding: 0
	}
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-type4 {
		max-width: 100%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type4 {
		max-width: calc(50% - 10px)
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-advantages-widget .advantage-type4 {
		max-width: calc(34.6% - 10px)
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-advantages-widget .advantage-type4 {
		max-width: calc(34.4% - 10px)
	}
}

.our-advantages-widget .advantage-type4 .advantage-text {
	max-width: 340px
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type4 .advantage-text {
		padding: 10%;
		max-width: 100%
	}
}

.our-advantages-widget .advantage-type5 {
	background: #4b4f54 url(i/advantege5.png) 125% 122% no-repeat;
	max-width: calc(34.2% - 10px);
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5% 2% 2% 3.5%
}

@media all and (max-width:574px) {
	.our-advantages-widget .advantage-type5 {
		max-width: 100%;
		margin-bottom: 0;
		padding: 0
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-advantages-widget .advantage-type5 {
		max-width: calc(50% - 1px)
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-advantages-widget .advantage-type5 {
		max-width: calc(34.6% - 10px)
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-advantages-widget .advantage-type5 {
		max-width: calc(34.4% - 10px)
	}
}

.our-advantages-widget .advantage-type5:hover {
	background: #dd8a4c url(i/advantege5.png) 125% 122% no-repeat
}

.our-advantages-widget .advantage-type5 .advantage-text {
	max-width: 340px
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-advantages-widget .advantage-type5 .advantage-text {
		max-width: 100%;
		padding: 10%
	}
}

.company-description-widget {
	width: 100%;
	background: url(i/company-desc-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	background-attachment: fixed;
	padding: 180px 30px 180px 30px
}

@media all and (max-width:574px) {
	.company-description-widget {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.company-description-widget {
		padding-top: 140px;
		padding-bottom: 140px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.company-description-widget {
		padding-top: 160px;
		padding-bottom: 160px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.company-description-widget {
		padding-top: 150px;
		padding-bottom: 150px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.company-description-widget {
		padding-top: 150px;
		padding-bottom: 150px
	}
}

@media only screen and (max-device-width:1366px) {
	.company-description-widget {
		background-attachment: scroll
	}
}

.company-description-widget .project-features-inner {
	max-width: 1490px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.company-description-widget .project-features-inner .masking-text-wrap {
	margin-top: 0!important
}

@media all and (max-width:767px) {
	.company-description-widget .project-features-inner .masking-text-wrap {
		width: 100%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.company-description-widget .project-features-inner .masking-text-wrap {
		margin-top: 0!important
	}
}

.company-description-widget .project-features-inner .masking-text-wrap .masking-text {
	text-align: center
}

.company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
	display: inline-block;
	font-size: 18.75rem;
	line-height: 18.75rem;
	background: url(i/car-mask.png) left top no-repeat;
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
	position: relative;
	text-shadow: 1px 1px 10px rgba(70, 221, 175, .6);
	margin-top: -35px
}

@media all and (min-width:320px) and (max-width:574px) {
	.company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
		font-size: 11.25rem;
		line-height: 11.25rem;
		margin-bottom: 45px
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
		margin-bottom: 55px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
		margin-top: -20px;
		font-size: 11.25rem;
		line-height: 11.25rem
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
		margin-top: -25px;
		font-size: 14.375rem;
		line-height: 14.375rem
	}
}

.company-description-widget .project-features-inner .feature-box {
	width: calc(33% - 27px);
	color: #fff
}

@media all and (max-width:767px) {
	.company-description-widget .project-features-inner .feature-box:last-child {
		margin-top: 0
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.company-description-widget .project-features-inner .feature-box:last-child {
		margin-top: 0
	}
}

.company-description-widget .project-features-inner .feature-box p:last-child {
	margin-bottom: 0
}

@media all and (max-width:991px) {
	.company-description-widget .project-features-inner .feature-box {
		width: 100%;
		text-align: justify
	}
}

.company-description-widget .project-features-inner .feature-box .feature-title {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 2.875rem;
	text-transform: uppercase
}

.company-description-widget .project-features-inner .feature-box .feature-description {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 35px;
	display: block
}

.company-description-widget .project-features-inner .feature-box p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	margin-bottom: 30px
}

@media all and (max-width:767px) {
	.company-description-widget .project-features-inner .feature-box p {
		margin-bottom: 20px
	}
}

.our-team-widget {
	width: 100%;
	height: 100vh;
	position: relative;
	padding-left: 30px;
	padding-right: 30px
}

.our-team-widget .our-team-bg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1
}

@media all and (max-width:767px) {
	.our-team-widget .our-team-bg {
		display: none
	}
}

@media all and (min-width:768px) and (max-width:1439px) {
	.our-team-widget .our-team-bg {
		top: 50%;
		transform: translate(0, -50%)
	}
}

.our-team-widget .our-team-features-inner {
	max-width: 1586px;
	width: 100%;
	margin: 0 auto
}

.our-team-widget .our-team-features-inner .our-team-slider-box {
	position: relative
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
	max-width: 50%;
	width: 100%;
	display: flex;
	word-break: break-all
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
		flex-direction: column;
		flex-wrap: wrap;
		max-width: 100%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
		max-width: 100%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
		max-width: 60%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
		max-width: 60%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
	width: 35%;
	border-right: 1px solid #d5d5d5;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding: 10px 2% 10px 0
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
		width: 100%;
		border-bottom: 1px solid #d5d5d5;
		border-right: 0;
		padding: 0 0 5px 0
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
		width: 45%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
		width: 50%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
		width: 45%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
		width: 50%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: block
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-position {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-top: -3px
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list {
	margin-top: 20px
}

@media all and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list {
		margin-top: 15px;
		width: 100%;
		margin-bottom: 12px
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
	display: inline-block;
	margin-right: 15%
}

@media all and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
		margin-right: 7%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
		margin-right: 10%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li:last-child {
	margin-right: 0
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a {
	display: inline-block;
	transition: all .3s ease-in-out
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a i {
	display: inherit;
	font-size: 16px
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a:hover {
	transition: all .3s ease-in-out;
	color: #2b54bf
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
	width: 65%;
	margin-left: 11%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
		width: 100%;
		margin-left: 0;
		padding-top: 15px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
		width: 55%;
		margin-left: 9%;
		padding-right: 10px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
		width: 50%;
		margin-left: 7%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
		width: 55%;
		margin-left: 7%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
		width: 50%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address span {
	font-weight: 600;
	margin-right: 5px;
	text-transform: uppercase
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
	margin-bottom: 3px
}

@media all and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
		margin-bottom: 10px
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-email,
.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px
}

@media all and (min-width:575px) and (max-width:991px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-email,
	.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
		font-size: 16px
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
	max-width: 76%;
	width: 100%;
	margin-top: 72px
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
		margin-top: 200px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
		margin-top: 200px
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .owl-item .slide {
	background: #e8e8e8
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .owl-item .slide a:hover {
	cursor: default
}

@media all and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .center .slide {
		background: #fff
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem {
	transition: all .4s ease-in-out
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem .slide {
	background: #fff
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem .slide a {
	display: block
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .hidden-data {
	display: none
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
	max-width: 34%;
	width: 100%;
	height: 112%;
	background: #1a1a1a url(i/members-slider-control_bg.png) left bottom no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	padding-right: 8%;
	padding-top: 10%;
	padding-bottom: 10%
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
		max-width: 60%;
		margin-top: 240px;
		height: 75%;
		padding-top: 12%;
		padding-bottom: 12%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
		max-width: 37%;
		margin-top: 180px;
		height: 83%;
		padding-top: 12%;
		padding-bottom: 12%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
		max-width: 36%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .current-slide-number {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15%
}

@media all and (min-width:575px) and (max-width:767px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .current-slide-number {
		font-size: 50px
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	color: #fff;
	margin-right: 5%
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li {
	display: inline-block;
	float: left;
	position: relative
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.prev-ctrl {
	margin-bottom: 20px
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.next-ctrl {
	margin-top: 20px
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .next-txt,
.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .prev-txt {
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	display: block;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .next-txt:hover,
.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .prev-txt:hover {
	opacity: .7
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator {
	width: 1px;
	height: 355px;
	display: inline-block;
	background: #fff;
	margin-left: calc(50% - 2px);
	z-index: 1
}

@media all and (min-width:320px) and (max-width:574px) {
	.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator {
		height: 100%
	}
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator .active-slide {
	width: 1px;
	display: inline-block;
	background: #224338;
	margin-top: 0;
	position: absolute;
	top: 0;
	z-index: 2
}

.models-slider-widget .models-slider {
	max-width: 1950px;
	width: 100%;
	padding: 85px 58px 0 58px;
	position: relative;
	z-index: 2;
	min-height: 610px
}

@media all and (min-width:992px) {
	.models-slider-widget .models-slider {
		min-height: 800px
	}
}

.models-slider-widget .models-slider:before {
	content: "";
	width: 100%;
	min-height: 440px;
	background: #84878c;
	position: absolute;
	left: 0;
	top: 0
}

@media all and (min-width:320px) and (max-width:574px) {
	.models-slider-widget .models-slider:before {
		min-height: 440px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.models-slider-widget .models-slider:before {
		min-height: 440px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.models-slider-widget .models-slider:before {
		min-height: 43%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.models-slider-widget .models-slider:before {
		min-height: 420px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.models-slider-widget .models-slider:before {
		min-height: 37.5%
	}
}

@media all and (min-width:1440px) and (max-width:1779px) {
	.models-slider-widget .models-slider:before {
		min-height: 41%
	}
}

.models-slider-widget .models-slider .owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10%;
	z-index: 3;
	pointer-events: none
}

@media all and (min-width:320px) and (max-width:574px) {
	.models-slider-widget .models-slider .owl-nav {
		margin-top: 32%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.models-slider-widget .models-slider .owl-nav {
		margin-top: 26%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.models-slider-widget .models-slider .owl-nav {
		margin-top: 19%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.models-slider-widget .models-slider .owl-nav {
		margin-top: 18%
	}
}

.models-slider-widget .models-slider .owl-nav button {
	pointer-events: visible
}

.models-slider-widget .models-slider .owl-nav button:hover {
	background: 0 0
}

.models-slider-widget .models-slider .owl-nav button svg {
	fill: #fff;
	opacity: .4;
	transition: opacity .3s ease-in-out
}

.models-slider-widget .models-slider .owl-nav button svg:hover {
	opacity: 1
}

.models-slider-widget .models-slider .owl-nav .owl-prev {
	margin-left: 20px
}

.models-slider-widget .models-slider .owl-nav .owl-next {
	margin-right: 20px
}

.models-slider-widget .models-slider .owl-stage-outer {
	max-width: 1920px;
	width: 100%
}

.models-slider-widget .models-slider .slide {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2
}

.models-slider-widget .models-slider .slide .slide-header {
	color: #fff;
	margin-bottom: 20%;
	padding: 0 40px;
	margin-left: 10px
}

@media all and (min-width:320px) and (max-width:574px) {
	.models-slider-widget .models-slider .slide .slide-header {
		padding: 0
	}
}

@media all and (max-width:767px) {
	.models-slider-widget .models-slider .slide .slide-header {
		margin-bottom: 12.5%
	}
}

.models-slider-widget .models-slider .slide .slide-header .model-name {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: uppercase
}

.models-slider-widget .models-slider .slide .slide-header .model-price {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400
}

.models-slider-widget .models-slider .slide .model-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative
}

.models-slider-widget .models-slider .slide .model-content .model-image {
	width: 95%;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 0 auto
}

@media all and (min-width:320px) and (max-width:574px) {
	.models-slider-widget .models-slider .slide .model-content .model-image {
		width: 90%
	}
}

.models-slider-widget .models-slider .slide .model-content .model-details {
	width: calc(100% - 14px);
	display: block;
	padding: 0 7% 10% 7%;
	margin-top: -20%;
	z-index: 2;
	background: #fff;
	border-bottom: solid 3px transparent;
	background-clip: padding-box;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .15);
	position: relative
}

@media all and (min-width:992px) {
	.models-slider-widget .models-slider .slide .model-content .model-details {
		display: none
	}
}

.models-slider-widget .models-slider .slide .model-content .model-details:before {
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin-bottom: -2px;
	background: linear-gradient(to right, #2b54bf, #33ccc0, #2b54bf)
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list {
	margin-top: 25%
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li {
	display: block;
	margin-bottom: 20px
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li:last-child {
	margin-bottom: 0
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small,
.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
	display: block;
	color: #1a1a1a;
	word-break: break-word
}

@media all and (min-width:1880px) {
	.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small,
	.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
		width: 80%
	}
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.75rem
}

@media all and (max-width:767px) {
	.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
		font-size: 1.125rem;
		line-height: 1.375rem;
		font-weight: 600
	}
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
	margin-top: 3px
}

@media all and (max-width:767px) {
	.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

.models-slider-widget .models-slider .slide .model-content .model-details .battery-box {
	display: flex;
	align-items: center;
	margin-top: 28px
}

.models-slider-widget .models-slider .slide .model-content .model-details .battery-box img {
	display: inline-block;
	width: 30px;
	height: 35px
}

.models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
	display: block;
	font-size: 1rem;
	line-height: 1.125rem;
	color: #1a1a1a;
	margin-left: 15px
}

@media all and (max-width:767px) {
	.models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
		font-size: .9375rem;
		line-height: 1.0625rem
	}
}

.project-gallery-widget {
	overflow: hidden
}

.project-gallery-widget .project-gallery {
	margin-left: -5px;
	margin-right: -5px
}

@media all and (min-width:575px) and (max-width:991px) {
	.project-gallery-widget .project-gallery {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media all and (min-width:992px) {
	.project-gallery-widget .project-gallery {
		margin-left: -30px;
		margin-right: -30px
	}
}

.project-gallery-widget .project-gallery .grid-item,
.project-gallery-widget .project-gallery .grid-sizer {
	width: calc(25% - 5px);
	height: auto;
	margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
	.project-gallery-widget .project-gallery .grid-item,
	.project-gallery-widget .project-gallery .grid-sizer {
		width: calc(25% - 15px);
		margin-bottom: 15px
	}
}

@media all and (min-width:992px) {
	.project-gallery-widget .project-gallery .grid-item,
	.project-gallery-widget .project-gallery .grid-sizer {
		width: calc(25% - 30px);
		margin-bottom: 30px
	}
}

.project-gallery-widget .project-gallery .grid-item--width2 {
	width: calc(50% - 5px);
	height: auto
}

@media all and (min-width:575px) and (max-width:991px) {
	.project-gallery-widget .project-gallery .grid-item--width2 {
		width: calc(50% - 15px)
	}
}

@media all and (min-width:992px) {
	.project-gallery-widget .project-gallery .grid-item--width2 {
		width: calc(50% - 30px)
	}
}

.project-gallery-widget .project-gallery .gutter-sizer {
	width: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
	.project-gallery-widget .project-gallery .gutter-sizer {
		width: 15px
	}
}

@media all and (min-width:992px) {
	.project-gallery-widget .project-gallery .gutter-sizer {
		width: 30px
	}
}

.new-models-widget {
	display: none
}

@media all and (min-width:320px) {
	.new-models-widget {
		display: block
	}
}

.new-models-widget .new-models-gallery #new-model-vertical-list {
	max-width: 68%;
	width: 100%
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list {
		max-width: 70%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list {
		max-width: 60%
	}
}

.new-models-widget .new-models-gallery #new-model-vertical-list li {
	position: relative;
	height: auto!important;
	padding-top: 8%;
	padding-bottom: 8%
}

.new-models-widget .new-models-gallery #new-model-vertical-list li.active {
	background: #f8f8f8
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a {
	display: flex;
	justify-content: center;
	align-items: center
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
	margin: 0 auto
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
		width: 90%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
		width: 90%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
		width: 80%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a img {
		width: 90%
	}
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
	max-width: 270px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 9%;
	margin-right: 9%
}

@media all and (max-width:767px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
		display: none
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
		text-align: right;
		margin-top: 5%;
		margin-right: 5%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
		margin-top: 6%;
		margin-right: 6%
	}
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-name {
	text-transform: uppercase;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 700;
	color: #1a1a1a
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-price {
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: 400
}

.new-models-widget .new-models-gallery .lSPager {
	max-width: 32%!important;
	width: 100%!important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #1a1a1a;
	padding: 2.5%;
	margin-left: 0!important
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery .lSPager {
		max-width: 30%!important;
		padding: 2.5%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.new-models-widget .new-models-gallery .lSPager {
		max-width: 40%!important;
		padding: 2.5%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.new-models-widget .new-models-gallery .lSPager {
		padding: 1.5%
	}
}

.new-models-widget .new-models-gallery .lSPager li {
	height: auto!important;
	display: flex;
	align-items: center;
	background: #2a2c32;
	padding: 8% 4%;
	border-radius: 0!important
}

@media all and (max-width:991px) {
	.new-models-widget .new-models-gallery .lSPager li {
		padding: 5%
	}
}

.new-models-widget .new-models-gallery .lSPager li.active {
	background: #84878c
}

.new-models-widget .new-models-gallery .lSPager li a {
	display: flex;
	align-items: center;
	color: #fff
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery .lSPager li a {
		display: block
	}
}

.new-models-widget .new-models-gallery .lSPager li a img {
	width: 50%;
	padding-right: 15px
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery .lSPager li a img {
		width: 80%;
		padding-right: 0;
		margin: 0 auto
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.new-models-widget .new-models-gallery .lSPager li a img {
		width: 50%;
		padding-right: 10px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.new-models-widget .new-models-gallery .lSPager li a img {
		width: 50%;
		padding-right: 10px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.new-models-widget .new-models-gallery .lSPager li a img {
		width: 47%
	}
}

@media all and (min-width:320px) and (max-width:574px) {
	.new-models-widget .new-models-gallery .lSPager li a .slide-data {
		display: none
	}
}

.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
	font-size: 1rem;
	line-height: 1.125rem;
	text-transform: uppercase;
	font-weight: 700
}

@media all and (min-width:575px) and (max-width:767px) {
	.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
		font-size: .75rem;
		line-height: 1rem
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
		font-size: .875rem;
		line-height: 1rem
	}
}

.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
	font-size: .875rem;
	line-height: 1.125rem;
	font-weight: 400
}

@media all and (max-width:991px) {
	.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
		display: none
	}
}

.new-models-widget .new-models-gallery .lSSlideOuter {
	padding-right: 0!important;
	display: flex
}

.model-features-widget .owl-theme .owl-nav [class*=owl-] {
	margin: 0
}

.model-features-widget .simple-page-heading .heading-title {
	font-weight: 800;
	margin: 0
}

.model-features-widget .model-features-wrapper {
	margin-top: 9%
}

.model-features-widget .model-features-wrapper .model-features-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

@media all and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top {
		flex-direction: column
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
	max-width: 40%;
	width: 100%
}

@media all and (max-width:574px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
		max-width: 100%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
		max-width: 80%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
		max-width: 80%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
		max-width: 50%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-1c3648 {
	background: #1c3648
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-8f9192 {
	background: #8f9192
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-f21a1a {
	background: #f21a1a
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-040b10 {
	background: #040b10
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-064803 {
	background: #064803
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-4e4e4e {
	background: #4e4e4e
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-1c3648 {
	background: #1c3648
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
	max-width: 400px;
	display: flex;
	justify-content: center;
	margin: 20px auto 0 auto;
	padding: 0 50px;
	position: relative
}

@media all and (max-width:574px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
		width: 100%;
		margin: 10px auto 10px auto
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
		width: 80%;
		margin: 40px auto 40px auto
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab {
	width: 42px;
	height: 42px;
	border-radius: 99px;
	margin: 0 auto
}

@media all and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab {
		width: 38px;
		height: 38px
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab.active:after {
	padding-top: 2px;
	font-size: .8125rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	color: #fff
}

@media all and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab.active:after {
		padding-top: 0;
		font-size: .6875rem
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab:hover {
	cursor: pointer
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	pointer-events: none
}

@media all and (max-width:574px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
		margin-top: 10px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
		margin-top: 10px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
		margin-top: 10px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
		margin-top: 3%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button {
	pointer-events: visible
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button:hover {
	background: 0 0
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button svg {
	fill: #1a1a1a;
	opacity: 1;
	transition: opacity .3s ease-in-out
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button svg:hover {
	opacity: 1
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav .owl-prev {
	margin-left: 20px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav .owl-next {
	margin-right: 20px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
	max-width: 60%;
	width: 100%
}

@media all and (max-width:574px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
		max-width: 100%;
		margin-top: 10%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
		max-width: 100%;
		margin-top: 10%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
		max-width: 100%;
		margin-top: 10%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
		max-width: 50%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
	width: calc(100% - 105px);
	float: right;
	display: block;
	padding: 0 0 10% 5px;
	z-index: 2;
	background: #fff;
	border-bottom: solid 3px transparent;
	background-clip: padding-box;
	position: relative
}

@media all and (min-width:992px) and (max-width:1199px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
		width: calc(100% - 65px)
	}
}

@media all and (max-width:991px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
		width: 100%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details:before {
	width: 100%;
	height: 3px;
 	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin-bottom: -2px;
 }

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dt {
	width: 45%;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 600
}

@media all and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dt {
		width: 50%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dd {
	width: 55%;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 400
}

@media all and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dd {
		width: 50%
	}
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box {
	display: flex;
	align-items: center;
	margin-top: 28px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box img {
	display: inline-block;
	width: 30px;
	height: 35px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
	display: block;
	font-size: 1rem;
	line-height: 1.125rem;
	color: #1a1a1a;
	margin-left: 15px
}

@media all and (max-width:767px) {
	.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
		font-size: .9375rem;
		line-height: 1.0625rem
	}
}

.model-features-widget .model-features-wrapper .model-features-bottom {
	margin-top: 10%
}

.full-size-video-widget {
	display: flex;
	flex-direction: column
}

@media all and (max-width:574px) {
	.full-size-video-widget {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.full-size-video-widget {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.full-size-video-widget {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.full-size-video-widget {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.full-size-video-widget {
		padding-top: 120px;
		padding-bottom: 120px
	}
}

.full-size-video-widget .video-preview {
	position: relative
}

.full-size-video-widget .video-preview:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: opacity .4s ease-in-out
}

.full-size-video-widget .video-preview:hover a:after {
	content: '';
	opacity: .8
}

.full-size-video-widget .video-preview a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .4s ease-in-out;
	position: relative
}

.full-size-video-widget .video-preview a:after {
	content: '';
	width: 82px;
	height: 82px;
	background: url(i/play-btn-2.png) 0 0 no-repeat;
	position: absolute;
	left: calc(50% - 22px);
	right: 0;
	bottom: 0;
	top: calc(50% - 22px);
	display: block;
	z-index: 2;
	transition: all .4s ease-in-out;
	background-size: cover
}

@media all and (max-width:574px) {
	.full-size-video-widget .video-preview a:after {
		width: 42px;
		height: 42px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.full-size-video-widget .video-preview a:after {
		width: 62px;
		height: 62px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.full-size-video-widget .video-preview a:after {
		width: 72px;
		height: 72px
	}
}

.full-size-video-widget .video-preview a img {
	position: relative
}

.full-size-video-widget .video-sign {
	background: #2a2c32;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0
}

.full-size-video-widget .video-sign .video-sign--wrapper {
	max-width: 1440px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto
}

.performans-widget {
	width: 100%;
	max-width: 2500px;
	margin: 0 auto;
	display: table;
	clear: both;
	background: #fff url(i/home/performans_bg.png) 0 0 no-repeat;
	transform-style: inherit
}

@media all and (max-width:574px) {
	.performans-widget {
		background-position: -1000px 50%;
		background-size: cover
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.performans-widget {
		background-position: -700px 50%;
		background-size: cover
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.performans-widget {
		background-position: -500px 50%;
		background-size: cover
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.performans-widget {
		background-position: -700px 50%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.performans-widget {
		background-position: -500px 50%;
		min-height: 1000px
	}
}

@media all and (min-width:1440px) and (max-width:1879px) {
	.performans-widget {
		background-position: -200px 50%;
		min-height: 1000px
	}
}

@media all and (min-width:1140px) {
	.performans-widget {
		min-height: 1000px
	}
}

.performans-widget .performans-content {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 13%
}

@media all and (max-width:767px) {
	.performans-widget .performans-content {
		width: 100%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.performans-widget .performans-content {
		width: 80%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.performans-widget .performans-content {
		width: 65%
	}
}

.performans-widget .performans-content .performans-title {
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	color: #1a1a1a
}

@media all and (max-width:574px) {
	.performans-widget .performans-content .performans-title {
		font-size: 35px
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.performans-widget .performans-content .performans-title {
		font-size: 40px
	}
}

@media all and (min-width:992px) {
	.performans-widget .performans-content .performans-title {
		font-size: 42px;
		margin-bottom: 5px
	}
}

.performans-widget .performans-content .performans-tabs-box {
	margin-top: 28px
}

.performans-widget .performans-content .performans-tabs-box:after {
	display: table;
	content: "";
	clear: both
}

.performans-widget .performans-content .performans-tabs-box .tabs li {
	float: right;
	margin-right: 0;
	margin-left: 30px
}

@media all and (max-width:767px) {
	.performans-widget .performans-content .performans-tabs-box .tabs li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px
	}
}

.performans-widget .performans-content .performans-tabs-box .tabs li a {
	color: #1a1a1a
}

.performans-widget .performans-content .performans-tabs-box .tabs-content {
	margin-top: 60px;
	width: 75%;
	float: right
}

@media all and (max-width:574px) {
	.performans-widget .performans-content .performans-tabs-box .tabs-content {
		margin-top: 40px;
		width: 100%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.performans-widget .performans-content .performans-tabs-box .tabs-content {
		margin-top: 40px
	}
}

.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after,
.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:before {
	content: "";
	display: table
}

.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after {
	clear: both
}

.performans-widget .performans-content .performans-tabs-box .tabs-content p {
	margin-bottom: 15px;
	color: #3a3a3a
}

.performans-widget .performans-content .performans-tabs-box .tabs-content h1,
.performans-widget .performans-content .performans-tabs-box .tabs-content h2,
.performans-widget .performans-content .performans-tabs-box .tabs-content h3,
.performans-widget .performans-content .performans-tabs-box .tabs-content h4,
.performans-widget .performans-content .performans-tabs-box .tabs-content h5,
.performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
	text-transform: uppercase;
	font-size: 1.5625rem;
	line-height: 1.875rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1a1a1a
}

@media all and (min-width:575px) and (max-width:991px) {
	.performans-widget .performans-content .performans-tabs-box .tabs-content h1,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h2,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h3,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h4,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h5,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
		font-size: 1.5625rem;
		line-height: 2.1875rem
	}
}

@media all and (min-width:992px) {
	.performans-widget .performans-content .performans-tabs-box .tabs-content h1,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h2,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h3,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h4,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h5,
	.performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
}

.performans-widget .performans-content .performans-video-box {
	margin-top: 35px
}

@media all and (max-width:574px) {
	.performans-widget .performans-content .performans-video-box {
		margin-top: 35px;
		flex-direction: column
	}
}

.performans-widget .performans-content .performans-video-box .video-preview {
	width: 247px;
	position: relative;
	float: right
}

@media all and (max-width:574px) {
	.performans-widget .performans-content .performans-video-box .video-preview {
		width: 100%;
		height: 100%;
		margin-right: 0
	}
}

.performans-widget .performans-content .performans-video-box .video-preview:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: .3;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: opacity .4s ease-in-out
}

.performans-widget .performans-content .performans-video-box .video-preview:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.performans-widget .performans-content .performans-video-box .video-preview a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative
}

.performans-widget .performans-content .performans-video-box .video-preview a:after {
	content: "";
	width: 43px;
	height: 43px;
	background: url(i/play-btn.png) 0 0 no-repeat;
	position: absolute;
	left: calc(50% - 22px);
	right: 0;
	bottom: 0;
	top: calc(50% - 22px);
	display: block;
	z-index: 2
}

.performans-widget .performans-content .performans-video-box .video-preview a img {
	position: relative
}

.model-builder-widget .builder-top {
	display: flex;
	justify-content: center
}

.model-builder-widget .builder-top .model-preview {
	display: inline-block
}

.model-builder-widget .builder-top .model-preview .model-heading {
	margin-bottom: 70px
}

@media all and (max-width:1199px) {
	.model-builder-widget .builder-top .model-preview .model-heading {
		margin-left: 8%
	}
}

.model-builder-widget .builder-top .model-preview .model-heading h1,
.model-builder-widget .builder-top .model-preview .model-heading h2,
.model-builder-widget .builder-top .model-preview .model-heading h3,
.model-builder-widget .builder-top .model-preview .model-heading h4,
.model-builder-widget .builder-top .model-preview .model-heading h5,
.model-builder-widget .builder-top .model-preview .model-heading h6 {
	word-break: break-word;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 2.5rem;
	line-height: 1.2;
	text-transform: uppercase
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-builder-widget .builder-top .model-preview .model-heading h1,
	.model-builder-widget .builder-top .model-preview .model-heading h2,
	.model-builder-widget .builder-top .model-preview .model-heading h3,
	.model-builder-widget .builder-top .model-preview .model-heading h4,
	.model-builder-widget .builder-top .model-preview .model-heading h5,
	.model-builder-widget .builder-top .model-preview .model-heading h6 {
		font-size: 2.5rem;
		line-height: 3.125rem
	}
}

@media all and (min-width:992px) {
	.model-builder-widget .builder-top .model-preview .model-heading h1,
	.model-builder-widget .builder-top .model-preview .model-heading h2,
	.model-builder-widget .builder-top .model-preview .model-heading h3,
	.model-builder-widget .builder-top .model-preview .model-heading h4,
	.model-builder-widget .builder-top .model-preview .model-heading h5,
	.model-builder-widget .builder-top .model-preview .model-heading h6 {
		font-size: 3.125rem;
		line-height: 3.75rem
	}
}

.model-builder-widget .builder-top .model-preview .model-heading .model-data {
	margin-top: -5px;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-builder-widget .builder-top .model-preview .model-heading .model-data {
		font-size: 1.125rem;
		line-height: 1.625rem
	}
}

@media all and (min-width:992px) {
	.model-builder-widget .builder-top .model-preview .model-heading .model-data {
		font-size: 1.4375rem;
		line-height: 1.6875rem
	}
}

.model-builder-widget .builder-top .model-preview .model-image {
	display: block
}

.model-builder-widget .builder-top .model-preview .model-image img {
	max-width: 1000px
}

@media all and (max-width:1199px) {
	.model-builder-widget .builder-top .model-preview .model-image img {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
		display: block
	}
}

.model-builder-widget .builder-bottom {
	max-width: 1920px;
	width: 100%;
	padding: 0 30px;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: space-between
}

@media all and (max-width:991px) {
	.model-builder-widget .builder-bottom {
		margin: 70px auto 0 auto;
		flex-direction: column
	}
}

.model-builder-widget .builder-bottom .filter-heading {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px
}

.model-builder-widget .builder-bottom .filter-item {
	width: calc(33.333% - 20px)
}

@media all and (max-width:991px) {
	.model-builder-widget .builder-bottom .filter-item {
		width: 100%;
		margin-bottom: 10%
	}
	.model-builder-widget .builder-bottom .filter-item:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:992px) and (min-width:1440px) {
	.model-builder-widget .builder-bottom .filter-item {
		width: calc(33.333% - 100px)
	}
}

.model-builder-widget .builder-bottom .wheels-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-builder-widget .builder-bottom .wheels-list {
		justify-content: center
	}
}

.model-builder-widget .builder-bottom .wheels-list li {
	width: calc(33.333% - 10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px
}

@media all and (min-width:992px) {
	.model-builder-widget .builder-bottom .wheels-list li {
		margin-bottom: 0
	}
}

.model-builder-widget .builder-bottom .wheels-list li.active .selection-bullet {
	border: none;
	background: #46eeaa
}

.model-builder-widget .builder-bottom .wheels-list li:hover {
	cursor: pointer
}

.model-builder-widget .builder-bottom .wheels-list li .wheel-image {
	max-width: 127px;
	max-height: 127px;
	display: block;
	pointer-events: none
}

.model-builder-widget .builder-bottom .wheels-list li .wheel-image img {
	width: inherit;
	height: inherit
}

.model-builder-widget .builder-bottom .wheels-list li .selection-bullet {
	width: 21px;
	height: 21px;
	border-radius: 99px;
	border: 1px solid #46eeaa;
	margin-left: calc(-50% - 11px);
	margin-top: 10px;
	margin-bottom: 15px;
	pointer-events: none
}

.model-builder-widget .builder-bottom .wheels-list li .wheel-size {
	text-align: center;
	font-size: 1.125rem;
	line-height: normal;
	pointer-events: none
}

.model-builder-widget .builder-bottom .color-filter {
	margin-top: 15%;
	padding: 0 50px;
	position: relative
}

@media all and (max-width:574px) {
	.model-builder-widget .builder-bottom .color-filter {
		width: 100%;
		margin: 0 auto 40px auto
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-builder-widget .builder-bottom .color-filter {
		width: 80%;
		margin: 0 auto 40px auto
	}
}

.model-builder-widget .builder-bottom .color-filter .model-tab {
	width: 52px;
	height: 52px;
	border-radius: 99px;
	margin: 0 auto
}

@media all and (max-width:574px) {
	.model-builder-widget .builder-bottom .color-filter .model-tab {
		width: 38px;
		height: 38px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-builder-widget .builder-bottom .color-filter .model-tab {
		width: 42px;
		height: 42px
	}
}

@media all and (min-width:992px) and (max-width:1440px) {
	.model-builder-widget .builder-bottom .color-filter .model-tab {
		width: 42px;
		height: 42px
	}
}

.model-builder-widget .builder-bottom .color-filter .model-tab.active:after {
	font-size: .9375rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	color: #fff
}

.model-builder-widget .builder-bottom .color-filter .model-tab:hover {
	cursor: pointer
}

.model-builder-widget .builder-bottom .color-filter .color-1c3648 {
	background: #1c3648
}

.model-builder-widget .builder-bottom .color-filter .color-8f9192 {
	background: #8f9192
}

.model-builder-widget .builder-bottom .color-filter .color-f21a1a {
	background: #f21a1a
}

.model-builder-widget .builder-bottom .color-filter .color-040b10 {
	background: #040b10
}

.model-builder-widget .builder-bottom .color-filter .color-064803 {
	background: #064803
}

.model-builder-widget .builder-bottom .color-filter .color-4e4e4e {
	background: #4e4e4e
}

.model-builder-widget .builder-bottom .color-filter .color-1c3648 {
	background: #1c3648
}

.model-builder-widget .builder-bottom .color-filter .owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	pointer-events: none
}

@media all and (max-width:574px) {
	.model-builder-widget .builder-bottom .color-filter .owl-nav {
		margin-top: 0
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-builder-widget .builder-bottom .color-filter .owl-nav {
		margin-top: 5px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-builder-widget .builder-bottom .color-filter .owl-nav {
		margin-top: 10px
	}
}

@media all and (min-width:992px) and (max-width:1440px) {
	.model-builder-widget .builder-bottom .color-filter .owl-nav {
		margin-top: 5px
	}
}

.model-builder-widget .builder-bottom .color-filter .owl-nav button {
	pointer-events: visible
}

.model-builder-widget .builder-bottom .color-filter .owl-nav button:hover {
	background: 0 0
}

.model-builder-widget .builder-bottom .color-filter .owl-nav button svg {
	fill: #1a1a1a;
	opacity: 1;
	transition: opacity .3s ease-in-out
}

.model-builder-widget .builder-bottom .color-filter .owl-nav button svg:hover {
	opacity: 1
}

.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-prev {
	margin-left: 20px
}

.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-next {
	margin-right: 20px
}

.model-builder-widget .builder-bottom .engines-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-builder-widget .builder-bottom .engines-list {
		justify-content: center
	}
}

.model-builder-widget .builder-bottom .engines-list>li {
	width: calc(50% - 10px);
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-bottom: 0
}

.model-builder-widget .builder-bottom .engines-list>li.active .selection-bullet {
	border: none;
	background: #46eeaa
}

.model-builder-widget .builder-bottom .engines-list>li:hover {
	cursor: pointer
}

.model-builder-widget .builder-bottom .engines-list>li .engine-image {
	max-width: 127px;
	max-height: 127px;
	display: block;
	pointer-events: none
}

@media all and (max-width:991px) {
	.model-builder-widget .builder-bottom .engines-list>li .engine-image {
		margin: 0 auto 0 auto
	}
}

.model-builder-widget .builder-bottom .engines-list>li .engine-image img {
	width: inherit;
	height: inherit
}

.model-builder-widget .builder-bottom .engines-list>li .selection-bullet {
	width: 21px;
	height: 21px;
	border-radius: 99px;
	border: 1px solid #46eeaa;
	margin-top: 10px;
	margin-bottom: 15px;
	pointer-events: none
}

@media all and (max-width:991px) {
	.model-builder-widget .builder-bottom .engines-list>li .selection-bullet {
		margin-left: 20%
	}
}

.model-builder-widget .builder-bottom .engines-list>li .engine-details {
	font-size: 1.125rem;
	line-height: normal;
	pointer-events: none
}

@media all and (max-width:991px) {
	.model-builder-widget .builder-bottom .engines-list>li .engine-details {
		text-align: center
	}
}

.model-builder-widget .builder-bottom .engines-list>li .engine-details>div {
	margin-bottom: 10px
}

.models-viewver-widget {
	background: #4a4f55;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 115px;
	padding-bottom: 120px
}

@media all and (max-width:574px) {
	.models-viewver-widget {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.models-viewver-widget {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.models-viewver-widget {
		padding-top: 110px;
		padding-bottom: 110px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.models-viewver-widget {
		padding-top: 105px;
		padding-bottom: 110px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.models-viewver-widget {
		padding-top: 105px;
		padding-bottom: 110px
	}
}

.models-viewver-widget .models-viewver--title {
	font-size: 1.875rem;
	line-height: 2.5rem;
	word-break: break-word;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center
}

@media all and (min-width:575px) and (max-width:991px) {
	.models-viewver-widget .models-viewver--title {
		font-size: 2.1875rem;
		line-height: 2.8125rem
	}
}

@media all and (min-width:992px) {
	.models-viewver-widget .models-viewver--title {
		font-size: 2.5rem;
		line-height: 3.125rem
	}
}

.models-viewver-widget .models-viewver-content {
	max-width: 1820px;
	width: 100%;
	margin: 0 auto
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px
}

@media all and (max-width:767px) {
	.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
		margin-top: 20px
	}
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
	display: block;
	font-size: .875rem;
	line-height: 1.75rem;
	font-weight: 600;
	text-transform: uppercase;
	background: #1a1a1a;
	color: #fff;
	padding: 10px 50px;
	text-decoration: none
}

@media all and (max-width:767px) {
	.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
		padding: 8px 30px
	}
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li.active .model-viever--tab {
	background: #fff;
	color: #1a1a1a
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content {
	margin-top: 4.7%
}

@media all and (max-width:574px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content {
		margin-top: 15%
	}
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
	width: calc(25% - 30px);
	margin-bottom: 50px
}

@media all and (max-width:574px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
		width: 100%;
		margin-bottom: 50px
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
		width: calc(50% - 15px);
		margin-bottom: 50px
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
		margin-bottom: 0
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
		width: calc(50% - 15px);
		margin-bottom: 50px
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
		margin-bottom: 0
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
		width: calc(50% - 15px);
		margin-bottom: 50px
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
		margin-bottom: 0
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
		width: calc(25% - 20px);
		margin-bottom: 50px
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3) {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
		margin-bottom: 0
	}
}

@media all and (min-width:1440px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3) {
		margin-bottom: 0
	}
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
		margin-bottom: 0
	}
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-view {
	display: block;
	background: #fff;
	margin-bottom: 23px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #fff;
	text-transform: uppercase;
	transition: color .3s ease-in-out
}

@media all and (min-width:768px) {
	.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name:hover {
	color: #2b54bf
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box {
	display: flex;
	align-items: baseline;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 15px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers {
	margin-right: 15px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers img {
	display: inline-block;
	margin-left: -10px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers span {
	font-size: .875rem;
	line-height: normal;
	display: block
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel {
	font-size: .875rem;
	line-height: normal;
	margin-right: 20px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel img {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: 2px;
	margin-left: -8px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel span {
	font-size: .875rem;
	line-height: normal;
	display: block
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-desc {
	font-size: 1rem;
	line-height: 1.625rem
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links {
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a {
	font-size: .875rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 15px;
	display: block;
	position: relative;
	color: #fff;
	transition: color .3s ease-in-out, margin .3s ease-in-out
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 1px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:hover {
	color: #2b54bf;
	margin-left: 5px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links .explore-model-link {
	margin-bottom: 10px
}

.testimonials-widget .testimonials-box-wrapper {
	position: relative
}

.testimonials-widget .testimonials-box-wrapper:before {
	content: "";
	width: calc(50vw - 15px);
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-color: #f7f7f7
}

.testimonials-widget .testimonials-box .testimonial-item {
	display: flex;
	justify-content: space-between
}

@media all and (max-width:991px) {
	.testimonials-widget .testimonials-box .testimonial-item {
		flex-direction: column
	}
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f7f7f7;
	position: relative;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 30px
}

@media all and (max-width:767px) {
	.testimonials-widget .testimonials-box .testimonial-item .left-side-box {
		width: 100%;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 15px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.testimonials-widget .testimonials-box .testimonial-item .left-side-box {
		width: 100%
	}
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-text {
	color: #828282;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 30px
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author {
	color: #828282;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 300;
	padding-left: 55px;
	position: relative
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	background-color: #2b54bf;
	height: 1px;
	width: 35px
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author .author-name {
	display: block;
	font-weight: 700;
	color: #1a1a1a
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author .author-car {
	display: block;
	font-size: 14px
}

.testimonials-widget .testimonials-box .testimonial-item .right-side-box {
	width: calc(50% - 15px)
}

@media all and (max-width:767px) {
	.testimonials-widget .testimonials-box .testimonial-item .right-side-box {
		width: 100%;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 15px;
		background-color: #f7f7f7
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.testimonials-widget .testimonials-box .testimonial-item .right-side-box {
		width: 100%;
		padding-bottom: 30px;
		padding-right: 30px;
		background-color: #f7f7f7
	}
}

.testimonials-widget .testimonials-box .owl-nav {
	float: right;
	margin-top: 10px;
	margin-right: -5px;
	z-index: 3;
	pointer-events: none
}

.testimonials-widget .testimonials-box .owl-nav button {
	pointer-events: visible
}

.testimonials-widget .testimonials-box .owl-nav button:hover {
	background: 0 0
}

.testimonials-widget .testimonials-box .owl-nav button svg {
	fill: #1a1a1a;
	opacity: 1;
	transition: opacity .3s ease-in-out
}

.testimonials-widget .testimonials-box .owl-nav button svg:hover {
	opacity: 1
}

.testimonials-widget .testimonials-box .owl-dots {
	margin-top: 20px!important;
	width: 100%
}

.testimonials-widget .testimonials-box .owl-dots .owl-dot span {
	border: 1px solid #828282
}

.testimonials-widget .testimonials-box .owl-dots .owl-dot.active span,
.testimonials-widget .testimonials-box .owl-dots .owl-dot:hover span {
	background: #828282
}

.testimonials-widget #new-testimonial-box {
	display: none
}

.testdirve-widget {
	width: 100%;
	background: url(i/home/test-drive/cars_bg.png) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 8%
}

@media all and (max-width:574px) {
	.testdirve-widget {
		min-height: 700px;
		padding-top: 80px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.testdirve-widget {
		min-height: 700px;
		padding-top: 80px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.testdirve-widget {
		min-height: 800px;
		padding-top: 90px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.testdirve-widget {
		min-height: 900px;
		padding-top: 90px
	}
}

@media all and (min-width:1200px) {
	.testdirve-widget {
		min-height: 900px;
		padding-top: 90px
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.testdirve-widget {
		min-height: 1000px;
		padding-top: 100px
	}
}

@media all and (min-width:1440px) and (max-width:1919px) {
	.testdirve-widget {
		min-height: 1100px;
		padding-top: 100px
	}
}

@media all and (min-width:1920px) {
	.testdirve-widget {
		min-height: 1136px;
		padding-top: 100px
	}
}

.testdirve-widget .content-box {
	max-width: 550px;
	width: 100%
}

.testdirve-widget .content-box .content-box--title {
	font-size: 3.125rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase
}

.testdirve-widget .content-box .content-box--subtitle {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
	margin-left: 2px;
	display: block
}

.testdirve-widget .content-box .content-box-description {
	margin-top: 20px
}

.testdirve-widget .content-box .content-box-description p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400
}

.testdirve-widget .cart-features-text {
	position: absolute
}

@media all and (max-width:767px) {
	.testdirve-widget .cart-features-text {
		display: none
	}
}

.testdirve-widget .cart-features-text>span {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	display: block
}

@media all and (min-width:768px) and (max-width:991px) {
	.testdirve-widget .cart-features-text>span {
		font-size: 1.125rem;
		line-height: 1.625rem
	}
}

.testdirve-widget .cart-features-text.green--gradient span:after {
	background-image: linear-gradient(90deg, #2b54bf 0, #46eeaa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFeb1d31", endColorstr="#FF46EEAA", GradientType=1);
	background-repeat: repeat-x
}

.testdirve-widget .cart-features-text.orange--gradient span:after {
	background-image: linear-gradient(90deg, #df8f4e 0, #f6ce5e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df8f4e", endColorstr="#f6ce5e", GradientType=1);
	background-repeat: repeat-x
}

.testdirve-widget .cart-features-text.cart-features-position-1 {
	left: 4.5%;
	bottom: 3.5%
}

@media all and (min-width:768px) and (max-width:991px) {
	.testdirve-widget .cart-features-text.cart-features-position-1 {
		left: 5%;
		bottom: 2.5%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.testdirve-widget .cart-features-text.cart-features-position-1 {
		left: 5%;
		bottom: 3%
	}
}

@media all and (min-width:1200px) and (max-width:1919px) {
	.testdirve-widget .cart-features-text.cart-features-position-1 {
		left: 5%;
		bottom: 3%
	}
}

.testdirve-widget .cart-features-text.cart-features-position-2 {
	left: 35%;
	bottom: 35%
}

@media all and (min-width:768px) and (max-width:991px) {
	.testdirve-widget .cart-features-text.cart-features-position-2 {
		left: 23%;
		bottom: 35%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.testdirve-widget .cart-features-text.cart-features-position-2 {
		left: 25%;
		bottom: 35%
	}
}

@media all and (min-width:1200px) and (max-width:1919px) {
	.testdirve-widget .cart-features-text.cart-features-position-2 {
		left: 29%;
		bottom: 35%
	}
}

.testdirve-widget .cart-features-text.cart-features-position-3 {
	right: 25%;
	bottom: 6%
}

@media all and (min-width:768px) and (max-width:991px) {
	.testdirve-widget .cart-features-text.cart-features-position-3 {
		right: 10%;
		bottom: 7%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.testdirve-widget .cart-features-text.cart-features-position-3 {
		right: 10%;
		bottom: 7%
	}
}

@media all and (min-width:1200px) and (max-width:1919px) {
	.testdirve-widget .cart-features-text.cart-features-position-3 {
		right: 10%;
		bottom: 7%
	}
}

.testdirve-widget .cart-features-text.cart-features-position-4 {
	right: 9%;
	bottom: 35%
}

@media all and (max-width:1919px) {
	.testdirve-widget .cart-features-text.cart-features-position-4 {
		display: none
	}
}

.testdirve-widget .cart-features-text.bottom-left-line {
	padding-top: 38px;
	padding-right: 57px;
	background: url(i/home/test-drive/bottom-left-line.png) 100% 100% no-repeat
}

.testdirve-widget .cart-features-text.bottom-left-line span {
	margin-top: -2px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff
}

.testdirve-widget .cart-features-text.bottom-left-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin-left: -9px
}

.testdirve-widget .cart-features-text.bottom-right-line {
	padding-top: 38px;
	padding-left: 57px;
	background: url(i/home/test-drive/bottom-right-line.png) 0 100% no-repeat
}

.testdirve-widget .cart-features-text.bottom-right-line span {
	margin-top: -2px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	text-align: right
}

.testdirve-widget .cart-features-text.bottom-right-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	right: 0;
	margin-right: -9px
}

.testdirve-widget .cart-features-text.top-right-line {
	padding-bottom: 42px;
	padding-left: 42px;
	background: url(i/home/test-drive/top-right-line.png) 0 100% no-repeat
}

.testdirve-widget .cart-features-text.top-right-line span {
	display: block;
	margin-top: 0;
	margin-left: 1px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff
}

.testdirve-widget .cart-features-text.top-right-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	right: 0;
	margin-right: -9px
}

.testdirve-widget .cart-features-text.top-left-line {
	padding-bottom: 42px;
	padding-right: 42px;
	background: url(i/home/test-drive/top-left-line.png) 100% 100% no-repeat
}

.testdirve-widget .cart-features-text.top-left-line span {
	display: block;
	margin-top: 0;
	margin-left: 1px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff
}

.testdirve-widget .cart-features-text.top-left-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin-left: -9px
}

.testdirve-widget .cart-features-text.straight-right-line span {
	display: block;
	margin-top: 0;
	margin-left: 1px;
	position: relative;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff
}

.testdirve-widget .cart-features-text.straight-right-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	right: 0;
	margin-right: -9px
}

.testdirve-widget .cart-features-text.straight-left-line span {
	display: block;
	margin-top: 0;
	margin-left: 1px;
	position: relative;
	padding-right: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	text-align: right
}

.testdirve-widget .cart-features-text.straight-left-line span:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 60%;
	height: 9px;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin-left: -9px
}

.car-preview-widget {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	min-height: 570px;
	background: url(i/home/home_2021.jpg) 50% 0 no-repeat;
	margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget {
		margin-bottom: 85px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget {
		margin-bottom: 100px
	}
}

@media all and (max-width:767px) {
	.car-preview-widget {
		height: calc(var(--vh, 1vh) * 100)
	}
}

@media all and (min-width:768px) and (max-width:1199px) {
	.car-preview-widget {
		height: 800px
	}
}

@media all and (min-width:1200px) {
	.car-preview-widget {
		height: 1193px;
		background-attachment: fixed
	}
}

.car-preview-widget .car-overview {
	margin-top: -7%;
	position: relative
}

.car-preview-widget .car-overview .car-overview--heading {
	float: right;
	width: 46%;
	margin-top: 3%;
	margin-bottom: 11%;
	color: #fff
}

@media all and (max-width:991px) {
	.car-preview-widget .car-overview .car-overview--heading {
		float: none;
		width: 80%;
		margin: 0 auto 20% auto
	}
}

.car-preview-widget .car-overview .car-overview--heading .heading-title {
	display: block;
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0
}

@media all and (min-width:575px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-overview--heading .heading-title {
		font-size: 2.5rem;
		line-height: 3.125rem
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-overview--heading .heading-title {
		font-size: 3.125rem;
		line-height: 3.75rem
	}
}

.car-preview-widget .car-overview .car-overview--heading .heading-desc {
	display: block;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 400
}

@media all and (min-width:575px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-overview--heading .heading-desc {
		font-size: 1.25rem;
		line-height: 1.5rem
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-overview--heading .heading-desc {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

.car-preview-widget .car-overview .car-feature--wrapper {
	position: relative
}

.car-preview-widget .car-overview .car-feature--wrapper img {
	width: 100%;
	margin: 0 auto;
	display: block
}

@media all and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper img {
		width: 90%
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.car-preview-widget .car-overview .car-feature--wrapper img {
		width: 90%
	}
}

@media all and (min-width:1200px) and (max-width:1439px) {
	.car-preview-widget .car-overview .car-feature--wrapper img {
		width: 95%
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip {
	position: absolute;
	left: 0;
	color: #fff
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip {
		display: none
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
	left: 0;
	bottom: 0
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
		margin-bottom: -4%;
		margin-left: 16%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
		margin-bottom: -4%;
		margin-left: 18%
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
		margin-bottom: 0;
		margin-left: 23%
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
	left: 0;
	top: 0
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
		margin-top: 18%;
		margin-left: 7%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
		margin-top: -10%;
		margin-left: 9%
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
		margin-top: 14%;
		margin-left: 7%
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
	right: 0;
	top: 0
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
		margin-top: 8%;
		margin-right: 2%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
		margin-top: -6%;
		margin-right: 12%
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
		margin-top: 18%;
		margin-right: 10%
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--color .tip-bullet {
	background: #46eeaa;
	box-shadow: 0 0 12px 0 rgba(70, 238, 170, .7)
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--color .tip-bullet:hover {
	box-shadow: 0 0 15px 0 #46eeaa
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--color .tip-bullet {
	background: #2b54bf;
	box-shadow: 0 0 12px 0 rgba(221, 138, 76, .7)
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--color .tip-bullet:hover {
	box-shadow: 0 0 15px 0 #2b54bf
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--gradient .tip-text:after {
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--gradient .tip-text:after {
	background-image: linear-gradient(to right, #df8f4e 0, #f6ce5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDF8F4E', endColorstr='#FFF6CE5E', GradientType=1);
	background-repeat: repeat-x
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner {
	position: relative
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
	border-radius: 99px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: box-shadow .3s ease-in-out;
	color: #fff
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet:hover {
	cursor: default
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
		width: 37px;
		height: 37px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
		width: 44px;
		height: 44px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
		width: 52px;
		height: 52px
	}
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
		font-size: 14px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
		font-size: 16px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
		font-size: 18px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
	font-weight: 700;
	text-transform: uppercase
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
		font-size: 18px;
		line-height: 22px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
		font-size: 18px;
		line-height: 22px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
		font-size: 22px;
		line-height: 26px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text:after {
	display: block;
	content: "";
	transition: all .3s ease-in-out;
	width: 60%;
	height: 8px;
	position: absolute
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
	float: right
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
		margin-bottom: 16px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
		margin-bottom: 19px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
		margin-bottom: 22px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
	clear: both;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 7px
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
		padding-top: 17px;
		padding-right: 20px;
		margin-right: 17px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
		padding-top: 20px;
		padding-right: 24px;
		margin-right: 22px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
		padding-top: 25px;
		padding-right: 34px;
		margin-right: 27px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text:after {
	margin-top: -7px;
	margin-left: -7px
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
	float: left
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
		margin-bottom: 16px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
		margin-bottom: 19px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
		margin-bottom: 22px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
	clear: both;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-right: 7px
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
		padding-top: 17px;
		padding-left: 20px;
		margin-left: 17px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
		padding-top: 20px;
		padding-left: 24px;
		margin-left: 22px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
		padding-top: 25px;
		padding-left: 34px;
		margin-left: 27px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text:after {
	margin-top: -7px;
	margin-right: -7px;
	right: 0
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner {
	display: flex;
	flex-direction: column-reverse
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
		margin-top: 16px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
		margin-top: 19px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
		margin-top: 22px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
	border-bottom: 1px solid #fff;
	padding-right: 7px;
	position: relative
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
		margin-bottom: 38px;
		padding-left: 20px;
		margin-left: 17px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
		margin-bottom: 40px;
		padding-left: 24px;
		margin-left: 22px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
		margin-bottom: 45px;
		padding-left: 34px;
		margin-left: 27px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	content: "";
	display: block
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
		height: 38px;
		margin-bottom: -38px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
		height: 40px;
		margin-bottom: -40px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
		height: 45px;
		margin-bottom: -45px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:after {
	margin-top: -7px;
	margin-right: -7px;
	right: 0
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
		margin-top: 16px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
		margin-top: 19px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
		margin-top: 22px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
	border-bottom: 1px solid #fff;
	padding-right: 7px;
	position: relative
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
		margin-bottom: 38px;
		padding-right: 20px;
		margin-right: 17px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
		margin-bottom: 40px;
		padding-right: 24px;
		margin-right: 22px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
		margin-bottom: 45px;
		padding-right: 34px;
		margin-right: 27px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	content: "";
	display: block
}

@media all and (max-width:767px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
		height: 38px;
		margin-bottom: -38px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
		height: 40px;
		margin-bottom: -40px
	}
}

@media all and (min-width:992px) {
	.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
		height: 45px;
		margin-bottom: -45px
	}
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:after {
	margin-top: -7px;
	margin-left: -7px;
	left: 0
}

.owl-carousel .owl-slide {
	position: relative;
	height: 100vh;
	height: calc((var(--vh, 1vh) * 100) - 91px)
}

.owl-carousel .owl-slide-animated {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 50ms
}

.owl-carousel .owl-slide-animated.is-transitioned {
	transform: none;
	opacity: 1;
	visibility: visible;
	transition: all .5s
}

.owl-carousel .owl-slide-title.is-transitioned {
	transition-delay: .2s
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
	transition-delay: .35s
}

.owl-carousel .owl-slide-cta.is-transitioned {
	transition-delay: .5s
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	position: absolute
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*=owl-]:focus {
	outline: 0
}

.owl-carousel .owl-dots .owl-dot span {
	background: 0 0;
	border: 1px solid var(--main-black-color);
	transition: all .2s ease
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--main-black-color)
}

.owl-carousel .owl-nav svg {
	opacity: .3;
	transition: opacity .3s
}

.owl-carousel .owl-nav button:hover svg {
	opacity: 1
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: 0 0
}

.owl-carousel-container {
	position: relative;
	margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.owl-carousel-container {
		margin-bottom: 85px
	}
}

@media all and (min-width:992px) {
	.owl-carousel-container {
		margin-bottom: 100px
	}
}

.owl-carousel-container .owl-dots {
	bottom: 11px;
	right: 15px
}

.owl-carousel-container .owl-dots .owl-dot.active span {
	background: #fff!important
}

.owl-carousel-container .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, .3)!important;
	border: 1px solid rgba(255, 255, 255, .3)!important
}

.owl-carousel-container .owl-next,
.owl-carousel-container .owl-prev {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, .5)!important;
	display: flex!important;
	align-items: center;
	justify-content: center
}

.owl-carousel-container .owl-next svg,
.owl-carousel-container .owl-prev svg {
	fill: #fff;
	opacity: 1!important
}

.owl-carousel-container .owl-theme .owl-nav [class*=owl-] {
	border-radius: 0
}

.owl-carousel-container .slide-mask {
	height: 100vh;
	height: calc((var(--vh, 1vh) * 100) - 71px);
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0
}

@media screen and (min-width:767px) and (max-width:991px) {
	.owl-carousel-container .slide-mask {
		height: calc((var(--vh, 1vh) * 100) - 80px)
	}
}

@media screen and (min-width:992px) {
	.owl-carousel-container .slide-mask {
		height: calc((var(--vh, 1vh) * 100) - 90px)
	}
}

.owl-carousel-container .owl-slide-text-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

@media all and (min-width:320px) and (max-width:574px) {
	.owl-carousel-container .owl-slide-text-container {
		max-width: 80%;
		padding-right: 30px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.owl-carousel-container .owl-slide-text-container {
		max-width: 70%;
		padding-right: 15px
	}
}

@media all and (min-width:768px) {
	.owl-carousel-container .owl-slide-text-container {
		max-width: 500px
	}
}

.owl-carousel-container .owl-slide-title {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word!important;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
	.owl-carousel-container .owl-slide-title {
		font-size: 40px
	}
}

@media all and (min-width:992px) {
	.owl-carousel-container .owl-slide-title {
		font-size: 46px
	}
}

.owl-carousel-container .owl-slide-title:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0
}

.owl-carousel-container .owl-slide-subtitle {
	font-size: 15px;
	display: block;
	margin-top: 10px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word!important
}

@media all and (min-width:575px) and (max-width:991px) {
	.owl-carousel-container .owl-slide-subtitle {
		font-size: 17px
	}
}

@media all and (min-width:992px) {
	.owl-carousel-container .owl-slide-subtitle {
		font-size: 18px
	}
}

.owl-carousel-container .slide-action-btn {
	margin-top: 20px
}

#header-slide .owl-nav {
	position: absolute;
	left: 15px;
	bottom: 11px;
	margin: 0;
	display: flex
}

#header-slide-slide1 {
	background-image: url(i/content-preview-slider/car-1.jpg)
}

#header-slide-slide2 {
	background-image: url(i/content-preview-slider/car-4.jpg)
}

#header-slide-slide3 {
	background-image: url(i/content-preview-slider/car-3.jpg)
}

.car-presentation-widget .header-box {
	text-align: center
}

.car-presentation-widget .header-box .header-box-title {
	text-transform: uppercase;
	font-size: 1.875rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #1a1a1a
}

@media all and (min-width:575px) and (max-width:991px) {
	.car-presentation-widget .header-box .header-box-title {
		font-size: 2.5rem;
		line-height: 3.125rem
	}
}

@media all and (min-width:992px) {
	.car-presentation-widget .header-box .header-box-title {
		font-size: 3.125rem;
		line-height: 3.75rem;
		margin-bottom: 5px
	}
}

.car-presentation-widget .slick-container {
	padding: 70px 0 0 0
}

.car-presentation-widget .slick-dots {
	position: absolute;
	left: 50%;
	top: -45px;
	bottom: auto;
	transform: translateX(-50%);
	list-style-type: none;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block
}

@media all and (max-width:574px) {
	.car-presentation-widget .slick-dots {
		top: -60px
	}
}

.car-presentation-widget .slick-dots li {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 0 8px
}

.car-presentation-widget .slick-dots li button {
	border: none;
	padding: 0;
	color: #000;
	background-color: transparent;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
	font-size: 17px;
	line-height: 1.2;
	position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
	.car-presentation-widget .slick-dots li button {
		font-size: 17px
	}
}

@media all and (min-width:992px) {
	.car-presentation-widget .slick-dots li button {
		font-size: 18px
	}
}

.car-presentation-widget .slick-dots li button:after {
	transition: all ease-in-out .3s;
	content: "";
	width: 0;
	height: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	margin-left: -5px;
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.car-presentation-widget .slick-dots li button:hover:after {
	left: 0;
	width: calc(100% - 5px);
	opacity: 1
}

.car-presentation-widget .slick-dots li.slick-active button:after {
	left: 0;
	width: calc(100% - 5px);
	opacity: 1
}

.car-presentation-widget .car-presentation-slider .slide__item {
	position: relative
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
	max-height: 565px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}

@media all and (max-width:574px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
		height: 350px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
		height: 450px
	}
}

@media all and (min-width:768px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
		height: 565px
	}
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info {
	margin-top: 3%;
	text-align: center;
	color: #fff
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600
}

@media all and (min-width:575px) and (max-width:991px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
		font-size: 35px
	}
}

@media all and (min-width:992px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
		font-size: 35px
	}
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__desc {
	max-width: 350px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__wrap .slide__car {
	max-width: 765px;
	margin-bottom: 40px
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box {
	position: relative
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 55px;
	background-image: linear-gradient(to top, #fff 20%, #fff, rgba(255, 255, 255, 0));
	left: 0;
	bottom: 100%
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

@media all and (max-width:991px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper {
		flex-direction: column
	}
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list {
	display: flex;
	justify-content: center
}

@media all and (max-width:991px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list {
		margin-bottom: 30px;
		flex-wrap: wrap
	}
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li {
	display: inline-block
}

@media all and (max-width:767px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li {
		text-align: center;
		margin-bottom: 20px
	}
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li:nth-child(odd) {
		width: 50%;
		padding-right: 15px;
		border-right: 1px solid #1a1a1a
	}
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li:nth-child(even) {
		width: 50%;
		padding-left: 10px;
		border-right: none
	}
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li:nth-child(3),
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li:nth-child(4) {
		margin-bottom: 0
	}
}

@media all and (min-width:768px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li {
		margin-right: 30px;
		padding-right: 30px;
		border-right: 1px solid #1a1a1a
	}
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list>li:last-child {
		border-right: none;
		margin-right: 0;
		padding-right: 0
	}
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__title {
	font-size: 32px;
	line-height: 1.2;
	color: #1a1a1a;
	font-weight: 700
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__title span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__subtitle {
	color: #828282;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .more__actions__box {
	display: flex;
	flex-direction: column;
	margin-left: 30px
}

@media all and (max-width:991px) {
	.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .more__actions__box {
		margin-left: 0
	}
}

#slide-1 {
	background-image: url(i/car-presentation-widget/slide1.jpg)
}

#slide-2 {
	background-image: url(i/car-presentation-widget/slide2.jpg)
}

#slide-3 {
	background-image: url(i/car-presentation-widget/slide3.jpg)
}

#slide-4 {
	background-image: url(i/car-presentation-widget/slide4.jpg)
}

#slide-5 {
	background-image: url(i/car-presentation-widget/slide5.jpg)
}

#slide-6 {
	background-image: url(i/car-presentation-widget/slide6.jpg)
}

.new-arrivals-widget .new-arrivals-slider .slick-track {
	padding: 20px 0
}

.new-arrivals-widget .new-arrivals-slider .slick-slide {
	margin: 0 15px;
	box-shadow: 0 0 12.92px 4.08px rgba(0, 0, 1, .15)
}

.new-arrivals-widget .new-arrivals-slider .slick-list {
	margin: 0 -15px
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header {
	min-height: 175px;
	background: #fff;
	padding: 15px 30px 0 30px;
	word-break: break-word
}

@media all and (max-width:574px) {
	.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header {
		padding: 15px 15px 0 15px
	}
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
	transition: all ease-in-out .3s;
	word-break: break-word
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a
}

@media all and (max-width:574px) {
	.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title {
		font-size: 21px;
		line-height: 31px
	}
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title:hover {
	color: #2b54bf
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table {
	text-align: left;
	border: none
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td,
.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
	border: none;
	padding: 0;
	font-size: 15px;
	line-height: 23px
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
	width: 30%;
	max-width: 120px;
	font-weight: 600
}

@media all and (max-width:374px) {
	.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
		width: 40%
	}
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td {
	color: #828282;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td.is-green {
	color: #2b54bf
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer {
	display: flex;
	justify-content: space-between
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn:first-child {
	background-color: #f7f7f7;
	border-right: 1px solid #eaebeb
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn {
	width: 50%;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	padding: 18px 10px;
	text-transform: uppercase;
	color: #414141;
	transition: all ease-in-out .3s
}

@media all and (max-width:574px) {
	.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn {
		padding: 14px 10px
	}
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn:hover {
	background-color: #2b54bf;
	color: #fff
}

.models-widget .brands-list .brand-item .brand-header {
	background-color: #f4f4f4;
	padding-top: 5px;
	padding-bottom: 5px
}

.models-widget .brands-list .brand-item .brand-header .wrapper {
	display: flex;
	align-items: center
}

.models-widget .brands-list .brand-item .brand-header .wrapper .icon {
	fill: #1a1a1a
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand {
	display: flex;
	align-items: center;
	border-right: 1px solid #e7e7e7;
	padding: 6px 30px 6px 0
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand {
		border-right: none;
		padding-right: 0;
		margin-right: auto;
		margin-left: auto
	}
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-logo {
	max-width: 40px;
	margin-right: 25px
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-logo.tesla-logo {
	max-width: 26px
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-brand-name {
	font-size: 27px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-info {
	padding-left: 30px
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-title {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 300;
	color: #414141
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-title {
		display: none
	}
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-description {
	color: #828282;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300
}

@media all and (max-width:767px) {
	.models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-description {
		display: none
	}
}

.models-widget .brands-list .brand-item .brand-header .wrapper .all-models {
	margin-left: auto;
	color: #2b54bf;
	font-size: 15px;
	line-height: 1.1;
	font-weight: 300;
	text-decoration: underline;
	transition: all ease-in-out .3s
}

@media all and (max-width:991px) {
	.models-widget .brands-list .brand-item .brand-header .wrapper .all-models {
		display: none
	}
}

.models-widget .brands-list .brand-item .brand-header .wrapper .all-models:hover {
	color: #828282
}

.models-widget .brands-list .brand-item .models-list>li {
	border-bottom: 1px solid #e7e7e7
}

.models-widget .brands-list .brand-item .models-list>li:last-child {
	border-bottom: none
}

.models-widget .brands-list .brand-item .models-list>li .model-item {
	padding-top: 30px;
	padding-bottom: 40px
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper {
	display: flex;
	align-items: center
}

@media all and (max-width:991px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper {
		flex-direction: column
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-preview-box {
	max-width: 41.666667%;
	width: 100%;
	margin-right: 30px;
	display: block
}

@media all and (max-width:991px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-preview-box {
		max-width: 100%;
		margin-right: 0
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-preview-box a {
	display: block
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box {
	max-width: 58.333333%;
	width: 100%
}

@media all and (max-width:991px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box {
		max-width: 100%;
		margin-top: 40px
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header {
		flex-direction: column;
		margin-bottom: 20px
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title {
	font-size: 27px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title a {
	transition: all ease-in-out .3s
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title a:hover {
	color: #2b54bf
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-subtitle {
	color: #828282;
	font-size: 15px;
	display: block;
	line-height: 1;
	font-weight: 300
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label {
	margin-top: 2px;
	font-size: 11px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	padding: 3px 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label {
		margin-top: 10px
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label.is-available {
	background: #2b54bf
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label.in-progress {
	background: #0073d5
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .item-label-title {
	min-width: 62px
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .wheel-icon {
	fill: #fff;
	width: 13px;
	height: 13px;
	margin: 2px 5px 0 0
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .check-icon {
	fill: #fff;
	width: 10px;
	height: 13px;
	margin: 2px 3px 0 0
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list {
	margin-top: 12px
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li {
	display: flex
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li {
		flex-wrap: wrap;
		justify-content: center
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item {
	display: flex;
	width: 33.33333%;
	margin-bottom: 30px;
	position: relative
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item {
		width: 51%
	}
}

@media all and (min-width:575px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(2n),
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(3n) {
		padding-left: 5%
	}
}

@media all and (min-width:575px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(3n):before {
		content: "";
		background-color: transparent;
		width: auto;
		height: auto;
		position: static
	}
}

@media all and (min-width:575px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:before {
		content: "";
		background-color: #1a1a1a;
		width: 1px;
		height: 48px;
		position: absolute;
		top: 5px;
		right: 0
	}
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-icon {
	margin-top: 5px;
	margin-right: 10px
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-title {
	color: #1a1a1a;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 600
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-title small {
	font-size: 15px
}

.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-subtitle {
	color: #828282;
	font-size: 15px;
	display: block;
	line-height: 1.2;
	font-weight: 300
}

@media all and (max-width:574px) {
	.models-widget .brands-list .brand-item .models-list>li .model-item .wrapper .model-tech-info-box .model-tech-info-content .action-btn-wrapper {
		display: flex;
		justify-content: center
	}
}

.v-header {
	position: relative;
	height: 100vh;
	height: calc((var(--vh, 1vh) * 100) - 71px);
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.v-header {
		margin-bottom: 85px
	}
}

@media all and (min-width:992px) {
	.v-header {
		margin-bottom: 100px
	}
}

.v-header .fullscreen-video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.v-header .fullscreen-video-wrap img,
.v-header .fullscreen-video-wrap video {
	object-fit: cover;
	width: 100vw;
	height: 100vh
}

.v-header .header-overlay {
	width: 100%;
	height: calc((var(--vh, 1vh) * 100) - 71px);
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
	opacity: .45
}

.v-header .owl-slide-text-container {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	z-index: 1
}

@media all and (min-width:320px) and (max-width:574px) {
	.v-header .owl-slide-text-container {
		max-width: 80%;
		padding-right: 30px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.v-header .owl-slide-text-container {
		max-width: 70%;
		padding-right: 15px
	}
}

@media all and (min-width:768px) {
	.v-header .owl-slide-text-container {
		max-width: 500px
	}
}

.v-header .owl-slide-title {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word!important;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
	.v-header .owl-slide-title {
		font-size: 40px
	}
}

@media all and (min-width:992px) {
	.v-header .owl-slide-title {
		font-size: 46px
	}
}

.v-header .owl-slide-title:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0
}

.v-header .owl-slide-subtitle {
	font-size: 15px;
	display: block;
	margin-top: 10px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word!important
}

@media all and (min-width:575px) and (max-width:991px) {
	.v-header .owl-slide-subtitle {
		font-size: 17px
	}
}

@media all and (min-width:992px) {
	.v-header .owl-slide-subtitle {
		font-size: 18px
	}
}

.v-header .slide-action-btn {
	margin-top: 20px
}

.v-wrap {
	text-align: center
}

.model-features-list-wrapper {
	position: relative
}

.model-features-list {
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	left: 50%;
	transform: translate(-50%, 0)
}

@media all and (max-width:574px) {
	.model-features-list {
		display: none
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.model-features-list {
		width: 540px;
		margin-bottom: 3vh
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.model-features-list {
		width: 720px;
		margin-bottom: 7vh
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.model-features-list {
		width: 960px;
		margin-bottom: 5vh
	}
}

@media all and (min-width:1200px) {
	.model-features-list {
		width: 1200px;
		margin-bottom: 5vh
	}
}

.model-features-list li {
	margin-right: 20px
}

@media all and (min-width:575px) and (max-width:1199px) {
	.model-features-list li {
		width: calc(33.33333% - 20px);
		max-width: 170px
	}
}

@media all and (min-width:575px) and (max-width:1199px) {
	.model-features-list li:nth-child(3n) {
		margin-right: 0
	}
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-features-list li:nth-child(3n) .model-feature-item:before {
		content: "";
		background-color: transparent;
		width: auto;
		height: auto;
		position: static
	}
}

.model-features-list li:last-child .model-feature-item:before {
	content: none
}

.model-features-list li .model-feature-item {
	display: flex;
	margin-bottom: 30px;
	position: relative
}

@media all and (min-width:1200px) {
	.model-features-list li .model-feature-item {
		padding-right: 20px
	}
}

@media all and (min-width:575px) {
	.model-features-list li .model-feature-item:before {
		content: "";
		background-color: #fff;
		width: 1px;
		height: 48px;
		position: absolute;
		top: 5px;
		right: 0
	}
}

.model-features-list li .model-feature-item .feature-icon {
	margin-top: 5px;
	margin-right: 10px
}

.model-features-list li .model-feature-item .feature-icon svg path {
	fill: #fff
}

.model-features-list li .model-feature-item .feature-text .feature-title {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 600
}

.model-features-list li .model-feature-item .feature-text .feature-title small {
	font-size: 15px
}

.model-features-list li .model-feature-item .feature-text .feature-subtitle {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 1.2;
	font-weight: 300
}

.model-desription-widget .model-feature-block:first-child {
	padding-top: 20px
}

.model-desription-widget .model-feature-block:nth-child(even) {
	background-color: #f7f7f7
}

.model-desription-widget .widget-line-left>.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}

@media all and (min-width:768px) {
	.model-desription-widget .widget-line-left .model-feature-text {
		padding-right: 30px
	}
}

.model-desription-widget .widget-line-right>.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap
}

@media all and (min-width:768px) {
	.model-desription-widget .widget-line-right .model-feature-text {
		padding-left: 30px
	}
}

@media all and (max-width:767px) {
	.model-desription-widget .widget-line-left .model-feature-text,
	.model-desription-widget .widget-line-right .model-feature-text {
		margin-bottom: 40px
	}
}

.model-desription-widget .model-feature-block {
	padding: 70px 0
}

.model-desription-widget .model-feature-block .model-feature-text {
	width: 100%
}

@media all and (min-width:768px) {
	.model-desription-widget .model-feature-block .model-feature-text {
		width: 50%
	}
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word!important;
	color: #1a1a1a;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
		font-size: 30px
	}
}

@media all and (min-width:992px) {
	.model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
		font-size: 30px
	}
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-title:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a;
	bottom: 0;
	left: 0
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-description {
	color: #828282;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300
}

.model-desription-widget .model-feature-block .model-preview-box {
	width: 100%
}

@media all and (min-width:768px) {
	.model-desription-widget .model-feature-block .model-preview-box {
		width: 50%
	}
}

.model-desription-widget .model-feature-block .model-preview-box .model-preview-image {
	max-width: 600px
}

.model-showcase-widget .fullwidth-single-box {
	width: 100vw;
	height: 100vh;
	position: relative
}

.model-showcase-widget .fullwidth-single-box.has-bottom-block {
	display: flex;
	align-items: flex-end
}

.model-showcase-widget .fullwidth-single-box.has-top-block {
	display: flex;
	align-items: flex-start
}

.model-showcase-widget .double-box {
	display: flex
}

@media all and (max-width:1199px) {
	.model-showcase-widget .double-box {
		flex-wrap: wrap
	}
}

.model-showcase-widget .double-box .double-left,
.model-showcase-widget .double-box .double-right {
	position: relative;
	width: 100vw;
	height: 100vh
}

@media all and (min-width:1200px) {
	.model-showcase-widget .double-box .double-left,
	.model-showcase-widget .double-box .double-right {
		padding-top: 45%;
		width: 50vw
	}
}

.model-showcase-widget .double-box .double-left.has-center-center-block,
.model-showcase-widget .double-box .double-right.has-center-center-block {
	display: flex;
	justify-content: center;
	align-items: center
}

.model-showcase-widget .model-text-box {
	z-index: 1;
	background-color: #fff;
	max-width: 565px;
	padding: 35px
}

.model-showcase-widget .model-text-box.is-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0
}

.model-showcase-widget .model-text-box.is-bottom-center {
	position: absolute;
	right: 0
}

@media all and (min-width:768px) {
	.model-showcase-widget .model-text-box.is-bottom-center {
		left: calc(50vw - 8px);
		right: auto
	}
}

.model-showcase-widget .model-text-box.is-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0
}

.model-showcase-widget .model-text-box.is-flex-center-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media all and (max-width:767px) {
	.model-showcase-widget .model-text-box.is-flex-center-center {
		width: 100%
	}
}

@media all and (min-width:768px) and (max-width:1919px) {
	.model-showcase-widget .model-text-box.is-flex-center-center {
		width: 80%
	}
}

.model-showcase-widget .model-text-box.is-top-left {
	position: absolute;
	right: 0;
	left: 0
}

.model-showcase-widget .model-text-box.is-top-center {
	position: absolute;
	right: 0;
	left: calc(50vw - 8px)
}

.model-showcase-widget .model-text-box.is-top-right {
	position: absolute;
	right: 0;
	top: 0
}

.model-showcase-widget .model-text-box .model-feature-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word!important;
	color: #1a1a1a;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
	.model-showcase-widget .model-text-box .model-feature-title {
		font-size: 30px
	}
}

@media all and (min-width:992px) {
	.model-showcase-widget .model-text-box .model-feature-title {
		font-size: 30px
	}
}

.model-showcase-widget .model-text-box .model-feature-title:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a;
	bottom: 0;
	left: 0
}

.model-showcase-widget .model-text-box .model-feature-description {
	color: #828282;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300
}

.model-showcase-widget .model-text-box .model-feature-description p {
	margin-bottom: 15px
}

btn-icon-right .model-showcase-widget .model-text-box .model-feature-description p:last-child {
	margin-bottom: 0
}

.model-showcase-widget .model-text-box .model-feature-description .btn-icon-right {
	font-weight: 400
}

.model-showcase-widget #model-showcase-image1 {
	background: url(i/model-page/fiat500-1.jpg) 50% 100% no-repeat;
	background-size: cover
}

.model-showcase-widget #model-showcase-image2 {
	background: url(i/model-page/fiat500-13.jpg) 50% 50% no-repeat;
	background-size: cover
}

.model-showcase-widget #model-showcase-image3 {
	background: url(i/model-page/fiat500-12.jpg) 50% 50% no-repeat;
	background-size: cover
}

.model-showcase-widget #model-showcase-image4 {
	background: url(i/model-page/fiat500-10.jpg) 50% 80% no-repeat;
	background-size: cover
}

.model-showcase-widget #model-showcase-image5 {
	background: url(i/model-page/fiat500-4.jpg) 50% 50% no-repeat;
	background-size: cover
}

.posts {
	overflow: hidden
}

.posts .posts-categories .posts-categories-list {
	margin-left: 7px
}

.posts .posts-categories .posts-categories-list li {
	display: inline-block;
	margin-right: 25px
}

@media all and (max-width:767px) {
	.posts .posts-categories .posts-categories-list li {
		margin-right: 15px
	}
}

.posts .posts-categories .posts-categories-list li a {
	color: #1a1a1a;
	font-size: 1rem;
	line-height: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	transition: all .3s ease-in-out
}

@media all and (max-width:767px) {
	.posts .posts-categories .posts-categories-list li a {
		font-size: .9375rem;
		line-height: 1.8125rem
	}
}

.posts .posts-categories .posts-categories-list li a:after {
	transition: all .3s ease-in-out;
	content: "";
	width: 0;
	height: 5px;
	position: absolute;
	bottom: 1px;
	right: 0;
	opacity: 0;
	margin-left: -7px;
	background-image: linear-gradient(to right, #2b54bf 0, #46eeaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFeb1d31', endColorstr='#FF46EEAA', GradientType=1);
	background-repeat: repeat-x
}

.posts .posts-categories .posts-categories-list li a:hover:after {
	left: 0;
	width: 100%;
	opacity: 1
}

.posts .posts-categories .posts-categories-list li a.active:after {
	left: 0;
	width: 100%;
	opacity: 1
}

@media all and (min-width:575px) {
	.posts .posts-masonry {
		margin-right: -30px
	}
}

.posts .posts-masonry .grid-item,
.posts .posts-masonry .grid-sizer {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:767px) {
	.posts .posts-masonry .grid-item,
	.posts .posts-masonry .grid-sizer {
		width: calc(100% - 30px);
		margin-bottom: 30px
	}
	.posts .posts-masonry .grid-item:last-child,
	.posts .posts-masonry .grid-sizer:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.posts .posts-masonry .grid-item,
	.posts .posts-masonry .grid-sizer {
		width: calc(50% - 30px);
		margin-bottom: 30px
	}
	.posts .posts-masonry .grid-item:nth-last-child(2),
	.posts .posts-masonry .grid-sizer:nth-last-child(2) {
		margin-bottom: 0
	}
	.posts .posts-masonry .grid-item:last-child,
	.posts .posts-masonry .grid-sizer:last-child {
		margin-bottom: 0
	}
}

@media all and (min-width:992px) {
	.posts .posts-masonry .grid-item,
	.posts .posts-masonry .grid-sizer {
		width: calc(25% - 30px);
		margin-bottom: 30px
	}
	.posts .posts-masonry .grid-item:nth-last-child(2),
	.posts .posts-masonry .grid-sizer:nth-last-child(2) {
		margin-bottom: 0
	}
	.posts .posts-masonry .grid-item:last-child,
	.posts .posts-masonry .grid-sizer:last-child {
		margin-bottom: 0
	}
}

.posts .posts-masonry .grid-item--width2 {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:767px) {
	.posts .posts-masonry .grid-item--width2 {
		width: calc(100% - 30px)
	}
}

@media all and (min-width:768px) {
	.posts .posts-masonry .grid-item--width2 {
		width: calc(50% - 30px)
	}
}

.posts .posts-masonry .gutter-sizer {
	width: 15px
}

@media all and (min-width:575px) {
	.posts .posts-masonry .gutter-sizer {
		width: 30px
	}
}

.posts .posts-masonry .post-preview header {
	margin-bottom: 20px
}

@media all and (max-width:767px) {
	.posts .posts-masonry .post-preview header {
		margin-bottom: 12px
	}
}

.posts .posts-masonry .post-preview footer .post-title {
	margin-bottom: 0;
	word-break: break-word
}

.posts .posts-masonry .post-preview footer .post-title a {
	display: block;
	font-size: 1.25rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px
}

@media all and (max-width:767px) {
	.posts .posts-masonry .post-preview footer .post-title a {
		margin-bottom: 0
	}
}

.posts .posts-masonry .post-preview footer .post-desc {
	display: block;
	font-size: 1rem;
	line-height: 1.375rem
}

.posts .posts-masonry .post-preview--type2 header {
	position: relative;
	z-index: 1
}

@media all and (max-width:991px) {
	.posts .posts-masonry .post-preview--type2 header {
		margin-bottom: 23px
	}
}

.posts .posts-masonry .post-preview--type2 footer {
	max-width: 49%;
	width: 100%;
	color: #fff;
	background: #1a1a1a;
	padding: 45px 40px;
	margin-top: -20%;
	position: relative;
	z-index: 2;
	float: right
}

@media all and (max-width:991px) {
	.posts .posts-masonry .post-preview--type2 footer {
		margin-top: 0;
		max-width: 100%;
		padding: 0;
		background: 0 0;
		color: #1a1a1a
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.posts .posts-masonry .post-preview--type2 footer {
		max-width: 64%;
		margin-top: -25%
	}
}

.posts .posts-masonry .post-preview--type2 footer .post-title {
	margin-bottom: 0;
	word-break: break-word
}

.posts .posts-masonry .post-preview--type2 footer .post-title a {
	word-break: break-word;
	display: block;
	font-size: 1.25rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px
}

@media all and (max-width:767px) {
	.posts .posts-masonry .post-preview--type2 footer .post-title a {
		margin-bottom: 0
	}
}

.posts .posts-masonry .post-preview--type2 footer .post-desc {
	display: block;
	font-size: 1rem;
	line-height: 1.375rem
}

.posts .posts-masonry .more-posts-box {
	display: flex;
	justify-content: space-between;
	margin-top: 30px
}

.posts .posts-masonry .more-posts-box .more-posts-heading {
	margin-left: 10px
}

.posts .posts-masonry .more-posts-box .more-posts-heading .more-posts-heading--title {
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	word-break: break-word
}

.posts .posts-masonry .more-posts-box .more-posts-heading .more-posts-desc {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400
}

.posts .posts-masonry .controls-list {
	display: flex;
	width: 27px;
	height: 252px;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	color: #1a1a1a;
	margin-right: 20%;
	margin-top: 10px
}

@media all and (max-width:991px) {
	.posts .posts-masonry .controls-list {
		margin-right: 5%
	}
}

.posts .posts-masonry .controls-list li {
	display: inline-block;
	float: left;
	position: relative
}

.posts .posts-masonry .controls-list li.prev-ctrl {
	margin-bottom: 20px
}

.posts .posts-masonry .controls-list li.next-ctrl {
	margin-top: 20px
}

.posts .posts-masonry .controls-list li .next-txt,
.posts .posts-masonry .controls-list li .prev-txt {
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.posts .posts-masonry .controls-list li .next-txt:hover,
.posts .posts-masonry .controls-list li .prev-txt:hover {
	opacity: .7
}

.posts .posts-masonry .controls-list li.separator {
	width: 1px;
	height: 355px;
	display: inline-block;
	background: #1a1a1a;
	margin-left: calc(50% - 1px);
	z-index: 1
}

@media all and (min-width:320px) and (max-width:574px) {
	.posts .posts-masonry .controls-list li.separator {
		height: 100%
	}
}

.posts .posts-masonry .controls-list li.separator .active-slide {
	width: 1px;
	display: inline-block;
	background: #224338;
	margin-top: 0;
	position: absolute;
	top: 0;
	z-index: 2
}

.hero-widget {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}

.hero-widget:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5
}

.hero-widget>.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1
}

@media all and (max-width:767px) {
	.hero-widget>.wrapper {
		flex-direction: column;
		align-items: flex-start
	}
}

.hero-widget .left-block .hero-text-box {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #fff;
	max-width: 600px
}

.hero-widget .left-block .hero-text-box:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0
}

.hero-widget .left-block .hero-text-box .hero-title {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word;
	color: #fff;
	position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
	.hero-widget .left-block .hero-text-box .hero-title {
		font-size: 40px
	}
}

@media all and (min-width:992px) {
	.hero-widget .left-block .hero-text-box .hero-title {
		font-size: 46px
	}
}

.hero-widget .left-block .hero-text-box .hero-subtitle {
	font-size: 15px;
	display: block;
	margin-top: 10px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	word-wrap: break-word;
	max-width: 400px
}

@media all and (min-width:575px) and (max-width:991px) {
	.hero-widget .left-block .hero-text-box .hero-subtitle {
		font-size: 17px
	}
}

@media all and (min-width:992px) {
	.hero-widget .left-block .hero-text-box .hero-subtitle {
		font-size: 18px
	}
}

.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff
}

@media all and (min-width:575px) and (max-width:991px) {
	.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
		font-size: 16px
	}
}

@media all and (min-width:992px) {
	.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
		font-size: 16px
	}
}

.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li span.is-active {
	color: #9b9b9b
}

@media all and (max-width:767px) {
	.hero-widget .right-block {
		margin-top: 40px
	}
}

.brands-nav-widget {
	background-color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden
}

@media all and (max-width:767px) {
	.brands-nav-widget {
		display: none
	}
}

.brands-nav-widget .brands-box {
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center
}

.brands-nav-widget .brands-box .brands-title {
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	padding-right: 20px;
	position: relative;
	border-right: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 120px
}

.brands-nav-widget .brands-box .brands-list {
	margin-left: 20px
}

.brands-nav-widget .brands-box .brands-list li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px
}

.brands-nav-widget .brands-box .brands-list li a {
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	transition: all ease-in-out .3s
}

.brands-nav-widget .brands-box .brands-list li a:hover {
	color: #2b54bf
}

.statistics-widget .statistics-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.statistics-widget .statistics-box .statistics-item {
	position: relative;
	flex-grow: 1;
	padding-left: 60px;
	padding-right: 15px;
	border-right: 1px solid #414141
}

.statistics-widget .statistics-box .statistics-item:first-child {
	padding-left: 0
}

.statistics-widget .statistics-box .statistics-item:last-child {
	border-right: none
}

@media all and (max-width:991px) {
	.statistics-widget .statistics-box .statistics-item {
		text-align: center;
		margin-bottom: 20px
	}
	.statistics-widget .statistics-box .statistics-item:nth-child(odd) {
		width: 50%;
		padding-right: 15px;
		border-right: 1px solid #1a1a1a
	}
	.statistics-widget .statistics-box .statistics-item:nth-child(even) {
		width: 50%;
		padding-left: 10px;
		border-right: none
	}
	.statistics-widget .statistics-box .statistics-item:nth-child(3),
	.statistics-widget .statistics-box .statistics-item:nth-child(4) {
		margin-bottom: 0
	}
}

.statistics-widget .statistics-box .statistics-item .statistics-title {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	word-wrap: break-word;
	color: #1a1a1a;
	position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
	.statistics-widget .statistics-box .statistics-item .statistics-title {
		font-size: 23px
	}
}

@media all and (min-width:992px) {
	.statistics-widget .statistics-box .statistics-item .statistics-title {
		font-size: 28px
	}
}

.statistics-widget .statistics-box .statistics-item .statistics-subtitle {
	color: #414141;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.1
}

@keyframes slideLoading {
	0% {
		height: 0
	}
	100% {
		height: 100%
	}
}

.fade-effect {
	opacity: 0
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.fade-in-element {
	animation: fade-in-up 1.4s
}

.item-gradient {
	background: #fff;
	background: linear-gradient(135deg, #000 0, #000 25%, #514a9d 50%, #24c6dc 75%, #514a9d 100%);
	background-size: 400% 400%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	transition: .9s all
}

.item-gradient__img {
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: screen
}

.item-gradient:hover {
	background-position: 100% 100%
}

.img-hover-zoom {
	height: auto;
	overflow: hidden
}

.img-hover-zoom--brightness {
	transition: all 1.5s ease-in-out
}

.img-hover-zoom--brightness:hover {
	background-color: #000
}

.img-hover-zoom--brightness:hover img {
	transition: transform 2s, filter 1.5s ease-in-out;
	transform: scale(1.3)
}

.img-hover-zoom--brightness img {
	transition: transform 2s, filter 1.5s ease-in-out;
	transform-origin: center center
}

@keyframes pulsate1 {
	0% {
		transform: scale(.6);
		opacity: 1;
		box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
	}
	100% {
		transform: scale(1);
		opacity: 0;
		box-shadow: none
	}
}

.photobox__previewbox {
	position: relative;
	overflow: hidden;
	display: block
}

.photobox__preview {
	display: block;
	max-width: 100%
}

.photobox__previewbox:before {
	content: ""
}

.photobox_base .photobox__previewbox:before {
	width: 0;
	height: 0;
	padding: 25%;
	background-color: var(--photoboxOverlay, rgba(235, 29, 49, .5));
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
	will-change: transform;
	transform: translate(-50%, -50%) scale(0)
}

.photobox_base:hover .photobox__previewbox:before {
	transform: translate(-50%, -50%) scale(4);
	transition-duration: var(--photoboxAnimationDuration, .8s)
}

.photobox_base.photobox__label {
	width: 95%;
	text-align: center;
	opacity: 0;
	transition: opacity calc(var(--photoboxAnimationDuration, .8s)/ 4) cubic-bezier(.71, .05, .29, .9), transform calc(var(--photoboxAnimationDuration, .8s)/ 4) cubic-bezier(.71, .05, .29, .9);
	will-change: opacity, transform;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 200%);
	z-index: 3
}

.photobox_base:hover .photobox__label {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-duration: calc(var(--photoboxAnimationDuration, .8s)/ 2);
	transition-delay: calc(var(--photoboxAnimationDuration, .8s)/ 4)
}

.photobox_base .photobox__preview {
	transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
	will-change: transform;
	transform: scale(1)
}

.photobox_base:hover .photobox__preview {
	transform: scale(1.08, 1.08);
	cursor: pointer
}

.photobox_base_2 .photobox__previewbox:before {
	width: 100%;
	height: 100%;
	background-color: var(--photoboxOverlay, rgba(55, 212, 186, .5));
	opacity: 0;
	transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(.71, .05, .29, .9);
	will-change: opacity;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.photobox_base_2:hover .photobox__previewbox:before {
	opacity: 1
}

.photobox_base_2 .photobox__label {
	width: 98%;
	text-align: center;
	opacity: 0;
	transition: opacity calc(var(--photoboxAnimationDuration, .4s)/ 4) cubic-bezier(.71, .05, .29, .9);
	will-change: opacity;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.photobox_base_2:hover .photobox__label {
	opacity: 1;
	transition-duration: var(--photoboxAnimationDuration, .4s);
	transition-delay: calc(var(--photoboxAnimationDuration, .4s)/ 2)
}

.photobox_base_2 .photobox__preview {
	transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(.71, .05, .29, .9);
	will-change: transform;
	transform: scale(1) rotate(0)
}

.photobox_base_2:hover .photobox__preview {
	transform: scale(1.2) rotate(5deg)
}

.wrapper {
	margin: 0 auto;
	padding: 0 15px
}

@media all and (max-width:575px) {
	.wrapper {
		width: 100%;
		padding: 0 30px
	}
}

@media all and (min-width:576px) and (max-width:767px) {
	.wrapper {
		width: 540px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.wrapper {
		width: 720px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.wrapper {
		width: 960px
	}
}

@media all and (min-width:1200px) {
	.wrapper {
		width: 1200px
	}
}

.section-heading .section-heading-title {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	word-wrap: break-word;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 10px
}

@media all and (min-width:575px) and (max-width:991px) {
	.section-heading .section-heading-title {
		font-size: 35px
	}
}

@media all and (min-width:992px) {
	.section-heading .section-heading-title {
		font-size: 35px
	}
}

.section-heading .section-heading-title:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a;
	bottom: 0;
	left: 0
}

.widget-wrapper {
	padding-top: 70px;
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.widget-wrapper {
		padding-top: 85px;
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	.widget-wrapper {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.widget-bottom-margin {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.widget-bottom-margin {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	.widget-bottom-margin {
		padding-bottom: 100px
	}
}

.widget-top-margin {
	padding-top: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.widget-top-margin {
		padding-top: 85px
	}
}

@media all and (min-width:992px) {
	.widget-top-margin {
		padding-top: 100px
	}
}

.simple-page-heading {
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 14px;
	max-width: 100%
}

.simple-page-heading:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 1px;
	background-color: #1a1a1a;
	bottom: 0;
	left: 0
}

.simple-page-heading.align-center {
	text-align: center;
	margin: 0 auto 50px auto
}

.simple-page-heading.align-center:before {
	left: 50%;
	transform: translateX(-50%)
}

.simple-page-heading.align-right {
	margin-left: auto;
	text-align: right
}

.simple-page-heading.align-right:before {
	left: auto;
	right: 0
}

.simple-page-heading .heading-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word;
	color: #1a1a1a;
	position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
	.simple-page-heading .heading-title {
		font-size: 30px
	}
}

@media all and (min-width:992px) {
	.simple-page-heading .heading-title {
		font-size: 35px
	}
}

.simple-page-heading .heading-description {
	margin-top: 5px;
	color: #414141;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2
}

.image-responsive {
	width: 100%;
	height: auto
}

.menu-arrow-selected::after {
	border-bottom-color: #39d7b9!important;
	transition: all .3s ease-in-out
}

.parallax-img {
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 20px
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.post-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word;
	color: #1a1a1a;
	position: relative;
	margin-bottom: 25px
}

@media all and (min-width:575px) and (max-width:991px) {
	.post-title {
		font-size: 30px
	}
}

@media all and (min-width:992px) {
	.post-title {
		font-size: 35px
	}
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	word-break: break-word;
	text-align: left
}

.post-content h1 {
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 3.75rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h1 {
		font-size: 2.625rem;
		line-height: 3.25rem
	}
}

.post-content h2 {
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 3.3125rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h2 {
		font-size: 2.125rem;
		line-height: 2.75rem
	}
}

.post-content h3 {
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 2.75rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h3 {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
}

.post-content h4 {
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 2.8125rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h4 {
		font-size: 1.6875rem;
		line-height: 2.3125rem
	}
}

.post-content h5 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.625rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h5 {
		font-size: 1.5rem;
		line-height: 2.125rem
	}
}

.post-content h6 {
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 2.4375rem;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 50px
}

@media all and (max-width:574px) {
	.post-content h6 {
		font-size: 1.3125rem;
		line-height: 1.9375rem
	}
}

.post-content a {
	color: #2b54bf;
	text-decoration: underline
}

.post-content a:hover {
	text-decoration: none
}

.post-content p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
	margin-bottom: 25px
}

.post-content figure {
	margin: 0 0 11px 0;
	padding: 0;
	display: flex;
	flex-direction: column
}

.post-content figure.figure-left {
	float: left;
	margin-bottom: 0
}

@media all and (max-width:767px) {
	.post-content figure.figure-left {
		float: none;
		margin-bottom: 8px
	}
}

.post-content figure.figure-left img {
	max-width: 100%;
	display: block;
	margin-top: 8px;
	margin-right: 20px
}

@media all and (max-width:767px) {
	.post-content figure.figure-left img {
		margin-right: 0
	}
}

.post-content figure.figure-right {
	float: right;
	margin-bottom: 0
}

@media all and (max-width:767px) {
	.post-content figure.figure-right {
		float: none;
		margin-bottom: 8px
	}
}

.post-content figure.figure-right img {
	max-width: 100%;
	display: block;
	margin-top: 8px;
	margin-left: 20px
}

@media all and (max-width:767px) {
	.post-content figure.figure-right img {
		margin-left: 0
	}
}

.post-content figure.figure-center {
	display: block
}

.post-content figure.figure-center img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media all and (max-width:767px) {
	.post-content figure.figure-center img {
		width: 100%;
		height: auto
	}
}

.post-content figure figcaption {
	text-align: center;
	font-size: .9375rem;
	line-height: 1.375rem;
	margin-top: 16px
}

@media all and (max-width:767px) {
	.post-content figure figcaption {
		padding: 0 10%
	}
}

.post-content figure figcaption span {
	font-weight: 700
}

.post-content blockquote {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 20px 40px;
	text-align: center;
	position: relative;
	margin: 30px auto 20px auto;
	text-transform: uppercase;
	font-weight: 600
}

@media all and (max-width:574px) {
	.post-content blockquote {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.post-content blockquote {
		max-width: 83.33333%
	}
}

@media screen and (min-width:992px) {
	.post-content blockquote {
		max-width: 66.66667%
	}
}

.post-content blockquote:before {
	content: "\201C";
	color: #2b54bf;
	font-size: 4.5rem;
	position: absolute;
	left: 0;
	bottom: 45%;
	top: 45%
}

@media all and (max-width:574px) {
	.post-content blockquote:before {
		font-size: 3.5rem
	}
}

@media screen and (min-width:768px) {
	.post-content blockquote:before {
		margin-left: -20px
	}
}

.post-content blockquote:after {
	content: "\201D";
	color: #2b54bf;
	font-size: 4.5rem;
	position: absolute;
	right: 0;
	bottom: 45%;
	top: 45%
}

@media all and (max-width:574px) {
	.post-content blockquote:after {
		font-size: 3.5rem
	}
}

@media screen and (min-width:768px) {
	.post-content blockquote:after {
		margin-right: -20px
	}
}

.post-content .unordered-list {
	*zoom: 1
}

.post-content .unordered-list:after,
.post-content .unordered-list:before {
	display: table;
	line-height: 0;
	content: ""
}

.post-content .unordered-list:after {
	clear: both
}

.post-content .unordered-list li {
	color: #1a1a1a
}

.post-content .unordered-list li::before {
	content: "•";
	color: #2b54bf;
	margin-right: 10px;
	font-size: 1.5625rem;
	vertical-align: bottom
}

@media all and (max-width:424px) {
	.post-content .unordered-list li::before {
		margin-right: 4px
	}
}

.post-content .unordered-list li a {
	font-size: 1.125rem;
	color: #2b54bf
}

@media all and (max-width:374px) {
	.post-content .unordered-list li a {
		font-size: 1rem
	}
}

.post-content .unordered-list li a:hover {
	color: #2b54bf
}

.post-content .ordered-list {
	*zoom: 1
}

.post-content .ordered-list:after,
.post-content .ordered-list:before {
	display: table;
	line-height: 0;
	content: ""
}

.post-content .ordered-list:after {
	clear: both
}

.post-content .ordered-list li {
	color: #1a1a1a
}

.post-content .ordered-list li .list-number {
	font-size: 1.125rem;
	vertical-align: bottom;
	float: left;
	display: inline-block;
	margin-right: 10px;
	text-align: center
}

@media all and (max-width:424px) {
	.post-content .ordered-list li .list-number {
		margin-right: 7px
	}
}

.post-content .ordered-list li a {
	float: left;
	margin: 3px 0 0 0;
	font-size: 1.125rem;
	display: inline-block;
	color: #2b54bf;
	width: inherit
}

@media all and (max-width:374px) {
	.post-content .ordered-list li a {
		font-size: 1rem
	}
}

.post-content .ordered-list li a:hover {
	color: #2b54bf
}

.post-content .ordered-list li p {
	margin: 2px 0 0 0;
	float: left;
	width: 90%;
	display: inline-block
}

.post-content .styled-checkboxes-list li,
.post-content .styled-radio-list li {
	margin-bottom: 10px;
	text-align: left
}

@media all and (max-width:767px) {
	.post-content .styled-checkboxes-list li,
	.post-content .styled-radio-list li {
		margin-bottom: 15px
	}
}

.noScrollSimple {
	overflow: hidden
}

.image-cover {
	object-fit: cover
}

.bgc-f7f7f7 {
	background-color: #f7f7f7
}

.d-flex {
	display: flex
}

.justify-content-space-between {
	justify-content: space-between
}

.align-items-center {
	align-items: center
}

.flex-direction-rr {
	flex-direction: row-reverse
}

@media all and (max-width:767px) {
	.sm-display-none {
		display: none
	}
}

@media all and (max-width:767px) {
	.sm-mb-10 {
		margin-bottom: 10px
	}
}

@media all and (max-width:767px) {
	.col-sm-12 {
		width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-4 {
		max-width: 25.333333%;
		width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-5 {
		max-width: 41.666666%;
		width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-6 {
		max-width: 50%;
		width: 100%
	}
}

.col-lg-12 {
	max-width: 100%;
	width: 100%
}

@media all and (min-width:768px) and (max-width:991px) {
	.col-md-5 {
		max-width: 41.666666%;
		width: 100%
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.col-md-4 {
		max-width: 25.333333%;
		width: 100%
	}
}

.mb-0 {
	margin-bottom: 0
}

#contact-page {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#contact-page {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#contact-page {
		padding-bottom: 100px
	}
}

#contact-us-background {
	background-image: url(i/trade-in/contact-us.jpg)
}

.contact-section {
	padding-top: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	.contact-section {
		padding-top: 85px
	}
}

@media all and (min-width:992px) {
	.contact-section {
		padding-top: 100px
	}
}

.contact-section .contact-title-box h3 {
	color: #1a1a1a;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 3px
}

.contact-section .contact-title-box span {
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
	margin-left: 3px;
	display: block
}

.contact-section .contact-info-box {
	margin-top: 55px;
	display: flex;
	justify-content: space-between
}

.contact-section .contact-info-box .contact-left-side {
	width: 100%;
	max-width: 761px
}

.contact-section .contact-info-box .contact-left-side .contact-information {
	width: 100%
}

.contact-section .contact-info-box .contact-left-side .contact-information .contact-table-wrap {
	overflow-x: auto
}

.contact-section .contact-info-box .contact-left-side .contact-information table {
	margin: 0;
	word-break: break-all;
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	min-width: 510px
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr {
	display: block
}

@media all and (min-width:320px) and (max-width:574px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr {
		margin-bottom: 25px
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr {
		margin-bottom: 30px
	}
}

@media all and (min-width:768px) and (max-width:991px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr {
		margin-bottom: 45px
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr {
		margin-bottom: 55px
	}
}

@media all and (min-width:1200px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr {
		margin-bottom: 85px
	}
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
	width: 30%;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.875rem;
	border: 0
}

@media all and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
		font-size: 1rem;
		line-height: 1.625rem
	}
}

@media all and (min-width:320px) and (max-width:574px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
		width: 33%
	}
}

@media all and (min-width:575px) and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
		width: 33%
	}
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td {
	width: 525px;
	padding: 0;
	border: 0
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td>div {
	display: flex;
	margin-bottom: 3px
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #1a1a1a;
	max-width: 27%;
	width: 100%;
	display: inline-block;
	text-transform: uppercase
}

@media all and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
		font-size: .9375rem;
		line-height: 1.5625rem
	}
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
	display: inline-block;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.75rem
}

@media all and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
		font-size: 1rem;
		line-height: 1.625rem
	}
}

@media all and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-box {
		margin-top: 25px
	}
}

.contact-section .contact-info-box .contact-left-side .contact-box h4 {
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	margin-bottom: 35px
}

@media all and (max-width:767px) {
	.contact-section .contact-info-box .contact-left-side .contact-box h4 {
		margin-bottom: 25px
	}
}

.contact-section .contact-info-box .contact-right-side {
	width: 100%;
	max-width: 36%;
	padding: 2px 0 0 15px;
	display: none
}

@media all and (min-width:992px) {
	.contact-section .contact-info-box .contact-right-side {
		display: block
	}
}

#hero-about-page {
	background-image: url(i/trade-in/about-us.jpg)
}

#models-01 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#models-01 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#models-01 {
		padding-bottom: 100px
	}
}

#models-bg-image-1 {
	background-image: url(i/trade-in/models-1.jpg)
}

#models-02 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#models-02 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#models-02 {
		padding-bottom: 100px
	}
}

#models-bg-image-2 {
	background-image: url(i/trade-in/models-2.jpg)
}

#model-single-01 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#model-single-01 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#model-single-01 {
		padding-bottom: 100px
	}
}

#model-single-02 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#model-single-02 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#model-single-02 {
		padding-bottom: 100px
	}
}

#model-single-2 {
	background-image: url(i/trade-in/model-single-2.jpg)
}

#blog-page {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#blog-page {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#blog-page {
		padding-bottom: 100px
	}
}

#blog-hero-bg {
	background-image: url(i/trade-in/blog-left.jpg)
}

#blog-single-right {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#blog-single-right {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#blog-single-right {
		padding-bottom: 100px
	}
}

#blog-single-right .blog-post-wrapper {
	display: flex;
	justify-content: space-between
}

@media all and (max-width:991px) {
	#blog-single-right .blog-post-wrapper {
		flex-direction: column
	}
}

#blog-single-right .blog-post-wrapper .post {
	max-width: 75.2%;
	width: 100%
}

@media all and (max-width:991px) {
	#blog-single-right .blog-post-wrapper .post {
		max-width: 100%
	}
}

#blog-single-right .blog-post-wrapper .post .post-title {
	word-break: break-word
}

@media all and (max-width:574px) {
	#blog-single-right .blog-post-wrapper .post .post-title {
		font-size: 2.125rem;
		line-height: 2.75rem
	}
}

@media all and (min-width:992px) {
	#blog-single-right .blog-post-wrapper .post .post-title {
		padding-right: 40px
	}
}

#blog-right-hero-bg {
	background-image: url(i/trade-in/models-2.jpg)
}

#blog-single-left {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#blog-single-left {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#blog-single-left {
		padding-bottom: 100px
	}
}

#blog-single-left .blog-post-wrapper {
	display: flex;
	justify-content: space-between
}

@media all and (max-width:991px) {
	#blog-single-left .blog-post-wrapper {
		flex-direction: column
	}
}

#blog-single-left .blog-post-wrapper .post {
	max-width: 75.2%;
	width: 100%
}

@media all and (max-width:991px) {
	#blog-single-left .blog-post-wrapper .post {
		max-width: 100%
	}
}

#blog-single-left .blog-post-wrapper .post .post-title {
	word-break: break-word
}

@media all and (max-width:574px) {
	#blog-single-left .blog-post-wrapper .post .post-title {
		font-size: 1.75rem;
		line-height: 2.375rem
	}
}

@media all and (min-width:992px) {
	#blog-single-left .blog-post-wrapper .post .post-title {
		padding-right: 40px
	}
}

#blog-left-hero-bg {
	background-image: url(i/trade-in/blog.jpg)
}

#blog-single-without-sidebar {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#blog-single-without-sidebar {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#blog-single-without-sidebar {
		padding-bottom: 100px
	}
}

#blog-single-without-sidebar .blog-post-wrapper {
	display: flex;
	justify-content: center
}

@media all and (max-width:991px) {
	#blog-single-without-sidebar .blog-post-wrapper {
		flex-direction: column
	}
}

#blog-single-without-sidebar .blog-post-wrapper .post {
	max-width: 100%;
	width: 100%
}

@media all and (max-width:991px) {
	#blog-single-without-sidebar .blog-post-wrapper .post {
		max-width: 100%
	}
}

#blog-single-without-sidebar .blog-post-wrapper .post .post-title {
	word-break: break-word
}

@media all and (max-width:574px) {
	#blog-single-without-sidebar .blog-post-wrapper .post .post-title {
		font-size: 2.125rem;
		line-height: 2.75rem
	}
}

@media all and (min-width:992px) {
	#blog-single-without-sidebar .blog-post-wrapper .post .post-title {
		padding-right: 40px
	}
}

#blog-single-without-sidebar .blog-post-wrapper .post .post-author-sign {
	text-align: right;
	font-size: 28px;
	padding-right: 10px
}

#blog-without-hero-bg {
	background-image: url(i/trade-in/trade-in.jpg)
}

#gallery-page {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#gallery-page {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#gallery-page {
		padding-bottom: 100px
	}
}

#gallery-hero-bg {
	background-image: url(i/trade-in/gallery.jpg)
}

#elememts-page {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#elememts-page {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#elememts-page {
		padding-bottom: 100px
	}
}

#elememts-page .blog-post-wrapper {
	display: flex;
	justify-content: space-between
}

@media all and (max-width:991px) {
	#elememts-page .blog-post-wrapper {
		flex-direction: column
	}
}

#elememts-page .blog-post-wrapper .post {
	max-width: 75.2%;
	width: 100%
}

@media all and (max-width:991px) {
	#elememts-page .blog-post-wrapper .post {
		max-width: 100%
	}
}

#elememts-page .blog-post-wrapper .post .post-title {
	word-break: break-word
}

@media all and (max-width:574px) {
	#elememts-page .blog-post-wrapper .post .post-title {
		font-size: 2.125rem;
		line-height: 2.75rem
	}
}

@media all and (min-width:992px) {
	#elememts-page .blog-post-wrapper .post .post-title {
		padding-right: 40px
	}
}

#elements-hero-bg {
	background-image: url(i/trade-in/contact-us.jpg)
}

#home-01 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#home-01 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#home-01 {
		padding-bottom: 100px
	}
}

#home-02 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#home-02 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#home-02 {
		padding-bottom: 100px
	}
}

#home-03 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#home-03 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#home-03 {
		padding-bottom: 100px
	}
}

#home-04 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#home-04 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#home-04 {
		padding-bottom: 100px
	}
}

#home-05 {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#home-05 {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#home-05 {
		padding-bottom: 100px
	}
}

#trade-in {
	padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
	#trade-in {
		padding-bottom: 85px
	}
}

@media all and (min-width:992px) {
	#trade-in {
		padding-bottom: 100px
	}
}

#trade-in-page {
	background-image: url(i/trade-in/trade-in.jpg)
}

.icon-race-track {
	width: 32px;
	height: 32px
}

.icon-speedometer {
	width: 32px;
	height: 32px
}

.engine-icon {
	width: 32px;
	height: 32px
}

.icon-battery {
	width: 32px;
	height: 32px
}

.speed-icon {
	width: 32px;
	height: 32px
}

.turbo-icon {
	width: 30px;
	height: 30px
}

.car-icon {
	display: block;
	fill: #fff;
	width: 18px;
	height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
	.car-icon {
		width: 19px;
		height: 19px
	}
}

@media all and (min-width:768px) {
	.car-icon {
		width: 20px;
		height: 20px
	}
}.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(flag-icon-css/flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(flag-icon-css/flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ae.svg)}.flag-icon-af{background-image:url(flag-icon-css/flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/af.svg)}.flag-icon-ag{background-image:url(flag-icon-css/flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(flag-icon-css/flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ai.svg)}.flag-icon-al{background-image:url(flag-icon-css/flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/al.svg)}.flag-icon-am{background-image:url(flag-icon-css/flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/am.svg)}.flag-icon-ao{background-image:url(flag-icon-css/flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(flag-icon-css/flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(flag-icon-css/flags/4x3/ar.svg)}.flag-icon-ku{background-image:url(flag-icon-css/flags/4x3/ku.svg)}.flag-icon-ku.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ku.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ar.svg)}.flag-icon-as{background-image:url(flag-icon-css/flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/as.svg)}.flag-icon-at{background-image:url(flag-icon-css/flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/at.svg)}.flag-icon-au{background-image:url(flag-icon-css/flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/au.svg)}.flag-icon-aw{background-image:url(flag-icon-css/flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(flag-icon-css/flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ax.svg)}.flag-icon-az{background-image:url(flag-icon-css/flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/az.svg)}.flag-icon-ba{background-image:url(flag-icon-css/flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(flag-icon-css/flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(flag-icon-css/flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bd.svg)}.flag-icon-be{background-image:url(flag-icon-css/flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/be.svg)}.flag-icon-bf{background-image:url(flag-icon-css/flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(flag-icon-css/flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(flag-icon-css/flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(flag-icon-css/flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(flag-icon-css/flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(flag-icon-css/flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(flag-icon-css/flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(flag-icon-css/flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(flag-icon-css/flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(flag-icon-css/flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bq.svg)}.flag-icon-br{background-image:url(flag-icon-css/flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/br.svg)}.flag-icon-bs{background-image:url(flag-icon-css/flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(flag-icon-css/flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(flag-icon-css/flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(flag-icon-css/flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bw.svg)}.flag-icon-by{background-image:url(flag-icon-css/flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/by.svg)}.flag-icon-bz{background-image:url(flag-icon-css/flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(flag-icon-css/flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(flag-icon-css/flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(flag-icon-css/flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(flag-icon-css/flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(flag-icon-css/flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(flag-icon-css/flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(flag-icon-css/flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(flag-icon-css/flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(flag-icon-css/flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(flag-icon-css/flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(flag-icon-css/flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cn.svg)}.flag-icon-co{background-image:url(flag-icon-css/flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/co.svg)}.flag-icon-cr{background-image:url(flag-icon-css/flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(flag-icon-css/flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(flag-icon-css/flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(flag-icon-css/flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(flag-icon-css/flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(flag-icon-css/flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(flag-icon-css/flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/cz.svg)}.flag-icon-de{background-image:url(flag-icon-css/flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/de.svg)}.flag-icon-dj{background-image:url(flag-icon-css/flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(flag-icon-css/flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(flag-icon-css/flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/dm.svg)}.flag-icon-do{background-image:url(flag-icon-css/flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/do.svg)}.flag-icon-dz{background-image:url(flag-icon-css/flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(flag-icon-css/flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(flag-icon-css/flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(flag-icon-css/flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(flag-icon-css/flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/eh.svg)}.flag-icon-er{background-image:url(flag-icon-css/flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/er.svg)}.flag-icon-es{background-image:url(flag-icon-css/flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/es.svg)}.flag-icon-et{background-image:url(flag-icon-css/flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/et.svg)}.flag-icon-fi{background-image:url(flag-icon-css/flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(flag-icon-css/flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(flag-icon-css/flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(flag-icon-css/flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(flag-icon-css/flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(flag-icon-css/flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(flag-icon-css/flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(flag-icon-css/flags/4x3/gb.svg)}.flag-icon-en{background-image:url(flag-icon-css/flags/4x3/en.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(flag-icon-css/flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(flag-icon-css/flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(flag-icon-css/flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(flag-icon-css/flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(flag-icon-css/flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(flag-icon-css/flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(flag-icon-css/flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(flag-icon-css/flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(flag-icon-css/flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(flag-icon-css/flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(flag-icon-css/flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(flag-icon-css/flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(flag-icon-css/flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(flag-icon-css/flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(flag-icon-css/flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(flag-icon-css/flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(flag-icon-css/flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(flag-icon-css/flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(flag-icon-css/flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(flag-icon-css/flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(flag-icon-css/flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(flag-icon-css/flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(flag-icon-css/flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/hu.svg)}.flag-icon-id{background-image:url(flag-icon-css/flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/id.svg)}.flag-icon-ie{background-image:url(flag-icon-css/flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ie.svg)}.flag-icon-il{background-image:url(flag-icon-css/flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/il.svg)}.flag-icon-im{background-image:url(flag-icon-css/flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/im.svg)}.flag-icon-in{background-image:url(flag-icon-css/flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/in.svg)}.flag-icon-io{background-image:url(flag-icon-css/flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/io.svg)}.flag-icon-iq{background-image:url(flag-icon-css/flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(flag-icon-css/flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ir.svg)}.flag-icon-is{background-image:url(flag-icon-css/flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/is.svg)}.flag-icon-it{background-image:url(flag-icon-css/flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/it.svg)}.flag-icon-je{background-image:url(flag-icon-css/flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/je.svg)}.flag-icon-jm{background-image:url(flag-icon-css/flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(flag-icon-css/flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(flag-icon-css/flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(flag-icon-css/flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(flag-icon-css/flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(flag-icon-css/flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(flag-icon-css/flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ki.svg)}.flag-icon-km{background-image:url(flag-icon-css/flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/km.svg)}.flag-icon-kn{background-image:url(flag-icon-css/flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(flag-icon-css/flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(flag-icon-css/flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(flag-icon-css/flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(flag-icon-css/flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(flag-icon-css/flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/kz.svg)}.flag-icon-la{background-image:url(flag-icon-css/flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/la.svg)}.flag-icon-lb{background-image:url(flag-icon-css/flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(flag-icon-css/flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lc.svg)}.flag-icon-li{background-image:url(flag-icon-css/flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/li.svg)}.flag-icon-lk{background-image:url(flag-icon-css/flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(flag-icon-css/flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(flag-icon-css/flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(flag-icon-css/flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(flag-icon-css/flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(flag-icon-css/flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(flag-icon-css/flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(flag-icon-css/flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(flag-icon-css/flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mc.svg)}.flag-icon-md{background-image:url(flag-icon-css/flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/md.svg)}.flag-icon-me{background-image:url(flag-icon-css/flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/me.svg)}.flag-icon-mf{background-image:url(flag-icon-css/flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(flag-icon-css/flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(flag-icon-css/flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(flag-icon-css/flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(flag-icon-css/flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(flag-icon-css/flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(flag-icon-css/flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(flag-icon-css/flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(flag-icon-css/flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(flag-icon-css/flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(flag-icon-css/flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(flag-icon-css/flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(flag-icon-css/flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(flag-icon-css/flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(flag-icon-css/flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(flag-icon-css/flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(flag-icon-css/flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mx.svg)}.flag-icon-my{background-image:url(flag-icon-css/flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/my.svg)}.flag-icon-mz{background-image:url(flag-icon-css/flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/mz.svg)}.flag-icon-na{background-image:url(flag-icon-css/flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/na.svg)}.flag-icon-nc{background-image:url(flag-icon-css/flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(flag-icon-css/flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(flag-icon-css/flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(flag-icon-css/flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(flag-icon-css/flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(flag-icon-css/flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nl.svg)}.flag-icon-no{background-image:url(flag-icon-css/flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/no.svg)}.flag-icon-np{background-image:url(flag-icon-css/flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/np.svg)}.flag-icon-nr{background-image:url(flag-icon-css/flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(flag-icon-css/flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(flag-icon-css/flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/nz.svg)}.flag-icon-om{background-image:url(flag-icon-css/flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/om.svg)}.flag-icon-pa{background-image:url(flag-icon-css/flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(flag-icon-css/flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(flag-icon-css/flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(flag-icon-css/flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(flag-icon-css/flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(flag-icon-css/flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(flag-icon-css/flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(flag-icon-css/flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(flag-icon-css/flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(flag-icon-css/flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(flag-icon-css/flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(flag-icon-css/flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(flag-icon-css/flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/pw.svg)}.flag-icon-py{background-image:url(flag-icon-css/flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/py.svg)}.flag-icon-qa{background-image:url(flag-icon-css/flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/qa.svg)}.flag-icon-re{background-image:url(flag-icon-css/flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/re.svg)}.flag-icon-ro{background-image:url(flag-icon-css/flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(flag-icon-css/flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(flag-icon-css/flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(flag-icon-css/flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(flag-icon-css/flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(flag-icon-css/flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(flag-icon-css/flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(flag-icon-css/flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sd.svg)}.flag-icon-se{background-image:url(flag-icon-css/flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/se.svg)}.flag-icon-sg{background-image:url(flag-icon-css/flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(flag-icon-css/flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sh.svg)}.flag-icon-si{background-image:url(flag-icon-css/flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/si.svg)}.flag-icon-sj{background-image:url(flag-icon-css/flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(flag-icon-css/flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(flag-icon-css/flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(flag-icon-css/flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(flag-icon-css/flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sn.svg)}.flag-icon-so{background-image:url(flag-icon-css/flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/so.svg)}.flag-icon-sr{background-image:url(flag-icon-css/flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(flag-icon-css/flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ss.svg)}.flag-icon-st{background-image:url(flag-icon-css/flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/st.svg)}.flag-icon-sv{background-image:url(flag-icon-css/flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(flag-icon-css/flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(flag-icon-css/flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(flag-icon-css/flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(flag-icon-css/flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tc.svg)}.flag-icon-td{background-image:url(flag-icon-css/flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/td.svg)}.flag-icon-tf{background-image:url(flag-icon-css/flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(flag-icon-css/flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tg.svg)}.flag-icon-th{background-image:url(flag-icon-css/flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/th.svg)}.flag-icon-tj{background-image:url(flag-icon-css/flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(flag-icon-css/flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(flag-icon-css/flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(flag-icon-css/flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(flag-icon-css/flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tn.svg)}.flag-icon-to{background-image:url(flag-icon-css/flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/to.svg)}.flag-icon-tr{background-image:url(flag-icon-css/flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(flag-icon-css/flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(flag-icon-css/flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(flag-icon-css/flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(flag-icon-css/flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(flag-icon-css/flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(flag-icon-css/flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ug.svg)}.flag-icon-um{background-image:url(flag-icon-css/flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/um.svg)}.flag-icon-us{background-image:url(flag-icon-css/flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/us.svg)}.flag-icon-uy{background-image:url(flag-icon-css/flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(flag-icon-css/flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/uz.svg)}.flag-icon-va{background-image:url(flag-icon-css/flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/va.svg)}.flag-icon-vc{background-image:url(flag-icon-css/flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(flag-icon-css/flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(flag-icon-css/flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(flag-icon-css/flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(flag-icon-css/flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(flag-icon-css/flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(flag-icon-css/flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(flag-icon-css/flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(flag-icon-css/flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(flag-icon-css/flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/yt.svg)}.flag-icon-za{background-image:url(flag-icon-css/flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/za.svg)}.flag-icon-zm{background-image:url(flag-icon-css/flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(flag-icon-css/flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/zw.svg)}.flag-icon-eu{background-image:url(flag-icon-css/flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(flag-icon-css/flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(flag-icon-css/flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(flag-icon-css/flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(flag-icon-css/flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(flag-icon-css/flags/4x3/un.svg)}.flag-icon-un.flag-icon-squared{background-image:url(flag-icon-css/flags/1x1/un.svg)}/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	 }

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

html {
	 
}
 
table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	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;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: none;
}

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

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

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

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

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

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

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-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: 1140px
	}
}

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

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

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

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

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

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

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

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

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

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

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

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

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

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

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

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

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075)
}

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

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

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

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

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

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

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

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

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

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

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

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

.table-hover .table-info:hover {
	background-color: #abdde5
}

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

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

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

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

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

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

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

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

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

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

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

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

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

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

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

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

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

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

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

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

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: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

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

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

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

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

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

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

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

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

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

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 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: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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: #28a745;
	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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-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: #28a745
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-valid~.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: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.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: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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: #dc3545;
	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='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-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: #dc3545
}

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

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

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

.custom-control-input.is-invalid~.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: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.custom-file-input.is-invalid~.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: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

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

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

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

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	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: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

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

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

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

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

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

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

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

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

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

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

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

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

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

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

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

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

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

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

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

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

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

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

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.custom-control-input:disabled~.custom-control-label {
	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 {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

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

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

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

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

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

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: 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: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

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

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

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

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	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 {
		transition: none
	}
}

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

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

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

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

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

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	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 {
		transition: none
	}
}

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

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

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

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

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

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

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

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

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

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

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

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

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

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

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

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

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

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

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

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

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

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

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

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

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

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

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

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

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

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

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

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

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

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

.navbar-expand .navbar-collapse {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg 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 {
	color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-brand {
	color: #fff
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
	color: #fff
}

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

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

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

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

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

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

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

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-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(.25rem - 1px) calc(.25rem - 1px)
}

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

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

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

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

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

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

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

.accordion>.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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

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

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

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

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

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.badge:empty {
	display: none
}

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

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

a.badge-warning.focus,
a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

a.badge-light.focus,
a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

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

a.badge-dark.focus,
a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

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

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

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

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

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

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

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

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

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

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

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

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

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

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

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

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

.alert-light .alert-link {
	color: #686868
}

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

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

.alert-dark .alert-link {
	color: #040505
}

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

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

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

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

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

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

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

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

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

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

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

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

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

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

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

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		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: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

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

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

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

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

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

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

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

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

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

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

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-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: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
	padding: .75rem
}

.modal-open {
	overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

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

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

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

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

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

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

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

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

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

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc((.5rem + 1px) * -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 .5rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

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

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

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

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	right: calc((.5rem + 1px) * -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;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@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: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

.bg-secondary {
	background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	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: rgba(0, 0, 0, 0)
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

.ml-0,
.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .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
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

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

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

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

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	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
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}


/*# sourceMappingURL=bootstrap.min.css.map */