.section-hero .highlight, .section-integration .grid-item-it .highlight {
	z-index: -1;
}

.modal-success-story .modal-content .modal-quote-container {
	padding: 72px 45px;
}

.modal-success-story .modal-content .modal-stats .modal-stat-label {
	max-width: 200px;
}

.section-zero-touch .typography-callout {
	max-width: 980px;
}

.section-integration h3.tile-headline {
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 1068px) {
	.modal-success-story .modal-content .modal-hero.australia .modal-hero-copy {
		max-width: 420px;
	}
	.modal-success-story .modal-content .modal-quote-container {
		padding: 54px 20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-zero-touch .typography-callout {
		max-width: 500px;
	}
	.modal-success-story .modal-content .modal-quote-container {
		padding: 45px 38px;
	}
}

@media only screen and (max-width: 734px) {
	.section-content .row + .row {
		margin-top: 50px;
	}
}

.show-small {
	display: none;
}

.show-medium {
	display: none;
}

@media only screen and (max-width: 1068px) {
	.show-small {
		display: none;
	}
	.show-medium {
		display: inline-block;
	}
}
@media only screen and (max-width: 734px) {
	.show-small {
		display: inline-block;
	}
	.show-medium {
		display: none;
	}
}

.hide-small {
	display: inline-block;
}

.hide-medium {
	display: inline-block;
}
@media only screen and (max-width: 1068px) {
	.hide-small {
		display: inline-block;
	}
	.hide-medium {
		display: none;
	}
	.hide-small.hide-medium {
		display: none;
	}
}
@media only screen and (max-width: 734px) {
	.hide-small {
		display: none;
	}
	.hide-medium {
		display: inline-block;
	}
	.hide-small.hide-medium {
		display: none;
	}
}

/* Fix Underline */

@media only screen and (max-width: 735px) {
	.underline {
		display: inline;
	}
}

@media only screen and (max-width: 449px) {
	.section-hero .underline.highlight {
		display: inline;
	}
	.section-hero .underline.highlight:before {
		--highlight-duration: 0.5s;
		--highlight-delay: 0.5s;
		height: 5px;
		left: 0;
		top: 45%;
		width: 0%;
		z-index: -1;
		padding: 0;
		animation-name: draw-line;
		animation-duration: var(--highlight-duration);
		animation-delay: var(--highlight-delay);
		opacity: 0;
	}
	.section-hero.animate .underline.highlight:before {
		width: 100%;
		padding-left: 0.1875em;
		padding-right: 0.1875em;
		opacity: 1;
	}
	.underline .underline-illustration {
		bottom: 3%;
	}
}

/* @media only screen and (min-width: 450px) {
	.section-hero .underline.highlight:before {
		display: none;
	}
} */

/* Start of how to buy modal style !!Remove thiis when learn more button is back */
.section.section-how-to-buy-module a.icon-wrapper.typography-eyebrow-reduced:first-of-type {
	display: none;
}
[class*="typography-eyebrow"] {
	margin-top: 0.8em;
}
/* End of how to buy modal style !!Remove thiis when learn more button is back */
