
body {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-ai-red {
	background-color: rgb(206, 24, 30) !important;
}
.text-ai-red {
	color: rgb(206, 24, 30) !important;
}
.border-ai-red {
	border: 1px solid rgb(206, 24, 30) !important;
}
.bg-ai-gray {
	background-color: rgb(138, 140, 142) !important;
}
.text-ai-gray {
	color: rgb(138, 140, 142) !important;
}
.bg-ai-orange {
	background-color: rgb(223, 109, 39) !important;
}
.text-ai-orange {
	color: rgb(223, 109, 39) !important;
}
.bg-cpr-yellow {
	background-color: rgb(255, 205, 5) !important;
}
.text-cpr-yellow {
	color: rgb(255, 205, 5) !important;
}
.border-cpr-yellow {
	border: 3px solid rgb(255, 205, 5) !important;
}
.text-underline-ai-red {
	text-decoration-line: underline;
	text-decoration-color: rgb(206, 24, 30);
	text-decoration-thickness: 1px;
}
.btn-ai-red {
	color: rgb(206, 24, 30) !important;
	border-color: rgb(206, 24, 30) !important;
	background-color: var(--bs-white) !important;
}
.btn-ai-red:hover,
.btn-ai-red:active,
.btn-ai-red:focus {
	color: var(--bs-white) !important;
	background-color: rgb(206, 24, 30) !important;
	border-color: #212529 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif !important;
}
* {
	font-family: 'Alegreya Sans', 'Roboto', Arial, Helvetica, sans-serif !important;
}
.alegreya {
	font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif !important;
}
.text-justify {
	text-align: justify;
}
mark {
	background-color: rgba(255, 205, 5, 0.3) !important;
	color: rgb(206, 24, 30) !important;
}
#bg-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -9999;
}