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

.section-get-started .row:not(:last-of-type) {
	margin-bottom: 4em;
}

.icon-wallet {
	margin-bottom: 1.5em;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/wallet/wallet-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-wallet {
		background-image: url("/assets/elements/icons/wallet/wallet-64x64_2x.png");
	}
}

.icon-topic {
	width: 48px;
	height: 48px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-accepting {
	background-image: url("/wallet/get-started/images/accepting-passes.svg");
}
.icon-designing {
	background-image: url("/wallet/get-started/images/designing-passes.svg");
}
.icon-developing {
	background-image: url("/wallet/get-started/images/developing-passes.svg");
}
.icon-distributing {
	background-image: url("/wallet/get-started/images/distributing-passes.svg");
}
.icon-signing {
	background-image: url("/wallet/get-started/images/signing-passes.svg");
}
.icon-updating {
	background-image: url("/wallet/get-started/images/updating-passes.svg");
}

@media only screen and (max-width: 1068px) {
	.icon-topic {
		margin-top: -3px;
		margin-left: -10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-get-started .row:not(:last-of-type) {
		margin-bottom: 0;
	}
	.icon-topic {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: -20px;
	}
}

/* ===== Wallet Flow ===== */
.flow-wrap {
	border-radius: 18px;
	background-color: #f5f5f7;
	padding: 4em 5em;
}
:lang(zh) .flow-wrap {
	padding: 4em 4.95em;
}

.row-wallet-flow {
	margin: 2em 0 0;
}
.wallet-flow {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 126px;
	margin: 0 40px 0 0;
}
.wallet-flow:last-of-type {
	margin-right: 0;
}
.flow-icon {
	margin: 3px auto 9px;
	height: 40px;
	width: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-envelope {
	background-image: url("/wallet/get-started/images/envelope.svg");
}
.icon-add-to-wallet {
	background-image: url("/wallet/get-started/images/add-to-wallet.svg");
}
.icon-complete {
	background-image: url("/wallet/get-started/images/complete.svg");
}
.icon-location {
	background-image: url("/wallet/get-started/images/location.svg");
}
.icon-nfc {
	background-image: url("/wallet/get-started/images/nfc.svg");
}

@media only screen and (max-width: 1068px) {
	.flow-wrap {
		padding: 4em 3em;
	}
	.wallet-flow {
		margin-right: 18px;
		width: 100px;
	}
}

@media only screen and (max-width: 734px) {
	.flow-wrap {
		padding: 2em;
	}
	.row-wallet-flow {
		margin: 0 0;
	}
	.wallet-flow {
		display: block;
		width: 100%;
		max-width: 200px;
		margin: 1em auto 0;
	}
	.wallet-flow:last-of-type {
		margin-right: auto;
	}
}

/* ===== Pins ===== */
.pin {
	position: relative;
	z-index: 1;
}
.pin::before,
.pin::after {
	background-color: #999999;
	content: "";
	display: block;
}
.pin.pin-horizontal {
	left: calc(50% + 35px);
	right: 0;
	height: 1px;
	top: -25px;
	width: 90px;
}
.pin.pin-horizontal::before {
	margin: -3px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: none;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #999999;
	border-radius: unset;
	background-color: unset;
}
.pin.pin-horizontal::after {
	overflow: hidden;
	height: 1px;
}
.pin.pin-horizontal-right::before {
	right: 0;
}

.pin.pin-vertical,
.pin.pin-vertical::before,
.pin.pin-vertical::after {
	display: none;
}

.pin.pin-thick {
	display: inline-block;
}
.pin.pin-thick.pin.pin-horizontal {
	left: 0;
	right: 0;
	height: 1px;
	top: -285px;
	width: 38px;
	margin: 0 10px;
}
.pin.pin-thick.pin.pin-horizontal::before {
	margin: -6px;
	border-top: 9px solid transparent;
	border-right: none;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #999999;
}
.pin.pin-thick.pin.pin-horizontal::after {
	height: 6px;
}

@media only screen and (max-width: 1068px) {
	.pin.pin-horizontal {
		left: calc(50% + 30px);
		width: 56px;
	}
	.pin.pin-thick.pin.pin-horizontal {
		top: -215px;
	}
}

@media only screen and (max-width: 734px) {
	.pin {
		position: relative;
		z-index: 1;
	}
	.pin::before,
	.pin::after {
		background-color: #999999;
		content: "";
		display: block;
	}
	.pin.pin-vertical {
		left: 50%;
		right: unset;
		top: 0;
		width: 1px;
		height: auto;
	}
	.pin.pin-vertical::before {
		margin: -3px;
		width: 0;
		height: 0;
		border-top: 4px solid #999999;
		border-right: 4px solid transparent;
		border-bottom: none;
		border-left: 4px solid transparent;
		border-radius: unset;
		background-color: unset;
	}
	.pin.pin-vertical::after {
		overflow: hidden;
		width: 1px;
		height: 40px;
	}
	.pin.pin-vertical-bottom {
		padding-top: 0;
	}
	.pin.pin-vertical-bottom::before {
		bottom: 0;
	}

	.pin.pin-thick.pin-vertical {
		left: 50%;
		right: unset;
		top: 0;
		width: 1px;
		height: auto;
	}
	.pin.pin-thick.pin-vertical::before {
		margin: -6px;
		width: 0;
		height: 0;
		border-top: 9px solid #999999;
		border-right: 9px solid transparent;
		border-bottom: none;
		border-left: 9px solid transparent;
		border-radius: unset;
		background-color: unset;
	}
	.pin.pin-thick.pin-vertical::after {
		overflow: hidden;
		width: 6px;
		height: 20px;
	}

	.pin.pin-vertical,
	.pin.pin-vertical::before,
	.pin.pin-vertical::after {
		display: block;
	}

	.pin.pin-horizontal,
	.pin.pin-horizontal::before,
	.pin.pin-horizontal::after {
		display: none;
	}
	.pin.pin-thick {
		display: block;
	}
}

/* ===== Tiles ===== */
.section-get-started .row-tiles {
	margin-top: 2em;
}
.section-get-started .tile-wrap {
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 0 20px;
	height: 310px;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #d6d6d6;
	border-radius: 0.5em;
	overflow: hidden;
}
.section-get-started .tile-wrap figcaption {
	margin: 1.5em auto;
	color: #666;
}
@media only screen and (max-width: 1068px) {
}
@media only screen and (max-width: 734px) {
	.section-get-started .row-tiles {
		margin-top: 0;
	}
	.section-get-started .tile-wrap {
		margin: 0 7px 7px 0;
		height: 215px;
	}
	.section-get-started .tile-wrap figcaption {
		margin: 1em auto;
	}
}
@media only screen and (max-width: 414px) {
	.section-get-started .row-tiles > .column {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
.screen-boarding {
	background-image: url("/wallet/images/screen-boarding-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-boarding {
		background-image: url("/wallet/images/screen-boarding-medium_2x.jpg");
	}
}
.screen-coupon {
	background-image: url("/wallet/images/screen-coupon-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-coupon {
		background-image: url("/wallet/images/screen-coupon-medium_2x.jpg");
	}
}
.screen-event {
	background-image: url("/wallet/images/screen-event-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-event {
		background-image: url("/wallet/images/screen-event-medium_2x.jpg");
	}
}
.screen-generic {
	background-image: url("/wallet/images/screen-generic-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-generic {
		background-image: url("/wallet/images/screen-generic-medium_2x.jpg");
	}
}
.screen-store {
	background-image: url("/wallet/images/screen-store-card-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-store {
		background-image: url("/wallet/images/screen-store-card-medium_2x.jpg");
	}
}
.screen-room-key {
	background-image: url("/wallet/images/screen-room-key-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-room-key {
		background-image: url("/wallet/images/screen-room-key-medium_2x.jpg");
	}
}
.screen-access-badge {
	background-image: url("/wallet/images/screen-access-badge-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-access-badge {
		background-image: url("/wallet/images/screen-access-badge-medium_2x.jpg");
	}
}
.screen-resident-key {
	background-image: url("/wallet/images/screen-resident-key-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-resident-key {
		background-image: url("/wallet/images/screen-resident-key-medium_2x.jpg");
	}
}
.screen-car-key {
	background-image: url("/wallet/images/screen-car-key-medium.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-car-key {
		background-image: url("/wallet/images/screen-car-key-medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.screen-boarding {
		background-image: url("/wallet/images/screen-boarding-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-boarding {
			background-image: url("/wallet/images/screen-boarding-small_2x.jpg");
		}
	}
	.screen-coupon {
		background-image: url("/wallet/images/screen-coupon-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-coupon {
			background-image: url("/wallet/images/screen-coupon-small_2x.jpg");
		}
	}
	.screen-event {
		background-image: url("/wallet/images/screen-event-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-event {
			background-image: url("/wallet/images/screen-event-small_2x.jpg");
		}
	}
	.screen-generic {
		background-image: url("/wallet/images/screen-generic-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-generic {
			background-image: url("/wallet/images/screen-generic-small_2x.jpg");
		}
	}
	.screen-store {
		background-image: url("/wallet/images/screen-store-card-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-store {
			background-image: url("/wallet/images/screen-store-card-small_2x.jpg");
		}
	}
	.screen-room-key {
		background-image: url("/wallet/images/screen-room-key-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-room-key {
			background-image: url("/wallet/images/screen-room-key-small_2x.jpg");
		}
	}
	.screen-access-badge {
		background-image: url("/wallet/images/screen-access-badge-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-access-badge {
			background-image: url("/wallet/images/screen-access-badge-small_2x.jpg");
		}
	}
	.screen-resident-key {
		background-image: url("/wallet/images/screen-resident-key-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-resident-key {
			background-image: url("/wallet/images/screen-resident-key-small_2x.jpg");
		}
	}
	.screen-car-key {
		background-image: url("/wallet/images/screen-car-key-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-car-key {
			background-image: url("/wallet/images/screen-car-key-small_2x.jpg");
		}
	}
}

/* ========== Grid ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}

@media only screen and (max-width: 734px) {
	#main section.section.section-hero {
		padding-bottom: 0;
	}
}

/* === DARK MODE === */
body[data-color-scheme="dark"] .flow-wrap {
	background-color: var(--fill-tertiary);
}
body[data-color-scheme="dark"] .tile-wrap {
	background-color: var(--fill-secondary-alt);
	border-color: var(--fill-gray-quaternary);
}
body[data-color-scheme="dark"] .section-get-started .tile-wrap figcaption {
	color: var(--glyph-gray-secondary-alt);
}
