/*=============================================
=            CSS Index            =
=============================================

    -> Margin
    -> Padding

/*=====  End of CSS Index  ======*/

.m-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

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

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

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

.mt-6 {
	margin-top: 2.5rem !important;
}

.mt-7 {
	margin-top: 3rem !important;
}

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

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

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

.mb-6 {
	margin-bottom: 2.5rem !important;
}

.mb-7 {
	margin-bottom: 3rem !important;
}

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

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

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

.ml-6 {
	margin-left: 2.5rem !important;
}

.ml-7 {
	margin-left: 3rem !important;
}

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

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

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

.mr-6 {
	margin-right: 2.5rem !important;
}

.mr-7 {
	margin-right: 3rem !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.mx-5 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.mx-6 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.mx-7 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.my-6 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.my-7 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-8 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}

.my-9 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.my-10 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important;
}

.margin-top-5 {
    margin-top: 5% !important;
}

.margin-top-10 {
    margin-top: 10% !important;
}

.margin-top-20 {
    margin-top: 20% !important;
}

.margin-bottom-5 {
    margin-bottom: 5% !important;
}

.margin-bottom-10 {
    margin-bottom: 10% !important;
}

.margin-bottom-20 {
    margin-bottom: 20% !important;
}

.margin-left-5 {
    margin-left: 5% !important;
}

.margin-left-10 {
    margin-left: 10% !important;
}

.margin-left-20 {
    margin-left: 20% !important;
}

.margin-right-5 {
    margin-right: 5% !important;
}

.margin-right-10 {
    margin-right: 10% !important;
}

.margin-right-20 {
    margin-right: 20% !important;
}

.margin-vertical-5 {
	margin-top: 5% !important;
	margin-bottom: 5% !important;
}

.margin-vertical-10 {
	margin-top: 10% !important;
	margin-bottom: 10% !important;
}

.margin-horizontal-5 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}

.margin-horizontal-10 {
	margin-left: 10% !important;
	margin-right: 10% !important;
}

/* START MARGIN DESKTOP */
@media screen and (min-width: 992px){
	.desktop-mt-1 {
		margin-top: 0.25rem !important;
	}

	.desktop-mt-2 {
		margin-top: 0.5rem !important;
	}

	.desktop-mt-3 {
		margin-top: 1rem !important;
	}

	.desktop-mt-4 {
		margin-top: 1.5rem !important;
	}

	.desktop-mt-5 {
		margin-top: 2rem !important;
	}

	.desktop-mt-6 {
		margin-top: 2.5rem !important;
	}

	.desktop-mt-7 {
		margin-top: 3rem !important;
	}

	.desktop-mt-8 {
		margin-top: 3.5rem !important;
	}

	.desktop-mt-9 {
		margin-top: 4rem !important;
	}

	.desktop-mt-10 {
		margin-top: 4.5rem !important;
	}

	.desktop-mt-11 {
		margin-top: 5rem !important;
	}

	.desktop-mt-12 {
		margin-top: 5.5rem !important;
	}

	.desktop-mt-13 {
		margin-top: 6rem !important;
	}

	.desktop-mt-14 {
		margin-top: 6.5rem !important;
	}

	.desktop-mt-15 {
		margin-top: 7rem !important;
	}

	.desktop-mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.desktop-mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.desktop-mb-3 {
		margin-bottom: 1rem !important;
	}

	.desktop-mb-4 {
		margin-bottom: 1.5rem !important;
	}

	.desktop-mb-5 {
		margin-bottom: 2rem !important;
	}

	.desktop-mb-6 {
		margin-bottom: 2.5rem !important;
	}

	.desktop-mb-7 {
		margin-bottom: 3rem !important;
	}

	.desktop-mb-8 {
		margin-bottom: 3.5rem !important;
	}

	.desktop-mb-9 {
		margin-bottom: 4rem !important;
	}

	.desktop-mb-10 {
		margin-bottom: 4.5rem !important;
	}

	.desktop-mb-11 {
		margin-bottom: 5rem !important;
	}

	.desktop-mb-12 {
		margin-bottom: 5.5rem !important;
	}

	.desktop-mb-13 {
		margin-bottom: 6rem !important;
	}

	.desktop-mb-14 {
		margin-bottom: 6.5rem !important;
	}

	.desktop-mb-15 {
		margin-bottom: 7rem !important;
	}

	.desktop-ml-1 {
		margin-left: 0.25rem !important;
	}

	.desktop-ml-2 {
		margin-left: 0.5rem !important;
	}

	.desktop-ml-3 {
		margin-left: 1rem !important;
	}

	.desktop-ml-4 {
		margin-left: 1.5rem !important;
	}

	.desktop-ml-5 {
		margin-left: 2rem !important;
	}

	.desktop-ml-6 {
		margin-left: 2.5rem !important;
	}

	.desktop-ml-7 {
		margin-left: 3rem !important;
	}

	.desktop-mr-1 {
		margin-right: 0.25rem !important;
	}

	.desktop-mr-2 {
		margin-right: 0.5rem !important;
	}

	.desktop-mr-3 {
		margin-right: 1rem !important;
	}

	.desktop-mr-4 {
		margin-right: 1.5rem !important;
	}

	.desktop-mr-5 {
		margin-right: 2rem !important;
	}

	.desktop-mr-6 {
		margin-right: 2.5rem !important;
	}

	.desktop-mr-7 {
		margin-right: 3rem !important;
	}

	.desktop-mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}

	.desktop-mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.desktop-mx-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.desktop-mx-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.desktop-mx-5 {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.desktop-mx-6 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important;
	}

	.desktop-mx-7 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.desktop-my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.desktop-my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.desktop-my-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.desktop-my-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.desktop-my-5 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.desktop-my-6 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.desktop-my-7 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.desktop-my-8 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}
	
	.desktop-my-9 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}
	
	.desktop-my-10 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}
}
/* END MARGIN DESKTOP */

/* START PADDING */

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

.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.p-5 {
	padding: 2rem !important;
}

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

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

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

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

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

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

.pl-1 {
	padding-left: 0.25rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

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

.pr-1 {
	padding-right: 0.25rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* START PADDING DESKTOP */

@media (min-width: 992px) {
	.desktop-pl-0 {
		padding-left: 0 !important;
	}

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

	.desktop-pl-5 {
		padding-left: 2rem !important;
	}
	
	.desktop-pl-6 {
		padding-left: 2.5rem !important;
	}
	
	.desktop-pl-7 {
		padding-left: 3rem !important;
	}

	.desktop-pr-5 {
		padding-right: 2rem !important;
	}
	
	.desktop-pr-6 {
		padding-right: 2.5rem !important;
	}
	
	.desktop-pr-7 {
		padding-right: 3rem !important;
	}

	.desktop-px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.desktop-px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.desktop-px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.desktop-px-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.desktop-px-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.desktop-px-5 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.desktop-px-6 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.desktop-px-7 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.desktop-py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.desktop-py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.desktop-py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.desktop-py-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.desktop-py-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.desktop-py-5 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.desktop-py-6 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.desktop-py-7 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
}

/* END PADDING DESKTOP */

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

.pl-6 {
	padding-left: 2.5rem !important;
}

.pl-7 {
	padding-left: 3rem !important;
}

.pl-8 {
	padding-left: 3.5rem !important;
}

.pl-8-5 {
	padding-left: 3.75rem !important;
}

.pl-9 {
	padding-left: 4rem !important;
}

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

/* START PADDING RIGHT DESKTOP */
.pr-5 {
	padding-right: 2rem !important;
}

.pr-6 {
	padding-right: 2.5rem !important;
}

.pr-7 {
	padding-right: 3rem !important;
}
/* END PADDING RIGHT DESKTOP */

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.px-5 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.px-6 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.px-7 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.py-6 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}

.py-7 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.desktop-pt-5 {
	padding-top: 2rem !important;
}

/* END PADDING DESKTOP */

/* MOBILE PHONE SCREEN */
@media (max-width: 480px) {

	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}

	.mobile-m-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

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

	.mobile-mt-1 {
		margin-top: 0.25rem !important;
	}

	.mobile-mt-2 {
		margin-top: 0.5rem !important;
	}

	.mobile-mt-3 {
		margin-top: 1rem !important;
	}

	.mobile-mt-4 {
		margin-top: 1.5rem !important;
	}

	.mobile-mt-5 {
		margin-top: 2rem !important;
	}

	.mobile-mt-6 {
		margin-top: 2.5rem !important;
	}

	.mobile-mt-7 {
		margin-top: 3rem !important;
	}

	.mobile-mt-8 {
		margin-top: 3.5rem !important;
	}

	.mobile-mt-9 {
		margin-top: 4rem !important;
	}

	.mobile-mt-10 {
		margin-top: 4.5rem !important;
	}

	.mobile-mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.mobile-mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.mobile-mb-3 {
		margin-bottom: 1rem !important;
	}

	.mobile-mb-4 {
		margin-bottom: 1.5rem !important;
	}

	.mobile-mb-5 {
		margin-bottom: 2rem !important;
	}

	.mobile-mb-6 {
		margin-bottom: 2.5rem !important;
	}

	.mobile-mb-7 {
		margin-bottom: 3rem !important;
	}

	.mobile-ml-1 {
		margin-left: 0.25rem !important;
	}

	.mobile-ml-2 {
		margin-left: 0.5rem !important;
	}

	.mobile-ml-3 {
		margin-left: 1rem !important;
	}

	.mobile-ml-4 {
		margin-left: 1.5rem !important;
	}

	.mobile-ml-5 {
		margin-left: 2rem !important;
	}

	.mobile-ml-6 {
		margin-left: 2.5rem !important;
	}

	.mobile-ml-7 {
		margin-left: 3rem !important;
	}

	.mobile-mr-1 {
		margin-right: 0.25rem !important;
	}

	.mobile-mr-2 {
		margin-right: 0.5rem !important;
	}

	.mobile-mr-3 {
		margin-right: 1rem !important;
	}

	.mobile-mr-4 {
		margin-right: 1.5rem !important;
	}

	.mobile-mr-5 {
		margin-right: 2rem !important;
	}

	.mobile-mr-6 {
		margin-right: 2.5rem !important;
	}

	.mobile-mr-7 {
		margin-right: 3rem !important;
	}

	.mobile-mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.mobile-mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}

	.mobile-mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.mobile-mx-3 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.mobile-mx-4 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.mobile-mx-5 {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.mobile-mx-6 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important;
	}

	.mobile-mx-7 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.mobile-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mobile-my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.mobile-my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.mobile-my-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.mobile-my-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.mobile-my-5 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.mobile-my-6 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.mobile-my-7 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.mobile-margin-top-5 {
		margin-top: 5% !important;
	}

	.mobile-margin-top-50 {
		margin-top: 50% !important;
	}

	.mobile-margin-bottom-5 {
		margin-bottom: 5% !important;
	}

	.mobile-margin-bottom-10 {
		margin-bottom: 10% !important;
	}

	.mobile-margin-left-5 {
		margin-left: 5% !important;
	}

	.mobile-margin-right-5 {
		margin-right: 5% !important;
	}

	.mobile-margin-vertical-5 {
		margin-top: 5% !important;
		margin-bottom: 5% !important;
	}
	
	.mobile-margin-horizontal-5 {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	/* START PADDING MOBILE */

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

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

	.mobile-pt-1 {
		padding-top: 0.25rem !important;
	}

	.mobile-pt-2 {
		padding-top: 0.5rem !important;
	}

	.mobile-pt-3 {
		padding-top: 1rem !important;
	}

	.mobile-pt-4 {
		padding-top: 1.5rem !important;
	}

	.mobile-pt-5 {
		padding-top: 2rem !important;
	}

	.mobile-pt-6 {
		padding-top: 2.5rem !important;
	}
	.mobile-pt-7 {
		padding-top: 3rem !important;
	}

	.mobile-pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.mobile-pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.mobile-pb-3 {
		padding-bottom: 1rem !important;
	}

	.mobile-pb-4 {
		padding-bottom: 1.5rem !important;
	}

	.mobile-pb-5 {
		padding-bottom: 2rem !important;
	}

	.mobile-pb-6 {
		padding-bottom: 2.5rem !important;
	}
	.mobile-pb-7 {
		padding-bottom: 3rem !important;
	}

	.mobile-pl-1 {
		padding-left: 0.25rem !important;
	}

	.mobile-pl-2 {
		padding-left: 0.5rem !important;
	}

	.mobile-pl-3 {
		padding-left: 1rem !important;
	}

	.mobile-pl-4 {
		padding-left: 1.5rem !important;
	}

	.mobile-pl-5 {
		padding-left: 2rem !important;
	}

	.mobile-pl-6 {
		padding-left: 2.5rem !important;
	}
	.mobile-pl-7 {
		padding-left: 3rem !important;
	}

	.mobile-pr-1 {
		padding-right: 0.25rem !important;
	}

	.mobile-pr-2 {
		padding-right: 0.5rem !important;
	}

	.mobile-pr-3 {
		padding-right: 1rem !important;
	}

	.mobile-pr-4 {
		padding-right: 1.5rem !important;
	}

	.mobile-pr-5 {
		padding-right: 2rem !important;
	}

	.mobile-pr-6 {
		padding-right: 2.5rem !important;
	}
	.mobile-pr-7 {
		padding-right: 3rem !important;
	}

	.mobile-px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobile-px-1 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}

	.mobile-px-2 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.mobile-px-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.mobile-px-3-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}

	.mobile-px-4 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.mobile-px-5 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.mobile-px-6 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.mobile-px-7 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}

	.mobile-py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.mobile-py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.mobile-py-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.mobile-py-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.mobile-py-5 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}


	.mobile-py-6 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.mobile-py-7 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.mobile-padding-top-25 {
		padding-top: 25%;
	}
	/* END PADDING MOBILE */
}

@media screen and (max-width: 375px) {
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}

	.mobile-mt-1 {
		margin-top: 0.25rem !important;
	}

	.mobile-mt-2 {
		margin-top: 0.5rem !important;
	}

	.mobile-mt-3 {
		margin-top: 1rem !important;
	}

	.mobile-mt-4 {
		margin-top: 1.5rem !important;
	}

	.mobile-mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.mobile-mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.mobile-mb-3 {
		margin-bottom: 1rem !important;
	}

	.mobile-mb-4 {
		margin-bottom: 1.5rem !important;
	}

	.mobile-ml-1 {
		margin-left: 0.25rem !important;
	}

	.mobile-ml-2 {
		margin-left: 0.5rem !important;
	}

	.mobile-ml-3 {
		margin-left: 1rem !important;
	}

	.mobile-ml-4 {
		margin-left: 1.5rem !important;
	}

	.mobile-mr-1 {
		margin-right: 0.25rem !important;
	}

	.mobile-mr-2 {
		margin-right: 0.5rem !important;
	}

	.mobile-mr-3 {
		margin-right: 1rem !important;
	}

	.mobile-mr-4 {
		margin-right: 1.5rem !important;
	}

	.mobile-margin-top-5 {
		margin-top: 5% !important;
	}

	.mobile-margin-bottom-5 {
		margin-bottom: 5% !important;
	}

	.mobile-margin-bottom-10 {
		margin-bottom: 10% !important;
	}

	.mobile-margin-left-5 {
		margin-left: 5% !important;
	}

	.mobile-margin-right-5 {
		margin-right: 5% !important;
	}

	.mobile-margin-vertical-5 {
		margin-top: 5% !important;
		margin-bottom: 5% !important;
	}
	
	.mobile-margin-horizontal-5 {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	.mobile-padding-top-25 {
		padding-top: 25%;
	}
}

@media (max-width: 360px) {
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}

	.mobile-mt-1 {
		margin-top: 0.25rem !important;
	}

	.mobile-mt-2 {
		margin-top: 0.5rem !important;
	}

	.mobile-mt-3 {
		margin-top: 1rem !important;
	}

	.mobile-mt-4 {
		margin-top: 1.5rem !important;
	}

	.mobile-mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.mobile-mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.mobile-mb-3 {
		margin-bottom: 1rem !important;
	}

	.mobile-mb-4 {
		margin-bottom: 1.5rem !important;
	}

	.mobile-ml-1 {
		margin-left: 0.25rem !important;
	}

	.mobile-ml-2 {
		margin-left: 0.5rem !important;
	}

	.mobile-ml-3 {
		margin-left: 1rem !important;
	}

	.mobile-ml-4 {
		margin-left: 1.5rem !important;
	}

	.mobile-mr-1 {
		margin-right: 0.25rem !important;
	}

	.mobile-mr-2 {
		margin-right: 0.5rem !important;
	}

	.mobile-mr-3 {
		margin-right: 1rem !important;
	}

	.mobile-mr-4 {
		margin-right: 1.5rem !important;
	}

	.mobile-margin-top-5 {
		margin-top: 5% !important;
	}

	.mobile-margin-bottom-5 {
		margin-bottom: 5% !important;
	}

	.mobile-margin-bottom-10 {
		margin-bottom: 10% !important;
	}

	.mobile-margin-left-5 {
		margin-left: 5% !important;
	}

	.mobile-margin-right-5 {
		margin-right: 5% !important;
	}

	.mobile-margin-vertical-5 {
		margin-top: 5% !important;
		margin-bottom: 5% !important;
	}
	
	.mobile-margin-horizontal-5 {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	.mobile-padding-top-25 {
		padding-top: 25%;
	}
}

@media (max-width: 320px) {
	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}
}