/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


.section-pencil .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#f35608,
		#f14758 33%,
		#de4d9a 66%,
		#bb60f5 100%
	);
}
.section-apps .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#058ef7,
		#7979f9 33%,
		#c85bd6 66%,
		#de4d9a 100%
	);
	padding-right: 5px;
	margin-right: -5px;
}
.section-download .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#bb60f5,
		#de4d9a 33%,
		#f14758 66%,
		#f35608 100%
	);
	padding-right: 5px;
	margin-right: -5px;
}
.section-camera .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#5f79f9,
		#c85bd6 33%,
		#de4d9a 66%,
		#f14758 100%
	);
	padding-right: 5px;
	margin-right: -5px;
}
.section-powerful .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#5f79f9,
		#c85bd6 33%,
		#de4d9a 66%,
		#f14758 100%
	);
	padding-right: 5px;
	margin-right: -5px;
}

.section-design .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#058ef7,
		#7979f9 33%,
		#c85bd6 66%,
		#de4d9a 100%
	);
	padding-right: 5px;
	margin-right: -5px;
}
.section-hero .hero-callout:nth-child(1), .section-hero .hero-callout:nth-child(3) {
	margin-top: 90px;
	padding-top: 10px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-callout:nth-child(1), .section-hero .hero-callout:nth-child(3) {
		margin-top: 75px;
		padding-top: 10px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-callout:nth-child(1), .section-hero .hero-callout:nth-child(3) {
		margin-top: 30px;
		padding-top: 10px;
	}
	.section-router .has-gradient {
		min-height: auto;
	}
	.section-router .section-headline {
		grid-template-rows: auto;
	}
}

.section-powerful .gradient-powerful {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 247, 1) 100%
	);
	padding-top: 150px;
	background-size: 100% 330px;
	background-repeat: no-repeat;
}

.section-powerful.section-spacing-top {
	padding-top: 0;
}

@media only screen and (max-width: 1068px) {
	.badge-content {
		grid-template-rows: auto;
	}
}

.ipad-pro.display-row8.grid-cell, .ipad-air.display-row8.grid-cell, .ipad-10-9.display-row8.grid-cell, .ipad-mini.display-row8.grid-cell {
	display: none;
}

.section-accessibility > div {
	margin-bottom: 106px;
}

@media only screen and (max-width: 734px) {
	.section-accessibility > div {
		margin-bottom: 26px;
	}
}

.section-intelligence .section-headline strong {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-image: linear-gradient(
		90deg,
		#bb60f5,
		#de4d9a 33%,
		#f14758 66%,
		#f35608 100%
	);
}

@media only screen and (max-width: 734px) {
	.section-intelligence .section-header .hardware-lockup .hardware-caption {
		bottom: 57px;
	}
}

@media only screen and (min-width: 734px) and (max-width: 1068px) {
	.section-intelligence .section-header .hardware-lockup .inline-video-button {
		left: 515px;
		bottom: 86px;
	}
}

.section-intelligence .section-headline strong {
	padding: 0 2px;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
