.htlgi-top-content {
	color: #555555;
	margin: 2em auto;
	text-align: center;
}
.htlgi-top-content--heading {
	color: #555555;
	display: block;
	font-size: 1.2rem;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.htlgi-top-content--heading:before {
	background: #cccccc;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	max-width: 100vw;
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	z-index: -1;
}
.htlgi-top-content--heading--text {
	background: var(--color-white);
	display: inline-block;
	margin: 0;
	padding: 0 1ch;
	font-size: 1.8em;
}
.htlgi-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.5em;
	justify-content: center;
}
.htlgi-gallery--item {
	overflow: hidden;
	position: relative;
}
.htlgi-grid--item :where(img) {
	width: 100%;
}
.popup-page-popup--inner {
	width: 60em;
	max-width: 60em;
}
.popup-page-popup--image-wrap {
	height: 65vh;
}
@media screen and (max-width: 600px) {
	.htlgi-gallery {
		grid-template-columns: 1fr;
	}
}
