.content-wrap-100vh {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.fs-11 {
	font-size: 11px;
}

.bg-blr {
	background: #fff1e2;
}

.blr-bar {
	width: 100%;
	height: 1rem;
	display: flex;
}

.blr-green {
	background: #334764;
	width: 33.333%;
}

.blr-yellow {
	background: #001C35;
	width: 33.333%;
}

.blr-red {
	background: #DCA11D;
	width: 33.333%;
}

.overview-title {
	letter-spacing: 0.3em;
	font-weight: 600;
}

.nw {
	white-space: nowrap;
}