.remote-support-page {
	--remote-support-yellow: #ffe800;
	--remote-support-ink: #171717;
	--remote-support-charcoal: #151515;
	--remote-support-muted: #565656;
	--remote-support-line: #dedede;
	--remote-support-paper: #f5f4f0;
	background: #fff;
	color: var(--remote-support-ink);
	font-family: "Hanken Grotesk", system-ui, sans-serif;
}

.remote-support-page *,
.remote-support-page *::before,
.remote-support-page *::after {
	box-sizing: border-box;
}

.remote-support-page :where(h1, h2, h3, p, figure, ol, ul) {
	margin: 0;
}

.remote-support-page :where(h1, h2, h3) {
	color: inherit;
	font-family: "Archivo", sans-serif;
	font-stretch: 84%;
	font-variation-settings: "wdth" 84, "wght" 780;
	font-weight: 780;
}

.remote-support-shell {
	width: min(100% - 48px, 1200px);
	margin-inline: auto;
}

.remote-support-page .remote-support-eyebrow {
	color: var(--remote-support-yellow) !important;
	font-family: "Archivo", sans-serif;
	font-size: 13px;
	font-stretch: 88%;
	font-variation-settings: "wdth" 88, "wght" 760;
	font-weight: 760;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.remote-support-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--remote-support-charcoal);
	color: #fff;
}

.remote-support-hero__pattern {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: url("../img/checkers-white-lg.svg");
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: max(112vw, 1520px) auto;
	opacity: .58;
}

.remote-support-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--remote-support-yellow);
	content: "";
}

.remote-support-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
	gap: clamp(56px, 8vw, 116px);
	align-items: center;
	min-height: 570px;
	padding-block: 64px;
}

.remote-support-hero__copy {
	max-width: 670px;
}

.remote-support-hero__copy h1 {
	color: #fff !important;
	text-transform: none !important;
	max-width: 650px;
	margin-top: 17px;
	font-size: clamp(42px, 4.25vw, 64px);
	font-stretch: 82%;
	font-variation-settings: "wdth" 82, "wght" 780;
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: .98;
	text-wrap: balance;
}

.remote-support-hero__lede {
	max-width: 580px;
	margin-top: 24px;
	color: rgba(255, 255, 255, .76);
	font-size: 18px;
	line-height: 1.58;
	text-wrap: pretty;
}

.remote-support-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin-top: 34px;
}

.remote-support-download {
	display: inline-flex;
	gap: 13px;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 25px;
	border: 2px solid var(--remote-support-yellow);
	border-radius: 2px;
	background: var(--remote-support-yellow);
	color: var(--remote-support-ink);
	font-family: "Archivo", sans-serif;
	font-size: 17px;
	font-stretch: 90%;
	font-variation-settings: "wdth" 90, "wght" 760;
	font-weight: 760;
	line-height: 1.15;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

.remote-support-download .fas {
	font-size: 18px;
}

.remote-support-download:hover,
.remote-support-download:focus-visible {
	background: #fff;
	color: var(--remote-support-ink);
	transform: translateY(-2px);
}

.remote-support-download:focus-visible,
.remote-support-call:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.remote-support-call {
	display: inline-flex;
	gap: 13px;
	align-items: center;
	min-height: 38px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
}

.remote-support-call img {
	width: 30px;
	height: auto;
	filter: invert(1);
}

.remote-support-call strong {
	color: #fff;
	font-family: "Archivo", sans-serif;
	font-stretch: 90%;
	font-variation-settings: "wdth" 90, "wght" 760;
	font-weight: 760;
}

.remote-support-call:hover,
.remote-support-call:focus-visible {
	color: var(--remote-support-yellow) !important;
}

.remote-support-call:hover strong,
.remote-support-call:focus-visible strong {
	color: var(--remote-support-yellow) !important;
}

.remote-support-hero__product {
	justify-self: center;
	width: min(100%, 334px);
	text-align: center;
}

.remote-support-product-frame {
	position: relative;
	padding: 13px;
	border: 1px solid rgba(255, 255, 255, .17);
	background: rgba(255, 255, 255, .055);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
}

.remote-support-product-frame::before {
	position: absolute;
	top: -5px;
	right: 22px;
	width: 74px;
	height: 4px;
	background: var(--remote-support-yellow);
	content: "";
}

.remote-support-product-frame img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(255, 255, 255, .24);
}

.remote-support-hero__product figcaption {
	margin-top: 13px;
	color: rgba(255, 255, 255, .56);
	font-size: 12px;
	line-height: 1.45;
}

.remote-support-steps {
	padding-block: 78px 86px;
	background: #fff;
}

.remote-support-section-heading {
	max-width: 620px;
	margin-inline: auto;
	text-align: center;
}

.remote-support-section-heading h2 {
	text-transform: none !important;
	margin-top: 0;
	font-size: clamp(34px, 3.2vw, 46px);
	letter-spacing: -.025em;
	line-height: 1;
}

.remote-support-section-heading > p:last-child {
	margin-top: 14px;
	color: var(--remote-support-muted);
	font-size: 17px;
	line-height: 1.5;
}

.remote-support-steps__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1120px;
	margin: 54px auto 0;
	list-style: none;
}

.remote-support-step {
	position: relative;
	display: grid;
	grid-template-rows: 72px auto;
	gap: 18px;
	justify-items: center;
	min-width: 0;
	padding: 0 clamp(26px, 3.4vw, 50px);
	border-left: 1px solid var(--remote-support-line);
	text-align: center;
}

.remote-support-step:first-child {
	padding-left: 0;
	border-left: 0;
}

.remote-support-step:last-child {
	padding-right: 0;
}

.remote-support-step__icon {
	align-self: center;
	width: 54px;
	height: 54px;
	object-fit: contain;
	filter: brightness(0);
}

.remote-support-step__icon--run {
	width: 52px;
	height: 52px;
}

.remote-support-step__icon--phone {
	width: 62px;
	height: 44px;
}

.remote-support-step h3 {
	text-transform: none !important;
	font-size: 23px;
	letter-spacing: -.015em;
	line-height: 1.15;
}

.remote-support-step p {
	max-width: 290px;
	margin: 10px auto 0;
	color: var(--remote-support-muted);
	font-size: 15px;
	line-height: 1.58;
	text-wrap: pretty;
}

.remote-support-control {
	border-top: 1px solid #e8e6df;
	background: #fff;
}

.remote-support-control__inner {
	display: grid;
	grid-template-columns: 88px minmax(240px, .8fr) minmax(470px, 1.2fr);
	gap: 28px;
	align-items: center;
	min-height: 210px;
	padding-block: 46px;
}

.remote-support-control__symbol {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 1px solid #d8d5ca;
	background: #fff;
}

.remote-support-control__symbol img {
	width: 46px;
	height: 46px;
	object-fit: contain;
	filter: brightness(0);
}

.remote-support-control__copy h2 {
	text-transform: none !important;
	font-size: 28px;
	letter-spacing: -.02em;
	line-height: 1.05;
}

.remote-support-control__copy p {
	max-width: 440px;
	margin-top: 11px;
	color: var(--remote-support-muted);
	font-size: 15px;
	line-height: 1.55;
}

.remote-support-control__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
}

.remote-support-control__points li {
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 40px;
	padding-inline: 19px;
	border-left: 1px solid #d5d2c8;
	color: #353535;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.remote-support-control__points li:first-child {
	border-left: 0;
}

.remote-support-control__points .fas {
	color: var(--remote-support-yellow) !important;
	font-size: 9px;
}

@media (max-width: 960px) {
	.remote-support-hero__inner {
		grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr);
		gap: 44px;
		min-height: 520px;
	}

	.remote-support-hero__copy h1 {
		font-size: clamp(40px, 5vw, 52px);
	}

	.remote-support-control__inner {
		grid-template-columns: 72px 1fr;
	}

	.remote-support-control__points {
		grid-column: 1 / -1;
		margin-top: 3px;
		padding-top: 24px;
		border-top: 1px solid #d5d2c8;
	}
}

@media (max-width: 720px) {
	.remote-support-shell {
		width: min(100% - 36px, 1200px);
	}

	.remote-support-hero__inner {
		grid-template-columns: 1fr;
		gap: 48px;
		padding-block: 54px 62px;
	}

	.remote-support-hero__pattern {
		background-position: 44% 38%;
		background-size: auto 46%;
		opacity: .48;
	}

	.remote-support-hero__copy h1 {
		font-size: clamp(38px, 11vw, 50px);
	}

	.remote-support-hero__lede {
		font-size: 17px;
	}

	.remote-support-download {
		width: 100%;
	}

	.remote-support-hero__product {
		width: min(82%, 310px);
	}

	.remote-support-steps {
		padding-block: 58px 64px;
	}

	.remote-support-steps__list {
		grid-template-columns: 1fr;
		margin-top: 38px;
	}

	.remote-support-step,
	.remote-support-step:first-child,
	.remote-support-step:last-child {
		grid-template-columns: 54px minmax(0, 1fr);
		grid-template-rows: auto;
		gap: 18px;
		align-items: start;
		justify-items: start;
		padding: 28px 0;
		border-top: 1px solid var(--remote-support-line);
		border-left: 0;
		text-align: left;
	}

	.remote-support-step:last-child {
		border-bottom: 1px solid var(--remote-support-line);
	}

	.remote-support-step__icon,
	.remote-support-step__icon--run,
	.remote-support-step__icon--phone {
		width: 42px;
		height: 42px;
	}

	.remote-support-step h3 {
		font-size: 21px;
	}

	.remote-support-step p {
		max-width: none;
		margin-inline: 0;
	}

	.remote-support-control__inner {
		grid-template-columns: 60px 1fr;
		gap: 20px;
		padding-block: 40px 46px;
	}

	.remote-support-control__symbol {
		width: 58px;
		height: 58px;
	}

	.remote-support-control__symbol img {
		width: 38px;
		height: 38px;
	}

	.remote-support-control__points {
		grid-template-columns: 1fr;
	}

	.remote-support-control__points li,
	.remote-support-control__points li:first-child {
		padding: 10px 0;
		border-top: 1px solid #dedbd2;
		border-left: 0;
	}
}

body.page-id-704 .cdv-overlay {	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.remote-support-download {
		transition: none;
	}
}
