.mouo-godped2023-page .mouo-enrollment-head {
	margin-top: 8px;
}

.mouo-godped2023-page .mouo-godped2023 {
	display: grid;
	gap: 20px;
	max-width: 100%;
	overflow-x: clip;
}

.mouo-godped2023-page .mouo-godped2023-hero {
	padding: 24px;
	border-radius: calc(var(--mouo-radius) + 6px);
	background:
		radial-gradient(circle at 0% 0%, rgba(201, 162, 39, 0.16) 0%, transparent 42%),
		radial-gradient(circle at 100% 100%, rgba(42, 80, 130, 0.18) 0%, transparent 45%),
		linear-gradient(145deg, #1e3a5f 0%, #17304f 52%, #0f2440 100%);
	box-shadow: 0 18px 48px rgba(15, 36, 64, 0.22);
	color: #fff;
	text-align: center;
}

.mouo-godped2023-page .mouo-enrollment-page__content .mouo-godped2023-hero p {
	color: #fff !important;
}

.mouo-godped2023-page .mouo-godped2023-hero__banner {
	margin: 0 0 18px;
}

.mouo-godped2023-page .mouo-godped2023-hero__banner img {
	display: block;
	width: 100%;
	max-width: 760px;
	height: auto;
	margin: 0 auto;
	border-radius: calc(var(--mouo-radius) + 2px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}

.mouo-godped2023-page .mouo-godped2023-hero__year {
	margin: 0 0 10px;
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff !important;
}

.mouo-godped2023-page .mouo-godped2023-hero__tagline {
	margin: 0;
	max-width: 58ch;
	margin-inline: auto;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92) !important;
}

.mouo-godped2023-page .mouo-godped2023-section__title {
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--mouo-line);
	font-size: 22px !important;
	line-height: 1.3 !important;
	color: var(--mouo-primary) !important;
}

.mouo-godped2023-page .mouo-godped2023-section .mouo-doc-list {
	margin-top: 4px;
}

@media (max-width: 640px) {
	.mouo-godped2023-page .mouo-godped2023-hero {
		padding: 18px 16px;
	}
}
