.home .custom-slider {
	touch-action: pan-y;
}

.home .header_future_aktin .banner-layers .text-box h1.uppercase {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2rem, 4.6vw, 4.5rem) !important;
	font-weight: 800;
	line-height: 1.04 !important;
	letter-spacing: -0.035em;
	text-transform: none;
}

.home .header_future_aktin .banner-layers h2 {
	max-width: 44rem;
	margin-top: clamp(14px, 2vw, 24px) !important;
	font-size: clamp(1rem, 1.7vw, 1.4rem) !important;
	font-weight: 500;
	line-height: 1.35 !important;
	letter-spacing: 0;
}

.home .aktin-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(20px, 3vw, 32px);
}

.home .aktin-home-hero__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	border: 2px solid #d91f5d;
	border-radius: 8px;
}

.home .aktin-home-hero__primary {
	color: #fff;
	background: #d91f5d;
}

.home .aktin-home-hero__secondary {
	color: #152238;
	background: rgba(255, 255, 255, 0.94);
}

.home .jak-pracujemy-box > .box-text .button[aria-hidden="true"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.home .custom-slider button.menu-item,
.home .custom-slider button.arrow-up,
.home .custom-slider button.arrow-down,
.home .custom-slider .mobile-nav-arrows button {
	appearance: none;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.home .custom-slider button.menu-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	text-align: right;
	cursor: pointer;
}

.home .custom-slider button.menu-item::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 2px;
	height: 100%;
	background: transparent;
	transform: translateY(-50%);
	content: '';
}

.home .custom-slider button.menu-item.active::after {
	height: 40px;
	background: #fff;
}

.home .custom-slider :is(button, a):focus-visible,
.home .dzialkontakt a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.home .dzialkontakt .box:focus-within .box-text.show-on-hover {
	opacity: 1 !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
}

@media (hover: none), (max-width: 1024px) {
	.home .dzialkontakt .box-text.show-on-hover {
		opacity: 1 !important;
		transform: none !important;
		pointer-events: auto;
	}

	.home .dzialkontakt .box-text h4 {
		font-size: 12px;
		line-height: 1.35;
		text-transform: none;
	}
}

@media (max-width: 549px) {
	.home .header_future_aktin .banner {
		min-height: 450px;
		padding-top: 115% !important;
	}

	.home .header_future_aktin .text-box {
		width: calc(100% - 30px) !important;
	}

	.home .header_future_aktin .banner-layers .text-box h1.uppercase {
		max-width: 16ch;
		margin-inline: auto;
		font-size: clamp(1.9rem, 9vw, 2.65rem) !important;
	}

	.home .header_future_aktin .banner-layers h2 {
		max-width: 31rem;
		margin-inline: auto;
		font-size: 1rem !important;
	}

	.home .aktin-home-hero__actions {
		justify-content: center;
	}

	.home .aktin-home-hero__actions a {
		width: 100%;
		max-width: 310px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home *,
	.home *::before,
	.home *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
