html, body{
  overflow-x: hidden;
}

body.ipsApp {
  height: 100%;
  z-index: -2;
}

body.ipsApp:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/52_map-layer.png");
  background-position: center;
  background-repeat: repeat;
}
body.ipsApp:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://ips4-wowslegends-global.gcdn.co/pages_media/52_map-pattern.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 120px auto;
  visibility: visible;
  z-index: -5;
}

body.ipsApp .container{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #082750;
}

body.ipsApp .container .text-uppercase,
body.ipsApp .container .upperText{
  color: #082750;
  text-shadow: none;
}

body.ipsApp .container .bundles-socials .upperText{
  color: #fff;
}

.ipsApp #common_menu,
.ipsApp .ipsNavigation_main li:not(.ipsNavigation_language){
  display: block;
}

.ipsApp .ipsNavigation_main li a{
  display: inline-block;
}
.ipsApp .ipsNavigation_main{
  display: block!important;
  background: rgba(1, 15, 40, 0.7)!important;
}

#dropdown1_menu.ipsMenu {
  top: 94px!important;
  padding: 8px 0;
}
#dropdown1_menu.ipsMenu .ipsButton_link{
  margin: 0;
  height: 32px;
  padding: 0 20px;
  line-height: 32px;
}

@media(max-width: 768px){
  .ipsResponsive_showDesktop{
    display: none!important;
  }
}
@media(max-width: 1024px){
  .ipsNavigation_main td:not(:last-of-type){
    display: table-cell;
  }
}


#ipsLayout_body{
  z-index: 10;
}
#slider .owl-dot{
  width: 8px;
  height: 8px;
  border: none;
  background: rgba(25, 59, 124, .4);
}
#slider .owl-dot.active{
  background: #193b7c;
}
/**/
#ipsLayout_mainArea{
  padding: 0;
}
#slider{
  overflow: inherit;
}
#slider .owl-carousel.container {
  padding: 0 15px !important;
  margin-bottom: 160px;
}
#slider .owl-carousel .owl-nav button{
  border: none;
  font-size: 0;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_arrow-white.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #193b7c;
  cursor: pointer;
  opacity: .7;
  transition: all .2s linear;
  border: 1px solid #193b7c;
  height: 42px;
  width: 42px;
  top: calc( 50% - 21px );
  right: -50px;
}
#slider .owl-carousel .owl-nav button.owl-prev{
  transform: rotate(180deg);
  right: auto;
  left: -50px;
}
#slider .owl-carousel .owl-nav button:hover{
  opacity: 1;
  /*background-color: rgba(255, 255, 255, .25);*/
}

@media(max-width: 1024px){
  #slider .owl-carousel .owl-nav button{
    display: none;
  }
}

@media(min-width: 768px){
  *::-webkit-scrollbar-track{
    background-color: #e2e2e2;
    border-radius:1px;
  }
  *::-webkit-scrollbar{
    width: 10px;
    background-color:#e2e2e2
  }
  *::-webkit-scrollbar-thumb{
    border-radius:1px;
    background-color: #416cb7;
  }
}

.ipsLayout_container{
  padding: 0;
  max-width: 100%;
}

.ipsDialog.ipsDialog_narrow{
  position: fixed;
}
.ipsDialog.ipsDialog_narrow > div{
  max-width: 640px;
}
.ipsDialog > div{
  border-radius: 0;
  background: rgba(0, 10, 40, 0.95);
  box-shadow: 0 15px 100px 15px rgba(0, 0, 40, .5);
  color: #fff;
  padding: 40px;
}

/*
.ipsDialog .ipsPad{
display: flex;
justify-content: center;
}*/

.ipsDialog .ipsDialog_close{
  font-size: 0;
  background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/30_close.svg');
  background-position: center;
  background-repeat: no-repeat;
  opacity: .6;
  transition: all .2s linear;

}
.ipsDialog .ipsDialog_close:hover{
  opacity: 1;
}

.ipsWidget .bigLogo,
.ipsWidget .tfpromoview{
  display: none;
}
.section.welcome {
  padding: 16px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section.welcome.welcome-upd{
  position: relative;
  /*justify-content: center;
  padding-bottom: 40px;*/
  justify-content: end;
  /*padding-bottom: 200px;*/
  padding-bottom: 100px;
  background-color: #02112f;
  height: 100vh;
  z-index: 100;
}

.section.welcome-upd .welcome__background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section.welcome-upd .welcome__background:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*background: #416cb7;*/
  /*background: linear-gradient(180deg, rgba(27, 25, 166, 0) 0%, rgba(27, 25, 166, 0.2) 80%, #416cb7 100%);
  opacity: 0.4;*/
  background: linear-gradient(180deg, rgba(28, 76, 128, 0) 16.15%, #2634732e 53.12%, #263473 100%);
}


.scroll-thumb {
  position: relative;

  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;

  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 0;
  padding: 20px;
  bottom: 0px;
  z-index: 1;

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

.welcome__background.pattern:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_pattern-ellipse.png);
  background-size: 5px;
  opacity: .5;
  z-index: 0;
}

.section.welcome-upd:after{
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: -400px;
  left: 0;
  background: linear-gradient(180deg, rgba(53, 85, 123, 1) 0%, rgba(53, 85, 123, 0) 100%);
  z-index: 0;
}


.section.welcome-upd:after{
  background: transparent;
}

.section.welcome-upd .bigLogo{
  width: 400px;
  max-width: 90%;
  margin-bottom: 20px;
}
@media(min-width: 1200px){
  .section.welcome-upd .bigLogo{
    width: 430px;
    max-width: 100%;
    margin: 0;
  }
}
@media(max-width: 768px){
  .section.welcome-upd .vid-1{
    height: calc( 100% - 100px);
  }
  .section.welcome-upd .bigLogo{
    width: 340px;
  }
}
@media(max-width: 640px){
  .section.welcome-upd .bigLogo{
    width: 280px;
  }
  .section.welcome-upd .asH1,
  .section.welcome-upd h1{
    font-size: 24px;
  }
  .section.welcome-upd .wrap .ipsButton{
    width: 115px;
    height: 44px;
  }
  .section.welcome-upd .wrap .ipsButton img{
    width: 20px;
  }
  .section.welcome-upd .wrap .ipsButton[data-platform="ps"] img{
    width: 22px;
  }
}

.section.welcome-upd .welcome__logo{
  margin-bottom: 20px;
  max-width: 500px;
}

.section.welcome-upd .vid-1{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.2s linear;
  left: -200%;
  right: -200%;    
  /*top: -50%;*/
  top: -45%;
  bottom: -50%;
  margin: auto;
  z-index: 0;

  min-width: 100%;
  height: auto;
}
.section.welcome-upd .welcome__background video{
  opacity: 1;
}
.section.welcome-upd img{
  max-width: 94%
}
.section.welcome-upd .welcome__background img{
  opacity: 0;
}

.section.welcome-upd .wrap{
  position: relative;
  z-index: 1;
  text-align: center;
}

.ipsApp .ipsButton{
  border: none;
}

/* clientButton */
a.clientButton.ipsButton{
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  transition: all .2s linear;
  border-radius: 0;
  font-size: 17px;
}
a.clientButton.ipsButton .wrap{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center
}
a.clientButton.ipsButton-xbox{
  background-color: #51a81b;  
}
a.clientButton.ipsButton-ps{
  background-color: #003d91;  
}
a.clientButton.ipsButton-android{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% auto;
  font-size: 0;
  background-color: #fff;
}
a.clientButton.ipsButton-ios{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 94% auto;
  font-size: 0;
  background-color: #fff;
}

a.clientButton.ipsButton:hover{
  filter: brightness(1.2);
}

a.clientButton.ipsButton img{
  width: 26px;
  margin-right: 8px;
}
@media(max-width: 768px){
  a.clientButton.ipsButton{
    font-size: 0!important;
  }
  a.clientButton.ipsButton img{
    margin: auto!important;
  }
}
@media(max-width: 640px){
  .section a.clientButton.ipsButton{
    width: 120px;
  }
}
/* end - clientButton */
.navigation-wrapper{
  z-index: 100;
}
.navigation-wrapper .ipsNavigation_main{
  background: rgba(1, 15, 40, 0.7);
}

.ipsNavigation_main .active{
  text-decoration: underline;
}

.ipsNavigation_main .ipsNavigation_store a{
  margin: 0;
}
.ipsNavigation_main .ipsList_inline .ipsNavigation_language + .ipsNavigation_store{
  margin-left: 0;
  margin-right: 20px;
}

@media(max-width: 978px){
  .ipsNavigation_main .clientButton.ipsButton{
    width: 100%;
    height: inherit;
    padding: 0;
    margin: 0;
  }
  .ipsNavigation_main .clientButton.ipsButton img{
    width: auto;
  }
}
@media(max-width: 540px){
  .clientButton.ipsButton{
    font-size: 0;
  }
  .fpage-section.main .welcome-upd__background video{
    margin: 0 auto;
    top: 110px;
  }
}

.section.welcome+*{
  position: relative;
  z-index: 1;
}

.section.welcome-upd+*{
  position: relative;
  z-index: 2;
}
@media(max-width: 1200px){
  .section.welcome-upd+*{
    z-index: 10;
  }
}

.video-gallery h2{
  text-transform: none;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 800;
}
.video-gallery h2 span{
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px;
}

section.bundles-list .bundlePopupWrapper{
  max-width: 1400px;
  margin: auto;
}
section.bundles-list .bundleItem span{
  text-transform: uppercase;
}

.video-gallery_wrapper.video-gallery_wrapper-upd{
  /*margin-top: -100px;*/
  width: 1400px;
  min-height: 65vh;
  max-width: 100%;
  margin: auto;
}

.video-gallery_wrapper.video-gallery_wrapper-upd:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  /*background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/50_section2bg.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media(max-width: 1400px){
  .video-gallery_wrapper.video-gallery_wrapper-upd{
    width: 100%;
  }
  .video-gallery_wrapper.video-gallery_wrapper-upd:before{
    height: 150vh;
  }

  body.ipsApp .container .video-gallery h2{
    font-size: 24px;
  }
}
@media(max-width: 768px){
  .video-gallery_wrapper.video-gallery_wrapper-upd:before{
    height: 200vh;
  }  
  body.ipsApp .container .video-gallery h2{
    font-size: 20px;
  }
}

.video-gallery_wrapper-upd .video-gallery{
  margin: 0 -15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 9px 1px rgb(0 20 40 / 20%);
  padding: 50px;
}
.video-gallery_wrapper-upd .video-gallery .tile-wrapper{
  width: 100%;
  /*max-width: 860px;*/
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
.video-gallery_wrapper-upd .video-tile{
  overflow: visible;
}
.video-gallery_wrapper-upd .video-tile,
.video-gallery_wrapper-upd .video-tile *{
  transition: all .2s linear;
}
.video-gallery_wrapper-upd .video-tile .video-overlay{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #10213d;
  opacity: 0;
  transition: all 0.2s linear;
}
.video-gallery_wrapper-upd .video-tile:hover{
  box-shadow: none;
}
.video-gallery_wrapper-upd .video-tile:hover img{
  box-shadow: #416cb7 0 0px 10px 1px;
}
.video-gallery_wrapper-upd .video-tile:hover .video-overlay{
  opacity: 0.2;
}
.video-gallery_wrapper-upd .play-btn{
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/52_50_play-(1).png")
}

.section.videos{
  margin-bottom: 70px;
  padding-top: 70px;
}
.section.videos:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(53, 85, 123, 1) 30.16%, rgba(53, 85, 123, 0.5) 60.16%, rgba(53, 85, 123, 0) 100%);
  z-index: 1;
}
.section.videos>*{
  position: relative;
  z-index: 1;
}

.section.videos .welcome__free{
  text-shadow: none;
}

.bundleItemHeader{
  font-size: 26px;
}

.bundleItemLabel{
  padding: 8px 25px 8px;
  font-size: 15px;
  max-width: 150px;
  line-height: 18px;
}

.bundles-socials .ipsButton {
  height: 64px;
  line-height: 40px;
}
.bundles-socials .ipsButton img{
  max-width: 42px;
}

footer .container .footer__text{
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  line-height: 1.4;
}
.modal .modal__container{
  width: 90%;
  max-width: 1200px;
  height: inherit;
}
.modal .modal__container .modal__video{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 54.6%;
  height: inherit;
}
.modal .modal__container .modal__video iframe{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal .modal__close{
  top: -30px;
  right: -30px;
  width: 24px;
  height: 24px;
}
.modal .modal-header{
  padding: 30px 40px;
}
.modal .modal-header h5{
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
.modal .modal-body{
  padding: 1rem 40px 3rem
}
.modal .modal-body .back_in_t{
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.modal .modal-body ol{
  list-style: none;
  counter-reset: my-counter;
}
.modal .modal-body ol li{
  position: relative;
  padding-left: 30px;
  counter-increment: my-counter;
  color: rgba(255, 255, 255, .6);
  max-width: 100%;
  min-width: inherit;
}
.modal .modal-body ol li b, .modal .modal-body ol li a{
  color: #fff;
}
.modal .modal-body ol li a{
  transition: all .2s linear;
  color: #fff!important;
  font-weight: normal;
  transition: all .2s linear;
  text-decoration: underline;
}
.modal .modal-body ol li a:hover{
  text-decoration: none;
}
.modal .modal-body ol li:before {
  content: counter(my-counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .cLogin_popupSingleBig{
  margin: 4px -10px 0;
}
.modal .cLogin_social button.ipsSocialBig {
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px;
  transition: all .2s linear;
  border: none;
  border-radius: 0;
  font-size: 17px;
  outline: none;
  border-radius: 0;
}
.modal .cLogin_social button[value="10"]:before, .cLogin_social button[value="11"]:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
}
.modal .cLogin_social button[value="10"]:after, .cLogin_social button[value="11"]:after {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 17px;
  line-height: 34px;
}
.modal .cLogin_social button[value="11"]:before {
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_icon-xbox.svg);
}
.modal .cLogin_social button[value="11"]:after {
  content: 'Xbox';
}
.modal .cLogin_social button[value="10"]:before {
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_icon-ps.svg);
  width: 28px;
  height: 28px;
  top: 6px;
}
.modal .cLogin_social button[value="10"]:after {
  content: 'PS4 / PS5';
}
.modal .cLogin_social button[value="10"] img, .modal .cLogin_social button[value="11"] img {
  display: none;
}
.modal .input-group input[type="text"]{
  border-radius: 0;
  background: rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 20px;
  max-width: 200px;
  box-shadow: none;
  border-color: #fff;
  border-right: 0;
}
.modal .input-group input[type="submit"]{
  background-color: #f48b1e;
  color: #fff;
  max-width: inherit;
  min-width: 160px;
  border: 1px solid #f48b1e;
}
.modal .result{
  font-size: .9rem;
  line-height: 1.4;
}

.modal .result.result-success{
  padding: 8px 12px;
  background: rgba(255, 255, 255, .15);
  margin-bottom: 20px;
}
.modal .result.result-error{
  color: #ff2d2d;
  font-weight: 500;
}

@media(max-width: 768px){
  .modal .modal-header{
    padding: 20px 30px
  }
  .modal .modal-header h5{
    font-size: 24px;
    margin-right: 10px;
  }
  .modal-vldl .modal-body{
    padding: 1rem 30px 2rem
  }
}

@media(max-width: 420px){
  .modal .modal-header h5{
    font-size: 20px;
  }
}

.ipsWidget section.bundles-list{
  margin: 0;
}
.ipsWidget section.bundles-list:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  bottom: -75%;
  /*background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/252361523_52_footer-bg-min(2).png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media(max-width: 768px){
  .ipsWidget section.bundles-list:before{
    display: none;
  }
}

section.bundles-list .bundleItem,
section.bundles-list .bundleItem *{
  transition: all .2s linear;
}
section.bundles-list .bundleItem .bundleItemImage{
  max-height: inherit;
}
section.bundles-list .bundleItem:hover{
  box-shadow: none;
}

section.bundles-list .bundleItem:hover .bundleItemInner{
  box-shadow: #416cb7 0 0px 10px 1px;
}

section.bundles-list .bundleItemHeader{
  position: relative;
  background: transparent;
  min-height: 90px;
  z-index: 1;
}

section.bundles-list .bundleItemHeader:before{
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/50_bundle-tmp.png);
  bottom: 99%;
  z-index: -4;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
section.bundles-list .bundleItemHeader:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1f5afe;
  z-index: -1;
}
section.bundles-list .bundleItemHeader .bundleItemLabel{
  position: relative;
  display: block;
  padding: 10px 40px;
  margin: 0 0 20px;
  border: 3px solid rgba(255, 255, 255, 60%);
  clear: both;
  font-size: 19px;
  line-height: 1;
  max-width: inherit;
  background: transparent;
}

@media(max-width: 992px){
  section.bundles-list .bundleItemHeader{
    font-size: 22px;
  }
  section.bundles-list .bundleItemHeader .bundleItemLabel{
    font-size: 14px;
    border-width: 2px;
  }
}

section.bundles-socials{
  /*background: rgba(39, 76, 144, .5);*/
  margin-top: 120px;
}
section.bundles-socials .container{
  padding: 64px 40px;
}
@media(min-width: 768px){
  section.bundles-socials h1.upperText{
    color: #fff!important;
    margin-top: 0;
  }
}
section.bundles-socials .ipsButton{
  width: 100%;
  min-width: 240px;
  border-radius: 0;
  border: 1px solid transparent;
}

#elCmsPageWrap{
  display: none;
}

@media(max-width: 992px){
  section.bundles-socials .ipsButton{
    min-width: 160px;
  }
  section.bundles-socials .ipsButton img{
    width: 34px;
  }
}
@media(max-width: 640px){
  section.bundles-socials{
    margin-top: 60px;
  }
  section.bundles-socials .ipsButton{
    min-width: inherit;
  }
  section.bundles-socials .ipsButton img{
    width: 28px;
  }
}

.ipsPager_title, .ipsPager_type{
  height: 22px;
}
#ipsLayout_footer{
  padding: 40px 0;
}
#ipsLayout_footer:before{
  height: 200vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -20px;
}
#ipsLayout_footer ul{
  flex-wrap: wrap;
}
#ipsLayout_footer ul.ipsList_inline{
  margin: 0;
}
#ipsLayout_footer ul.ipsList_inline li{
  margin: 0 20px 10px;
}
#ipsLayout_footer ul.ipsList_inline li a{ 
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: 16px;
  transition: all .2s linear;
}
#ipsLayout_footer ul.ipsList_inline li a:hover{
  color: #fff;
}

#ipsLayout_footer .ipsLayout_container p.copyrightsub{
  color: rgba(255, 255, 255, .5);
  font-size: 15px;
  line-height: 1.2;
}


.wg-logo img{
  max-width: 200px;
}
.ipsGrid_logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
}
.ipsGrid_logo a{
  opacity: 0.6;
  transition: all .3s;
}
.ipsGrid_logo a:hover{
  opacity: 1;
}
.copyrightsub{
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
}
.copyrightsub p{
  line-height: 1.2;
  padding-bottom: 8px;
}


.trailersPopupWrapper{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0, 9, 40, .5);
  transition: all .4s linear;
  z-index: 999;
}
.trailersPopupWrapper.show{
  opacity: 1;
}
.trailersPopupWrapper .trailersPopupContent{
  display: block;
  position: absolute;
  background-color: rgba(0, 9, 40, 1);
  text-align: center;
  color: #fff;
  padding: 30px 60px;
  width: 800px;
  max-width: 80%;
  height: fit-content;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.trailersPopupWrapper .trailersPopupContent .closePopup{
  position: absolute;
  right: 30px;
}
.trailersPopupWrapper .trailersPopupContent .closePopup img{
  width: 20px;
  opacity: .7;
  transition: all .2s linear;
  cursor: pointer;
}
.trailersPopupWrapper .trailersPopupContent .closePopup img:hover{
  opacity: 1;
}
.trailersPopupWrapper .trailersPopupContent h3{
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 28px;
}
.trailersPopupWrapper .btn{
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #f48b1e;
  margin-top: 30px;
  transition: all .2s linear;
  color: #fff;
}
.trailersPopupWrapper .btn:hover{
  background-color: rgba(244, 139, 30, .5)
}
footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/52_footerbg.png);
  background-position: center top;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

@media(min-width: 992px){
  .ipsNavigation_logo a{
    margin-right: 30px;
  }
  #ipsLayout_footer ul.ipsList_inline{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 -20px;
  }
}

@media(min-width: 768px){
  .video-gallery_wrapper-upd .video-gallery{
    flex-direction: row;
    align-items: start;
  }
}
@media(min-width: 640px){
  .ipsWidget section.bundles-list .ipsGrid{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .bundles-list .ipsGrid{
    margin: 0 -15px;
  }
  .ipsWidget section.bundles-list .ipsGrid_span4{
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}

@media(max-width: 1980px){
  .section.welcome-upd .welcome__logo{
    max-width: 460px;
    margin-bottom: 20px;
  }
}

@media(max-width: 1440px){
  .section.welcome-upd .vid-1{
    top: 0;
    left: -100%;
    right: -100%;
    margin-top: 0;
  }

  .section.welcome-upd .welcome__logo{
    max-width: 400px;
  }  
}

@media(max-width: 1200px){

  .section.activity .activity-description{
    max-width: 700px;
  }
  .section.activity .activity-description__title{
    font-size: 36px;
  }
  .section.activity .activity-description__text{
    font-size: 16px;
  }
}
@media(max-width: 1024px){

  .section.welcome-upd .welcome__logo{
    max-width: 380px;
    margin-bottom: 35px;
  }
  .section.activity{
    min-height: 900px;
  }
  .section.activity .tns-outer{
    min-height: 900px;
  }
  .section.activity .activity-pagination span{
    width: 120px;
  }
  .section.activity .activity-pagination span:before{
    height: 7px;
  }
}

@media(max-width: 992px){
  .modal .modal__close{
    top: -35px;
    right: 0;
  }
}

@media(max-width: 768px){
  .ipsApp, .ipsApp ul {
    font-size: 15px;
  }

  .welcome__background.pattern:after{
    background-size: 4px;
  }
  .section.welcome-upd .welcome__platform{
    flex-direction: row;
  }
  .section.welcome-upd .welcome__platform-button{
    margin: 0 15px;
  }

  .scroll-thumb{
    margin: 0 auto 30px;
  }

  .section.activity{
    min-height: 840px;
  }
  .section.activity .tns-outer{
    min-height: 840px;
  }
  .section.activity .activity-description{
    max-width: 100%;
    padding-bottom: 100px;
  }
  .section.activity .square-brackets{
    background-size: 10% 10px, 10px 100%, 10% 10px, 10% 10px, 10px 100%, 10% 10px;
  }
  .section.activity .activity-description__title{
    font-size: 30px;
  }
  .section.activity .activity-description__text{
    font-size: 15px;
  }
  .section.welcome-upd .wrap .ipsButton{

  }
  .section.activity .pg{
    bottom: 30px;
  }
  .section.activity .pg-current, .section.activity .pg-delimiter{
    font-size: 20px;
  }
  .section.activity .pg-total{
    font-size: 16px;
  }
  .section.activity .pg-prev, .section.activity .pg-next{
    width: 72px;
    height: 26px;
  }

  .section.videos .welcome__free{
    font-size: 30px;
  }
  .video-gallery_wrapper-upd .video-gallery{
    padding: 0;
    box-shadow: none;
  }
  .video-gallery_wrapper-upd .video-gallery .tile-wrapper{
    width: 100%;
  }
  .video-gallery_wrapper-upd .video-gallery .tile-wrapper h2{
    font-size: 23px;
    line-height: 24px;
  }
  .ipsWidget #slider .owl-carousel{
    max-width: 610px;
    margin: 0 auto 80px;
  }
  .modal .modal__close{
    width: 20px;
    height: 20px;
  }

  .trailersPopupWrapper .trailersPopupContent{
    padding: 30px;
    font-size: 16px;
  }
  .trailersPopupWrapper .trailersPopupContent .closePopup{
    top: 20px;
    right: 20px;
  }
  .trailersPopupWrapper .trailersPopupContent h3{
    margin-top: 20px;
    font-size: 20px;
  }


  #slider .owl-nav button {
    display: none;
    width: 10px;
    top: 25%;
    margin: 0 10px;
  }
  #slider .owl-item h2{
    font-size: 18px;
    line-height: 24px;
  }
}
@media(max-width: 540px){
  .section.welcome-upd .vid-1{
    width: 100%;
    height: auto;
    top: 0;
  }
  .section.welcome-upd .wrap .ipsButton{
    position: relative;
    width: 125px;
    margin: 0 5px 10px;
    height: 50px;
    overflow: hidden;
    font-size: 0;
  }
  .section.welcome-upd .wrap .ipsButton img{
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    margin: auto;
    max-width: 160px;
  }
  .section.welcome-upd .welcome__logo{
    max-width: 290px;
    margin-bottom: 35px;
  }
  .section.welcome-upd .welcome__platform-button{
    width: 150px;
    height: 50px;
    margin: 0 10px;
  }
  .section.activity{
    min-height: 760px;
  }
  .section.activity .tns-outer{
    min-height: 760px;
  }
  .section.activity .activity-description__title{
    font-size: 26px;
  }
  .section.activity .activity-description__text{
    font-size: 14px;
  }
  #ipsLayout_footer .ipsGrid_logo{
    flex-wrap: wrap;
  }
  #ipsLayout_footer .ipsGrid > .ipsGrid_span4{
    width: auto;
    margin: 5px 0;
  }
  #ipsLayout_footer .wg-logo img{
    width: 300px;
  }
}

@media(max-width: 480px){
  .modal .cLogin_social button.ipsSocialBig{
    width: 148px;
    height: 48px;
  }
  .modal .cLogin_social button[value="10"]:after, .cLogin_social button[value="11"]:after{
    display: none;
  }
  .modal .input-group input[type="submit"]{
    min-width: 114px;
  }
  .modal .result,
  .modal .redeemer_b{
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .modal .pt,
  .modal .pt_d,
  .modal .pt_r,
  .modal .pt a{
    font-size: 18px;
  }
}

@media(max-width: 420px){

  .section.welcome-upd .welcome__logo{
    max-width: 260px;
    margin-bottom: 30px;
  }
  .section.welcome-upd .welcome__platform-button{
    width: 130px;
    margin: 0 8px;
  }
  .section.activity{
    min-height: 700px;
  }
  .section.activity .tns-outer{
    min-height: 700px;
  }
  .section.activity .activity-description{
    padding-bottom: 0;
  }
  .section.activity .activity-description__title{
    font-size: 20px;
  }
  .section.activity .activity-description__text{
    padding-bottom: 46px;
  }
  .section.activity .pg{
    bottom: 30px;
  }
  .section.activity .pg-current,
  .section.activity .pg-delimiter, 
  .section.activity .pg-total{
    font-size: 14px;
  }
  .section.activity .pg-prev, .section.activity .pg-next{
    height: 18px;
  }

  .modal .cLogin_social button.ipsSocialBig{
    width: 100px;
    height: 44px;
  }
  .modal .cLogin_social button[value="10"]:before{
    width: 24px;
    height: 24px;
  }
  .modal .cLogin_social button[value="11"]:before{
    width: 22px;
    height: 22px;
  }
  .modal .input-group input[type="text"]{
    border: 1px solid #fff;
    width: 100%;
    max-width: inherit;
  }
  .modal .cLogin_social button[value="10"]:after, .cLogin_social button[value="11"]:after{
    display: none;
  }
  .modal .input-group-append,
  .modal .input-group input[type="submit"]{
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .modal .pt,
  .modal .pt_d,
  .modal .pt_r,
  .modal .pt a{
    font-size: 16px;
  }
}

.section.welcome-ja {
  position: relative;
  justify-content: flex-end;
  background-color: #02112f;
  padding-bottom: 140px;
  height: 100vh;
  z-index: 100;
}
.section.welcome-ja .welcome__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  z-index: -1;
}
.section.welcome-ja .welcome__background:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(65, 108, 183, 0) 0%, rgba(65, 108, 183, 0.348) 38.02%, rgba(65, 108, 183, 0.4) 60%, #1C4283 100%);
  opacity: .75;
}
.section.welcome-ja .welcome__background video {
  position: absolute;
  min-width: 100%;
  max-width: 180%;
  transition: all 0.2s linear;
  top: 0;
  bottom: auto;
  left: -200%;
  right: -200%;
  margin: auto;
  z-index: 0;
}
@media(max-width: 1024px){
  .section.welcome-ja .welcome__background:before{
    background: linear-gradient(180deg, rgba(65, 108, 183, 0) 0%, rgba(65, 108, 183, 0.3) 45%, rgba(65, 108, 183, 0.8) 70%, #1C4283 100%)
  }
}
@media(max-width: 768px){
  .section.welcome-ja .welcome__background video {
    top: 20px;
  }
}
@media(max-width: 580px){
  .section.welcome-ja .welcome__background video {
    top: 40px;
  }
}

.section.welcome-ja .desc {
  position: absolute;
  width: 100%;
  bottom: 10%;
  margin: auto;
}
.section.welcome-ja .desc .logo {
  display: block;
  width: 60%;
  max-width: 950px;
  margin: 0 auto 40px;
}
@media(max-width: 1980px){
  .section.welcome.welcome-ja{
    min-height: 1024px;
  }
}

@media(max-width: 1280px){
  .section.welcome-ja .desc h1{
    margin-top: 1.4rem;
  }
  .section.welcome-ja .desc .logo{
    margin-bottom: 0;
  }
  .section.welcome.welcome-ja{
    min-height: auto;
    max-height: auto;
    height: auto;
    padding-bottom: 92%;
  }
  .section.welcome.welcome-upd{
    padding-bottom: 160px
  }
  .section.welcome-upd .bigLogo{
    margin-bottom: 0;
  }
}

@media(max-width: 860px){
  .section .play-on-pc{
    bottom: 0;
  }
  .section .play-on-pc a{
    width: 125px;
  }
  .section.welcome.welcome-ja{
    padding-bottom: 130%;
  }
}

@media(max-width: 768px){
  .section.welcome.welcome-ja{
    padding-bottom: 122%;
  }
  .section.welcome.welcome-ja .scroll-thumb{
    bottom: 20px;
  }
  .section.welcome.welcome-upd{
    height: 94vh;
    padding-bottom: 120px;
    margin-bottom: 40px;
  }
}

@media(max-width: 400px){
  .fullpage .play-on-pc{
    bottom: -60px;
  }
  .section.welcome.welcome-ja{
    padding-bottom: 140%;
  }
}

.news-list{
  width: 1400px;
  max-width: 100%;
  margin: auto;
}

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