/* icon */
 .more::before, .more::after,
 .icon::before, .icon::after {
    position: relative;
    top: -0.07em;
}

.more::before, .more::after{
    top: -0.1em;
}

.icon::before, .icon::after {
    margin-top: 0.2em;
}

.section-garageband .more::after{
    margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .icon::before, .icon::after {
        margin-top: 0.27em;
    }
}

.icon-downloadcircle:after {
    top: 0;
}

.section-other-music-software .section-mainstage .icon-downloadcircle:after {
    margin-top: -0.063em;
    position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .section-other-music-software .section-mainstage .icon-downloadcircle:after {
        margin-top: -0.03em;
    }
}

.section-studio-assistant sup{
    bottom: 0;
}

/* line-height */
.typography-headline {
    line-height: 1.25;
}

.typography-overview-section-headline {
    line-height: 1.2;
}

.typography-overview-section-copy {
    line-height: 1.45;
}

.typography-callout {
    line-height: 1.2375;
}
@media only screen and (max-width: 1068px) {
    .typography-callout {
        line-height: 1.262965;
    }
}
@media only screen and (max-width: 734px) {
    .typography-callout {
        line-height: 1.283337;
    }
}

.typography-overview-secondary-headline {
    line-height: 1.178573;
}
@media only screen and (max-width: 1068px) {
    .typography-overview-secondary-headline {
        line-height: 1.200001;
    }
}
@media only screen and (max-width: 734px) {
    .typography-overview-secondary-headline {
        line-height: 1.2375;
    }
}

.typography-headline-reduced {
    line-height: 1.21;
}
@media only screen and (max-width: 1068px) {
    .typography-headline-reduced {
        line-height: 1.2375;
    }
}
@media only screen and (max-width: 734px) {
    .typography-headline-reduced {
        line-height: 1.262965;
    }
}

/* line-height end */

.section.section-primary .primary-subsection-cta {
    padding-right: 1.4em
}

@media only screen and (min-width: 736px) and (max-width: 745px) {
    .section.section-garageband .link-wrapper {
        width: 245px;
    }
}

.nowrap.display-inline-block {
    display: inline;
}
.nowrap.display-inline-block.more::after {
    margin-left: 5px;
}

@media only screen and (max-width:608px) {   
    .section.section-new-ways.section-primary .nowrap {
        display: block;
    }
}
@media only screen and (max-width:735px) {   
    .section.section-new-ways.section-primary .section-eyebrow {
        display: inline-block;
    }
}

/* section primary */
.section.section-session-player.section-primary{
    margin-top: 115px;
}

@media only screen and (max-width: 1068px){
    .section.section-session-player.section-primary{
        margin-top: 145px;
    }
}

@media only screen and (max-width: 735px){
    .section.section-session-player.section-primary{
        margin-top: 65px;
    }
}

/* section spatial audio button */
@media only screen and (max-width: 735px){
    .section.section-spatial-audio .mediaobject-container .mediaobject-play-button{
        width: 40px;
        height: 40px;
        left: 17px;
        bottom: 14px;
    }
}