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

.pcGamePassLogo {
    height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 999px){
.pcGamePassLogo {
    height: 40px;
}
h1.c-heading-2{ padding-top: 20px;}
#topofpage{padding-bottom: 215px;}
#topofpage.m-hero-item>div>div, .c-hero>div>div {
    max-width: 300px;
}
}
@media only screen and (min-width: 0px) and (max-width: 450px){
.pcGamePassLogo {
    height: 40px;
}
}

@media only screen and (min-width: 350px) and (max-width: 450px){
#topofpage{padding-top: 200px;}
[class*=f-x][class*=f-y].c-hero>div>div, [class*=f-x][class*=f-y].m-hero-item>div>div {
    top: calc(20%) !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 349px){
#topofpage{padding-top: 300px;}
[class*=f-x][class*=f-y].c-hero>div>div, [class*=f-x][class*=f-y].m-hero-item>div>div {
    top: calc(10%) !important;
}
}

@media only screen and (min-width: 1084px) and (max-width: 1300px){
.m-hero-item:before, .c-hero:before {
    padding-bottom: 48% !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1083px){
.m-hero-item:before, .c-hero:before {
    padding-bottom: 67% !important;
}
}
@media only screen and (min-width: 767px) and (max-width: 820px){
.m-hero-item:before, .c-hero:before {
    padding-bottom: 67% !important;
}
}


.how-it-works {
    position: relative;
    overflow: visible;
}

.how-it-works__wrapper {
    width: 100%;
    max-width: 1600px;
    background-color: #000;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 102px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1083px) {
    .how-it-works__wrapper {
        width: 90%;
    }
}

.how-it-works__wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.how-it-works {
    text-align: center;
}

.how-it-works .m-content-placement {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
}

.how-it-works .m-content-placement-item>picture {
    padding-bottom: 0;
    overflow: visible;
}

.how-it-works .m-content-placement-item>picture img {
    position: relative;
}

.how-it-works .m-content-placement-item p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .how-it-works__wrapper {
    padding-bottom: 5px;
    }
.how-it-works .m-content-placement {
    padding-top: 0px;
}
}

.bprFaq {
    background-color: #000 !important;
    color: white;
    padding-bottom: 48px;
}

.bprFaq hr.c-divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bprFaq hr.c-divider {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bprFaq .c-drawer {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bprFaq button.c-glyph {
    color: white;
    background-color: #000 !important;
}

.bprFaq div.f-divider > div {
    background-color: #000 !important;
}

.bprFaq button.c-glyph:hover,
.bprFaq button.c-glyph:active {
    color: white !important;
}

@media screen and (-ms-high-contrast: white-on-black) {
.faq-mwf p {
    color: #000 !important;}
}
@media only screen and (min-width: 768px){
    #Hero .pad96{padding-top: 96px !important;}
}
@media only screen and (min-width: 1084px){
#topofpage{padding-bottom: 10px;}
}