body, h1, h2, h3, h4, h5, h6, p, a, button, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.display-4, .display-3, .display-2, .display-1 {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}

h4, h5, h6, .h4, .h5, .h6 {
}

p {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.text-white {
	color: #ffffff;
}

.text-white-75 {
	color: rgba(255,255,255,0.75);
}
.text-black {
	color: #000000;
}

.text-black-75 {
	color: rgba(0,0,0,0.75);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.card-header {
	background-color: none;
}

.accordion-button.collapsed::after {
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-button::after {
	background-image: none!important;
	transform: translateY(-4px);
}
.accordion-button {
	background: unset!important;
}