.region-detail:before {
	content: "";
	background: linear-gradient(190.96deg, rgba(0, 0, 0, 0) 8.35%, rgba(5, 164, 225, 0.32) 95.5%);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.region-detail:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) -73.04%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.region-detail-gradient {
	background: linear-gradient(7.98deg, #05250E 6.15%, #1B2E21 151.3%);
}