section.home-hero-container {
  width: 100%;
  position: relative;
  height: 95vh;
}
@media only screen and (max-width: 1024px) {
  section.home-hero-container {
    height: 85vh;
  }
}
@media only screen and (max-width: 767px) {
  section.home-hero-container {
    height: 0;
    padding-top: 145%;
  }
}
#home-hero-bgvid-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#home-hero-bgvid-container.video-high video {
  height: 100%;
  left: 50%;
}
#home-hero-bgvid-container.video-wide video {
  width: 110%;
}
#home-hero-bgvid-container video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #home-hero-bgvid-container {
    display: none;
  }
}
#home-hero-bgvid-mobile,
#home-hero-bgvid-mobile-v2,
#home-hero-bgvid-landscape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: none;
}
#home-hero-bgvid-mobile video,
#home-hero-bgvid-mobile-v2 video,
#home-hero-bgvid-landscape video {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  #home-hero-bgvid-mobile {
    display: block;
  }
  #home-hero-bgvid-mobile video {
    width: 100%;
  }
  #home-hero-bgvid-landscape {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  #home-hero-bgvid-mobile,
  #home-hero-bgvid-landscape {
    display: none;
  }
  #home-hero-bgvid-mobile-v2 {
    display: block;
  }
  #home-hero-bgvid-mobile-v2 video {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #home-hero-bgvid-mobile,
  #home-hero-bgvid-mobile-v2 {
    display: none;
  }
  #home-hero-bgvid-landscape {
    display: block;
  }
  #home-hero-bgvid-landscape video {
    height: 100%;
  }
}
.home-hero-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 90%;
  max-width: 646px;
}
@media only screen and (min-width: 768px) {
  .home-hero-content {
    bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content {
    top: 26%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .home-hero-content {
    top: 12%;
  }
}
@media only screen and (max-width: 370px) {
  .home-hero-content {
    top: unset;
    bottom: 3%;
  }
}
.home-hero-content .home-hero-logo {
  background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/common/D2_Forsaken_Logo_White.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 646px;
  width: 100%;
  height: 369px;
  text-indent: -100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-logo {
    max-width: 328px;
    height: 187px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-logo {
    height: 187px;
  }
}
.home-hero-content .home-hero-subheader,
.home-hero-content .home-hero-subheader-2 {
  color: #ffffff;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 640px) {
  .home-hero-content .home-hero-subheader,
  .home-hero-content .home-hero-subheader-2 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .home-hero-content .home-hero-subheader,
  .home-hero-content .home-hero-subheader-2 {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-subheader,
  .home-hero-content .home-hero-subheader-2 {
    font-size: 14px;
    letter-spacing: 5.8px;
  }
}
.home-hero-content .home-hero-subheader {
  margin-top: 8px;
  padding-bottom: 21px;
  /*
        &:after{
			content: "";
			position: absolute;
            height: 1px;
            width: 171px;
            bottom: 0;
            left: 50%;
            .translate(-50%, 0);
            background-color: @white;

            .tablet({
                width: 110px;
            });
            .mobile({
                width: 48px;
            });
        }
*/
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-subheader {
    margin-top: 5px;
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-subheader {
    margin-top: 5px;
    padding-bottom: 11px;
  }
}
.home-hero-content .home-hero-subheader-2 {
  margin: 24px 0 30px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-subheader-2 {
    margin: 13px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-subheader-2 {
    margin: 11px 0 15px;
  }
}
.home-hero-content .home-hero-buttons {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons {
    margin-top: 10px;
  }
}
.home-hero-content .home-hero-buttons li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 220px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .home-hero-content .home-hero-buttons li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .home-hero-content .home-hero-buttons li {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons li {
    margin-bottom: 10px;
  }
}
.home-hero-content .home-hero-buttons li a {
  color: #ffffff;
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link {
  border: 1px solid #b78c25;
  background-color: #b78c25;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 18px;
  width: 296px;
  min-width: 0;
  vertical-align: bottom;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .home-hero-content .home-hero-buttons li.home-hero-wtb-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .home-hero-content .home-hero-buttons li.home-hero-wtb-link {
    text-rendering: optimizeLegibility;
  }
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link a {
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link:hover {
  border: 1px solid #b78c25;
  background-color: transparent;
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link:hover a {
  color: #ffffff;
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-hero-content .home-hero-buttons li.home-hero-wtb-link a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 296px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons li.home-hero-wtb-link a {
    width: 335px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-buttons li.home-hero-wtb-link {
    width: 266px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons li.home-hero-wtb-link {
    width: 100%;
    max-width: 335px;
    margin-left: 0;
  }
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 18px;
  width: 296px;
  min-width: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .home-hero-content .home-hero-buttons li.home-hero-trailer-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .home-hero-content .home-hero-buttons li.home-hero-trailer-link {
    text-rendering: optimizeLegibility;
  }
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link a {
  color: #000000;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link:hover a {
  color: #ffffff;
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.home-hero-content .home-hero-buttons li.home-hero-trailer-link a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 296px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons li.home-hero-trailer-link a {
    width: 335px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-hero-content .home-hero-buttons li.home-hero-trailer-link {
    width: 266px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-content .home-hero-buttons li.home-hero-trailer-link {
    width: 100%;
    max-width: 335px;
  }
}
.home-hero-content .hero-scroll-down {
  width: 22px;
  height: 11px;
  background-image: url("../../../../../../content/dam/atvi/bungie/destiny2/common/ui-icons/Caret_White.svg");
  background-size: 100% 100%;
  display: block;
  margin: 20px auto 0;
  cursor: pointer;
  transition: background-image 0.5s;
  position: relative;
}
.home-hero-content .hero-scroll-down:hover {
  background-image: url("../../../../../../content/dam/atvi/bungie/destiny2/common/ui-icons/Caret_Gold.svg");
}
.home-hero-bg {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.home-hero-bg.desktop-bg {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .home-hero-bg.desktop-bg {
    display: none;
  }
  .home-hero-bg.tablet-bg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-bg.tablet-bg {
    display: none;
  }
  .home-hero-bg.mobile-bg {
    display: block;
  }
}
.home-hero-bgvid-rating {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  max-width: 60px;
}
@media only screen and (max-width: 1024px) {
  .home-hero-bgvid-rating {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-bgvid-rating {
    bottom: 10px;
    width: 30px;
  }
}

section.forsaken-and-gambit-container {
  width: 100%;
}
section.forsaken-and-gambit-container:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
section.forsaken-and-gambit-container .forsaken-tout-container,
section.forsaken-and-gambit-container .gambit-tout-container {
  position: relative;
  float: left;
  width: 50%;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
section.forsaken-and-gambit-container .forsaken-tout-container:before,
section.forsaken-and-gambit-container .gambit-tout-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 68.66295265%;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner {
  position: absolute;
  z-index: 10;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82%;
  max-width: 1100px;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 48px;
  margin-bottom: 22px;
  max-width: 480px;
}
@media screen and (max-width: 640px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title {
    text-rendering: optimizeLegibility;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:before,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:after,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:before,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:after,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:before,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:after,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:before,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title:after,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-title,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-title {
    max-width: 516px;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-desc,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  max-width: 255px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-desc,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-desc {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-desc,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-desc {
    text-rendering: optimizeLegibility;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta {
  border: 1px solid #ffffff;
  background-color: transparent;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  max-width: 233px;
}
@media screen and (max-width: 640px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta {
    text-rendering: optimizeLegibility;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta a,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta a {
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta:hover,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta:hover a,
section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta:hover a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta {
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner .tout-cta,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner .tout-cta {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner {
    width: 85%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-inner,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-inner {
    position: absolute;
    top: unset;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 88%;
  }
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container,
  section.forsaken-and-gambit-container .gambit-tout-container {
    position: relative;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container:before,
  section.forsaken-and-gambit-container .gambit-tout-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 93.97905759%;
  }
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .forsaken-tout-container,
  section.forsaken-and-gambit-container .gambit-tout-container {
    position: relative;
    float: none;
    width: 100%;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container:before,
  section.forsaken-and-gambit-container .gambit-tout-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 80%;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg,
section.forsaken-and-gambit-container .gambit-tout-container .tout-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.mobile-bg,
section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.mobile-bg,
section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.tablet-bg,
section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.tablet-bg {
  display: none;
}
@media only screen and (max-width: 1024px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.desktop-bg,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.desktop-bg {
    display: none;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.tablet-bg,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.tablet-bg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.tablet-bg,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.tablet-bg {
    display: none;
  }
  section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.mobile-bg,
  section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.mobile-bg {
    display: block;
  }
}
section.forsaken-and-gambit-container .forsaken-tout-container .tout-bg.mobile-bg,
section.forsaken-and-gambit-container .gambit-tout-container .tout-bg.mobile-bg {
  background-position: center top;
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .forsaken-tout-container {
    border-bottom: none;
  }
}
section.forsaken-and-gambit-container .gambit-tout-container:before {
  position: relative;
  left: -2px;
  border-left: 4px solid #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  section.forsaken-and-gambit-container .gambit-tout-container:before {
    border-left: 0px;
  }
}

section.expansion-pass-1-container {
  position: relative;
  min-height: 435px;
}
section.expansion-pass-1-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 30.20833333%;
}
section.expansion-pass-1-container .expansion-pass-1-inner {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  color: #ffffff;
  width: 35%;
  max-width: 1100px;
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 48px;
  margin-bottom: 24px;
  max-width: 560px;
}
@media screen and (max-width: 640px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header {
    text-rendering: optimizeLegibility;
  }
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
  }
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-header {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  max-width: 420px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-description {
    text-rendering: optimizeLegibility;
  }
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta {
  border: 1px solid #ffffff;
  background-color: transparent;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 265px;
}
@media screen and (max-width: 640px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta {
    text-rendering: optimizeLegibility;
  }
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta a {
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta:hover a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta {
    max-width: 229px;
  }
}
@media only screen and (max-width: 767px) {
  section.expansion-pass-1-container .expansion-pass-1-inner .expansion-pass-1-cta {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-inner {
    width: 39%;
  }
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container {
    position: relative;
    min-height: 427px;
  }
  section.expansion-pass-1-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 55.59895833%;
  }
}
@media only screen and (max-width: 767px) {
  section.expansion-pass-1-container:before {
    display: none;
  }
  section.expansion-pass-1-container .expansion-pass-1-inner {
    padding: 71% 0 16%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
  }
}
section.expansion-pass-1-container .expansion-pass-1-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
}
section.expansion-pass-1-container .expansion-pass-1-bg.mobile-bg,
section.expansion-pass-1-container .expansion-pass-1-bg.tablet-bg {
  display: none;
}
@media only screen and (max-width: 1024px) {
  section.expansion-pass-1-container .expansion-pass-1-bg.desktop-bg {
    display: none;
  }
  section.expansion-pass-1-container .expansion-pass-1-bg.tablet-bg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.expansion-pass-1-container .expansion-pass-1-bg.tablet-bg {
    display: none;
  }
  section.expansion-pass-1-container .expansion-pass-1-bg.mobile-bg {
    display: block;
  }
}
section.expansion-pass-1-container .expansion-pass-1-bg.mobile-bg {
  background-position: center top;
}

section.free-to-play-container {
  position: relative;
}
section.free-to-play-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 34.23611111%;
}
section.free-to-play-container .free-to-play-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff;
  width: 90%;
  max-width: 1100px;
}
section.free-to-play-container .free-to-play-inner .free-to-play-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 48px;
  margin-bottom: 24px;
  max-width: 560px;
}
@media screen and (max-width: 640px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header {
    text-rendering: optimizeLegibility;
  }
}
section.free-to-play-container .free-to-play-inner .free-to-play-header:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.free-to-play-container .free-to-play-inner .free-to-play-header:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.free-to-play-container .free-to-play-inner .free-to-play-header:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
  }
}
section.free-to-play-container .free-to-play-inner .free-to-play-header:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
section.free-to-play-container .free-to-play-inner .free-to-play-header:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  section.free-to-play-container .free-to-play-inner .free-to-play-header:after {
    width: 160px;
  }
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-header {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}
section.free-to-play-container .free-to-play-inner .free-to-play-cta {
  border: 1px solid #ffffff;
  background-color: transparent;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 234px;
}
@media screen and (max-width: 640px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-cta {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-cta {
    text-rendering: optimizeLegibility;
  }
}
section.free-to-play-container .free-to-play-inner .free-to-play-cta a {
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.free-to-play-container .free-to-play-inner .free-to-play-cta:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
section.free-to-play-container .free-to-play-inner .free-to-play-cta:hover a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-cta {
    max-width: 234px;
  }
}
@media only screen and (max-width: 767px) {
  section.free-to-play-container .free-to-play-inner .free-to-play-cta {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container {
    position: relative;
  }
  section.free-to-play-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 46.74479167%;
  }
}
@media only screen and (max-width: 767px) {
  section.free-to-play-container:before {
    display: none;
  }
  section.free-to-play-container .free-to-play-inner {
    padding: 71% 0 16%;
    position: relative;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
  }
}
section.free-to-play-container .free-to-play-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
}
section.free-to-play-container .free-to-play-bg.mobile-bg,
section.free-to-play-container .free-to-play-bg.tablet-bg {
  display: none;
}
@media only screen and (max-width: 1024px) {
  section.free-to-play-container .free-to-play-bg.desktop-bg {
    display: none;
  }
  section.free-to-play-container .free-to-play-bg.tablet-bg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.free-to-play-container .free-to-play-bg.tablet-bg {
    display: none;
  }
  section.free-to-play-container .free-to-play-bg.mobile-bg {
    display: block;
  }
}
section.free-to-play-container .free-to-play-bg.mobile-bg {
  background-position: center top;
}

section.free-to-play-container.home-world-of-d2-container {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (min-width: 1025px) {
  section.free-to-play-container.home-world-of-d2-container {
    position: relative;
  }
  section.free-to-play-container.home-world-of-d2-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 42%;
  }
}
section.free-to-play-container.home-world-of-d2-container .free-to-play-inner .home-world-of-d2-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  max-width: 420px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  section.free-to-play-container.home-world-of-d2-container .free-to-play-inner .home-world-of-d2-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.free-to-play-container.home-world-of-d2-container .free-to-play-inner .home-world-of-d2-description {
    text-rendering: optimizeLegibility;
  }
}
section.free-to-play-container.home-world-of-d2-container .free-to-play-bg.desktop-bg {
  background-position: center top;
}
section.free-to-play-container.home-world-of-d2-container .free-to-play-bg.tablet-bg {
  background-position: center top;
}

section.free-to-play-container.home-ghost-container {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
section.free-to-play-container.home-ghost-container .free-to-play-inner .home-ghost-description {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  max-width: 420px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  section.free-to-play-container.home-ghost-container .free-to-play-inner .home-ghost-description {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  section.free-to-play-container.home-ghost-container .free-to-play-inner .home-ghost-description {
    text-rendering: optimizeLegibility;
  }
}

.wtb-wrapper {
  display: none;
}
.wtb-wrapper .game-title,
.wtb-wrapper .edition-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .wtb-wrapper .wtb-game-logo-container {
    width: 80vw;
    max-width: 420px;
    height: 10.13vw;
    max-height: 42.56px;
    margin: 20px auto;
    background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/common/Destiny2_logo-black.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .wtb-wrapper .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wtb-wrapper .atvi-wheretobuy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .wtb-wrapper .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wtb-wrapper .inner {
    max-width: 623.4px;
  }
  .wtb-wrapper .wtb-title,
  .wtb-wrapper .wtb-form-list {
    width: 310px;
    max-width: 310px;
  }
  .wtb-wrapper .wtb-boxart-container {
    padding-left: 39.3px;
  }
  .wtb-wrapper .boxart-image-container {
    width: 265px;
  }
}
@media screen and (min-width: 1100px) {
  .wtb-wrapper .wtb-title,
  .wtb-wrapper .wtb-form-list {
    width: 480px;
    max-width: 480px;
  }
  .wtb-wrapper .wtb-boxart-container {
    padding-left: 75px;
  }
  .wtb-wrapper .boxart-image-container {
    width: 425px;
  }
}
.pc-beta-container {
  width: 425px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pc-beta-container {
    width: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-beta-container {
    width: 100%;
    margin-top: 30px;
  }
}
.pc-beta-container .open-beta-image {
  background-image: url("../../../../../../content/dam/atvi/bungie/destiny2/home/beta/PC_Open_Beta_Logo_Red.svg");
  width: 100%;
  height: 52px;
  background-size: 100% 100%;
  text-indent: -1000px;
  overflow: hidden;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  .pc-beta-container .open-beta-image {
    height: 35px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-beta-container .open-beta-image {
    margin-bottom: 0px;
  }
}
.pc-beta-container .pc-beta-dates {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .pc-beta-container .pc-beta-dates {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .pc-beta-container .pc-beta-dates {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-beta-container .pc-beta-dates {
    font-size: 24px;
    letter-spacing: 2.3px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-beta-container .pc-beta-dates {
    margin-bottom: 12px;
  }
}
.pc-beta-container .pc-beta-pre-purchase {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pc-beta-container .pc-beta-pre-purchase {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .pc-beta-container .pc-beta-pre-purchase {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .pc-beta-container .pc-beta-pre-purchase {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4.8px;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-beta-container .pc-beta-pre-purchase {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4.8px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-beta-container .pc-beta-pre-purchase {
    letter-spacing: 4.5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.pc-beta-container .home-beta-learnmore {
  border: 1px solid #000000;
  background-color: #000000;
  min-width: 233px;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 2px;
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .pc-beta-container .home-beta-learnmore {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .pc-beta-container .home-beta-learnmore {
    text-rendering: optimizeLegibility;
  }
}
.pc-beta-container .home-beta-learnmore a {
  color: #ffffff;
  display: block;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pc-beta-container .home-beta-learnmore:hover {
  border: 1px solid #000000;
  background-color: transparent;
}
.pc-beta-container .home-beta-learnmore:hover a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .pc-beta-container .home-beta-learnmore {
    max-width: 388px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-beta-container .home-beta-learnmore {
    max-width: 328px;
  }
}

body#ar .home-hero-content .home-hero-subheader,
body#ar .home-hero-content .home-hero-subheader-2 {
  letter-spacing: 0;
}
body#ar .home-hero-content .home-hero-buttons li {
  letter-spacing: 0;
}
body#ar section.home-beta-container .home-beta-header:before,
body#ar section.home-beta-container .home-beta-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-beta-container .home-beta-text {
  font-size: 16px;
}
body#ar section.home-worldof-container .home-worldof-inner .home-worldof-header:before,
body#ar section.home-worldof-container .home-worldof-inner .home-worldof-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-worldof-container .home-worldof-inner span {
  letter-spacing: 0;
  font-size: 16px;
}
body#ar section.home-worldof-container .home-worldof-inner .home-worldof-body {
  font-size: 16px;
}
body#ar section.home-trailers-container .trailers-title:before,
body#ar section.home-trailers-container .trailers-title:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media only screen and (max-width: 767px) {
  body#ar section.home-trailers-container .trailer-container .trailer-info .video-play-icon-container {
    float: right;
  }
}
body#ar section.home-trailers-container .trailer-container .trailer-info .trailer-titles-container {
  left: 0;
}
body#ar section.home-trailers-container .trailer-container .trailer-info .trailer-subtitle {
  letter-spacing: 0;
}
body#ar section.home-trailers-container .trailer-container .trailer-info .trailer-title:before,
body#ar section.home-trailers-container .trailer-container .trailer-info .trailer-title:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-latest-container .home-latest-header:before,
body#ar section.home-latest-container .home-latest-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-latest-container div.atvi-carousel .frame-container .latest-info-container .latest-item-text {
  font-size: 16px;
}
body#ar section.home-story-container .home-story-inner .home-story-header:before,
body#ar section.home-story-container .home-story-inner .home-story-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media only screen and (max-width: 767px) {
  body#ar section.home-game-container .home-game-inner {
    left: 0;
    transform: none;
    margin: 0 auto;
  }
}
body#ar section.home-game-container .home-game-info .home-game-header:before,
body#ar section.home-game-container .home-game-info .home-game-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-game-container .home-game-gamemodes {
  float: left;
}
@media only screen and (max-width: 767px) {
  body#ar section.home-game-container .home-game-gamemodes {
    float: none;
  }
}
body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode {
  float: right;
}
@media only screen and (max-width: 1024px) {
  body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode {
    float: none;
  }
  body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode.strikes-gamemode {
    float: left;
  }
  body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode.crucible-gamemode {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode {
    float: none;
  }
}
body#ar section.home-game-container .home-game-gamemodes .home-game-gamemode > p {
  letter-spacing: 0;
}
body#ar section.home-beta-container .home-beta-live .now-live {
  letter-spacing: 0;
}
body#ar section.home-beta-container .home-beta-live .pc-beta {
  letter-spacing: 0;
}
body#ar section.home-accolades-container .accolades-title:before,
body#ar section.home-accolades-container .accolades-title:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.home-accolades-container .accolades-image {
  right: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
body#ar section.home-accolades-container .accolades-title {
  letter-spacing: 0;
}
body#ar section.forsaken-and-gambit-container .tout-title:before,
body#ar section.forsaken-and-gambit-container .tout-title:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar section.expansion-pass-1-container .expansion-pass-1-header:before,
body#ar section.expansion-pass-1-container .expansion-pass-1-header:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
body#ar div.ap-module .module-title:before,
body#ar div.ap-module .module-title:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

body#ko section.home-countdown-container {
  display: none;
}
body#ko section.beta-blizzard-app-section {
  display: none;
}

