fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a img,fieldset,img{border:none}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none}button,input[type=submit]{cursor:pointer}button::-moz-focus-inner,input[type=submit]::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}button,input{margin:0;padding:0;border:0}a,a:focus,button,div,h1,h2,h3,h4,h5,h6,input,select,span,textarea{outline:none}ol,ul{list-style-type:none}table{border-spacing:0;border-collapse:collapse;width:100%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){*{transition:none!important}}@font-face{font-family:Rubik;src:url(/fonts/rubik-regular.woff2) format("woff2"),url(/_nuxt/fonts/rubik-regular.df9c848.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(/fonts/rubik-medium.woff2) format("woff2"),url(/_nuxt/fonts/rubik-medium.ae19e08.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(/fonts/rubik-bold.woff2) format("woff2"),url(/_nuxt/fonts/rubik-bold.5e4a218.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Bebas;src:url(/fonts/bebasneue_bold.woff2) format("woff2"),url(/_nuxt/fonts/bebasneue_bold.2ac1ed7.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:PlayfairDisplay;src:url(/fonts/PlayfairDisplay-Bold.woff2) format("woff2"),url(/_nuxt/fonts/PlayfairDisplay-Bold.4ebdec4.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Regular.woff2) format("woff2"),url(/_nuxt/fonts/Roboto-Regular.19030d5.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Medium.woff2) format("woff2"),url(/_nuxt/fonts/Roboto-Medium.b8c70ce.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto-Bold.woff2) format("woff2"),url(/_nuxt/fonts/Roboto-Bold.46b3820.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;background-color:#000;overflow-x:hidden}html.overflow-hidden{overflow:hidden}body{overflow-anchor:none}.wrapper{min-height:100vh;padding-top:50px;overflow:hidden}@media only screen and (min-width:1280px){.wrapper{padding-top:130px}}@media only screen and (min-width:1280px){.wrapper--game{padding-top:70px}.wrapper--game .header{height:70px;background:#1c1d25;box-shadow:none!important}.wrapper--game .header__inner{min-height:70px}.wrapper--game .header__logo{align-self:flex-start;margin-top:8px}}.container{width:100%;max-width:1322px;margin:0 auto}.inner{padding:0 16px}@media only screen and (min-width:1280px){.inner{padding:0 24px}}.inner-mob{padding:0 16px}@media only screen and (min-width:1280px){.inner-mob{padding:0}}.icon{height:1em;width:1em;line-height:0}.link{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;text-decoration:none;color:#7db435}.link--white{color:#fff}.link--xs{font-size:12px}@media only screen and (min-width:1280px){.link--xs{font-size:14px}}.underline{text-decoration:underline}.hr{margin:10px 0;height:1px;border:none;background-color:#e7e7e7}.hidden-block{display:none;visibility:hidden}.nuxt-progress{z-index:9998;top:50px}@media only screen and (min-width:1280px){.nuxt-progress{top:70px}}.nuxt-progress.nuxt-progress-failed{top:0}.multiselect__tags{position:relative;box-sizing:border-box;height:40px;min-width:250px;width:100%;padding-left:16px;padding-top:0;background:rgba(0,0,0,.5);border:1px solid rgba(125,180,53,.5);border-radius:5px;transition:borderColor .2s ease;display:flex;align-items:center}@media only screen and (min-width:1280px){.multiselect__tags{min-width:160px;cursor:pointer}}.multiselect__tags:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:40px;height:24px;width:1px;background-color:hsla(0,0%,100%,.3)}.multiselect__input,.multiselect__single{color:#fff;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.13px;line-height:17px;background:none;min-height:auto;margin-bottom:0}.multiselect__input::-moz-placeholder,.multiselect__single::-moz-placeholder{font-weight:400;color:#8e919e}.multiselect__input:-ms-input-placeholder,.multiselect__single:-ms-input-placeholder{font-weight:400;color:#8e919e}.multiselect__input::placeholder,.multiselect__single::placeholder{font-weight:400;color:#8e919e}.multiselect__input,.multiselect__placeholder{padding:0;margin:0}.multiselect__content-wrapper{margin-top:2px;max-height:308px;padding:10px 0;min-width:100%;width:auto;border:none;border-radius:5px;box-shadow:0 0 10px 1px rgba(0,0,0,.2)}.multiselect__content-wrapper::-webkit-scrollbar-track{background:none}.multiselect__content-wrapper::-webkit-scrollbar{width:6px;background:none}.multiselect__content-wrapper::-webkit-scrollbar-thumb{width:6px;height:114px;background:rgba(125,180,53,.5);border-radius:3px}.multiselect__option{padding:0 16px;color:#000;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;line-height:32px;min-height:auto}.multiselect__option a{color:inherit;text-decoration:none;pointer-events:none}.multiselect__option--highlight,.multiselect__option:hover{background:hsla(0,0%,73.3%,.3)}.multiselect__option--selected{background:hsla(0,0%,73.3%,.15)}.multiselect__option--selected.multiselect__option--highlight{background:hsla(0,0%,73.3%,.3)}.multiselect__caret{position:absolute;z-index:1;right:1px;top:1px;bottom:1px;display:block;box-sizing:border-box;margin:0;width:40px;text-align:center;font-size:12px;line-height:30px;text-decoration:none;transition:transform .2s ease;color:#fff;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px;border:none;margin-bottom:2px}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags,.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-radius:5px}.multiselect--active .multiselect__tags{border-color:#fff}.multiselect--active .multiselect__caret{transform:rotate(180deg)}.field__row .multiselect,.field__row .multiselect .multiselect__tags{min-height:auto;height:100%}.select--light .multiselect{color:#000}.select--light .multiselect__caret{color:#4f5363}.select--light .multiselect__tags{border:1px solid #bbb;background:#fff}.select--light .multiselect__tags:after{background-color:#bbb}.select--light .multiselect__single{color:#000}.select--light .multiselect__content-wrapper{box-shadow:0 3px 10px 0 rgba(0,0,0,.2);background-color:#fff;overflow:overlay;-webkit-overflow-scrolling:touch}.select--light .multiselect__content-wrapper::-webkit-scrollbar{-webkit-appearance:none}.select--light .multiselect__content-wrapper::-webkit-scrollbar:vertical{width:10px}.select--light .multiselect__content-wrapper::-webkit-scrollbar-thumb{width:4px;height:80px;border-radius:3px;border:6px solid #7db435;background-color:rgba(125,180,53,.75)}.select--light .multiselect__option{color:#000}.select--light .multiselect__option--highlight,.select--light .multiselect__option--selected,.select--light .multiselect__option--selected.select--light .multiselect__option--highlight{background-color:hsla(0,0%,73.3%,.3)}.option{display:flex;align-items:center}.option__flag{display:block;width:16px;height:10px;margin-right:7px}.select--phone{min-width:103px;width:auto}.select--auto,.select--phone{height:100%}.select--auto .multiselect,.select--phone .multiselect{width:auto}.select--auto .multiselect__tags,.select--phone .multiselect__tags{min-width:auto;border:none;background:none;padding-right:28px;padding-top:0;display:flex;align-items:center;line-height:inherit;cursor:pointer}.select--auto .multiselect__tags:after,.select--phone .multiselect__tags:after{right:1px;background-color:#e1e1e1}.select--auto .multiselect__single,.select--phone .multiselect__single{padding-left:0;margin-bottom:0;line-height:inherit;width:auto}.select--auto .multiselect__caret,.select--phone .multiselect__caret{width:28px}.select--auto{width:auto}.select--auto .multiselect__tags:after{background-color:#e1e1e1}.select--auto .multiselect__input{color:#000}.select--auto .multiselect__caret{opacity:.2}.select--auto:last-child .multiselect__tags:after{content:none}.select.is-disabled{pointer-events:none}.select--bank .multiselect__single{padding-left:0}.tabs__controls{position:relative;z-index:1;display:flex;overflow-x:auto;background-color:#17181f}.tabs--inner .tabs__controls{border-top:1px solid #7db435}.tabs__line{position:absolute;height:1px;width:100%;left:0;bottom:0;background-color:#7db435}.tabs--inner .tabs__line{display:none}.tabs__details{position:relative;background-color:#17181f}.tabs__details:before{content:"";position:absolute;top:0;left:0;width:100%;height:64px;background:linear-gradient(180deg,#121223 -46.28%,rgba(0,0,0,.0001) 50%),linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,3e-05));pointer-events:none}.tabs--light .tabs__controls{background-color:#fff}.tabs--light .tabs__controls:before{content:none}.tabs--light .tabs__details{background:none}.tabs--light .tabs__details:before{height:55px;background:linear-gradient(180deg,rgba(0,0,0,.07) -12.77%,rgba(0,0,0,7e-06) 89.44%)}.tabs--filter>.tabs__controls:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#454798}.tabs--filter>.tabs__controls .tab-control:not(.is-active){border-bottom:1px solid #454798}@media only screen and (min-width:1280px){.tabs--filter>.tabs__controls{background-color:#1f1e3b;padding-right:350px}}.tabs--fluid .tabs__controls{justify-content:space-between}.tabs--fluid .tab-control{flex:1}@media only screen and (min-width:1024px){.tabs--vertical{display:flex}.tabs--vertical .tabs__controls{padding:8px 0;min-width:160px;flex-direction:column;flex-shrink:0;text-align:left}.tabs--vertical .tabs__details{flex-grow:1}.tabs--vertical .tabs__details:before{height:100%;width:55px;background:linear-gradient(90deg,rgba(0,0,0,.07) -12.77%,rgba(0,0,0,7e-06) 89.44%)}}.tab-control{position:relative;min-height:50px;padding:10px 20px;display:flex;align-items:center;justify-content:center;font-family:Rubik,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;color:#8e919e;letter-spacing:-.13px;white-space:nowrap;text-decoration:none}@media only screen and (min-width:1280px){.tab-control{min-height:60px;padding:10px 24px}}.tab-control__pic{font-size:24px;width:1em;height:1em;display:block;margin-right:10px}.tab-control .icon{font-size:24px;margin-right:10px;line-height:0;color:#bc8433}.tab-control.is-active{color:#fff;z-index:2;border-top:1px solid #7db435}.tab-control.is-active:before{content:"";position:absolute;top:0;left:0;width:100%;height:49px;background:linear-gradient(179.87deg,#f9aa33 -100.22%,rgba(249,170,51,0) 63.38%)}.tab-control.is-active:after{opacity:0}.tabs--inner .tab-control.is-active,.tabs--light .tab-control.is-active{border-top:none}.tabs--inner .tab-control{min-height:60px;border:none}@media only screen and (min-width:1280px){.tabs--inner .tab-control{padding:10px 21px}}.tabs--inner .tab-control.is-active:before{content:none}.tabs--light .tab-control{min-height:45px;padding:14px;background-color:#fff;color:#8e919e}@media only screen and (min-width:768px){.tabs--light .tab-control{padding:11px 14px}}.tabs--light .tab-control.is-active{color:#17181f;background-color:#fff}.tabs--light .tab-control.is-active:before{top:auto;bottom:0;left:0;width:100%;height:2px;background-color:#7db435}@media only screen and (min-width:1024px){.tabs--vertical .tab-control{justify-content:flex-start;min-height:33px;padding:8px 16px}.tabs--vertical .tab-control.is-active:before{left:auto;right:0;width:2px;height:100%;background-color:#f9aa33}}.form{margin:0 auto;position:relative;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#000}.form__container{padding:1rem}.form__inner{position:relative;padding-top:10px;padding-bottom:10px}.form__inner:before{content:"";position:absolute;top:0;left:0;width:100%;height:55px;background:linear-gradient(180deg,rgba(0,0,0,.07) -12.77%,rgba(0,0,0,7e-06) 89.44%);pointer-events:none}.tabs__details .form__inner:before{content:none}.form__tabs .tab-control{flex:1 0 50%}.form__item{margin:10px 0}.form__item--mob-mg{margin:20px 0}@media only screen and (min-width:768px){.form__item{margin:14px 0}.auth__form .form__item{margin:10px 0}}.form__item:first-child{margin-top:0}.form__item:last-child{margin-bottom:0}.form__item--custom-field{margin-bottom:1em}.form__item--pad{padding-top:.5rem}.form__item .custom_field#upi_number{display:grid;grid-template-columns:1fr -webkit-min-content 1fr;grid-template-columns:1fr min-content 1fr;align-items:flex-end}.form__item .custom_field#upi_number>span{font-size:large;font-weight:bolder;margin-bottom:6px}.form__item .custom_field#upi_number input{padding-right:16px}.form__item .custom_field#upi_number .select .multiselect__tags{background-color:#fff;color:#000;border:1px solid #d6d6d6;min-width:auto}.form__item .custom_field#upi_number .select .multiselect__single{color:inherit}.form__item .custom_field#upi_number .select .multiselect__caret{color:#d6d6d6}.form__item .custom_field#upi_number .select .multiselect--active .multiselect__tags{border-color:#d6d6d6}.form__row{display:flex}.form__row .field+.field{margin:0 0 0 8px}.form__row .checkbox+.checkbox{margin-left:24px}.form__cols{display:flex;flex-direction:column}@media only screen and (min-width:1024px){.form__cols{flex-direction:row}}.form__col{width:100%}@media only screen and (min-width:1024px){.form__col{max-width:288px;flex-grow:1}}.form__col+.form__col{margin-top:10px}@media only screen and (min-width:768px){.form__col+.form__col{margin-top:14px}.auth__form .form__col+.form__col{margin-top:10px}}@media only screen and (min-width:1024px){.form__col+.form__col{margin-top:0;margin-left:32px}}.form__btn{margin:10px 0}.form__btn:last-child{margin-bottom:0}@media only screen and (min-width:768px){.form__btn:last-child{margin:1rem 0}}.form__button{margin:1rem 0}.form__button:last-child{margin-bottom:0}.form__footer{padding-top:10px;border-top:1px solid #e7e7e7;text-align:center;color:#000;padding-bottom:2em;line-height:normal}.form__link{font-weight:500;color:#7db435;text-decoration:none}.form__label{display:block;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;line-height:1.67;color:#000;margin-bottom:.5em}.form__label--pad{padding:.5em 1rem 0}.form__label--no-mg{margin:0}.form__value{font-size:14px;font-weight:500;letter-spacing:-.13px;color:#000}.form__preselects{padding-top:7px;display:flex}.form__socials .socials__list{margin-top:5px}.form__checkboxes{display:flex;align-items:center}@media only screen and (min-width:1024px){.form__checkboxes{min-height:66px;padding-top:26px}}.form__checkboxes .checkbox+.checkbox{margin-left:24px}@media only screen and (min-width:1024px){.form__nolabel{min-height:66px;padding-top:26px}}.radio{position:relative;display:flex;align-items:center}.radio input{display:none}.radio__icon{display:flex;position:relative;width:20px;height:20px;margin-right:12px;border:1px solid #d6d6d6;background-color:#f9f9f9;border-radius:50%;line-height:0;font-size:0}.radio__icon:after{content:"";display:block;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:50%;opacity:0}.radio.is-active .radio__icon{background-color:#7db435;border-color:#7db435}.radio.is-active .radio__icon:after{opacity:1}@media only screen and (min-width:768px){.page__list{padding-top:.5em}}.page__more{font-family:Roboto,Helvetica Neue,Arial,sans-serif;padding:1rem 0 .5rem;font-size:12px;font-weight:500;text-align:center}.txt__container{background-color:#17181f}.txt__inner{padding:1rem}@media only screen and (min-width:768px){.txt__inner{padding:1.5rem}}.txt__inner+.txt__inner{padding-top:0}.txt__content{background-color:#17181f;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:#fff}@media only screen and (min-width:768px){.txt__content{overflow:hidden}}.txt__content ul{margin-left:50px;margin-bottom:20px}.txt__content ul,.txt__content ul>li{list-style-type:disc}.txt__content p{margin-bottom:20px}.txt__content ol{counter-reset:item}.txt__content ol>li:before{content:counters(item,".") ". ";counter-increment:item}.txt__content a:not(.btn){color:#7db435}.txt__content div.video{text-align:center}.txt__content video{width:50%;margin:0 auto}.txt__content :last-child{margin-bottom:0}.txt__head{display:flex;align-items:center;padding:1em 16px;background-image:linear-gradient(180deg,#311953,#121223);font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.4;font-weight:700;color:#fff;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.3)}.txt__back{display:block;font-size:24px;color:#fff;line-height:0;margin-right:.5rem}.txt__section{border-top:1px solid rgba(188,132,51,.7)}@media only screen and (min-width:768px){.txt__section{border:none}}@media only screen and (min-width:768px){.txt__row-content{order:3;width:270px;max-width:calc(40% - 1.5em);margin-left:1.5em}}.txt__row{padding:0 1rem 1rem}@media only screen and (min-width:768px){.txt__row{position:relative;display:flex;flex-wrap:wrap;padding:2em 0}}@media only screen and (min-width:768px){.txt__row:after{content:"";position:absolute;bottom:0;left:0;width:200vw;margin-left:-100vw;height:1px;background-color:#7db435}}@media only screen and (min-width:768px){.txt__row .txt__title{width:100%;flex-grow:1;order:1;margin-bottom:1rem}}.txt__row .txt__img{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;margin-bottom:1rem}@media only screen and (min-width:768px){.txt__row .txt__img{margin:0;width:100%;order:2;max-width:60%}}.txt__img{width:100%;text-align:center}.txt__img img{display:block;width:100%;-o-object-fit:cover;object-fit:cover}.txt__headline{padding:.75rem 1rem .5rem}@media only screen and (min-width:768px){.txt__headline{padding-left:0;padding-top:2rem}}.txt__title{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.71;letter-spacing:-.13px;margin-bottom:.5rem;color:#fff}.txt__title:last-child{margin-bottom:0}.txt__descr{margin-bottom:.5rem}.txt__descr:last-child{margin-bottom:0}.txt__descr a{font-weight:500;color:#7db435}.txt__descr p+p{margin-top:1rem}.txt__games{display:flex;flex-wrap:wrap;margin:1rem -9px -9px 0}.txt__games li{margin:0 9px 9px 0}.txt__winners{margin-bottom:1rem}.txt__btn{display:flex;justify-content:center;margin:0 auto}.txt__btn_mb{margin-bottom:1rem}.txt__btn_mb:last-child{margin-bottom:0}.txt__btn_mt{margin-top:1rem}@media only screen and (min-width:768px){.txt__btn_mt{margin-top:2rem}}.txt__list{position:relative;list-style:disc outside;padding:0 2em;margin-bottom:1rem;font-size:12px;font-weight:500;line-height:2}.txt__list:last-child{margin-bottom:0}.txt__list li{padding-left:1em}@media only screen and (min-width:768px){.txt__table{margin-bottom:2em}}.txt__table td,.txt__table th{font-family:Roboto,Helvetica Neue,Arial,sans-serif;vertical-align:middle;padding:0 1rem}.txt__table td.right,.txt__table td.value,.txt__table th.right,.txt__table th.value{text-align:right}.txt__table thead{background-color:rgba(125,180,53,.5);border:1px solid rgba(125,180,53,.5)}.txt__table thead td,.txt__table thead th{height:30px;font-size:12px;font-weight:400;color:#7db435;text-align:left}.txt__table tbody tr:nth-child(odd){background-color:rgba(0,0,0,.3)}.txt__table tbody tr:hover{border:1px solid #7db435}.txt__table tbody td{height:40px;font-size:14px;font-weight:500;line-height:1.71;color:#fff}.txt__table tbody td.value{letter-spacing:-.13px;color:#7db435}.layout-enter-active,.layout-leave-active,.page-enter-active,.page-leave-active{transition:opacity;transition-duration:.25s;transition-timing-function:ease-in-out}.layout-enter,.layout-leave-to,.page-enter,.page-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity;transition-duration:.2s;transition-timing-function:ease}.fade-enter,.fade-leave-to{opacity:0}.zoom-enter-active,.zoom-leave-active{transition:opacity,transform;transition:.3s cubic-bezier(.59,.12,.34,.95)}.zoom-enter,.zoom-leave-to{transform:translateY(5px) scale(.95);opacity:0}.slide-left-enter-active,.slide-left-leave-active,.slide-right-enter-active,.slide-right-leave-active{transition:height,opacity,transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);overflow:hidden}.slide-left-enter,.slide-right-leave-active{opacity:0;transform:translate(2em)}.slide-left-leave-active,.slide-right-enter{opacity:0;transform:translate(-2em)}.next-leave-to{-webkit-animation:leaveToLeft .5s cubic-bezier(.165,.84,.44,1) both;animation:leaveToLeft .5s cubic-bezier(.165,.84,.44,1) both;z-index:0}.next-enter-to{-webkit-animation:enterFromRight .5s cubic-bezier(.165,.84,.44,1) both;animation:enterFromRight .5s cubic-bezier(.165,.84,.44,1) both;z-index:1}.prev-leave-to{-webkit-animation:leaveToRight .5s cubic-bezier(.165,.84,.44,1) both;animation:leaveToRight .5s cubic-bezier(.165,.84,.44,1) both;z-index:1}.prev-enter-to{-webkit-animation:enterFromLeft .5s cubic-bezier(.165,.84,.44,1) both;animation:enterFromLeft .5s cubic-bezier(.165,.84,.44,1) both;z-index:0}@-webkit-keyframes leaveToLeft{0%{transform:translateX(0)}to{transform:translateX(-25%);filter:brightness(.5)}}@keyframes leaveToLeft{0%{transform:translateX(0)}to{transform:translateX(-25%);filter:brightness(.5)}}@-webkit-keyframes enterFromLeft{0%{transform:translateX(-25%);filter:brightness(.5)}to{transform:translateX(0)}}@keyframes enterFromLeft{0%{transform:translateX(-25%);filter:brightness(.5)}to{transform:translateX(0)}}@-webkit-keyframes leaveToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes leaveToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@-webkit-keyframes enterFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes enterFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}