/* reset */
html,body,div,p,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5 {margin:0;padding:0}
a,img,input {border:none;}
body{font: 14px/1.75  -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {text-decoration:none;}
ul,li{list-style: none}
a, img {-webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */}
html, body {
    -webkit-user-select: none;   /* 禁止选中文本（如无文本选中需求，此为必选项） */
    user-select: none;
}
/* reset end */
html {
  font-size: 50px;/* 兼容不支持vw的系统 */
  font-size: 13.33333333vw;/* 7.5rem === 100vw */
}

@font-face {
  font-family: "industry";
  src: url("../images/font/industry.ttf");
}

@font-face {
  font-family: "industry-black";
  src: url("../images/font/Industry-Black.ttf");
}
@font-face {
  font-family: "industry-book";
  src: url("../images/font/Industry-Book.ttf");
}

@font-face {
  font-family: "industry-bold";
  src: url("../images/font/Industry-Bold.ttf");
}

@font-face {
  font-family: "industrymedium";
  src: url("../images/font/Industry-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "video";
  src: url("../images/font/Video-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

.pc {
  display: none;
}
body,html{
  width: 100%;
}
.lang_en .wrap {
  background-position-y: -.65rem;
}
.lang_es .wrap {
  background-position-y: -.65rem;
}
.lang_de .wrap {
  background-position-y: -.3rem;
}
.lang_tr .wrap {
  background-position-y: -.65rem;
}
.lang_fr .wrap {
  background-position-y: -.65rem;
}
.lang_en .part1_txt{transform: translateY(.3rem);}
.lang_es .part1_txt{transform: translateY(.3rem);}
.lang_de .part1_txt{transform: translateY(.3rem);}
.lang_tr .part1_txt{transform: translateY(.3rem);}
.lang_fr .part1_txt{transform: translateY(.5rem);}
.wrap {
  background-image: url('../images/m/bg2.jpg') ;
  background-repeat: no-repeat;
  background-color: #04070d;
  background-size: 7.5rem 22.67rem;
  width: 7.5rem;
  height: auto;
  /* height: 24.47rem; */
  font-family: "industry";
  overflow: hidden;
  position: relative;
  background-position-y: -.4rem;
  padding-bottom: 0.1rem;
}

/* .lang_es .wrap{
  height: 24.97rem;
}

.lang_es .switch-wrapper{
  bottom: 7.7rem;
} */

.part {
  position: relative;
  padding-top: 1.8rem;
}
.award_item {
  width: 3.81rem;
  position: relative;
}
.award_item.not {
  /* background-image: url('../images/m/role_bg_not.png') ;background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  width: 3.81rem;
  height: 5rem;
}
.award_item.not .role_box {
  border: .02rem solid #676767;
}
/* .award_item.not::before {
  content: '';
  background-image: url('../images/m/award_item_not_before.png') ;background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.08rem;
  height: 1.08rem;
  position: absolute;
  left: 0;
  z-index: 11;
  right: 0;
  top: 1rem;
  margin: auto;
} */
.award_item.not .award_txt {
  display: block;
  font-size: .21rem;
  color: #888888;
  position: absolute;
  text-align: center;
  width: 3.2rem;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.6rem;
}

.img_role {
  background-image: url('../images/m/role.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 4.14rem;
  height: 4.59rem;
  top: -2.1rem;
  left: -.25rem;
}
.swiper-slide-active {
  z-index: 11;
}
.swiper-slide-active .img_role {
  transform: scale(1.5);
} 
.swiper-slide-active .award_item  {
  transform: scale(1.1);
} 
.award_item.not .award_txt::before {
  content: '';
  background-image: url('../images/m/award_txt_before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: .21rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.3rem;
  margin: auto;
}
.award_item.act {
  background-image: url('../images/m/role_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.81rem;
  height: 5rem;
}
.award_item.not .role_box img {
  filter: brightness(0);
  visibility: visible;
}
.award_item.act .role_box img {
  filter: brightness(1);
  visibility: visible;
}
.award_cdk {
  background-image: url('../images/m/award_cdk.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.81rem;
  height: .55rem;
  position: absolute;
  z-index: 1;
  bottom: .6rem;
  left: 0;
  font-size: .18rem;
  display: flex;
  line-height: .5rem;
  justify-content: center;
  color: #7c7c7c;
  right: 0;
  margin: auto;
  display: none;
}
.award_txt {
  display: none;
}

.award_item.act .award_cdk {
  background-image: url('../images/cdk-bg-act.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #f8f701;
  display: flex;
}

/* .award_item.act .award_cdk::before {
  content: '';
  background-image: url('../images/icon11.png') ;background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .59rem;
  height: 1.14rem;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  bottom: -.8rem;
  animation: breathe 1s infinite alternate;
  margin: auto;
} */

@keyframes breathe {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    opacity: 0.5;
    transform: scale(1.1); /* 根据需要调整放大倍数 */
  }
}
.award_item.act .award_cdk.act::before {
  content: none;
}
.award_item.act .award_txt {
  display: block;
  color: #888888;
  font-size: .18rem;
  text-align: center;
  position: relative;
  height: auto;
  width: 3.2rem;
  position: absolute;
  bottom: 1.3rem;
  line-height: .2rem;
  padding: .1rem;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0,.6);
}
.award_item.act .award_txt::before {
  content: none;
}
.award_item .role_box {
  width: 3.2rem;
  height: 4.74rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.award_item .role_box img {
  width: 100%;
  filter: brightness(0);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  visibility: hidden;
}

.part .part1_title {
  width: 6.65rem;
  margin: auto;
  font-family: "industry-black";
  color: #f8f701;
  font-size: .6rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .1rem;
  position: relative;
  line-height: .55rem;
  height: 1.2rem;
  border-bottom: .02rem solid #f8f701;
}
.part1_title::before {
  content: '';
  background: url('../images/before123.png') no-repeat;
  width: 100%;
  height: 1.41rem;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.part1_txt {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: .24rem;
  width: 7.058rem;
  line-height: .35rem;
  margin: auto;
  padding: .15rem; 
  box-sizing: border-box;
  position: relative;
}

.questionMark_icon {
  background-image: url('../images/wenhao_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .3rem;
  height: .3rem;
  position: absolute;
  right: .15rem;
  bottom: .15rem;
}

.part_award {
  position: relative;
  margin: .15rem auto .2rem;
  width: 7.5rem;
  height: 7.84rem;
  overflow: hidden;
}

.award_swiper {
  width: 7.5rem;
  height: 7.84rem;
}

.swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-toggle {
  width: 3.1rem;
  height: .73rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-button-next {
  background-image: url('../images/m/swiper_button_prev.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .73rem !important;
  height: .73rem !important;
  display: block !important;
  margin-top: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.swiper-button-next::after,.swiper-button-next::before {
  content: none !important;
  display: none !important;
}
.swiper-button-prev::after,.swiper-button-prev::before {
  content: none !important;
  display: none !important;
}
.swiper-button-prev {
  background-image: url('../images/m/swiper_button_next.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .73rem !important;
  height: .73rem !important;
  display: block !important;
  margin-top: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}


/* nav */
.nav {
  padding-left: .4rem;
  box-sizing: border-box;
  height: .63rem;
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 111;
  padding-top: .3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: right;
}


.nav ul {
  display: flex;
  align-items: end;
  display: none;
}
.nav ul li {
  margin-right: .5rem;
  cursor: pointer;
  font-size: .26rem;
  padding-bottom: .1rem;
  box-sizing: border-box;
}
.logo {
  background-image: url('../images/m/logo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.88rem;
  height: .26rem;
  position: absolute;
  left: .4rem;
  top: .3rem;
  margin: auto;
}

.steam_icon {
  background-image: url('../images/steam_icon_box.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.85rem;
  height: .72rem;
  font-size: .23rem;
  font-family: "industry-Bold";
  display: flex;
  align-items: center;
  text-transform: uppercase; 
  justify-content: center;
  margin-left: -.1rem;
  color: #000000;
  transform: scale(.8);
}
.steam_icon span {
  transform: translateY(-.05rem);
  height: 100%;
  line-height: .8rem;
}
.steam_icon i{
  background-image: url('../images/icon-steam.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .35rem;
  display: block;
  height: .35rem;
  margin-right: .05rem;
}



/* foot */

.foot {
  position: relative;
  /* bottom: 0; */
  height: auto;
  z-index: 6;
  width: 100%;
  margin-top: 2.5rem;
}
.w_agreenment {
  /* display: flex;
  justify-content: center;
  margin-top: .56rem;
  flex-wrap: wrap;
  font-size: .18rem; */
}
.wrap #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  color: #fff !important;
  line-height: 4.2666666667vw !important;
  padding: 0 1.3333333333vw !important;
}
.wrap #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
  color: #fff !important;
}
/* .w_agreenment a:last-child {
  margin-right: 0;
} */
.w_copyright {
  font-size: 2.4vw;
  color: #b4b2b2;
  text-align: center;
  margin: 2.6666666667vw auto 0;
  box-sizing: border-box;
  padding: 0 2.6666666667vw 2.6666666667vw;
  word-break: normal;
}
.switch-wrapper {
  position: absolute;
  height: .82rem;
  right: .55rem;
  font-family: "industry-Bold";
  top: -1rem;
}
.w_language_list {
  display: none;
}
.selected-value {
  background-image: url('../images/w_register_btn.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.34rem;
  height: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .18rem;
  box-sizing: border-box;
  text-align: center;
  color: #f5f5f5;
  font-size: .18rem;
}
.select-list {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  display: none;
  padding: .1rem .15rem;
  flex-flow: column wrap;
  width: 1.8rem;
  background-color: #000000;
  border: .01rem solid #344056;
}
.select-list li {
  height: .5rem;
  font-size: .22rem;
  line-height: .5rem;
  color: #ffffff;
  text-align: center;
}
.select-list li.on {
  color: #000;
  position: relative;
}
.select-list li.on::before {
  content: '';
  background: url('../images/select-list-li.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.7rem;
  height: .73rem;
  position: absolute;
  left: -.6rem;
  bottom: -.15rem;
  pointer-events: none;
  z-index: -1;
}
.switch-wrapper.show .select-list {
  display: block;
}
/* .w_cpbox {
  height: .58rem;
}
.w_cpbox a{
  width: 2.07rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.w_cpbox img {
  width: 2.07rem;
  height: auto;
} */
.w_sm_list {
  border-top: #1a202b solid .02rem;
  border-bottom: #1a202b solid .02rem;
  height: 1.4rem;
  width: 6.65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.w_sm_list a {
  width: .67rem;
  height: .65rem;
  margin-right: .15rem;
}
/* .w_cpbox2 {
  margin-top: .56rem;
  padding: 0 0.4rem;
}
.w_cpbox {
  display: flex;
  margin-top: .2rem;
  justify-content: center;
}
.w_cpbox a {
  margin-right: .2rem;
  box-sizing: border-box;
}
.w_cpbox a:last-child {
  margin-right: 0;
} */

.w_sm_list a:last-child {
  margin-right: 0;
}
.w_sm_list .discord_icon {
  background-image: url('../images/discord_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.w_sm_list .x_icon {
  background-image: url('../images/x_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .youtube_icon {
  background-image: url('../images/youtube_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .facebook_icon {
  background-image: url('../images/facebook_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .ig_icon {
  background-image: url('../images/ig_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .tiktok_icon {
  background-image: url('../images/tiktok.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .twitch {
  background-image: url('../images/twitch.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.pop {
  background: rgba(0, 0, 0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
}
.pop .pop-rule {
  background-image: url('../images/m/pop-rule.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.28rem;
  height: 5.54rem;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  padding-top: .5rem;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.pop .rule-tit {
  font-size: .48rem;
  color: #f8f701;
  text-align: center;
}
.pop .close {
  background-image: url('../images/close.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  position: absolute;
  right: .2rem;
  top: .2rem;;
}
.pop .rule-txt {
  width: 6rem;
  height: 3.6rem;
  margin: .1rem auto;
  font-family: "industry-book";
  padding: .2rem .2rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(0, 0, 0,.2);
}
.pop .rule-txt li {
  margin-bottom: .1rem;
  font-size: .18rem;
  color: #ffffff;
}

.rule-txt::-webkit-scrollbar {
  width: .08rem;
}

.rule-txt::-webkit-scrollbar-track {
  background: #494c50;
}

.rule-txt::-webkit-scrollbar-thumb {
  background: #adadad;
}

.rule-txt::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}

.login_btn span {
  height: .38rem;
  line-height: .38rem;
}
.login_btn,
.login_in_al {
  display: flex;
  align-items: center;
  font-size: .23rem;
  color: #fff;
}
.login .user_icon {
  background-image: url('../images/user_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .38rem;
  height: .38rem;
  margin-right: .1rem;
  display: block;
}

.login_in_al .user_icon{
  background-image: url('../images/user_icon2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #262c36;
  text-align: center;
  line-height: .32rem;
  font-size: 0.3rem;
}

.login_out {
  display: block;
  width: 29.3333333333vw;
  height: 5.0666666667vw;
  padding: 0 2.4vw;
  line-height: 5.0666666667vw;
  position: absolute;
  left: 46.1333333333vw;
  top: 14.8666666667vw;
  border: #7b7d81 solid 1px;
  font-size: 2.4vw;
  color: #f5f5f5;
  white-space: nowrap;
  background: #0a1218;
  margin-left: 0;
  display: none;
}

/* .login_in {
  display: none;
} */

.login_in_al {
  font-size: .22rem;
  color: #fff;
  width: 1.2rem;
  height: .38rem;
  text-align: center;
  line-height: .38rem;
}

.login_in_al span{
  width: 29.3333333333vw;
  height: 5.0666666667vw;
  padding: 0 2.4vw;
  line-height: 5.0666666667vw;
  position: absolute;
  left: 46.1333333333vw;
  top: 9.8vw;
  border: #7b7d81 solid 1px;
  font-size: 2.1333333333vw;
  color: #f5f5f5;
  display: none;
  white-space: nowrap;
  background: #0a1218;
}

.login_in_al:hover span,
.login_in_al:hover .login_out{
  display: block;
}

.pop .pop-tips {
  background-image: url('../images/pop-tips.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.29rem;
  height: 4.04rem;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  padding-top: .85rem;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.pop .pop-tips .close {
  right: .3rem;
  top: .2rem;
}
.pop-txt {
  width: 6.1rem;
  height: 1.5rem;
  color: #ffffff;
  font-size: .175rem;
  padding: .25rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .2rem auto 0;
  background: rgba(0, 0, 0, .2);
}
.pop-txt a {
  color: #f8f701;
  text-decoration: underline;
}
.pop-tit {
  color: #f8f701;
  text-align: center;
  font-size: .34rem;
  text-transform: uppercase;
  text-decoration: underline;
}


.lang_es .part1_title {
  font-size: .39rem;
}
.lang_de .part1_title {
  font-size: .5rem;
}
.lang_tr .part1_title {
  font-size: .46rem;
}

.award_cdk_txt2 {
  position: absolute;
  width: 2.5rem;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  color: #fff;
  font-size: .18rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  top: .3rem;
  border: .01rem solid #9b9c9d;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .5s all;
  z-index: 11;
  background: #0a1218;
}

.award_cdk_txt.act {
  opacity: 1;
}

.lang_tr .steam_icon {
  font-family: "video-Bold";
}
.lang_tr .switch-wrapper {
  font-family: "video-Bold";
}

.lang_es .steam_icon,.lang_fr .steam_icon,.lang_tr .steam_icon{
  font-size: .17rem;
}
.lang_de .steam_icon {
  font-size: .2rem;
}

@media all and (orientation : landscape ) and (min-width:480px){ 
  html,body { position:relative; overflow:hidden;width:100%; height:100%;padding:0;margin:0;}
  html::before {content: ""; position:fixed; top:0; left:0; height:100%; width:100%; background:#333; z-index:99999; }
  body.lang_de::after {content: "Bitte drehen Sie Ihr Handy, um die Seite weiterzubrowse."; text-align:center; font-size:16px; color:#fff; position:absolute; top:50%; left:0; height:30px; width:100%; margin-top:50px; z-index:99999; }
  body.lang_en::after {content: "Please rotate your phone to continue browsing the page."; text-align:center; font-size:16px; color:#fff; position:absolute; top:50%; left:0; height:30px; width:100%; margin-top:50px; z-index:99999; }
  body.lang_fr::after {content: "Veuillez tourner votre téléphone pour continuer à naviguer sur la page."; text-align:center; font-size:16px; color:#fff; position:absolute; top:50%; left:0; height:30px; width:100%; margin-top:50px; z-index:99999; }
  body.lang_es::after {content: "Por favor, gire su teléfono para continuar navegando en la página."; text-align:center; font-size:16px; color:#fff; position:absolute; top:50%; left:0; height:30px; width:100%; margin-top:50px; z-index:99999; }
  body.lang_tr::after {content: "Lütfen sayfayı görüntülemeye devam etmek için telefonunuzu dikey pozisyona getirin."; text-align:center; font-size:16px; color:#fff; position:absolute; top:50%; left:0; height:30px; width:100%; margin-top:50px; z-index:99999; }
  body::before  { content: "";position:absolute; z-index:99999; height:200px; width:100px; left:50%; top:50%; margin:-140px 0 0 -50px; color:#fff;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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"); background-repeat:no-repeat; background-position:center center; background-size:100px auto; -webkit-transform:rotateZ(-90deg); }
} 


.lang_es .part1_txt,.lang_de .part1_txt{font-size: .22rem;}

/* cookie banner */
#onetrust-banner-sdk.otFlat {
  z-index: 9000 !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  font-weight: normal !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  min-width: 140px !important;
  font-weight: normal;
  position: relative;
  border: #f7f714 solid 1px !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:before,
#onetrust-banner-sdk #onetrust-reject-all-handler:before {
  content: "";
  width: 80%;
  height: 3.6266666667vw;
  position: absolute;
  left: 10%;
  top: -1.28vw;
  background: url(../images/com_btntop.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:after,
#onetrust-banner-sdk #onetrust-reject-all-handler:after {
  content: "";
  width: 80%;
  height: 3.6266666667vw;
  position: absolute;
  left: 10%;
  bottom: -1.8133333333vw;
  background: url(../images/com_btnbot.png) no-repeat right bottom;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  font-weight: normal !important;
  font-size: 0.75em !important;
  border: #f7f714 solid 1px !important;
  position: relative;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):before,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:before {
  content: "";
  width: 80%;
  height: 3.6266666667vw;
  position: absolute;
  left: 10%;
  top: -1.7066666667vw;
  background: url(../images/com_btntop.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):after,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:after {
  content: "";
  width: 80%;
  height: 3.6266666667vw;
  position: absolute;
  left: 10%;
  bottom: -1.6vw;
  background: url(../images/com_btnbot.png) no-repeat right bottom;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:focus {
  outline: none !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus {
  outline: none !important;
}

#onetrust-banner-sdk.otFlat {
  border: none !important;
  border: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk {
  border: #f7f714 solid 1px !important;
}

#onetrust-consent-sdk *:focus {
  outline: none !important;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-header {
  position: relative;
  border-bottom: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-footer {
  position: relative;
  border-top: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-footer button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "industrybold";
  font-weight: normal;
  text-transform: uppercase;
}

#onetrust-consent-sdk {
  font-family: "industry";
  font-weight: normal;
}

#onetrust-pc-sdk .ot-switch-nob {
  background: none !important;
  border: #f7f714 solid 1px !important;
}
#onetrust-pc-sdk .ot-switch-nob:before {
  background: #f7f714 !important;
}

#onetrust-pc-sdk .ot-chkbox input:focus,
#onetrust-pc-sdk .ot-tgl input:focus {
  outline: none !important;
}

#onetrust-pc-sdk .ot-tgl input:focus + .ot-switch .ot-switch-nob {
  outline: none !important;
}

#onetrust-pc-sdk .ot-ven-item > button,
#onetrust-pc-sdk .ot-host-item > button,
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item > button,
#onetrust-pc-sdk .ot-acc-cntr > button {
  color: #fff !important;
}

#ot-pc-desc,
.ot-category-desc,
.ot-cat-header,
#onetrust-policy-text,
#onetrust-policy-text a {
  color: #fff !important;
}

.w_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* padding: 166.9333333333vw 0 0 0; */
  z-index: 20;
}

.w_cpbox {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 2.6666666667vw auto 0;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.w_cpbox2 {
  margin: 7.4666666667vw auto 0;
}
.w_cpbox a {
  display: block;
  margin: 0 1.3333333333vw 2.6666666667vw;
}
.w_cpbox a.w_cpicon1 {
  width: 29.8666666667vw;
  height: 7.4666666667vw;
}
.w_cpbox a.w_cpicon2 {
  width: 41.0666666667vw;
  height: 7.6vw;
}
.w_cpbox a.w_cpicon3 {
  width: 49.7333333333vw;
  height: 6.9333333333vw;
  pointer-events: none;
}
.w_cpbox a.w_cpicon4 {
  width: 38.9333333333vw;
  height: 7.0666666667vw;
  pointer-events: none;
}
.w_cpbox a.w_cpicon5 {
  width: 24.4vw;
  height: 7.4666666667vw;
}
.w_cpbox a img {
  display: block;
  width: 100%;
  height: 100%;
}
.w_agreenment {
  width: 93.3333333333vw;
  font-size: 3.4666666667vw;
  color: #ffffff;
  margin: 6.4vw auto 0;
  display: flex;
  flex-wrap: wrap;
  font-family: "industrymedium";
  font-weight: normal;
  border-top: rgba(153, 153, 153, 0.2) solid 1px;
  padding-top: 1.8666666667vw;
  justify-content: space-around !important;
}

.lang_tr .w_agreenment {
  font-family: "video";
}

.w_agreenment:after {
  content: "";
  flex: 1;
  width: 100%;
  color: #fff !important;
  margin: 0 0 2.1333333333vw 0 !important;
  border: none !important;
  line-height: 4.2666666667vw !important;
  background: none !important;
  font-size: 3.4666666667vw !important;
  padding: 0 !important;
  white-space: nowrap !important;
  box-sizing: border-box;
  padding: 0 1.3333333333vw !important;
}
.w_agreenment a {
  flex: 1;
  width: 100%;
  color: #fff !important;
  margin: 0 0 2.1333333333vw 0 !important;
  border: none !important;
  line-height: 4.2666666667vw !important;
  background: none !important;
  font-size: 3.4666666667vw !important;
  padding: 0 !important;
  white-space: nowrap !important;
  box-sizing: border-box;
  padding: 0 1.3333333333vw !important;
}

.isSamsung .css-nnuwmp.infinite-modal{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: 0 !important;
}