.breadcrumbs .link, .breadcrumbs li:after, .hero-training__header p {
	color: #dedbe5;
	text-shadow: 0 1px 0px #140f21;
}
.breadcrumbs .link:hover {
	color: #ffffff;
}
.hero-training:before {
	background: unset;
}
.hero-training:after {
	background: linear-gradient(0deg, #221934 20%, hsla(0, 0%, 100%, 0));
	bottom: 0;
}
.hero-training .image {
	opacity: unset;
}
.hero-training .image img {
	mix-blend-mode: unset;
}
.hero-training__header h1 {
	color: #ffffff;
	font-size: 40px;
	line-height: 1.3;
}
.hero-training .button-menu .button {
	background: #ffefb6;
	color: #3d364b;
}
.hero-training .button-menu .button:hover {
	background: var(--color-red);
	color: #ffffff;
}
.page--training .page__column:first-child:before {
	background: #221934;
}
@media only screen and (max-width: 767px) {
	.hero-training__header h1 {
		font-size: 30px;
	}
	.hero-training .image {
		display: unset;
	}
}