@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.shg-our-games {
  margin-top: -20px;
  padding-bottom: 30px;
  z-index: 10;
  /* Arrows */
}
.shg-our-games:after {
  content: "";
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/home/ourgames/our-games-bottom-border.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .shg-our-games {
    overflow: hidden;
    margin-top: 0;
  }
  .shg-our-games .carousel-arrow-left,
  .shg-our-games .carousel-arrow-right {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .shg-our-games .carousel-arrow-left,
  .shg-our-games .carousel-arrow-right {
    width: 50px;
    height: 200px;
  }
  .shg-our-games .carousel-arrow-left:before,
  .shg-our-games .carousel-arrow-right:before {
    width: 40px;
    height: 53px;
  }
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .content-container {
    height: 100%;
    overflow: hidden;
  }
}
.shg-our-games .header-container {
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/home/ourgames/our-games-title-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 5;
  position: relative;
  color: #ffffff;
}
.shg-our-games .slide-bg-container,
.shg-our-games .slide-games-container {
  height: calc(100vh - 100px);
  margin-top: -30px;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide-bg-container,
  .shg-our-games .slide-games-container {
    height: 800px;
    margin-top: -30px;
  }
}
.shg-our-games .slide-games-container {
  position: relative;
}
.shg-our-games .slide-games-container:before {
  content: "";
  position: absolute;
  bottom: 174px;
  left: 100px;
  background-image: linear-gradient(to right, #75a1c9 40%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  width: calc(60% - 200px);
  height: 2px;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide-games-container:before {
    top: 376px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
.shg-our-games .bg-container {
  width: 100%;
  height: 100%;
}
.shg-our-games .bg-container .desktop-bg:before,
.shg-our-games .bg-container .mobile-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
}
.shg-our-games .bg-container .mobile-bg {
  background-position: top;
  height: 100%;
}
.shg-our-games .slide {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(80%) grayscale(60%);
  filter: brightness(80%) grayscale(60%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.shg-our-games .slide.active {
  left: 50%;
  z-index: 1;
  -webkit-filter: brightness(100%) grayscale(0);
  filter: brightness(100%) grayscale(0);
}
.shg-our-games .slide.active .slide-desc-container {
  display: block;
}
.shg-our-games .slide.active .games-img-container .games-img {
  width: 200px;
  height: 250px;
}
@media only screen and (max-width: 420px) {
  .shg-our-games .slide.active .games-img-container .games-img {
    width: 150px;
    height: 200px;
  }
}
.shg-our-games .slide.setupBefore {
  left: 30%;
  z-index: -1;
}
.shg-our-games .slide.setupBefore .games-img-container .games-img {
  height: 150px;
  width: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide.setupBefore .games-img-container .games-img {
    height: 200px;
    width: 150px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .shg-our-games .slide.setupBefore .games-img-container .games-img {
    width: 100px;
    height: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide.setupBefore {
    left: 65%;
  }
}
.shg-our-games .slide.setupAfter {
  left: 40%;
  z-index: 0;
}
.shg-our-games .slide.setupAfter .games-img-container .games-img {
  height: 200px;
  width: 150px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide.setupAfter .games-img-container .games-img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .shg-our-games .slide.setupAfter .games-img-container .games-img {
    width: 100px;
    height: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide.setupAfter {
    left: 35%;
  }
}
.shg-our-games .slide .games-img-container .games-img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.shg-our-games .games-img-container,
.shg-our-games .slide-desc-container {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .games-img-container,
  .shg-our-games .slide-desc-container {
    float: none;
  }
}
.shg-our-games .games-img-container {
  position: relative;
  height: 100%;
  width: 60%;
}
.shg-our-games .games-img-container .games-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  left: 64%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .games-img-container .games-img {
    bottom: 120px;
    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%);
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .games-img-container {
    width: 100%;
    height: 200px;
    margin: 300px auto 0;
    padding: 0 60px;
  }
  .shg-our-games .games-img-container:before {
    display: block;
  }
}
.shg-our-games .slide-desc-container {
  width: 40%;
}
.shg-our-games .slide-desc-container .slide-desc {
  position: absolute;
  bottom: 0;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide-desc-container .slide-desc {
    position: unset;
    padding: 30px 0 0 56px;
  }
}
@media only screen and (max-width: 420px) {
  .shg-our-games .slide-desc-container .slide-desc {
    padding: 0 0 0 56px;
  }
}
.shg-our-games .slide-desc-container .shg-subheading {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  color: #b54a53;
  margin-bottom: 30px;
}
.shg-our-games .slide-desc-container .shg-desc {
  margin-bottom: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .shg-our-games .slide-desc-container .shg-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .shg-our-games .slide-desc-container .shg-desc {
    font-size: 14px;
  }
}
.shg-our-games .slide-desc-container .shg-desc p:before {
  color: #b54a53;
}
.shg-our-games .slide-desc-container .shg-desc p:after {
  color: #b54a53;
}
.shg-our-games .slide-desc-container .slide-btn a {
  border: 2px solid #b54a53;
}
.shg-our-games .slide-desc-container .slide-btn a:hover .right {
  box-shadow: inset 800px 0 0 0 #b54a53;
  color: #ffffff;
}
.shg-our-games .slide-desc-container .slide-btn .left {
  box-shadow: inset 400px 0 0 0 #b54a53;
  color: #ffffff;
}
.shg-our-games .slide-desc-container .slide-btn .right {
  color: #b54a53;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide-desc-container {
    width: 100%;
  }
}
.shg-our-games .slide-games {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  border: 1px solid #3B4146;
}
.shg-our-games .slide-indicator-container {
  position: relative;
  left: 42px;
  width: 50%;
  height: 100%;
  z-index: 9;
}
.shg-our-games .slide-indicator-container.desktop {
  display: block;
}
.shg-our-games .slide-indicator-container.mobile {
  display: none;
  height: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .shg-our-games .slide-indicator-container {
    width: 100%;
    height: auto;
  }
  .shg-our-games .slide-indicator-container.desktop {
    display: none;
  }
  .shg-our-games .slide-indicator-container.mobile {
    display: block;
  }
}
.shg-our-games .slide-indicator-container .mobile-btn-left,
.shg-our-games .slide-indicator-container .mobile-btn-right {
  position: absolute;
  top: 375px;
}
.shg-our-games .slide-indicator-container .mobile-btn-left {
  left: 0;
}
.shg-our-games .slide-indicator-container .mobile-btn-right {
  right: 0;
}
.shg-our-games .slide-btn-container {
  position: absolute;
  bottom: 172px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
}
.shg-our-games .slide-games-indicator {
  content: "";
  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%);
  padding: 0 10px;
  z-index: 9;
}
.shg-our-games .slide-games-indicator:before,
.shg-our-games .slide-games-indicator:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  border-top: 1px dashed #162734;
}
.shg-our-games .slide-games-indicator:before {
  right: 100%;
}
.shg-our-games .slide-games-indicator:after {
  left: 100%;
}
.shg-our-games .carousel-arrow-left,
.shg-our-games .carousel-arrow-right {
  position: absolute;
  display: block;
  width: 28px;
  height: 50px;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  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%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 11;
}
.shg-our-games .carousel-arrow-left:before,
.shg-our-games .carousel-arrow-right:before {
  width: 30px;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 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%);
}
@keyframes leftArrowAnim {
  0% {
    right: 0px;
  }
  25% {
    right: 10px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: 0px;
  }
}
@keyframes rightArrowAnim {
  0% {
    left: 0px;
  }
  25% {
    left: 10px;
  }
  75% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.shg-our-games .slide-indicator-container .carousel-arrow-left {
  left: 0px;
}
.shg-our-games .slide-indicator-container .carousel-arrow-left:not(.hollow-arrows):before {
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-left.hollow-arrows:before {
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow-empty.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-left.hollow-arrows:hover:before {
  animation: fadeIn 0.5s;
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-left.animate-arrows:hover:before {
  animation: leftArrowAnim 1s infinite;
}
.shg-our-games .slide-indicator-container .carousel-arrow-left.hollow-arrows.animate-arrows:hover:before {
  animation: leftArrowAnim 1s infinite, fadeIn 0.5s;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right {
  right: 0px;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right:not(.hollow-arrows):before {
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right.hollow-arrows:before {
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow-empty.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right.hollow-arrows:hover:before {
  animation: fadeIn 0.5s;
  background: url('../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png') center center no-repeat;
  background-size: contain;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right.animate-arrows:hover:before {
  animation: rightArrowAnim 1s infinite;
}
.shg-our-games .slide-indicator-container .carousel-arrow-right.animate-arrows.hollow-arrows:hover:before {
  animation: rightArrowAnim 1s infinite, fadeIn 0.5s;
}
