@charset "windows-1251";
/* CSS Document */
#kv-pc {
	
}

#kv-xl {
	display: none;
}

#kv-xs {
	display: none;
}



.main-title1 {
    font-family: 'ExocetCyrillico' !important;
    font-size: 10em !important;
    color: #fff !important;
    font-weight: bold;
    margin: 50px auto 25px;
    text-align: center;
    -webkit-animation: glow3 0.6s ease-in-out infinite alternate;
    animation: glow3 0.6s ease-in-out infinite alternate;
}
.main-title2 {
    font-family: 'ExocetCyrillico' !important;
    font-size: 10em !important;
    color: #fff !important;
    font-weight: bold;
    margin: 50px auto 25px;
    text-align: center;
    -webkit-animation: glow4 0.6s ease-in-out infinite alternate;
    animation: glow4 0.6s ease-in-out infinite alternate;
}
.swiper {
    width: 28% !important;
    height: 70% !important;
    position: absolute !important;
    top: 13% !important;
    left: 19% !important;
    }

    .swiper-slide {
      text-align: center !important;
      font-size: 18px;
     /* background: #fff; */
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }

    .swiper-slide img {
      display: block !important;
    /*  width: 100%;
      height: 100%;*/
      object-fit: cover !important;
	 
    }
.bottomtexts {
	font-size: 1em;
}
.bottomchairs1 {
    height: 112px !important;
	padding: 3%;
}
.bottomchairs2 {
    height: 112px !important;
	padding: 3%;
}
.bottomsvet1a {
	width: 100%;
    position: absolute;
    bottom: 3.3%;
    left: -9% !important;
    transform: scale(0.5);
    display: none;
  }
.bottomsvet2a {
	width: 100%;
    position: absolute;
    bottom: 3.3%;
    right: -10%;
    transform: scale(0.5);
    display: none;
  }
.bottomsvet3a {
	width: 100%;
	position: absolute;
    bottom: 2.5%;
    left: 23% !important;
	transform: scale(0.5);
	display: none;
  }
 .bottomsvet4a {
	width: 100%;
	position: absolute;
    bottom: 2.5%;
    left: 23% !important;
	transform: scale(0.5);
	display: none;
  }
 .podsvetkakresel1a img {
	height: 100%;	
}
.podsvetkakresel2a img {
	height: 100%;	
}
.podsvetkakresel3a img {
	height: 100%;	
}

.podsvetkakresel1a{
  /*background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  
  position: relative;
  
}
.podsvetkakresel2a{
  /*background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  
  position: relative;
}
.podsvetkakresel3a{
 /* background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  
  position: relative;
}
.podsvetkakresel1a:hover {
  transform: scale(1.01);
}
.podsvetkakresel2a:hover {
  transform: scale(1.01);
}
.podsvetkakresel3a:hover {
  transform: scale(1.01);
}
.podsvetkakresel1a:hover + .bottomsvet1a {
  display: block;
}
.podsvetkakresel2a:hover + .bottomsvet2a {
  display: block;
}
.podsvetkakresel3a:hover + .bottomsvet3a {
  display: block;
}
.podsvetkakresel3a:hover + .bottomsvet4a {
  display: block;
}


	
.light-back {
        position: absolute;
    width: 42%;
    opacity: 0.7;
    /* animation: lightanim 3s infinite; */
    /* margin-bottom: 13%; */
    z-index: 0;
    /* mix-blend-mode: lighten; */
    filter: drop-shadow(35px 87px 37px #197cef) blur(33px) brightness(1.5);
    left: 14%;
    top: 21%;
    height: 57%;
}
.kreslokartinka{
  height: 100%;
  width: 74%;
}
.kreslokartinka:hover {
  transform: scale(1.01);
}

.st1, .st2, .st3 {
	display: flex;
	    align-items: center;
    justify-content: center;
	    margin-bottom: 10%;
}
.st2 {
	display: flex;
    flex-direction: row-reverse;
}
.st1img, .st2img, .st3img {
	width: 30%;
}
.st1text, .st2text, .st3text {
	font-family: 'LakesCB';
	color: #fff;
	width: 70%;
	font-size: 1.7em;
	text-align: center;
} 
.uppertext {
	font-family: 'LakesCB';
	color: #fff;
	font-size: 1.7em;
	text-align: center;
}


@keyframes lightanim {
0% {
   opacity: 0.5;
	
}

50% {
    opacity: 1;
	
}
100% {
   opacity: 0.5; 
	
}
}	

@keyframes plavaet {
0% {
    transform: translate(0px, 5px);
}
100% {
    transform: translate(0px, -5px);
}
}

.kv__bg {
  
  animation: bganim 3s infinite;
  animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: none;
	filter: brightness(1.5);
}
@keyframes bganim {
0% {
   /* background: url(images/kv-bg2.jpg) top center no-repeat;*/
	width: 100%;
    height: 100%;
    display: block;
    background-size: cover; 
	filter: hue-rotate(-45deg);
}
100% {
   /* background: url(images/kv-bg3.png) top center no-repeat;*/
	width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
	background-size: cover;
	filter: hue-rotate(45deg);
}
}
.kv-title {
	position: absolute;
    top: -86%;
    left: -14%;
    text-align: center;
    font-family: ExocetCyrillico !important;
    z-index: 100;
    -webkit-animation: glow2 0.6s ease-in-out infinite alternate;
    animation: glow2 0.6s ease-in-out infinite alternate;
    color: #fff;
}
.kv-title h2 {
    font-size: 9.3em;;
    margin: 0;
    line-height: 45%;
}
.kv-title h3 {
    font-size: 6.7em;
    margin: 0;
}
.tenge {
	font-family: 'GOTHICBI';
    margin-top: 11%;
    position: absolute;
    top: -40%;
    left: 5%;
    text-align: center;
    color: white;
    font-size: 2em;
    width: max-content;
}
.summatenge {
	-webkit-animation: glow2 1s ease-in-out infinite alternate;
    animation: glow2 1s ease-in-out infinite alternate;
}
.textpodlaki {
	font-family: 'ExocetCyrillico';
    margin-top: 11%;
    position: absolute;
    top: 62%;
    left: 5%;
    text-align: center;
    color: white;
    font-size: 1em;
    width: max-content;
}
.laki {
	width: 8.5vw !important;
    height: auto;
    position: absolute;
    top: 61%;
    left: 62.7%;
    animation-name: myanim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: none;
    z-index: 100;
}

/* ------------------------------------------------------------------------------------------- */

.logo {
   /* max-width: 220px;
    min-width: 120px;*/
    width: 10vw !important;
    height: auto;
    position: absolute;
    top: 5%;
    left: 3%;
    z-index: 100;
}

.registknop1 {
	width: 10vw !important;
    height: auto;
    position: absolute;
    top: 5%;
    z-index: 100;
    right: 11%;
}

.registknop2 {
	width: 10vw !important;
    height: auto;
    position: absolute;
    top: 5%;
    z-index: 99;
    right: 11%;
}

.registknopparent:hover > .registknop1 {
	display: none;
	
}
 .language-md {
        display: flex;
        margin-left: 32px;
		position: absolute;
		top: 7.3%;
		right: 5%;
		z-index: 100;
		border: 3px solid #d1579e;
		background: #000;
		-webkit-box-shadow: 3px 2px 15px #d1579e;
		box-shadow: 3px 2px 15px #d1579e;
		border-radius: 3em;
    }

   .language-md-btn {
	background: #000;
    align-items: center;
    border-radius: 3em;
    box-sizing: border-box;
    display: flex;
    margin: 2px 0;
    padding: 2px 4px;
    width: 5.2vw;
    border: none;
    }

.language-md-text {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 6px
    }

 .language-md-list {
       background: #000;
    border-radius: 0em 0em 1em 1em;
    box-shadow: 0 6px 8px -6px rgba(24, 39, 75, .12), 0 8px 16px -6px rgba(24, 39, 75, .08);
    display: none;
    position: absolute;
    right: 11%;
    top: 102%;
    width: 3.7vw;
    z-index: 8;
	border: 3px solid #d1579e;
	transition: all 1s ease;
    }
li::marker {
	color: #fff;
}
.language-md-list ul {
    padding-left: 1.75em;
	    list-style: none;
}
    .language-md-list a {
        color: #fff;
        display: block;
        font-size: 0.8em;
        line-height: 16px;
        text-align: center
		    padding: 0em 1em 0em 0em;
    }

.language-md-list a:hover {
        font-size: 0.9em;
    }
.language-md:hover {
	-webkit-box-shadow: 3px 3px 25px #d1579e;
		box-shadow: 3px 3px 25px #d1579e;
}
 .language-md:hover .language-md-list {
        display: block
    }


.footer {
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0 10px;
	    background: darkmagenta;
    background-repeat: repeat;
    background-size: contain;
}
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-family: 'LakesCB';
    font-size: 12px;
	color: #eee;
}

.white-wind {
    background: url(../images/shop-kz.png); 
    display: block; 
    height: 200px;
    width: 40%;
	margin-left: auto;
    margin-right: auto;
    
	background-position: center;
	background-size: 100% 100%;
	padding: 50px;
	background-repeat: no-repeat;
   }
.white-wind:hover {
    background: url(../images/shop-kz-light.png); 
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
   }
.fig {
    text-align: center; 
   }
.shop-logo{
	margin-left: auto;
    margin-right: auto;
    width: 66%;
}

.goods{
	 max-width: 70%;
    min-width: 120px;
    width: 15vw;
    height: auto;
    position: absolute;
    top: 15%;
    left: 12%;
	animation-name: myanim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: none;
	z-index:0;
}


@keyframes myanim {
from {transform: translate(0px, 5px);}
to {transform: translate(0px, -5px);}

}

.model__pdBox fadein {
	width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	
}
@font-face{
    font-family: 'LakesCB';
	src: url('../fonts/TTLakes/TTLakesCompressed-Bold.ttf');
}
.regblock {
	/*width: 100% !important;*/
}
.redeem__btnmy1 {
	margin-top: -2.4em;
}
@media (max-width: 7000px) and (min-width: 5121px) {
.language-md-btn {
    width: 5.4vw;
}
.language-md {
    border: 7px solid #d1579e;
}
.language-md-list {
    right: 23%;
    top: 105%;
    width: 2.7vw;
}
.language-md-text {
    font-size: 3.8em;
}
.language-md-list a {
    font-size: 2.8em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 3em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 2.4em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 3.7em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 2em !important;
}
.model__btn-link {
	padding-left: 36% !important;
	font-size: 3em !important;
}
.productseries__modelbox-ele p {
    font-size: 3.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 4em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 3em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 4em !important;
}
input[type="checkbox" i] {
	        width: 40px !important;
        height: 52px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 3.7em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 4em !important;
}
select {
	width: 50% !important;
    font-size: 3em !important;
    height: 2em !important;
}
select option {
    font-size: 0.3em;
}
input[id=id_purch_mb] {
    font-size: 3em !important;
}
label {
    height: 3em !important;
    font-size: 3em !important;
}
.redeem__btnmy1 {
    margin-top: -6.4em;
}
.popup-inner {
	transform: scale(3.5) translateY(165em);
}
}
@media (max-width: 5120px) and (min-width: 3841px) {
.language-md-btn {
    width: 5.4vw;
}
.language-md {
    border: 7px solid #d1579e;
}
.language-md-list {
    right: 23%;
    top: 105%;
    width: 2.7vw;
}
.language-md-text {
    font-size: 3.8em;
}
.language-md-list a {
    font-size: 2.8em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 3em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 2.4em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 3.7em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 2em !important;
}
.model__btn-link {
	padding-left: 36% !important;
	font-size: 3em !important;
}
.productseries__modelbox-ele p {
    font-size: 3.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 4em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 3em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 4em !important;
}
input[type="checkbox" i] {
	        width: 40px !important;
        height: 52px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 3.7em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 4em !important;
}
select {
	width: 50% !important;
    font-size: 3em !important;
    height: 2em !important;
}
select option {
    font-size: 0.3em;
}
input[id=id_purch_mb] {
    font-size: 3em !important;
}
label {
    height: 3em !important;
    font-size: 3em !important;
}
.redeem__btnmy1 {
    margin-top: -6.4em;
}
.popup-inner {
	transform: scale(3.5) translateY(165em);
}
}
@media (max-width: 3840px) and (min-width: 3101px) {
.language-md-btn {
    width: 5.9vw;
}
.language-md {
    border: 7px solid #d1579e;
}
.language-md-list {
    right: 24%;
    top: 105%;
    width: 2.7vw;
}
.language-md-text {
    font-size: 3.8em;
}
.language-md-list a {
    font-size: 2.8em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 3em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 1.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 3.7em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 2em !important;
}
.model__btn-link {
	padding-left: 39% !important;
	font-size: 3em !important;
}
.productseries__modelbox-ele p {
    font-size: 3.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 4em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 3em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 4em !important;
}
input[type="checkbox" i] {
	        width: 40px !important;
        height: 52px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 3.7em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 4em !important;
}
select {
	width: 50% !important;
    font-size: 3em !important;
    height: 2em !important;
}
select option {
    font-size: 0.3em;
}
input[id=id_purch_mb] {
    font-size: 3em !important;
}
label {
    height: 3em !important;
    font-size: 3em !important;
}
.redeem__btnmy1 {
    margin-top: -4.4em;
}
.popup-inner {
        transform: scale(2.3) translateY(131em);
}
}
@media (max-width: 3100px) and (min-width: 2561px) {
.language-md-btn {
    width: 6.5vw;
}
.language-md {
    border: 7px solid #d1579e;
	    top: 6.9%;
    right: 3%;
}
.language-md-list {
    right: 24%;
    top: 105%;
    width: 2.7vw;
}
.language-md-text {
    font-size: 3.8em;
}
.language-md-list a {
    font-size: 2.8em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 3em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.9em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 3.7em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 2em !important;
}
.model__btn-link {
	padding-left: 51% !important;
	font-size: 3em !important;
}
.productseries__modelbox-ele p {
    font-size: 3.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 4em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 3em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 4em !important;
}
input[type="checkbox" i] {
	        width: 40px !important;
        height: 52px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 3.7em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 4em !important;
}
select {
	width: 50% !important;
    font-size: 3em !important;
    height: 2em !important;
}
select option {
    font-size: 0.3em;
}
input[id=id_purch_mb] {
    font-size: 3em !important;
}
label {
    height: 3em !important;
    font-size: 2.5em !important;
}
.redeem__btnmy1 {
    margin-top: -4.4em;
}
.popup-inner {
	           transform: scale(2) translateY(116em);
}
}
@media (max-width: 2560px) and (min-width: 2201px) {
.language-md-btn {
     width: 5.9vw;
}
.language-md {
    border: 7px solid #d1579e;
	    top: 6.9%;
    right: 3%;
}
.language-md-list {
		right: 25%;
        top: 106%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 2.5em;
}
.language-md-list a {
    font-size: 1.5em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 2.7em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.7em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 2.7em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 1.7em !important;
}
.model__btn-link {
	padding-left: 64% !important;
	font-size: 3em !important;
}
.productseries__modelbox-ele p {
    font-size: 3.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 4em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 1.5em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 4em !important;
}
input[type="checkbox" i] {
	        width: 40px !important;
        height: 52px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 2.7em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 2em !important;
}
select {
	width: 50% !important;
    font-size: 2em !important;
    height: 2em !important;
}
select option {
    font-size: 0.5em;
}
input[id=id_purch_mb] {
    font-size: 1.5em !important;
}
label {
    height: 3em !important;
    font-size: 1.5em !important;
}
.redeem__btnmy1 {
    margin-top: -2.4em;
}
.popup-inner {
	           transform: scale(2) translateY(116em);
}
}
@media (max-width: 2200px) and (min-width: 1921px) {
.language-md-btn {
    width: 6.9vw;
}
.language-md {
    border: 7px solid #d1579e;
	    top: 6.9%;
    right: 3%;
}
.language-md-list {
	right: 28%;
	top: 110%;
    width: 2.7vw;
}
.language-md-text {
    font-size: 3.2em;
}
.language-md-list a {
    font-size: 2em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 2.2em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.7em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 2.2em;
}
.bottomtexts {
    font-size: 2.7em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 20em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 49px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 1.5em !important;
}
.model__btn-link {
	padding-left: 76% !important;
	font-size: 2em !important;
}
.productseries__modelbox-ele p {
    font-size: 2em !important;
}
.shoutout .productseries__filter-item {
    font-size: 2em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 1.5em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 2em !important;
}
input[type="checkbox" i] {
        width: 26px !important;
        height: 33px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 1.5em;
	margin-bottom: 2em;
}
input[type=text] {
    height: 1em !important;
    font-size: 2em !important;
}
select {
	width: 50% !important;
    font-size: 2em !important;
    height: 2em !important;
}
select option {
    font-size: 0.3em;
}
input[id=id_purch_mb] {
    font-size: 1.5em !important;
}
label {
    height: 2em !important;
    font-size: 1.5em !important;
}
.redeem__btnmy1 {
    margin-top: -2.4em;
}
.popup-inner {
	transform: scale(1.5) translateY(78em);
}
}
@media (max-width: 1919px) and (min-width: 1701px) {
.language-md-btn {
    width: 6.5vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 7.2%;
        right: 3%;
}
.language-md-list {
        right: 26%;
        top: 100%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 2em;
}
.language-md-list a {
    font-size: 1em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 1.2em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.8em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.5em;
}
.bottomtexts {
    font-size: 1.5em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 22px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 1em !important;
}
.model__btn-link {
	padding-left: 104% !important;
	font-size: 1.5em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 1em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 2em !important;
}
input[type="checkbox" i] {
        width: 26px !important;
        height: 33px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 1em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1.5em !important;
}
select {
	width: 50% !important;
    font-size: 1.5em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1.3em !important;
}
label {
    height: 2em !important;
    font-size: 1em !important;
}
.redeem__btnmy1 {
    margin-top: -2.4em;
}
}
@media (max-width: 1700px) and (min-width: 1501px) {
.language-md-btn {
    width: 6.5vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 7.2%;
        right: 3%;
}
.language-md-list {
        right: 26%;
        top: 100%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 2em;
}
.language-md-list a {
    font-size: 1em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 1.2em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.8em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.5em;
}
.bottomtexts {
    font-size: 1.5em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.8em !important;
}
.model__btn-link {
	padding-left: 122% !important;
	font-size: 1em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 1em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 2em !important;
}
input[type="checkbox" i] {
        width: 26px !important;
        height: 33px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 1em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1.5em !important;
}
select {
	width: 50% !important;
    font-size: 1.5em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1.3em !important;
}
label {
    height: 2em !important;
    font-size: 1em !important;
}
.redeem__btnmy1 {
    margin-top: -2.4em;
}
}
@media (max-width: 1500px) and (min-width: 1301px) {
.language-md-btn {
    width: 5.1vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.7%;
        right: 3%;
}
.language-md-list {
        right: 19%;
        top: 100%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 1em;
}
.language-md-list a {
    font-size: 0.8em;
    line-height: 33px;
}
.language-md-list a:hover {
    font-size: 1em;
    line-height: 33px;
}
.language-md-list ul {
    padding-left: 0.6em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 2357px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 2357px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.2em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.7em !important;
}
.model__btn-link {
	padding-left: 147% !important;
	font-size: 0.9em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 1em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 2em !important;
}
input[type="checkbox" i] {
        width: 26px !important;
        height: 33px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 1em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1.5em !important;
}
select {
	width: 50% !important;
    font-size: 1.5em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1.3em !important;
}
label {
    height: 2em !important;
    font-size: 1em !important;
}
.redeem__btnmy1 {
    margin-top: -1.4em;
}
}
@media (max-width: 1300px) and (min-width: 1101px) {
#kv-pc {
	display: none;
}

#kv-xl {
	display: block;
}
.go-forward-and-upgrade .redeem__box {
    width: 70% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 70% !important;
}
.shop4, .shop1, .shop2, .shop3 {
    height: 3em !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
    height: 1.5em !important;
}
.registknop1, .registknop2 {
	width: 11vw !important;
}
.language-md-btn {
    width: 6.1vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 3%;
}
.language-md-list {
        right: 23%;
        top: 100%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 0.8em;
	line-height: 16px;
}
.language-md-list a {
    font-size: 0.7em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 0.8em;
    line-height: 25px;
}
.language-md-list ul {
    padding-left: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.2em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.55em !important;
}
.model__btn-link {
	padding-left: 185% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.9em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 1em !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 50% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.9em;
}
}
@media (max-width: 1100px) and (min-width: 800px) {
#kv-pc {
	display: none;
}

#kv-xl {
	display: block;
}
.go-forward-and-upgrade .redeem__box {
    width: 70% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 70% !important;
}
.shop4, .shop1, .shop2, .shop3 {
    height: 3em !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
        flex-direction: row !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 11vw !important;
}
.language-md-btn {
    width: 6.1vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 3%;
}
.language-md-list {
        right: 23%;
        top: 100%;
        width: 2.7vw;
}
.language-md-text {
    font-size: 0.8em;
	line-height: 16px;
}
.language-md-list a {
    font-size: 0.7em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 0.8em;
    line-height: 25px;
}
.language-md-list ul {
    padding-left: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.2em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.55em !important;
}
.model__btn-link {
	padding-left: 185% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.9em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 1em !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 50% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -3em;
}
#gaming {
    margin: 0em 5em 0em 5em !important;
}
}
@media (max-width: 799px) and (min-width: 619px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
    height: 4em !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
        flex-direction: row !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 30vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 16.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 17%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 26px;
}
.language-md-list a {
    font-size: 1em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
    padding-left: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.2em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.55em !important;
}
.model__btn-link {
	padding-left: 185% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.9em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 1em !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 50% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -3em;
}
#gaming {
    margin: 0em 2em 0em 2em !important;
}
}
@media (max-width: 618px) and (min-width: 500px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
    height: 4em !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 2.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
        flex-direction: row !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 30vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 16.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 17%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 26px;
}
.language-md-list a {
    font-size: 1em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
    padding-left: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1.2em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 10em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.55em !important;
}
.model__btn-link {
	padding-left: 185% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1.5em !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.9em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
    font-size: 1em !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 50% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -3em;
}
#gaming {
    margin: 0em 2em 0em 2em !important;
}
}
@media (max-width: 499px) and (min-width: 447px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 188% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 446px) and (min-width: 432px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 180% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 431px) and (min-width: 421px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 186% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 420px) and (min-width: 410px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 191% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 409px) and (min-width: 395px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 197% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 394px) and (min-width: 377px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 203% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 376px) and (min-width: 361px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 214% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 360px) and (min-width: 350px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 223% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 349px) and (min-width: 337px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 231% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 336px) and (min-width: 321px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 240% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 1em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}
@media (max-width: 320px) and (min-width: 300px) {
#kv-pc {
	display: none;
}
#kv-xl {
	display: none;
}
#kv-xs {
	display: block;
}
.laki {
    width: 21.5vw !important;
    top: 79%;
    left: 62.7%;
}
.logo {
    width: 17vw !important;
    top: 3%;
    left: 3%;
}
.go-forward-and-upgrade .redeem__box {
    width: 90% !important;
}
.go-forward-and-upgrade .redeemBtn {
	width: 90% !important;
}
.shop4, .shop1, .shop2, .shop3 {
		height: 12em !important;
        width: 61% !important;
}
.go-forward-and-upgrade .redeem__btn a, .go-forward-and-upgrade .redeem__btn a:hover {
    width: 52% !important;
    height: 1em !important;
}
.go-forward-and-upgrade .redeem__btnmy1 a, .go-forward-and-upgrade .redeem__btnmy1 a:hover {
	width: 52% !important;
    height: 3.5em !important;
}
.go-forward-and-upgrade .redeem__btnmy a, .go-forward-and-upgrade .redeem__btnmy a:hover {
        width: 46% !important;
        height: 1em !important;
}
    .shoutout .productseries__selectbox {
        gap: 40px;
        flex-wrap: wrap;
    }
	    .go-forward-and-upgrade .common__flex {
		flex-direction: column !important;
        margin: 0 auto;
        align-content: center !important;
    }
	    .go-forward-and-upgrade .redeem__btn a {
			font-size: unset !important;
    }
	.regblock.redeemBtn.fadein.delighter.started {
		width: 100% !important;
	}
.registknop1, .registknop2 {
	width: 37vw !important;
	right: 30% !important;
}
.language-md-btn {
    width: 22.9vw;
}
.language-md {
		border: 3px solid #d1579e;
        top: 6.5%;
        right: 5%;
}
.language-md-list {
        right: 21%;
        top: 100%;
        width: 10.7vw;
}
.language-md-text {
        font-size: 1em;
        line-height: 15px;
}
.language-md-list a {
    font-size: 0.9em;
    line-height: 25px;
}
.language-md-list a:hover {
    font-size: 1.1em;
    line-height: 25px;
}
.language-md-list ul {
        padding-left: 0.4em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
}
.shoutout {
    margin-top: -3% !important;
}
.go-forward-and-upgrade .redeem__box {
	max-width: 1300px !important;
}
.go-forward-and-upgrade .redeemBtn {
	max-width: 1300px !important;
}
.uppertext, .st1text, .st2text, .st3text {
    font-size: 1em;
}
.bottomtexts {
    font-size: 1.2em;
}
.common__container {
	max-width: 2300px !important;
}
    .shoutout .productseries__gamingmodel-select {
        width: calc(15% - 0px) !important;
    }
	.productseries__selectbox-item {
    height: 5em !important;
	}
	.shoutout .productseries__modelbox-ele a {
        padding: 15px 0px !important;
        border-radius: 4em !important;
}
.model__btn-name {
font-size: 0.4em !important;
}
.model__btn-link {
	padding-left: 264% !important;
	font-size: 0.7em !important;
}
.productseries__modelbox-ele p {
    font-size: 1.5em !important;
}
.shoutout .productseries__filter-item {
    font-size: 1em !important;
}
.form-data {
    padding: 10px !important;
}
.reg-form {
    max-width: 1500px !important;
}
small {
    font-size: 0.7em;
}
.bt-reg, .bt-reg:focus, .bt-reg:hover {
        font-size: 0.7em !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100% !important;
}
input[type="checkbox" i] {
		width: 15px !important;
        height: 18px !important;
}
.sn a {
    text-align: center !important;
}
.uploadfiles {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
input[type=file] {
    font-size: 0.7em;
	margin-bottom: 2em;
}
.uploadfiles {
    flex-direction: row;
}
input[type=text] {
    height: 1em !important;
    font-size: 1em !important;
}
select {
	width: 100% !important;
    font-size: 1em !important;
    height: 2em !important;
}
select option {
    font-size: 1em;
}
input[id=id_purch_mb] {
    font-size: 0.7em !important;
}
label {
    height: 2em !important;
    font-size: 0.7em !important;
}
.redeem__btnmy1 {
    margin-top: -1.5em;
}
#gaming {
    margin: 0em 0.1em 0em 0.1em !important;
}
}