.bg-grey {
	background-color: #e2e3e7;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 1.5rem;
}

.mt-3 {
	margin-top: 2rem;
}

.mt-4 {
	margin-top: 2.5rem;
}

.mt-5 {
	margin-top: 3rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 1.5rem;
}

.mb-3 {
	margin-bottom: 2rem;
}

.mb-4 {
	margin-bottom: 2.5rem;
}

.mb-5 {
	margin-bottom: 3rem;
}

.float-right {
	float: right !important;
}

.pl-0 {
		padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pt-0 {
		padding-top: 0 !important;
}

.pb-0 {
		padding-bottom: 0 !important;
}

.p-0 {
		padding: 0 !important;
}

.float-left {
	float: left !important;
}

mh-30vh {
	min-height: 30vh;
}

.no-style-link {
	all: unset;
	display: block; /* Fallback */
	cursor: pointer;
}

@supports (display: contents) {
	.no-style-link {
		display: contents;
	}
}

.color-white {
		color: #FFFFFF !important;
}

.d-flex-row-centered {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.bold {
	font-weight: bold;
}

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}
