/*Local Styles*/

.hero-headline {
	color: #1d1d1f;
}

/* override for alt hero when hovering */

html.no-touch .section-if-i-switch .if-i-switch-item:hover .tile-content {
	opacity: 1;
}

br.xs-shows {
	display: none;
}

div.iphone-16.camera-control.cell.row > p.typography-body-reduced.column {
	margin: auto;
	width: 130px;
}

@media only screen and (max-width: 350px) {
	br.xs-shows {
		display: inline-block;
	}
}

/* headline width */
@media only screen and (min-width: 1069px) {
	.tile-move .tile-copyblock .tile-headline {
		max-width: 600px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.tile-move .tile-copyblock .tile-headline {
		max-width: 460px;
	}
}

/* Fotos y videos tile text */

@media only screen and (max-width: 374px) {
	.tile-camera .tile-headline {
		max-width: 197px;
	}
}

@media only screen and (max-width: 390px) {
	.tile-camera .tile-headline {
		max-width: 225px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1140px) {
	.tile-camera .tile-headline {
		max-width: 370px;
	}
}

/* Apple Intelligence BOC */

.custom-ai-card-xs {
	margin-right: 5px;
}

/* Compare section */

@media only screen and (min-width: 480px) {
	.xs-small {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.section-compare .iphone-16.camera.cell.row > p:nth-child(9) span {
		height: 40px;
	}

	.section-compare .iphone-se.camera.cell.row > p:nth-child(4) span {
		height: 60px;
	}
}

@media only screen and (max-width: 344px) {
	.three-lines-xs {
		margin-bottom: 25px;
	}
}

/* LOCALIZED EXPORTS */

/* Chip tile */

.image-chip {
	background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.image-chip {
		background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-chip {
		background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-chip {
		background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-chip {
		background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-chip {
		background-image: url(/co/iphone/switch/images/overview/chip__dkculpbo8p6q_small_2x.jpg);
	}
}

/*Testimojis Cards*/

/*First Card*/
.section-if-i-switch #testimoji-1 .tile-content {
	width: 604px;
	height: 340px;
	background-size: 604px 340px;
	background-repeat: no-repeat;
	background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-if-i-switch #testimoji-1 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch #testimoji-1 .tile-content {
		width: 482px;
		height: 268px;
		background-size: 482px 268px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-1 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch #testimoji-1 .tile-content {
		width: 402px;
		height: 222px;
		background-size: 402px 222px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-1 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_2__efm8vbt4xyc2_small_2x.png);
	}
}

/*Second Card*/
.section-if-i-switch #testimoji-2 .tile-content {
	width: 604px;
	height: 340px;
	background-size: 604px 340px;
	background-repeat: no-repeat;
	background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-if-i-switch #testimoji-2 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch #testimoji-2 .tile-content {
		width: 482px;
		height: 268px;
		background-size: 482px 268px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-2 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch #testimoji-2 .tile-content {
		width: 402px;
		height: 222px;
		background-size: 402px 222px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-2 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_4__efm8vbt4xyc2_small_2x.png);
	}
}

/*Third Card*/
.section-if-i-switch #testimoji-3 .tile-content {
	width: 604px;
	height: 340px;
	background-size: 604px 340px;
	background-repeat: no-repeat;
	background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-if-i-switch #testimoji-3 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch #testimoji-3 .tile-content {
		width: 482px;
		height: 268px;
		background-size: 482px 268px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-3 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch #testimoji-3 .tile-content {
		width: 402px;
		height: 222px;
		background-size: 402px 222px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-3 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_3__efm8vbt4xyc2_small_2x.png);
	}
}

/*Fourth Card*/
.section-if-i-switch #testimoji-4 .tile-content {
	width: 604px;
	height: 340px;
	background-size: 604px 340px;
	background-repeat: no-repeat;
	background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-if-i-switch #testimoji-4 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.section-if-i-switch #testimoji-4 .tile-content {
		width: 482px;
		height: 268px;
		background-size: 482px 268px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-4 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.section-if-i-switch #testimoji-4 .tile-content {
		width: 402px;
		height: 222px;
		background-size: 402px 222px;
		background-repeat: no-repeat;
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-if-i-switch #testimoji-4 .tile-content {
		background-image: url(/co/iphone/switch/images/testimoji-cards/video_1__efm8vbt4xyc2_small_2x.png);
	}
}

/* Compare zoom icons */

.section-compare .image-icon-optical-zoom-4 {
	background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_4__bg3fvm90x6uq_large.jpg");
}

@media only screen and (max-width: 1068px) {
	.section-compare .image-icon-optical-zoom-4 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_4__bg3fvm90x6uq_medium.jpg");
	}
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-compare .image-icon-optical-zoom-4 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_4__bg3fvm90x6uq_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-compare .image-icon-optical-zoom-4 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_4__bg3fvm90x6uq_medium_2x.jpg");
	}
}

.section-compare .image-icon-optical-zoom-8 {
	background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_8__f4t6w5pocmqa_large.jpg");
}

@media only screen and (max-width: 1068px) {
	.section-compare .image-icon-optical-zoom-8 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_8__f4t6w5pocmqa_medium.jpg");
	}
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-compare .image-icon-optical-zoom-8 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_8__f4t6w5pocmqa_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-compare .image-icon-optical-zoom-8 {
		background-image: url("/co/iphone/switch/images/overview/icon_optical_zoom_8__f4t6w5pocmqa_medium_2x.jpg");
	}
}

/* PLAY ICON COLOR */
.section-if-i-switch
	#testimoji-1
	.if-i-switch-item:hover
	.light-hover-icon
	.icon-light {
	color: #008ed7;
}

.section-if-i-switch
	#testimoji-2
	.if-i-switch-item:hover
	.light-hover-icon
	.icon-light {
	color: #8849ef;
}

.section-if-i-switch
	#testimoji-3
	.if-i-switch-item:hover
	.light-hover-icon
	.icon-light {
	color: #00aaa0;
}

.section-if-i-switch
	#testimoji-4
	.if-i-switch-item:hover
	.light-hover-icon
	.icon-light {
	color: #ffc43a;
}

.section-if-i-switch
	#testimoji-5
	.if-i-switch-item:hover
	.light-hover-icon
	.icon-light {
	color: #ffc43a;
}

/*APP STORE*/
.tile-appstore .tile-content-wrapper .typography-tile-headline {
	font-size: 38px;
	padding-bottom: 430px;
}
@media only screen and (max-width: 1068px) {
	.tile-appstore .tile-content-wrapper .typography-tile-headline {
		font-size: 38px;
		padding-bottom: 295px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-appstore .tile-content-wrapper .typography-tile-headline {
		font-size: 25px;
		padding-bottom: 250px;
	}
}

/* ENVIROMENT */
@media only screen and (max-width: 734px) {
	.section-only-iphone .image-environment {
		bottom: 49px;
	}
}

.tile-environment .tile-content .tile-headline {
	margin-top: 8px;
}
@media only screen and (max-width: 1068px) {
	.tile-environment .tile-content .tile-headline {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-environment .tile-content .tile-headline {
		margin-top: 0px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 1068px) {
	.image-environment {
		bottom: 48px;
	}
}

.tile-environment .tile-headline {
	max-width: 480px;
}

.tile-environment .box-content .typography-tile-copy {
	font-size: 22px;
}
@media only screen and (max-width: 1068px) {
	.tile-environment .box-content .typography-tile-copy {
		font-size: 14px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-environment .box-content .typography-tile-copy {
		font-size: 13px;
	}
}

/* SEAMLESS */
@media only screen and (max-width: 1068px) {
	.tile-seamless .tile-content-wrapper .typography-tile-headline {
		font-size: 28px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-seamless .tile-content-wrapper .typography-tile-headline {
		font-size: 25px;
	}
}

/*PRIVACY*/
.tile-privacy .typography-privacy-headline {
	width: 283px;
}
@media only screen and (max-width: 1068px) {
	.tile-privacy .typography-privacy-headline {
		width: 200px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-privacy .typography-privacy-headline {
		width: 100px;
	}
}

/* MESSAGING */
.tile-imessage .typography-tile-copy {
	font-size: 23px;
}
@media only screen and (max-width: 1068px) {
	.tile-imessage .typography-tile-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1068px) {
	.tile-imessage .tile-content .tile-headline {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 339px) {
	.tile-imessage .tile-content .tile-headline {
		font-size: 26px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-imessage .typography-tile-copy {
		font-size: 13px;
	}
}

/* CAMERA XS */
@media only screen and (max-width: 360px) {
	.tile-camera .typography-tile-headline {
		font-size: 25px;
	}
}

/* Partner Logos section */
.section-partner-logos {
	padding-bottom: 50px;
	background-color: #fff;
	text-align: center;
}

.section-partner-logos .section-content {
	padding-bottom: 60px;
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .section-content {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 734px) {
	.section-partner-logos .section-content {
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 400px) {
	.section-partner-logos .section-content {
		padding-bottom: 30px;
		width: 90.5%;
	}
}

.logo-image {
	margin: 22px auto;
	text-indent: -9999px;
}

.section-partner-logos .typography-headline-reduced {
	font-size: 48px;
	line-height: 1.08349;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family:
		"SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	padding-bottom: 50px;
	text-align: center;
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .typography-headline-reduced {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 734px) {
	.section-partner-logos .typography-headline-reduced {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: 0.004em;
		padding-bottom: 20px;
	}
}

.section-partner-logos .typography-tile-copy a {
	text-align: center;
	max-width: 165px;
	font-size: 19px;
	line-height: 1.4211;
	font-weight: 400;
	letter-spacing: 0.012em;
	font-family:
		"SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .typography-tile-copy a {
		font-size: 17px;
		line-height: 1.23536;
		font-weight: 400;
		letter-spacing: -0.022em;
		font-family:
			"SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
			"Arial", sans-serif;
	}
}

/* Sticky Nav */
.switchers-is-active .tabnav-link-why-switch:after {
	width: 130px !important;
	transform: translateX(193px) !important;
}
@media only screen and (max-width: 362px) {
	.tabnav-item .icon-copy {
		font-size: 14px;
	}
	.tabnav-items .tabnav-item {
		padding: 0 10px;
	}
	.tabnav-items {
		transform: translateX(-10px);
	}
	.switchers-is-active .tabnav-link-why-switch:after {
		transform: translateX(155px) !important;
		width: 115px !important;
	}
}

/* Memoji Bubbles */

.section-testimony .feature-copy {
	flex-direction: column;
}
.section-testimony .feature-copy .tile-copy {
	margin-top: 0;
}
.section-testimony .memoji-bubble-image {
	width: 140px;
	height: 140px;
	background-size: 140px 140px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1068px) {
	.section-testimony .memoji-bubble-image {
		width: 130px;
		height: 130px;
		background-size: 130px 130px;
	}
}
@media only screen and (max-width: 734px) {
	.section-testimony .memoji-bubble-image {
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
		margin-bottom: 0;
	}
	.section-testimony .feature-copy {
		flex-direction: row;
		padding: 40px 25px 40px 25px !important;
	}
	.section-testimony .section-content .feature-copy .copy-center {
		width: 205px !important;
	}
}
@media only screen and (max-width: 384px) {
	.section-testimony .feature-copy .tile-headline {
		font-size: 25px !important;
	}
	.section-testimony .feature-copy .tile-copy {
		font-size: 13px !important;
	}
}
@media only screen and (max-width: 354px) {
	.section-testimony .memoji-bubble-image {
		width: 80px;
		height: 80px;
		background-size: 80px 80px;
	}
}

/* Adriana */
.testimony-1 .memoji-bubble-image {
	background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.testimony-1 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.testimony-1 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-1 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.testimony-1 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-1 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/adriana_small_2x.png");
	}
}
/* Juan */
.testimony-2 .memoji-bubble-image {
	background-image: url("/co/iphone/switch/images/overview/testimonies/juan_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.testimony-2 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/juan_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.testimony-2 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/juan_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-2 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/juan_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.testimony-2 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/juan_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-2 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/juan_small_2x.png");
	}
}
/* Brenda */
.testimony-3 .memoji-bubble-image {
	background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.testimony-3 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.testimony-3 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-3 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.testimony-3 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-3 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/brenda_small_2x.png");
	}
}
/* Diego */
.testimony-4 .memoji-bubble-image {
	background-image: url("/co/iphone/switch/images/overview/testimonies/diego_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.testimony-4 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/diego_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.testimony-4 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/diego_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-4 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/diego_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.testimony-4 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/diego_small.png");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.testimony-4 .memoji-bubble-image {
		background-image: url("/co/iphone/switch/images/overview/testimonies/diego_small_2x.png");
	}
}

/* COMPARE */

@media only screen and (min-width: 735px) {
	.section-compare .tout {
		white-space: normal;
	}
}

.section-compare .authentication {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cell-padded {
	padding-top: 37px !important;
}

.section-compare .iphone-se.device .device-content .typography-body-tight.tout {
	max-width: 163px;
}

@media only screen and (max-width: 424px) {
	.iphone-15.device .device-content .typography-body-tight.tout {
		padding-bottom: 25px;
	}
}

/* Xsmall Button Compare iPhone 12 alignment*/
@media only screen and (max-width: 381px) {
	.section-compare .iphone-12.device .device-content .cta {
		margin-top: 39px;
	}
}

/* Xsmall Button Compare iPhone 13 alignment state visible*/
@media only screen and (max-width: 337px) {
	.section-compare .iphone-14.device .device-content .button.button-visible {
		margin-top: 41px;
	}
}

/* Xsmall Button Compare iPhone 14 alignment state visible*/
@media only screen and (max-width: 381px) {
	.section-compare .iphone-13.device .device-content .button.button-visible {
		margin-top: 40px;
	}
}

/* Xsmall Button Compare iPhone 14 alignment state hidden*/
@media only screen and (max-width: 337px) {
	.section-compare .iphone-14.device .device-content .button-hidden {
		margin-top: 13px;
	}
}
/* small button iphone 14 avail state */
@media only screen and (max-width: 337px) {
	.section-compare .iphone-14.device .device-content .button {
		margin-top: 41px;
	}
}
@media only screen and (min-width: 338px) and (max-width: 734px) {
	.section-compare .iphone-14.device .device-content .button-hidden {
		margin-top: -11px;
	}
}

@media only screen and (min-width: 735px) {
	.section-compare .iphone-14.device .device-content .button-hidden {
		margin-top: -12px;
	}
}

/* Xsmall Button Compare iPhone 13 alignment state hidden*/
@media only screen and (max-width: 381px) {
	.section-compare .iphone-13.device .device-content .button-hidden {
		margin-top: 14px;
	}
}

@media only screen and (min-width: 382px) and (max-width: 734px) {
	.section-compare .iphone-13.device .device-content .button-hidden {
		margin-top: -9px;
	}
}

@media only screen and (min-width: 735px) {
	.section-compare .iphone-13.device .device-content .button-hidden {
		margin-top: -12px;
	}
}

/* Override for iphone-13-pro switch page compare alignment */
@media only screen and (max-width: 350px) {
	.iphone-13-pro-switch-page
		.section-compare
		.iphone-12.device
		.device-content
		.cta {
		margin-top: 27px;
	}
}

@media only screen and (max-width: 353px) {
	.iphone-13-pro-switch-page
		.section-compare
		.iphone-13.device
		.device-content
		.cta {
		margin-top: 14px;
	}
}
@media only screen and (max-width: 338px) {
	.iphone-13-pro-switch-page
		.section-compare
		.iphone-13.device
		.device-content
		.cta {
		margin-top: 27px;
	}
}

/*Local images*/

/* HERO */
.section-hero .hero-image {
	background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-hero .hero-image {
		background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-image {
		background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .hero-image {
		background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-image {
		background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero .hero-image {
		background-image: url(/co/iphone/switch/images/overview/hero__coiius911fau_small_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .image-hero {
		left: 50%;
		margin-left: -485px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .image-hero {
		left: 50%;
		margin-left: -298px;
	}
}
@media only screen and (max-width: 374px) {
	.section-hero .image-hero {
		transform: scale(0.8);
		transform-origin: top center;
	}
}

/* LOGOS IMG */
/* ishop */
.section-partner-logos .logo-image.logo-ishop {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_ishop_large.png");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-ishop {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_ishop_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-ishop {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_ishop_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-ishop {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_ishop_medium_2x.png");
	}
}

/* maccenter */
.section-partner-logos .logo-image.logo-maccenter {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_maccenter_large.jpg");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-maccenter {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_maccenter_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-maccenter {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_maccenter_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-maccenter {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_maccenter_medium_2x.jpg");
	}
}

/* claro */
.section-partner-logos .logo-image.logo-claro {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_claro_large.jpg");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-claro {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_claro_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-claro {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_claro_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-claro {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_claro_medium_2x.jpg");
	}
}

/* alkosto */
.section-partner-logos .logo-image.logo-alkosto {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_alkosto_large.png");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-alkosto {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_alkosto_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-alkosto {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_alkosto_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-alkosto {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_alkosto_medium_2x.png");
	}
}

/* falabella */
.section-partner-logos .logo-image.logo-falabella {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_falabella_large.png");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-falabella {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_falabella_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-falabella {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_falabella_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-falabella {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_falabella_medium_2x.png");
	}
}

/* tigo */
.section-partner-logos .logo-image.logo-tigo {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_tigo_large.png");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-tigo {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_tigo_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-tigo {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_tigo_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-tigo {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_tigo_medium_2x.png");
	}
}
/* exito */
.section-partner-logos .logo-image.logo-exito {
	width: 165px;
	height: 95px;
	background-size: 165px 95px;
	background-repeat: no-repeat;
	background-image: url("/co/iphone/switch/images/overview/logos/logo_exito_large.png");
	margin-bottom: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-exito {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_exito_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.section-partner-logos .logo-image.logo-exito {
		width: 135px;
		height: 77px;
		background-size: 135px 77px;
		background-repeat: no-repeat;
		background-image: url("/co/iphone/switch/images/overview/logos/logo_exito_medium.png");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-partner-logos .logo-image.logo-exito {
		background-image: url("/co/iphone/switch/images/overview/logos/logo_exito_medium_2x.png");
	}
}

/* Testimoji Images */

/* Title */
@media only screen and (max-width: 1068px) {
	.main .section-switchers .section-headline {
		margin-top: -40px;
	}
}

/* ADRIANA */
.main #switchers .feature-media-object .video-wrapper #nadia-video-startframe {
	background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_adriana_fallback_large.jpg");
	background-size: 978px 550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#nadia-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_adriana_fallback_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#nadia-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_adriana_fallback_small.jpg");
		background-size: 363px 363px;
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#nadia-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_adriana_fallback_small_2x.jpg");
	}
}
@media only screen and (max-width: 374px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#nadia-video-startframe {
		background-size: 300px 300px;
	}
}

/* JUANDIEGO */
.main #switchers .feature-media-object .video-wrapper #ezon-video-startframe {
	background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_juandiego_fallback_large.jpg");
	background-size: 978px 550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#ezon-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_juandiego_fallback_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#ezon-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_juandiego_fallback_small.jpg");
		background-size: 363px 363px;
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#ezon-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_juandiego_fallback_small_2x.jpg");
	}
}
@media only screen and (max-width: 374px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#ezon-video-startframe {
		background-size: 300px 300px;
	}
}

/* BRENDA */
.main
	#switchers
	.feature-media-object
	.video-wrapper
	#jessica-video-startframe {
	background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_brenda_fallback_large.jpg");
	background-size: 978px 550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#jessica-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_brenda_fallback_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#jessica-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_brenda_fallback_small.jpg");
		background-size: 363px 363px;
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#jessica-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_brenda_fallback_small_2x.jpg");
	}
}
@media only screen and (max-width: 374px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#jessica-video-startframe {
		background-size: 300px 300px;
	}
}

/* DIEGO */
.main #switchers .feature-media-object .video-wrapper #alif-video-startframe {
	background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_diego_fallback_large.jpg");
	background-size: 978px 550px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#alif-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_diego_fallback_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#alif-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_diego_fallback_small.jpg");
		background-size: 363px 363px;
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#alif-video-startframe {
		background-image: url("/co/iphone/switch/images/overview/testimonies/why_switch_diego_fallback_small_2x.jpg");
	}
}
@media only screen and (max-width: 374px) {
	.main
		#switchers
		.feature-media-object
		.video-wrapper
		#alif-video-startframe {
		background-size: 300px 300px;
	}
}

/* section-advanced-camera */
@media only screen and (min-width: 1069px) {
	.section-tiles .tile-camera .tile-panel-content.wide {
		width: 530px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-camera .tile-panel-content.wide {
		width: 250px;
	}
}

/* SECTION-APPSTORE */

.image-appstore {
	background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-appstore {
		background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-appstore {
		background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-appstore {
		background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-appstore {
		background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-appstore {
		background-image: url(/co/iphone/switch/images/overview/appstore__fgafgkupiyie_small_2x.jpg);
	}
}

/* SECTION-MOVE */

.image-move {
	background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-move {
		background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-move {
		background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-move {
		background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-move {
		background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-move {
		background-image: url(/co/iphone/switch/images/overview/move_to_ios__ewwa53yg1mie_small_2x.jpg);
	}
}

/* SECTION-SAFETY */

.image-safety {
	background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-safety {
		background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-safety {
		background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-safety {
		background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-safety {
		background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-safety {
		background-image: url(/co/iphone/switch/images/overview/safety__bxliv7ldxziq_small_2x.jpg);
	}
}

/* Seamless */

.image-seamless {
	background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.image-seamless {
		background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-seamless {
		background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-seamless {
		background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-seamless {
		background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-seamless {
		background-image: url(/co/iphone/switch/images/overview/seamless__e38z8yxpidua_small_2x.jpg);
	}
}

/* Personalize */

.image-personalize {
	background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.image-personalize {
		background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-personalize {
		background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-personalize {
		background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-personalize {
		background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-personalize {
		background-image: url(/co/iphone/switch/images/overview/personalize__d1u017c80gmu_small_2x.jpg);
	}
}

/* Section-Compare */

h4.typography-compare-size.size {
	margin-top: 7px;
}

/*Compare */
@media only screen and (min-width: 1069px) {
	.section-compare .three-lines-large {
		height: 60px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-compare .three-lines-medium {
		height: 60px;
	}
	.section-compare .two-lines-medium {
		height: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-compare .three-lines-small {
		height: 60px;
	}
}
@media only screen and (max-width: 375px) {
	.section-compare .three-lines-xsmall {
		height: 60px;
	}
}

@media only screen and (max-width: 375px) {
	.section-compare .two-lines-xsmall {
		height: 40px;
	}
}
@media only screen and (max-width: 435px) {
	.section-compare .four-lines-xsmall {
		height: 80px;
	}
}
.section-compare .cta {
	margin-top: 0px;
}
@media only screen and (max-width: 351px) {
	.section-compare .iphone-16.camera p:nth-child(5) {
		height: 100px;
	}
}
@media only screen and (max-width: 407px) {
	.section-compare .iphone-16.camera p:nth-child(6) {
		height: 40px;
	}
}

/* Privacy Section Overview */
@media only screen and (min-width: 734px) and (max-width: 1068px) {
	.tile-privacy .headline-animation-column {
		transform: scale(0.8) translateY(-42px);
		transform-origin: bottom left;
	}
	.tile-privacy .typography-privacy-headline {
		width: 168px;
	}
}
@media only screen and (max-width: 400px) {
	.tile-privacy .headline-animation-column {
		transform: scale(0.85) translateY(62px);
		transform-origin: bottom left;
	}
}
@media only screen and (max-width: 350px) {
	.tile-privacy .image-privacy {
		background-position: -100% bottom;
	}
}

/* Hero copy*/
@media only screen and (min-width: 440px) {
	.custom-nowrap {
		white-space: nowrap;
	}
}

/* Durability tile */

.tile-durability .tile-panel-content {
	width: 435px;
}
@media only screen and (max-width: 1068px) {
	.tile-durability .tile-panel-content {
		width: 290px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-durability .tile-panel-content {
		width: 242px;
	}
}

/*Seamless IMG */

@media only screen and (max-width: 1068px) {
	.image-seamless {
		right: -31px;
	}
}

/* Apple Intelligence */

.image-apple-intelligence {
	background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_large.jpg);
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.image-apple-intelligence {
		background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-apple-intelligence {
		background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-apple-intelligence {
		background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-apple-intelligence {
		background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-apple-intelligence {
		background-image: url(/co/iphone/switch/images/overview/apple_intelligence__wd56e4hrlv6u_small_2x.jpg);
	}
}

/* navbar */
@media only screen and (max-width: 350px) {
	#ac-localnav.ac-localnav-scrim .ac-ln-wrapper .ac-ln-title {
		max-width: 150px;
		padding-right: 26px;
		margin-top: 0;
	}

	#ac-localnav.ac-localnav-scrim .ac-ln-wrapper .ac-ln-title a {
		white-space: normal;
	}
	#ac-localnav .ac-ln-content {
		padding-bottom: 5px;
	}
	#ac-localnav .ac-ln-title {
		font-size: 17px;
	}
}
