.headline-gradient {
	background: linear-gradient(135deg, #2269b3 0%, #6c459b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.typography-headline-elevated {
	line-height: 1.2;
}

ul.compound-item-list li ul li {
	margin-bottom: 0;
}

.hero-icon {
	margin-bottom: 1em;
}

.hero-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1228px;
}

.hero-image {
	margin: 2em 0 auto;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 734px) {
	.hero-wrap {
		width: 100%;
	}
}

/* ========== Grid ========== */

#main section.section.section-hero {
	padding-bottom: 0;
}

@media only screen and (max-width: 734px) {
	#main section.section.section-hero {
		padding-bottom: 0;
	}
}
