/* arrow start */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{position: relative;}
/* arrow end */

/* hero alt start */
.section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
    position: absolute;
    bottom: calc(-303px - var(--hero-copy-block-y-adjuster));
    width:100%
}

@media only screen and (max-width: 1068px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
        bottom:calc(-232px - var(--hero-copy-block-y-adjuster))
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
        bottom:calc(-162px - var(--hero-copy-block-y-adjuster))
    }
}

.section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
    margin-top: 30px;
    font-size: 78px;
    line-height: 1.07;
}

@media only screen and (max-width: 1068px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
        margin-top: 24px;
        font-size: 56px;
        line-height: 1.07143;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
        font-size: 40px;
        line-height: 1.1;
        margin-top:17px
    }
}
/* hero alt end */
/* airtag g 被遮住 start */
.section-manifesto .typography-manifesto-intro{
    line-height:1.14;
}
/* airtag g 被遮住 end */
/* 简单之至 图片上间距一致 start*/
@media only screen and (max-width: 734px){
    .section-more-features .column-copy-ios {
        margin-top: -12px;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px){
    .section-more-features .column-copy-ios {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 1068px){
    .section-more-features .column-copy-ios {
        margin-top: 140px;
    }
}
/* 简单之至 图片上间距一致 end*/
/*尋找範圍 角标直接逗号 start */
.section-features .footnote-comma{
    font-size: .55em;
    line-height: 0;
    vertical-align: super;
    margin-inline-end: .12em;
    margin-inline-start: .03em;
}
/*尋找範圍 角标直接逗号 end */
/* 行宽 */
@media only screen and (min-width: 1069px) {
    .section-features .body-copy {
        max-width:361px;
    }
}