@media (min-width: 1480px) {
  .container {
    min-width: 1400px;
  }
}
#common_menu {
  display: none;
}
.ipsNavigation_main {
  background: transparent !important;
}
.ipsNavigation_main li:not(.ipsNavigation_language) {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #e2dac3;
  border-radius: 1px;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e2dac3;
}
*::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #ff6a00;
}
.scroll-container + footer {
  display: none;
}
.play-on-pc {
  position: absolute;
  right: 0;
  bottom: 5vh;
  z-index: 10;
}
.play-on-pc a {
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.6;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.play-on-pc a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .play-on-pc a {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .play-on-pc a {
    width: 100px;
  }
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-16x9:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
html {
  overflow: inherit;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.ipsApp {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: #1f1f21;
}
body.ipsApp * {
  box-sizing: border-box;
}
body.ipsApp h1,
body.ipsApp .asH1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 24px;
  }
}
body.ipsApp h2 {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.ipsApp h2 {
    font-size: 24px;
  }
}
body.ipsApp p {
  font-size: 17px;
  color: #d7e9fc;
}
@media (max-width: 1280px) {
  body.ipsApp p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.ipsApp p {
    font-size: 15px;
  }
}
body.ipsApp a {
  text-decoration: underline;
  color: #BDE3FF;
}
body.ipsApp a:hover {
  color: #fff;
  text-decoration: none;
}
.ipsApp p {
  margin: 0;
  padding-bottom: 1rem;
}
.ipsApp .ipsButton {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 17px;
  transition: all 0.2s linear;
}
.ipsApp .ipsButton:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  filter: brightness(1.2);
}
.ipsApp .ipsButton.btn-green {
  width: 200px;
  background-color: #3FC940;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.ipsApp .ipsButton.btn-green img {
  max-width: 24px;
}
.ipsApp .ipsButton .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ipsApp .ipsButton-ps {
  background: #003d91;
}
.ipsApp .ipsButton-ps img {
  max-width: 22px;
  margin-right: 10px;
}
.ipsApp .ipsButton-xbox {
  background: #51a81b;
}
.ipsApp .ipsButton-xbox img {
  max-width: 22px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ipsApp .ipsButton {
    width: 128px;
    margin: 0 5px 10px;
  }
  .ipsApp .ipsButton-xbox,
  .ipsApp .ipsButton-ps {
    font-size: 0;
    height: 44px;
  }
  .ipsApp .ipsButton-xbox img,
  .ipsApp .ipsButton-ps img {
    margin: auto;
  }
}
.ipsApp .scroll-thumb {
  position: fixed;
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;

  transition: all .4s linear;

  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 0;
  padding: 20px;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 10;
}
.ipsApp .scroll-thumb.sticky {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

@media(max-width: 640px){
  .ipsApp .scroll-thumb {
    bottom: 40px;
  }
}

*[data-toggle="collapse"] {
  display: flex;
  flex-direction: row;
}
*[data-toggle="collapse"] .arrow {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../src/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
*[data-toggle="collapse"] span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
*[data-toggle="collapse"] span.show {
  display: none;
}
*[data-toggle="collapse"].collapsed .arrow {
  transform: rotate(0deg);
}
*[data-toggle="collapse"].collapsed span {
  display: none;
}
*[data-toggle="collapse"].collapsed span.show {
  display: inline-block;
}
.warhammer.fullpage {
  font-family: 'Roboto', sans-serif;
}
.warhammer.fullpage .container {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .warhammer.fullpage .container {
    margin-bottom: 60px;
  }
}
.warhammer.fullpage footer {
  padding: 40px 0;
}
.warhammer.fullpage footer p {
  font-size: 15px;
  opacity: 0.75;
}
.warhammer.fullpage footer .container {
  margin-bottom: 0;
}
.warhammer.fullpage .section.welcome.welcome-upd {
  position: relative;
  justify-content: center;
  padding-bottom: 52%;
  height: inherit;
  background-color: #1f1f21;
  z-index: 100;
}
.warhammer.fullpage .section.welcome.welcome-upd .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 54.6%;
  justify-content: flex-end;
  overflow: hidden;
  z-index: -1;
}
.warhammer.fullpage .section.welcome.welcome-upd .video-wrap video {
  position: absolute;
  width: 100%;
  transition: all 0.2s linear;
  left: -200%;
  right: -200%;
  top: 0;
  margin: auto;
  z-index: 0;
}
.warhammer.fullpage .section.welcome.welcome-upd .video-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 39, 81, 0) 0%, rgb(31 31 33 / 20%) 50%, rgb(31 31 33 / 90%) 78%, rgb(31 31 33) 100%);
}
.warhammer.fullpage .section.welcome.welcome-upd .title h1 {
  font-family: 'Roboto', sans-serif;
  color: #33E53E;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 800;
  animation: glow 2s ease-in-out infinite alternate;
  position: relative;
}
.warhammer.fullpage .section.welcome.welcome-upd .desc {
  position: absolute;
  width: 100%;
  bottom: 13%;
  margin: auto;
}
.warhammer.fullpage .section.welcome.welcome-upd .desc .logo {
  display: block;
  width: 94%;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .warhammer.fullpage .section.welcome.welcome-upd {
    padding-bottom: 60%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap {
    padding-bottom: 60%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap video {
    width: 120%;
  }
}
@media (max-width: 1200px) {
  .warhammer.fullpage .section.welcome.welcome-upd {
    padding-bottom: 82%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap {
    padding-bottom: 75%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap video {
    width: 135%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .desc .logo {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .warhammer.fullpage .section.welcome-upd .bigLogo{
    margin: 0;
    padding: 0;
  } 
}
@media(max-width: 992px){
  .ipsApp .scroll-thumb{
    position: absolute;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .warhammer.fullpage .section.welcome-upd .bigLogo{
    max-width: 60%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd {
    padding-bottom: 100%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap {
    margin-top: 96px;
    padding-bottom: 56%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap video {
    width: 100%;
    top: -40px;
    bottom: 0;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .video-wrap:after{
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.2) 65%, rgba(31, 31, 31, 0.7) 82%, rgba(31, 31, 31, 1) 100%);
    bottom: 40%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .desc{
    bottom: 5%;
  }
  .warhammer.fullpage .section.welcome center{
    padding: 0;
  }
}
@media (max-width: 640px) {
  .warhammer.fullpage .section.welcome.welcome-upd .desc .logo {
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .warhammer.fullpage .section.welcome.welcome-upd {
    padding-bottom: 100%;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .desc .logo {
    max-width: 190px;
  }
  .warhammer.fullpage .section.welcome.welcome-upd .desc{
    bottom: -10%;
  }
}
.warhammer.fullpage .slider {
  position: relative;
  color: #fff;
  background: transparent;
  transition: all 0.4s linear;
  background: linear-gradient(180deg, #1f1f21 0%, #454545 50%, #1f1f21  100%);
}
.warhammer.fullpage .slider:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: -200px center;
  background-size: contain;
  transition: all 0.4s linear;
  opacity: 0.03;
}
.warhammer.fullpage .slider .asH1{
  line-height: 1.2;
  font-size: 36px;
  margin-bottom: 2.5rem;
}

.warhammer.fullpage .slider h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.warhammer.fullpage .slider .container {
  margin: 140px auto;
}
.warhammer.fullpage .slider .swiper-slide{
  padding: 0 30px;
}
.warhammer.fullpage .slider .nav-panel{
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
}

.warhammer.fullpage .slider .nav-panel .swiper-button-prev,
.warhammer.fullpage .slider .nav-panel .swiper-button-next{
  height: 100%;
  color: #fff;
  opacity: .4;
  transition: all .2s linear;
}
.warhammer.fullpage .slider .nav-panel .swiper-button-prev{
  top: 0;
  left: 0;
}
.warhammer.fullpage .slider .nav-panel .swiper-button-next{
  top: 0;
  right: 0;
}
.warhammer.fullpage .slider .nav-panel .swiper-button-prev:hover,
.warhammer.fullpage .slider .nav-panel .swiper-button-next:hover{
  opacity: 1;
}
.warhammer.fullpage .slider .nav-panel .swiper-pagination{
  width: 100%;
  bottom: 10px;
}
.warhammer.fullpage .slider .nav-panel .swiper-pagination .swiper-pagination-bullet{
  margin: 0 2px;
  background: #fff;
  opacity: .4;
}
.warhammer.fullpage .slider .nav-panel .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  color: #fff;
}

.warhammer.fullpage .bg-default {
  position: relative;
  background-image: url("../src/warhammer/Sea 1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.warhammer.fullpage .bg-default .video {
  margin: 140px auto;
}
.warhammer.fullpage .bg-default .video h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.warhammer.fullpage .bg-default .video .video-tile{
  cursor: pointer;
}
.warhammer.fullpage .bg-default .video .video-tile .play-btn{
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  opacity: .7;
  transition: opacity .3s ease-out;
  background-size: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.warhammer.fullpage .bg-default .video .video-tile:hover .play-btn{
  opacity: 1;
}
.warhammer.fullpage .bg-default footer {
  background: rgba(24, 24, 24, 0.5);
  backdrop-filter: blur(4px);
}
.warhammer.fullpage #ipsLayout_footer:before {
  display: none;
}
.ipsApp .fancybox-container .fancybox-image{
  max-width: 90%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


@media(min-width: 1600px){
  .warhammer.fullpage .slider:before{
    background-position: 2% center;
  }
}
@media(max-width: 1200px){
  .warhammer.fullpage .slider .nav-panel .swiper-pagination {
    bottom: 0px;
  }
}
@media(max-width: 992px){
  .warhammer.fullpage .slider .nav-panel{
    height: inherit;
    top: 0;
    bottom: auto;
    padding-bottom: 56%;
  }
  .warhammer.fullpage .slider:before {
    background-position: -200px top;
    background-size: 500px auto;
  }
  .warhammer.fullpage .slider .container {
    margin: 60px auto;
  }
  .warhammer.fullpage .bg-default .video{
    margin: 120px auto;
  }
}
@media(max-width: 768px){
  .warhammer.fullpage .slider:before {
    background-position: -100px top;
    background-size: 400px auto;
  }
  .warhammer.fullpage .slider .container {
    margin: 140px auto 0;
  }
  .warhammer.fullpage .bg-default .video{
    margin: 80px auto;
  }
  .warhammer.fullpage .swiper-button-next:after, 
  .warhammer.fullpage .swiper-button-prev:after{
    font-size: 32px;
  }
  .warhammer.fullpage .slider .asH1{
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .warhammer.fullpage .slider h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media(max-width: 480px){
  .warhammer.fullpage .slider:before {
    display: none;
  }
  .warhammer.fullpage .slider .swiper-slide{
    padding: 0;
  }
  .warhammer.fullpage .slider .nav-panel{
    padding-bottom: 62%;
  }
  .warhammer.fullpage a.clientButton.ipsButton{
    width: 140px;
    margin: 0 5px 10px;
  }
  .warhammer.fullpage .bg-default .video h2{
    margin-bottom: 15px;
    font-size: 22px;
  }
  .warhammer.fullpage .slider .asH1{
    font-size: 22px;
  }
}

@keyframes updown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 15px #24802f;
  }
  to {
    text-shadow: 0 0 20px rgba(99, 171, 95, 0.48), 0 0 10px #30b431;
  }
}
/*# sourceMappingURL=warhammer.css.map */