.p-6 {
	padding: 4.5rem !important;
}
.ps-6 {
	padding-left: 4.5rem !important;
}
.pe-6 {
	padding-right: 4.5rem !important;
}
.pt-6 {
	padding-top: 4.5rem !important;
}
.pb-6 {
	padding-bottom: 4.5rem !important;
}
.py-6 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important;
}
.px-6 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.p-7 {
	padding: 6rem !important;
}
.ps-7 {
	padding-left: 6rem !important;
}
.pe-7 {
	padding-right: 6rem !important;
}
.pt-7 {
	padding-top: 6rem !important;
}
.pb-7 {
	padding-bottom: 6rem !important;
}
.py-7 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.px-7 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}

.p-8 {
	padding: 9rem !important;
}
.ps-8 {
	padding-left: 9rem !important;
}
.pe-8 {
	padding-right: 9rem !important;
}
.pt-8 {
	padding-top: 9rem !important;
}
.pb-8 {
	padding-bottom: 9rem !important;
}
.py-8 {
	padding-top: 9rem !important;
	padding-bottom: 9rem !important;
}
.px-8 {
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}

.fs-7 {
	font-size: 0.75rem !important;
}

.fs-8 {
	font-size: 0.5rem !important;
}

.fs-9 {
	font-size: 0.25rem !important;
}

.text-truncate-2 {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	display: -webkit-box !important;
}

.text-truncate-3 {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	display: -webkit-box !important;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width: 576px) {
	.w-sm-0 {
		width: 0% !important;
	}
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
	.w-md-0 {
		width: 0% !important;
	}
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.w-lg-0 {
		width: 0% !important;
	}
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.w-xl-0 {
		width: 0% !important;
	}
	.w-xl-25 {
		width: 25% !important;
	}
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-75 {
		width: 75% !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}
}

@media (min-width: 1400px) {
	.w-xxl-0 {
		width: 0% !important;
	}
	.w-xxl-25 {
		width: 25% !important;
	}
	.w-xxl-50 {
		width: 50% !important;
	}
	.w-xxl-75 {
		width: 75% !important;
	}
	.w-xxl-100 {
		width: 100% !important;
	}
}