/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

@media screen and (min-width: 769px) {
	.hidden__pc {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {
	.hidden__tablet {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hidden__sp {
		display: none !important;
	}
}

/*
/* Grid System
/*
----------------------------------------------------------------- */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -17px;
}

.row.-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.row.-c {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.row.-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.row.-m {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.row.-fit {
	margin: 0;
}

.row.-fit > .col, .row.-fit > .col-1, .row.-fit > .col-2, .row.-fit > .col-3, .row.-fit > .col-4, .row.-fit > .col-5, .row.-fit > .col-6, .row.-fit > .col-7, .row.-fit > .col-8, .row.-fit > .col-9, .row.-fit > .col-10, .row.-fit > .col-11, .row.-fit > .col-12, .row.-fit > .col-20, .row.-fit > .col-btn {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.row.-fit > .col, .row.-fit > .col-1, .row.-fit > .col-2, .row.-fit > .col-3, .row.-fit > .col-4, .row.-fit > .col-5, .row.-fit > .col-6, .row.-fit > .col-7, .row.-fit > .col-8, .row.-fit > .col-9, .row.-fit > .col-10, .row.-fit > .col-11, .row.-fit > .col-12, .row.-fit > .col-20, .row.-fit > .col-btn {
		padding: 0;
	}
}

.row.-xs {
	margin: -5px;
}

@media screen and (max-width: 768px) {
	.row.-xs {
		margin: -5px;
	}
}

.row.-xs > .col, .row.-xs > .col-1, .row.-xs > .col-2, .row.-xs > .col-3, .row.-xs > .col-4, .row.-xs > .col-5, .row.-xs > .col-6, .row.-xs > .col-7, .row.-xs > .col-8, .row.-xs > .col-9, .row.-xs > .col-10, .row.-xs > .col-11, .row.-xs > .col-12, .row.-xs > .col-20, .row.-xs > .col-btn {
	padding: 5px;
}

@media screen and (max-width: 768px) {
	.row.-xs > .col, .row.-xs > .col-1, .row.-xs > .col-2, .row.-xs > .col-3, .row.-xs > .col-4, .row.-xs > .col-5, .row.-xs > .col-6, .row.-xs > .col-7, .row.-xs > .col-8, .row.-xs > .col-9, .row.-xs > .col-10, .row.-xs > .col-11, .row.-xs > .col-12, .row.-xs > .col-20, .row.-xs > .col-btn {
		padding: 5px;
	}
}

.row.-sm {
	margin: -10px;
}

@media screen and (max-width: 768px) {
	.row.-sm {
		margin: -5px;
	}
}

.row.-sm > .col, .row.-sm > .col-1, .row.-sm > .col-2, .row.-sm > .col-3, .row.-sm > .col-4, .row.-sm > .col-5, .row.-sm > .col-6, .row.-sm > .col-7, .row.-sm > .col-8, .row.-sm > .col-9, .row.-sm > .col-10, .row.-sm > .col-11, .row.-sm > .col-12, .row.-sm > .col-20, .row.-sm > .col-btn {
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.row.-sm > .col, .row.-sm > .col-1, .row.-sm > .col-2, .row.-sm > .col-3, .row.-sm > .col-4, .row.-sm > .col-5, .row.-sm > .col-6, .row.-sm > .col-7, .row.-sm > .col-8, .row.-sm > .col-9, .row.-sm > .col-10, .row.-sm > .col-11, .row.-sm > .col-12, .row.-sm > .col-20, .row.-sm > .col-btn {
		padding: 10px 5px 10px 5px;
	}
}

@media screen and (max-width: 768px) {
	.row.-sp-sm {
		margin: -10px;
	}
}

@media screen and (max-width: 768px) {
	.row.-sp-sm > .col, .row.-sp-sm > .col-1, .row.-sp-sm > .col-2, .row.-sp-sm > .col-3, .row.-sp-sm > .col-4, .row.-sp-sm > .col-5, .row.-sp-sm > .col-6, .row.-sp-sm > .col-7, .row.-sp-sm > .col-8, .row.-sp-sm > .col-9, .row.-sp-sm > .col-10, .row.-sp-sm > .col-11, .row.-sp-sm > .col-12, .row.-sp-sm > .col-20, .row.-sp-sm > .col-btn {
		padding: 10px;
	}
}

@media screen and (max-width: 992px) {
	.row.-tablet-sm {
		margin: -10px;
	}
}

@media screen and (max-width: 992px) {
	.row.-tablet-sm > .col, .row.-tablet-sm > .col-1, .row.-tablet-sm > .col-2, .row.-tablet-sm > .col-3, .row.-tablet-sm > .col-4, .row.-tablet-sm > .col-5, .row.-tablet-sm > .col-6, .row.-tablet-sm > .col-7, .row.-tablet-sm > .col-8, .row.-tablet-sm > .col-9, .row.-tablet-sm > .col-10, .row.-tablet-sm > .col-11, .row.-tablet-sm > .col-12, .row.-tablet-sm > .col-20, .row.-tablet-sm > .col-btn {
		padding: 10px;
	}
}

.row.-md {
	margin: -20px;
}

@media screen and (max-width: 768px) {
	.row.-md {
		margin: -16px;
	}
}

.row.-md > .col, .row.-md > .col-1, .row.-md > .col-2, .row.-md > .col-3, .row.-md > .col-4, .row.-md > .col-5, .row.-md > .col-6, .row.-md > .col-7, .row.-md > .col-8, .row.-md > .col-9, .row.-md > .col-10, .row.-md > .col-11, .row.-md > .col-12, .row.-md > .col-20, .row.-md > .col-btn {
	padding: 20px;
}

@media screen and (max-width: 768px) {
	.row.-md > .col, .row.-md > .col-1, .row.-md > .col-2, .row.-md > .col-3, .row.-md > .col-4, .row.-md > .col-5, .row.-md > .col-6, .row.-md > .col-7, .row.-md > .col-8, .row.-md > .col-9, .row.-md > .col-10, .row.-md > .col-11, .row.-md > .col-12, .row.-md > .col-20, .row.-md > .col-btn {
		padding: 16px;
	}
}

.row.-xmd {
	margin: -30px;
}

@media screen and (max-width: 768px) {
	.row.-xmd {
		margin: -16px;
	}
}

.row.-xmd > .col, .row.-xmd > .col-1, .row.-xmd > .col-2, .row.-xmd > .col-3, .row.-xmd > .col-4, .row.-xmd > .col-5, .row.-xmd > .col-6, .row.-xmd > .col-7, .row.-xmd > .col-8, .row.-xmd > .col-9, .row.-xmd > .col-10, .row.-xmd > .col-11, .row.-xmd > .col-12, .row.-xmd > .col-20, .row.-xmd > .col-btn {
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.row.-xmd > .col, .row.-xmd > .col-1, .row.-xmd > .col-2, .row.-xmd > .col-3, .row.-xmd > .col-4, .row.-xmd > .col-5, .row.-xmd > .col-6, .row.-xmd > .col-7, .row.-xmd > .col-8, .row.-xmd > .col-9, .row.-xmd > .col-10, .row.-xmd > .col-11, .row.-xmd > .col-12, .row.-xmd > .col-20, .row.-xmd > .col-btn {
		padding: 16px;
	}
}

.row.-lg {
	margin: -40px;
}

@media screen and (max-width: 768px) {
	.row.-lg {
		margin: -20px;
	}
}

.row.-lg > .col, .row.-lg > .col-1, .row.-lg > .col-2, .row.-lg > .col-3, .row.-lg > .col-4, .row.-lg > .col-5, .row.-lg > .col-6, .row.-lg > .col-7, .row.-lg > .col-8, .row.-lg > .col-9, .row.-lg > .col-10, .row.-lg > .col-11, .row.-lg > .col-12, .row.-lg > .col-20, .row.-lg > .col-btn {
	padding: 40px;
}

@media screen and (max-width: 768px) {
	.row.-lg > .col, .row.-lg > .col-1, .row.-lg > .col-2, .row.-lg > .col-3, .row.-lg > .col-4, .row.-lg > .col-5, .row.-lg > .col-6, .row.-lg > .col-7, .row.-lg > .col-8, .row.-lg > .col-9, .row.-lg > .col-10, .row.-lg > .col-11, .row.-lg > .col-12, .row.-lg > .col-20, .row.-lg > .col-btn {
		padding: 20px;
	}
}

@media screen and (min-width: 769px) {
	.row.-pc_md {
		margin: -20px;
	}
	.row.-pc_md > .col, .row.-pc_md > .col-1, .row.-pc_md > .col-2, .row.-pc_md > .col-3, .row.-pc_md > .col-4, .row.-pc_md > .col-5, .row.-pc_md > .col-6, .row.-pc_md > .col-7, .row.-pc_md > .col-8, .row.-pc_md > .col-9, .row.-pc_md > .col-10, .row.-pc_md > .col-11, .row.-pc_md > .col-12, .row.-pc_md > .col-20, .row.-pc_md > .col-btn {
		padding: 20px;
	}
}

.row.-stretch > .col, .row.-stretch > .col-1, .row.-stretch > .col-2, .row.-stretch > .col-3, .row.-stretch > .col-4, .row.-stretch > .col-5, .row.-stretch > .col-6, .row.-stretch > .col-7, .row.-stretch > .col-8, .row.-stretch > .col-9, .row.-stretch > .col-10, .row.-stretch > .col-11, .row.-stretch > .col-12, .row.-stretch > .col-20, .row.-stretch > .col-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-20, .col-btn {
	padding: 10px;
	box-sizing: border-box;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

@media screen and (max-width: 768px) {
	.col-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		    -ms-flex: 0 0 8.33333%;
		        flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

@media screen and (max-width: 768px) {
	.col-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		    -ms-flex: 0 0 16.66667%;
		        flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
}

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

@media screen and (max-width: 768px) {
	.col-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

@media screen and (max-width: 768px) {
	.col-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		    -ms-flex: 0 0 33.33333%;
		        flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

@media screen and (max-width: 768px) {
	.col-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		    -ms-flex: 0 0 41.66667%;
		        flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
}

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

@media screen and (max-width: 768px) {
	.col-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

@media screen and (max-width: 768px) {
	.col-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		    -ms-flex: 0 0 58.33333%;
		        flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

@media screen and (max-width: 768px) {
	.col-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		    -ms-flex: 0 0 66.66667%;
		        flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

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

@media screen and (max-width: 768px) {
	.col-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

@media screen and (max-width: 768px) {
	.col-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		    -ms-flex: 0 0 83.33333%;
		        flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

@media screen and (max-width: 768px) {
	.col-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		    -ms-flex: 0 0 91.66667%;
		        flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
}

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

@media screen and (max-width: 768px) {
	.col-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

.col-20 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}

@media screen and (max-width: 768px) {
	.col-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
}

.col-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	width: 100%;
	max-width: 360px;
}

.col-btn.-lg {
	max-width: 460px;
}

.indent-1 {
	text-indent: 1em !important;
}

.indent-2 {
	text-indent: 2em !important;
}

.indent-3 {
	text-indent: 3em !important;
}

.indent-4 {
	text-indent: 4em !important;
}

.indent-5 {
	text-indent: 5em !important;
}

.n_indent-1 {
	text-indent: -1em !important;
	padding-left: 1em !important;
}

.n_indent-2 {
	text-indent: -2em !important;
	padding-left: 2em !important;
}

.n_indent-3 {
	text-indent: -3em !important;
	padding-left: 3em !important;
}

.n_indent-4 {
	text-indent: -4em !important;
	padding-left: 4em !important;
}

.n_indent-5 {
	text-indent: -5em !important;
	padding-left: 5em !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mt-105 {
	margin-top: 105px !important;
}

.mr-105 {
	margin-right: 105px !important;
}

.mb-105 {
	margin-bottom: 105px !important;
}

.ml-105 {
	margin-left: 105px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.mt-115 {
	margin-top: 115px !important;
}

.mr-115 {
	margin-right: 115px !important;
}

.mb-115 {
	margin-bottom: 115px !important;
}

.ml-115 {
	margin-left: 115px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.ml-120 {
	margin-left: 120px !important;
}

.mt-125 {
	margin-top: 125px !important;
}

.mr-125 {
	margin-right: 125px !important;
}

.mb-125 {
	margin-bottom: 125px !important;
}

.ml-125 {
	margin-left: 125px !important;
}

.mt-130 {
	margin-top: 130px !important;
}

.mr-130 {
	margin-right: 130px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.ml-130 {
	margin-left: 130px !important;
}

.mt-135 {
	margin-top: 135px !important;
}

.mr-135 {
	margin-right: 135px !important;
}

.mb-135 {
	margin-bottom: 135px !important;
}

.ml-135 {
	margin-left: 135px !important;
}

.mt-140 {
	margin-top: 140px !important;
}

.mr-140 {
	margin-right: 140px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}

.ml-140 {
	margin-left: 140px !important;
}

.mt-145 {
	margin-top: 145px !important;
}

.mr-145 {
	margin-right: 145px !important;
}

.mb-145 {
	margin-bottom: 145px !important;
}

.ml-145 {
	margin-left: 145px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mr-150 {
	margin-right: 150px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

.ml-150 {
	margin-left: 150px !important;
}

.mt-155 {
	margin-top: 155px !important;
}

.mr-155 {
	margin-right: 155px !important;
}

.mb-155 {
	margin-bottom: 155px !important;
}

.ml-155 {
	margin-left: 155px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.mr-160 {
	margin-right: 160px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}

.ml-160 {
	margin-left: 160px !important;
}

.mt-165 {
	margin-top: 165px !important;
}

.mr-165 {
	margin-right: 165px !important;
}

.mb-165 {
	margin-bottom: 165px !important;
}

.ml-165 {
	margin-left: 165px !important;
}

.mt-170 {
	margin-top: 170px !important;
}

.mr-170 {
	margin-right: 170px !important;
}

.mb-170 {
	margin-bottom: 170px !important;
}

.ml-170 {
	margin-left: 170px !important;
}

.mt-175 {
	margin-top: 175px !important;
}

.mr-175 {
	margin-right: 175px !important;
}

.mb-175 {
	margin-bottom: 175px !important;
}

.ml-175 {
	margin-left: 175px !important;
}

.mt-180 {
	margin-top: 180px !important;
}

.mr-180 {
	margin-right: 180px !important;
}

.mb-180 {
	margin-bottom: 180px !important;
}

.ml-180 {
	margin-left: 180px !important;
}

.mt-185 {
	margin-top: 185px !important;
}

.mr-185 {
	margin-right: 185px !important;
}

.mb-185 {
	margin-bottom: 185px !important;
}

.ml-185 {
	margin-left: 185px !important;
}

.mt-190 {
	margin-top: 190px !important;
}

.mr-190 {
	margin-right: 190px !important;
}

.mb-190 {
	margin-bottom: 190px !important;
}

.ml-190 {
	margin-left: 190px !important;
}

.mt-195 {
	margin-top: 195px !important;
}

.mr-195 {
	margin-right: 195px !important;
}

.mb-195 {
	margin-bottom: 195px !important;
}

.ml-195 {
	margin-left: 195px !important;
}

.mt-200 {
	margin-top: 200px !important;
}

.mr-200 {
	margin-right: 200px !important;
}

.mb-200 {
	margin-bottom: 200px !important;
}

.ml-200 {
	margin-left: 200px !important;
}

.mt-205 {
	margin-top: 205px !important;
}

.mr-205 {
	margin-right: 205px !important;
}

.mb-205 {
	margin-bottom: 205px !important;
}

.ml-205 {
	margin-left: 205px !important;
}

.mt-210 {
	margin-top: 210px !important;
}

.mr-210 {
	margin-right: 210px !important;
}

.mb-210 {
	margin-bottom: 210px !important;
}

.ml-210 {
	margin-left: 210px !important;
}

.mt-215 {
	margin-top: 215px !important;
}

.mr-215 {
	margin-right: 215px !important;
}

.mb-215 {
	margin-bottom: 215px !important;
}

.ml-215 {
	margin-left: 215px !important;
}

.mt-220 {
	margin-top: 220px !important;
}

.mr-220 {
	margin-right: 220px !important;
}

.mb-220 {
	margin-bottom: 220px !important;
}

.ml-220 {
	margin-left: 220px !important;
}

.mt-225 {
	margin-top: 225px !important;
}

.mr-225 {
	margin-right: 225px !important;
}

.mb-225 {
	margin-bottom: 225px !important;
}

.ml-225 {
	margin-left: 225px !important;
}

.mt-230 {
	margin-top: 230px !important;
}

.mr-230 {
	margin-right: 230px !important;
}

.mb-230 {
	margin-bottom: 230px !important;
}

.ml-230 {
	margin-left: 230px !important;
}

.mt-235 {
	margin-top: 235px !important;
}

.mr-235 {
	margin-right: 235px !important;
}

.mb-235 {
	margin-bottom: 235px !important;
}

.ml-235 {
	margin-left: 235px !important;
}

.mt-240 {
	margin-top: 240px !important;
}

.mr-240 {
	margin-right: 240px !important;
}

.mb-240 {
	margin-bottom: 240px !important;
}

.ml-240 {
	margin-left: 240px !important;
}

.mt-245 {
	margin-top: 245px !important;
}

.mr-245 {
	margin-right: 245px !important;
}

.mb-245 {
	margin-bottom: 245px !important;
}

.ml-245 {
	margin-left: 245px !important;
}

.mt-250 {
	margin-top: 250px !important;
}

.mr-250 {
	margin-right: 250px !important;
}

.mb-250 {
	margin-bottom: 250px !important;
}

.ml-250 {
	margin-left: 250px !important;
}

.mt-nega-0 {
	margin-top: -0px !important;
}

.mr-nega-0 {
	margin-right: -0px !important;
}

.mb-nega-0 {
	margin-bottom: -0px !important;
}

.ml-nega-0 {
	margin-left: -0px !important;
}

.mt-nega-5 {
	margin-top: -5px !important;
}

.mr-nega-5 {
	margin-right: -5px !important;
}

.mb-nega-5 {
	margin-bottom: -5px !important;
}

.ml-nega-5 {
	margin-left: -5px !important;
}

.mt-nega-10 {
	margin-top: -10px !important;
}

.mr-nega-10 {
	margin-right: -10px !important;
}

.mb-nega-10 {
	margin-bottom: -10px !important;
}

.ml-nega-10 {
	margin-left: -10px !important;
}

.mt-nega-15 {
	margin-top: -15px !important;
}

.mr-nega-15 {
	margin-right: -15px !important;
}

.mb-nega-15 {
	margin-bottom: -15px !important;
}

.ml-nega-15 {
	margin-left: -15px !important;
}

.mt-nega-20 {
	margin-top: -20px !important;
}

.mr-nega-20 {
	margin-right: -20px !important;
}

.mb-nega-20 {
	margin-bottom: -20px !important;
}

.ml-nega-20 {
	margin-left: -20px !important;
}

.mt-nega-25 {
	margin-top: -25px !important;
}

.mr-nega-25 {
	margin-right: -25px !important;
}

.mb-nega-25 {
	margin-bottom: -25px !important;
}

.ml-nega-25 {
	margin-left: -25px !important;
}

.mt-nega-30 {
	margin-top: -30px !important;
}

.mr-nega-30 {
	margin-right: -30px !important;
}

.mb-nega-30 {
	margin-bottom: -30px !important;
}

.ml-nega-30 {
	margin-left: -30px !important;
}

.mt-nega-35 {
	margin-top: -35px !important;
}

.mr-nega-35 {
	margin-right: -35px !important;
}

.mb-nega-35 {
	margin-bottom: -35px !important;
}

.ml-nega-35 {
	margin-left: -35px !important;
}

.mt-nega-40 {
	margin-top: -40px !important;
}

.mr-nega-40 {
	margin-right: -40px !important;
}

.mb-nega-40 {
	margin-bottom: -40px !important;
}

.ml-nega-40 {
	margin-left: -40px !important;
}

.mt-nega-45 {
	margin-top: -45px !important;
}

.mr-nega-45 {
	margin-right: -45px !important;
}

.mb-nega-45 {
	margin-bottom: -45px !important;
}

.ml-nega-45 {
	margin-left: -45px !important;
}

.mt-nega-50 {
	margin-top: -50px !important;
}

.mr-nega-50 {
	margin-right: -50px !important;
}

.mb-nega-50 {
	margin-bottom: -50px !important;
}

.ml-nega-50 {
	margin-left: -50px !important;
}

.mt-nega-55 {
	margin-top: -55px !important;
}

.mr-nega-55 {
	margin-right: -55px !important;
}

.mb-nega-55 {
	margin-bottom: -55px !important;
}

.ml-nega-55 {
	margin-left: -55px !important;
}

.mt-nega-60 {
	margin-top: -60px !important;
}

.mr-nega-60 {
	margin-right: -60px !important;
}

.mb-nega-60 {
	margin-bottom: -60px !important;
}

.ml-nega-60 {
	margin-left: -60px !important;
}

.mt-nega-65 {
	margin-top: -65px !important;
}

.mr-nega-65 {
	margin-right: -65px !important;
}

.mb-nega-65 {
	margin-bottom: -65px !important;
}

.ml-nega-65 {
	margin-left: -65px !important;
}

.mt-nega-70 {
	margin-top: -70px !important;
}

.mr-nega-70 {
	margin-right: -70px !important;
}

.mb-nega-70 {
	margin-bottom: -70px !important;
}

.ml-nega-70 {
	margin-left: -70px !important;
}

.mt-nega-75 {
	margin-top: -75px !important;
}

.mr-nega-75 {
	margin-right: -75px !important;
}

.mb-nega-75 {
	margin-bottom: -75px !important;
}

.ml-nega-75 {
	margin-left: -75px !important;
}

.mt-nega-80 {
	margin-top: -80px !important;
}

.mr-nega-80 {
	margin-right: -80px !important;
}

.mb-nega-80 {
	margin-bottom: -80px !important;
}

.ml-nega-80 {
	margin-left: -80px !important;
}

.mt-nega-85 {
	margin-top: -85px !important;
}

.mr-nega-85 {
	margin-right: -85px !important;
}

.mb-nega-85 {
	margin-bottom: -85px !important;
}

.ml-nega-85 {
	margin-left: -85px !important;
}

.mt-nega-90 {
	margin-top: -90px !important;
}

.mr-nega-90 {
	margin-right: -90px !important;
}

.mb-nega-90 {
	margin-bottom: -90px !important;
}

.ml-nega-90 {
	margin-left: -90px !important;
}

.mt-nega-95 {
	margin-top: -95px !important;
}

.mr-nega-95 {
	margin-right: -95px !important;
}

.mb-nega-95 {
	margin-bottom: -95px !important;
}

.ml-nega-95 {
	margin-left: -95px !important;
}

.mt-nega-100 {
	margin-top: -100px !important;
}

.mr-nega-100 {
	margin-right: -100px !important;
}

.mb-nega-100 {
	margin-bottom: -100px !important;
}

.ml-nega-100 {
	margin-left: -100px !important;
}

.mt-nega-105 {
	margin-top: -105px !important;
}

.mr-nega-105 {
	margin-right: -105px !important;
}

.mb-nega-105 {
	margin-bottom: -105px !important;
}

.ml-nega-105 {
	margin-left: -105px !important;
}

.mt-nega-110 {
	margin-top: -110px !important;
}

.mr-nega-110 {
	margin-right: -110px !important;
}

.mb-nega-110 {
	margin-bottom: -110px !important;
}

.ml-nega-110 {
	margin-left: -110px !important;
}

.mt-nega-115 {
	margin-top: -115px !important;
}

.mr-nega-115 {
	margin-right: -115px !important;
}

.mb-nega-115 {
	margin-bottom: -115px !important;
}

.ml-nega-115 {
	margin-left: -115px !important;
}

.mt-nega-120 {
	margin-top: -120px !important;
}

.mr-nega-120 {
	margin-right: -120px !important;
}

.mb-nega-120 {
	margin-bottom: -120px !important;
}

.ml-nega-120 {
	margin-left: -120px !important;
}

.mt-nega-125 {
	margin-top: -125px !important;
}

.mr-nega-125 {
	margin-right: -125px !important;
}

.mb-nega-125 {
	margin-bottom: -125px !important;
}

.ml-nega-125 {
	margin-left: -125px !important;
}

.mt-nega-130 {
	margin-top: -130px !important;
}

.mr-nega-130 {
	margin-right: -130px !important;
}

.mb-nega-130 {
	margin-bottom: -130px !important;
}

.ml-nega-130 {
	margin-left: -130px !important;
}

.mt-nega-135 {
	margin-top: -135px !important;
}

.mr-nega-135 {
	margin-right: -135px !important;
}

.mb-nega-135 {
	margin-bottom: -135px !important;
}

.ml-nega-135 {
	margin-left: -135px !important;
}

.mt-nega-140 {
	margin-top: -140px !important;
}

.mr-nega-140 {
	margin-right: -140px !important;
}

.mb-nega-140 {
	margin-bottom: -140px !important;
}

.ml-nega-140 {
	margin-left: -140px !important;
}

.mt-nega-145 {
	margin-top: -145px !important;
}

.mr-nega-145 {
	margin-right: -145px !important;
}

.mb-nega-145 {
	margin-bottom: -145px !important;
}

.ml-nega-145 {
	margin-left: -145px !important;
}

.mt-nega-150 {
	margin-top: -150px !important;
}

.mr-nega-150 {
	margin-right: -150px !important;
}

.mb-nega-150 {
	margin-bottom: -150px !important;
}

.ml-nega-150 {
	margin-left: -150px !important;
}

.mt-nega-155 {
	margin-top: -155px !important;
}

.mr-nega-155 {
	margin-right: -155px !important;
}

.mb-nega-155 {
	margin-bottom: -155px !important;
}

.ml-nega-155 {
	margin-left: -155px !important;
}

.mt-nega-160 {
	margin-top: -160px !important;
}

.mr-nega-160 {
	margin-right: -160px !important;
}

.mb-nega-160 {
	margin-bottom: -160px !important;
}

.ml-nega-160 {
	margin-left: -160px !important;
}

.mt-nega-165 {
	margin-top: -165px !important;
}

.mr-nega-165 {
	margin-right: -165px !important;
}

.mb-nega-165 {
	margin-bottom: -165px !important;
}

.ml-nega-165 {
	margin-left: -165px !important;
}

.mt-nega-170 {
	margin-top: -170px !important;
}

.mr-nega-170 {
	margin-right: -170px !important;
}

.mb-nega-170 {
	margin-bottom: -170px !important;
}

.ml-nega-170 {
	margin-left: -170px !important;
}

.mt-nega-175 {
	margin-top: -175px !important;
}

.mr-nega-175 {
	margin-right: -175px !important;
}

.mb-nega-175 {
	margin-bottom: -175px !important;
}

.ml-nega-175 {
	margin-left: -175px !important;
}

.mt-nega-180 {
	margin-top: -180px !important;
}

.mr-nega-180 {
	margin-right: -180px !important;
}

.mb-nega-180 {
	margin-bottom: -180px !important;
}

.ml-nega-180 {
	margin-left: -180px !important;
}

.mt-nega-185 {
	margin-top: -185px !important;
}

.mr-nega-185 {
	margin-right: -185px !important;
}

.mb-nega-185 {
	margin-bottom: -185px !important;
}

.ml-nega-185 {
	margin-left: -185px !important;
}

.mt-nega-190 {
	margin-top: -190px !important;
}

.mr-nega-190 {
	margin-right: -190px !important;
}

.mb-nega-190 {
	margin-bottom: -190px !important;
}

.ml-nega-190 {
	margin-left: -190px !important;
}

.mt-nega-195 {
	margin-top: -195px !important;
}

.mr-nega-195 {
	margin-right: -195px !important;
}

.mb-nega-195 {
	margin-bottom: -195px !important;
}

.ml-nega-195 {
	margin-left: -195px !important;
}

.mt-nega-200 {
	margin-top: -200px !important;
}

.mr-nega-200 {
	margin-right: -200px !important;
}

.mb-nega-200 {
	margin-bottom: -200px !important;
}

.ml-nega-200 {
	margin-left: -200px !important;
}

.mt-nega-205 {
	margin-top: -205px !important;
}

.mr-nega-205 {
	margin-right: -205px !important;
}

.mb-nega-205 {
	margin-bottom: -205px !important;
}

.ml-nega-205 {
	margin-left: -205px !important;
}

.mt-nega-210 {
	margin-top: -210px !important;
}

.mr-nega-210 {
	margin-right: -210px !important;
}

.mb-nega-210 {
	margin-bottom: -210px !important;
}

.ml-nega-210 {
	margin-left: -210px !important;
}

.mt-nega-215 {
	margin-top: -215px !important;
}

.mr-nega-215 {
	margin-right: -215px !important;
}

.mb-nega-215 {
	margin-bottom: -215px !important;
}

.ml-nega-215 {
	margin-left: -215px !important;
}

.mt-nega-220 {
	margin-top: -220px !important;
}

.mr-nega-220 {
	margin-right: -220px !important;
}

.mb-nega-220 {
	margin-bottom: -220px !important;
}

.ml-nega-220 {
	margin-left: -220px !important;
}

.mt-nega-225 {
	margin-top: -225px !important;
}

.mr-nega-225 {
	margin-right: -225px !important;
}

.mb-nega-225 {
	margin-bottom: -225px !important;
}

.ml-nega-225 {
	margin-left: -225px !important;
}

.mt-nega-230 {
	margin-top: -230px !important;
}

.mr-nega-230 {
	margin-right: -230px !important;
}

.mb-nega-230 {
	margin-bottom: -230px !important;
}

.ml-nega-230 {
	margin-left: -230px !important;
}

.mt-nega-235 {
	margin-top: -235px !important;
}

.mr-nega-235 {
	margin-right: -235px !important;
}

.mb-nega-235 {
	margin-bottom: -235px !important;
}

.ml-nega-235 {
	margin-left: -235px !important;
}

.mt-nega-240 {
	margin-top: -240px !important;
}

.mr-nega-240 {
	margin-right: -240px !important;
}

.mb-nega-240 {
	margin-bottom: -240px !important;
}

.ml-nega-240 {
	margin-left: -240px !important;
}

.mt-nega-245 {
	margin-top: -245px !important;
}

.mr-nega-245 {
	margin-right: -245px !important;
}

.mb-nega-245 {
	margin-bottom: -245px !important;
}

.ml-nega-245 {
	margin-left: -245px !important;
}

.mt-nega-250 {
	margin-top: -250px !important;
}

.mr-nega-250 {
	margin-right: -250px !important;
}

.mb-nega-250 {
	margin-bottom: -250px !important;
}

.ml-nega-250 {
	margin-left: -250px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mt-nega-250 {
	margin-top: -250px !important;
}

@media screen and (max-width: 992px) {
	.mt-nega-tablet-105 {
		margin-top: -105px !important;
	}
}

.mt-0 {
	margin-top: 0 !important;
}

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

@media screen and (max-width: 768px) {
	.mt-sm-0 {
		margin-top: 0px !important;
	}
	.mr-sm-0 {
		margin-right: 0px !important;
	}
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}
	.ml-sm-0 {
		margin-left: 0px !important;
	}
	.mt-nega-sm-0 {
		margin-top: -0px !important;
	}
	.mr-nega-sm-0 {
		margin-right: -0px !important;
	}
	.mb-nega-sm-0 {
		margin-bottom: -0px !important;
	}
	.ml-nega-sm-0 {
		margin-left: -0px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-5 {
		margin-top: 5px !important;
	}
	.mr-sm-5 {
		margin-right: 5px !important;
	}
	.mb-sm-5 {
		margin-bottom: 5px !important;
	}
	.ml-sm-5 {
		margin-left: 5px !important;
	}
	.mt-nega-sm-5 {
		margin-top: -5px !important;
	}
	.mr-nega-sm-5 {
		margin-right: -5px !important;
	}
	.mb-nega-sm-5 {
		margin-bottom: -5px !important;
	}
	.ml-nega-sm-5 {
		margin-left: -5px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mr-sm-10 {
		margin-right: 10px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.ml-sm-10 {
		margin-left: 10px !important;
	}
	.mt-nega-sm-10 {
		margin-top: -10px !important;
	}
	.mr-nega-sm-10 {
		margin-right: -10px !important;
	}
	.mb-nega-sm-10 {
		margin-bottom: -10px !important;
	}
	.ml-nega-sm-10 {
		margin-left: -10px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-15 {
		margin-top: 15px !important;
	}
	.mr-sm-15 {
		margin-right: 15px !important;
	}
	.mb-sm-15 {
		margin-bottom: 15px !important;
	}
	.ml-sm-15 {
		margin-left: 15px !important;
	}
	.mt-nega-sm-15 {
		margin-top: -15px !important;
	}
	.mr-nega-sm-15 {
		margin-right: -15px !important;
	}
	.mb-nega-sm-15 {
		margin-bottom: -15px !important;
	}
	.ml-nega-sm-15 {
		margin-left: -15px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mr-sm-20 {
		margin-right: 20px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.ml-sm-20 {
		margin-left: 20px !important;
	}
	.mt-nega-sm-20 {
		margin-top: -20px !important;
	}
	.mr-nega-sm-20 {
		margin-right: -20px !important;
	}
	.mb-nega-sm-20 {
		margin-bottom: -20px !important;
	}
	.ml-nega-sm-20 {
		margin-left: -20px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-25 {
		margin-top: 25px !important;
	}
	.mr-sm-25 {
		margin-right: 25px !important;
	}
	.mb-sm-25 {
		margin-bottom: 25px !important;
	}
	.ml-sm-25 {
		margin-left: 25px !important;
	}
	.mt-nega-sm-25 {
		margin-top: -25px !important;
	}
	.mr-nega-sm-25 {
		margin-right: -25px !important;
	}
	.mb-nega-sm-25 {
		margin-bottom: -25px !important;
	}
	.ml-nega-sm-25 {
		margin-left: -25px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mr-sm-30 {
		margin-right: 30px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.ml-sm-30 {
		margin-left: 30px !important;
	}
	.mt-nega-sm-30 {
		margin-top: -30px !important;
	}
	.mr-nega-sm-30 {
		margin-right: -30px !important;
	}
	.mb-nega-sm-30 {
		margin-bottom: -30px !important;
	}
	.ml-nega-sm-30 {
		margin-left: -30px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-35 {
		margin-top: 35px !important;
	}
	.mr-sm-35 {
		margin-right: 35px !important;
	}
	.mb-sm-35 {
		margin-bottom: 35px !important;
	}
	.ml-sm-35 {
		margin-left: 35px !important;
	}
	.mt-nega-sm-35 {
		margin-top: -35px !important;
	}
	.mr-nega-sm-35 {
		margin-right: -35px !important;
	}
	.mb-nega-sm-35 {
		margin-bottom: -35px !important;
	}
	.ml-nega-sm-35 {
		margin-left: -35px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mr-sm-40 {
		margin-right: 40px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.ml-sm-40 {
		margin-left: 40px !important;
	}
	.mt-nega-sm-40 {
		margin-top: -40px !important;
	}
	.mr-nega-sm-40 {
		margin-right: -40px !important;
	}
	.mb-nega-sm-40 {
		margin-bottom: -40px !important;
	}
	.ml-nega-sm-40 {
		margin-left: -40px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-45 {
		margin-top: 45px !important;
	}
	.mr-sm-45 {
		margin-right: 45px !important;
	}
	.mb-sm-45 {
		margin-bottom: 45px !important;
	}
	.ml-sm-45 {
		margin-left: 45px !important;
	}
	.mt-nega-sm-45 {
		margin-top: -45px !important;
	}
	.mr-nega-sm-45 {
		margin-right: -45px !important;
	}
	.mb-nega-sm-45 {
		margin-bottom: -45px !important;
	}
	.ml-nega-sm-45 {
		margin-left: -45px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mr-sm-50 {
		margin-right: 50px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.ml-sm-50 {
		margin-left: 50px !important;
	}
	.mt-nega-sm-50 {
		margin-top: -50px !important;
	}
	.mr-nega-sm-50 {
		margin-right: -50px !important;
	}
	.mb-nega-sm-50 {
		margin-bottom: -50px !important;
	}
	.ml-nega-sm-50 {
		margin-left: -50px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-55 {
		margin-top: 55px !important;
	}
	.mr-sm-55 {
		margin-right: 55px !important;
	}
	.mb-sm-55 {
		margin-bottom: 55px !important;
	}
	.ml-sm-55 {
		margin-left: 55px !important;
	}
	.mt-nega-sm-55 {
		margin-top: -55px !important;
	}
	.mr-nega-sm-55 {
		margin-right: -55px !important;
	}
	.mb-nega-sm-55 {
		margin-bottom: -55px !important;
	}
	.ml-nega-sm-55 {
		margin-left: -55px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mr-sm-60 {
		margin-right: 60px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.ml-sm-60 {
		margin-left: 60px !important;
	}
	.mt-nega-sm-60 {
		margin-top: -60px !important;
	}
	.mr-nega-sm-60 {
		margin-right: -60px !important;
	}
	.mb-nega-sm-60 {
		margin-bottom: -60px !important;
	}
	.ml-nega-sm-60 {
		margin-left: -60px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-65 {
		margin-top: 65px !important;
	}
	.mr-sm-65 {
		margin-right: 65px !important;
	}
	.mb-sm-65 {
		margin-bottom: 65px !important;
	}
	.ml-sm-65 {
		margin-left: 65px !important;
	}
	.mt-nega-sm-65 {
		margin-top: -65px !important;
	}
	.mr-nega-sm-65 {
		margin-right: -65px !important;
	}
	.mb-nega-sm-65 {
		margin-bottom: -65px !important;
	}
	.ml-nega-sm-65 {
		margin-left: -65px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-70 {
		margin-top: 70px !important;
	}
	.mr-sm-70 {
		margin-right: 70px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.ml-sm-70 {
		margin-left: 70px !important;
	}
	.mt-nega-sm-70 {
		margin-top: -70px !important;
	}
	.mr-nega-sm-70 {
		margin-right: -70px !important;
	}
	.mb-nega-sm-70 {
		margin-bottom: -70px !important;
	}
	.ml-nega-sm-70 {
		margin-left: -70px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-75 {
		margin-top: 75px !important;
	}
	.mr-sm-75 {
		margin-right: 75px !important;
	}
	.mb-sm-75 {
		margin-bottom: 75px !important;
	}
	.ml-sm-75 {
		margin-left: 75px !important;
	}
	.mt-nega-sm-75 {
		margin-top: -75px !important;
	}
	.mr-nega-sm-75 {
		margin-right: -75px !important;
	}
	.mb-nega-sm-75 {
		margin-bottom: -75px !important;
	}
	.ml-nega-sm-75 {
		margin-left: -75px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mr-sm-80 {
		margin-right: 80px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
	.ml-sm-80 {
		margin-left: 80px !important;
	}
	.mt-nega-sm-80 {
		margin-top: -80px !important;
	}
	.mr-nega-sm-80 {
		margin-right: -80px !important;
	}
	.mb-nega-sm-80 {
		margin-bottom: -80px !important;
	}
	.ml-nega-sm-80 {
		margin-left: -80px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-85 {
		margin-top: 85px !important;
	}
	.mr-sm-85 {
		margin-right: 85px !important;
	}
	.mb-sm-85 {
		margin-bottom: 85px !important;
	}
	.ml-sm-85 {
		margin-left: 85px !important;
	}
	.mt-nega-sm-85 {
		margin-top: -85px !important;
	}
	.mr-nega-sm-85 {
		margin-right: -85px !important;
	}
	.mb-nega-sm-85 {
		margin-bottom: -85px !important;
	}
	.ml-nega-sm-85 {
		margin-left: -85px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-90 {
		margin-top: 90px !important;
	}
	.mr-sm-90 {
		margin-right: 90px !important;
	}
	.mb-sm-90 {
		margin-bottom: 90px !important;
	}
	.ml-sm-90 {
		margin-left: 90px !important;
	}
	.mt-nega-sm-90 {
		margin-top: -90px !important;
	}
	.mr-nega-sm-90 {
		margin-right: -90px !important;
	}
	.mb-nega-sm-90 {
		margin-bottom: -90px !important;
	}
	.ml-nega-sm-90 {
		margin-left: -90px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-95 {
		margin-top: 95px !important;
	}
	.mr-sm-95 {
		margin-right: 95px !important;
	}
	.mb-sm-95 {
		margin-bottom: 95px !important;
	}
	.ml-sm-95 {
		margin-left: 95px !important;
	}
	.mt-nega-sm-95 {
		margin-top: -95px !important;
	}
	.mr-nega-sm-95 {
		margin-right: -95px !important;
	}
	.mb-nega-sm-95 {
		margin-bottom: -95px !important;
	}
	.ml-nega-sm-95 {
		margin-left: -95px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-100 {
		margin-top: 100px !important;
	}
	.mr-sm-100 {
		margin-right: 100px !important;
	}
	.mb-sm-100 {
		margin-bottom: 100px !important;
	}
	.ml-sm-100 {
		margin-left: 100px !important;
	}
	.mt-nega-sm-100 {
		margin-top: -100px !important;
	}
	.mr-nega-sm-100 {
		margin-right: -100px !important;
	}
	.mb-nega-sm-100 {
		margin-bottom: -100px !important;
	}
	.ml-nega-sm-100 {
		margin-left: -100px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-105 {
		margin-top: 105px !important;
	}
	.mr-sm-105 {
		margin-right: 105px !important;
	}
	.mb-sm-105 {
		margin-bottom: 105px !important;
	}
	.ml-sm-105 {
		margin-left: 105px !important;
	}
	.mt-nega-sm-105 {
		margin-top: -105px !important;
	}
	.mr-nega-sm-105 {
		margin-right: -105px !important;
	}
	.mb-nega-sm-105 {
		margin-bottom: -105px !important;
	}
	.ml-nega-sm-105 {
		margin-left: -105px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-110 {
		margin-top: 110px !important;
	}
	.mr-sm-110 {
		margin-right: 110px !important;
	}
	.mb-sm-110 {
		margin-bottom: 110px !important;
	}
	.ml-sm-110 {
		margin-left: 110px !important;
	}
	.mt-nega-sm-110 {
		margin-top: -110px !important;
	}
	.mr-nega-sm-110 {
		margin-right: -110px !important;
	}
	.mb-nega-sm-110 {
		margin-bottom: -110px !important;
	}
	.ml-nega-sm-110 {
		margin-left: -110px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-115 {
		margin-top: 115px !important;
	}
	.mr-sm-115 {
		margin-right: 115px !important;
	}
	.mb-sm-115 {
		margin-bottom: 115px !important;
	}
	.ml-sm-115 {
		margin-left: 115px !important;
	}
	.mt-nega-sm-115 {
		margin-top: -115px !important;
	}
	.mr-nega-sm-115 {
		margin-right: -115px !important;
	}
	.mb-nega-sm-115 {
		margin-bottom: -115px !important;
	}
	.ml-nega-sm-115 {
		margin-left: -115px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-120 {
		margin-top: 120px !important;
	}
	.mr-sm-120 {
		margin-right: 120px !important;
	}
	.mb-sm-120 {
		margin-bottom: 120px !important;
	}
	.ml-sm-120 {
		margin-left: 120px !important;
	}
	.mt-nega-sm-120 {
		margin-top: -120px !important;
	}
	.mr-nega-sm-120 {
		margin-right: -120px !important;
	}
	.mb-nega-sm-120 {
		margin-bottom: -120px !important;
	}
	.ml-nega-sm-120 {
		margin-left: -120px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-125 {
		margin-top: 125px !important;
	}
	.mr-sm-125 {
		margin-right: 125px !important;
	}
	.mb-sm-125 {
		margin-bottom: 125px !important;
	}
	.ml-sm-125 {
		margin-left: 125px !important;
	}
	.mt-nega-sm-125 {
		margin-top: -125px !important;
	}
	.mr-nega-sm-125 {
		margin-right: -125px !important;
	}
	.mb-nega-sm-125 {
		margin-bottom: -125px !important;
	}
	.ml-nega-sm-125 {
		margin-left: -125px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-130 {
		margin-top: 130px !important;
	}
	.mr-sm-130 {
		margin-right: 130px !important;
	}
	.mb-sm-130 {
		margin-bottom: 130px !important;
	}
	.ml-sm-130 {
		margin-left: 130px !important;
	}
	.mt-nega-sm-130 {
		margin-top: -130px !important;
	}
	.mr-nega-sm-130 {
		margin-right: -130px !important;
	}
	.mb-nega-sm-130 {
		margin-bottom: -130px !important;
	}
	.ml-nega-sm-130 {
		margin-left: -130px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-135 {
		margin-top: 135px !important;
	}
	.mr-sm-135 {
		margin-right: 135px !important;
	}
	.mb-sm-135 {
		margin-bottom: 135px !important;
	}
	.ml-sm-135 {
		margin-left: 135px !important;
	}
	.mt-nega-sm-135 {
		margin-top: -135px !important;
	}
	.mr-nega-sm-135 {
		margin-right: -135px !important;
	}
	.mb-nega-sm-135 {
		margin-bottom: -135px !important;
	}
	.ml-nega-sm-135 {
		margin-left: -135px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-140 {
		margin-top: 140px !important;
	}
	.mr-sm-140 {
		margin-right: 140px !important;
	}
	.mb-sm-140 {
		margin-bottom: 140px !important;
	}
	.ml-sm-140 {
		margin-left: 140px !important;
	}
	.mt-nega-sm-140 {
		margin-top: -140px !important;
	}
	.mr-nega-sm-140 {
		margin-right: -140px !important;
	}
	.mb-nega-sm-140 {
		margin-bottom: -140px !important;
	}
	.ml-nega-sm-140 {
		margin-left: -140px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-145 {
		margin-top: 145px !important;
	}
	.mr-sm-145 {
		margin-right: 145px !important;
	}
	.mb-sm-145 {
		margin-bottom: 145px !important;
	}
	.ml-sm-145 {
		margin-left: 145px !important;
	}
	.mt-nega-sm-145 {
		margin-top: -145px !important;
	}
	.mr-nega-sm-145 {
		margin-right: -145px !important;
	}
	.mb-nega-sm-145 {
		margin-bottom: -145px !important;
	}
	.ml-nega-sm-145 {
		margin-left: -145px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-150 {
		margin-top: 150px !important;
	}
	.mr-sm-150 {
		margin-right: 150px !important;
	}
	.mb-sm-150 {
		margin-bottom: 150px !important;
	}
	.ml-sm-150 {
		margin-left: 150px !important;
	}
	.mt-nega-sm-150 {
		margin-top: -150px !important;
	}
	.mr-nega-sm-150 {
		margin-right: -150px !important;
	}
	.mb-nega-sm-150 {
		margin-bottom: -150px !important;
	}
	.ml-nega-sm-150 {
		margin-left: -150px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-155 {
		margin-top: 155px !important;
	}
	.mr-sm-155 {
		margin-right: 155px !important;
	}
	.mb-sm-155 {
		margin-bottom: 155px !important;
	}
	.ml-sm-155 {
		margin-left: 155px !important;
	}
	.mt-nega-sm-155 {
		margin-top: -155px !important;
	}
	.mr-nega-sm-155 {
		margin-right: -155px !important;
	}
	.mb-nega-sm-155 {
		margin-bottom: -155px !important;
	}
	.ml-nega-sm-155 {
		margin-left: -155px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-160 {
		margin-top: 160px !important;
	}
	.mr-sm-160 {
		margin-right: 160px !important;
	}
	.mb-sm-160 {
		margin-bottom: 160px !important;
	}
	.ml-sm-160 {
		margin-left: 160px !important;
	}
	.mt-nega-sm-160 {
		margin-top: -160px !important;
	}
	.mr-nega-sm-160 {
		margin-right: -160px !important;
	}
	.mb-nega-sm-160 {
		margin-bottom: -160px !important;
	}
	.ml-nega-sm-160 {
		margin-left: -160px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-165 {
		margin-top: 165px !important;
	}
	.mr-sm-165 {
		margin-right: 165px !important;
	}
	.mb-sm-165 {
		margin-bottom: 165px !important;
	}
	.ml-sm-165 {
		margin-left: 165px !important;
	}
	.mt-nega-sm-165 {
		margin-top: -165px !important;
	}
	.mr-nega-sm-165 {
		margin-right: -165px !important;
	}
	.mb-nega-sm-165 {
		margin-bottom: -165px !important;
	}
	.ml-nega-sm-165 {
		margin-left: -165px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-170 {
		margin-top: 170px !important;
	}
	.mr-sm-170 {
		margin-right: 170px !important;
	}
	.mb-sm-170 {
		margin-bottom: 170px !important;
	}
	.ml-sm-170 {
		margin-left: 170px !important;
	}
	.mt-nega-sm-170 {
		margin-top: -170px !important;
	}
	.mr-nega-sm-170 {
		margin-right: -170px !important;
	}
	.mb-nega-sm-170 {
		margin-bottom: -170px !important;
	}
	.ml-nega-sm-170 {
		margin-left: -170px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-175 {
		margin-top: 175px !important;
	}
	.mr-sm-175 {
		margin-right: 175px !important;
	}
	.mb-sm-175 {
		margin-bottom: 175px !important;
	}
	.ml-sm-175 {
		margin-left: 175px !important;
	}
	.mt-nega-sm-175 {
		margin-top: -175px !important;
	}
	.mr-nega-sm-175 {
		margin-right: -175px !important;
	}
	.mb-nega-sm-175 {
		margin-bottom: -175px !important;
	}
	.ml-nega-sm-175 {
		margin-left: -175px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-180 {
		margin-top: 180px !important;
	}
	.mr-sm-180 {
		margin-right: 180px !important;
	}
	.mb-sm-180 {
		margin-bottom: 180px !important;
	}
	.ml-sm-180 {
		margin-left: 180px !important;
	}
	.mt-nega-sm-180 {
		margin-top: -180px !important;
	}
	.mr-nega-sm-180 {
		margin-right: -180px !important;
	}
	.mb-nega-sm-180 {
		margin-bottom: -180px !important;
	}
	.ml-nega-sm-180 {
		margin-left: -180px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-185 {
		margin-top: 185px !important;
	}
	.mr-sm-185 {
		margin-right: 185px !important;
	}
	.mb-sm-185 {
		margin-bottom: 185px !important;
	}
	.ml-sm-185 {
		margin-left: 185px !important;
	}
	.mt-nega-sm-185 {
		margin-top: -185px !important;
	}
	.mr-nega-sm-185 {
		margin-right: -185px !important;
	}
	.mb-nega-sm-185 {
		margin-bottom: -185px !important;
	}
	.ml-nega-sm-185 {
		margin-left: -185px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-190 {
		margin-top: 190px !important;
	}
	.mr-sm-190 {
		margin-right: 190px !important;
	}
	.mb-sm-190 {
		margin-bottom: 190px !important;
	}
	.ml-sm-190 {
		margin-left: 190px !important;
	}
	.mt-nega-sm-190 {
		margin-top: -190px !important;
	}
	.mr-nega-sm-190 {
		margin-right: -190px !important;
	}
	.mb-nega-sm-190 {
		margin-bottom: -190px !important;
	}
	.ml-nega-sm-190 {
		margin-left: -190px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-195 {
		margin-top: 195px !important;
	}
	.mr-sm-195 {
		margin-right: 195px !important;
	}
	.mb-sm-195 {
		margin-bottom: 195px !important;
	}
	.ml-sm-195 {
		margin-left: 195px !important;
	}
	.mt-nega-sm-195 {
		margin-top: -195px !important;
	}
	.mr-nega-sm-195 {
		margin-right: -195px !important;
	}
	.mb-nega-sm-195 {
		margin-bottom: -195px !important;
	}
	.ml-nega-sm-195 {
		margin-left: -195px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-200 {
		margin-top: 200px !important;
	}
	.mr-sm-200 {
		margin-right: 200px !important;
	}
	.mb-sm-200 {
		margin-bottom: 200px !important;
	}
	.ml-sm-200 {
		margin-left: 200px !important;
	}
	.mt-nega-sm-200 {
		margin-top: -200px !important;
	}
	.mr-nega-sm-200 {
		margin-right: -200px !important;
	}
	.mb-nega-sm-200 {
		margin-bottom: -200px !important;
	}
	.ml-nega-sm-200 {
		margin-left: -200px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-205 {
		margin-top: 205px !important;
	}
	.mr-sm-205 {
		margin-right: 205px !important;
	}
	.mb-sm-205 {
		margin-bottom: 205px !important;
	}
	.ml-sm-205 {
		margin-left: 205px !important;
	}
	.mt-nega-sm-205 {
		margin-top: -205px !important;
	}
	.mr-nega-sm-205 {
		margin-right: -205px !important;
	}
	.mb-nega-sm-205 {
		margin-bottom: -205px !important;
	}
	.ml-nega-sm-205 {
		margin-left: -205px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-210 {
		margin-top: 210px !important;
	}
	.mr-sm-210 {
		margin-right: 210px !important;
	}
	.mb-sm-210 {
		margin-bottom: 210px !important;
	}
	.ml-sm-210 {
		margin-left: 210px !important;
	}
	.mt-nega-sm-210 {
		margin-top: -210px !important;
	}
	.mr-nega-sm-210 {
		margin-right: -210px !important;
	}
	.mb-nega-sm-210 {
		margin-bottom: -210px !important;
	}
	.ml-nega-sm-210 {
		margin-left: -210px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-215 {
		margin-top: 215px !important;
	}
	.mr-sm-215 {
		margin-right: 215px !important;
	}
	.mb-sm-215 {
		margin-bottom: 215px !important;
	}
	.ml-sm-215 {
		margin-left: 215px !important;
	}
	.mt-nega-sm-215 {
		margin-top: -215px !important;
	}
	.mr-nega-sm-215 {
		margin-right: -215px !important;
	}
	.mb-nega-sm-215 {
		margin-bottom: -215px !important;
	}
	.ml-nega-sm-215 {
		margin-left: -215px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-220 {
		margin-top: 220px !important;
	}
	.mr-sm-220 {
		margin-right: 220px !important;
	}
	.mb-sm-220 {
		margin-bottom: 220px !important;
	}
	.ml-sm-220 {
		margin-left: 220px !important;
	}
	.mt-nega-sm-220 {
		margin-top: -220px !important;
	}
	.mr-nega-sm-220 {
		margin-right: -220px !important;
	}
	.mb-nega-sm-220 {
		margin-bottom: -220px !important;
	}
	.ml-nega-sm-220 {
		margin-left: -220px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-225 {
		margin-top: 225px !important;
	}
	.mr-sm-225 {
		margin-right: 225px !important;
	}
	.mb-sm-225 {
		margin-bottom: 225px !important;
	}
	.ml-sm-225 {
		margin-left: 225px !important;
	}
	.mt-nega-sm-225 {
		margin-top: -225px !important;
	}
	.mr-nega-sm-225 {
		margin-right: -225px !important;
	}
	.mb-nega-sm-225 {
		margin-bottom: -225px !important;
	}
	.ml-nega-sm-225 {
		margin-left: -225px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-230 {
		margin-top: 230px !important;
	}
	.mr-sm-230 {
		margin-right: 230px !important;
	}
	.mb-sm-230 {
		margin-bottom: 230px !important;
	}
	.ml-sm-230 {
		margin-left: 230px !important;
	}
	.mt-nega-sm-230 {
		margin-top: -230px !important;
	}
	.mr-nega-sm-230 {
		margin-right: -230px !important;
	}
	.mb-nega-sm-230 {
		margin-bottom: -230px !important;
	}
	.ml-nega-sm-230 {
		margin-left: -230px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-235 {
		margin-top: 235px !important;
	}
	.mr-sm-235 {
		margin-right: 235px !important;
	}
	.mb-sm-235 {
		margin-bottom: 235px !important;
	}
	.ml-sm-235 {
		margin-left: 235px !important;
	}
	.mt-nega-sm-235 {
		margin-top: -235px !important;
	}
	.mr-nega-sm-235 {
		margin-right: -235px !important;
	}
	.mb-nega-sm-235 {
		margin-bottom: -235px !important;
	}
	.ml-nega-sm-235 {
		margin-left: -235px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-240 {
		margin-top: 240px !important;
	}
	.mr-sm-240 {
		margin-right: 240px !important;
	}
	.mb-sm-240 {
		margin-bottom: 240px !important;
	}
	.ml-sm-240 {
		margin-left: 240px !important;
	}
	.mt-nega-sm-240 {
		margin-top: -240px !important;
	}
	.mr-nega-sm-240 {
		margin-right: -240px !important;
	}
	.mb-nega-sm-240 {
		margin-bottom: -240px !important;
	}
	.ml-nega-sm-240 {
		margin-left: -240px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-245 {
		margin-top: 245px !important;
	}
	.mr-sm-245 {
		margin-right: 245px !important;
	}
	.mb-sm-245 {
		margin-bottom: 245px !important;
	}
	.ml-sm-245 {
		margin-left: 245px !important;
	}
	.mt-nega-sm-245 {
		margin-top: -245px !important;
	}
	.mr-nega-sm-245 {
		margin-right: -245px !important;
	}
	.mb-nega-sm-245 {
		margin-bottom: -245px !important;
	}
	.ml-nega-sm-245 {
		margin-left: -245px !important;
	}
}

@media screen and (max-width: 768px) {
	.mt-sm-250 {
		margin-top: 250px !important;
	}
	.mr-sm-250 {
		margin-right: 250px !important;
	}
	.mb-sm-250 {
		margin-bottom: 250px !important;
	}
	.ml-sm-250 {
		margin-left: 250px !important;
	}
	.mt-nega-sm-250 {
		margin-top: -250px !important;
	}
	.mr-nega-sm-250 {
		margin-right: -250px !important;
	}
	.mb-nega-sm-250 {
		margin-bottom: -250px !important;
	}
	.ml-nega-sm-250 {
		margin-left: -250px !important;
	}
}

@media screen and (max-width: 992px) {
	.mt-nega-sm-150 {
		margin-top: -150px !important;
	}
}

#tinymce .mt-nega-250, #tinymce .mt-nega-sm-150 {
	margin-top: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pt-28 {
	padding-top: 28px !important;
}

.pt-29 {
	padding-top: 29px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pb-47 {
	padding-bottom: 47px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.pt-105 {
	padding-top: 105px !important;
}

.pr-105 {
	padding-right: 105px !important;
}

.pb-105 {
	padding-bottom: 105px !important;
}

.pl-105 {
	padding-left: 105px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pr-110 {
	padding-right: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pl-110 {
	padding-left: 110px !important;
}

.pt-115 {
	padding-top: 115px !important;
}

.pr-115 {
	padding-right: 115px !important;
}

.pb-115 {
	padding-bottom: 115px !important;
}

.pl-115 {
	padding-left: 115px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pr-120 {
	padding-right: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pl-120 {
	padding-left: 120px !important;
}

.pt-125 {
	padding-top: 125px !important;
}

.pr-125 {
	padding-right: 125px !important;
}

.pb-125 {
	padding-bottom: 125px !important;
}

.pl-125 {
	padding-left: 125px !important;
}

.pt-130 {
	padding-top: 130px !important;
}

.pr-130 {
	padding-right: 130px !important;
}

.pb-130 {
	padding-bottom: 130px !important;
}

.pl-130 {
	padding-left: 130px !important;
}

.pt-135 {
	padding-top: 135px !important;
}

.pr-135 {
	padding-right: 135px !important;
}

.pb-135 {
	padding-bottom: 135px !important;
}

.pl-135 {
	padding-left: 135px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pr-140 {
	padding-right: 140px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

.pl-140 {
	padding-left: 140px !important;
}

.pt-145 {
	padding-top: 145px !important;
}

.pr-145 {
	padding-right: 145px !important;
}

.pb-145 {
	padding-bottom: 145px !important;
}

.pl-145 {
	padding-left: 145px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pr-150 {
	padding-right: 150px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

.pl-150 {
	padding-left: 150px !important;
}

.pt-155 {
	padding-top: 155px !important;
}

.pr-155 {
	padding-right: 155px !important;
}

.pb-155 {
	padding-bottom: 155px !important;
}

.pl-155 {
	padding-left: 155px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pr-160 {
	padding-right: 160px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}

.pl-160 {
	padding-left: 160px !important;
}

.pt-165 {
	padding-top: 165px !important;
}

.pr-165 {
	padding-right: 165px !important;
}

.pb-165 {
	padding-bottom: 165px !important;
}

.pl-165 {
	padding-left: 165px !important;
}

.pt-170 {
	padding-top: 170px !important;
}

.pr-170 {
	padding-right: 170px !important;
}

.pb-170 {
	padding-bottom: 170px !important;
}

.pl-170 {
	padding-left: 170px !important;
}

.pt-175 {
	padding-top: 175px !important;
}

.pr-175 {
	padding-right: 175px !important;
}

.pb-175 {
	padding-bottom: 175px !important;
}

.pl-175 {
	padding-left: 175px !important;
}

.pt-180 {
	padding-top: 180px !important;
}

.pr-180 {
	padding-right: 180px !important;
}

.pb-180 {
	padding-bottom: 180px !important;
}

.pl-180 {
	padding-left: 180px !important;
}

.pt-185 {
	padding-top: 185px !important;
}

.pr-185 {
	padding-right: 185px !important;
}

.pb-185 {
	padding-bottom: 185px !important;
}

.pl-185 {
	padding-left: 185px !important;
}

.pt-190 {
	padding-top: 190px !important;
}

.pr-190 {
	padding-right: 190px !important;
}

.pb-190 {
	padding-bottom: 190px !important;
}

.pl-190 {
	padding-left: 190px !important;
}

.pt-195 {
	padding-top: 195px !important;
}

.pr-195 {
	padding-right: 195px !important;
}

.pb-195 {
	padding-bottom: 195px !important;
}

.pl-195 {
	padding-left: 195px !important;
}

.pt-200 {
	padding-top: 200px !important;
}

.pr-200 {
	padding-right: 200px !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}

.pl-200 {
	padding-left: 200px !important;
}

.pt-205 {
	padding-top: 205px !important;
}

.pr-205 {
	padding-right: 205px !important;
}

.pb-205 {
	padding-bottom: 205px !important;
}

.pl-205 {
	padding-left: 205px !important;
}

.pt-210 {
	padding-top: 210px !important;
}

.pr-210 {
	padding-right: 210px !important;
}

.pb-210 {
	padding-bottom: 210px !important;
}

.pl-210 {
	padding-left: 210px !important;
}

.pt-215 {
	padding-top: 215px !important;
}

.pr-215 {
	padding-right: 215px !important;
}

.pb-215 {
	padding-bottom: 215px !important;
}

.pl-215 {
	padding-left: 215px !important;
}

.pt-220 {
	padding-top: 220px !important;
}

.pr-220 {
	padding-right: 220px !important;
}

.pb-220 {
	padding-bottom: 220px !important;
}

.pl-220 {
	padding-left: 220px !important;
}

.pt-225 {
	padding-top: 225px !important;
}

.pr-225 {
	padding-right: 225px !important;
}

.pb-225 {
	padding-bottom: 225px !important;
}

.pl-225 {
	padding-left: 225px !important;
}

.pt-230 {
	padding-top: 230px !important;
}

.pr-230 {
	padding-right: 230px !important;
}

.pb-230 {
	padding-bottom: 230px !important;
}

.pl-230 {
	padding-left: 230px !important;
}

.pt-235 {
	padding-top: 235px !important;
}

.pr-235 {
	padding-right: 235px !important;
}

.pb-235 {
	padding-bottom: 235px !important;
}

.pl-235 {
	padding-left: 235px !important;
}

.pt-240 {
	padding-top: 240px !important;
}

.pr-240 {
	padding-right: 240px !important;
}

.pb-240 {
	padding-bottom: 240px !important;
}

.pl-240 {
	padding-left: 240px !important;
}

.pt-245 {
	padding-top: 245px !important;
}

.pr-245 {
	padding-right: 245px !important;
}

.pb-245 {
	padding-bottom: 245px !important;
}

.pl-245 {
	padding-left: 245px !important;
}

.pt-250 {
	padding-top: 250px !important;
}

.pr-250 {
	padding-right: 250px !important;
}

.pb-250 {
	padding-bottom: 250px !important;
}

.pl-250 {
	padding-left: 250px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

.pb-250 {
	padding-bottom: 250px !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.pt-sm-5 {
		padding-top: 5px !important;
	}
	.pr-sm-5 {
		padding-right: 5px !important;
	}
	.pb-sm-5 {
		padding-bottom: 5px !important;
	}
	.pl-sm-5 {
		padding-left: 5px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pr-sm-10 {
		padding-right: 10px !important;
	}
	.pb-sm-10 {
		padding-bottom: 10px !important;
	}
	.pl-sm-10 {
		padding-left: 10px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-15 {
		padding-top: 15px !important;
	}
	.pr-sm-15 {
		padding-right: 15px !important;
	}
	.pb-sm-15 {
		padding-bottom: 15px !important;
	}
	.pl-sm-15 {
		padding-left: 15px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-20 {
		padding-top: 20px !important;
	}
	.pr-sm-20 {
		padding-right: 20px !important;
	}
	.pb-sm-20 {
		padding-bottom: 20px !important;
	}
	.pl-sm-20 {
		padding-left: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-25 {
		padding-top: 25px !important;
	}
	.pr-sm-25 {
		padding-right: 25px !important;
	}
	.pb-sm-25 {
		padding-bottom: 25px !important;
	}
	.pl-sm-25 {
		padding-left: 25px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-30 {
		padding-top: 30px !important;
	}
	.pr-sm-30 {
		padding-right: 30px !important;
	}
	.pb-sm-30 {
		padding-bottom: 30px !important;
	}
	.pl-sm-30 {
		padding-left: 30px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-35 {
		padding-top: 35px !important;
	}
	.pr-sm-35 {
		padding-right: 35px !important;
	}
	.pb-sm-35 {
		padding-bottom: 35px !important;
	}
	.pl-sm-35 {
		padding-left: 35px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-40 {
		padding-top: 40px !important;
	}
	.pr-sm-40 {
		padding-right: 40px !important;
	}
	.pb-sm-40 {
		padding-bottom: 40px !important;
	}
	.pl-sm-40 {
		padding-left: 40px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-45 {
		padding-top: 45px !important;
	}
	.pr-sm-45 {
		padding-right: 45px !important;
	}
	.pb-sm-45 {
		padding-bottom: 45px !important;
	}
	.pl-sm-45 {
		padding-left: 45px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pr-sm-50 {
		padding-right: 50px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.pl-sm-50 {
		padding-left: 50px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-55 {
		padding-top: 55px !important;
	}
	.pr-sm-55 {
		padding-right: 55px !important;
	}
	.pb-sm-55 {
		padding-bottom: 55px !important;
	}
	.pl-sm-55 {
		padding-left: 55px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-60 {
		padding-top: 60px !important;
	}
	.pr-sm-60 {
		padding-right: 60px !important;
	}
	.pb-sm-60 {
		padding-bottom: 60px !important;
	}
	.pl-sm-60 {
		padding-left: 60px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-65 {
		padding-top: 65px !important;
	}
	.pr-sm-65 {
		padding-right: 65px !important;
	}
	.pb-sm-65 {
		padding-bottom: 65px !important;
	}
	.pl-sm-65 {
		padding-left: 65px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-70 {
		padding-top: 70px !important;
	}
	.pr-sm-70 {
		padding-right: 70px !important;
	}
	.pb-sm-70 {
		padding-bottom: 70px !important;
	}
	.pl-sm-70 {
		padding-left: 70px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-75 {
		padding-top: 75px !important;
	}
	.pr-sm-75 {
		padding-right: 75px !important;
	}
	.pb-sm-75 {
		padding-bottom: 75px !important;
	}
	.pl-sm-75 {
		padding-left: 75px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-80 {
		padding-top: 80px !important;
	}
	.pr-sm-80 {
		padding-right: 80px !important;
	}
	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.pl-sm-80 {
		padding-left: 80px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-85 {
		padding-top: 85px !important;
	}
	.pr-sm-85 {
		padding-right: 85px !important;
	}
	.pb-sm-85 {
		padding-bottom: 85px !important;
	}
	.pl-sm-85 {
		padding-left: 85px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-90 {
		padding-top: 90px !important;
	}
	.pr-sm-90 {
		padding-right: 90px !important;
	}
	.pb-sm-90 {
		padding-bottom: 90px !important;
	}
	.pl-sm-90 {
		padding-left: 90px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-95 {
		padding-top: 95px !important;
	}
	.pr-sm-95 {
		padding-right: 95px !important;
	}
	.pb-sm-95 {
		padding-bottom: 95px !important;
	}
	.pl-sm-95 {
		padding-left: 95px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-100 {
		padding-top: 100px !important;
	}
	.pr-sm-100 {
		padding-right: 100px !important;
	}
	.pb-sm-100 {
		padding-bottom: 100px !important;
	}
	.pl-sm-100 {
		padding-left: 100px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-105 {
		padding-top: 105px !important;
	}
	.pr-sm-105 {
		padding-right: 105px !important;
	}
	.pb-sm-105 {
		padding-bottom: 105px !important;
	}
	.pl-sm-105 {
		padding-left: 105px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-110 {
		padding-top: 110px !important;
	}
	.pr-sm-110 {
		padding-right: 110px !important;
	}
	.pb-sm-110 {
		padding-bottom: 110px !important;
	}
	.pl-sm-110 {
		padding-left: 110px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-115 {
		padding-top: 115px !important;
	}
	.pr-sm-115 {
		padding-right: 115px !important;
	}
	.pb-sm-115 {
		padding-bottom: 115px !important;
	}
	.pl-sm-115 {
		padding-left: 115px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-120 {
		padding-top: 120px !important;
	}
	.pr-sm-120 {
		padding-right: 120px !important;
	}
	.pb-sm-120 {
		padding-bottom: 120px !important;
	}
	.pl-sm-120 {
		padding-left: 120px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-125 {
		padding-top: 125px !important;
	}
	.pr-sm-125 {
		padding-right: 125px !important;
	}
	.pb-sm-125 {
		padding-bottom: 125px !important;
	}
	.pl-sm-125 {
		padding-left: 125px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-130 {
		padding-top: 130px !important;
	}
	.pr-sm-130 {
		padding-right: 130px !important;
	}
	.pb-sm-130 {
		padding-bottom: 130px !important;
	}
	.pl-sm-130 {
		padding-left: 130px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-135 {
		padding-top: 135px !important;
	}
	.pr-sm-135 {
		padding-right: 135px !important;
	}
	.pb-sm-135 {
		padding-bottom: 135px !important;
	}
	.pl-sm-135 {
		padding-left: 135px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-140 {
		padding-top: 140px !important;
	}
	.pr-sm-140 {
		padding-right: 140px !important;
	}
	.pb-sm-140 {
		padding-bottom: 140px !important;
	}
	.pl-sm-140 {
		padding-left: 140px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-145 {
		padding-top: 145px !important;
	}
	.pr-sm-145 {
		padding-right: 145px !important;
	}
	.pb-sm-145 {
		padding-bottom: 145px !important;
	}
	.pl-sm-145 {
		padding-left: 145px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-150 {
		padding-top: 150px !important;
	}
	.pr-sm-150 {
		padding-right: 150px !important;
	}
	.pb-sm-150 {
		padding-bottom: 150px !important;
	}
	.pl-sm-150 {
		padding-left: 150px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-155 {
		padding-top: 155px !important;
	}
	.pr-sm-155 {
		padding-right: 155px !important;
	}
	.pb-sm-155 {
		padding-bottom: 155px !important;
	}
	.pl-sm-155 {
		padding-left: 155px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-160 {
		padding-top: 160px !important;
	}
	.pr-sm-160 {
		padding-right: 160px !important;
	}
	.pb-sm-160 {
		padding-bottom: 160px !important;
	}
	.pl-sm-160 {
		padding-left: 160px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-165 {
		padding-top: 165px !important;
	}
	.pr-sm-165 {
		padding-right: 165px !important;
	}
	.pb-sm-165 {
		padding-bottom: 165px !important;
	}
	.pl-sm-165 {
		padding-left: 165px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-170 {
		padding-top: 170px !important;
	}
	.pr-sm-170 {
		padding-right: 170px !important;
	}
	.pb-sm-170 {
		padding-bottom: 170px !important;
	}
	.pl-sm-170 {
		padding-left: 170px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-175 {
		padding-top: 175px !important;
	}
	.pr-sm-175 {
		padding-right: 175px !important;
	}
	.pb-sm-175 {
		padding-bottom: 175px !important;
	}
	.pl-sm-175 {
		padding-left: 175px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-180 {
		padding-top: 180px !important;
	}
	.pr-sm-180 {
		padding-right: 180px !important;
	}
	.pb-sm-180 {
		padding-bottom: 180px !important;
	}
	.pl-sm-180 {
		padding-left: 180px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-185 {
		padding-top: 185px !important;
	}
	.pr-sm-185 {
		padding-right: 185px !important;
	}
	.pb-sm-185 {
		padding-bottom: 185px !important;
	}
	.pl-sm-185 {
		padding-left: 185px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-190 {
		padding-top: 190px !important;
	}
	.pr-sm-190 {
		padding-right: 190px !important;
	}
	.pb-sm-190 {
		padding-bottom: 190px !important;
	}
	.pl-sm-190 {
		padding-left: 190px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-195 {
		padding-top: 195px !important;
	}
	.pr-sm-195 {
		padding-right: 195px !important;
	}
	.pb-sm-195 {
		padding-bottom: 195px !important;
	}
	.pl-sm-195 {
		padding-left: 195px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-200 {
		padding-top: 200px !important;
	}
	.pr-sm-200 {
		padding-right: 200px !important;
	}
	.pb-sm-200 {
		padding-bottom: 200px !important;
	}
	.pl-sm-200 {
		padding-left: 200px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-205 {
		padding-top: 205px !important;
	}
	.pr-sm-205 {
		padding-right: 205px !important;
	}
	.pb-sm-205 {
		padding-bottom: 205px !important;
	}
	.pl-sm-205 {
		padding-left: 205px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-210 {
		padding-top: 210px !important;
	}
	.pr-sm-210 {
		padding-right: 210px !important;
	}
	.pb-sm-210 {
		padding-bottom: 210px !important;
	}
	.pl-sm-210 {
		padding-left: 210px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-215 {
		padding-top: 215px !important;
	}
	.pr-sm-215 {
		padding-right: 215px !important;
	}
	.pb-sm-215 {
		padding-bottom: 215px !important;
	}
	.pl-sm-215 {
		padding-left: 215px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-220 {
		padding-top: 220px !important;
	}
	.pr-sm-220 {
		padding-right: 220px !important;
	}
	.pb-sm-220 {
		padding-bottom: 220px !important;
	}
	.pl-sm-220 {
		padding-left: 220px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-225 {
		padding-top: 225px !important;
	}
	.pr-sm-225 {
		padding-right: 225px !important;
	}
	.pb-sm-225 {
		padding-bottom: 225px !important;
	}
	.pl-sm-225 {
		padding-left: 225px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-230 {
		padding-top: 230px !important;
	}
	.pr-sm-230 {
		padding-right: 230px !important;
	}
	.pb-sm-230 {
		padding-bottom: 230px !important;
	}
	.pl-sm-230 {
		padding-left: 230px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-235 {
		padding-top: 235px !important;
	}
	.pr-sm-235 {
		padding-right: 235px !important;
	}
	.pb-sm-235 {
		padding-bottom: 235px !important;
	}
	.pl-sm-235 {
		padding-left: 235px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-240 {
		padding-top: 240px !important;
	}
	.pr-sm-240 {
		padding-right: 240px !important;
	}
	.pb-sm-240 {
		padding-bottom: 240px !important;
	}
	.pl-sm-240 {
		padding-left: 240px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-245 {
		padding-top: 245px !important;
	}
	.pr-sm-245 {
		padding-right: 245px !important;
	}
	.pb-sm-245 {
		padding-bottom: 245px !important;
	}
	.pl-sm-245 {
		padding-left: 245px !important;
	}
}

@media screen and (max-width: 768px) {
	.pt-sm-250 {
		padding-top: 250px !important;
	}
	.pr-sm-250 {
		padding-right: 250px !important;
	}
	.pb-sm-250 {
		padding-bottom: 250px !important;
	}
	.pl-sm-250 {
		padding-left: 250px !important;
	}
}

@media screen and (max-width: 768px) {
	/* .pb-sm-100 {
		padding-bottom: 100px !important;
	} */
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0 {
		padding-left: 0 !important;
	}
}

/*
/* text align
/*
----------------------------------------------------------------- */
.txt-align__left {
	text-align: left !important;
}

@media screen and (max-width: 768px) {
	.txt-align__left.-sp-c {
		text-align: center !important;
	}
}

.txt-align__center {
	text-align: center !important;
}

@media screen and (max-width: 768px) {
	.txt-align__center.-sp {
		text-align: left !important;
	}
}

.txt-align__right {
	text-align: right !important;
}

@media screen and (max-width: 768px) {
	.txt-align__right.-sp-c {
		text-align: center !important;
	}
}

/*
/* Vertical align
/*
----------------------------------------------------------------- */
.u-align__top {
	vertical-align: top !important;
}

.u-align__top > img {
	vertical-align: top !important;
}

.u-align__middle {
	vertical-align: middle !important;
}

.u-align__middle > img {
	vertical-align: middle !important;
}

.u-align__bottom {
	vertical-align: bottom !important;
}

.u-align__bottom > img {
	vertical-align: bottom !important;
}
