.Lottery{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;color:var(--app-text-primary);background-position:top;background-repeat:no-repeat;background-size:100%;flex-direction:column;align-items:center;display:flex;position:relative}@media screen and (min-width:2500px){.Lottery{height:calc(100vh - 370px)}}.Lottery .background-container{width:100%;height:500px;transition:all .5s;position:absolute;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.Lottery .background-container:before{content:"";background:linear-gradient(184deg,#0000 0%,#0c0e17 100%);width:100%;height:100%;position:absolute;inset:0;background-attachment:scroll!important}.Lottery .change-background{cursor:pointer;background:0 0;padding:10px;transition:all .4s;position:absolute;top:40px;right:30px}.Lottery .change-background:hover{box-shadow:0 0 20px #fff}.Lottery .change-background img{filter:invert()}.Lottery>.lottery_page_contents_head{align-items:center;gap:16px;width:100%;min-width:1200px;max-width:1400px;margin:40px auto 20px;padding-left:20px;padding-right:20px;display:flex;position:relative}.Lottery>.lottery_page_contents_head .title-lottery{color:#fff;font-size:24px;font-weight:700}.Lottery>.lottery_page_contents_body{flex-direction:column;justify-content:center;width:100%;min-width:1000px;max-width:1400px;margin:0 auto;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_header_count{flex-direction:column;align-items:center;gap:20px;margin-bottom:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery-title{color:#ff6a00;text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_ticket_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:65%;place-content:center;width:75%;height:250px;display:grid}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count>span{text-align:center;background:linear-gradient(90deg, #ff6a00 43.75%, var(--text-brand-orange-secondary,#f3b37a) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:105px;font-style:normal;font-weight:900}.Lottery>.lottery_page_contents_body>.lottery-placeholder{justify-content:center;align-items:center;width:602px;height:230px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_play_box{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_play_box>.lottery_visual{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_play_visual2.png);background-size:cover;width:100%;height:316px;box-shadow:inset 0 0 0 6px #00000080}.Lottery>.lottery_page_contents_body .lottery_play_ground{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex;position:relative;justify-content:space-between!important}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_head_line{filter:invert();background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_head_line.png?ver=2);background-position:50%;background-repeat:no-repeat;justify-content:center;align-items:center;height:80px;margin-top:10px;font-size:26px;font-weight:200;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_description{color:#82878c;justify-content:center;align-items:center;height:30px;font-size:21px;font-weight:100;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area{z-index:50;justify-content:center;align-items:center;width:100%;height:80px;margin:auto;display:flex;position:relative;overflow:hidden}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_scratch{width:100%;height:100%;color:var(--app-text-primary);cursor:pointer;z-index:100;background:url(https://file.xandroid.uk//img/frontend/lottery/lottery_scratch_bg.svg);justify-content:center;align-items:center;font-size:20px;font-weight:200;display:flex;position:absolute}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_result{z-index:0;color:#fff;background:#666;justify-content:center;align-items:center;font-size:20px;font-weight:600;animation:1.5s linear infinite animate_heart_beat;display:flex;position:absolute;inset:0}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 20px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area.active .lottery_scratch{opacity:0;transition-duration:1.5s;transition-delay:.5s}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons{z-index:90;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button{background:var(--app-primary);width:49%;color:var(--app-text-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:10px;height:50px;padding:8px 20px;font-size:16px;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button:hover{filter:brightness(1.1)}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled{opacity:.5;cursor:not-allowed}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled:hover{color:#8c8c8c;background:#2a2e37}.Lottery>.lottery_page_contents_body .wrapper{z-index:30;pointer-events:none;opacity:0;width:100%;padding-top:100%;transition:all .3s;display:none;position:absolute;transform:translate(-50px,-50%)}.Lottery>.lottery_page_contents_body .wrapper.active{opacity:1;transition:all .3s}.Lottery>.lottery_page_contents_body .wrapper [class|=confetti]{position:absolute}.Lottery>.lottery_page_contents_body .wrapper .confetti-0{opacity:.664266;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.45088s .857066s infinite drop-0;top:-10%;left:31%;transform:rotate(295.073deg)}@keyframes drop-0{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.05717;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.76679s .276346s infinite drop-1;top:-10%;left:43%;transform:rotate(238.149deg)}@keyframes drop-1{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:.877767;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.6995s .718633s infinite drop-2;top:-10%;left:99%;transform:rotate(242.043deg)}@keyframes drop-2{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:.811607;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.90937s .88571s infinite drop-3;top:-10%;left:69%;transform:rotate(107.252deg)}@keyframes drop-3{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.22427;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.69678s .194368s infinite drop-4;top:-10%;left:100%;transform:rotate(358.664deg)}@keyframes drop-4{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:.646324;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.03628s .447579s infinite drop-5;top:-10%;left:15%;transform:rotate(314.85deg)}@keyframes drop-5{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:1.13868;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.48156s 6.07915ms infinite drop-6;top:-10%;left:42%;transform:rotate(317.891deg)}@keyframes drop-6{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:1.26248;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.53726s .336427s infinite drop-7;top:-10%;left:60%;transform:rotate(159.648deg)}@keyframes drop-7{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:1.24043;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.87319s .695409s infinite drop-8;top:-10%;left:40%;transform:rotate(215.399deg)}@keyframes drop-8{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:.537356;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.10773s .812897s infinite drop-9;top:-10%;left:20%;transform:rotate(224.219deg)}@keyframes drop-9{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:.832838;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.60466s 87.0566ms infinite drop-10;top:-10%;left:91%;transform:rotate(11.1693deg)}@keyframes drop-10{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.28461;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.05545s .391199s infinite drop-11;top:-10%;left:28%;transform:rotate(132.676deg)}@keyframes drop-11{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.27745;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.26424s .905466s infinite drop-12;top:-10%;left:98%;transform:rotate(276.678deg)}@keyframes drop-12{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:1.31438;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.35704s .352302s infinite drop-13;top:-10%;left:57%;transform:rotate(347.143deg)}@keyframes drop-13{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.740859;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.51398s .877394s infinite drop-14;top:-10%;left:48%;transform:rotate(4.39593deg)}@keyframes drop-14{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.35574;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.15635s .122803s infinite drop-15;top:-10%;left:44%;transform:rotate(127.288deg)}@keyframes drop-15{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:.939548;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.72531s .670613s infinite drop-16;top:-10%;left:61%;transform:rotate(305.431deg)}@keyframes drop-16{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:1.22765;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.62093s .279076s infinite drop-17;top:-10%;left:18%;transform:rotate(65.4586deg)}@keyframes drop-17{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:.714265;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.29375s .620993s infinite drop-18;top:-10%;left:88%;transform:rotate(128.042deg)}@keyframes drop-18{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:1.24751;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.64725s .59946s infinite drop-19;top:-10%;left:18%;transform:rotate(273.025deg)}@keyframes drop-19{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.09306;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.58046s .433376s infinite drop-20;top:-10%;left:32%;transform:rotate(229.419deg)}@keyframes drop-20{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:.917904;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.78748s .968484s infinite drop-21;top:-10%;left:82%;transform:rotate(308.867deg)}@keyframes drop-21{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:.833325;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.96515s .702189s infinite drop-22;top:-10%;left:89%;transform:rotate(239.165deg)}@keyframes drop-22{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:.627229;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.40758s .433845s infinite drop-23;top:-10%;left:40%;transform:rotate(155.159deg)}@keyframes drop-23{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:.535139;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.82763s .950776s infinite drop-24;top:-10%;left:79%;transform:rotate(184.35deg)}@keyframes drop-24{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.836422;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.88198s 32.3128ms infinite drop-25;top:-10%;left:7%;transform:rotate(30.2731deg)}@keyframes drop-25{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.44034;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.44236s .859215s infinite drop-26;top:-10%;left:19%;transform:rotate(180.283deg)}@keyframes drop-26{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:.811754;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.94931s .849173s infinite drop-27;top:-10%;left:1%;transform:rotate(295.413deg)}@keyframes drop-27{to{top:110%;left:6%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:.668953;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.0206s .538474s infinite drop-28;top:-10%;left:87%;transform:rotate(144.983deg)}@keyframes drop-28{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:1.40178;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.46303s .393836s infinite drop-29;top:-10%;left:78%;transform:rotate(8.8794deg)}@keyframes drop-29{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:.942631;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.95645s .764276s infinite drop-30;top:-10%;left:96%;transform:rotate(332.225deg)}@keyframes drop-30{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:1.4208;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.32762s .859491s infinite drop-31;top:-10%;left:54%;transform:rotate(357.337deg)}@keyframes drop-31{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:.849615;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.80295s .642005s infinite drop-32;top:-10%;left:57%;transform:rotate(209.261deg)}@keyframes drop-32{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.00883;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.22765s .127954s infinite drop-33;top:-10%;left:51%;transform:rotate(129.23deg)}@keyframes drop-33{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:1.03401;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.05758s .335243s infinite drop-34;top:-10%;left:79%;transform:rotate(147.819deg)}@keyframes drop-34{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.41288;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.3787s 78.6699ms infinite drop-35;top:-10%;left:58%;transform:rotate(271.89deg)}@keyframes drop-35{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.810132;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.63419s .859582s infinite drop-36;top:-10%;left:59%;transform:rotate(177.156deg)}@keyframes drop-36{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:.724257;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.22419s .221679s infinite drop-37;top:-10%;left:2%;transform:rotate(352.93deg)}@keyframes drop-37{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:.916623;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.26365s .684893s infinite drop-38;top:-10%;left:17%;transform:rotate(138.948deg)}@keyframes drop-38{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:.901611;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.74459s .863578s infinite drop-39;top:-10%;left:95%;transform:rotate(44.522deg)}@keyframes drop-39{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:.518717;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.99614s .954304s infinite drop-40;top:-10%;left:52%;transform:rotate(9.32941deg)}@keyframes drop-40{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.16013;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.03397s .825955s infinite drop-41;top:-10%;left:39%;transform:rotate(311.915deg)}@keyframes drop-41{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:1.04308;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.27988s .848208s infinite drop-42;top:-10%;left:4%;transform:rotate(211.148deg)}@keyframes drop-42{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:1.10506;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.1716s 25.1333ms infinite drop-43;top:-10%;left:21%;transform:rotate(55.648deg)}@keyframes drop-43{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:1.2693;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.67866s 60.2107ms infinite drop-44;top:-10%;left:85%;transform:rotate(178.048deg)}@keyframes drop-44{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:1.29099;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.54181s .836118s infinite drop-45;top:-10%;left:30%;transform:rotate(248.875deg)}@keyframes drop-45{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:.608869;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.52744s .470916s infinite drop-46;top:-10%;left:9%;transform:rotate(312.5deg)}@keyframes drop-46{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.03246;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.64625s 72.5719ms infinite drop-47;top:-10%;left:74%;transform:rotate(31.9969deg)}@keyframes drop-47{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.44136;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.26739s .796745s infinite drop-48;top:-10%;left:21%;transform:rotate(8.60396deg)}@keyframes drop-48{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.831194;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.24886s .114283s infinite drop-49;top:-10%;left:67%;transform:rotate(33.6705deg)}@keyframes drop-49{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:.790449;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.53684s .251649s infinite drop-50;top:-10%;left:51%;transform:rotate(353.777deg)}@keyframes drop-50{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.44608;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.59799s .806795s infinite drop-51;top:-10%;left:59%;transform:rotate(171.854deg)}@keyframes drop-51{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.3078;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.50335s .805576s infinite drop-52;top:-10%;left:3%;transform:rotate(4.21114deg)}@keyframes drop-52{to{top:110%;left:7%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:.524194;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.03886s .81925s infinite drop-53;top:-10%;left:57%;transform:rotate(211.169deg)}@keyframes drop-53{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.699229;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.20621s .583646s infinite drop-54;top:-10%;left:87%;transform:rotate(326.512deg)}@keyframes drop-54{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:.663745;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.39723s .827867s infinite drop-55;top:-10%;left:45%;transform:rotate(94.4158deg)}@keyframes drop-55{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:.638147;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.75553s .458067s infinite drop-56;top:-10%;left:60%;transform:rotate(236.637deg)}@keyframes drop-56{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:1.37994;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.62209s .874112s infinite drop-57;top:-10%;left:69%;transform:rotate(312.968deg)}@keyframes drop-57{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.24316;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.65441s .343828s infinite drop-58;top:-10%;left:94%;transform:rotate(106.494deg)}@keyframes drop-58{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:1.38264;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.05862s .915501s infinite drop-59;top:-10%;left:44%;transform:rotate(57.4104deg)}@keyframes drop-59{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.728266;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.13756s .588752s infinite drop-60;top:-10%;left:29%;transform:rotate(10.0597deg)}@keyframes drop-60{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:1.35927;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.66018s .597025s infinite drop-61;top:-10%;left:18%;transform:rotate(155.226deg)}@keyframes drop-61{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.29574;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.40877s .857705s infinite drop-62;top:-10%;left:35%;transform:rotate(33.8003deg)}@keyframes drop-62{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.691136;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.41174s .271998s infinite drop-63;top:-10%;left:74%;transform:rotate(355.004deg)}@keyframes drop-63{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.900303;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.45851s 81.9097ms infinite drop-64;top:-10%;left:92%;transform:rotate(83.3392deg)}@keyframes drop-64{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:1.42232;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.6049s .695774s infinite drop-65;top:-10%;left:90%;transform:rotate(210.267deg)}@keyframes drop-65{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.658185;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.25862s .529167s infinite drop-66;top:-10%;left:3%;transform:rotate(98.721deg)}@keyframes drop-66{to{top:110%;left:6%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.510745;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.12873s .837344s infinite drop-67;top:-10%;left:64%;transform:rotate(55.1312deg)}@keyframes drop-67{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:.570605;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.05812s .269888s infinite drop-68;top:-10%;left:69%;transform:rotate(208.738deg)}@keyframes drop-68{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:.886426;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.42959s .741778s infinite drop-69;top:-10%;left:34%;transform:rotate(41.9809deg)}@keyframes drop-69{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:.853167;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.88143s .701364s infinite drop-70;top:-10%;left:1%;transform:rotate(11.7931deg)}@keyframes drop-70{to{top:110%;left:6%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.44257;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.69788s .913796s infinite drop-71;top:-10%;left:89%;transform:rotate(322.997deg)}@keyframes drop-71{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.22032;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.73916s .672853s infinite drop-72;top:-10%;left:13%;transform:rotate(71.296deg)}@keyframes drop-72{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:.867601;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.80558s .474683s infinite drop-73;top:-10%;left:35%;transform:rotate(28.1522deg)}@keyframes drop-73{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:1.13383;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.88997s .425703s infinite drop-74;top:-10%;left:21%;transform:rotate(6.20012deg)}@keyframes drop-74{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:1.1635;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.98224s .96328s infinite drop-75;top:-10%;left:77%;transform:rotate(200.705deg)}@keyframes drop-75{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.944127;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.39679s 96.2759ms infinite drop-76;top:-10%;left:33%;transform:rotate(315.488deg)}@keyframes drop-76{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:.968529;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.59597s 4.82159ms infinite drop-77;top:-10%;left:20%;transform:rotate(354.063deg)}@keyframes drop-77{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:.60694;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.46553s .416635s infinite drop-78;top:-10%;left:80%;transform:rotate(281.844deg)}@keyframes drop-78{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:1.44;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.43274s .368662s infinite drop-79;top:-10%;left:12%;transform:rotate(47.3126deg)}@keyframes drop-79{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.06746;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.51229s .729231s infinite drop-80;top:-10%;left:75%;transform:rotate(275.01deg)}@keyframes drop-80{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.81839;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.65043s .248216s infinite drop-81;top:-10%;left:11%;transform:rotate(179.708deg)}@keyframes drop-81{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.12581;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.07531s .52228s infinite drop-82;top:-10%;left:43%;transform:rotate(171.138deg)}@keyframes drop-82{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.49399;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.25732s .751502s infinite drop-83;top:-10%;left:45%;transform:rotate(227.924deg)}@keyframes drop-83{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:1.47842;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.21905s .659093s infinite drop-84;top:-10%;left:84%;transform:rotate(109.713deg)}@keyframes drop-84{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:.75328;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.83606s .993679s infinite drop-85;top:-10%;left:40%;transform:rotate(185.195deg)}@keyframes drop-85{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.13474;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.63189s .889512s infinite drop-86;top:-10%;left:48%;transform:rotate(3.55128deg)}@keyframes drop-86{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.3202;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.45969s .25574s infinite drop-87;top:-10%;left:95%;transform:rotate(164.44deg)}@keyframes drop-87{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:.710533;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.14974s .700396s infinite drop-88;top:-10%;left:20%;transform:rotate(139.636deg)}@keyframes drop-88{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:.642919;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.74287s .959984s infinite drop-89;top:-10%;left:56%;transform:rotate(177.308deg)}@keyframes drop-89{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.18117;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.05866s .134468s infinite drop-90;top:-10%;left:97%;transform:rotate(349.508deg)}@keyframes drop-90{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.38529;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.78604s .980191s infinite drop-91;top:-10%;left:96%;transform:rotate(290.465deg)}@keyframes drop-91{to{top:110%;left:111%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.09518;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.23346s .184724s infinite drop-92;top:-10%;left:34%;transform:rotate(.0208792deg)}@keyframes drop-92{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:.668511;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.09053s .55445s infinite drop-93;top:-10%;left:94%;transform:rotate(120.378deg)}@keyframes drop-93{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:1.17347;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.91049s .347038s infinite drop-94;top:-10%;left:84%;transform:rotate(94.555deg)}@keyframes drop-94{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:1.13292;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.03337s 33.0179ms infinite drop-95;top:-10%;left:64%;transform:rotate(134.734deg)}@keyframes drop-95{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:.57731;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.83527s 42.0224ms infinite drop-96;top:-10%;left:39%;transform:rotate(173.134deg)}@keyframes drop-96{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.43445;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.29631s .76881s infinite drop-97;top:-10%;left:4%;transform:rotate(137.576deg)}@keyframes drop-97{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:1.25027;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.44289s .973958s infinite drop-98;top:-10%;left:5%;transform:rotate(179.153deg)}@keyframes drop-98{to{top:110%;left:9%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:.593058;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.53176s .719489s infinite drop-99;top:-10%;left:39%;transform:rotate(85.6971deg)}@keyframes drop-99{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:1.20852;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.82077s .478498s infinite drop-100;top:-10%;left:3%;transform:rotate(171.996deg)}@keyframes drop-100{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:.763604;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.52308s .327098s infinite drop-101;top:-10%;left:19%;transform:rotate(309.074deg)}@keyframes drop-101{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:1.42141;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.23486s .774296s infinite drop-102;top:-10%;left:62%;transform:rotate(154.313deg)}@keyframes drop-102{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:.568796;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.6135s .308004s infinite drop-103;top:-10%;left:25%;transform:rotate(205.026deg)}@keyframes drop-103{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.45681;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.41602s .711774s infinite drop-104;top:-10%;left:61%;transform:rotate(16.9369deg)}@keyframes drop-104{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:.956251;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.50652s .850996s infinite drop-105;top:-10%;left:59%;transform:rotate(253.082deg)}@keyframes drop-105{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:1.36815;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.5066s .96358s infinite drop-106;top:-10%;left:41%;transform:rotate(204.812deg)}@keyframes drop-106{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:.584311;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.26367s .222616s infinite drop-107;top:-10%;left:8%;transform:rotate(154.29deg)}@keyframes drop-107{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.21579;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.49574s .98644s infinite drop-108;top:-10%;left:66%;transform:rotate(109.069deg)}@keyframes drop-108{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:.765481;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.40523s .313307s infinite drop-109;top:-10%;left:88%;transform:rotate(237.675deg)}@keyframes drop-109{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.27072;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.67717s .802069s infinite drop-110;top:-10%;left:85%;transform:rotate(67.5356deg)}@keyframes drop-110{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:.541529;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.53439s .612146s infinite drop-111;top:-10%;left:46%;transform:rotate(95.6699deg)}@keyframes drop-111{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:1.00149;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.25227s .692742s infinite drop-112;top:-10%;left:16%;transform:rotate(40.9101deg)}@keyframes drop-112{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.06147;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.70149s .51212s infinite drop-113;top:-10%;left:56%;transform:rotate(137.207deg)}@keyframes drop-113{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:.627918;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.8639s .196077s infinite drop-114;top:-10%;left:8%;transform:rotate(61.1283deg)}@keyframes drop-114{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:1.10534;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.3822s .92063s infinite drop-115;top:-10%;left:98%;transform:rotate(231.871deg)}@keyframes drop-115{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:1.18134;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.03038s .275981s infinite drop-116;top:-10%;left:80%;transform:rotate(24.0705deg)}@keyframes drop-116{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:1.28613;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.49402s .231346s infinite drop-117;top:-10%;left:89%;transform:rotate(347.351deg)}@keyframes drop-117{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:.859709;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.86865s .143259s infinite drop-118;top:-10%;left:66%;transform:rotate(.857065deg)}@keyframes drop-118{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:.772967;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.88104s .718936s infinite drop-119;top:-10%;left:51%;transform:rotate(257.951deg)}@keyframes drop-119{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:.675979;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.26077s .532955s infinite drop-120;top:-10%;left:64%;transform:rotate(273.311deg)}@keyframes drop-120{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:.61748;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.36585s .370756s infinite drop-121;top:-10%;left:80%;transform:rotate(47.5865deg)}@keyframes drop-121{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.04627;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.74956s .704966s infinite drop-122;top:-10%;left:87%;transform:rotate(272.602deg)}@keyframes drop-122{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:1.22046;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.41148s .732767s infinite drop-123;top:-10%;left:81%;transform:rotate(171.878deg)}@keyframes drop-123{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:.568451;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.48832s .638083s infinite drop-124;top:-10%;left:23%;transform:rotate(251.974deg)}@keyframes drop-124{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:.654713;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.29857s .278205s infinite drop-125;top:-10%;left:14%;transform:rotate(98.6963deg)}@keyframes drop-125{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.04439;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.01363s .449965s infinite drop-126;top:-10%;left:26%;transform:rotate(13.1139deg)}@keyframes drop-126{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.923908;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.41545s .917156s infinite drop-127;top:-10%;left:52%;transform:rotate(341.434deg)}@keyframes drop-127{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:1.3975;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.30585s 34.9637ms infinite drop-128;top:-10%;left:47%;transform:rotate(274.363deg)}@keyframes drop-128{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.46804;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.23889s .700009s infinite drop-129;top:-10%;left:84%;transform:rotate(297.967deg)}@keyframes drop-129{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.02364;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.7943s .876008s infinite drop-130;top:-10%;left:45%;transform:rotate(290.149deg)}@keyframes drop-130{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.28522;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.13267s .294606s infinite drop-131;top:-10%;left:21%;transform:rotate(131.972deg)}@keyframes drop-131{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:.811576;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.61997s .351697s infinite drop-132;top:-10%;left:94%;transform:rotate(219.467deg)}@keyframes drop-132{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:1.02351;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.2359s .453484s infinite drop-133;top:-10%;left:92%;transform:rotate(98.4043deg)}@keyframes drop-133{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.505623;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.04778s .115375s infinite drop-134;top:-10%;left:92%;transform:rotate(44.494deg)}@keyframes drop-134{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:.56959;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.517s .528937s infinite drop-135;top:-10%;left:2%;transform:rotate(141.889deg)}@keyframes drop-135{to{top:110%;left:3%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:1.40643;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.87537s .510554s infinite drop-136;top:-10%;left:73%;transform:rotate(105.424deg)}@keyframes drop-136{to{top:110%;left:82%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.80674;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.33365s .421238s infinite drop-137;top:-10%;left:21%;transform:rotate(178.187deg)}@keyframes drop-137{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.672733;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.19759s 29.6777ms infinite drop-138;top:-10%;left:19%;transform:rotate(318.395deg)}@keyframes drop-138{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:.505491;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.86175s .887538s infinite drop-139;top:-10%;left:33%;transform:rotate(193.104deg)}@keyframes drop-139{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.46972;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.59033s .597632s infinite drop-140;top:-10%;left:58%;transform:rotate(77.8446deg)}@keyframes drop-140{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.14452;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.49792s .369405s infinite drop-141;top:-10%;left:87%;transform:rotate(358.192deg)}@keyframes drop-141{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:1.28688;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.10637s 33.6628ms infinite drop-142;top:-10%;left:86%;transform:rotate(290.61deg)}@keyframes drop-142{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:.826908;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.3828s .728609s infinite drop-143;top:-10%;left:66%;transform:rotate(337.171deg)}@keyframes drop-143{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:.867192;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.69395s 7.91375ms infinite drop-144;top:-10%;left:29%;transform:rotate(331.733deg)}@keyframes drop-144{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:.65229;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.87495s .309409s infinite drop-145;top:-10%;left:98%;transform:rotate(334.869deg)}@keyframes drop-145{to{top:110%;left:108%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.45129;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.42854s .574603s infinite drop-146;top:-10%;left:66%;transform:rotate(130.104deg)}@keyframes drop-146{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:1.33456;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.13218s 33.0145ms infinite drop-147;top:-10%;left:11%;transform:rotate(154.746deg)}@keyframes drop-147{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.680386;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.23426s .457316s infinite drop-148;top:-10%;left:92%;transform:rotate(67.3607deg)}@keyframes drop-148{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.42257;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.33169s .260787s infinite drop-149;top:-10%;left:48%;transform:rotate(311.883deg)}@keyframes drop-149{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.835448;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.56705s 71.0202ms infinite drop-150;top:-10%;left:76%;transform:rotate(112.806deg)}@keyframes drop-150{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body>.lottery_history_box{flex-direction:column;justify-content:flex-start;gap:20px;width:100%;height:100%;margin-top:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head{background:#2a2e37;padding:4px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row{background:linear-gradient(90deg,#3e445066 10%,#3e4450aa 70%),repeating-linear-gradient(-45deg,#ffffff03,#ffffff03 10px,#0000 10px 20px);justify-content:space-between;align-items:center;height:46px;padding-left:30px;padding-right:30px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row div{font-size:12px;font-weight:600}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count{width:fit-content;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.label{white-space:nowrap;margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.value{color:var(--app-primary);white-space:nowrap;font-size:13px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount{display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.label{margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.value{color:#ffea00;font-size:13px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box{display:block;position:absolute;top:50%;right:0%;transform:translate(-50%,-50%)}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box .spinner{background:radial-gradient(farthest-side, var(--app-primary) 94%, var(--app-primary)) top/8px 8px no-repeat,conic-gradient(#0000 30%, var(--app-primary));justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0)}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-state{padding:0}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-message{background:var(--app-surface-0);justify-content:center;align-items:center;width:100%;height:201px;margin:auto;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group{justify-content:flex-end;align-items:center;margin-bottom:20px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn{color:#fff;cursor:pointer;background-color:#1d222b;justify-content:center;align-items:center;height:40px;padding:0 15px;font-size:12px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn .icon{-o-object-fit:scale-down;object-fit:scale-down;width:25px;height:25px;margin-right:10px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn:hover{background-color:var(--app-primary-soft);border-color:var(--app-primary);color:#fff;transition:all .2s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body #dx-col-13{width:65px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]{width:65px;transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]:hover{background:var(--app-primary-soft);transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach{justify-content:center;width:fit-content;margin:auto;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach:hover{filter:brightness(2)}.Lottery>.lottery_page_contents_body>.lottery_history_box .title_text{text-align:center;width:140px}.Lottery>.lottery_page_contents_body>.lottery_history_box .remain_lottery_count,.Lottery>.lottery_page_contents_body>.lottery_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.Lottery .lottery_history_box_body table colgroup{display:none}.Lottery .lottery_history_box_body .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row td{background:var(--app-surface-0);font-size:14px;color:var(--app-primary)!important;border-radius:unset!important;border:0!important}.Lottery .lottery_history_box_body .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row td{color:#d9d9d9;padding:8px 0;font-size:14px;border-radius:unset!important;border:0!important}.Lottery .lottery_history_box_body tbody>:nth-child(odd){background:var(--app-surface-1)}.Lottery .lottery_history_box_body tbody>:nth-child(2n){background:var(--app-surface-2)}.Lottery .lottery_history_box_body tbody .dx-freespace-row{display:none}.Lottery .lottery_history_box_body .PageNation{background:0 0}.Lottery .lottery_history_box_body .PageNation button{border-radius:0}@keyframes firework{0%{transform:translate(var(--x), var(--initialY));width:var(--initialSize);opacity:1}50%{opacity:1;width:.5vmin}to{width:var(--finalSize);opacity:0}}.Lottery .firework,.Lottery .firework:before,.Lottery .firework:after{--initialSize:.5vmin;--finalSize:45vmin;--particleSize:.2vmin;--color1:yellow;--color2:khaki;--color3:white;--color4:lime;--color5:gold;--color6:mediumseagreen;--y:-30vmin;--x:-50%;--initialY:60vmin;content:"";transform:translate(-50%, var(--y));width:var(--initialSize);aspect-ratio:1;background:radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;background-size:var(--initialSize) var(--initialSize);background-repeat:no-repeat;animation:2s infinite firework;position:absolute;top:50%;left:50%}.Lottery .firework:before{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.5)rotateY(40deg)}.Lottery .firework:after{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.5)rotateY(-30deg)}.Lottery .firework:nth-child(2){--x:30vmin}.Lottery .firework:nth-child(2),.Lottery .firework:nth-child(2):before,.Lottery .firework:nth-child(2):after{--color1:pink;--color2:violet;--color3:fuchsia;--color4:orchid;--color5:plum;--color6:lavender;--finalSize:40vmin;animation-delay:-.25s;top:60%;left:30%}.Lottery .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.Lottery .firework:nth-child(3),.Lottery .firework:nth-child(3):before,.Lottery .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;top:60%;left:70%}.Lottery .firework.firework-1{animation:2s infinite firework;top:200px!important;left:150px!important}.Lottery .firework.firework-2{animation:3s infinite firework;top:300px!important;left:550px!important}.Lottery .firework.firework-3{animation:7s infinite firework;top:500px!important;left:600px!important}@keyframes jinx-glitch{0%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #da9200)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}
.RoulettePopup{color:#fff;flex-direction:column;width:fit-content;height:fit-content;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#15181f!important;border:none!important}.RoulettePopup>.popup-header{justify-content:center;margin-bottom:50px;display:flex;position:relative}.RoulettePopup>.popup-header>img{width:300px}.RoulettePopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.RoulettePopup>.popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;filter:grayscale();width:28px;height:28px}.RoulettePopup>.popup-header>.close-wrapper .close-img:hover{filter:brightness(0)saturate()invert(51%)sepia(50%)saturate(4128%)hue-rotate(5deg)brightness(88%)contrast(104%);transition:all .2s}
@font-face{font-family:Propaganda;src:url(https://fontsforyou.com/fonts/p/Propaganda.ttf)format("truetype")}.roulette_page_contents{min-width:1200px;color:var(--app-text-primary);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;background:#15181f;flex-direction:column;align-items:center;gap:25px;width:100%;display:flex;position:relative}.roulette_page_contents .wrapper{z-index:30;width:100%;padding-top:100%;position:absolute;transform:translate(-50px,-50%)}.roulette_page_contents .wrapper [class|=confetti]{position:absolute}.roulette_page_contents .wrapper .confetti-0{opacity:1.13563;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.54983s .309154s infinite drop-0;top:-10%;left:81%;transform:rotate(356.137deg)}@keyframes drop-0{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-1{opacity:1.26489;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.28036s .757454s infinite drop-1;top:-10%;left:74%;transform:rotate(213.413deg)}@keyframes drop-1{to{top:110%;left:76%}}.roulette_page_contents .wrapper .confetti-2{opacity:1.09348;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.676s .308551s infinite drop-2;top:-10%;left:98%;transform:rotate(349.527deg)}@keyframes drop-2{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-3{opacity:.789393;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.42073s .222316s infinite drop-3;top:-10%;left:15%;transform:rotate(316.397deg)}@keyframes drop-3{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-4{opacity:1.345;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.62266s .137873s infinite drop-4;top:-10%;left:25%;transform:rotate(359.488deg)}@keyframes drop-4{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-5{opacity:.620933;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.94506s .109025s infinite drop-5;top:-10%;left:45%;transform:rotate(350.477deg)}@keyframes drop-5{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-6{opacity:1.49236;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.26843s .284549s infinite drop-6;top:-10%;left:62%;transform:rotate(141.208deg)}@keyframes drop-6{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-7{opacity:1.12152;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.5075s .134643s infinite drop-7;top:-10%;left:99%;transform:rotate(196.497deg)}@keyframes drop-7{to{top:110%;left:109%}}.roulette_page_contents .wrapper .confetti-8{opacity:1.03761;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.17504s .277752s infinite drop-8;top:-10%;left:18%;transform:rotate(22.4698deg)}@keyframes drop-8{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-9{opacity:1.18831;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.62395s .692292s infinite drop-9;top:-10%;left:73%;transform:rotate(347.869deg)}@keyframes drop-9{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-10{opacity:.840401;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.35492s 76.8927ms infinite drop-10;top:-10%;left:28%;transform:rotate(269.045deg)}@keyframes drop-10{to{top:110%;left:40%}}.roulette_page_contents .wrapper .confetti-11{opacity:1.09293;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.48192s .433815s infinite drop-11;top:-10%;left:4%;transform:rotate(48.2328deg)}@keyframes drop-11{to{top:110%;left:5%}}.roulette_page_contents .wrapper .confetti-12{opacity:1.12174;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.50945s 70.6794ms infinite drop-12;top:-10%;left:68%;transform:rotate(123.976deg)}@keyframes drop-12{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-13{opacity:1.27741;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.87599s .440542s infinite drop-13;top:-10%;left:66%;transform:rotate(161.904deg)}@keyframes drop-13{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-14{opacity:.702184;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.80386s .266438s infinite drop-14;top:-10%;left:50%;transform:rotate(178.736deg)}@keyframes drop-14{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-15{opacity:.86765;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.25338s 6.20944ms infinite drop-15;top:-10%;left:47%;transform:rotate(282.245deg)}@keyframes drop-15{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-16{opacity:.763118;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.51158s .358904s infinite drop-16;top:-10%;left:4%;transform:rotate(3.92805deg)}@keyframes drop-16{to{top:110%;left:8%}}.roulette_page_contents .wrapper .confetti-17{opacity:1.09873;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.14632s 10.9618ms infinite drop-17;top:-10%;left:34%;transform:rotate(69.2718deg)}@keyframes drop-17{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-18{opacity:1.28924;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.31246s .45617s infinite drop-18;top:-10%;left:23%;transform:rotate(177.4deg)}@keyframes drop-18{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-19{opacity:.663962;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.34741s .801323s infinite drop-19;top:-10%;left:70%;transform:rotate(306.342deg)}@keyframes drop-19{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-20{opacity:1.16516;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.25257s 37.409ms infinite drop-20;top:-10%;left:26%;transform:rotate(354.805deg)}@keyframes drop-20{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-21{opacity:.790959;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.07414s .987879s infinite drop-21;top:-10%;left:17%;transform:rotate(53.799deg)}@keyframes drop-21{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-22{opacity:.860908;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.34001s .97841s infinite drop-22;top:-10%;left:58%;transform:rotate(225.605deg)}@keyframes drop-22{to{top:110%;left:60%}}.roulette_page_contents .wrapper .confetti-23{opacity:.718868;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.51381s .369042s infinite drop-23;top:-10%;left:79%;transform:rotate(321.184deg)}@keyframes drop-23{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-24{opacity:1.14926;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.76082s 90.3749ms infinite drop-24;top:-10%;left:90%;transform:rotate(77.395deg)}@keyframes drop-24{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-25{opacity:.558846;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.07645s .490063s infinite drop-25;top:-10%;left:36%;transform:rotate(123.244deg)}@keyframes drop-25{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-26{opacity:.643753;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.15492s .746474s infinite drop-26;top:-10%;left:69%;transform:rotate(18.2956deg)}@keyframes drop-26{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-27{opacity:1.34499;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.7812s .661582s infinite drop-27;top:-10%;left:81%;transform:rotate(250.446deg)}@keyframes drop-27{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-28{opacity:.769456;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.2695s .507333s infinite drop-28;top:-10%;left:18%;transform:rotate(13.8267deg)}@keyframes drop-28{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-29{opacity:1.05653;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.42795s .228968s infinite drop-29;top:-10%;left:74%;transform:rotate(260.762deg)}@keyframes drop-29{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-30{opacity:1.47202;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.91216s .6139s infinite drop-30;top:-10%;left:65%;transform:rotate(291.095deg)}@keyframes drop-30{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-31{opacity:1.1098;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.6786s .328212s infinite drop-31;top:-10%;left:44%;transform:rotate(197.273deg)}@keyframes drop-31{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-32{opacity:.998427;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.23612s .56482s infinite drop-32;top:-10%;left:32%;transform:rotate(347.8deg)}@keyframes drop-32{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-33{opacity:1.48254;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.46604s .74692s infinite drop-33;top:-10%;left:9%;transform:rotate(56.7241deg)}@keyframes drop-33{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-34{opacity:.883078;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.22748s .363197s infinite drop-34;top:-10%;left:48%;transform:rotate(228.03deg)}@keyframes drop-34{to{top:110%;left:51%}}.roulette_page_contents .wrapper .confetti-35{opacity:.998442;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.34541s .699553s infinite drop-35;top:-10%;left:76%;transform:rotate(64.9713deg)}@keyframes drop-35{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-36{opacity:.783691;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.87548s .963112s infinite drop-36;top:-10%;left:23%;transform:rotate(118.967deg)}@keyframes drop-36{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-37{opacity:1.44963;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.06294s .916009s infinite drop-37;top:-10%;left:30%;transform:rotate(57.2549deg)}@keyframes drop-37{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-38{opacity:1.1634;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.99727s .28439s infinite drop-38;top:-10%;left:17%;transform:rotate(313.3deg)}@keyframes drop-38{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-39{opacity:.857497;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.10103s .546603s infinite drop-39;top:-10%;left:30%;transform:rotate(339.693deg)}@keyframes drop-39{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-40{opacity:.854254;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.57664s 50.1042ms infinite drop-40;top:-10%;left:47%;transform:rotate(35.3106deg)}@keyframes drop-40{to{top:110%;left:55%}}.roulette_page_contents .wrapper .confetti-41{opacity:1.08928;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.81284s .145444s infinite drop-41;top:-10%;left:95%;transform:rotate(141.405deg)}@keyframes drop-41{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-42{opacity:1.29638;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.95736s .922765s infinite drop-42;top:-10%;left:11%;transform:rotate(142.34deg)}@keyframes drop-42{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-43{opacity:.893495;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.62314s .837914s infinite drop-43;top:-10%;left:77%;transform:rotate(193.071deg)}@keyframes drop-43{to{top:110%;left:81%}}.roulette_page_contents .wrapper .confetti-44{opacity:.9069;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.74941s .971636s infinite drop-44;top:-10%;left:13%;transform:rotate(236.558deg)}@keyframes drop-44{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-45{opacity:.981899;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.28082s .962737s infinite drop-45;top:-10%;left:70%;transform:rotate(153.069deg)}@keyframes drop-45{to{top:110%;left:80%}}.roulette_page_contents .wrapper .confetti-46{opacity:1.41266;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.12295s .233495s infinite drop-46;top:-10%;left:60%;transform:rotate(24.8667deg)}@keyframes drop-46{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-47{opacity:.956653;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.7406s .182929s infinite drop-47;top:-10%;left:64%;transform:rotate(339.515deg)}@keyframes drop-47{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-48{opacity:.592894;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.42422s .551347s infinite drop-48;top:-10%;left:45%;transform:rotate(330.816deg)}@keyframes drop-48{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-49{opacity:1.13976;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.33222s .141641s infinite drop-49;top:-10%;left:87%;transform:rotate(130.657deg)}@keyframes drop-49{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-50{opacity:.916849;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.56626s .413456s infinite drop-50;top:-10%;left:25%;transform:rotate(324.397deg)}@keyframes drop-50{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-51{opacity:1.11154;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.17099s .399843s infinite drop-51;top:-10%;left:80%;transform:rotate(283.475deg)}@keyframes drop-51{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-52{opacity:.619001;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.78311s .559982s infinite drop-52;top:-10%;left:11%;transform:rotate(28.5162deg)}@keyframes drop-52{to{top:110%;left:12%}}.roulette_page_contents .wrapper .confetti-53{opacity:.807946;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.30646s .197414s infinite drop-53;top:-10%;left:17%;transform:rotate(104.228deg)}@keyframes drop-53{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-54{opacity:1.10945;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.67595s .472405s infinite drop-54;top:-10%;left:39%;transform:rotate(227.016deg)}@keyframes drop-54{to{top:110%;left:54%}}.roulette_page_contents .wrapper .confetti-55{opacity:.876227;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.86067s .408203s infinite drop-55;top:-10%;left:49%;transform:rotate(319.694deg)}@keyframes drop-55{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-56{opacity:1.26164;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.53642s .635495s infinite drop-56;top:-10%;left:69%;transform:rotate(237.884deg)}@keyframes drop-56{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-57{opacity:.94289;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.08443s .148688s infinite drop-57;top:-10%;left:61%;transform:rotate(344.787deg)}@keyframes drop-57{to{top:110%;left:75%}}.roulette_page_contents .wrapper .confetti-58{opacity:.594286;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.9816s .619674s infinite drop-58;top:-10%;left:75%;transform:rotate(316.094deg)}@keyframes drop-58{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-59{opacity:1.19891;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.52411s .155044s infinite drop-59;top:-10%;left:86%;transform:rotate(301.593deg)}@keyframes drop-59{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-60{opacity:.704384;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.53606s .296613s infinite drop-60;top:-10%;left:36%;transform:rotate(23.1471deg)}@keyframes drop-60{to{top:110%;left:40%}}.roulette_page_contents .wrapper .confetti-61{opacity:.999866;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.52794s .130935s infinite drop-61;top:-10%;left:41%;transform:rotate(279.233deg)}@keyframes drop-61{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-62{opacity:.516569;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.57527s .896553s infinite drop-62;top:-10%;left:69%;transform:rotate(284.349deg)}@keyframes drop-62{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-63{opacity:1.14449;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.14647s .434329s infinite drop-63;top:-10%;left:60%;transform:rotate(280.911deg)}@keyframes drop-63{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-64{opacity:.950304;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.10155s .815783s infinite drop-64;top:-10%;left:36%;transform:rotate(236.551deg)}@keyframes drop-64{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-65{opacity:.832073;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.78301s .50559s infinite drop-65;top:-10%;left:58%;transform:rotate(53.7462deg)}@keyframes drop-65{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-66{opacity:.644926;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.54365s .580843s infinite drop-66;top:-10%;left:3%;transform:rotate(179.43deg)}@keyframes drop-66{to{top:110%;left:9%}}.roulette_page_contents .wrapper .confetti-67{opacity:1.43168;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.71048s .623288s infinite drop-67;top:-10%;left:82%;transform:rotate(206.152deg)}@keyframes drop-67{to{top:110%;left:92%}}.roulette_page_contents .wrapper .confetti-68{opacity:.698642;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.82209s .780256s infinite drop-68;top:-10%;left:90%;transform:rotate(338.541deg)}@keyframes drop-68{to{top:110%;left:94%}}.roulette_page_contents .wrapper .confetti-69{opacity:1.0802;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.49656s 92.7846ms infinite drop-69;top:-10%;left:26%;transform:rotate(301.396deg)}@keyframes drop-69{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-70{opacity:.579708;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.53281s .900267s infinite drop-70;top:-10%;left:40%;transform:rotate(284.995deg)}@keyframes drop-70{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-71{opacity:.915243;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.40085s .151274s infinite drop-71;top:-10%;left:98%;transform:rotate(343.038deg)}@keyframes drop-71{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-72{opacity:.586626;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.03352s .409614s infinite drop-72;top:-10%;left:50%;transform:rotate(90.1149deg)}@keyframes drop-72{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-73{opacity:.590825;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.91602s .361213s infinite drop-73;top:-10%;left:73%;transform:rotate(217.138deg)}@keyframes drop-73{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-74{opacity:.530099;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.67045s .90521s infinite drop-74;top:-10%;left:92%;transform:rotate(195.349deg)}@keyframes drop-74{to{top:110%;left:98%}}.roulette_page_contents .wrapper .confetti-75{opacity:1.43852;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.38748s .124527s infinite drop-75;top:-10%;left:61%;transform:rotate(107.267deg)}@keyframes drop-75{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-76{opacity:1.39307;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.76913s .975375s infinite drop-76;top:-10%;left:27%;transform:rotate(286.809deg)}@keyframes drop-76{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-77{opacity:1.3064;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.54523s .700875s infinite drop-77;top:-10%;left:55%;transform:rotate(189.833deg)}@keyframes drop-77{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-78{opacity:.964234;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.65887s .295158s infinite drop-78;top:-10%;left:61%;transform:rotate(97.3235deg)}@keyframes drop-78{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-79{opacity:1.2514;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.39012s .578316s infinite drop-79;top:-10%;left:59%;transform:rotate(160.748deg)}@keyframes drop-79{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-80{opacity:.577103;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.99456s .44281s infinite drop-80;top:-10%;left:65%;transform:rotate(16.6645deg)}@keyframes drop-80{to{top:110%;left:72%}}.roulette_page_contents .wrapper .confetti-81{opacity:.694962;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.16866s .446029s infinite drop-81;top:-10%;left:63%;transform:rotate(162.336deg)}@keyframes drop-81{to{top:110%;left:75%}}.roulette_page_contents .wrapper .confetti-82{opacity:.688775;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.92644s .739805s infinite drop-82;top:-10%;left:33%;transform:rotate(214.394deg)}@keyframes drop-82{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-83{opacity:1.40237;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.46497s .826175s infinite drop-83;top:-10%;left:20%;transform:rotate(319.949deg)}@keyframes drop-83{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-84{opacity:1.01309;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.49502s .728854s infinite drop-84;top:-10%;left:94%;transform:rotate(349.374deg)}@keyframes drop-84{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-85{opacity:.833789;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.38584s .371345s infinite drop-85;top:-10%;left:6%;transform:rotate(186.948deg)}@keyframes drop-85{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-86{opacity:.939875;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.20635s .240983s infinite drop-86;top:-10%;left:97%;transform:rotate(185.097deg)}@keyframes drop-86{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-87{opacity:1.47329;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.89444s .960128s infinite drop-87;top:-10%;left:47%;transform:rotate(71.739deg)}@keyframes drop-87{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-88{opacity:.535981;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.61118s 94.1619ms infinite drop-88;top:-10%;left:92%;transform:rotate(222.431deg)}@keyframes drop-88{to{top:110%;left:94%}}.roulette_page_contents .wrapper .confetti-89{opacity:.711043;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.76973s .750516s infinite drop-89;top:-10%;left:5%;transform:rotate(3.23927deg)}@keyframes drop-89{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-90{opacity:.616269;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.75692s 99.9749ms infinite drop-90;top:-10%;left:38%;transform:rotate(264.316deg)}@keyframes drop-90{to{top:110%;left:50%}}.roulette_page_contents .wrapper .confetti-91{opacity:1.16269;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.42703s .993395s infinite drop-91;top:-10%;left:75%;transform:rotate(143.431deg)}@keyframes drop-91{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-92{opacity:1.27994;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.47802s .40425s infinite drop-92;top:-10%;left:86%;transform:rotate(183.416deg)}@keyframes drop-92{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-93{opacity:1.00955;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.87621s .671556s infinite drop-93;top:-10%;left:40%;transform:rotate(162.446deg)}@keyframes drop-93{to{top:110%;left:47%}}.roulette_page_contents .wrapper .confetti-94{opacity:1.18811;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.2806s .987462s infinite drop-94;top:-10%;left:7%;transform:rotate(99.5447deg)}@keyframes drop-94{to{top:110%;left:21%}}.roulette_page_contents .wrapper .confetti-95{opacity:.580709;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.50457s .437994s infinite drop-95;top:-10%;left:61%;transform:rotate(193.979deg)}@keyframes drop-95{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-96{opacity:.929555;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.92324s .521724s infinite drop-96;top:-10%;left:49%;transform:rotate(49.0021deg)}@keyframes drop-96{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-97{opacity:1.22597;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.40844s .787288s infinite drop-97;top:-10%;left:59%;transform:rotate(148.171deg)}@keyframes drop-97{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-98{opacity:.693993;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.71697s .637473s infinite drop-98;top:-10%;left:59%;transform:rotate(214.987deg)}@keyframes drop-98{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-99{opacity:.590794;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.60377s 18.9173ms infinite drop-99;top:-10%;left:30%;transform:rotate(235.051deg)}@keyframes drop-99{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-100{opacity:1.25812;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.16663s .323119s infinite drop-100;top:-10%;left:45%;transform:rotate(70.0942deg)}@keyframes drop-100{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-101{opacity:.744249;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.25629s .158469s infinite drop-101;top:-10%;left:48%;transform:rotate(112.588deg)}@keyframes drop-101{to{top:110%;left:49%}}.roulette_page_contents .wrapper .confetti-102{opacity:1.04946;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.00312s .665466s infinite drop-102;top:-10%;left:24%;transform:rotate(159.914deg)}@keyframes drop-102{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-103{opacity:.620109;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.30542s .410783s infinite drop-103;top:-10%;left:20%;transform:rotate(308.11deg)}@keyframes drop-103{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-104{opacity:1.08797;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.51897s .424005s infinite drop-104;top:-10%;left:28%;transform:rotate(266.522deg)}@keyframes drop-104{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-105{opacity:.598869;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.13585s .563872s infinite drop-105;top:-10%;left:65%;transform:rotate(47.9951deg)}@keyframes drop-105{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-106{opacity:.705388;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.95445s .100984s infinite drop-106;top:-10%;left:60%;transform:rotate(51.7768deg)}@keyframes drop-106{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-107{opacity:.817522;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.84183s .414111s infinite drop-107;top:-10%;left:52%;transform:rotate(155.433deg)}@keyframes drop-107{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-108{opacity:1.18509;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.09342s .790288s infinite drop-108;top:-10%;left:74%;transform:rotate(320.344deg)}@keyframes drop-108{to{top:110%;left:84%}}.roulette_page_contents .wrapper .confetti-109{opacity:.876115;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.37806s .339478s infinite drop-109;top:-10%;left:61%;transform:rotate(183.726deg)}@keyframes drop-109{to{top:110%;left:72%}}.roulette_page_contents .wrapper .confetti-110{opacity:1.07104;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.53351s .810194s infinite drop-110;top:-10%;left:81%;transform:rotate(237.791deg)}@keyframes drop-110{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-111{opacity:1.21413;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.22184s .26944s infinite drop-111;top:-10%;left:93%;transform:rotate(45.22deg)}@keyframes drop-111{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-112{opacity:.851628;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.30025s .874433s infinite drop-112;top:-10%;left:81%;transform:rotate(110.285deg)}@keyframes drop-112{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-113{opacity:.563867;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.72583s .260371s infinite drop-113;top:-10%;left:48%;transform:rotate(191.5deg)}@keyframes drop-113{to{top:110%;left:63%}}.roulette_page_contents .wrapper .confetti-114{opacity:.933808;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.22949s .155242s infinite drop-114;top:-10%;left:27%;transform:rotate(174.875deg)}@keyframes drop-114{to{top:110%;left:37%}}.roulette_page_contents .wrapper .confetti-115{opacity:1.43712;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.48272s .63351s infinite drop-115;top:-10%;left:42%;transform:rotate(236.916deg)}@keyframes drop-115{to{top:110%;left:43%}}.roulette_page_contents .wrapper .confetti-116{opacity:.995165;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.30716s .60345s infinite drop-116;top:-10%;left:78%;transform:rotate(126.708deg)}@keyframes drop-116{to{top:110%;left:90%}}.roulette_page_contents .wrapper .confetti-117{opacity:1.42834;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.8214s .136448s infinite drop-117;top:-10%;left:29%;transform:rotate(294.557deg)}@keyframes drop-117{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-118{opacity:.771382;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.61699s .917778s infinite drop-118;top:-10%;left:74%;transform:rotate(359.313deg)}@keyframes drop-118{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-119{opacity:1.20158;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.53134s .832298s infinite drop-119;top:-10%;left:8%;transform:rotate(197.602deg)}@keyframes drop-119{to{top:110%;left:11%}}.roulette_page_contents .wrapper .confetti-120{opacity:.635852;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.09854s .405025s infinite drop-120;top:-10%;left:7%;transform:rotate(311.136deg)}@keyframes drop-120{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-121{opacity:1.13357;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.34044s .159605s infinite drop-121;top:-10%;left:84%;transform:rotate(207.798deg)}@keyframes drop-121{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-122{opacity:1.41991;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.85237s .293758s infinite drop-122;top:-10%;left:82%;transform:rotate(351.559deg)}@keyframes drop-122{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-123{opacity:.836164;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.53959s .566572s infinite drop-123;top:-10%;left:86%;transform:rotate(116.195deg)}@keyframes drop-123{to{top:110%;left:92%}}.roulette_page_contents .wrapper .confetti-124{opacity:.525419;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.04608s .24806s infinite drop-124;top:-10%;left:33%;transform:rotate(216.273deg)}@keyframes drop-124{to{top:110%;left:40%}}.roulette_page_contents .wrapper .confetti-125{opacity:.921839;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.34053s .340445s infinite drop-125;top:-10%;left:44%;transform:rotate(224.135deg)}@keyframes drop-125{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-126{opacity:.678067;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.54251s .946833s infinite drop-126;top:-10%;left:87%;transform:rotate(22.8541deg)}@keyframes drop-126{to{top:110%;left:93%}}.roulette_page_contents .wrapper .confetti-127{opacity:1.12027;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.15818s .369983s infinite drop-127;top:-10%;left:49%;transform:rotate(324.161deg)}@keyframes drop-127{to{top:110%;left:60%}}.roulette_page_contents .wrapper .confetti-128{opacity:.702419;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.74483s .261833s infinite drop-128;top:-10%;left:21%;transform:rotate(95.1134deg)}@keyframes drop-128{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-129{opacity:.617752;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.67167s .251738s infinite drop-129;top:-10%;left:89%;transform:rotate(60.4929deg)}@keyframes drop-129{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-130{opacity:.928819;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.31254s .482705s infinite drop-130;top:-10%;left:49%;transform:rotate(256.866deg)}@keyframes drop-130{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-131{opacity:.752819;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.40757s .678301s infinite drop-131;top:-10%;left:9%;transform:rotate(356.181deg)}@keyframes drop-131{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-132{opacity:1.23828;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.94397s .402937s infinite drop-132;top:-10%;left:44%;transform:rotate(91.2025deg)}@keyframes drop-132{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-133{opacity:1.46575;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.10229s .586104s infinite drop-133;top:-10%;left:14%;transform:rotate(220.098deg)}@keyframes drop-133{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-134{opacity:1.28673;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.83897s .197543s infinite drop-134;top:-10%;left:6%;transform:rotate(105.705deg)}@keyframes drop-134{to{top:110%;left:9%}}.roulette_page_contents .wrapper .confetti-135{opacity:1.46947;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.44004s 23.1093ms infinite drop-135;top:-10%;left:56%;transform:rotate(90.6855deg)}@keyframes drop-135{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-136{opacity:.5396;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.34806s .674607s infinite drop-136;top:-10%;left:88%;transform:rotate(110.052deg)}@keyframes drop-136{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-137{opacity:.831795;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.91295s .952548s infinite drop-137;top:-10%;left:64%;transform:rotate(322.602deg)}@keyframes drop-137{to{top:110%;left:65%}}.roulette_page_contents .wrapper .confetti-138{opacity:1.21601;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.03917s .101395s infinite drop-138;top:-10%;left:77%;transform:rotate(254.974deg)}@keyframes drop-138{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-139{opacity:.585322;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.73534s .790067s infinite drop-139;top:-10%;left:78%;transform:rotate(92.1178deg)}@keyframes drop-139{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-140{opacity:.927215;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.92376s .757646s infinite drop-140;top:-10%;left:54%;transform:rotate(321.185deg)}@keyframes drop-140{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-141{opacity:1.30294;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.72002s .723277s infinite drop-141;top:-10%;left:72%;transform:rotate(342.588deg)}@keyframes drop-141{to{top:110%;left:78%}}.roulette_page_contents .wrapper .confetti-142{opacity:.519175;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.59341s 37.2157ms infinite drop-142;top:-10%;left:98%;transform:rotate(199.084deg)}@keyframes drop-142{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-143{opacity:.733812;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.73994s .109459s infinite drop-143;top:-10%;left:97%;transform:rotate(90.0674deg)}@keyframes drop-143{to{top:110%;left:111%}}.roulette_page_contents .wrapper .confetti-144{opacity:.509546;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.05177s .437302s infinite drop-144;top:-10%;left:50%;transform:rotate(356.828deg)}@keyframes drop-144{to{top:110%;left:54%}}.roulette_page_contents .wrapper .confetti-145{opacity:1.42084;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.82483s .845197s infinite drop-145;top:-10%;left:54%;transform:rotate(232.768deg)}@keyframes drop-145{to{top:110%;left:65%}}.roulette_page_contents .wrapper .confetti-146{opacity:.657747;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.73986s .533135s infinite drop-146;top:-10%;left:69%;transform:rotate(60.4027deg)}@keyframes drop-146{to{top:110%;left:72%}}.roulette_page_contents .wrapper .confetti-147{opacity:1.18624;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.16689s .860543s infinite drop-147;top:-10%;left:41%;transform:rotate(90.3039deg)}@keyframes drop-147{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-148{opacity:.98197;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.86453s .223305s infinite drop-148;top:-10%;left:35%;transform:rotate(190.905deg)}@keyframes drop-148{to{top:110%;left:38%}}.roulette_page_contents .wrapper .confetti-149{opacity:1.07069;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.80478s .286491s infinite drop-149;top:-10%;left:30%;transform:rotate(317.732deg)}@keyframes drop-149{to{top:110%;left:32%}}.roulette_page_contents .wrapper .confetti-150{opacity:1.44221;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.56917s .113567s infinite drop-150;top:-10%;left:54%;transform:rotate(316.569deg)}@keyframes drop-150{to{top:110%;left:63%}}.roulette_page_contents img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.roulette_page_contents>.roulette_page_contents_head{align-items:center;gap:12px;width:100%;max-width:1400px;margin-top:40px;margin-bottom:20px;padding-left:20px;padding-right:20px;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_head .title-roulette{color:#fff;font-size:24px;font-weight:700}.roulette_page_contents>.roulette_page_contents_body{justify-content:flex-end;align-items:flex-start;gap:25px;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box{flex-direction:column;flex-grow:1;justify-content:center;width:100%;height:590px;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette_contianer{position:relative;transform:scale(.7)rotate(-1deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette_contianer>div{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .center_circle{z-index:100;position:absolute}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .arrow{z-index:19;transform:rotate(1deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle{z-index:20}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle img.roulette_entity{opacity:.95;transform:rotate(23deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-0{transform:rotate(0)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-7{transition:all .3s;transform:rotate(22.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-6{transition:all .3s;transform:rotate(67.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-5{transition:all .3s;transform:rotate(112.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-4{transition:all .3s;transform:rotate(157.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-3{transition:all .3s;transform:rotate(202.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-2{transition:all .3s;transform:rotate(247.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-1{transition:all .3s;transform:rotate(292.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.result-8{transition:all .3s;transform:rotate(337.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle.active{animation:.5s linear infinite base_circle_draw}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result{color:#fff;letter-spacing:-1px;text-align:left;width:440px;font-size:25px;font-weight:600;position:absolute}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result:nth-child(2n){color:#161616!important}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.winner{color:#fff;animation:1.5s linear infinite animate_heart_beat}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-1{transform:rotate(157.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-2{transform:rotate(202.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-3{transform:rotate(247.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-4{transform:rotate(292.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-5{transform:rotate(337.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-6{transform:rotate(382.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-7{transform:rotate(67.5deg)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .base_circle>.result.result-8{transform:rotate(112.5deg)}@keyframes base_circle_draw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons{z-index:50;justify-self:flex-end;height:fit-content;min-height:29.24px;margin:auto;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons>.button{background:var(--app-primary);color:var(--app-text-primary);cursor:pointer;justify-content:center;align-items:center;width:280px;padding:15px 0;font-size:16px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box>.roulette-buttons>.button:hover{filter:brightness(1.1)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board{color:#8c8c8c;cursor:pointer;background:#2a2e37;border:1px solid #3e4450;justify-content:center;align-items:center;width:160px;height:44px;margin-left:15px;font-size:13px;display:flex;top:557px;left:220px}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board:hover{color:#fff;background:#084158;border:2px solid #00a1df}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .Board:first-child{margin-left:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun{background:radial-gradient(#0000 50%,#fff),radial-gradient(gold,#0000 70%);width:40rem;height:40rem;margin:3rem auto;animation:.15s ease-in glow_in;position:relative;top:-5px;transform:scale(1.15);-webkit-mask-image:radial-gradient(#000 40%,#0000 65%);mask-image:radial-gradient(#000 40%,#0000 65%)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:after,.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:before{content:"";transform-origin:50%;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(#000 40%,#0000 65%);mask-image:radial-gradient(#000 40%,#0000 65%)}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:before{background:repeating-conic-gradient(gold 0deg 20deg,#0000 20deg 40deg);animation:720s linear rotate,3s linear infinite scale}.roulette_page_contents>.roulette_page_contents_body>.roulette_play_box .sun-box .sun:after{background:radial-gradient(gold,orange 27%,#0000 calc(27% + 3px) 100%),radial-gradient(gold,#0000 70%),repeating-conic-gradient(gold 0deg 5deg,#0000 5deg 10deg);animation:360s linear rotate;transform:rotate(15deg)}@keyframes glow_in{0%{opacity:0}to{opacity:1}}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes scale{0%{transform:scale(1)}20%{transform:scale(1.2)}40%{transform:scale(.8)}60%{transform:scale(1.1)}70%{transform:scale(.9)}to{transform:scale(1)}}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box{flex-direction:column;width:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual{background-repeat:no-repeat;background-size:cover;flex-shrink:0;justify-content:center;width:100%;display:flex;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.visual_entity{justify-content:center;align-items:center;width:40%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.visual_entity img{margin-top:20px;transform:scale(.9)}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information{flex-direction:column;flex-shrink:1;width:100%;display:flex;inset:10px 0 30px 270px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container{flex-direction:column;align-items:center;gap:10px;margin-bottom:30px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-title{color:var(--app-text-primary);text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper{place-content:center;width:200px;height:200px;margin-left:10px;display:grid;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper>.star-bg{width:100%;height:100%;position:absolute;top:0;left:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.roulette-ticket-container>.ticket-count-wrapper>.ticket-count{z-index:1;color:#3f3f3f;text-align:center;font-family:Propaganda,sans-serif;font-size:30px;font-weight:900}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.title{color:var(--app-white);text-align:center;background:var(--app-surface-0);flex-shrink:0;justify-content:center;padding:16px 0;font-size:24px;font-weight:400;line-height:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.title img{-o-object-fit:scale-down;object-fit:scale-down;flex-shrink:0;margin-right:20px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container{width:100%;height:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item{flex-grow:1;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:"medal-1 medal-5""medal-2 medal-6""medal-3 medal-7""medal-4 medal-8";gap:4px;display:grid}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list{background:#3e424c;padding:10px 0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line{justify-content:space-between;gap:5px;height:100%;margin-left:20px;margin-right:20px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item{justify-content:center;align-items:center;width:100%;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>img{-o-object-fit:scale-down;object-fit:scale-down;width:40px;height:40px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>.desc{color:var(--app-white);flex-direction:column;gap:5px;margin-left:10px;font-size:12px;font-weight:600;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line>.item>.desc>.amount{font-size:16px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_visual>.information>.ranking-container>.ranking-item>.ranking-list>.line:last-child{border-bottom:0}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head{z-index:10;background:#2a2e37;border:1px solid #6d747b;margin-bottom:10px;padding:4px;position:relative}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row{background:linear-gradient(90deg,#3e445066 10%,#3e4450aa 70%),repeating-linear-gradient(-45deg,#ffffff03,#ffffff03 10px,#0000 10px 20px);border:1px solid #2e354d;justify-content:space-between;align-items:center;height:46px;padding-left:30px;padding-right:30px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row div{font-size:12px;font-weight:600}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count{width:fit-content;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count>.label{margin-right:10px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.remain_roulette_count>.value{color:var(--app-primary);font-size:13px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount{display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount>.label{margin-right:10px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box>.roulette_history_box_head>.roulette_history_box_head_row>.total_won_amount>.value{color:#ffea00;font-size:13px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .title_text{text-align:center;width:140px}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .remain_roulette_count{text-align:center;justify-content:center;width:170px;display:flex}.roulette_page_contents>.roulette_page_contents_body>.roulette_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.roulette_page_contents>.roulette_history_box_body{width:100%}.roulette_page_contents>.roulette_history_box_body .clearEach>svg{cursor:pointer;transition:transform .2s}.roulette_page_contents>.roulette_history_box_body .clearEach>svg:hover{filter:brightness(500);transform:scale(1.025)}.roulette_page_contents>.roulette_history_box_body .PageNation{background:0 0}@keyframes jinx-glitch{0%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #da9200)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 40px var(--app-primary),0px 0px 100px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 60px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 40px var(--app-primary),0px 0px 100px var(--app-primary)}}@keyframes firework{0%{transform:translate(var(--x), var(--initialY));width:var(--initialSize);opacity:1}50%{opacity:1;width:.5vmin}to{width:var(--finalSize);opacity:0}}.roulette_page_contents .firework.firework-1{top:500px!important;left:450px!important}.roulette_page_contents .firework.firework-2{top:600px!important;left:1000px!important}.roulette_page_contents .firework.firework-3{top:300px!important;left:1000px!important}.roulette_page_contents .firework,.roulette_page_contents .firework:before,.roulette_page_contents .firework:after{--color1:yellow;--color2:khaki;--color3:white;--color4:lime;--color5:gold;--color6:mediumseagreen;--finalSize:45vmin;--initialSize:.5vmin;--initialY:60vmin;--particleSize:.2vmin;--x:-50%;--y:-30vmin;aspect-ratio:1;background:radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;background-repeat:no-repeat;background-size:var(--initialSize) var(--initialSize);content:"";transform:translate(-50%, var(--y));width:var(--initialSize);animation:2s infinite firework;position:absolute;top:50%;left:50%}.roulette_page_contents .firework:before{--initialY:-50%;--x:-50%;--y:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.3)rotateY(40deg)}.roulette_page_contents .firework:after{--initialY:-50%;--x:-50%;--y:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.15)rotateY(-30deg)}.roulette_page_contents .firework:nth-child(2){--x:30vmin}.roulette_page_contents .firework:nth-child(2),.roulette_page_contents .firework:nth-child(2):before,.roulette_page_contents .firework:nth-child(2):after{--color1:pink;--color2:violet;--color3:fuchsia;--color4:orchid;--color5:plum;--color6:lavender;--finalSize:40vmin;animation-delay:-.25s;top:60%;left:30%}.roulette_page_contents .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.roulette_page_contents .firework:nth-child(3),.roulette_page_contents .firework:nth-child(3):before,.roulette_page_contents .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;animation-delay:-.4s;top:60%;left:70%}
