body {
  background-color: #000;
  color: #fff;
}
a {
  color: #fff;
}
.inner {
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1100px;
}
header.header-container.destiny1 {
  background-color: #000;
}
header.header-container.destiny1 li.hide-mobile > a {
  -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;
}
header.header-container.destiny1 li.hide-mobile > a:hover {
  color: #0098d3;
  -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;
}
header.header-container.destiny1 .header-links .wtb-link {
  border: 1px solid #fff;
  padding: 4px;
  background-color: transparent;
}
header.header-container.destiny1 .header-links .wtb-link a {
  background-color: #0098d3;
  padding: 0px 31px;
  height: 20px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 2px;
  text-align: center;
  color: white;
}
header.header-container.destiny1 .header-links .wtb-link a:hover {
  background-color: #007cac;
}
.mobile-menu {
  background-color: #343434;
}
.mobile-menu ul li {
  border-top: 5px solid #666666;
  border-left: 1px solid #666666;
}
.mobile-menu ul li a {
  color: #999999;
}
.header-container.destiny1 .destiny-logo {
  background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/common/d1-logo.png');
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .header-container.destiny1 .destiny-logo {
    background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/common/d1-logo-mobile.png');
    height: 25px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.footer-content-container a {
  color: #0098d3;
}
.footer-content-container .column.second a {
  color: #0098d3;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .product-img {
    width: 255px;
    height: 325px;
  }
}
body > .overlay .close:hover::before,
body > .overlay .close:hover::after {
  background: #0098d3;
}

.destiny-games {
  height: 669px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .destiny-games {
    height: auto;
  }
}
.destiny-games .destiny-games-container {
  width: 100%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.destiny-games .destiny-games-container .destiny-game-seperator {
  width: 5px;
  height: 100%;
  background-color: #000000;
  float: left;
}
.destiny-games .destiny-games-container .destiny-game-more {
  width: 0;
  height: 100%;
  float: left;
  background-color: #000000;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}
.destiny-games .destiny-games-container .destiny-game-more .destiny-game-more-container {
  opacity: 0;
  transition: all 200ms ease;
}
@media only screen and (max-width: 769px) {
  .destiny-games .destiny-games-container .destiny-game-more .destiny-game-more-container {
    opacity: 1;
  }
}
.destiny-games .destiny-games-container .destiny-game-more img {
  display: block;
  margin: 30px 0 20px 0;
  max-width: 50%;
}
@media only screen and (max-width: 769px) {
  .destiny-games .destiny-games-container .destiny-game-more img {
    max-width: 145px;
  }
}
.destiny-games .destiny-games-container .destiny-game-more p {
  color: #a3aab2;
  font-size: 14px;
  padding: 0 15px;
}
.destiny-games .destiny-games-container .destiny-game-more .destiny-close {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game-more .destiny-close {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game-more .destiny-close {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 769px) {
  .destiny-games .destiny-games-container .destiny-game-more {
    width: 100%;
    height: 0;
    float: none;
  }
}
.destiny-games .destiny-games-container .destiny-game {
  height: 100%;
  width: 19.3%;
  float: left;
  background-color: #000000;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.destiny-games .destiny-games-container .destiny-game:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .3;
  transition: all 0.5s;
  z-index: 10;
}
.destiny-games .destiny-games-container .destiny-game .game-img-mobile {
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 40%;
  transition: all 0.5s;
}
.destiny-games .destiny-games-container .destiny-game .game-img-mobile:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../../../../../content/dam/atvi/bungie/dtg-comet/home-the-collection/games-accordian/Vignette-mobile.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
}
.destiny-games .destiny-games-container .destiny-game .game-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}
.destiny-games .destiny-games-container .destiny-game .game-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../../../../../content/dam/atvi/bungie/dtg-comet/home-the-collection/games-accordian/vignette.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
}
.destiny-games .destiny-games-container .destiny-game .game-title {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  line-height: 30px;
}
.destiny-games .destiny-games-container .destiny-game .game-title:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
.destiny-games .destiny-games-container .destiny-game .game-title:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .destiny-games .destiny-games-container .destiny-game .game-title:before {
    width: 100%;
    height: 5px;
    top: -5px;
  }
  .destiny-games .destiny-games-container .destiny-game .game-title:after {
    width: 0;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-title:before {
  height: 6px;
}
.destiny-games .destiny-games-container .destiny-game .game-title strong {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-title strong {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-title strong {
    text-rendering: optimizeLegibility;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-title b {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-title b {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-title b {
    text-rendering: optimizeLegibility;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-title em {
  bottom: 5px;
  position: relative;
}
.destiny-games .destiny-games-container .destiny-game .game-title em:before,
.destiny-games .destiny-games-container .destiny-game .game-title em:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 11px;
  width: 50px;
}
.destiny-games .destiny-games-container .destiny-game .game-title em:before {
  left: 15px;
}
.destiny-games .destiny-games-container .destiny-game .game-title em:after {
  right: 15px;
}
.destiny-games .destiny-games-container .destiny-game .game-button {
  width: 75%;
  height: 52px;
  bottom: 70px;
  left: 50%;
  line-height: 52px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 500;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #ffffff;
  outline: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .destiny-games .destiny-games-container .destiny-game .game-button {
    opacity: 0;
    bottom: 25px;
    display: none;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-button:hover {
  width: 75%;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  opacity: 0;
  margin-top: 17px;
  transition: background-color 300ms ease;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button:hover {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button:hover {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .destiny-games .destiny-games-container .destiny-game .game-button:hover {
    width: 75%;
    height: 52px;
    opacity: 1;
    left: 50%;
    line-height: 52px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 50;
    opacity: 0;
    transition: all 0.5s;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
    outline: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Roboto', sans-serif;
    display: none;
  }
}
@media only screen and (max-width: 767px) and screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button:hover {
    text-rendering: optimizeSpeed;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button:hover {
    text-rendering: optimizeLegibility;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-button-mobile {
  display: none;
  width: 300px;
  height: 52px;
  bottom: 70px;
  left: 50%;
  line-height: 52px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 50;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #ffffff;
  outline: none;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile {
    opacity: 1;
    bottom: 35px;
    display: block;
    z-index: 500;
    max-width: 218px;
    height: 52px;
    font-size: 14px;
  }
}
.destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  opacity: 1;
  margin-top: 17px;
  transition: background-color 300ms ease;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (max-width: 767px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    display: block;
    height: 52px;
    left: 50%;
    line-height: 52px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 50;
    opacity: 1;
    transition: all 0.5s;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
    outline: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Roboto', sans-serif;
  }
}
@media only screen and (max-width: 767px) and screen and (max-width: 640px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    text-rendering: optimizeSpeed;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 641px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    text-rendering: optimizeLegibility;
  }
}
@media only screen and (min-width: 1280px) {
  .destiny-games .destiny-games-container .destiny-game .game-button-mobile:hover {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .destiny-games .destiny-games-container .destiny-game {
    width: 100%;
    height: 119px;
    float: none;
    margin-bottom: 3px;
  }
  .destiny-games .destiny-games-container .destiny-game .game-img {
    display: none;
  }
  .destiny-games .destiny-games-container .destiny-game .game-img-mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .destiny-games .destiny-games-container.expand .destiny-game {
    width: 17.6%;
  }
  .destiny-games .destiny-games-container.expand .destiny-game.expanding {
    width: 27%;
    background-color: #000000;
    padding: 0 2rem 0 2rem;
  }
  .destiny-games .destiny-games-container.expand .destiny-game.expanding:before {
    opacity: 0;
  }
  .destiny-games .destiny-games-container.expand .destiny-game.expanding .game-img:before {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.expand .destiny-game.expanding .game-title {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.expand .destiny-game.expanding .game-button {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.expand .destiny-game-seperator.expanding {
    background-color: #000000;
  }
}
@media only screen and (min-width: 769px) {
  .destiny-games .destiny-games-container.select .destiny-game {
    width: 10.5%;
    padding: 0 2rem 0 2rem;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting {
    width: 26%;
    background-color: #000000;
    padding: 0 2rem 0 2rem;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting:before {
    opacity: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting .game-img:before {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting .game-title {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting .game-button {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected {
    width: 28%;
    padding: 6% 1.5rem 0 1.5rem;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #ffffff;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected .destiny-game-more-container {
    opacity: 1;
    transition: opacity 500ms ease 350ms;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
    padding-top: .2em;
    padding-bottom: .2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game-seperator.selecting {
    background-color: #000000;
  }
}
@media only screen and (min-width: 769px) and only screen and (max-width: 1024px) {
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:before {
    width: 100%;
    height: 5px;
    top: -5px;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:after {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .destiny-games .destiny-games-container.select .destiny-game.selecting {
    height: 164px;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting .game-button-mobile {
    display: none;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting:before {
    opacity: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game.selecting .game-img-mobile:before {
    opacity: 1;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected {
    height: auto;
    padding: 3rem 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3 {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    padding-top: .2em;
    padding-bottom: .2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:before {
    height: 5px;
    top: -4px;
  }
}
@media only screen and (max-width: 769px) and only screen and (max-width: 1024px) {
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:before {
    width: 100%;
    height: 5px;
    top: -5px;
  }
  .destiny-games .destiny-games-container.select .destiny-game-more.selected h3:after {
    width: 100%;
  }
}
.close {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  overflow: hidden;
}
.close:hover::before,
.close:hover::after {
  background: #0098d3;
}
.close::before,
.close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close.x::before,
.close.x::after {
  height: 1px;
}

section#game-pillars {
  background-color: #000000;
  background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/destiny1/game-pillars/Desktop/Desktop-D1-GamePillars_BG.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}
section#game-pillars .game-pillars-container {
  padding-top: 71px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container {
    padding-top: 71px;
    padding-bottom: 55px;
  }
}
section#game-pillars .game-pillars-container .pillar-row {
  padding-bottom: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container .pillar-row {
    padding-bottom: 5rem;
  }
}
section#game-pillars .game-pillars-container .pillar-row:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-left {
  width: 48%;
  padding: 0 0 0 11.4%;
  float: left;
  top: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-left {
    padding: 0;
    width: 275px;
    float: right;
    padding-right: 2rem;
    position: inherit;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-left {
    width: 40%;
    float: left;
    position: relative;
    top: 70px;
    padding: 0 0 0 0%;
  }
}
section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-right {
  width: 48%;
  padding: 0 0 0 7%;
  float: right;
  top: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-right {
    width: 275px;
    padding: 0;
    float: none;
    position: inherit;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-text-block-right {
    width: 48%;
    float: right;
    padding-top: 8%;
    padding-left: 5%;
    top: 0;
  }
}
section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-left {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-left {
    width: 275px;
    float: none;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-left {
    width: 52%;
    float: left;
  }
}
section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-right {
  width: 48%;
  float: right;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-right {
    width: 275px;
    float: right;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-right {
    width: 55%;
    float: right;
  }
}
section#game-pillars .game-pillars-container .pillar-row .pillar-image-block-right:last-child {
  padding-bottom: 0;
}
section#game-pillars .game-pillars-container h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0.8rem;
  padding: .3rem 0;
  max-width: 358px;
  border-top: 6px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container h3 {
    border-top: 5px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: .3rem 0;
    color: #ffffff !important;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#game-pillars .game-pillars-container h3 {
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: .3rem 0;
    color: #ffffff !important;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000000;
  }
}
section#game-pillars .game-pillars-container p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #ffffff;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  section#game-pillars .game-pillars-container p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pillar-row.right {
    float: right !important;
  }
}
.pillar-seal-wrap {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .pillar-seal-wrap {
    width: 46%;
  }
}

section#ages-of-triumph {
  background-color: #000000;
  background-image: url(../../../../../../content/dam/atvi/bungie/destiny2/destiny1/ages-of-triumph/Desktop/Desktop-D1-1440-AoT_BG.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 99px 0;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph {
    padding: 4.38rem 0 4.75rem 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph {
    padding: 3.44rem 0 7.6rem 0;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block {
  width: 48%;
  float: right;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block {
    width: 100%;
    float: none;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block h3 {
  padding: .5rem 0;
  border-top: 5px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  text-transform: uppercase;
  width: 100%;
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block h3 {
    font-size: 24px;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.83;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block .desc-block {
    margin-bottom: 1.65rem;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul {
  padding-top: 4%;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li {
  padding-left: 1rem;
  position: relative;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li {
    line-height: 24px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li {
    line-height: 24px;
    font-size: 14px;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li:before {
    top: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block ul li:before {
    top: 10px;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block span.headline {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  letter-spacing: 2px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block span.headline {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .title-text-block span.headline {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .image-block {
  width: 48%;
  float: left;
  position: relative;
  padding-right: 2rem;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .image-block {
    width: 100%;
    float: none;
    position: relative;
    padding: 0;
    margin-bottom: 2rem;
    top: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .image-block {
    width: 48%;
    float: left;
    position: absolute;
    padding-right: 2rem;
    top: 68px;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row span.requires {
  padding: 27px 0 28px 0;
  display: block;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row span.requires p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row span.requires .text-style-1 {
  letter-spacing: normal;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block {
  margin-top: 26px;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block {
    display: block;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .get-more-info {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: black;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  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;
  display: block;
  width: 48%;
  max-width: 235px;
  float: left;
  margin-right: 12px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .get-more-info {
    width: 100%;
    margin-bottom: 8px;
    float: none;
    max-width: 100%;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .get-more-info:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .buy-collection {
  border: 1px solid #0098d3;
  background-color: #0098d3;
  color: white;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  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;
  display: block;
  width: 48%;
  max-width: 235px;
  float: left;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .buy-collection {
    width: 100%;
    float: none;
    max-width: 100%;
  }
}
section#ages-of-triumph .ages-of-triumph-container .d1-row .buttons-block .buy-collection:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.buttons-block.tablet {
  margin-top: 26px;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .buttons-block.tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .buttons-block.tablet {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .buttons-block.tablet {
    display: none;
  }
}
.buttons-block.tablet .get-more-info {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: black;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  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;
  display: block;
  width: 48%;
  float: left;
  margin-right: 12px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .buttons-block.tablet .get-more-info {
    width: 100%;
    margin-bottom: 8px;
    float: none;
  }
}
.buttons-block.tablet .get-more-info:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.buttons-block.tablet .buy-collection {
  border: 1px solid #0098d3;
  background-color: #0098d3;
  color: white;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  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;
  display: block;
  width: 48%;
  float: right;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .buttons-block.tablet .buy-collection {
    width: 100%;
    float: none;
  }
}
.buttons-block.tablet .buy-collection:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}

#bungie-cta .btn {
  margin-top: 1.5rem;
  letter-spacing: 2px;
  padding: 0 2rem;
  float: right;
  width: 50%;
  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;
  min-width: 300px;
}
@media screen and (max-width: 640px) {
  #bungie-cta .btn {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  #bungie-cta .btn {
    text-rendering: optimizeLegibility;
  }
}
#bungie-cta .btn 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;
}
#bungie-cta .btn:hover {
  border: 1px solid #b78c25;
  background-color: transparent;
}
#bungie-cta .btn:hover a {
  color: #000000;
}
#bungie-cta .btn a {
  color: #000000;
}
#bungie-cta .btn:hover {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
}
#bungie-cta .btn:hover a {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #bungie-cta .btn {
    width: 100%;
    float: none;
  }
}
section#bungie-cta h2.module-title {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .bungie-signup-module .module-title:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .bungie-signup-module .module-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.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;
  }
}

.wtb-wrapper.d1 {
  background-image: url('../../../../../../content/dam/atvi/bungie/destiny2/common/background-images/Destiny1_wtb-bg.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wtb-wrapper.d1 .inner {
  max-width: 1120px;
}
.wtb-wrapper.d1 .selectricItems li.selected {
  background-color: #b3b3b3;
  color: #000;
}
.wtb-wrapper.d1 .wtb-title {
  margin-bottom: 2rem;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-top: .75em;
  padding-bottom: .75em;
}
.wtb-wrapper.d1 .wtb-title:before {
  content: "";
  width: 110px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
}
.wtb-wrapper.d1 .wtb-title:after {
  content: "";
  width: 233px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .wtb-wrapper.d1 .wtb-title:before {
    width: 46px;
    height: 5px;
    top: -5px;
  }
  .wtb-wrapper.d1 .wtb-title:after {
    width: 160px;
  }
}
.wtb-wrapper.d1 .wtb-title h1,
.wtb-wrapper.d1 .wtb-title h2,
.wtb-wrapper.d1 .wtb-title h3,
.wtb-wrapper.d1 .wtb-title h4,
.wtb-wrapper.d1 .wtb-title h5,
.wtb-wrapper.d1 .wtb-title p {
  margin: 0;
  padding: 0;
}
.wtb-wrapper.d1 .wtb-title h1:before,
.wtb-wrapper.d1 .wtb-title h2:before,
.wtb-wrapper.d1 .wtb-title h3:before,
.wtb-wrapper.d1 .wtb-title h4:before,
.wtb-wrapper.d1 .wtb-title h5:before,
.wtb-wrapper.d1 .wtb-title p:before,
.wtb-wrapper.d1 .wtb-title h1:after,
.wtb-wrapper.d1 .wtb-title h2:after,
.wtb-wrapper.d1 .wtb-title h3:after,
.wtb-wrapper.d1 .wtb-title h4:after,
.wtb-wrapper.d1 .wtb-title h5:after,
.wtb-wrapper.d1 .wtb-title p:after {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .wtb-wrapper.d1 .wtb-title h2 {
    font-weight: bold;
  }
}
.wtb-wrapper.d1 .edition-contents-title {
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid #b3b3b3;
}
.wtb-wrapper.d1 .wtb-description-container {
  margin-bottom: 2rem;
}
.wtb-wrapper.d1 .wtb-description-container li:before {
  background-color: #fff;
}
.wtb-wrapper.d1 .wtb-description-container li:nth-child(n+2) {
  margin-top: .5rem;
}
.wtb-wrapper.d1 .order-button {
  border: 1px solid #0098d3;
  background-color: #0098d3;
}
.wtb-wrapper.d1 .order-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.wtb-wrapper.d1 .order-button:hover .wtb-button {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wtb-wrapper.d1 .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wtb-wrapper.d1 .inner {
    width: auto;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
  .wtb-wrapper.d1 .wtb-title > p:last-child {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .wtb-wrapper.d1 .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  .wtb-wrapper.d1 .wtb-boxart-container {
    padding-left: 130px;
  }
  .wtb-wrapper.d1 .boxart-image-container {
    width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .wtb-wrapper .wtb-description-container li,
  .wtb-wrapper .wtb-description-container p {
    font-size: 14px;
    line-height: 24px;
  }
}

a:focus {
  outline: none;
}
header.header-container .header-links .wtb-link {
  border: 1px solid #fff;
  padding: 4px;
  line-height: 22px;
}
header.header-container .header-links .wtb-link a {
  padding: 0;
}
#overview {
  background-image: url(../../../../../../content/dam/atvi/bungie/destiny2/destiny1/overview/overview-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#overview:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#overview .overview-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#overview .overview-bg.desktop-bg {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #overview .overview-bg.desktop-bg {
    display: none;
  }
  #overview .overview-bg.tablet-bg {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #overview .overview-bg.tablet-bg {
    display: none;
  }
  #overview .overview-bg.mobile-bg {
    display: block;
  }
}
#overview .overview-hero-wrap {
  width: 100%;
  margin-top: 0;
  position: relative;
}
#overview .overview-hero-wrap:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#overview .overview-hero-wrap:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#overview .overview-innerWrap {
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
  padding: 97px 0 105px;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap {
    padding: 73px 32px 65px 32px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap {
    float: none;
    margin: 0 auto;
    padding: 32px 24px 72px 24px;
    width: 100%;
  }
}
#overview .overview-innerWrap:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#overview .overview-innerWrap .title-text-block {
  float: left;
  display: block;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .title-text-block {
    width: 100% ;
    float: none ;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap .title-text-block {
    width: 100%;
    max-width: 350px;
  }
}
#overview .overview-innerWrap .title-text-block h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0.8rem;
  padding: .3rem 0;
  max-width: 480px;
  border-top: 6px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .title-text-block h3 {
    border-top: 5px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: .3rem 0;
    color: #ffffff !important;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    max-width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap .title-text-block h3 {
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: .3rem 0;
    color: #ffffff !important;
    font-size: 32px;
    font-weight: bold;
    font-family: Roboto;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }
}
#overview .overview-innerWrap .title-text-block p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #ffffff;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .title-text-block p {
    max-width: 100%;
  }
}
#overview .overview-innerWrap .buttons-block {
  max-width: 360px;
  margin: 0 auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .buttons-block {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap .buttons-block {
    max-width: 309px;
    margin: 0 auto;
    float: right;
  }
}
#overview .overview-innerWrap .buttons-block .watch-trailer {
  display: block;
  float: left;
  color: #000000;
  margin-bottom: 1rem;
  max-width: 360px;
  width: 100%;
  letter-spacing: 2px;
  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;
}
@media screen and (max-width: 640px) {
  #overview .overview-innerWrap .buttons-block .watch-trailer {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  #overview .overview-innerWrap .buttons-block .watch-trailer {
    text-rendering: optimizeLegibility;
  }
}
#overview .overview-innerWrap .buttons-block .watch-trailer 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;
}
#overview .overview-innerWrap .buttons-block .watch-trailer:hover {
  border: 1px solid #ffffff;
  background-color: transparent;
}
#overview .overview-innerWrap .buttons-block .watch-trailer:hover a {
  color: #ffffff;
}
#overview .overview-innerWrap .buttons-block .watch-trailer:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .buttons-block .watch-trailer {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap .buttons-block .watch-trailer {
    width: 100%;
  }
}
#overview .overview-innerWrap .buttons-block .buy-collection {
  display: block;
  float: left;
  color: #ffffff;
  max-width: 360px;
  width: 100%;
  letter-spacing: 2px;
  border: 1px solid #0098d3;
  background-color: #0098d3;
  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;
}
@media screen and (max-width: 640px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    text-rendering: optimizeLegibility;
  }
}
#overview .overview-innerWrap .buttons-block .buy-collection 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;
}
#overview .overview-innerWrap .buttons-block .buy-collection:hover {
  border: 1px solid #0098d3;
  background-color: transparent;
}
#overview .overview-innerWrap .buttons-block .buy-collection:hover a {
  color: #ffffff;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    border: 1px solid #0098d3;
    background-color: #0098d3;
    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;
    width: 100%;
  }
  #overview .overview-innerWrap .buttons-block .buy-collection 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;
  }
  #overview .overview-innerWrap .buttons-block .buy-collection:hover {
    border: 1px solid #0098d3;
    background-color: transparent;
  }
  #overview .overview-innerWrap .buttons-block .buy-collection:hover a {
    color: #ffffff;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) and screen and (max-width: 640px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    text-rendering: optimizeSpeed;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) and screen and (min-width: 641px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    text-rendering: optimizeLegibility;
  }
}
#overview .overview-innerWrap .buttons-block .buy-collection:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #overview .overview-innerWrap .buttons-block .buy-collection {
    width: 100%;
    float: none;
  }
}
.video-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.video-modal .video-modal-close {
  position: absolute;
  top: -15px;
  right: -20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  color: #fff;
  display: block;
}
.video-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}

@media only screen and (max-width: 767px) {
  .learn-more-about-destiny .inner {
    max-width: 88.269%;
  }
}
@media only screen and (max-width: 767px) {
  .learn-more-about-destiny .module-title {
    width: 100%;
    max-width: 100%;
  }
}

.selectricWrapper {
  border: 1px solid #b3b3b3;
}
.selectric {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.selectric .label {
  color: #fff;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xMiIgaGVpZ2h0PSI5LjczIiB2aWV3Qm94PSIwIDAgMTcuMTIgOS43MyI+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuMzNweCIgcG9pbnRzPSIwLjY5IDAuNzIgOC41OCA4LjM0IDE2LjQzIDAuNzIiLz48L3N2Zz4=');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen .label {
  color: #b78c25;
}
/* Items box */
.selectricItems {
  background: #000;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.selectricItems li {
  color: #fff;
  border-top: 1px solid #b3b3b3;
}
.selectricItems li:hover {
  background-color: #fff;
  color: #000;
}
.selectricItems li.selected {
  background-color: #fff;
  color: #000;
}
.selectricScroll::-webkit-scrollbar-thumb {
  background: #000000;
}

