body {
  margin-top: 130px;
  font-family: "Arial", Arial, sans-serif;
  color: #283337;
  background-color: #e6e6e6;
}
@media (min-width: 1140px) {
  body {
    margin-top: 118px;
  }
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
p {
  line-height: 150%;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: black;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  content: "";
  opacity: 1;
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  background: url(../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/arrow.svg) center center no-repeat;
  background-size: contain;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  background: url(../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/arrow.svg) center center no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@font-face {
  font-family: "DM Mono Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Mono Light";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Light.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Mono Medium";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Medium.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans Black";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Black.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Black.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fracture Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/fracture/Fracture-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/fracture/Fracture-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Breakopints */
#shg-2026-what-we-do {
  padding: 100px 0;
  position: relative;
}
#shg-2026-what-we-do .container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__heading {
  text-align: center;
  margin-bottom: 80px;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__heading .eyebrow {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__heading h2 {
  color: #283337;
  font-family: "Fracture Regular";
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__heading h2 {
    font-size: 72px;
    line-height: inherit;
  }
}
@media (min-width: 1200px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__heading h2 {
    font-size: 96px;
    line-height: inherit;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock {
  border: 1px solid #283337;
  border-bottom: none;
  display: flex;
  background-color: #e6e6e6;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock:last-child {
  border-bottom: 1px solid #283337;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock {
    justify-content: flex-end;
    position: relative;
    position: sticky;
    top: 140px;
  }
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock:nth-child(2) {
    top: 260px;
  }
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock:nth-child(3) {
    top: 382px;
  }
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock:nth-child(4) {
    top: 504px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year {
  width: 20%;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year .year-line {
  height: 100%;
  position: relative;
  text-align: center;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year .year-line::before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #17E2F8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year .year-line span {
  display: inline-block;
  padding: 15px 0;
  margin-top: 20px;
  background-color: #e6e6e6;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__year .year-line span {
    margin-top: 40px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content {
  width: 80%;
  padding-top: 30px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content {
    width: 40%;
    padding-top: 120px;
  }
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__title {
    position: absolute;
    left: 20px;
    top: 40px;
  }
}
@media (min-width: 1140px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__title {
    top: 50px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__title h4 {
  font-family: "Fracture Regular";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 40px;
}
@media (min-width: 1300px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__title h4 {
    font-size: 32px;
  }
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__title h4 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__quote {
    display: flex;
    flex-direction: column;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__quote a {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  color: inherit;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__quote a {
    order: 1;
    margin-bottom: 40px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__quote p {
  font-family: "Fracture Regular";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 90%;
  letter-spacing: -2%;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__link {
    position: absolute;
    top: 55px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__link a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  position: relative;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__link a::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -28px;
  height: 16px;
  width: 16px;
  background-image: url('../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__media {
  position: relative;
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__media video {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (min-width: 992px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__media video {
    height: 480px;
  }
}
#shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__media::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid #e6e6e6;
  border-top: 40px solid #e6e6e6;
  border-bottom: 40px solid transparent;
}
@media (min-width: 992px) {
  #shg-2026-what-we-do .shg-2026-what-we-do-content__games ul .gameblock__content__media::after {
    border-left: 60px solid transparent;
    border-right: 60px solid #e6e6e6;
    border-top: 60px solid #e6e6e6;
    border-bottom: 60px solid transparent;
  }
}
