body.cse-homepage-new [data-cse-proto-header] {
	display: none !important;
}

/* dc-runtime injects FULL_PAGE_CSS (html/body/#dc-root { height: 100% }),
   which traps the homepage in a viewport box instead of a full scrolling page. */
html:has(body.cse-homepage-new),
body.cse-homepage-new {
	height: auto !important;
	min-height: 100%;
	max-width: none !important;
	overflow-x: hidden;
	overflow-x: clip;
	overflow-y: visible !important;
	margin: 0 !important;
}

body.cse-homepage-new #dc-root,
body.cse-homepage-new #dc-root > .sc-host {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

.cse-hp-chrome {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000;
	width: 100%;
	overflow: visible;
}

body.admin-bar.cse-homepage-new .cse-hp-chrome {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar.cse-homepage-new .cse-hp-chrome {
		top: 46px !important;
	}
}

.cse-hp-topbar {
	position: relative;
	z-index: 3;
	background: #0B1524;
	color: #B9C6DA;
	font: 500 13px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.06em;
}

.cse-hp-topbar-inner {
	max-width: 1720px;
	margin: 0 auto;
	padding: 9px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	flex-wrap: wrap;
	line-height: 1.5;
}

.cse-hp-topbar-live {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cse-hp-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3FD2A1;
	display: inline-block;
	animation: cse-pulse 2.4s ease-in-out infinite;
}

.cse-hp-topbar-meta {
	display: flex;
	align-items: center;
	gap: 8px 16px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cse-hp-topbar-meta a {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

.cse-hp-topbar-meta a:hover {
	color: #8FB0FF;
}

.cse-hp-loc {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.cse-hp-loc svg {
	width: 13px;
	height: 13px;
	flex: none;
	color: #8FB0FF;
}

.cse-hp-sep {
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.2);
}

.cse-hp-header {
	position: relative;
	z-index: 3;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid #E1E7F0;
	overflow: visible;
}

.cse-hp-header-inner {
	max-width: 1720px;
	margin: 0 auto;
	padding: 0 40px;
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 12px 24px;
	overflow: visible;
}

.cse-hp-logo {
	flex: none;
	display: flex;
	align-items: center;
	align-self: center;
}

.cse-hp-logo img {
	height: 34px;
	width: auto;
	display: block;
}

.cse-hp-menu {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 2px;
	margin-left: 26px;
	align-self: stretch;
}

.cse-hp-overview {
	flex: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	align-self: center;
	padding: 9px 12px;
	font: 500 15px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #0B1524;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.18s ease;
}

.cse-hp-overview:after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: -1px;
	height: 2px;
	border-radius: 2px;
	background: #1E50E2;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cse-hp-overview:hover,
.cse-hp-overview.is-active {
	font-weight: 600;
	color: #1E50E2;
}

.cse-hp-overview:hover:after,
.cse-hp-overview.is-active:after {
	transform: scaleX(1);
}

.cse-hp-chrome:has(#mega-menu-cse_homepage_new > li.mega-menu-item:hover) .cse-hp-overview.is-active:not(:hover),
.cse-hp-chrome:has(.mega-toggle-on) .cse-hp-overview.is-active:not(:hover) {
	font-weight: 500;
	color: #0B1524;
}

.cse-hp-chrome:has(#mega-menu-cse_homepage_new > li.mega-menu-item:hover) .cse-hp-overview.is-active:not(:hover):after,
.cse-hp-chrome:has(.mega-toggle-on) .cse-hp-overview.is-active:not(:hover):after {
	transform: scaleX(0);
}

.cse-hp-actions {
	display: flex;
	align-items: center;
	align-self: center;
	gap: 12px;
	flex: none;
	margin-left: auto;
}

.cse-hp-search {
	position: relative;
	display: flex;
	align-items: center;
}

.cse-hp-search-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: 1px solid #C3CFE0;
	border-radius: 5px;
	padding: 10px 13px;
	cursor: pointer;
	color: #0B1524;
	font: 500 14px/1 "IBM Plex Sans", system-ui, sans-serif;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.cse-hp-search-btn:hover,
.cse-hp-chrome.is-search-open .cse-hp-search-btn {
	background: #F5F7FB;
	border-color: #1E50E2;
}

.cse-hp-chrome.is-search-open .cse-hp-search-btn span {
	display: none;
}

.cse-hp-search-btn svg {
	width: 17px;
	height: 17px;
	display: block;
	flex: none;
}

.cse-hp-search input[type="search"] {
	width: 0;
	margin-left: 0;
	padding: 10px 0;
	border: 0;
	background: #F5F7FB;
	border-radius: 5px;
	font: 400 14px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #0B1524;
	outline: none;
	opacity: 0;
	overflow: hidden;
	transition: width 0.26s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.22s ease, margin 0.26s ease, padding 0.26s ease, border-color 0.2s ease;
}

.cse-hp-chrome.is-search-open .cse-hp-search input[type="search"] {
	width: 250px;
	margin-left: 8px;
	padding: 10px 13px;
	border: 1px solid #C3CFE0;
	opacity: 1;
}

.cse-hp-talk {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #1E50E2;
	border: 0;
	border-radius: 5px;
	padding: 11px 16px;
	font: 600 13px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.cse-hp-talk:hover {
	background: #143BAF;
	color: #fff;
}

.cse-hp-talk [data-talk-arrow] {
	font: 400 13px/1 "IBM Plex Mono", monospace;
	transition: transform 0.22s ease;
}

.cse-hp-talk:hover [data-talk-arrow] {
	transform: translateX(4px);
}

.cse-hp-portal {
	display: inline-flex;
	align-items: center;
	border: 1px solid #C3CFE0;
	border-radius: 5px;
	padding: 10px 15px;
	font: 600 13px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #0B1524;
	text-decoration: none;
	white-space: nowrap;
}

.cse-hp-portal:hover {
	border-color: #0B1524;
	background: #F5F7FB;
	color: #0B1524;
}

#mega-menu-wrap-cse_homepage_new {
	background: transparent;
	background-color: transparent;
	flex: 0 1 auto;
	width: auto !important;
	min-width: 0;
	box-shadow: none;
	border: 0;
	position: static !important;
	align-self: center;
	display: flex !important;
	overflow: visible !important;
}

#mega-menu-wrap-cse_homepage_new .mega-menu-toggle {
	display: none;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new {
	background: transparent;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 2px;
	float: none;
	width: auto !important;
	position: static !important;
	align-self: center;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:hover,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-toggle-on {
	margin: 0;
	padding: 0;
	background: transparent !important;
	background-color: transparent !important;
	position: static !important;
	display: flex !important;
	align-items: center !important;
	float: none !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item > a.mega-menu-link {
	font-family: "IBM Plex Sans", system-ui, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1 !important;
	color: #0B1524;
	padding: 9px 10px 9px 12px !important;
	background: transparent;
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
	height: auto !important;
	min-height: 0;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	overflow: visible !important;
	transition: color 0.18s ease;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item > a.mega-menu-link:after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 12px !important;
	right: 12px !important;
	bottom: -1px !important;
	margin: 0 !important;
	height: 2px !important;
	width: auto !important;
	border-radius: 2px;
	background: #1E50E2 !important;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.26s cubic-bezier(0.22, 0.61, 0.36, 1);
	pointer-events: none;
	z-index: 2;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children > a.mega-menu-link:after {
	right: 26px !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:hover > a.mega-menu-link:after,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:focus-within > a.mega-menu-link:after,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
	transform: scaleX(1);
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:focus > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: none !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item:focus > a.mega-menu-link,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	color: #1E50E2 !important;
	font-weight: 600;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 8px !important;
	height: 8px !important;
	min-width: 8px !important;
	min-height: 8px !important;
	margin: 0 0 0 6px !important;
	padding: 0 !important;
	float: none !important;
	background: none !important;
	border: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	color: #5C6A7E !important;
	transition: color 0.18s ease, transform 0.22s ease;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:before {
	display: none !important;
	content: none !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	content: "" !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: inherit !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-style: solid !important;
	border-width: 5px 4px 0 4px !important;
	border-color: currentColor transparent transparent transparent !important;
	transform: none !important;
	transition: transform 0.22s ease;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children:hover > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
	color: #1E50E2 !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
	transform: rotate(180deg) !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu > ul.mega-sub-menu.cse-html-mega-sub {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: calc(100% - 1px) !important;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 0 !important;
	background: #F5F7FB !important;
	background-color: #F5F7FB !important;
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 1px solid rgba(10, 30, 60, 0.14) !important;
	border-radius: 0 !important;
	box-shadow: 0 40px 90px rgba(3, 8, 18, 0.32);
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100vh - var(--cse-hp-chrome-h, 112px));
	z-index: 4;
	animation: cse-mega-open 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
	transform: none !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu.cse-html-mega-sub {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu > ul.mega-sub-menu.cse-html-mega-sub:before,
#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu > ul.mega-sub-menu.cse-html-mega-sub:after {
	display: none !important;
	content: none !important;
}

.cse-html-mega-bg {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(11, 21, 36, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 21, 36, 0.055) 1px, transparent 1px);
	background-size: 64px 64px;
	pointer-events: none;
	z-index: 0;
}

.cse-html-mega-glow {
	position: absolute;
	top: -220px;
	right: -120px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30, 80, 226, 0.09), transparent 62%);
	pointer-events: none;
	z-index: 0;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu > ul.mega-sub-menu.cse-html-mega-sub > li.cse-html-mega-panel {
	width: 100% !important;
	float: none !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	position: relative !important;
}

#mega-menu-wrap-cse_homepage_new #mega-menu-cse_homepage_new > li.mega-menu-megamenu > ul.mega-sub-menu.cse-html-mega-sub > li.cse-html-mega-panel > a.mega-menu-link {
	display: none !important;
}

.cse-html-mega-panel,
.cse-html-mega {
	background: transparent;
}

.cse-html-mega {
	position: relative;
	z-index: 1;
	max-width: 1720px;
	margin: 0 auto;
	padding: 28px 40px 36px;
}

.cse-html-mega-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.5fr) minmax(0, 0.86fr);
	gap: 56px;
	align-items: start;
}

.cse-html-mega-kicker {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.cse-html-mega-eyebrow {
	font: 600 12px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.16em;
	color: #1E50E2;
}

.cse-html-mega-track {
	font: 600 12px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.12em;
}

.cse-html-mega-title {
	margin: 20px 0 0;
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: clamp(26px, 2.5vw, 38px);
	line-height: 1.08;
	letter-spacing: -0.026em;
	max-width: 20ch;
	color: #0B1524;
}

.cse-html-mega-copy {
	margin: 18px 0 0;
	font: 400 17px/1.62 "IBM Plex Sans", system-ui, sans-serif;
	color: #5C6A7E;
	max-width: 44ch;
}

.cse-html-mega-h {
	font: 600 11px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.14em;
	color: #5C6A7E;
}

.cse-html-mega-h-ai {
	color: #6D28D9;
}

.cse-html-mega-foundation {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(10, 30, 60, 0.12);
}

.cse-html-mega-note {
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid rgba(10, 30, 60, 0.12);
}

.cse-html-mega-chips {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.cse-html-mega-chips span {
	border: 1px solid rgba(10, 30, 60, 0.16);
	border-radius: 100px;
	padding: 6px 11px;
	font: 500 12px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #0B1524;
	background: #fff;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cse-html-mega-chips span:hover {
	background: rgba(30, 80, 226, 0.08);
	border-color: rgba(30, 80, 226, 0.45);
	color: #1E50E2;
}

.cse-html-mega-note-text {
	margin-top: 9px;
	font: 400 15px/1.5 "IBM Plex Sans", system-ui, sans-serif;
	color: #2B3A4F;
}

.cse-html-mega-mid {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.cse-html-mega-primary {
	display: block;
	text-align: left;
	text-decoration: none;
	background: rgba(124, 58, 237, 0.055);
	border: 1px solid rgba(124, 58, 237, 0.3);
	border-radius: 8px;
	padding: 24px 26px;
}

.cse-html-mega-primary:hover {
	border-color: #7C3AED;
	background: rgba(124, 58, 237, 0.1);
}

.cse-html-mega-primary-title {
	margin-top: 12px;
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0B1524;
}

.cse-html-mega-primary p {
	margin: 10px 0 0;
	font: 400 15px/1.58 "IBM Plex Sans", system-ui, sans-serif;
	color: #5C6A7E;
	max-width: 62ch;
}

.cse-html-mega-primary-cta {
	margin-top: 14px;
	font: 600 13px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #1E50E2;
}

.cse-html-mega-groups {
	display: grid;
	gap: 34px 40px;
}

.cse-html-mega-groups-2 {
	grid-template-columns: 1fr 1fr;
}

.cse-html-mega-groups-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#mega-menu-wrap-cse_homepage_new ul.mega-sub-menu:not(.cse-html-mega-sub) {
	display: none !important;
}

.cse-html-mega-group-items {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cse-html-mega-link {
	display: block;
	text-decoration: none;
	padding: 9px 12px;
	border-radius: 6px;
	transition: background 0.16s ease;
}

.cse-html-mega-link:hover {
	background: rgba(30, 80, 226, 0.06);
}

.cse-html-mega-link:hover .cse-html-mega-link-lbl {
	color: #1E50E2;
}

.cse-html-mega-link:hover .cse-html-mega-link-arw {
	opacity: 1;
	transform: translateX(3px);
}

.cse-html-mega-link-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}

.cse-html-mega-link-lbl {
	font: 600 16px/1.35 "IBM Plex Sans", system-ui, sans-serif;
	color: #0B1524;
	transition: color 0.18s ease;
}

.cse-html-mega-link-arw {
	display: inline-block;
	flex: none;
	font: 400 14px/1 "IBM Plex Mono", monospace;
	color: #1E50E2;
	opacity: 0.5;
	transform: translateX(0);
	transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cse-html-mega-link-sub {
	display: block;
	margin-top: 5px;
	font: 400 14px/1.5 "IBM Plex Sans", system-ui, sans-serif;
	color: #5C6A7E;
}

.cse-html-mega-footer-link {
	display: inline-block;
	margin: 14px 0 0 12px;
	font: 600 13px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #1E50E2;
	text-decoration: none;
}

.cse-html-mega-footer-link:hover {
	color: #0B1524;
}

.cse-html-mega-spot {
	position: relative;
	align-self: center;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(10, 30, 60, 0.16);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	min-height: 0;
	aspect-ratio: 4 / 3;
}

.cse-html-mega-spot-art {
	position: absolute;
	inset: 0;
	background: #122036;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cse-html-mega-spot-art img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border: 0;
}

.cse-html-mega-spot-art.contain {
	background-color: #fff;
}

.cse-html-mega-spot-art.contain img {
	object-fit: contain;
}

.cse-html-mega-spot:hover .cse-html-mega-spot-art {
	transform: scale(1.02);
}

.cse-html-mega-spot-grad {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(7, 14, 28, 0.92) 0%, rgba(7, 14, 28, 0.45) 42%, rgba(7, 14, 28, 0) 78%);
}

.cse-html-mega-spot-cap {
	position: absolute;
	left: 24px;
	right: 56px;
	bottom: 22px;
	text-align: left;
}

.cse-html-mega-spot-k {
	display: block;
	font: 600 11px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.14em;
	color: #8FB0FF;
}

.cse-html-mega-spot-t {
	display: block;
	margin-top: 8px;
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.15;
	letter-spacing: -0.022em;
	color: #fff;
}

.cse-html-mega-spot-arw {
	position: absolute;
	right: 22px;
	bottom: 22px;
	font: 400 16px/1 "IBM Plex Mono", monospace;
	color: #fff;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cse-html-mega-spot:hover .cse-html-mega-spot-arw {
	transform: translateX(5px);
}

.cse-hp-veil {
	position: fixed;
	inset: 0;
	z-index: 1;
	background: rgba(6, 12, 24, 0.52);
	backdrop-filter: blur(2.5px) saturate(0.85);
	animation: cse-mega-veil 0.26s ease both;
}

.cse-hp-search-panel {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 4;
	background: #0B1524;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	overflow-y: auto;
	max-height: calc(100vh - 120px);
	box-shadow: 0 40px 90px rgba(3, 8, 18, 0.5);
	animation: cse-mega-open 0.26s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.cse-hp-search-panel-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#ffffff0d 1px, transparent 1px), linear-gradient(90deg, #ffffff0d 1px, transparent 1px);
	background-size: 64px 64px;
	pointer-events: none;
}

.cse-hp-search-panel-inner {
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
	padding: 34px 40px 40px;
}

.cse-hp-search-kicker {
	font: 600 12px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.16em;
	color: #8FB0FF;
}

.cse-hp-search-panel-mobile-field {
	display: none;
	margin-top: 18px;
	align-items: center;
	gap: 11px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	padding: 0 14px;
}

.cse-hp-search-panel-mobile-field svg {
	width: 18px;
	height: 18px;
	flex: none;
	color: #8FB0FF;
}

.cse-hp-search-mobile-input {
	flex: 1;
	min-width: 0;
	background: none;
	border: 0;
	padding: 15px 0;
	font: 400 17px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #fff;
	outline: none;
}

.cse-hp-search-idle {
	margin-top: 24px;
}

.cse-hp-search-popular-h,
.cse-hp-search-group-h {
	font: 600 11px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.14em;
	color: #8595AC;
}

.cse-hp-search-chips {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.cse-hp-search-chips button {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 100px;
	background: none;
	padding: 9px 15px;
	font: 500 14px/1 "IBM Plex Sans", system-ui, sans-serif;
	color: #DCE4F0;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.cse-hp-search-chips button:hover {
	border-color: #8FB0FF;
	color: #fff;
}

.cse-hp-search-hits {
	margin-top: 26px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 30px 44px;
	align-items: start;
}

.cse-hp-search-group-items {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cse-hp-search-hit {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
}

.cse-hp-search-hit:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.cse-hp-search-hit-t {
	display: block;
	font: 600 16px/1.3 "IBM Plex Sans", system-ui, sans-serif;
	color: #fff;
}

.cse-hp-search-empty {
	margin-top: 26px;
	max-width: 56ch;
}

.cse-hp-search-empty-title {
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.022em;
	color: #fff;
}

.cse-hp-search-empty p {
	margin: 12px 0 0;
	font: 400 17px/1.6 "IBM Plex Sans", system-ui, sans-serif;
	color: #B9C6DA;
}

.cse-hp-search-empty .cse-hp-talk {
	margin-top: 20px;
}

.cse-hp-chrome.is-search-open .mega-sub-menu {
	display: none !important;
}

@keyframes cse-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.25; }
}

@keyframes cse-mega-open {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes cse-mega-veil {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (max-width: 1100px) {
	.cse-html-mega-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.cse-html-mega-spot {
		min-height: 240px;
		max-width: 420px;
	}
}

.cse-hp-burger {
	display: none;
	margin-left: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: none;
	border: 1px solid #E1E7F0;
	border-radius: 6px;
	cursor: pointer;
	flex: none;
}

.cse-hp-burger span {
	width: 18px;
	height: 2px;
	background: #0B1524;
	display: block;
	transition: transform 0.2s ease;
}

.cse-hp-chrome.is-mobile-open .cse-hp-burger span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.cse-hp-chrome.is-mobile-open .cse-hp-burger span:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.cse-hp-mobile {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: var(--cse-hp-chrome-h, 112px);
	bottom: 0;
	z-index: 4;
	background: #0B1524;
	overflow-y: auto;
	animation: cse-mega-open 0.24s ease both;
}

.cse-hp-chrome.is-mobile-open .cse-hp-mobile {
	display: block;
}

.cse-hp-mobile-inner {
	padding: 26px 24px 60px;
	max-width: 640px;
	margin: 0 auto;
}

.cse-hp-mobile-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 4px;
	font: 600 20px/1.2 "IBM Plex Sans", system-ui, sans-serif;
	color: #fff;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.cse-hp-mobile-link:hover {
	color: #fff;
}

.cse-hp-mobile-chev {
	font: 400 17px/1 "IBM Plex Mono", monospace;
	color: #8FB0FF;
}

.cse-hp-mobile-ctas {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cse-hp-mobile-ctas .cse-hp-talk {
	justify-content: center;
	padding: 16px 20px;
	font-size: 15px;
}

.cse-hp-portal-dark {
	justify-content: center;
	border-color: rgba(255, 255, 255, 0.26);
	color: #fff;
	padding: 15px 20px;
	font-size: 15px;
}

.cse-hp-portal-dark:hover {
	color: #fff;
	border-color: #8FB0FF;
	background: transparent;
}

.cse-hp-mobile-assess {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 20px;
	font: 600 13px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.08em;
	color: #8FB0FF;
	text-decoration: none;
}

.cse-hp-mobile-back {
	background: none;
	border: 0;
	padding: 0;
	font: 600 12px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.14em;
	color: #8FB0FF;
	cursor: pointer;
}

.cse-hp-mobile-eyebrow {
	margin-top: 22px;
	font: 600 12px/1 "IBM Plex Mono", monospace;
	letter-spacing: 0.16em;
	color: #8595AC;
}

.cse-hp-mobile-child h2 {
	margin: 14px 0 0;
	font-family: Archivo, sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: -0.026em;
	color: #fff;
}

.cse-hp-mobile-sub {
	display: block;
	background: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 17px 4px;
	text-align: left;
	font: 500 18px/1.3 "IBM Plex Sans", system-ui, sans-serif;
	color: #DCE4F0;
	text-decoration: none;
}

.cse-hp-mobile-sub:hover {
	color: #fff;
}

@media (max-width: 1180px) {
	.cse-hp-topbar-inner,
	.cse-hp-header-inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.cse-hp-talk,
	.cse-hp-portal,
	.cse-hp-overview,
	.cse-hp-menu {
		display: none !important;
	}

	.cse-hp-mobile-ctas .cse-hp-talk,
	.cse-hp-mobile-ctas .cse-hp-portal {
		display: inline-flex !important;
	}

	.cse-hp-search-btn span {
		display: none;
	}

	.cse-hp-chrome.is-search-open .cse-hp-search input[type="search"] {
		width: 0;
		margin-left: 0;
		padding: 10px 0;
		border: 0;
		opacity: 0;
	}

	.cse-hp-search-panel-mobile-field {
		display: flex;
	}

	.cse-hp-search-panel-inner {
		padding: 24px 16px 32px;
	}

	.cse-hp-burger {
		display: inline-flex;
	}

	#mega-menu-wrap-cse_homepage_new .mega-menu-toggle,
	#mega-menu-wrap-cse_homepage_new {
		display: none !important;
	}

	.cse-html-mega {
		padding: 24px 16px 32px;
	}

	.cse-html-mega-groups-2,
	.cse-html-mega-groups-3 {
		grid-template-columns: 1fr;
	}

	body.cse-homepage-new #dc-root section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body.cse-homepage-new #dc-root [style*="padding:100px 40px"],
	body.cse-homepage-new #dc-root [style*="padding:84px 40px"],
	body.cse-homepage-new #dc-root [style*="padding:96px 40px"],
	body.cse-homepage-new #dc-root [style*="padding:88px 40px"],
	body.cse-homepage-new #dc-root [style*="padding:72px 40px"],
	body.cse-homepage-new #dc-root [style*="padding:64px 40px"] {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body.cse-homepage-new #dc-root [style*="grid-template-columns"] {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.cse-homepage-new #dc-root [style*="repeat(4,minmax(0,1fr))"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.cse-homepage-new #dc-root [style*="overflow-x:auto"] {
		overflow-x: auto;
	}

	body.cse-homepage-new [data-cse-footer] {
		padding: 48px 20px 28px !important;
	}

	.cse-hp-search {
		display: flex;
		margin-left: auto;
		margin-right: 8px;
	}
}

@media (max-width: 640px) {
	body.cse-homepage-new #dc-root [style*="repeat(4,minmax(0,1fr))"],
	body.cse-homepage-new #dc-root [style*="repeat(2,minmax(0,1fr))"],
	body.cse-homepage-new #dc-root [style*="repeat(2,210px)"] {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.cse-hp-topbar-meta {
		display: none;
	}
}
