@font-face {
  font-family: 'ConduitRegular';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Regular.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitExtraLight';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraLight.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitLight';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Light.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitBold';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Bold.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitBlack';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Black.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Black.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitExtraBold';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraBold.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraBold.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
body {
  overflow-x: hidden;
}
div.root {
  background-color: #191714;
  color: #a4a195;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="120"><image width="4" height="4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWMwMtD/j4wZSBcAAD9BGQFqqeqtAAAAAElFTkSuQmCC" /></svg>');
  background-size: 5%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
div.root a {
  color: #ffffff;
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
@-webkit-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-moz-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-ms-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-o-keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@keyframes enter-links {
  0% {
    left: -81%;
  }
  100% {
    left: 9%;
  }
}
@-webkit-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-links {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#iw-home-section4 {
  height: 700px;
  top: 100px;
  padding-top: 0;
}
#iw-home-section4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
  left: 0;
  top: -50px;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-background.png");
  background-size: auto 100%;
  background-position: right 100px;
  background-repeat: no-repeat;
}
#iw-home-section4 .iw-section-number {
  position: absolute;
  z-index: 50;
  left: 12%;
}
@media screen and (max-width: 768px) {
  #iw-home-section4 .iw-section-number {
    left: 10%;
  }
}
#iw-home-section4 .iw-section-number .iw-section-number-number {
  color: #ffffff;
}
#iw-home-section4 .iw-section-number .iw-section-number-text {
  width: 125px;
  display: block;
}
#iw-home-section4 .iw-social-section-headline-container {
  padding-top: 225px;
  color: #ffffff;
  height: 38px;
  z-index: 1;
  position: relative;
}
#iw-home-section4 .iw-social-section-headline-container h1 {
  margin-left: -100%;
  font-size: 38px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding-left: 12%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  white-space: nowrap;
}
#iw-home-section4 .iw-social-section-headline-container h1::before {
  height: 6px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0%;
  width: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
@media screen and (max-width: 350px) {
  #iw-home-section4 .iw-social-section-headline-container h1 {
    font-size: 32px;
  }
}
#iw-home-section4 .iw-social-section-headline-container.animate h1 {
  margin-left: 0%;
}
#iw-home-section4 .iw-social-section-headline-container.animate h1:before {
  width: 11%;
}
#iw-home-section4 .iw-section-sociallinks {
  position: absolute;
  top: 350px;
  left: -81%;
  z-index: 1;
}
#iw-home-section4 .iw-section-sociallinks.animate {
  animation: enter-links 0.75s 0s infinite;
  -ms-animation: enter-links 0.75s 0s infinite;
  -moz-animation: enter-links 0.75s 0s infinite;
  -webkit-animation: enter-links 0.75s 0s infinite;
  -o-animation: enter-links 0.75s 0s infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#iw-home-section4 .iw-section-sociallinks.animate .icon:not(.hover) {
  animation: appear-links 1.5s 0s infinite;
  -ms-animation: appear-links 1.5s 0s infinite;
  -moz-animation: appear-links 1.5s 0s infinite;
  -webkit-animation: appear-links 1.5s 0s infinite;
  -o-animation: appear-links 1.5s 0s infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks {
  display: flex;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink {
  margin: 0 40px;
  width: 145px;
  height: 145px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%;
  background-color: #2e2c28;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .icon {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .icon.hover {
  opacity: 0;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitter-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitter-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.facebook-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Facebook-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.instagram-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Instagram-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.youtube-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/YouTube-Fill-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink.twitch-link .icon.hover {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/social-svgs/Twitch-Outline-Over.svg");
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(46, 44, 38, 0.5);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .icon {
  opacity: 0;
  top: 45%;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .icon.hover {
  opacity: 1;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .social-text {
  color: #7d776a;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink:hover .corner {
  opacity: 0.75;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 75;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
  color: transparent;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  bottom: -30%;
  letter-spacing: 2px;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media screen and (min-width: 1381px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1101px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 6px;
  }
}
@media screen and (max-width: 400px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .social-text {
    font-size: 4px;
  }
}
@media screen and (max-width: 1380px) {
  #iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink {
    line-height: 10.5vw;
    margin: 0 3vw;
    width: 10.5vw;
    height: 10.5vw;
  }
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corners {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner {
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.top {
  top: -4px;
  border-top: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.bottom {
  bottom: -4px;
  border-bottom: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.left {
  left: -4px;
  border-left: 1px #615f58 solid;
}
#iw-home-section4 .iw-section-sociallinks .iw-sociallinks .sociallink .corner.right {
  right: -4px;
  border-right: 1px #615f58 solid;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
body > .root > .aem-Grid > .experiencefragment:last-of-type {
  margin-top: 100px;
}
.atvi-video,
.video-embed {
  position: relative;
}
.atvi-video h2.dob-prompt,
.video-embed h2.dob-prompt {
  color: #FFF;
  text-transform: uppercase;
  font-size: 35px;
}
.atvi-video .submit-wrapper a,
.video-embed .submit-wrapper a {
  color: #FFF;
}
.atvi-video .submit-wrapper a:hover,
.video-embed .submit-wrapper a:hover {
  color: #FFF;
}
.video-embed .atvi-age-gate-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.video-embed .dob-prompt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-embed .dob-prompt .error-message {
  margin-top: 15px;
  color: #FFF;
  font-size: 18px;
}
.video-embed .dob-prompt h2 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 35px;
}
.video-embed .dob-prompt fieldset input {
  display: inline-block;
  font-size: 20px;
  padding: .3em;
  text-align: center;
  margin-right: .5em;
}
.video-embed .dob-prompt .submit {
  color: #FFF;
  padding: .5em 2em;
  background-color: #555;
  text-decoration: none;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.video-embed .dob-prompt .submit:hover {
  color: #FFF;
  background-color: #777;
}

