:root {
	--sbs-accent: #e11d48;
	--sbs-ink: #101828;
	--sbs-muted: #667085;
	--sbs-line: #d0d5dd;
	--sbs-soft: #f2f4f7;
	--sbs-paper: #ffffff;
	--sbs-night: #0c111d;
	--sbs-teal: #0f766e;
	--sbs-amber: #d97706;
}

.sbs-ecosystem-active {
	--sbs-page-width: min(1440px, calc(100% - 40px));
}

.sbs-pulse,
.sbs-pulse *,
.sbs-atlas,
.sbs-atlas *,
.sbs-drawer,
.sbs-drawer *,
.sbs-command,
.sbs-command * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.sbs-pulse {
	background: var(--sbs-night);
	color: #fff;
	margin: 0;
	padding: 42px 0 50px;
	position: relative;
}

.sbs-pulse::before {
	background: var(--sbs-accent);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sbs-pulse__inner {
	margin-inline: auto;
	max-width: 1440px;
	width: var(--sbs-page-width);
}

.sbs-pulse__header {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.sbs-eyebrow {
	align-items: center;
	color: #fda4af;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	text-transform: uppercase;
}

.sbs-eyebrow i {
	background: #fb7185;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(251, 113, 133, 0.14);
	display: block;
	height: 8px;
	width: 8px;
}

.sbs-pulse__header h2 {
	color: #fff;
	font-family: "Encode Sans", Inter, system-ui, sans-serif;
	font-size: 38px;
	font-weight: 850;
	line-height: 1.08;
	margin: 8px 0 0;
}

.sbs-pulse__status {
	align-items: end;
	border-left: 1px solid #344054;
	display: flex;
	flex-direction: column;
	min-width: 150px;
	padding-left: 22px;
}

.sbs-pulse__status strong {
	color: #fbbf24;
	font-size: 26px;
	line-height: 1;
}

.sbs-pulse__status span {
	color: #98a2b3;
	font-size: 12px;
	margin-top: 6px;
}

.sbs-pulse__tabs {
	align-items: center;
	border-bottom: 1px solid #344054;
	display: flex;
	gap: 4px;
	margin-bottom: 22px;
	overflow-x: auto;
	scrollbar-width: none;
}

.sbs-pulse__tabs::-webkit-scrollbar {
	display: none;
}

.sbs-pulse__tabs button {
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: #98a2b3;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	min-height: 44px;
	padding: 0 16px;
	white-space: nowrap;
}

.sbs-pulse__tabs button:hover,
.sbs-pulse__tabs button[aria-selected="true"] {
	border-bottom-color: var(--sbs-accent);
	color: #fff;
}

.sbs-pulse__stories {
	display: grid;
	gap: 14px;
	grid-auto-rows: 156px;
	grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(220px, 0.75fr));
	min-height: 326px;
}

.sbs-pulse__stories[aria-busy="true"] {
	opacity: 0.58;
	pointer-events: none;
}

.sbs-pulse-card {
	background: #182230;
	border: 1px solid #344054;
	border-radius: 6px;
	min-width: 0;
	overflow: hidden;
}

.sbs-pulse-card--lead {
	grid-row: span 2;
}

.sbs-pulse-card__link {
	color: inherit;
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	height: 100%;
	text-decoration: none;
}

.sbs-pulse-card--lead .sbs-pulse-card__link {
	display: block;
	position: relative;
}

.sbs-pulse-card__media {
	background: #344054;
	height: 100%;
	min-height: 112px;
	overflow: hidden;
}

.sbs-pulse-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.sbs-pulse-card:hover .sbs-pulse-card__media img {
	transform: scale(1.025);
}

.sbs-pulse-card__placeholder {
	background: #344054;
	display: block;
	height: 100%;
	width: 100%;
}

.sbs-pulse-card__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 14px;
}

.sbs-pulse-card--lead .sbs-pulse-card__copy {
	background: rgba(12, 17, 29, 0.9);
	bottom: 0;
	left: 0;
	padding: 22px 24px;
	position: absolute;
	right: 0;
}

.sbs-pulse-card__category {
	color: #fda4af;
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.sbs-pulse-card h3 {
	color: #fff;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 760;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sbs-pulse-card--lead h3 {
	font-size: 28px;
	line-height: 1.12;
	-webkit-line-clamp: 2;
}

.sbs-pulse-card p {
	color: #d0d5dd;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.45;
	margin: 10px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sbs-pulse-card__meta {
	color: #98a2b3;
	font-size: 11px;
	margin-top: 9px;
}

.sbs-atlas {
	background: #fff;
	border-bottom: 1px solid #e4e7ec;
	position: relative;
	z-index: 35;
}

.sbs-atlas__track {
	display: flex;
	gap: 2px;
	margin-inline: auto;
	max-width: 1440px;
	overflow: visible;
	width: var(--sbs-page-width);
}

.sbs-atlas__branch {
	position: relative;
}

.sbs-atlas__parent {
	align-items: center;
	border-top: 3px solid transparent;
	color: #344054;
	display: flex;
	font-size: 12px;
	font-weight: 760;
	min-height: 42px;
	padding: 0 12px;
	text-decoration: none;
	white-space: nowrap;
}

.sbs-atlas__branch:focus-within .sbs-atlas__parent,
.sbs-atlas__branch:hover .sbs-atlas__parent {
	border-top-color: var(--sbs-section-accent);
	color: var(--sbs-section-accent);
}

.sbs-atlas__children {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 20px 32px rgba(16, 24, 40, 0.16);
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	left: 0;
	min-width: 360px;
	opacity: 0;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	top: calc(100% - 1px);
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
}

.sbs-atlas__children strong {
	border-bottom: 2px solid var(--sbs-section-accent);
	color: #101828;
	font-size: 14px;
	grid-column: 1 / -1;
	margin-bottom: 4px;
	padding: 5px 6px 10px;
}

.sbs-atlas__children a {
	border-radius: 4px;
	color: #475467;
	font-size: 13px;
	font-weight: 600;
	padding: 8px;
	text-decoration: none;
}

.sbs-atlas__children a:hover {
	background: #f2f4f7;
	color: #101828;
}

.sbs-atlas__branch:focus-within .sbs-atlas__children,
.sbs-atlas__branch:hover .sbs-atlas__children {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.nexo-search-wrap {
	min-width: 0;
	position: relative;
}

.nexo-search-wrap .nexo-search {
	width: 100%;
}

.sbs-header-search-results {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 18px 32px rgba(16, 24, 40, 0.16);
	left: 0;
	max-height: 420px;
	overflow: auto;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 3px);
	z-index: 80;
}

.sbs-header-search-results:empty {
	display: none;
}

.sbs-header-search-results .sbs-search-group {
	padding: 4px;
}

.sbs-archive-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 18px;
}

.sbs-archive-subnav a {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	color: #344054;
	font-size: 12px;
	font-weight: 650;
	padding: 8px 11px;
	text-decoration: none;
}

.sbs-archive-subnav a:hover,
.sbs-archive-subnav a.is-current {
	background: #101828;
	border-color: #101828;
	color: #fff;
}

.nexo-newsletter__consent {
	align-items: flex-start;
	color: #667085;
	display: flex;
	font-size: 11px;
	gap: 6px;
	grid-column: 1 / -1;
	line-height: 1.35;
}

.nexo-newsletter [data-sbs-subscribe-status] {
	color: #067647;
	font-size: 11px;
	grid-column: 1 / -1;
	margin: 0;
}

.sbs-trust {
	border-bottom: 1px solid #d0d5dd;
	border-top: 1px solid #d0d5dd;
	margin: 36px 0;
	padding: 24px 0;
}

.sbs-trust > header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
}

.sbs-trust > header .dashicons {
	align-items: center;
	background: #ecfdf3;
	border-radius: 50%;
	color: #067647;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.sbs-trust > header span:not(.dashicons),
.sbs-related > header span {
	color: #067647;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.sbs-trust h2,
.sbs-related h2 {
	color: #101828;
	font-size: 20px;
	line-height: 1.2;
	margin: 2px 0 0;
}

.sbs-trust dl {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.sbs-trust dl div {
	border-left: 2px solid #e4e7ec;
	min-width: 0;
	padding-left: 12px;
}

.sbs-trust dt {
	color: #667085;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sbs-trust dd {
	color: #101828;
	font-size: 14px;
	font-weight: 650;
	margin: 4px 0 0;
	overflow-wrap: anywhere;
}

.sbs-trust dd a {
	color: #0f766e;
}

.sbs-trust__note {
	background: #fffaeb;
	border-left: 3px solid #f79009;
	color: #7a2e0e;
	font-size: 14px;
	line-height: 1.5;
	margin: 18px 0 0;
	padding: 12px 14px;
}

.sbs-related {
	border-top: 4px solid #101828;
	margin-top: 42px;
	padding-top: 18px;
}

.sbs-related > header {
	margin-bottom: 18px;
}

.sbs-related__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sbs-related article {
	min-width: 0;
}

.sbs-related article a {
	color: inherit;
	text-decoration: none;
}

.sbs-related article img {
	aspect-ratio: 16 / 10;
	border-radius: 5px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sbs-related article h3 {
	color: #101828;
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.3;
	margin: 10px 0 7px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sbs-related article time {
	color: #667085;
	font-size: 11px;
}

.sbs-command {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 32px 72px rgba(16, 24, 40, 0.28);
	color: #101828;
	margin-top: 10vh;
	max-height: 76vh;
	max-width: 760px;
	padding: 0;
	width: calc(100% - 32px);
}

.sbs-command::backdrop {
	background: rgba(12, 17, 29, 0.72);
}

.sbs-command__head {
	align-items: center;
	border-bottom: 1px solid #e4e7ec;
	display: flex;
	justify-content: space-between;
	padding: 18px 20px;
}

.sbs-command__head h2 {
	font-size: 18px;
	margin: 0;
}

.sbs-command__head button,
.sbs-drawer header button,
.sbs-mobile-dock button {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.sbs-command form {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 18px 20px;
}

.sbs-command form input {
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	font: inherit;
	font-size: 16px;
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.sbs-command form button,
.sbs-drawer__newsletter button {
	background: #101828;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	min-height: 44px;
	padding: 0 18px;
}

.sbs-command__results {
	max-height: 48vh;
	overflow: auto;
	padding: 0 20px 22px;
}

.sbs-search-group + .sbs-search-group {
	border-top: 1px solid #e4e7ec;
	margin-top: 12px;
	padding-top: 12px;
}

.sbs-search-group > strong {
	color: #667085;
	display: block;
	font-size: 11px;
	margin: 8px 0;
	text-transform: uppercase;
}

.sbs-search-group a {
	align-items: center;
	border-radius: 5px;
	color: #101828;
	display: flex;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	padding: 10px;
	text-decoration: none;
}

.sbs-search-group a:hover,
.sbs-search-group a:focus {
	background: #f2f4f7;
}

.sbs-drawer {
	inset: 0;
	position: fixed;
	z-index: 100010;
}

.sbs-drawer__backdrop {
	background: rgba(12, 17, 29, 0.68);
	border: 0;
	inset: 0;
	position: absolute;
	width: 100%;
}

.sbs-drawer__panel {
	background: #fff;
	box-shadow: -24px 0 48px rgba(16, 24, 40, 0.22);
	height: 100%;
	margin-left: auto;
	max-width: 430px;
	overflow-y: auto;
	padding: 24px;
	position: relative;
	width: calc(100% - 32px);
}

.sbs-drawer__panel > header {
	align-items: center;
	border-bottom: 1px solid #e4e7ec;
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
}

.sbs-drawer__panel > header span:not(.dashicons) {
	color: var(--sbs-accent);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.sbs-drawer__panel h2 {
	font-size: 26px;
	margin: 3px 0 0;
}

.sbs-drawer__panel h3 {
	font-size: 15px;
	margin: 0 0 12px;
}

.sbs-drawer__panel > section {
	border-bottom: 1px solid #e4e7ec;
	padding: 22px 0;
}

.sbs-drawer__topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sbs-drawer__topics button {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	color: #344054;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 650;
	min-height: 34px;
	padding: 0 10px;
}

.sbs-drawer__topics button[aria-pressed="true"] {
	background: #ecfdf3;
	border-color: #12b76a;
	color: #067647;
}

.sbs-drawer__saved p {
	color: #667085;
	margin: 0;
}

.sbs-drawer__saved strong {
	color: #101828;
	font-size: 24px;
}

.sbs-drawer__newsletter form {
	display: grid;
	gap: 10px;
}

.sbs-drawer__newsletter input[type="email"] {
	border: 1px solid #d0d5dd;
	border-radius: 5px;
	font: inherit;
	min-height: 44px;
	padding: 0 12px;
	width: 100%;
}

.sbs-drawer__newsletter label {
	color: #667085;
	font-size: 12px;
}

.sbs-drawer__newsletter [role="status"] {
	color: #067647;
	font-size: 12px;
	margin: 0;
}

.sbs-honeypot {
	left: -10000px !important;
	position: absolute !important;
}

.sbs-mobile-dock {
	display: none;
}

.sbs-network-status {
	background: #101828;
	border-radius: 4px;
	bottom: 76px;
	color: #fff;
	font-size: 12px;
	font-weight: 650;
	left: 50%;
	padding: 9px 13px;
	position: fixed;
	transform: translateX(-50%);
	z-index: 100020;
}

body.nexo-dark .sbs-atlas,
body.nexo-dark .sbs-command,
body.nexo-dark .sbs-drawer__panel {
	background: #101828;
	color: #f2f4f7;
}

body.nexo-dark .sbs-atlas {
	border-bottom-color: #344054;
}

body.nexo-dark .sbs-atlas__parent,
body.nexo-dark .sbs-command__head h2,
body.nexo-dark .sbs-drawer__panel h2,
body.nexo-dark .sbs-drawer__panel h3 {
	color: #f2f4f7;
}

body.nexo-dark .sbs-atlas__children {
	background: #182230;
	border-color: #344054;
}

body.nexo-dark .sbs-atlas__children strong,
body.nexo-dark .sbs-atlas__children a,
body.nexo-dark .sbs-search-group a {
	color: #e4e7ec;
}

body.nexo-dark .sbs-search-group a:hover,
body.nexo-dark .sbs-atlas__children a:hover {
	background: #344054;
}

.sbs-pulse a:focus-visible,
.sbs-atlas a:focus-visible,
.sbs-command button:focus-visible,
.sbs-command input:focus-visible,
.sbs-drawer button:focus-visible,
.sbs-drawer input:focus-visible,
.sbs-mobile-dock a:focus-visible,
.sbs-mobile-dock button:focus-visible {
	outline: 3px solid #fbbf24;
	outline-offset: 2px;
}

@media (max-width: 1100px) {
	.sbs-pulse__stories {
		grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.8fr);
	}

	.sbs-pulse-card:nth-child(n + 6) {
		display: none;
	}

	.sbs-atlas__track {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.sbs-atlas__track::-webkit-scrollbar {
		display: none;
	}

	.sbs-atlas__children {
		display: none;
	}
}

@media (max-width: 760px) {
	.sbs-ecosystem-active {
		--sbs-page-width: calc(100% - 28px);
		padding-bottom: 62px;
	}

	.sbs-pulse {
		padding: 30px 0 34px;
	}

	.sbs-pulse__header {
		align-items: start;
	}

	.sbs-pulse__header h2 {
		font-size: 28px;
	}

	.sbs-pulse__status {
		display: none;
	}

	.sbs-pulse__tabs button {
		padding-inline: 12px;
	}

	.sbs-pulse__stories {
		display: flex;
		gap: 12px;
		min-height: 320px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.sbs-pulse-card,
	.sbs-pulse-card:nth-child(n) {
		display: block;
		flex: 0 0 82%;
		height: 320px;
		scroll-snap-align: start;
	}

	.sbs-pulse-card__link,
	.sbs-pulse-card--lead .sbs-pulse-card__link {
		display: block;
		position: relative;
	}

	.sbs-pulse-card__copy,
	.sbs-pulse-card--lead .sbs-pulse-card__copy {
		background: rgba(12, 17, 29, 0.9);
		bottom: 0;
		left: 0;
		padding: 16px;
		position: absolute;
		right: 0;
	}

	.sbs-pulse-card h3,
	.sbs-pulse-card--lead h3 {
		font-size: 20px;
		-webkit-line-clamp: 3;
	}

	.sbs-pulse-card p {
		display: none;
	}

	.sbs-atlas__track {
		width: calc(100% - 12px);
	}

	.sbs-atlas__parent {
		padding-inline: 10px;
	}

	.sbs-trust dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sbs-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sbs-mobile-dock {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid #d0d5dd;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 58px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 100000;
	}

	.sbs-mobile-dock a,
	.sbs-mobile-dock button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #344054;
	display: flex;
	height: 58px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	}

	.sbs-mobile-dock .dashicons {
	font-size: 23px;
	height: 23px;
	width: 23px;
	}

	.sbs-mobile-dock__count {
	background: var(--sbs-accent);
	border: 2px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	line-height: 15px;
	min-width: 18px;
	padding: 0 3px;
	position: absolute;
	right: calc(50% - 18px);
	top: 9px;
	}

	body.nexo-dark .sbs-mobile-dock {
		background: rgba(16, 24, 40, 0.97);
		border-top-color: #344054;
	}

	body.nexo-dark .sbs-mobile-dock a,
	body.nexo-dark .sbs-mobile-dock button {
		color: #e4e7ec;
	}

	.sbs-command {
		margin-top: 5vh;
		max-height: 86vh;
	}
}

@media (max-width: 480px) {
	.sbs-pulse-card {
		flex-basis: 90%;
	}

	.sbs-trust dl,
	.sbs-related__grid {
		grid-template-columns: 1fr;
	}

	.sbs-command form {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.sbs-command form button {
		grid-column: 1 / -1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sbs-pulse-card__media img,
	.sbs-atlas__children {
		transition: none;
	}
}
