:root {
	--ob-home-blue: #0b88cd;
	--ob-home-blue-bright: #08a2e2;
	--ob-home-navy: #061623;
	--ob-home-navy-soft: #0a2233;
	--ob-home-ink: #0b1824;
	--ob-home-muted: #5e6b74;
	--ob-home-pale: #eef3f4;
	--ob-home-pale-blue: #e7f1f5;
	--ob-home-line: rgba(11, 24, 36, 0.15);
	--ob-home-white: #fff;
	--ob-home-font: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

body.omniblend-custom-home .site-content > .ast-container,
body.omniblend-custom-home .site-content .ast-container,
body.omniblend-custom-home .content-area,
body.omniblend-custom-home .site-main,
body.omniblend-custom-home .ast-article-single {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.omniblend-custom-home .entry-header,
body.omniblend-custom-home .post-thumb,
body.omniblend-custom-home .comments-area {
	display: none;
}

body.omniblend-custom-home .entry-content {
	margin: 0;
}

.ob-home,
.ob-home * {
	box-sizing: border-box;
}

.ob-home {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: var(--ob-home-white);
	color: var(--ob-home-ink);
	font-family: var(--ob-home-font);
}

.ob-home img {
	display: block;
	max-width: 100%;
}

.ob-home h1,
.ob-home h2,
.ob-home h3,
.ob-home p,
.ob-home ul,
.ob-home ol {
	margin-top: 0;
}

.ob-home p,
.ob-home li {
	font-weight: 500;
}

.ob-home a {
	text-decoration: none;
}

.ob-home-container {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.ob-home-section {
	padding: 116px 0;
}

.ob-home-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 24px;
	color: var(--ob-home-blue);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ob-home-eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.ob-home-eyebrow--light {
	color: #8ed6f3;
}

.ob-home-heading {
	margin-bottom: 60px;
}

.ob-home-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	align-items: end;
	gap: 72px;
}

.ob-home-heading h2,
.ob-home-performance h2,
.ob-home-segments h2,
.ob-home-networks h2,
.ob-home-maintenance h2,
.ob-home-final-cta h2,
.ob-home-featured h2 {
	margin-bottom: 0;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.ob-home-heading--split > p,
.ob-home-performance__copy > p,
.ob-home-segments__heading > p,
.ob-home-maintenance__card > p,
.ob-home-featured__copy-inner > p {
	margin-bottom: 0;
	color: var(--ob-home-muted);
	font-size: 17px;
	line-height: 1.7;
}

.ob-home-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}

.ob-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 27px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ob-home-button:hover,
.ob-home-button:focus-visible {
	transform: translateY(-2px);
}

.ob-home-button--light {
	background: var(--ob-home-white);
	color: var(--ob-home-navy);
}

.ob-home-button--light:hover,
.ob-home-button--light:focus-visible {
	background: var(--ob-home-navy);
	color: var(--ob-home-white);
}

.ob-home-button--dark {
	background: var(--ob-home-navy);
	color: var(--ob-home-white);
}

.ob-home-button--dark:hover,
.ob-home-button--dark:focus-visible {
	background: var(--ob-home-blue);
	color: var(--ob-home-white);
}

.ob-home-button--outline-light {
	border-color: rgba(255, 255, 255, 0.45);
	background: transparent;
	color: var(--ob-home-white);
}

.ob-home-button--outline-light:hover,
.ob-home-button--outline-light:focus-visible {
	border-color: var(--ob-home-white);
	background: var(--ob-home-white);
	color: var(--ob-home-navy);
}

.ob-home-text-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(11, 24, 36, 0.35);
	color: var(--ob-home-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: gap 180ms ease, border-color 180ms ease;
}

.ob-home-text-link:hover,
.ob-home-text-link:focus-visible {
	gap: 22px;
	border-color: currentColor;
}

.ob-home-text-link--light {
	border-color: rgba(255, 255, 255, 0.45);
	color: var(--ob-home-white);
}

/* Hero */
.ob-plugin-hero {
	position: relative;
	min-height: 786px;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 32%, rgba(76, 191, 234, 0.44), transparent 29%),
		linear-gradient(130deg, #0788cd 0%, #087fc1 46%, #056da9 100%);
	color: var(--ob-home-white);
}

.ob-plugin-hero::before,
.ob-plugin-hero::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

.ob-plugin-hero::before {
	top: -390px;
	right: -140px;
	width: 910px;
	height: 910px;
}

.ob-plugin-hero::after {
	right: 320px;
	bottom: -500px;
	width: 790px;
	height: 790px;
}

.ob-plugin-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(420px, 0.88fr) minmax(470px, 1.12fr);
	align-items: center;
	min-height: 786px;
	gap: 24px;
}

.ob-plugin-hero__copy {
	padding: 70px 0 76px;
}

.ob-plugin-hero h1 {
	max-width: 650px;
	margin-bottom: 30px;
	color: var(--ob-home-white);
	font-size: clamp(58px, 5.7vw, 86px);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: -0.065em;
}

.ob-plugin-hero__lead {
	max-width: 525px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.65;
}

.ob-plugin-hero__metrics {
	display: flex;
	align-items: stretch;
	margin-top: 57px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.ob-plugin-hero__metrics div {
	display: flex;
	align-items: baseline;
	gap: 9px;
	min-width: 160px;
}

.ob-plugin-hero__metrics div + div {
	margin-left: 28px;
	padding-left: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ob-plugin-hero__metrics strong {
	color: var(--ob-home-white);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -0.04em;
}

.ob-plugin-hero__metrics span {
	max-width: 100px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ob-plugin-hero__visual {
	position: relative;
	align-self: stretch;
	min-width: 0;
}

.ob-plugin-hero__halo {
	position: absolute;
	top: 50%;
	left: 54%;
	width: min(43vw, 600px);
	max-width: 600px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.11);
	box-shadow: 0 0 100px rgba(255, 255, 255, 0.12);
	transform: translate(-50%, -50%);
}

.ob-plugin-hero__visual > img {
	position: absolute;
	top: 50%;
	left: 51%;
	width: min(51vw, 650px);
	max-height: 755px;
	object-fit: contain;
	filter: drop-shadow(0 32px 24px rgba(2, 35, 57, 0.22));
	transform: translate(-50%, -49%);
}

.ob-plugin-hero__caption {
	position: absolute;
	right: 0;
	bottom: 35px;
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ob-plugin-hero__caption span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
}

/* Trust strip */
.ob-home-trust {
	border-bottom: 1px solid var(--ob-home-line);
	background: var(--ob-home-white);
}

.ob-home-trust__inner {
	display: grid;
	grid-template-columns: 245px 1fr;
	align-items: center;
	min-height: 89px;
}

.ob-home-trust p {
	margin: 0;
	color: var(--ob-home-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ob-home-trust ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ob-home-trust li {
	margin: 0;
	padding: 5px 22px;
	border-left: 1px solid var(--ob-home-line);
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

/* Pathways */
.ob-home-pathways {
	background: var(--ob-home-white);
}

.ob-home-pathways__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--ob-home-line);
	border-bottom: 1px solid var(--ob-home-line);
}

.ob-home-pathway-card {
	position: relative;
	min-height: 360px;
	padding: 33px 38px 36px;
	background: var(--ob-home-white);
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.ob-home-pathway-card + .ob-home-pathway-card {
	border-left: 1px solid var(--ob-home-line);
}

.ob-home-pathway-card:hover {
	z-index: 1;
	background: var(--ob-home-blue);
	color: var(--ob-home-white);
	transform: translateY(-7px);
}

.ob-home-pathway-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 76px;
	color: var(--ob-home-blue);
}

.ob-home-pathway-card:hover .ob-home-pathway-card__top {
	color: var(--ob-home-white);
}

.ob-home-pathway-card__top span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.ob-home-pathway-card__top svg {
	width: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.3;
}

.ob-home-pathway-card h3 {
	max-width: 290px;
	margin-bottom: 20px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.ob-home-pathway-card p {
	max-width: 300px;
	margin-bottom: 30px;
	color: var(--ob-home-muted);
	font-size: 14px;
	line-height: 1.6;
}

.ob-home-pathway-card:hover p {
	color: rgba(255, 255, 255, 0.82);
}

.ob-home-pathway-card > a {
	position: absolute;
	right: 38px;
	bottom: 35px;
	left: 38px;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	border-top: 1px solid var(--ob-home-line);
	color: var(--ob-home-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ob-home-pathway-card:hover > a {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--ob-home-white);
}

/* Featured quiet */
.ob-home-featured {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 810px;
}

.ob-home-featured__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 70px 7vw 70px 24px;
	background: var(--ob-home-pale);
}

.ob-home-featured__visual-inner {
	position: relative;
	width: min(520px, 100%);
	aspect-ratio: 4 / 5;
	background: transparent;
}

.ob-home-featured__visual-inner::before {
	position: absolute;
	top: 9%;
	right: -4%;
	bottom: 9%;
	left: -4%;
	border: 1px solid rgba(11, 136, 205, 0.14);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.2) 47%, transparent 72%);
	content: "";
}

.ob-home-featured__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 28px 24px rgba(22, 47, 61, 0.17));
}

.ob-home-featured__index {
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 0;
	color: var(--ob-home-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ob-home-featured__copy {
	display: flex;
	align-items: center;
	padding: 90px 24px 90px 8vw;
	background: var(--ob-home-navy);
	color: var(--ob-home-white);
}

.ob-home-featured__copy-inner {
	max-width: 510px;
}

.ob-home-featured h2 {
	margin-bottom: 34px;
	color: var(--ob-home-white);
}

.ob-home-featured__copy-inner > p {
	color: rgba(255, 255, 255, 0.78);
}

.ob-home-feature-list {
	margin: 45px 0 40px;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	list-style: none;
}

.ob-home-feature-list li {
	display: flex;
	align-items: center;
	gap: 23px;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
}

.ob-home-feature-list span {
	color: #8ed6f3;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

/* Performance */
.ob-home-performance {
	background: var(--ob-home-pale-blue);
}

.ob-home-performance__inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(460px, 1.28fr);
	align-items: center;
	gap: 90px;
}

.ob-home-performance h2 {
	max-width: 480px;
	margin-bottom: 30px;
}

.ob-home-performance__copy > p {
	max-width: 480px;
	margin-bottom: 34px;
}

.ob-home-performance__visual {
	position: relative;
	min-height: 610px;
}

.ob-home-performance__visual::before {
	position: absolute;
	top: 54px;
	right: 3%;
	width: min(470px, 72%);
	aspect-ratio: 1;
	border: 1px solid rgba(11, 136, 205, 0.15);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.12) 57%, transparent 72%);
	content: "";
}

.ob-home-performance__card {
	position: absolute;
	background: transparent;
}

.ob-home-performance__card--back {
	top: 61px;
	left: -3%;
	width: 59%;
	height: 445px;
	transform: rotate(-8deg);
}

.ob-home-performance__card--back span {
	position: absolute;
	bottom: 7%;
	left: 3%;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 28px rgba(15, 50, 69, 0.1);
	color: var(--ob-home-ink);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ob-home-performance__card--back img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 26px 22px rgba(15, 50, 69, 0.16));
}

.ob-home-performance__card--front {
	right: 0;
	bottom: -9px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58%;
	height: 610px;
	padding: 0;
	transform: rotate(1.5deg);
}

.ob-home-performance__card--front img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 30px 25px rgba(15, 50, 69, 0.18));
}

.ob-home-performance__card--front p {
	position: absolute;
	right: 0;
	bottom: 4%;
	margin: 0;
	padding: 8px 12px;
	background: var(--ob-home-navy);
	box-shadow: 0 10px 28px rgba(15, 50, 69, 0.12);
	color: var(--ob-home-white);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ob-home-performance__stamp {
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: var(--ob-home-blue);
	color: var(--ob-home-white);
	font-size: 24px;
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.04em;
	text-align: center;
}

.ob-home-performance__stamp small {
	margin-top: 5px;
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* Comparison */
.ob-home-comparison {
	background: var(--ob-home-white);
}

.ob-home-comparison__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ob-home-model-card {
	position: relative;
	padding: 0 28px 30px;
	border: 1px solid var(--ob-home-line);
	background: var(--ob-home-white);
}

.ob-home-model-card--featured {
	border-color: var(--ob-home-blue);
	box-shadow: inset 0 4px 0 var(--ob-home-blue);
}

.ob-home-model-card__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 320px;
	margin: 0 -27px 27px;
	border-bottom: 1px solid var(--ob-home-line);
	background: #f6f7f6;
	overflow: hidden;
}

.ob-home-model-card__media::before {
	position: absolute;
	width: min(64%, 230px);
	aspect-ratio: 1;
	border: 1px solid rgba( 13, 28, 43, 0.055 );
	border-radius: 50%;
	background: rgba( 255, 255, 255, 0.72 );
	box-shadow: 0 26px 60px rgba( 13, 28, 43, 0.06 );
	content: '';
}

.ob-home-model-card__media > span {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	color: var(--ob-home-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.ob-home-model-card__media img {
	position: relative;
	z-index: 1;
	width: 94%;
	height: 94%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow( 0 18px 18px rgba( 13, 28, 43, 0.08 ) );
	transition: filter 250ms ease, transform 250ms ease;
}

.ob-home-model-card:hover .ob-home-model-card__media img {
	filter: drop-shadow( 0 22px 24px rgba( 13, 28, 43, 0.12 ) );
	transform: scale(1.035);
}

.ob-home-model-card__tag {
	margin-bottom: 11px;
	color: var(--ob-home-blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ob-home-model-card h3 {
	margin-bottom: 15px;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.ob-home-model-card > p:not(.ob-home-model-card__tag) {
	min-height: 67px;
	margin-bottom: 19px;
	color: var(--ob-home-muted);
	font-size: 13px;
	line-height: 1.6;
}

.ob-home-model-card ul {
	margin: 0 0 27px;
	padding: 0;
	border-top: 1px solid var(--ob-home-line);
	list-style: none;
}

.ob-home-model-card li {
	position: relative;
	margin: 0;
	padding: 9px 0 9px 17px;
	border-bottom: 1px solid rgba(11, 24, 36, 0.08);
	color: var(--ob-home-muted);
	font-size: 11px;
}

.ob-home-model-card li::before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ob-home-blue);
	content: "";
}

.ob-home-model-card > a {
	display: flex;
	justify-content: space-between;
	color: var(--ob-home-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* Business segments */
.ob-home-segments {
	padding: 116px 0;
	background: var(--ob-home-navy);
	color: var(--ob-home-white);
}

.ob-home-segments__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
	gap: 110px;
}

.ob-home-segments h2 {
	max-width: 520px;
	margin-bottom: 32px;
	color: var(--ob-home-white);
}

.ob-home-segments__heading > p {
	max-width: 440px;
	color: rgba(255, 255, 255, 0.74);
}

.ob-home-segments__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.23);
	list-style: none;
	counter-reset: none;
}

.ob-home-segments__list li {
	display: grid;
	grid-template-columns: 58px 1fr 30px;
	align-items: center;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.ob-home-segments__list span {
	color: #8ed6f3;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.ob-home-segments__list i {
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
	font-style: normal;
	text-align: right;
}

/* Networks */
.ob-home-networks {
	padding: 88px 0 92px;
	background: var(--ob-home-white);
	text-align: center;
}

.ob-home-networks .ob-home-eyebrow {
	justify-content: center;
}

.ob-home-networks h2 {
	max-width: 840px;
	margin: 0 auto 50px;
	font-size: clamp(36px, 4.4vw, 60px);
}

.ob-home-networks ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--ob-home-line);
	border-left: 1px solid var(--ob-home-line);
	list-style: none;
}

.ob-home-networks li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 84px;
	margin: 0;
	padding: 14px;
	border-right: 1px solid var(--ob-home-line);
	border-bottom: 1px solid var(--ob-home-line);
	color: #33424c;
	font-size: 13px;
	font-weight: 700;
}

.ob-home-networks__note {
	margin: 24px 0 0;
	color: var(--ob-home-muted);
	font-size: 11px;
}

/* Maintenance */
.ob-home-maintenance {
	background: var(--ob-home-pale);
}

.ob-home-maintenance__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
	align-items: center;
	gap: 0;
}

.ob-home-maintenance__photo {
	position: relative;
	min-height: 570px;
	overflow: hidden;
}

.ob-home-maintenance__photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(3, 17, 26, 0.58));
	content: "";
}

.ob-home-maintenance__photo img {
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.ob-home-maintenance__photo > span {
	position: absolute;
	z-index: 2;
	bottom: 25px;
	left: 28px;
	color: var(--ob-home-white);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ob-home-maintenance__card {
	position: relative;
	z-index: 2;
	margin-left: -54px;
	padding: 65px 66px 62px;
	background: var(--ob-home-white);
	box-shadow: 0 28px 70px rgba(14, 38, 52, 0.11);
}

.ob-home-maintenance h2 {
	margin-bottom: 29px;
	font-size: clamp(42px, 4.6vw, 66px);
}

.ob-home-feature-list--dark {
	margin: 37px 0;
	border-color: var(--ob-home-line);
}

.ob-home-feature-list--dark li {
	border-color: var(--ob-home-line);
	color: var(--ob-home-ink);
}

.ob-home-feature-list--dark span {
	color: var(--ob-home-blue);
}

/* Final CTA */
.ob-home-final-cta {
	padding: 82px 0;
	background:
		radial-gradient(circle at 80% 130%, rgba(255, 255, 255, 0.18), transparent 34%),
		var(--ob-home-blue);
	color: var(--ob-home-white);
}

.ob-home-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 60px;
}

.ob-home-final-cta h2 {
	max-width: 790px;
	color: var(--ob-home-white);
	font-size: clamp(42px, 5vw, 68px);
}

.ob-home-final-cta .ob-home-actions {
	justify-content: flex-end;
	padding-bottom: 5px;
}

@media (max-width: 1120px) {
	.ob-plugin-hero__inner {
		grid-template-columns: minmax(380px, 0.9fr) minmax(400px, 1.1fr);
	}

	.ob-plugin-hero h1 {
		font-size: clamp(54px, 6.1vw, 72px);
	}

	.ob-home-featured__copy {
		padding-left: 6vw;
	}

	.ob-home-performance__inner,
	.ob-home-segments__inner {
		gap: 65px;
	}

	.ob-home-maintenance__card {
		padding: 54px 48px;
	}
}

@media (max-width: 921px) {
	.ob-home-section,
	.ob-home-segments {
		padding: 88px 0;
	}

	.ob-home-heading--split {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.ob-home-heading--split > p {
		max-width: 600px;
	}

	.ob-plugin-hero {
		min-height: 1010px;
	}

	.ob-plugin-hero__inner {
		display: block;
		min-height: 1010px;
	}

	.ob-plugin-hero__copy {
		position: relative;
		z-index: 2;
		max-width: 700px;
		padding: 70px 0 0;
	}

	.ob-plugin-hero h1 {
		max-width: 670px;
		font-size: clamp(56px, 9.1vw, 78px);
	}

	.ob-plugin-hero__lead {
		max-width: 600px;
	}

	.ob-plugin-hero__visual {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 510px;
	}

	.ob-plugin-hero__halo {
		width: 500px;
	}

	.ob-plugin-hero__visual > img {
		left: 54%;
		width: min(560px, 75vw);
		max-height: 555px;
		transform: translate(-50%, -48%);
	}

	.ob-home-trust__inner {
		grid-template-columns: 190px 1fr;
	}

	.ob-home-trust li {
		padding-inline: 10px;
		font-size: 11px;
	}

	.ob-home-pathways__grid,
	.ob-home-comparison__grid {
		grid-template-columns: 1fr;
	}

	.ob-home-pathway-card {
		min-height: 300px;
	}

	.ob-home-pathway-card + .ob-home-pathway-card {
		border-top: 1px solid var(--ob-home-line);
		border-left: 0;
	}

	.ob-home-pathway-card__top {
		margin-bottom: 47px;
	}

	.ob-home-featured {
		grid-template-columns: 1fr;
	}

	.ob-home-featured__visual {
		justify-content: center;
		padding: 70px 24px;
	}

	.ob-home-featured__copy {
		padding: 88px 24px;
	}

	.ob-home-featured__copy-inner {
		width: min(680px, 100%);
		max-width: none;
		margin-inline: auto;
	}

	.ob-home-performance__inner {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.ob-home-performance__copy {
		max-width: 650px;
	}

	.ob-home-performance__visual {
		width: min(660px, 100%);
		margin-inline: auto;
	}

	.ob-home-model-card {
		display: grid;
		grid-template-columns: 300px 1fr;
		grid-template-rows: auto auto auto 1fr auto;
		column-gap: 32px;
		padding: 0 30px 28px 0;
	}

	.ob-home-model-card__media {
		grid-row: 1 / 6;
		height: 100%;
		min-height: 390px;
		margin: 0;
		border-right: 1px solid var(--ob-home-line);
		border-bottom: 0;
	}

	.ob-home-model-card__tag {
		align-self: end;
		margin-top: 35px;
	}

	.ob-home-model-card > p:not(.ob-home-model-card__tag) {
		min-height: 0;
	}

	.ob-home-segments__inner {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.ob-home-segments__heading {
		max-width: 670px;
	}

	.ob-home-networks ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.ob-home-maintenance__inner {
		grid-template-columns: 1fr;
	}

	.ob-home-maintenance__photo,
	.ob-home-maintenance__photo img {
		min-height: 480px;
		height: 480px;
	}

	.ob-home-maintenance__card {
		width: calc(100% - 48px);
		margin: -75px auto 0;
	}

	.ob-home-final-cta__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 40px;
	}

	.ob-home-final-cta .ob-home-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	.ob-home-container {
		width: calc(100% - 30px);
	}

	.ob-home-section,
	.ob-home-segments {
		padding: 72px 0;
	}

	.ob-home-heading {
		margin-bottom: 42px;
	}

	.ob-home-heading h2,
	.ob-home-performance h2,
	.ob-home-segments h2,
	.ob-home-featured h2,
	.ob-home-maintenance h2 {
		font-size: clamp(40px, 12.2vw, 53px);
	}

	.ob-home-eyebrow {
		margin-bottom: 20px;
	}

	.ob-home-button {
		width: 100%;
	}

	.ob-plugin-hero {
		min-height: 1020px;
	}

	.ob-plugin-hero::before {
		top: -180px;
		right: -270px;
		width: 650px;
		height: 650px;
	}

	.ob-plugin-hero__inner {
		min-height: 1020px;
	}

	.ob-plugin-hero__copy {
		padding-top: 50px;
		text-align: center;
	}

	.ob-plugin-hero .ob-home-eyebrow {
		justify-content: center;
	}

	.ob-plugin-hero h1 {
		font-size: clamp(45px, 13.8vw, 58px);
		line-height: 0.98;
	}

	.ob-plugin-hero__lead {
		margin-inline: auto;
		font-size: 15px;
		line-height: 1.55;
	}

	.ob-plugin-hero .ob-home-actions {
		gap: 12px;
	}

	.ob-plugin-hero .ob-home-text-link {
		margin-inline: auto;
	}

	.ob-plugin-hero__metrics {
		justify-content: center;
		margin-top: 36px;
	}

	.ob-plugin-hero__metrics div {
		display: block;
		min-width: 0;
		width: 50%;
		text-align: left;
	}

	.ob-plugin-hero__metrics div + div {
		margin-left: 20px;
		padding-left: 20px;
	}

	.ob-plugin-hero__metrics strong,
	.ob-plugin-hero__metrics span {
		display: block;
	}

	.ob-plugin-hero__metrics span {
		margin-top: 6px;
	}

	.ob-plugin-hero__visual {
		height: 415px;
	}

	.ob-plugin-hero__halo {
		width: 350px;
	}

	.ob-plugin-hero__visual > img {
		left: 50%;
		width: min(405px, 105vw);
		max-height: 450px;
	}

	.ob-plugin-hero__caption {
		display: none;
	}

	.ob-home-trust {
		padding: 25px 0 24px;
	}

	.ob-home-trust__inner {
		display: block;
	}

	.ob-home-trust p {
		margin-bottom: 18px;
		text-align: center;
	}

	.ob-home-trust ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 13px 0;
	}

	.ob-home-trust li {
		min-height: 24px;
	}

	.ob-home-pathway-card {
		min-height: 310px;
		padding: 28px 24px;
	}

	.ob-home-pathway-card > a {
		right: 24px;
		bottom: 28px;
		left: 24px;
	}

	.ob-home-featured__visual {
		padding: 45px 15px;
	}

	.ob-home-featured__visual-inner {
		width: 100%;
	}

	.ob-home-featured__copy {
		padding: 72px 15px;
	}

	.ob-home-featured .ob-home-button {
		width: auto;
	}

	.ob-home-performance__visual {
		min-height: 505px;
	}

	.ob-home-performance__card--back {
		top: 67px;
		left: -4%;
		width: 62%;
		height: 315px;
	}

	.ob-home-performance__card--front {
		right: -2%;
		width: 65%;
		height: 485px;
	}

	.ob-home-performance__card--front p {
		right: auto;
		bottom: 1%;
		left: -12%;
	}

	.ob-home-performance__stamp {
		width: 78px;
		height: 78px;
		font-size: 19px;
	}

	.ob-home-model-card {
		display: block;
		padding: 0 23px 27px;
	}

	.ob-home-model-card__media {
		height: 310px;
		min-height: 0;
		margin: 0 -22px 24px;
		border-right: 0;
		border-bottom: 1px solid var(--ob-home-line);
	}

	.ob-home-model-card__tag {
		margin-top: 0;
	}

	.ob-home-segments__list li {
		grid-template-columns: 40px 1fr 20px;
		font-size: 18px;
	}

	.ob-home-networks {
		padding: 70px 0;
	}

	.ob-home-networks h2 {
		font-size: 39px;
	}

	.ob-home-networks li {
		min-height: 76px;
		padding: 10px;
		font-size: 11px;
	}

	.ob-home-maintenance__photo,
	.ob-home-maintenance__photo img {
		min-height: 360px;
		height: 360px;
	}

	.ob-home-maintenance__photo img {
		object-position: 45% center;
	}

	.ob-home-maintenance__card {
		width: calc(100% - 30px);
		margin-top: -45px;
		padding: 48px 25px;
	}

	.ob-home-maintenance__card .ob-home-actions {
		gap: 16px;
	}

	.ob-home-final-cta {
		padding: 68px 0;
	}

	.ob-home-final-cta h2 {
		font-size: 43px;
	}

	.ob-home-final-cta .ob-home-actions {
		width: 100%;
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ob-home *,
	.ob-home *::before,
	.ob-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
