/* Local Overrides */

/* Section always-with-you */
@media only screen and (min-width: 1069px) and (max-width: 1140px) {
	.section-always-with-you .typography-imessage-text {
		font-size: 45px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-always-with-you .typography-imessage-text {
		font-size: 31px;
	}
}

@media only screen and (max-width: 734px) {
	.section-always-with-you .typography-imessage-text {
		font-size: 15px;
	}
}

/* section-privacy */

@media screen and (min-width: 734px) and (max-width: 736px) {
	.section-always-on .tile-passwords .tile-content {
		padding-right: 46px;
	}
}

@media screen and (min-width: 752px) and (max-width: 1068px) {
	.section-privacy .tile-wrapper .section-copy {
		width: 300px;
	}
}

@media screen and (min-width: 319px) and (max-width: 341px) {
	.section-privacy .tile-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media screen and (max-width: 734px) {
	.section-privacy .section-cta .icon-wrapper {
		max-width: 244px;
	}
}

/* Hide my email */
@media screen and (min-width: 1069px) {
	.section-privacy .hide-email .tile-content .tile-wrapper {
		padding-right: 10px;
	}
}

/*  Hero */
@media only screen and (min-width: 1069px) {
	.section-hero .section-content .column:last-child a.button {
		margin-bottom: 50px;
	}
}

/* Section offers */

@media only screen and (min-width: 1069px) {
	.section-offers .callout .callout-copy {
		max-width: 540px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-offers .callout .callout-copy {
		max-width: 430px;
	}
}

/* FAQs */

@media only screen and (max-width: 734px) {
	.section-faq #accordion-item-q-1-tray .accordion-content-paragraph {
		--accordion-content-paragraph-max-width: 92%;
	}
}

/*Localized Screens*/

/* Family Router tile */
.icloud-update
	.section-router
	.tile-family-sharing
	.tile-image-update-family-sharing-router {
	background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_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) {
	.icloud-update
		.section-router
		.tile-family-sharing
		.tile-image-update-family-sharing-router {
		background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.icloud-update
		.section-router
		.tile-family-sharing
		.tile-image-update-family-sharing-router {
		background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_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) {
	.icloud-update
		.section-router
		.tile-family-sharing
		.tile-image-update-family-sharing-router {
		background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.icloud-update
		.section-router
		.tile-family-sharing
		.tile-image-update-family-sharing-router {
		background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_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) {
	.icloud-update
		.section-router
		.tile-family-sharing
		.tile-image-update-family-sharing-router {
		background-image: url(/mx/icloud/images/overview/router_family_sharing__c6g8cxycpx0m_small_2x.jpg);
	}
}
