/* Local overrides */

/* Local nav */
#ac-localnav .ac-ln-background {
	--localnav-background: rgb(0, 0, 0);
}

@media only screen and (min-width: 1800px) {
	.section-hero .typography-headline-standalone {
		font-size: 96px;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica,
			Arial, sans-serif;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-feature .bento-feature-container {
		padding: 30px 39px;
	}
}

.typography-headline {
	font-size: 56px;
}

@media only screen and (max-width: 1068px) {
	.typography-headline {
		font-size: 40px;
	}
}

.typography-section-heading {
	font-size: 78px;
	text-align: center;
}

@media only screen and (max-width: 1068px) {
	.typography-section-heading {
		font-size: 64px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-section-heading {
		font-size: 50px;
	}

	.section-bentos.section-bentos-3 .typography-section-heading {
		font-size: 48px;
		line-height: 52px;
		padding-bottom: 43px;
	}
}

.typography-feature-copy {
	font-size: 24px;
	line-height: 1.2;
}
@media only screen and (max-width: 1068px) {
	.typography-feature-copy {
		line-height: 1.2105263158;
	}
}
@media only screen and (max-width: 734px) {
	.typography-feature-copy {
		font-size: 21px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-feature-copy .list-copy {
		line-height: 1.4;
	}
}

.section-bentos .bento-feature-container .typography-feature-copy a {
	font-size: 21px;
	color: #007aff;
}

@media only screen and (max-width: 1068px) {
	.section-bentos .bento-feature-container .typography-feature-copy a {
		font-size: 17px;
	}
}

/* Hero */
.section-hero .section-content {
	min-height: unset;
}
.section-hero .container-hardware {
	margin: 0 auto;
	height: 100%;
	max-height: 372px;
}
@media only screen and (min-width: 1069px) {
	.section-hero .container-hardware {
		padding-left: 140px;
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .container-hardware {
		padding-left: 109px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .container-hardware {
		padding-left: 3px;
		height: 274px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .container-hardware .container-hardware-wrapper {
		position: relative;
		width: 100%;
	}

	.section-hero .container-hardware {
		bottom: 0;
		left: 57.5%;
		transform: translate(-42.5%, 0%);
		justify-content: flex-start;
	}
}

.main {
	background-color: #f5f5f7;
}

.section-hero {
	--hero-border-radius: 60px;
	padding-top: 68px;
	padding-bottom: 0px;
	background-color: #000;
	height: calc(100vh - var(--r-globalnav-height) - var(--r-localnav-height));
	height: calc(100svh - var(--r-globalnav-height) - var(--r-localnav-height));
	border-radius: 0 0 0px 0px;
}

@media only screen and (max-width: 1068px) {
	.section-hero {
		--hero-border-radius: 50px;
		padding-top: 59px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero {
		--hero-border-radius: 30px;
		padding-top: 61px;
		height: calc(
			100vh - var(--r-globalnav-height) - var(--r-localnav-height)
		);
		height: calc(
			100svh - var(--r-globalnav-height) - var(--r-localnav-height)
		);
	}
}

@media only screen and (max-width: 734px) and (orientation: portrait) and (min-height: 850px) {
	.section-hero {
		height: 563px;
	}
}

@supports (animation-timeline: scroll()) {
	html.no-js .section-hero {
		animation: border-scroll linear;
		animation-duration: 1ms;
		animation-timeline: scroll();
		animation-range-start: contain;
		animation-range-end: 106vh;
	}
}

@keyframes border-scroll {
	to {
		border-radius: 0 0 var(--hero-border-radius) var(--hero-border-radius);
	}
}

.section-hero .typography-headline-standalone {
	margin-top: 0;
	margin-bottom: 43px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .typography-headline-standalone {
		margin-bottom: 34px;
	}
}

/* Hero animation */
.section-hero .container-logo .animate-hero-logo {
	display: inline-flex;
}

.highlight-blue {
	color: #007aff;
}

.highlight-black {
	color: #1d1d1f;
}

/* Just tap */
.section-just-tap {
	background-color: #f5f5f7;
}

.section-just-tap .typography-section-heading {
	padding-top: 200px;
	padding-bottom: 256px;
	font-size: 62px;
}

@media only screen and (max-width: 1068px) {
	.section-just-tap .typography-section-heading {
		font-size: 50px;
	}
}

@media only screen and (max-width: 734px) {
	.section-just-tap .typography-section-heading {
		padding-top: 130px;
		padding-bottom: 130px;
		font-size: 40px;
		line-height: 44px;
		font-weight: 600;
	}
}

/* List items */
.section-bentos .feature-list {
	list-style: none;
	margin-left: 0;
}

@media only screen and (min-width: 1069px) {
	.section-bentos .bento-physical-card .feature-list {
		margin-top: 72px;
	}
}

.section-bentos .feature-list .list-icon.icon-before :before {
	font-size: 20px;
}

.section-bentos .feature-list .list-icon.icon-before {
	color: #007aff;
}

.section-bentos .bento-physical-card .feature-list .icon-2circle {
	color: #00ccff;
}

.section-bentos .bento-physical-card .feature-list .icon-3circle {
	color: #5affa5;
}

.section-bentos .feature-list li {
	display: flex;
}

/* UK Bento overrides */
.section-bentos .bento-ar,
.section-bentos .bento-journeys {
	min-height: 552px;
}
@media only screen and (max-width: 1068px) {
	.section-bentos .bento-ar,
	.section-bentos .bento-journeys {
		min-height: 390px;
	}
}
@media only screen and (max-width: 734px) {
	.section-bentos .bento-ar,
	.section-bentos .bento-journeys {
		min-height: 680px;
	}
}

@media only screen and (max-width: 440px) {
	.section-bentos .bento-ar,
	.section-bentos .bento-journeys {
		min-height: 640px;
	}
}

@media only screen and (max-width: 370px) {
	.section-bentos .bento-ar,
	.section-bentos .bento-journeys {
		min-height: 580px;
	}
}

.section-bentos .bento-feature {
	overflow: hidden;
}

.section-bentos .typography-section-heading {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 60px;
	padding-left: 12px;
	padding-right: 12px;
}

.section-bentos.section-bentos-1 .typography-section-heading {
	text-align: center;
	padding-top: 120px;
}

.section-bentos .bento-preferred .feature-list {
	color: #1d1d1f;
}

.section-bentos .bento-ar {
	background-color: #fff;
	color: #1d1d1f;
}

.section-bentos .bento-ar .headline {
	color: #1d1d1f;
}

.section-bentos .bento-ar .bento-feature-container,
.section-bentos .bento-journeys .bento-feature-container,
.section-bentos .bento-reload .bento-feature-container,
.section-bentos .bento-physical-card .bento-feature-container {
	padding-top: 50px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-physical-card .bento-feature-container {
		padding-right: 30px;
	}
}

.section-bentos .bento-reload .headline,
.section-bentos .bento-physical-card .headline,
.section-bentos .bento-journeys .headline {
	margin-top: 0px;
}

/* Bento Real Time */
.section-bentos .bento-real-time {
	background-color: #0cf;
}

@media only screen and (max-width: 734px) {
	.section-bentos .bento-real-time {
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-real-time {
		min-height: 482px;
	}
}

.section-bentos
	.bento-real-time
	.bento-feature-container
	.typography-feature-copy
	a {
	color: #1d1d1f;
	font-weight: 600;
	margin-top: 0.2em;
}

.section-bentos
	.bento-real-time
	.bento-feature-container
	.typography-feature-copy.theme-dark {
	background-color: unset;
}

@media only screen and (min-width: 735px) {
	.section-bentos .bento-real-time .bento-feature-container {
		padding-left: 0;
	}
	.section-bentos .bento-real-time .bento-feature-image {
		justify-content: center;
	}
}

@media only screen and (max-width: 734px) {
	.section-bentos .bento-real-time .bento-feature-container {
		padding-right: 25px;
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-real-time .bento-feature-container {
		padding-top: 50px;
		padding-right: 50px;
	}
}

.section-payments-cards .section-bentos .bento-setting-up .bento-feature-image {
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.section-payments-cards .section-bentos .bento-presto,
	.section-payments-cards .section-bentos .bento-debit {
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-presto .bento-feature-image,
	.section-bentos .bento-debit .bento-feature-image {
		justify-content: center;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-presto,
	.section-bentos .bento-debit {
		min-height: 530px;
	}
}

/* Bento Ride */
.section-bentos .bento-preferred.bento-ride .bento-feature-image {
	align-items: flex-end;
}

@media only screen and (min-width: 735px) {
	.section-bentos .bento-ride {
		height: 583px;
	}
	.section-bentos .bento-ride .bento-feature-container {
		position: absolute;
		max-width: 63%;
		height: 100%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-bentos .bento-ride {
		height: 412px;
	}
	.section-bentos .bento-ride .bento-feature-container {
		max-width: 63%;
	}
}

/* Bento Express Mode */
@media only screen and (min-width: 375px) {
	.section-bentos .bento-preferred.bento-express-mode .bento-feature-image {
		align-items: flex-end;
	}
}

@media only screen and (min-width: 1069px) {
	.section-payments-card
		.section-bentos
		.bento-preferred.bento-express-mode
		.bento-feature-container {
		padding-right: 50px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-payments-card
		.section-bentos
		.bento-preferred.bento-express-mode
		.bento-feature-container {
		padding: 50px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 388px) {
	.section-payments-card
		.section-bentos
		.bento-preferred.bento-express-mode
		.bento-feature-container
		.typography-headline {
		padding-right: 90px;
	}
}

@media only screen and (max-width: 354px) {
	.section-payments-card
		.section-bentos
		.bento-preferred.bento-express-mode
		.bento-feature-container
		.typography-headline {
		padding-right: 59px;
	}
}

/* Gallery */
.tabnav-item {
	display: inline-block;
	padding-left: 60px;
	border-bottom: 1px solid var(--tabnav-bottom-border);
	list-style: none;
	outline: none;
}

.toggle-gallery-wrapper li.active .tabnav-button {
	/* transform: translateZ(1px); */
	background-color: rgb(0, 122, 255);
	color: #fff;
	pointer-events: none;
}

/* {
    --gallery-side-padding: calc(50vw - min(1680px, var(--global-viewport-content-responsive))/2);
    margin-top: 0px;
    margin-bottom: 0px
} */

.tabnav {
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: 60px auto;
	margin-bottom: 80px;
	border-radius: 32px;
	text-align: center;
}

.tabnav ul {
	border-radius: 120px;
}

@media only screen and (max-width: 1068px) {
	.tabnav {
		margin-bottom: 115px;
	}
}

@media only screen and (max-width: 734px) {
	.tabnav {
		width: max-content;
		margin-bottom: 15px;
	}
}

.tabnav .tabnav-items {
	scrollbar-width: none;
}

.tabnav .tabnav-items::-webkit-scrollbar {
	display: none;
}

@media only screen and (max-width: 734px) {
	.tabnav .tabnav-items {
		max-width: 87.5vw;
		width: 260px;
	}
}

.toggle-gallery-wrapper {
	background-color: #fff;
	display: flex;
	list-style: none;
	padding: 5px;
	width: 98%;
}

.toggle-gallery-wrapper.tabnav-items {
	margin: 0;
}

@media only screen and (max-width: 734px) {
	.toggle-gallery-wrapper {
		padding: 4px;
	}
}

.section-payments-card {
	display: block;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}

html.prefers-reduced-motion .section-payments-card {
	transition: none;
}

.section-payments-card.gallery-show,
html.no-js .section-payments-card {
	position: relative;
	visibility: visible;
	z-index: 2;
	opacity: 1;
}

.section-payments-card
	.section-bentos
	.bento-setting-up
	.bento-feature-container {
	justify-content: center;
	padding-left: 0px;
	padding-right: 36px;
}

@media only screen and (min-width: 1069px) {
	.section-payments-card
		.section-bentos
		.bento-setting-up
		.bento-feature-container {
		min-height: 603px;
	}
	.section-payments-card
		.section-bentos
		.bento-setting-up
		.bento-feature-container
		.typography-headline {
		font-size: 51px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-payments-card
		.section-bentos
		.bento-setting-up
		.bento-feature-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments-card
		.section-bentos
		.bento-setting-up
		.bento-feature-container {
		padding-top: 70px;
		padding-bottom: 65px;
		padding: 40px 30px 48px;
		min-height: unset;
	}
}

@media only screen and (max-width: 356px) {
	.section-bentos .bento-setting-up .bento-feature-image {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 360px) {
	.section-payments-card
		.section-bentos
		.bento-debit
		.bento-feature-container {
		padding-right: 0;
	}

	.section-payments-card
		.section-bentos
		.bento-debit
		.bento-feature-container
		.feature-list {
		padding-right: 30px;
	}
}

.toggle-gallery-wrapper li.tabnav-item {
	border: none;
	padding: 0;
}

@media only screen and (max-width: 734px) {
	.toggle-gallery-wrapper li.tabnav-item {
		flex: 1;
	}
}

.toggle-gallery-wrapper li .tabnav-button {
	cursor: pointer;
	border: none;
	padding: 18px 24px;
	border-radius: 120px;
	transform: translateZ(0);
	transition: transform 0.1s linear;
	text-align: center;
	font-weight: 600;
}

@media only screen and (max-width: 734px) {
	.toggle-gallery-wrapper li .tabnav-button {
		padding: 10px 18px;
		line-height: 1.2;
		width: 75%;
	}
}

@media only screen and (min-width: 350px) and (max-width: 734px) {
	.toggle-gallery-wrapper li .tabnav-button {
		width: 80%;
	}
	.toggle-gallery-wrapper li.tabnav-item {
		width: 50%;
	}
	.toggle-gallery-wrapper.tabnav-items {
		width: 290px;
	}
}

.toggle-gallery-wrapper li .tabnav-button.active {
	transform: translateZ(1px);
	background-color: rgb(0, 122, 255);
	color: #fff;
	pointer-events: none;
}

/* Presto */
.section-presto {
	background-color: #fff;
}

.section-router.section-presto {
	padding-top: 0;
	padding-bottom: 120px;
	font-weight: 600;
}

.section-router.section-presto a {
	color: #007aff;
}

.section-bentos .bento-physical-card {
	background-color: #000;
	min-height: 645px;
}

.section-bentos .bento-physical-card .icon-ellipsis .icon {
	height: 1em;
	margin-bottom: -3px;
}

.section-bentos .bento-physical-card .typography-headline,
.section-bentos .bento-physical-card .typography-feature-copy {
	color: #fff;
}

@media only screen and (min-width: 412px) and (max-width: 425px) {
	.section-bentos .bento-physical-card .typography-headline {
		padding-right: 20px;
	}
}

.section-bentos .bento-preferred .icon-ellipsis .icon path {
	fill: rgb(29, 29, 31);
}

.section-bentos .bento-physical-card .icon-ellipsis .icon path {
	fill: #fff;
}

/* Bento Reload */
.section-bentos .bento-reload {
	background-color: #5affa5;
}

.section-bentos .bento-reload .bento-feature-image,
.section-bentos .bento-ar .bento-feature-image {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: end;
	align-items: center;
}

@media only screen and (min-width: 1069px) {
	.section-bentos .bento-reload .bento-feature-container {
		padding-bottom: 96px;
	}
}

@media only screen and (max-width: 734px) {
	.section-bentos .bento-reload .bento-feature-container {
		padding-bottom: 48px;
	}
}

.section-bentos .bento-ar .bento-feature-image {
	justify-content: center;
	padding: 12px 0;
}

/* FAQ */
.section-faqs,
.section-router.section-presto {
	background-color: #f5f5f7;
}

.section-faqs {
	padding-top: 120px;
}

@media only screen and (max-width: 1068px) {
	.section-faqs {
		padding-top: 80px;
	}
}

/* Wallet router */
.section-router.section-wallet {
	background-color: #d9d6cc;
}

.typography-router-headline {
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.015em;
	font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
}

@media only screen and (max-width: 1068px) {
	.typography-router-headline {
		font-size: 72px;
		line-height: 1;
		font-weight: 600;
		letter-spacing: -0.012em;
		font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica,
			Arial, sans-serif;
	}
}

@media only screen and (max-width: 734px) {
	.typography-router-headline {
		font-size: 64px;
		line-height: 1;
		font-weight: 600;
		letter-spacing: -0.009em;
		font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica,
			Arial, sans-serif;
	}
}

.typography-router-copy {
	font-size: 24px;
	line-height: 1.1666666667;
	font-weight: 600;
	letter-spacing: 0.013em;
	font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
}

@media only screen and (max-width: 734px) {
	.typography-router-copy {
		font-size: 21px;
		line-height: 1.1904761905;
		font-weight: 600;
		letter-spacing: 0.013em;
		font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica,
			Arial, sans-serif;
	}
}

.text-center {
	text-align: center;
}

.section-router {
	padding: 55px 0;
}

@media only screen and (max-width: 1068px) {
	.section-router {
		padding: 21px 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-router {
		padding: 21px 0;
	}
}

.section-router .router-image img {
	padding-top: 40px;
	vertical-align: middle;
}

.section-router .grid {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 734px) {
	.section-router .grid {
		max-width: 382px;
	}
}

.section-router .tile {
	min-height: 572px;
	box-sizing: border-box;
}

@media only screen and (max-width: 734px) {
	.section-router .tile {
		min-height: 553px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .tile .tile-content {
		padding-top: 49px;
	}
}

.section-router .tile-wallet {
	background-color: #d9d6cc;
}

.section-router .tile-wallet .tile-content .router-cta {
	margin-bottom: 0;
}

.section-router.section-wallet {
	background-color: #d9d6cc;
}

@media only screen and (max-width: 1068px) {
	.section-router .tile-wallet .tile-content .router-cta {
		margin-bottom: -20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .tile-wallet .tile-content .router-cta {
		margin-bottom: 0;
	}
}

.section-router .tile-wallet .tile-content .router-cta a {
	color: #1d1d1f;
}

.section-router .tile-wallet .tile-content .router-image img {
	padding-top: 40px;
}

@media only screen and (max-width: 1068px) {
	.section-router .tile-wallet .tile-content .router-image img {
		padding-top: 56px;
	}
}

@media only screen and (max-width: 734px) {
	.section-router .tile-wallet .tile-content .router-image img {
		padding-top: 33px;
	}
}

@media only screen and (max-width: 432px) {
	.section-router.section-wallet .typography-router-headline {
		font-size: 48px;
	}
}

/* Quicklook AR */
.quicklook-show,
html.quicklook .quicklook-hide {
	display: none;
}

html.quicklook .quicklook-show {
	display: block;
}

.quicklook-component {
	display: none;
}

html.quicklook .quicklook-component {
	display: block;
}

html.quicklook .quicklook-component a {
	position: relative;
}

html.quicklook .quicklook-component a img {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

html.quicklook .quicklook-component a span {
	position: relative;
}

html.quicklook .quicklook-component a span:after,
html.quicklook .quicklook-component a span:before {
	font-family: SF Pro Icons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
	text-decoration: none;
}

html.quicklook .quicklook-component a span:before {
	display: none;
}

html.quicklook .quicklook-component a span:after,
html.quicklook .quicklook-component a span:before {
	content: "";
}

html.quicklook .quicklook-component a span:after {
	padding-left: 0.3em;
	top: 0;
}

/* Presto router */
.section-presto.section-router .typography-copy.router-copy {
	margin-top: 1.6em;
}

.section-presto.section-router .typography-copy.router-cta {
	margin-top: 0.5em;
}

/* Tabnav JS disabled */
html.js .section-payments-cards .section-bentos .typography-section-heading {
	display: none;
}

html.no-js .tabnav {
	display: none;
}

html.no-js .section-payments-cards .section-bentos .typography-section-heading {
	display: block;
}

html.no-js .section-payments-card {
	display: block;
}

.section-payments-cards .section-bentos .typography-section-heading {
	font-size: 56px;
}

@media only screen and (max-width: 1068px) {
	.section-payments-cards .section-bentos .typography-section-heading {
		font-size: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments-cards
		.section-bentos
		.typography-section-heading.highlight-blue {
		font-size: 46px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	html.no-js .section-payments-cards #payments-gallery-2 .section-bentos {
		padding-top: 0px;
	}
}

/* Localnav */
@media only screen and (max-width: 450px) {
	#ac-localnav {
		height: 72px;
	}

	#ac-localnav .ac-ln-title {
		height: 72px;
	}
}

@media only screen and (max-width: 570px) {
	html.wallet-supported #ac-localnav {
		height: 72px;
	}

	html.wallet-supported #ac-localnav .ac-ln-title {
		height: 72px;
	}
}

@media only screen and (max-width: 450px) {
	html.wallet-supported #ac-localnav {
		height: 96px;
	}

	html.wallet-supported #ac-localnav .ac-ln-title {
		height: 96px;
	}
}

#ac-localnav br.small {
	display: none;
}

#ac-localnav br.xsmall {
	display: none;
}

@media only screen and (max-width: 450px) {
	#ac-localnav br.small {
		display: block;
	}
}

@media only screen and (max-width: 570px) {
	html.wallet-supported #ac-localnav br.small {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	html.wallet-supported #ac-localnav br.xsmall {
		display: block;
	}
}

@media only screen and (max-width: 360px) {
	html.wallet-supported #ac-localnav .ac-ln-title a {
		font-size: 18px;
	}
	html.wallet-supported #ac-localnav {
		height: 90px;
	}

	html.wallet-supported #ac-localnav .ac-ln-title {
		height: 90px;
	}
}

@media only screen and (max-width: 450px) {
	html.wallet-supported #ac-localnav .ac-ln-action-button {
		margin-left: 12px;
	}
}

/* Lazy loading */
html.no-js body picture[data-lazy],
html.js body picture[data-lazy] {
	display: block !important;
}

/* Legal superscript */
#ac-globalfooter sup {
	font-size: 9px !important;
	vertical-align: bottom;
	position: relative;
	top: -0.3rem;
}

/*superscript*/
.custom-footnote {
	font-size: 24px !important;
	color: #1d1d1f !important;
}

#transit-toronto-video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

[data-analytics-section-engagement="name:how to ride transit with apple pay"]
	.bento-feature-container {
	position: relative;
	height: 100%;
	width: 100%;
}

[data-analytics-section-engagement="name:how to ride transit with apple pay"]
	.bento-feature-container
	h2 {
	font-size: 90px;
	max-width: 830px;
	line-height: 88px;
	font-weight: 600;
	z-index: 999;
	user-select: none;
	height: fit-content;
	position: absolute;
	left: 99px;
	top: 131px;
}

@media only screen and (max-width: 1068px) {
	[data-analytics-section-engagement="name:how to ride transit with apple pay"]
		.bento-feature-container
		h2 {
		font-size: 61px;
		max-width: 573px;
		line-height: 62px;
		font-weight: 600;
		left: 68px;
		top: 96px;
	}
}

@media only screen and (max-width: 734px) {
	[data-analytics-section-engagement="name:how to ride transit with apple pay"]
		.bento-feature-container
		h2 {
		font-size: 58px;
		max-width: 310px;
		line-height: 59px;
		font-weight: 600;
		left: 38px;
		top: 186px;
	}

	#transit-toronto-video {
		object-fit: cover;
	}
}

@media only screen and (max-width: 440px) {
	[data-analytics-section-engagement="name:how to ride transit with apple pay"]
		.bento-feature-container
		h2 {
		font-size: 47px;
		max-width: 240px;
		line-height: 50px;
		font-weight: 600;
		left: 34px;
		top: 171px;
	}
}

@media only screen and (max-width: 370px) {
	[data-analytics-section-engagement="name:how to ride transit with apple pay"]
		.bento-feature-container
		h2 {
		font-size: 44px;
		max-width: 228px;
		line-height: 41px;
		font-weight: 600;
		left: 25px;
		top: 164px;
	}
}

[playing] .bento-feature-container h2,
[paused] .bento-feature-container h2,
[playing] .play-button,
[paused] .play-button {
	display: none;
}

[playing] #transit-toronto-video,
[paused] #transit-toronto-video {
	z-index: 999;
}

[playing] #transit-toronto-video::-webkit-media-controls-panel,
[paused] #transit-toronto-video::-webkit-media-controls-panel {
	visibility: visible;
	z-index: 99999999;
}
video::-webkit-media-controls-panel {
	z-index: -99999999;
	visibility: hidden;
}

.play-button {
	height: 0.9em;
	width: 0.9em;
	line-height: 1.2em;
	border-radius: 100%;
	border: none;
	font-size: 7em;
	background-color: rgb(255 255 255 / 79%);
	color: black;
	display: block;
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
	outline: none;
	z-index: 999;
	left: 50%;
	transform: translatex(-50%);
}

.play-button:hover {
	opacity: 1;
}

.icon-placeholder {
	font-size: 1em;
	line-height: 1.2em;
}

.icon-placeholder::before {
	display: block;
	position: absolute;
	content: "";
	bottom: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-width: 25px 0px 25px 40px;
	border-radius: 0;
	border-left-color: black;
	transform: translate(-13px, 50%);
}

.controls {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 400px) {
	#transit-toronto-video {
		object-fit: contain;
	}

	.section-bentos .bento-journeys:where([playing], [paused]) {
		background-color: black;
	}
}
