h2 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

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

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

@media only screen and (max-width: 1068px) {
	.device-measuring {
		margin-left: -20px;
	}
}

@media only screen and (max-width: 734px) {
	.device-row {
		margin-top: 0;
	}
	.device-wrap {
		margin: 1em auto 0;
	}
	.device-measuring {
		margin-left: auto;
	}
}

a.tile-link .tile-wrap {
	padding: 2em;
	background-color: #d6e3f2;
}
a.tile-link:hover .tile-wrap {
	background-color: #e8eef7;
}

body[data-color-scheme="dark"] a.tile-link .tile-wrap {
	padding: 2em;
	background-color: #27436d;
}
body[data-color-scheme="dark"] a.tile-link:hover .tile-wrap {
	background-color: #2b538e;
}

.tile-link {
	width: 100%;
	height: auto;
}
.tile-wrap {
	width: 100%;
	height: auto;
}

.section-articles a,
.section-articles a:hover {
	text-decoration: none !important;
}

/* ========== Callout + Modal custom ========== */
.callout.callout-padding {
	padding: 2em 4.33333% 2em;
	border: none !important;
}

@media only screen and (max-width: 734px) {
	.callout.callout-padding {
		padding: 2em 8.33333% 2em;
		border: none !important;
	}

	.stat {
		width: 100%;
		margin: 1em 0 1em;
	}
}

.stat .stat-content {
	margin: 0em 0 0.5em;
}

.stat .stat-value {
	font-weight: 600;
}

.stat-caption {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	/* max-width: 600px; */
}

.row-info {
	display: flex;
}

@media only screen and (max-width: 734px) {
	.row-info {
		display: block;
	}
}

.icon-arrow {
	width: 30px;
	margin-left: 0.5em;
}

.icon-app {
	margin-right: 1.5em;
}

.plus-icon {
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	fill: #fff;
}

.plus-icon #reset {
	opacity: 1;
	transition: opacity 0.66s 0s cubic-bezier(0.66, 0, 0.01, 1);
}

.plus-icon #reset-solid {
	opacity: 1;
	fill: #06c;
	transition: opacity 0.66s 0s cubic-bezier(0.66, 0, 0.01, 1);
}

.plus-icon {
	fill: #f5f5f7;
}

.modal-opener p + * {
	margin-top: 0 !important;
}

.modal-opener .link {
	display: flex;
	justify-content: center;
	gap: 0.5em;
	align-items: center;
}

@media only screen and (max-width: 734px) {
	.modal-opener .link {
		padding-top: 1.5em;
	}
}

.info-title {
	margin-bottom: 1em;
}

/* ----- video grid ----- */
.resource-grid {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	/* grid-gap: 20px; */
	column-gap: 3em;
	row-gap: 2em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 1.5em;
}

.resource-grid-item {
	height: auto;
	cursor: pointer !important;
	text-decoration: none !important;
}

/* .resource-grid-item-full {
	grid-column: 1/3;
} */

.resource-grid + h2,
.resource-grid + h3,
.resource-grid + p {
	margin-top: 2em;
}

.resource-grid + .divider-bottom {
	padding-top: 0;
}

@media only screen and (max-width: 1068px) {
	.resource-grid {
		grid-template-columns: repeat(2, 2fr);
		column-gap: 1.5em;
		row-gap: 1em;
	}

	.resource-grid-item {
		grid-column: unset;
	}
}

@media only screen and (max-width: 734px) {
	.resource-grid {
		grid-template-columns: repeat(3, 3fr);
		row-gap: 1.5em;
	}

	.resource-grid-item {
		grid-column: 1/3;
	}
}

.image-wrapper {
	width: 383px;
	height: 214px;
	border-radius: 8px;
}

body[data-color-scheme="dark"] .image-wrapper {
	border: 1px solid #333;
}

@media only screen and (max-width: 1068px) {
	.image-wrapper {
		width: 276px;
		height: 156px;
	}
}

.resource-grid-item img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

a.resource-grid-item {
	color: unset;
}

a.resource-grid-item:hover {
	text-decoration: none !important;
}

.resource-grid-item h4 {
	color: #86868b;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	.resource-grid-item h4 {
		margin-top: 0.5em;
	}
}

.resource-grid-item h4:hover {
	text-decoration: none;
}

/* ========== Case study ========== */
.case-study {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 3em;
	align-items: center;
}

@media only screen and (max-width: 1068px) {
	.case-study {
		grid-template-columns: 1fr;
	}
}

.case-study-title {
	margin-top: 0.1em;
	margin-bottom: 1em;
	font-weight: 700;
}

.case-study .case-study-text p {
	margin-top: 1em;
	display: block;
	position: inherit;
}

.case-study-images {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

/* .case-study-text */

.case-study-phone {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	align-items: center;
}

.modal .stat-caption {
	font-size: 17px;
	margin-top: 0.5em;
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 0;
}
#main section.section:last-of-type {
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 0;
	}
	#main section.section:last-of-type {
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}
