.hero-mixed + .path-grid {
	margin-top: -80px;
}
.path-grid {
	padding: 85px 0;
}

.path-grid + section {
	margin-top: 0;
}

.loop-path {
	position: relative;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
}

.loop-path__title {
	display: block;
	padding: 0 20px;
	margin: 0;
	font: 600 42px/1 var(--secondary-font-family);
	text-align: center;
	text-decoration: none;
	color: var(--color-theme-primary);
	transition: all .3s ease-in-out;
}

.loop-path__thumbnail {
	display: block;
	margin-bottom: 20px;
	height: 200px;
	overflow: hidden;
}

.loop-path__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}


.loop-path__teaser {
	margin-bottom: 20px;
	padding: 0 30px;
	background-color: #E9F3F6;
	text-align: center;
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s ease;
}

.loop-path__teaser.is-active {
	padding: 30px;
	max-height: 1000px;
}

.loop-path__teaser-title {
	margin-bottom: 20px;
	font: 400 12px/1.2 var(--highlight-font-family);
	text-transform: uppercase;
}

.loop-path__teaser-content {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
}

.loop-path__teaser-link {
	display: inline-flex;
	margin: 0 auto;
	align-items: center;
	font-size: 16px;
	letter-spacing: 0.08px;
	color: var(--color-theme-primary);
}

.loop-path__teaser-link svg {
	margin-right: 10px;
}

.loop-path__toggler {
	position: absolute;
	appearance: none;
	bottom: 0;
	left: 50%;
	padding: 0;
	background: transparent;
	border: none;
	transform: translate(-50%, 50%);
	transition: all .3s ease;
}

.loop-path__toggler circle {
	transition: all .3s ease-in-out;
}

.loop-path__toggler:hover circle,
.loop-path__toggler.is-active circle {
	fill: var(--color-theme-blue-bright);
}

.loop-path__toggler.is-active {
	transform: translate(-50%, 50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.loop-path {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) {
	.hero-mixed + .path-grid {
		margin-top: -160px;
	}

	.path-grid {
		padding: 133px 0 400px;
		background: url('../../assets/images/hero-mixed-decor.svg') no-repeat top right, url('../../assets/images/cta-mixed-white.svg') no-repeat bottom left / 373px auto;
	}

	.path-grid .container {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 60px 16px;
	}

	.loop-path {
		padding-bottom: 50px;
	}

	.loop-path__thumbnail {
		position: relative;
		margin-bottom: 30px;
		height: 0;
		padding-top: 100%;
	}

	.loop-path__title {
		font-size: 45px;
	}

	.loop-path__thumbnail img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.loop-path__teaser {
		text-align: left;
	}

	.loop-path__teaser-title {
		font-size: 14px;
	}

	.loop-path__teaser-content {
		font-size: 20px;
	}

	.loop-path__teaser {
		margin-bottom: 0;
		grid-column: 1 / span 3;
	}
}
