.smartcontainer,
.smart-container-fluid,
.smart-container-lg,
.smart-container-md,
.smart-container-sm,
.smart-container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media all and (min-width:576px) {
	.smartcontainer,
	.smart-container-sm {
		max-width: 540px !important;
	}
}

@media all and (min-width:768px) {
	.smartcontainer,
	.smart-container-md,
	.smart-container-sm {
		max-width: 720px !important;
	}
}

@media all and (min-width:992px) {
	.smartcontainer,
	.smart-container,
	.smart-container-lg,
	.smart-container-md,
	.smart-container-sm {
		max-width: 960px !important;
	}
}

@media all and (min-width:1200px) {
	.smartcontainer,
	.smart-container-lg,
	.smart-container-md,
	.smart-container-sm,
	.smart-container-xl {
		max-width: 1140px !important;
	}
}

.smartrow,
.smart-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.smart-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.smart-no-gutters>.smart-col,
.smart-no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.smart-col,
.smart-col-1,
.smart-col-10,
.smart-col-11,
.smart-col-12,
.smart-col-2,
.smart-col-3,
.smart-col-4,
.smart-col-5,
.smart-col-6,
.smart-col-7,
.smart-col-8,
.smart-col-9,
.smart-col-auto,
.smart-col-lg,
.smart-col-lg-1,
.smart-col-lg-10,
.smart-col-lg-11,
.smart-col-lg-12,
.smart-col-lg-2,
.smart-col-lg-3,
.smart-col-lg-4,
.smart-col-lg-5,
.smart-col-lg-6,
.smart-col-lg-7,
.smart-col-lg-8,
.smart-col-lg-9,
.smart-col-lg-auto,
.smart-col-md,
.smart-col-md-1,
.smart-col-md-10,
.smart-col-md-11,
.smart-col-md-12,
.smart-col-md-2,
.smart-col-md-3,
.smart-col-md-4,
.smart-col-md-5,
.smart-col-md-6,
.smart-col-md-7,
.smart-col-md-8,
.smart-col-md-9,
.smart-col-md-auto,
.smart-col-sm,
.smart-col-sm-1,
.smart-col-sm-10,
.smart-col-sm-11,
.smart-col-sm-12,
.smart-col-sm-2,
.smart-col-sm-3,
.smart-col-sm-4,
.smart-col-sm-5,
.smart-col-sm-6,
.smart-col-sm-7,
.smart-col-sm-8,
.smart-col-sm-9,
.smart-col-sm-auto,
.smart-col-xl,
.smart-col-xl-1,
.smart-col-xl-10,
.smart-col-xl-11,
.smart-col-xl-12,
.smart-col-xl-2,
.smart-col-xl-3,
.smart-col-xl-4,
.smart-col-xl-5,
.smart-col-xl-6,
.smart-col-xl-7,
.smart-col-xl-8,
.smart-col-xl-9,
.smart-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

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

.smart-row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.smart-row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.smart-row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.smart-row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.smart-row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.smart-row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.smart-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.smart-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.smart-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.smart-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

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

.smart-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.smart-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

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

.smart-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.smart-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

.smart-order-first {
	-ms-flex-order: -1;
	order: -1
}

.smart-order-last {
	-ms-flex-order: 13;
	order: 13
}

.smart-order-0 {
	-ms-flex-order: 0;
	order: 0
}

.smart-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.smart-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.smart-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.smart-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.smart-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.smart-order-6 {
	-ms-flex-order: 6;
	order: 6
}

.smart-order-7 {
	-ms-flex-order: 7;
	order: 7
}

.smart-order-8 {
	-ms-flex-order: 8;
	order: 8
}

.smart-order-9 {
	-ms-flex-order: 9;
	order: 9
}

.smart-order-10 {
	-ms-flex-order: 10;
	order: 10
}

.smart-order-11 {
	-ms-flex-order: 11;
	order: 11
}

.smart-order-12 {
	-ms-flex-order: 12;
	order: 12
}

.smart-offset-1 {
	margin-left: 8.333333%
}

.smart-offset-2 {
	margin-left: 16.666667%
}

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

.smart-offset-4 {
	margin-left: 33.333333%
}

.smart-offset-5 {
	margin-left: 41.666667%
}

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

.smart-offset-7 {
	margin-left: 58.333333%
}

.smart-offset-8 {
	margin-left: 66.666667%
}

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

.smart-offset-10 {
	margin-left: 83.333333%
}

.smart-offset-11 {
	margin-left: 91.666667%
}

@media all and (min-width:576px) {
	.smart-col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.smart-row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.smart-row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.smart-col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.smart-col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.smart-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.smart-col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.smart-col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.smart-col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.smart-col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.smart-col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}
	.smart-order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}
	.smart-order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.smart-order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.smart-order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.smart-order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.smart-order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.smart-order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.smart-order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.smart-order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.smart-order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.smart-order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.smart-order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.smart-order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.smart-order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.smart-offset-sm-0 {
		margin-left: 0
	}
	.smart-offset-sm-1 {
		margin-left: 8.333333%
	}
	.smart-offset-sm-2 {
		margin-left: 16.666667%
	}
	.smart-offset-sm-3 {
		margin-left: 25%
	}
	.smart-offset-sm-4 {
		margin-left: 33.333333%
	}
	.smart-offset-sm-5 {
		margin-left: 41.666667%
	}
	.smart-offset-sm-6 {
		margin-left: 50%
	}
	.smart-offset-sm-7 {
		margin-left: 58.333333%
	}
	.smart-offset-sm-8 {
		margin-left: 66.666667%
	}
	.smart-offset-sm-9 {
		margin-left: 75%
	}
	.smart-offset-sm-10 {
		margin-left: 83.333333%
	}
	.smart-offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media all and (min-width:768px) {
	.smart-col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.smart-row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.smart-row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.smart-col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.smart-col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.smart-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.smart-col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.smart-col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.smart-col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.smart-col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.smart-col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-order-md-first {
		-ms-flex-order: -1;
		order: -1
	}
	.smart-order-md-last {
		-ms-flex-order: 13;
		order: 13
	}
	.smart-order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.smart-order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.smart-order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.smart-order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.smart-order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.smart-order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.smart-order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.smart-order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.smart-order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.smart-order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.smart-order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.smart-order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.smart-order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.smart-offset-md-0 {
		margin-left: 0
	}
	.smart-offset-md-1 {
		margin-left: 8.333333%
	}
	.smart-offset-md-2 {
		margin-left: 16.666667%
	}
	.smart-offset-md-3 {
		margin-left: 25%
	}
	.smart-offset-md-4 {
		margin-left: 33.333333%
	}
	.smart-offset-md-5 {
		margin-left: 41.666667%
	}
	.smart-offset-md-6 {
		margin-left: 50%
	}
	.smart-offset-md-7 {
		margin-left: 58.333333%
	}
	.smart-offset-md-8 {
		margin-left: 66.666667%
	}
	.smart-offset-md-9 {
		margin-left: 75%
	}
	.smart-offset-md-10 {
		margin-left: 83.333333%
	}
	.smart-offset-md-11 {
		margin-left: 91.666667%
	}
}

/*@media all and (min-width:992px) {*/
@media all and (min-width:900px) {
	.smart-col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.smart-row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.smart-row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.smart-col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.smart-col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.smart-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.smart-col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.smart-col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.smart-col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.smart-col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.smart-col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}
	.smart-order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}
	.smart-order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.smart-order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.smart-order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.smart-order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.smart-order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.smart-order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.smart-order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.smart-order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.smart-order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.smart-order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.smart-order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.smart-order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.smart-order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.smart-offset-lg-0 {
		margin-left: 0
	}
	.smart-offset-lg-1 {
		margin-left: 8.333333%
	}
	.smart-offset-lg-2 {
		margin-left: 16.666667%
	}
	.smart-offset-lg-3 {
		margin-left: 25%
	}
	.smart-offset-lg-4 {
		margin-left: 33.333333%
	}
	.smart-offset-lg-5 {
		margin-left: 41.666667%
	}
	.smart-offset-lg-6 {
		margin-left: 50%
	}
	.smart-offset-lg-7 {
		margin-left: 58.333333%
	}
	.smart-offset-lg-8 {
		margin-left: 66.-666667%
	}
	.smart-offset-lg-9 {
		margin-left: 75%
	}
	.smart-offset-lg-10 {
		margin-left: 83.333333%
	}
	.smart-offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media all and (min-width:1200px) {
	.smart-col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.smart-row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.smart-row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.smart-col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.smart-col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.smart-col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.smart-col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.smart-col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.smart-col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.smart-col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.smart-col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.smart-col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.smart-col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.smart-col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.smart-col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.smart-order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}
	.smart-order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}
	.smart-order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}
	.smart-order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.smart-order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.smart-order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.smart-order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.smart-order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.smart-order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.smart-order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.smart-order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.smart-order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.smart-order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.smart-order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.smart-order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.smart-offset-xl-0 {
		margin-left: 0
	}
	.smart-offset-xl-1 {
		margin-left: 8.333333%
	}
	.smart-offset-xl-2 {
		margin-left: 16.666667%
	}
	.smart-offset-xl-3 {
		margin-left: 25%
	}
	.smart-offset-xl-4 {
		margin-left: 33.333333%
	}
	.smart-offset-xl-5 {
		margin-left: 41.666667%
	}
	.smart-offset-xl-6 {
		margin-left: 50%
	}
	.smart-offset-xl-7 {
		margin-left: 58.333333%
	}
	.smart-offset-xl-8 {
		margin-left: 66.666667%
	}
	.smart-offset-xl-9 {
		margin-left: 75%
	}
	.smart-offset-xl-10 {
		margin-left: 83.333333%
	}
	.smart-offset-xl-11 {
		margin-left: 91.666667%
	}
}


@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.smart-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
}

.smart-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;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.smart-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
}

.smart-spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

.smart-align-baseline {
	vertical-align: baseline!important
}

.smart-align-top {
	vertical-align: top!important
}

.smart-align-middle {
	vertical-align: middle!important
}

.smart-align-bottom {
	vertical-align: bottom!important
}

.smart-align-text-bottom {
	vertical-align: text-bottom!important
}

.smart-align-text-top {
	vertical-align: text-top!important
}

.smart-bg-white {
	background-color: #fff!important
}

.smart-bg-transparent {
	background-color: transparent!important
}

.smart-border {
	border: 1px solid #dee2e6!important
}

.smart-border-top {
	border-top: 1px solid #dee2e6!important
}

.smart-border-right {
	border-right: 1px solid #dee2e6!important
}

.smart-border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.smart-border-left {
	border-left: 1px solid #dee2e6!important
}

.smart-border-0 {
	border: 0!important
}

.smart-border-top-0 {
	border-top: 0!important
}

.smart-border-right-0 {
	border-right: 0!important
}

.smart-border-bottom-0 {
	border-bottom: 0!important
}

.smart-border-left-0 {
	border-left: 0!important
}

.smart-border-primary {
	border-color: #007bff!important
}

.smart-border-secondary {
	border-color: #6c757d!important
}

.smart-border-success {
	border-color: #28a745!important
}

.smart-border-info {
	border-color: #17a2b8!important
}

.smart-border-warning {
	border-color: #ffc107!important
}

.smart-border-danger {
	border-color: #dc3545!important
}

.smart-border-light {
	border-color: #f8f9fa!important
}

.smart-border-dark {
	border-color: #343a40!important
}

.smart-border-white {
	border-color: #fff!important
}

.smart-rounded-sm {
	border-radius: .2rem!important
}

.smart-rounded {
	border-radius: .25rem!important
}

.smart-rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.smart-rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.smart-rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.smart-rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.smart-rounded-lg {
	border-radius: .3rem!important
}

.smart-rounded-circle {
	border-radius: 50%!important
}

.smart-rounded-pill {
	border-radius: 50rem!important
}

.smart-rounded-0 {
	border-radius: 0!important
}

.smart-clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.smart-d-none {
	display: none!important
}

.smart-d-inline {
	display: inline!important
}

.smart-d-inline-block {
	display: inline-block!important
}

.smart-d-block {
	display: block!important
}

.smart-d-table {
	display: table!important
}

.smart-d-table-row {
	display: table-row!important
}

.smart-d-table-cell {
	display: table-cell!important
}

.smart-d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.smart-d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media all and (min-width:576px) {
	.smart-d-sm-none {
		display: none!important
	}
	.smart-d-sm-inline {
		display: inline!important
	}
	.smart-d-sm-inline-block {
		display: inline-block!important
	}
	.smart-d-sm-block {
		display: block!important
	}
	.smart-d-sm-table {
		display: table!important
	}
	.smart-d-sm-table-row {
		display: table-row!important
	}
	.smart-d-sm-table-cell {
		display: table-cell!important
	}
	.smart-d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.smart-d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media all and (min-width:768px) {
	.smart-d-md-none {
		display: none!important
	}
	.smart-d-md-inline {
		display: inline!important
	}
	.smart-d-md-inline-block {
		display: inline-block!important
	}
	.smart-d-md-block {
		display: block!important
	}
	.smart-d-md-table {
		display: table!important
	}
	.smart-d-md-table-row {
		display: table-row!important
	}
	.smart-d-md-table-cell {
		display: table-cell!important
	}
	.smart-d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.smart-d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media all and (min-width:992px) {
	.smart-d-lg-none {
		display: none!important
	}
	.smart-d-lg-inline {
		display: inline!important
	}
	.smart-d-lg-inline-block {
		display: inline-block!important
	}
	.smart-d-lg-block {
		display: block!important
	}
	.smart-d-lg-table {
		display: table!important
	}
	.smart-d-lg-table-row {
		display: table-row!important
	}
	.smart-d-lg-table-cell {
		display: table-cell!important
	}
	.smart-d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.smart-d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media all and (min-width:1200px) {
	.smart-d-xl-none {
		display: none!important
	}
	.smart-d-xl-inline {
		display: inline!important
	}
	.smart-d-xl-inline-block {
		display: inline-block!important
	}
	.smart-d-xl-block {
		display: block!important
	}
	.smart-d-xl-table {
		display: table!important
	}
	.smart-d-xl-table-row {
		display: table-row!important
	}
	.smart-d-xl-table-cell {
		display: table-cell!important
	}
	.smart-d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.smart-d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media print {
	.smart-d-print-none {
		display: none!important
	}
	.smart-d-print-inline {
		display: inline!important
	}
	.smart-d-print-inline-block {
		display: inline-block!important
	}
	.smart-d-print-block {
		display: block!important
	}
	.smart-d-print-table {
		display: table!important
	}
	.smart-d-print-table-row {
		display: table-row!important
	}
	.smart-d-print-table-cell {
		display: table-cell!important
	}
	.smart-d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}
	.smart-d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.smart-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.smart-embed-responsive::before {
	display: block;
	content: ""
}

.smart-embed-responsive .smart-embed-responsive-item,
.smart-embed-responsive embed,
.smart-embed-responsive iframe,
.smart-embed-responsive object,
.smart-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.smart-embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.smart-embed-responsive-16by9::before {
	padding-top: 56.25%
}

.smart-embed-responsive-4by3::before {
	padding-top: 75%
}

.smart-embed-responsive-1by1::before {
	padding-top: 100%
}

.smart-flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.smart-flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.smart-flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.smart-flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.smart-flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.smart-flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.smart-flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.smart-flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.smart-flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.smart-flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.smart-flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.smart-flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.smart-justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.smart-justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.smart-justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.smart-justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.smart-justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.smart-align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.smart-align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.smart-align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.smart-align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.smart-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.smart-align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.smart-align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.smart-align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.smart-align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.smart-align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.smart-align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.smart-align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.smart-align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.smart-align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.smart-align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.smart-align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.smart-align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media all and (min-width:576px) {
	.smart-flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.smart-flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.smart-flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.smart-flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.smart-flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.smart-flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.smart-flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.smart-flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.smart-flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.smart-flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.smart-flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.smart-flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.smart-justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.smart-justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.smart-justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.smart-justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.smart-justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.smart-align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.smart-align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.smart-align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.smart-align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.smart-align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.smart-align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.smart-align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.smart-align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.smart-align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.smart-align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.smart-align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.smart-align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.smart-align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.smart-align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.smart-align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.smart-align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.smart-align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media all and (min-width:768px) {
	.smart-flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.smart-flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.smart-flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.smart-flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.smart-flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.smart-flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.smart-flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.smart-flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.smart-flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.smart-flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.smart-flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.smart-flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.smart-justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.smart-justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.smart-justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.smart-justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.smart-justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.smart-align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.smart-align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.smart-align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.smart-align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.smart-align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.smart-align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.smart-align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.smart-align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.smart-align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.smart-align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.smart-align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.smart-align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.smart-align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.smart-align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.smart-align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.smart-align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.smart-align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media all and (min-width:992px) {
	.smart-flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.smart-flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.smart-flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.smart-flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.smart-flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.smart-flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.smart-flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.smart-flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.smart-flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.smart-flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.smart-flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.smart-flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.smart-justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.smart-justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.smart-justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.smart-justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.smart-justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.smart-align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.smart-align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.smart-align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.smart-align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.smart-align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.smart-align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.smart-align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.smart-align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.smart-align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.smart-align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.smart-align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.smart-align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.smart-align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.smart-align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.smart-align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.smart-align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.smart-align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media all and (min-width:1200px) {
	.smart-flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.smart-flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.smart-flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.smart-flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.smart-flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.smart-flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.smart-flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.smart-flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important
	}
	.smart-flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important
	}
	.smart-flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important
	}
	.smart-flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important
	}
	.smart-flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important
	}
	.smart-justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.smart-justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.smart-justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.smart-justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.smart-justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.smart-align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.smart-align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.smart-align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.smart-align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.smart-align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.smart-align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.smart-align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.smart-align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.smart-align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.smart-align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.smart-align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.smart-align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.smart-align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.smart-align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.smart-align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.smart-align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.smart-align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.smart-float-left {
	float: left!important
}

.smart-float-right {
	float: right!important
}

.smart-float-none {
	float: none!important
}

@media all and (min-width:576px) {
	.smart-float-sm-left {
		float: left!important
	}
	.smart-float-sm-right {
		float: right!important
	}
	.smart-float-sm-none {
		float: none!important
	}
}

@media all and (min-width:768px) {
	.smart-float-md-left {
		float: left!important
	}
	.smart-float-md-right {
		float: right!important
	}
	.smart-float-md-none {
		float: none!important
	}
}

@media all and (min-width:992px) {
	.smart-float-lg-left {
		float: left!important
	}
	.smart-float-lg-right {
		float: right!important
	}
	.smart-float-lg-none {
		float: none!important
	}
}

@media all and (min-width:1200px) {
	.smart-float-xl-left {
		float: left!important
	}
	.smart-float-xl-right {
		float: right!important
	}
	.smart-float-xl-none {
		float: none!important
	}
}


.smart-overflow-auto {
	overflow: auto!important
}

.smart-overflow-hidden {
	overflow: hidden!important
}

.smart-position-static {
	position: static!important
}

.smart-position-relative {
	position: relative!important
}

.smart-position-absolute {
	position: absolute!important
}

.smart-position-fixed {
	position: fixed!important
}

.smart-position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.smart-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.smart-fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

/*@supports ((position:-webkit-sticky) or (position:sticky)) {*/
/*	.smart-sticky-top {*/
/*		position: -webkit-sticky;*/
/*		position: sticky;*/
/*		top: 0;*/
/*		z-index: 1020*/
/*	}*/
/*}*/

.smart-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.smart-sr-only-focusable:active,
.smart-sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.smart-shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.smart-shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.smart-shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.smart-shadow-none {
	box-shadow: none!important
}

.smart-w-25 {
	width: 25%!important
}

.smart-w-50 {
	width: 50%!important
}

.smart-w-75 {
	width: 75%!important
}

.smart-w-100 {
	width: 100%!important
}

.smart-w-auto {
	width: auto!important
}

.smart-h-25 {
	height: 25%!important
}

.smart-h-50 {
	height: 50%!important
}

.smart-h-75 {
	height: 75%!important
}

.smart-h-100 {
	height: 100%!important
}

.smart-h-auto {
	height: auto!important
}

.smart-mw-100 {
	max-width: 100%!important
}

.smart-mh-100 {
	max-height: 100%!important
}

.smart-min-vw-100 {
	min-width: 100vw!important
}

.smart-min-vh-100 {
	min-height: 100vh!important
}

.smart-vw-100 {
	width: 100vw!important
}

.smart-vh-100 {
	height: 100vh!important
}

.smart-m-0 {
	margin: 0!important
}

.smart-mt-0,
.smart-my-0 {
	margin-top: 0!important
}

.smart-mr-0,
.smart-mx-0 {
	margin-right: 0!important
}

.smart-mb-0,
.smart-my-0 {
	margin-bottom: 0!important
}

.smart-ml-0,
.smart-mx-0 {
	margin-left: 0!important
}

.smart-m-1 {
	margin: .25rem!important
}

.smart-mt-1,
.smart-my-1 {
	margin-top: .25rem!important
}

.smart-mr-1,
.smart-mx-1 {
	margin-right: .25rem!important
}

.smart-mb-1,
.smart-my-1 {
	margin-bottom: .25rem!important
}

.smart-ml-1,
.smart-mx-1 {
	margin-left: .25rem!important
}

.smart-m-2 {
	margin: .5rem!important
}

.smart-mt-2,
.smart-my-2 {
	margin-top: .5rem!important
}

.smart-mr-2,
.smart-mx-2 {
	margin-right: .5rem!important
}

.smart-mb-2,
.smart-my-2 {
	margin-bottom: .5rem!important
}

.smart-ml-2,
.smart-mx-2 {
	margin-left: .5rem!important
}

.smart-m-3 {
	margin: 1rem!important
}

.smart-mt-3,
.smart-my-3 {
	margin-top: 1rem!important
}

.smart-mr-3,
.smart-mx-3 {
	margin-right: 1rem!important
}

.smart-mb-3,
.smart-my-3 {
	margin-bottom: 1rem!important
}

.smart-ml-3,
.smart-mx-3 {
	margin-left: 1rem!important
}

.smart-m-4 {
	margin: 1.5rem!important
}

.smart-mt-4,
.smart-my-4 {
	margin-top: 1.5rem!important
}

.smart-mr-4,
.smart-mx-4 {
	margin-right: 1.5rem!important
}

.smart-mb-4,
.smart-my-4 {
	margin-bottom: 1.5rem!important
}

.smart-ml-4,
.smart-mx-4 {
	margin-left: 1.5rem!important
}

.smart-m-5 {
	margin: 3rem!important
}

.smart-mt-5,
.smart-my-5 {
	margin-top: 3rem!important
}

.smart-mr-5,
.smart-mx-5 {
	margin-right: 3rem!important
}

.smart-mb-5,
.smart-my-5 {
	margin-bottom: 3rem!important
}

.smart-ml-5,
.smart-mx-5 {
	margin-left: 3rem!important
}

.smart-p-0 {
	padding: 0!important
}

.smart-pt-0,
.smart-py-0 {
	padding-top: 0!important
}

.smart-pr-0,
.smart-px-0 {
	padding-right: 0!important
}

.smart-pb-0,
.smart-py-0 {
	padding-bottom: 0!important
}

.smart-pl-0,
.smart-px-0 {
	padding-left: 0!important
}

.smart-p-1 {
	padding: .25rem!important
}

.smart-pt-1,
.smart-py-1 {
	padding-top: .25rem!important
}

.smart-pr-1,
.smart-px-1 {
	padding-right: .25rem!important
}

.smart-pb-1,
.smart-py-1 {
	padding-bottom: .25rem!important
}

.smart-pl-1,
.smart-px-1 {
	padding-left: .25rem!important
}

.smart-p-2 {
	padding: .5rem!important
}

.smart-pt-2,
.smart-py-2 {
	padding-top: .5rem!important
}

.smart-pr-2,
.smart-px-2 {
	padding-right: .5rem!important
}

.smart-pb-2,
.smart-py-2 {
	padding-bottom: .5rem!important
}

.smart-pl-2,
.smart-px-2 {
	padding-left: .5rem!important
}

.smart-p-3 {
	padding: 1rem!important
}

.smart-pt-3,
.smart-py-3 {
	padding-top: 1rem!important
}

.smart-pr-3,
.smart-px-3 {
	padding-right: 1rem!important
}

.smart-pb-3,
.smart-py-3 {
	padding-bottom: 1rem!important
}

.smart-pl-3,
.smart-px-3 {
	padding-left: 1rem!important
}

.smart-p-4 {
	padding: 1.5rem!important
}

.smart-pt-4,
.smart-py-4 {
	padding-top: 1.5rem!important
}

.smart-pr-4,
.smart-px-4 {
	padding-right: 1.5rem!important
}

.smart-pb-4,
.smart-py-4 {
	padding-bottom: 1.5rem!important
}

.smart-pl-4,
.smart-px-4 {
	padding-left: 1.5rem!important
}

.smart-p-5 {
	padding: 3rem!important
}

.smart-pt-5,
.smart-py-5 {
	padding-top: 3rem!important
}

.smart-pr-5,
.smart-px-5 {
	padding-right: 3rem!important
}

.smart-pb-5,
.smart-py-5 {
	padding-bottom: 3rem!important
}

.smart-pl-5,
.smart-px-5 {
	padding-left: 3rem!important
}

.smart-m-n1 {
	margin: -.25rem!important
}

.smart-mt-n1,
.smart-my-n1 {
	margin-top: -.25rem!important
}

.smart-mr-n1,
.smart-mx-n1 {
	margin-right: -.25rem!important
}

.smart-mb-n1,
.smart-my-n1 {
	margin-bottom: -.25rem!important
}

.smart-ml-n1,
.smart-mx-n1 {
	margin-left: -.25rem!important
}

.smart-m-n2 {
	margin: -.5rem!important
}

.smart-mt-n2,
.smart-my-n2 {
	margin-top: -.5rem!important
}

.smart-mr-n2,
.smart-mx-n2 {
	margin-right: -.5rem!important
}

.smart-mb-n2,
.smart-my-n2 {
	margin-bottom: -.5rem!important
}

.smart-ml-n2,
.smart-mx-n2 {
	margin-left: -.5rem!important
}

.smart-m-n3 {
	margin: -1rem!important
}

.smart-mt-n3,
.smart-my-n3 {
	margin-top: -1rem!important
}

.smart-mr-n3,
.smart-mx-n3 {
	margin-right: -1rem!important
}

.smart-mb-n3,
.smart-my-n3 {
	margin-bottom: -1rem!important
}

.smart-ml-n3,
.smart-mx-n3 {
	margin-left: -1rem!important
}

.smart-m-n4 {
	margin: -1.5rem!important
}

.smart-mt-n4,
.smart-my-n4 {
	margin-top: -1.5rem!important
}

.smart-mr-n4,
.smart-mx-n4 {
	margin-right: -1.5rem!important
}

.smart-mb-n4,
.smart-my-n4 {
	margin-bottom: -1.5rem!important
}

.smart-ml-n4,
.smart-mx-n4 {
	margin-left: -1.5rem!important
}

.smart-m-n5 {
	margin: -3rem!important
}

.smart-mt-n5,
.smart-my-n5 {
	margin-top: -3rem!important
}

.smart-mr-n5,
.smart-mx-n5 {
	margin-right: -3rem!important
}

.smart-mb-n5,
.smart-my-n5 {
	margin-bottom: -3rem!important
}

.smart-ml-n5,
.smart-mx-n5 {
	margin-left: -3rem!important
}

.smart-m-auto {
	margin: auto!important
}

.smart-mt-auto,
.smart-my-auto {
	margin-top: auto!important
}

.smart-mr-auto,
.smart-mx-auto {
	margin-right: auto!important
}

.smart-mb-auto,
.smart-my-auto {
	margin-bottom: auto!important
}

.smart-ml-auto,
.smart-mx-auto {
	margin-left: auto!important
}

@media all and (min-width:576px) {
	.smart-m-sm-0 {
		margin: 0!important
	}
	.smart-mt-sm-0,
	.smart-my-sm-0 {
		margin-top: 0!important
	}
	.smart-mr-sm-0,
	.smart-mx-sm-0 {
		margin-right: 0!important
	}
	.smart-mb-sm-0,
	.smart-my-sm-0 {
		margin-bottom: 0!important
	}
	.smart-ml-sm-0,
	.smart-mx-sm-0 {
		margin-left: 0!important
	}
	.smart-m-sm-1 {
		margin: .25rem!important
	}
	.smart-mt-sm-1,
	.smart-my-sm-1 {
		margin-top: .25rem!important
	}
	.smart-mr-sm-1,
	.smart-mx-sm-1 {
		margin-right: .25rem!important
	}
	.smart-mb-sm-1,
	.smart-my-sm-1 {
		margin-bottom: .25rem!important
	}
	.smart-ml-sm-1,
	.smart-mx-sm-1 {
		margin-left: .25rem!important
	}
	.smart-m-sm-2 {
		margin: .5rem!important
	}
	.smart-mt-sm-2,
	.smart-my-sm-2 {
		margin-top: .5rem!important
	}
	.smart-mr-sm-2,
	.smart-mx-sm-2 {
		margin-right: .5rem!important
	}
	.smart-mb-sm-2,
	.smart-my-sm-2 {
		margin-bottom: .5rem!important
	}
	.smart-ml-sm-2,
	.smart-mx-sm-2 {
		margin-left: .5rem!important
	}
	.smart-m-sm-3 {
		margin: 1rem!important
	}
	.smart-mt-sm-3,
	.smart-my-sm-3 {
		margin-top: 1rem!important
	}
	.smart-mr-sm-3,
	.smart-mx-sm-3 {
		margin-right: 1rem!important
	}
	.smart-mb-sm-3,
	.smart-my-sm-3 {
		margin-bottom: 1rem!important
	}
	.smart-ml-sm-3,
	.smart-mx-sm-3 {
		margin-left: 1rem!important
	}
	.smart-m-sm-4 {
		margin: 1.5rem!important
	}
	.smart-mt-sm-4,
	.smart-my-sm-4 {
		margin-top: 1.5rem!important
	}
	.smart-mr-sm-4,
	.smart-mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.smart-mb-sm-4,
	.smart-my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.smart-ml-sm-4,
	.smart-mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.smart-m-sm-5 {
		margin: 3rem!important
	}
	.smart-mt-sm-5,
	.smart-my-sm-5 {
		margin-top: 3rem!important
	}
	.smart-mr-sm-5,
	.smart-mx-sm-5 {
		margin-right: 3rem!important
	}
	.smart-mb-sm-5,
	.smart-my-sm-5 {
		margin-bottom: 3rem!important
	}
	.smart-ml-sm-5,
	.smart-mx-sm-5 {
		margin-left: 3rem!important
	}
	.smart-p-sm-0 {
		padding: 0!important
	}
	.smart-pt-sm-0,
	.smart-py-sm-0 {
		padding-top: 0!important
	}
	.smart-pr-sm-0,
	.smart-px-sm-0 {
		padding-right: 0!important
	}
	.smart-pb-sm-0,
	.smart-py-sm-0 {
		padding-bottom: 0!important
	}
	.smart-pl-sm-0,
	.smart-px-sm-0 {
		padding-left: 0!important
	}
	.smart-p-sm-1 {
		padding: .25rem!important
	}
	.smart-pt-sm-1,
	.smart-py-sm-1 {
		padding-top: .25rem!important
	}
	.smart-pr-sm-1,
	.smart-px-sm-1 {
		padding-right: .25rem!important
	}
	.smart-pb-sm-1,
	.smart-py-sm-1 {
		padding-bottom: .25rem!important
	}
	.smart-pl-sm-1,
	.smart-px-sm-1 {
		padding-left: .25rem!important
	}
	.smart-p-sm-2 {
		padding: .5rem!important
	}
	.smart-pt-sm-2,
	.smart-py-sm-2 {
		padding-top: .5rem!important
	}
	.smart-pr-sm-2,
	.smart-px-sm-2 {
		padding-right: .5rem!important
	}
	.smart-pb-sm-2,
	.smart-py-sm-2 {
		padding-bottom: .5rem!important
	}
	.smart-pl-sm-2,
	.smart-px-sm-2 {
		padding-left: .5rem!important
	}
	.smart-p-sm-3 {
		padding: 1rem!important
	}
	.smart-pt-sm-3,
	.smart-py-sm-3 {
		padding-top: 1rem!important
	}
	.smart-pr-sm-3,
	.smart-px-sm-3 {
		padding-right: 1rem!important
	}
	.smart-pb-sm-3,
	.smart-py-sm-3 {
		padding-bottom: 1rem!important
	}
	.smart-pl-sm-3,
	.smart-px-sm-3 {
		padding-left: 1rem!important
	}
	.smart-p-sm-4 {
		padding: 1.5rem!important
	}
	.smart-pt-sm-4,
	.smart-py-sm-4 {
		padding-top: 1.5rem!important
	}
	.smart-pr-sm-4,
	.smart-px-sm-4 {
		padding-right: 1.5rem!important
	}
	.smart-pb-sm-4,
	.smart-py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.smart-pl-sm-4,
	.smart-px-sm-4 {
		padding-left: 1.5rem!important
	}
	.smart-p-sm-5 {
		padding: 3rem!important
	}
	.smart-pt-sm-5,
	.smart-py-sm-5 {
		padding-top: 3rem!important
	}
	.smart-pr-sm-5,
	.smart-px-sm-5 {
		padding-right: 3rem!important
	}
	.smart-pb-sm-5,
	.smart-py-sm-5 {
		padding-bottom: 3rem!important
	}
	.smart-pl-sm-5,
	.smart-px-sm-5 {
		padding-left: 3rem!important
	}
	.smart-m-sm-n1 {
		margin: -.25rem!important
	}
	.smart-mt-sm-n1,
	.smart-my-sm-n1 {
		margin-top: -.25rem!important
	}
	.smart-mr-sm-n1,
	.smart-mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.smart-mb-sm-n1,
	.smart-my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.smart-ml-sm-n1,
	.smart-mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.smart-m-sm-n2 {
		margin: -.5rem!important
	}
	.smart-mt-sm-n2,
	.smart-my-sm-n2 {
		margin-top: -.5rem!important
	}
	.smart-mr-sm-n2,
	.smart-mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.smart-mb-sm-n2,
	.smart-my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.smart-ml-sm-n2,
	.smart-mx-sm-n2 {
		margin-left: -.5rem!important
	}
	.smart-m-sm-n3 {
		margin: -1rem!important
	}
	.smart-mt-sm-n3,
	.smart-my-sm-n3 {
		margin-top: -1rem!important
	}
	.smart-mr-sm-n3,
	.smart-mx-sm-n3 {
		margin-right: -1rem!important
	}
	.smart-mb-sm-n3,
	.smart-my-sm-n3 {
		margin-bottom: -1rem!important
	}
	.smart-ml-sm-n3,
	.smart-mx-sm-n3 {
		margin-left: -1rem!important
	}
	.smart-m-sm-n4 {
		margin: -1.5rem!important
	}
	.smart-mt-sm-n4,
	.smart-my-sm-n4 {
		margin-top: -1.5rem!important
	}
	.smart-mr-sm-n4,
	.smart-mx-sm-n4 {
		margin-right: -1.5rem!important
	}
	.smart-mb-sm-n4,
	.smart-my-sm-n4 {
		margin-bottom: -1.5rem!important
	}
	.smart-ml-sm-n4,
	.smart-mx-sm-n4 {
		margin-left: -1.5rem!important
	}
	.smart-m-sm-n5 {
		margin: -3rem!important
	}
	.smart-mt-sm-n5,
	.smart-my-sm-n5 {
		margin-top: -3rem!important
	}
	.smart-mr-sm-n5,
	.smart-mx-sm-n5 {
		margin-right: -3rem!important
	}
	.smart-mb-sm-n5,
	.smart-my-sm-n5 {
		margin-bottom: -3rem!important
	}
	.smart-ml-sm-n5,
	.smart-mx-sm-n5 {
		margin-left: -3rem!important
	}
	.smart-m-sm-auto {
		margin: auto!important
	}
	.smart-mt-sm-auto,
	.smart-my-sm-auto {
		margin-top: auto!important
	}
	.smart-mr-sm-auto,
	.smart-mx-sm-auto {
		margin-right: auto!important
	}
	.smart-mb-sm-auto,
	.smart-my-sm-auto {
		margin-bottom: auto!important
	}
	.smart-ml-sm-auto,
	.smart-mx-sm-auto {
		margin-left: auto!important
	}
}

@media all and (min-width:768px) {
	.smart-m-md-0 {
		margin: 0!important
	}
	.smart-mt-md-0,
	.smart-my-md-0 {
		margin-top: 0!important
	}
	.smart-mr-md-0,
	.smart-mx-md-0 {
		margin-right: 0!important
	}
	.smart-mb-md-0,
	.smart-my-md-0 {
		margin-bottom: 0!important
	}
	.smart-ml-md-0,
	.smart-mx-md-0 {
		margin-left: 0!important
	}
	.smart-m-md-1 {
		margin: .25rem!important
	}
	.smart-mt-md-1,
	.smart-my-md-1 {
		margin-top: .25rem!important
	}
	.smart-mr-md-1,
	.smart-mx-md-1 {
		margin-right: .25rem!important
	}
	.smart-mb-md-1,
	.smart-my-md-1 {
		margin-bottom: .25rem!important
	}
	.smart-ml-md-1,
	.smart-mx-md-1 {
		margin-left: .25rem!important
	}
	.smart-m-md-2 {
		margin: .5rem!important
	}
	.smart-mt-md-2,
	.smart-my-md-2 {
		margin-top: .5rem!important
	}
	.smart-mr-md-2,
	.smart-mx-md-2 {
		margin-right: .5rem!important
	}
	.smart-mb-md-2,
	.smart-my-md-2 {
		margin-bottom: .5rem!important
	}
	.smart-ml-md-2,
	.smart-mx-md-2 {
		margin-left: .5rem!important
	}
	.smart-m-md-3 {
		margin: 1rem!important
	}
	.smart-mt-md-3,
	.smart-my-md-3 {
		margin-top: 1rem!important
	}
	.smart-mr-md-3,
	.smart-mx-md-3 {
		margin-right: 1rem!important
	}
	.smart-mb-md-3,
	.smart-my-md-3 {
		margin-bottom: 1rem!important
	}
	.smart-ml-md-3,
	.smart-mx-md-3 {
		margin-left: 1rem!important
	}
	.smart-m-md-4 {
		margin: 1.5rem!important
	}
	.smart-mt-md-4,
	.smart-my-md-4 {
		margin-top: 1.5rem!important
	}
	.smart-mr-md-4,
	.smart-mx-md-4 {
		margin-right: 1.5rem!important
	}
	.smart-mb-md-4,
	.smart-my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.smart-ml-md-4,
	.smart-mx-md-4 {
		margin-left: 1.5rem!important
	}
	.smart-m-md-5 {
		margin: 3rem!important
	}
	.smart-mt-md-5,
	.smart-my-md-5 {
		margin-top: 3rem!important
	}
	.smart-mr-md-5,
	.smart-mx-md-5 {
		margin-right: 3rem!important
	}
	.smart-mb-md-5,
	.smart-my-md-5 {
		margin-bottom: 3rem!important
	}
	.smart-ml-md-5,
	.smart-mx-md-5 {
		margin-left: 3rem!important
	}
	.smart-p-md-0 {
		padding: 0!important
	}
	.smart-pt-md-0,
	.smart-py-md-0 {
		padding-top: 0!important
	}
	.smart-pr-md-0,
	.smart-px-md-0 {
		padding-right: 0!important
	}
	.smart-pb-md-0,
	.smart-py-md-0 {
		padding-bottom: 0!important
	}
	.smart-pl-md-0,
	.smart-px-md-0 {
		padding-left: 0!important
	}
	.smart-p-md-1 {
		padding: .25rem!important
	}
	.smart-pt-md-1,
	.smart-py-md-1 {
		padding-top: .25rem!important
	}
	.smart-pr-md-1,
	.smart-px-md-1 {
		padding-right: .25rem!important
	}
	.smart-pb-md-1,
	.smart-py-md-1 {
		padding-bottom: .25rem!important
	}
	.smart-pl-md-1,
	.smart-px-md-1 {
		padding-left: .25rem!important
	}
	.smart-p-md-2 {
		padding: .5rem!important
	}
	.smart-pt-md-2,
	.smart-py-md-2 {
		padding-top: .5rem!important
	}
	.smart-pr-md-2,
	.smart-px-md-2 {
		padding-right: .5rem!important
	}
	.smart-pb-md-2,
	.smart-py-md-2 {
		padding-bottom: .5rem!important
	}
	.smart-pl-md-2,
	.smart-px-md-2 {
		padding-left: .5rem!important
	}
	.smart-p-md-3 {
		padding: 1rem!important
	}
	.smart-pt-md-3,
	.smart-py-md-3 {
		padding-top: 1rem!important
	}
	.smart-pr-md-3,
	.smart-px-md-3 {
		padding-right: 1rem!important
	}
	.smart-pb-md-3,
	.smart-py-md-3 {
		padding-bottom: 1rem!important
	}
	.smart-pl-md-3,
	.smart-px-md-3 {
		padding-left: 1rem!important
	}
	.smart-p-md-4 {
		padding: 1.5rem!important
	}
	.smart-pt-md-4,
	.smart-py-md-4 {
		padding-top: 1.5rem!important
	}
	.smart-pr-md-4,
	.smart-px-md-4 {
		padding-right: 1.5rem!important
	}
	.smart-pb-md-4,
	.smart-py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.smart-pl-md-4,
	.smart-px-md-4 {
		padding-left: 1.5rem!important
	}
	.smart-p-md-5 {
		padding: 3rem!important
	}
	.smart-pt-md-5,
	.smart-py-md-5 {
		padding-top: 3rem!important
	}
	.smart-pr-md-5,
	.smart-px-md-5 {
		padding-right: 3rem!important
	}
	.smart-pb-md-5,
	.smart-py-md-5 {
		padding-bottom: 3rem!important
	}
	.smart-pl-md-5,
	.smart-px-md-5 {
		padding-left: 3rem!important
	}
	.smart-m-md-n1 {
		margin: -.25rem!important
	}
	.smart-mt-md-n1,
	.smart-my-md-n1 {
		margin-top: -.25rem!important
	}
	.smart-mr-md-n1,
	.smart-mx-md-n1 {
		margin-right: -.25rem!important
	}
	.smart-mb-md-n1,
	.smart-my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.smart-ml-md-n1,
	.smart-mx-md-n1 {
		margin-left: -.25rem!important
	}
	.smart-m-md-n2 {
		margin: -.5rem!important
	}
	.smart-mt-md-n2,
	.smart-my-md-n2 {
		margin-top: -.5rem!important
	}
	.smart-mr-md-n2,
	.smart-mx-md-n2 {
		margin-right: -.5rem!important
	}
	.smart-mb-md-n2,
	.smart-my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.smart-ml-md-n2,
	.smart-mx-md-n2 {
		margin-left: -.5rem!important
	}
	.smart-m-md-n3 {
		margin: -1rem!important
	}
	.smart-mt-md-n3,
	.smart-my-md-n3 {
		margin-top: -1rem!important
	}
	.smart-mr-md-n3,
	.smart-mx-md-n3 {
		margin-right: -1rem!important
	}
	.smart-mb-md-n3,
	.smart-my-md-n3 {
		margin-bottom: -1rem!important
	}
	.smart-ml-md-n3,
	.smart-mx-md-n3 {
		margin-left: -1rem!important
	}
	.smart-m-md-n4 {
		margin: -1.5rem!important
	}
	.smart-mt-md-n4,
	.smart-my-md-n4 {
		margin-top: -1.5rem!important
	}
	.smart-mr-md-n4,
	.smart-mx-md-n4 {
		margin-right: -1.5rem!important
	}
	.smart-mb-md-n4,
	.smart-my-md-n4 {
		margin-bottom: -1.5rem!important
	}
	.smart-ml-md-n4,
	.smart-mx-md-n4 {
		margin-left: -1.5rem!important
	}
	.smart-m-md-n5 {
		margin: -3rem!important
	}
	.smart-mt-md-n5,
	.smart-my-md-n5 {
		margin-top: -3rem!important
	}
	.smart-mr-md-n5,
	.smart-mx-md-n5 {
		margin-right: -3rem!important
	}
	.smart-mb-md-n5,
	.smart-my-md-n5 {
		margin-bottom: -3rem!important
	}
	.smart-ml-md-n5,
	.smart-mx-md-n5 {
		margin-left: -3rem!important
	}
	.smart-m-md-auto {
		margin: auto!important
	}
	.smart-mt-md-auto,
	.smart-my-md-auto {
		margin-top: auto!important
	}
	.smart-mr-md-auto,
	.smart-mx-md-auto {
		margin-right: auto!important
	}
	.smart-mb-md-auto,
	.smart-my-md-auto {
		margin-bottom: auto!important
	}
	.smart-ml-md-auto,
	.smart-mx-md-auto {
		margin-left: auto!important
	}
}

@media all and (min-width:992px) {
	.smart-m-lg-0 {
		margin: 0!important
	}
	.smart-mt-lg-0,
	.smart-my-lg-0 {
		margin-top: 0!important
	}
	.smart-mr-lg-0,
	.smart-mx-lg-0 {
		margin-right: 0!important
	}
	.smart-mb-lg-0,
	.smart-my-lg-0 {
		margin-bottom: 0!important
	}
	.smart-ml-lg-0,
	.smart-mx-lg-0 {
		margin-left: 0!important
	}
	.smart-m-lg-1 {
		margin: .25rem!important
	}
	.smart-mt-lg-1,
	.smart-my-lg-1 {
		margin-top: .25rem!important
	}
	.smart-mr-lg-1,
	.smart-mx-lg-1 {
		margin-right: .25rem!important
	}
	.smart-mb-lg-1,
	.smart-my-lg-1 {
		margin-bottom: .25rem!important
	}
	.smart-ml-lg-1,
	.smart-mx-lg-1 {
		margin-left: .25rem!important
	}
	.smart-m-lg-2 {
		margin: .5rem!important
	}
	.smart-mt-lg-2,
	.smart-my-lg-2 {
		margin-top: .5rem!important
	}
	.smart-mr-lg-2,
	.smart-mx-lg-2 {
		margin-right: .5rem!important
	}
	.smart-mb-lg-2,
	.smart-my-lg-2 {
		margin-bottom: .5rem!important
	}
	.smart-ml-lg-2,
	.smart-mx-lg-2 {
		margin-left: .5rem!important
	}
	.smart-m-lg-3 {
		margin: 1rem!important
	}
	.smart-mt-lg-3,
	.smart-my-lg-3 {
		margin-top: 1rem!important
	}
	.smart-mr-lg-3,
	.smart-mx-lg-3 {
		margin-right: 1rem!important
	}
	.smart-mb-lg-3,
	.smart-my-lg-3 {
		margin-bottom: 1rem!important
	}
	.smart-ml-lg-3,
	.smart-mx-lg-3 {
		margin-left: 1rem!important
	}
	.smart-m-lg-4 {
		margin: 1.5rem!important
	}
	.smart-mt-lg-4,
	.smart-my-lg-4 {
		margin-top: 1.5rem!important
	}
	.smart-mr-lg-4,
	.smart-mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.smart-mb-lg-4,
	.smart-my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.smart-ml-lg-4,
	.smart-mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.smart-m-lg-5 {
		margin: 3rem!important
	}
	.smart-mt-lg-5,
	.smart-my-lg-5 {
		margin-top: 3rem!important
	}
	.smart-mr-lg-5,
	.smart-mx-lg-5 {
		margin-right: 3rem!important
	}
	.smart-mb-lg-5,
	.smart-my-lg-5 {
		margin-bottom: 3rem!important
	}
	.smart-ml-lg-5,
	.smart-mx-lg-5 {
		margin-left: 3rem!important
	}
	.smart-p-lg-0 {
		padding: 0!important
	}
	.smart-pt-lg-0,
	.smart-py-lg-0 {
		padding-top: 0!important
	}
	.smart-pr-lg-0,
	.smart-px-lg-0 {
		padding-right: 0!important
	}
	.smart-pb-lg-0,
	.smart-py-lg-0 {
		padding-bottom: 0!important
	}
	.smart-pl-lg-0,
	.smart-px-lg-0 {
		padding-left: 0!important
	}
	.smart-p-lg-1 {
		padding: .25rem!important
	}
	.smart-pt-lg-1,
	.smart-py-lg-1 {
		padding-top: .25rem!important
	}
	.smart-pr-lg-1,
	.smart-px-lg-1 {
		padding-right: .25rem!important
	}
	.smart-pb-lg-1,
	.smart-py-lg-1 {
		padding-bottom: .25rem!important
	}
	.smart-pl-lg-1,
	.smart-px-lg-1 {
		padding-left: .25rem!important
	}
	.smart-p-lg-2 {
		padding: .5rem!important
	}
	.smart-pt-lg-2,
	.smart-py-lg-2 {
		padding-top: .5rem!important
	}
	.smart-pr-lg-2,
	.smart-px-lg-2 {
		padding-right: .5rem!important
	}
	.smart-pb-lg-2,
	.smart-py-lg-2 {
		padding-bottom: .5rem!important
	}
	.smart-pl-lg-2,
	.smart-px-lg-2 {
		padding-left: .5rem!important
	}
	.smart-p-lg-3 {
		padding: 1rem!important
	}
	.smart-pt-lg-3,
	.smart-py-lg-3 {
		padding-top: 1rem!important
	}
	.smart-pr-lg-3,
	.smart-px-lg-3 {
		padding-right: 1rem!important
	}
	.smart-pb-lg-3,
	.smart-py-lg-3 {
		padding-bottom: 1rem!important
	}
	.smart-pl-lg-3,
	.smart-px-lg-3 {
		padding-left: 1rem!important
	}
	.smart-p-lg-4 {
		padding: 1.5rem!important
	}
	.smart-pt-lg-4,
	.smart-py-lg-4 {
		padding-top: 1.5rem!important
	}
	.smart-pr-lg-4,
	.smart-px-lg-4 {
		padding-right: 1.5rem!important
	}
	.smart-pb-lg-4,
	.smart-py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.smart-pl-lg-4,
	.smart-px-lg-4 {
		padding-left: 1.5rem!important
	}
	.smart-p-lg-5 {
		padding: 3rem!important
	}
	.smart-pt-lg-5,
	.smart-py-lg-5 {
		padding-top: 3rem!important
	}
	.smart-pr-lg-5,
	.smart-px-lg-5 {
		padding-right: 3rem!important
	}
	.smart-pb-lg-5,
	.smart-py-lg-5 {
		padding-bottom: 3rem!important
	}
	.smart-pl-lg-5,
	.smart-px-lg-5 {
		padding-left: 3rem!important
	}
	.smart-m-lg-n1 {
		margin: -.25rem!important
	}
	.smart-mt-lg-n1,
	.smart-my-lg-n1 {
		margin-top: -.25rem!important
	}
	.smart-mr-lg-n1,
	.smart-mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.smart-mb-lg-n1,
	.smart-my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.smart-ml-lg-n1,
	.smart-mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.smart-m-lg-n2 {
		margin: -.5rem!important
	}
	.smart-mt-lg-n2,
	.smart-my-lg-n2 {
		margin-top: -.5rem!important
	}
	.smart-mr-lg-n2,
	.smart-mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.smart-mb-lg-n2,
	.smart-my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.smart-ml-lg-n2,
	.smart-mx-lg-n2 {
		margin-left: -.5rem!important
	}
	.smart-m-lg-n3 {
		margin: -1rem!important
	}
	.smart-mt-lg-n3,
	.smart-my-lg-n3 {
		margin-top: -1rem!important
	}
	.smart-mr-lg-n3,
	.smart-mx-lg-n3 {
		margin-right: -1rem!important
	}
	.smart-mb-lg-n3,
	.smart-my-lg-n3 {
		margin-bottom: -1rem!important
	}
	.smart-ml-lg-n3,
	.smart-mx-lg-n3 {
		margin-left: -1rem!important
	}
	.smart-m-lg-n4 {
		margin: -1.5rem!important
	}
	.smart-mt-lg-n4,
	.smart-my-lg-n4 {
		margin-top: -1.5rem!important
	}
	.smart-mr-lg-n4,
	.smart-mx-lg-n4 {
		margin-right: -1.5rem!important
	}
	.smart-mb-lg-n4,
	.smart-my-lg-n4 {
		margin-bottom: -1.5rem!important
	}
	.smart-ml-lg-n4,
	.smart-mx-lg-n4 {
		margin-left: -1.5rem!important
	}
	.smart-m-lg-n5 {
		margin: -3rem!important
	}
	.smart-mt-lg-n5,
	.smart-my-lg-n5 {
		margin-top: -3rem!important
	}
	.smart-mr-lg-n5,
	.smart-mx-lg-n5 {
		margin-right: -3rem!important
	}
	.smart-mb-lg-n5,
	.smart-my-lg-n5 {
		margin-bottom: -3rem!important
	}
	.smart-ml-lg-n5,
	.smart-mx-lg-n5 {
		margin-left: -3rem!important
	}
	.smart-m-lg-auto {
		margin: auto!important
	}
	.smart-mt-lg-auto,
	.smart-my-lg-auto {
		margin-top: auto!important
	}
	.smart-mr-lg-auto,
	.smart-mx-lg-auto {
		margin-right: auto!important
	}
	.smart-mb-lg-auto,
	.smart-my-lg-auto {
		margin-bottom: auto!important
	}
	.smart-ml-lg-auto,
	.smart-mx-lg-auto {
		margin-left: auto!important
	}
}

@media all and (min-width:1200px) {
	.smart-m-xl-0 {
		margin: 0!important
	}
	.smart-mt-xl-0,
	.smart-my-xl-0 {
		margin-top: 0!important
	}
	.smart-mr-xl-0,
	.smart-mx-xl-0 {
		margin-right: 0!important
	}
	.smart-mb-xl-0,
	.smart-my-xl-0 {
		margin-bottom: 0!important
	}
	.smart-ml-xl-0,
	.smart-mx-xl-0 {
		margin-left: 0!important
	}
	.smart-m-xl-1 {
		margin: .25rem!important
	}
	.smart-mt-xl-1,
	.smart-my-xl-1 {
		margin-top: .25rem!important
	}
	.smart-mr-xl-1,
	.smart-mx-xl-1 {
		margin-right: .25rem!important
	}
	.smart-mb-xl-1,
	.smart-my-xl-1 {
		margin-bottom: .25rem!important
	}
	.smart-ml-xl-1,
	.smart-mx-xl-1 {
		margin-left: .25rem!important
	}
	.smart-m-xl-2 {
		margin: .5rem!important
	}
	.smart-mt-xl-2,
	.smart-my-xl-2 {
		margin-top: .5rem!important
	}
	.smart-mr-xl-2,
	.smart-mx-xl-2 {
		margin-right: .5rem!important
	}
	.smart-mb-xl-2,
	.smart-my-xl-2 {
		margin-bottom: .5rem!important
	}
	.smart-ml-xl-2,
	.smart-mx-xl-2 {
		margin-left: .5rem!important
	}
	.smart-m-xl-3 {
		margin: 1rem!important
	}
	.smart-mt-xl-3,
	.smart-my-xl-3 {
		margin-top: 1rem!important
	}
	.smart-mr-xl-3,
	.smart-mx-xl-3 {
		margin-right: 1rem!important
	}
	.smart-mb-xl-3,
	.smart-my-xl-3 {
		margin-bottom: 1rem!important
	}
	.smart-ml-xl-3,
	.smart-mx-xl-3 {
		margin-left: 1rem!important
	}
	.smart-m-xl-4 {
		margin: 1.5rem!important
	}
	.smart-mt-xl-4,
	.smart-my-xl-4 {
		margin-top: 1.5rem!important
	}
	.smart-mr-xl-4,
	.smart-mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.smart-mb-xl-4,
	.smart-my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.smart-ml-xl-4,
	.smart-mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.smart-m-xl-5 {
		margin: 3rem!important
	}
	.smart-mt-xl-5,
	.smart-my-xl-5 {
		margin-top: 3rem!important
	}
	.smart-mr-xl-5,
	.smart-mx-xl-5 {
		margin-right: 3rem!important
	}
	.smart-mb-xl-5,
	.smart-my-xl-5 {
		margin-bottom: 3rem!important
	}
	.smart-ml-xl-5,
	.smart-mx-xl-5 {
		margin-left: 3rem!important
	}
	.smart-p-xl-0 {
		padding: 0!important
	}
	.smart-pt-xl-0,
	.smart-py-xl-0 {
		padding-top: 0!important
	}
	.smart-pr-xl-0,
	.smart-px-xl-0 {
		padding-right: 0!important
	}
	.smart-pb-xl-0,
	.smart-py-xl-0 {
		padding-bottom: 0!important
	}
	.smart-pl-xl-0,
	.smart-px-xl-0 {
		padding-left: 0!important
	}
	.smart-p-xl-1 {
		padding: .25rem!important
	}
	.smart-pt-xl-1,
	.smart-py-xl-1 {
		padding-top: .25rem!important
	}
	.smart-pr-xl-1,
	.smart-px-xl-1 {
		padding-right: .25rem!important
	}
	.smart-pb-xl-1,
	.smart-py-xl-1 {
		padding-bottom: .25rem!important
	}
	.smart-pl-xl-1,
	.smart-px-xl-1 {
		padding-left: .25rem!important
	}
	.smart-p-xl-2 {
		padding: .5rem!important
	}
	.smart-pt-xl-2,
	.smart-py-xl-2 {
		padding-top: .5rem!important
	}
	.smart-pr-xl-2,
	.smart-px-xl-2 {
		padding-right: .5rem!important
	}
	.smart-pb-xl-2,
	.smart-py-xl-2 {
		padding-bottom: .5rem!important
	}
	.smart-pl-xl-2,
	.smart-px-xl-2 {
		padding-left: .5rem!important
	}
	.smart-p-xl-3 {
		padding: 1rem!important
	}
	.smart-pt-xl-3,
	.smart-py-xl-3 {
		padding-top: 1rem!important
	}
	.smart-pr-xl-3,
	.smart-px-xl-3 {
		padding-right: 1rem!important
	}
	.smart-pb-xl-3,
	.smart-py-xl-3 {
		padding-bottom: 1rem!important
	}
	.smart-pl-xl-3,
	.smart-px-xl-3 {
		padding-left: 1rem!important
	}
	.smart-p-xl-4 {
		padding: 1.5rem!important
	}
	.smart-pt-xl-4,
	.smart-py-xl-4 {
		padding-top: 1.5rem!important
	}
	.smart-pr-xl-4,
	.smart-px-xl-4 {
		padding-right: 1.5rem!important
	}
	.smart-pb-xl-4,
	.smart-py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.smart-pl-xl-4,
	.smart-px-xl-4 {
		padding-left: 1.5rem!important
	}
	.smart-p-xl-5 {
		padding: 3rem!important
	}
	.smart-pt-xl-5,
	.smart-py-xl-5 {
		padding-top: 3rem!important
	}
	.smart-pr-xl-5,
	.smart-px-xl-5 {
		padding-right: 3rem!important
	}
	.smart-pb-xl-5,
	.smart-py-xl-5 {
		padding-bottom: 3rem!important
	}
	.smart-pl-xl-5,
	.smart-px-xl-5 {
		padding-left: 3rem!important
	}
	.smart-m-xl-n1 {
		margin: -.25rem!important
	}
	.smart-mt-xl-n1,
	.smart-my-xl-n1 {
		margin-top: -.25rem!important
	}
	.smart-mr-xl-n1,
	.smart-mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.smart-mb-xl-n1,
	.smart-my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.smart-ml-xl-n1,
	.smart-mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.smart-m-xl-n2 {
		margin: -.5rem!important
	}
	.smart-mt-xl-n2,
	.smart-my-xl-n2 {
		margin-top: -.5rem!important
	}
	.smart-mr-xl-n2,
	.smart-mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.smart-mb-xl-n2,
	.smart-my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.smart-ml-xl-n2,
	.smart-mx-xl-n2 {
		margin-left: -.5rem!important
	}
	.smart-m-xl-n3 {
		margin: -1rem!important
	}
	.smart-mt-xl-n3,
	.smart-my-xl-n3 {
		margin-top: -1rem!important
	}
	.smart-mr-xl-n3,
	.smart-mx-xl-n3 {
		margin-right: -1rem!important
	}
	.smart-mb-xl-n3,
	.smart-my-xl-n3 {
		margin-bottom: -1rem!important
	}
	.smart-ml-xl-n3,
	.smart-mx-xl-n3 {
		margin-left: -1rem!important
	}
	.smart-m-xl-n4 {
		margin: -1.5rem!important
	}
	.smart-mt-xl-n4,
	.smart-my-xl-n4 {
		margin-top: -1.5rem!important
	}
	.smart-mr-xl-n4,
	.smart-mx-xl-n4 {
		margin-right: -1.5rem!important
	}
	.smart-mb-xl-n4,
	.smart-my-xl-n4 {
		margin-bottom: -1.5rem!important
	}
	.smart-ml-xl-n4,
	.smart-mx-xl-n4 {
		margin-left: -1.5rem!important
	}
	.smart-m-xl-n5 {
		margin: -3rem!important
	}
	.smart-mt-xl-n5,
	.smart-my-xl-n5 {
		margin-top: -3rem!important
	}
	.smart-mr-xl-n5,
	.smart-mx-xl-n5 {
		margin-right: -3rem!important
	}
	.smart-mb-xl-n5,
	.smart-my-xl-n5 {
		margin-bottom: -3rem!important
	}
	.smart-ml-xl-n5,
	.smart-mx-xl-n5 {
		margin-left: -3rem!important
	}
	.smart-m-xl-auto {
		margin: auto!important
	}
	.smart-mt-xl-auto,
	.smart-my-xl-auto {
		margin-top: auto!important
	}
	.smart-mr-xl-auto,
	.smart-mx-xl-auto {
		margin-right: auto!important
	}
	.smart-mb-xl-auto,
	.smart-my-xl-auto {
		margin-bottom: auto!important
	}
	.smart-ml-xl-auto,
	.smart-mx-xl-auto {
		margin-left: auto!important
	}
}