.main {
	overflow: initial;
}

h3,
img + h3,
h3 + h4 {
	margin-top: 1.6em;
}

ol.compound-item-list li:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.compound-item-list li > ul li {
	margin-bottom: 0 !important;
}

.compound-item-list li > ul {
	margin-top: 0.5em;
}

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

.callout h3 {
	margin-top: 0;
}

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

.row-flex {
	display: flex;
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row.device-wrapper {
	overflow: hidden;
	margin-top: 2em;
	padding-bottom: 0;
	height: 250px;
}

picture {
	display: block;
}

.device-hero {
	margin-left: 45px;
}

.inline-badge {
	margin: 2em 1em 2em 0;
	display: inline-block;
}

.home-badge {
	margin: 2em 0 0;
}

.color-wrap {
	display: inline-block;
	padding: 10px 10px 3px 10px;
	background-color: #cebc8e;
}

.row.callout {
	margin-top: 2em;
	padding: 2em;
}

.image-packaging {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 432px;
}

.image-web {
	margin-top: 2em;
	width: 735px;
}

.image-pos {
	margin-top: 2em;
	width: 640px;
}

.home-app-icon {
	width: 96px;
}

.works-download {
	margin-top: 2em;
	margin-bottom: 2em;
}

.lockup-product-images {
	margin-top: 2em;
	width: 735px;
}

.icon-do {
	color: #03a10e;
}

.icon-donot {
	color: #e30000;
}

@media only screen and (max-width: 1068px) {
	.device-hero {
		margin-left: 7px;
	}
	.home-app-icon {
		width: 80px;
	}
	.image-pos,
	.image-web,
	.lockup-product-images {
		width: 519px;
	}
}

@media only screen and (max-width: 734px) {
	.column-flex-center {
		align-self: unset;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}
	.column-flex.large-9.small-12 {
		margin-top: 4em;
	}
	.device-hero {
		margin-left: 0;
	}
	.home-badge {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.home-app-icon {
		margin-bottom: 1em;
	}
	.image-packaging {
		width: 87%;
		max-width: 432px;
	}
	.image-pos {
		width: 87%;
		max-width: 640px;
	}
	.image-web,
	.lockup-product-images {
		width: 87%;
	}
	.row.device-wrapper {
		height: auto;
	}
}

/* DARK MODE */
body[data-color-scheme="dark"] .icon-do {
	color: var(--fill-green);
}
body[data-color-scheme="dark"] .icon-donot {
	color: var(--fill-red);
}
