@charset "utf-8";

/**********************************************
* grid
***********************************************/
.l-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.l-row-img {
	width: 100%;
	height: auto;
}
.l-no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.l-no-gutters > .l-col,
.l-no-gutters > [class*="l-col-"] {
	padding-right: 0;
	padding-left: 0;
}
.l-col-1,
.l-col-2,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12,
.l-col,
.l-col-auto,
.l-col-sm-1,
.l-col-sm-2,
.l-col-sm-3,
.l-col-sm-4,
.l-col-sm-5,
.l-col-sm-6,
.l-col-sm-7,
.l-col-sm-8,
.l-col-sm-9,
.l-col-sm-10,
.l-col-sm-11,
.l-col-sm-12,
.l-col-sm,
.l-col-sm-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.l-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.l-col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.l-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.l-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.l-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.l-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.l-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.l-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.l-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.l-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.l-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.l-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.l-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.l-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.l-order-first {
	-ms-flex-order: -1;
	order: -1;
}
.l-order-last {
	-ms-flex-order: 13;
	order: 13;
}
.l-order-0 {
	-ms-flex-order: 0;
	order: 0;
}
.l-order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.l-order-2 {
	-ms-flex-order: 2;
	order: 2;
}
.l-order-3 {
	-ms-flex-order: 3;
	order: 3;
}
.l-order-4 {
	-ms-flex-order: 4;
	order: 4;
}
.l-order-5 {
	-ms-flex-order: 5;
	order: 5;
}
.l-order-6 {
	-ms-flex-order: 6;
	order: 6;
}
.l-order-7 {
	-ms-flex-order: 7;
	order: 7;
}
.l-order-8 {
	-ms-flex-order: 8;
	order: 8;
}
.l-order-9 {
	-ms-flex-order: 9;
	order: 9;
}
.l-order-10 {
	-ms-flex-order: 10;
	order: 10;
}
.l-order-11 {
	-ms-flex-order: 11;
	order: 11;
}
.l-order-12 {
	-ms-flex-order: 12;
	order: 12;
}
.l-offset-1 {
	margin-left: 8.333333%;
}
.l-offset-2 {
	margin-left: 16.666667%;
}
.l-offset-3 {
	margin-left: 25%;
}
.l-offset-4 {
	margin-left: 33.333333%;
}
.l-offset-5 {
	margin-left: 41.666667%;
}
.l-offset-6 {
	margin-left: 50%;
}
.l-offset-7 {
	margin-left: 58.333333%;
}
.l-offset-8 {
	margin-left: 66.666667%;
}
.l-offset-9 {
	margin-left: 75%;
}
.l-offset-10 {
	margin-left: 83.333333%;
}
.l-offset-11 {
	margin-left: 91.666667%;
}
@media (max-width: 767px) {
	.l-row {
		margin-right: -7px;
		margin-left: -7px;
	}
	.l-no-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	.l-col-1,
	.l-col-2,
	.l-col-3,
	.l-col-4,
	.l-col-5,
	.l-col-6,
	.l-col-7,
	.l-col-8,
	.l-col-9,
	.l-col-10,
	.l-col-11,
	.l-col-12,
	.l-col,
	.l-col-auto,
	.l-col-sm-1,
	.l-col-sm-2,
	.l-col-sm-3,
	.l-col-sm-4,
	.l-col-sm-5,
	.l-col-sm-6,
	.l-col-sm-7,
	.l-col-sm-8,
	.l-col-sm-9,
	.l-col-sm-10,
	.l-col-sm-11,
	.l-col-sm-12,
	.l-col-sm,
	.l-col-sm-auto {
		padding-right: 7px;
		padding-left: 7px;
	}
	.l-col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.l-col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.l-col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.l-col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.l-col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.l-col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.l-col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.l-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.l-col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.l-col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.l-col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.l-col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.l-col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.l-col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.l-order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.l-order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.l-order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.l-order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.l-order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.l-order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.l-order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.l-order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.l-order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.l-order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.l-order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.l-order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.l-order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.l-order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.l-order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.l-offset-sm-0 {
		margin-left: 0;
	}
	.l-offset-sm-1 {
		margin-left: 8.333333%;
	}
	.l-offset-sm-2 {
		margin-left: 16.666667%;
	}
	.l-offset-sm-3 {
		margin-left: 25%;
	}
	.l-offset-sm-4 {
		margin-left: 33.333333%;
	}
	.l-offset-sm-5 {
		margin-left: 41.666667%;
	}
	.l-offset-sm-6 {
		margin-left: 50%;
	}
	.l-offset-sm-7 {
		margin-left: 58.333333%;
	}
	.l-offset-sm-8 {
		margin-left: 66.666667%;
	}
	.l-offset-sm-9 {
		margin-left: 75%;
	}
	.l-offset-sm-10 {
		margin-left: 83.333333%;
	}
	.l-offset-sm-11 {
		margin-left: 91.666667%;
	}
}

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