/* ==========================================================================
   MMX / HERO SLIDER
   ========================================================================== */
#hero-component__hero_component {
	position: relative;
}

.hero-component__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}

.hero-component__inner-content {
	/* margin: 0 auto 50px auto; */
	align-items: flex-start;
	flex-direction: column;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 723px;
	@media only screen and (min-width: 600px) and (max-width: 1199px) {
		max-width: 500px;
	}
}

.hero-component__content {
	padding-left: 30px;
	padding-right: 30px;
	@media only screen and (min-width: 1400px) {
		padding-left: 120px;
	}
}

#hero-component__hero_component picture {
	@media only screen and (max-width: 1199px) {
		display: block;
		max-height: 750px;
		overflow-y: hidden;
	}
}

#hero-component__hero_component .slider {
	height: 200px;
	left: 0;
	position: absolute;
	right: 0;
	top: 29%;
	@media only screen and (min-width: 600px) and (max-width: 1199px) {
		top: 15%;
	}
	@media only screen and (min-width: 1200px) {
		height: 250px;
		top: 15%;
	}
}

#hero-component__hero_component .slider-container {
	height: 100%;
}


#hero-component__hero_component .slide-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms cubic-bezier(0.42, 0, 1, 1);
}

#hero-component__hero_component .slide-item.is-active {
	opacity: 1;
	visibility: visible;
}

#hero-component__hero_component .hero-component__subheading {
	color: #fff;
}

.hero-component__blocks {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	@media only screen and (max-width: 1199px) {
		padding-bottom: 40px;
	}
	@media only screen and (min-width: 1200px) {
		margin-bottom: 10px;
	}
}

.hero-component__blocks .g-wrapper {
	@media (max-width: 1199px) {
		padding-right: 0;
		position: relative;
	}
}

.hero-component__blocks .blocks-wrapper {
	align-items: flex-start;
	display: flex;
	overflow-x: auto;
	@media only screen and (min-width: 1121px) {
		align-items: flex-end;
	}
}

/* Scroll indicator arrow for mobile */
.hero-component__blocks::before {
	@media only screen and (max-width: 1199px) {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 12px solid rgba(255, 255, 255, 0.8);
		pointer-events: none;
		z-index: 100;
		animation: pulse-arrow 2s ease-in-out infinite;
	}
}

@keyframes pulse-arrow {
	0%, 100% {
		opacity: 0.6;
		transform: translateY(50%) translateX(0);
	}
	50% {
		opacity: 1;
		transform: translateY(50%) translateX(-5px);
	}
}

.hero-component__blocks .hero-component__block {
	position: relative;
	text-align: center;
	min-width: 206px;
	@media only screen and (max-width: 1199px) {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	@media only screen and (min-width: 500px) and (max-width: 719px) {
		min-width: 250px;
	}
	@media only screen and (min-width: 720px) and (max-width: 1199px) {
		min-width: 290px;
	}
	@media only screen and (min-width: 1200px) {
		flex: 1;
		min-width: auto;
	}
}


.hero-component__blocks .hero-component__block-heading,
.hero-component__blocks .hero-component__block-hover-text {
	color: #fff;
}

.hero-component__blocks .hero-component__block-heading {
	padding: 0 10px;
	@media only screen and (max-width: 1199px) {
		order: 2;
	}
	@media only screen and (min-width: 1200px) {
		min-height: 45px;
	}
	@media only screen and (min-width: 1200px) and (max-width: 1399px) {
		font-size: 16px;
	}
}

.hero-component__blocks .hero-component__block-hover-text {
	display: block;
	position: relative;
	bottom: 0;
	transition: bottom 0.2s cubic-bezier(0.44, 0, 1, 0.64);
	@media only screen and (max-width: 1199px) {
		font-size: 13px;
	}
}

.hero-component__blocks .hero-component__block-image {
	height: 80px;
	transition: all 0.3s ease-in-out;
	width: 80px;
	@media only screen and (max-width: 1199px) {
		margin-bottom: 10px;
		order: 1;
	}
	@media only screen and (min-width: 1200px) {
		height: 90px;
		bottom: 90px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 90px;
	}
	@media only screen and (min-width: 1400px) {
		height: 120px;
		width: 120px;
	}
}

.hero-component__blocks .block_hover-section {
	margin: 0 auto;
	max-width: 230px;
	padding: 0 5px;
	position: relative;
	transition: opacity 0.2s cubic-bezier(0.44, 0, 1, 0.64);
	z-index: 99;
	@media only screen and (max-width: 1199px) {
		order: 3;
	}
	@media only screen and (min-width: 1200px) {
		background: linear-gradient(180deg, rgba(15, 35, 92, 0.93) 46.15%, rgba(15, 35, 92, 0) 100%);
		bottom: -10px;
		opacity: 0;
		padding: 25px 17px 0 17px;

	}
}

.hero-component__blocks .hero-component__block:hover .block_hover-section {
	@media only screen and (min-width: 721px) {
		opacity: 1;
		bottom: 0;
	}
}

.hero-component__blocks .hero-component__block:hover .hero-component__block-hover-text {
	@media only screen and (min-width: 721px) {
		bottom: 5px;
	}
}


.hero-component__blocks .hero-component__block:hover .hero-component__block-image {
	@media only screen and (min-width: 1200px) {
		bottom: 85px;
		margin-bottom: 0;
		opacity: 0;
	}
}

.hero-component__blocks .hero-component__block .accent-item {
	display: none;
	@media only screen and (min-width: 1200px) {
		display: block;
		margin: 0 auto 15px;
		padding-top: 15px;
		transition: width 0.2s cubic-bezier(0.44, 0, 1, 0.64);
		width: 10px;
	}
}

.hero-component__blocks .hero-component__block:hover .accent-item {
	@media only screen and (min-width: 1200px) {
		width: 118px;
	}
}
