/*--------------------------------------------------------------
ACORDEON
--------------------------------------------------------------*/
.acordeon{
	margin-bottom: 1em;
}
.acordeon-header{
	display: flex;
	cursor: pointer;
	align-items: center;
}

.acordeon-icon{
	margin-left: auto;
}


.acordeon-content{
	transition: all 300ms;
	height: 0;
	overflow: hidden;
}

.acordeon.open .acordeon-content{
	transition: all 300ms;
	height: auto;
	margin-top: 1em;
}

.acordeon .is_open{
	display: none;
}
.acordeon.open .is_open{
	display: initial;
}
.acordeon .is_closed{
	display: initial;
}
.acordeon.open .is_closed{
	display: none;
}

/*--------------------------------------------------------------
ASPECT RATIO
--------------------------------------------------------------*/
.ar-16_9{
	aspect-ratio: 16/9;
}
.ar-9_16{
	aspect-ratio: 9/16;
}
.ar-4_3{
	aspect-ratio: 4/3;
}
.ar-1_1{
	aspect-ratio: 1/1;
}
.ar-4_5{
	aspect-ratio: 4/5;
}
.ar-5_4{
	aspect-ratio: 5/4;
}
.ar-3_2{
	aspect-ratio: 3/2;
}
.ar-32_9{
	aspect-ratio: 32/9;
}

	@media(min-width:768px){
		.sm\:ar-16_9{
			aspect-ratio: 16/9;
		}
		.sm\:ar-9_16{
			aspect-ratio: 9/16;
		}
		.sm\:ar-4_3{
			aspect-ratio: 4/3;
		}
		.sm\:ar-1_1{
			aspect-ratio: 1/1;
		}
		.sm\:ar-4_5{
			aspect-ratio: 4/5;
		}
		.sm\:ar-5_4{
			aspect-ratio: 5/4;
		}
		.sm\:ar-3_2{
			aspect-ratio: 3/2;
		}
		.sm\:ar-32_9{
			aspect-ratio: 32/9;
		}
	}
	@media(min-width:992px){
		.md\:ar-16_9{
			aspect-ratio: 16/9;
		}
		.md\:ar-9_16{
			aspect-ratio: 9/16;
		}
		.md\:ar-4_3{
			aspect-ratio: 4/3;
		}
		.md\:ar-1_1{
			aspect-ratio: 1/1;
		}
		.md\:ar-4_5{
			aspect-ratio: 4/5;
		}
		.md\:ar-5_4{
			aspect-ratio: 5/4;
		}
		.md\:ar-3_2{
			aspect-ratio: 3/2;
		}
		.md\:ar-32_9{
			aspect-ratio: 32/9;
		}
	}
	@media(min-width:1200px){
		.lg\:ar-16_9{
			aspect-ratio: 16/9;
		}
		.lg\:ar-9_16{
			aspect-ratio: 9/16;
		}
		.lg\:ar-4_3{
			aspect-ratio: 4/3;
		}
		.lg\:ar-1_1{
			aspect-ratio: 1/1;
		}
		.lg\:ar-4_5{
			aspect-ratio: 4/5;
		}
		.lg\:ar-5_4{
			aspect-ratio: 5/4;
		}
		.lg\:ar-3_2{
			aspect-ratio: 3/2;
		}
		.lg\:ar-32_9{
			aspect-ratio: 32/9;
		}
	}


/*--------------------------------------------------------------
BACKGROUND
--------------------------------------------------------------*/
.background-fff{
	background-color: #fff;
}
.background-grey{
	background-color: var(--grey);
}
.hover-background-grey:hover{
	background-color: var(--grey);
}
.background-light-grey{
	background-color: var(--light-grey);
}
.hover-background-light-grey:hover{
	background-color: var(--light-grey);
}

.background-color-main{
	background-color: var(--main-color);
}
.background-color-alt{
	background-color: var(--alt-color);
}
.background-color-alt-2{
	background-color: var(--alt-2-color);
}
.background-color-alt-3{
	background-color: var(--alt-3-color);
}
.background-color-light{
	background-color: var(--light-color);
}
.background-color-dark-grey{
	background-color: var(--dark-grey);
}
.background-color-grey{
	background-color: var(--grey);
}
.background-color-light-grey{
	background-color: var(--light-grey);
}
.background-color-main-color-grey{
	background-color: var(--main-color-grey);
}
.background-color-bg-grey{
	background-color: var(--background-grey);
}

.bg-color-main-color{
	background: var(--main-color);
}
	.bg-color-main-color_after:before{
		background: var(--main-color);
	}
	.bg-color-main-color_before:before{
		background: var(--main-color);
	}
.bg-color-alt-color{
	background: var(--alt-color);
}
	.bg-color-alt-color_before:before{
		background: var(--alt-color);
	}
	.bg-color-alt-color_after:after{
		background: var(--alt-color);
	}
.bg-color-alt-2-color{
	background: var(--alt-2-color);
}
	.bg-color-alt-2-color_before:before{
		background: var(--alt-2-color);
	}
	.bg-color-alt-2-color_after:after{
		background: var(--alt-2-color);
	}
.bg-color-alt-3-color{
	background: var(--alt-3-color);
}
	.bg-color-alt-3-color_before:before{
		background: var(--alt-3-color);
	}
	.bg-color-alt-3-color_after:after{
		background: var(--alt-3-color);
	}
.bg-color-dark-grey{
	background: var(--dark-grey);
}
	.bg-color-dark-grey_before:before{
		background: var(--dark-grey);
	}
	.bg-color-dark-grey_after:after{
		background: var(--dark-grey);
	}
.bg-color-grey{
	background: var(--grey);
}
	.bg-color-grey_before:before{
		background: var(--grey);
	}
	.bg-color-grey_after:after{
		background: var(--grey);
	}
.bg-color-light-grey{
	background: var(--light-grey);
}
	.bg-color-light-grey_before:before{
		background: var(--light-grey);
	}
	.bg-color-light-grey_after:after{
		background: var(--light-grey);
	}
.bg-color-main-color-grey{
	background: var(--main-color-grey);
}

.bg-color-main-color_800{
	background: var(--main-color_800);
}
.bg-color-main-color_700{
	background: var(--main-color_700);
}
.bg-color-main-color_600{
	background: var(--main-color_600);
}
.bg-color-main-color_500{
	background: var(--main-color_500);
}
.bg-color-main-color_400{
	background: var(--main-color_400);
}
.bg-color-main-color_300{
	background: var(--main-color_300);
}
.bg-color-main-color_200{
	background: var(--main-color_200);
}
.bg-color-main-color_100{
	background: var(--main-color_100);
}
.bg-color-main-color_50{
	background: var(--main-color_50);
}



.bg-color-grey_800{
	background: var(--grey_800);
}
	.bg-color-grey_800_before:before{
		background: var(--grey_800);
	}
	.bg-color-grey_800_after:after{
		background: var(--grey_800);
	}
.bg-color-grey_700{
	background: var(--grey_700);
}
	.bg-color-grey_700_before:before{
		background: var(--grey_700);
	}
	.bg-color-grey_700_after:after{
		background: var(--grey_700);
	}
.bg-color-grey_600{
	background: var(--grey_600);
}
	.bg-color-grey_600_before:before{
		background: var(--grey_600);
	}
	.bg-color-grey_600_after:after{
		background: var(--grey_600);
	}
.bg-color-grey_500{
	background: var(--grey_500);
}
	.bg-color-grey_500_before:before{
		background: var(--grey_500);
	}
	.bg-color-grey_500_after:after{
		background: var(--grey_500);
	}
.bg-color-grey_400{
	background: var(--grey_400);
}
	.bg-color-grey_400_before:before{
		background: var(--grey_400);
	}
	.bg-color-grey_400_after:after{
		background: var(--grey_400);
	}
.bg-color-grey_300{
	background: var(--grey_300);
}
	.bg-color-grey_300_before:before{
		background: var(--grey_300);
	}
	.bg-color-grey_300_after:after{
		background: var(--grey_300);
	}
.bg-color-grey_200{
	background: var(--grey_200);
}
	.bg-color-grey_200_before:before{
		background: var(--grey_200);
	}
	.bg-color-grey_200_after:after{
		background: var(--grey_200);
	}
.bg-color-grey_100{
	background: var(--grey_100);
}
	.bg-color-grey_100_before:before{
		background: var(--grey_100);
	}
	.bg-color-grey_100_after:after{
		background: var(--grey_100);
	}
.bg-color-grey_50{
	background: var(--grey_50);
}
	.bg-color-grey_50_before:before{
		background: var(--grey_50);
	}
	.bg-color-grey_50_after:after{
		background: var(--grey_50);
	}

.bg-color-green{
	background: var(--green);
}
.bg-color-fff{
	background: #fff;
}
.bg-color-transparent{
	background-color: transparent;
}

.bg-color-main_200{
	background-color: var(--main-color_200);
}
.bg-color-alt_200{
	background-color: var(--alt-color_200);
}
.bg-color-alt-2_200{
	background-color: var(--alt-2-color_200);
}
.bg-color-alt-3_200{
	background-color: var(--alt-3-color_200);
}

.bg-color-main_100{
	background-color: var(--main-color_100);
}
.bg-color-alt_100{
	background-color: var(--alt-color_100);
}
.bg-color-alt-2_100{
	background-color: var(--alt-2-color_100);
}
.bg-color-alt-3_100{
	background-color: var(--alt-3-color_100);
}

.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}

.bg-top-right{
	background-position: top right;
}


	@media(min-width:768px){

		.sm\:bg-color-main-color{
			background: var(--main-color);
		}
		.sm\:bg-color-alt-color{
			background: var(--alt-color);
		}
		.sm\:bg-color-alt-2-color{
			background: var(--alt-2-color);
		}
		.sm\:bg-color-alt-3-color{
			background: var(--alt-3-color);
		}
		.sm\:bg-color-dark-grey{
			background: var(--dark-grey);
		}
		.sm\:bg-color-grey{
			background: var(--grey);
		}
		.sm\:bg-color-light-grey{
			background: var(--light-grey);
		}
		.sm\:bg-color-main-color-grey{
			background: var(--main-color-grey);
		}
		.sm\:bg-color-green{
			background: var(--green);
		}
		.sm\:bg-color-fff{
			background: #fff;
		}
		.sm\:bg-color-transparent{
			background-color: transparent;
		}

		.sm\:bg-color-main_200{
			background-color: var(--main-color_200);
		}
		.sm\:bg-color-alt_200{
			background-color: var(--alt-color_200);
		}
		.sm\:bg-color-alt-2_200{
			background-color: var(--alt-2-color_200);
		}
		.sm\:bg-color-alt-3_200{
			background-color: var(--alt-3-color_200);
		}

		.sm\:bg-color-main_100{
			background-color: var(--main-color_100);
		}
		.sm\:bg-color-alt_100{
			background-color: var(--alt-color_100);
		}
		.sm\:bg-color-alt-2_100{
			background-color: var(--alt-2-color_100);
		}
		.sm\:bg-color-alt-3_100{
			background-color: var(--alt-3-color_100);
		}

		.sm\:bg-cover{
			background-size: cover;
		}
		.sm\:bg-center{
			background-position: center;
		}
	}
	@media(min-width:992px){
		.md\:bg-color-main-color{
			background: var(--main-color);
		}
		.md\:bg-color-alt-color{
			background: var(--alt-color);
		}
		.md\:bg-color-alt-2-color{
			background: var(--alt-2-color);
		}
		.md\:bg-color-alt-3-color{
			background: var(--alt-3-color);
		}
		.md\:bg-color-dark-grey{
			background: var(--dark-grey);
		}
		.md\:bg-color-grey{
			background: var(--grey);
		}
		.md\:bg-color-light-grey{
			background: var(--light-grey);
		}
		.md\:bg-color-main-color-grey{
			background: var(--main-color-grey);
		}
		.md\:bg-color-green{
			background: var(--green);
		}
		.md\:bg-color-fff{
			background: #fff;
		}
		.md\:bg-color-transparent{
			background-color: transparent;
		}

		.md\:bg-color-main_200{
			background-color: var(--main-color_200);
		}
		.md\:bg-color-alt_200{
			background-color: var(--alt-color_200);
		}
		.md\:bg-color-alt-2_200{
			background-color: var(--alt-2-color_200);
		}
		.md\:bg-color-alt-3_200{
			background-color: var(--alt-3-color_200);
		}

		.md\:bg-color-main_100{
			background-color: var(--main-color_100);
		}
		.md\:bg-color-alt_100{
			background-color: var(--alt-color_100);
		}
		.md\:bg-color-alt-2_100{
			background-color: var(--alt-2-color_100);
		}
		.md\:bg-color-alt-3_100{
			background-color: var(--alt-3-color_100);
		}

		.md\:bg-cover{
			background-size: cover;
		}
		.md\:bg-center{
			background-position: center;
		}
	}
	@media(min-width:1200px){
		.lg\:bg-color-main-color{
			background: var(--main-color);
		}
		.lg\:bg-color-alt-color{
			background: var(--alt-color);
		}
		.lg\:bg-color-alt-2-color{
			background: var(--alt-2-color);
		}
		.lg\:bg-color-alt-3-color{
			background: var(--alt-3-color);
		}
		.lg\:bg-color-dark-grey{
			background: var(--dark-grey);
		}
		.lg\:bg-color-grey{
			background: var(--grey);
		}
		.lg\:bg-color-light-grey{
			background: var(--light-grey);
		}
		.lg\:bg-color-main-color-grey{
			background: var(--main-color-grey);
		}
		.lg\:bg-color-green{
			background: var(--green);
		}
		.lg\:bg-color-fff{
			background: #fff;
		}
		.lg\:bg-color-transparent{
			background-color: transparent;
		}

		.lg\:bg-color-main_200{
			background-color: var(--main-color_200);
		}
		.lg\:bg-color-alt_200{
			background-color: var(--alt-color_200);
		}
		.lg\:bg-color-alt-2_200{
			background-color: var(--alt-2-color_200);
		}
		.lg\:bg-color-alt-3_200{
			background-color: var(--alt-3-color_200);
		}

		.lg\:bg-color-main_100{
			background-color: var(--main-color_100);
		}
		.lg\:bg-color-alt_100{
			background-color: var(--alt-color_100);
		}
		.lg\:bg-color-alt-2_100{
			background-color: var(--alt-2-color_100);
		}
		.lg\:bg-color-alt-3_100{
			background-color: var(--alt-3-color_100);
		}

		.lg\:bg-cover{
			background-size: cover;
		}
		.lg\:bg-center{
			background-position: center;
		}
	}

[class*="bg-split"]{
	position: relative;
}
.bg-split-content{
	position: relative;
	z-index: 1;
}
.bg-split-50:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
}
.bg-split-50:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
BORDER
--------------------------------------------------------------*/

	/*STYLE*/
	.bs-solid{
		border-style: solid;
	}
	.bs-t-solid{
		border-top-style: solid;
	}
	.bs-r-solid{
		border-right-style: solid;
	}
	.bs-b-solid{
		border-bottom-style: solid;
	}
	.bs-l-solid{
		border-left-style: solid;
	}

	.bs-dashed{
		border-style: dashed;
	}
	.bs-t-dashed{
		border-top-style: dashed;
	}
	.bs-r-dashed{
		border-right-style: dashed;
	}
	.bs-b-dashed{
		border-bottom-style: dashed;
	}
	.bs-l-dashed{
		border-left-style: dashed;
	}

	@media(min-width:768px){
		.sm\:bs-solid{
			border-style: solid;
		}
		.sm\:bs-t-solid{
			border-top-style: solid;
		}
		.sm\:bs-r-solid{
			border-right-style: solid;
		}
		.sm\:bs-b-solid{
			border-bottom-style: solid;
		}
		.sm\:bs-l-solid{
			border-left-style: solid;
		}
	}
	@media(min-width:992px){
		.md\:bs-solid{
			border-style: solid;
		}
		.md\:bs-t-solid{
			border-top-style: solid;
		}
		.md\:bs-r-solid{
			border-right-style: solid;
		}
		.md\:bs-b-solid{
			border-bottom-style: solid;
		}
		.md\:bs-l-solid{
			border-left-style: solid;
		}
	}
	@media(min-width:1200px){
		.lg\:bs-solid{
			border-style: solid;
		}
		.lg\:bs-t-solid{
			border-top-style: solid;
		}
		.lg\:bs-r-solid{
			border-right-style: solid;
		}
		.lg\:bs-b-solid{
			border-bottom-style: solid;
		}
		.lg\:bs-l-solid{
			border-left-style: solid;
		}
	}

	/*RADIUS*/
	.br-0_1{
		border-radius: 0.1em;
	}
	.br-0_2{
		border-radius: 0.2em;
	}
	.br-0_3{
		border-radius: 0.3em;
	}
	.br-0_4{
		border-radius: 0.4em;
	}
	.br-0_5{
		border-radius: 0.5em;
	}
	.br-0_6{
		border-radius: 0.6em;
	}
	.br-0_7{
		border-radius: 0.7em;
	}
	.br-0_8{
		border-radius: 0.8em;
	}
	.br-0_9{
		border-radius: 0.9em;
	}
	.br-1{
		border-radius: 1em;
	}

	.br-tl-0_1{
		border-top-left-radius: 0.1em;
	}
	.br-tl-0_2{
		border-top-left-radius: 0.2em;
	}
	.br-tl-0_3{
		border-top-left-radius: 0.3em;
	}
	.br-tl-0_4{
		border-top-left-radius: 0.4em;
	}
	.br-tl-0_5{
		border-top-left-radius: 0.5em;
	}
	.br-tl-0_6{
		border-top-left-radius: 0.6em;
	}
	.br-tl-0_7{
		border-top-left-radius: 0.7em;
	}
	.br-tl-0_8{
		border-top-left-radius: 0.8em;
	}
	.br-tl-0_9{
		border-top-left-radius: 0.9em;
	}
	.br-tl-1{
		border-top-left-radius: 1em;
	}

	.br-tr-0_1{
		border-top-right-radius: 0.1em;
	}
	.br-tr-0_2{
		border-top-right-radius: 0.2em;
	}
	.br-tr-0_3{
		border-top-right-radius: 0.3em;
	}
	.br-tr-0_4{
		border-top-right-radius: 0.4em;
	}
	.br-tr-0_5{
		border-top-right-radius: 0.5em;
	}
	.br-tr-0_6{
		border-top-right-radius: 0.6em;
	}
	.br-tr-0_7{
		border-top-right-radius: 0.7em;
	}
	.br-tr-0_8{
		border-top-right-radius: 0.8em;
	}
	.br-tr-0_9{
		border-top-right-radius: 0.9em;
	}
	.br-tr-1{
		border-top-right-radius: 1em;
	}

	.br-br-0_1{
		border-bottom-right-radius: 0.1em;
	}
	.br-br-0_2{
		border-bottom-right-radius: 0.2em;
	}
	.br-br-0_3{
		border-bottom-right-radius: 0.3em;
	}
	.br-br-0_4{
		border-bottom-right-radius: 0.4em;
	}
	.br-br-0_5{
		border-bottom-right-radius: 0.5em;
	}
	.br-br-0_6{
		border-bottom-right-radius: 0.6em;
	}
	.br-br-0_7{
		border-bottom-right-radius: 0.7em;
	}
	.br-br-0_8{
		border-bottom-right-radius: 0.8em;
	}
	.br-br-0_9{
		border-bottom-right-radius: 0.9em;
	}
	.br-br-1{
		border-bottom-right-radius: 1em;
	}

	.br-bl-0_1{
		border-bottom-left-radius: 0.1em;
	}
	.br-bl-0_2{
		border-bottom-left-radius: 0.2em;
	}
	.br-bl-0_3{
		border-bottom-left-radius: 0.3em;
	}
	.br-bl-0_4{
		border-bottom-left-radius: 0.4em;
	}
	.br-bl-0_5{
		border-bottom-left-radius: 0.5em;
	}
	.br-bl-0_6{
		border-bottom-left-radius: 0.6em;
	}
	.br-bl-0_7{
		border-bottom-left-radius: 0.7em;
	}
	.br-bl-0_8{
		border-bottom-left-radius: 0.8em;
	}
	.br-bl-0_9{
		border-bottom-left-radius: 0.9em;
	}
	.br-bl-1{
		border-bottom-left-radius: 1em;
	}

	@media(min-width:768px){
		.sm\:br-0_1{
			border-radius: 0.1em;
		}
		.sm\:br-0_2{
			border-radius: 0.2em;
		}
		.sm\:br-0_3{
			border-radius: 0.3em;
		}
		.sm\:br-0_4{
			border-radius: 0.4em;
		}
		.sm\:br-0_5{
			border-radius: 0.5em;
		}
		.sm\:br-0_6{
			border-radius: 0.6em;
		}
		.sm\:br-0_7{
			border-radius: 0.7em;
		}
		.sm\:br-0_8{
			border-radius: 0.8em;
		}
		.sm\:br-0_9{
			border-radius: 0.9em;
		}
		.sm\:br-1{
			border-radius: 1em;
		}

		.sm\:br-tl-0_1{
			border-top-left-radius: 0.1em;
		}
		.sm\:br-tl-0_2{
			border-top-left-radius: 0.2em;
		}
		.sm\:br-tl-0_3{
			border-top-left-radius: 0.3em;
		}
		.sm\:br-tl-0_4{
			border-top-left-radius: 0.4em;
		}
		.sm\:br-tl-0_5{
			border-top-left-radius: 0.5em;
		}
		.sm\:br-tl-0_6{
			border-top-left-radius: 0.6em;
		}
		.sm\:br-tl-0_7{
			border-top-left-radius: 0.7em;
		}
		.sm\:br-tl-0_8{
			border-top-left-radius: 0.8em;
		}
		.sm\:br-tl-0_9{
			border-top-left-radius: 0.9em;
		}
		.sm\:br-tl-1{
			border-top-left-radius: 1em;
		}

		.sm\:br-tr-0_1{
			border-top-right-radius: 0.1em;
		}
		.sm\:br-tr-0_2{
			border-top-right-radius: 0.2em;
		}
		.sm\:br-tr-0_3{
			border-top-right-radius: 0.3em;
		}
		.sm\:br-tr-0_4{
			border-top-right-radius: 0.4em;
		}
		.sm\:br-tr-0_5{
			border-top-right-radius: 0.5em;
		}
		.sm\:br-tr-0_6{
			border-top-right-radius: 0.6em;
		}
		.sm\:br-tr-0_7{
			border-top-right-radius: 0.7em;
		}
		.sm\:br-tr-0_8{
			border-top-right-radius: 0.8em;
		}
		.sm\:br-tr-0_9{
			border-top-right-radius: 0.9em;
		}
		.sm\:br-tr-1{
			border-top-right-radius: 1em;
		}

		.sm\:br-br-0_1{
			border-bottom-right-radius: 0.1em;
		}
		.sm\:br-br-0_2{
			border-bottom-right-radius: 0.2em;
		}
		.sm\:br-br-0_3{
			border-bottom-right-radius: 0.3em;
		}
		.sm\:br-br-0_4{
			border-bottom-right-radius: 0.4em;
		}
		.sm\:br-br-0_5{
			border-bottom-right-radius: 0.5em;
		}
		.sm\:br-br-0_6{
			border-bottom-right-radius: 0.6em;
		}
		.sm\:br-br-0_7{
			border-bottom-right-radius: 0.7em;
		}
		.sm\:br-br-0_8{
			border-bottom-right-radius: 0.8em;
		}
		.sm\:br-br-0_9{
			border-bottom-right-radius: 0.9em;
		}
		.sm\:br-br-1{
			border-bottom-right-radius: 1em;
		}

		.sm\:br-bl-0_1{
			border-bottom-left-radius: 0.1em;
		}
		.sm\:br-bl-0_2{
			border-bottom-left-radius: 0.2em;
		}
		.sm\:br-bl-0_3{
			border-bottom-left-radius: 0.3em;
		}
		.sm\:br-bl-0_4{
			border-bottom-left-radius: 0.4em;
		}
		.sm\:br-bl-0_5{
			border-bottom-left-radius: 0.5em;
		}
		.sm\:br-bl-0_6{
			border-bottom-left-radius: 0.6em;
		}
		.sm\:br-bl-0_7{
			border-bottom-left-radius: 0.7em;
		}
		.sm\:br-bl-0_8{
			border-bottom-left-radius: 0.8em;
		}
		.sm\:br-bl-0_9{
			border-bottom-left-radius: 0.9em;
		}
		.sm\:br-bl-1{
			border-bottom-left-radius: 1em;
		}
	}
	@media(min-width:992px){
		.md:\br-0_1{
			border-radius: 0.1em;
		}
		.md:\br-0_2{
			border-radius: 0.2em;
		}
		.md:\br-0_3{
			border-radius: 0.3em;
		}
		.md:\br-0_4{
			border-radius: 0.4em;
		}
		.md:\br-0_5{
			border-radius: 0.5em;
		}
		.md:\br-0_6{
			border-radius: 0.6em;
		}
		.md:\br-0_7{
			border-radius: 0.7em;
		}
		.md:\br-0_8{
			border-radius: 0.8em;
		}
		.md:\br-0_9{
			border-radius: 0.9em;
		}
		.md:\br-1{
			border-radius: 1em;
		}

		.md\:br-tl-0_1{
			border-top-left-radius: 0.1em;
		}
		.md\:br-tl-0_2{
			border-top-left-radius: 0.2em;
		}
		.md\:br-tl-0_3{
			border-top-left-radius: 0.3em;
		}
		.md\:br-tl-0_4{
			border-top-left-radius: 0.4em;
		}
		.md\:br-tl-0_5{
			border-top-left-radius: 0.5em;
		}
		.md\:br-tl-0_6{
			border-top-left-radius: 0.6em;
		}
		.md\:br-tl-0_7{
			border-top-left-radius: 0.7em;
		}
		.md\:br-tl-0_8{
			border-top-left-radius: 0.8em;
		}
		.md\:br-tl-0_9{
			border-top-left-radius: 0.9em;
		}
		.md\:br-tl-1{
			border-top-left-radius: 1em;
		}

		.md\:br-tr-0_1{
			border-top-right-radius: 0.1em;
		}
		.md\:br-tr-0_2{
			border-top-right-radius: 0.2em;
		}
		.md\:br-tr-0_3{
			border-top-right-radius: 0.3em;
		}
		.md\:br-tr-0_4{
			border-top-right-radius: 0.4em;
		}
		.md\:br-tr-0_5{
			border-top-right-radius: 0.5em;
		}
		.md\:br-tr-0_6{
			border-top-right-radius: 0.6em;
		}
		.md\:br-tr-0_7{
			border-top-right-radius: 0.7em;
		}
		.md\:br-tr-0_8{
			border-top-right-radius: 0.8em;
		}
		.md\:br-tr-0_9{
			border-top-right-radius: 0.9em;
		}
		.md\:br-tr-1{
			border-top-right-radius: 1em;
		}

		.md\:br-br-0_1{
			border-bottom-right-radius: 0.1em;
		}
		.md\:br-br-0_2{
			border-bottom-right-radius: 0.2em;
		}
		.md\:br-br-0_3{
			border-bottom-right-radius: 0.3em;
		}
		.md\:br-br-0_4{
			border-bottom-right-radius: 0.4em;
		}
		.md\:br-br-0_5{
			border-bottom-right-radius: 0.5em;
		}
		.md\:br-br-0_6{
			border-bottom-right-radius: 0.6em;
		}
		.md\:br-br-0_7{
			border-bottom-right-radius: 0.7em;
		}
		.md\:br-br-0_8{
			border-bottom-right-radius: 0.8em;
		}
		.md\:br-br-0_9{
			border-bottom-right-radius: 0.9em;
		}
		.md\:br-br-1{
			border-bottom-right-radius: 1em;
		}

		.md\:br-bl-0_1{
			border-bottom-left-radius: 0.1em;
		}
		.md\:br-bl-0_2{
			border-bottom-left-radius: 0.2em;
		}
		.md\:br-bl-0_3{
			border-bottom-left-radius: 0.3em;
		}
		.md\:br-bl-0_4{
			border-bottom-left-radius: 0.4em;
		}
		.md\:br-bl-0_5{
			border-bottom-left-radius: 0.5em;
		}
		.md\:br-bl-0_6{
			border-bottom-left-radius: 0.6em;
		}
		.md\:br-bl-0_7{
			border-bottom-left-radius: 0.7em;
		}
		.md\:br-bl-0_8{
			border-bottom-left-radius: 0.8em;
		}
		.md\:br-bl-0_9{
			border-bottom-left-radius: 0.9em;
		}
		.md\:br-bl-1{
			border-bottom-left-radius: 1em;
		}
	}
	@media(min-width:1200px){
		.lg\:br-0_1{
			border-radius: 0.1em;
		}
		.lg\:br-0_2{
			border-radius: 0.2em;
		}
		.lg\:br-0_3{
			border-radius: 0.3em;
		}
		.lg\:br-0_4{
			border-radius: 0.4em;
		}
		.lg\:br-0_5{
			border-radius: 0.5em;
		}
		.lg\:br-0_6{
			border-radius: 0.6em;
		}
		.lg\:br-0_7{
			border-radius: 0.7em;
		}
		.lg\:br-0_8{
			border-radius: 0.8em;
		}
		.lg\:br-0_9{
			border-radius: 0.9em;
		}
		.lg\:br-1{
			border-radius: 1em;
		}

		.lg\:br-tl-0_1{
			border-top-left-radius: 0.1em;
		}
		.lg\:br-tl-0_2{
			border-top-left-radius: 0.2em;
		}
		.lg\:br-tl-0_3{
			border-top-left-radius: 0.3em;
		}
		.lg\:br-tl-0_4{
			border-top-left-radius: 0.4em;
		}
		.lg\:br-tl-0_5{
			border-top-left-radius: 0.5em;
		}
		.lg\:br-tl-0_6{
			border-top-left-radius: 0.6em;
		}
		.lg\:br-tl-0_7{
			border-top-left-radius: 0.7em;
		}
		.lg\:br-tl-0_8{
			border-top-left-radius: 0.8em;
		}
		.lg\:br-tl-0_9{
			border-top-left-radius: 0.9em;
		}
		.lg\:br-tl-1{
			border-top-left-radius: 1em;
		}

		.lg\:br-tr-0_1{
			border-top-right-radius: 0.1em;
		}
		.lg\:br-tr-0_2{
			border-top-right-radius: 0.2em;
		}
		.lg\:br-tr-0_3{
			border-top-right-radius: 0.3em;
		}
		.lg\:br-tr-0_4{
			border-top-right-radius: 0.4em;
		}
		.lg\:br-tr-0_5{
			border-top-right-radius: 0.5em;
		}
		.lg\:br-tr-0_6{
			border-top-right-radius: 0.6em;
		}
		.lg\:br-tr-0_7{
			border-top-right-radius: 0.7em;
		}
		.lg\:br-tr-0_8{
			border-top-right-radius: 0.8em;
		}
		.lg\:br-tr-0_9{
			border-top-right-radius: 0.9em;
		}
		.lg\:br-tr-1{
			border-top-right-radius: 1em;
		}

		.lg\:br-br-0_1{
			border-bottom-right-radius: 0.1em;
		}
		.lg\:br-br-0_2{
			border-bottom-right-radius: 0.2em;
		}
		.lg\:br-br-0_3{
			border-bottom-right-radius: 0.3em;
		}
		.lg\:br-br-0_4{
			border-bottom-right-radius: 0.4em;
		}
		.lg\:br-br-0_5{
			border-bottom-right-radius: 0.5em;
		}
		.lg\:br-br-0_6{
			border-bottom-right-radius: 0.6em;
		}
		.lg\:br-br-0_7{
			border-bottom-right-radius: 0.7em;
		}
		.lg\:br-br-0_8{
			border-bottom-right-radius: 0.8em;
		}
		.lg\:br-br-0_9{
			border-bottom-right-radius: 0.9em;
		}
		.lg\:br-br-1{
			border-bottom-right-radius: 1em;
		}

		.lg\:br-bl-0_1{
			border-bottom-left-radius: 0.1em;
		}
		.lg\:br-bl-0_2{
			border-bottom-left-radius: 0.2em;
		}
		.lg\:br-bl-0_3{
			border-bottom-left-radius: 0.3em;
		}
		.lg\:br-bl-0_4{
			border-bottom-left-radius: 0.4em;
		}
		.lg\:br-bl-0_5{
			border-bottom-left-radius: 0.5em;
		}
		.lg\:br-bl-0_6{
			border-bottom-left-radius: 0.6em;
		}
		.lg\:br-bl-0_7{
			border-bottom-left-radius: 0.7em;
		}
		.lg\:br-bl-0_8{
			border-bottom-left-radius: 0.8em;
		}
		.lg\:br-bl-0_9{
			border-bottom-left-radius: 0.9em;
		}
		.lg\:br-bl-1{
			border-bottom-left-radius: 1em;
		}
	}

	/*WIDTH*/
	.bw-0{
		border-width: 0px;
	}
	.bw-1{
		border-width: 1px;
	}

	.bw-t-0{
		border-top-width: 0px;
	}
	.bw-t-1{
		border-top-width: 1px;
	}

	.bw-t-2{
		border-top-width: 2px;
	}

	.bw-t-3{
		border-top-width: 3px;
	}

	.bw-t-4{
		border-top-width: 4px;
	}

	.bw-r-0{
		border-right-width: 0px;
	}
	.bw-r-1{
		border-right-width: 1px;
	}

	.bw-r-2{
		border-right-width: 2px;
	}

	.bw-r-3{
		border-right-width: 3px;
	}

	.bw-r-4{
		border-right-width: 4px;
	}

	.bw-b-0{
		border-bottom-width: 0px;
	}
	.bw-b-1{
		border-bottom-width: 1px;
	}
	.bw-b-2{
		border-bottom-width: 2px;
	}
	.bw-b-3{
		border-bottom-width: 3px;
	}
	.bw-b-4{
		border-bottom-width: 4px;
	}

	.bw-l-0{
		border-left-width: 0px;
	}
	.bw-l-1{
		border-left-width: 1px;
	}

	.bw-l-2{
		border-left-width: 2px;
	}

	.bw-l-3{
		border-left-width: 3px;
	}

	.bw-l-4{
		border-left-width: 4px;
	}

	@media(min-width:768px){
		.sm\:bw-0{
			border-width: 0px;
		}
		.sm\:bw-1{
			border-width: 1px;
		}

		.sm\:bw-t-0{
			border-top-width: 0px;
		}
		.sm\:bw-t-1{
			border-top-width: 1px;
		}

		.sm\:bw-t-2{
			border-top-width: 2px;
		}

		.sm\:bw-t-3{
			border-top-width: 3px;
		}

		.sm\:bw-t-4{
			border-top-width: 4px;
		}

		.sm\:bw-r-0{
			border-right-width: 0px;
		}
		.sm\:bw-r-1{
			border-right-width: 1px;
		}

		.sm\:bw-r-2{
			border-right-width: 2px;
		}

		.sm\:bw-r-3{
			border-right-width: 3px;
		}

		.sm\:bw-r-4{
			border-right-width: 4px;
		}

		.sm\:bw-b-0{
			border-bottom-width: 0px;
		}
		.sm\:bw-b-1{
			border-bottom-width: 1px;
		}

		.sm\:bw-b-2{
			border-bottom-width: 2px;
		}

		.sm\:bw-b-3{
			border-bottom-width: 3px;
		}

		.sm\:bw-b-4{
			border-bottom-width: 4px;
		}

		.sm\:bw-l-0{
			border-left-width: 0px;
		}
		.sm\:bw-l-1{
			border-left-width: 1px;
		}

		.sm\:bw-l-2{
			border-left-width: 2px;
		}

		.sm\:bw-l-3{
			border-left-width: 3px;
		}

		.sm\:bw-l-4{
			border-left-width: 4px;
		}
	}
	@media(min-width:992px){
		.md\:bw-0{
			border-width: 0px;
		}
		.md\:bw-1{
			border-width: 1px;
		}

		.md\:bw-t-0{
			border-top-width: 0px;
		}
		.md\:bw-t-1{
			border-top-width: 1px;
		}

		.md\:bw-t-2{
			border-top-width: 2px;
		}

		.md\:bw-t-3{
			border-top-width: 3px;
		}

		.md\:bw-t-4{
			border-top-width: 4px;
		}

		.md\:bw-r-0{
			border-right-width: 0px;
		}
		.md\:bw-r-1{
			border-right-width: 1px;
		}
		.md\:bw-r-2{
			border-right-width: 2px;
		}
		.md\:bw-r-3{
			border-right-width: 3px;
		}
		.md\:bw-r-4{
			border-right-width: 4px;
		}

		.md\:bw-b-0{
			border-bottom-width: 0px;
		}
		.md\:bw-b-1{
			border-bottom-width: 1px;
		}
		.md\:bw-b-2{
			border-bottom-width: 2px;
		}
		.md\:bw-b-3{
			border-bottom-width: 3px;
		}
		.md\:bw-b-4{
			border-bottom-width: 4px;
		}

		.md\:bw-l-0{
			border-left-width: 0px;
		}
		.md\:bw-l-1{
			border-left-width: 1px;
		}
		.md\:bw-l-2{
			border-left-width: 2px;
		}
		.md\:bw-l-3{
			border-left-width: 3px;
		}
		.md\:bw-l-4{
			border-left-width: 4px;
		}
	}
	@media(min-width:1200px){
		.lg\:bw-0{
			border-width: 0px;
		}
		.lg\:bw-1{
			border-width: 1px;
		}

		.lg\:bw-t-0{
			border-top-width: 0px;
		}
		.lg\:bw-t-1{
			border-top-width: 1px;
		}

		.lg\:bw-t-2{
			border-top-width: 2px;
		}

		.lg\:bw-t-3{
			border-top-width: 3px;
		}

		.lg\:bw-t-4{
			border-top-width: 4px;
		}

		.lg\:bw-r-0{
			border-right-width: 0px;
		}
		.lg\:bw-r-1{
			border-right-width: 1px;
		}
		.lg\:bw-r-2{
			border-right-width: 2px;
		}
		.lg\:bw-r-3{
			border-right-width: 3px;
		}
		.lg\:bw-r-4{
			border-right-width: 4px;
		}

		.lg\:bw-b-0{
			border-bottom-width: 0px;
		}
		.lg\:bw-b-1{
			border-bottom-width: 1px;
		}

		.lg\:bw-b-2{
			border-bottom-width: 2px;
		}

		.lg\:bw-b-3{
			border-bottom-width: 3px;
		}

		.lg\:bw-b-4{
			border-bottom-width: 4px;
		}

		.lg\:bw-l-0{
			border-left-width: 0px;
		}
		.lg\:bw-l-1{
			border-left-width: 1px;
		}
		.lg\:bw-l-2{
			border-left-width: 2px;
		}
		.lg\:bw-l-3{
			border-left-width: 3px;
		}
		.lg\:bw-l-4{
			border-left-width: 4px;
		}
	}

	/*COLOR*/
	.bc-main{
		border-color: var(--main-color);
	}
	.bc-alt{
		border-color: var(--alt-color);
	}
	.bc-alt-2{
		border-color: var(--alt-2-color);
	}
	.bc-alt-3{
		border-color: var(--alt-3-color);
	}
	.bc-grey{
		border-color: var(--grey);
	}
	.bc-dark-grey{
		border-color: var(--dark-grey);
	}
	.bc-light-grey{
		border-color: var(--light-grey);
	}
	.bc-bg-grey{
		border-color: var(--background-grey);
	}
	.bc-main-grey{
		border-color: var(--main-color-grey);
	}


	.bc-t-main{
		border-top-color: var(--main-color);
	}
	.bc-t-alt{
		border-top-color: var(--alt-color);
	}
	.bc-t-alt-2{
		border-top-color: var(--alt-2-color);
	}
	.bc-t-alt-3{
		border-top-color: var(--alt-3-color);
	}
	.bc-t-grey{
		border-top-color: var(--grey);
	}
	.bc-t-dark-grey{
		border-top-color: var(--dark-grey);
	}
	.bc-t-light-grey{
		border-top-color: var(--light-grey);
	}
	.bc-t-bg-grey{
		border-top-color: var(--background-grey);
	}
	.bc-t-main-grey{
		border-top-color: var(--main-color-grey);
	}

	.bc-r-main{
		border-right-color: var(--main-color);
	}
	.bc-r-alt{
		border-right-color: var(--alt-color);
	}
	.bc-r-alt-2{
		border-right-color: var(--alt-2-color);
	}
	.bc-r-alt-3{
		border-right-color: var(--alt-3-color);
	}
	.bc-r-grey{
		border-right-color: var(--grey);
	}
	.bc-r-dark-grey{
		border-right-color: var(--dark-grey);
	}
	.bc-r-light-grey{
		border-right-color: var(--light-grey);
	}
	.bc-r-bg-grey{
		border-right-color: var(--background-grey);
	}
	.bc-r-main-grey{
		border-right-color: var(--main-color-grey);
	}

	.bc-b-main{
		border-bottom-color: var(--main-color);
	}
	.bc-b-alt{
		border-bottom-color: var(--alt-color);
	}
	.bc-b-alt-2{
		border-bottom-color: var(--alt-2-color);
	}
	.bc-b-alt-3{
		border-bottom-color: var(--alt-3-color);
	}
	.bc-b-grey{
		border-bottom-color: var(--grey);
	}
	.bc-b-dark-grey{
		border-bottom-color: var(--dark-grey);
	}
	.bc-b-light-grey{
		border-bottom-color: var(--light-grey);
	}
	.bc-b-bg-grey{
		border-bottom-color: var(--background-grey);
	}
	.bc-b-main-grey{
		border-bottom-color: var(--main-color-grey);
	}

	.bc-l-main{
		border-left-color: var(--main-color);
	}
	.bc-l-alt{
		border-left-color: var(--alt-color);
	}
	.bc-l-alt-2{
		border-left-color: var(--alt-2-color);
	}
	.bc-l-alt-3{
		border-left-color: var(--alt-3-color);
	}
	.bc-l-grey{
		border-left-color: var(--grey);
	}
	.bc-l-dark-grey{
		border-left-color: var(--dark-grey);
	}
	.bc-l-light-grey{
		border-left-color: var(--light-grey);
	}
	.bc-l-bg-grey{
		border-left-color: var(--background-grey);
	}
	.bc-l-main-grey{
		border-left-color: var(--main-color-grey);
	}

	@media(min-width:768px){
		.sm\:bc-main{
			border-color: var(--main-color);
		}
		.sm\:bc-alt{
			border-color: var(--alt-color);
		}
		.sm\:bc-alt-2{
			border-color: var(--alt-2-color);
		}
		.sm\:bc-alt-3{
			border-color: var(--alt-3-color);
		}
		.sm\:bc-grey{
			border-color: var(--grey);
		}
		.sm\:bc-dark-grey{
			border-color: var(--dark-grey);
		}
		.sm\:bc-light-grey{
			border-color: var(--light-grey);
		}
		.sm\:bc-bg-grey{
			border-color: var(--background-grey);
		}
		.sm\:bc-main-grey{
			border-color: var(--main-color-grey);
		}


		.sm\:bc-t-main{
			border-top-color: var(--main-color);
		}
		.sm\:bc-t-alt{
			border-top-color: var(--alt-color);
		}
		.sm\:bc-t-alt-2{
			border-top-color: var(--alt-2-color);
		}
		.sm\:bc-t-alt-3{
			border-top-color: var(--alt-3-color);
		}
		.sm\:bc-t-grey{
			border-top-color: var(--grey);
		}
		.sm\:bc-t-dark-grey{
			border-top-color: var(--dark-grey);
		}
		.sm\:bc-t-light-grey{
			border-top-color: var(--light-grey);
		}
		.sm\:bc-t-bg-grey{
			border-top-color: var(--background-grey);
		}
		.sm\:bc-t-main-grey{
			border-top-color: var(--main-color-grey);
		}

		.sm\:bc-r-main{
			border-right-color: var(--main-color);
		}
		.sm\:bc-r-alt{
			border-right-color: var(--alt-color);
		}
		.sm\:bc-r-alt-2{
			border-right-color: var(--alt-2-color);
		}
		.sm\:bc-r-alt-3{
			border-right-color: var(--alt-3-color);
		}
		.sm\:bc-r-grey{
			border-right-color: var(--grey);
		}
		.sm\:bc-r-dark-grey{
			border-right-color: var(--dark-grey);
		}
		.sm\:bc-r-light-grey{
			border-right-color: var(--light-grey);
		}
		.sm\:bc-r-bg-grey{
			border-right-color: var(--background-grey);
		}
		.sm\:bc-r-main-grey{
			border-right-color: var(--main-color-grey);
		}

		.sm\:bc-b-main{
			border-bottom-color: var(--main-color);
		}
		.sm\:bc-b-alt{
			border-bottom-color: var(--alt-color);
		}
		.sm\:bc-b-alt-2{
			border-bottom-color: var(--alt-2-color);
		}
		.sm\:bc-b-alt-3{
			border-bottom-color: var(--alt-3-color);
		}
		.sm\:bc-b-grey{
			border-bottom-color: var(--grey);
		}
		.sm\:bc-b-dark-grey{
			border-bottom-color: var(--dark-grey);
		}
		.sm\:bc-b-light-grey{
			border-bottom-color: var(--light-grey);
		}
		.sm\:bc-b-bg-grey{
			border-bottom-color: var(--background-grey);
		}
		.sm\:bc-b-main-grey{
			border-bottom-color: var(--main-color-grey);
		}

		.sm\:bc-l-main{
			border-left-color: var(--main-color);
		}
		.sm\:bc-l-alt{
			border-left-color: var(--alt-color);
		}
		.sm\:bc-l-alt-2{
			border-left-color: var(--alt-2-color);
		}
		.sm\:bc-l-alt-3{
			border-left-color: var(--alt-3-color);
		}
		.sm\:bc-l-grey{
			border-left-color: var(--grey);
		}
		.sm\:bc-l-dark-grey{
			border-left-color: var(--dark-grey);
		}
		.sm\:bc-l-light-grey{
			border-left-color: var(--light-grey);
		}
		.sm\:bc-l-bg-grey{
			border-left-color: var(--background-grey);
		}
		.sm\:bc-l-main-grey{
			border-left-color: var(--main-color-grey);
		}
	}
	@media(min-width:992px){
		.md\:bc-main{
			border-color: var(--main-color);
		}
		.md\:bc-alt{
			border-color: var(--alt-color);
		}
		.md\:bc-alt-2{
			border-color: var(--alt-2-color);
		}
		.md\:bc-alt-3{
			border-color: var(--alt-3-color);
		}
		.md\:bc-grey{
			border-color: var(--grey);
		}
		.md\:bc-dark-grey{
			border-color: var(--dark-grey);
		}
		.md\:bc-light-grey{
			border-color: var(--light-grey);
		}
		.md\:bc-bg-grey{
			border-color: var(--background-grey);
		}
		.md\:bc-main-grey{
			border-color: var(--main-color-grey);
		}


		.md\:bc-t-main{
			border-top-color: var(--main-color);
		}
		.md\:bc-t-alt{
			border-top-color: var(--alt-color);
		}
		.md\:bc-t-alt-2{
			border-top-color: var(--alt-2-color);
		}
		.md\:bc-t-alt-3{
			border-top-color: var(--alt-3-color);
		}
		.md\:bc-t-grey{
			border-top-color: var(--grey);
		}
		.md\:bc-t-dark-grey{
			border-top-color: var(--dark-grey);
		}
		.md\:bc-t-light-grey{
			border-top-color: var(--light-grey);
		}
		.md\:bc-t-bg-grey{
			border-top-color: var(--background-grey);
		}
		.md\:bc-t-main-grey{
			border-top-color: var(--main-color-grey);
		}

		.md\:bc-r-main{
			border-right-color: var(--main-color);
		}
		.md\:bc-r-alt{
			border-right-color: var(--alt-color);
		}
		.md\:bc-r-alt-2{
			border-right-color: var(--alt-2-color);
		}
		.md\:bc-r-alt-3{
			border-right-color: var(--alt-3-color);
		}
		.md\:bc-r-grey{
			border-right-color: var(--grey);
		}
		.md\:bc-r-dark-grey{
			border-right-color: var(--dark-grey);
		}
		.md\:bc-r-light-grey{
			border-right-color: var(--light-grey);
		}
		.md\:bc-r-bg-grey{
			border-right-color: var(--background-grey);
		}
		.md\:bc-r-main-grey{
			border-right-color: var(--main-color-grey);
		}

		.md\:bc-b-main{
			border-bottom-color: var(--main-color);
		}
		.md\:bc-b-alt{
			border-bottom-color: var(--alt-color);
		}
		.md\:bc-b-alt-2{
			border-bottom-color: var(--alt-2-color);
		}
		.md\:bc-b-alt-3{
			border-bottom-color: var(--alt-3-color);
		}
		.md\:bc-b-grey{
			border-bottom-color: var(--grey);
		}
		.md\:bc-b-dark-grey{
			border-bottom-color: var(--dark-grey);
		}
		.md\:bc-b-light-grey{
			border-bottom-color: var(--light-grey);
		}
		.md\:bc-b-bg-grey{
			border-bottom-color: var(--background-grey);
		}
		.md\:bc-b-main-grey{
			border-bottom-color: var(--main-color-grey);
		}

		.md\:bc-l-main{
			border-left-color: var(--main-color);
		}
		.md\:bc-l-alt{
			border-left-color: var(--alt-color);
		}
		.md\:bc-l-alt-2{
			border-left-color: var(--alt-2-color);
		}
		.md\:bc-l-alt-3{
			border-left-color: var(--alt-3-color);
		}
		.md\:bc-l-grey{
			border-left-color: var(--grey);
		}
		.md\:bc-l-dark-grey{
			border-left-color: var(--dark-grey);
		}
		.md\:bc-l-light-grey{
			border-left-color: var(--light-grey);
		}
		.md\:bc-l-bg-grey{
			border-left-color: var(--background-grey);
		}
		.md\:bc-l-main-grey{
			border-left-color: var(--main-color-grey);
		}
	}
	@media(min-width:1200px){
		.lg\:bc-main{
			border-color: var(--main-color);
		}
		.lg\:bc-alt{
			border-color: var(--alt-color);
		}
		.lg\:bc-alt-2{
			border-color: var(--alt-2-color);
		}
		.lg\:bc-alt-3{
			border-color: var(--alt-3-color);
		}
		.lg\:bc-grey{
			border-color: var(--grey);
		}
		.lg\:bc-dark-grey{
			border-color: var(--dark-grey);
		}
		.lg\:bc-light-grey{
			border-color: var(--light-grey);
		}
		.lg\:bc-bg-grey{
			border-color: var(--background-grey);
		}
		.lg\:bc-main-grey{
			border-color: var(--main-color-grey);
		}


		.lg\:bc-t-main{
			border-top-color: var(--main-color);
		}
		.lg\:bc-t-alt{
			border-top-color: var(--alt-color);
		}
		.lg\:bc-t-alt-2{
			border-top-color: var(--alt-2-color);
		}
		.lg\:bc-t-alt-3{
			border-top-color: var(--alt-3-color);
		}
		.lg\:bc-t-grey{
			border-top-color: var(--grey);
		}
		.lg\:bc-t-dark-grey{
			border-top-color: var(--dark-grey);
		}
		.lg\:bc-t-light-grey{
			border-top-color: var(--light-grey);
		}
		.lg\:bc-t-bg-grey{
			border-top-color: var(--background-grey);
		}
		.lg\:bc-t-main-grey{
			border-top-color: var(--main-color-grey);
		}

		.lg\:bc-r-main{
			border-right-color: var(--main-color);
		}
		.lg\:bc-r-alt{
			border-right-color: var(--alt-color);
		}
		.lg\:bc-r-alt-2{
			border-right-color: var(--alt-2-color);
		}
		.lg\:bc-r-alt-3{
			border-right-color: var(--alt-3-color);
		}
		.lg\:bc-r-grey{
			border-right-color: var(--grey);
		}
		.lg\:bc-r-dark-grey{
			border-right-color: var(--dark-grey);
		}
		.lg\:bc-r-light-grey{
			border-right-color: var(--light-grey);
		}
		.lg\:bc-r-bg-grey{
			border-right-color: var(--background-grey);
		}
		.lg\:bc-r-main-grey{
			border-right-color: var(--main-color-grey);
		}

		.lg\:bc-b-main{
			border-bottom-color: var(--main-color);
		}
		.lg\:bc-b-alt{
			border-bottom-color: var(--alt-color);
		}
		.lg\:bc-b-alt-2{
			border-bottom-color: var(--alt-2-color);
		}
		.lg\:bc-b-alt-3{
			border-bottom-color: var(--alt-3-color);
		}
		.lg\:bc-b-grey{
			border-bottom-color: var(--grey);
		}
		.lg\:bc-b-dark-grey{
			border-bottom-color: var(--dark-grey);
		}
		.lg\:bc-b-light-grey{
			border-bottom-color: var(--light-grey);
		}
		.lg\:bc-b-bg-grey{
			border-bottom-color: var(--background-grey);
		}
		.lg\:bc-b-main-grey{
			border-bottom-color: var(--main-color-grey);
		}

		.lg\:bc-l-main{
			border-left-color: var(--main-color);
		}
		.lg\:bc-l-alt{
			border-left-color: var(--alt-color);
		}
		.lg\:bc-l-alt-2{
			border-left-color: var(--alt-2-color);
		}
		.lg\:bc-l-alt-3{
			border-left-color: var(--alt-3-color);
		}
		.lg\:bc-l-grey{
			border-left-color: var(--grey);
		}
		.lg\:bc-l-dark-grey{
			border-left-color: var(--dark-grey);
		}
		.lg\:bc-l-light-grey{
			border-left-color: var(--light-grey);
		}
		.lg\:bc-l-bg-grey{
			border-left-color: var(--background-grey);
		}
		.lg\:bc-l-main-grey{
			border-left-color: var(--main-color-grey);
		}
	}

/*--------------------------------------------------------------
BORDER
--------------------------------------------------------------*/

.cursor-pointer{
	cursor: pointer;
}

.not-allowed, .cursor-not-allowed{
	cursor: not-allowed;
}

/*--------------------------------------------------------------
COL-GRIDZ
--------------------------------------------------------------*/


	.col-gridz, [class*="col-gridz-"]{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.no-gutters{
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
	.col-gridz-row{
		flex-direction: row;
	}
	.col-gridz-reverse{
		flex-direction: row-reverse;
	}

	.col-gridz-column{
		flex-direction: column;
	}
	.col-gridz-column-reverse{
		flex-direction: column-reverse;
	}

	.col-gridz-gap-0_5{
		gap: 0.5em;
	}
	.col-gridz-gap-1{
		gap: 1em;
	}
	.col-gridz-gap-1_5{
		gap: 1.5em;
	}
	.col-gridz-gap-2{
		gap: 2em;
	}

	@media(min-width:768px){
		.sm\:col-gridz, [class*=".sm:col-gridz-"]{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.sm\:no-gutters{
			margin-left: -0.5em;
			margin-right: -0.5em;
		}
		.sm\:col-gridz-row{
			flex-direction: row;
		}
		.sm\:col-gridz-reverse{
			flex-direction: row-reverse;
		}

		.sm\:col-gridz-column{
			flex-direction: column;
		}
		.sm\:col-gridz-column-reverse{
			flex-direction: column-reverse;
		}

		.sm\:col-gridz-gap-0_5{
			gap: 0.5em;
		}
		.sm\:col-gridz-gap-1{
			gap: 1em;
		}
		.sm\:col-gridz-gap-1_5{
			gap: 1.5em;
		}
		.sm\:col-gridz-gap-2{
			gap: 2em;
		}
	}
	@media(min-width:992px){
		.md\:col-gridz, [class*=".md:col-gridz-"]{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.md\:no-gutters{
			margin-left: -0.5em;
			margin-right: -0.5em;
		}
		.md\:col-gridz-row{
			flex-direction: row;
		}
		.md\:col-gridz-reverse{
			flex-direction: row-reverse;
		}

		.md\:col-gridz-column{
			flex-direction: column;
		}
		.md\:col-gridz-column-reverse{
			flex-direction: column-reverse;
		}

		.md\:col-gridz-gap-0_5{
			gap: 0.5em;
		}
		.md\:col-gridz-gap-1{
			gap: 1em;
		}
		.md\:col-gridz-gap-1_5{
			gap: 1.5em;
		}
		.md\:col-gridz-gap-2{
			gap: 2em;
		}
	}
	@media(min-width:1200px){
		.lg\:col-gridz, [class*=".lg:col-gridz-"]{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.lg\:no-gutters{
			margin-left: -0.5em;
			margin-right: -0.5em;
		}
		.lg\:col-gridz-row{
			flex-direction: row;
		}
		.lg\:col-gridz-reverse{
			flex-direction: row-reverse;
		}

		.lg\:col-gridz-column{
			flex-direction: column;
		}
		.lg\:col-gridz-column-reverse{
			flex-direction: column-reverse;
		}

		.lg\:col-gridz-gap-0_5{
			gap: 0.5em;
		}
		.lg\:col-gridz-gap-1{
			gap: 1em;
		}
		.lg\:col-gridz-gap-1_5{
			gap: 1.5em;
		}
		.lg\:col-gridz-gap-2{
			gap: 2em;
		}
	}

	/*----------GRIDZ-XS---------*/
	.col-gridz-xs-12 > [class*="col-z"]{
		width: 100%;
	}
	.col-gridz-xs-11 > [class*="col-z"]{
		width: 91.66666667%;
	}
	.col-gridz-xs-10 > [class*="col-z"]{
		width: 83.33333333%;
	}
	.col-gridz-xs-9 > [class*="col-z"]{
		width: 75%;
	}
	.col-gridz-xs-8 > [class*="col-z"]{
		width: 66.66666667%;
	}
	.col-gridz-xs-7 > [class*="col-z"]{
		width: 58.33333333%;
	}
	.col-gridz-xs-6 > [class*="col-z"]{
		width: 50%;
	}
	.col-gridz-xs-5 > [class*="col-z"]{
		width: 41.66666667%;
	}
	.col-gridz-xs-4 > [class*="col-z"]{
		width: 33.33333333%;
	}
	.col-gridz-xs-3 > [class*="col-z"]{
		width: 25%;
	}
	.col-gridz-xs-2 > [class*="col-z"]{
		width: 16.66666667%;
	}
	.col-gridz-xs-1 > [class*="col-z"]{
		width: 8.33333333%;
	}

	/*----------GRIDZ-SM---------*/
	@media(min-width:768px){
		.col-gridz-sm-12 > [class*="col-z"]{
			width: 100%;
		}
		.col-gridz-sm-11 > [class*="col-z"]{
			width: 91.66666667%;
		}
		.col-gridz-sm-10 > [class*="col-z"]{
			width: 83.33333333%;
		}
		.col-gridz-sm-9 > [class*="col-z"]{
			width: 75%;
		}
		.col-gridz-sm-8 > [class*="col-z"]{
			width: 66.66666667%;
		}
		.col-gridz-sm-7 > [class*="col-z"]{
			width: 58.33333333%;
		}
		.col-gridz-sm-6 > [class*="col-z"]{
			width: 50%;
		}
		.col-gridz-sm-5 > [class*="col-z"]{
			width: 41.66666667%;
		}
		.col-gridz-sm-4 > [class*="col-z"]{
			width: 33.33333333%;
		}
		.col-gridz-sm-3 > [class*="col-z"]{
			width: 25%;
		}
		.col-gridz-sm-2 > [class*="col-z"]{
			width: 16.66666667%;
		}
		.col-gridz-sm-1 > [class*="col-z"]{
			width: 8.33333333%;
		}
	}

	/*----------GRIDZ-MD---------*/
	@media(min-width:992px){
		.col-gridz-md-12 > [class*="col-z"]{
			width: 100%;
		}
		.col-gridz-md-11 > [class*="col-z"]{
			width: 91.66666667%;
		}
		.col-gridz-md-10 > [class*="col-z"]{
			width: 83.33333333%;
		}
		.col-gridz-md-9 > [class*="col-z"]{
			width: 75%;
		}
		.col-gridz-md-8 > [class*="col-z"]{
			width: 66.66666667%;
		}
		.col-gridz-md-7 > [class*="col-z"]{
			width: 58.33333333%;
		}
		.col-gridz-md-6 > [class*="col-z"]{
			width: 50%;
		}
		.col-gridz-md-5 > [class*="col-z"]{
			width: 41.66666667%;
		}
		.col-gridz-md-4 > [class*="col-z"]{
			width: 33.33333333%;
		}
		.col-gridz-md-3 > [class*="col-z"]{
			width: 25%;
		}
		.col-gridz-md-2 > [class*="col-z"]{
			width: 16.66666667%;
		}
		.col-gridz-md-1 > [class*="col-z"]{
			width: 8.33333333%;
		}
	}

	/*----------GRIDZ-LG---------*/
	@media(min-width:1200px){
		.col-gridz-lg-12 > [class*="col-z"]{
			width: 100%;
		}
		.col-gridz-lg-11 > [class*="col-z"]{
			width: 91.66666667%;
		}
		.col-gridz-lg-10 > [class*="col-z"]{
			width: 83.33333333%;
		}
		.col-gridz-lg-9 > [class*="col-z"]{
			width: 75%;
		}
		.col-gridz-lg-8 > [class*="col-z"]{
			width: 66.66666667%;
		}
		.col-gridz-lg-7 > [class*="col-z"]{
			width: 58.33333333%;
		}
		.col-gridz-lg-6 > [class*="col-z"]{
			width: 50%;
		}
		.col-gridz-lg-5 > [class*="col-z"]{
			width: 41.66666667%;
		}
		.col-gridz-lg-4 > [class*="col-z"]{
			width: 33.33333333%;
		}
		.col-gridz-lg-3 > [class*="col-z"]{
			width: 25%;
		}
		.col-gridz-lg-2 > [class*="col-z"]{
			width: 16.66666667%;
		}
		.col-gridz-lg-1 > [class*="col-z"]{
			width: 8.33333333%;
		}
	}

	/*----------COLZ---------*/
	.col-z, [class*="col-z-"]{
		padding: 0em 0.5em;
		margin-bottom: 1em;
	}
	/*.col-z:first-child, [class*="col-z-"]:first-child{
		padding-left: 0em;
	}
	.col-z:last-child, [class*="col-z-"]:last-child{
		padding-right: 0em;
	}

	.col-gridz-reverse .col-z:first-child, .col-gridz-reverse [class*="col-z-"]:first-child{
		padding-left: 0.5em;
		padding-right: 0em;
	}
	.col-gridz-reverse .col-z:last-child, .col-gridz-reverse [class*="col-z-"]:last-child{
		padding-left: 0em;
		padding-right: 0.5em;
	}*/


	/*----------COLZ-XS---------*/
	.col-z-xs-12, [class*="col-gridz-"] > .col-z-xs-12{
		width: 100%;
	}
	.col-z-xs-11, [class*="col-gridz-"] > .col-z-xs-11{
		width: 91.66666667%;
	}
	.col-z-xs-10, [class*="col-gridz-"] > .col-z-xs-10{
		width: 83.33333333%;
	}
	.col-z-xs-9, [class*="col-gridz-"] > .col-z-xs-9{
		width: 75%;
	}
	.col-z-xs-8, [class*="col-gridz-"] > .col-z-xs-8{
		width: 66.66666667%;
	}
	.col-z-xs-7, [class*="col-gridz-"] > .col-z-xs-7{
		width: 58.33333333%;
	}
	.col-z-xs-6, [class*="col-gridz-"] > .col-z-xs-6{
		width: 50%;
	}
	.col-z-xs-5, [class*="col-gridz-"] > .col-z-xs-5{
		width: 41.66666667%;
	}
	.col-z-xs-4, [class*="col-gridz-"] > .col-z-xs-4{
		width: 33.33333333%;
	}
	.col-z-xs-3, [class*="col-gridz-"] > .col-z-xs-3{
		width: 25%;
	}
	.col-z-xs-2, [class*="col-gridz-"] > .col-z-xs-2{
		width: 16.66666667%;
	}
	.col-z-xs-1, [class*="col-gridz-"] > .col-z-xs-1{
		width: 8.33333333%;
	}

	/*----------GRIDZ-SM---------*/
	@media(min-width:768px){
		.col-z-sm-12, [class*="col-gridz-"] > .col-z-sm-12{
			width: 100%;
		}
		.col-z-sm-11, [class*="col-gridz-"] > .col-z-sm-11{
			width: 91.66666667%;
		}
		.col-z-sm-10, [class*="col-gridz-"] > .col-z-sm-10{
			width: 83.33333333%;
		}
		.col-z-sm-9, [class*="col-gridz-"] > .col-z-sm-9{
			width: 75%;
		}
		.col-z-sm-8, [class*="col-gridz-"] > .col-z-sm-8{
			width: 66.66666667%;
		}
		.col-z-sm-7, [class*="col-gridz-"] > .col-z-sm-7{
			width: 58.33333333%;
		}
		.col-z-sm-6, [class*="col-gridz-"] > .col-z-sm-6{
			width: 50%;
		}
		.col-z-sm-5, [class*="col-gridz-"] > .col-z-sm-5{
			width: 41.66666667%;
		}
		.col-z-sm-4, [class*="col-gridz-"] > .col-z-sm-4{
			width: 33.33333333%;
		}
		.col-z-sm-3, [class*="col-gridz-"] > .col-z-sm-3{
			width: 25%;
		}
		.col-z-sm-2, [class*="col-gridz-"] > .col-z-sm-2{
			width: 16.66666667%;
		}
		.col-z-sm-1, [class*="col-gridz-"] > .col-z-sm-1{
			width: 8.33333333%;
		}
	}

	/*----------GRIDZ-MD---------*/
	@media(min-width:992px){
		.col-z-md-12, [class*="col-gridz-"] > .col-z-md-12{
			width: 100%;
		}
		.col-z-md-11, [class*="col-gridz-"] > .col-z-md-11{
			width: 91.66666667%;
		}
		.col-z-md-10, [class*="col-gridz-"] > .col-z-md-10{
			width: 83.33333333%;
		}
		.col-z-md-9, [class*="col-gridz-"] > .col-z-md-9{
			width: 75%;
		}
		.col-z-md-8, [class*="col-gridz-"] > .col-z-md-8{
			width: 66.66666667%;
		}
		.col-z-md-7, [class*="col-gridz-"] > .col-z-md-7{
			width: 58.33333333%;
		}
		.col-z-md-6, [class*="col-gridz-"] > .col-z-md-6{
			width: 50%;
		}
		.col-z-md-5, [class*="col-gridz-"] > .col-z-md-5{
			width: 41.66666667%;
		}
		.col-z-md-4, [class*="col-gridz-"] > .col-z-md-4{
			width: 33.33333333%;
		}
		.col-z-md-3, [class*="col-gridz-"] > .col-z-md-3{
			width: 25%;
		}
		.col-z-md-2, [class*="col-gridz-"] > .col-z-md-2{
			width: 16.66666667%;
		}
		.col-z-md-1, [class*="col-gridz-"] > .col-z-md-1{
			width: 8.33333333%;
		}
	}

	/*----------GRIDZ-LG---------*/
	@media(min-width:1200px){
		.col-z-lg-12, [class*="col-gridz-"] > .col-z-lg-12{
			width: 100%;
		}
		.col-z-lg-11, [class*="col-gridz-"] > .col-z-lg-11{
			width: 91.66666667%;
		}
		.col-z-lg-10, [class*="col-gridz-"] > .col-z-lg-10{
			width: 83.33333333%;
		}
		.col-z-lg-9, [class*="col-gridz-"] > .col-z-lg-9{
			width: 75%;
		}
		.col-z-lg-8, [class*="col-gridz-"] > .col-z-lg-8{
			width: 66.66666667%;
		}
		.col-z-lg-7, [class*="col-gridz-"] > .col-z-lg-7{
			width: 58.33333333%;
		}
		.col-z-lg-6, [class*="col-gridz-"] > .col-z-lg-6{
			width: 50%;
		}
		.col-z-lg-5, [class*="col-gridz-"] > .col-z-lg-5{
			width: 41.66666667%;
		}
		.col-z-lg-4, [class*="col-gridz-"] > .col-z-lg-4{
			width: 33.33333333%;
		}
		.col-z-lg-3, [class*="col-gridz-"] > .col-z-lg-3{
			width: 25%;
		}
		.col-z-lg-2, [class*="col-gridz-"] > .col-z-lg-2{
			width: 16.66666667%;
		}
		.col-z-lg-1, [class*="col-gridz-"] > .col-z-lg-1{
			width: 8.33333333%;
		}
	}

/*--------------------------------------------------------------
CONTAINER Z
--------------------------------------------------------------*/
.container-z{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}
	.container-z:before, .container-z:after{
		display: table;
		content: " ";
	}
	.container-z:after{
		clear: both;
	}

	body.full-width-content .container-z,
	.container-z.container-z-full-width
	{
		max-width: 1170px;
	}
	body.standard-content .container-z,
	.container-z.container-z-standard{
		width: calc(0.75 * 1170px);
		max-width: 100%;
	}
	body.full-screen-content .container-z,
	.container-z.container-z-full-screen{
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.container-z-standard{
		width: calc(0.75 * 1170px);
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.container-z-full-width{
		width: 100%;
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.container-z-expanded{
		width: 100%;
		max-width: 1640px;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.container-z-full-screen{
		width: 100%;
	}

.container-z-no-padding{
	padding-right: 0em;
	padding-left: 0em;
}
.no-gutters{
	padding-right: 0em;
	padding-left: 0em;
}

@media( min-width: 1170px){
	.container-z-l{
		margin-left: calc( (100vw - 1170px) / 2 );
	}
	.container-z-r{
		margin-right: calc( (100vw - 1170px) / 2 );
	}

}

/*--------------------------------------------------------------
DISPLAY
--------------------------------------------------------------*/
	.block{
		display: block;
	}
	.d-hidden{
		display: none;
	}
	.inline-block{
		display: inline-block;
	}
	.inline{
		display: inline;
	}

	@media(min-width:768px){
		.sm\:block{
			display: block;
		}
		.sm\:d-hidden{
			display: none;
		}
		.sm\:inline-block{
			display: inline-block;
		}
		.sm\:inline{
			display: inline;
		}
	}
	@media(min-width:992px){
		.md\:block{
			display: block;
		}
		.md\:d-hidden{
			display: none;
		}
		.md\:inline-block{
			display: inline-block;
		}
		.md\:inline{
			display: inline;
		}
	}
	@media(min-width:1200px){
		.lg\:block{
			display: block;
		}
		.lg\:d-hidden{
			display: none;
		}
		.lg\:inline-block{
			display: inline-block;
		}
		.lg\:inline{
			display: inline;
		}
	}

	@media(orientation:portrait){
		.p\:block{
			display: block;
		}
		.p\:d-hidden{
			display: none;
		}
		.p\:inline-block{
			display: inline-block;
		}
		.p\:inline{
			display: inline;
		}
	}
	@media(orientation:landscape){
		.l\:block{
			display: block;
		}
		.l\:d-hidden{
			display: none;
		}
		.l\:inline-block{
			display: inline-block;
		}
		.l\:inline{
			display: inline;
		}
	}

/*--------------------------------------------------------------
FLEX
--------------------------------------------------------------*/
	.flex{
		display: flex;
		flex-wrap: wrap;
	}
	.flew-wrap{
		flex-wrap: wrap;
	}
	.flex-nowrap{
		flex-wrap: nowrap;
	}
	.flex-row{
		flex-direction: row;
	}
	.flex-col{
		flex-direction: column;
	}

	.flex-row-reverse{
		flex-direction: row-reverse;
	}
	.flex-col-reverse{
		flex-direction: column-reverse;
	}

	.justify-content-center{
		justify-content: center;
	}
	.justify-content-start{
		justify-content: flex-start;
	}
	.justify-content-end{
		justify-content: flex-end;
	}
	.justify-content-space-around{
		justify-content: space-around;
	}
	.justify-content-space-between{
		justify-content: space-between;
	}

	.align-items-center{
		align-items: center;
	}
	.align-items-flex-start{
		align-items: flex-start;
	}
	.align-items-flex-end{
		align-items: flex-end;
	}
	.align-items-stretch{
		align-items: stretch;
	}
	.align-items-baseline{
		align-items: baseline;
	}

	.align-self-center{
		align-self: center;
	}
	.align-self-flex-start{
		align-self: flex-start;
	}
	.align-self-flex-end{
		align-self: flex-end;
	}
	.align-self-stretch{
		align-self: stretch;
	}
	.align-self-baseline{
		align-self: baseline;
	}

	.gap-1{
		gap: 1em;
	}
	.gap-2{
		gap: 2em;
	}
	.gap-3{
		gap: 3em;
	}
	.gap-4{
		gap: 4em;
	}

	@media(min-width:768px){
		.sm\:flex{
			display: flex;
			flex-wrap: wrap;
		}
		.sm\:flew-wrap{
			flex-wrap: wrap;
		}
		.sm\:flex-nowrap{
			flex-wrap: nowrap;
		}
		.sm\:flex-row{
			flex-direction: row;
		}
		.sm\:flex-col{
			flex-direction: column;
		}
		.sm\:flex-row-reverse{
			flex-direction: row-reverse;
		}
		.sm\:flex-col-reverse{
			flex-direction: column-reverse;
		}


		.sm\:justify-content-center{
			justify-content: center;
		}
		.sm\:justify-content-start{
			justify-content: flex-start;
		}
		.sm\:justify-content-end{
			justify-content: flex-end;
		}
		.sm\:justify-content-space-around{
			justify-content: space-around;
		}
		.sm\:justify-content-space-between{
			justify-content: space-between;
		}

		.sm\:align-items-center{
			align-items: center;
		}
		.sm\:align-items-flex-start{
			align-items: flex-start;
		}
		.sm\:align-items-flex-end{
			align-items: flex-end;
		}
		.sm\:align-items-stretch{
			align-items: stretch;
		}
		.sm\:align-items-baseline{
			align-items: baseline;
		}

		.sm\:align-self-center{
			align-self: center;
		}
		.sm\:align-self-flex-start{
			align-self: flex-start;
		}
		.sm\:align-self-flex-end{
			align-self: flex-end;
		}
		.sm\:align-self-stretch{
			align-self: stretch;
		}
		.sm\:align-self-baseline{
			align-self: baseline;
		}

		.sm\:gap-1{
			gap: 1em;
		}
		.sm\:gap-2{
			gap: 2em;
		}
		.sm\:gap-3{
			gap: 3em;
		}
		.sm\:gap-4{
			gap: 4em;
		}
	}
	@media(min-width:992px){
		.md\:flex{
			display: flex;
			flex-wrap: wrap;
		}
		.md\:flew-wrap{
			flex-wrap: wrap;
		}
		.md\:flex-nowrap{
			flex-wrap: nowrap;
		}
		.md\:flex-row{
			flex-direction: row;
		}
		.md\:flex-col{
			flex-direction: column;
		}
		.md\:flex-row-reverse{
			flex-direction: row-reverse;
		}
		.md\:flex-col-reverse{
			flex-direction: column-reverse;
		}


		.md\:justify-content-center{
			justify-content: center;
		}
		.md\:justify-content-start{
			justify-content: flex-start;
		}
		.md\:justify-content-end{
			justify-content: flex-end;
		}
		.md\:justify-content-space-around{
			justify-content: space-around;
		}
		.md\:justify-content-space-between{
			justify-content: space-between;
		}

		.md\:align-items-center{
			align-items: center;
		}
		.md\:align-items-flex-start{
			align-items: flex-start;
		}
		.md\:align-items-flex-end{
			align-items: flex-end;
		}
		.md\:align-items-stretch{
			align-items: stretch;
		}
		.md\:align-items-baseline{
			align-items: baseline;
		}

		.md\:align-self-center{
			align-self: center;
		}
		.md\:align-self-flex-start{
			align-self: flex-start;
		}
		.md\:align-self-flex-end{
			align-self: flex-end;
		}
		.md\:align-self-stretch{
			align-self: stretch;
		}
		.md\:align-self-baseline{
			align-self: baseline;
		}

		.md\:gap-1{
			gap: 1em;
		}
		.md\:gap-2{
			gap: 2em;
		}
		.md\:gap-3{
			gap: 3em;
		}
		.md\:gap-4{
			gap: 4em;
		}
	}
	@media(min-width:1200px){
		.lg\:flex{
			display: flex;
			flex-wrap: wrap;
		}
		.lg\:flew-wrap{
			flex-wrap: wrap;
		}
		.lg\:flex-nowrap{
			flex-wrap: nowrap;
		}
		.lg\:flex-row{
			flex-direction: row;
		}
		.lg\:flex-col{
			flex-direction: column;
		}
		.lg\:flex-row-reverse{
			flex-direction: row-reverse;
		}
		.lg\:flex-col-reverse{
			flex-direction: column-reverse;
		}


		.lg\:justify-content-center{
			justify-content: center;
		}
		.lg\:justify-content-start{
			justify-content: flex-start;
		}
		.lg\:justify-content-end{
			justify-content: flex-end;
		}
		.lg\:justify-content-space-around{
			justify-content: space-around;
		}
		.lg\:justify-content-space-between{
			justify-content: space-between;
		}

		.lg\:align-items-center{
			align-items: center;
		}
		.lg\:align-items-flex-start{
			align-items: flex-start;
		}
		.lg\:align-items-flex-end{
			align-items: flex-end;
		}
		.lg\:align-items-stretch{
			align-items: stretch;
		}
		.lg\:align-items-baseline{
			align-items: baseline;
		}

		.lg\:align-self-center{
			align-self: center;
		}
		.lg\:align-self-flex-start{
			align-self: flex-start;
		}
		.lg\:align-self-flex-end{
			align-self: flex-end;
		}
		.lg\:align-self-stretch{
			align-self: stretch;
		}
		.lg\:align-self-baseline{
			align-self: baseline;
		}

		.lg\:gap-1{
			gap: 1em;
		}
		.lg\:gap-2{
			gap: 2em;
		}
		.lg\:gap-3{
			gap: 3em;
		}
		.lg\:gap-4{
			gap: 4em;
		}
	}


/*--------------------------------------------------------------
FONT
--------------------------------------------------------------*/
	
	/*FONT FAMILY*/
	.font-family-main-regular{
		font-family: var(--font-family-main-regular);
	}
	.font-family-main-italic{
		font-family: var(--font-family-main-italic);
	}
	.font-family-main-light{
		font-family: var(--font-family-main-light);
	}
	.font-family-main-light-italic{
		font-family: var(--font-family-main-light-italic);
	}
	.font-family-main-thin{
		font-family: var(--font-family-main-thin);
	}
	.font-family-main-thin-italic{
		font-family: var(--font-family-main-thin-italic);
	}
	.font-family-main-medium{
		font-family: var(--font-family-main-medium);
	}
	.font-family-main-medium-italic{
		font-family: var(--font-family-main-medium-italic);
	}
	.font-family-main-semibold{
		font-family: var(--font-family-main-semibold);
	}
	.font-family-main-semibold-italic{
		font-family: var(--font-family-main-semibold-italic);
	}
	.font-family-main-bold{
		font-family: var(--font-family-main-bold);
	}
	.font-family-main-bold-italic{
		font-family: var(--font-family-main-bold-italic);
	}
	.font-family-main-extrabold{
		font-family: var(--font-family-main-extrabold);
	}
	.font-family-main-extrabold-italic{
		font-family: var(--font-family-main-extrabold-italic);
	}
	.font-family-main-black{
		font-family: var(--font-family-main-black);
	}
	.font-family-main-black-italic{
		font-family: var(--font-family-main-black-italic);
	}
	.font-family-alt-black{
		font-family: var(--font-family-alt-black);
	}
	.font-family-alt-black-italic{
		font-family: var(--font-family-alt-black-italic);
	}
	.font-family-alt-bold{
		font-family: var(--font-family-alt-bold);
	}
	.font-family-alt-bold-italic{
		font-family: var(--font-family-alt-bold-italic);
	}
	.font-family-alt-medium{
		font-family: var(--font-family-alt-medium);
	}
	.font-family-alt-medium-italic{
		font-family: var(--font-family-alt-medium-italic);
	}
	.font-family-alt-regular{
		font-family: var(--font-family-alt-regular);
	}
	.font-family-alt-regular-italic{
		font-family: var(--font-family-alt-regular-italic);
	}
	.font-family-alt-light{
		font-family: var(--font-family-alt-light);
	}
	.font-family-alt-light-italic{
		font-family: var(--font-family-alt-light-italic);
	}
	.font-family-alt-narrow-bold{
		font-family: var(--font-family-alt-narrow-bold);
	}
	.font-family-alt-narrow-medium{
		font-family: var(--font-family-alt-narrow-medium);
	}

	@media(min-width:768px){
		.sm\:font-family-main-regular{
			font-family: var(--font-family-main-regular);
		}
		.sm\:font-family-main-italic{
			font-family: var(--font-family-main-italic);
		}
		.sm\:font-family-main-light{
			font-family: var(--font-family-main-light);
		}
		.sm\:font-family-main-light-italic{
			font-family: var(--font-family-main-light-italic);
		}
		.sm\:font-family-main-thin{
			font-family: var(--font-family-main-thin);
		}
		.sm\:font-family-main-thin-italic{
			font-family: var(--font-family-main-thin-italic);
		}
		.sm\:font-family-main-medium{
			font-family: var(--font-family-main-medium);
		}
		.sm\:font-family-main-medium-italic{
			font-family: var(--font-family-main-medium-italic);
		}
		.sm\:font-family-main-semibold{
			font-family: var(--font-family-main-semibold);
		}
		.sm\:font-family-main-semibold-italic{
			font-family: var(--font-family-main-semibold-italic);
		}
		.sm\:font-family-main-bold{
			font-family: var(--font-family-main-bold);
		}
		.sm\:font-family-main-bold-italic{
			font-family: var(--font-family-main-bold-italic);
		}
		.sm\:font-family-main-extrabold{
			font-family: var(--font-family-main-extrabold);
		}
		.sm\:font-family-main-extrabold-italic{
			font-family: var(--font-family-main-extrabold-italic);
		}
		.sm\:font-family-main-black{
			font-family: var(--font-family-main-black);
		}
		.sm\:font-family-main-black-italic{
			font-family: var(--font-family-main-black-italic);
		}
		.sm\:font-family-alt-black{
			font-family: var(--font-family-alt-black);
		}
		.sm\:font-family-alt-black-italic{
			font-family: var(--font-family-alt-black-italic);
		}
		.sm\:font-family-alt-bold{
			font-family: var(--font-family-alt-bold);
		}
		.sm\:font-family-alt-bold-italic{
			font-family: var(--font-family-alt-bold-italic);
		}
		.sm\:font-family-alt-medium{
			font-family: var(--font-family-alt-medium);
		}
		.sm\:font-family-alt-medium-italic{
			font-family: var(--font-family-alt-medium-italic);
		}
		.sm\:font-family-alt-regular{
			font-family: var(--font-family-alt-regular);
		}
		.sm\:font-family-alt-regular-italic{
			font-family: var(--font-family-alt-regular-italic);
		}
		.sm\:font-family-alt-light{
			font-family: var(--font-family-alt-light);
		}
		.sm\:font-family-alt-light-italic{
			font-family: var(--font-family-alt-light-italic);
		}
		.sm\:font-family-alt-narrow-bold{
			font-family: var(--font-family-alt-narrow-bold);
		}
		.sm\:font-family-alt-narrow-medium{
			font-family: var(--font-family-alt-narrow-medium);
		}
	}
	@media(min-width:992px){
		.md\:font-family-main-regular{
			font-family: var(--font-family-main-regular);
		}
		.md\:font-family-main-italic{
			font-family: var(--font-family-main-italic);
		}
		.md\:font-family-main-light{
			font-family: var(--font-family-main-light);
		}
		.md\:font-family-main-light-italic{
			font-family: var(--font-family-main-light-italic);
		}
		.md\:font-family-main-thin{
			font-family: var(--font-family-main-thin);
		}
		.md\:font-family-main-thin-italic{
			font-family: var(--font-family-main-thin-italic);
		}
		.md\:font-family-main-medium{
			font-family: var(--font-family-main-medium);
		}
		.md\:font-family-main-medium-italic{
			font-family: var(--font-family-main-medium-italic);
		}
		.md\:font-family-main-semibold{
			font-family: var(--font-family-main-semibold);
		}
		.md\:font-family-main-semibold-italic{
			font-family: var(--font-family-main-semibold-italic);
		}
		.md\:font-family-main-bold{
			font-family: var(--font-family-main-bold);
		}
		.md\:font-family-main-bold-italic{
			font-family: var(--font-family-main-bold-italic);
		}
		.md\:font-family-main-extrabold{
			font-family: var(--font-family-main-extrabold);
		}
		.md\:font-family-main-extrabold-italic{
			font-family: var(--font-family-main-extrabold-italic);
		}
		.md\:font-family-main-black{
			font-family: var(--font-family-main-black);
		}
		.md\:font-family-main-black-italic{
			font-family: var(--font-family-main-black-italic);
		}
		.md\:font-family-alt-black{
			font-family: var(--font-family-alt-black);
		}
		.md\:font-family-alt-black-italic{
			font-family: var(--font-family-alt-black-italic);
		}
		.md\:font-family-alt-bold{
			font-family: var(--font-family-alt-bold);
		}
		.md\:font-family-alt-bold-italic{
			font-family: var(--font-family-alt-bold-italic);
		}
		.md\:font-family-alt-medium{
			font-family: var(--font-family-alt-medium);
		}
		.md\:font-family-alt-medium-italic{
			font-family: var(--font-family-alt-medium-italic);
		}
		.md\:font-family-alt-regular{
			font-family: var(--font-family-alt-regular);
		}
		.md\:font-family-alt-regular-italic{
			font-family: var(--font-family-alt-regular-italic);
		}
		.md\:font-family-alt-light{
			font-family: var(--font-family-alt-light);
		}
		.md\:font-family-alt-light-italic{
			font-family: var(--font-family-alt-light-italic);
		}
		.md\:font-family-alt-narrow-bold{
			font-family: var(--font-family-alt-narrow-bold);
		}
		.md\:font-family-alt-narrow-medium{
			font-family: var(--font-family-alt-narrow-medium);
		}
	}
	@media(min-width:1200px){
		.lg\:font-family-main-regular{
			font-family: var(--font-family-main-regular);
		}
		.lg\:font-family-main-italic{
			font-family: var(--font-family-main-italic);
		}
		.lg\:font-family-main-light{
			font-family: var(--font-family-main-light);
		}
		.lg\:font-family-main-light-italic{
			font-family: var(--font-family-main-light-italic);
		}
		.lg\:font-family-main-thin{
			font-family: var(--font-family-main-thin);
		}
		.lg\:font-family-main-thin-italic{
			font-family: var(--font-family-main-thin-italic);
		}
		.lg\:font-family-main-medium{
			font-family: var(--font-family-main-medium);
		}
		.lg\:font-family-main-medium-italic{
			font-family: var(--font-family-main-medium-italic);
		}
		.lg\:font-family-main-semibold{
			font-family: var(--font-family-main-semibold);
		}
		.lg\:font-family-main-semibold-italic{
			font-family: var(--font-family-main-semibold-italic);
		}
		.lg\:font-family-main-bold{
			font-family: var(--font-family-main-bold);
		}
		.lg\:font-family-main-bold-italic{
			font-family: var(--font-family-main-bold-italic);
		}
		.lg\:font-family-main-extrabold{
			font-family: var(--font-family-main-extrabold);
		}
		.lg\:font-family-main-extrabold-italic{
			font-family: var(--font-family-main-extrabold-italic);
		}
		.lg\:font-family-main-black{
			font-family: var(--font-family-main-black);
		}
		.lg\:font-family-main-black-italic{
			font-family: var(--font-family-main-black-italic);
		}
		.lg\:font-family-alt-black{
			font-family: var(--font-family-alt-black);
		}
		.lg\:font-family-alt-black-italic{
			font-family: var(--font-family-alt-black-italic);
		}
		.lg\:font-family-alt-bold{
			font-family: var(--font-family-alt-bold);
		}
		.lg\:font-family-alt-bold-italic{
			font-family: var(--font-family-alt-bold-italic);
		}
		.lg\:font-family-alt-medium{
			font-family: var(--font-family-alt-medium);
		}
		.lg\:font-family-alt-medium-italic{
			font-family: var(--font-family-alt-medium-italic);
		}
		.lg\:font-family-alt-regular{
			font-family: var(--font-family-alt-regular);
		}
		.lg\:font-family-alt-regular-italic{
			font-family: var(--font-family-alt-regular-italic);
		}
		.lg\:font-family-alt-light{
			font-family: var(--font-family-alt-light);
		}
		.lg\:font-family-alt-light-italic{
			font-family: var(--font-family-alt-light-italic);
		}
		.lg\:font-family-alt-narrow-bold{
			font-family: var(--font-family-alt-narrow-bold);
		}
		.lg\:font-family-alt-narrow-medium{
			font-family: var(--font-family-alt-narrow-medium);
		}
	}

	/*FONT SIZE*/
	.font-size-xs{
		font-size: var(--font-size-xs);
	}
	.font-size-sm{
		font-size: var(--font-size-sm);
	}
	.font-size-normal{
		font-size: var(--font-size-normal);
	}
	.font-size-md{
		font-size: var(--font-size-md);
	}
	.font-size-medium{
		font-size: var(--font-size-medium);
	}
	.font-size-large, .font-size-lg{
		font-size: var(--font-size-large);
	}
	.font-size-xl{
		font-size: var(--font-size-xl);
	}
	.font-size-2xl{
		font-size: var(--font-size-2xl);
	}
	.font-size-3xl{
		font-size: var(--font-size-3xl);
	}
	.font-size-4xl{
		font-size: var(--font-size-4xl);
	}
	.font-size-5xl{
		font-size: var(--font-size-5xl);
	}

	@media(min-width:768px){
		.sm\:font-size-xs{
			font-size: var(--font-size-xs);
		}
		.sm\:font-size-sm{
			font-size: var(--font-size-sm);
		}
		.sm\:font-size-normal{
			font-size: var(--font-size-normal);
		}
		.sm\:font-size-md{
			font-size: var(--font-size-md);
		}
		.sm\:font-size-medium{
			font-size: var(--font-size-medium);
		}
		.sm\:font-size-large, .sm\:font-size-lg{
			font-size: var(--font-size-large);
		}
		.sm\:font-size-xl{
			font-size: var(--font-size-xl);
		}
		.sm\:font-size-2xl{
			font-size: var(--font-size-2xl);
		}
		.sm\:font-size-3xl{
			font-size: var(--font-size-3xl);
		}
		.sm\:font-size-4xl{
			font-size: var(--font-size-4xl);
		}
		.sm\:font-size-5xl{
			font-size: var(--font-size-5xl);
		}
	}

	@media(min-width:992px){
		.md\:font-size-xs{
			font-size: var(--font-size-xs);
		}
		.md\:font-size-sm{
			font-size: var(--font-size-sm);
		}
		.md\:font-size-normal{
			font-size: var(--font-size-normal);
		}
		.md\:font-size-md{
			font-size: var(--font-size-md);
		}
		.md\:font-size-medium{
			font-size: var(--font-size-medium);
		}
		.md\:font-size-large, .md\:font-size-lg{
			font-size: var(--font-size-large);
		}
		.md\:font-size-xl{
			font-size: var(--font-size-xl);
		}
		.md\:font-size-2xl{
			font-size: var(--font-size-2xl);
		}
		.md\:font-size-3xl{
			font-size: var(--font-size-3xl);
		}
		.md\:font-size-4xl{
			font-size: var(--font-size-4xl);
		}
		.md\:font-size-5xl{
			font-size: var(--font-size-5xl);
		}
	}
	@media(min-width:1200px){
		.lg\:font-size-xs{
			font-size: var(--font-size-xs);
		}
		.lg\:font-size-sm{
			font-size: var(--font-size-sm);
		}
		.lg\:font-size-normal{
			font-size: var(--font-size-normal);
		}
		.lg\:font-size-md{
			font-size: var(--font-size-md);
		}
		.lg\:font-size-medium{
			font-size: var(--font-size-medium);
		}
		.lg\:font-size-large, .lg\:font-size-lg{
			font-size: var(--font-size-large);
		}
		.lg\:font-size-xl{
			font-size: var(--font-size-xl);
		}
		.lg\:font-size-2xl{
			font-size: var(--font-size-2xl);
		}
		.lg\:font-size-3xl{
			font-size: var(--font-size-3xl);
		}
		.lg\:font-size-4xl{
			font-size: var(--font-size-4xl);
		}
		.lg\:font-size-5xl{
			font-size: var(--font-size-5xl);
		}
	}

.font-color-main{
	color: var(--main-color);
}
.font-color-alt{
	color: var(--alt-color);
}
.font-color-alt-2{
	color: var(--alt-2-color);
}
.font-color-alt-3{
	color: var(--alt-3-color);
}
.font-color-light{
	color: var(--light-color);
}
.font-color-dark-grey{
	color: var(--dark-grey);
}
.font-color-grey{
	color: var(--grey);
}
.font-color-light-grey{
	color: var(--light-grey);
}
.font-color-main-color-grey{
	color: var(--main-color-grey);
}
.font-color-red{
	color: var(--red);
}
.font-color-green{
	color: var(--green);
}

.font-color-fff{
	color: #fff;
}

.font-weight-bold{
	font-weight: bold;
}

/*--------------------------------------------------------------
GLOBE
--------------------------------------------------------------*/

/*************TEXT GLOBE*************/
.globe-wrap{
	display: flex;
	width: 3em;
	height: 3em;
	background: var(--main-color);
	color: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: var(--font-main-color);
	padding: 0.5em;

	position: relative;
	/*width: 100%;*/
	overflow: hidden;
}

@media( min-width: 768px ){
	.globe-wrap{
		width: 2em;
		height: 2em;
	}
}

/*--------------------------------------------------------------
GRID
--------------------------------------------------------------*/
.grid-container{
	display: grid;
}
.inline-grid-container{
	display: inline-grid;
}

	@media( min-width: 768px ){
		.sm\:grid-container{
			display: grid;
		}
		.sm\:inline-grid-container{
			display: inline-grid;
		}
	}

	@media(min-width:992px){
		.md\:grid-container{
			display: grid;
		}
		.md\:inline-grid-container{
			display: inline-grid;
		}
	}
	@media(min-width:1200px){
		.lg\:grid-container{
			display: grid;
		}
		.lg\:inline-grid-container{
			display: inline-grid;
		}
	}


.grid-column-gap-0_5{
	grid-column-gap: 0.5em;
}
.grid-column-gap-1{
	grid-column-gap: 1em;
}
.grid-column-gap-1_5{
	grid-column-gap: 1.5em;
}
.grid-column-gap-2{
	grid-column-gap: 2em;
}
.grid-column-gap-3{
	grid-column-gap: 3em;
}
.grid-column-gap-4{
	grid-column-gap: 4em;
}
.grid-column-gap-5{
	grid-column-gap: 5em;
}

.grid-row-gap-0_5{
	grid-row-gap: 0.5em;
}
.grid-row-gap-1{
	grid-row-gap: 1em;
}
.grid-row-gap-1_5{
	grid-row-gap: 1.5em;
}
.grid-row-gap-2{
	grid-row-gap: 2em;
}
.grid-row-gap-3{
	grid-row-gap: 3em;
}
.grid-row-gap-4{
	grid-row-gap: 4em;
}
.grid-row-gap-5{
	grid-row-gap: 5em;
}

	@media( min-width: 768px ){
		.sm\:grid-column-gap-0_5{
			grid-column-gap: 0.5em;
		}
		.sm\:grid-column-gap-1{
			grid-column-gap: 1em;
		}
		.sm\:grid-column-gap-1_5{
			grid-column-gap: 1.5em;
		}
		.sm\:grid-column-gap-2{
			grid-column-gap: 2em;
		}
		.sm\:grid-column-gap-3{
			grid-column-gap: 3em;
		}
		.sm\:grid-column-gap-4{
			grid-column-gap: 4em;
		}
		.sm\:grid-column-gap-5{
			grid-column-gap: 5em;
		}
		.sm\:grid-row-gap-0_5{
			grid-row-gap: 0.5em;
		}
		.sm\:grid-row-gap-1{
			grid-row-gap: 1em;
		}
		.sm\:grid-row-gap-1_5{
			grid-row-gap: 1.5em;
		}
		.sm\:grid-row-gap-2{
			grid-row-gap: 2em;
		}
		.sm\:grid-row-gap-3{
			grid-row-gap: 3em;
		}
		.sm\:grid-row-gap-4{
			grid-row-gap: 4em;
		}
		.sm\:grid-row-gap-5{
			grid-row-gap: 5em;
		}
	}

	@media(min-width:992px){
		.md\:grid-column-gap-0_5{
			grid-column-gap: 0.5em;
		}
		.md\:grid-column-gap-1{
			grid-column-gap: 1em;
		}
		.md\:grid-column-gap-1_5{
			grid-column-gap: 1.5em;
		}
		.md\:grid-column-gap-2{
			grid-column-gap: 2em;
		}
		.md\:grid-column-gap-3{
			grid-column-gap: 3em;
		}
		.md\:grid-column-gap-4{
			grid-column-gap: 4em;
		}
		.md\:grid-column-gap-5{
			grid-column-gap: 5em;
		}
		.md\:grid-row-gap-0_5{
			grid-row-gap: 0.5em;
		}
		.md\:grid-row-gap-1{
			grid-row-gap: 1em;
		}
		.md\:grid-row-gap-1_5{
			grid-row-gap: 1.5em;
		}
		.md\:grid-row-gap-2{
			grid-row-gap: 2em;
		}
		.md\:grid-row-gap-3{
			grid-row-gap: 3em;
		}
		.md\:grid-row-gap-4{
			grid-row-gap: 4em;
		}
		.md\:grid-row-gap-5{
			grid-row-gap: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:grid-column-gap-0_5{
			grid-column-gap: 0.5em;
		}
		.lg\:grid-column-gap-1{
			grid-column-gap: 1em;
		}
		.lg\:grid-column-gap-1_5{
			grid-column-gap: 1.5em;
		}
		.lg\:grid-column-gap-2{
			grid-column-gap: 2em;
		}
		.lg\:grid-column-gap-3{
			grid-column-gap: 3em;
		}
		.lg\:grid-column-gap-4{
			grid-column-gap: 4em;
		}
		.lg\:grid-column-gap-5{
			grid-column-gap: 5em;
		}
		.lg\:grid-row-gap-0_5{
			grid-row-gap: 0.5em;
		}
		.lg\:grid-row-gap-1{
			grid-row-gap: 1em;
		}
		.lg\:grid-row-gap-1_5{
			grid-row-gap: 1.5em;
		}
		.lg\:grid-row-gap-2{
			grid-row-gap: 2em;
		}
		.lg\:grid-row-gap-3{
			grid-row-gap: 3em;
		}
		.lg\:grid-row-gap-4{
			grid-row-gap: 4em;
		}
		.lg\:grid-row-gap-5{
			grid-row-gap: 5em;
		}
	}

.grid-template-columns_1r-1fr{
	grid-template-columns: repeat(1, 1fr);
}
.grid-template-columns_2r-1fr{
	grid-template-columns: repeat(2, 1fr);
}
.grid-template-columns_3r-1fr{
	grid-template-columns: repeat(3, 1fr);
}
.grid-template-columns_4r-1fr{
	grid-template-columns: repeat(4, 1fr);
}
.grid-template-columns_5r-1fr{
	grid-template-columns: repeat(5, 1fr);
}
.grid-template-columns_6r-1fr{
	grid-template-columns: repeat(6, 1fr);
}

.grid-template-rows_1r-1fr{
	grid-template-rows: repeat(1, 1fr);
}
.grid-template-rows_2r-1fr{
	grid-template-rows: repeat(2, 1fr);
}
.grid-template-rows_3r-1fr{
	grid-template-rows: repeat(3, 1fr);
}
.grid-template-rows_4r-1fr{
	grid-template-rows: repeat(4, 1fr);
}
.grid-template-rows_5r-1fr{
	grid-template-rows: repeat(5, 1fr);
}
.grid-template-rows_6r-1fr{
	grid-template-columns: repeat(6, 1fr);
}

.grid-auto-columns_1fr{
	grid-auto-columns: 1fr;
}
.grid-auto-columns_2fr{
	grid-auto-columns: 2fr;
}
.grid-auto-columns_3fr{
	grid-auto-columns: 3fr;
}
.grid-auto-columns_4fr{
	grid-auto-columns: 4fr;
}
.grid-auto-columns_5fr{
	grid-auto-columns: 5fr;
}

.grid-auto-rows_1fr{
	grid-auto-rows: 1fr;
}
.grid-auto-rows_2fr{
	grid-auto-rows: 2fr;
}
.grid-auto-rows_3fr{
	grid-auto-rows: 3fr;
}
.grid-auto-rows_4fr{
	grid-auto-rows: 4fr;
}
.grid-auto-rows_5fr{
	grid-auto-rows: 5fr;
}

	@media( min-width: 768px ){
		.sm\:grid-template-columns_1r-1fr{
			grid-template-columns: repeat(1, 1fr);
		}
		.sm\:grid-template-columns_2r-1fr{
			grid-template-columns: repeat(2, 1fr);
		}
		.sm\:grid-template-columns_3r-1fr{
			grid-template-columns: repeat(3, 1fr);
		}
		.sm\:grid-template-columns_4r-1fr{
			grid-template-columns: repeat(4, 1fr);
		}
		.sm\:grid-template-columns_5r-1fr{
			grid-template-columns: repeat(5, 1fr);
		}
		.sm\:grid-template-columns_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.sm\:grid-template-rows_1r-1fr{
			grid-template-rows: repeat(1, 1fr);
		}
		.sm\:grid-template-rows_2r-1fr{
			grid-template-rows: repeat(2, 1fr);
		}
		.sm\:grid-template-rows_3r-1fr{
			grid-template-rows: repeat(3, 1fr);
		}
		.sm\:grid-template-rows_4r-1fr{
			grid-template-rows: repeat(4, 1fr);
		}
		.sm\:grid-template-rows_5r-1fr{
			grid-template-rows: repeat(5, 1fr);
		}
		.sm\:grid-template-rows_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.sm\:grid-auto-columns_1fr{
			grid-auto-columns: 1fr;
		}
		.sm\:grid-auto-columns_2fr{
			grid-auto-columns: 2fr;
		}
		.sm\:grid-auto-columns_3fr{
			grid-auto-columns: 3fr;
		}
		.sm\:grid-auto-columns_4fr{
			grid-auto-columns: 4fr;
		}
		.sm\:grid-auto-columns_5fr{
			grid-auto-columns: 5fr;
		}

		.sm\:grid-auto-rows_1fr{
			grid-auto-rows: 1fr;
		}
		.sm\:grid-auto-rows_2fr{
			grid-auto-rows: 2fr;
		}
		.sm\:grid-auto-rows_3fr{
			grid-auto-rows: 3fr;
		}
		.sm\:grid-auto-rows_4fr{
			grid-auto-rows: 4fr;
		}
		.sm\:grid-auto-rows_5fr{
			grid-auto-rows: 5fr;
		}
	}
	@media(min-width:992px){
		.md\:grid-template-columns_1r-1fr{
			grid-template-columns: repeat(1, 1fr);
		}
		.md\:grid-template-columns_2r-1fr{
			grid-template-columns: repeat(2, 1fr);
		}
		.md\:grid-template-columns_3r-1fr{
			grid-template-columns: repeat(3, 1fr);
		}
		.md\:grid-template-columns_4r-1fr{
			grid-template-columns: repeat(4, 1fr);
		}
		.md\:grid-template-columns_5r-1fr{
			grid-template-columns: repeat(5, 1fr);
		}
		.md\:grid-template-columns_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.md\:grid-template-rows_1r-1fr{
			grid-template-rows: repeat(1, 1fr);
		}
		.md\:grid-template-rows_2r-1fr{
			grid-template-rows: repeat(2, 1fr);
		}
		.md\:grid-template-rows_3r-1fr{
			grid-template-rows: repeat(3, 1fr);
		}
		.md\:grid-template-rows_4r-1fr{
			grid-template-rows: repeat(4, 1fr);
		}
		.md\:grid-template-rows_5r-1fr{
			grid-template-rows: repeat(5, 1fr);
		}
		.md\:grid-template-rows_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.md\:grid-auto-columns_1fr{
			grid-auto-columns: 1fr;
		}
		.md\:grid-auto-columns_2fr{
			grid-auto-columns: 2fr;
		}
		.md\:grid-auto-columns_3fr{
			grid-auto-columns: 3fr;
		}
		.md\:grid-auto-columns_4fr{
			grid-auto-columns: 4fr;
		}
		.md\:grid-auto-columns_5fr{
			grid-auto-columns: 5fr;
		}

		.md\:grid-auto-rows_1fr{
			grid-auto-rows: 1fr;
		}
		.md\:grid-auto-rows_2fr{
			grid-auto-rows: 2fr;
		}
		.md\:grid-auto-rows_3fr{
			grid-auto-rows: 3fr;
		}
		.md\:grid-auto-rows_4fr{
			grid-auto-rows: 4fr;
		}
		.md\:grid-auto-rows_5fr{
			grid-auto-rows: 5fr;
		}
	}
	@media(min-width:1200px){
		.lg\:grid-template-columns_1r-1fr{
			grid-template-columns: repeat(1, 1fr);
		}
		.lg\:grid-template-columns_2r-1fr{
			grid-template-columns: repeat(2, 1fr);
		}
		.lg\:grid-template-columns_3r-1fr{
			grid-template-columns: repeat(3, 1fr);
		}
		.lg\:grid-template-columns_4r-1fr{
			grid-template-columns: repeat(4, 1fr);
		}
		.lg\:grid-template-columns_5r-1fr{
			grid-template-columns: repeat(5, 1fr);
		}
		.lg\:grid-template-columns_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.lg\:grid-template-rows_1r-1fr{
			grid-template-rows: repeat(1, 1fr);
		}
		.lg\:grid-template-rows_2r-1fr{
			grid-template-rows: repeat(2, 1fr);
		}
		.lg\:grid-template-rows_3r-1fr{
			grid-template-rows: repeat(3, 1fr);
		}
		.lg\:grid-template-rows_4r-1fr{
			grid-template-rows: repeat(4, 1fr);
		}
		.lg\:grid-template-rows_5r-1fr{
			grid-template-rows: repeat(5, 1fr);
		}
		.lg\:grid-template-rows_6r-1fr{
			grid-template-columns: repeat(6, 1fr);
		}

		.lg\:grid-auto-columns_1fr{
			grid-auto-columns: 1fr;
		}
		.lg\:grid-auto-columns_2fr{
			grid-auto-columns: 2fr;
		}
		.lg\:grid-auto-columns_3fr{
			grid-auto-columns: 3fr;
		}
		.lg\:grid-auto-columns_4fr{
			grid-auto-columns: 4fr;
		}
		.lg\:grid-auto-columns_5fr{
			grid-auto-columns: 5fr;
		}

		.lg\:grid-auto-rows_1fr{
			grid-auto-rows: 1fr;
		}
		.lg\:grid-auto-rows_2fr{
			grid-auto-rows: 2fr;
		}
		.lg\:grid-auto-rows_3fr{
			grid-auto-rows: 3fr;
		}
		.lg\:grid-auto-rows_4fr{
			grid-auto-rows: 4fr;
		}
		.lg\:grid-auto-rows_5fr{
			grid-auto-rows: 5fr;
		}
	}


.grid-column-start-1{
	grid-column-start: 1;
}
.grid-column-start-2{
	grid-column-start: 2;
}
.grid-column-start-3{
	grid-column-start: 3;
}
.grid-column-start-4{
	grid-column-start: 4;
}
.grid-column-start-5{
	grid-column-start: 5;
}
.grid-column-start-6{
	grid-column-start: 6;
}

.grid-column-end-1{
	grid-column-end: 1;
}
.grid-column-end-2{
	grid-column-end: 2;
}
.grid-column-end-3{
	grid-column-end: 3;
}
.grid-column-end-4{
	grid-column-end: 4;
}
.grid-column-end-5{
	grid-column-end: 5;
}
.grid-column-end-6{
	grid-column-end: 6;
}

.grid-row-start-1{
	grid-row-start: 1;
}
.grid-row-start-2{
	grid-row-start: 2;
}
.grid-row-start-3{
	grid-row-start: 3;
}
.grid-row-start-4{
	grid-row-start: 4;
}
.grid-row-start-5{
	grid-row-start: 5;
}
.grid-row-start-6{
	grid-row-start: 6;
}

.grid-row-end-1{
	grid-row-end: 1;
}
.grid-row-end-2{
	grid-row-end: 2;
}
.grid-row-end-3{
	grid-row-end: 3;
}
.grid-row-end-4{
	grid-row-end: 4;
}
.grid-row-end-5{
	grid-row-end: 5;
}
.grid-row-end-6{
	grid-column-end: 6;
}

	@media( min-width: 768px ){
		.sm\:grid-column-start-1{
			grid-column-start: 1;
		}
		.sm\:grid-column-start-2{
			grid-column-start: 2;
		}
		.sm\:grid-column-start-3{
			grid-column-start: 3;
		}
		.sm\:grid-column-start-4{
			grid-column-start: 4;
		}
		.sm\:grid-column-start-5{
			grid-column-start: 5;
		}
		.sm\:grid-column-start-6{
			grid-column-start: 6;
		}

		.sm\:grid-column-end-1{
			grid-column-end: 1;
		}
		.sm\:grid-column-end-2{
			grid-column-end: 2;
		}
		.sm\:grid-column-end-3{
			grid-column-end: 3;
		}
		.sm\:grid-column-end-4{
			grid-column-end: 4;
		}
		.sm\:grid-column-end-5{
			grid-column-end: 5;
		}
		.sm\:grid-column-end-6{
			grid-column-end: 6;
		}

		.sm\:grid-row-start-1{
			grid-row-start: 1;
		}
		.sm\:grid-row-start-2{
			grid-row-start: 2;
		}
		.sm\:grid-row-start-3{
			grid-row-start: 3;
		}
		.sm\:grid-row-start-4{
			grid-row-start: 4;
		}
		.sm\:grid-row-start-5{
			grid-row-start: 5;
		}
		.sm\:grid-row-start-6{
			grid-row-start: 6;
		}

		.sm\:grid-row-end-1{
			grid-row-end: 1;
		}
		.sm\:grid-row-end-2{
			grid-row-end: 2;
		}
		.sm\:grid-row-end-3{
			grid-row-end: 3;
		}
		.sm\:grid-row-end-4{
			grid-row-end: 4;
		}
		.sm\:grid-row-end-5{
			grid-row-end: 5;
		}
		.sm\:grid-row-end-6{
			grid-column-end: 6;
		}
	}
	@media(min-width:992px){
		.md\:grid-column-start-1{
			grid-column-start: 1;
		}
		.md\:grid-column-start-2{
			grid-column-start: 2;
		}
		.md\:grid-column-start-3{
			grid-column-start: 3;
		}
		.md\:grid-column-start-4{
			grid-column-start: 4;
		}
		.md\:grid-column-start-5{
			grid-column-start: 5;
		}
		.md\:grid-column-start-6{
			grid-column-start: 6;
		}

		.md\:grid-column-end-1{
			grid-column-end: 1;
		}
		.md\:grid-column-end-2{
			grid-column-end: 2;
		}
		.md\:grid-column-end-3{
			grid-column-end: 3;
		}
		.md\:grid-column-end-4{
			grid-column-end: 4;
		}
		.md\:grid-column-end-5{
			grid-column-end: 5;
		}
		.md\:grid-column-end-6{
			grid-column-end: 6;
		}

		.md\:grid-row-start-1{
			grid-row-start: 1;
		}
		.md\:grid-row-start-2{
			grid-row-start: 2;
		}
		.md\:grid-row-start-3{
			grid-row-start: 3;
		}
		.md\:grid-row-start-4{
			grid-row-start: 4;
		}
		.md\:grid-row-start-5{
			grid-row-start: 5;
		}
		.md\:grid-row-start-6{
			grid-row-start: 6;
		}

		.md\:grid-row-end-1{
			grid-row-end: 1;
		}
		.md\:grid-row-end-2{
			grid-row-end: 2;
		}
		.md\:grid-row-end-3{
			grid-row-end: 3;
		}
		.md\:grid-row-end-4{
			grid-row-end: 4;
		}
		.md\:grid-row-end-5{
			grid-row-end: 5;
		}
		.md\:grid-row-end-6{
			grid-column-end: 6;
		}
	}
	@media(min-width:1200px){
		.lg\:grid-column-start-1{
			grid-column-start: 1;
		}
		.lg\:grid-column-start-2{
			grid-column-start: 2;
		}
		.lg\:grid-column-start-3{
			grid-column-start: 3;
		}
		.lg\:grid-column-start-4{
			grid-column-start: 4;
		}
		.lg\:grid-column-start-5{
			grid-column-start: 5;
		}
		.lg\:grid-column-start-6{
			grid-column-start: 6;
		}

		.lg\:grid-column-end-1{
			grid-column-end: 1;
		}
		.lg\:grid-column-end-2{
			grid-column-end: 2;
		}
		.lg\:grid-column-end-3{
			grid-column-end: 3;
		}
		.lg\:grid-column-end-4{
			grid-column-end: 4;
		}
		.lg\:grid-column-end-5{
			grid-column-end: 5;
		}
		.lg\:grid-column-end-6{
			grid-column-end: 6;
		}

		.lg\:grid-row-start-1{
			grid-row-start: 1;
		}
		.lg\:grid-row-start-2{
			grid-row-start: 2;
		}
		.lg\:grid-row-start-3{
			grid-row-start: 3;
		}
		.lg\:grid-row-start-4{
			grid-row-start: 4;
		}
		.lg\:grid-row-start-5{
			grid-row-start: 5;
		}
		.lg\:grid-row-start-6{
			grid-row-start: 6;
		}

		.lg\:grid-row-end-1{
			grid-row-end: 1;
		}
		.lg\:grid-row-end-2{
			grid-row-end: 2;
		}
		.lg\:grid-row-end-3{
			grid-row-end: 3;
		}
		.lg\:grid-row-end-4{
			grid-row-end: 4;
		}
		.lg\:grid-row-end-5{
			grid-row-end: 5;
		}
		.lg\:grid-row-end-6{
			grid-column-end: 6;
		}
	}

/*--------------------------------------------------------------
HEIGHT
--------------------------------------------------------------*/
	.h-12{
		height: 100%;
	}
	.h-11{
		height: 91.66666667%;
	}
	.h-10{
		height: 83.33333333%;
	}
	.h-9{
		height: 75%;
	}
	.h-8{
		height: 66.66666667%;
	}
	.h-7{
		height: 58.33333333%;
	}
	.h-6{
		height: 50%;
	}
	.h-5{
		height: 41.66666667%;
	}
	.h-4{
		height: 33.33333333%;
	}
	.h-3{
		height: 25%;
	}
	.h-2{
		height: 16.66666667%;
	}
	.h-1{
		height: 8.33333333%;
	}
	.h-0{
		height: 0%;
	}


	.h-5em{
		height: 5em;
	}
	.h-4em{
		height: 4m;
	}
	.h-3em{
		height: 3em;
	}
	.h-2em{
		height: 2em;
	}
	.h-1em{
		height: 1em;
	}

	.h-100p{
		height: 100%;
	}
	.h-95p{
		height: 95%;
	}
	.h-90p{
		height: 90%;
	}
	.h-85p{
		height: 85%;
	}
	.h-80p{
		height: 80%;
	}
	.h-75p{
		height: 75%;
	}
	.h-70p{
		height: 70%;
	}
	.h-65p{
		height: 65%;
	}
	.h-60p{
		height: 60%;
	}
	.h-55p{
		height: 55%;
	}
	.h-50p{
		height: 50%;
	}
	.h-45p{
		height: 45%;
	}
	.h-40p{
		height: 40%;
	}
	.h-35p{
		height: 35%;
	}
	.h-30p{
		height: 30%;
	}
	.h-25p{
		height: 25%;
	}
	.h-20p{
		height: 20%;
	}
	.h-15p{
		height: 15%;
	}
	.h-10p{
		height: 10%;
	}
	.h-5p{
		height: 5%;
	}
	.h-0p{
		height: 0%;
	}


	.h-512{
		height: 512px;
	}
	.h-460{
		height: 460px;
	}
	.h-324{
		height: 324px;
	}
	.h-256{
		height: 256px;
	}
	.h-124{
		height: 124px;
	}
	.h-64{
		height: 64px;
	}
	.h-32{
		height: 32px;
	}

	.h-200vh{
		height: 200vh;
	}
	.h-195vh{
		height: 195vh;
	}
	.h-190vh{
		height: 190vh;
	}
	.h-185vh{
		height: 185vh;
	}
	.h-180vh{
		height: 180vh;
	}
	.h-175vh{
		height: 175vh;
	}
	.h-170vh{
		height: 170vh;
	}
	.h-165vh{
		height: 165vh;
	}
	.h-160vh{
		height: 160vh;
	}
	.h-155vh{
		height: 155vh;
	}
	.h-150vh{
		height: 150vh;
	}
	.h-145vh{
		height: 145vh;
	}
	.h-140vh{
		height: 140vh;
	}
	.h-135vh{
		height: 135vh;
	}
	.h-130vh{
		height: 130vh;
	}
	.h-125vh{
		height: 125vh;
	}
	.h-120vh{
		height: 120vh;
	}
	.h-115vh{
		height: 115vh;
	}
	.h-110vh{
		height: 110vh;
	}
	.h-105vh{
		height: 105vh;
	}
	.h-100vh{
		height: 100vh;
	}
	.h-95vh{
		height: 95vh;
	}
	.h-90vh{
		height: 90vh;
	}
	.h-85vh{
		height: 85vh;
	}
	.h-80vh{
		height: 80vh;
	}
	.h-75vh{
		height: 75vh;
	}
	.h-70vh{
		height: 70vh;
	}
	.h-65vh{
		height: 65vh;
	}
	.h-60vh{
		height: 60vh;
	}
	.h-55vh{
		height: 55vh;
	}
	.h-50vh{
		height: 50vh;
	}
	.h-45vh{
		height: 45vh;
	}
	.h-40vh{
		height: 40vh;
	}
	.h-35vh{
		height: 35vh;
	}
	.h-30vh{
		height: 30vh;
	}
	.h-25vh{
		height: 25vh;
	}
	.h-20vh{
		height: 20vh;
	}
	.h-15vh{
		height: 15vh;
	}
	.h-10vh{
		height: 10vh;
	}
	.h-5vh{
		height: 5vh;
	}
	

	.h-auto{
		height: auto;
	}
	@media(min-width:768px){
		.sm\:h-12{
			height: 100%;
		}
		.sm\:h-11{
			height: 91.66666667%;
		}
		.sm\:h-10{
			height: 83.33333333%;
		}
		.sm\:h-9{
			height: 75%;
		}
		.sm\:h-8{
			height: 66.66666667%;
		}
		.sm\:h-7{
			height: 58.33333333%;
		}
		.sm\:h-6{
			height: 50%;
		}
		.sm\:h-5{
			height: 41.66666667%;
		}
		.sm\:h-4{
			height: 33.33333333%;
		}
		.sm\:h-3{
			height: 25%;
		}
		.sm\:h-2{
			height: 16.66666667%;
		}
		.sm\:h-1{
			height: 8.33333333%;
		}
		.sm\:h-0{
			height: 0%;
		}
		.sm\:h-100p{
			height: 100%;
		}
		.sm\:h-95p{
			height: 95%;
		}
		.sm\:h-90p{
			height: 90%;
		}
		.sm\:h-85p{
			height: 85%;
		}
		.sm\:h-80p{
			height: 80%;
		}
		.sm\:h-75p{
			height: 75%;
		}
		.sm\:h-70p{
			height: 70%;
		}
		.sm\:h-65p{
			height: 65%;
		}
		.sm\:h-60p{
			height: 60%;
		}
		.sm\:h-55p{
			height: 55%;
		}
		.sm\:h-50p{
			height: 50%;
		}
		.sm\:h-45p{
			height: 45%;
		}
		.sm\:h-40p{
			height: 40%;
		}
		.sm\:h-35p{
			height: 35%;
		}
		.sm\:h-30p{
			height: 30%;
		}
		.sm\:h-25p{
			height: 25%;
		}
		.sm\:h-20p{
			height: 20%;
		}
		.sm\:h-15p{
			height: 15%;
		}
		.sm\:h-10p{
			height: 10%;
		}
		.sm\:h-5p{
			height: 5%;
		}
		.sm\:h-0p{
			height: 0%;
		}
		.sm\:h-512{
			height: 512px;
		}
		.sm\:h-460{
			height: 460px;
		}
		.sm\:h-324{
			height: 324px;
		}
		.sm\:h-256{
			height: 256px;
		}
		.sm\:h-124{
			height: 124px;
		}
		.sm\:h-64{
			height: 64px;
		}
		.sm\:h-32{
			height: 32px;
		}
		.sm\:h-200vh{
			height: 200vh;
		}
		.sm\:h-195vh{
			height: 195vh;
		}
		.sm\:h-190vh{
			height: 190vh;
		}
		.sm\:h-185vh{
			height: 185vh;
		}
		.sm\:h-180vh{
			height: 180vh;
		}
		.sm\:h-175vh{
			height: 175vh;
		}
		.sm\:h-170vh{
			height: 170vh;
		}
		.sm\:h-165vh{
			height: 165vh;
		}
		.sm\:h-160vh{
			height: 160vh;
		}
		.sm\:h-155vh{
			height: 155vh;
		}
		.sm\:h-150vh{
			height: 150vh;
		}
		.sm\:h-145vh{
			height: 145vh;
		}
		.sm\:h-140vh{
			height: 140vh;
		}
		.sm\:h-135vh{
			height: 135vh;
		}
		.sm\:h-130vh{
			height: 130vh;
		}
		.sm\:h-125vh{
			height: 125vh;
		}
		.sm\:h-120vh{
			height: 120vh;
		}
		.sm\:h-115vh{
			height: 115vh;
		}
		.sm\:h-110vh{
			height: 110vh;
		}
		.sm\:h-105vh{
			height: 105vh;
		}
		.sm\:h-100vh{
			height: 100vh;
		}
		.sm\:h-95vh{
			height: 95vh;
		}
		.sm\:h-90vh{
			height: 90vh;
		}
		.sm\:h-85vh{
			height: 85vh;
		}
		.sm\:h-80vh{
			height: 80vh;
		}
		.sm\:h-75vh{
			height: 75vh;
		}
		.sm\:h-70vh{
			height: 70vh;
		}
		.sm\:h-65vh{
			height: 65vh;
		}
		.sm\:h-60vh{
			height: 60vh;
		}
		.sm\:h-55vh{
			height: 55vh;
		}
		.sm\:h-50vh{
			height: 50vh;
		}
		.sm\:h-45vh{
			height: 45vh;
		}
		.sm\:h-40vh{
			height: 40vh;
		}
		.sm\:h-35vh{
			height: 35vh;
		}
		.sm\:h-30vh{
			height: 30vh;
		}
		.sm\:h-25vh{
			height: 25vh;
		}
		.sm\:h-20vh{
			height: 20vh;
		}
		.sm\:h-15vh{
			height: 15vh;
		}
		.sm\:h-10vh{
			height: 10vh;
		}
		.sm\:h-5vh{
			height: 5vh;
		}
		.sm\:h-auto{
			height: auto;
		}
	}

	@media(min-width:992px){
		.md\:h-12{
			height: 100%;
		}
		.md\:h-11{
			height: 91.66666667%;
		}
		.md\:h-10{
			height: 83.33333333%;
		}
		.md\:h-9{
			height: 75%;
		}
		.md\:h-8{
			height: 66.66666667%;
		}
		.md\:h-7{
			height: 58.33333333%;
		}
		.md\:h-6{
			height: 50%;
		}
		.md\:h-5{
			height: 41.66666667%;
		}
		.md\:h-4{
			height: 33.33333333%;
		}
		.md\:h-3{
			height: 25%;
		}
		.md\:h-2{
			height: 16.66666667%;
		}
		.md\:h-1{
			height: 8.33333333%;
		}
		.md\:h-0{
			height: 0%;
		}
		.md\:h-100p{
			height: 100%;
		}
		.md\:h-95p{
			height: 95%;
		}
		.md\:h-90p{
			height: 90%;
		}
		.md\:h-85p{
			height: 85%;
		}
		.md\:h-80p{
			height: 80%;
		}
		.md\:h-75p{
			height: 75%;
		}
		.md\:h-70p{
			height: 70%;
		}
		.md\:h-65p{
			height: 65%;
		}
		.md\:h-60p{
			height: 60%;
		}
		.md\:h-55p{
			height: 55%;
		}
		.md\:h-50p{
			height: 50%;
		}
		.md\:h-45p{
			height: 45%;
		}
		.md\:h-40p{
			height: 40%;
		}
		.md\:h-35p{
			height: 35%;
		}
		.md\:h-30p{
			height: 30%;
		}
		.md\:h-25p{
			height: 25%;
		}
		.md\:h-20p{
			height: 20%;
		}
		.md\:h-15p{
			height: 15%;
		}
		.md\:h-10p{
			height: 10%;
		}
		.md\:h-5p{
			height: 5%;
		}
		.md\:h-0p{
			height: 0%;
		}
		.md\:h-512{
			height: 512px;
		}
		.md\:h-460{
			height: 460px;
		}
		.md\:h-324{
			height: 324px;
		}
		.md\:h-256{
			height: 256px;
		}
		.md\:h-124{
			height: 124px;
		}
		.md\:h-64{
			height: 64px;
		}
		.md\:h-32{
			height: 32px;
		}
		.md\:h-200vh{
			height: 200vh;
		}
		.md\:h-195vh{
			height: 195vh;
		}
		.md\:h-190vh{
			height: 190vh;
		}
		.md\:h-185vh{
			height: 185vh;
		}
		.md\:h-180vh{
			height: 180vh;
		}
		.md\:h-175vh{
			height: 175vh;
		}
		.md\:h-170vh{
			height: 170vh;
		}
		.md\:h-165vh{
			height: 165vh;
		}
		.md\:h-160vh{
			height: 160vh;
		}
		.md\:h-155vh{
			height: 155vh;
		}
		.md\:h-150vh{
			height: 150vh;
		}
		.md\:h-145vh{
			height: 145vh;
		}
		.md\:h-140vh{
			height: 140vh;
		}
		.md\:h-135vh{
			height: 135vh;
		}
		.md\:h-130vh{
			height: 130vh;
		}
		.md\:h-125vh{
			height: 125vh;
		}
		.md\:h-120vh{
			height: 120vh;
		}
		.md\:h-115vh{
			height: 115vh;
		}
		.md\:h-110vh{
			height: 110vh;
		}
		.md\:h-105vh{
			height: 105vh;
		}
		.md\:h-100vh{
			height: 100vh;
		}
		.md\:h-95vh{
			height: 95vh;
		}
		.md\:h-90vh{
			height: 90vh;
		}
		.md\:h-85vh{
			height: 85vh;
		}
		.md\:h-80vh{
			height: 80vh;
		}
		.md\:h-75vh{
			height: 75vh;
		}
		.md\:h-70vh{
			height: 70vh;
		}
		.md\:h-65vh{
			height: 65vh;
		}
		.md\:h-60vh{
			height: 60vh;
		}
		.md\:h-55vh{
			height: 55vh;
		}
		.md\:h-50vh{
			height: 50vh;
		}
		.md\:h-45vh{
			height: 45vh;
		}
		.md\:h-40vh{
			height: 40vh;
		}
		.md\:h-35vh{
			height: 35vh;
		}
		.md\:h-30vh{
			height: 30vh;
		}
		.md\:h-25vh{
			height: 25vh;
		}
		.md\:h-20vh{
			height: 20vh;
		}
		.md\:h-15vh{
			height: 15vh;
		}
		.md\:h-10vh{
			height: 10vh;
		}
		.md\:h-5vh{
			height: 5vh;
		}
		.md\:h-auto{
			height: auto;
		}
	}

	@media(min-width:1200px){
		.lg\:h-12{
			height: 100%;
		}
		.lg\:h-11{
			height: 91.66666667%;
		}
		.lg\:h-10{
			height: 83.33333333%;
		}
		.lg\:h-9{
			height: 75%;
		}
		.lg\:h-8{
			height: 66.66666667%;
		}
		.lg\:h-7{
			height: 58.33333333%;
		}
		.lg\:h-6{
			height: 50%;
		}
		.lg\:h-5{
			height: 41.66666667%;
		}
		.lg\:h-4{
			height: 33.33333333%;
		}
		.lg\:h-3{
			height: 25%;
		}
		.lg\:h-2{
			height: 16.66666667%;
		}
		.lg\:h-1{
			height: 8.33333333%;
		}
		.lg\:h-0{
			height: 0%;
		}
		.lg\:h-100p{
			height: 100%;
		}
		.lg\:h-95p{
			height: 95%;
		}
		.lg\:h-90p{
			height: 90%;
		}
		.lg\:h-85p{
			height: 85%;
		}
		.lg\:h-80p{
			height: 80%;
		}
		.lg\:h-75p{
			height: 75%;
		}
		.lg\:h-70p{
			height: 70%;
		}
		.lg\:h-65p{
			height: 65%;
		}
		.lg\:h-60p{
			height: 60%;
		}
		.lg\:h-55p{
			height: 55%;
		}
		.lg\:h-50p{
			height: 50%;
		}
		.lg\:h-45p{
			height: 45%;
		}
		.lg\:h-40p{
			height: 40%;
		}
		.lg\:h-35p{
			height: 35%;
		}
		.lg\:h-30p{
			height: 30%;
		}
		.lg\:h-25p{
			height: 25%;
		}
		.lg\:h-20p{
			height: 20%;
		}
		.lg\:h-15p{
			height: 15%;
		}
		.lg\:h-10p{
			height: 10%;
		}
		.lg\:h-5p{
			height: 5%;
		}
		.lg\:h-0p{
			height: 0%;
		}
		.lg\:h-200vh{
			height: 200vh;
		}
		.lg\:h-195vh{
			height: 195vh;
		}
		.lg\:h-190vh{
			height: 190vh;
		}
		.lg\:h-185vh{
			height: 185vh;
		}
		.lg\:h-180vh{
			height: 180vh;
		}
		.lg\:h-175vh{
			height: 175vh;
		}
		.lg\:h-170vh{
			height: 170vh;
		}
		.lg\:h-165vh{
			height: 165vh;
		}
		.lg\:h-160vh{
			height: 160vh;
		}
		.lg\:h-155vh{
			height: 155vh;
		}
		.lg\:h-150vh{
			height: 150vh;
		}
		.lg\:h-145vh{
			height: 145vh;
		}
		.lg\:h-140vh{
			height: 140vh;
		}
		.lg\:h-135vh{
			height: 135vh;
		}
		.lg\:h-130vh{
			height: 130vh;
		}
		.lg\:h-125vh{
			height: 125vh;
		}
		.lg\:h-120vh{
			height: 120vh;
		}
		.lg\:h-115vh{
			height: 115vh;
		}
		.lg\:h-110vh{
			height: 110vh;
		}
		.lg\:h-105vh{
			height: 105vh;
		}
		.lg\:h-100vh{
			height: 100vh;
		}
		.lg\:h-95vh{
			height: 95vh;
		}
		.lg\:h-90vh{
			height: 90vh;
		}
		.lg\:h-85vh{
			height: 85vh;
		}
		.lg\:h-80vh{
			height: 80vh;
		}
		.lg\:h-75vh{
			height: 75vh;
		}
		.lg\:h-70vh{
			height: 70vh;
		}
		.lg\:h-65vh{
			height: 65vh;
		}
		.lg\:h-60vh{
			height: 60vh;
		}
		.lg\:h-55vh{
			height: 55vh;
		}
		.lg\:h-50vh{
			height: 50vh;
		}
		.lg\:h-45vh{
			height: 45vh;
		}
		.lg\:h-40vh{
			height: 40vh;
		}
		.lg\:h-35vh{
			height: 35vh;
		}
		.lg\:h-30vh{
			height: 30vh;
		}
		.lg\:h-25vh{
			height: 25vh;
		}
		.lg\:h-20vh{
			height: 20vh;
		}
		.lg\:h-15vh{
			height: 15vh;
		}
		.lg\:h-10vh{
			height: 10vh;
		}
		.lg\:h-5vh{
			height: 5vh;
		}
		.lg\:h-auto{
			height: auto;
		}
	}

.max-h-\[100vh\]{
  max-height: 100vh;
}
.max-h-100p{
  max-height: 100%;
}

@media(min-width:768px){
	.sm\:max-h-100p{
	  max-height: 100%;
	}
}
@media(min-width:992px){
	.md\:max-h-100p{
	  max-height: 100%;
	}
}
@media(min-width:1200px){
	.lg\:max-h-100p{
	  max-height: 100%;
	}
}

/*--------------------------------------------------------------
IMAGES
--------------------------------------------------------------*/

	.svg-wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.svg-wrap:before{
		content: " ";
		position: relative;
		display: block;
		padding-bottom: 56.25%;
	}

	.svg-wrap > svg{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0;
		left: 0;
	}

	
	/*IMAGE WRAP*/
	.img-wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.img-wrap:before{
		content: " ";
		position: relative;
		display: block;
		padding-bottom: 56.25%;
	}
	.img-wrap > img{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0;
		left: 0;


		/*width: 100%;
		height: auto;

		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);*/
	}
	.img-wrap-9_16_r > img{
		/*width: auto;
		height: 100%;*/
	}
	.img-wrap-16_9_r:before{
		padding-bottom: 56.25%;
	}
	.img-wrap-9_16_r:before{
		padding-bottom: 177.78%;
	}
	.img-wrap-4_3_r:before{
		padding-bottom: 75%;
	}
	.img-wrap-1_1_r:before{
		padding-bottom: 100%;
	}
	.img-wrap-4_5_r:before{
		padding-bottom: 125%;
	}
	.img-wrap-5_4_r:before{
		padding-bottom: 80%;
	}
	.img-wrap-3_2_r:before{
		padding-bottom: 66.6667%;
	}
	.img-wrap-32_9_r:before{
		padding-bottom: 28.125%;
	}

	.img-wrap-cover{
		width: 100%;
		height: 100%;
	}

	.img-wrap-cover:before{
		padding-bottom: 0;
	}

	.img-wrap-responsive{
		display: block;
		max-width: 100%;
		height: auto;
	}
	.img-wrap-responsive:before{
		padding-bottom: 0;
	}

	.img-wrap-responsive > img,
	.img-wrap-responsive > svg{
		position: relative;
	}

	.img-fitted{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	@media(min-width:768px){
		.sm\:img-wrap{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.sm\:img-wrap:before{
			content: " ";
			position: relative;
			display: block;
			padding-bottom: 56.25%;
		}
		.sm\:img-wrap > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
			/*width: 100%;
			height: auto;

			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);*/
		}
		.sm\:img-wrap-9_16_r > img{
			/*width: auto;
			height: 100%;*/
		}
		.sm\:img-wrap-16_9_r:before{
			padding-bottom: 56.25%;
		}
		.sm\:img-wrap-9_16_r:before{
			padding-bottom: 177.78%;
		}
		.sm\:img-wrap-4_3_r:before{
			padding-bottom: 75%;
		}
		.sm\:img-wrap-1_1_r:before{
			padding-bottom: 100%;
		}
		.sm\:img-wrap-4_5_r:before{
			padding-bottom: 125%;
		}
		.sm\:img-wrap-5_4_r:before{
			padding-bottom: 80%;
		}
		.sm\:img-wrap-3_2_r:before{
			padding-bottom: 66.6667%;
		}
		.sm\:img-wrap-32_9_r:before{
			padding-bottom: 28.125%;
		}
		.sm\:img-fitted{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	@media(min-width:992px){
		.md\:img-wrap{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.md\:img-wrap:before{
			content: " ";
			position: relative;
			display: block;
			padding-bottom: 56.25%;
		}
		.md\:img-wrap > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
			/*width: 100%;
			height: auto;

			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);*/*/
		}
		.md\:img-wrap-9_16_r > img{
			/*width: auto;
			height: 100%;*/
		}
		.md\:img-wrap-16_9_r:before{
			padding-bottom: 56.25%;
		}
		.md\:img-wrap-9_16_r:before{
			padding-bottom: 177.78%;
		}
		.md\:img-wrap-4_3_r:before{
			padding-bottom: 75%;
		}
		.md\:img-wrap-1_1_r:before{
			padding-bottom: 100%;
		}
		.md\:img-wrap-4_5_r:before{
			padding-bottom: 125%;
		}
		.md\:img-wrap-5_4_r:before{
			padding-bottom: 80%;
		}
		.md\:img-wrap-3_2_r:before{
			padding-bottom: 66.6667%;
		}
		.md\:img-wrap-32_9_r:before{
			padding-bottom: 28.125%;
		}
		.md\:img-fitted{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	@media(min-width:1200px){
		.lg\:img-wrap{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.lg\:img-wrap:before{
			content: " ";
			position: relative;
			display: block;
			padding-bottom: 56.25%;
		}
		.lg\:img-wrap > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
			/*width: 100%;
			height: auto;

			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);*/
		}
		.lg\:img-wrap-9_16_r > img{
			/*width: auto;
			height: 100%;*/
		}
		.lg\:img-wrap-16_9_r:before{
			padding-bottom: 56.25%;
		}
		.lg\:img-wrap-9_16_r:before{
			padding-bottom: 177.78%;
		}
		.lg\:img-wrap-4_3_r:before{
			padding-bottom: 75%;
		}
		.lg\:img-wrap-1_1_r:before{
			padding-bottom: 100%;
		}
		.lg\:img-wrap-4_5_r:before{
			padding-bottom: 125%;
		}
		.lg\:img-wrap-5_4_r:before{
			padding-bottom: 80%;
		}
		.lg\:img-wrap-3_2_r:before{
			padding-bottom: 66.6667%;
		}
		.lg\:img-wrap-32_9_r:before{
			padding-bottom: 28.125%;
		}
		.lg\:img-fitted{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	@media(orientation: portrait){
		.p\:img-wrap{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.p\:img-wrap:before{
			content: " ";
			position: relative;
			display: block;
			padding-bottom: 56.25%;
		}
		.p\:img-wrap > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
			/*width: 100%;
			height: auto;

			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);*/
		}
		.p\:img-wrap-9_16_r > img{
			/*width: auto;
			height: 100%;*/
		}
		.p\:img-wrap-16_9_r:before{
			padding-bottom: 56.25%;
		}
		.p\:img-wrap-9_16_r:before{
			padding-bottom: 177.78%;
		}
		.p\:img-wrap-4_3_r:before{
			padding-bottom: 75%;
		}
		.p\:img-wrap-1_1_r:before{
			padding-bottom: 100%;
		}
		.p\:img-wrap-4_5_r:before{
			padding-bottom: 125%;
		}
		.p\:img-wrap-5_4_r:before{
			padding-bottom: 80%;
		}
		.p\:img-wrap-3_2_r:before{
			padding-bottom: 66.6667%;
		}
		.p\:img-wrap-32_9_r:before{
			padding-bottom: 28.125%;
		}
		.p\:img-fitted{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}

	@media(orientation: landscape){
		.l\:img-wrap{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.l\:img-wrap:before{
			content: " ";
			position: relative;
			display: block;
			padding-bottom: 56.25%;
		}
		.l\:img-wrap > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
			/*width: 100%;
			height: auto;

			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);*/
		}
		.l\:img-wrap-9_16_r > img{
			/*width: auto;
			height: 100%;*/
		}
		.l\:img-wrap-16_9_r:before{
			padding-bottom: 56.25%;
		}
		.l\:img-wrap-9_16_r:before{
			padding-bottom: 177.78%;
		}
		.l\:img-wrap-4_3_r:before{
			padding-bottom: 75%;
		}
		.l\:img-wrap-1_1_r:before{
			padding-bottom: 100%;
		}
		.l\:img-wrap-4_5_r:before{
			padding-bottom: 125%;
		}
		.l\:img-wrap-5_4_r:before{
			padding-bottom: 80%;
		}
		.l\:img-wrap-3_2_r:before{
			padding-bottom: 66.6667%;
		}
		.l\:img-wrap-32_9_r:before{
			padding-bottom: 28.125%;
		}
		.l\:img-fitted{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	

	/*img GLOBE*/
		.img-wrap-globe, .image-wrap-globe{
			display: flex;
			color: var(--light-grey);
			border-radius: 50%;
			justify-content: center;
			align-items: center;
			padding: 1.5em;

			position: relative;
			overflow: hidden;

			width: 2em;
			height: 2em;

		}
		.img-wrap-globe > img, .image-wrap-globe > img{
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			top: 0;
			left: 0;
		}

		.img-wrap-globe-3em{
			width: 3em;
			height: 3em;
		}
		.img-wrap-globe-4em{
			width: 4em;
			height: 4em;
		}
		.img-wrap-globe-5em{
			width: 5em;
			height: 5em;
		}
		.img-wrap-globe-6em{
			width: 6em;
			height: 6em;
		}

		.img-wrap-globe-32x{
			width: 32px;
			height: 32px;
		}
		.img-wrap-globe-64x{
			width: 64px;
			height: 64px;
		}
		.img-wrap-globe-128x{
			width: 128px;
			height: 128px;
		}
		.img-wrap-globe-256x{
			width: 256px;
			height: 256px;
		}
		.img-wrap-globe-512x{
			width: 512px;
			height: 512px;
		}
		.img-wrap-globe-1024x{
			width: 1024px;
			height: 1024px;
		}

		@media(min-width:768px){
			/*.sm\:mt-auto{}*/
		}
		@media(min-width:992px){
			/*.md\:mt-auto{}*/
		}
		@media(min-width:1200px){
			/*.lg\:mt-auto{}*/
		}

/*--------------------------------------------------------------
LINE HEIGHT
--------------------------------------------------------------*/
.lh-0_5{
	line-height: 0.5;
}
.lh-0_75{
	line-height: 0.75;
}
.lh-1{
	line-height: 1;
}
.lh-1_1{
	line-height: 1.1;
}
.lh-1_2{
	line-height: 1.2;
}
.lh-1_3{
	line-height: 1.3;
}
.lh-1_4{
	line-height: 1.4;
}
.lh-1_5{
	line-height: 1.5;
}
.lh-1_6{
	line-height: 1.6;
}
.lh-1_7{
	line-height: 1.7;
}
.lh-1_8{
	line-height: 1.8;
}
.lh-1_9{
	line-height: 1.9;
}
.lh-2{
	line-height: 2;
}
/*--------------------------------------------------------------
MARGINS
--------------------------------------------------------------*/
	.mt-auto{
		margin-top: auto;
	}
	.mt-0{
		margin-top: 0em;
	}
	.mt-0_25{
		margin-top: 0.25em;
	}
	.mt-0_5{
		margin-top: 0.5em;
	}
	.mt-0_75{
		margin-top: 0.75em;
	}
	.mt-1{
		margin-top: 1em;
	}
	.mt-2{
		margin-top: 2em;
	}
	.mt-3{
		margin-top: 3em;
	}
	.mt-4{
		margin-top: 4em;
	}
	.mt-5{
		margin-top: 5em;
	}

	.mt-10p{
		margin-top: 10%;
	}
	.mt-25p{
		margin-top: 25%;
	}
	.mt-33p{
		margin-top: 33%;
	}
	.mt-40p{
		margin-top: 40%;
	}
	.mt-50p{
		margin-top: 50%;
	}
	.mt-66p{
		margin-top: 66%;
	}
	.mt-75p{
		margin-top: 75%;
	}
	.mt-100p{
		margin-top: 100%;
	}


	@media(min-width:768px){
		.sm\:mt-auto{
			margin-top: auto;
		}
		.sm\:mt-0{
			margin-top: 0em;
		}
		.sm\:mt-0_25{
			margin-top: 0.25em;
		}
		.sm\:mt-0_5{
			margin-top: 0.5em;
		}
		.sm\:mt-0_75{
			margin-top: 0.75em;
		}
		.sm\:mt-1{
			margin-top: 1em;
		}
		.sm\:mt-2{
			margin-top: 2em;
		}
		.sm\:mt-3{
			margin-top: 3em;
		}
		.sm\:mt-4{
			margin-top: 4em;
		}
		.sm\:mt-5{
			margin-top: 5em;
		}
		.sm\:mt-25p{
			margin-top: 25%;
		}
		.sm\:mt-33p{
			margin-top: 33%;
		}
		.sm\:mt-50p{
			margin-top: 50%;
		}
		.sm\:mt-66p{
			margin-top: 66%;
		}
		.sm\:mt-75p{
			margin-top: 75%;
		}
		.sm\:mt-100p{
			margin-top: 100%;
		}
	}
	@media(min-width:992px){
		.md\:mt-auto{
			margin-top: auto;
		}
		.md\:mt-0{
			margin-top: 0em;
		}
		.md\:mt-0_25{
			margin-top: 0.25em;
		}
		.md\:mt-0_5{
			margin-top: 0.5em;
		}
		.md\:mt-0_75{
			margin-top: 0.75em;
		}
		.md\:mt-1{
			margin-top: 1em;
		}
		.md\:mt-2{
			margin-top: 2em;
		}
		.md\:mt-3{
			margin-top: 3em;
		}
		.md\:mt-4{
			margin-top: 4em;
		}
		.md\:mt-5{
			margin-top: 5em;
		}
		.md\:mt-25p{
			margin-top: 25%;
		}
		.md\:mt-33p{
			margin-top: 33%;
		}
		.md\:mt-50p{
			margin-top: 50%;
		}
		.md\:mt-66p{
			margin-top: 66%;
		}
		.md\:mt-75p{
			margin-top: 75%;
		}
		.md\:mt-100p{
			margin-top: 100%;
		}
	}
	@media(min-width:1200px){
		.lg\:mt-auto{
			margin-top: auto;
		}
		.lg\:mt-0{
			margin-top: 0em;
		}
		.lg\:mt-0_25{
			margin-top: 0.25em;
		}
		.lg\:mt-0_5{
			margin-top: 0.5em;
		}
		.lg\:mt-0_75{
			margin-top: 0.75em;
		}
		.lg\:mt-1{
			margin-top: 1em;
		}
		.lg\:mt-2{
			margin-top: 2em;
		}
		.lg\:mt-3{
			margin-top: 3em;
		}
		.lg\:mt-4{
			margin-top: 4em;
		}
		.lg\:mt-5{
			margin-top: 5em;
		}
		.lg\:mt-25p{
			margin-top: 25%;
		}
		.lg\:mt-33p{
			margin-top: 33%;
		}
		.lg\:mt-50p{
			margin-top: 50%;
		}
		.lg\:mt-66p{
			margin-top: 66%;
		}
		.lg\:mt-75p{
			margin-top: 75%;
		}
		.lg\:mt-100p{
			margin-top: 100%;
		}
	}

	.-mt-0_25{
		margin-top: -0.25em;
	}
	.-mt-0_5{
		margin-top: -0.5em;
	}
	.-mt-0_75{
		margin-top: -0.75em;
	}
	.-mt-1{
		margin-top: -1em;
	}
	.-mt-2{
		margin-top: -2em;
	}
	.-mt-3{
		margin-top: -3em;
	}
	.-mt-4{
		margin-top: -4em;
	}
	.-mt-5{
		margin-top: -5em;
	}

	.-mt-10p{
		margin-top: -10%;
	}
	.-mt-15p{
		margin-top: -15%;
	}
	.-mt-25p{
		margin-top: -25%;
	}
	.-mt-33p{
		margin-top: -33%;
	}
	.-mt-50p{
		margin-top: -50%;
	}
	.-mt-66p{
		margin-top: -66%;
	}
	.-mt-75p{
		margin-top: -75%;
	}
	.-mt-100p{
		margin-top: -100%;
	}


	@media(min-width:768px){
		.sm\:-mt-0_25{
			margin-top: -0.25em;
		}
		.sm\:-mt-0_5{
			margin-top: -0.5em;
		}
		.sm\:-mt-0_75{
			margin-top: -0.75em;
		}
		.sm\:-mt-1{
			margin-top: -1em;
		}
		.sm\:-mt-2{
			margin-top: -2em;
		}
		.sm\:-mt-3{
			margin-top: -3em;
		}
		.sm\:-mt-4{
			margin-top: -4em;
		}
		.sm\:-mt-5{
			margin-top: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-mt-0_25{
			margin-top: -0.25em;
		}
		.md\:-mt-0_5{
			margin-top: -0.5em;
		}
		.md\:-mt-0_75{
			margin-top: -0.75em;
		}
		.md\:-mt-1{
			margin-top: -1em;
		}
		.md\:-mt-2{
			margin-top: -2em;
		}
		.md\:-mt-3{
			margin-top: -3em;
		}
		.md\:-mt-4{
			margin-top: -4em;
		}
		.md\:-mt-5{
			margin-top: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-mt-0_25{
			margin-top: -0.25em;
		}
		.lg\:-mt-0_5{
			margin-top: -0.5em;
		}
		.lg\:-mt-0_75{
			margin-top: -0.75em;
		}
		.lg\:-mt-1{
			margin-top: -1em;
		}
		.lg\:-mt-2{
			margin-top: -2em;
		}
		.lg\:-mt-3{
			margin-top: -3em;
		}
		.lg\:-mt-4{
			margin-top: -4em;
		}
		.lg\:-mt-5{
			margin-top: -5em;
		}	
	}


	.mb-auto{
		margin-bottom: auto;
	}
	.mb-0{
		margin-bottom: 0em;
	}
	.mb-0_25{
		margin-bottom: 0.25em;
	}
	.mb-0_5{
		margin-bottom: 0.5em;
	}
	.mb-0_75{
		margin-bottom: 0.75em;
	}
	.mb-1{
		margin-bottom: 1em;
	}
	.mb-2{
		margin-bottom: 2em;
	}
	.mb-3{
		margin-bottom: 3em;
	}
	.mb-4{
		margin-bottom: 4em;
	}
	.mb-5{
		margin-bottom: 5em;
	}


	@media(min-width:768px){
		.sm\:mb-auto{
		margin-bottom: auto;
		}
		.sm\:mb-0{
			margin-bottom: 0em;
		}
		.sm\:mb-0_25{
			margin-bottom: 0.25em;
		}
		.sm\:mb-0_5{
			margin-bottom: 0.5em;
		}
		.sm\:mb-0_75{
			margin-bottom: 0.75em;
		}
		.sm\:mb-1{
			margin-bottom: 1em;
		}
		.sm\:mb-2{
			margin-bottom: 2em;
		}
		.sm\:mb-3{
			margin-bottom: 3em;
		}
		.sm\:mb-4{
			margin-bottom: 4em;
		}
		.sm\:mb-5{
			margin-bottom: 5em;
		}
	}
	@media(min-width:992px){
		.md\:mb-auto{
		margin-bottom: auto;
		}
		.md\:mb-0{
			margin-bottom: 0em;
		}
		.md\:mb-0_25{
			margin-bottom: 0.25em;
		}
		.md\:mb-0_5{
			margin-bottom: 0.5em;
		}
		.md\:mb-0_75{
			margin-bottom: 0.75em;
		}
		.md\:mb-1{
			margin-bottom: 1em;
		}
		.md\:mb-2{
			margin-bottom: 2em;
		}
		.md\:mb-3{
			margin-bottom: 3em;
		}
		.md\:mb-4{
			margin-bottom: 4em;
		}
		.md\:mb-5{
			margin-bottom: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:mb-auto{
		margin-bottom: auto;
		}
		.lg\:mb-0{
			margin-bottom: 0em;
		}
		.lg\:mb-0_25{
			margin-bottom: 0.25em;
		}
		.lg\:mb-0_5{
			margin-bottom: 0.5em;
		}
		.lg\:mb-0_75{
			margin-bottom: 0.75em;
		}
		.lg\:mb-1{
			margin-bottom: 1em;
		}
		.lg\:mb-2{
			margin-bottom: 2em;
		}
		.lg\:mb-3{
			margin-bottom: 3em;
		}
		.lg\:mb-4{
			margin-bottom: 4em;
		}
		.lg\:mb-5{
			margin-bottom: 5em;
		}	
	}

	.-mb-0_25{
		margin-bottom: -0.25em;
	}
	.-mb-0_5{
		margin-bottom: -0.5em;
	}
	.-mb-0_75{
		margin-bottom: -0.75em;
	}
	.-mb-1{
		margin-bottom: -1em;
	}
	.-mb-2{
		margin-bottom: -2em;
	}
	.-mb-3{
		margin-bottom: -3em;
	}
	.-mb-4{
		margin-bottom: -4em;
	}
	.-mb-5{
		margin-bottom: -5em;
	}


	@media(min-width:768px){
		.sm\:-mb-0_25{
			margin-bottom: -0.25em;
		}
		.sm\:-mb-0_5{
			margin-bottom: -0.5em;
		}
		.sm\:-mb-0_75{
			margin-bottom: -0.75em;
		}
		.sm\:-mb-1{
			margin-bottom: -1em;
		}
		.sm\:-mb-2{
			margin-bottom: -2em;
		}
		.sm\:-mb-3{
			margin-bottom: -3em;
		}
		.sm\:-mb-4{
			margin-bottom: -4em;
		}
		.sm\:-mb-5{
			margin-bottom: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-mb-0_25{
			margin-bottom: -0.25em;
		}
		.md\:-mb-0_5{
			margin-bottom: -0.5em;
		}
		.md\:-mb-0_75{
			margin-bottom: -0.75em;
		}
		.md\:-mb-1{
			margin-bottom: -1em;
		}
		.md\:-mb-2{
			margin-bottom: -2em;
		}
		.md\:-mb-3{
			margin-bottom: -3em;
		}
		.md\:-mb-4{
			margin-bottom: -4em;
		}
		.md\:-mb-5{
			margin-bottom: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-mb-0_25{
			margin-bottom: -0.25em;
		}
		.lg\:-mb-0_5{
			margin-bottom: -0.5em;
		}
		.lg\:-mb-0_75{
			margin-bottom: -0.75em;
		}
		.lg\:-mb-1{
			margin-bottom: -1em;
		}
		.lg\:-mb-2{
			margin-bottom: -2em;
		}
		.lg\:-mb-3{
			margin-bottom: -3em;
		}
		.lg\:-mb-4{
			margin-bottom: -4em;
		}
		.lg\:-mb-5{
			margin-bottom: -5em;
		}	
	}

	/**********MARGIN LEFT***********/

	.ml-auto{
		margin-left: auto;
	}
	.ml-0{
		margin-left: 0em;
	}
	.ml-0_25{
		margin-left: 0.25em;
	}
	.ml-0_5{
		margin-left: 0.5em;
	}
	.ml-0_75{
		margin-left: 0.75em;
	}
	.ml-1{
		margin-left: 1em;
	}
	.ml-2{
		margin-left: 2em;
	}
	.ml-3{
		margin-left: 3em;
	}
	.ml-4{
		margin-left: 4em;
	}
	.ml-5{
		margin-left: 5em;
	}
	.ml-6{
		margin-left: 6em;
	}


	@media(min-width:768px){
		.sm\:ml-auto{
			margin-left: auto;
		}
		.sm\:ml-0{
			margin-left: 0em;
		}
		.sm\:ml-0_25{
			margin-left: 0.25em;
		}
		.sm\:ml-0_5{
			margin-left: 0.5em;
		}
		.sm\:ml-0_75{
			margin-left: 0.75em;
		}
		.sm\:ml-1{
			margin-left: 1em;
		}
		.sm\:ml-2{
			margin-left: 2em;
		}
		.sm\:ml-3{
			margin-left: 3em;
		}
		.sm\:ml-4{
			margin-left: 4em;
		}
		.sm\:ml-5{
			margin-left: 5em;
		}
	}
	@media(min-width:992px){
		.md\:ml-auto{
			margin-left: auto;
		}
		.md\:ml-0{
			margin-left: 0em;
		}
		.md\:ml-0_25{
			margin-left: 0.25em;
		}
		.md\:ml-0_5{
			margin-left: 0.5em;
		}
		.md\:ml-0_75{
			margin-left: 0.75em;
		}
		.md\:ml-1{
			margin-left: 1em;
		}
		.md\:ml-2{
			margin-left: 2em;
		}
		.md\:ml-3{
			margin-left: 3em;
		}
		.md\:ml-4{
			margin-left: 4em;
		}
		.md\:ml-5{
			margin-left: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:ml-auto{
			margin-left: auto;
		}
		.lg\:ml-0{
			margin-left: 0em;
		}
		.lg\:ml-0_25{
			margin-left: 0.25em;
		}
		.lg\:ml-0_5{
			margin-left: 0.5em;
		}
		.lg\:ml-0_75{
			margin-left: 0.75em;
		}
		.lg\:ml-1{
			margin-left: 1em;
		}
		.lg\:ml-2{
			margin-left: 2em;
		}
		.lg\:ml-3{
			margin-left: 3em;
		}
		.lg\:ml-4{
			margin-left: 4em;
		}
		.lg\:ml-5{
			margin-left: 5em;
		}	
	}

	.-ml-0_25{
		margin-left: -0.25em;
	}
	.-ml-0_5{
		margin-left: -0.5em;
	}
	.-ml-0_75{
		margin-left: -0.75em;
	}
	.-ml-1{
		margin-left: -1em;
	}
	.-ml-2{
		margin-left: -2em;
	}
	.-ml-3{
		margin-left: -3em;
	}
	.-ml-4{
		margin-left: -4em;
	}
	.-ml-5{
		margin-left: -5em;
	}


	@media(min-width:768px){
		.sm\:-ml-0_25{
			margin-left: -0.25em;
		}
		.sm\:-ml-0_5{
			margin-left: -0.5em;
		}
		.sm\:-ml-0_75{
			margin-left: -0.75em;
		}
		.sm\:-ml-1{
			margin-left: -1em;
		}
		.sm\:-ml-2{
			margin-left: -2em;
		}
		.sm\:-ml-3{
			margin-left: -3em;
		}
		.sm\:-ml-4{
			margin-left: -4em;
		}
		.sm\:-ml-5{
			margin-left: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-ml-0_25{
			margin-left: -0.25em;
		}
		.md\:-ml-0_5{
			margin-left: -0.5em;
		}
		.md\:-ml-0_75{
			margin-left: -0.75em;
		}
		.md\:-ml-1{
			margin-left: -1em;
		}
		.md\:-ml-2{
			margin-left: -2em;
		}
		.md\:-ml-3{
			margin-left: -3em;
		}
		.md\:-ml-4{
			margin-left: -4em;
		}
		.md\:-ml-5{
			margin-left: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-ml-0_25{
			margin-left: -0.25em;
		}
		.lg\:-ml-0_5{
			margin-left: -0.5em;
		}
		.lg\:-ml-0_75{
			margin-left: -0.75em;
		}
		.lg\:-ml-1{
			margin-left: -1em;
		}
		.lg\:-ml-2{
			margin-left: -2em;
		}
		.lg\:-ml-3{
			margin-left: -3em;
		}
		.lg\:-ml-4{
			margin-left: -4em;
		}
		.lg\:-ml-5{
			margin-left: -5em;
		}	
	}


	/**********MARGIN RIGHT***********/

	.mr-auto{
		margin-right: auto;
	}
	.mr-0{
		margin-right: 0em;
	}
	.mr-0_25{
		margin-right: 0.25em;
	}
	.mr-0_5{
		margin-right: 0.5em;
	}
	.mr-0_75{
		margin-right: 0.75em;
	}
	.mr-1{
		margin-right: 1em;
	}
	.mr-2{
		margin-right: 2em;
	}
	.mr-3{
		margin-right: 3em;
	}
	.mr-4{
		margin-right: 4em;
	}
	.mr-5{
		margin-right: 5em;
	}


	@media(min-width:768px){
		.sm\:mr-auto{
			margin-right: auto;
		}
		.sm\:mr-0{
			margin-right: 0em;
		}
		.sm\:mr-0_25{
			margin-right: 0.25em;
		}
		.sm\:mr-0_5{
			margin-right: 0.5em;
		}
		.sm\:mr-0_75{
			margin-right: 0.75em;
		}
		.sm\:mr-1{
			margin-right: 1em;
		}
		.sm\:mr-2{
			margin-right: 2em;
		}
		.sm\:mr-3{
			margin-right: 3em;
		}
		.sm\:mr-4{
			margin-right: 4em;
		}
		.sm\:mr-5{
			margin-right: 5em;
		}
	}
	@media(min-width:992px){
		.md\:mr-auto{
			margin-right: auto;
		}
		.md\:mr-0{
			margin-right: 0em;
		}
		.md\:mr-0_25{
			margin-right: 0.25em;
		}
		.md\:mr-0_5{
			margin-right: 0.5em;
		}
		.md\:mr-0_75{
			margin-right: 0.75em;
		}
		.md\:mr-1{
			margin-right: 1em;
		}
		.md\:mr-2{
			margin-right: 2em;
		}
		.md\:mr-3{
			margin-right: 3em;
		}
		.md\:mr-4{
			margin-right: 4em;
		}
		.md\:mr-5{
			margin-right: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:mr-auto{
			margin-right: auto;
		}
		.lg\:mr-0{
			margin-right: 0em;
		}
		.lg\:mr-0_25{
			margin-right: 0.25em;
		}
		.lg\:mr-0_5{
			margin-right: 0.5em;
		}
		.lg\:mr-0_75{
			margin-right: 0.75em;
		}
		.lg\:mr-1{
			margin-right: 1em;
		}
		.lg\:mr-2{
			margin-right: 2em;
		}
		.lg\:mr-3{
			margin-right: 3em;
		}
		.lg\:mr-4{
			margin-right: 4em;
		}
		.lg\:mr-5{
			margin-right: 5em;
		}	
	}

	.-mr-0_25{
		margin-right: -0.25em;
	}
	.-mr-0_5{
		margin-right: -0.5em;
	}
	.-mr-0_75{
		margin-right: -0.75em;
	}
	.-mr-1{
		margin-right: -1em;
	}
	.-mr-2{
		margin-right: -2em;
	}
	.-mr-3{
		margin-right: -3em;
	}
	.-mr-4{
		margin-right: -4em;
	}
	.-mr-5{
		margin-right: -5em;
	}


	@media(min-width:768px){
		.sm\:-mr-0_25{
			margin-right: -0.25em;
		}
		.sm\:-mr-0_5{
			margin-right: -0.5em;
		}
		.sm\:-mr-0_75{
			margin-right: -0.75em;
		}
		.sm\:-mr-1{
			margin-right: -1em;
		}
		.sm\:-mr-2{
			margin-right: -2em;
		}
		.sm\:-mr-3{
			margin-right: -3em;
		}
		.sm\:-mr-4{
			margin-right: -4em;
		}
		.sm\:-mr-5{
			margin-right: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-mr-0_25{
			margin-right: -0.25em;
		}
		.md\:-mr-0_5{
			margin-right: -0.5em;
		}
		.md\:-mr-0_75{
			margin-right: -0.75em;
		}
		.md\:-mr-1{
			margin-right: -1em;
		}
		.md\:-mr-2{
			margin-right: -2em;
		}
		.md\:-mr-3{
			margin-right: -3em;
		}
		.md\:-mr-4{
			margin-right: -4em;
		}
		.md\:-mr-5{
			margin-right: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-mr-0_25{
			margin-right: -0.25em;
		}
		.lg\:-mr-0_5{
			margin-right: -0.5em;
		}
		.lg\:-mr-0_75{
			margin-right: -0.75em;
		}
		.lg\:-mr-1{
			margin-right: -1em;
		}
		.lg\:-mr-2{
			margin-right: -2em;
		}
		.lg\:-mr-3{
			margin-right: -3em;
		}
		.lg\:-mr-4{
			margin-right: -4em;
		}
		.lg\:-mr-5{
			margin-right: -5em;
		}	
	}

/*--------------------------------------------------------------
OPACITY
--------------------------------------------------------------*/
.opacity-0{
	opacity: 0;
}
.opacity-0_1{
	opacity: 0.1;
}
.opacity-0_2{
	opacity: 0.2;
}
.opacity-0_3{
	opacity: 0.3;
}
.opacity-0_4{
	opacity: 0.4;
}
.opacity-0_5{
	opacity: 0.5;
}
.opacity-0_6{
	opacity: 0.6;
}
.opacity-0_7{
	opacity: 0.7;
}
.opacity-0_8{
	opacity: 0.8;
}
.opacity-0_9{
	opacity: 0.9;
}
.opacity-1{
	opacity: 1;
}

	@media(min-width:768px){
		.sm\:opacity-0{
			opacity: 0;
		}
		.sm\:opacity-0_1{
			opacity: 0.1;
		}
		.sm\:opacity-0_2{
			opacity: 0.2;
		}
		.sm\:opacity-0_3{
			opacity: 0.3;
		}
		.sm\:opacity-0_4{
			opacity: 0.4;
		}
		.sm\:opacity-0_5{
			opacity: 0.5;
		}
		.sm\:opacity-0_6{
			opacity: 0.6;
		}
		.sm\:opacity-0_7{
			opacity: 0.7;
		}
		.sm\:opacity-0_8{
			opacity: 0.8;
		}
		.sm\:opacity-0_9{
			opacity: 0.9;
		}
		.sm\:opacity-1{
			opacity: 1;
		}
	}
	@media(min-width:992px){
		.md\:opacity-0{
			opacity: 0;
		}
		.md\:opacity-0_1{
			opacity: 0.1;
		}
		.md\:opacity-0_2{
			opacity: 0.2;
		}
		.md\:opacity-0_3{
			opacity: 0.3;
		}
		.md\:opacity-0_4{
			opacity: 0.4;
		}
		.md\:opacity-0_5{
			opacity: 0.5;
		}
		.md\:opacity-0_6{
			opacity: 0.6;
		}
		.md\:opacity-0_7{
			opacity: 0.7;
		}
		.md\:opacity-0_8{
			opacity: 0.8;
		}
		.md\:opacity-0_9{
			opacity: 0.9;
		}
		.md\:opacity-1{
			opacity: 1;
		}
	}
	@media(min-width:1200px){
		.lg\:opacity-0{
			opacity: 0;
		}
		.lg\:opacity-0_1{
			opacity: 0.1;
		}
		.lg\:opacity-0_2{
			opacity: 0.2;
		}
		.lg\:opacity-0_3{
			opacity: 0.3;
		}
		.lg\:opacity-0_4{
			opacity: 0.4;
		}
		.lg\:opacity-0_5{
			opacity: 0.5;
		}
		.lg\:opacity-0_6{
			opacity: 0.6;
		}
		.lg\:opacity-0_7{
			opacity: 0.7;
		}
		.lg\:opacity-0_8{
			opacity: 0.8;
		}
		.lg\:opacity-0_9{
			opacity: 0.9;
		}
		.lg\:opacity-1{
			opacity: 1;
		}
	}
/*--------------------------------------------------------------
OVERFLOW
--------------------------------------------------------------*/
.overflow-hidden{
	overflow: hidden;
}

/*--------------------------------------------------------------
PADDINGS
--------------------------------------------------------------*/

	.padding-0{
		padding: 0em;
	}
	.padding-0_25{
		padding: 0.25em;
	}
	.padding-0_5{
		padding: 0.5em;
	}
	.padding-0_75{
		padding: 0.75em;
	}
	.padding-1{
		padding: 1em;
	}
	.padding-2{
		padding: 2em;
	}
	.padding-3{
		padding: 3em;
	}
	.padding-4{
		padding: 4em;
	}
	.padding-5{
		padding: 5em;
	}


	@media(min-width:768px){
		.sm\:padding-0{
			padding: 0em;
		}
		.sm\:padding-0_25{
			padding: 0.25em;
		}
		.sm\:padding-0_5{
			padding: 0.5em;
		}
		.sm\:padding-0_75{
			padding: 0.75em;
		}
		.sm\:padding-1{
			padding: 1em;
		}
		.sm\:padding-2{
			padding: 2em;
		}
		.sm\:padding-3{
			padding: 3em;
		}
		.sm\:padding-4{
			padding: 4em;
		}
		.sm\:padding-5{
			padding: 5em;
		}
	}
	@media(min-width:992px){
		.md\:padding-0{
			padding: 0em;
		}
		.md\:padding-0_25{
			padding: 0.25em;
		}
		.md\:padding-0_5{
			padding: 0.5em;
		}
		.md\:padding-0_75{
			padding: 0.75em;
		}
		.md\:padding-1{
			padding: 1em;
		}
		.md\:padding-2{
			padding: 2em;
		}
		.md\:padding-3{
			padding: 3em;
		}
		.md\:padding-4{
			padding: 4em;
		}
		.md\:padding-5{
			padding: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:padding-0{
			padding: 0em;
		}
		.lg\:padding-0_25{
			padding: 0.25em;
		}
		.lg\:padding-0_5{
			padding: 0.5em;
		}
		.lg\:padding-0_75{
			padding: 0.75em;
		}
		.lg\:padding-1{
			padding: 1em;
		}
		.lg\:padding-2{
			padding: 2em;
		}
		.lg\:padding-3{
			padding: 3em;
		}
		.lg\:padding-4{
			padding: 4em;
		}
		.lg\:padding-5{
			padding: 5em;
		}	
	}

	/**********PADDING TOP***********/
	.pt-0{
		padding-top: 0em;
	}
	.pt-0_25{
		padding-top: 0.25em;
	}
	.pt-0_5{
		padding-top: 0.5em;
	}
	.pt-0_75{
		padding-top: 0.75em;
	}
	.pt-1{
		padding-top: 1em;
	}
	.pt-2{
		padding-top: 2em;
	}
	.pt-3{
		padding-top: 3em;
	}
	.pt-4{
		padding-top: 4em;
	}
	.pt-5{
		padding-top: 5em;
	}
	.pt-6{
		padding-top: 6em;
	}
	.pt-7{
		padding-top: 7em;
	}
	.pt-8{
		padding-top: 8em;
	}
	.pt-9{
		padding-top: 9em;
	}
	.pt-10{
		padding-top: 10em;
	}


	@media(min-width:768px){
		.sm\:pt-0{
			padding-top: 0em;
		}
		.sm\:pt-0_25{
			padding-top: 0.25em;
		}
		.sm\:pt-0_5{
			padding-top: 0.5em;
		}
		.sm\:pt-0_75{
			padding-top: 0.75em;
		}
		.sm\:pt-1{
			padding-top: 1em;
		}
		.sm\:pt-2{
			padding-top: 2em;
		}
		.sm\:pt-3{
			padding-top: 3em;
		}
		.sm\:pt-4{
			padding-top: 4em;
		}
		.sm\:pt-5{
			padding-top: 5em;
		}
	}
	@media(min-width:992px){
		.md\:pt-0{
			padding-top: 0em;
		}
		.md\:pt-0_25{
			padding-top: 0.25em;
		}
		.md\:pt-0_5{
			padding-top: 0.5em;
		}
		.md\:pt-0_75{
			padding-top: 0.75em;
		}
		.md\:pt-1{
			padding-top: 1em;
		}
		.md\:pt-2{
			padding-top: 2em;
		}
		.md\:pt-3{
			padding-top: 3em;
		}
		.md\:pt-4{
			padding-top: 4em;
		}
		.md\:pt-5{
			padding-top: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:pt-0{
			padding-top: 0em;
		}
		.lg\:pt-0_25{
			padding-top: 0.25em;
		}
		.lg\:pt-0_5{
			padding-top: 0.5em;
		}
		.lg\:pt-0_75{
			padding-top: 0.75em;
		}
		.lg\:pt-1{
			padding-top: 1em;
		}
		.lg\:pt-2{
			padding-top: 2em;
		}
		.lg\:pt-3{
			padding-top: 3em;
		}
		.lg\:pt-4{
			padding-top: 4em;
		}
		.lg\:pt-5{
			padding-top: 5em;
		}	
	}

	.-pt-0_25{
		padding-top: -0.25em;
	}
	.-pt-0_5{
		padding-top: -0.5em;
	}
	.-pt-0_75{
		padding-top: -0.75em;
	}
	.-pt-1{
		padding-top: -1em;
	}
	.-pt-2{
		padding-top: -2em;
	}
	.-pt-3{
		padding-top: -3em;
	}
	.-pt-4{
		padding-top: -4em;
	}
	.-pt-5{
		padding-top: -5em;
	}


	@media(min-width:768px){
		.sm\:-pt-0_25{
			padding-top: -0.25em;
		}
		.sm\:-pt-0_5{
			padding-top: -0.5em;
		}
		.sm\:-pt-0_75{
			padding-top: -0.75em;
		}
		.sm\:-pt-1{
			padding-top: -1em;
		}
		.sm\:-pt-2{
			padding-top: -2em;
		}
		.sm\:-pt-3{
			padding-top: -3em;
		}
		.sm\:-pt-4{
			padding-top: -4em;
		}
		.sm\:-pt-5{
			padding-top: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-pt-0_25{
			padding-top: -0.25em;
		}
		.md\:-pt-0_5{
			padding-top: -0.5em;
		}
		.md\:-pt-0_75{
			padding-top: -0.75em;
		}
		.md\:-pt-1{
			padding-top: -1em;
		}
		.md\:-pt-2{
			padding-top: -2em;
		}
		.md\:-pt-3{
			padding-top: -3em;
		}
		.md\:-pt-4{
			padding-top: -4em;
		}
		.md\:-pt-5{
			padding-top: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-pt-0_25{
			padding-top: -0.25em;
		}
		.lg\:-pt-0_5{
			padding-top: -0.5em;
		}
		.lg\:-pt-0_75{
			padding-top: -0.75em;
		}
		.lg\:-pt-1{
			padding-top: -1em;
		}
		.lg\:-pt-2{
			padding-top: -2em;
		}
		.lg\:-pt-3{
			padding-top: -3em;
		}
		.lg\:-pt-4{
			padding-top: -4em;
		}
		.lg\:-pt-5{
			padding-top: -5em;
		}	
	}


	/**********PADDING BOTTOM***********/

	.pb-0{
		padding-bottom: 0em;
	}
	.pb-0_25{
		padding-bottom: 0.25em;
	}
	.pb-0_5{
		padding-bottom: 0.5em;
	}
	.pb-0_75{
		padding-bottom: 0.75em;
	}
	.pb-1{
		padding-bottom: 1em;
	}
	.pb-2{
		padding-bottom: 2em;
	}
	.pb-3{
		padding-bottom: 3em;
	}
	.pb-4{
		padding-bottom: 4em;
	}
	.pb-5{
		padding-bottom: 5em;
	}


	@media(min-width:768px){
		.sm\:pb-0{
			padding-bottom: 0em;
		}
		.sm\:pb-0_25{
			padding-bottom: 0.25em;
		}
		.sm\:pb-0_5{
			padding-bottom: 0.5em;
		}
		.sm\:pb-0_75{
			padding-bottom: 0.75em;
		}
		.sm\:pb-1{
			padding-bottom: 1em;
		}
		.sm\:pb-2{
			padding-bottom: 2em;
		}
		.sm\:pb-3{
			padding-bottom: 3em;
		}
		.sm\:pb-4{
			padding-bottom: 4em;
		}
		.sm\:pb-5{
			padding-bottom: 5em;
		}
	}
	@media(min-width:992px){
		.md\:pb-0{
			padding-bottom: 0em;
		}
		.md\:pb-0_25{
			padding-bottom: 0.25em;
		}
		.md\:pb-0_5{
			padding-bottom: 0.5em;
		}
		.md\:pb-0_75{
			padding-bottom: 0.75em;
		}
		.md\:pb-1{
			padding-bottom: 1em;
		}
		.md\:pb-2{
			padding-bottom: 2em;
		}
		.md\:pb-3{
			padding-bottom: 3em;
		}
		.md\:pb-4{
			padding-bottom: 4em;
		}
		.md\:pb-5{
			padding-bottom: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:pb-0{
			padding-bottom: 0em;
		}
		.lg\:pb-0_25{
			padding-bottom: 0.25em;
		}
		.lg\:pb-0_5{
			padding-bottom: 0.5em;
		}
		.lg\:pb-0_75{
			padding-bottom: 0.75em;
		}
		.lg\:pb-1{
			padding-bottom: 1em;
		}
		.lg\:pb-2{
			padding-bottom: 2em;
		}
		.lg\:pb-3{
			padding-bottom: 3em;
		}
		.lg\:pb-4{
			padding-bottom: 4em;
		}
		.lg\:pb-5{
			padding-bottom: 5em;
		}	
	}

	.-pb-0_25{
		padding-bottom: -0.25em;
	}
	.-pb-0_5{
		padding-bottom: -0.5em;
	}
	.-pb-0_75{
		padding-bottom: -0.75em;
	}
	.-pb-1{
		padding-bottom: -1em;
	}
	.-pb-2{
		padding-bottom: -2em;
	}
	.-pb-3{
		padding-bottom: -3em;
	}
	.-pb-4{
		padding-bottom: -4em;
	}
	.-pb-5{
		padding-bottom: -5em;
	}


	@media(min-width:768px){
		.sm\:-pb-0_25{
			padding-bottom: -0.25em;
		}
		.sm\:-pb-0_5{
			padding-bottom: -0.5em;
		}
		.sm\:-pb-0_75{
			padding-bottom: -0.75em;
		}
		.sm\:-pb-1{
			padding-bottom: -1em;
		}
		.sm\:-pb-2{
			padding-bottom: -2em;
		}
		.sm\:-pb-3{
			padding-bottom: -3em;
		}
		.sm\:-pb-4{
			padding-bottom: -4em;
		}
		.sm\:-pb-5{
			padding-bottom: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-pb-0_25{
			padding-bottom: -0.25em;
		}
		.md\:-pb-0_5{
			padding-bottom: -0.5em;
		}
		.md\:-pb-0_75{
			padding-bottom: -0.75em;
		}
		.md\:-pb-1{
			padding-bottom: -1em;
		}
		.md\:-pb-2{
			padding-bottom: -2em;
		}
		.md\:-pb-3{
			padding-bottom: -3em;
		}
		.md\:-pb-4{
			padding-bottom: -4em;
		}
		.md\:-pb-5{
			padding-bottom: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-pb-0_25{
			padding-bottom: -0.25em;
		}
		.lg\:-pb-0_5{
			padding-bottom: -0.5em;
		}
		.lg\:-pb-0_75{
			padding-bottom: -0.75em;
		}
		.lg\:-pb-1{
			padding-bottom: -1em;
		}
		.lg\:-pb-2{
			padding-bottom: -2em;
		}
		.lg\:-pb-3{
			padding-bottom: -3em;
		}
		.lg\:-pb-4{
			padding-bottom: -4em;
		}
		.lg\:-pb-5{
			padding-bottom: -5em;
		}	
	}


	/**********PADDING LEFT***********/

	.pl-0{
		padding-left: 0em;
	}
	.pl-0_25{
		padding-left: 0.25em;
	}
	.pl-0_5{
		padding-left: 0.5em;
	}
	.pl-0_75{
		padding-left: 0.75em;
	}
	.pl-1{
		padding-left: 1em;
	}
	.pl-2{
		padding-left: 2em;
	}
	.pl-3{
		padding-left: 3em;
	}
	.pl-4{
		padding-left: 4em;
	}
	.pl-5{
		padding-left: 5em;
	}


	@media(min-width:768px){
		.sm\:pl-0{
			padding-left: 0em;
		}
		.sm\:pl-0_25{
			padding-left: 0.25em;
		}
		.sm\:pl-0_5{
			padding-left: 0.5em;
		}
		.sm\:pl-0_75{
			padding-left: 0.75em;
		}
		.sm\:pl-1{
			padding-left: 1em;
		}
		.sm\:pl-2{
			padding-left: 2em;
		}
		.sm\:pl-3{
			padding-left: 3em;
		}
		.sm\:pl-4{
			padding-left: 4em;
		}
		.sm\:pl-5{
			padding-left: 5em;
		}
	}
	@media(min-width:992px){
		.md\:pl-0{
			padding-left: 0em;
		}
		.md\:pl-0_25{
			padding-left: 0.25em;
		}
		.md\:pl-0_5{
			padding-left: 0.5em;
		}
		.md\:pl-0_75{
			padding-left: 0.75em;
		}
		.md\:pl-1{
			padding-left: 1em;
		}
		.md\:pl-2{
			padding-left: 2em;
		}
		.md\:pl-3{
			padding-left: 3em;
		}
		.md\:pl-4{
			padding-left: 4em;
		}
		.md\:pl-5{
			padding-left: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:pl-0{
			padding-left: 0em;
		}
		.lg\:pl-0_25{
			padding-left: 0.25em;
		}
		.lg\:pl-0_5{
			padding-left: 0.5em;
		}
		.lg\:pl-0_75{
			padding-left: 0.75em;
		}
		.lg\:pl-1{
			padding-left: 1em;
		}
		.lg\:pl-2{
			padding-left: 2em;
		}
		.lg\:pl-3{
			padding-left: 3em;
		}
		.lg\:pl-4{
			padding-left: 4em;
		}
		.lg\:pl-5{
			padding-left: 5em;
		}	
	}

	.-pl-0_25{
		padding-left: -0.25em;
	}
	.-pl-0_5{
		padding-left: -0.5em;
	}
	.-pl-0_75{
		padding-left: -0.75em;
	}
	.-pl-1{
		padding-left: -1em;
	}
	.-pl-2{
		padding-left: -2em;
	}
	.-pl-3{
		padding-left: -3em;
	}
	.-pl-4{
		padding-left: -4em;
	}
	.-pl-5{
		padding-left: -5em;
	}


	@media(min-width:768px){
		.sm\:-pl-0_25{
			padding-left: -0.25em;
		}
		.sm\:-pl-0_5{
			padding-left: -0.5em;
		}
		.sm\:-pl-0_75{
			padding-left: -0.75em;
		}
		.sm\:-pl-1{
			padding-left: -1em;
		}
		.sm\:-pl-2{
			padding-left: -2em;
		}
		.sm\:-pl-3{
			padding-left: -3em;
		}
		.sm\:-pl-4{
			padding-left: -4em;
		}
		.sm\:-pl-5{
			padding-left: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-pl-0_25{
			padding-left: -0.25em;
		}
		.md\:-pl-0_5{
			padding-left: -0.5em;
		}
		.md\:-pl-0_75{
			padding-left: -0.75em;
		}
		.md\:-pl-1{
			padding-left: -1em;
		}
		.md\:-pl-2{
			padding-left: -2em;
		}
		.md\:-pl-3{
			padding-left: -3em;
		}
		.md\:-pl-4{
			padding-left: -4em;
		}
		.md\:-pl-5{
			padding-left: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-pl-0_25{
			padding-left: -0.25em;
		}
		.lg\:-pl-0_5{
			padding-left: -0.5em;
		}
		.lg\:-pl-0_75{
			padding-left: -0.75em;
		}
		.lg\:-pl-1{
			padding-left: -1em;
		}
		.lg\:-pl-2{
			padding-left: -2em;
		}
		.lg\:-pl-3{
			padding-left: -3em;
		}
		.lg\:-pl-4{
			padding-left: -4em;
		}
		.lg\:-pl-5{
			padding-left: -5em;
		}	
	}

	/**********PADDING RIGHT***********/

	.pr-0{
		padding-right: 0em;
	}
	.pr-0_25{
		padding-right: 0.25em;
	}
	.pr-0_5{
		padding-right: 0.5em;
	}
	.pr-0_75{
		padding-right: 0.75em;
	}
	.pr-1{
		padding-right: 1em;
	}
	.pr-2{
		padding-right: 2em;
	}
	.pr-3{
		padding-right: 3em;
	}
	.pr-4{
		padding-right: 4em;
	}
	.pr-5{
		padding-right: 5em;
	}


	@media(min-width:768px){
		.sm\:pr-0{
			padding-right: 0em;
		}
		.sm\:pr-0_25{
			padding-right: 0.25em;
		}
		.sm\:pr-0_5{
			padding-right: 0.5em;
		}
		.sm\:pr-0_75{
			padding-right: 0.75em;
		}
		.sm\:pr-1{
			padding-right: 1em;
		}
		.sm\:pr-2{
			padding-right: 2em;
		}
		.sm\:pr-3{
			padding-right: 3em;
		}
		.sm\:pr-4{
			padding-right: 4em;
		}
		.sm\:pr-5{
			padding-right: 5em;
		}
	}
	@media(min-width:992px){
		.md\:pr-0{
			padding-right: 0em;
		}
		.md\:pr-0_25{
			padding-right: 0.25em;
		}
		.md\:pr-0_5{
			padding-right: 0.5em;
		}
		.md\:pr-0_75{
			padding-right: 0.75em;
		}
		.md\:pr-1{
			padding-right: 1em;
		}
		.md\:pr-2{
			padding-right: 2em;
		}
		.md\:pr-3{
			padding-right: 3em;
		}
		.md\:pr-4{
			padding-right: 4em;
		}
		.md\:pr-5{
			padding-right: 5em;
		}
	}
	@media(min-width:1200px){
		.lg\:pr-0{
			padding-right: 0em;
		}
		.lg\:pr-0_25{
			padding-right: 0.25em;
		}
		.lg\:pr-0_5{
			padding-right: 0.5em;
		}
		.lg\:pr-0_75{
			padding-right: 0.75em;
		}
		.lg\:pr-1{
			padding-right: 1em;
		}
		.lg\:pr-2{
			padding-right: 2em;
		}
		.lg\:pr-3{
			padding-right: 3em;
		}
		.lg\:pr-4{
			padding-right: 4em;
		}
		.lg\:pr-5{
			padding-right: 5em;
		}	
	}

	.-pr-0_25{
		padding-right: -0.25em;
	}
	.-pr-0_5{
		padding-right: -0.5em;
	}
	.-pr-0_75{
		padding-right: -0.75em;
	}
	.-pr-1{
		padding-right: -1em;
	}
	.-pr-2{
		padding-right: -2em;
	}
	.-pr-3{
		padding-right: -3em;
	}
	.-pr-4{
		padding-right: -4em;
	}
	.-pr-5{
		padding-right: -5em;
	}


	@media(min-width:768px){
		.sm\:-pr-0_25{
			padding-right: -0.25em;
		}
		.sm\:-pr-0_5{
			padding-right: -0.5em;
		}
		.sm\:-pr-0_75{
			padding-right: -0.75em;
		}
		.sm\:-pr-1{
			padding-right: -1em;
		}
		.sm\:-pr-2{
			padding-right: -2em;
		}
		.sm\:-pr-3{
			padding-right: -3em;
		}
		.sm\:-pr-4{
			padding-right: -4em;
		}
		.sm\:-pr-5{
			padding-right: -5em;
		}
	}
	@media(min-width:992px){
		.md\:-pr-0_25{
			padding-right: -0.25em;
		}
		.md\:-pr-0_5{
			padding-right: -0.5em;
		}
		.md\:-pr-0_75{
			padding-right: -0.75em;
		}
		.md\:-pr-1{
			padding-right: -1em;
		}
		.md\:-pr-2{
			padding-right: -2em;
		}
		.md\:-pr-3{
			padding-right: -3em;
		}
		.md\:-pr-4{
			padding-right: -4em;
		}
		.md\:-pr-5{
			padding-right: -5em;
		}
	}
	@media(min-width:1200px){
		.lg\:-pr-0_25{
			padding-right: -0.25em;
		}
		.lg\:-pr-0_5{
			padding-right: -0.5em;
		}
		.lg\:-pr-0_75{
			padding-right: -0.75em;
		}
		.lg\:-pr-1{
			padding-right: -1em;
		}
		.lg\:-pr-2{
			padding-right: -2em;
		}
		.lg\:-pr-3{
			padding-right: -3em;
		}
		.lg\:-pr-4{
			padding-right: -4em;
		}
		.lg\:-pr-5{
			padding-right: -5em;
		}	
	}

/*--------------------------------------------------------------
POSITION
--------------------------------------------------------------*/
	.position-sticky{
		position: sticky;
	}
	.position-relative{
		position: relative;
	}

	.position-absolute{
		position: absolute;
	}

	@media(min-width:768px){
		.sm\:position-sticky{
			position: sticky;
		}
		.sm\:position-relative{
			position: relative;
		}

		.sm\:position-absolute{
			position: absolute;
		}
	}
	@media(min-width:992px){
		.md\:position-sticky{
			position: sticky;
		}
		.md\:position-relative{
			position: relative;
		}

		.md\:position-absolute{
			position: absolute;
		}
	}
	@media(min-width:1200px){
		.lg\:position-sticky{
			position: sticky;
		}
		.lg\:position-relative{
			position: relative;
		}

		.lg\:position-absolute{
			position: absolute;
		}
	}

/*--------------------------------------------------------------
POSITIONS
--------------------------------------------------------------*/
.pos-top-0{
	top: 0em;
}
.pos-top-1{
	top: 1em;
}
.pos-top-2{
	top: 2em;
}
.pos-top-3{
	top: 3em;
}
.pos-top-4{
	top: 4em;
}
.pos-top-5{
	top: 5em;
}
.pos-top-6{
	top: 6em;
}
.pos-top-7{
	top: 7em;
}
.pos-top-8{
	top: 8em;
}
.pos-top-9{
	top: 9em;
}
.pos-top-10{
	top: 10em;
}

.pos-top-0p{
	top: 0%;
}
.pos-top-5p{
	top: 5%;
}
.pos-top-10p{
	top: 10%;
}
.pos-top-15p{
	top: 15%;
}
.pos-top-20p{
	top: 20%;
}
.pos-top-25p{
	top: 25%;
}
.pos-top-30p{
	top: 30%;
}
.pos-top-35p{
	top: 35%;
}
.pos-top-50p{
	top: 50%;
}
.pos-top-55p{
	top: 55%;
}
.pos-top-40p{
	top: 40%;
}
.pos-top-45p{
	top: 45%;
}
.pos-top-60p{
	top: 60%;
}
.pos-top-65p{
	top: 65%;
}
.pos-top-70p{
	top: 70%;
}
.pos-top-75p{
	top: 75%;
}
.pos-top-80p{
	top: 80%;
}
.pos-top-85p{
	top: 85%;
}
.pos-top-90p{
	top: 90%;
}
.pos-top-95p{
	top: 95%;
}
.pos-top-100p{
	top: 100%;
}

.pos-top-one-third{
	top: 33%;
	-webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
}
.pos-top-center{
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-right-0{
	right: 0em;
}
.pos-right-1{
	right: 1em;
}
.pos-right-2{
	right: 2em;
}
.pos-right-3{
	right: 3em;
}
.pos-right-4{
	right: 4em;
}
.pos-right-5{
	right: 5em;
}
.pos-right-6{
	right: 6em;
}
.pos-right-7{
	right: 7em;
}
.pos-right-8{
	right: 8em;
}
.pos-right-9{
	right: 9em;
}
.pos-right-10{
	right: 10em;
}

.pos-bottom-0{
	bottom: 0em;
}
.pos-bottom-1{
	bottom: 1em;
}
.pos-bottom-2{
	bottom: 2em;
}
.pos-bottom-3{
	bottom: 3em;
}
.pos-bottom-4{
	bottom: 4em;
}
.pos-bottom-5{
	bottom: 5em;
}
.pos-bottom-6{
	bottom: 6em;
}
.pos-bottom-7{
	bottom: 7em;
}
.pos-bottom-8{
	bottom: 8em;
}
.pos-bottom-9{
	bottom: 9em;
}
.pos-bottom-10{
	bottom: 10em;
}

.pos-left-0{
	left: 0em;
}
.pos-left-1{
	left: 1em;
}
.pos-left-2{
	left: 2em;
}
.pos-left-3{
	left: 3em;
}
.pos-left-4{
	left: 4em;
}
.pos-left-5{
	left: 5em;
}
.pos-left-6{
	left: 6em;
}
.pos-left-7{
	left: 7em;
}
.pos-left-8{
	left: 8em;
}
.pos-left-9{
	left: 9em;
}
.pos-left-10{
	left: 10em;
}
.pos-left-50p{
	left: 50%;
}
.pos-left-center{
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-left-0p{
	left: 0%;
}
.pos-left-5p{
	left: 5%;
}
.pos-left-10p{
	left: 10%;
}
.pos-left-15p{
	left: 15%;
}
.pos-left-20p{
	left: 20%;
}
.pos-left-25p{
	left: 25%;
}
.pos-left-30p{
	left: 30%;
}
.pos-left-35p{
	left: 35%;
}
.pos-left-50p{
	left: 50%;
}
.pos-left-55p{
	left: 55%;
}
.pos-left-40p{
	left: 40%;
}
.pos-left-45p{
	left: 45%;
}
.pos-left-60p{
	left: 60%;
}
.pos-left-65p{
	left: 65%;
}
.pos-left-70p{
	left: 70%;
}
.pos-left-75p{
	left: 75%;
}
.pos-left-80p{
	left: 80%;
}
.pos-left-85p{
	left: 85%;
}
.pos-left-90p{
	left: 90%;
}
.pos-left-95p{
	left: 95%;
}
.pos-left-100p{
	left: 100%;
}

.-pos-top-0{
	top: -0em;
}
.-pos-top-1{
	top: -1em;
}
.-pos-top-2{
	top: -2em;
}
.-pos-top-3{
	top: -3em;
}
.-pos-top-4{
	top: -4em;
}
.-pos-top-5{
	top: -5em;
}
.-pos-top-6{
	top: -6em;
}
.-pos-top-7{
	top: -7em;
}
.-pos-top-8{
	top: -8em;
}
.-pos-top-9{
	top: -9em;
}
.-pos-top-10{
	top: -10em;
}

.-pos-right-0{
	right: -0em;
}
.-pos-right-1{
	right: -1em;
}
.-pos-right-2{
	right: -2em;
}
.-pos-right-3{
	right: -3em;
}
.-pos-right-4{
	right: -4em;
}
.-pos-right-5{
	right: -5em;
}
.-pos-right-6{
	right: -6em;
}
.-pos-right-7{
	right: -7em;
}
.-pos-right-8{
	right: -8em;
}
.-pos-right-9{
	right: -9em;
}
.-pos-right-10{
	right: -10em;
}

.-pos-bottom-0{
	bottom: -0em;
}
.-pos-bottom-1{
	bottom: -1em;
}
.-pos-bottom-2{
	bottom: -2em;
}
.-pos-bottom-3{
	bottom: -3em;
}
.-pos-bottom-4{
	bottom: -4em;
}
.-pos-bottom-5{
	bottom: -5em;
}
.-pos-bottom-6{
	bottom: -6em;
}
.-pos-bottom-7{
	bottom: -7em;
}
.-pos-bottom-8{
	bottom: -8em;
}
.-pos-bottom-9{
	bottom: -9em;
}
.-pos-bottom-10{
	bottom: -10em;
}

.-pos-left-0{
	left: -0em;
}
.-pos-left-1{
	left: -1em;
}
.-pos-left-2{
	left: -2em;
}
.-pos-left-3{
	left: -3em;
}
.-pos-left-4{
	left: -4em;
}
.-pos-left-5{
	left: -5em;
}
.-pos-left-6{
	left: -6em;
}
.-pos-left-7{
	left: -7em;
}
.-pos-left-8{
	left: -8em;
}
.-pos-left-9{
	left: -9em;
}
.-pos-left-10{
	left: -10em;
}

	@media(min-width:768px){

		.sm\:pos-top-0{
			top: 0em;
		}
		.sm\:pos-top-1{
			top: 1em;
		}
		.sm\:pos-top-2{
			top: 2em;
		}
		.sm\:pos-top-3{
			top: 3em;
		}
		.sm\:pos-top-4{
			top: 4em;
		}
		.sm\:pos-top-5{
			top: 5em;
		}
		.sm\:pos-top-6{
			top: 6em;
		}
		.sm\:pos-top-7{
			top: 7em;
		}
		.sm\:pos-top-8{
			top: 8em;
		}
		.sm\:pos-top-9{
			top: 9em;
		}
		.sm\:pos-top-10{
			top: 10em;
		}
		.sm\:pos-top-0p{
			top: 0%;
		}
		.sm\:pos-top-5p{
			top: 5%;
		}
		.sm\:pos-top-10p{
			top: 10%;
		}
		.sm\:pos-top-15p{
			top: 15%;
		}
		.sm\:pos-top-20p{
			top: 20%;
		}
		.sm\:pos-top-25p{
			top: 25%;
		}
		.sm\:pos-top-30p{
			top: 30%;
		}
		.sm\:pos-top-35p{
			top: 35%;
		}
		.sm\:pos-top-50p{
			top: 50%;
		}
		.sm\:pos-top-55p{
			top: 55%;
		}
		.sm\:pos-top-40p{
			top: 40%;
		}
		.sm\:pos-top-45p{
			top: 45%;
		}
		.sm\:pos-top-60p{
			top: 60%;
		}
		.sm\:pos-top-65p{
			top: 65%;
		}
		.sm\:pos-top-70p{
			top: 70%;
		}
		.sm\:pos-top-75p{
			top: 75%;
		}
		.sm\:pos-top-80p{
			top: 80%;
		}
		.sm\:pos-top-85p{
			top: 85%;
		}
		.sm\:pos-top-90p{
			top: 90%;
		}
		.sm\:pos-top-95p{
			top: 95%;
		}
		.sm\:pos-top-100p{
			top: 100%;
		}
		.sm\:pos-top-center{
			top: 50%;
			-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		}

		.sm\:pos-right-0{
			right: 0em;
		}
		.sm\:pos-right-1{
			right: 1em;
		}
		.sm\:pos-right-2{
			right: 2em;
		}
		.sm\:pos-right-3{
			right: 3em;
		}
		.sm\:pos-right-4{
			right: 4em;
		}
		.sm\:pos-right-5{
			right: 5em;
		}
		.sm\:pos-right-6{
			right: 6em;
		}
		.sm\:pos-right-7{
			right: 7em;
		}
		.sm\:pos-right-8{
			right: 8em;
		}
		.sm\:pos-right-9{
			right: 9em;
		}
		.sm\:pos-right-10{
			right: 10em;
		}

		.sm\:pos-bottom-0{
			bottom: 0em;
		}
		.sm\:pos-bottom-1{
			bottom: 1em;
		}
		.sm\:pos-bottom-2{
			bottom: 2em;
		}
		.sm\:pos-bottom-3{
			bottom: 3em;
		}
		.sm\:pos-bottom-4{
			bottom: 4em;
		}
		.sm\:pos-bottom-5{
			bottom: 5em;
		}
		.sm\:pos-bottom-6{
			bottom: 6em;
		}
		.sm\:pos-bottom-7{
			bottom: 7em;
		}
		.sm\:pos-bottom-8{
			bottom: 8em;
		}
		.sm\:pos-bottom-9{
			bottom: 9em;
		}
		.sm\:pos-bottom-10{
			bottom: 10em;
		}

		.sm\:pos-left-0{
			left: 0em;
		}
		.sm\:pos-left-1{
			left: 1em;
		}
		.sm\:pos-left-2{
			left: 2em;
		}
		.sm\:pos-left-3{
			left: 3em;
		}
		.sm\:pos-left-4{
			left: 4em;
		}
		.sm\:pos-left-5{
			left: 5em;
		}
		.sm\:pos-left-6{
			left: 6em;
		}
		.sm\:pos-left-7{
			left: 7em;
		}
		.sm\:pos-left-8{
			left: 8em;
		}
		.sm\:pos-left-9{
			left: 9em;
		}
		.sm\:pos-left-10{
			left: 10em;
		}
		.sm\:pos-left-center{
			left: 50%;
			-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		    transform: translateX(-50%);
		}

		.sm\:pos-left-0p{
			left: 0%;
		}
		.sm\:pos-left-5p{
			left: 5%;
		}
		.sm\:pos-left-10p{
			left: 10%;
		}
		.sm\:pos-left-15p{
			left: 15%;
		}
		.sm\:pos-left-20p{
			left: 20%;
		}
		.sm\:pos-left-25p{
			left: 25%;
		}
		.sm\:pos-left-30p{
			left: 30%;
		}
		.sm\:pos-left-35p{
			left: 35%;
		}
		.sm\:pos-left-50p{
			left: 50%;
		}
		.sm\:pos-left-55p{
			left: 55%;
		}
		.sm\:pos-left-40p{
			left: 40%;
		}
		.sm\:pos-left-45p{
			left: 45%;
		}
		.sm\:pos-left-60p{
			left: 60%;
		}
		.sm\:pos-left-65p{
			left: 65%;
		}
		.sm\:pos-left-70p{
			left: 70%;
		}
		.sm\:pos-left-75p{
			left: 75%;
		}
		.sm\:pos-left-80p{
			left: 80%;
		}
		.sm\:pos-left-85p{
			left: 85%;
		}
		.sm\:pos-left-90p{
			left: 90%;
		}
		.sm\:pos-left-95p{
			left: 95%;
		}
		.sm\:pos-left-100p{
			left: 100%;
		}

		.sm\:-pos-top-0{
			top: -0em;
		}
		.sm\:-pos-top-1{
			top: -1em;
		}
		.sm\:-pos-top-2{
			top: -2em;
		}
		.sm\:-pos-top-3{
			top: -3em;
		}
		.sm\:-pos-top-4{
			top: -4em;
		}
		.sm\:-pos-top-5{
			top: -5em;
		}
		.sm\:-pos-top-6{
			top: -6em;
		}
		.sm\:-pos-top-7{
			top: -7em;
		}
		.sm\:-pos-top-8{
			top: -8em;
		}
		.sm\:-pos-top-9{
			top: -9em;
		}
		.sm\:-pos-top-10{
			top: -10em;
		}

		.sm\:-pos-right-0{
			right: -0em;
		}
		.sm\:-pos-right-1{
			right: -1em;
		}
		.sm\:-pos-right-2{
			right: -2em;
		}
		.sm\:-pos-right-3{
			right: -3em;
		}
		.sm\:-pos-right-4{
			right: -4em;
		}
		.sm\:-pos-right-5{
			right: -5em;
		}
		.sm\:-pos-right-6{
			right: -6em;
		}
		.sm\:-pos-right-7{
			right: -7em;
		}
		.sm\:-pos-right-8{
			right: -8em;
		}
		.sm\:-pos-right-9{
			right: -9em;
		}
		.sm\:-pos-right-10{
			right: -10em;
		}

		.sm\:-pos-bottom-0{
			bottom: -0em;
		}
		.sm\:-pos-bottom-1{
			bottom: -1em;
		}
		.sm\:-pos-bottom-2{
			bottom: -2em;
		}
		.sm\:-pos-bottom-3{
			bottom: -3em;
		}
		.sm\:-pos-bottom-4{
			bottom: -4em;
		}
		.sm\:-pos-bottom-5{
			bottom: -5em;
		}
		.sm\:-pos-bottom-6{
			bottom: -6em;
		}
		.sm\:-pos-bottom-7{
			bottom: -7em;
		}
		.sm\:-pos-bottom-8{
			bottom: -8em;
		}
		.sm\:-pos-bottom-9{
			bottom: -9em;
		}
		.sm\:-pos-bottom-10{
			bottom: -10em;
		}

		.sm\:-pos-left-0{
			left: -0em;
		}
		.sm\:-pos-left-1{
			left: -1em;
		}
		.sm\:-pos-left-2{
			left: -2em;
		}
		.sm\:-pos-left-3{
			left: -3em;
		}
		.sm\:-pos-left-4{
			left: -4em;
		}
		.sm\:-pos-left-5{
			left: -5em;
		}
		.sm\:-pos-left-6{
			left: -6em;
		}
		.sm\:-pos-left-7{
			left: -7em;
		}
		.sm\:-pos-left-8{
			left: -8em;
		}
		.sm\:-pos-left-9{
			left: -9em;
		}
		.sm\:-pos-left-10{
			left: -10em;
		}

	}
	@media(min-width:992px){
		.md\:pos-top-0{
			top: 0em;
		}
		.md\:pos-top-1{
			top: 1em;
		}
		.md\:pos-top-2{
			top: 2em;
		}
		.md\:pos-top-3{
			top: 3em;
		}
		.md\:pos-top-4{
			top: 4em;
		}
		.md\:pos-top-5{
			top: 5em;
		}
		.md\:pos-top-6{
			top: 6em;
		}
		.md\:pos-top-7{
			top: 7em;
		}
		.md\:pos-top-8{
			top: 8em;
		}
		.md\:pos-top-9{
			top: 9em;
		}
		.md\:pos-top-10{
			top: 10em;
		}
		.md\:pos-top-0p{
			top: 0%;
		}
		.md\:pos-top-5p{
			top: 5%;
		}
		.md\:pos-top-10p{
			top: 10%;
		}
		.md\:pos-top-15p{
			top: 15%;
		}
		.md\:pos-top-20p{
			top: 20%;
		}
		.md\:pos-top-25p{
			top: 25%;
		}
		.md\:pos-top-30p{
			top: 30%;
		}
		.md\:pos-top-35p{
			top: 35%;
		}
		.md\:pos-top-50p{
			top: 50%;
		}
		.md\:pos-top-55p{
			top: 55%;
		}
		.md\:pos-top-40p{
			top: 40%;
		}
		.md\:pos-top-45p{
			top: 45%;
		}
		.md\:pos-top-60p{
			top: 60%;
		}
		.md\:pos-top-65p{
			top: 65%;
		}
		.md\:pos-top-70p{
			top: 70%;
		}
		.md\:pos-top-75p{
			top: 75%;
		}
		.md\:pos-top-80p{
			top: 80%;
		}
		.md\:pos-top-85p{
			top: 85%;
		}
		.md\:pos-top-90p{
			top: 90%;
		}
		.md\:pos-top-95p{
			top: 95%;
		}
		.md\:pos-top-100p{
			top: 100%;
		}
		.md\:pos-top-center{
			top: 50%;
			-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		}
		.md\:pos-left-0p{
			left: 0%;
		}
		.md\:pos-left-5p{
			left: 5%;
		}
		.md\:pos-left-10p{
			left: 10%;
		}
		.md\:pos-left-15p{
			left: 15%;
		}
		.md\:pos-left-20p{
			left: 20%;
		}
		.md\:pos-left-25p{
			left: 25%;
		}
		.md\:pos-left-30p{
			left: 30%;
		}
		.md\:pos-left-35p{
			left: 35%;
		}
		.md\:pos-left-50p{
			left: 50%;
		}
		.md\:pos-left-55p{
			left: 55%;
		}
		.md\:pos-left-40p{
			left: 40%;
		}
		.md\:pos-left-45p{
			left: 45%;
		}
		.md\:pos-left-60p{
			left: 60%;
		}
		.md\:pos-left-65p{
			left: 65%;
		}
		.md\:pos-left-70p{
			left: 70%;
		}
		.md\:pos-left-75p{
			left: 75%;
		}
		.md\:pos-left-80p{
			left: 80%;
		}
		.md\:pos-left-85p{
			left: 85%;
		}
		.md\:pos-left-90p{
			left: 90%;
		}
		.md\:pos-left-95p{
			left: 95%;
		}
		.md\:pos-left-100p{
			left: 100%;
		}

		.md\:pos-right-0{
			right: 0em;
		}
		.md\:pos-right-1{
			right: 1em;
		}
		.md\:pos-right-2{
			right: 2em;
		}
		.md\:pos-right-3{
			right: 3em;
		}
		.md\:pos-right-4{
			right: 4em;
		}
		.md\:pos-right-5{
			right: 5em;
		}
		.md\:pos-right-6{
			right: 6em;
		}
		.md\:pos-right-7{
			right: 7em;
		}
		.md\:pos-right-8{
			right: 8em;
		}
		.md\:pos-right-9{
			right: 9em;
		}
		.md\:pos-right-10{
			right: 10em;
		}

		.md\:pos-bottom-0{
			bottom: 0em;
		}
		.md\:pos-bottom-1{
			bottom: 1em;
		}
		.md\:pos-bottom-2{
			bottom: 2em;
		}
		.md\:pos-bottom-3{
			bottom: 3em;
		}
		.md\:pos-bottom-4{
			bottom: 4em;
		}
		.md\:pos-bottom-5{
			bottom: 5em;
		}
		.md\:pos-bottom-6{
			bottom: 6em;
		}
		.md\:pos-bottom-7{
			bottom: 7em;
		}
		.md\:pos-bottom-8{
			bottom: 8em;
		}
		.md\:pos-bottom-9{
			bottom: 9em;
		}
		.md\:pos-bottom-10{
			bottom: 10em;
		}

		.md\:pos-left-0{
			left: 0em;
		}
		.md\:pos-left-1{
			left: 1em;
		}
		.md\:pos-left-2{
			left: 2em;
		}
		.md\:pos-left-3{
			left: 3em;
		}
		.md\:pos-left-4{
			left: 4em;
		}
		.md\:pos-left-5{
			left: 5em;
		}
		.md\:pos-left-6{
			left: 6em;
		}
		.md\:pos-left-7{
			left: 7em;
		}
		.md\:pos-left-8{
			left: 8em;
		}
		.md\:pos-left-9{
			left: 9em;
		}
		.md\:pos-left-10{
			left: 10em;
		}
		.md\:pos-left-center{
			left: 50%;
			-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		    transform: translateX(-50%);
		}

		.md\:-pos-top-0{
			top: -0em;
		}
		.md\:-pos-top-1{
			top: -1em;
		}
		.md\:-pos-top-2{
			top: -2em;
		}
		.md\:-pos-top-3{
			top: -3em;
		}
		.md\:-pos-top-4{
			top: -4em;
		}
		.md\:-pos-top-5{
			top: -5em;
		}
		.md\:-pos-top-6{
			top: -6em;
		}
		.md\:-pos-top-7{
			top: -7em;
		}
		.md\:-pos-top-8{
			top: -8em;
		}
		.md\:-pos-top-9{
			top: -9em;
		}
		.md\:-pos-top-10{
			top: -10em;
		}

		.md\:-pos-right-0{
			right: -0em;
		}
		.md\:-pos-right-1{
			right: -1em;
		}
		.md\:-pos-right-2{
			right: -2em;
		}
		.md\:-pos-right-3{
			right: -3em;
		}
		.md\:-pos-right-4{
			right: -4em;
		}
		.md\:-pos-right-5{
			right: -5em;
		}
		.md\:-pos-right-6{
			right: -6em;
		}
		.md\:-pos-right-7{
			right: -7em;
		}
		.md\:-pos-right-8{
			right: -8em;
		}
		.md\:-pos-right-9{
			right: -9em;
		}
		.md\:-pos-right-10{
			right: -10em;
		}

		.md\:-pos-bottom-0{
			bottom: -0em;
		}
		.md\:-pos-bottom-1{
			bottom: -1em;
		}
		.md\:-pos-bottom-2{
			bottom: -2em;
		}
		.md\:-pos-bottom-3{
			bottom: -3em;
		}
		.md\:-pos-bottom-4{
			bottom: -4em;
		}
		.md\:-pos-bottom-5{
			bottom: -5em;
		}
		.md\:-pos-bottom-6{
			bottom: -6em;
		}
		.md\:-pos-bottom-7{
			bottom: -7em;
		}
		.md\:-pos-bottom-8{
			bottom: -8em;
		}
		.md\:-pos-bottom-9{
			bottom: -9em;
		}
		.md\:-pos-bottom-10{
			bottom: -10em;
		}

		.md\:-pos-left-0{
			left: -0em;
		}
		.md\:-pos-left-1{
			left: -1em;
		}
		.md\:-pos-left-2{
			left: -2em;
		}
		.md\:-pos-left-3{
			left: -3em;
		}
		.md\:-pos-left-4{
			left: -4em;
		}
		.md\:-pos-left-5{
			left: -5em;
		}
		.md\:-pos-left-6{
			left: -6em;
		}
		.md\:-pos-left-7{
			left: -7em;
		}
		.md\:-pos-left-8{
			left: -8em;
		}
		.md\:-pos-left-9{
			left: -9em;
		}
		.md\:-pos-left-10{
			left: -10em;
		}
	}
	@media(min-width:1200px){
		.lg\:pos-top-0{
			top: 0em;
		}
		.lg\:pos-top-1{
			top: 1em;
		}
		.lg\:pos-top-2{
			top: 2em;
		}
		.lg\:pos-top-3{
			top: 3em;
		}
		.lg\:pos-top-4{
			top: 4em;
		}
		.lg\:pos-top-5{
			top: 5em;
		}
		.lg\:pos-top-6{
			top: 6em;
		}
		.lg\:pos-top-7{
			top: 7em;
		}
		.lg\:pos-top-8{
			top: 8em;
		}
		.lg\:pos-top-9{
			top: 9em;
		}
		.lg\:pos-top-10{
			top: 10em;
		}
		.lg\:pos-top-0p{
			top: 0%;
		}
		.lg\:pos-top-5p{
			top: 5%;
		}
		.lg\:pos-top-10p{
			top: 10%;
		}
		.lg\:pos-top-15p{
			top: 15%;
		}
		.lg\:pos-top-20p{
			top: 20%;
		}
		.lg\:pos-top-25p{
			top: 25%;
		}
		.lg\:pos-top-30p{
			top: 30%;
		}
		.lg\:pos-top-35p{
			top: 35%;
		}
		.lg\:pos-top-50p{
			top: 50%;
		}
		.lg\:pos-top-55p{
			top: 55%;
		}
		.lg\:pos-top-40p{
			top: 40%;
		}
		.lg\:pos-top-45p{
			top: 45%;
		}
		.lg\:pos-top-60p{
			top: 60%;
		}
		.lg\:pos-top-65p{
			top: 65%;
		}
		.lg\:pos-top-70p{
			top: 70%;
		}
		.lg\:pos-top-75p{
			top: 75%;
		}
		.lg\:pos-top-80p{
			top: 80%;
		}
		.lg\:pos-top-85p{
			top: 85%;
		}
		.lg\:pos-top-90p{
			top: 90%;
		}
		.lg\:pos-top-95p{
			top: 95%;
		}
		.lg\:pos-top-100p{
			top: 100%;
		}
		.lg\:pos-top-center{
			top: 50%;
			-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		    transform: translateY(-50%);
		}

		.lg\:pos-right-0{
			right: 0em;
		}
		.lg\:pos-right-1{
			right: 1em;
		}
		.lg\:pos-right-2{
			right: 2em;
		}
		.lg\:pos-right-3{
			right: 3em;
		}
		.lg\:pos-right-4{
			right: 4em;
		}
		.lg\:pos-right-5{
			right: 5em;
		}
		.lg\:pos-right-6{
			right: 6em;
		}
		.lg\:pos-right-7{
			right: 7em;
		}
		.lg\:pos-right-8{
			right: 8em;
		}
		.lg\:pos-right-9{
			right: 9em;
		}
		.lg\:pos-right-10{
			right: 10em;
		}

		.lg\:pos-bottom-0{
			bottom: 0em;
		}
		.lg\:pos-bottom-1{
			bottom: 1em;
		}
		.lg\:pos-bottom-2{
			bottom: 2em;
		}
		.lg\:pos-bottom-3{
			bottom: 3em;
		}
		.lg\:pos-bottom-4{
			bottom: 4em;
		}
		.lg\:pos-bottom-5{
			bottom: 5em;
		}
		.lg\:pos-bottom-6{
			bottom: 6em;
		}
		.lg\:pos-bottom-7{
			bottom: 7em;
		}
		.lg\:pos-bottom-8{
			bottom: 8em;
		}
		.lg\:pos-bottom-9{
			bottom: 9em;
		}
		.lg\:pos-bottom-10{
			bottom: 10em;
		}

		.lg\:pos-left-0{
			left: 0em;
		}
		.lg\:pos-left-1{
			left: 1em;
		}
		.lg\:pos-left-2{
			left: 2em;
		}
		.lg\:pos-left-3{
			left: 3em;
		}
		.lg\:pos-left-4{
			left: 4em;
		}
		.lg\:pos-left-5{
			left: 5em;
		}
		.lg\:pos-left-6{
			left: 6em;
		}
		.lg\:pos-left-7{
			left: 7em;
		}
		.lg\:pos-left-8{
			left: 8em;
		}
		.lg\:pos-left-9{
			left: 9em;
		}
		.lg\:pos-left-10{
			left: 10em;
		}
		.lg\:pos-left-center{
			left: 50%;
			-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		    transform: translateX(-50%);
		}
		.lg\:pos-left-0p{
			left: 0%;
		}
		.lg\:pos-left-5p{
			left: 5%;
		}
		.lg\:pos-left-10p{
			left: 10%;
		}
		.lg\:pos-left-15p{
			left: 15%;
		}
		.lg\:pos-left-20p{
			left: 20%;
		}
		.lg\:pos-left-25p{
			left: 25%;
		}
		.lg\:pos-left-30p{
			left: 30%;
		}
		.lg\:pos-left-35p{
			left: 35%;
		}
		.lg\:pos-left-50p{
			left: 50%;
		}
		.lg\:pos-left-55p{
			left: 55%;
		}
		.lg\:pos-left-40p{
			left: 40%;
		}
		.lg\:pos-left-45p{
			left: 45%;
		}
		.lg\:pos-left-60p{
			left: 60%;
		}
		.lg\:pos-left-65p{
			left: 65%;
		}
		.lg\:pos-left-70p{
			left: 70%;
		}
		.lg\:pos-left-75p{
			left: 75%;
		}
		.lg\:pos-left-80p{
			left: 80%;
		}
		.lg\:pos-left-85p{
			left: 85%;
		}
		.lg\:pos-left-90p{
			left: 90%;
		}
		.lg\:pos-left-95p{
			left: 95%;
		}
		.lg\:pos-left-100p{
			left: 100%;
		}

		.lg\:-pos-top-0{
			top: -0em;
		}
		.lg\:-pos-top-1{
			top: -1em;
		}
		.lg\:-pos-top-2{
			top: -2em;
		}
		.lg\:-pos-top-3{
			top: -3em;
		}
		.lg\:-pos-top-4{
			top: -4em;
		}
		.lg\:-pos-top-5{
			top: -5em;
		}
		.lg\:-pos-top-6{
			top: -6em;
		}
		.lg\:-pos-top-7{
			top: -7em;
		}
		.lg\:-pos-top-8{
			top: -8em;
		}
		.lg\:-pos-top-9{
			top: -9em;
		}
		.lg\:-pos-top-10{
			top: -10em;
		}

		.lg\:-pos-right-0{
			right: -0em;
		}
		.lg\:-pos-right-1{
			right: -1em;
		}
		.lg\:-pos-right-2{
			right: -2em;
		}
		.lg\:-pos-right-3{
			right: -3em;
		}
		.lg\:-pos-right-4{
			right: -4em;
		}
		.lg\:-pos-right-5{
			right: -5em;
		}
		.lg\:-pos-right-6{
			right: -6em;
		}
		.lg\:-pos-right-7{
			right: -7em;
		}
		.lg\:-pos-right-8{
			right: -8em;
		}
		.lg\:-pos-right-9{
			right: -9em;
		}
		.lg\:-pos-right-10{
			right: -10em;
		}

		.lg\:-pos-bottom-0{
			bottom: -0em;
		}
		.lg\:-pos-bottom-1{
			bottom: -1em;
		}
		.lg\:-pos-bottom-2{
			bottom: -2em;
		}
		.lg\:-pos-bottom-3{
			bottom: -3em;
		}
		.lg\:-pos-bottom-4{
			bottom: -4em;
		}
		.lg\:-pos-bottom-5{
			bottom: -5em;
		}
		.lg\:-pos-bottom-6{
			bottom: -6em;
		}
		.lg\:-pos-bottom-7{
			bottom: -7em;
		}
		.lg\:-pos-bottom-8{
			bottom: -8em;
		}
		.lg\:-pos-bottom-9{
			bottom: -9em;
		}
		.lg\:-pos-bottom-10{
			bottom: -10em;
		}

		.lg\:-pos-left-0{
			left: -0em;
		}
		.lg\:-pos-left-1{
			left: -1em;
		}
		.lg\:-pos-left-2{
			left: -2em;
		}
		.lg\:-pos-left-3{
			left: -3em;
		}
		.lg\:-pos-left-4{
			left: -4em;
		}
		.lg\:-pos-left-5{
			left: -5em;
		}
		.lg\:-pos-left-6{
			left: -6em;
		}
		.lg\:-pos-left-7{
			left: -7em;
		}
		.lg\:-pos-left-8{
			left: -8em;
		}
		.lg\:-pos-left-9{
			left: -9em;
		}
		.lg\:-pos-left-10{
			left: -10em;
		}
	}


@media(orientation:portrait){
	.p\:pos-top-one-third{
		top: 33%;
		-webkit-transform: translateY(-33%);
	    -ms-transform: translateY(-33%);
	    transform: translateY(-33%);
	}
	.p\:pos-top-50p{
		top: 50%;
	}
	.p\:pos-top-center{
		top: 50%;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
}
@media(orientation:landscape){
	.l\:pos-top-one-third{
		top: 33%;
		-webkit-transform: translateY(-33%);
	    -ms-transform: translateY(-33%);
	    transform: translateY(-33%);
	}
	.l\:pos-top-50p{
		top: 50%;
	}
	.l\:pos-top-center{
		top: 50%;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
}


/*--------------------------------------------------------------
SEP
--------------------------------------------------------------*/
.sep-top:before{
	background: var(--main-color);
	content: '';
	display: block;
	height: 4px;
	width: 60px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sep-bottom:after{
	background: var(--main-color);
	content: '';
	display: block;
	height: 4px;
	width: 60px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.sep-bottom.sep-thin:after,
.sep-top.sep-thin:before{
	height: 2px;
}
.sep-bottom.sep-black:after,
.sep-top.sep-black:before{
	background: #000;
}
.sep-bottom.sep-alt:after,
.sep-top.sep-alt:before{
	background: var(--alt-color);
}
.sep-bottom.sep-alt-2:after,
.sep-top.sep-alt-2:before{
	background: var(--alt-2-color);
}
.sep-bottom.sep-alt-3:after,
.sep-top.sep-alt-3:before{
	background: var(--alt-3-color);
}
.sep-bottom.sep-center:after, .sep-top.sep-center:before{
	margin-left: auto;
	margin-right: auto;
}
.sep-bottom.sep-left:after, .sep-top.sept-left:before{
	margin-left: 0;
	margin-right: auto;
}
.sep-bottom.sep-right:after, .sep-top.sep-right:before{
	margin-left: auto;
	margin-right: 0;
}

@media(min-width: 768px){
	.sm\:sep-top:before{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:sep-bottom:after{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:sep-bottom.sep-thin:after,
	.sm\:sep-top.sep-thin:before{
		height: 2px;
	}
	.sm\:sep-bottom.sep-black:after,
	.sm\:sep-top.sep-black:before{
		background: #000;
	}
	.sm\:sep-bottom.sep-alt:after,
	.sm\:sep-top.sep-alt:before{
		background: var(--alt-color);
	}
	.sm\:sep-bottom.sep-alt-2:after,
	.sm\:sep-top.sep-alt-2:before{
		background: var(--alt-2-color);
	}
	.sm\:sep-bottom.sep-alt-3:after,
	.sm\:sep-top.sep-alt-3:before{
		background: var(--alt-3-color);
	}
	.sm\:sep-bottom.sep-center:after, .sm\:sep-top.sep-center:before{
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:sep-bottom.sep-left:after, .sm\:sep-top.sept-left:before{
		margin-left: 0;
		margin-right: auto;
	}
	.sm\:sep-bottom.sep-right:after, .sm\:sep-top.sep-right:before{
		margin-left: auto;
		margin-right: 0;
	}
}

@media(min-width: 992px){
	.md\:sep-top:before{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.md\:sep-bottom:after{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.md\:sep-bottom.sep-thin:after,
	.md\:sep-top.sep-thin:before{
		height: 2px;
	}
	.md\:sep-bottom.sep-black:after,
	.md\:sep-top.sep-black:before{
		background: #000;
	}
	.md\:sep-bottom.sep-alt:after,
	.md\:sep-top.sep-alt:before{
		background: var(--alt-color);
	}
	.md\:sep-bottom.sep-alt-2:after,
	.md\:sep-top.sep-alt-2:before{
		background: var(--alt-2-color);
	}
	.md\:sep-bottom.sep-alt-3:after,
	.md\:sep-top.sep-alt-3:before{
		background: var(--alt-3-color);
	}
	.md\:sep-bottom.sep-center:after, .md\:sep-top.sep-center:before{
		margin-left: auto;
		margin-right: auto;
	}
	.md\:sep-bottom.sep-left:after, .md\:sep-top.sept-left:before{
		margin-left: 0;
		margin-right: auto;
	}
	.md\:sep-bottom.sep-right:after, .md\:sep-top.sep-right:before{
		margin-left: auto;
		margin-right: 0;
	}
}
@media(min-width: 1200px){
	.lg\:sep-top:before{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:sep-bottom:after{
		background: var(--main-color);
		content: '';
		display: block;
		height: 4px;
		width: 60px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:sep-bottom.sep-thin:after,
	.lg\:sep-top.sep-thin:before{
		height: 2px;
	}
	.lg\:sep-bottom.sep-black:after,
	.lg\:sep-top.sep-black:before{
		background: #000;
	}
	.lg\:sep-bottom.sep-alt:after,
	.lg\:sep-top.sep-alt:before{
		background: var(--alt-color);
	}
	.lg\:sep-bottom.sep-alt-2:after,
	.lg\:sep-top.sep-alt-2:before{
		background: var(--alt-2-color);
	}
	.lg\:sep-bottom.sep-alt-3:after,
	.lg\:sep-top.sep-alt-3:before{
		background: var(--alt-3-color);
	}
	.lg\:sep-bottom.sep-center:after, .lg\:sep-top.sep-center:before{
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:sep-bottom.sep-left:after, .lg\:sep-top.sept-left:before{
		margin-left: 0;
		margin-right: auto;
	}
	.lg\:sep-bottom.sep-right:after, .lg\:sep-top.sep-right:before{
		margin-left: auto;
		margin-right: 0;
	}
}



/*--------------------------------------------------------------
TEXT ALIGN
--------------------------------------------------------------*/
@media(min-width: 768px){
	.sm\:text-left{
		text-align: left;
	}
	.sm\:text-right{
		text-align: right;
	}
	.sm\:text-center{
		text-align: center;
	}
	.sm\:text-justify{
		text-align: justify;
	}
}
@media(min-width: 992px){
	.md\:text-left{
		text-align: left;
	}
	.md\:text-right{
		text-align: right;
	}
	.md\:text-center{
		text-align: center;
	}
	.md\:text-justify{
		text-align: justify;
	}
}
@media(min-width: 1200px){
	.lg\:text-left{
		text-align: left;
	}
	.lg\:text-right{
		text-align: right;
	}
	.lg\:text-center{
		text-align: center;
	}
	.lg\:text-justify{
		text-align: justify;
	}
}

/*--------------------------------------------------------------
TEXT
--------------------------------------------------------------*/
.text-decoration-none, .txtd-n{
	text-decoration: none;
}
.hover-text-decoration-none:hover{
	text-decoration: none;
}

.txtd-lt{
	text-decoration: line-through;
}

.txt-ic{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}
	
	.txt-ic_label + .txt-ic_icon{
		margin-left: 0.5em;
		margin-left: auto;
	}
	.txt-ic_icon{
		height: 100%;
		width: auto;
	}
	.txt-ic_icon + .txt-ic_label{
		margin-left: 0.5em;
		margin-right: 0em;
	}

.txt-cool-ic{
	padding-top: 16px;
	padding-left: 16px;
	position: relative;
}
.txt-cool-ic_icon{
	position: absolute;
	width: 32px;
	max-width: 100%;
	height: auto;
	top: 16px;
	left: 0px;
	z-index: 1;
}

.txt-cool-ic_content{
	position: relative;
	top: 8px;
	z-index: 2;
}

/*--------------------------------------------------------------
TOOLTIP
--------------------------------------------------------------*/

.tooltip-container {
    position: relative;
    z-index: 2
    /*display: inline-block;
    border-bottom: 1px dotted black; *//* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip-container .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 3;
    bottom: 125%;
    left: 50%;
    /*margin-left: -60px;*/

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Tooltip arrow */
.tooltip-container .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-container:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
TRANSFORM
--------------------------------------------------------------*/
	.trf-none{
		-webkit-transform: none;-ms-transform: none;transform: none;
	}
	.tx_50p{
		-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);
	}
	.tx-50p{
		-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
	}
	.ty_50p{
		-webkit-transform: translateY(50%);-ms-transform: translateY(50%);transform: translateY(50%);
	}
	.ty-50p{
		-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
	}
	.translate_50_50p{
		-webkit-transform: translate(50%, 50%);-ms-transform: translate(50%, 50%);transform: translate(50%, 50%);
	}
	.translate-50-50p{
		-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
	}

	.translate_50-50p{
		-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);
	}
	.translate-50_50p{
		-webkit-transform: translate(-50%, 50%);-ms-transform: translate(-50%, 50%);transform: translate(-50%, 50%);
	}

	.trot-90{
		-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);
	}

	@media(min-width:768px){
		.sm\:trf-none{
			-webkit-transform: none;-ms-transform: none;transform: none;
		}
		.sm\:tx_50p{
			-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);
		}
		.sm\:tx-50p{
			-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
		}
		.sm\:ty_50p{
			-webkit-transform: translateY(50%);-ms-transform: translateY(50%);transform: translateY(50%);
		}
		.sm\:ty-50p{
			-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
		}
		.sm\:translate_50_50p{
			-webkit-transform: translate(50%, 50%);-ms-transform: translate(50%, 50%);transform: translate(50%, 50%);
		}
		.sm\:translate-50-50p{
			-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
		}
		.sm\:translate_50-50p{
			-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);
		}
		.sm\:translate-50_50p{
			-webkit-transform: translate(-50% -50%);-ms-transform: translate(-50% -50%);transform: translate(-50% -50%);
		}
		.sm\:trot-90{
			-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);
		}
	}
	@media(min-width:992px){
		.md\:trf-none{
			-webkit-transform: none;-ms-transform: none;transform: none;
		}
		.md\:tx_50p{
			-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);
		}
		.md\:tx-50p{
			-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
		}
		.md\:ty_50p{
			-webkit-transform: translateY(50%);-ms-transform: translateY(50%);transform: translateY(50%);
		}
		.md\:ty-50p{
			-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
		}
		.md\:translate_50_50p{
			-webkit-transform: translate(50%, 50%);-ms-transform: translate(50%, 50%);transform: translate(50%, 50%);
		}
		.md\:translate-50-50p{
			-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
		}
		.md\:translate_50-50p{
			-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);
		}
		.md\:translate-50_50p{
			-webkit-transform: translate(-50% -50%);-ms-transform: translate(-50% -50%);transform: translate(-50% -50%);
		}
		.md\:trot-90{
			-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);
		}
	}
	@media(min-width:1200px){
		.lg\:trf-none{
			-webkit-transform: none;-ms-transform: none;transform: none;
		}
		.lg\:tx_50p{
			-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);
		}
		.lg\:tx-50p{
			-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);
		}
		.lg\:ty_50p{
			-webkit-transform: translateY(50%);-ms-transform: translateY(50%);transform: translateY(50%);
		}
		.lg\:ty-50p{
			-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
		}
		.lg\:translate_50_50p{
			-webkit-transform: translate(50%, 50%);-ms-transform: translate(50%, 50%);transform: translate(50%, 50%);
		}
		.lg\:translate-50-50p{
			-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
		}
		.lg\:translate_50-50p{
			-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);
		}
		.lg\:translate-50_50p{
			-webkit-transform: translate(-50% -50%);-ms-transform: translate(-50% -50%);transform: translate(-50% -50%);
		}
		.lg\:trot-90{
			-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);
		}
	}




/*--------------------------------------------------------------
UL
--------------------------------------------------------------*/
ul.list-no-style{
	list-style: none;
}

@media(min-width: 992px){
	ul.list-horizontal, ol.list-horizontal{
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
	}
		ul.list-horizontal > li, ol.list-horizontal > li{
			margin-right: 1em;
		}
		ul.list-horizontal > li:last-child, ol.list-horizontal > li:last-child{
			margin-right: 0;
		}

	ul.list-bar-separator li:after{
		content: "|";
		margin-left: 1em;
	}

	ul.list-bar-separator li:last-child:after{
		content: none;
	}

}

/*--------------------------------------------------------------
WIDTH
--------------------------------------------------------------*/
	.w-12{
		width: 100%;
	}
	.w-11{
		width: 91.66666667%;
	}
	.w-10{
		width: 83.33333333%;
	}
	.w-9{
		width: 75%;
	}
	.w-8{
		width: 66.66666667%;
	}
	.w-7{
		width: 58.33333333%;
	}
	.w-6{
		width: 50%;
	}
	.w-5{
		width: 41.66666667%;
	}
	.w-4{
		width: 33.33333333%;
	}
	.w-3{
		width: 25%;
	}
	.w-2{
		width: 16.66666667%;
	}
	.w-1{
		width: 8.33333333%;
	}
	.w-0{
		width: 0%;
	}
	.w-auto{
		width: auto;
	}

	.w-100p{
		width: 100%;
	}
	.w-95p{
		width: 95%;
	}
	.w-90p{
		width: 90%;
	}
	.w-85p{
		width: 85%;
	}
	.w-80p{
		width: 80%;
	}
	.w-75p{
		width: 75%;
	}
	.w-70p{
		width: 70%;
	}
	.w-65p{
		width: 65%;
	}
	.w-60p{
		width: 60%;
	}
	.w-55p{
		width: 55%;
	}
	.w-50p{
		width: 50%;
	}
	.w-45p{
		width: 45%;
	}
	.w-40p{
		width: 40%;
	}
	.w-35p{
		width: 35%;
	}
	.w-30p{
		width: 30%;
	}
	.w-25p{
		width: 25%;
	}
	.w-20p{
		width: 20%;
	}
	.w-15p{
		width: 15%;
	}
	.w-10p{
		width: 10%;
	}
	.w-5p{
		width: 5%;
	}
	.w-0p{
		width: 0%;
	}


	.w-5em{
		width: 5em;
	}
	.w-4em{
		width: 4m;
	}
	.w-3em{
		width: 3em;
	}
	.w-2em{
		width: 2em;
	}
	.w-1em{
		width: 1em;
	}

	@media(min-width:768px){
		.sm\:w-12{
			width: 100%;
		}
		.sm\:w-11{
			width: 91.66666667%;
		}
		.sm\:w-10{
			width: 83.33333333%;
		}
		.sm\:w-9{
			width: 75%;
		}
		.sm\:w-8{
			width: 66.66666667%;
		}
		.sm\:w-7{
			width: 58.33333333%;
		}
		.sm\:w-6{
			width: 50%;
		}
		.sm\:w-5{
			width: 41.66666667%;
		}
		.sm\:w-4{
			width: 33.33333333%;
		}
		.sm\:w-3{
			width: 25%;
		}
		.sm\:w-2{
			width: 16.66666667%;
		}
		.sm\:w-1{
			width: 8.33333333%;
		}
		.sm\:w-0{
			width: 0%;
		}
		.sm\:w-auto{
			width: auto;
		}

		.sm\:w-100p{
			width: 100%;
		}
		.sm\:w-95p{
			width: 95%;
		}
		.sm\:w-90p{
			width: 90%;
		}
		.sm\:w-85p{
			width: 85%;
		}
		.sm\:w-80p{
			width: 80%;
		}
		.sm\:w-75p{
			width: 75%;
		}
		.sm\:w-70p{
			width: 70%;
		}
		.sm\:w-65p{
			width: 65%;
		}
		.sm\:w-60p{
			width: 60%;
		}
		.sm\:w-55p{
			width: 55%;
		}
		.sm\:w-50p{
			width: 50%;
		}
		.sm\:w-45p{
			width: 45%;
		}
		.sm\:w-40p{
			width: 40%;
		}
		.sm\:w-35p{
			width: 35%;
		}
		.sm\:w-30p{
			width: 30%;
		}
		.sm\:w-25p{
			width: 25%;
		}
		.sm\:w-20p{
			width: 20%;
		}
		.sm\:w-15p{
			width: 15%;
		}
		.sm\:w-10p{
			width: 10%;
		}
		.sm\:w-5p{
			width: 5%;
		}
		.sm\:w-0p{
			width: 0%;
		}


		.sm\:w-5em{
			width: 5em;
		}
		.sm\:w-4em{
			width: 4m;
		}
		.sm\:w-3em{
			width: 3em;
		}
		.sm\:w-2em{
			width: 2em;
		}
		.sm\:w-1em{
			width: 1em;
		}
	}

	@media(min-width:992px){
		.md\:w-12{
			width: 100%;
		}
		.md\:w-11{
			width: 91.66666667%;
		}
		.md\:w-10{
			width: 83.33333333%;
		}
		.md\:w-9{
			width: 75%;
		}
		.md\:w-8{
			width: 66.66666667%;
		}
		.md\:w-7{
			width: 58.33333333%;
		}
		.md\:w-6{
			width: 50%;
		}
		.md\:w-5{
			width: 41.66666667%;
		}
		.md\:w-4{
			width: 33.33333333%;
		}
		.md\:w-3{
			width: 25%;
		}
		.md\:w-2{
			width: 16.66666667%;
		}
		.md\:w-1{
			width: 8.33333333%;
		}
		.md\:w-0{
			width: 0%;
		}
		.md\:w-auto{
			width: auto;
		}

		.md\:w-100p{
			width: 100%;
		}
		.md\:w-95p{
			width: 95%;
		}
		.md\:w-90p{
			width: 90%;
		}
		.md\:w-85p{
			width: 85%;
		}
		.md\:w-80p{
			width: 80%;
		}
		.md\:w-75p{
			width: 75%;
		}
		.md\:w-70p{
			width: 70%;
		}
		.md\:w-65p{
			width: 65%;
		}
		.md\:w-60p{
			width: 60%;
		}
		.md\:w-55p{
			width: 55%;
		}
		.md\:w-50p{
			width: 50%;
		}
		.md\:w-45p{
			width: 45%;
		}
		.md\:w-40p{
			width: 40%;
		}
		.md\:w-35p{
			width: 35%;
		}
		.md\:w-30p{
			width: 30%;
		}
		.md\:w-25p{
			width: 25%;
		}
		.md\:w-20p{
			width: 20%;
		}
		.md\:w-15p{
			width: 15%;
		}
		.md\:w-10p{
			width: 10%;
		}
		.md\:w-5p{
			width: 5%;
		}
		.md\:w-0p{
			width: 0%;
		}


		.md\:w-5em{
			width: 5em;
		}
		.md\:w-4em{
			width: 4m;
		}
		.md\:w-3em{
			width: 3em;
		}
		.md\:w-2em{
			width: 2em;
		}
		.md\:w-1em{
			width: 1em;
		}
	}

	@media(min-width:1200px){
		.lg\:w-12{
			width: 100%;
		}
		.lg\:w-11{
			width: 91.66666667%;
		}
		.lg\:w-10{
			width: 83.33333333%;
		}
		.lg\:w-9{
			width: 75%;
		}
		.lg\:w-8{
			width: 66.66666667%;
		}
		.lg\:w-7{
			width: 58.33333333%;
		}
		.lg\:w-6{
			width: 50%;
		}
		.lg\:w-5{
			width: 41.66666667%;
		}
		.lg\:w-4{
			width: 33.33333333%;
		}
		.lg\:w-3{
			width: 25%;
		}
		.lg\:w-2{
			width: 16.66666667%;
		}
		.lg\:w-1{
			width: 8.33333333%;
		}
		.lg\:w-0{
			width: 0%;
		}
		.lg\:w-auto{
			width: auto;
		}

		.lg\:w-100p{
			width: 100%;
		}
		.lg\:w-95p{
			width: 95%;
		}
		.lg\:w-90p{
			width: 90%;
		}
		.lg\:w-85p{
			width: 85%;
		}
		.lg\:w-80p{
			width: 80%;
		}
		.lg\:w-75p{
			width: 75%;
		}
		.lg\:w-70p{
			width: 70%;
		}
		.lg\:w-65p{
			width: 65%;
		}
		.lg\:w-60p{
			width: 60%;
		}
		.lg\:w-55p{
			width: 55%;
		}
		.lg\:w-50p{
			width: 50%;
		}
		.lg\:w-45p{
			width: 45%;
		}
		.lg\:w-40p{
			width: 40%;
		}
		.lg\:w-35p{
			width: 35%;
		}
		.lg\:w-30p{
			width: 30%;
		}
		.lg\:w-25p{
			width: 25%;
		}
		.lg\:w-20p{
			width: 20%;
		}
		.lg\:w-15p{
			width: 15%;
		}
		.lg\:w-10p{
			width: 10%;
		}
		.lg\:w-5p{
			width: 5%;
		}
		.lg\:w-0p{
			width: 0%;
		}


		.lg\:w-5em{
			width: 5em;
		}
		.lg\:w-4em{
			width: 4m;
		}
		.lg\:w-3em{
			width: 3em;
		}
		.lg\:w-2em{
			width: 2em;
		}
		.lg\:w-1em{
			width: 1em;
		}
	}


.max-w-100p{
	max-width: 100%;
}

/*--------------------------------------------------------------
WHITE SPACE
--------------------------------------------------------------*/
	.ws-nw{
		white-space: nowrap;
	}

/*--------------------------------------------------------------
WRAP SIZE
--------------------------------------------------------------*/
	[class^='wrap-res']{
		position: relative;
		width: 100%;
		overflow: hidden;
		display: block;
	}

	[class^='wrap-res']:before{
		content: " ";
		position: relative;
		display: block;
		padding-bottom: 56.25%;
	}
	.wrap-res-16_9_r:before{
		padding-bottom: 56.25%;
	}
	.wrap-res-9_16_r:before{
		padding-bottom: 177.78%;
	}
	.wrap-res-4_3_r:before{
		padding-bottom: 75%;
	}
	.wrap-res-1_1_r:before{
		padding-bottom: 100%;
	}
	.wrap-res-4_5_r:before{
		padding-bottom: 125%;
	}
	.wrap-res-3_2_r:before{
		padding-bottom: 66.6667%;
	}
	.wrap-res-32_9_r:before{
		padding-bottom: 28.125%;
	}



/*--------------------------------------------------------------
Z-INDEX
--------------------------------------------------------------*/
	
	.zi-0{
		z-index: 0;
	}
	.zi-1{
		z-index: 1;
	}
	.zi-2{
		z-index: 2;
	}
	.zi-3{
		z-index: 3;
	}
	.zi-4{
		z-index: 4;
	}
	.zi-5{
		z-index: 5;
	}
	.zi-6{
		z-index: 6;
	}
	.zi-7{
		z-index: 7;
	}
	.zi-8{
		z-index: 8;
	}
	.zi-9{
		z-index: 9;
	}
	.zi-10{
		z-index: 10;
	}

	@media(min-width:768px){
		.sm\:zi-0{
			z-index: 0;
		}
		.sm\:zi-1{
			z-index: 1;
		}
		.sm\:zi-2{
			z-index: 2;
		}
		.sm\:zi-3{
			z-index: 3;
		}
		.sm\:zi-4{
			z-index: 4;
		}
		.sm\:zi-5{
			z-index: 5;
		}
		.sm\:zi-6{
			z-index: 6;
		}
		.sm\:zi-7{
			z-index: 7;
		}
		.sm\:zi-8{
			z-index: 8;
		}
		.sm\:zi-9{
			z-index: 9;
		}
		.sm\:zi-10{
			z-index: 10;
		}
	}
	@media(min-width:992px){
		.md\:zi-0{
			z-index: 0;
		}
		.md\:zi-1{
			z-index: 1;
		}
		.md\:zi-2{
			z-index: 2;
		}
		.md\:zi-3{
			z-index: 3;
		}
		.md\:zi-4{
			z-index: 4;
		}
		.md\:zi-5{
			z-index: 5;
		}
		.md\:zi-6{
			z-index: 6;
		}
		.md\:zi-7{
			z-index: 7;
		}
		.md\:zi-8{
			z-index: 8;
		}
		.md\:zi-9{
			z-index: 9;
		}
		.md\:zi-10{
			z-index: 10;
		}
	}
	@media(min-width:1200px){
		.lg\:zi-0{
			z-index: 0;
		}
		.lg\:zi-1{
			z-index: 1;
		}
		.lg\:zi-2{
			z-index: 2;
		}
		.lg\:zi-3{
			z-index: 3;
		}
		.lg\:zi-4{
			z-index: 4;
		}
		.lg\:zi-5{
			z-index: 5;
		}
		.lg\:zi-6{
			z-index: 6;
		}
		.lg\:zi-7{
			z-index: 7;
		}
		.lg\:zi-8{
			z-index: 8;
		}
		.lg\:zi-9{
			z-index: 9;
		}
		.lg\:zi-10{
			z-index: 10;
		}
	}


/*--------------------------------------------------------------
ANIMATIONS
--------------------------------------------------------------*/
.anime-rtl{
	animation-name: rtl;
}
.anime-ltr{
	animation-name: ltr;
}

.anime-duration_1s{
	animation-duration: 1s;
}
.anime-duration_2s{
	animation-duration: 2s;
}
.anime-duration_3s{
	animation-duration: 3s;
}
.anime-duration_4s{
	animation-duration: 4s;
}
.anime-duration_5s{
	animation-duration: 5s;
}
.anime-duration_6s{
	animation-duration: 6s;
}
.anime-duration_7s{
	animation-duration: 7s;
}
.anime-duration_8s{
	animation-duration: 8s;
}
.anime-duration_9s{
	animation-duration: 9s;
}
.anime-duration_10s{
	animation-duration: 10s;
}
.anime-duration_11s{
	animation-duration: 11s;
}
.anime-duration_12s{
	animation-duration: 12s;
}
.anime-duration_13s{
	animation-duration: 13s;
}
.anime-duration_14s{
	animation-duration: 14s;
}
.anime-duration_15s{
	animation-duration: 15s;
}

.anime-delay_1s{
	animation-delay: 1s;
}
.anime-delay_2s{
	animation-delay: 2s;
}
.anime-delay_3s{
	animation-delay: 3s;
}
.anime-delay_4s{
	animation-delay: 4s;
}
.anime-delay_5s{
	animation-delay: 5s;
}

.anime-delay-1s{
	animation-delay: -1s;
}
.anime-delay-2s{
	animation-delay: -2s;
}
.anime-delay-3s{
	animation-delay: -3s;
}
.anime-delay-4s{
	animation-delay: -4s;
}
.anime-delay-5s{
	animation-delay: -5s;
}

.anime-ic_1{
	animation-iteration-count: 1;
}
.anime-ic_2{
	animation-iteration-count: 2;
}
.anime-ic_3{
	animation-iteration-count: 3;
}
.anime-ic_4{
	animation-iteration-count: 4;
}
.anime-ic_5{
	animation-iteration-count: 5;
}
.anime-ic_6{
	animation-iteration-count: 6;
}
.anime-ic_7{
	animation-iteration-count: 7;
}
.anime-ic_8{
	animation-iteration-count: 8;
}
.anime-ic_9{
	animation-iteration-count: 9;
}
.anime-ic_10{
	animation-iteration-count: 10;
}
.anime-ic_infinite{
	animation-iteration-count: infinite;
}

.anime-dir-normal{
	animation-timing-function: normal;
}
.anime-dir-reverse{
	animation-timing-function: reverse;
}
.anime-dir-alternate{
	animation-timing-function: alternate;
}
.anime-dir-alternate-reverse{
	animation-timing-function: alternate-reverse;
}

.anime-linear{
	animation-timing-function: linear;
}
.anime-ease{
	animation-timing-function: ease;
}
.anime-ease-in{
	animation-timing-function: ease-in;
}
.anime-ease-out{
	animation-timing-function:ease-out;
}
.anime-ease-in-out{
	animation-timing-function:ease-in-out;
}

.animation-fill-mode-forwards{
   animation-fill-mode: forwards;
}
.animation-fill-mode-backwards{
   animation-fill-mode: backwards;
}
.animation-fill-mode-both{
   animation-fill-mode: both;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rtl{
	0%{
		transform:translateX(0)
	}
	100%{
		transform:translateX(-100%)
	}
}
@keyframes rtl{
	0%{
		transform:translateX(0)
	}
	100%{
		transform:translateX(-100%)
	}
}

@-webkit-keyframes ltr{
	0%{
		transform:translateX(-100%)
	}
	100%{
		transform:translateX(0%)
	}
}
@keyframes ltr{
	0%{
		transform:translateX(-100%)
	}
	100%{
		transform:translateX(0%)
	}
}