html{
  display: block;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-panel,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
:host::shadow::-webkit-media-controls-container{display: none !important;}
video::slotted::-webkit-media-controls-container{
  display:none !important;
  visibility: hidden!important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}
.video-background::-webkit-media-controls-panel,
.video-background::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.custom-video-controls {
  z-index: -9999999;
}

.ipsNavigation_main{
  font-family: "Roboto Condensed", sans-serif;
}
.drawer__wrapper-close img{
  width: 18px;
}

body.ipsApp.ipsApp_front {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .8);
  overflow: hidden;
  background: #131D58;
  z-index: 10;
}
body.ipsApp *{
  color: rgba(255, 255, 255, .8);
}
body.ipsApp img{
  max-width: 100%;
}

body.ipsApp h1,
body.ipsApp .asH1{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 46px;
  line-height: 1.2;
  color: #fff;
}

body.ipsApp h2{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #fff;
}

body.ipsApp h3{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #fff;
}

.ipsApp .ipsButton,
body.ipsApp .btn:not(.btn-link){
  display: inline-block;
  background: #63A7FC;
  color: #fff;
  min-width: 180px;
  height: 56px;
  transition: all .2s linear;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 46px;
}
body.ipsApp .btn:not(.btn-link):hover{
  background-color: #5898E9;
}

body.ipsApp #ipsLayout_body{
  display: block;
  position: relative;
  width: 100%;
  max-width: inherit;
  
  background: linear-gradient(180deg, #052854 0%, #1b457f 45.31%, #00183F 100%)!important;
  /*background: linear-gradient(180deg, #162e4c 0%, #243D81 45.31%, #00183F 100%);*/
  padding-top: 120px;
  margin: 0;
}
main.ipsLayout_container,
footer .ipsLayout_container{
  max-width: 100%;
  padding: 0;
}
main.ipsLayout_container:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 12%;
  left: 0;
  background-image: url(https://ips4-wowslegends-global.gcdn.co/pages_media/87_wg_wowsl_sparks_v2_fullcolor_5000x3000.jpg?_cb=1673535388);
  background-repeat: no-repeat repeat;
  background-position: center bottom;
  background-size: 100% auto;
  mix-blend-mode: lighten;
  padding-bottom: 40%;
  z-index: 0;
}
main.ipsLayout_container .bundles-list{
  position: relative;
  z-index: 1;
}
main.ipsLayout_container .bundles-list a{
  text-decoration: none;
}
main.ipsLayout_container .bundles-list .bundleItem{
  width: 100%;
}
main.ipsLayout_container .bundles-list .bundleItemInner{
  height: 100%;
  background: #1E5AFF;
  transition: all .2s linear;
}
main.ipsLayout_container .bundles-list .bundleItemInner:hover{
  filter: brightness(115%)
}
main.ipsLayout_container .bundles-list .bundleItemLabel{
  display: inline-block;
  position: absolute;
  padding: 2px 12px;
  background: #51a81b;
  color: #ffffff;
  font-size: 15px;
  top: 15px;
  left: -8px;
  text-transform: uppercase;
}
main.ipsLayout_container .bundles-list .bundleItemContent{
  position: relative;
}
main.ipsLayout_container .bundles-list .bundleItemContent img{
  max-width: 100%;
}
main.ipsLayout_container .bundles-list .bundleItemContent:after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/87_bundle-decoration.png?_cb=1673604541);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center 101%;
}
main.ipsLayout_container .bundles-list .bundleItemHeader{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  min-height: 100px;
}

.bundlePopupWrapper.modal{
  position: fixed;
  background: rgba(0, 0, 0, 0.32);
  z-index: 999;
  backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
}
.bundlePopupWrapper.modal.active{
  display: flex!important;
}
.bundlePopupWrapper.modal .ipsLayout_container{
  position: relative;
  background-color: #0f2a56;
  width: 92%;
  max-width: 740px;
  min-height: 240px;
  box-shadow: 0 0 45px rgb(49 56 188 / 10%);
  border: 1px solid rgb(255 255 255 / 25%);
}
.bundlePopupWrapper.modal .ipsLayout_container .storeSelector,
.bundlePopupWrapper.modal .ipsLayout_container .regionSelector{
  padding: 40px;
}
.bundlePopupWrapper.modal .ipsLayout_container .storeSelector .storeItem{
  margin: 0 7.5px;
}
.bundlePopupWrapper.modal .ipsLayout_container .storesBack{
  display: block;
  position: relative;
  cursor: pointer;
}
.bundlePopupWrapper.modal .ipsLayout_container .storesBack:before{
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAB4CAQAAADlV0zSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflAx4PDQG0znMLAAAD10lEQVR42sXbzUtUURgG8KcpWkQUrYIg2kWSo/NJ2oemFS2Ddq1bBEX+D+4KamFmaFpqiZrrVhFFE6RhYC0CDVq2CFoUWGpfb4uQqfHOvec5933PnNmI98zhx33uee85d7gQBP90y4S8lzVZlldyRfZVj4SG7JF5qW3XGoMpyS+JapXwmBZZlXrtTlhMq6xJXDstyCBMK2MBW2N7XMTeTRKCksc8Nif0+YLLIc5MK+YSKcBONG0xp5Qw79hzu/WZyeOlc9/Ptpgs5pynyCe8tcQU8SZhBv3bHuGxXV0py29hWptd0cvGVNuodt2uAhfr3IPqtUm7e9MhMqDR9W/qU5rlO0WZqn5Xm1KQHz4BWWDKJGX0/+9rUlrIy3a6dgQ9Sl5+UpQHG8fQC4ijjEeNokNppSAiE9HjaFByCQtKh4C0MAWyrozXHystpUgGNBo3WtiAZuLHS3dWuIAmkkb0p5TJgMaTx/SlKJQ4LUzS7rC23Xcb14dSItcrY64j+wTE3Q6n3MdmKexknmRG5yhFMqDEyeyPKVEQmsJg2M0HFRCHYTcfjpPZB8PuDh2qrS8mKyvWAbliPHeHFpg2q2rLY1rIEkdUWxZTCBdQEobdfKQKKB6TJSledcUNY7J08sOwAd3ToURh8uRkVgkoGpNrTEBRGMXdYVpMwfdZnD6GXVBOa1OqGHZ3qDaDNmKaNB71aGFeU5QZG8pfzAWKQi+zGUyzVAjKmB1FADkvX50pKdcrSZ8MDmCb4y9CV3HO8NcpABnix+RvthQggyWsOfbtxaCxRnIyS1zAN2wvYEgPNbVv2WIgSxRnxBbDPs01Cmv9j+Mk56YlBnKU5Ny2xEA6SU6fJYbnKIdV+49jJGfYEgPpaNzZifpnN8npt8Q0LKx6B46QnAFLDB+WQlWOO8heyoOWGD6sIUsM5FTIsJK7dIYLy6XT4VAct26ByqBrRzYsr7rj3rXdPiymcxfJoZfuXHd2cUqGxZ5KdnFKhcVfZuxNgqjKHtc8HZZzVfbB8GE5Xjt+GKPlly/GZL3jjzGY6Gkw/LUzYolR3oWmxfCcfkuM4iMDDYxa3dHBKC2/tDD8PWvYEqOwsdHE8GH1WWJS7kK1MZA2/7D0MZCTvmFZYPhb6KAlht+F9lpi+JmVs3x18Qm6qP492GH76mI7Xjj3/YhLtu/EzaLTue9uZK3fFqyg27nvLvuXOp+iw7HnSog3TJ87hbWMxTAvAldwwoH8zK7O1H6SVoNnwr48HrfembatwFGfeo+bFiQTHgPZL+82UO6uHw2NgUDOykP5IKuyLIsyJAerR/4Agl05iAFsKocAAAAASUVORK5CYII=);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bundlePopupWrapper.modal .ipsLayout_container .closePopup{
  position: absolute;
  top: 15px;
  right: 20px;
  width: 16px;
  cursor: pointer;
}
.bundlePopupWrapper.modal .ipsLayout_container h3{
  text-transform: uppercase;
  font-weight: 600;
}

main.ipsLayout_container .bundles-socials{
  display: none;
}
.welcome{
  position: relative;
  height: 94vh;
}
.welcome .welcome__background {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding-bottom: 54.6%;*/
  /*min-height: 480px;*/
  overflow: hidden;
}
.welcome .welcome__background:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*background: linear-gradient(180deg, rgba(19, 29, 88, 0) 16.15%, rgba(19, 29, 88, 0.478261) 47.92%, #16205A 100%);*/
  /*background: linear-gradient(180deg, rgba(19, 29, 88, 0) 16.15%, rgb(44 63 83 / 35%) 47.92%, #162e4c 100%)*/
  background: linear-gradient(180deg, rgb(6 31 54 / 0%) 16.15%, rgb(6 31 54 / 30%) 47.92%, #052854 100%)!important;
  z-index: 1;
}
.welcome .welcome__background img{
  width: 100%;
}
.welcome .welcome__background video{
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  margin:0!important;
  z-index:1;
}
.welcome .wrap-content{
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-bottom: 120px;
  z-index: 2;
}
.welcome .wrap-content .bigLogo{
  width: 420px;
  max-width: 70%;
  margin: 0 auto 30px;
}
.welcome .wrap-content h1{
  font-weight: 800;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
}
.welcome .wrap-content h3{
  font-weight: 500;
  font-size: 40px;
}
.welcome .scroll-thumb{
  position: absolute;
  z-index: 10;
}

.updateInfo{
  position: relative;
}
.updateInfo .item {
  text-align: center;
}
.updateInfo .swiper-pagination{
  margin-top: 40px;
}
.swiper-navigation .swiper-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 4px 3px;
}
.swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #fff;
}
.swiper-navigation .swiper-button-next, 
.swiper-navigation .swiper-button-prev{
  color: #fff;
}
.video-gallery .video-tile{
  display: block;
  position: relative;
  max-width: 800px;
  margin: auto;
}
.video-gallery .video-tile:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/89_youtube-white.svg?_cb=1674832480);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 76px;
  transition: all linear .2s;
}
.video-gallery .video-tile:hover:before{
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/89_youtube.svg?_cb=1674832246);
  background-color: rgb(0 0 0 / 30%);
  backdrop-filter: blur(1.8px);
  cursor: pointer;
}


.recentEntries{
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.recentEntries-gallery .item{
  height: initial;
  max-width: 320px;
  margin-right: 20px;
}
.recentEntries-gallery .item .icon-featured{
  position: absolute;
  top: 15px;
  right: 15px;
}
.recentEntries-gallery .item .icon-featured i{
  color: #fff;
}
.recentEntries-gallery .swiper-navigation{
  position: relative;
  margin-top: 30px;
}
.recentEntries-gallery .swiper-navigation .swiper-pagination{
  position: relative;
  margin: 0 30px;
}
.recentEntries-gallery .swiper-navigation .swiper-button-prev,
.recentEntries-gallery .swiper-navigation .swiper-button-next{
  position: relative;
  left: inherit;
  right: inherit;
  top: 8px;
}
.recentEntries-gallery .swiper-navigation .swiper-button-prev:after,
.recentEntries-gallery .swiper-navigation .swiper-button-next:after{
  font-size: 26px;
}
.recentEntries-gallery .swiper-navigation .toblog{
  position: absolute;
  left: 0;
}

#ipsLayout_footer{
  position: relative;
  background: #00183F;
  margin: 0;
  padding: 80px 0 70px;
}
#ipsLayout_footer:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 54.6%;
  left: 0;
  bottom: 0;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/87_wg_wowsl_sparks_v2_fullcolor.jpg?_cb=1673542211);
  mix-blend-mode: lighten;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: 0;
}
#ipsLayout_footer .container{
  position: relative;
}
#ipsLayout_footer ul.ipsList_inline li a{
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  transition: all .2s linear;
}
#ipsLayout_footer ul.ipsList_inline li a:hover{
  color: #fff;
  text-decoration:underline;
}
#ipsLayout_footer .ipsGrid_logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
#ipsLayout_footer .ipsGrid_logo a {
  opacity: 0.6;
  transition: all .3s;
}
#ipsLayout_footer .ipsGrid_logo a:hover{
  opacity: 1;
}
#ipsLayout_footer .wg-logo img {
  max-width: 200px;
}
#ipsLayout_footer .bundles-socials{
  display: block;
  background-color: #0f2a56;
  margin-bottom: 60px;
  padding: 30px;
}
#ipsLayout_footer .bundles-socials .container a{
  display: flex;
  width: 140px;
  min-width: inherit;
  height: 64px;
  background: gray;
  border-radius: 0;
  transition: all .2s linear;
  align-items: center;
  justify-content: center;
}
#ipsLayout_footer .bundles-socials a:hover{
  filter: brightness(140%);
}
#ipsLayout_footer .bundles-socials h2{
  margin-bottom: 20px;
}
#ipsLayout_footer .bundles-socials a img{
  max-width: 42px;
}
#ipsLayout_footer .bundles-socials a.ipsButton_discord{
  background-color: #7289d9;
}
#ipsLayout_footer .bundles-socials a.ipsButton_discord img{
  max-width: 38px;
}
#ipsLayout_footer .bundles-socials a.ipsButton_youtube img{
  max-width: 46px;
}
#ipsLayout_footer .bundles-socials a.ipsButton_reddit{
  background-color: #ff4500;
}
#ipsLayout_footer .bundles-socials a.ipsButton_facebook{
  background-color: #4268b3;
}
#ipsLayout_footer .bundles-socials a.ipsButton_instagram{
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#ipsLayout_footer .bundles-socials a.ipsButton_instagram img{
  max-width: 34px;
}
#ipsLayout_footer .bundles-socials a.ipsButton_twitter{
  background-color: #1dcaff;
}
#ipsLayout_footer .copyrightsub{
  font-size: 15px;
  line-height: 1.4;
}

#ipsLayout_footer .copyrightsub p{
  color: rgba(255, 255, 255, .8)
}
#ipsLayout_footer .copyrightsub a{
  color: #fff;
}
#ipsLayout_footer .copyrightsub p{
  text-shadow: 0 -2px 0 #00183f, 0 -2px 0 #00183f, 0 2px 0 #00183f, 0 2px 0 #00183f, -2px 0 0 #00183f, 2px 0 0 #00183f, -2px 0 0 #00183f, 2px 0 0 #00183f, -1px -2px 0 #00183f, 1px -2px 0 #00183f, -1px 2px 0 #00183f, 1px 2px 0 #00183f, -2px -1px 0 #00183f, 2px -1px 0 #00183f, -2px 1px 0 #00183f, 2px 1px 0 #00183f, -2px -2px 0 #00183f, 2px -2px 0 #00183f, -2px 2px 0 #00183f, 2px 2px 0 #00183f, -2px -2px 0 #00183f, 2px -2px 0 #00183f, -2px 2px 0 #00183f, 2px 2px 0 #00183f;
}


.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: 15px;
  left: 0;
  right: 0;
  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;
}

body.ipsApp .ipsWidget[data-blockid="app_cms_Blocks_dgmf6nddh"],
body.ipsApp .ipsWidget[data-blockid="app_cms_Blocks_n0wwjwkk4"]{
  display: none;
}

.ipsWidget.ipsWidget_horizontal[data-blockid^="app_cms"]:not([data-blockid^="app_cms_RecordFeed"]),
.cWidgetContainer[data-widgetArea="header"]{
  margin: 0;
}
#elCmsPageWrap{
  display: none!important;
}

 {
  background-position: center;
  background-size: cover;
}
.welcome.welcome-upd .welcome__background{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.welcome.welcome-upd .welcome__background:after{
  background: linear-gradient(180deg, rgb(6 31 54 / 0%) 16.15%, rgb(6 31 54 / 30%) 80%, #003255 100%)!important;
}
body.ipsApp main#ipsLayout_body{
  background: linear-gradient(180deg, #003255 0%, #1b457f 45.31%, #00183F 100%)!important
}

@media(max-height: 500px){
  #dropdown1_menu {
    max-height: 250px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
}

@media(min-width: 1400px){
}

@media(min-width: 1400px){
  .updateInfo {
    max-width: 1330px;
  }
  .welcome.welcome-upd {
    min-height: 800px;
  }
}
@media(max-width: 1400px){
  .welcome.welcome-upd .welcome__background video{
   /* left: -100%; */
    /*left: auto;
    right: -4%;*/
  }
  #ipsLayout_footer .bundles-socials .container a{
    min-width: auto;
    width: 82px;
  }
  #ipsLayout_footer .bundles-socials .container a img{
    max-width: 34px;
  }
  #ipsLayout_footer .bundles-socials .container a.ipsButton_facebook img{
    max-width: 38px;
  }
  .recentEntries .d-xxl-block{
    display: none!important;
  }
  .updateInfo {
    padding: 0 40px;
  }
  .updateInfo .swiper-button-prev{
    left: -30px;
  }
  .updateInfo .swiper-button-next{
    right: -30px;
  }
}

@media(max-width: 1300px){
  .updateInfo {
    padding: 0 60px;
  }
  .updateInfo .swiper-button-prev{
    left: 0px;
  }
  .updateInfo .swiper-button-next{
    right: 0px;
  }
}

@media(max-width: 1200.5px){
  #ipsLayout_footer .bundles-socials a{
    width: 100px;
  }
  .welcome.welcome-upd .welcome__background img,
  .welcome.welcome-upd .welcome__background video{
    /*left: auto;
    right: -4%;*/
  }
  .updateInfo {
    padding: 0 15px;
  }
  .updateInfo .swiper-button-prev{
    left: -30px;
  }
  .updateInfo .swiper-button-next{
    right: -30px;
  }
  .video-gallery .tile-text{
    max-width: 840px;
    margin: auto;
  }
  main.ipsLayout_container .bundles-list .bundleItem{
    max-width: 320px;
  }
  .recentEntries-gallery .card .card-title{
    font-size: 18px;
    line-height: 1.3;
  }
}

@media(max-width: 1080px){
  .updateInfo {
    padding: 0 60px;
  }
  .updateInfo .swiper-button-prev{
    left: 0px;
  }
  .updateInfo .swiper-button-next{
    right: 0px;
  }
}

@media(max-width: 992px){
  body.ipsApp,
  body.ipsApp ul{
    font-size: 16px;
  }
  body.ipsApp h1, body.ipsApp .asH1{
    font-size: 32px;
    margin-bottom: 24px;
  }
  .welcome .wrap-content h1{
    font-size: 46px;
    margin-bottom: 32px;
  }
  .welcome .wrap-content h3{
    font-size: 32px;
  }
  .welcome.welcome-upd .welcome__background{
    background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/100_Brisbane-Fb-Cover-sm.png?_cb=1702286935);
    /*background-position: 76% top;*/
    background-position: center top;
    background-size: auto 100%;
  }
  body.ipsApp .video-gallery img{
    width: 600px;
  }
  body.ipsApp #ipsLayout_body{
    padding-top: 80px;
  }
  #ipsLayout_footer .bundles-socials a{
    width: 80px;
    height: 54px;
  }
  #ipsLayout_footer .bundles-socials a img{
    max-width: 36px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_discord img{
    max-width: 34px;
  }
  main.ipsLayout_container .bundles-list .bundleItemHeader{
    font-size: 20px;
  }
  #ipsLayout_mainArea{
    margin: 0!important;
  }
  #ipsLayout_footer ul.ipsList_inline li a{
    font-size: 14px;
  }
  #ipsLayout_footer .copyrightsub{
    font-size: 14px;
  }
}

@media(max-width: 978px){
  body.ipsApp .btn:not(.btn-link){
    min-width: 150px;
    height: 48px;
    font-size: 16px;
    line-height: 38px;
  }
  .welcome .wrap-content .bigLogo{
    width: 360px;
  }
}

@media(max-height: 840px){
  .welcome .wrap-content .bigLogo{
    margin-bottom: 10px;
  }
  .welcome .wrap-content h3{
    margin-bottom: 10px;
  }
}

@media(max-width: 768px){
  .welcome.welcome-upd {
    margin-top: 38px;
    min-height: 540px;
    max-height: 800px;
    height: 82vh!important;
  }
  .welcome .wrap-content{
    padding-bottom: 76px;
  }
  .welcome .wrap-content h3{
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
  }
  .welcome .welcome__background img{
    min-height: inherit;
    width: 210%;
    display: block;
    position: absolute;
    top: 0;
    min-width: inherit;
    max-width: inherit;
    left: -40%;
  }
  .welcome.welcome-upd .welcome__background video{
    /*min-width: inherit;
    min-height: inherit;
    width: 100%!important;*/
    width: 175%!important;
    left: -100%!important;
    right: -100%!important;
    /*top: -20%;*/
  }
  .welcome.welcome-upd .welcome__background:after{
    background: linear-gradient(180deg, rgb(6 31 54 / 0%) 16.15%, rgb(6 31 54 / 30%) 58%, #003255 90%)!important;
    /*background: linear-gradient(180deg, rgba(19, 29, 88, 0) 16.15%, rgb(44 63 83 / 37%) 29.92%, rgb(44 63 83 / 85%) 57.92%, #162e4c 100%);*/
    /*background: linear-gradient(180deg, rgba(19, 29, 88, 0) 16.15%, rgb(13 24 85) 80%, #0d1855 100%)!important;*/
  }
  .welcome .wrap-content .bigLogo{
    margin-bottom: 10px;
    width: 340px;
  }
  a.clientButton.ipsButton{
    width: 140px;
    height: 44px;
  }
  .updateInfo .swiper-button-prev{
    left: 0;
  }
  .updateInfo .swiper-button-next{
    right: 0;
  }

  main.ipsLayout_container .bundles-list .bundleItem{
    width: 260px;
  }
  main.ipsLayout_container .bundles-list .list-wrapper{
    overflow-x: scroll;
  }
  #ipsLayout_footer .bundles-socials a{
    width: 56px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_youtube img{
    max-width: 40px;
  }
  .bundlePopupWrapper.modal .ipsLayout_container{
    min-height: auto;
    max-width: 520px;
    padding: 0;
  }
  main.ipsLayout_container .bundles-list .bundleItemHeader{
    min-height: 76px;
  }
  .recentEntries-gallery .swiper-navigation .toblog{
    position: relative;
    margin-right: auto;
  }
  .recentEntries-gallery .swiper-navigation .toblog .btn {
    padding-left: 0;
  }
  .recentEntries-gallery .swiper-navigation .swiper-pagination{
    width: 36px;
  }
  .recentEntries-gallery .swiper-navigation .swiper-button-prev, 
  .recentEntries-gallery .swiper-navigation .swiper-button-next{
    /*top: initial*/
  }
  .recentEntries-gallery .swiper-navigation .swiper-button-prev{
    margin-left: auto;
  }
  .recentEntries-gallery .swiper-navigation .swiper-pagination{
    margin: 0 20px;
  }
  .swiper-navigation .swiper-pagination .swiper-pagination-bullet{
    padding: 4px;
  }
  #ipsLayout_footer{
    padding-bottom: 40px;
  }
}

@media(max-width: 640px){
  .welcome .welcome__background img{
    left: 0%;
  }
  body.ipsApp .btn:not(.btn-link){
    width: 140px;
    height: 42px;
    font-size: 14px;
    padding: 0;
  }
  .welcome.welcome-upd .welcome__background video{
    width: 100%!important;
    /*min-width: inherit;
    min-height: inherit;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    top: 0;*/
  }
  .welcome .welcome__background:after{
    background: linear-gradient(180deg, rgb(6 31 54 / 0%) 34%, rgb(6 31 54 / 92%) 55.92%, #052854 100%)!important;
  }
  body.ipsApp .btn:not(.btn-link){
    min-width: 140px;
    height: 42px;
    font-size: 14px;
    padding: 0;
    line-height: 42px;
  }
  .updateInfo{
    padding: 0 15px;
  }
  .swiper-button-next:after, 
  .swiper-button-prev:after{
    font-size: 34px;
  }
  .updateInfo .swiper-button-prev{
    left: 24px;
  }
  .updateInfo .swiper-button-next{
    right: 24px;
  }
  .video-gallery .video-tile:before{
    background-size: 64px;
  }
  
  #ipsLayout_footer .bundles-socials .container a{
    width: 68px;
  }
  #ipsLayout_footer .bundles-socials .container a img{
    max-width: 30px;
  }
  #ipsLayout_footer .bundles-socials .container a.ipsButton_reddit img,
  #ipsLayout_footer .bundles-socials .container a.ipsButton_facebook img{
    max-width: 36px;
  }
}

@media(max-width: 564px){
  #ipsLayout_footer .ipsGrid_logo{
    flex-wrap: wrap;
  }
  #ipsLayout_footer .ipsGrid_logo .ipsGrid_span4 {
    width: 50%;
    margin: 10px auto;
    float: none;
    white-space: nowrap;
  }
}
@media(max-width: 460px){
  .welcome.welcome-upd{
    height: 84vh!important;
  }
  #ipsLayout_footer .bundles-socials{
    padding: 24px 0;
  }
  #ipsLayout_footer .bundles-socials a{
    width: 52px;
    height: 52px;
  }
  #ipsLayout_footer .bundles-socials a img{
    max-width: 32px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_discord img{
    max-width: 30px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_youtube img{
    max-width: 36px;
  }
  #ipsLayout_footer .ipsGrid_logo .ipsGrid_span4 {
    width: 100%;
  }
}

@media(max-width: 400px){
  #ipsLayout_footer .bundles-socials a{
    width: 46px;
    height: 46px;
  }
  #ipsLayout_footer .bundles-socials a img{
    max-width: 30px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_discord img{
    max-width: 30px;
  }
  #ipsLayout_footer .bundles-socials a.ipsButton_youtube img{
    max-width: 33px;
  }
}


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