.section-hig {
	padding-top: 180px;
	padding-bottom: 64px;
	background: #0983ff;
	background: -moz-linear-gradient(180deg, #399fd5 0%, #0983ff 100%);
	background: -webkit-linear-gradient(180deg, #399fd5 0%, #0983ff 100%);
	background: linear-gradient(180deg, #399fd5 0%, #0983ff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#399fd5', endColorstr='#0983ff', GradientType=0);
	color: white;
	margin-bottom: 16px;
	position: relative;
}

.section-hig .typography-intro {
	color: #fff;
}

.image-hig-hero {
	width: 503px;
	height: 174px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -251px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/hig-hero-large.png);
	background-size: 503px 174px;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 735px) {
	.section-hig {
		padding-top: 120px;
	}
	.image-hig-hero {
		width: 301px;
		height: 104px;
		margin-left: -150px;
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/hig-hero-small.png);
		background-size: 301px 104px;
	}
}

.section-hig a {
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

.hig-links {
	padding-top: 48px;
}

.section-design-awards {
	padding-top: 5em;
	padding-bottom: 5em;
	margin-bottom: 16px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/ada-2018-hero.png);
	background-size: 1440px 716px;
	background-position: center;
	background-repeat: no-repeat;
}

@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-design-awards {
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/ada-2018-hero_2x.png);
	}
}

@media only screen and (max-width: 735px) {
	.section-design-awards {
		padding-top: 18em;
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/ada-2018-hero-small.png);
		background-position: center -20px;
		background-size: 621px 497px;
		background-repeat: no-repeat;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 735px), only screen and (min-resolution: 1.5dppx) and (max-width: 735px), (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 735px), (min-resolution: 144dpi) and (max-width: 735px) {
	.section-design-awards {
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/ada-2018-hero-small_2x.png);
	}
}

.section-videos {
	padding-top: 128px;
	padding-bottom: 128px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/bg-videos.jpg);
	background-size: cover;
	margin-bottom: 16px;
}

.section-videos a {
	color: white;
}

.clearfix:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/* Accessibility */

.section-accessibility {
	background-color: #FAFAFA;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 50%;
	float: left;
	min-height: 380px;
	text-align: center;
	margin-bottom: 16px;
}

.section-accessibility .section-content {
	width: 100%;
	max-width: 490px;
	float: right;
}

.section-accessibility a {
	max-width: 360px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-accessibility {
		min-height: 400px;
	}
	.section-accessibility .section-content {
		max-width: 346px;
	}
}

@media only screen and (max-width: 735px) {
	.section-accessibility {
		width: 100%;
		float: none;
		margin-left: 0;
		min-height: auto;
	}
	.section-accessibility .section-content {
		width: 87.5%;
		max-width: inherit;
		float: none;
	}
}


/* Localization */

.section-localization {
	background-color: #FAFAFA;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 49%;
	float: left;
	margin-left: 1%;
	min-height: 380px;
	text-align: center;
	margin-bottom: 16px;
}

.section-localization .section-content {
	width: 99%;
	max-width: 490px;
	float: left;
}

.section-localization a {
	max-width: 360px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-localization {
		min-height: 400px;
	}
	.section-localization .section-content {
		max-width: 346px;
	}
}

@media only screen and (max-width: 735px) {
	.section-localization {
		width: 100%;
		float: none;
		margin-left: 0;
		min-height: auto;
	}
	.section-localization .section-content {
		width: 87.5%;
		max-width: inherit;
		float: none;
	}
}

/* App Store */

.section-app-store {
	background-color: #FAFAFA;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 50%;
	float: left;
	min-height: 380px;
	text-align: center;
	margin-bottom: 16px;
	min-height: 600px;
}

.section-app-store .section-content {
	width: 100%;
	max-width: 490px;
	float: right;
}

.section-app-store a {
	max-width: 360px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-app-store .section-content {
		max-width: 346px;
	}
}

@media only screen and (max-width: 735px) {
	.section-app-store {
		width: 100%;
		float: none;
		margin-left: 0;
		min-height: auto;
	}
	.section-app-store .section-content {
		width: 87.5%;
		max-width: inherit;
		float: none;
	}
}


/* accessories */

.section-accessories {
	background-color: #FAFAFA;
	padding-top: 64px;
	padding-bottom: 64px;
	width: 49%;
	float: left;
	margin-left: 1%;
	min-height: 380px;
	text-align: center;
	margin-bottom: 16px;
	min-height: 600px;
}

.section-accessories .section-content {
	width: 99%;
	max-width: 490px;
	float: left;
}

.section-accessories a {
	max-width: 360px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-accessories .section-content {
		max-width: 346px;
	}
}

@media only screen and (max-width: 735px) {
	.section-accessories {
		width: 100%;
		float: none;
		margin-left: 0;
		min-height: auto;
	}
	.section-accessories .section-content {
		width: 87.5%;
		max-width: inherit;
		float: none;
	}
}

[lang="zh-CN"] .section-accessibility,
[lang="zh-CN"] .section-localization,
[lang="ja-JP"] .section-accessibility,
[lang="ja-JP"] .section-localization,
[lang="ko-KR"] .section-accessibility,
[lang="ko-KR"] .section-localization {
	min-height: 660px;
}

[lang="ja-JP"] .section-app-store,
[lang="ja-JP"] .section-accessories {
	min-height: 630px;
}

@media only screen and (max-width: 735px) {
	[lang="zh-CN"] .section-accessibility,
	[lang="zh-CN"] .section-localization,
	[lang="ja-JP"] .section-accessibility,
	[lang="ja-JP"] .section-localization,
	[lang="ko-KR"] .section-accessibility,
	[lang="ko-KR"] .section-localization,
	[lang="ja-JP"] .section-app-store,
	[lang="ja-JP"] .section-accessories {
		min-height: auto;
	}
}

figure[data-figure-id="icon-accessibility"] {
	width: 128px;
	height: 128px;
	margin: 2em auto 0;
	background-size: 128px 128px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/assets/elements/icons/accessibility/accessibility-128x128.png);
}

figure[data-figure-id="icon-localization"] {
	width: 320px;
	height: 128px;
	margin: 2em auto 0;
	background-size: 320px 93px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/icon-localization.png);
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 1068px) {
	figure[data-figure-id="icon-localization"] {
		width: 209px;
		background-size: 209px 93px;
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/icon-localization-small.png);
	}
}

figure[data-figure-id="icon-app-store"] {
	width: 128px;
	height: 128px;
	margin: 2em auto 0;
	background-size: 128px 128px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/assets/elements/icons/app-store/app-store-128x128.png);
}

figure[data-figure-id="icon-accessories"] {
	width: 128px;
	height: 128px;
	margin: 2em auto 0;
	background-size: 128px 128px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/icon-accessories.png);
}

figure[data-figure-id="image-iphone-hero"] {
	width: 600px;
	height: 145px;
	margin: 72px auto 16px;
	background-size: 600px 145px;
	background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/iphone-large.png);
}

@media only screen and (max-width: 735px) {
	figure[data-figure-id="image-iphone-hero"] {
		width: 282px;
		height: 90px;
		background-size: 282px 68px;
		background-image: url(https://waybackassets.bk21.net/20190430032524im_/https://developer.apple.com/design/images/iphone-small.png);
		background-repeat: no-repeat;
		margin: 48px auto 0;
	}
}
/*
     FILE ARCHIVED ON 03:25:24 Apr 30, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:20:32 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.784
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.06
  esindex: 0.019
  cdx.remote: 41.436
  LoadShardBlock: 199.073 (3)
  PetaboxLoader3.resolve: 75.159 (4)
  PetaboxLoader3.datanode: 165.892 (4)
  load_resource: 97.65
*/