@charset "UTF-8";@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-moz-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}.v-toast--fade-in-down{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-moz-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}.v-toast--fade-in-up{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s ease-out;-moz-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;inset:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-animation-duration:.15s;-moz-animation-duration:.15s;animation-duration:.15s;margin:.5em 0;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{-webkit-align-self:center;align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{-webkit-align-self:flex-end;align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{-webkit-align-self:flex-start;align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.v-toast.v-toast--bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/assets/fonts/InterVariable-DiVDrmQJ.woff2) format("woff2")}@font-face{font-family:InterVariable;font-style:italic;font-weight:100 900;font-display:swap;src:url(/build/assets/fonts/InterVariable-Italic-FCBEiFp6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/build/assets/fonts/Inter-Thin-DzN99i8q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/build/assets/fonts/Inter-ThinItalic-DxehbPeK.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/build/assets/fonts/Inter-ExtraLight-7kXoOaX_.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/build/assets/fonts/Inter-ExtraLightItalic-Ox17i_b0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/build/assets/fonts/Inter-Light-14LG-y7V.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/build/assets/fonts/Inter-LightItalic-iBr7p6CH.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/fonts/Inter-Regular-COLGFB3M.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/build/assets/fonts/Inter-Italic-Bm_w1qmz.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/fonts/Inter-Medium-CDhBSFyE.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/build/assets/fonts/Inter-MediumItalic-BqDObnQN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/fonts/Inter-SemiBold-BAEEcJ4E.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/build/assets/fonts/Inter-SemiBoldItalic-B7KOJJiL.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/fonts/Inter-Bold-BOs3KVhN.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/build/assets/fonts/Inter-BoldItalic-Cabj1n7x.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/build/assets/fonts/Inter-ExtraBold-BUaDDWMS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/build/assets/fonts/Inter-ExtraBoldItalic-efVpd_pq.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/build/assets/fonts/Inter-Black-BJbWHna9.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/build/assets/fonts/Inter-BlackItalic-D3PIgx41.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Thin-BT9qaRpT.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:100;font-display:swap;src:url(/build/assets/fonts/InterDisplay-ThinItalic-DtFR0WUP.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(/build/assets/fonts/InterDisplay-ExtraLight-B3-UpUq4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:200;font-display:swap;src:url(/build/assets/fonts/InterDisplay-ExtraLightItalic-C8b3Z3Tc.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Light-DQj7ly9y.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:300;font-display:swap;src:url(/build/assets/fonts/InterDisplay-LightItalic-Bbt9QreW.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Regular-CHKdHLF4.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:400;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Italic-Pk5cUfHi.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Medium-CYGNL_ty.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:500;font-display:swap;src:url(/build/assets/fonts/InterDisplay-MediumItalic-hd-DtBFz.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/fonts/InterDisplay-SemiBold--Mm3ZPsY.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:600;font-display:swap;src:url(/build/assets/fonts/InterDisplay-SemiBoldItalic-KqvXNdTp.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Bold-BpCEuk9N.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:700;font-display:swap;src:url(/build/assets/fonts/InterDisplay-BoldItalic-2f5-4TWO.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(/build/assets/fonts/InterDisplay-ExtraBold-CTk6ni5a.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:800;font-display:swap;src:url(/build/assets/fonts/InterDisplay-ExtraBoldItalic-7uYEMdJ3.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(/build/assets/fonts/InterDisplay-Black--Thh5XZM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:italic;font-weight:900;font-display:swap;src:url(/build/assets/fonts/InterDisplay-BlackItalic-CeOspfgx.woff2) format("woff2")}@font-feature-values InterVariable{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values Inter{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values InterDisplay{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}.v-toast{z-index:99999}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none;color:inherit}a:hover,a:active,a:focus,a:visited{text-decoration:none;color:inherit}body{background:#191922;font-family:Inter,sans-serif;color:#fff}.img-responsive{max-width:100%}.img-action{cursor:pointer}.text-white{color:#fff}.text-center{text-align:center}h1{font-weight:700;font-size:28px;line-height:150%;text-transform:uppercase;margin:0}h3{font-weight:400;font-size:24px;color:#fff;margin-top:0;margin-bottom:18px;text-transform:initial}h4{font-weight:500;font-size:16px;margin:15px 0;text-transform:uppercase;color:#fff}.inline-list{list-style:none;padding:0;margin:0}.inline-list li{display:inline-block}.input{background:none;border:none;outline:none;color:#fff}.input::-webkit-input-placeholder{font-weight:400;font-size:14px;line-height:130%;color:#fff}.input::-moz-placeholder{font-weight:400;font-size:14px;line-height:130%;color:#fff}.input:-ms-input-placeholder{font-weight:400;font-size:14px;line-height:130%;color:#fff}.input::placeholder{font-weight:400;font-size:14px;line-height:130%;color:#fff}.input-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:6px}.input-group:not(:last-child){margin-bottom:10px}.input-group label{font-weight:700;font-size:16px;line-height:125%;color:#fff}.input_default{-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;background:#37404b;border:1px solid #37404b;border-radius:8px;padding:10px 14px;width:100%;height:44px;font-size:16px}.v-toast{padding:1rem}.header__account-balance,.btn_dark{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;background-color:#0000114d}.btn-clear{background:none;border:none;padding:0;cursor:pointer;outline:none;max-width:100%}.btn{border-radius:100px;padding:14px 21px;height:48px;outline:none;border:none;cursor:pointer;position:relative;z-index:1;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:8px;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;max-width:100%}.btn:hover{opacity:.8}.btn_medium{height:40px}.btn_small{height:30px;font-size:12px;line-height:130%}.btn_blue{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0ccaff4d;border:1px solid rgba(12,202,255,.5);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d}.btn_blue-1{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;background:#000019;color:#7e8699}.btn_blue-2{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#062439;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d}.btn_blue-default{-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;background:#154d8c;border:1px solid #0177fd;border-radius:8px;padding:10px 18px;height:44px}.btn_orange{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 0 1px rgba(255,255,255,.25),inset 0 0 6px rgba(242,242,242,.35);box-shadow:0 2px 8px #0000001a,inset 0 0 1px #ffffff40,inset 0 0 6px #f2f2f259;background:#ff84004d;border:1px solid #f1e245}.btn_orange-1{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 0 1px rgba(255,255,255,.25),inset 0 0 6px rgba(242,242,242,.35);box-shadow:0 2px 8px #0000001a,inset 0 0 1px #ffffff40,inset 0 0 6px #f2f2f259;background:#231600;border:1px solid #988165;color:#ffd69c}.btn_light_green{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1),inset 0 0 16px 0 #f2f2f2,inset 0 0 1px 1px #999,inset 0 0 1px 1px rgba(255,255,255,.15),inset -1px -1px 1px 0px rgba(255,255,255,.75),inset 1px 1px 1px 0px rgba(255,255,255,.75),inset 3px 3px 0px -3px rgba(255,255,255,.8),inset 3px 3px 0px -3px rgba(255,255,255,.75);box-shadow:0 1px 8px #0000001a,0 0 2px #0000001a,inset 0 0 16px #f2f2f2,inset 0 0 1px 1px #999,inset 0 0 1px 1px #ffffff26,inset -1px -1px 1px #ffffffbf,inset 1px 1px 1px #ffffffbf,inset 3px 3px 0 -3px #fffc,inset 3px 3px 0 -3px #ffffffbf;background:#59ff004d,#71ff95}.btn_green{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#004200;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 0 1px rgba(255,255,255,.25),inset 0 0 6px rgba(242,242,242,.35);box-shadow:0 2px 8px #0000001a,inset 0 0 1px #ffffff40,inset 0 0 6px #f2f2f259;border:1px solid #75ee0b;color:#d9ffc5}.btn_green-1{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;background:#59ff004d;border:1px solid #80ff3c}.btn_green-2{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;background:#001a00;border:1px solid #467246;color:#bfff9c}.btn_red{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.2),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 1px 6px #00000014,inset 0 0 .5px .5px #fff3,inset 0 0 4px #f2f2f24d;background:#200;border:1px solid rgba(255,60,64,.8);color:#ff3c40}.btn_grey{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;background:#3333334d;border:1px solid #fff}.btn-default{border:none;outline:none;border-radius:8px;padding:10px 16px;width:191px;height:44px;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:12px;color:#fff;cursor:pointer}.btn-default:hover{opacity:.8}.btn-default_blue{background:#527beb}.btn-default_green{background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#2bf48f 0%,rgba(43,244,143,.5) 100%);background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#2bf48f 0%,rgba(43,244,143,.5) 100%);background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#2bf48f,#2bf48f80);border-radius:7px;padding:14px 13px;color:#000;font-weight:500;font-size:14px;line-height:114%;width:281px}.btn-rectangular{border:3px solid #ffc239;border-radius:2px;padding:2px;width:161px;max-width:100%;height:40px;background:transparent;text-transform:uppercase;text-align:center;color:#ffc701;font-weight:600;font-size:12px;line-height:175%;cursor:pointer;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.btn-rectangular:hover{background:#ffc239;color:#121212}.btn-rectangular:disabled{cursor:not-allowed}.btn-rectangular:disabled:hover{border-color:#555;background:transparent;color:#555}.buttons-flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.container{width:1200px;max-width:100%;margin:0 auto 40px;padding:0 15px}.fullwidth{width:100%!important}.hide-scroll-x{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.hide-scroll-x::-webkit-scrollbar{display:none}.border-grey{height:1px;width:100%;background-color:#303241}.tables .table:not(:first-child){margin-top:10px}.table{border:1px solid #1d2129;border-radius:8px;width:100%;background:#191922}.table table{width:100%;border-collapse:collapse}.table table th,.table table td{padding:16px 24px;text-align:center;font-weight:400;font-size:16px;color:#fff;border-bottom:1px solid #303241}.table table th{font-weight:700;font-size:17px;line-height:118%;color:#fff}.table table td{padding:35px}.table table .avatar{margin:0 auto}.table table tr:last-child td{border-bottom:none}.table.until-tablets:not(:first-child){margin-top:10px}.badge{padding:5px 20px;border-radius:10px;font-weight:700;font-size:14px;line-height:150%;white-space:nowrap}.badge_green{background:#425a4e;color:#8bd166}.badge_red{background:#64211d;color:#d16667}.badge_gold{background:#fdc347;color:#3c3c3c}.badge_default{background:#8c98a9;color:#20273d}.fit-content{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.fade-enter-to,.fade-leave-from{opacity:1}.header{background-color:#14141c;min-height:90px;padding:13px 36px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.header__account{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:13px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.header__account-balance{font-weight:400;font-size:12px;line-height:130%;text-align:center;color:#7e8699;border-radius:100px;padding:14px 21px;min-width:136px;height:30px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:10px;cursor:pointer}.header__account-buttons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:6px}.avatar{border-radius:100%;width:58px;height:58px;background:-webkit-gradient(linear,left top,left bottom,from(#8BD166),color-stop(34%,#1A9C1F),color-stop(62%,#8BC06F),to(#8BC06F));background:-webkit-linear-gradient(top,#8BD166 0%,#1A9C1F 34%,#8BC06F 62%,#8BC06F 100%);background:-moz-linear-gradient(top,#8BD166 0%,#1A9C1F 34%,#8BC06F 62%,#8BC06F 100%);background:linear-gradient(180deg,#8bd166,#1a9c1f 34%,#8bc06f 62% 100%);position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.avatar:before{content:"";position:absolute;top:2px;left:2px;width:-moz-calc(100% - 4px);width:calc(100% - 4px);height:-moz-calc(100% - 4px);height:calc(100% - 4px);border-radius:100%;background:#121212}.avatar__border{border-radius:100%;width:50px;height:50px;background:-webkit-gradient(linear,left top,left bottom,from(#8BD166),color-stop(34%,#1A9C1F),color-stop(62%,#8BC06F),to(#8BC06F));background:-webkit-linear-gradient(top,#8BD166 0%,#1A9C1F 34%,#8BC06F 62%,#8BC06F 100%);background:-moz-linear-gradient(top,#8BD166 0%,#1A9C1F 34%,#8BC06F 62%,#8BC06F 100%);background:linear-gradient(180deg,#8bd166,#1a9c1f 34%,#8bc06f 62% 100%);position:relative;z-index:2;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.avatar__border:before{content:"";position:absolute;top:1px;left:1px;width:-moz-calc(100% - 2px);width:calc(100% - 2px);height:-moz-calc(100% - 2px);height:calc(100% - 2px);border-radius:100%;background:#121212}.avatar_default,.avatar_default__border{background:-webkit-gradient(linear,left top,left bottom,from(#767676),color-stop(34%,#4C4C4C),color-stop(62%,#676767),to(#727272));background:-webkit-linear-gradient(top,#767676 0%,#4C4C4C 34%,#676767 62%,#727272 100%);background:-moz-linear-gradient(top,#767676 0%,#4C4C4C 34%,#676767 62%,#727272 100%);background:linear-gradient(180deg,#767676,#4c4c4c 34%,#676767 62%,#727272)}.avatar img{border-radius:100%;width:-moz-calc(100% - 2px);width:calc(100% - 2px);height:-moz-calc(100% - 2px);height:calc(100% - 2px);position:relative;z-index:2}#add-money{font-weight:600;font-size:12px;color:#bfff9c;height:30px}.winner__info-game-name,.last-winners .last-winner__game-name{font-size:14px;line-height:150%;text-transform:capitalize;color:#20273d;font-weight:700;border-radius:10px;padding:5px;width:55px;height:31px;background:#8c98a9;text-align:center}.last-winners{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:10px;margin-top:20px;padding:36px;overflow-x:hidden;position:relative;white-space:nowrap}.last-winners .last-winner{border-radius:7px;padding:10px 11px;width:255px;min-width:255px;height:147px;background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#22222b;background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#22222b;background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#262626,#1a1a1a45),#22222b}.last-winners .last-winner__game{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.last-winners .last-winner__game-multiplier{background:#425a4e;border-radius:10px;padding:5px;height:31px;font-weight:700;font-size:14px;line-height:150%;text-transform:capitalize;color:#8bd166}.last-winners .last-winner__nick{font-weight:700;font-size:14px;line-height:150%;text-transform:capitalize;color:#8c98a9;margin:6px 0}.last-winners .last-winner__bank{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.last-winners .last-winner__bank .last-winner__bet,.last-winners .last-winner__bank .last-winner__prize{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:3px;-webkit-flex-basis:50%;flex-basis:50%;font-weight:400;line-height:150%;font-size:12px}.last-winners .last-winner__bank .last-winner__bet{color:#4f5677}.last-winners .last-winner__bank .last-winner__prize{text-align:right;color:#8bd166;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end}.last-winners .last-winner__bank .last-winner__prize span:nth-child(2){font-weight:700;font-size:12px;line-height:150%}.last-winners .last-winner__bank .separator{background:#4f5677;width:1px;height:20px;margin:auto}.last-winners .last-winner__time{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin-top:6px;gap:5px;font-weight:500;font-size:13px;line-height:162%;color:#8c98a9}.last-winners .last-winner__time-icon{width:16px}.last-winners .last-winner_top{background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#202a1d;background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#202a1d;background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#262626,#1a1a1a45),#202a1d}.last-winners .last-winner_top .last-winner__prize span:nth-child(2){background:#9cff63;color:#121212;border-radius:5px;padding:0 5px}.propositions{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.propositions .proposition{border-radius:7px;padding:20px 16px;min-height:173px;background-repeat:no-repeat;position:relative;overflow:hidden;background-blend-mode:saturation;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:8px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.propositions .proposition__title{font-weight:600;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:4px}.propositions .proposition_green{border:1px solid #3F714B;background:-webkit-radial-gradient(104.96% 87.11%,28.31% 41.3%,rgb(17,255,129) 0%,rgba(82,229,28,.5) 100%),#195031cc;background:-moz-radial-gradient(104.96% 87.11%,28.31% 41.3%,rgb(17,255,129) 0%,rgba(82,229,28,.5) 100%),#195031cc;background:radial-gradient(28.31% 41.3% at 104.96% 87.11%,#11ff81,#52e51c80),#195031cc}.propositions .proposition_green .proposition__title{color:#1be479}.propositions .proposition_orange{border:1px solid #A3783C;background:-webkit-radial-gradient(104.96% 87.11%,28.31% 41.3%,#ff7c11 0%,rgba(229,145,28,.5) 100%),#99641acc;background:-moz-radial-gradient(104.96% 87.11%,28.31% 41.3%,#ff7c11 0%,rgba(229,145,28,.5) 100%),#99641acc;background:radial-gradient(28.31% 41.3% at 104.96% 87.11%,#ff7c11,#e5911c80),#99641acc}.propositions .proposition_orange .proposition__title{color:#fe9900}.propositions .proposition_lightgreen{border:1px solid #429D61;background:-webkit-radial-gradient(104.96% 87.11%,28.31% 41.3%,#11ff81 0%,rgba(82,229,28,.5) 100%),#0d8843cc;background:-moz-radial-gradient(104.96% 87.11%,28.31% 41.3%,#11ff81 0%,rgba(82,229,28,.5) 100%),#0d8843cc;background:radial-gradient(28.31% 41.3% at 104.96% 87.11%,#11ff81,#52e51c80),#0d8843cc}.propositions .proposition .receive-money{line-height:150%;font-weight:700;text-transform:uppercase}.propositions .proposition .receive-details{line-height:150%;font-weight:500;font-size:14px;color:#c4c4c4}.propositions .proposition .btn{height:40px}.propositions .proposition_spinner{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding-top:8.5px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.steps .step{height:387px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px;padding:40px 20px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px #00000040;background:-webkit-linear-gradient(313deg,rgba(32,39,61,.6) 0%,rgba(45,38,253,.6) 58.07%,rgba(24,9,91,.6) 100%);background:-moz-linear-gradient(313deg,rgba(32,39,61,.6) 0%,rgba(45,38,253,.6) 58.07%,rgba(24,9,91,.6) 100%);background:linear-gradient(137deg,#20273d99,#2d26fd99 58.07%,#18095b99);border-radius:10px;position:relative;overflow:hidden}.steps .step *{z-index:3;position:relative}.steps .step .btn{height:40px}.steps .step__number{border:1px solid #fff;border-radius:100px;padding:0 20px;width:54px;height:53px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;font-weight:700;font-size:35px;letter-spacing:.07em;text-align:center;color:#fff;text-shadow:2px 7px 6px rgba(0,0,0,.25)}.steps .step__title{font-weight:700;font-size:28px;letter-spacing:.07em;text-align:center;color:#fff;text-shadow:2px 7px 6px rgba(0,0,0,.25)}.steps .step_1:before{content:"";position:absolute;z-index:1;bottom:0;right:0;background-image:url(/build/assets/images/step-1-B0hnvyHV.png);background-repeat:no-repeat;width:250px;height:220px}.steps .step_1:after{content:"";position:absolute;z-index:2;bottom:0;right:-62px;background:#1d3bb0;-webkit-filter:blur(136.2442932129px);filter:blur(136.2442932129px);width:100%;height:50%}.steps .step_2:before{content:"";position:absolute;bottom:0;right:0;background-image:url(/build/assets/images/step-2-BxfL1dPO.png);background-repeat:no-repeat;width:258px;height:228px}.steps .step_2:after{content:"";position:absolute;z-index:2;bottom:0;right:-62px;background:#1d3bb0;-webkit-filter:blur(136.2442932129px);filter:blur(136.2442932129px);width:100%;height:50%}.steps .step_3:before{content:"";position:absolute;bottom:0;right:0;background-image:url(/build/assets/images/step-3-BjqOQfGP.png);background-repeat:no-repeat;width:261px;height:183px}.steps .step_3:after{content:"";position:absolute;z-index:2;bottom:0;right:-62px;background:#1d3bb0;-webkit-filter:blur(136.2442932129px);filter:blur(136.2442932129px);width:100%;height:50%}.choose-game .games-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.choose-game .game{border-radius:21px;height:222px;-webkit-box-shadow:0 0 5px 0 rgba(54,86,249,.28);box-shadow:0 0 5px #3656f947;background:#0e0e0e;position:relative;overflow:hidden;padding:34px 28px}.choose-game .game:after{content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:90px;height:90px;z-index:2;background:#a855f7;-webkit-filter:blur(80px);filter:blur(80px)}.choose-game .game__name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700;font-size:28px;letter-spacing:.07em;text-align:center;color:#fff;position:relative;z-index:3;text-shadow:1px 0 #180EA6,-1px 0 #180EA6,0 1px #180EA6,0 -1px #180EA6,1px 1px #180EA6,-1px -1px #180EA6,1px -1px #180EA6,-1px 1px #180EA6}.choose-game .game__info{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.choose-game .game .btn{height:40px}.choose-game .game.blackjack:before{background-image:url(/build/assets/images/blackjack-ZEhOQe8v.png);background-repeat:no-repeat;background-position:center;background-size:cover;mix-blend-mode:luminosity;position:absolute;z-index:1;content:"";top:0;left:0;width:100%;height:100%}.choose-game .game.poker:before{background-image:url(/build/assets/images/poker-CCWsiZew.png);background-repeat:no-repeat;background-position:right;background-size:contain;mix-blend-mode:luminosity;position:absolute;z-index:1;content:"";top:0;right:-15px;width:100%;height:100%}footer{width:100%;height:308px;background:#14141c;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:50px 15px;gap:40px}footer .copyright{font-weight:400;font-size:14px;line-height:143%;text-align:center;color:#aeb2bd}.boxes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.box{padding:16px;background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#626776 0%,rgb(26,26,26) 100%);background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#626776 0%,rgb(26,26,26) 100%);background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#626776,#1a1a1a);border-radius:7px;position:relative;overflow:hidden;width:100%}.box *{position:relative;z-index:2}.box:before{content:"";position:absolute;top:1px;left:1px;width:-moz-calc(100% - 2px);width:calc(100% - 2px);height:-moz-calc(100% - 2px);height:calc(100% - 2px);background:#20273d;border-radius:7px;z-index:1}.box_dark:before{background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#22222b;background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#262626 0%,rgba(26,26,26,.27) 100%),#22222b;background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#262626,#1a1a1a45),#22222b}.box-inner{background:-webkit-radial-gradient(5.71% -44.13%,161.21% 160.39%,#1D2129 0%,rgba(26,26,26,.27) 100%),#1d2129;background:-moz-radial-gradient(5.71% -44.13%,161.21% 160.39%,#1D2129 0%,rgba(26,26,26,.27) 100%),#1d2129;background:radial-gradient(161.21% 160.39% at 5.71% -44.13%,#1d2129,#1a1a1a45),#1d2129;border-radius:7px;padding:16px;border:1px solid rgba(211,211,211,.12)}.box-inner__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%}.quicknav{width:816px;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin:40px auto}.quicknav__boxes{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:5px}.quicknav__boxes .btn{height:40px}.quicknav__boxes .box{height:66px;padding:8px 16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.quicknav .rooms-total{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;gap:12px}.quicknav .rooms-total__info-number{font-size:17px;line-height:106%}.quicknav .rooms-total__info-text{font-weight:400;font-size:14px;line-height:150%;color:#8c98a9}.spinner-small{width:24px;height:24px}.quick-actions{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:20px}#spin-open-modal{color:#8bd166;-webkit-flex-basis:200px;flex-basis:200px}.top-daily-winners{-webkit-flex-basis:470px;flex-basis:470px;min-height:209px}.top-daily-winners__title{font-weight:700;line-height:262%;text-transform:uppercase;color:#fff;text-align:center;margin:0}.winner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:30px}.winner__info{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1}.winner__info .btn{height:40px}.winner__info-game{margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.winner__info-game-place{border-radius:10px;padding:5px;min-width:28px;height:31px;font-weight:700;font-size:14px;line-height:150%;text-transform:capitalize;color:#20273d;background:#c5a600}.winner__info-reward{margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:10px}.winner__info-reward span:first-child{color:#8bd166;line-height:150%}.winner__info-reward span:last-child{font-weight:700;line-height:150%;color:#fff}.place-1{color:#20273d;background:#c5a600}.place-2{color:#20273d;background:#d1d1d1}.place-3{color:#20273d;background:#ef9a12}.place-other{color:#20273d;background:#8c98a9}.rooms h1{margin:20px 0}.rooms .search{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.04);border-radius:40px;padding:11px 16px;height:40px;-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff14;background:#ffffff0a;width:376px;max-width:100%}.rooms .search .input{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1}.rooms__list{margin:20px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-height:156px;position:relative}.rooms__list-empty{margin:20px auto;width:100%;text-align:center;min-height:20px}.rooms .room{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:18px;min-height:156px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.rooms .room__players{-webkit-flex-basis:140px;flex-basis:140px;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}.rooms .room__players-owner{font-weight:700;font-size:14px;line-height:150%;text-transform:capitalize;color:#8c98a9}.rooms .room__players-amount{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:5px;font-weight:600;font-size:13px;line-height:162%;color:#8c98a9}.rooms .room__info{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;max-width:100%}.rooms .room__bets{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:10px;margin-bottom:17px}.rooms .room__bets-bet-amount{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:4px;margin-top:6px}.rooms .room__bets-bet span:first-child{font-weight:600;color:#4f5677}.rooms .room .border{background:#4f5677;width:1px;height:20px}.rooms .room .btn-rectangular{display:block;margin-left:auto;width:100%}.pagination{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;border:1px solid #4f5677;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 20px}.pagination button{padding:4px 6px;width:36px;height:37px;color:#fff;font-weight:500;font-size:12px;line-height:133%;text-align:center;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;border-right:1px solid #4f5677}.pagination button:hover,.pagination button.active{background:#0177fd}.pagination button:last-child{border-right:none}.modal{position:fixed;width:100%;height:100%;z-index:9999}.modal-title{font-weight:700;font-size:22px;line-height:127%;color:#fff}.modal p{line-height:150%;margin:0}#top-up-modal p,#withdraw-modal p{font-weight:600;font-size:16px;text-align:center;color:#f6f4f9;line-height:150%;margin:0}#top-up-modal .buttons,#withdraw-modal .buttons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:20px;margin-top:20px}#top-up-modal .buttons .border,#withdraw-modal .buttons .border{background:#303241;width:100%;height:1px}.more-winners-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:15px}.more-winners-list .winner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:30px}.spinner-wrapper{margin:20px auto;width:317px;height:317px;border-radius:100%;background-color:#0f6479;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.spinner-wrapper:before{content:"";position:absolute;top:1px;left:1px;width:-moz-calc(100% - 2px);width:calc(100% - 2px);height:-moz-calc(100% - 2px);height:calc(100% - 2px);border-radius:100%;background:-webkit-gradient(linear,left top,left bottom,from(#418cc8),to(#00419b));background:-webkit-linear-gradient(top,#418cc8 0%,#00419b 100%);background:-moz-linear-gradient(top,#418cc8 0%,#00419b 100%);background:linear-gradient(180deg,#418cc8,#00419b)}.spinner-wrapper:after{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:15.18px;height:41.42px;z-index:3;background:url(/build/assets/images/spinner-pin-CiKyWgVA.svg)}.spinner-wheel{position:relative;z-index:2}.spinner-price{font-weight:400;font-size:14px;line-height:143%;color:#fff;width:240px;max-width:100%;margin:0 auto 8px}.spinner-price__label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:6px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.spinner-buttons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:8px;width:100%}.referal__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.referal__stats-item{border-radius:10px;padding:16px 24px;min-height:118px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:30px}.referal__stats-item_1{border:1px solid #6a866f;background:-webkit-gradient(linear,left top,left bottom,from(rgba(107,229,104,.3)),to(rgba(107,229,104,.3)));background:-webkit-linear-gradient(top,rgba(107,229,104,.3) 0%,rgba(107,229,104,.3) 100%);background:-moz-linear-gradient(top,rgba(107,229,104,.3) 0%,rgba(107,229,104,.3) 100%);background:linear-gradient(180deg,#6be5684d 0% 100%)}.referal__stats-item_1 .referal__stats-item-icon{background:#225835;border:1px solid #114c27}.referal__stats-item_1 .referal__stats-item-number{color:#afe692}.referal__stats-item_2{border:1px solid #866a6a;background:-webkit-gradient(linear,left top,left bottom,from(rgba(229,104,104,.3)),to(rgba(229,114,104,.3)));background:-webkit-linear-gradient(top,rgba(229,104,104,.3) 0%,rgba(229,114,104,.3) 100%);background:-moz-linear-gradient(top,rgba(229,104,104,.3) 0%,rgba(229,114,104,.3) 100%);background:linear-gradient(180deg,#e568684d,#e572684d)}.referal__stats-item_2 .referal__stats-item-icon{background:#682720;border:1px solid #4c1111}.referal__stats-item_2 .referal__stats-item-number{color:#de7d79}.referal__stats-item_3{border:1px solid #4b96be;background:-webkit-gradient(linear,left top,left bottom,from(rgba(82,179,236,.3)),to(rgba(104,139,229,.3)));background:-webkit-linear-gradient(top,rgba(82,179,236,.3) 0%,rgba(104,139,229,.3) 100%);background:-moz-linear-gradient(top,rgba(82,179,236,.3) 0%,rgba(104,139,229,.3) 100%);background:linear-gradient(180deg,#52b3ec4d,#688be54d)}.referal__stats-item_3 .referal__stats-item-icon{background:#1e4262;border:1px solid #11304c}.referal__stats-item_3 .referal__stats-item-number{color:#92d2e6}.referal__stats-item_4{border:1px solid #8a67a1;background:-webkit-gradient(linear,left top,left bottom,from(rgba(189,104,229,.3)),to(rgba(223,104,229,.3)));background:-webkit-linear-gradient(top,rgba(189,104,229,.3) 0%,rgba(223,104,229,.3) 100%);background:-moz-linear-gradient(top,rgba(189,104,229,.3) 0%,rgba(223,104,229,.3) 100%);background:linear-gradient(180deg,#bd68e54d,#df68e54d)}.referal__stats-item_4 .referal__stats-item-icon{background:#4c1146;border:1px solid #732ba7}.referal__stats-item_4 .referal__stats-item-number{color:#b892e6}.referal__stats-item-icon{border-radius:10px;width:48px;height:48px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0}.referal__stats-item-details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.referal__stats-item-number{font-weight:700;font-size:26px;letter-spacing:.04em}.referal__stats-item-label{font-weight:400;font-size:14px;line-height:150%;color:#dadada}.referal__me{margin-top:18px;min-height:110px}.referal__me-info{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:18px;margin-top:18px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.referal__me .input{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;border:1px solid rgba(211,211,211,.12);border-radius:10px;height:45px;background:#37404b;font-weight:400;font-size:12px;color:#fff;padding:15px 37px}.referal-invited{margin-top:40px}.referal-invited__navigation{margin:0 auto 18px;text-align:center}.referal-invited__navigation ul{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;border-radius:8px;min-height:40px;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.25);box-shadow:0 2px 6px #00000040;background:#1d1d27;padding:5px 4px;border:1px solid #303241;max-width:100%}.referal-invited__navigation ul li{border-radius:8px;padding:0 8px;width:170px;height:35px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}.referal-invited__navigation ul li.active{-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.25);box-shadow:0 2px 6px #00000040;background:#fff;color:#172b4d}.profile-info{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.profile-info__details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.profile-info__details .avatar{-webkit-flex-shrink:0;flex-shrink:0}.profile-info__details-data{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:5px}.profile-info__details-data-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1}.profile-info__details-data:not(:last-child){margin-bottom:15px}.profile-info__details-data span{line-height:150%}.profile-info__details-data span:first-child{font-weight:400;color:#8c98a9}.profile-info__details-data span:last-child{font-weight:600}.avatar-list-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:20px;-webkit-flex-wrap:wrap;flex-wrap:wrap}.avatar-list-wrapper .box-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;min-height:223px}.avatar-list__free{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:10px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:auto}.avatar-list__donate-label{font-size:14px;color:#f6f4f9}.cards-design{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.cards-avatar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:10px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:10px 0}.cards-avatar img{width:92px;height:127px}.chat{width:320px;max-width:100%;height:382px;position:fixed;z-index:5;bottom:87px;right:30px;border:1px solid #37404b}.chat.mobile-in-game{top:52px;right:10px;bottom:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;z-index:9999}.chat__content{background:#20273d;height:339px;position:relative}.chat__content-messages{padding:20px 12px;height:100%;overflow-y:auto;width:100%;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.chat__content-messages::-webkit-scrollbar{width:4px;height:4px}.chat__content-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.chat__content-messages::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.chat__content-messages::-webkit-scrollbar-thumb:hover{background:#555}.chat__content-messages-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:10px}.chat__content-messages-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:10px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.chat__content-messages-item-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.chat__content-messages-item-content-name{font-size:14px;line-height:150%;color:#8bd166}.chat__content-messages-item-content-text{font-size:14px;line-height:150%;color:#fff;margin:0}.chat__content-messages-item_own{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.chat__content-messages-item_own .chat__content-messages-item-content-name{margin-left:auto;color:#62abff}.chat__content-messages-item_own .avatar{background:#62abff}.chat__content-message-new{background:#37404b;height:43px;border-top:.5px solid rgba(120,132,151,.5);padding:9px 12px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.chat__toggler{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#3333334d;padding:14px 21px;height:52px;width:320px;max-width:100%;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08),inset 0 0 .5px .5px rgba(255,255,255,.3),inset 0 0 4px rgba(242,242,242,.3);box-shadow:0 2px 6px #00000014,inset 0 0 .5px .5px #ffffff4d,inset 0 0 4px #f2f2f24d;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;position:fixed;bottom:30px;right:30px;z-index:9}.chat__toggler.mobile-in-game{width:70px;height:32px;bottom:auto;top:10px;right:10px;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;padding:0 10px}.chat__toggler.mobile-in-game .chat__online{display:none}.chat__online{margin-left:8px}.chat__online span{font-size:16px;padding-right:8px}.chat__online span:not(:first-child){font-size:14px;color:#8bd166}.chat-signin{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.93)),color-stop(50%,rgba(0,0,0,.97)),color-stop(75%,#000),to(#000));-webkit-mask-image:-webkit-linear-gradient(top,rgba(0,0,0,.93) 0%,rgba(0,0,0,.97) 50%,#000 75%,#000 100%);mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.93)),color-stop(50%,rgba(0,0,0,.97)),color-stop(75%,#000),to(#000));mask-image:linear-gradient(to bottom,#000000ed,#000000f7 50%,#000 75% 100%);-webkit-filter:blur(5px);filter:blur(5px);background:#20273d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:100%;z-index:9}#toggle-chat{margin-left:auto}.note{margin:20px 0;font-size:14px;padding:6px 10px;border:1px solid #00c384;border-radius:8px;color:#00c384}.invalid-feedback{font-size:12px;color:#ff4d4f}@media(max-width:106.25em){.last-winners .last-winner:nth-child(n+6){display:none}}@media(max-width:74.99em){.last-winners .last-winner:nth-child(n+5){display:none}}@media(max-width:47.99em){h1,h3{font-size:18px}.from-pc{display:none!important}.btn{padding:8px 21px;height:40px;font-size:14px}.table{padding:16px 24px}.table table th,.table table td{padding:24px 0;font-size:14px}.table table th:first-child,.table table td:first-child{text-align:left}.table table th:last-child,.table table td:last-child{text-align:right}.table table .avatar{margin:0 0 0 auto}.table table tr:last-child td{padding-bottom:8px}.table table tr:first-child td{padding-top:8px}.logo{width:120px}.header{padding:13px 16px;min-height:60px}.last-winners{padding:15px 16px;margin:0}.last-winners{overflow-x:auto;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.last-winners .last-winner{min-width:auto}.last-winners .last-winner:nth-child(n+3){display:none}.propositions{grid-template-columns:repeat(2,1fr);gap:10px}.propositions .proposition{padding:20px 7px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;text-align:center}.propositions .proposition__title{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;font-size:14px;margin:auto}.propositions .proposition .receive-money{font-size:16px;text-align:center;width:100%}.propositions .proposition .btn{font-size:12px;width:100%}.propositions .proposition_spinner{grid-column:1/-1;height:173px}.steps{margin:10px 0 15px;gap:10px;grid-template-columns:repeat(3,-moz-calc(50% - 5px));grid-template-columns:repeat(3,calc(50% - 5px));overflow:auto}.steps .step{min-width:49%;height:256px;padding:40px 10px}.steps .step .btn{font-size:12px;width:100%;padding:2px 7px}.steps .step__number{font-size:25px;height:38px}.steps .step__title{font-size:20px}.steps .step_1:before{width:150px;height:132px}.steps .step_2:before{width:150px;height:142px}.steps .step_3:before{width:150px;height:92px}.choose-game .games-list{gap:10px;margin-bottom:10px}.choose-game .game{padding:34px 10px}.choose-game .game__name{font-size:20px;text-align:center;width:100%}.choose-game .game .btn{position:relative;z-index:3;width:100%;font-size:12px}.choose-game .game.poker:before{background-image:url(/build/assets/images/poker_mob-D1oguiJv.png)}footer{padding:30px 15px;height:auto}footer .copyright{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;order:2}.box-inner__header{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:10px}.box-balance button,.box-balance .buttons-flex{width:100%}.quicknav{width:100%;gap:10px}.quick-actions{gap:10px}#spin-open-modal{-webkit-flex-basis:38%;flex-basis:38%;font-size:12px}.rooms .search{width:55%}.rooms .search .input::-webkit-input-placeholder{font-size:12px}.rooms .search .input::-moz-placeholder{font-size:12px}.rooms .search .input:-ms-input-placeholder{font-size:12px}.rooms .search .input::placeholder{font-size:12px}.rooms .search .input{font-size:12px}.rooms__list{grid-template-columns:repeat(2,1fr);gap:10px;margin:10px 0;min-height:140px}.rooms .room{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;text-align:center;min-height:auto;gap:10px;padding:20px 10px}.rooms .room__players{-webkit-flex-basis:auto;flex-basis:auto}.rooms .room__info{width:100%}.rooms .room__bets{gap:3px}.rooms .room__bets-bet-amount{font-size:12px}.rooms .room__bets-bet span:first-child{font-size:14px}.rooms .room img{width:16px}.modal-title{font-size:18px}#top-up-modal p,#withdraw-modal p{font-size:14px}.spinner-wrapper{width:250px;height:250px}.spinner-wheel{max-width:90%}.referal__me button{width:100%}.referal-invited__navigation ul li{font-size:14px}.profile-info{grid-template-columns:1fr;gap:10px}.profile-info__details-data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.avatar-list__free{-webkit-flex-wrap:wrap;flex-wrap:wrap}.cards-design{grid-template-columns:1fr;gap:10px}.chat{width:300px;right:50%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);transform:translate(50%)}.chat__toggler{width:100%;max-width:300px;right:50%;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);transform:translate(50%)}}@media(max-width:35.99em){.input-group label,.input_default{font-size:14px}.badge{padding:5px;font-size:12px}.last-winners .last-winner{height:134px}.last-winners .last-winner__game-name,.last-winners .last-winner__game-multiplier{font-size:12px;height:25px;padding:4px}.last-winners .last-winner__nick{font-size:12px}.last-winners .last-winner__bank{gap:3px}.last-winners .last-winner__bank .last-winner__bet,.last-winners .last-winner__bank .last-winner__prize{font-size:11px}.last-winners .last-winner__bank .last-winner__prize span:nth-child(2){font-size:11px}.referal__stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.referal__stats-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;gap:10px;padding:16px 12px}}@media(max-width:26.5525em){.referal__stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media(max-width:23.4275em){.btn{padding:8px 12px}.header__account{gap:6px}.header__account-balance{min-width:auto;width:110px;padding:14px 2px}.header__account-buttons{-webkit-box-pack:stretch;-webkit-justify-content:stretch;-moz-box-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch}#add-money{width:110px}}@media(min-width:48em){.until-tablets{display:none!important}}@media(min-width:120.0625em){.last-winners{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.last-winners .last-winner{width:300px}}
