.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:1.29207;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.18058s .951697s infinite drop-0;top:-10%;left:81%;transform:rotate(26.1089deg)}@keyframes drop-0{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:.88477;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.30158s .630704s infinite drop-1;top:-10%;left:27%;transform:rotate(259.871deg)}@keyframes drop-1{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:1.21107;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.29806s .4479s infinite drop-2;top:-10%;left:36%;transform:rotate(25.2494deg)}@keyframes drop-2{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:.526957;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.67116s .268689s infinite drop-3;top:-10%;left:99%;transform:rotate(33.579deg)}@keyframes drop-3{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.22586;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.17192s .897163s infinite drop-4;top:-10%;left:30%;transform:rotate(313.946deg)}@keyframes drop-4{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:1.00793;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.87622s .967501s infinite drop-5;top:-10%;left:70%;transform:rotate(15.2432deg)}@keyframes drop-5{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:1.26953;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.45626s .441236s infinite drop-6;top:-10%;left:20%;transform:rotate(151.662deg)}@keyframes drop-6{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.994225;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.82295s .388458s infinite drop-7;top:-10%;left:42%;transform:rotate(34.896deg)}@keyframes drop-7{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:1.24249;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.10226s .381678s infinite drop-8;top:-10%;left:93%;transform:rotate(308.96deg)}@keyframes drop-8{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:1.15439;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.46031s .614148s infinite drop-9;top:-10%;left:80%;transform:rotate(17.3383deg)}@keyframes drop-9{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:1.14105;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.93072s .472601s infinite drop-10;top:-10%;left:81%;transform:rotate(214.44deg)}@keyframes drop-10{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.11486;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.85198s .594078s infinite drop-11;top:-10%;left:54%;transform:rotate(227.082deg)}@keyframes drop-11{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:.735344;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.64616s .146787s infinite drop-12;top:-10%;left:51%;transform:rotate(141.124deg)}@keyframes drop-12{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:.672077;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.39034s .346893s infinite drop-13;top:-10%;left:46%;transform:rotate(47.58deg)}@keyframes drop-13{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.91657;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.76452s .131776s infinite drop-14;top:-10%;left:20%;transform:rotate(350.773deg)}@keyframes drop-14{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.42845;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.08935s 82.6445ms infinite drop-15;top:-10%;left:79%;transform:rotate(204.369deg)}@keyframes drop-15{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.37486;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.00829s .540801s infinite drop-16;top:-10%;left:32%;transform:rotate(334.452deg)}@keyframes drop-16{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:1.21453;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.45264s .673819s infinite drop-17;top:-10%;left:36%;transform:rotate(97.2258deg)}@keyframes drop-17{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:1.24168;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.56359s .285844s infinite drop-18;top:-10%;left:97%;transform:rotate(48.0845deg)}@keyframes drop-18{to{top:110%;left:108%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:1.22113;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.22313s .761656s infinite drop-19;top:-10%;left:15%;transform:rotate(235.034deg)}@keyframes drop-19{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:.794929;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.39911s .700174s infinite drop-20;top:-10%;left:9%;transform:rotate(9.36103deg)}@keyframes drop-20{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:.775422;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.10381s 4.42671ms infinite drop-21;top:-10%;left:74%;transform:rotate(340.602deg)}@keyframes drop-21{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:.743526;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.30391s .126686s infinite drop-22;top:-10%;left:15%;transform:rotate(261.204deg)}@keyframes drop-22{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.01572;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.4933s .221814s infinite drop-23;top:-10%;left:6%;transform:rotate(12.7761deg)}@keyframes drop-23{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:.608599;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.48652s .273507s infinite drop-24;top:-10%;left:36%;transform:rotate(359.087deg)}@keyframes drop-24{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.829796;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.30814s 93.4663ms infinite drop-25;top:-10%;left:47%;transform:rotate(44.6283deg)}@keyframes drop-25{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.15486;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.37664s .155323s infinite drop-26;top:-10%;left:77%;transform:rotate(328.852deg)}@keyframes drop-26{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:.644558;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.17221s .942331s infinite drop-27;top:-10%;left:14%;transform:rotate(187.659deg)}@keyframes drop-27{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:.60794;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.86996s .581199s infinite drop-28;top:-10%;left:51%;transform:rotate(266.116deg)}@keyframes drop-28{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:1.24508;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.00985s .183115s infinite drop-29;top:-10%;left:15%;transform:rotate(154.91deg)}@keyframes drop-29{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:1.23947;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.80316s .525523s infinite drop-30;top:-10%;left:95%;transform:rotate(246.599deg)}@keyframes drop-30{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:.700674;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.37613s 62.0356ms infinite drop-31;top:-10%;left:68%;transform:rotate(16.3117deg)}@keyframes drop-31{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.47116;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.70637s .526801s infinite drop-32;top:-10%;left:23%;transform:rotate(351.347deg)}@keyframes drop-32{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.07603;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.32494s .421531s infinite drop-33;top:-10%;left:17%;transform:rotate(146.467deg)}@keyframes drop-33{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:.740264;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.25346s .102909s infinite drop-34;top:-10%;left:71%;transform:rotate(226.678deg)}@keyframes drop-34{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.45859;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.21994s .622677s infinite drop-35;top:-10%;left:42%;transform:rotate(346.721deg)}@keyframes drop-35{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.995072;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.15843s .465463s infinite drop-36;top:-10%;left:55%;transform:rotate(234.656deg)}@keyframes drop-36{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:1.28264;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.08946s .14761s infinite drop-37;top:-10%;left:93%;transform:rotate(163.045deg)}@keyframes drop-37{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:.872874;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.25367s .95081s infinite drop-38;top:-10%;left:74%;transform:rotate(90.1568deg)}@keyframes drop-38{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.04842;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.87876s .947179s infinite drop-39;top:-10%;left:18%;transform:rotate(346.09deg)}@keyframes drop-39{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:.612908;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.63289s .740631s infinite drop-40;top:-10%;left:78%;transform:rotate(229.474deg)}@keyframes drop-40{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.05515;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.24543s .424674s infinite drop-41;top:-10%;left:3%;transform:rotate(77.5278deg)}@keyframes drop-41{to{top:110%;left:9%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:.919211;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.29482s .460558s infinite drop-42;top:-10%;left:80%;transform:rotate(237.034deg)}@keyframes drop-42{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:1.22524;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.59858s .240397s infinite drop-43;top:-10%;left:16%;transform:rotate(255.959deg)}@keyframes drop-43{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:1.02595;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.12923s .67466s infinite drop-44;top:-10%;left:35%;transform:rotate(48.7767deg)}@keyframes drop-44{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:.969011;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.21415s .198509s infinite drop-45;top:-10%;left:33%;transform:rotate(14.364deg)}@keyframes drop-45{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:.652586;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.59837s 22.0395ms infinite drop-46;top:-10%;left:87%;transform:rotate(134.252deg)}@keyframes drop-46{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:.719626;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.28184s .604181s infinite drop-47;top:-10%;left:40%;transform:rotate(266.595deg)}@keyframes drop-47{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.41656;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.24501s 22.4502ms infinite drop-48;top:-10%;left:49%;transform:rotate(220.524deg)}@keyframes drop-48{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.684968;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.87903s .169004s infinite drop-49;top:-10%;left:70%;transform:rotate(.570987deg)}@keyframes drop-49{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.18327;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.78936s .160768s infinite drop-50;top:-10%;left:32%;transform:rotate(8.12328deg)}@keyframes drop-50{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.35768;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.66663s .560841s infinite drop-51;top:-10%;left:98%;transform:rotate(299.593deg)}@keyframes drop-51{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.39466;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.93504s 36.2171ms infinite drop-52;top:-10%;left:79%;transform:rotate(251.642deg)}@keyframes drop-52{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:1.38593;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.05898s .122041s infinite drop-53;top:-10%;left:62%;transform:rotate(177.954deg)}@keyframes drop-53{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.590989;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.81469s .784449s infinite drop-54;top:-10%;left:10%;transform:rotate(310.759deg)}@keyframes drop-54{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:1.37406;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.03881s 71.8521ms infinite drop-55;top:-10%;left:9%;transform:rotate(280.044deg)}@keyframes drop-55{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:1.4388;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.18104s .381253s infinite drop-56;top:-10%;left:74%;transform:rotate(228.328deg)}@keyframes drop-56{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:.584201;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.57719s .373181s infinite drop-57;top:-10%;left:30%;transform:rotate(355.871deg)}@keyframes drop-57{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:.816231;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.18053s .150996s infinite drop-58;top:-10%;left:16%;transform:rotate(103.908deg)}@keyframes drop-58{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:.939232;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.15331s .15314s infinite drop-59;top:-10%;left:81%;transform:rotate(139.755deg)}@keyframes drop-59{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.798527;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.7576s 24.8997ms infinite drop-60;top:-10%;left:81%;transform:rotate(19.0947deg)}@keyframes drop-60{to{top:110%;left:82%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:1.13736;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.64922s .388467s infinite drop-61;top:-10%;left:77%;transform:rotate(354.545deg)}@keyframes drop-61{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:.517192;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.40859s 20.8242ms infinite drop-62;top:-10%;left:11%;transform:rotate(191.15deg)}@keyframes drop-62{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.662492;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.26991s 62.542ms infinite drop-63;top:-10%;left:88%;transform:rotate(84.3771deg)}@keyframes drop-63{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.585675;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.31309s .751543s infinite drop-64;top:-10%;left:17%;transform:rotate(65.5176deg)}@keyframes drop-64{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:.712558;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.42365s .379858s infinite drop-65;top:-10%;left:100%;transform:rotate(37.1244deg)}@keyframes drop-65{to{top:110%;left:115%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.853758;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.14829s .634168s infinite drop-66;top:-10%;left:82%;transform:rotate(331.828deg)}@keyframes drop-66{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.849309;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.97454s .102858s infinite drop-67;top:-10%;left:59%;transform:rotate(67.2006deg)}@keyframes drop-67{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:.54706;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.60026s .228911s infinite drop-68;top:-10%;left:30%;transform:rotate(25.2905deg)}@keyframes drop-68{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:1.49115;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.29159s .660025s infinite drop-69;top:-10%;left:37%;transform:rotate(169.185deg)}@keyframes drop-69{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:.527501;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.99523s .685868s infinite drop-70;top:-10%;left:98%;transform:rotate(306.395deg)}@keyframes drop-70{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:.709498;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.46994s .718908s infinite drop-71;top:-10%;left:31%;transform:rotate(65.3924deg)}@keyframes drop-71{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.24212;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.17742s .767366s infinite drop-72;top:-10%;left:21%;transform:rotate(303.391deg)}@keyframes drop-72{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:.937348;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.86461s .18543s infinite drop-73;top:-10%;left:83%;transform:rotate(267.62deg)}@keyframes drop-73{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:.987013;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.30197s .294215s infinite drop-74;top:-10%;left:40%;transform:rotate(355.8deg)}@keyframes drop-74{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:.779239;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.79723s .137131s infinite drop-75;top:-10%;left:73%;transform:rotate(110.739deg)}@keyframes drop-75{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.912192;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.99686s .132918s infinite drop-76;top:-10%;left:39%;transform:rotate(289.329deg)}@keyframes drop-76{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.46124;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.42603s .488996s infinite drop-77;top:-10%;left:58%;transform:rotate(145.086deg)}@keyframes drop-77{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:.989461;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.70689s .775476s infinite drop-78;top:-10%;left:39%;transform:rotate(340.819deg)}@keyframes drop-78{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:1.13645;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.13255s .377937s infinite drop-79;top:-10%;left:93%;transform:rotate(65.336deg)}@keyframes drop-79{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.47198;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.86705s .410731s infinite drop-80;top:-10%;left:42%;transform:rotate(106.179deg)}@keyframes drop-80{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.737231;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.15501s .322981s infinite drop-81;top:-10%;left:38%;transform:rotate(78.4329deg)}@keyframes drop-81{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.2449;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.09731s .263698s infinite drop-82;top:-10%;left:99%;transform:rotate(209.576deg)}@keyframes drop-82{to{top:110%;left:112%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.44644;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.08442s .585282s infinite drop-83;top:-10%;left:41%;transform:rotate(107.304deg)}@keyframes drop-83{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:1.29139;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.56657s .954989s infinite drop-84;top:-10%;left:44%;transform:rotate(291.781deg)}@keyframes drop-84{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.21696;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.64385s .341335s infinite drop-85;top:-10%;left:47%;transform:rotate(59.0244deg)}@keyframes drop-85{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.46796;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.70376s .246282s infinite drop-86;top:-10%;left:87%;transform:rotate(279.147deg)}@keyframes drop-86{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.15131;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.11362s 89.8928ms infinite drop-87;top:-10%;left:37%;transform:rotate(118.864deg)}@keyframes drop-87{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.45761;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.97551s .930232s infinite drop-88;top:-10%;left:40%;transform:rotate(165.691deg)}@keyframes drop-88{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:1.12345;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.42283s .519023s infinite drop-89;top:-10%;left:39%;transform:rotate(118.993deg)}@keyframes drop-89{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:.7587;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.77791s .274282s infinite drop-90;top:-10%;left:84%;transform:rotate(140.983deg)}@keyframes drop-90{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:.909684;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.95455s .821771s infinite drop-91;top:-10%;left:66%;transform:rotate(199.007deg)}@keyframes drop-91{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.12617;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.38598s 79.6344ms infinite drop-92;top:-10%;left:26%;transform:rotate(314.634deg)}@keyframes drop-92{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:.871775;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.04905s .297203s infinite drop-93;top:-10%;left:73%;transform:rotate(73.8534deg)}@keyframes drop-93{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:1.10506;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.98635s .210282s infinite drop-94;top:-10%;left:79%;transform:rotate(131.696deg)}@keyframes drop-94{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:.737002;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.21682s .427716s infinite drop-95;top:-10%;left:24%;transform:rotate(213.132deg)}@keyframes drop-95{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:1.38614;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.515s .318473s infinite drop-96;top:-10%;left:67%;transform:rotate(25.5496deg)}@keyframes drop-96{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.15996;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.47994s .608871s infinite drop-97;top:-10%;left:32%;transform:rotate(220.101deg)}@keyframes drop-97{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:1.10797;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.24831s .473s infinite drop-98;top:-10%;left:5%;transform:rotate(11.2064deg)}@keyframes drop-98{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:.530587;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.60644s .168412s infinite drop-99;top:-10%;left:55%;transform:rotate(301.517deg)}@keyframes drop-99{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.614291;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.42899s .831557s infinite drop-100;top:-10%;left:49%;transform:rotate(127.739deg)}@keyframes drop-100{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:.702166;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.14924s .491718s infinite drop-101;top:-10%;left:79%;transform:rotate(51.7961deg)}@keyframes drop-101{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:1.14962;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.07988s .530851s infinite drop-102;top:-10%;left:67%;transform:rotate(251.406deg)}@keyframes drop-102{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:.775745;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.44676s .909146s infinite drop-103;top:-10%;left:60%;transform:rotate(57.1885deg)}@keyframes drop-103{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.08528;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.88049s .659042s infinite drop-104;top:-10%;left:76%;transform:rotate(258.264deg)}@keyframes drop-104{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.39491;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.57305s .135003s infinite drop-105;top:-10%;left:38%;transform:rotate(269.986deg)}@keyframes drop-105{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:1.46947;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.52775s .466436s infinite drop-106;top:-10%;left:80%;transform:rotate(106.458deg)}@keyframes drop-106{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.21702;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.12801s .785293s infinite drop-107;top:-10%;left:3%;transform:rotate(157.019deg)}@keyframes drop-107{to{top:110%;left:4%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.37608;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.34571s .608446s infinite drop-108;top:-10%;left:32%;transform:rotate(339.22deg)}@keyframes drop-108{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:1.01981;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.02958s .478557s infinite drop-109;top:-10%;left:62%;transform:rotate(65.4383deg)}@keyframes drop-109{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.09378;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.49725s .719761s infinite drop-110;top:-10%;left:74%;transform:rotate(174.557deg)}@keyframes drop-110{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:1.10607;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.20525s 8.44946ms infinite drop-111;top:-10%;left:76%;transform:rotate(17.0772deg)}@keyframes drop-111{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:1.20552;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.15307s .5278s infinite drop-112;top:-10%;left:41%;transform:rotate(13.6967deg)}@keyframes drop-112{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:.571048;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.30964s .418753s infinite drop-113;top:-10%;left:62%;transform:rotate(165.742deg)}@keyframes drop-113{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:1.07517;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.83417s .978211s infinite drop-114;top:-10%;left:92%;transform:rotate(265.055deg)}@keyframes drop-114{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:.845306;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.98546s .806414s infinite drop-115;top:-10%;left:15%;transform:rotate(70.9259deg)}@keyframes drop-115{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:1.04269;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.65469s .272879s infinite drop-116;top:-10%;left:72%;transform:rotate(85.0206deg)}@keyframes drop-116{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:.641831;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.43201s .571691s infinite drop-117;top:-10%;left:85%;transform:rotate(250.371deg)}@keyframes drop-117{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.06738;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.44651s .893776s infinite drop-118;top:-10%;left:44%;transform:rotate(247.484deg)}@keyframes drop-118{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:1.13311;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.82996s .339079s infinite drop-119;top:-10%;left:93%;transform:rotate(314.97deg)}@keyframes drop-119{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:1.20992;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.53496s .240692s infinite drop-120;top:-10%;left:70%;transform:rotate(290.635deg)}@keyframes drop-120{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:1.43836;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.5263s .837565s infinite drop-121;top:-10%;left:57%;transform:rotate(321.541deg)}@keyframes drop-121{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.13332;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.46124s .109858s infinite drop-122;top:-10%;left:51%;transform:rotate(358.335deg)}@keyframes drop-122{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:.896841;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.23759s .780286s infinite drop-123;top:-10%;left:64%;transform:rotate(194.645deg)}@keyframes drop-123{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:1.07193;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.79206s .796186s infinite drop-124;top:-10%;left:80%;transform:rotate(340.939deg)}@keyframes drop-124{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:1.38991;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.53777s .274555s infinite drop-125;top:-10%;left:18%;transform:rotate(353.477deg)}@keyframes drop-125{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.30272;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.87502s .139516s infinite drop-126;top:-10%;left:37%;transform:rotate(68.5928deg)}@keyframes drop-126{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.561826;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.91676s .732023s infinite drop-127;top:-10%;left:64%;transform:rotate(11.8691deg)}@keyframes drop-127{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:1.17271;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.79589s .766581s infinite drop-128;top:-10%;left:36%;transform:rotate(346.401deg)}@keyframes drop-128{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.3501;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.88795s .20889s infinite drop-129;top:-10%;left:56%;transform:rotate(181.964deg)}@keyframes drop-129{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.05574;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.65374s .764244s infinite drop-130;top:-10%;left:24%;transform:rotate(264.976deg)}@keyframes drop-130{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.35807;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.17318s .52961s infinite drop-131;top:-10%;left:55%;transform:rotate(164.926deg)}@keyframes drop-131{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.38781;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.34605s .527019s infinite drop-132;top:-10%;left:51%;transform:rotate(108.115deg)}@keyframes drop-132{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:1.39304;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.28677s .439422s infinite drop-133;top:-10%;left:44%;transform:rotate(7.52176deg)}@keyframes drop-133{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.565669;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.05507s .482007s infinite drop-134;top:-10%;left:18%;transform:rotate(20.3407deg)}@keyframes drop-134{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:.643706;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.92691s .112409s infinite drop-135;top:-10%;left:71%;transform:rotate(100.817deg)}@keyframes drop-135{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:.718865;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.23234s .939088s infinite drop-136;top:-10%;left:9%;transform:rotate(145.919deg)}@keyframes drop-136{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.837467;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.3444s .231021s infinite drop-137;top:-10%;left:60%;transform:rotate(68.0896deg)}@keyframes drop-137{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.931693;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.29659s .737681s infinite drop-138;top:-10%;left:45%;transform:rotate(331.809deg)}@keyframes drop-138{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:.973584;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.49896s .191547s infinite drop-139;top:-10%;left:43%;transform:rotate(210.594deg)}@keyframes drop-139{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:.52437;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.4171s .848744s infinite drop-140;top:-10%;left:37%;transform:rotate(122.725deg)}@keyframes drop-140{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.14645;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.01814s .425152s infinite drop-141;top:-10%;left:24%;transform:rotate(204.845deg)}@keyframes drop-141{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:.62441;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.04406s .408978s infinite drop-142;top:-10%;left:21%;transform:rotate(123.126deg)}@keyframes drop-142{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:.9282;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.8531s .622207s infinite drop-143;top:-10%;left:11%;transform:rotate(218.461deg)}@keyframes drop-143{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:1.15585;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.01217s 56.0103ms infinite drop-144;top:-10%;left:86%;transform:rotate(110.3deg)}@keyframes drop-144{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:.510993;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.53292s .271799s infinite drop-145;top:-10%;left:63%;transform:rotate(342.172deg)}@keyframes drop-145{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.337;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.82744s .999757s infinite drop-146;top:-10%;left:24%;transform:rotate(266.63deg)}@keyframes drop-146{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:.891808;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.23714s .202547s infinite drop-147;top:-10%;left:23%;transform:rotate(294.981deg)}@keyframes drop-147{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.517325;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.6045s .170974s infinite drop-148;top:-10%;left:1%;transform:rotate(357.63deg)}@keyframes drop-148{to{top:110%;left:2%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.00201;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.61187s .252788s infinite drop-149;top:-10%;left:13%;transform:rotate(241.304deg)}@keyframes drop-149{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.603717;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.30015s 84.7086ms infinite drop-150;top:-10%;left:75%;transform:rotate(60.3678deg)}@keyframes drop-150{to{top:110%;left:89%}}.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:.894953;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.88102s .413593s infinite drop-0;top:-10%;left:73%;transform:rotate(33.2099deg)}@keyframes drop-0{to{top:110%;left:74%}}.roulette_page_contents .wrapper .confetti-1{opacity:.9491;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.84572s .43015s infinite drop-1;top:-10%;left:90%;transform:rotate(20.1297deg)}@keyframes drop-1{to{top:110%;left:99%}}.roulette_page_contents .wrapper .confetti-2{opacity:.959341;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.99173s .691552s infinite drop-2;top:-10%;left:47%;transform:rotate(268.434deg)}@keyframes drop-2{to{top:110%;left:56%}}.roulette_page_contents .wrapper .confetti-3{opacity:.777406;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.95256s .628215s infinite drop-3;top:-10%;left:56%;transform:rotate(124.554deg)}@keyframes drop-3{to{top:110%;left:67%}}.roulette_page_contents .wrapper .confetti-4{opacity:.732394;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.28373s .244513s infinite drop-4;top:-10%;left:79%;transform:rotate(199.108deg)}@keyframes drop-4{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-5{opacity:.884014;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.73048s .38299s infinite drop-5;top:-10%;left:37%;transform:rotate(312.98deg)}@keyframes drop-5{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-6{opacity:1.40309;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.78192s .732711s infinite drop-6;top:-10%;left:92%;transform:rotate(101.043deg)}@keyframes drop-6{to{top:110%;left:104%}}.roulette_page_contents .wrapper .confetti-7{opacity:1.13466;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.81086s .867537s infinite drop-7;top:-10%;left:81%;transform:rotate(188.01deg)}@keyframes drop-7{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-8{opacity:1.42956;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.25695s .972189s infinite drop-8;top:-10%;left:91%;transform:rotate(163.588deg)}@keyframes drop-8{to{top:110%;left:92%}}.roulette_page_contents .wrapper .confetti-9{opacity:1.35671;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.18806s .203921s infinite drop-9;top:-10%;left:35%;transform:rotate(120.606deg)}@keyframes drop-9{to{top:110%;left:42%}}.roulette_page_contents .wrapper .confetti-10{opacity:.51594;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.91957s .590152s infinite drop-10;top:-10%;left:54%;transform:rotate(201.25deg)}@keyframes drop-10{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-11{opacity:1.1806;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.65879s .595873s infinite drop-11;top:-10%;left:35%;transform:rotate(57.3886deg)}@keyframes drop-11{to{top:110%;left:36%}}.roulette_page_contents .wrapper .confetti-12{opacity:1.41155;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.22669s .548987s infinite drop-12;top:-10%;left:30%;transform:rotate(105.499deg)}@keyframes drop-12{to{top:110%;left:34%}}.roulette_page_contents .wrapper .confetti-13{opacity:1.36647;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.81921s .37666s infinite drop-13;top:-10%;left:52%;transform:rotate(141.226deg)}@keyframes drop-13{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-14{opacity:1.08568;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.07317s .412541s infinite drop-14;top:-10%;left:87%;transform:rotate(34.4208deg)}@keyframes drop-14{to{top:110%;left:90%}}.roulette_page_contents .wrapper .confetti-15{opacity:.677143;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.20038s 18.9027ms infinite drop-15;top:-10%;left:60%;transform:rotate(116.207deg)}@keyframes drop-15{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-16{opacity:1.09969;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.71208s .924906s infinite drop-16;top:-10%;left:37%;transform:rotate(293.589deg)}@keyframes drop-16{to{top:110%;left:45%}}.roulette_page_contents .wrapper .confetti-17{opacity:1.3824;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.35901s .728232s infinite drop-17;top:-10%;left:94%;transform:rotate(246.064deg)}@keyframes drop-17{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-18{opacity:1.06725;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.4478s .398373s infinite drop-18;top:-10%;left:48%;transform:rotate(124.386deg)}@keyframes drop-18{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-19{opacity:1.06262;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.5s .520725s infinite drop-19;top:-10%;left:12%;transform:rotate(186.277deg)}@keyframes drop-19{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-20{opacity:.912956;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.66638s .646751s infinite drop-20;top:-10%;left:16%;transform:rotate(14.5675deg)}@keyframes drop-20{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-21{opacity:.636887;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.67359s .319487s infinite drop-21;top:-10%;left:51%;transform:rotate(116.97deg)}@keyframes drop-21{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-22{opacity:.853699;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.59756s .943347s infinite drop-22;top:-10%;left:82%;transform:rotate(40.4488deg)}@keyframes drop-22{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-23{opacity:1.26902;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.57348s .555011s infinite drop-23;top:-10%;left:19%;transform:rotate(226.465deg)}@keyframes drop-23{to{top:110%;left:27%}}.roulette_page_contents .wrapper .confetti-24{opacity:.749366;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.06103s .564025s infinite drop-24;top:-10%;left:74%;transform:rotate(331.104deg)}@keyframes drop-24{to{top:110%;left:86%}}.roulette_page_contents .wrapper .confetti-25{opacity:1.27841;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.65241s .478512s infinite drop-25;top:-10%;left:2%;transform:rotate(94.0141deg)}@keyframes drop-25{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-26{opacity:.522623;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.01443s .973889s infinite drop-26;top:-10%;left:2%;transform:rotate(215.041deg)}@keyframes drop-26{to{top:110%;left:5%}}.roulette_page_contents .wrapper .confetti-27{opacity:1.11794;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.52645s .315758s infinite drop-27;top:-10%;left:59%;transform:rotate(343.45deg)}@keyframes drop-27{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-28{opacity:1.02081;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.82231s .955252s infinite drop-28;top:-10%;left:86%;transform:rotate(340.361deg)}@keyframes drop-28{to{top:110%;left:98%}}.roulette_page_contents .wrapper .confetti-29{opacity:.847499;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.0941s .683941s infinite drop-29;top:-10%;left:81%;transform:rotate(21.738deg)}@keyframes drop-29{to{top:110%;left:91%}}.roulette_page_contents .wrapper .confetti-30{opacity:.816418;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.26602s .601491s infinite drop-30;top:-10%;left:47%;transform:rotate(177.294deg)}@keyframes drop-30{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-31{opacity:.93214;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.77507s .364736s infinite drop-31;top:-10%;left:65%;transform:rotate(221.097deg)}@keyframes drop-31{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-32{opacity:.744275;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.27432s .221369s infinite drop-32;top:-10%;left:83%;transform:rotate(219.91deg)}@keyframes drop-32{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-33{opacity:1.09073;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.3943s 27.9402ms infinite drop-33;top:-10%;left:59%;transform:rotate(154.129deg)}@keyframes drop-33{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-34{opacity:1.4917;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.29598s .327853s infinite drop-34;top:-10%;left:41%;transform:rotate(253.302deg)}@keyframes drop-34{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-35{opacity:.563228;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.26309s .566752s infinite drop-35;top:-10%;left:78%;transform:rotate(158.681deg)}@keyframes drop-35{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-36{opacity:.510023;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.39288s .827936s infinite drop-36;top:-10%;left:81%;transform:rotate(318.34deg)}@keyframes drop-36{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-37{opacity:1.26231;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.27068s .797648s infinite drop-37;top:-10%;left:18%;transform:rotate(16.6634deg)}@keyframes drop-37{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-38{opacity:1.01803;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.53517s 44.7451ms infinite drop-38;top:-10%;left:15%;transform:rotate(213.005deg)}@keyframes drop-38{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-39{opacity:1.24685;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.69394s .689377s infinite drop-39;top:-10%;left:84%;transform:rotate(.0440797deg)}@keyframes drop-39{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-40{opacity:1.46109;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.39601s .46034s infinite drop-40;top:-10%;left:74%;transform:rotate(346.888deg)}@keyframes drop-40{to{top:110%;left:89%}}.roulette_page_contents .wrapper .confetti-41{opacity:.937343;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.18101s .376639s infinite drop-41;top:-10%;left:72%;transform:rotate(219.387deg)}@keyframes drop-41{to{top:110%;left:82%}}.roulette_page_contents .wrapper .confetti-42{opacity:1.28748;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.14008s .405834s infinite drop-42;top:-10%;left:34%;transform:rotate(221.951deg)}@keyframes drop-42{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-43{opacity:.55171;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.01377s .458516s infinite drop-43;top:-10%;left:59%;transform:rotate(237.475deg)}@keyframes drop-43{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-44{opacity:.981423;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.72649s .481952s infinite drop-44;top:-10%;left:70%;transform:rotate(84.17deg)}@keyframes drop-44{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-45{opacity:1.42304;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.99648s 20.018ms infinite drop-45;top:-10%;left:56%;transform:rotate(32.4675deg)}@keyframes drop-45{to{top:110%;left:64%}}.roulette_page_contents .wrapper .confetti-46{opacity:.724119;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.8489s .594018s infinite drop-46;top:-10%;left:75%;transform:rotate(174.989deg)}@keyframes drop-46{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-47{opacity:1.21102;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.31857s .272597s infinite drop-47;top:-10%;left:34%;transform:rotate(289.456deg)}@keyframes drop-47{to{top:110%;left:36%}}.roulette_page_contents .wrapper .confetti-48{opacity:1.43196;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.13363s .31029s infinite drop-48;top:-10%;left:72%;transform:rotate(179.958deg)}@keyframes drop-48{to{top:110%;left:85%}}.roulette_page_contents .wrapper .confetti-49{opacity:1.3149;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.41404s .224537s infinite drop-49;top:-10%;left:57%;transform:rotate(148.687deg)}@keyframes drop-49{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-50{opacity:.59428;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.81554s .248177s infinite drop-50;top:-10%;left:22%;transform:rotate(318.023deg)}@keyframes drop-50{to{top:110%;left:29%}}.roulette_page_contents .wrapper .confetti-51{opacity:1.22739;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.64437s 65.2038ms infinite drop-51;top:-10%;left:37%;transform:rotate(108.967deg)}@keyframes drop-51{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-52{opacity:1.47764;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.25152s .751072s infinite drop-52;top:-10%;left:16%;transform:rotate(59.4151deg)}@keyframes drop-52{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-53{opacity:.66575;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.59008s .127087s infinite drop-53;top:-10%;left:64%;transform:rotate(265.564deg)}@keyframes drop-53{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-54{opacity:.794402;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.79595s 27.7224ms infinite drop-54;top:-10%;left:12%;transform:rotate(178.996deg)}@keyframes drop-54{to{top:110%;left:22%}}.roulette_page_contents .wrapper .confetti-55{opacity:1.36713;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.63392s 16.9243ms infinite drop-55;top:-10%;left:19%;transform:rotate(263.659deg)}@keyframes drop-55{to{top:110%;left:26%}}.roulette_page_contents .wrapper .confetti-56{opacity:1.47233;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.1254s .668984s infinite drop-56;top:-10%;left:92%;transform:rotate(105.574deg)}@keyframes drop-56{to{top:110%;left:103%}}.roulette_page_contents .wrapper .confetti-57{opacity:.95355;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.51781s .205837s infinite drop-57;top:-10%;left:17%;transform:rotate(319.208deg)}@keyframes drop-57{to{top:110%;left:24%}}.roulette_page_contents .wrapper .confetti-58{opacity:1.11343;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.59583s .894157s infinite drop-58;top:-10%;left:24%;transform:rotate(62.2146deg)}@keyframes drop-58{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-59{opacity:1.34724;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.65002s .928992s infinite drop-59;top:-10%;left:25%;transform:rotate(221.949deg)}@keyframes drop-59{to{top:110%;left:38%}}.roulette_page_contents .wrapper .confetti-60{opacity:.663484;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.55452s .791579s infinite drop-60;top:-10%;left:17%;transform:rotate(65.4119deg)}@keyframes drop-60{to{top:110%;left:22%}}.roulette_page_contents .wrapper .confetti-61{opacity:.950493;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.9137s .595132s infinite drop-61;top:-10%;left:3%;transform:rotate(316.292deg)}@keyframes drop-61{to{top:110%;left:12%}}.roulette_page_contents .wrapper .confetti-62{opacity:.977738;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.94031s .820704s infinite drop-62;top:-10%;left:53%;transform:rotate(260.054deg)}@keyframes drop-62{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-63{opacity:.53595;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.13363s 42.3717ms infinite drop-63;top:-10%;left:32%;transform:rotate(17.0935deg)}@keyframes drop-63{to{top:110%;left:34%}}.roulette_page_contents .wrapper .confetti-64{opacity:.942668;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.87866s 57.0487ms infinite drop-64;top:-10%;left:92%;transform:rotate(45.7264deg)}@keyframes drop-64{to{top:110%;left:101%}}.roulette_page_contents .wrapper .confetti-65{opacity:1.21545;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.94795s .186529s infinite drop-65;top:-10%;left:91%;transform:rotate(37.3623deg)}@keyframes drop-65{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-66{opacity:1.30509;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.15411s .267535s infinite drop-66;top:-10%;left:50%;transform:rotate(274.146deg)}@keyframes drop-66{to{top:110%;left:59%}}.roulette_page_contents .wrapper .confetti-67{opacity:.508483;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.61192s 71.7135ms infinite drop-67;top:-10%;left:75%;transform:rotate(25.0666deg)}@keyframes drop-67{to{top:110%;left:80%}}.roulette_page_contents .wrapper .confetti-68{opacity:.607439;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.86525s .531687s infinite drop-68;top:-10%;left:13%;transform:rotate(112.134deg)}@keyframes drop-68{to{top:110%;left:25%}}.roulette_page_contents .wrapper .confetti-69{opacity:1.49851;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.55229s 64.6838ms infinite drop-69;top:-10%;left:95%;transform:rotate(283.048deg)}@keyframes drop-69{to{top:110%;left:110%}}.roulette_page_contents .wrapper .confetti-70{opacity:.762187;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.90892s .911728s infinite drop-70;top:-10%;left:40%;transform:rotate(40.9218deg)}@keyframes drop-70{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-71{opacity:1.01068;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.13575s .710799s infinite drop-71;top:-10%;left:7%;transform:rotate(278.414deg)}@keyframes drop-71{to{top:110%;left:10%}}.roulette_page_contents .wrapper .confetti-72{opacity:1.10512;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.25609s .722872s infinite drop-72;top:-10%;left:19%;transform:rotate(286.438deg)}@keyframes drop-72{to{top:110%;left:33%}}.roulette_page_contents .wrapper .confetti-73{opacity:1.28101;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.74447s .248289s infinite drop-73;top:-10%;left:65%;transform:rotate(294.452deg)}@keyframes drop-73{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-74{opacity:.770822;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.807s .617858s infinite drop-74;top:-10%;left:57%;transform:rotate(202.789deg)}@keyframes drop-74{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-75{opacity:1.13564;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.08504s .910062s infinite drop-75;top:-10%;left:67%;transform:rotate(19.044deg)}@keyframes drop-75{to{top:110%;left:71%}}.roulette_page_contents .wrapper .confetti-76{opacity:.997513;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.74868s .492418s infinite drop-76;top:-10%;left:73%;transform:rotate(355.792deg)}@keyframes drop-76{to{top:110%;left:75%}}.roulette_page_contents .wrapper .confetti-77{opacity:.543051;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.69868s .314504s infinite drop-77;top:-10%;left:8%;transform:rotate(53.7358deg)}@keyframes drop-77{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-78{opacity:.529269;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.787s .958933s infinite drop-78;top:-10%;left:43%;transform:rotate(31.7054deg)}@keyframes drop-78{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-79{opacity:1.17375;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.30257s .78003s infinite drop-79;top:-10%;left:30%;transform:rotate(159.856deg)}@keyframes drop-79{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-80{opacity:.608326;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.5784s .555171s infinite drop-80;top:-10%;left:77%;transform:rotate(299.253deg)}@keyframes drop-80{to{top:110%;left:87%}}.roulette_page_contents .wrapper .confetti-81{opacity:.800833;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.15169s .634438s infinite drop-81;top:-10%;left:53%;transform:rotate(313.341deg)}@keyframes drop-81{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-82{opacity:1.02977;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.32432s .594762s infinite drop-82;top:-10%;left:21%;transform:rotate(300.089deg)}@keyframes drop-82{to{top:110%;left:32%}}.roulette_page_contents .wrapper .confetti-83{opacity:.617212;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.31655s .361809s infinite drop-83;top:-10%;left:16%;transform:rotate(127.969deg)}@keyframes drop-83{to{top:110%;left:22%}}.roulette_page_contents .wrapper .confetti-84{opacity:1.10188;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.20108s .813858s infinite drop-84;top:-10%;left:55%;transform:rotate(307.467deg)}@keyframes drop-84{to{top:110%;left:61%}}.roulette_page_contents .wrapper .confetti-85{opacity:1.4903;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.50047s .289874s infinite drop-85;top:-10%;left:94%;transform:rotate(182.151deg)}@keyframes drop-85{to{top:110%;left:107%}}.roulette_page_contents .wrapper .confetti-86{opacity:1.07307;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.29943s .855062s infinite drop-86;top:-10%;left:75%;transform:rotate(162.097deg)}@keyframes drop-86{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-87{opacity:1.26427;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.10164s .397679s infinite drop-87;top:-10%;left:83%;transform:rotate(10.2923deg)}@keyframes drop-87{to{top:110%;left:84%}}.roulette_page_contents .wrapper .confetti-88{opacity:1.45605;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.05599s .264275s infinite drop-88;top:-10%;left:95%;transform:rotate(275.304deg)}@keyframes drop-88{to{top:110%;left:97%}}.roulette_page_contents .wrapper .confetti-89{opacity:1.45029;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.2164s .932631s infinite drop-89;top:-10%;left:97%;transform:rotate(304.455deg)}@keyframes drop-89{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-90{opacity:.623497;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.61828s .2874s infinite drop-90;top:-10%;left:27%;transform:rotate(88.4018deg)}@keyframes drop-90{to{top:110%;left:31%}}.roulette_page_contents .wrapper .confetti-91{opacity:1.07352;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.99648s .346126s infinite drop-91;top:-10%;left:90%;transform:rotate(352.803deg)}@keyframes drop-91{to{top:110%;left:98%}}.roulette_page_contents .wrapper .confetti-92{opacity:1.19106;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.21963s .527543s infinite drop-92;top:-10%;left:47%;transform:rotate(188.037deg)}@keyframes drop-92{to{top:110%;left:51%}}.roulette_page_contents .wrapper .confetti-93{opacity:.950675;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.59293s .657873s infinite drop-93;top:-10%;left:94%;transform:rotate(1.17581deg)}@keyframes drop-93{to{top:110%;left:99%}}.roulette_page_contents .wrapper .confetti-94{opacity:.786294;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.90981s .17765s infinite drop-94;top:-10%;left:8%;transform:rotate(195.341deg)}@keyframes drop-94{to{top:110%;left:15%}}.roulette_page_contents .wrapper .confetti-95{opacity:1.06204;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.51748s .120455s infinite drop-95;top:-10%;left:24%;transform:rotate(328.33deg)}@keyframes drop-95{to{top:110%;left:39%}}.roulette_page_contents .wrapper .confetti-96{opacity:1.35551;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.98096s .597643s infinite drop-96;top:-10%;left:33%;transform:rotate(134.162deg)}@keyframes drop-96{to{top:110%;left:48%}}.roulette_page_contents .wrapper .confetti-97{opacity:.887086;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.08444s 81.1376ms infinite drop-97;top:-10%;left:8%;transform:rotate(241.593deg)}@keyframes drop-97{to{top:110%;left:11%}}.roulette_page_contents .wrapper .confetti-98{opacity:.687776;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.65819s .918282s infinite drop-98;top:-10%;left:57%;transform:rotate(310.599deg)}@keyframes drop-98{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-99{opacity:1.37466;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.28757s .581016s infinite drop-99;top:-10%;left:59%;transform:rotate(46.1116deg)}@keyframes drop-99{to{top:110%;left:69%}}.roulette_page_contents .wrapper .confetti-100{opacity:.812552;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.59848s 16.8551ms infinite drop-100;top:-10%;left:32%;transform:rotate(327.723deg)}@keyframes drop-100{to{top:110%;left:44%}}.roulette_page_contents .wrapper .confetti-101{opacity:1.11818;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.87554s .852662s infinite drop-101;top:-10%;left:15%;transform:rotate(225.151deg)}@keyframes drop-101{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-102{opacity:.937629;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.62429s .775555s infinite drop-102;top:-10%;left:47%;transform:rotate(276.211deg)}@keyframes drop-102{to{top:110%;left:57%}}.roulette_page_contents .wrapper .confetti-103{opacity:.937217;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.01424s .311634s infinite drop-103;top:-10%;left:7%;transform:rotate(202.19deg)}@keyframes drop-103{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-104{opacity:.975376;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.89086s .922121s infinite drop-104;top:-10%;left:51%;transform:rotate(213.171deg)}@keyframes drop-104{to{top:110%;left:52%}}.roulette_page_contents .wrapper .confetti-105{opacity:.968749;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.06157s .831214s infinite drop-105;top:-10%;left:97%;transform:rotate(99.8011deg)}@keyframes drop-105{to{top:110%;left:100%}}.roulette_page_contents .wrapper .confetti-106{opacity:.89734;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.76271s .567154s infinite drop-106;top:-10%;left:6%;transform:rotate(312.963deg)}@keyframes drop-106{to{top:110%;left:14%}}.roulette_page_contents .wrapper .confetti-107{opacity:.559343;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.71374s 82.7629ms infinite drop-107;top:-10%;left:13%;transform:rotate(98.5127deg)}@keyframes drop-107{to{top:110%;left:18%}}.roulette_page_contents .wrapper .confetti-108{opacity:.533302;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.31399s .333987s infinite drop-108;top:-10%;left:10%;transform:rotate(202.318deg)}@keyframes drop-108{to{top:110%;left:19%}}.roulette_page_contents .wrapper .confetti-109{opacity:1.28098;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.7007s .775359s infinite drop-109;top:-10%;left:59%;transform:rotate(347.445deg)}@keyframes drop-109{to{top:110%;left:62%}}.roulette_page_contents .wrapper .confetti-110{opacity:1.29204;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.48617s .801647s infinite drop-110;top:-10%;left:6%;transform:rotate(214.941deg)}@keyframes drop-110{to{top:110%;left:19%}}.roulette_page_contents .wrapper .confetti-111{opacity:.900714;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.88185s 24.4196ms infinite drop-111;top:-10%;left:97%;transform:rotate(357.844deg)}@keyframes drop-111{to{top:110%;left:108%}}.roulette_page_contents .wrapper .confetti-112{opacity:.87977;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.69769s 69.1174ms infinite drop-112;top:-10%;left:93%;transform:rotate(268.43deg)}@keyframes drop-112{to{top:110%;left:104%}}.roulette_page_contents .wrapper .confetti-113{opacity:1.29188;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.86495s .562853s infinite drop-113;top:-10%;left:72%;transform:rotate(132.28deg)}@keyframes drop-113{to{top:110%;left:83%}}.roulette_page_contents .wrapper .confetti-114{opacity:1.38277;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.73859s 79.9917ms infinite drop-114;top:-10%;left:83%;transform:rotate(241.066deg)}@keyframes drop-114{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-115{opacity:1.392;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.25723s .660647s infinite drop-115;top:-10%;left:83%;transform:rotate(45.3352deg)}@keyframes drop-115{to{top:110%;left:90%}}.roulette_page_contents .wrapper .confetti-116{opacity:1.40469;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.88182s .828344s infinite drop-116;top:-10%;left:47%;transform:rotate(165.8deg)}@keyframes drop-116{to{top:110%;left:49%}}.roulette_page_contents .wrapper .confetti-117{opacity:1.41843;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.13343s .730453s infinite drop-117;top:-10%;left:60%;transform:rotate(315.39deg)}@keyframes drop-117{to{top:110%;left:68%}}.roulette_page_contents .wrapper .confetti-118{opacity:.822831;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.5671s .846782s infinite drop-118;top:-10%;left:16%;transform:rotate(288.002deg)}@keyframes drop-118{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-119{opacity:1.0997;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.0341s .491804s infinite drop-119;top:-10%;left:63%;transform:rotate(58.3296deg)}@keyframes drop-119{to{top:110%;left:66%}}.roulette_page_contents .wrapper .confetti-120{opacity:.93172;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.73028s .216025s infinite drop-120;top:-10%;left:57%;transform:rotate(15.54deg)}@keyframes drop-120{to{top:110%;left:70%}}.roulette_page_contents .wrapper .confetti-121{opacity:.641615;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.93809s .384914s infinite drop-121;top:-10%;left:100%;transform:rotate(1.34039deg)}@keyframes drop-121{to{top:110%;left:106%}}.roulette_page_contents .wrapper .confetti-122{opacity:.93221;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.71922s .416188s infinite drop-122;top:-10%;left:2%;transform:rotate(46.8751deg)}@keyframes drop-122{to{top:110%;left:5%}}.roulette_page_contents .wrapper .confetti-123{opacity:.687279;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.73762s .961287s infinite drop-123;top:-10%;left:1%;transform:rotate(216.246deg)}@keyframes drop-123{to{top:110%;left:13%}}.roulette_page_contents .wrapper .confetti-124{opacity:1.0662;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.67355s .923765s infinite drop-124;top:-10%;left:65%;transform:rotate(236.493deg)}@keyframes drop-124{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-125{opacity:1.10071;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.64308s .9591s infinite drop-125;top:-10%;left:6%;transform:rotate(62.6917deg)}@keyframes drop-125{to{top:110%;left:16%}}.roulette_page_contents .wrapper .confetti-126{opacity:1.08668;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.55121s .574675s infinite drop-126;top:-10%;left:63%;transform:rotate(134.775deg)}@keyframes drop-126{to{top:110%;left:76%}}.roulette_page_contents .wrapper .confetti-127{opacity:1.03215;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.39163s .298032s infinite drop-127;top:-10%;left:21%;transform:rotate(210.771deg)}@keyframes drop-127{to{top:110%;left:27%}}.roulette_page_contents .wrapper .confetti-128{opacity:.69284;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.94631s .778699s infinite drop-128;top:-10%;left:57%;transform:rotate(36.3595deg)}@keyframes drop-128{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-129{opacity:.603606;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.85663s .441697s infinite drop-129;top:-10%;left:21%;transform:rotate(102.119deg)}@keyframes drop-129{to{top:110%;left:34%}}.roulette_page_contents .wrapper .confetti-130{opacity:1.09508;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.96089s 26.0717ms infinite drop-130;top:-10%;left:76%;transform:rotate(326.869deg)}@keyframes drop-130{to{top:110%;left:88%}}.roulette_page_contents .wrapper .confetti-131{opacity:.634554;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.73385s 69.934ms infinite drop-131;top:-10%;left:68%;transform:rotate(220.706deg)}@keyframes drop-131{to{top:110%;left:73%}}.roulette_page_contents .wrapper .confetti-132{opacity:.909504;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.54442s .503463s infinite drop-132;top:-10%;left:22%;transform:rotate(165.929deg)}@keyframes drop-132{to{top:110%;left:26%}}.roulette_page_contents .wrapper .confetti-133{opacity:.528272;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.72012s .593481s infinite drop-133;top:-10%;left:19%;transform:rotate(56.6773deg)}@keyframes drop-133{to{top:110%;left:20%}}.roulette_page_contents .wrapper .confetti-134{opacity:.920121;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.24065s .437893s infinite drop-134;top:-10%;left:86%;transform:rotate(134.097deg)}@keyframes drop-134{to{top:110%;left:95%}}.roulette_page_contents .wrapper .confetti-135{opacity:.758986;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.79592s .525227s infinite drop-135;top:-10%;left:97%;transform:rotate(72.541deg)}@keyframes drop-135{to{top:110%;left:111%}}.roulette_page_contents .wrapper .confetti-136{opacity:.928866;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.29916s .78647s infinite drop-136;top:-10%;left:24%;transform:rotate(131.673deg)}@keyframes drop-136{to{top:110%;left:28%}}.roulette_page_contents .wrapper .confetti-137{opacity:.928133;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.87587s .376293s infinite drop-137;top:-10%;left:25%;transform:rotate(296.196deg)}@keyframes drop-137{to{top:110%;left:30%}}.roulette_page_contents .wrapper .confetti-138{opacity:.932682;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.63083s .964172s infinite drop-138;top:-10%;left:43%;transform:rotate(269.447deg)}@keyframes drop-138{to{top:110%;left:51%}}.roulette_page_contents .wrapper .confetti-139{opacity:1.3497;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.57572s .193581s infinite drop-139;top:-10%;left:100%;transform:rotate(125.587deg)}@keyframes drop-139{to{top:110%;left:114%}}.roulette_page_contents .wrapper .confetti-140{opacity:1.36046;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.49406s .165666s infinite drop-140;top:-10%;left:8%;transform:rotate(312.582deg)}@keyframes drop-140{to{top:110%;left:23%}}.roulette_page_contents .wrapper .confetti-141{opacity:1.3715;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.69219s .903966s infinite drop-141;top:-10%;left:92%;transform:rotate(22.7937deg)}@keyframes drop-141{to{top:110%;left:100%}}.roulette_page_contents .wrapper .confetti-142{opacity:1.37048;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.39371s 64.335ms infinite drop-142;top:-10%;left:92%;transform:rotate(166.194deg)}@keyframes drop-142{to{top:110%;left:96%}}.roulette_page_contents .wrapper .confetti-143{opacity:.615685;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.14606s .193884s infinite drop-143;top:-10%;left:36%;transform:rotate(55.0918deg)}@keyframes drop-143{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-144{opacity:.832776;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.10255s .30224s infinite drop-144;top:-10%;left:55%;transform:rotate(320.005deg)}@keyframes drop-144{to{top:110%;left:58%}}.roulette_page_contents .wrapper .confetti-145{opacity:.802352;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.92781s .519598s infinite drop-145;top:-10%;left:34%;transform:rotate(89.8695deg)}@keyframes drop-145{to{top:110%;left:43%}}.roulette_page_contents .wrapper .confetti-146{opacity:.529747;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.76999s .579548s infinite drop-146;top:-10%;left:97%;transform:rotate(121.141deg)}@keyframes drop-146{to{top:110%;left:108%}}.roulette_page_contents .wrapper .confetti-147{opacity:1.47542;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.81171s .362648s infinite drop-147;top:-10%;left:39%;transform:rotate(16.1574deg)}@keyframes drop-147{to{top:110%;left:53%}}.roulette_page_contents .wrapper .confetti-148{opacity:.943161;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.15984s .61682s infinite drop-148;top:-10%;left:5%;transform:rotate(269.478deg)}@keyframes drop-148{to{top:110%;left:20%}}.roulette_page_contents .wrapper .confetti-149{opacity:.926944;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.08303s .119335s infinite drop-149;top:-10%;left:34%;transform:rotate(323.083deg)}@keyframes drop-149{to{top:110%;left:46%}}.roulette_page_contents .wrapper .confetti-150{opacity:.892552;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.65888s .946547s infinite drop-150;top:-10%;left:99%;transform:rotate(13.7688deg)}@keyframes drop-150{to{top:110%;left:102%}}.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%}
