@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
body {
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
}
#locations-column-layout {
  background-color: #000;
  width: 100%;
}
#locations-column-layout .hero .atvi-column-child-layout-bg-media-container {
  max-height: 100vh;
  position: relative;
}
#locations-column-layout .hero .atvi-column-child-layout-bg-media-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 34.07821229%;
}
@media only screen and (max-width: 768px) {
  #locations-column-layout .hero .atvi-column-child-layout-bg-media-container {
    position: relative;
  }
  #locations-column-layout .hero .atvi-column-child-layout-bg-media-container:before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 216.53333333%;
  }
}
#locations-column-layout .hero > .atvi-column-child-content {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  background: linear-gradient(180deg, #000000 3.84%, rgba(0, 0, 0, 0.15) 53.67%), linear-gradient(0deg, #000000 2.98%, rgba(0, 0, 0, 0.15) 43.7%);
}
@media only screen and (max-width: 425px) {
  #locations-column-layout .hero > .atvi-column-child-content {
    background: linear-gradient(180deg, #000000 8.19%, rgba(0, 0, 0, 0.15) 22.84%), linear-gradient(360deg, #000000 14.04%, rgba(0, 0, 0, 0.15) 50%);
  }
}
#locations-column-layout .hero .hero-content {
  width: 100%;
  max-width: 1742px;
  margin: 0 auto;
}
#locations-column-layout .hero .hero-content .hero-title {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 57.6px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #locations-column-layout .hero .hero-content .hero-title {
    font-size: calc(48px  +  48  * ((100vw -  768px ) / 1152 ));
  }
}
@media screen and (min-width: 1920px) {
  #locations-column-layout .hero .hero-content .hero-title {
    font-size: 96px;
  }
}
@media screen and (min-width: 768px) {
  #locations-column-layout .hero .hero-content .hero-title {
    line-height: calc(57.6px  +  57.4  * ((100vw -  768px ) / 1152 ));
  }
}
@media screen and (min-width: 1920px) {
  #locations-column-layout .hero .hero-content .hero-title {
    line-height: 115px;
  }
}
@media only screen and (max-width: 768px) {
  #locations-column-layout .hero .hero-content .hero-title {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #locations-column-layout .hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 134px;
    width: 100%;
    background-image: url('../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/common/rainbowLinesFooter.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
#locations-column-layout .locations-grid-section {
  width: 100%;
  max-width: 1742px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
