@media only screen and (min-width: 1069px) {
	.section-swift .row-guide .column .links.jp-adjustment {
		margin-top: 30px;
	}
}

/* JP Styles */
.section-hero .gradient-text {
	margin-top: 10px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .gradient-text {
		margin-top: 8px;
		margin-bottom: 37px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .gradient-text {
		margin-top: 5px;
		margin-bottom: 24px;
	}
}

.icon-wrapper .icon-after::after {
	position: relative;
}

br.xsmall {
	display: none;
}
@media only screen and (max-width: 330px) {
	br.xsmall {
		display: inline;
	}
}
