/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width: 1068px) {
	.typography-router-tile-full-headline {
		font-size: 36px;
	}
}

@media only screen and (max-width: 734px) {
	.subsection-gallery .gallery .tabnav {
		max-width: 87vw;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 734px) {
	.subsection-gallery .gallery .tabnav-items {
		margin: 0 auto;
		max-width: 100%;
	}
}

#main > section.section.section-hero > div.section-content.intro-text > div > ul > li:nth-child(1) {
	margin: 0;
}

.adv-wrapper {
	background: rgb(22, 22, 23);
}

.adv-wrapper:after {
	background: rgba(255, 255, 255, 0.08);
}

.adv-wrapper .adv-wrapper-text {
	color: rgba(255, 255, 255, 0.92);
}

@media only screen and (max-width: 340px) {
	.subsection-stats .stats-list .stat {
		font-size: 39px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
