.dj-page-hero-title {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: var(--color-black);
	box-sizing: border-box;
	overflow: hidden;
	min-height: 248px;
	display: flex;
	align-items: center;
}

.dj-page-hero-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	height: 40px;
	background: var(--color-white);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	z-index: 2;
}

.dj-page-hero-title-inner {
	width: min(1640px, 100%);
	max-width: 1640px !important;
	margin: 0 auto;
	padding: 80px 24px;
	box-sizing: border-box;
}

.dj-page-hero-title-eyebrow {
	font-family: 'Figtree';
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.dj-page-hero-title-heading {
	color: var(--color-white);
	font-size: 51px;
	font-weight: 800 !important;
	line-height: 60px;
	letter-spacing: -1.02px;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width: 1024px) {
	.dj-page-hero-title {
		min-height: 320px;
	}

	.dj-page-hero-title-inner {
		padding: 64px 40px;
	}
}

@media (max-width: 767px) {
	.dj-page-hero-title {
		min-height: 260px;
	}

	.dj-page-hero-title-inner {
		padding: 40px 40px;
	}

	.dj-page-hero-title-heading {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -0.52px;
	}
}

/* =============================
   Page Hero Title - Editor Styles
============================= */

.editor-styles-wrapper .dj-page-hero-title {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background: var(--color-black);
	box-sizing: border-box;
	overflow: hidden;
	min-height: 248px;
	display: flex;
	align-items: center;
}

.editor-styles-wrapper .dj-page-hero-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	height: 40px;
	background: var(--color-white);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	z-index: 2;
}

.editor-styles-wrapper .dj-page-hero-title-inner {
	width: min(1640px, 100%) !important;
	max-width: 1640px !important;
	margin: 0 auto !important;
	padding: 80px 24px !important;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-page-hero-title-eyebrow {
	font-family: 'Figtree';
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.editor-styles-wrapper .dj-page-hero-title-heading {
	color: var(--color-white);
	font-size: 51px;
	font-weight: 800 !important;
	line-height: 60px;
	letter-spacing: -1.02px;
	text-transform: uppercase;
	margin: 0;
}

@media (max-width: 1024px) {
	.editor-styles-wrapper .dj-page-hero-title {
		min-height: 320px;
	}

	.editor-styles-wrapper .dj-page-hero-title-inner {
		padding: 64px 40px !important;
	}
}

@media (max-width: 767px) {
	.editor-styles-wrapper .dj-page-hero-title {
		min-height: 260px;
	}

	.editor-styles-wrapper .dj-page-hero-title-inner {
		padding: 40px 40px !important;
	}

	.editor-styles-wrapper .dj-page-hero-title-heading {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -0.52px;
	}
}