@charset "UTF-8";

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
	-ms-overflow-style: scrollbar
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -6px;
	margin-left: -6px
}

@media (min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 6px;
	padding-left: 6px
}

@media (min-width:768px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-auto {
		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%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.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%
	}
	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.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%
	}
	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.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%
	}
	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.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%
	}
	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.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%
	}
}

.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
	}
}

.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
	}
}

.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
	}
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}
.select2-results ul {
	padding:0!important;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(180deg, #fff 50%, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(180deg, #eee 50%, #fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

@font-face {
	font-family: "icomoon";
	src: url(../fonts/icomoon/fonts/icomoon.eot?3xxx2d);
	src: url(../fonts/icomoon/fonts/icomoon.eot?3xxx2d#iefix) format("embedded-opentype"), url(../fonts/icomoon/fonts/icomoon.ttf?3xxx2d) format("truetype"), url(../fonts/icomoon/fonts/icomoon.woff?3xxx2d) format("woff"), url(../fonts/icomoon/fonts/icomoon.svg?3xxx2d#icomoon) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

[class*=" icon-"],
[class^=icon-] {
	font-family: "icomoon"!important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-telegram:before {
	content: "\e907"
}

.icon-vk:before {
	content: "\e908"
}

.icon-youtube:before {
	content: "\e909"
}

.icon-magnifying-glass:before {
	content: "\e906"
}

.icon-arr-left:before {
	content: "\e900"
}

.icon-arr-right:before {
	content: "\e901"
}

.icon-envelope:before {
	content: "\e902"
}

.icon-facebook:before {
	content: "\e903"
}

.icon-instagram:before {
	content: "\e904"
}

.icon-twitter:before {
	content: "\e905"
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

body,
html {
	height: 100%;
	box-sizing: border-box
}

body {
	position: relative;
	font-size: 14px;
	font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
	font-weight: 700;
	color: #fff;
	background-color: #232439
}

.entry-content p{
	font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
}

.l-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px
}

*,
:after,
:before {
	box-sizing: inherit
}

.hidden {
	display: none
}

.hidden--svg {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none
}

img {
	height: auto;
	max-width: 100%
}

ul {
	
	padding: 0 0 0 30px!important;
	font-size:18px;
}
ul  li{
	padding-top:5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	transition: all .3s ease-out
}

a:focus,
a:hover {
	outline: 0
}

input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input::-ms-clear {
	display: none
}

textarea {
	overflow: auto;
	resize: vertical
}

.logo-box,
picture {
	display: block
}

.logo {
	display: inline-block;
	transition: all .3s ease-out
}

.logo__img {
	display: block;
	max-width: 158px
}

.logo__text {
	color: #fff;
	display: block;
	font-weight: 900;
	font-size: 14px;
	line-height: 109.1%;
	letter-spacing: -.03em;
	text-transform: uppercase;
	margin-left: 16px;
	transition: all .3s ease-out
}

.logo:active {
	opacity: .8
}

.btn {
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%);
	box-shadow: 0 2px 21px rgba(170, 54, 152, .6);
	border: 0;
	padding: 16px 30px;
	font-size: 18px;
	line-height: 1.35;
	border-radius: 90px;
	transition: all .15s ease-in-out
}

.btn:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%);
	border-radius: 90px;
	transition: all .35s ease
}

.btn:hover {
	background: #c74394
}

.btn:hover:after {
	opacity: 0
}

.btn:active {
	background: #c1398d
}

.btn--block {
	display: block;
	width: 100%
}

.title {
	font-weight: 700;
	font-size: 14px;
	line-height: 98.1%;
	letter-spacing: -.03em;
	text-transform: uppercase
}

.title__name {
	font-weight: 700;
	color: #d3707b
}

.title__mark {
	color: #7a219d
}

.event-title {
	font-size: 18px;
	margin-bottom: 22px
}

.about-text,
.event-title {
	font-weight: 700;
	line-height: 98.1%;
	letter-spacing: -.03em;
	text-transform: uppercase
}

.about-text {
	position: relative;
	font-size: 14px
}

.section-title {
	font-weight: 900;
	font-size: 32px;
	line-height: 1.219;
	text-transform: uppercase;
	margin-bottom: 18px
}

.section-title--gradient span {
	-webkit-background-clip: text;
	background-clip: text;
	color: #c74394
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text) {
	.section-title--gradient span {
		color: transparent;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%)
	}
}

.content p {
	font-weight: 700;
	font-size: 14px;
	line-height: 2.285;
	margin-bottom: 34px
}

.message {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px
}

.message__title {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.23;
	text-transform: uppercase;
	margin-bottom: 50px
}

.message__text {
	font-size: 18px
}

.gradient {
	-webkit-background-clip: text;
	background-clip: text;
	color: #c74394
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text) {
	.gradient {
		color: transparent;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%)
	}
}

.gallery__item {
	width: 100%;
	padding-bottom: 59.26%;
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
	transition: all .3s ease-out
}

.gallery__item:before {
	opacity: 0;
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, .4);
	transition: opacity .15s ease
}

.gallery__item:after {
	opacity: 0;
	pointer-events: none;
	content: "\e906";
	font-family: "icomoon";
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	transition: opacity .3s ease
}

.gallery__item:hover:after,
.gallery__item:hover:before {
	opacity: 1
}

.gallery__item:hover .gallery__img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.gallery__item--size-md {
	padding-bottom: 61.7%;
	margin-bottom: 15px;
	border-radius: 10px
}

.gallery__item--size-lg {
	padding-bottom: 73%;
	margin-bottom: 12px;
	border-radius: 10px
}

.gallery__img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease
}

.gallery__img--poly {
	font-family: "object-fit: cover; object-position: center;"
}

.gallery--margin {
	margin-bottom: 15px
}

.sec-picture {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 124px;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.sec-picture__img {
	display: block;
	max-height: 100%
}

.advantage__head {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.advantage__head:after {
	content: "";
	display: block;
	background-color: #fbf64d;
	border-radius: 60px;
	width: 26.3%;
	height: 5.04%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 1.7%
}

.advantage__head--shadow {
	-webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45))
}

.advantage__head-content {
	position: relative;
	min-height: 81px;
	width: 100%;
	min-width: 100%;
	text-align: center;
	background: linear-gradient(180deg, #7a219d 0, #c74394 56.77%, #fced4c)
}

.advantage__head-content-inner {
	padding: 7px 10px 22px
}

.advantage__icon-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	height: 36px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto
}

.advantage__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	max-height: 100%;
	display: block
}

.advantage__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.214;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.advantage__body {
	margin-top: -25px;
	background: linear-gradient(120.99deg, #232439 7.23%, #3a3a4e 92.04%);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
	border-radius: 10px;
	padding: 32px 5px 21px
}

.advantage__item {
	position: relative;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: .08em;
	margin-bottom: 7px
}

.advantage__item:before {
	content: "∗";
	color: #fbf64d;
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px
}

.advantage__item:last-child {
	margin-bottom: 0
}

.advantage--height {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.advantage--height .advantage__head {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.advantage--height .advantage__body {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.is-clipped-bottom {
	-webkit-clip-path: url(#bottom-clip-path);
	clip-path: url(#bottom-clip-path)
}

.is-clipped-top-bottom {
	-webkit-clip-path: url(#top-bottom-clip-path);
	clip-path: url(#top-bottom-clip-path)
}

.is-clipped-left-right {
	-webkit-clip-path: url(#left-right-clip-path);
	clip-path: url(#left-right-clip-path)
}

.case {
	position: relative;
	border-radius: 28px;
	overflow: hidden
}

.case:after,
.case:before {
	content: "";
	display: block;
	background: linear-gradient(180deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%);
	border-radius: 60px;
	width: 16.46%;
	height: 1.3%;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 1.7%;
	box-shadow: 0 0 5px rgba(181, 59, 151, .6)
}

.case:before {
	top: 4px
}

.case:after {
	bottom: 0
}

.case__inner {
	background: linear-gradient(210.99deg, #232439 7.23%, #3a3a4e 92.04%);
	-webkit-clip-path: url(#top-bottom-clip-path);
	clip-path: url(#top-bottom-clip-path)
}

.case__content {
	padding: 30px 20px
}

.case--shadow {
	-webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45))
}

.form {
	text-align: center
}

.form__item {
	margin-bottom: 18px
}

.form__item:last-child {
	margin-bottom: 0
}

.form__btn {
	max-width: 305px;
	margin-left: auto;
	margin-right: auto
}

.form__footer {
	margin-top: 20px
}

.form__title {
	font-size: 18px;
	line-height: 1.555;
	color: #d3d3d3;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.form__title,
.input {
	font-weight: 700;
	letter-spacing: .08em
}

.input {
	display: block;
	width: 100%;
	height: 56px;
	padding: 12px 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	background-color: #2a2a3e;
	background-clip: padding-box;
	border: 1px solid #2d2d43;
	box-shadow: inset 0 -4px 12px rgba(0, 0, 0, .1), inset 0 4px 12px rgba(0, 0, 0, .1);
	border-radius: 110px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input::-webkit-input-placeholder {
	color: #494958
}

.input:-moz-placeholder,
.input::-moz-placeholder {
	color: #494958
}

.input:-ms-input-placeholder {
	color: #494958
}

.input:focus {
	outline: 0;
	box-shadow: inset 0 -4px 12px rgba(0, 0, 0, .3), inset 0 4px 12px rgba(0, 0, 0, .3)
}

.select2-container:focus {
	outline: 0
}

.select2-container * {
	outline: 0
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	height: 56px
}

.select2-container--default .select2-selection--single {
	background-color: #2a2a3e;
	border: 1px solid #2d2d43;
	box-shadow: inset 0 -4px 12px rgba(0, 0, 0, .1), inset 0 4px 12px rgba(0, 0, 0, .1);
	border-radius: 110px;
	text-align: left
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #494958
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 54px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .08em
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 55px;
	height: 54px
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #2a2a3e
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3e2042
}

.select2-container--focus .select2-container--default .select2-selection--single {
	outline: 0;
	box-shadow: inset 0 -4px 12px rgba(0, 0, 0, .3), inset 0 4px 12px rgba(0, 0, 0, .3)
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px
}

.select2-dropdown {
	background-color: #2a2a3e;
	border: 1px solid #2d2d43;
	border-radius: 20px;
	overflow: hidden
}

.select2-results__option {
	padding: 20px 20px
}

.social {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.social__item-link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin-right: 25px;
	transition: all .3s ease-out
}

.social__item-link:before {
	font-family: "icomoon";
	font-size: inherit;
	color: inherit;
	display: block;
	line-height: 1;
	transition: all .3s ease-out
}

.social__item-link:last-child {
	margin-right: 0
}

.social__item-link:hover {
	color: #c74394
}

.social__item-link:active {
	opacity: .8
}

.social__item-link--inst:before {
	content: "\e904"
}

.social__item-link--fb:before {
	content: "\e903"
}

.social__item-link--tw:before {
	content: "\e905"
}

.social__item-link--youtube:before {
	content: "\e909"
}

.social__item-link--vk:before {
	content: "\e908"
}

.social__item-link--telegram:before {
	content: "\e907"
}

.social__item-link--sm {
	font-size: 15px
}

.footer-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25;
	opacity: .6;
	margin-bottom: 12px
}

.mail {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline;
	padding-left: 26px;
	transition: all .3s ease-out
}

.mail:before {
	content: "\e902";
	font-family: "icomoon";
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .3s ease-out
}

.mail:hover {
	text-decoration: none;
	color: #c74394
}

.mail:hover:before {
	color: #c74394
}

.mail:active {
	opacity: .8
}

.grid {
	margin-left: -6px;
	margin-right: -6px
}

.grid:after {
	content: "";
	display: block;
	clear: both
}

.grid__item,
.grid__sizer {
	position: relative;
	width: 50%
}

.grid__item {
	float: left;
	padding: 6px
}

.grid__item--width4 {
	width: 100%
}

.grid__item--height-first .grid__item-inner {
	padding-bottom: 52%
}

.grid__item--height2 .grid__item-inner {
	padding-bottom: 146.8%
}

.grid__item--height3 .grid__item-inner {
	padding-bottom: 220.2%
}

.grid__item-inner {
	position: relative;
	width: 100%;
	padding-bottom: 73.4%;
	border-radius: 10px;
	-webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	overflow: hidden;
	transition: all .3s ease-out
}

.grid__item-inner:hover {
	cursor: pointer
}

.grid__item-inner:hover:after,
.grid__item-inner:hover:before {
	opacity: 1
}

.grid__item-inner:hover .grid__img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1)
}

.grid__item-inner:before {
	opacity: 0;
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, .4);
	transition: opacity .15s ease
}

.grid__item-inner:after {
	opacity: 0;
	pointer-events: none;
	content: "\e906";
	font-family: "icomoon";
	font-size: 55px;
	font-weight: 100;
	line-height: 1;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	transition: opacity .3s ease
}

.grid__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
	transition: all .35s ease
}

.event__title {
	font-size: 44px;
	font-size: 32px;
	line-height: 1.227;
	letter-spacing: -.03em;
	margin-bottom: 26px
}

.event__media-title,
.event__title {
	font-weight: 900;
	text-transform: uppercase
}

.event__media-title {
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 20px
}

.event__mark {
	-webkit-background-clip: text;
	background-clip: text;
	color: #c74394
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text) {
	.event__mark {
		color: transparent;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%)
	}
}

.event__tag {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	transition: all .3s ease-out
}

.event__tag:hover {
	color: #c74394
}

.event__tag:active {
	opacity: .8
}

.event__video-wrap {
	width: 100%;
	max-height: 324px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 28px;
	overflow: hidden
}

.event__video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.event__btn {
	max-width: 305px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto
}

.event-tabs__control {
	margin-left: -16px;
	margin-right: -16px
}

.event-tabs__content {
	position: relative
}

.event-tabs__content-item {
	-webkit-animation: e .8s ease-out;
	animation: e .8s ease-out
}

.event-tabs__content-item.active {
	opacity: 1;
	display: block
}

.events-title {
	font-weight: 900;
	font-size: 32px;
	line-height: 1.219;
	letter-spacing: -.03em;
	text-transform: uppercase;
	margin-bottom: 20px
}

.events-title span {
	-webkit-background-clip: text;
	background-clip: text;
	color: #c74394
}

@supports ((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text) {
	.events-title span {
		color: transparent;
		-webkit-text-fill-color: transparent;
		background-image: linear-gradient(259.09deg, #7a219d -1.34%, #c74394 63.44%, #fced4c 112.78%)
	}
}

.slider:not(.slick-initialized) .slider__slide {
	display: none
}

.slider__slide {
	position: relative;
	margin: 0 3px;
	margin: 0 21px;
	text-align: center;
	transition: all .5s ease-out
}

.slider__slide:focus {
	outline: 0
}

.slider__slide.slick-current.slick-center {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.slider__slide.slick-current.slick-center .slider__title {
	opacity: 1;
	padding-left: 0;
	padding-right: 0
}

.slider__img-box {
	position: relative;
	padding-bottom: 52.5%;
	margin: 12px 0;
	-webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, .45));
	border-radius: 28px;
	overflow: hidden;
	transition: all .5s ease-out
}

.slider__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}

.slider__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .08em;
	color: #d3d3d3;
	padding: 0 5px;
	opacity: 0;
	transition: all .5s ease-out
}

.slider .slick-arrow {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
	font: inherit;
	color: inherit;
	text-align: inherit;
	background: transparent;
	cursor: pointer;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	font-size: 0;
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: linear-gradient(120.99deg, #232439 7.23%, #3a3a4e 92.04%);
	background-color: #232439;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	overflow: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -24px;
	z-index: 1;
	transition: all .3s ease-out
}

.slider .slick-arrow::-moz-focus-inner {
	border: 0;
	padding: 0
}

.slider .slick-arrow:before {
	font-family: "icomoon";
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: block;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slider .slick-arrow:hover {
	background: #c74394
}

.slider .slick-arrow:active {
	opacity: .8
}

.slider .slick-arrow.slick-prev {
	left: 0
}

.slider .slick-arrow.slick-prev:before {
	content: "\e900";
	margin-right: .05em
}

.slider .slick-arrow.slick-next {
	right: 0
}

.slider .slick-arrow.slick-next:before {
	content: "\e901";
	margin-left: .05em
}

.slider .slick-track {
	padding-top: 30px;
	padding-bottom: 30px
}

.slider--short .slider__title {
	opacity: 1
}

.time-slider {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px)
}

.time-slider:not(.slick-initialized) .time-slider__slide {
	display: none
}

.time-slider__slide {
	position: relative;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px
}

.time-slider__slide:hover {
	cursor: pointer
}

.time-slider__slide:hover .time-slider__month {
	background: #c74394;
	color: #fff
}

.time-slider__slide:focus {
	outline: 0
}

.time-slider__slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: calc(50% + 5px);
	pointer-events: none
}

.time-slider__slide:after {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background: linear-gradient(0deg, #fced4c 0, #c74394 0, #7a219d);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -7px;
	pointer-events: none
}

.time-slider__slide.slick-current .time-slider__slide-inner:after {
	top: -30px;
	opacity: 1
}

.time-slider__slide-inner {
	position: relative
}

.time-slider__slide-inner:after {
	content: "";
	display: block;
	width: 24px;
	height: 23px;
	background: url(../img/star.png) 50% no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .3s ease-out;
	opacity: 0;
	pointer-events: none
}

.time-slider__month {
	position: relative;
	margin-top: 24px;
	display: inline-block;
	padding: 2px 4px;
	color: #021b43;
	font-weight: 700;
	font-size: 8px;
	line-height: 1.2;
	letter-spacing: .08em;
	background: #fbf64d;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
	border-radius: 6px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
	transition: all .3s ease-out
}

.time-slider .slick-list:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #000 0, #7a219d 6%, transparent 9%, transparent 91%, #7a219d 94%, #000);
	position: absolute;
	top: 38px;
	z-index: 1
}

.time-slider .slick-track {
	padding-top: 38px
}

.time-slider-year {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.214;
	letter-spacing: .08em;
	color: #fff;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, .45)
}

.time-tabs__content-item {
	opacity: 0;
	display: none;
	-webkit-animation: b .8s ease-out;
	animation: b .8s ease-out
}

.time-tabs__content-item.active {
	opacity: 1;
	display: block
}

.demo {
	text-align: center;
	padding: 30px 10px
}

.video-wrap {
	width: 100%;
	max-height: 324px;
	position: relative;
	padding-bottom: 56.3%;
	height: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .45)
}

.video-wrap iframe,
.video-wrap object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-wrap--bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(41, 41, 41, .4), rgba(41, 41, 41, .4));
	z-index: 1;
	pointer-events: none
}

.video-wrap--margin {
	margin-bottom: 15px
}

.l-header {
	margin-left: 6px
}

.l-section-top {
	padding-top: 32px;
	padding-bottom: 50px
}

.l-about {
	position: relative;
	padding-top: 40px;
	max-width: 100%;
	width: 100%
}

.l-about__top {
	min-height: 65px;
	padding-right: 124px;
	margin-bottom: 16px
}

.l-about__bottom-text {
	min-height: 85px;
	position: relative;
	padding-top: 15px;
	padding-right: 82px
}

.l-about__bottom-text:before {
	content: "";
	display: block;
	width: 61px;
	height: 2px;
	background: linear-gradient(90deg, #fced4c 0, #c74394 0, #7a219d);
	position: absolute;
	top: 0;
	left: 0
}

.l-about__gallery {
	margin-top: 36px
}

.l-advantages {
	margin-bottom: 50px
}

.l-advantages__col {
	margin-bottom: 10px
}

.l-reg {
	margin-bottom: 50px
}

.l-footer {
	background-color: #25263c;
	padding: 37px 10px;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center
}

.l-footer__social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px
}

.l-events {
	margin-bottom: 34px
}

.l-content {
	padding-bottom: 25px
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: .4
	}
	to {
		-webkit-transform: scale(2.264);
		transform: scale(2.264);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(.1);
		transform: scale(.1);
		opacity: 0
	}
	50% {
		opacity: .4
	}
	to {
		-webkit-transform: scale(2.264);
		transform: scale(2.264);
		opacity: 0
	}
}

@-webkit-keyframes b {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes b {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeUp {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeUp {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeDown {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeDown {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes e {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5
	}
	to {
		display: block;
		opacity: 1
	}
}

@keyframes e {
	0% {
		display: none;
		opacity: 0
	}
	1% {
		display: block;
		opacity: 0
	}
	50% {
		opacity: .5
	}
	to {
		display: block;
		opacity: 1
	}
}

@-webkit-keyframes fadeUpInScale {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}
	1% {
		display: block;
		opacity: .1;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	50% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fadeUpInScale {
	0% {
		display: none;
		opacity: 0;
		-webkit-transform: scale(.1);
		transform: scale(.1)
	}
	1% {
		display: block;
		opacity: .1;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	50% {
		opacity: .5;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}
	to {
		display: block;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes ripple {
	to {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5)
	}
}

@keyframes ripple {
	to {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5)
	}
}

@-webkit-keyframes anim-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.4999% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.5% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	24.9999% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	37.4999% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	37.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	49.9999% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	62.4999% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	62.5% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
	74.9999% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
	75% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	87.4999% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	87.5% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg)
	}
	99.9999% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg)
	}
}

@keyframes anim-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.4999% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	12.5% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	24.9999% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	37.4999% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	37.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	49.9999% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	62.4999% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	62.5% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
	74.9999% {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg)
	}
	75% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	87.4999% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	87.5% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg)
	}
	99.9999% {
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg)
	}
}

.pt-page-rotateCarouselTopOut {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: j .8s both ease;
	animation: j .8s both ease
}

.pt-page-rotateCarouselTopIn {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: k .8s both ease;
	animation: k .8s both ease
}

.pt-page-ontop {
	z-index: 999
}

@media only screen and (min-width:360px) {
	.time-slider__month {
		font-size: 9px
	}
}

@media only screen and (min-width:481px) {
	.time-slider__month {
		font-size: 10px
	}
	.l-about__top {
		padding-right: 170px
	}
	.l-about__bottom-text {
		padding-right: 124px
	}
}

@media only screen and (min-width:576px) {
	.l-wrapper {
		background: url(../img/svg/bg-dots-right.svg) top 0 right 0/241px 1014px repeat-y, url(../img/svg/bg-dots-left.svg) top 0 left 0/317px 1014px repeat-y;
		background-size: 96.4px 405.6px, 126.8px 405.6px;
		background-attachment: fixed
	}
	.grid__item {
		height: 201px
	}
	.grid__item .grid__item-inner {
		padding-bottom: 0;
		height: 100%
	}
	.grid__item--height-first {
		height: 275px
	}
	.grid__item--height2 {
		height: 402px
	}
	.grid__item--height3 {
		height: 603px
	}
	.slider__slide.slick-current {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15)
	}
	.slider .slick-arrow.slick-prev {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.slider .slick-arrow.slick-next {
		-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
		transform: translate(50%, -50%)
	}
}

@media only screen and (min-width:768px) {
	.logo__img {
		max-width: 250px
	}
	.logo__text {
		font-size: 23px;
		margin-top: 6px;
		margin-left: 56px
	}
	.title {
		font-size: 20px;
		line-height: 1.23
	}
	.event-title {
		font-size: 32px;
		margin-bottom: 40px
	}
	.about-text {
		font-size: 20px;
		line-height: 1.23
	}
	.section-title {
		font-size: 42px
	}
	.message__title {
		font-size: 32px
	}
	.message__text {
		font-size: 22px
	}
	.gallery__item:after {
		font-size: 50px
	}
	.gallery__item--size-md {
		padding-bottom: 73%;
		margin-bottom: 15px;
		border-radius: 18px
	}
	.gallery__item--size-lg {
		border-radius: 18px
	}
	.gallery--margin {
		margin-bottom: 20px
	}
	.sec-picture {
		max-width: 250px;
		-webkit-transform: translate(30px, -100px);
		-ms-transform: translate(30px, -100px);
		transform: translate(30px, -100px)
	}
	.advantage__head-content-inner {
		padding: 16px 15px 31px
	}
	.advantage__body {
		margin-top: -45px;
		padding-top: 65px;
		padding-left: 10px;
		padding-right: 10px
	}
	.advantage__icon-box {
		height: 60px
	}
	.advantage__icon,
	.advantage__icon--hat {
		width: 54px
	}
	.advantage__icon--handshake {
		width: 62px
	}
	.advantage__icon--rocket {
		width: 52px
	}
	.advantage__icon--megaphone {
		width: 46px
	}
	.advantage__title {
		font-size: 27px
	}
	.advantage__item {
		font-size: 16px;
		margin-bottom: 17px
	}
	.advantage__item:before {
		font-size: 20px
	}
	.case__content {
		padding: 90px 60px
	}
	.social__item-link {
		font-size: 27px;
		margin-right: 46px
	}
	.social__item-link--sm {
		font-size: 22px
	}
	.footer-text {
		font-size: 16px;
		margin-bottom: 18px
	}
	.mail {
		font-size: 20px;
		padding-left: 38px
	}
	.mail:before {
		font-size: 19px
	}
	.grid__item {
		height: 261px
	}
	.grid__item--height-first {
		height: 275px
	}
	.grid__item--height2 {
		height: 522px
	}
	.grid__item--height3 {
		height: 783px
	}
	.events-title {
		max-width: 70%;
		font-size: 58px;
		margin-bottom: 35px
	}
	.slider__slide {
		margin-left: 30px;
		margin-right: 30px
	}
	.slider .slick-arrow {
		width: 35px;
		height: 35px
	}
	.slider .slick-arrow:before {
		font-size: 14px
	}
	.time-slider__slide {
		margin-left: 10px;
		margin-right: 10px
	}
	.time-slider__slide:before {
		height: 4px;
		left: calc(50% + 10px)
	}
	.time-slider__slide:after {
		width: 4px;
		height: 15px;
		border-radius: 4px
	}
	.time-slider__slide.slick-current .time-slider__slide-inner:after {
		top: -38px
	}
	.time-slider__slide-inner:after {
		width: 34px;
		height: 33px
	}
	.time-slider__month {
		font-size: 12px;
		padding: 4px 8px;
		min-width: 70px
	}
	.time-slider .slick-list:before {
		height: 4px
	}
	.time-slider-year {
		font-size: 16px
	}
	.video-wrap {
		border-radius: 18px
	}
	.video-wrap--margin {
		margin-bottom: 25px
	}
	.l-about__top {
		padding-right: 250px
	}
	.l-about__bottom-text {
		padding-right: 174px
	}
	.l-about__gallery {
		margin-top: 75px
	}
	.l-footer__social {
		margin-top: 30px
	}
	.l-events {
		margin-bottom: 42px
	}
	.l-content {
		padding-bottom: 45px
	}
}

@media only screen and (min-width:992px) {
	.l-wrapper {
		padding-left: 0;
		padding-right: 0;
		background-size: 168.7px 709.8px, 221.9px 709.8px
	}
	.logo__img {
		max-width: 300px
	}
	.logo__text {
		font-size: 27px;
		margin-left: 77px
	}
	.about-text,
	.title {
		font-size: 24px
	}
	.message {
		padding-top: 53px;
		padding-bottom: 53px
	}
	.sec-picture {
		max-width: 320px
	}
	.advantage__item {
		margin-bottom: 12px
	}
	.case:after,
	.case:before {
		height: 16.5%;
		width: .77%;
		margin-left: 0
	}
	.case:before {
		left: 3px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.case:after {
		left: auto;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.case__inner {
		-webkit-clip-path: url(#left-right-clip-path);
		clip-path: url(#left-right-clip-path);
		background: linear-gradient(120.99deg, #232439 7.23%, #3a3a4e 92.04%)
	}
	.case__content {
		padding: 30px 50px
	}
	.form__row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form__item {
		-webkit-flex: 0 0 33.3333%;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		width: 33.3333%;
		margin: 0;
		padding: 10px
	}
	.grid__item,
	.grid__sizer {
		width: 25%
	}
	.grid__item {
		height: 176px
	}
	.grid__item--width2 {
		width: 50%
	}
	.grid__item--width3 {
		width: 75%
	}
	.grid__item--width4 {
		width: 100%
	}
	.grid__item--height-first {
		height: 319px
	}
	.grid__item--height2 {
		height: 352px
	}
	.grid__item--height3 {
		height: 528px
	}
	.event__media-title,
	.event__title {
		text-transform: none;
		padding-top: 7px
	}
	.event__media-title {
		margin-bottom: 26px
	}
	.events-title {
		font-size: 65px
	}
	.slider__slide {
		margin-left: 20px;
		margin-right: 20px
	}
	.slider__title {
		opacity: 1
	}
	.slider .slick-arrow.slick-prev {
		-webkit-transform: translate(-65%, -50%);
		-ms-transform: translate(-65%, -50%);
		transform: translate(-65%, -50%)
	}
	.slider .slick-arrow.slick-next {
		-webkit-transform: translate(65%, -50%);
		-ms-transform: translate(65%, -50%);
		transform: translate(65%, -50%)
	}
	.time-slider-year {
		font-size: 18px
	}
	.demo {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.l-section-top {
		padding-top: 46px
	}
	.l-about__inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.l-about__top {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 135px
	}
	.l-about__gallery {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 15px;
		margin-bottom: 15px
	}
	.l-about__bottom-text {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding-right: 0
	}
	.l-about__bottom-text:before {
		content: none
	}
	.l-footer {
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:1200px) {
	.btn {
		font-size: 20px;
		font-weight: 600;
		padding-top: 21px;
		padding-bottom: 21px
	}
	.title {
		font-size: 30px
	}
	.event-title,
	.title,
	.title__name {
		font-weight: 900
	}
	.event-title {
		font-size: 56px;
		line-height: 1.08;
		margin-bottom: 52px
	}
	.about-text {
		font-size: 30px
	}
	.about-text,
	.about-text__name {
		font-weight: 900
	}
	.content p {
		font-size: 18px;
		line-height: 1.778
	}
	.gallery__item--size-lg,
	.gallery__item--size-md {
		border-radius: 28px
	}
	.input {
		padding: 16px 30px
	}
	.input,
	.select2-container .select2-selection--multiple,
	.select2-container .select2-selection--single {
		height: 64px
	}
	.select2-container--default .select2-selection .select2-selection__rendered {
		line-height: 62px
	}
	.select2-container--default .select2-selection .select2-selection__arrow {
		height: 62px
	}
	.grid {
		margin-left: -10px;
		margin-right: -10px
	}
	.grid__item {
		height: 211px;
		padding: 15px
	}
	.grid__item--height-first {
		height: 540px
	}
	.grid__item--height2 {
		height: 422px
	}
	.grid__item--height3 {
		height: 633px
	}
	.event__title {
		font-size: 40px
	}
	.event__media-title {
		font-size: 30px;
		padding-top: 16px
	}
	.event__tag {
		font-size: 18px
	}
	.event-tabs__control {
		margin-left: -40px;
		margin-right: -40px
	}
	.events-title {
		font-size: 85px
	}
	.slider__slide {
		margin-left: 40px;
		margin-right: 40px
	}
	.slider__slide.slick-current {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3)
	}
	.slider__img-box {
		margin-top: 25px;
		margin-bottom: 25px
	}
	.slider__title {
		font-size: 16px
	}
	.slider .slick-track {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.time-slider__slide.slick-current .time-slider__slide-inner:after {
		top: -47px
	}
	.time-slider__slide-inner:after {
		width: 44px;
		height: 33px
	}
	.time-slider__month {
		font-size: 16px;
		min-width: 90px
	}
	.time-slider .slick-list:before {
		top: 48px
	}
	.time-slider .slick-track {
		padding-top: 48px
	}
	.time-slider-year {
		font-size: 24px
	}
	.demo {
		padding-top: 65px;
		padding-bottom: 65px
	}
	.video-wrap {
		border-radius: 28px;
		padding-bottom: 47.2%
	}
	.video-wrap--margin {
		margin-bottom: 35px
	}
	.l-events {
		margin-bottom: 55px
	}
	.l-content {
		padding-bottom: 65px
	}
}

@media only screen and (min-width:1400px) {
	.l-wrapper {
		background-size: 241px 1014px, 317px 1014px
	}
	.logo__img {
		max-width: 381px
	}
	.logo__text {
		font-size: 34px;
		margin-left: 85px;
		margin-top: 8px
	}
	.section-title {
		font-size: 44px;
		margin-bottom: 30px
	}
	.advantage__item {
		font-size: 18px
	}
	.advantage__item:before {
		font-size: 23px
	}
	.case__content {
		padding-top: 32px;
		padding-left: 45px;
		padding-right: 45px
	}
	.form__item {
		padding-left: 15px;
		padding-right: 15px
	}
	.form__title {
		margin-bottom: 23px
	}
	.grid {
		margin-left: -15px;
		margin-right: -15px
	}
	.grid__item {
		height: 228px;
		padding: 15px
	}
	.grid__item--height-first {
		height: 584px
	}
	.grid__item--height2 {
		height: 456px
	}
	.grid__item--height3 {
		height: 684px
	}
	.grid__item-inner {
		border-radius: 28px
	}
	.event__title {
		font-size: 44px
	}
	.event__media-title {
		padding-top: 20px
	}
	.event-tabs__control {
		margin-left: -50px;
		margin-right: -50px
	}
	.events-title {
		font-size: 100px
	}
	.slider__slide {
		margin-left: 50px;
		margin-right: 50px
	}
	.slider__slide:first-child.slick-current,
	.slider__slide:last-child.slick-current {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3)
	}
	.slider__slide.slick-current.slick-center {
		-webkit-transform: scale(1.45);
		-ms-transform: scale(1.45);
		transform: scale(1.45)
	}
	.slider__title {
		font-size: 17px
	}
	.slider__img-box {
		padding-bottom: 59%
	}
	.slider .slick-track {
		padding-top: 65px;
		padding-bottom: 65px
	}
	.slider .slick-arrow {
		width: 43px;
		height: 43px
	}
	.slider .slick-arrow:before {
		font-size: 18px
	}
	.slider--short .slider__slide.slick-current {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	.time-slider__slide {
		margin-left: 19px;
		margin-right: 19px
	}
	.time-slider__slide:before {
		left: calc(50% + 19px)
	}
	.time-slider__month {
		padding: 8px 10px;
		min-width: 104px;
		margin-top: 28px
	}
	.time-slider-year {
		font-size: 30px
	}
	.l-section-top {
		padding-top: 60px;
		padding-bottom: 108px
	}
	.l-about {
		padding-top: 157px
	}
	.l-about__gallery {
		margin-bottom: 25px
	}
	.l-advantages {
		padding-bottom: 76px
	}
	.l-footer {
		padding-top: 54px;
		padding-bottom: 54px
	}
}
.banner__video {
    width: 100%;
    margin-top: 75px;
    opacity: .8;
}
@media (max-width:768px) {
    .banner__video {
        margin-top: 25px;
    }
}
.slick-arrow {
	position: absolute;
	right: -30px;
	top: 25px;
	background: url(../img/arrow.png);
	border: 0;
	font-size: 0;
	width: 55px;
	height: 53px;
	z-index: 55;
	cursor: pointer;
}
.slick-arrow.slick-prev {
	left: -30px;
	transform: rotate(180deg);
}
.content ol {
	font-size: 18px;
    line-height: 1.778;
	list-style: disc;
}
.tabs{
	padding: 120px 0 70px;
}
.tabs-container{
	/*background: linear-gradient(24.48deg, #232439 15.33%, #3A3A4E 86.05%);
	box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.15), 4px 4px 8px rgba(0, 0, 0, 0.45);*/
	border-radius: 28px;
	position: relative;
}
.tabs-before{
	display: flex;
	width: 100%;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.tabs-before-first:before{
	content: '';
	width: 1194px;
	height: 131px;
	background: url(../img/bg/bg-1-2.webp);
	position: absolute;
	left: -12px;
	top: -111px;
	z-index: 2;
}
.tabs-before-second:before{
	content: '';
	width: 1194px;
	height: 131px;
	background: url(../img/bg/bg-2-2.webp);
	position: absolute;
	left: -12px;
	top: -111px;
	z-index: 2;
}
.tabs-before-item.active{
	z-index: 4;
}
.tabs-nav{
	display: flex;
	width: 100%;
	top: -100px;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.tabs-nav li{
	flex: 0 1 50%;
	text-align: center;
	color: #717171;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 42.25px;
	padding: 20px 0;
	cursor: pointer;

}
.tabs-nav li.active{
	color: #fff;
	cursor:default
}

.tabs-btn{
	width: 45%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 42.25px;
	padding: 20px 0;
	cursor: pointer;
}
#tab01 .tabs-btn{
	
}
#tab02 .tabs-btn{
	margin-left: auto;
}

.tabs-body{
	/*height: 724px;*/
	background: linear-gradient(24.48deg, #232439 15.33%, #3A3A4E 86.05%);
	box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.15), 4px 4px 8px rgba(0, 0, 0, 0.45);
	border-radius: 28px;
}
.tabs-item{
	/*display: none;*/
	padding: 55px;
	padding-bottom: 30px;
	display: none;
	width: 1170px;
	padding-top: 10px;
	position: relative;
}
#tab01{
	
	/*background: url(../img/bg/bg-1-1.svg) no-repeat;*/
}
#tab02{
	background: linear-gradient(327deg, #232439 15.33%, #3A3A4E 86.05%);
	/*background: url(../img/bg/bg-2-1.svg) no-repeat;*/
}

.tabs-item.active{
	z-index: 3;
	display: block;
}
.tabs-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tabs-links a{
	display: flex;
	width: 212px;
	height: 212px;
	justify-content: center;
	align-items: center;
}
.tabs-links a>div{
	width: 152px;
	height: 152px;
	border-radius: 28px;
	position: relative;
	transition: .4s;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.tabs-links a>div img{
	width: 100%;
	height: auto;
	position: relative;
}
.tabs-links a.active>div,
.tabs-links a:hover>div{
	width: 186px;
	height: 186px;
	padding: 4px;
//	background: linear-gradient(259.09deg, #7A219D 0%, #C74394 63.44%, #FCED4C 113%);
//	filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.45));
	transition: .4s;
	border-radius: 30px;
}
.tabs-content{
	background: #2D2D43;
	color: #fff;
	border-radius: 12px;
	margin: auto;
    max-width: 1000px;
}
.tabs-content-item{
	display: none;
}
.tabs-content-item.active{
	display: flex;
	padding: 20px 45px 20px 20px;
}
.tabs-content-img{
	width: 121px;
	height: 121px;
	border-radius: 28px;
	margin-right: 15px;
	padding: 2px;
}
.tabs-content-img img{
	width: 100%;
	border-radius: 26px;
}
.tabs-content-item p{
	font-size: 14px;
	line-height: 1.4;
	color: #E1E1E1
}
.tabs-content-item .text{
	width: calc(100% - 136px);
}
.tabs-content-item .text a{
	display: block;
	text-decoration: none;
	color: #fff;
	width: 190px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #fff;
	border-radius: 22px;
	margin-left: auto;
}

.accordion-nav{
	height: 64px;
	background: #2A2A3E;
	border: 1px solid #2D2D43;
	box-shadow: inset 0px -4px 12px rgba(0, 0, 0, 0.1), inset 0px 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}
.accordion-nav:after{
	content: '';
	display: block;
	width: 32px;
	height: 18px;
	background: url(../img/icons/arrow-w.svg) center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	margin-left: auto;
	transition: all 1s ease;
}
.accordion-content{
	display: none;
}
.accordion-item:not(:last-child).active{
	margin-bottom: 30px;
}
.accordion-item.active .accordion-nav span{
	background: linear-gradient(226.28deg, #7A219D -1.34%, #C74394 63.44%, #FCED4C 112.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 700;
}
.accordion-item.active .accordion-nav:after{
	transform: rotate(0deg);
	transition: .4s;
}
.tabs-content-item p {
	margin-bottom: 1rem;
}

.partners_button {
    margin-bottom: 35px;
    position: absolute;
    right: 0;
    top: 70px;
}
.partners_button a{
	color: #fff;
}

@media (max-width: 767px){
	.partners_button {
		position: relative;
		top: 0;
	}
	.tabs{
		padding-top: 50px;
	}
	.tabs-before{
		top: 50px;
		left: 12px;
	}
	.tabs-body,
	.tabs-container{
		border-radius: 12px;
	}
	.tabs-before-first:before,
	.tabs-before-second:before{
		width: 328px;
		height: 73px;
	}
	.tabs-before-first:before{
		background: url(../img/bg/bg-1-mob-r.png) center top no-repeat;
	}
	.tabs-before-second:before{
		background: url(../img/bg/bg-2-mob-r.png) center top no-repeat;
	}
	.tabs-nav{
		top: -55px;
	}
	.tabs-nav li{
		font-size: 14px;
		padding: 10px 0;
	}
	.tabs-links a{
		width: 57px;
		height: 57px;
	}
	.tabs-links a>div,
	.tabs-links a.active>div, 
	.tabs-links a:hover>div{
		width: 47px;
		height: 47px;
		
	}
	.tabs-links a>div,
	.tabs-links a>div img{
		border-radius: 9px;
	}
	.tabs-links a.active>div, .tabs-links a:hover>div{
		padding: 1px;
	}
	.tabs-item{
		width: 100%;
		padding: 20px;
	}
	.tabs-content-item.active{
		flex-direction: column;
	}
	.tabs-content-img{
		width: 56px;
		height: 56px;
		border-radius: 9px;
		margin: 0 auto 15px;
		padding: 1px;
	}
	.tabs-content-img img{
		border-radius: 8px;
	}
	.tabs-content-item .text{
		width: 100%
	}
	.accordion-nav{
		height: 46px;
		font-size: 14px;
		padding: 0 10px;
	}
	.accordion-nav:after{
		width: 14px;
		height: 8px;
	}
	.tabs-links{
		margin: 15px auto;
	}
	.tabs-content-item .text a{
		margin: auto;
	}
	.tabs-content-item.active{
		padding: 15px 10px 35px;
	}
	.promocod{
		float: none;
		margin: 20px auto;
	}
	.tabs-body{
		background: linear-gradient(52deg, #232439 15.33%, #3A3A4E 86.05%);
	}
	#tab02{
		background: linear-gradient(287deg, #232439 15.33%, #3A3A4E 86.05%);
	}
	.mob-col-1{
		display: inline-block;
		width: 220px;
	}
	.mob-col-2{
		display: inline-block;
		width: 260px;
	}

	footer{
		padding: 30px 0;
	}
	.footer-text{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.footer-email{
		margin-bottom: 15px;
	}
	.footer-email a{
		font-size: 16px;
	}
	.footer-email img{
		width: 18px;
	}
	.footer-social a{
		margin: 0 10px;
	}
	.footer-social a img{
		width: 20px;
	}
}