.trailer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 50000;
  -webkit-transition: height 0s ease 1s;
  -moz-transition: height 0s ease 1s;
  -ms-transition: height 0s ease 1s;
  -o-transition: height 0s ease 1s;
  transition: height 0s ease 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trailer-modal .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trailer-modal .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.trailer-modal.in {
  height: 100%;
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -ms-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trailer-modal.in .background {
  opacity: 1;
}
.trailer-modal.in .inner {
  opacity: 1;
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.trailer-modal .atvi-video,
.trailer-modal .player-part,
.trailer-modal .player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.trailer-modal .close-item-link {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}
.trailer-modal .close-item-link .label {
  display: none;
}
.trailer-modal .close-icon .close-button-svg {
  width: 40px;
  height: 40px;
}
.trailer-modal .close-icon .close-button-svg .stroked {
  stroke: #ff6600;
  fill: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trailer-modal .close-icon .close-button-svg .upper.left {
  -ms-transform: translate(4px, 4px);
  -webkit-transform: translate3d(4px, 4px, 0);
  -moz-transform: translate3d(4px, 4px, 0);
  -ms-transform: translate3d(4px, 4px, 0);
  -o-transform: translate3d(4px, 4px, 0);
  transform: translate3d(4px, 4px, 0);
}
.trailer-modal .close-icon .close-button-svg .upper.right {
  -ms-transform: translate(-4px, 4px);
  -webkit-transform: translate3d(-4px, 4px, 0);
  -moz-transform: translate3d(-4px, 4px, 0);
  -ms-transform: translate3d(-4px, 4px, 0);
  -o-transform: translate3d(-4px, 4px, 0);
  transform: translate3d(-4px, 4px, 0);
}
.trailer-modal .close-icon .close-button-svg .lower.right {
  -ms-transform: translate(-4px, -4px);
  -webkit-transform: translate3d(-4px, -4px, 0);
  -moz-transform: translate3d(-4px, -4px, 0);
  -ms-transform: translate3d(-4px, -4px, 0);
  -o-transform: translate3d(-4px, -4px, 0);
  transform: translate3d(-4px, -4px, 0);
}
.trailer-modal .close-icon .close-button-svg .lower.left {
  -ms-transform: translate(4px, -4px);
  -webkit-transform: translate3d(4px, -4px, 0);
  -moz-transform: translate3d(4px, -4px, 0);
  -ms-transform: translate3d(4px, -4px, 0);
  -o-transform: translate3d(4px, -4px, 0);
  transform: translate3d(4px, -4px, 0);
}
.trailer-modal .close-icon .close-button-svg .ex {
  stroke: #fff;
  stroke-width: 2px;
}
.trailer-modal .close-icon:hover .close-button-svg .ex {
  stroke: #ff6600;
}
.trailer-modal .close-icon:hover .close-button-svg .upper.left,
.trailer-modal .close-icon:hover .close-button-svg .upper.right,
.trailer-modal .close-icon:hover .close-button-svg .lower.right,
.trailer-modal .close-icon:hover .close-button-svg .lower.left {
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(0, 0);
}

.atvi-video .agegate .dob-prompt {
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .atvi-video .agegate .dob-prompt {
    font-size: 2rem;
  }
}
.atvi-video .controls {
  height: 50px;
  background-color: #000;
  bottom: -1px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.atvi-video .controls .button {
  width: 35px;
  height: 50px;
  background-position: center center;
}
.atvi-video .controls .play {
  display: none;
}
.atvi-video .controls .volume-wrapper {
  left: 20px;
  width: 35px;
}
.atvi-video .controls .speaker {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/video-volume-icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-video .controls .speaker:hover {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/video-muted-icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-video .controls .fullscreen {
  right: 20px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/full-screen-icon.svg');
}
.atvi-video.muted .controls .speaker {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/video-muted-icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-video.muted .controls .speaker:hover {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/video-volume-icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-video.fullscreen .controls .fullscreen {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/full-screen-exit-icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.atvi-video.playing .controls .pause {
  display: none;
}
.atvi-video .meta {
  position: absolute;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.atvi-video .meta .title {
  text-transform: uppercase;
  font-size: 1rem;
}
.atvi-video .meta .description {
  display: none;
}
@media screen and (max-width: 768px) {
  .atvi-video .meta {
    margin-left: 75px;
  }
}
@media screen and (min-width: 769px) {
  .atvi-video .meta {
    margin-left: 115px;
  }
}
.atvi-video .controls-container {
  height: 100%;
}
.atvi-video .controls-container .sd-hd,
.atvi-video .controls-container .marker,
.atvi-video .controls-container .clock {
  display: none;
}
.atvi-video .controls-container .time-slider {
  margin: 0 0 4px;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 12px;
}
.atvi-video .controls-container .inner {
  top: 0;
  height: 100%;
  margin: 0;
}
.atvi-video .controls-container .filled {
  background-color: #ff6600;
}
.atvi-video .controls-container .volume-slider {
  width: 25px;
}
.atvi-video .controls-container .volume-slider .inner {
  width: 12px;
  left: 6px;
}
.atvi-video .external-link-overlay {
  display: none;
}

.selectricWrapper {
  border: 1px solid #505050;
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #000;
  position: relative;
  color: #ffffff;
}
.selectric .label {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-indent: 10px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px 0 0;
  line-height: 45px;
}
@media screen and (max-width: 640px) {
  .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectric .label {
    text-rendering: optimizeLegibility;
  }
}
.selectric .button {
  padding: 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.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('../../../../../../content/dam/atvi/callofduty/blackops3/utils/select-box-arrow.svg');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #ff6600;
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 36px;
  min-height: 36px;
}
.selectricItems li {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  display: block;
  padding: 5px 0 6px;
  text-indent: 10px;
  border-top: 1px solid #2a2a2a;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectricItems li {
    text-rendering: optimizeLegibility;
  }
}
.selectricItems li:hover {
  background-color: #ff6600;
}
.selectricItems li.selected {
  background-color: #ff6600;
}
.selectricItems li.disabled {
  background-color: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricWrapper .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ff6600;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

body:not(.user-targeted) .target-no-data,
body:not(.user-targeted) .target-xbl,
body:not(.user-targeted) .target-psn,
body:not(.user-targeted) .target-steam,
body:not(.user-targeted) .target-aw,
body:not(.user-targeted) .target-no-aw,
body:not(.user-targeted) .target-sp,
body:not(.user-targeted) .target-no-sp,
body:not(.user-targeted) .target-zombies,
body:not(.user-targeted) .target-no-zombies {
  display: none;
}
body.user-targeted .target-no-data {
  display: none;
}
body:not(.user-xbl) .target-xbl {
  display: none;
}
body:not(.user-psn) .target-psn {
  display: none;
}
body:not(.user-steam) .target-steam {
  display: none;
}
body:not(.user-has-aw) .target-aw {
  display: none;
}
body.user-has-aw .target-no-aw,
body.user-has-aw .target-no-aw-or-unknown {
  display: none;
}
body:not(.user-has-sp) .target-sp {
  display: none;
}
body.user-has-sp .target-no-sp,
body.user-has-sp .target-no-sp-or-unknown {
  display: none;
}
body:not(.user-plays-zombies) .target-zombies {
  display: none;
}
body.user-plays-zombies .target-no-zombies,
body.user-plays-zombies .target-no-zombies-or-unknown {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-section {
    padding: 0 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .home-section {
    padding: 0 7px;
    margin-top: 7px;
  }
}

.temp-func {
  height: 0;
  positio: relative;
}
.tt {
  position: absolute;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  background: rgba(255, 102, 0, 0.8);
  color: #000;
  z-index: 10;
  width: 250px;
  text-align: center;
  text-indent: 0;
  left: 50%;
  top: 110%;
  -webkit-transform: scale(0) translate(-50%, 0);
  -moz-transform: scale(0) translate(-50%, 0);
  -ms-transform: scale(0) translate(-50%, 0);
  -o-transform: scale(0) translate(-50%, 0);
  transform: scale(0) translate(-50%, 0);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-beta.version-reveal {
  overflow: hidden;
}
.beta-image.ir.t-hov {
  overflow: visible;
  text-indent: 9999px;
  z-index: 100;
}
.beta-faq {
  z-index: 10;
}
.beta-terms {
  z-index: 1;
}
.t-hov {
  position: relative;
}
@media screen and (min-width: 769px) {
  .t-hov:hover .tt {
    -webkit-transform: scale(1) translate(-50%, 0);
    -moz-transform: scale(1) translate(-50%, 0);
    -ms-transform: scale(1) translate(-50%, 0);
    -o-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
    transition-delay: 3s;
  }
}

.section-hero {
  position: relative;
  min-height: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .section-hero {
    padding-top: 40px;
    margin-top: -40px;
  }
}
@media screen and (max-height: 400px) {
  .section-hero {
    min-height: 450px;
  }
}
.section-hero .beta-landing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5;
  display: none;
}
.section-hero .beta-landing h2 {
  color: #000;
  font-size: 3rem;
  text-shadow: 0px 0px 0 #ff6600, -1px -1px 0 #ff6600, 1px -1px 0 #ff6600, -1px 1px 0 #ff6600, 1px 1px 0 #ff6600;
}
.section-hero .beta-landing p {
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.section-hero .beta-landing a {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
  color: #ffffff;
  background-color: #ff6600;
  padding: 0 2.5rem;
}
@media screen and (max-width: 640px) {
  .section-hero .beta-landing a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-hero .beta-landing a {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (min-width: 768px) {
  .section-hero .beta-landing a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-hero .beta-landing a:hover {
    background-color: #ff6600;
  }
}
.section-hero .beta-landing .inner {
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
}
.section-hero .beta-landing .close {
  font-size: 4rem;
  color: #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 150px;
  cursor: pointer;
}
@media screen and (max-width: 690px) {
  .section-hero .beta-landing .close {
    top: 30px;
  }
}
.section-hero .hero-headline {
  display: none;
}
.section-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-hero .hero-background .video-container,
.section-hero .hero-background .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-hero .hero-background .video-container:after,
.section-hero .hero-background .background-image.tablet:after {
  -webkit-box-shadow: inset 0 -74px 120px #000000;
  -moz-box-shadow: inset 0 -74px 120px #000000;
  box-shadow: inset 0 -74px 120px #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.section-hero .hero-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
}
@media screen and (min-aspect-ratio: 16/9) {
  .section-hero .hero-background video {
    height: auto;
    width: 100%;
  }
}
.section-hero .hero-background .background-image {
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-hero .hero-content {
  position: relative;
}
.section-hero .svg-text-holder {
  /*position: relative;
        width: 75%;
        left: 12.5%;*/
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  height: 0;
  padding-bottom: 5%;
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-hero .svg-text-holder.visible {
  opacity: 1;
}
.section-hero .hero-text-svg {
  /*position: relative;*/
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}
.section-hero .hero-text-svg .svg-text {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  /*font-size: 46px;*/
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .section-hero .hero-text-svg .svg-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-hero .hero-text-svg .svg-text {
    text-rendering: optimizeLegibility;
  }
}
.section-hero .cta-container {
  margin: auto;
}
.section-hero .cta-button a {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .section-hero .cta-button a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-hero .cta-button a {
    text-rendering: optimizeLegibility;
  }
}
.section-hero .cta-button a:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .section-hero .cta-button a:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section-hero .cta-button a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-hero .cta-button a:hover {
    background-color: #ff6600;
  }
  .section-hero .cta-button a:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}
@media screen and (max-width: 1800px) {
  .section-hero .hero-text-svg .svg-text {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .hero-wrapper,
  .section-hero .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-hero .hero-content {
    position: absolute;
    top: 50%;
    text-align: center;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    padding: 7px;
  }
  .section-hero .cta-button {
    margin-top: 2rem;
  }
  .section-hero .hero-background .video-container {
    display: none;
  }
  .section-hero .hero-background .background-image.mobile {
    display: block;
  }
  .section-hero .svg-text-holder {
    width: 100%;
    padding-bottom: 9%;
  }
  .section-hero .hero-text-svg .svg-text {
    font-size: 122px;
  }
}
@media screen and (max-width: 640px) {
  .section-hero .hero-text-svg .svg-text {
    font-size: 122px;
  }
}
@media screen and (max-width: 320px) {
  .section-hero .cta-button a {
    min-width: 90%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-hero .hero-background .video-container {
    display: none;
  }
  .section-hero .hero-background .background-image.tablet {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .section-hero .hero-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .section-hero .hero-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .section-hero .cta-container {
    margin-top: 25px;
    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;
  }
  .section-hero .cta-button:first-child {
    margin-right: 25px;
  }
  .section-hero .cta-button:nth-child(2) {
    margin-left: 25px;
  }
  .section-hero .cta-button a {
    min-width: 225px;
  }
}

.countdown-section {
  display: none;
  margin-bottom: 25px;
}
.countdown-section h2 {
  font-size: 3.9rem;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .countdown-section h2 {
    font-size: 2.9rem;
  }
}
.countdown-section .countdown-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.countdown-section .countdown-wrapper .blurbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100vh;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
@media screen and (max-width: 768px) {
  .countdown-section .countdown-wrapper .blurbg {
    background-position: center 38%;
  }
}
.countdown-section .countdown-wrapper .countdown-inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
}
.countdown-section .countdown-wrapper .countdown-inner:before {
  content: "";
  height: 3px;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: #ff470f;
  background: -moz-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff470f), color-stop(51%, #ff8401), color-stop(100%, #ff470f));
  background: -webkit-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -o-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -ms-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: linear-gradient(to right, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff470f', endColorstr='#ff470f', GradientType=1);
}
.countdown-section .countdown-wrapper .countdown-inner:after {
  content: "";
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  background: #ff470f;
  background: -moz-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff470f), color-stop(51%, #ff8401), color-stop(100%, #ff470f));
  background: -webkit-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -o-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: -ms-linear-gradient(left, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  background: linear-gradient(to right, #ff470f 0%, #ff8401 51%, #ff470f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff470f', endColorstr='#ff470f', GradientType=1);
}
@media screen and (min-width: 641px) {
  .countdown-section .countdown {
    margin-top: -30px;
  }
}
.countdown-section .countdown:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.countdown-section .segment {
  float: left;
  width: 25%;
  color: #ff6600;
  text-align: center;
  position: relative;
}
.countdown-section .segment .value {
  font-size: 6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .countdown-section .segment .value {
    font-size: 3rem;
  }
}
.countdown-section .segment:not(:last-of-type):after {
  content: ":";
  position: absolute;
  font-size: 6rem;
  color: #B4B4B4;
  right: -10%;
  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%);
}
@media screen and (max-width: 640px) {
  .countdown-section .segment:not(:last-of-type):after {
    font-size: 3rem;
    top: 47%;
  }
}
.countdown-section .segment .label-wrapper {
  font-size: .8rem;
  text-transform: uppercase;
  color: #B4B4B4;
  margin-top: -30px;
}
@media screen and (max-width: 640px) {
  .countdown-section .segment .label-wrapper {
    margin-top: -16px;
  }
}

.section-touts {
  background: #000;
}
.section-touts .touts {
  margin: auto;
}
.section-touts .tout-container {
  position: relative;
  background: #0f0f0f;
  background: -moz-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0f0f0f), color-stop(100%, #2a2a2a));
  background: -webkit-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
  background: -o-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
  background: -ms-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
  background: linear-gradient(to right, #0f0f0f 0%, #2a2a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#2a2a2a', GradientType=1);
}
@media screen and (min-width: 768px) {
  .section-touts .tout-container {
    width: 380px;
    padding-bottom: 75px;
  }
}
.section-touts .tout-container .tout-headline {
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-touts .tout-container .tout-headline {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-touts .tout-container .tout-headline {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 767px) {
  .section-touts .tout-container .tout-headline {
    padding: 0 12.5px 0 25px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .section-touts .tout-container .tout-headline {
    padding: 0 20px 0 10.52631579%;
    height: 95px;
  }
}
.section-touts .tout-container .tout-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-touts .tout-container .tout-text {
  overflow: hidden;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-touts .tout-container .tout-text {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-touts .tout-container .tout-text {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 768px) {
  .section-touts .tout-container .tout-text {
    padding: 30px 30px 30px 7.89473684%;
  }
}
@media screen and (max-width: 640px) {
  .section-touts .tout-container .tout-text {
    padding: 25px;
  }
}
@media screen and (min-width: 769px) {
  .section-touts .tout-container .tout-text {
    padding: 40px 40px 0 10.52631579%;
  }
}
.section-touts .tout-container .tout-cta {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ff6600;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-touts .tout-container .tout-cta {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-touts .tout-container .tout-cta {
    text-rendering: optimizeLegibility;
  }
}
.section-touts .tout-container .tout-cta:before {
  content: "";
  display: inline-block;
  margin-right: 4.5px;
  width: 6px;
  height: 6px;
  border: 1px solid #ff6600;
}
@media screen and (min-width: 768px) {
  .section-touts .tout-container .tout-cta:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-touts .tout-container .tout-cta:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .section-touts .tout-container .tout-cta {
    padding-left: 7.8%;
  }
}
@media screen and (max-width: 640px) {
  .section-touts .tout-container .tout-cta {
    padding: 1rem 0;
    padding-left: 25px;
  }
}
@media screen and (min-width: 641px) {
  .section-touts .tout-container .tout-cta {
    padding-left: 7.8%;
  }
}
@media screen and (min-width: 768px) {
  .section-touts .tout-container .tout-cta {
    padding: 0.5rem 10% 20px;
    position: absolute;
    top: 87%;
  }
}
.section-touts .tout-image {
  position: relative;
}
.section-touts .tout-image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-touts .touts {
    width: 100%;
  }
  .section-touts .tout-container {
    width: 100%;
  }
  .section-touts .tout-container:nth-child(n+2) {
    margin-top: .5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-touts .touts {
    margin-top: -80px;
    margin-top: -15vh;
    max-width: 1240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*.flex-justify(space-between);*/
  }
  .section-touts .touts:after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
  }
  .section-touts .tout-container {
    width: 30%;
    margin-right: 5%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*&:nth-child(2) {
				margin: 0 @tout-gutter;
			}*/
  }
  .section-touts .tout-container:last-of-type {
    margin-right: 0;
  }
  .section-touts .tout-container:hover .tout-image:after {
    background-color: transparent;
  }
  .section-touts .tout-image:after {
    -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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .touts {
    width: 100%;
  }
  .tout-container {
    max-width: 30%;
  }
}

.section-beta.version-reveal {
  position: relative;
  width: 100%;
}
.section-beta.version-reveal .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-beta.version-reveal .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-beta.version-reveal .foreground-content {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.section-beta.version-reveal .foreground-content > div:not(.modal) {
  position: relative;
  left: 50%;
  text-align: center;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.section-beta.version-reveal .foreground-content .beta-image {
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-callout {
  margin-top: 1rem;
  font-size: 1rem;
  display: none;
}
.section-beta.version-reveal .foreground-content .cta-button-container a,
.section-beta.version-reveal .foreground-content .beta-faq a {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    text-rendering: optimizeLegibility;
  }
}
.section-beta.version-reveal .foreground-content .cta-button-container a:after,
.section-beta.version-reveal .foreground-content .beta-faq a:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a:after,
  .section-beta.version-reveal .foreground-content .beta-faq a:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal .foreground-content .cta-button-container a,
  .section-beta.version-reveal .foreground-content .beta-faq a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-beta.version-reveal .foreground-content .cta-button-container a:hover,
  .section-beta.version-reveal .foreground-content .beta-faq a:hover {
    background-color: #ff6600;
  }
  .section-beta.version-reveal .foreground-content .cta-button-container a:hover:after,
  .section-beta.version-reveal .foreground-content .beta-faq a:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}
.section-beta.version-reveal .foreground-content .beta-disclaimer {
  margin-top: 2rem;
  line-height: 1.25;
}
.section-beta.version-reveal .foreground-content .beta-faq {
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-terms {
  margin-top: 20px;
  display: none;
}
.section-beta.version-reveal .foreground-content .beta-terms a {
  color: #ff6600;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .section-beta.version-reveal {
    height: 525px;
    height: 75vw;
    margin-top: 1.5rem;
  }
  .section-beta.version-reveal .background .mobile {
    display: none;
  }
  .section-beta.version-reveal .background .desktop {
    display: block;
  }
  .section-beta.version-reveal .cta-button-container {
    margin-top: 1rem;
  }
  .section-beta.version-reveal .cta-button {
    display: block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .section-beta.version-reveal {
    /*height: 100vh;*/
    height: auto;
  }
  .section-beta.version-reveal .background .mobile {
    display: block;
  }
  .section-beta.version-reveal .background .desktop {
    display: none;
  }
  .section-beta.version-reveal .foreground-content {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 320px) {
  .section-beta.version-reveal .cta-button a {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-beta.version-reveal {
    height: 650px;
    height: 100vh;
    min-height: 420px;
  }
  .section-beta.version-reveal .background .mobile {
    display: none;
  }
  .section-beta.version-reveal .cta-button-container {
    margin-top: 30px;
  }
  .section-beta.version-reveal .cta-button-container .cta-button {
    display: inline-block;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-child(odd) {
    margin-right: 1rem;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-child(even) {
    margin-left: 1rem;
  }
  .section-beta.version-reveal .cta-button-container .cta-button:nth-of-type(3) {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section-beta.version-reveal .beta-disclaimer {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .section-beta.version-reveal .beta-disclaimer {
    width: 60%;
  }
}
@media screen and (max-height: 640px) {
  .section-beta.version-reveal {
    /*height: 100vh;*/
    height: auto;
  }
  .section-beta.version-reveal .foreground-content {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faq-modal,
.yt-modal {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (min-width: 641px) {
  .faq-modal,
  .yt-modal {
    -webkit-transition: opacity .5s ease-out, height 0s ease .5s;
    -moz-transition: opacity .5s ease-out, height 0s ease .5s;
    -ms-transition: opacity .5s ease-out, height 0s ease .5s;
    -o-transition: opacity .5s ease-out, height 0s ease .5s;
    transition: opacity .5s ease-out, height 0s ease .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal .modal-close.page-overlay,
.yt-modal .modal-close.page-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.faq-modal .modal-close.button,
.yt-modal .modal-close.button {
  position: absolute;
  display: block;
  top: .5rem;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/close-menu.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.faq-modal .modal-content-container,
.yt-modal .modal-content-container {
  border: 1px solid #ff6600;
  position: absolute;
  padding: 55px 1rem 1rem;
  background-color: #000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 80%;
  max-width: 900px;
  min-width: 300px;
  height: 65vh;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(.3);
  -moz-transform: translate3d(-50%, -50%, 0) scale(.3);
  -ms-transform: translate3d(-50%, -50%, 0) scale(.3);
  -o-transform: translate3d(-50%, -50%, 0) scale(.3);
  transform: translate3d(-50%, -50%, 0) scale(.3);
}
@media screen and (min-width: 641px) {
  .faq-modal .modal-content-container,
  .yt-modal .modal-content-container {
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal .modal-inner,
.yt-modal .modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq-modal .modal-inner a,
.yt-modal .modal-inner a {
  color: #ff6600;
}
.faq-modal .jspTrack,
.yt-modal .jspTrack {
  background: #484747;
}
.faq-modal .jspDrag,
.yt-modal .jspDrag {
  background: #ff6600;
}
.faq-modal.active,
.yt-modal.active {
  opacity: 1;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .faq-modal.active,
  .yt-modal.active {
    -webkit-transition: opacity .5s ease-out, height 0s;
    -moz-transition: opacity .5s ease-out, height 0s;
    -ms-transition: opacity .5s ease-out, height 0s;
    -o-transition: opacity .5s ease-out, height 0s;
    transition: opacity .5s ease-out, height 0s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.faq-modal.active .modal-content-container,
.yt-modal.active .modal-content-container {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.faq-modal iframe,
.yt-modal iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .home-section.section-beta.version-reveal {
    max-height: 750px;
    margin-top: 40px;
  }
}

.home-section.section-nuketown.version-reveal {
  height: 0;
  padding-bottom: 41.66%;
  width: 100%;
  position: relative;
  margin-top: 20px;
  background: url(../../../../../../content/dam/atvi/callofduty/blackops3/nuketown/preorder-nt-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.home-section.section-nuketown.version-reveal .inner {
  position: absolute;
  width: 100%;
  max-width: 870px;
  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%);
}
.home-section.section-nuketown.version-reveal .nt-logo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.home-section.section-nuketown.version-reveal .nt-description {
  text-align: center;
  text-transform: uppercase;
}
.home-section.section-nuketown.version-reveal .nt-description p {
  margin-top: 25px;
}
.home-section.section-nuketown.version-reveal .nt-description a {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .home-section.section-nuketown.version-reveal .nt-description a {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .home-section.section-nuketown.version-reveal .nt-description a {
    text-rendering: optimizeLegibility;
  }
}
.home-section.section-nuketown.version-reveal .nt-description a:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .home-section.section-nuketown.version-reveal .nt-description a:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .home-section.section-nuketown.version-reveal .nt-description a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .home-section.section-nuketown.version-reveal .nt-description a:hover {
    background-color: #ff6600;
  }
  .home-section.section-nuketown.version-reveal .nt-description a:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}

.section-social {
  width: 100%;
  padding-bottom: 35px;
  display: none;
}
.section-social .stackla-block {
  overflow: hidden;
}
.section-social .stackla-block.community-user .stackla-tiles {
  padding-bottom: 40%;
}
.section-social .stackla-block.community-user .s-post {
  height: 100%;
}
.section-social .stackla-block.community-user .group {
  height: 50%;
}
.section-social .stackla-title {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  color: #393938;
  font-size: 2.25rem;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
  background: #000;
  letter-spacing: .4rem;
}
@media screen and (max-width: 640px) {
  .section-social .stackla-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-social .stackla-title {
    text-rendering: optimizeLegibility;
  }
}
.section-social .stackla-tiles {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  position: relative;
}
.section-social .stackla-tiles .atvi-stackla-feed,
.section-social .stackla-tiles .stackla-feed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-social .group {
  float: left;
  width: 20%;
  position: relative;
  height: 100%;
}
.section-social .s-post {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-social .s-post.active {
  opacity: 1;
  z-index: 5;
}
.section-social .s-post .st-post,
.section-social .s-post .st-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-social .s-post .st-post {
  background: #202020;
}
.section-social .s-post .st-tw {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 85%;
}
.section-social .s-post .st-tw .st-avatar {
  margin-bottom: 15px;
}
.section-social .s-post .st-tw .st-avatar img {
  border: 1px solid #555555;
}
.section-social .s-post .st-tw .st-username {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.section-social .s-post .st-tw .st-message .tweetLink {
  color: #ff6600;
}
.section-social .s-post .st-ig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-social .s-post .st-ig .st-username {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50%;
  text-align: right;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .section-social .s-post .st-ig .st-username {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-social .s-post .st-ig .st-username {
    text-rendering: optimizeLegibility;
  }
}
.section-social .s-post .st-ig a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.section-social .s-post.source-twitter .st-ig {
  display: none;
}
.section-social .s-post.source-twitter .st-bg {
  background-image: none !important;
}
.section-social .s-post.source-instagram .st-tw {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .section-social .s-post {
    font-size: .7rem;
  }
  .section-social .stackla-tiles {
    padding-bottom: 25%;
  }
  .section-social .group {
    width: 25%;
  }
  .section-social .stackla-block.community-user .stackla-tiles {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section-social .stackla-tiles {
    padding-bottom: 200%;
  }
  .section-social .group {
    width: 100%;
    height: 50%;
  }
  .section-social .stackla-block.community-user .stackla-tiles {
    padding-bottom: 200%;
  }
}
@media screen and (max-width: 640px) {
  .section-social .s-post {
    font-size: 1rem;
  }
  .section-social .stackla-title {
    font-size: 1.5rem;
  }
}

.section-game .game-carousel {
  position: relative;
  -webkit-user-drag: auto!important;
  touch-action: auto!important;
}
.section-game .index-0 {
  left: 0;
}
.section-game .index-1 {
  left: 25%;
}
.section-game .index-2 {
  left: 50%;
}
.section-game .index-3 {
  left: 75%;
}
.section-game .game-header {
  position: absolute;
  width: 100%;
  height: 54px;
  z-index: 1;
}
.section-game .game-tabs-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-game .game-tab {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  border-bottom: 1px solid rgba(72, 71, 71, 0.68);
}
.section-game .game-tab.current .tab-link {
  color: #fff;
}
.section-game .tab-link {
  text-transform: uppercase;
  text-align: center;
  line-height: 54px;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #484747;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .section-game .tab-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-game .tab-link {
    text-rendering: optimizeLegibility;
  }
}
.section-game .game-dots-list {
  display: none;
}
.section-game .game-slides-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-game .game-slides {
  position: absolute;
  width: 400%;
  left: 0;
  top: 0;
  bottom: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-game .pos-1 .game-slides {
  -ms-transform: translate(-25%, 0);
  -webkit-transform: translate3d(-25%, 0, 0);
  -moz-transform: translate3d(-25%, 0, 0);
  -ms-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.section-game .pos-2 .game-slides {
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.section-game .pos-3 .game-slides {
  -ms-transform: translate(-75%, 0);
  -webkit-transform: translate3d(-75%, 0, 0);
  -moz-transform: translate3d(-75%, 0, 0);
  -ms-transform: translate3d(-75%, 0, 0);
  -o-transform: translate3d(-75%, 0, 0);
  transform: translate3d(-75%, 0, 0);
}
.section-game .game-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: center;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-game .game-slide:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.section-game .slide-title {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-game .slide-title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-game .slide-title {
    text-rendering: optimizeLegibility;
  }
}
.section-game .slide-description {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  line-height: 1.33;
}
.section-game .slide-button {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
  margin-top: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .section-game .slide-button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-game .slide-button {
    text-rendering: optimizeLegibility;
  }
}
.section-game .slide-button:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .section-game .slide-button:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .section-game .slide-button {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-game .slide-button:hover {
    background-color: #ff6600;
  }
  .section-game .slide-button:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}
.section-game .slide-title,
.section-game .slide-description {
  z-index: 2;
}
.section-game .arrow {
  display: block;
}
@media screen and (max-width: 768px) {
  .section-game .game-header {
    position: relative;
    text-align: center;
  }
  .section-game .game-tab {
    z-index: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-game .game-tab.index-0,
  .section-game .game-tab.index-1,
  .section-game .game-tab.index-2,
  .section-game .game-tab.index-3 {
    left: 0;
  }
  .section-game .game-tab.current {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 100px);
    -moz-transform: translate3d(0, 0, 100px);
    -ms-transform: translate3d(0, 0, 100px);
    -o-transform: translate3d(0, 0, 100px);
    transform: translate3d(0, 0, 100px);
  }
  .section-game .game-slides-frame {
    height: 320px;
    min-height: 600px;
    margin-top: -54px;
  }
  .section-game .game-dots-list {
    position: absolute;
    display: inline-block;
    top: 60px;
    width: 100%;
    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;
  }
  .section-game .dot:nth-child(n+2) {
    margin-left: 10px;
  }
  .section-game .dot.current .dot-link {
    background-color: #ff6600;
  }
  .section-game .dot-link {
    display: block;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 20px;
    height: 20px;
    border: 1px solid #ff6600;
  }
  .section-game .slide-description {
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .section-game .desktop-only {
    display: none;
  }
  .section-game .game-slides-frame {
    height: auto;
    min-height: 600px;
  }
  .section-game .game-slide {
    padding-top: 2rem;
  }
  .section-game .slide-title {
    font-size: 1rem;
  }
  .section-game .slide-description {
    max-width: 95%;
  }
}
@media screen and (max-height: 600px) {
  .section-game .slide-description {
    font-size: .6rem;
  }
}
@media screen and (max-width: 460px) {
  .section-game .slide-description {
    line-height: 1.1;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .section-game .game-tab {
    width: 25%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-game .game-tab.current {
    border-bottom: 1px solid #ff6600;
  }
  .section-game .game-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .section-game .arrow {
    position: absolute;
    background-color: #000;
    background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/carousel-arrow.svg');
    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: center center;
    width: 55px;
    height: 55px;
  }
  .section-game .arrow.previous {
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-game .arrow.next {
    right: 0;
  }
  .section-game .game-link {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-game .game-slides-frame {
    height: 0;
    padding-bottom: 56.25%;
  }
  .section-game .game-slide:after {
    -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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-game .slide-description {
    max-width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .section-game .slide-title {
    letter-spacing: .4rem;
  }
  .section-game .slide-description {
    max-width: 50%;
  }
}

.section-media.version-reveal .tiles-list {
  width: 100%;
  /*.flexbox();
		.flex-direction(column);
		.flex-wrap(wrap);*/
}
.section-media.version-reveal .media-block {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-media.version-reveal .media-block .play-icon-svg {
  width: 60px;
  height: 60px;
}
.section-media.version-reveal .media-block .play-icon-svg .stroked {
  stroke: #ff6600;
  fill: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-media.version-reveal .media-block .play-icon-svg .upper.left {
  -ms-transform: translate(4px, 4px);
  -webkit-transform: translate3d(4px, 4px, 0);
  -moz-transform: translate3d(4px, 4px, 0);
  -ms-transform: translate3d(4px, 4px, 0);
  -o-transform: translate3d(4px, 4px, 0);
  transform: translate3d(4px, 4px, 0);
}
.section-media.version-reveal .media-block .play-icon-svg .upper.right {
  -ms-transform: translate(-4px, 4px);
  -webkit-transform: translate3d(-4px, 4px, 0);
  -moz-transform: translate3d(-4px, 4px, 0);
  -ms-transform: translate3d(-4px, 4px, 0);
  -o-transform: translate3d(-4px, 4px, 0);
  transform: translate3d(-4px, 4px, 0);
}
.section-media.version-reveal .media-block .play-icon-svg .lower.right {
  -ms-transform: translate(-4px, -4px);
  -webkit-transform: translate3d(-4px, -4px, 0);
  -moz-transform: translate3d(-4px, -4px, 0);
  -ms-transform: translate3d(-4px, -4px, 0);
  -o-transform: translate3d(-4px, -4px, 0);
  transform: translate3d(-4px, -4px, 0);
}
.section-media.version-reveal .media-block .play-icon-svg .lower.left {
  -ms-transform: translate(4px, -4px);
  -webkit-transform: translate3d(4px, -4px, 0);
  -moz-transform: translate3d(4px, -4px, 0);
  -ms-transform: translate3d(4px, -4px, 0);
  -o-transform: translate3d(4px, -4px, 0);
  transform: translate3d(4px, -4px, 0);
}
.section-media.version-reveal .media-block .play-icon-svg .triangle {
  fill: rgba(255, 102, 0, 0);
}
.section-media.version-reveal .media-block:hover .play-icon-svg .triangle {
  fill: #ff6600;
}
.section-media.version-reveal .media-block:hover .upper.left,
.section-media.version-reveal .media-block:hover .upper.right,
.section-media.version-reveal .media-block:hover .lower.right,
.section-media.version-reveal .media-block:hover .lower.left {
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(0, 0);
}
.section-media.version-reveal .media-block.media-video p {
  display: none;
}
.section-media.version-reveal .media-block-link {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.section-media.version-reveal .tile-content:not(.title) {
  margin-top: 1rem;
  position: relative;
}
.section-media.version-reveal .title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-media.version-reveal .title {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-media.version-reveal .title {
    text-rendering: optimizeLegibility;
  }
}
.section-media.version-reveal .cta {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #ff6600;
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .section-media.version-reveal .cta {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .section-media.version-reveal .cta {
    text-rendering: optimizeLegibility;
  }
}
.section-media.version-reveal .cta:before {
  content: "";
  display: inline-block;
  margin-right: 4.5px;
  width: 6px;
  height: 6px;
  border: 1px solid #ff6600;
}
@media screen and (min-width: 768px) {
  .section-media.version-reveal .cta:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .section-media.version-reveal .cta:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .section-media.version-reveal .media-block {
    width: 100%;
    height: 320px;
    height: 56.25vw;
    position: relative;
    z-index: 1;
  }
  .section-media.version-reveal .tile-content {
    max-width: 75%;
    text-align: center;
  }
  .section-media.version-reveal .cta.tile-content {
    max-width: 100%;
  }
  .section-media.version-reveal .media-block-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 460px) {
  .section-media.version-reveal .tile-content.title {
    line-height: 1;
  }
  .section-media.version-reveal .tile-content.text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section-media.version-reveal .tiles-container {
    min-height: 400px;
    min-height: 50vw;
    position: relative;
  }
  .section-media.version-reveal .tiles-list {
    height: 100%;
    background-color: #2a2a2a;
    position: absolute;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .section-media.version-reveal .media-block {
    width: 50%;
  }
  .section-media.version-reveal .media-block.index-0 {
    height: 100%;
    margin-right: 2px;
  }
  .section-media.version-reveal .media-block.index-0 .tile-content {
    text-align: center;
  }
  .section-media.version-reveal .media-block.index-0 .media-block-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-media.version-reveal .media-block.index-0 .cta.tile-content {
    display: none;
  }
  .section-media.version-reveal .media-block.index-1,
  .section-media.version-reveal .media-block.index-2 {
    height: 50%;
    height: 25vw;
    max-height: 49.8%;
    margin-left: 2px;
    /*background: url(../../../../../../content/dam/atvi/callofduty/blackops3/utils/COD-default-page-bg.jpg) top left no-repeat !important;*/
    background-size: cover;
    position: absolute;
  }
  .section-media.version-reveal .media-block.index-1 .tile-content,
  .section-media.version-reveal .media-block.index-2 .tile-content {
    text-align: left;
  }
  .section-media.version-reveal .media-block.index-1 .media-block-link,
  .section-media.version-reveal .media-block.index-2 .media-block-link {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-media.version-reveal .media-block.index-0 {
    top: 0;
    left: 0;
  }
  .section-media.version-reveal .media-block.index-1 {
    top: 0;
    right: 0;
  }
  .section-media.version-reveal .media-block.index-2 {
    top: 50%;
    right: 0;
  }
  .section-media.version-reveal .media-block-link {
    -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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.atvi-wheretobuy {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/utils/COD-default-page-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*@media screen and (min-width: @max-w) and (min-height: 600px) {
        height: 100%;
		height: 100vh;
    }*/
}
.atvi-wheretobuy .dlc-disclaimer {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
.atvi-wheretobuy .wtb-age-gate-wrapper .atvi-agegate {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.atvi-wheretobuy .wtb-select:nth-child(n+2) {
  margin-top: 1.25rem;
}
.atvi-wheretobuy .select-label {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.atvi-wheretobuy .order-button {
  margin-top: 1.25rem;
}
.atvi-wheretobuy .wtb-button {
  width: 100%;
  min-width: 220px;
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 640px) {
  .atvi-wheretobuy .wtb-button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .atvi-wheretobuy .wtb-button {
    text-rendering: optimizeLegibility;
  }
}
.atvi-wheretobuy .wtb-button:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .atvi-wheretobuy .wtb-button:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .atvi-wheretobuy .wtb-button {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .atvi-wheretobuy .wtb-button:hover {
    background-color: #ff6600;
  }
  .atvi-wheretobuy .wtb-button:hover:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
    -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
    transform: translate3d(0, -45px, 0) rotate(90deg);
  }
}
.atvi-wheretobuy .wtb-button .pre-order-text {
  display: none;
}
.atvi-wheretobuy .wtb-button .by-now-text {
  display: block;
}
.atvi-wheretobuy .wtb-button:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}
@media screen and (min-width: 768px) {
  .atvi-wheretobuy .wtb-button:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.atvi-wheretobuy .wtb-button.no-retailer {
  opacity: .4;
  color: #484747;
  cursor: default;
}
.atvi-wheretobuy .wtb-button.no-retailer:hover {
  background-color: transparent;
}
.atvi-wheretobuy .wtb-button.no-retailer:hover:after {
  -webkit-transform: translate3d(0,0,0) rotate(0deg);
  -moz-transform: translate3d(0,0,0) rotate(0deg);
  -ms-transform: translate3d(0,0,0) rotate(0deg);
  -o-transform: translate3d(0,0,0) rotate(0deg);
  transform: translate3d(0,0,0) rotate(0deg);
}
.atvi-wheretobuy .pswtb-container {
  display: none;
}
.atvi-wheretobuy.sku-mode .wtb-select.retailers-entry {
  display: none;
}
.atvi-wheretobuy .selection-type-platforms .selectricItems li.hidden {
  display: none;
}
.atvi-wheretobuy .wtb-beta-image {
  margin-top: .75rem;
  width: 100%;
  height: 0;
  padding-bottom: 22%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .atvi-wheretobuy .wtb-beta-image {
    padding-bottom: 13%;
  }
}
.atvi-wheretobuy .wtb-giant-image {
  display: none;
  margin: .75rem 0;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.atvi-wheretobuy .column.first p:nth-of-type(n+2) {
  margin-top: .75rem;
}
.atvi-wheretobuy .column.first > p {
  margin-top: .75rem;
}
.atvi-wheretobuy .editions-container {
  position: relative;
}
@media screen and (max-width: 640px) {
  .atvi-wheretobuy .editions-container.desktop-only {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .atvi-wheretobuy .editions-container.mobile-only {
    display: none;
  }
}
.atvi-wheretobuy .edition-container {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
@media screen and (min-width: 641px) {
  .atvi-wheretobuy .edition-container {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.atvi-wheretobuy .edition-container.visible {
  opacity: 1;
  position: relative;
}
@media screen and (min-width: 641px) {
  .atvi-wheretobuy .edition-container.visible {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.atvi-wheretobuy .edition-container .edition-title,
.atvi-wheretobuy .edition-container h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .atvi-wheretobuy .edition-container .edition-title,
  .atvi-wheretobuy .edition-container h3 {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .atvi-wheretobuy .edition-container .edition-title,
  .atvi-wheretobuy .edition-container h3 {
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 1200px) {
  .atvi-wheretobuy {
    padding: 2rem .5rem 3rem;
  }
  .atvi-wheretobuy .wtb-wrapper {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .atvi-wheretobuy .column.first {
    width: 100%;
    padding: 0 5%;
    margin-top: 81px;
  }
  .atvi-wheretobuy .column.second,
  .atvi-wheretobuy .column.third {
    margin-top: 3rem;
    width: 50%;
  }
  .atvi-wheretobuy .wtb-form-container,
  .atvi-wheretobuy .boxart-container {
    width: 80%;
    margin: auto;
  }
  .atvi-wheretobuy .editions-container {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .atvi-wheretobuy .column.first,
  .atvi-wheretobuy .column.second,
  .atvi-wheretobuy .column.third {
    width: 100%;
  }
  .atvi-wheretobuy .editions-container {
    margin-top: 1.5rem;
    min-height: 125px;
  }
}
@media screen and (max-width: 480px) {
  .atvi-wheretobuy .editions-container {
    min-height: 195px;
  }
}
@media screen and (max-width: 320px) {
  .atvi-wheretobuy .column.first {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .atvi-wheretobuy {
    padding: 0;
  }
  .atvi-wheretobuy .wtb-wrapper {
    max-width: 1200px;
    position: relative;
    margin: 40px auto;
    padding-top: 230px;
    /*left: 50%;
            top: 50%;
            .translate3d(-50%,-50%,0);*/
    -webkit-box-lines: single;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .atvi-wheretobuy .column:nth-child(n+2) {
    margin-left: 5%;
  }
  .atvi-wheretobuy .column.first {
    width: 47%;
    width: 35%;
    float: left;
  }
  .atvi-wheretobuy .column.second {
    width: 25%;
    float: left;
  }
  .atvi-wheretobuy .column.third {
    width: 28%;
    float: right;
  }
  .atvi-wheretobuy .editions-container {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .atvi-wheretobuy {
    height: 100%;
    height: 100vh;
    min-height: 600px;
  }
}
.ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerSelectedTabStyle,
.ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerTabStyle,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_InStockStyle,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_OutOfStockStyle {
  font-family: "Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerSelectedTabStyle,
  .ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerTabStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_InStockStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_OutOfStockStyle {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerSelectedTabStyle,
  .ps_ResponsiveContainerStyle .ps_TabContainerStyle .ps_TabContainerTabStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_InStockStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_OutOfStockStyle {
    text-rendering: optimizeLegibility;
  }
}
.ps_ResponsiveContainerStyle.ps_FullScreenOverlayStyle > .ps_HeaderStyle,
.ps_ResponsiveContainerStyle.ps_LightboxStyle > .ps_LightboxStyle > .ps_ContainerStyle > .ps_HeaderStyle,
.ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .ps_ResponsiveContainerStyle.ps_FullScreenOverlayStyle > .ps_HeaderStyle,
  .ps_ResponsiveContainerStyle.ps_LightboxStyle > .ps_LightboxStyle > .ps_ContainerStyle > .ps_HeaderStyle,
  .ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .ps_ResponsiveContainerStyle.ps_FullScreenOverlayStyle > .ps_HeaderStyle,
  .ps_ResponsiveContainerStyle.ps_LightboxStyle > .ps_LightboxStyle > .ps_ContainerStyle > .ps_HeaderStyle,
  .ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle,
  .ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
    text-rendering: optimizeLegibility;
  }
}
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_InStockStyle,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle .ps_OutOfStockStyle {
  font-size: 1.2rem;
}
.ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
  font-size: 1rem;
}
.ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle:after,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle:after {
  content: ">";
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.ps_ResponsiveContainerStyle .ps_ProductLocalSellersTableStyle .ps_BuyButtonStyle:hover,
.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover {
  background-color: #ff6600;
}
.ps_ResponsiveContainerStyle .ps_BuyNowArrow {
  display: none;
}
@media screen and (min-width: 1200px) {
  .atvi-wheretobuy {
    max-height: 750px;
  }
}

.t-beta .section-hero .svg-text-holder,
.t-beta .section-hero .svg-text-holder.visible {
  display: none;
}
.t-beta .section-hero .hero-headline-container {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .t-beta .section-hero .hero-headline-container {
    height: 85px;
    background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/target/COD-BO-HEROHEADLINE-Mobile-Beta.png');
  }
  .t-beta .section-hero .cta-button:first-child {
    margin-top: 1rem;
  }
  .t-beta .section-hero .cta-container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 641px) {
  .t-beta .section-hero .hero-headline-container {
    height: 200px;
    background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/target/COD-BO-HEROHEADLINE-Desktop-Beta.png');
  }
  .t-beta .section-hero .cta-container {
    margin-top: 65px;
  }
}
.t-beta-keyart .section-hero .svg-text-holder,
.t-beta-keyart .section-hero .svg-text-holder.visible {
  display: none;
}
.t-beta-keyart .section-hero .hero-headline-container {
  background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/target/Beta-keyart.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .t-beta-keyart .section-hero .hero-headline-container {
    height: 80px;
  }
  .t-beta-keyart .section-hero .cta-button:first-child {
    margin-top: 0;
  }
  .t-beta-keyart .section-hero .cta-container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 641px) {
  .t-beta-keyart .section-hero .hero-headline-container {
    height: 200px;
  }
  .t-beta-keyart .section-hero .cta-container {
    margin-top: 65px;
  }
}
.t-trailer .section-hero .svg-text-holder,
.t-trailer .section-hero .svg-text-holder.visible {
  display: none;
}
.t-trailer .section-hero .hero-headline-container {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .t-trailer .section-hero .hero-headline-container {
    height: 85px;
    background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/target/COD-BO-HEROHEADLINE-Mobile-WatchTrailer.png');
  }
  .t-trailer .section-hero .cta-button:first-child {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .t-trailer .section-hero .hero-headline-container {
    height: 200px;
    background-image: url('../../../../../../content/dam/atvi/callofduty/blackops3/target/COD-BO-HEROHEADLINE-Desktop-WatchTrailer.png');
  }
  .t-trailer .section-hero .cta-container {
    margin-top: 65px;
  }
}

body{
    background-image: url("../../../../../../content/dam/atvi/callofduty/esports/world-league/world_league_bgImage.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
}

.wleague{
	text-align:center;
	margin: auto;
	}
.wleague .hero-sec{
	position:relative;
	margin:50px 0;
	width:100%;
	display:inline-block;
	padding:0 15%;
	}
.wleague .wtext{
	padding-top:25px;
}
.wleague .section-media.version-reveal .media-block {
  width: 100%;
}
.wleague .section-media.version-reveal .media-block {
	width: 100%;
 }
.wleague .video-sec .league-video{ 
	display:none;
}

.wleague .video-sec .video-cover .video-text{
	width: 100%;
    display: block;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

.video-sec {
	position: relative;
    height: 0;
    padding-bottom: 40%;
    min-height: 400px;
    width: 100%;
}

.video-embed,
.video-embed .atvi-html,
.video-embed .atvi-html iframe {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-sec {
  padding-top: 10px;
  position: relative;
  top: -28px;
  padding-top: 0.3rem;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: 
  -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(60%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: 
  -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
  background-image: 
  -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
}
.video-sec:before {
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
}


.video-sec > .atvi-text {
	position: absolute;
    width: 100%;
    height: 100%;
}

.wleague .video-sec .video-cover{
 	background: url("../../../../../../content/dam/atvi/callofduty/esports/world-league/video-banner.jpg") center center no-repeat;
 	background-size: cover;
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.wleague .cta-container {
    position: relative;
    min-height: auto;
    padding: 5%;
}

.wleague .cta-container .atvi-text {
	width:100%;
}
.wleague .cta-button a {
  padding: 0 2.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: "Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: bold;
  font-style: normal;
  border: 1px solid #ff6600;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  line-height: 43px;
  letter-spacing: 0.2rem;
}
.wleague .cta-button a:after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #ff6600;
  position: absolute;
  left: 100%;
  top: 100%;
  margin: -7px 0 0 -7px;
}

@media screen and (min-width: 768px) {
  .wleague .cta-button a:after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

}
@media screen and (min-width: 768px) {
  .wleague .cta-button a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wleague .cta-button a:hover {
  background-color: #ff6600;
}
.wleague .cta-button a:hover:after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, -45px, 0) rotate(90deg);
  -moz-transform: translate3d(0, -45px, 0) rotate(90deg);
  -ms-transform: translate3d(0, -45px, 0) rotate(90deg);
  transform: translate3d(0, -45px, 0) rotate(90deg);
}

}

@media screen and (min-width: 768px) {
.wleague .cta-container {
  margin-top: 25px;
  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;
}
.wleague .cta-button:first-child {
	margin-right: 2%;
    width: 48%;
    float: left;
    text-align: right;
}
.wleague .cta-button:nth-child(2) {
	margin-left: 2%;
    width: 48%;
    float: left;
    text-align: left;
}
.wleague .cta-button a {
  min-width: 225px;
}

}

@media screen and (max-width: 767px) {
.wleague .cta-button {
  margin-top: 2rem;
}
}
@media screen and (min-width: 641px) {
  .wleague .cta-button a {
  text-rendering: optimizeLegibility;
}

}
@media screen and (max-width: 640px) {
  .wleague .cta-button a {
  text-rendering: optimizeSpeed;
}

}
@media screen and (max-width: 320px) {
  .wleague .cta-button a {
 	 min-width: 90%;
 	 max-width: 90%;
 	 display: block;
 	 margin: 0 auto;
	}

}
.wleague .icon{
   margin-top: 1rem;
    position: relative
    text-align: center;
   	width: 100%;
	}
.wleague svg{
    width: 60px;
    height: 60px;
}

.wleague .play-icon-svg .stroked{ 	
	stroke: #ff6600;
	fill: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.wleague .play-icon-svg .upper.left {
    -ms-transform: translate(4px, 4px);
    -webkit-transform: translate3d(4px, 4px, 0);
    -moz-transform: translate3d(4px, 4px, 0);
    -ms-transform: translate3d(4px, 4px, 0);
    -o-transform: translate3d(4px, 4px, 0);
    transform: translate3d(4px, 4px, 0);
}


.wleague .play-icon-svg .upper.right {
    -ms-transform: translate(-4px, 4px);
    -webkit-transform: translate3d(-4px, 4px, 0);
    -moz-transform: translate3d(-4px, 4px, 0);
    -ms-transform: translate3d(-4px, 4px, 0);
    -o-transform: translate3d(-4px, 4px, 0);
    transform: translate3d(-4px, 4px, 0);
}

.wleague .play-icon-svg .lower.right {
    -ms-transform: translate(-4px, -4px);
    -webkit-transform: translate3d(-4px, -4px, 0);
    -moz-transform: translate3d(-4px, -4px, 0);
    -ms-transform: translate3d(-4px, -4px, 0);
    -o-transform: translate3d(-4px, -4px, 0);
    transform: translate3d(-4px, -4px, 0);
	}
	


.wleague .play-icon-svg .lower.left {
    -ms-transform: translate(4px, -4px);
    -webkit-transform: translate3d(4px, -4px, 0);
    -moz-transform: translate3d(4px, -4px, 0);
    -ms-transform: translate3d(4px, -4px, 0);
    -o-transform: translate3d(4px, -4px, 0);
    transform: translate3d(4px, -4px, 0);
}
.wleague .play-icon-svg .triangle {
    fill: rgba(255, 102, 0, 0);
}

.wleague .video-sec:hover .upper.left,
.wleague .video-sec:hover .upper.right, 
.wleague .video-sec:hover .lower.right, 
.wleague .video-sec:hover .lower.left {
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(0, 0);
}
.wleague .video-sec:hover .play-icon-svg .triangle {
    fill: #ff6600;
}



.wleague .video-bottom{
    background-color: #000;
    padding: 1%;
    width: 100%;
    text-align: left;
    margin-top: -28px;
}

.wleague .video-embed iframe,
.wleague .video-embed object {
    width: 100%;
    height: 100%;
    position: relative;
}
