br.custom-xsmall-hide {
    display: block;
}
@media only screen and (max-width: 340px) {
    br.custom-xsmall-hide {
        display: none;
    }
}

.value-prop:lang(ko), .section-headline:lang(ko), .section-offers .card-headline:lang(ko) {
    line-height: 1.1;
}


.icon-wrapper .icon-after::after, .icon-wrapper .more::after, .more::after {
    position: relative;
    top : -0.08em;
}

.section-plans .columnheader:first-child, .section-plans .rowheader {
    flex-basis: 50%;
}

@media only screen and (max-width: 566px) {
    .section-plans .columnheader:first-child, .section-plans .rowheader {
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-plans .plan-list {
        justify-content: center;
        gap: 66px;
    }

    .plan-list .plan-list-item {
        margin-left: 0;
    }
}

.section-offers .card-headline {
    line-height: 1.15;
}

.card-picture-spatial-audio {
    margin-top:60px
}

@media only screen and (max-width: 1068px) {
    .card-picture-spatial-audio {
        margin-top:39px
    }
}

@media only screen and (max-width: 342px)  {
    body {
        overflow-x: hidden;
    }
}

br.custom-small{
    display: none;
}

@media only screen and (min-width: 459px) and (max-width: 734px) {
    br.custom-small{
        display: block;
    }
}

/* Apple one */
.overview-apple-one {
	margin-left: -126px;
}
@media only screen and (min-width: 734px) and (max-width: 1068px) {
	.overview-apple-one {
		margin-left: -97px;
	}
}
@media only screen and (max-width: 734px) {
	.overview-apple-one:after {
		padding-bottom: 80.835509%;
	}
}

@media only screen and (max-width: 734px) and (max-width: 552px) {
	.overview-apple-one {
		width: calc(100% + 0px);
	}
}
@media only screen and (max-width: 734px) {
	.overview-apple-one {
		max-width: 303px;
	}
}

@media only screen and (max-width: 734px) {
	.section-offers .card-half {
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.section-offers .card-picture-apple-one {
		margin-left: 0;
	}
}

/** hero small **/

@media only screen and (max-width: 734px) {
    .section-hero .section-content {
        width: 88.5%;
    }
}


/* section devices header width */
.section-devices .large-7 {
    flex-basis: 66%;
    max-width: 66%;
}
@media only screen and (max-width: 1068px) {
    .section-devices .medium-8 {
        flex-basis: 81%;
        max-width: 81%;
    }
}
@media only screen and (max-width: 734px) {
    .section-devices .small-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/* marguee section line-height */
.marquee-copy {
    line-height: 1.2857742857 !important;
}