.stacking-cards {
	position: relative;
}

.stacking-cards--accent_wrap {
	overflow: hidden;
	position: absolute;
	height: 100%;
	margin-left: -50vw;
	background-color: var(--color-minga-dark-blue-brand-color);
	left: 50%;
	width: 100vw;
}

.stacking-cards--accent_word {
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(
		203.84deg,
		#b2ebf2 55.54%,
		#bc98ff 65.46%,
		#ff84ae 80.9%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	mix-blend-mode: normal;
	opacity: 0.2;
	transform: rotate(-90deg);
	font-size: 360px;
	line-height: 1em;
	font-weight: 900;
	transform-origin: 0 0;
}
.stacking-cards__inner {
	padding: 75px 0 0px;
}
@media screen and (min-width: 768px) {
	.stacking-cards__inner {
		padding: 120px 0 0px;
	}
}

.stacking-cards .g-cols {
	justify-content: flex-end;
}

.stacking-cards:before {
	content: "";
	position: absolute;
	height: 100%;
	margin-left: -50vw;
	background-color: var(--color-minga-dark-blue-brand-color);
	left: 50%;
	width: 100vw;
}
.stacking-cards__accent {
}
.stacking-cards__intro {
	position: sticky;
	top: 200px;
	padding-bottom: 30px;
}
.stacking-cards__title {
	color: white;
	font-size: 42px;
	font-weight: 800;
}
.stacking-cards__description {
	color:white;
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.stacking-cards__intro {
		text-align: unset;
		padding-top: 100px !important;
		padding-bottom: 200px;
	}
}
.stacking-cards__track {
}
.stacking-card {
	position: sticky;
	top: 200px;
	margin-bottom: 0;
	background: #f2f2f2;
	border-radius: 16px;
	font-size: 1.5rem;
	transform-origin: center top;
	transition: transform 0.2s ease-out;
	background: #ffffff;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	padding: 30px 20px;
}
@media screen and (min-width: 768px) {
	.stacking-card {
		margin-bottom: 75px;
		padding: 30px 50px;
	}
}
.stacking-card__icon {
}
.stacking-card__icon img {
	max-height:55px;
}
.stacking-card__title {
	font-size: 45px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.stacking-card__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	left: 0;
	background-position: left center;
	background-repeat: repeat;
	color: var(--color-darkest-grey);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDMiPjxjaXJjbGUgY3g9IjEuNSIgY3k9IjEuNSIgcj0iMS41IiBmaWxsPSIjYzJjZWRhIi8+PC9zdmc+");
}
.stacking-card__title span {
	font-weight: 800;
}
.stacking-card__content {
	font-size: 22px;
	line-height: 29px;
}
.stacking-card__desc {
}
.stacking-card__list ul {
	list-style: none;
	margin: 25px 0 !important;
}
.stacking-card__list ul li {
	position: relative;
	padding-left: 25px;
	list-style: none;
	color: #718499;
}
.stacking-card__list ul li:before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4wNCAxNS4yNiI+PGVsbGlwc2UgY3g9IjcuNTIiIGN5PSI3LjYzIiByeD0iNy41MiIgcnk9IjcuNjMiIGZpbGw9IiM0YmEwY2IiLz48cGF0aCBkPSJNNC4zLDcuMjNsMi40OSwyLjUzLDMuOTUtNC4wMSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi4xNSIvPjwvc3ZnPg==");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 0;
}
