.faucet_area{
display: flex;
justify-content: center;
  align-items: center;
}

.faucet{

  width: 30vw;
  position: relative;
  height: 30vw;
  transform: scale(0);
  animation: scale-in-bounce .3s ease-in-out forwards;
  margin-bottom: 2vw;
}
.faucet_border{
background: url('/d/img/f/F_gif.gif');
position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.faucet_wheel{
background: url('/d/img/f/777.png');
position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  
}
.faucet_arrow{
background: url('/d/img/f/f_n.png');
position: absolute;
  width: 5vw;
  height: 7.3vw;
  background-size: cover;
  left: 50%;
  top: 47%;
  transform: translate(-50% , -50%);
}

.ModalLayout_modalContent__OxCSv2 {
position: relative;
  padding: 1vw;
  width: 52%;
  
  transform: scale(0);
  animation: scale-in-bounce .3s ease-in-out forwards;
  margin-left: 3vw;
}

.ModalLayout_modalCloseButton__ASrUO {
  position: absolute;
  top: .5vw;
  right: .5vw;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.0vw;
  height: 5.0vw;
  background: var(--red-button-background);
  border: var(--red-button-border);
  border-radius: 50%;
  box-shadow: var(--red-button-shadow);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.ModalLayout_modalCloseButton__ASrUO img {
  padding: .45vw;
  width: 100%;
  height: 100%;
}




.ModalLayout_modalCloseButton__ASrUO2 {
position: absolute;
  top: -1vw;
  right: -1vw;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  background: var(--red-button-background);
  border: var(--red-button-border);
  border-radius: 50%;
  box-shadow: var(--red-button-shadow);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.ModalLayout_modalCloseButton__ASrUO2 img {
  padding: .45vw;
  width: 100%;
  height: 100%;
}
.ModalLayout_modalCloseButton__ASrUO2:hover {
  transform: scale(1.1);
}

.VipInfoModal_container__B7Nxc {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg,#976f26,#e9ae3e 50%,#844212);
  border: .3vw solid #ffc445;
  border-radius: 2.5vw;
  box-shadow: inset 0 0 0 .3vw #4e3913,0 .8vw 0 #824509,0 0 0 .3vw #000,0 .8vw 0 .3vw #000;
  overflow: hidden;
}

.VipInfoModal_header__jVFl_ {
  position: relative;
  z-index: 1;
  padding: 1vw;
}



.VipInfoModal_content__wyVzu {
  display: flex;
  flex-direction: column;
  gap: .5vw;
  padding: 0 1vw 1vw;
}

.VipInfoModal_title__wx1GK {
  color: white;
  text-shadow: var(--text-stroke);

  position: relative;
  font-size: 2.5vw;
  line-height: 2.75vw;
  text-align: center;
}

.VipInfoModal_title__wx1GK::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: attr(data-title);
  color: transparent;
  text-shadow: var(--text-stroke-2);
  z-index: -1;
  filter: drop-shadow(0 0 1.0vw rgba(0,0,0,.5));
}

.VipInfoModal_perkRow__ny3de {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: .5vw;
  background: rgba(138,79,8,.5);
  background: linear-gradient(-45deg,#976f26,#e9ae3e 50%,#99581b);
  border: .2vw solid #f5d774;
  border-radius: 1.0vw;
  box-shadow: inset 0 0 0 .2vw #976f26;
}

.VipInfoModal_perkImage__LlKDJ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  border-radius: 1.0vw;
}

.VipInfoModal_perkImage__LlKDJ img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

.VipInfoModal_perkName__trBcm {
  font-size: 1.55vw;
  line-height: 1.55vw;
  text-shadow: var(--text-stroke);
}


.capbl{
width: 19vw;
  height: 6vw;
  background: #000;
  margin: 1vw auto;
}


.ftitle{
    display:none;
width: 21.5vw;
  margin: auto;
  font-size: 1.55vw;
  line-height: 1.55vw;
  text-shadow: var(--text-stroke);
}
.ftitle .min{
text-align: center;
  display: inline-block;
  width: 9.3vw;
  margin: auto 1vw auto 0.4vw;
}
.ftitle .sec{
text-align: center;
  display: inline-block;
  width: 9.3vw;
  margin: auto 0.1vw auto 1.2vw;
}

.fdesc{
    display:none;
width: 21.5vw;
  margin: auto;
  font-size: 1.55vw;
  line-height: 1.55vw;
  text-shadow: var(--text-stroke);
  text-align: center;
}

.ftitle.act,.fdesc.act{
    animation: scale-in-bounce .3s ease-in-out forwards;
display:inherit;
}



.btnupgrade{
position: relative;
padding: 0.8vw;
  min-width: 10vw;
  color: #fae132;
  background: #273928;
  background: -moz-linear-gradient(180deg,#273928 0,#052027 100%);
  background: -webkit-linear-gradient(180deg,#273928,#052027);
  background: linear-gradient(180deg,#273928,#052027);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273928",endColorstr="#052027",GradientType=1);
  border: .1vw solid #fae132;
  transition: background .3s ease-in,border-color .3s ease-in;
  -webkit-box-shadow: 0 .3vw .6vw 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 .3vw .6vw 0 rgba(0,0,0,.5);
  box-shadow: 0 .3vw .6vw 0 rgba(0,0,0,.5);
  
  border-bottom-right-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: m;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
font-size: 1.4vw;
  line-height: 1vw;
}



.btnupgrade::before{
content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: .6vw;
  height: 100%;
  background-image: repeating-linear-gradient(135deg,#fae132,#fae132 .5vw,#0d2f3f 0,#0d2f3f 1.0vw);
  transition: width .15s ease-in,opacity .15s ease-in;
  z-index: 1;
}


.btnupgrade:hover{
color: #fff;
  background: #2a4b58;
  background: -moz-linear-gradient(0deg,#2a4b58 0,#6b828b 100%);
  background: -webkit-linear-gradient(0deg,#2a4b58,#6b828b);
  background: linear-gradient(0deg,#2a4b58,#6b828b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a4b58",endColorstr="#6b828b",GradientType=1);
  border: .1vw solid #fff;
  cursor: pointer;
}
.btnupgrade:hover::before{
content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.btnupgrade span{
position: relative;
  z-index: 1;
  text-shadow: 0 .3vw .6vw rgba(0,0,0,.5);
}


.deparea{
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}


.StaticOfferCard_staticOfferCard__r6doD {
  position: relative;
  top: 0;
  width: 70vw;
  justify-content: center;
  align-items: center;
 min-width: 70vw;
  
  background-color: var(--background-color-10);
  background: linear-gradient(0deg,#00d0ff 30%,rgba(0,153,255,0)),repeating-linear-gradient(-45deg,#09f,#09f .4vw,#0f9fff 0,#0f9fff 1.0vw);
  border: .3vw solid #8dd1ff;
  border-radius: 1.0vw;
  box-shadow: 0 .5vw 0 0 #0e5372,0 0 0 .3vw #000,0 .8vw 0 0 #000;
  transition: all .2s ease-in-out;
  cursor: pointer;
  animation: scale-in-fade .2s linear;
}


.StaticOfferCard_staticOfferCard__r6doD.dep {
  position: relative;
  top: 0;
  min-width: 17vw;
  max-width: 17vw;
  background: linear-gradient(0deg,#00d0ff 30%,rgba(0,153,255,0)),repeating-linear-gradient(-45deg,#09f,#09f .4vw,#0f9fff 0,#0f9fff 1.0vw);
  border: .3vw solid #8dd1ff;
  border-radius: 1.0vw;
  box-shadow: 0 .5vw 0 0 #0e5372,0 0 0 .3vw #000,0 .8vw 0 0 #000;
  transition: all .2s ease-in-out;
  cursor: pointer;
  animation: scale-in-fade .2s linear;
  margin: 1vw;

}
.StaticOfferCard_staticOfferCard__r6doD.dep:hover {
  top: -.5vw;
}


.StaticOfferCard_staticSpecialItemOfferCard__zAAU5.avaloc {
  background: linear-gradient(0deg,#f98500 30%,rgba(255,200,87,0)),repeating-linear-gradient(-45deg,#ffc857,#ffc857 .4vw,#ffcd6a 0,#ffcd6a 1.0vw);
  border: .3vw solid #fde77a;
  box-shadow: 0 .5vw 0 0 #783904,0 0 0 .3vw #000,0 .8vw 0 0 #000;
  animation: scale-in-bounce .3s ease-in-out forwards;
}
.StaticOfferCard_staticSpecialItemOfferCard__zAAU5::before {
  position: absolute;
  top: .3vw;
  left: .3vw;
  right: .3vw;
  bottom: .3vw;
  z-index: 1;
  content: "";
  border: .3vw solid hsla(50,97%,74%,.5);
  border-radius: .5vw;
}
.StaticOfferCard_staticSpecialItemOfferCard__zAAU5 .StaticOfferCard_staticOfferImage__2d6NP {
  order: 2;
  background: radial-gradient(#ffe9c8,transparent 75%);
}

.StaticOfferCard_staticOfferImage__2d6NP{
    text-align: center;
}

.StaticOfferCard_staticOfferImage__2d6NP img{
    width: 10vw;
    padding-top: 0.5vw;
}


.StaticOfferCard_staticOfferName__0QEe5 {
  margin: 1vw 0 .5vw;
  padding: 0 1vw;
  font-size: 1vw;
  line-height: 1vw;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  color: var(--text-primary-color-2);
  text-shadow: var(--text-stroke);
}
.StaticOfferCard_staticOfferValue__EHKD_ {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25vw;
  padding: .25vw .5vw;
  order: 3;
  font-size: 1.25vw;
  line-height: 1.25vw;
  color: var(--text-primary-color-1);
  text-shadow: var(--text-stroke);
  background: rgba(0,0,0,.15);
  -webkit-backdrop-filter: blur(1.0vw);
  backdrop-filter: blur(1.0vw);
  border-radius: 1.0vw;
  transition: all .2s ease-in-out;
}


.StaticOfferCard_staticOfferPrice__CzYpb {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-top: .5vw;
  padding: .75vw 1vw;
  order: 4;
  height: 4.8vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.25vw;
  text-align: center;
  text-shadow: var(--text-stroke);
  background: linear-gradient(90deg,transparent,#1b91cd 50%,transparent);
  border-radius: 0 0 1.0vw 1.0vw;
}

.dep .StaticOfferCard_staticOfferPrice__CzYpb {

font-size: 1.5vw;
  line-height: 1.5vw;
}
.StaticOfferCard_staticOfferPrice__CzYpb .name{
    width: 20vw;
    text-align: center;font-size: 1.2vw;line-height: 1.9vw;
}
.StaticOfferCard_staticOfferPrice__CzYpb .cars{
    width: 30vw;
    text-align: center;font-size: 1.2vw;line-height: 1.9vw;
}
.StaticOfferCard_staticOfferPrice__CzYpb .racer{
    width: 20vw;
    text-align: center;font-size: 1.2vw;line-height: 1.9vw;
}



.StaticOfferCard_staticSpecialItemOfferCard__zAAU5 .StaticOfferCard_staticOfferPrice__CzYpb {
  padding: .75vw 1vw 1vw;
  order: 4;
  background: linear-gradient(90deg,transparent,#bf5600 50%,transparent);
}



.infous{
display: flex;
justify-content: center;
z-index: 1;
}


.rotationloc.auto{
width: 16vw;
  height: 8vw;
  margin: auto 0;
}
.rotationloc{
width: 10vw;
  height: 10vw;
  margin: auto 0;
}
.rotationloc.arrow{
width: 5vw;
  height: 5vw;
  margin: auto 3vw;
}

.rotationloc img{
width: 100%;
}
.rotationloc.arrow img{
width: 100%;
}

.statimg{
display: flex;
justify-content: center;
}




.EventRewardContainer_container__7_Hr3.out{
animation: scale-out-bounce .3s ease-in-out forwards;
}



.EventRewardTrack_requirementValue___r4zr img.ani{
width: 100%;
  animation: scale-in-bounce .3s ease-in-out forwards;
 
}

.EventRewardTrack_requirementValue___r4zr img{
transform: scale(0);
 width: 100%;
}



.carsarea {
display: flex;
  flex-direction: column;
}
.carsarea .DownloadBanner_content__h1QdZ {
margin: 1vw auto;
transform: scale(0);
animation: scale-in-bounce .3s ease-in-out forwards;
}




.carsarea .DownloadBanner_info__n98VS img {
  width: 16vw;
}

.carsarea .DownloadBanner_info__n98VS span {
  max-width: 20vw;
}

.carsarea .DownloadBanner_button__bT0NT.carb{
min-width: 12vw;
}

.offerarea .DownloadBanner_button__bT0NT.offer{
min-width: 12vw;
margin: auto;
}

.carsarea .DownloadBanner_info__n98VS .cardescx {
 padding: 1vw 2vw;
  width: 100%;
  max-width: 25vw;
  color: var(--text-secondary-color-4);
  text-align: center;
  line-height: 1vw;
}

.carsarea .DownloadBanner_info__n98VS{
width: 41vw;
}

.cardescx .carnname{
font-size: 2vw;
text-transform: uppercase;
line-height: 2vw;
color: #fae132;
}

.cardescx .carddesc{
font-size: 1.5vw;
line-height: 2vw;
}



.carsarea .cardescxtext{
width: 100%;
  line-height: 2vw;
  font-size: 1.0vw;
  text-align: center;
  border-top: .1vw solid #fae132;
}



.StaticOffersGrid_staticOffersTitle__lalv2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-primary-color-1);
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 400;
  text-align: center;
  text-shadow: var(--text-stroke);
  width: 70vw;
  margin: auto;
}
.StaticOffersGrid_staticOffersTitle__lalv2::before {
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 100%;
  height: .3vw;
  background: #fff;
  border-radius: 2.0vw;
  opacity: .25;
}
.StaticOffersGrid_staticOffersTitle__lalv2 > div {
padding: 0 1vw;
  font-size: 3vw;
}


.exchangerarea{
display: flex;
  justify-content: center;
  
}

.exchangerarea .DownloadBanner_content__h1QdZ{
max-width: 38vw;
margin: 2vw  auto;
  transform: scale(0);
  animation: scale-in-bounce .3s ease-in-out forwards;
}

.ptc_add .DownloadBanner_content__h1QdZ{
max-width: 52vw;
margin: 2vw  auto;
  transform: scale(0);
  animation: scale-in-bounce .3s ease-in-out forwards;
}




.offerarea{
display: flex;
  justify-content: center;
  
}

.offerarea .DownloadBanner_content__h1QdZ{
max-width: 80vw;
margin: 1vw auto;
  transform: scale(0);
  animation: scale-in-bounce .3s ease-in-out forwards;
  min-height: 40vw;
  padding: 1vw 1vw;
}

.StaticOfferCard_staticSpecialItemOfferCard__zAAU5 {
  background: linear-gradient(0deg,#f98500 30%,rgba(255,200,87,0)),repeating-linear-gradient(-45deg,#ffc857,#ffc857 .4vw,#ffcd6a 0,#ffcd6a 1.0vw);
  border: .3vw solid #fde77a;
  box-shadow: 0 .5vw 0 0 #783904,0 0 0 .3vw #000,0 .8vw 0 0 #000;
}
.StaticOfferCard_staticSpecialItemOfferCard__zAAU5:hover {
  top: -.5vw;
}

label{
padding-left: .15vw;
  font-size: 1.3vw;
  margin-top: 1vw;
}

#ptc_add input,#ptc_add select{
    margin-bottom: .5vw;
}

.serf .t{
font-size: 2.2vw;
  color: #fae132;
  margin-bottom: 1.3vw;
}

.serf{
flex-direction: column;
height: 4vw !important;
}

.sblock .d{
font-size: 1.8vw;
  color: #fff;
  margin-top: 0.7vw;
  text-shadow: var(--text-stroke-2);
  text-align: center;
}



#line_ptc{
position: absolute;
  width: 100%;
  top: 0vw;
  left: 0vw;
  right: 0vw;
  height: 1vw;
  background: var(--background-color-8);
  border: 0.1vw solid;
  border-color: var(--border-color-3);
}

#line_ptc div{

  left: 0;
  position: absolute;
  width: 0%;
  top: 0;
  bottom: 0;
  background: #f8cc37;
  transition: width 0.1s linear;
  z-index: 1;
}

#ptc_f{
height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}



.dr_m{
display:none;
transform: scale(0);
animation: scale-out-bounce .3s ease-in-out forwards;
}

.dr_m.hmlani{
display:block;
transform: scale(0);
animation: scale-out-bounce .3s ease-in-out forwards;
}

.dr_m.hml{
display:block;
transform: scale(1);
animation: scale-in-bounce .3s ease-in-out forwards;
}



.New_area{
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32vw, 1fr));
  grid-auto-flow: row dense;                                  
  gap: 2vw 1vw;                                             
  margin: 2vw auto;                                         
  padding: 1vw;
  width: 90%;
  max-width: 90vw;
  box-sizing: border-box; 

}





.NewsCard_container__VspEC {
  position: relative;
  top: 0;
  display: flex;
  transition: all .2s ease-in-out;
  width: 40vw;
  justify-self: center;
}

.NewsCard_content__uOL_I {
  display: flex;
  flex-grow: 1;
  background: linear-gradient(to top,var(--background-color-10),var(--background-color-8));
  border: .3vw solid var(--border-color-1);
  border-radius: 1.0vw;
  box-shadow: 0 .5vw 0 0 var(--background-color-7),0 0 0 .3vw var(--background-color-20),0 .5vw 0 .3vw var(--background-color-20);
  overflow: hidden;
  
}

.NewsCard_content__uOL_I a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.NewsCard_image__k6qRG {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-color-20);
  border-radius: .5vw .5vw 0 0;
  overflow: hidden;
}
.NewsCard_image__k6qRG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.NewsCard_details__CqcMo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.NewsCard_header__Jtg_5 {
  display: flex;
  flex-direction: column;
  padding: 1vw;
  background: var(--background-color-15);
  border-top: .2vw solid var(--border-color-3);
  border-bottom: .2vw solid var(--border-color-3);
}
.NewsCard_header__Jtg_5 h3 {
  margin: 0;
  color: var(--text-gold-color-1);
  font-size: 1.35vw;
  font-weight: 400;
  line-height: 1.35vw;
}
.NewsCard_header__Jtg_5 h4 {
  margin: 0;
  color: var(--text-primary-color-2);
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.35vw;
}
.NewsCard_date___Yxef {
  padding: 1vw 1vw 0;
  color: var(--text-secondary-color-3);
}
.NewsCard_description__77izu {
  flex-grow: 1;
  padding: 1vw;
  color: var(--text-primary-color-2);
  line-height: 1.35vw;
}










.KingEvent_container__wvZ8w {
  --title-text-color: linear-gradient(0deg,#fabb0d,#fde37b);
  --reward-track-background: #2a0200;
  --reward-track-border: #1b0e03;
  --reward-track-border-2: #ffd885;
  --reward-tier-default-background: linear-gradient(#2a0200,#a72911);
  --reward-tier-default-background-2: #591006;
  --reward-tier-default-border: #fecb5c;
  --reward-tier-default-border-2: #694c11;
  --reward-tier-default-inset-shadow: 0 0 0 .3vw #000;
  --reward-tier-premium-border: #b88820;
  --reward-tier-silver-background: linear-gradient(#393842,#adb5bb);
  --reward-tier-silver-background-2: #4f666e;
  --reward-tier-silver-border: #d6dbe6;
  --reward-tier-silver-border-2: #d3dedc;
  --reward-tier-silver-inset-shadow: 0 0 0 .3vw #000,inset 0 0 0 .3vw #393842;
  --reward-tier-gold-background: linear-gradient(#683b08,#cb8318);
  --reward-tier-gold-background-2: #9c590d;
  --reward-tier-gold-border: #ffffb0;
  --reward-tier-gold-border-2: #e7ae42;
  --reward-tier-gold-inset-shadow: 0 0 0 .3vw #000,inset 0 0 0 .3vw #683b08;
  --reward-alt-btn-background: #ffffb0;
  --reward-alt-btn-border: #2f2012;
}



.KingEvent_rewardContainer__GKJKq {
  display: flex;
  gap: 3vw;
  padding: 5vw 0 10vw;
  justify-content: center;
}



.EventRewardTrack_container__tXxMb {
  --height: 11.9vw;
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--height) / 2 - 3.8vw);
  animation: scale-x-in .2s ease-in-out forwards;
}

.EventRewardTrack_tier__XZ_ZW {
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(var(--height) + 3vw);
  width: 2.0vw;
  background: var(--reward-track-background);
  border: .3vw solid var(--reward-track-border);
  border-top: 0;
  border-bottom: 0;
}
.EventRewardTrack_tier__XZ_ZW img {
  position: absolute;
  top: -1vw;
  width: 4.2vw;
}

.EventRewardTrack_tierValue__AkN_1 {
  position: relative;
  top: -.2vw;
  z-index: 1;
  display: flex;
  justify-content: center;
  font-size: 2vw;
  text-shadow: var(--text-stroke);
}

.EventRewardTrack_tier__XZ_ZW.EventRewardTrack_isLast__BfC7Z {
  background: none;
  border: 0;
}

.KingEvent_rewardContent__QEIyi {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 3vw;
  max-width: 61vw;
}
.KingEvent_rewardContent__QEIyi > div {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.EventRewardContainer_container__Fbr8C {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  padding: .75vw;
  background: var(--reward-tier-default-background);
  border: .2vw solid var(--reward-tier-default-border);
  border-radius: 2.0vw;
  box-shadow: var(--reward-tier-default-inset-shadow);
  animation: scale-in .2s ease-in-out;
  transform-origin: left;
}

.EventRewardContainer_requirement__uEXNq {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25vw;
  padding-bottom: 1.0vw;
  width: 100%;
  font-size: 1.25vw;
  text-shadow: var(--text-stroke);
}
.EventRewardContainer_currency__nE99T {
  display: flex;
  justify-content: center;
  align-items: center;
}
.EventRewardContainer_cityReq__QdG3O {
  margin-right: .5vw;
  font-size: 1.5vw;
}
.EventRewardContainer_userReq__rgkBt {
  color: var(--text-primary-color-2);
  font-size: 1vw;
}
.EventRewardContainer_requirement__uEXNq::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: .2vw;
  background: linear-gradient(to right,hsla(0,0%,100%,0),var(--reward-tier-default-border-2),hsla(0,0%,100%,0));
}
.EventRewardContainer_rewards__zNCT3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5vw;
  font-size: 1.2vw;
}
.EventReward_container__HqIBQ {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5vw;
  background: var(--reward-tier-default-background-2);
  border: .2vw solid var(--reward-tier-default-border-2);
  border-radius: 2.0vw;
  box-shadow: inset 0 1.5vw 0 rgba(0,0,0,.15);
}
.EventReward_rewardImage__suYQW, .EventReward_rewardImage__suYQW > img {
  width: var(--width);
  height: var(--height);
}
.EventReward_rewardImage__suYQW {
  --width: 12.5vw;
  --height: 12.5vw;
  position: relative;
  animation: scale-in .2s ease-in-out;
}
.EventReward_amount__qoWCn {
  --font-size: 2vw;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  font-size: var(--font-size);
  text-shadow: var(--text-stroke);
  animation: scale-in .2s ease-in-out;
}
.EventReward_premiumReward__5hJ2E {
  border-color: var(--reward-tier-premium-border);
}
.EventReward_premiumIcon__HnsN9 {
  position: absolute;
  top: -.5vw;
  right: -.5vw;
  transform: rotate(45deg);
}

.EventReward_rewardImage__suYQW {
  --width: 12.5vw;
  --height: 12.5vw;
  position: relative;
  animation: scale-in .2s ease-in-out;
}

.EventReward_amount__qoWCn {
  --font-size: 2vw;
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  font-size: var(--font-size);
  text-shadow: var(--text-stroke);
  animation: scale-in .2s ease-in-out;
}
.EventRewardContainer_container__Fbr8C::after {
  position: absolute;
  left: -1.8vw;
  content: "";
  border-bottom: 1.7vw solid transparent;
  border-right: 1.7vw solid #000;
  border-top: 1.7vw solid transparent;
}

.KingEvent_rewardContent__QEIyi > div {
  display: flex;
  min-width: 60vw;
  align-items: center;

  gap: 1vw;

}
.EventRewardContainer_goldTier__B0cyU {
  background: var(--reward-tier-gold-background);

  border-color: var(--reward-tier-gold-border);

  box-shadow: var(--reward-tier-gold-inset-shadow);

}


.EventRewardTrack_tier__MnYKO3 {
  position: relative;
  display: flex;
  justify-content: center;
  height: 6vw;
  width: 2.5vw;
  background: var(--reward-track-background);
  box-shadow: var(--reward-track-shadow);
  border: .3vw solid var(--reward-track-border);
  border-top: 0;
  border-bottom: 0;
}

.EventRewardTrack_requirement__KsYQq3 {
  position: absolute;
  top: -.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25vw;
  padding: .0vw  0vw;
  min-width: 82.5vw;
  font-size: 1.5vw;
  background: var(--reward-track-value-background);
  border: .2vw solid var(--reward-track-value-border);
  box-shadow: var(--reward-track-value-shadow);
  border-radius: 1.0vw;
}
.EventRewardTrack_requirementImage__J5yfx3 {
  width: auto;
  height: 3.0vw;
}
.EventRewardTrack_requirementValue___r4zr3 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-shadow: var(--text-stroke);
  width: 2vw;
}
.areaproofs{
display: grid;
  justify-content: center;
  margin-top: 0;
}

.EventRewardTrack_requirement__KsYQq3 .columndiv{
width: 13.5vw;
text-align: center;
}
.EventRewardTrack_requirement__KsYQq3 .columndiv3{
width: 15.5vw;
text-align: center;
display: flex;
margin: .4vw;
justify-content: center;
}



.EventRewardTrack_requirement__KsYQq3 .columndiv4{
width:12.5vw;
text-align: center;
display: flex;
margin: .4vw;
justify-content: center;
}



.areaproofs .btnupgrade{
border-bottom-right-radius: 0.9vw;
  border-top-right-radius: 0.9vw;
}


.EventRewardTrack_tier__MnYKO3.EventRewardTrack_isLast__trrPz {
  background: none;
  border: 0;
  box-shadow: none;
}

.areaproofs_btn{
display: flex;
flex-direction: row;
min-width: 66vw;
  margin: auto;
}

.ref_area,.ref_area2{
display: flex;
flex-direction: row;
justify-content: center;
width: 74vw;
  margin: auto;
}

.ref_area .DownloadBanner_container__azGkX{

  margin: 1vw auto 0vw;
}
.ref_area2 .DownloadBanner_container__azGkX{
max-width: 70vw;
  width: auto;
  margin: 1vw auto 4vw;
}
.ref_area2 .DownloadBanner_container__azGkX{
min-width: 36vw;
  width: auto;
  margin: 1vw 1vw 4vw;
}
.ref_area .DownloadBanner_content__h1QdZ{
max-width: 74vw;
}
.ref_area .BlueprintInfo_itemActionButton__ENZeO{
width: 1.4vw;
  height: 1.4vw;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 1.5vw;
  top: .9vw;
  border-radius: .4vw;
}
.ref_area .BlueprintInfo_itemActionButton__ENZeO svg{
width: 1vw;height: 1vw;
}


.ref_area .BlueprintInfo_itemActionButton__ENZeO:hover {
  transform: scale(1.1);
}


.btnupgrade.cldLoc{
background: #000;
  opacity: 0.5;
  background-image: repeating-linear-gradient( -45deg, #fc0 0vw, yellow 1.0vw, transparent 1.0vw, transparent 1.8vw );
  text-shadow: var(--text-stroke);
}
.btnupgrade.cldLoc span{
text-shadow: var(--text-stroke);
}
.btnupgrade.cldLoc::before{
display:none;
}







#number-slider {
  width: 100%;
  height: .1vw;
  background-color: #fc0;
  border-radius: .5vw;
  outline: none;
  appearance: none;
  cursor: pointer;
  border: .2vw solid #291822;
}

/* Полоса перед бегунком */
#number-slider::-webkit-slider-runnable-track {
  background-color: transparent;
  box-shadow: inset 0 0 .15vw rgba(0, 0, 0, 0.2);
  border-radius: .5vw;
}

/* Передняя полоса (до текущего значения) */
#number-slider::-moz-range-progress,
#number-slider::-ms-fill-lower {
  background-color: #ff7f50;
  transition: all .3s ease-in-out;
}

/* Бегунок (thumb) */
#number-slider::-webkit-slider-thumb {
  appearance: none;
  width: 3vw;
  height: 3vw;
  margin-top: -.0vw; /* Для центрирования относительно полосы */
  background-color: #fff;
  border: .2vw solid #ff7f50;
  border-radius: 50%;
  box-shadow: 0 0 .5vw rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.4, .0, .2, 1), background-color .3s linear;
}

#number-slider::-moz-range-thumb {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  border: .2vw solid #ff7f50;
  border-radius: 50%;
  box-shadow: 0 0 .2vw rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.4, .0, .2, 1), background-color .3s linear;
}

#customRange::-ms-thumb {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  border: .2vw solid #ff7f50;
  border-radius: 50%;
  box-shadow: 0 0 .5vw rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform .3s cubic-bezier(.4, .0, .2, 1), background-color .3s linear;
}





.DownloadBanner_container__azGkX_cap{
display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor:pointer;
}

.DownloadBanner_content__h1QdZ_cap{
flex-wrap: wrap;
  gap: 1vw;
  padding: 1vw 2vw;
  width: 100%;
  background: var(--background-color-10);
  border: .2vw solid var(--border-color-3);
  border-radius: 1.0vw;
  box-shadow: 0 0 0 .3vw #000,0 0 1.5vw #000;
  display: flex;
  justify-content: center;
  font-size: 2vw;
}
.DownloadBanner_button__bT0NT.authbot {
  margin: auto;
  width: 17vw;
}
.DownloadBanner_button__bT0NT_cap {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  color: var(--text-primary-color-1);
  font-size: 1.75vw;
  line-height: 1.25vw;
  font-family: unset;
  text-shadow: var(--text-stroke);
  background: linear-gradient(0deg,#ffb703,#f7cf3e);
  box-shadow: inset 0 -.4vw 0 0 #ffd800,0 0 .5vw 0 #f8cc37;
  border: 0;
  border-radius: 1.0vw;
  transform: scaleY(0);
  transition: all .2s ease-in-out;
  cursor: pointer;
  animation: scale-y-in-bounce .5s ease-in-out .4s forwards;
}

.DownloadBanner_button__bT0NT_cap:hover {
  top: -.5vw;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



