@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 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-studio-header {
  min-height: 700px;
  max-width: 1318px;
  width: 95%;
  margin: 0 5% 0 0;
  padding-top: 175px;
}
@media screen and (max-width: 668px) {
  #iw-studio-header {
    width: 100%;
  }
}
#iw-studio-header .iw-studio-header-headline {
  text-transform: uppercase;
  font-size: 92px;
  left: 12%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  z-index: 15;
  position: relative;
}
@media screen and (max-width: 668px) {
  #iw-studio-header .iw-studio-header-headline {
    left: 12%;
    font-size: 64px;
    margin-top: 20%;
  }
}
@media screen and (max-width: 380px) {
  #iw-studio-header .iw-studio-header-headline {
    font-size: 48px;
  }
}
#iw-studio-header .iw-studio-header-headline:before {
  content: "";
  width: 12%;
  height: 6px;
  background-color: #f4cb5a;
  position: absolute;
  left: -12%;
  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%);
}
#iw-studio-header .iw-studio-header-copy {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  max-width: 390px;
  letter-spacing: 1px;
  line-height: 24px;
  z-index: 15;
  position: relative;
  left: 12%;
}
@media screen and (max-width: 668px) {
  #iw-studio-header .iw-studio-header-copy {
    left: 12%;
    width: 76%;
  }
}
#iw-studio-header .iw-studio-header-image {
  z-index: 1;
  position: absolute;
  top: 125px;
  left: 25vw;
  right: 10vw;
  width: 65vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 1084px) {
  #iw-studio-header .iw-studio-header-image {
    left: 20vw;
    width: 75vw;
    right: 5vw;
    height: 400px;
  }
}
@media screen and (max-width: 950px) {
  #iw-studio-header .iw-studio-header-image {
    height: 350px;
  }
}
@media screen and (max-width: 668px) {
  #iw-studio-header .iw-studio-header-image {
    top: 75px;
    background-size: contain;
    width: 100%;
    padding-top: 50%;
    left: 0;
    right: 0;
  }
}
#iw-studio-header .iw-studio-header-cta {
  z-index: 2;
  position: absolute;
  left: 2%;
  bottom: 15%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #615f58;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 215px;
  text-align: right;
}
#iw-studio-header .iw-studio-header-cta span {
  background-color: #1f1e1a;
  color: #494844;
  display: inline-block;
  padding: 8px;
  margin-bottom: 1px;
}
#iw-studio-header .iw-studio-header-cta:after {
  content: "";
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/scroll.png");
  height: 75px;
  width: 50px;
  position: absolute;
  left: 110%;
  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%);
  background-size: 100% 100%;
}
#iw-studio-header .iw-studio-header-cta.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-studio-header .iw-studio-header-headline {
  left: 110%;
  -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;
}
#iw-studio-header .iw-studio-header-headline:before {
  width: 0%;
  -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;
}
#iw-studio-header .iw-studio-header-headline.appear {
  left: 12%;
}
#iw-studio-header .iw-studio-header-headline.appear.extend:before {
  width: 11%;
}
#iw-studio-header .iw-studio-header-copy {
  -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;
  left: 110%;
}
#iw-studio-header .iw-studio-header-copy.appear {
  left: 12%;
}
#iw-studio-header .iw-studio-header-image {
  -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;
  margin-right: 100%;
}
#iw-studio-header .iw-studio-header-image.appear {
  margin-right: 0;
}

@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(-25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-ms-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate(-25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate(25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate(25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-ms-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate(25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-o-keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate(25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate(25px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-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;
  }
}
#iw-studio-gallery {
  height: 30vw;
}
#iw-studio-gallery {
  height: 30vw;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
#iw-studio-gallery.appear {
  opacity: 1;
}
#iw-studio-gallery .iw-section-carousel .iw-carousel-counter {
  position: absolute;
  width: 45vw;
  height: 50px;
  left: 5vw;
  /*
            @media screen and (max-width: 767px) {
                left: 0;
                right: 0;
                margin: 0 auto;
            }
            */
}
@media screen and (max-width: 1024px) {
  #iw-studio-gallery .iw-section-carousel .iw-carousel-counter {
    max-width: 460px;
    width: 90vw;
  }
}
@media screen and (max-width: 903px) {
  #iw-studio-gallery .iw-section-carousel .iw-carousel-counter {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .iw-carousel-counter {
    width: 80vw;
  }
}
#iw-studio-gallery .iw-section-carousel .iw-carousel-counter li {
  font-size: 28px;
  width: 49.5%;
  display: inline-block;
  letter-spacing: 10px;
  height: 40px;
  color: rgba(0, 0, 0, 0);
  border-bottom: 3px #615f58 solid;
}
#iw-studio-gallery .iw-section-carousel .iw-carousel-counter li.active {
  color: #9b9b9b;
  border-color: #f4cb5a;
}
#iw-studio-gallery .iw-section-carousel .carousel-item {
  display: none;
  text-align: right;
}
#iw-studio-gallery .iw-section-carousel .carousel-item.active {
  display: block;
}
#iw-studio-gallery .iw-section-carousel .carousel-item .fade-in-left-anim {
  animation: "fade-in-left" 0.5s 0s 1;
  -ms-animation: "fade-in-left" 0.5s 0s 1;
  -moz-animation: "fade-in-left" 0.5s 0s 1;
  -webkit-animation: "fade-in-left" 0.5s 0s 1;
  -o-animation: "fade-in-left" 0.5s 0s 1;
  animation-timing-function: ease;
}
#iw-studio-gallery .iw-section-carousel .carousel-item .fade-in-right-anim {
  animation: "fade-in-right" 0.5s 0s 1;
  -ms-animation: "fade-in-right" 0.5s 0s 1;
  -moz-animation: "fade-in-right" 0.5s 0s 1;
  -webkit-animation: "fade-in-right" 0.5s 0s 1;
  -o-animation: "fade-in-right" 0.5s 0s 1;
  animation-timing-function: ease;
}
#iw-studio-gallery .iw-section-carousel .carousel-item .carousel-image {
  top: 50px;
  left: 5%;
  z-index: 90;
  width: 45vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  padding-top: 434px;
  height: 0px;
  padding-top: 25vw;
  /*
                @media screen and (max-width: 767px) {
               	 	width: 90vw;
                	left: 0;
                    right: 0;
                    margin: 0 auto;
                }
                */
}
@media screen and (max-width: 1024px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-image {
    max-width: 460px;
    padding-top: 256px;
    width: 90vw;
    left: 5vw;
    right: 5vw;
  }
}
@media screen and (max-width: 903px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-image {
    width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-image {
    width: 80vw;
  }
}
#iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 48px;
  position: absolute;
  right: 5%;
  width: 40%;
  z-index: 10;
  top: 75px;
  /*
                @media screen and (max-width: 767px) {
                    max-width: 460px;
                    width: 80vw;
                    margin-top: 240px;
                    left: 0;
                    right: 0;
                    margin-left: auto;
                    margin-right: auto;
                }
                */
  animation: "fade-in" 0.5s 0s 1;
  -ms-animation: "fade-in" 0.5s 0s 1;
  -moz-animation: "fade-in" 0.5s 0s 1;
  -webkit-animation: "fade-in" 0.5s 0s 1;
  -o-animation: "fade-in" 0.5s 0s 1;
  animation-timing-function: ease;
}
@media screen and (max-width: 1024px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    max-width: 400px;
    top: 50px;
    width: 90vw;
    left: 55%;
  }
}
@media screen and (max-width: 980px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    right: 2vw;
    left: auto;
  }
}
@media screen and (max-width: 950px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    width: 350px;
  }
}
@media screen and (max-width: 903px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    top: 50px;
    max-width: 460px;
    width: 80vw;
    margin-top: 240px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    margin-top: 42%;
  }
}
@media screen and (max-width: 400px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-header {
    font-size: 36px;
  }
}
#iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
  text-align: left;
  max-width: 450px;
  letter-spacing: 2px;
  color: #7a756e;
  position: absolute;
  line-height: 25px;
  left: 55%;
  margin-top: 145px;
  width: 40%;
  z-index: 10;
  /*
                @media screen and (max-width: 767px) {
					left: 10vw;
                    width: 80vw;
                    right: auto;
                    padding-top: 50px;
                    margin-top: 300px;
                    max-width: 460px;
                    left: 0;
                    right: 0;
                    margin-right: auto;
                    margin-left: auto;
                }
                */
  animation: "fade-in" 0.5s 0s 1;
  -ms-animation: "fade-in" 0.5s 0s 1;
  -moz-animation: "fade-in" 0.5s 0s 1;
  -webkit-animation: "fade-in" 0.5s 0s 1;
  -o-animation: "fade-in" 0.5s 0s 1;
  animation-timing-function: linear;
}
@media screen and (max-width: 1024px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    max-width: 400px;
    width: 90vw;
    right: 5vw;
    margin-top: 120px;
    line-height: 22px;
  }
}
@media screen and (max-width: 980px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    right: 2vw;
    left: auto;
  }
}
@media screen and (max-width: 950px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    line-height: 25px;
  }
}
@media screen and (max-width: 903px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    left: 10vw;
    width: 80vw;
    right: auto;
    padding-top: 50px;
    margin-top: 300px;
    max-width: 460px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    margin-top: 42%;
    padding-top: 110px;
  }
}
@media screen and (max-width: 400px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item .carousel-subheader {
    padding-top: 90px;
  }
}
#iw-studio-gallery .iw-section-carousel div:nth-child(2) .carousel-image:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  backgroud-position: left;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/goty-awards.png");
  position: absolute;
  left: 10%;
  top: 30%;
  height: 40%;
  width: 80%;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control {
  position: absolute;
  left: -20px;
  width: 50px;
  top: 12.25vw;
  z-index: 1003;
  padding-left: 5%;
  height: 80px;
  /*
            @media screen and (max-width: 767px) and (min-width: 513px) {
				left: -515px;
                top: 120px;
                right: 0;
                margin-left: auto;
                margin-right: auto;
            }
            */
}
@media screen and (max-width: 1024px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item-control {
    top: 120px;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item-control {
    top: 23vw;
  }
}
@media screen and (max-width: 903px) and (min-width: 513px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item-control {
    left: -530px;
    top: 120px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 512px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item-control {
    padding-left: 10%;
  }
}
@media screen and (max-width: 550px) and (min-width: 513px) {
  #iw-studio-gallery .iw-section-carousel .carousel-item-control {
    left: -490px;
  }
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control a {
  position: relative;
  height: 40px;
  width: 40px;
  font-size: 32px;
  border: 1px solid #615f58;
  display: inline-block;
  z-index: 1001;
  text-align: center;
  z-index: 0;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control a:hover {
  position: relative;
  color: #f4cb5a;
  border-color: #f4cb5a;
  z-index: 1002;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control .carousel-item-next {
  margin-bottom: -4px;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control a div {
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control .carousel-arrow-next {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Right.svg");
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control .carousel-arrow-next.hover {
  display: none;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Right-Highlight.svg");
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control .carousel-arrow-prev {
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Left.svg");
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control .carousel-arrow-prev.hover {
  display: none;
  background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Left-Highlight.svg");
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control a:hover div {
  display: none;
}
#iw-studio-gallery .iw-section-carousel .carousel-item-control a:hover div.hover {
  display: initial;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
#iw-studio-perks {
  height: 900px;
  z-index: 2;
}
#iw-studio-perks .iw-studio-perks-headline {
  color: #615f58;
  letter-spacing: 3px;
  margin-left: 12%;
  font-size: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 512px) {
  #iw-studio-perks .iw-studio-perks-headline {
    font-size: 24px;
  }
}
#iw-studio-perks .iw-studio-perks-headline span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
#iw-studio-perks .iw-studio-perks-headline em {
  font-family: "Roboto", sans-serif;
  fontt-weight: 900;
  color: #9b9b9b;
}
#iw-studio-perks .iw-perks-container {
  margin-top: 50px;
  margin: 50px auto auto auto;
  width: 90vw;
  text-align: center;
  max-width: 1020px;
  position: relative;
  /*******Animations *******/
}
#iw-studio-perks .iw-perks-container .iw-perk-item {
  text-align: left;
  display: inline-block;
  position: relative;
  width: 33%;
  margin: 0;
  padding: 33% 0 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;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-title {
  -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;
  position: absolute;
  color: #615f58;
  text-transform: uppercase;
  letter-spacing: 3px;
  top: 10%;
  left: 10%;
  width: 75%;
  /*span:after {
    				content: '\A';
    				white-space: pre;

                }*/
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-title span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 2px 3px;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-image {
  -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;
  position: absolute;
  width: 34%;
  height: 34%;
  top: 33%;
  left: 33%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-image:hover {
  opacity: 0;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-description {
  -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;
  display: none;
  position: absolute;
  top: 75%;
  left: 14%;
  width: 74%;
  font-size: 12px;
  padding-left: 5%;
  color: #9b9b9b;
  line-height: 15px;
  border-left: 1px solid #615f58;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-description:before {
  position: absolute;
  top: 0;
  left: -4%;
  content: "";
  height: 100%;
  border-left: 1px solid #9b9b9b;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .corner {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .corner.top {
  top: -2px;
  border-top: 1px #615f58 solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .corner.bottom {
  bottom: -2px;
  border-bottom: 1px #615f58 solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .corner.left {
  left: -2px;
  border-left: 1px #615f58 solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-item .corner.right {
  right: -2px;
  border-right: 1px #615f58 solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight {
  background-color: #222;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight .iw-perk-title {
  color: #f4cb5a;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight .iw-perk-title span {
  background-color: #333;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight .iw-perk-description {
  display: initial;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight .iw-perk-image {
  opacity: 0;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.highlight .iw-perk-image.hover {
  opacity: 1;
}
#iw-studio-perks .iw-perks-container .carousel-item-control {
  display: none;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight {
  position: absolute;
  width: 33%;
  padding-top: 33%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight.active {
  display: block;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner {
  width: 100%;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner {
  width: 40px;
  height: 40px;
  position: absolute;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner.top {
  top: -2px;
  border-top: 2px #f4cb5a solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner.bottom {
  bottom: -2px;
  border-bottom: 2px #f4cb5a solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner.left {
  left: -2px;
  border-left: 2px #f4cb5a solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-highlight .corner.right {
  right: -2px;
  border-right: 2px #f4cb5a solid;
}
#iw-studio-perks .iw-perks-container .iw-perk-item {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}
#iw-studio-perks .iw-perks-container .iw-perk-item.appear {
  opacity: 1;
}
#iw-studio-perks .iw-studio-perks-headline em,
#iw-studio-perks .iw-studio-perks-headline span {
  -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;
  margin-left: -100%;
}
#iw-studio-perks .iw-studio-perks-headline em.appear,
#iw-studio-perks .iw-studio-perks-headline span.appear {
  margin-left: 0%;
}
@media screen and (max-width: 800px) {
  .iw-studio-container {
    height: 600px;
  }
  .iw-studio-perks {
    height: 600px;
  }
  #iw-studio-perks {
    height: 900px;
  }
  #iw-studio-perks .iw-perks-container {
    width: 90vw;
    height: 90vw;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-highlight {
    display: none !important;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item {
    height: 75vw;
    width: 75vw;
    max-height: 400px;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    background-color: #222;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item.active {
    display: initial;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-title {
    color: #f4cb5a;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-title span {
    background-color: #333;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .corner.top {
    border-color: #f4cb5a;
    border-width: 2px;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .corner.bottom {
    border-color: #f4cb5a;
    border-width: 2px;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-description {
    display: initial;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-image {
    opacity: 0;
  }
  #iw-studio-perks .iw-perks-container .iw-perk-item .iw-perk-image.hover {
    opacity: 1;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control {
    display: initial;
    position: absolute;
    width: 50px;
    z-index: 1003;
    margin-left: -225px;
    margin-top: 160px;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control a {
    position: relative;
    height: 40px;
    width: 40px;
    font-size: 32px;
    border: 1px solid #615f58;
    display: inline-block;
    z-index: 1001;
    text-align: center;
    z-index: 0;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control a:hover {
    position: relative;
    color: #f4cb5a;
    border-color: #f4cb5a;
    z-index: 1002;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .perk-carousel-item-next {
    margin-bottom: -4px;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .perk-carousel-item-prev {
    margin-bottom: -20px;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control a div {
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .carousel-arrow-next {
    background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Right.svg");
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .carousel-arrow-next.hover {
    display: none;
    background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Right-Highlight.svg");
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .carousel-arrow-prev {
    background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Left.svg");
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control .carousel-arrow-prev.hover {
    display: none;
    background-image: url("../../../../../content/dam/atvi/infinityward/iw-touchui/Arrow-Left-Highlight.svg");
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control a:hover div {
    display: none;
  }
  #iw-studio-perks .iw-perks-container .carousel-item-control a:hover div.hover {
    display: initial;
  }
}
@media screen and (max-width: 540px) {
  #iw-studio-perks .iw-perks-container .carousel-item-control {
    margin-left: -42vw;
    margin-top: 29vw;
  }
  .iw-studio-container {
    height: 100vw;
  }
  .iw-studio-perks {
    height: 100vw;
  }
}
@media screen and (max-width: 400px) {
  #iw-studio-perks .iw-perks-container .carousel-item-control {
    margin-left: -45vw;
    margin-top: 25vw;
  }
}
body .iw-home-hero-sidebar {
  top: 2000px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  body .iw-home-hero-sidebar {
    top: 1900px;
  }
}
@media screen and (max-width: 900px) {
  body .iw-home-hero-sidebar {
    top: 1900px;
  }
}
@media screen and (max-width: 800px) {
  body .iw-home-hero-sidebar {
    top: 1750px;
  }
}
@media screen and (max-width: 600px) {
  body .iw-home-hero-sidebar {
    top: 1675px;
  }
  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:hover .sidebar-cta a:after {
    border-width: 113px;
  }
}
@media screen and (max-width: 500px) {
  body .iw-home-hero-sidebar {
    top: 1625px;
  }
  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:hover .sidebar-cta a:after {
    border-width: 113px;
  }
}
@media screen and (max-width: 450px) {
  body .iw-home-hero-sidebar {
    top: 1575px;
  }
  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:hover .sidebar-cta a:after {
    border-width: 113px;
  }
}
@media screen and (max-width: 400px) {
  body .iw-home-hero-sidebar {
    top: 1525px;
  }
  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:hover .sidebar-cta a:after {
    border-width: 113px;
  }
}
@media screen and (max-width: 375px) {
  body .iw-home-hero-sidebar {
    top: 1500px;
  }
  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 {
    border-width: 90px;
  }
}
.iw-home-social,
body #iw-home-section4 {
  height: 500px;
}
body #iw-home-section4 {
  top: -100px;
}
@media screen and (max-width: 1000px) {
  .iw-home-social,
  body #iw-home-section4 {
    height: 400px;
  }
  body #iw-home-section4 {
    top: -200px;
  }
}
@media screen and (max-width: 800px) {
  .iw-home-social,
  body #iw-home-section4 {
    height: 600px;
  }
  body #iw-home-section4 {
    top: 0;
  }
}

@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;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.iw-studio-section {
  position: relative;
  min-height: 500px;
  color: #ffffff;
}
.iw-home-section {
  position: relative;
}
.iw-section-number {
  display: none;
}

