:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-07d8b98 *//* ==========================================
   MINECRAFT PC & CONSOLE VERSIONS HUB HERO
========================================== */

.mc-consolehub-hero{
    padding:90px 0 70px;
    background:#fff;
}

.mc-consolehub-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-consolehub-head{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.mc-consolehub-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-consolehub-head h1{
    color:#222;
    font-size:54px;
    line-height:1.1;
    margin:0 0 20px;
    text-align:center;
}

.mc-consolehub-head p{
    max-width:820px;
    margin:0 auto 14px;
    color:#555;
    font-size:16px;
    line-height:1.9;
}


/* PLATFORM SELECTOR */

.mc-consolehub-platforms{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}


/* PLATFORM */

.mc-consolehub-platform{
    display:grid;
    grid-template-columns:45px 1fr 25px;
    gap:14px;
    align-items:center;
    min-height:110px;
    padding:22px;
    background:#f7faf7;
    border:1px solid #e1e6e2;
    color:inherit !important;
    text-decoration:none !important;
    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-consolehub-platform:hover{
    background:#222622;
    border-color:#222622;
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.1);
}


/* NUMBER */

.mc-consolehub-platform-num{
    color:#c5ddc8;
    font-size:22px;
    font-weight:900;
}

.mc-consolehub-platform small{
    display:block;
    color:#278536;
    font-size:8px;
    font-weight:900;
    letter-spacing:1px;
    margin-bottom:5px;
}

.mc-consolehub-platform strong{
    display:block;
    color:#222;
    font-size:16px;
}

.mc-consolehub-arrow{
    color:#278536;
    font-size:19px;
    transition:transform .3s ease;
}


/* HOVER */

.mc-consolehub-platform:hover .mc-consolehub-platform-num{
    color:#6eb977;
}

.mc-consolehub-platform:hover small{
    color:#8ed194;
}

.mc-consolehub-platform:hover strong{
    color:#fff;
}

.mc-consolehub-platform:hover .mc-consolehub-arrow{
    color:#8ed194;
    transform:translateX(4px);
}


/* CTA */

.mc-consolehub-actions{
    text-align:center;
    margin-top:38px;
}

.mc-consolehub-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:15px 25px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-consolehub-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-consolehub-btn:hover{
    background:#111;
    color:#fff !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.14);
}

.mc-consolehub-btn:hover span{
    transform:translateY(3px);
}


/* INFO STRIP */

.mc-consolehub-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-top:60px;
    border-top:1px solid #e1e6e2;
    border-bottom:1px solid #e1e6e2;
}

.mc-consolehub-strip div{
    padding:20px 22px;
    border-right:1px solid #e1e6e2;
}

.mc-consolehub-strip div:last-child{
    border-right:0;
}

.mc-consolehub-strip span{
    display:block;
    color:#999;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.7px;
    margin-bottom:4px;
}

.mc-consolehub-strip strong{
    color:#222;
    font-size:13px;
}


/* TABLET */

@media(max-width:900px){

    .mc-consolehub-platforms{
        grid-template-columns:1fr 1fr;
    }

    .mc-consolehub-strip{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-consolehub-hero{
        padding:55px 0 50px;
    }

    .mc-consolehub-wrap{
        padding:0 20px;
    }

    .mc-consolehub-head h1{
        font-size:35px;
    }

    .mc-consolehub-head p{
        font-size:15px;
    }

    .mc-consolehub-platforms{
        grid-template-columns:1fr;
    }

    .mc-consolehub-btn{
        width:100%;
    }

    .mc-consolehub-strip{
        grid-template-columns:1fr;
    }

    .mc-consolehub-strip div{
        border-right:0;
        border-bottom:1px solid #e1e6e2;
    }

    .mc-consolehub-strip div:last-child{
        border-bottom:0;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e15bbe *//* ==========================================
   CONSOLE HUB - PS3 VERSION SECTION
========================================== */

.mc-hub-ps3{
    padding:90px 0;
    background:#f7faf7;
}

.mc-hub-ps3-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-hub-ps3-head{
    max-width:850px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-hub-ps3-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.mc-hub-ps3-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 15px;
}

.mc-hub-ps3-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY */

.mc-hub-ps3-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-hub-ps3-summary div{
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-hub-ps3-summary div:last-child{
    border-right:0;
}

.mc-hub-ps3-summary span{
    display:block;
    color:#8ed194;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-hub-ps3-summary strong{
    color:#fff;
    font-size:14px;
}


/* TABLE */

.mc-hub-ps3-table{
    background:#fff;
    border:1px solid #e1e6e2;
}


/* HEADER */

.mc-hub-ps3-table-head{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    background:#111;
}

.mc-hub-ps3-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-hub-ps3-row{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e7e7e7;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-hub-ps3-row:last-child{
    border-bottom:0;
}

.mc-hub-ps3-row > div{
    padding:16px 28px;
}

.mc-hub-ps3-row:hover{
    background:#eef7ef;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-hub-ps3-name{
    color:#222;
    font-size:14px;
    font-weight:700;
}

.mc-hub-ps3-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-hub-ps3-date{
    color:#555;
    font-size:13px;
}


/* DOWNLOAD */

.mc-hub-ps3-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 17px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease;
}

.mc-hub-ps3-download:hover{
    background:#111;
    transform:translateY(-2px);
}


/* EXPLORE */

.mc-hub-ps3-explore{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:30px;
    padding:30px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-hub-ps3-explore > div > span{
    display:block;
    color:#278536;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-hub-ps3-explore h3{
    color:#222;
    font-size:23px;
    margin:0 0 7px;
}

.mc-hub-ps3-explore p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE BUTTON */

.mc-hub-ps3-explore-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:14px 22px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-hub-ps3-explore-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-hub-ps3-explore-btn:hover{
    background:#111;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.13);
}

.mc-hub-ps3-explore-btn:hover span{
    transform:translateX(4px);
}


/* MOBILE */

@media(max-width:767px){

    .mc-hub-ps3{
        padding:60px 0;
    }

    .mc-hub-ps3-wrap{
        padding:0 20px;
    }

    .mc-hub-ps3-head h2{
        font-size:30px;
    }

    .mc-hub-ps3-summary{
        grid-template-columns:1fr;
    }

    .mc-hub-ps3-table{
        border:0;
        background:transparent;
    }

    .mc-hub-ps3-table-head{
        display:none;
    }

    .mc-hub-ps3-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-hub-ps3-row > div{
        padding:14px 18px;
    }

    .mc-hub-ps3-name{
        grid-column:1 / -1;
        background:#eef7ef;
    }

    .mc-hub-ps3-download{
        width:100%;
    }

    .mc-hub-ps3-row > div:last-child{
        grid-column:1 / -1;
    }

    .mc-hub-ps3-explore{
        grid-template-columns:1fr;
        gap:25px;
    }

    .mc-hub-ps3-explore-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f09e94e *//* ==========================================
   CONSOLE HUB - PS4 VERSION SECTION
========================================== */

.mc-hub-ps4{
    padding:90px 0;
    background:#fff;
}

.mc-hub-ps4-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-hub-ps4-head{
    max-width:850px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-hub-ps4-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-hub-ps4-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 15px;
    text-align:center;
}

.mc-hub-ps4-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY */

.mc-hub-ps4-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-hub-ps4-summary div{
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-hub-ps4-summary div:last-child{
    border-right:0;
}

.mc-hub-ps4-summary span{
    display:block;
    color:#8ed194;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-hub-ps4-summary strong{
    color:#fff;
    font-size:14px;
}


/* TABLE */

.mc-hub-ps4-table{
    background:#fff;
    border:1px solid #e1e6e2;
}

.mc-hub-ps4-table-head{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    background:#111;
}

.mc-hub-ps4-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-hub-ps4-row{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e7e7e7;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-hub-ps4-row:last-child{
    border-bottom:0;
}

.mc-hub-ps4-row > div{
    padding:16px 28px;
}

.mc-hub-ps4-row:hover{
    background:#eef7ef;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-hub-ps4-name{
    color:#222;
    font-size:14px;
    font-weight:700;
}

.mc-hub-ps4-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-hub-ps4-date{
    color:#555;
    font-size:13px;
}


/* DOWNLOAD */

.mc-hub-ps4-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 17px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease;
}

.mc-hub-ps4-download:hover{
    background:#111;
    transform:translateY(-2px);
}


/* EXPLORE */

.mc-hub-ps4-explore{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:30px;
    padding:30px;
    background:#222622;
}

.mc-hub-ps4-explore > div > span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-hub-ps4-explore h3{
    color:#fff;
    font-size:23px;
    margin:0 0 7px;
}

.mc-hub-ps4-explore p{
    color:#c2cac3;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE BUTTON */

.mc-hub-ps4-explore-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:14px 22px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-hub-ps4-explore-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-hub-ps4-explore-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mc-hub-ps4-explore-btn:hover span{
    transform:translateX(4px);
}


/* TABLET */

@media(max-width:900px){

    .mc-hub-ps4-summary{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-hub-ps4{
        padding:60px 0;
    }

    .mc-hub-ps4-wrap{
        padding:0 20px;
    }

    .mc-hub-ps4-head h2{
        font-size:30px;
    }

    .mc-hub-ps4-summary{
        grid-template-columns:1fr;
    }

    .mc-hub-ps4-table{
        border:0;
        background:transparent;
    }

    .mc-hub-ps4-table-head{
        display:none;
    }

    .mc-hub-ps4-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-hub-ps4-row > div{
        padding:14px 18px;
    }

    .mc-hub-ps4-name{
        grid-column:1 / -1;
        background:#eef7ef;
    }

    .mc-hub-ps4-row > div:last-child{
        grid-column:1 / -1;
    }

    .mc-hub-ps4-download{
        width:100%;
    }

    .mc-hub-ps4-explore{
        grid-template-columns:1fr;
        gap:25px;
        padding:28px 22px;
    }

    .mc-hub-ps4-explore-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b601667 *//* ==========================================
   CONSOLE HUB - PS5 VERSION SECTION
========================================== */

.mc-hub-ps5{
    padding:90px 0;
    background:#f7faf7;
}

.mc-hub-ps5-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-hub-ps5-head{
    max-width:850px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-hub-ps5-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-hub-ps5-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 15px;
    text-align:center;
}

.mc-hub-ps5-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY */

.mc-hub-ps5-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-hub-ps5-summary div{
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-hub-ps5-summary div:last-child{
    border-right:0;
}

.mc-hub-ps5-summary span{
    display:block;
    color:#8ed194;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-hub-ps5-summary strong{
    color:#fff;
    font-size:14px;
}


/* TABLE */

.mc-hub-ps5-table{
    background:#fff;
    border:1px solid #e1e6e2;
}

.mc-hub-ps5-table-head{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    background:#111;
}

.mc-hub-ps5-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-hub-ps5-row{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e7e7e7;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-hub-ps5-row:last-child{
    border-bottom:0;
}

.mc-hub-ps5-row > div{
    padding:16px 28px;
}

.mc-hub-ps5-row:hover{
    background:#eef7ef;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-hub-ps5-name{
    color:#222;
    font-size:14px;
    font-weight:700;
}

.mc-hub-ps5-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-hub-ps5-date{
    color:#555;
    font-size:13px;
}


/* DOWNLOAD */

.mc-hub-ps5-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 17px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease;
}

.mc-hub-ps5-download:hover{
    background:#111;
    transform:translateY(-2px);
}


/* NOTE */

.mc-hub-ps5-note{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:20px;
    align-items:center;
    margin-top:25px;
    padding:22px 25px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-hub-ps5-note-mark{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#278536;
    color:#fff;
    font-size:11px;
    font-weight:900;
}

.mc-hub-ps5-note strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-hub-ps5-note p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE */

.mc-hub-ps5-explore{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:30px;
    padding:30px;
    background:#222622;
}

.mc-hub-ps5-explore > div > span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-hub-ps5-explore h3{
    color:#fff;
    font-size:23px;
    margin:0 0 7px;
}

.mc-hub-ps5-explore p{
    color:#c2cac3;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE BUTTON */

.mc-hub-ps5-explore-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:14px 22px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-hub-ps5-explore-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-hub-ps5-explore-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mc-hub-ps5-explore-btn:hover span{
    transform:translateX(4px);
}


/* TABLET */

@media(max-width:900px){

    .mc-hub-ps5-summary{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-hub-ps5{
        padding:60px 0;
    }

    .mc-hub-ps5-wrap{
        padding:0 20px;
    }

    .mc-hub-ps5-head h2{
        font-size:30px;
    }

    .mc-hub-ps5-summary{
        grid-template-columns:1fr;
    }

    .mc-hub-ps5-table{
        border:0;
        background:transparent;
    }

    .mc-hub-ps5-table-head{
        display:none;
    }

    .mc-hub-ps5-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-hub-ps5-row > div{
        padding:14px 18px;
    }

    .mc-hub-ps5-name{
        grid-column:1 / -1;
        background:#eef7ef;
    }

    .mc-hub-ps5-row > div:last-child{
        grid-column:1 / -1;
    }

    .mc-hub-ps5-download{
        width:100%;
    }

    .mc-hub-ps5-note{
        grid-template-columns:1fr;
    }

    .mc-hub-ps5-explore{
        grid-template-columns:1fr;
        gap:25px;
        padding:28px 22px;
    }

    .mc-hub-ps5-explore-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac98769 *//* ==========================================
   CONSOLE HUB - XBOX VERSION SECTION
========================================== */

.mc-hub-xbox{
    padding:90px 0;
    background:#fff;
}

.mc-hub-xbox-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-hub-xbox-head{
    max-width:850px;
    margin:0 auto 45px;
    text-align:center;
}

.mc-hub-xbox-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-hub-xbox-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 15px;
    text-align:center;
}

.mc-hub-xbox-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* SUMMARY */

.mc-hub-xbox-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:#222622;
    margin-bottom:25px;
}

.mc-hub-xbox-summary div{
    padding:18px 22px;
    border-right:1px solid rgba(255,255,255,.1);
}

.mc-hub-xbox-summary div:last-child{
    border-right:0;
}

.mc-hub-xbox-summary span{
    display:block;
    color:#8ed194;
    font-size:9px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:4px;
}

.mc-hub-xbox-summary strong{
    color:#fff;
    font-size:14px;
}


/* TABLE */

.mc-hub-xbox-table{
    background:#fff;
    border:1px solid #e1e6e2;
}

.mc-hub-xbox-table-head{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    background:#111;
}

.mc-hub-xbox-table-head div{
    padding:18px 28px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}


/* ROW */

.mc-hub-xbox-row{
    display:grid;
    grid-template-columns:1.25fr .65fr .9fr .7fr;
    align-items:center;
    min-height:68px;
    border-bottom:1px solid #e7e7e7;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.mc-hub-xbox-row:last-child{
    border-bottom:0;
}

.mc-hub-xbox-row > div{
    padding:16px 28px;
}

.mc-hub-xbox-row:hover{
    background:#eef7ef;
    box-shadow:inset 4px 0 0 #278536;
}


/* DATA */

.mc-hub-xbox-name{
    color:#222;
    font-size:14px;
    font-weight:700;
}

.mc-hub-xbox-version{
    color:#278536;
    font-size:15px;
    font-weight:800;
}

.mc-hub-xbox-date{
    color:#555;
    font-size:13px;
}


/* DOWNLOAD */

.mc-hub-xbox-download{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:105px;
    padding:10px 17px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        transform .3s ease;
}

.mc-hub-xbox-download:hover{
    background:#111;
    transform:translateY(-2px);
}


/* NOTE */

.mc-hub-xbox-note{
    display:grid;
    grid-template-columns:80px 1fr;
    gap:20px;
    align-items:center;
    margin-top:25px;
    padding:22px 25px;
    background:#eaf6eb;
    border-left:4px solid #278536;
}

.mc-hub-xbox-note-mark{
    width:62px;
    height:62px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#278536;
    color:#fff;
    font-size:10px;
    font-weight:900;
}

.mc-hub-xbox-note strong{
    display:block;
    color:#222;
    font-size:15px;
    margin-bottom:5px;
}

.mc-hub-xbox-note p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE */

.mc-hub-xbox-explore{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:30px;
    padding:30px;
    background:#222622;
}

.mc-hub-xbox-explore > div > span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:5px;
}

.mc-hub-xbox-explore h3{
    color:#fff;
    font-size:23px;
    margin:0 0 7px;
}

.mc-hub-xbox-explore p{
    color:#c2cac3;
    font-size:13px;
    line-height:1.8;
    margin:0;
}


/* EXPLORE BUTTON */

.mc-hub-xbox-explore-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:14px 22px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:7px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-hub-xbox-explore-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-hub-xbox-explore-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.mc-hub-xbox-explore-btn:hover span{
    transform:translateX(4px);
}


/* TABLET */

@media(max-width:900px){

    .mc-hub-xbox-summary{
        grid-template-columns:1fr 1fr;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-hub-xbox{
        padding:60px 0;
    }

    .mc-hub-xbox-wrap{
        padding:0 20px;
    }

    .mc-hub-xbox-head h2{
        font-size:30px;
    }

    .mc-hub-xbox-summary{
        grid-template-columns:1fr;
    }

    .mc-hub-xbox-table{
        border:0;
        background:transparent;
    }

    .mc-hub-xbox-table-head{
        display:none;
    }

    .mc-hub-xbox-row{
        grid-template-columns:1fr 1fr;
        background:#fff;
        border:1px solid #e1e6e2;
        border-radius:10px;
        overflow:hidden;
        margin-bottom:12px;
    }

    .mc-hub-xbox-row > div{
        padding:14px 18px;
    }

    .mc-hub-xbox-name{
        grid-column:1 / -1;
        background:#eef7ef;
    }

    .mc-hub-xbox-row > div:last-child{
        grid-column:1 / -1;
    }

    .mc-hub-xbox-download{
        width:100%;
    }

    .mc-hub-xbox-note{
        grid-template-columns:1fr;
    }

    .mc-hub-xbox-explore{
        grid-template-columns:1fr;
        gap:25px;
        padding:28px 22px;
    }

    .mc-hub-xbox-explore-btn{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28b1cc5 *//* ==========================================
   CONSOLE HUB - FINAL ARCHIVE SECTION
========================================== */

.mc-consolehub-final{
    padding:95px 0;
    background:#f7faf7;
}

.mc-consolehub-final-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:0 30px;
}


/* HEADING */

.mc-consolehub-final-head{
    max-width:850px;
    margin:0 auto 50px;
    text-align:center;
}

.mc-consolehub-final-kicker{
    display:block;
    color:#278536;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
}

.mc-consolehub-final-head h2{
    color:#222;
    font-size:38px;
    line-height:1.25;
    margin:0 0 16px;
    text-align:center;
}

.mc-consolehub-final-head p{
    color:#555;
    font-size:15px;
    line-height:1.9;
    margin:0;
}


/* GRID */

.mc-consolehub-final-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}


/* CARD */

.mc-consolehub-final-card{
    display:flex;
    flex-direction:column;
    min-height:280px;
    padding:28px 24px;
    background:#fff;
    border:1px solid #e1e6e2;
    color:inherit !important;
    text-decoration:none !important;
    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.mc-consolehub-final-card:hover{
    transform:translateY(-6px);
    background:#222622;
    border-color:#222622;
    box-shadow:0 18px 40px rgba(0,0,0,.1);
}

.mc-consolehub-final-num{
    display:block;
    color:#c7dec9;
    font-size:28px;
    font-weight:900;
    margin-bottom:18px;
}

.mc-consolehub-final-card small{
    display:block;
    color:#278536;
    font-size:9px;
    font-weight:900;
    letter-spacing:1px;
    margin-bottom:6px;
}

.mc-consolehub-final-card h3{
    color:#222;
    font-size:21px;
    margin:0 0 10px;
}

.mc-consolehub-final-card p{
    color:#555;
    font-size:13px;
    line-height:1.8;
    margin:0 0 20px;
}

.mc-consolehub-final-card strong{
    margin-top:auto;
    color:#278536;
    font-size:12px;
}


/* HOVER CONTENT */

.mc-consolehub-final-card:hover .mc-consolehub-final-num{
    color:#6db476;
}

.mc-consolehub-final-card:hover small{
    color:#8ed194;
}

.mc-consolehub-final-card:hover h3{
    color:#fff;
}

.mc-consolehub-final-card:hover p{
    color:#c3cbc4;
}

.mc-consolehub-final-card:hover strong{
    color:#8ed194;
}


/* FINAL CTA */

.mc-consolehub-final-cta{
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:45px;
    align-items:center;
    margin-top:55px;
    padding:40px;
    background:#222622;
}

.mc-consolehub-final-cta > div > span{
    display:block;
    color:#8ed194;
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:7px;
}

.mc-consolehub-final-cta h3{
    color:#fff;
    font-size:27px;
    line-height:1.4;
    margin:0 0 10px;
}

.mc-consolehub-final-cta p{
    color:#c1c9c2;
    font-size:13px;
    line-height:1.9;
    margin:0;
}


/* BUTTON */

.mc-consolehub-final-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:15px 24px;
    background:#278536;
    color:#fff !important;
    text-decoration:none !important;
    border-radius:8px;
    font-size:13px;
    font-weight:700;
    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mc-consolehub-final-btn span{
    font-size:18px;
    transition:transform .3s ease;
}

.mc-consolehub-final-btn:hover{
    background:#fff;
    color:#222 !important;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.2);
}

.mc-consolehub-final-btn:hover span{
    transform:translateY(-3px);
}


/* TABLET */

@media(max-width:900px){

    .mc-consolehub-final-grid{
        grid-template-columns:1fr 1fr;
    }

    .mc-consolehub-final-cta{
        grid-template-columns:1fr;
        gap:30px;
    }

}


/* MOBILE */

@media(max-width:767px){

    .mc-consolehub-final{
        padding:60px 0;
    }

    .mc-consolehub-final-wrap{
        padding:0 20px;
    }

    .mc-consolehub-final-head h2{
        font-size:30px;
    }

    .mc-consolehub-final-grid{
        grid-template-columns:1fr;
    }

    .mc-consolehub-final-card{
        min-height:auto;
    }

    .mc-consolehub-final-cta{
        padding:30px 22px;
    }

    .mc-consolehub-final-btn{
        width:100%;
    }

}/* End custom CSS */