.stal-tech-brands {
	background: var(--bgcolor-gray-100);
	box-sizing: border-box;
	color: var(--wd-text-color);
	font-family: var(--wd-text-font);
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: none !important;
	padding: clamp(52px, 7vw, 96px) 20px;
	position: relative;
	width: 100vw;
}

.stal-tech-brands__container {
	margin: 0 auto;
	max-width: 1240px;
}

.stal-tech-brands__header {
	margin: 0 auto;
	max-width: 860px;
	text-align: center;
}

.stal-tech-brands__title {
	color: var(--wd-title-color);
	margin: 0;
}

.stal-tech-brands__lead {
	color: var(--wd-text-color);
	margin: 16px auto 0;
	max-width: 760px;
}

.stal-tech-brands__divider {
	background: var(--wd-primary-color);
	display: block;
	height: 3px;
	margin: 24px auto 0;
	width: 48px;
}

.stal-tech-brands__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: clamp(34px, 4vw, 48px) 0 0;
	padding: 0;
}

.stal-tech-brands__card {
	align-items: center;
	aspect-ratio: 2 / 1;
	background: var(--bgcolor-gray-200);
	border: 1px solid var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);
	box-sizing: border-box;
	cursor: default;
	display: flex;
	justify-content: center;
	min-height: 112px;
	padding: 22px;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.stal-tech-brands__card:hover {
	background: var(--bgcolor-gray-300);
	box-shadow: 0 8px 18px rgb(0 0 0 / 7%);
	transform: translateY(-2px);
}

.stal-tech-brands__placeholder {
	color: var(--wd-text-color);
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.stal-tech-brands__logo {
	display: block;
	height: auto;
	max-height: 56px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.stal-tech-brands__bridge {
	margin: clamp(42px, 5vw, 64px) auto 0;
	max-width: 680px;
	text-align: center;
}

.stal-tech-brands__bridge-text {
	margin: 0;
}

.stal-tech-brands__cta {
	background: var(--wd-primary-color);
	border: 1px solid var(--wd-primary-color);
	border-radius: var(--wd-brd-radius);
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 22px;
	padding: 15px 25px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.stal-tech-brands__cta:hover,
.stal-tech-brands__cta:focus {
	background: var(--wd-primary-color-hover, var(--wd-primary-color));
	border-color: var(--wd-primary-color-hover, var(--wd-primary-color));
	color: #fff;
	transform: translateY(-1px);
}

.stal-tech-brands__cta:focus-visible {
	outline: 3px solid var(--wd-primary-color);
	outline-offset: 3px;
}

.stal-tech-brands__disclaimer {
	color: var(--wd-text-color);
	font-size: 80%;
	line-height: 1.5;
	margin: 28px auto 0;
	max-width: 780px;
	text-align: center;
}

@media (max-width: 1024px) {
	.stal-tech-brands__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.stal-tech-brands {
		padding-left: 16px;
		padding-right: 16px;
	}

	.stal-tech-brands__grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stal-tech-brands__card {
		min-height: 92px;
		padding: 16px;
	}

	.stal-tech-brands__logo {
		max-height: 42px;
	}
}
