.innovation-container .group:not(:first-child).group:not(:first-child),
.innovation-container .coming-soon-section {
	margin-top: 48px;
}

.innovation-container .filter-radio-group {
	position: relative;
}

.innovation-container .filter-radio-group label {
	margin-right: 8px;
	margin-bottom: 12px;
}

.innovation-container .filter-radio-group input[type='radio'] {
	display: none;
}

.innovation-container .js-cycler__clicker:not(.t-active-wrap) {
	opacity: 0.3;
}

.innovation-container .c-chip span:not(.c-icon) {
	padding: 6px 16px;
	background-color: #eee;
	border: 2px solid #eee;
	border-radius: 50px;
	cursor: pointer;
	align-items: center;
	min-width: 64px;
	min-height: 47px;
	justify-content: center;
}

.innovation-container .c-chip span:not(.c-icon):hover {
	border: 2px solid #c6c7cc;
}

.innovation-container .c-chip input[type='radio']:checked + span {
	border: 2px solid #51505a;
}

.innovation-container .c-chip:not(.c-chip--product) input[type='radio']:checked + span {
	background-color: #51505a;
	color: #ffffff;
}

.innovation-container .t-active-wrap .tff-color-text-grey-10,
.innovation-container .tff-color-text-grey-10.tff-color-text-grey-10--active {
	color: #ffffff !important;
}

.innovation-container .color-border-grey-3 {
	border-color: #51505a;
}

#pu_hero {
	background-color: #000000;
}

#pu_hero lottie-player {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	display: block;
	pointer-events: none; /* Prevents interaction with the player */
}

.color-bg-grey-8-o60 {
	background: rgba(42, 40, 47, 0.6);
}

.color-text-white-o60 {
	color: rgba(255, 255, 255, 0.6);
}

.pu_divider {
	display: flex;
	height: 1px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	opacity: 0.2;
	background-color: #4c4c4c;
}

.innovation-nav__list {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.innovation-nav__list::after {
	display: flex;
	height: 1px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	opacity: 0.1;
	background-color: #ffffff;
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
}

.innovation-nav__item {
	margin-right: 20px;
	position: relative;
}

.innovation-nav__item::after {
	display: flex;
	height: 3px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	opacity: 0;
	content: '';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
}
.innovation-nav__item:hover::after,
.innovation-nav__item:focus::after {
	opacity: 1;
}

.innovation-nav__link {
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.innovation-container .horizontal-scroll {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		scroll-snap-type: x mandatory;
		position: relative;
	}

	.innovation-container .filter-radio-group::after {
		content: '';
		position: absolute;
		top: 0;
		right: -1px;
		bottom: 0;
		width: 50px;
		background-image: linear-gradient(to right, transparent, white);
		pointer-events: none;
	}

	.innovation-container .horizontal-scroll::-webkit-scrollbar {
		display: none;
	}

	.innovation-container .filter-radio-group label {
		scroll-snap-align: start;
	}
}

/* Full-width card styles */
.full-width-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
}

.full-width-image {
	width: 50%;
}

.full-width-text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Standard card styles */
.standard-card {
	display: flex;
	flex-direction: column;
}

.standard-card-image {
	width: 100%;
}

.standard-card-text {
	text-align: left;
}

@media (max-width: 768px) {
	.full-width-card {
		flex-direction: column;
	}

	.full-width-image,
	.full-width-text {
		width: 100%;
	}
}

/** card border animation **/

.gradient-border-card {
	position: relative;
	flex: 1 1;
	transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	box-shadow: 0 0 0 1px transparent, 0 2px 4px transparent, 0 12px 24px transparent;
	height: 100%;
	z-index: 1;
}
.gradient-border-card i {
	content: '';
	position: absolute;
	inset: -1px;
	padding: var(--border-size);
	--border-size: 1px;
	--padding: 1px;
	overflow: hidden;
	padding: calc(var(--padding) + var(--border-size));
	border-radius: 6px;
	display: inline-block;
	z-index: 0;
	backface-visibility: hidden;
	perspective: 1000;
	transform: translateZ(0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	z-index: -1;
	border-radius: calc(6px + var(--border-size));
}
.gradient-border-card i:before {
	content: '';
	display: block;
	width: 141.421356237%;
	padding-bottom: 141.421356237%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	z-index: -2;
	animation: landing_spin__XlUIM 15s linear infinite;
}
.gradient-border-card:before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: radial-gradient(75% 75% at 25% 15%, #fff 0, rgba(255, 255, 255, 0.3) 100%);
	mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
	mask-composite: exclude;
	opacity: 0.5;
	pointer-events: none;
}

@keyframes landing_spin__XlUIM {
	0% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
	to {
		transform: translate(-50%, -50%) rotate(0);
	}
}
.glowing-wrapper {
	border-radius: 62.5rem;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.glowing-wrapper.glowing-wrapper-active {
	background-color: #000;
}

.glowing-wrapper-borders-masker {
	width: 100%;
	opacity: 0;
	border-radius: 62.5rem;
	padding: 0.11rem;
	line-height: 100%;
	transition: opacity 1s;
	position: absolute;
	top: 0;
	left: 0;
}

.glowing-wrapper-animations {
	width: 100%;
	opacity: 0;
	transition: opacity 1s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
	opacity: 1;
}

.glowing-wrapper-glow {
	opacity: 0.12;
	filter: blur(8px);
}

.glowing-wrapper-borders {
	width: 100%;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
	opacity: 1;
}

.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
	opacity: 1;
}

.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
	content: '';
	float: left;
	padding-top: 100%;
}

.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
	clear: both;
	content: '';
	display: block;
}

.glowing-wrapper-animations {
	pointer-events: none;
}
.glowing-wrapper-animations * {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
	animation: borderTurn 4.5s infinite linear;
	background-image: conic-gradient(from 0 at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(255, 255, 255, 0.5) 360deg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.glowing-wrapper-mask-wrapper {
	mask: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%253E%253Crect width='28' height='24' fill='black'/%253E%253C/svg%253E%250A');");
	mask-repeat: repeat;
	mask-size: auto;
}

.glowing-wrapper-borders {
	animation-name: borderTurnWithTranslate;
}

.glowing-wrapper-borders-masker {
	content: '';
	inset: 0;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

@keyframes borderTurn {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes borderTurnWithTranslate {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/** innovation cards **/

@media only screen and (max-width: 600px) {
	.full-width-card .full-width-card-image-container {
		flex-direction: column !important;
		flex: 1 !important;
		max-width: 100% !important;
	}
	.full-width-card .px5.py5 {
		flex: 1 !important;
	}
}
@media only screen and (min-width: 601px) {
	.mob-alignment {
		align-items: flex-start;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0.5rem;
	}
}

.full-width-card .df.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}

.full-width-card .img-container {
	flex: 0 0 50%;
	max-width: 50%;
	display: block;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 899px) {
	.full-width-card .img-container {
		max-width: 100%;
	}
}

.full-width-card .px5.py5 {
	flex: 2;
}

/* Styling for coming soon cards */
.coming-soon-card {
	flex: 0 0 33.3333%; /* Ensures 3 cards per row */
	max-width: 33.3333%;
}

@media only screen and (max-width: 600px) {
	.coming-soon-card {
		flex: 0 0 100%; /* Ensures 3 cards per row */
		max-width: 100%;
	}
}

.coming-soon-card .img-container {
	display: none; /* Hide the image container */
}

.coming-soon-card a {
	pointer-events: none; /* Disable link interactions */
}

.style-secondary {
	color: #ffffff !important;
}

.style-secondary:hover {
	box-shadow: inset 0 0 0 1px #949494;
}
