@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 fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bounceWithDelay {
  40% {
    top: 50%;
  }
  60% {
    top: 25%;
  }
  80% {
    top: 75%;
  }
  100% {
    top: 50%;
  }
}
@-moz-keyframes bounceWithDelay {
  40% {
    top: 50%;
  }
  60% {
    top: 25%;
  }
  80% {
    top: 75%;
  }
  100% {
    top: 50%;
  }
}
@-ms-keyframes bounceWithDelay {
  40% {
    top: 50%;
  }
  60% {
    top: 25%;
  }
  80% {
    top: 75%;
  }
  100% {
    top: 50%;
  }
}
@-o-keyframes bounceWithDelay {
  40% {
    top: 50%;
  }
  60% {
    top: 25%;
  }
  80% {
    top: 75%;
  }
  100% {
    top: 50%;
  }
}
@keyframes bounceWithDelay {
  40% {
    top: 50%;
  }
  60% {
    top: 25%;
  }
  80% {
    top: 75%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes bounceDown {
  0% {
    top: 50%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
}
@-moz-keyframes bounceDown {
  0% {
    top: 50%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
}
@-ms-keyframes bounceDown {
  0% {
    top: 50%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
}
@-o-keyframes bounceDown {
  0% {
    top: 50%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
}
@keyframes bounceDown {
  0% {
    top: 50%;
  }
  25% {
    top: 75%;
  }
  50% {
    top: 50%;
  }
}
.iw-home-social {
  position: relative;
}
.iw-home-social .iw-section-number {
  display: none;
}
.iw-game-hero {
  position: relative;
  height: 1190px;
  /**** Transition ****/
}
@media screen and (max-width: 1000px) {
  .iw-game-hero {
    height: 1140px;
  }
}
@media screen and (max-width: 800px) {
  .iw-game-hero {
    height: 1090px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero {
    height: 1190px;
    margin-top: 0px;
  }
}
.iw-game-hero .game-hero-text {
  z-index: 3;
  top: 100px;
  position: relative;
  height: 400px;
  padding-top: 90px;
}
@media screen and (max-width: 980px) {
  .iw-game-hero .game-hero-text {
    top: 95px;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-hero .game-hero-text {
    top: 70px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-text {
    top: -70px;
    padding-top: 0;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-hero .game-hero-text {
    top: -120px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-hero .game-hero-text {
    top: -165px;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-hero .game-hero-text {
    top: -210px;
  }
}
.iw-game-hero .game-hero-text .game-hero-header {
  position: relative;
  color: #ffffff;
  font-size: 110px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-left: 12%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-left: 110%;
  white-space: nowrap;
  -webkit-transition: margin-left 1s;
  -moz-transition: margin-left 1s;
  -ms-transition: margin-left 1s;
  -o-transition: margin-left 1s;
  transition: margin-left 1s;
}
@media screen and (max-width: 980px) {
  .iw-game-hero .game-hero-text .game-hero-header {
    font-size: 100px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-hero .game-hero-text .game-hero-header {
    font-size: 90px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-text .game-hero-header {
    font-size: 66px;
    padding-left: 10%;
  }
}
.iw-game-hero .game-hero-text .game-hero-header::before {
  position: absolute;
  height: 7px;
  width: 0;
  background-color: #909d53;
  display: block;
  left: 0%;
  top: 50%;
  content: "";
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -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: 693px) {
  .iw-game-hero .game-hero-text .game-hero-header::before {
    right: 92%;
  }
}
.iw-game-hero .game-hero-text .game-hero-header.appear:before {
  width: 11%;
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-text .game-hero-header.appear:before {
    width: 10%;
  }
}
.iw-game-hero .game-hero-text .game-hero-header.appear {
  margin-left: 0;
}
.iw-game-hero .game-hero-text .game-hero-header.extend {
  white-space: nowrap;
}
.iw-game-hero .game-hero-text .game-hero-description {
  display: block;
  position: absolute;
  left: 13%;
  width: 410px;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 20px;
  margin-left: 110%;
  -webkit-transition: margin-left 1s;
  -moz-transition: margin-left 1s;
  -ms-transition: margin-left 1s;
  -o-transition: margin-left 1s;
  transition: margin-left 1s;
}
.iw-game-hero .game-hero-text .game-hero-description.appear {
  animation: "fade-in" 1s 0s 1;
  -ms-animation: "fade-in" 1s 0s 1;
  -moz-animation: "fade-in" 1s 0s 1;
  -webkit-animation: "fade-in" 1s 0s 1;
  -o-animation: "fade-in" 1s 0s 1;
  animation-timing-function: linear;
}
@media screen and (max-width: 980px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    font-weight: 600;
    width: 550px;
    left: 10%;
    letter-spacing: 2px;
    line-height: 35px;
    font-size: 27px;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    width: 450px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    width: 400px;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    width: 340px;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-hero .game-hero-text .game-hero-description {
    width: 320px;
  }
}
.iw-game-hero .game-hero-text .game-hero-description.appear {
  margin-left: 0;
}
.iw-game-hero .game-hero-cta {
  position: relative;
  height: 175px;
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-cta {
    display: none;
  }
}
.iw-game-hero .game-hero-cta .game-hero-cta-wrapper {
  position: absolute;
  left: 12%;
  top: 200px;
  font-size: 12px;
  width: 150px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .iw-game-hero .game-hero-cta .game-hero-cta-wrapper {
    top: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .iw-game-hero .game-hero-cta .game-hero-cta-wrapper {
    top: 120px;
  }
}
@media screen and (max-width: 900px) {
  .iw-game-hero .game-hero-cta .game-hero-cta-wrapper {
    top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .iw-game-hero .game-hero-cta .game-hero-cta-wrapper {
    top: 60px;
  }
}
.iw-game-hero .game-hero-cta .game-hero-cta-wrapper span {
  display: inline-block;
  padding: 7px;
  letter-spacing: 6px;
  text-transform: uppercase;
  background-color: #1f1e1a;
  color: #494844;
}
.iw-game-hero .game-hero-cta .game-hero-cta-wrapper span:last-child {
  margin-top: 2px;
}
.iw-game-hero .game-hero-cta .game-hero-cta-wrapper:after {
  content: "";
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/scroll.png");
  background-repeat: no-repeat;
  height: 75px;
  width: 50px;
  position: absolute;
  left: 110%;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  background-size: 100% 100%;
}
.iw-game-hero .game-hero-cta .game-hero-cta-wrapper.animate:after {
  animation: "bounceDown" 2s 0s infinite;
  -ms-animation: "bounceDown" 2s 0s infinite;
  -moz-animation: "bounceDown" 2s 0s infinite;
  -webkit-animation: "bounceDown" 2s 0s infinite;
  -o-animation: "bounceDown" 2s 0s infinite;
  animation-timing-function: linear;
  animation-timing-function: ease-in-out;
}
.iw-game-hero .game-hero-image {
  position: absolute;
  top: 125px;
  left: 30%;
  right: 5%;
  width: 65%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 37vw;
  max-width: 900px;
  max-height: 513px;
}
@media screen and (max-width: 1000px) {
  .iw-game-hero .game-hero-image {
    width: 70%;
    height: 40%;
    left: 25%;
    right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .iw-game-hero .game-hero-image {
    width: 75%;
    height: 43%;
    left: 20%;
    right: 5%;
  }
}
@media screen and (max-width: 800px) {
  .iw-game-hero .game-hero-image {
    width: 80%;
    height: 45.6%;
    left: 15%;
    right: 5%;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .game-hero-image {
    position: relative;
    background-size: contain;
    width: 100%;
    left: 0;
    right: 0;
    height: 370px;
  }
}
.iw-game-hero .iw-game-present {
  position: relative;
  height: 160px;
  margin-top: 200px;
}
@media screen and (max-width: 1300px) {
  .iw-game-hero .iw-game-present {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .iw-game-hero .iw-game-present {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .iw-game-hero .iw-game-present {
    margin-top: 00px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .iw-game-present {
    height: 0;
    margin-top: 0;
  }
}
.iw-game-hero .iw-game-present .game-present-description {
  position: absolute;
  top: 40px;
  right: 65%;
  font-size: 10px;
  width: 28%;
  max-width: 250px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .iw-game-hero .iw-game-present .game-present-description {
    left: 7%;
    width: 32%;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-hero .iw-game-present .game-present-description {
    left: 2%;
    width: 36%;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .iw-game-present .game-present-description {
    top: -35px;
    left: 27.5%;
    width: 44%;
    text-align: center;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-hero .iw-game-present .game-present-description {
    width: 47%;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-hero .iw-game-present .game-present-description {
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-hero .iw-game-present .game-present-description {
    width: 64%;
    left: 23%;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-hero .iw-game-present .game-present-description {
    width: 75%;
    left: 12.5%;
  }
}
.iw-game-hero .iw-game-present .game-present-description span {
  display: inline-block;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 7px;
  background-color: #1f1e1a;
  color: #494844;
}
.iw-game-hero .iw-game-present .game-present-description span:after {
  content: "  //\a";
  color: #9b9b9b;
  font-weight: bold;
  letter-spacing: initial;
}
.iw-game-hero .iw-game-present .game-present-description span:not(:first-child) {
  margin-top: 2px;
}
.iw-game-hero .iw-game-present .game-present-title {
  position: absolute;
  bottom: 75px;
  left: 40%;
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #615f58;
}
@media screen and (max-width: 784px) {
  .iw-game-hero .iw-game-present .game-present-title {
    width: 17%;
    left: 42%;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-hero .iw-game-present .game-present-title {
    width: 27%;
    left: 37%;
  }
}
.iw-game-hero .iw-game-present .game-present-title:before,
.iw-game-hero .iw-game-present .game-present-title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #615f58;
}
.iw-game-hero .iw-game-present .game-present-title:before {
  left: -8px;
}
.iw-game-hero .iw-game-present .game-present-title:after {
  right: -8px;
}
.iw-game-hero .iw-game-present .game-present-title svg {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.iw-game-hero .iw-game-present .game-present-cta {
  position: relative;
  right: 0%;
  background-color: #8B0000;
  width: 50px;
  padding: 10px;
}
.iw-game-hero .iw-game-present:after {
  content: "";
  top: 85px;
  position: absolute;
  z-index: 0;
  height: 330px;
  left: 50%;
  width: 1px;
  background-color: #615f58;
}
@media screen and (max-width: 1300px) {
  .iw-game-hero .iw-game-present:after {
    height: 430px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .iw-game-present:after {
    height: 335px;
  }
}
.iw-game-hero .iw-game-hero-hashes {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/iw-hashes-and-dots.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 148px;
  position: absolute;
  margin-right: -19px;
  right: 50%;
  bottom: 10%;
}
.iw-game-hero .iw-game-present:after {
  height: 0;
  -webkit-transition: height 2s;
  -moz-transition: height 2s;
  -ms-transition: height 2s;
  -o-transition: height 2s;
  transition: height 2s;
}
.iw-game-hero .iw-game-hero-hashes {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.iw-game-hero .iw-game-present .game-present-title {
  color: rgba(0, 0, 0, 0);
  width: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.iw-game-hero .iw-game-present .game-present-title:before,
.iw-game-hero .iw-game-present .game-present-title:after {
  display: none;
}
.iw-game-hero .iw-game-present .game-present-title svg {
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  width: 0;
}
.iw-game-hero .iw-game-present.extend:after {
  height: 330px;
}
@media screen and (max-width: 1300px) {
  .iw-game-hero .iw-game-present.extend:after {
    height: 430px;
  }
}
@media screen and (max-width: 1000px) {
  .iw-game-hero .iw-game-present.extend:after {
    height: 430px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-hero .iw-game-present.extend:after {
    height: 335px;
  }
}
.iw-game-hero .iw-game-present.appear .game-present-title {
  width: 20%;
  left: 40%;
  white-space: initial;
}
.iw-game-hero .iw-game-present.appear .game-present-title:before,
.iw-game-hero .iw-game-present.appear .game-present-title:after {
  display: initial;
}
.iw-game-hero .iw-game-present.appear .game-present-title svg {
  width: 50px;
}
@media screen and (max-width: 784px) {
  .iw-game-hero .iw-game-present.appear .game-present-title {
    width: 17%;
    left: 42%;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-hero .iw-game-present.appear .game-present-title {
    width: 27%;
    left: 37%;
  }
}
.iw-game-hero .iw-game-present.extend .game-present-title {
  color: white;
}
.iw-game-hero .iw-game-hero-hashes.appear {
  opacity: 1;
}
body .iw-home-hero-sidebar {
  top: 680px;
}
body .iw-home-hero-sidebar .sidebar-link.rollover + .sidebar-image {
  -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-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
body .iw-home-hero-sidebar .sidebar-link.rollover + .sidebar-image + .sidebar-text {
  -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-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}
body .iw-home-hero-sidebar .sidebar-link.rollover .sidebar-cta:after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-width: 34px;
}
@media screen and (max-width: 1300px) {
  body .iw-home-hero-sidebar {
    top: 585px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 694px) {
  body .iw-home-hero-sidebar {
    top: 535px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 204px;
    top: 125px;
    width: 120px;
    height: 100px;
    font-size: 12px;
  }
  body .iw-home-hero-sidebar .sidebar-image {
    width: 400px;
    top: 15px;
    right: 74px;
  }
  body .iw-home-hero-sidebar .sidebar-cta:after {
    left: -48px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar .sidebar-link.rollover .sidebar-cta:after {
    border-width: 26px;
  }
}
@media screen and (max-width: 800px) and (min-width: 694px) {
  body .iw-home-hero-sidebar {
    top: 650px;
  }
}
@media screen and (max-width: 693px) {
  body .iw-home-hero-sidebar {
    top: 850px;
  }
  body .iw-home-hero-sidebar .sidebar-image {
    background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/careers-cta-mobile.png");
    right: 80px;
    width: 400px;
    top: 87px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 233px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar .sidebar-link.rollover .sidebar-cta:after {
    border-width: 113px;
  }
  body .iw-home-hero-sidebar .sidebar-image {
    right: 350px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 504px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 382px;
  }
}
@media screen and (max-width: 650px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 300px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 454px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 332px;
  }
}
@media screen and (max-width: 600px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 250px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 404px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 282px;
  }
}
@media screen and (max-width: 550px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 200px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 354px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 232px;
  }
}
@media screen and (max-width: 500px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 150px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 304px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 182px;
  }
}
@media screen and (max-width: 450px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 110px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 264px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 142px;
  }
}
@media screen and (max-width: 420px) {
  body .iw-home-hero-sidebar {
    top: 865px;
  }
  body .iw-home-hero-sidebar .sidebar-image {
    width: 331px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 218px;
    width: 120px;
    height: 100px;
    font-size: 12px;
    top: 113px;
  }
  body .iw-home-hero-sidebar a .sidebar-cta {
    top: 149px;
  }
  body .iw-home-hero-sidebar a .sidebar-arrow {
    top: 163px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar .sidebar-link.rollover .sidebar-cta:after {
    border-width: 90px;
  }
  body .iw-home-hero-sidebar .sidebar-image {
    right: 135px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 274px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 145px;
  }
}
@media screen and (max-width: 400px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 125px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 264px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 135px;
  }
}
@media screen and (max-width: 380px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 105px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 244px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 115px;
  }
}
@media screen and (max-width: 360px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 85px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 224px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 95px;
  }
}
@media screen and (max-width: 340px) {
  body .iw-home-hero-sidebar .sidebar-image {
    right: 65px;
  }
  body .iw-home-hero-sidebar .sidebar-text {
    right: 204px;
  }
  body .iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
  body .iw-home-hero-sidebar sidebar-link.rollover .sidebar-cta:after {
    border-width: 75px;
  }
}

@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 fade-in-right {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-ms-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.iw-game-section .appear {
  animation: "fade-in-right" 1s 0s 1;
  -ms-animation: "fade-in-right" 1s 0s 1;
  -moz-animation: "fade-in-right" 1s 0s 1;
  -webkit-animation: "fade-in-right" 1s 0s 1;
  -o-animation: "fade-in-right" 1s 0s 1;
  animation-timing-function: linear;
}
.iw-game-section {
  position: relative;
  height: 720px;
}
@media screen and (max-width: 900px) {
  .iw-game-section {
    height: 600px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section {
    height: 500px;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section {
    height: 450px;
  }
}
.iw-game-section .iw-game-year {
  position: relative;
  text-align: center;
  color: #ffffff;
  vertical-align: baseline;
  padding: 5px 0;
}
.iw-game-section .iw-game-year:before {
  content: "";
  margin: 0px auto;
  width: 60px;
  position: relative;
  display: block;
  top: -6px;
  border-top: 1px solid #615f58;
}
.iw-game-section .iw-game-year svg {
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.iw-game-section .iw-game-title {
  position: relative;
  left: 60%;
  z-index: 5;
  margin-top: 100px;
  height: 200px;
  color: #ffffff;
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-title {
    margin-top: 90px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-title {
    margin-top: 75px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title {
    left: 9%;
    top: 250px;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-section .iw-game-title {
    top: 210px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section .iw-game-title {
    top: 170px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section .iw-game-title {
    top: 135px;
    left: 6%;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section .iw-game-title {
    top: 115px;
    left: 5%;
    bottom: 110px;
  }
}
.iw-game-section .iw-game-title .iw-game-title-wrapper {
  text-transform: uppercase;
  width: 26%;
}
@media screen and (max-width: 1280px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    width: 32%;
  }
}
@media screen and (max-width: 1185px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    left: 64%;
  }
}
@media screen and (max-width: 980px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    width: 34%;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    width: 41%;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    width: 49%;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper {
    width: 65%;
  }
}
.iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
  font-size: 40px;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1185px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 36px;
  }
}
@media screen and (max-width: 1084px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 30px;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 32px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 27px;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 23px;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:first-child {
    font-size: 18px;
  }
}
.iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
  font-size: 68px;
  letter-spacing: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 1185px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 64px;
  }
}
@media screen and (max-width: 1084px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 58px;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 52px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 47px;
  }
}
@media screen and (max-width: 581px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 43px;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 40px;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section .iw-game-title .iw-game-title-wrapper span:last-child {
    font-size: 38px;
  }
}
.iw-game-section .iw-game-title .iw-game-cta {
  position: relative;
  z-index: 4;
  margin-top: 25px;
  width: 150px;
  -webkit-transition: width 0.75s ease;
  -moz-transition: width 0.75s ease;
  -ms-transition: width 0.75s ease;
  -o-transition: width 0.75s ease;
  transition: width 0.75s ease;
  border-bottom: 2px solid #ffffff;
}
.iw-game-section .iw-game-title .iw-game-cta:after,
.iw-game-section .iw-game-title .iw-game-cta:before {
  content: "";
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 100%;
  margin-left: -6px;
  top: 13px;
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title .iw-game-cta:after,
  .iw-game-section .iw-game-title .iw-game-cta:before {
    top: 20px;
  }
}
.iw-game-section .iw-game-title .iw-game-cta:after {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip.svg");
}
.iw-game-section .iw-game-title .iw-game-cta:before {
  display: none;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/iw-arrow-tip-yellow.svg");
}
@media screen and (max-width: 428px) {
  .iw-game-section .iw-game-title .iw-game-cta {
    margin-top: 15px;
    width: 185px;
  }
}
.iw-game-section .iw-game-title .iw-game-cta a {
  font-family: "Roboto", sans-serif;
  fontt-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding-bottom: 15px;
}
@media screen and (max-width: 1084px) {
  .iw-game-section .iw-game-title .iw-game-cta a {
    font-size: 12px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-title .iw-game-cta a {
    font-size: 20px;
  }
}
@media screen and (max-width: 428px) {
  .iw-game-section .iw-game-title .iw-game-cta a {
    font-size: 17px;
  }
}
.iw-game-section .iw-game-title:hover .iw-game-cta {
  width: 200px;
  border-color: #919d53;
}
.iw-game-section .iw-game-title:hover .iw-game-cta a {
  color: #919d53;
}
.iw-game-section .iw-game-title:hover .iw-game-cta:after {
  display: none;
}
.iw-game-section .iw-game-title:hover .iw-game-cta:before {
  display: initial;
}
.iw-game-section .iw-game-title:hover + .iw-game-boximage:before,
.iw-game-section .iw-game-title:hover + .iw-game-boximage:after {
  opacity: 1;
}
.iw-game-section .iw-game-boximage {
  position: absolute;
  z-index: 15;
  left: 45%;
  bottom: 160px;
  width: 10%;
  height: 235px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1185px) {
  .iw-game-section .iw-game-boximage {
    bottom: 160px;
  }
}
@media screen and (max-width: 900px) {
  .iw-game-section .iw-game-boximage {
    bottom: 100px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-boximage {
    bottom: 135px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-boximage {
    bottom: 100px;
    left: 65%;
    width: 25%;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section .iw-game-boximage {
    bottom: 30px;
    left: 70%;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section .iw-game-boximage {
    bottom: 25px;
  }
}
.iw-game-section .iw-game-boximage:before,
.iw-game-section .iw-game-boximage:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 14.5vw;
  right: 103%;
  background-color: #88954f;
  opacity: 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;
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-boximage:before,
  .iw-game-section .iw-game-boximage:after {
    height: 36.3vw;
  }
}
.iw-game-section .iw-game-boximage:before {
  right: 106%;
  background-color: #919d53;
  width: 2px;
}
.iw-game-section .iw-game-image {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.iw-game-section .iw-game-boximage:hover + .iw-game-image {
  opacity: 0.2;
}
.iw-game-section .iw-game-info {
  z-index: 3;
  position: relative;
  margin-top: 165px;
  height: 400px;
}
@media screen and (max-width: 1185px) {
  .iw-game-section .iw-game-info {
    margin-top: 110px;
  }
}
@media screen and (max-width: 980px) {
  .iw-game-section .iw-game-info {
    margin-top: 85px;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-info {
    margin-top: 65px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-info {
    display: none;
  }
}
.iw-game-section .iw-game-info .iw-game-description {
  position: absolute;
  left: 10%;
}
@media screen and (min-width: 1100px) {
  .iw-game-section .iw-game-info .iw-game-description {
    margin-top: 30px;
  }
}
@media screen and (max-width: 783px) {
  .iw-game-section .iw-game-info .iw-game-description {
    margin-top: 30px;
  }
}
.iw-game-section .iw-game-info .iw-game-description p {
  left: 12%;
  width: 32%;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-info .iw-game-description p {
    font-size: 14px;
  }
}
.iw-game-section .iw-game-info .iw-game-quote {
  z-index: 2;
  position: absolute;
  left: 60%;
  width: 35%;
  max-width: 450px;
  color: #9b9b9b;
}
@media screen and (min-width: 1100px) {
  .iw-game-section .iw-game-info .iw-game-quote {
    margin-top: 30px;
  }
}
@media screen and (max-width: 783px) {
  .iw-game-section .iw-game-info .iw-game-quote {
    margin-top: 30px;
  }
}
.iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text {
  font-size: 32px;
  letter-spacing: 1px;
  color: #615f58;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text:before {
  content: "\201C";
  margin-left: -18px;
  font-size: 54px;
  color: #9b9b9b;
  position: absolute;
  top: -0.1em;
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text:before {
    font-size: 48px;
  }
}
.iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text:after {
  content: "\201D";
  font-size: 54px;
  bottom: 0.33em;
  position: absolute;
  padding-left: 3px;
  color: #9b9b9b;
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text:after {
    font-size: 48px;
  }
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text {
    font-size: 35px;
  }
}
@media screen and (max-width: 784px) {
  .iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-text {
    font-size: 30px;
  }
}
.iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-author {
  text-transform: uppercase;
  background-color: #2d2d2d;
  font-size: 16px;
  margin-top: 10px;
  padding: 5px;
  display: inline-block;
}
@media screen and (max-width: 870px) {
  .iw-game-section .iw-game-info .iw-game-quote .iw-game-quote-author {
    font-size: 12px;
  }
}
.iw-game-section .iw-game-image {
  position: absolute;
  left: 10%;
  top: 60px;
  z-index: 0;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}
@media screen and (max-width: 693px) {
  .iw-game-section .iw-game-image {
    left: 0;
    width: 100%;
  }
}
.iw-game-section .iw-line {
  content: "";
  position: absolute;
  z-index: 0;
  top: 36px;
  bottom: 20px;
  left: 50%;
  width: 1px;
  background-color: #615f58;
  height: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.iw-game-section.extend .iw-line {
  height: 684px;
}
@media screen and (max-width: 900px) {
  .iw-game-section.extend .iw-line {
    height: 564px;
  }
}
@media screen and (max-width: 502px) {
  .iw-game-section.extend .iw-line {
    height: 464px;
  }
}
@media screen and (max-width: 373px) {
  .iw-game-section.extend .iw-line {
    height: 414px;
  }
}
@media screen and (min-width: 1400px) {
  .iw-game-section .iw-game-description {
    top: 75px;
  }
  .iw-game-section .iw-game-quote {
    top: 75px;
  }
  .iw-game-section .iw-game-boximage {
    bottom: 80px;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1399) {
  .iw-game-section .iw-game-description {
    top: 40px;
  }
  .iw-game-section .iw-game-quote {
    top: 40px;
  }
  .iw-game-section .iw-game-boximage {
    bottom: 120px;
  }
}
#infinitewarfare .iw-game-cta a {
  right: 34%;
}
#ghosts .iw-game-cta a {
  right: 34%;
}
#modernwarfare3 .iw-game-cta a {
  right: 34%;
}
#modernwarfare2 .iw-game-cta a {
  right: 34%;
}
#cod4 .iw-game-cta a {
  right: 34%;
}
@media screen and (max-width: 680px) {
  #cod2 .iw-game-title {
    top: 225px;
  }
}
@media screen and (max-width: 581px) {
  #cod2 .iw-game-title {
    top: 190px;
  }
}
@media screen and (max-width: 502px) {
  #cod2 .iw-game-title {
    top: 150px;
  }
}
@media screen and (max-width: 428px) {
  #cod2 .iw-game-title {
    top: 115px;
  }
}
@media screen and (max-width: 428px) {
  #cod2 .iw-game-title {
    top: 85px;
  }
}
#cod1 {
  z-index: 10;
}
@media screen and (max-width: 680px) {
  #cod1 .iw-game-title {
    top: 225px;
  }
}
@media screen and (max-width: 581px) {
  #cod1 .iw-game-title {
    top: 190px;
  }
}
@media screen and (max-width: 502px) {
  #cod1 .iw-game-title {
    top: 150px;
  }
}
@media screen and (max-width: 428px) {
  #cod1 .iw-game-title {
    top: 115px;
  }
}
@media screen and (max-width: 428px) {
  #cod1 .iw-game-title {
    top: 85px;
  }
}
#cod1 .iw-game-title .iw-game-cta a {
  right: 34%;
}
#cod1 .iw-line:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(#615f58 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 10px;
  background-repeat: repeat-y;
  height: 80px;
  right: 10px;
  width: 2px;
  bottom: 50px;
}
#cod1 .iw-line:after {
  left: 10px;
  content: "";
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/iw-hashes.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  transform: rotate(180deg);
}
#cod1:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 9px;
  margin-left: -4px;
  width: 9px;
  background-color: #615f58;
  bottom: -2px;
  border-radius: 50%;
}
#cod1 .iw-line:before,
#cod1 .iw-line:after,
#cod1:after {
  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-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#cod1.extend .iw-line:before,
#cod1.extend .iw-line:after,
#cod1.extend:after {
  opacity: 1;
}
.iw-home-social {
  height: 550px;
  margin-top: -150px;
}
body #iw-home-section4:after {
  background-image: 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');
@-webkit-keyframes pulse {
  0% {
    width: 0px;
    right: 26px;
  }
  12% {
    width: 0px;
    right: 26px;
  }
  12.5% {
    width: 6px;
    right: 20px;
  }
  24.5% {
    width: 6px;
    right: 20px;
  }
  25% {
    width: 12px;
    right: 14px;
  }
  37% {
    width: 12px;
    right: 14px;
  }
  37.5% {
    width: 18px;
    right: 8px;
  }
  62% {
    width: 18px;
    right: 8px;
    background-position: 0px 0;
  }
  62.5% {
    width: 12px;
    background-position: -6px 0;
  }
  74.5% {
    width: 12px;
    background-position: -6px 0;
  }
  75% {
    width: 6px;
    background-position: -12px 0;
  }
  87% {
    width: 6px;
    background-position: -12px 0;
  }
  87.5% {
    width: 0px;
    background-position: -18px 0;
  }
  100% {
    width: 0px;
    background-position: 0px 0;
  }
}
@-moz-keyframes pulse {
  0% {
    width: 0px;
    right: 26px;
  }
  12% {
    width: 0px;
    right: 26px;
  }
  12.5% {
    width: 6px;
    right: 20px;
  }
  24.5% {
    width: 6px;
    right: 20px;
  }
  25% {
    width: 12px;
    right: 14px;
  }
  37% {
    width: 12px;
    right: 14px;
  }
  37.5% {
    width: 18px;
    right: 8px;
  }
  62% {
    width: 18px;
    right: 8px;
    background-position: 0px 0;
  }
  62.5% {
    width: 12px;
    background-position: -6px 0;
  }
  74.5% {
    width: 12px;
    background-position: -6px 0;
  }
  75% {
    width: 6px;
    background-position: -12px 0;
  }
  87% {
    width: 6px;
    background-position: -12px 0;
  }
  87.5% {
    width: 0px;
    background-position: -18px 0;
  }
  100% {
    width: 0px;
    background-position: 0px 0;
  }
}
@-ms-keyframes pulse {
  0% {
    width: 0px;
    right: 26px;
  }
  12% {
    width: 0px;
    right: 26px;
  }
  12.5% {
    width: 6px;
    right: 20px;
  }
  24.5% {
    width: 6px;
    right: 20px;
  }
  25% {
    width: 12px;
    right: 14px;
  }
  37% {
    width: 12px;
    right: 14px;
  }
  37.5% {
    width: 18px;
    right: 8px;
  }
  62% {
    width: 18px;
    right: 8px;
    background-position: 0px 0;
  }
  62.5% {
    width: 12px;
    background-position: -6px 0;
  }
  74.5% {
    width: 12px;
    background-position: -6px 0;
  }
  75% {
    width: 6px;
    background-position: -12px 0;
  }
  87% {
    width: 6px;
    background-position: -12px 0;
  }
  87.5% {
    width: 0px;
    background-position: -18px 0;
  }
  100% {
    width: 0px;
    background-position: 0px 0;
  }
}
@-o-keyframes pulse {
  0% {
    width: 0px;
    right: 26px;
  }
  12% {
    width: 0px;
    right: 26px;
  }
  12.5% {
    width: 6px;
    right: 20px;
  }
  24.5% {
    width: 6px;
    right: 20px;
  }
  25% {
    width: 12px;
    right: 14px;
  }
  37% {
    width: 12px;
    right: 14px;
  }
  37.5% {
    width: 18px;
    right: 8px;
  }
  62% {
    width: 18px;
    right: 8px;
    background-position: 0px 0;
  }
  62.5% {
    width: 12px;
    background-position: -6px 0;
  }
  74.5% {
    width: 12px;
    background-position: -6px 0;
  }
  75% {
    width: 6px;
    background-position: -12px 0;
  }
  87% {
    width: 6px;
    background-position: -12px 0;
  }
  87.5% {
    width: 0px;
    background-position: -18px 0;
  }
  100% {
    width: 0px;
    background-position: 0px 0;
  }
}
@keyframes pulse {
  0% {
    width: 0px;
    right: 26px;
  }
  12% {
    width: 0px;
    right: 26px;
  }
  12.5% {
    width: 6px;
    right: 20px;
  }
  24.5% {
    width: 6px;
    right: 20px;
  }
  25% {
    width: 12px;
    right: 14px;
  }
  37% {
    width: 12px;
    right: 14px;
  }
  37.5% {
    width: 18px;
    right: 8px;
  }
  62% {
    width: 18px;
    right: 8px;
    background-position: 0px 0;
  }
  62.5% {
    width: 12px;
    background-position: -6px 0;
  }
  74.5% {
    width: 12px;
    background-position: -6px 0;
  }
  75% {
    width: 6px;
    background-position: -12px 0;
  }
  87% {
    width: 6px;
    background-position: -12px 0;
  }
  87.5% {
    width: 0px;
    background-position: -18px 0;
  }
  100% {
    width: 0px;
    background-position: 0px 0;
  }
}
@-webkit-keyframes bounce {
  0% {
    width: 0px;
    right: 21px;
  }
  12% {
    width: 0px;
    right: 21px;
  }
  12.5% {
    width: 5px;
    right: 16px;
  }
}
@-moz-keyframes bounce {
  0% {
    width: 0px;
    right: 21px;
  }
  12% {
    width: 0px;
    right: 21px;
  }
  12.5% {
    width: 5px;
    right: 16px;
  }
}
@-ms-keyframes bounce {
  0% {
    width: 0px;
    right: 21px;
  }
  12% {
    width: 0px;
    right: 21px;
  }
  12.5% {
    width: 5px;
    right: 16px;
  }
}
@-o-keyframes bounce {
  0% {
    width: 0px;
    right: 21px;
  }
  12% {
    width: 0px;
    right: 21px;
  }
  12.5% {
    width: 5px;
    right: 16px;
  }
}
@keyframes bounce {
  0% {
    width: 0px;
    right: 21px;
  }
  12% {
    width: 0px;
    right: 21px;
  }
  12.5% {
    width: 5px;
    right: 16px;
  }
}
.iw-home-hero-sidebar {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 200px;
}
.iw-home-hero-sidebar .sidebar-text {
  color: #9b9b9b;
  text-transform: capitalize;
  text-align: center;
  top: 100px;
  right: 229px;
  height: 150px;
  width: 170px;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  border-radius: 50%;
}
.iw-home-hero-sidebar .sidebar-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iw-home-hero-sidebar .sidebar-text:before {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
}
.iw-home-hero-sidebar .sidebar-text:after {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  border: 1px solid #615f58;
  border-color: transparent #615f58 transparent transparent;
  border-radius: 50%;
}
@media screen and (max-width: 956px) and (min-width: 768px) {
  .iw-home-hero-sidebar .sidebar-text:after {
    top: -33px;
    left: -33px;
    right: -33px;
    bottom: -33px;
  }
}
@media screen and (max-width: 436px) {
  .iw-home-hero-sidebar .sidebar-text:after {
    top: -33px;
    left: -33px;
    right: -33px;
    bottom: -33px;
  }
}
.iw-home-hero-sidebar .sidebar-image {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/careers-cta-desktop.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 400px;
  position: absolute;
  top: -35px;
  right: -12px;
}
.iw-home-hero-sidebar a {
  z-index: 5000;
}
.iw-home-hero-sidebar a .sidebar-cta {
  z-index: 5000;
  background-color: #832123;
  position: absolute;
  padding: 10px 30px 10px 10px;
  top: 160px;
  right: 0px;
  font-size: 18px;
  letter-spacing: 1px;
}
.iw-home-hero-sidebar a .sidebar-cta:before {
  content: " ";
  position: absolute;
  left: -9px;
  right: -3px;
  top: 0px;
  bottom: 0px;
  border: 5px solid #832123;
  border-style: none none none solid;
}
.iw-home-hero-sidebar a .sidebar-cta:after {
  content: " ";
  position: absolute;
  right: 100px;
  left: -500px;
  top: 18px;
  bottom: 19px;
  border: 0px solid #3d382d;
  border-style: none solid none none;
  cursor: initial;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.iw-home-hero-sidebar a .sidebar-arrow {
  z-index: 5001;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/careers-cta-arrow.png");
  background-repeat: no-repeat;
  background-size: 18px 12px;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 173px;
  right: 8px;
  animation: "pulse" 2s 0s infinite;
  -ms-animation: "pulse" 2s 0s infinite;
  -moz-animation: "pulse" 2s 0s infinite;
  -webkit-animation: "pulse" 2s 0s infinite;
  -o-animation: "pulse" 2s 0s infinite;
  animation-timing-function: linear;
}
.iw-home-hero-sidebar .sidebar-image {
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.iw-home-hero-sidebar .sidebar-text {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.iw-home-hero-sidebar .sidebar-link a:hover + .sidebar-image,
.iw-home-hero-sidebar .sidebar-link.rollover + .sidebar-image {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}
.iw-home-hero-sidebar .sidebar-link a:hover + .sidebar-image + .sidebar-text,
.iw-home-hero-sidebar .sidebar-link.rollover + .sidebar-image + .sidebar-text {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 1;
}
.iw-home-hero-sidebar .sidebar-link a:hover .sidebar-cta:after,
.iw-home-hero-sidebar .sidebar-link.rollover .sidebar-cta:after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  border-width: 34px;
}

