#SR7_2_1.jobmarkt-home-hero-module {
	--jm-blue: #0f80e3;
	--jm-blue-2: #1a80e0;
	--jm-ice: #8ec6ff;
	--jm-ink: #10233f;
	--jm-black: #1e1f21;
	--jm-mint: #35d6b4;
	--jm-coral: #ff6b5f;
	--jm-yellow: #ffc857;
	position: relative !important;
	overflow: hidden !important;
	touch-action: pan-y !important;
	background:
		radial-gradient(circle at 18% 18%, rgba(15, 128, 227, .14), transparent 30%),
		radial-gradient(circle at 78% 20%, rgba(142, 198, 255, .2), transparent 28%),
		radial-gradient(circle at 68% 78%, rgba(53, 214, 180, .1), transparent 30%),
		linear-gradient(135deg, #fff 0%, #f4f9ff 48%, #fff 100%) !important;
}

#SR7_2_1.jobmarkt-home-hero-module sr7-content,
#SR7_2_1.jobmarkt-home-hero-module image_lists {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero {
	position: absolute;
	inset: 0;
	z-index: 80;
	overflow: hidden;
	color: var(--jm-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	touch-action: pan-y;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle, rgba(15, 128, 227, .14) 1.3px, transparent 1.7px) 0 0 / 30px 30px,
		radial-gradient(circle, rgba(53, 214, 180, .1) 1px, transparent 1.5px) 15px 15px / 42px 42px,
		linear-gradient(115deg, rgba(255, 255, 255, .64), rgba(248, 252, 255, .28));
	opacity: .68;
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 92%, transparent);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero:after {
	content: "";
	position: absolute;
	inset: 18px;
	z-index: 1;
	border: 1px solid rgba(16, 35, 63, .08);
	border-radius: 8px;
	pointer-events: none;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy {
	position: absolute;
	left: clamp(28px, 5vw, 72px);
	top: clamp(58px, 9vh, 100px);
	z-index: 6;
	width: min(620px, 46%);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy h1 {
	margin: 0;
	color: var(--jm-black);
	font-size: clamp(40px, 4.4vw, 62px);
	font-weight: 650;
	line-height: 1.03;
	letter-spacing: 0;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy p {
	margin: 21px 0 0;
	max-width: 520px;
	color: rgba(16, 35, 63, .72);
	font-size: clamp(16px, 1.5vw, 19px);
	font-weight: 500;
	line-height: 1.48;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-underline {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-underline:after {
	content: "";
	position: absolute;
	left: -3%;
	right: -4%;
	bottom: .05em;
	height: .22em;
	z-index: -1;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(142, 198, 255, .35), rgba(53, 214, 180, .28));
	transform-origin: left;
	animation: jobmarktMarkGrow 4.6s ease-in-out infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 26px;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta,
#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 18px 34px rgba(16, 35, 63, .14);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta {
	color: #fff;
	background: linear-gradient(135deg, var(--jm-blue), var(--jm-blue-2));
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-alt {
	color: var(--jm-ink);
	border: 1px solid rgba(16, 35, 63, .14);
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(12px);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta:hover,
#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-alt:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 40px rgba(16, 35, 63, .18);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar {
	position: absolute;
	right: clamp(34px, 5vw, 76px);
	top: clamp(60px, 9vh, 104px);
	z-index: 3;
	width: min(360px, 29%);
	aspect-ratio: 1;
	border-radius: 50%;
	pointer-events: none;
	opacity: .58;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar:before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle, transparent 0 18%, rgba(15, 128, 227, .15) 18.5% 19%, transparent 19.5% 35%, rgba(15, 128, 227, .1) 35.5% 36%, transparent 36.5% 52%, rgba(15, 128, 227, .07) 52.5% 53%, transparent 53.5%),
		radial-gradient(circle at 50% 50%, rgba(142, 198, 255, .13), transparent 62%);
	box-shadow: inset 0 0 48px rgba(15, 128, 227, .08);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar:after {
	content: "";
	position: absolute;
	inset: 4%;
	border-radius: 50%;
	background: conic-gradient(from 0deg, rgba(53, 214, 180, .42), rgba(142, 198, 255, .2) 22deg, transparent 62deg, transparent);
	mask-image: radial-gradient(circle, transparent 0 13%, #000 14% 64%, transparent 65%);
	animation: jobmarktRadarSpin 5.4s linear infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-lines {
	position: absolute;
	inset: 15%;
	z-index: 2;
	width: 70%;
	height: 70%;
	overflow: visible;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-lines line {
	stroke: rgba(15, 128, 227, .34);
	stroke-width: 2;
	animation: jobmarktRadarLineGlow 2.8s ease-in-out infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-node {
	position: absolute;
	z-index: 3;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 8px rgba(15, 128, 227, .18), 0 0 28px rgba(15, 128, 227, .58);
	animation: jobmarktRadarNodePulse 2.4s ease-in-out infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-node:nth-of-type(1) {
	left: 24%;
	top: 26%;
	background: var(--jm-blue);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-node:nth-of-type(2) {
	right: 22%;
	top: 32%;
	background: var(--jm-mint);
	animation-delay: .35s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-node:nth-of-type(3) {
	left: 38%;
	bottom: 21%;
	background: var(--jm-yellow);
	animation-delay: .7s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar-node:nth-of-type(4) {
	right: 30%;
	bottom: 31%;
	background: var(--jm-coral);
	animation-delay: 1.05s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-flow {
	position: absolute;
	left: 48px;
	right: 48px;
	bottom: 72px;
	z-index: 4;
	height: 420px;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-flow svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-shadow,
#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-main,
#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-highlight {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-shadow {
	stroke: rgba(16, 35, 63, .1);
	stroke-width: 14;
	filter: blur(1px);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-main {
	stroke: var(--jm-blue);
	stroke-width: 6;
	stroke-dasharray: 1260;
	stroke-dashoffset: 1260;
	filter: drop-shadow(0 7px 14px rgba(15, 128, 227, .28));
	animation: jobmarktDrawRoute 5.8s cubic-bezier(.58, .01, .16, 1) infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-route-highlight {
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 20 18;
	opacity: .86;
	animation: jobmarktDashSlide 1.8s linear infinite;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-travel-dot {
	fill: var(--jm-mint);
	filter: drop-shadow(0 0 12px rgba(53, 214, 180, .8));
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-travel-ring {
	fill: rgba(53, 214, 180, .18);
	stroke: rgba(53, 214, 180, .5);
	stroke-width: 2;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card {
	position: absolute;
	z-index: 6;
	width: 238px;
	min-height: 144px;
	padding: 17px;
	border: 2px solid rgba(16, 35, 63, .9);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .93));
	box-shadow: 9px 10px 0 rgba(15, 128, 227, .13), 0 20px 40px rgba(16, 35, 63, .12);
	transform: rotate(var(--jm-tilt));
	animation: jobmarktNodeFloat 4.8s ease-in-out infinite;
	animation-delay: var(--jm-delay);
	touch-action: pan-y;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card:before {
	content: "";
	position: absolute;
	inset: -9px;
	z-index: -1;
	border-radius: 14px;
	background: rgba(142, 198, 255, .2);
	opacity: 0;
	animation: jobmarktNodeGlow 5.8s ease-in-out infinite;
	animation-delay: var(--jm-delay);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-1 {
	left: 5%;
	bottom: 58px;
	--jm-tilt: -2deg;
	--jm-delay: .15s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-2 {
	left: 32%;
	bottom: 214px;
	--jm-tilt: 1.4deg;
	--jm-delay: .85s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-3 {
	left: 55%;
	bottom: 92px;
	--jm-tilt: -1deg;
	--jm-delay: 1.55s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-4 {
	right: 4%;
	bottom: 238px;
	--jm-tilt: 1.8deg;
	--jm-delay: 2.25s;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-icon {
	display: grid;
	place-items: center;
	width: 47px;
	height: 47px;
	margin-bottom: 13px;
	border-radius: 9px;
	background: var(--jm-blue);
	color: #fff;
	box-shadow: 0 12px 20px rgba(15, 128, 227, .24);
	font-size: 23px;
	font-weight: 900;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card:nth-of-type(2) .jobmarkt-node-icon {
	background: var(--jm-mint);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card:nth-of-type(3) .jobmarkt-node-icon {
	color: var(--jm-ink);
	background: var(--jm-yellow);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card:nth-of-type(4) .jobmarkt-node-icon {
	background: var(--jm-coral);
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card b {
	display: block;
	color: var(--jm-black);
	font-size: 20px;
	line-height: 1.02;
	letter-spacing: 0;
}

#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card span {
	display: block;
	margin-top: 8px;
	color: rgba(16, 35, 63, .64);
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
}

@keyframes jobmarktDrawRoute {
	0% { stroke-dashoffset: 1260; opacity: .35; }
	46%, 72% { stroke-dashoffset: 0; opacity: 1; }
	100% { stroke-dashoffset: -1260; opacity: .28; }
}

@keyframes jobmarktDashSlide {
	to { stroke-dashoffset: -38; }
}

@keyframes jobmarktNodeFloat {
	0%, 100% { transform: translateY(0) rotate(var(--jm-tilt)); }
	50% { transform: translateY(-9px) rotate(var(--jm-tilt)); }
}

@keyframes jobmarktNodeGlow {
	0%, 28%, 100% { opacity: 0; transform: scale(.98); }
	38%, 54% { opacity: 1; transform: scale(1.02); }
}

@keyframes jobmarktMarkGrow {
	0%, 100% { transform: scaleX(.18); opacity: .35; }
	42%, 72% { transform: scaleX(1); opacity: 1; }
}

@keyframes jobmarktRadarSpin {
	to { transform: rotate(360deg); }
}

@keyframes jobmarktRadarLineGlow {
	0%, 100% { opacity: .22; }
	50% { opacity: .95; }
}

@keyframes jobmarktRadarNodePulse {
	0%, 100% { transform: scale(.86); opacity: .76; }
	50% { transform: scale(1.2); opacity: 1; }
}

@media (max-width: 1180px) {
	#SR7_2_1.jobmarkt-home-hero-module,
	#SR7_2_1.jobmarkt-home-hero-module sr7-adjuster {
		height: 900px !important;
		min-height: 900px !important;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero {
		display: flex;
		flex-direction: column;
		min-height: 900px;
		padding: 46px 42px 52px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: min(720px, 100%);
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy h1 {
		max-width: 760px;
		font-size: clamp(38px, 6vw, 58px);
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy p {
		max-width: 620px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar {
		top: 300px;
		right: 34px;
		width: 260px;
		opacity: .24;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-flow {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 12px;
		width: 100%;
		height: auto;
		margin-top: auto;
		padding-top: 36px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-flow svg {
		display: none;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		min-height: 0;
		aspect-ratio: 1 / 1;
		padding: 14px;
		transform: none;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-icon {
		width: 38px;
		height: 38px;
		margin-bottom: 10px;
		border-radius: 8px;
		font-size: 18px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card b {
		font-size: 17px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card span {
		font-size: 11.5px;
		line-height: 1.3;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-1,
	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-2,
	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-3,
	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-4 {
		left: auto;
		right: auto;
		bottom: auto;
	}
}

@media (max-width: 767px) {
	#SR7_2_1.jobmarkt-home-hero-module,
	#SR7_2_1.jobmarkt-home-hero-module sr7-adjuster {
		height: 830px !important;
		min-height: 830px !important;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero {
		min-height: 830px;
		padding: 28px 18px 30px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy {
		width: 100%;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy h1 {
		font-size: clamp(31px, 9vw, 42px);
		line-height: 1.06;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-hero-copy p {
		font-size: 15px;
		line-height: 1.42;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-row {
		margin-top: 20px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta,
	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-cta-alt {
		width: 100%;
		min-height: 46px;
		padding: 0 16px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-radar {
		top: 300px;
		right: -32px;
		width: 150px;
		opacity: .22;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
		margin-top: 22px;
		padding-top: 0;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card {
		display: block;
		aspect-ratio: 1 / 1;
		min-height: 0;
		padding: 11px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-icon {
		width: 30px;
		height: 30px;
		margin-bottom: 8px;
		border-radius: 7px;
		font-size: 15px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card b {
		font-size: 14px;
		line-height: 1.08;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card span {
		display: -webkit-box;
		overflow: hidden;
		margin-top: 6px;
		font-size: 10.5px;
		line-height: 1.24;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 420px) {
	#SR7_2_1.jobmarkt-home-hero-module,
	#SR7_2_1.jobmarkt-home-hero-module sr7-adjuster {
		height: 850px !important;
		min-height: 850px !important;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-home-hero {
		min-height: 850px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card {
		padding: 10px;
	}

	#SR7_2_1.jobmarkt-home-hero-module .jobmarkt-node-card span {
		-webkit-line-clamp: 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	#SR7_2_1.jobmarkt-home-hero-module *,
	#SR7_2_1.jobmarkt-home-hero-module *:before,
	#SR7_2_1.jobmarkt-home-hero-module *:after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
