@media screen and (min-width: 1605px) {
    .pageHero .c-heading-1a {
        font-size: 70px;
        line-height: 1;
    }
}

.pageHero .hero-content .c-group {
    margin-top: 3px;
}

.pageHero .hero-content .c-call-to-action:first-of-type {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .m-hero-item .c-heading {
        font-size: 26px;
        line-height: 32px;
    }
}


/*
.pageHero .hero-content:has(.heroPrice) .c-group {
    margin-top: 8px;
}
*/

.pageHero.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:hover,
.pageHero.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action:focus,
.pageHero.theme-dark .m-hero-item .c-group>.c-call-to-action+.c-call-to-action {
    color: #9bf00b;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
}

.theme-dark {
    background-color: #171717;
}

div[class^=m-]+.m-hero-item {
    /* fixing MWF */
    padding-top: 0;
    float: none;
}


/* ===============
Video hero
=============== */

.videoHero .m-hero-item.f-transparent:before {
    /* proper f-transparent superhero size */
    padding-bottom: 62.5% !important;
}

.videoHero .m-hero-item .m-ambient-video video {
    width: 100% !important;
}


/* some videos go away at tablet rather than mobile.*/

.videoHero:not(.copilot) .m-hero-item .m-ambient-video {
    display: none;
}

.videoHero .m-hero-item .m-ambient-video+picture {
    display: block;
}

@media screen and (min-width: 768px) {
    .videoHero:not(.no-tablet) .m-hero-item .m-ambient-video {
        display: block;
    }
    .videoHero:not(.no-tablet) .m-hero-item .m-ambient-video+picture {
        display: none;
    }
}

@media screen and (min-width: 1084px) {
    .videoHero.no-tablet .m-hero-item .m-ambient-video {
        display: block;
    }
    .videoHero.no-tablet .m-hero-item .m-ambient-video+picture {
        display: none;
    }
}


/* ===============
END Video hero
===============*/


/*improved pp-button alignment */

.videoHero .m-hero-item .m-ambient-video video+div {
    top: auto;
    bottom: 24px;
    left: 24px;
}

.videoHero .m-hero-item .m-ambient-video .vidPlayPause {
    top: auto;
    bottom: auto;
    margin-left: 0;
    position: relative;
}


/* ===============
END Video hero
===============*/


/*=============== 
Comparison table. Module has the class .compare 
=============== */

.compare {
    padding-bottom: 96px;
}

@media screen and (max-width: 1083px) {
    .compare {
        padding-bottom: 48px;
    }
}

.table-section-heading {
    /* section heading and column headings grouped into one sticky thing 
    so we don't see scrolling behind the tansparent page bar */
    position: sticky;
    padding-top: 64px;
    top: 0;
    z-index: 4;
    background-color: #fff;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
    .table-section-heading {
        position: relative;
    }
}

.compare>.comparison-table:has(.header.images) {
    z-index: 5;
    margin-bottom: -64px;
    /* needs to match .table-section-heading padding-top value. Hides text scrolling behind transparent page bar. */
}

.table-section-heading .m-area-heading {
    padding-top: 0 !important;
}

.compare>.comparison-table {
    z-index: 2;
    padding-bottom: 1px;
}

.comparison-table {
    position: relative;
}

.comparison-table .c-group {
    justify-content: center;
}

.comparison-table .c-image {
    max-width: 100%;
}

.comparison-table .c-call-to-action {
    white-space: normal;
}

@media screen and (max-width: 767px) {
    .comparison-table .c-call-to-action {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.comparison-table .column-header [class^=c-heading]+p {
    padding-top: 8px;
}

.table-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #b9b9b9;
    background-color: #fff;
}

.table-row>div {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.table-row .category {
    flex-basis: 16.66666667%;
    background-color: #e6e6e6;
    padding-top: 24px;
    padding-bottom: 24px;
    align-content: center;
}

@media screen and (min-width: 768px) {
    .table-row .category {
        align-content: flex-start;
    }
    .table-row .category>* {
        padding-left: calc(10%);
    }
    .table-row .feature-column p {
        font-weight: 600 !important;
    }
    .table-row .feature-column strong {
        font-weight: 700 !important;
    }
}

.table-row .category>* {
    word-break: break-word;
}

@media screen and (min-width: 768px) and (max-width: 860px) {
    .table-row .category>* {
        font-size: 16px;
    }
}

.table-row .column-header p,
.table-row .category [class^="c-paragraph"] {
    font-weight: 700 !important;
}

.table-row .column-header,
.table-row .feature-column {
    flex-basis: 33.33333333%;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

.table-row .feature-column {
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width: 767px) {
    .table-row .feature-column {
        justify-content: flex-start;
    }
}

.table-row .feature-column.shared {
    flex-basis: 66.66666667%
}

.table-row.header {
    display: flex;
    flex-direction: row;
    border-top: none;
    justify-content: center;
    border-bottom: none;
    /* position: sticky;
    top: 60px; to clear page bar */
}

.table-row.header.copy {
    border-bottom: 1px solid #b9b9b9;
}

.table-row .column-header {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
}

.table-row .column-header>div {
    padding-left: 5%;
    padding-right: 5%;
}

.table-row.images img {
    margin-left: auto;
    margin-right: auto;
}

.table-row.copy .column-header>div {
    padding-bottom: 24px;
}

@media screen and (max-width: 1083px) {
    .table-row.copy a.c-call-to-action {
        padding-left: 8px;
        padding-right: 10px;
        margin-right: 0;
    }
}

.table-row.copy a.c-call-to-action span {
    display: inline;
}

.table-row.copy a.c-call-to-action:not(.glyph-play):after {
    vertical-align: baseline;
}

.table-row .column-header>div [class^=c-heading] {
    padding-top: 0;
    padding-bottom: 0px
}

.table-row .column-header .heroPrice {
    padding-top: 12px;
    padding-bottom: 0px
}

.table-row .column-header .c-group {
    padding-top: 16px;
    padding-bottom: 0px
}

@media screen and (max-width: 1083px) {
    .table-row .category {
        flex-basis: 20%;
    }
    .table-row .column-header,
    .table-row .feature-column {
        flex-basis: 30%;
    }
    .table-row .feature-column.shared {
        flex-basis: 60%
    }
}

@media screen and (max-width: 767px) {
    /*.table-section-heading {
        top: -8px;
    }*/
    .table-row .feature-column.shared,
    .table-row .category {
        flex-basis: 100%;
    }
    .table-row .column-header,
    .table-row .feature-column {
        flex-basis: 50%;
        /*padding-top: 12px;
        padding-bottom: 12px;*/
    }
    .compare>.comparison-table,
    .table-section-heading {
        max-width: calc(540px + 10%);
        padding-left: 5%;
        padding-right: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    .table-row:not(.header) {
        border-bottom: none;
    }
    .table-row.header {
        border-color: #e6e6e6;
    }
}

@media screen and (max-width: 539px) {
    .table-row .feature-column {
        word-break: break-word;
        padding-left: 8px;
        padding-right: 8px;
    }
    .table-row.copy .column-header>div {
        padding-bottom: 24px;
    }
    .table-row .column-header [class^="c-heading"] {
        font-size: 20px;
        line-height: 1.2;
    }
    .table-row .column-header p[class^="c-paragraph"] {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400 !important;
    }
    .table-row .feature-column:not(.shared):nth-child(even) {
        padding-left: 0px
    }
    .table-row .feature-column:not(.shared):nth-child(odd) {
        padding-right: 0px
    }
}


/* ===============  
  END Comparison table. 
  ===============*/


/* =============== 
  video content placements 
  =============== */

.video-cp {
    position: relative;
    padding-bottom: 96px;
}

.video-cp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #171717 0%, #000 60%, #000 100%);
}

.video-content-placements {
    margin-top: -24px;
    position: relative;
    z-index: 32;
}

.video-content-placements .m-content-placement-item {
    text-align: center;
    margin-top: 0;
}

.video-content-placements .m-content-placement .m-content-placement-item>div {
    padding-left: 2.5%;
    padding-right: 2.5%;
}


/*
@media screen and (max-width: 1083px){
    .video-content-placements .m-content-placement > [data-grid^="col-12"] > [data-grid^="col-6"]:not(:last-child) {
        margin-bottom: 48px;
    }
}
*/

@media screen and (max-width: 1083px) {
    .video-content-placements .m-content-placement .m-content-placement-item {
        margin-bottom: 48px;
    }
    .video-cp {
        padding-bottom: 48px;
    }
}

.video-content-placements .m-content-placement .m-content-placement-item [class^=c-heading] {
    margin-top: 0;
    /*padding: 24px 0 0 0;*/
}

.video-content-placements .m-content-placement .m-content-placement-item [class^=c-paragraph] {
    padding: 16px 0 0 0;
}

.video-content-placements .m-content-placement-item>picture {
    padding-bottom: 0;
}

.video-content-placements .m-content-placement-item>picture img {
    width: auto;
    max-width: 100%;
    position: relative;
}


/* =============== 
  END video content placements 
  =============== */

.game-your-way.videoHero .m-hero-item .m-ambient-video {
    display: none;
}

.game-your-way.videoHero .m-hero-item .m-ambient-video+picture {
    display: block;
}

@media screen and (min-width: 1084px) {
    .game-your-way.videoHero .m-hero-item .m-ambient-video {
        display: block;
    }
    .game-your-way.videoHero .m-hero-item .m-ambient-video+picture {
        display: none;
    }
}

.game-your-way {
    padding-top: 0;
    position: relative;
}

.game-your-way>.m-banner {
    position: absolute;
    z-index: 32;
    padding-top: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: calc(26%);
}

@media screen and (max-width: 1399px) {
    .game-your-way>.m-banner {
        height: calc(26%);
    }
}

@media screen and (max-width: 1083px) {
    .game-your-way>.m-banner {
        height: calc(38%);
    }
}

@media screen and (max-width: 767px) {
    .game-your-way>.m-banner {
        height: calc(27%);
        height: calc(44% - 154px);
    }
}

.game-your-way .m-hero-item {
    margin-top: 0;
}

.game-your-way .m-hero-item picture+div img,
.buy-once .m-hero-item picture+div img {
    max-height: 40px;
}


/*
.game-your-way .m-hero-item > div:not(.m-hero-item) > div img{
    max-height: 32px;
}
*/

.buy-once .m-hero-item.f-y-center.f-transparent>div>div {
    top: 50%;
}

.game-your-way .m-hero-item [class^=c-heading],
.buy-once .m-hero-item [class^=c-heading] {
    padding-top: 8px;
    margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1083px) {
    .game-your-way .m-hero-item.f-y-center.f-transparent>div>div {
        top: 60%;
    }
}

.remote-play {
    padding-bottom: 96px;
}

.remote-play .m-banner {
    padding-bottom: 32px;
}

.remote-play .m-banner p {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .rotator360-pivot .m-multi-feature {
        padding-top: 0;
    }
}

.rotator360-pivot .m-multi-feature:not(.extra-class-for-specificity-trick) .c-pivot ul[role="tablist"] li.f-active {
    border: 2px solid transparent;
}

.rotator360-pivot .m-multi-feature:not(.extra-class-for-specificity-trick) .c-pivot ul[role="tablist"] li.f-active:after {
    border-color: #9bf00b;
}


/* =============== 
Custom hero - override to make hero flow at mobile
=============== */
@media only screen and (max-width: 767px) {
    .custom-hero .m-hero-item:before {
        display: none;
    }
    .custom-hero section.m-hero-item {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-hero .m-hero-item>picture,
    .custom-hero .m-hero-item>picture img,
    .custom-hero .m-hero-item>img {
        position: relative;
        transform: translateY(0) !important;
        left: 0 !important;
    }
    .custom-hero .m-hero-item>img {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        height: auto;
    }
    .custom-hero .m-hero-item>div {
        position: relative;
        height: auto;
    }
    .custom-hero .m-hero-item>div>div {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: translateX(0) !important;
    }
    .custom-hero .m-hero-item>div>div {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
/* ===============
END Custom hero
===============*/
/* =============== 
Custom hero - override to make hero flow at mobile
=============== */
@media only screen and (max-width: 1079px) {
    .custom-hero-tablet .m-hero-item>div.m-ambient-video:before,
    .custom-hero-tablet .m-hero-item:before {
        display: none;
    }
    .custom-hero-tablet section.m-hero-item {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-hero-tablet .m-hero-item .m-ambient-video>video,
    .custom-hero-tablet .m-hero-item>picture,
    .custom-hero-tablet .m-hero-item>picture img,
    .custom-hero-tablet .m-hero-item>img {
        position: relative;
        transform: translateY(0) !important;
        left: 0 !important;
    }
    .custom-hero-tablet .m-hero-item>img {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        height: auto;
    }
    .custom-hero-tablet .m-hero-item>div {
        position: relative;
        height: auto;
    }
    .custom-hero-tablet .m-hero-item>div>div {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: translateX(0) !important;
    }
    .custom-hero-tablet .m-hero-item>div:not(.m-ambient-video)>div {
        width: 90%;
        max-width: 90%;
        text-align: center;
        padding-top: 48px;
        padding-bottom: 48px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-hero-tablet .m-hero-item .m-ambient-video video + div{
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: auto !important;
        bottom: 24px;
        left: 24px !important;
    }

}
/* ===============
END Custom hero
===============*/

/* English line break wrangling */

@media screen and (max-width: 1604px) {
    .created-by .c-heading-1a {
        max-width: 896px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1084px) {
    .created-by .m-banner {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .videoHero.tall-mobile .m-hero-item>div>div {
        top: calc(50%);
    }
}

@media screen and (-ms-high-contrast:black-on-white),
screen and (forced-colors: active) and (prefers-color-scheme: light) {
    .video-cp .m-content-placement {
        background-color: #fff;
    }
    .video-cp .m-content-placement-item img {
        filter: invert(1);
    }
}

@media only screen and (max-width: 1083px) {
    .m-hero-item.f-y-top.f-transparent>div:not(.m-ambient-video)>div {
        top: 15%;
    }
}

.text-spacing .m-hero-item:not(.f-y-center)>div:not(.m-ambient-video)>div,
.m-hero-item:not(.f-y-center)[style]>div:not(.m-ambient-video)>div {
    top: 0 !important;
}

.videoHero.cloud {
    position: relative;
}

.videoHero.cloud:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    height: calc(12px);
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.m-content-placement-item .c-hyperlink {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .c-hero>div picture,
    .m-hero-item>div picture {
        display: block;
    }
}


/*
@media screen and (min-width: 1240px) {
    .m-in-page-navigation .c-navigation-menu {
        display: none;
    }
    nav.c-in-page-navigation>p,
    nav.c-in-page-navigation ul,
    nav.c-in-page-navigation>.c-select {
        display: block;
    }
}*/

@media screen and (max-width: 1420px) {
    .m-in-page-navigation .c-navigation-menu {
        display: block;
    }
    nav.c-in-page-navigation>p,
    nav.c-in-page-navigation ul,
    nav.c-in-page-navigation .CTAdiv:not(.mobile),
    nav.c-in-page-navigation>.c-select {
        display: none;
    }
}

.m-feature.f-image-priority.hero-headings .c-heading {
    box-sizing: content-box;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 56px;
    padding: 37px 0 3px
}

.m-feature.f-image-priority.hero-headings .c-subheading {
    font-size: 24px;
    line-height: 28px;
    padding: 4px 0 2.3632px
}

@media only screen and (max-width:1399px) {
    .m-feature.f-image-priority.hero-headings .c-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        padding: 36px 0 4px
    }
    .m-feature.f-image-priority.hero-headings .c-subheading {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 8px 0 0
    }
}

@media only screen and (max-width:767px) {
    .m-feature.f-image-priority.hero-headings .c-heading {
        box-sizing: content-box;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        padding: 35px 0 5px
    }
    .m-feature.f-image-priority.hero-headings .c-heading {
        padding-top: 0
    }
    .m-feature.f-image-priority.hero-headings .c-subheading {
        box-sizing: content-box;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding: 9px 0 3px;
        display: block
    }
}


/* shared blade not entirely independent of page CSS or legal content */

.handheld-compatibility {
    padding-bottom: 48px;
}

@media screen and (min-width: 768px) {
    .handheld-compatibility {
        padding-top: 48px;
        padding-bottom: 96px;
    }
}

.handheld-compatibility .c-logo {
    margin-top: 0;
}

.handheld-compatibility .c-group {
    padding-top: 20px;
}

.handheld-compatibility .m-feature .c-logo {
    margin-top: 0;
}

.handheld-compatibility .m-feature.f-image-priority.hero-headings [class^=c-heading] {
    padding-top: 8px;
    margin-top: 0;
}

@media only screen and (max-width:767px) {
    .m-feature.f-image-priority.hero-headings .c-heading {
        font-size: 26px;
        line-height: 32px;
    }
}


/*fix for thumbnail imgs */
.m-multi-feature.f-align-center .c-pivot .mod-multi-boxshot .c-image {
    opacity: 1;
}
.m-multi-feature.f-align-center .c-pivot .mod-multi-boxshot {
    border: 2px solid #000;
}
.mod-feature .c-pivot:not(.f-disabled)>ul>li.f-active {
    outline: 4px solid #9bf00b !important;
}
.mod-feature section[role="tabpanel"] {
    padding-top: 24px
}
.mod-feature section[role="tabpanel"] h3{
    padding-top: 12px
}

.mod-feature section[role="tabpanel"] .c-badge{
    background-color: #107c10;
    color: #fff;
}

.featured-games .m-banner .c-call-to-action {
    margin-top: 12px;
}

.handheld-compatibility .c-group .c-call-to-action:not(:first-child) {
    margin-left: 20px;
}
.copilot {
    padding-bottom: 48px;
}
.featured-games {
    padding-bottom: 96px;
}

.featured-games .m-banner {
    padding-bottom: 0;
}

/* AQA */
.buy-once .m-hero-item .c-call-to-action {
    white-space: normal;
}
.buy-once .m-hero-item .c-call-to-action:after {
    display: inline;
    vertical-align: baseline;
}
.buy-once .m-hero-item .c-call-to-action span {
    display: inline;
}

.game-your-way .m-hero-item > div > div img {
    max-width: 100%;
}

.media-gallery {
    padding-bottom: 144px;
}

@media screen and (max-width: 1360px) {
    .media-gallery .inlinefilmstrip {
        margin-top: 0px !important;
    }
}

 .media-gallery .ottoinlinemedia {
    max-height: unset;
}