body[data-color-scheme="dark"] .bg-light,
body[data-color-scheme="dark"] .dark-gradient {
	background: linear-gradient(
		to bottom,
		var(--dark) 0%,
		var(--fill-gray-secondary-alt) 100%
	);
}

picture {
	display: block;
	position: relative;
}

.device-hero {
	margin-top: 2em;
}

.svg-filter {
	margin-top: 2em;
	margin-bottom: 0em;
	filter: invert(23%) sepia(78%) saturate(2414%) hue-rotate(197deg)
		brightness(98%) contrast(101%);
}
body[data-color-scheme="dark"] .svg-filter {
	filter: invert(46%) sepia(76%) saturate(1685%) hue-rotate(189deg)
		brightness(99%) contrast(105%);
}

picture {
	margin-bottom: 10px;
}

.no-hardware img {
	margin-top: 4em;
	margin-bottom: 1.5em;
	width: 438px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.no-hardware-large img {
	margin-top: 2em;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 8px;
}

body[data-color-scheme="dark"] .no-hardware-large img,
body[data-color-scheme="dark"] .no-hardware img {
	border-color: #333;
}

picture + .typography-caption {
	margin-top: -25px;
	margin-bottom: 18px;
}

.lockup-performance {
	margin-top: 1em;
}

#main section .section-content .row .column.large-6:first-of-type {
	padding-right: 36px;
}
#main section .section-content .row .column.large-6:last-of-type {
	padding-left: 36px;
}

@media only screen and (max-width: 1068px) {
	.no-hardware img {
		width: 310px;
	}
	#main section .section-content .row .column.large-6:first-of-type {
		padding-right: 18px;
	}
	#main section .section-content .row .column.large-6:last-of-type {
		padding-left: 18px;
	}
}

@media only screen and (max-width: 734px) {
	.no-hardware img {
		margin-top: 3em;
		margin-bottom: 1em;
		width: 100%;
		max-width: 438px;
	}
	.section-getting-started .row.margin-top .column.large-6:last-of-type img {
		margin-top: 3em;
	}
	#main section .section-content .row .column.large-6:first-of-type {
		padding-right: 0;
	}
	#main section .section-content .row .column.large-6:last-of-type {
		padding-left: 0;
	}
}
