.c-btn :is(
	.color-bg-hexicon-blue,
	.color-bg-hexicon-green,
	.color-bg-hexicon-orange,
	.color-bg-hexicon-yellow,
	.color-bg-hexicon-red,
	.color-bg-hexicon-purple
) + div :is(span, svg) {
	color: #252328 !important;
	fill: #252328 !important;
	/* stroke: #252328 !important; */
}

:is(
	.color-bg-hexicon-blue,
	.color-bg-hexicon-green,
	.color-bg-hexicon-orange,
	.color-bg-hexicon-yellow,
	.color-bg-hexicon-red,
	.color-bg-hexicon-purple
) .c-spot-icon__icon :is(span, svg) {
	color: #252328 !important;
	fill: #252328 !important;
	/* stroke: #252328 !important; */
	overflow: visible;
}

.custom-hero h1 {
    letter-spacing: -.02em!important;
}

.ch-5050-block .c-lead {
	    line-height: 1!important;
}

.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 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%;
}

@media only screen and (max-width: 600px) {
	.innovation-nav__list::after {
		left: 0;
	}
}

.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%;
	background: var(--ch-accent-gradient);
}
.innovation-nav__item:hover::after,
.innovation-nav__item:focus::after {
	opacity: 1;
}

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

@media (max-width: 899px) {
	.innovation-nav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 16px;
	}
	.innovation-nav::-webkit-scrollbar {
		display: none;
	}
	.innovation-nav__wrap::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50px;
		background: linear-gradient(to left, #2a282f 40%, transparent);
		pointer-events: none;
	}
	.innovation-nav__list {
		flex-wrap: nowrap;
	}
	.innovation-nav__item {
		flex-shrink: 0;
		white-space: nowrap;
	}
}

@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: 220%;
	padding-bottom: 220%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	z-index: -2;
	animation: landing_spin__XlUIM 15s linear infinite;
	background: var(--border-bg);
	box-shadow: 0 0 40px 20px var(--border-bg);
}
.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;
}

/* ------------------------------------------------------------------ */
/* Tab navigation — button reset + active underline                    */
/* ------------------------------------------------------------------ */
.ch-tab-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Active tab: keep the gradient underline permanently visible */
.innovation-nav__item:has(.ch-tab-btn--active)::after {
	opacity: 1;
}

/* Hidden tab panels */
.ch-tab-panel--hidden {
	display: none;
}

/* ------------------------------------------------------------------ */
/* Vision cards — 4 per row on desktop, 2 on tablet, 1 on mobile      */
/* ------------------------------------------------------------------ */
.product-vision-cards {
	justify-content: center;
}

.product-vision-cards .c-spot-icon {
	width: 64px;
	height: 64px;
}

.product-vision-cards .vision-card {
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 650px) and (max-width: 899px) {
	.product-vision-cards .vision-card {
		width: 50%;
	}
}

@media only screen and (min-width: 900px) {
	.product-vision-cards .vision-card {
		width: 25%;
	}
}

/* ------------------------------------------------------------------ */
/* Quote section                                                        */
/* ------------------------------------------------------------------ */

.ch-quote__body {
	max-width: 800px;
}

.quote-company-logo {
	max-width: 130px;
}

.quote-company-logo--url {
	max-width: 180px;
}

/* ------------------------------------------------------------------ */
/* Fifty-fifty video placeholder                                        */
/* ------------------------------------------------------------------ */

.ch-5050-video-placeholder {
	padding-bottom: 56.25%;
}

/* ------------------------------------------------------------------ */
/* Theme filter icon alignment                                          */
/* ------------------------------------------------------------------ */

.ch-theme-filter-icon {
	height: 29px;
}

.ch-theme-filter-icon-inner {
	position: relative;
	height: 25px;
}

/* ------------------------------------------------------------------ */
/* Cards carousel                                                       */
/* ------------------------------------------------------------------ */

.ch-carousel__header {
	gap: 1rem;
}

.ch-carousel__nav-arrows {
	gap: 1rem;
}

.ch-carousel__viewport {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
}

.ch-carousel__track {
	position: relative;
}

/* Slides: absolutely stacked — JS sets track height and initial classes */
.ch-carousel__slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	opacity: 0;
	transform: translateX(0);
	transition: opacity 650ms cubic-bezier(0.4, 0, 0.2, 1), transform 650ms cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.ch-carousel__slide--active {
	opacity: 1;
	pointer-events: auto;
	align-items: center;
}

.ch-carousel__slide--left  { transform: translateX(-100%); }
.ch-carousel__slide--right { transform: translateX(100%); }

.ch-carousel__image {
	flex: 0 0 50%;
	width: 50%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.ch-carousel__image img {
	inset: 0;
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.ch-carousel__image--empty {
	flex: 0 0 50%;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1e1c22;
	box-sizing: border-box;
}

.ch-carousel__image--empty svg {
	opacity: 0.2;
}

.ch-carousel__content {
	flex: 0 0 50%;
	width: 50%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 3rem;
	padding-top: 32px;
	padding-bottom: 16px;
	box-sizing: border-box;
}

.ch-carousel__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9f9ea6;
	margin-bottom: 0.75rem;
}

.ch-carousel__tag-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	flex-shrink: 0;
	background: #9f9ea6;
}

.hexicon-green .ch-carousel__tag-dot  { background: #8ac539; }
.hexicon-blue .ch-carousel__tag-dot   { background: #57b7dd; }
.hexicon-orange .ch-carousel__tag-dot { background: #f99132; }
.hexicon-purple .ch-carousel__tag-dot { background: #a98bbc; }
.hexicon-red .ch-carousel__tag-dot    { background: #ff6d56; }
.hexicon-yellow .ch-carousel__tag-dot { background: #ffbe0a; }

.ch-carousel__title {
	margin: 0 0 0.75rem;
	line-height: 1.2;
	color: #fff;
}

.ch-carousel__summary {
	margin: 0 0 1.5rem;
	line-height: 1.6;
	color: #9f9ea6;
}

/* Arrow buttons */
.ch-carousel__btn {
	background: none;
	border: none;
	padding: 0;
	color: #ffffff;
	font-size: 1.5rem;
	cursor: pointer;
	line-height: 1;
	transition: opacity 200ms ease;
	opacity: 1;
}

.ch-carousel__btn:hover {
	opacity: 0.6;
}

.ch-carousel__btn:disabled {
	color: #868690;
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.ch-carousel__content .c-btn {
	color: #fff !important;
	text-decoration: none;
	align-self: flex-start;
}

.ch-carousel__content .c-btn > div {
	padding: 0 !important;
}

.ch-carousel__content .c-btn .c-btn__underline {
	display: none;
}

.ch-carousel__content .c-btn .c-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	flex-shrink: 0;
	margin-left: 0.5rem;
}

.hexicon-green .ch-carousel__content .c-btn .c-icon  { background: #8ac539; }
.hexicon-blue .ch-carousel__content .c-btn .c-icon   { background: #57b7dd; }
.hexicon-orange .ch-carousel__content .c-btn .c-icon { background: #f99132; }
.hexicon-purple .ch-carousel__content .c-btn .c-icon { background: #a98bbc; }
.hexicon-red .ch-carousel__content .c-btn .c-icon    { background: #ff6d56; }
.hexicon-yellow .ch-carousel__content .c-btn .c-icon { background: #ffbe0a; color: #222; }

.ch-carousel {
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.58);
	cursor: grab;
}

.ch-carousel:active {
	cursor: grabbing;
}

.ch-carousel__lottie {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 150%;
	z-index: 0;
	display: block;
	pointer-events: none;
	opacity: 0.6;
	transition: opacity 0.2s ease;
	transform: rotate(180deg);
}

.ch-carousel:hover .ch-carousel__lottie {
	opacity: 0.8;
}

/* Dot navigation */
.ch-carousel__dots {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
	padding: 1rem 0 0.5rem;
}

.ch-carousel__dot {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.35);
	border: none;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
	transition: width 650ms cubic-bezier(0.4, 0, 0.2, 1), background-color 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ch-carousel__dot--active {
	width: 30px;
	background: #ffffff;
}

.hexicon-green .ch-carousel__dot--active  { background: #8ac539; }
.hexicon-blue .ch-carousel__dot--active   { background: #57b7dd; }
.hexicon-orange .ch-carousel__dot--active { background: #f99132; }
.hexicon-purple .ch-carousel__dot--active { background: #a98bbc; }
.hexicon-red .ch-carousel__dot--active    { background: #ff6d56; }
.hexicon-yellow .ch-carousel__dot--active { background: #ffbe0a; }

@media (max-width: 899px) {
	.ch-carousel__slide {
		flex-direction: column;
	}

	.ch-carousel__image {
		flex: none;
		width: 100%;
		height: auto;
	}

	.ch-carousel__image--empty {
		flex: 0 0 200px;
		width: 100%;
		height: 200px;
	}

	.ch-carousel__content {
		flex: 1 1 auto;
		width: 100%;
		padding: 1.5rem;
	}

}

@media (max-width: 899px) {
	.ch-carousel--animated .ch-carousel__content {
		padding: 1.5rem;
	}
}

.ch-5050-block .c-content p:not(.c-lead),
.ch-5050-block .c-content li {
	font-size: 1rem!important;
}
