/* General */
body{
	line-break: strict;
}
.icon-after::after,
.more::after {
	top: -0.075em !important;
	position: relative !important;
}

.main {
	font-feature-settings: "palt" 1;
}

.violator {
	padding-top: 5px;
	padding-bottom: 3px;
}

/* JP Styles */

.lsmall {
	display: none;
}

@media only screen and (max-width: 510px) {
	.lsmall {
		display: block;
	}
}

@media only screen and (max-width: 440px) {
	.lsmall {
		display: none;
	}
}

.section-hero .changing-headline {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 734px) {
	.section-hero .changing-headline {
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	}
}

.section-hero .changing-headline .part-wrapper {
	white-space: nowrap;
	clip-path: inset(0 -200px 0 0);
}

@media only screen and (max-width: 1068px) {
	.section-hero .changing-headline .part-wrapper {
		white-space: nowrap;
		clip-path: inset(0 -200px 0 -200px);
	}
}

.section-hero .changing-headline .part-wrapper .headline-1 {
	margin-left: 0.04em;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .changing-headline .part-wrapper .headline-1 {
		margin-left: -0.5em;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .changing-headline .part-wrapper .headline-2 {
		margin-left: -0.8em;
	}
}

.section-hero .changing-headline .part-wrapper .headline-3 {
	margin-left: 0.04em;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .changing-headline .part-wrapper .headline-3 {
		margin-left: -0.5em;
	}
}

.section-hero .changing-headline .part-wrapper .headline-4 {
	margin-left: 0.04em;
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .changing-headline .part-wrapper .headline-4 {
		margin-left: 0.5em;
	}
}

.marquee-item__cta {
	padding: 8px 17px 5px;
	font-size: 15px;
}

@media only screen and (max-width: 1068px) {
	.marquee-item__cta {
		padding: 8px 12px 5px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 734px) {
	.marquee-item__cta {
		max-width: 90px;
		left: calc(50% - 63px);
		padding: 8px 17px 5px;
		font-size: 13px;
	}
}

.marquee-item__copy {
	padding: 0 0 16px 20px;
}

@media only screen and (max-width: 1068px) {
	.marquee-item__copy {
		padding: 0 0 14px 18px;
	}
}

@media only screen and (max-width: 734px) {
	.marquee-item__copy {
		padding: 0 0 11px 14px;
	}
}

.section-devices .section-headline {
	font-size: 80px;
}

@media only screen and (max-width: 1068px) {
	.section-devices .section-headline {
		font-size: 60px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .section-headline {
		font-size: 40px;
	}
}

.section-faq .section-headline {
	font-size: 80px;
}

@media only screen and (max-width: 1068px) {
	.section-faq .section-headline {
		font-size: 60px;
	}
}

@media only screen and (max-width: 734px) {
	.section-faq .section-headline {
		font-size: 40px;
	}
}

.section-value-props .symbol {
	top: 13px;
}

@media only screen and (max-width: 1068px) {
	.section-value-props .symbol {
		top: 12px;
	}
}

.section-faq .accordion-content-paragraph {
	--accordion-content-paragraph-max-width: 90%;
}

@media only screen and (max-width: 734px) {
	.section-value-props > .section-content {
		margin-top: 40px;
	}
}

.accordion-title-text {
	width: 100%;
}

@media only screen and (max-width: 734px) {
	.section-apple-one .button-appleone {
		max-width: 220px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-one .banner-headline {
		width: 100%;
	}
}

.small-ios-only {
	display: none;
}

@media only screen and (max-width: 510px) {
	.small-ios-only {
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	.ribbon .ribbon-content-wrapper {
		padding-top: 0.34118em;
		padding-bottom: 0.34118em;
	}
}

@media only screen and (max-width: 320px) {
	.section-value-props .value-props-li .nowrap {
		display: inline-block;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .section-content .section-content {
		width: 100%;
	}
}
.section-value-props .offer-cta {
	padding-top: 13px;
	padding-bottom: 11px;
}

@media only screen and (max-width: 320px) {
	.section-value-props .value-props-li .nowrap {
		white-space: nowrap;
		display: inline-block;
	}
}

.trial-link-on-hover-m-l .marquee-item__cta {
	padding: 14px 22px 10px;
}

.cta-wrapper .button {
	padding: 14px 22px 10px;
}

.section-value-props .value-props-li.value-look-for .nowrap{
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 374px) {
.section-value-props .value-props-li.value-look-for{
	flex-wrap: wrap;
	max-width: 260px;
}
.section-value-props .value-props-li.value-look-for .nowrap{
	margin-top: 12px;
}
}

.ribbon.ribbon-blue-to-default .ribbon-content-wrapper{
	padding-top: 13px;
	padding-bottom: 13px;
}