/* Interior-page brand signature, based on the homepage hero eyebrow. */
.dua-page-brand-kicker,
body.page:not(.home):not(.page-id-4572182):not(.page-id-4572190):not(.page-id-4572191):not(.page-id-4572192):not(.page-id-4572193):not(.page-id-4572194) .elementor h1.elementor-heading-title::before {
	content: "DRONE UP ACADEMY";
	display: block;
	width: 100%;
	margin: 0 0 40px;
	color: inherit;
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 10px;
	line-height: 1.5;
	text-align: inherit;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.dua-page-brand-kicker,
	body.page:not(.home):not(.page-id-4572182):not(.page-id-4572190):not(.page-id-4572191):not(.page-id-4572192):not(.page-id-4572193):not(.page-id-4572194) .elementor h1.elementor-heading-title::before {
		margin-bottom: 24px;
		font-size: 18px;
		letter-spacing: 5px;
	}
}

/* Prevent a legacy full-width effect from creating a 10px horizontal scroll. */
html:has(body.page-id-4566145),
body.page-id-4566145 {
	overflow-x: clip;
}
