@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&family=Permanent+Marker&display=swap);*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box}body{height:100vh;font-family:"Poppins",sans-serif;font-weight:400}#root{width:100%;height:100%;overflow:hidden}.event{display:inline-flex;flex-direction:column;text-align:center;align-items:center;transition:all .3s ease-in-out;background:#fff;padding:5px;border-radius:30px;opacity:.85}.event .image{max-width:100%}.event .image img{display:block;max-width:100%;min-width:250px;max-height:100%}.event .desc,.event .name{font-size:21px}.event .desc{margin-top:5px;font-weight:500}.event.center{width:450px;margin-top:50vh;margin-left:50vw;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.event.center .image{height:200px}.event.center .timer{display:none}.event.right{width:350px;margin-top:0;margin-left:50vw;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.event.right .image{max-width:200px}.event.right .desc{margin-top:10px;font-size:14px;line-height:1}.event.right .timer{margin-top:5px;display:block;font-size:26px;font-weight:700}.event.roller{width:800px;margin-top:0;margin-left:50vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:hidden;position:relative;background-color:#000;border-radius:0}.event.roller .inner{width:100%;overflow:hidden;position:relative}.event.roller .inner .pointer{position:absolute;top:0;bottom:0;left:50%;width:5px;background:red;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.event.roller .inner .blocks{display:flex;width:100%}.event.roller .inner .blocks .reward{flex:0 0 100px;height:100px;background-size:cover;background-position:50%;margin:0 2.5px}.event.roller .text{margin-top:5px;color:#fff}.event.coinflip{margin-left:50vw;-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}.event.coinflip .roulette{display:block;position:relative;width:500px;height:500px;margin-top:250px}.event.coinflip .roulette.chosen-segment-1{-webkit-animation-name:coinflip-roulette-chosen-segment-1,coinflip-roulette-move-out-1;animation-name:coinflip-roulette-chosen-segment-1,coinflip-roulette-move-out-1;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-1.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-1,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-1,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-1{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.99turn);transform:rotate(5.99turn)}}@keyframes coinflip-roulette-chosen-segment-1{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.99turn);transform:rotate(5.99turn)}}@-webkit-keyframes coinflip-roulette-move-out-1{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.99turn) scale(1);transform:rotate(5.99turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.99turn) scale(.5);transform:rotate(5.99turn) scale(.5)}}@keyframes coinflip-roulette-move-out-1{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.99turn) scale(1);transform:rotate(5.99turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.99turn) scale(.5);transform:rotate(5.99turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-1{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.99turn) scale(.5);transform:rotate(5.99turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.99turn) scale(1);transform:rotate(5.99turn) scale(1)}}@keyframes coinflip-roulette-move-in-1{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.99turn) scale(.5);transform:rotate(5.99turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.99turn) scale(1);transform:rotate(5.99turn) scale(1)}}.event.coinflip .roulette.chosen-segment-2{-webkit-animation-name:coinflip-roulette-chosen-segment-2,coinflip-roulette-move-out-2;animation-name:coinflip-roulette-chosen-segment-2,coinflip-roulette-move-out-2;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-2.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-2,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-2,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.98turn);transform:rotate(5.98turn)}}@keyframes coinflip-roulette-chosen-segment-2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.98turn);transform:rotate(5.98turn)}}@-webkit-keyframes coinflip-roulette-move-out-2{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.98turn) scale(1);transform:rotate(5.98turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.98turn) scale(.5);transform:rotate(5.98turn) scale(.5)}}@keyframes coinflip-roulette-move-out-2{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.98turn) scale(1);transform:rotate(5.98turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.98turn) scale(.5);transform:rotate(5.98turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-2{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.98turn) scale(.5);transform:rotate(5.98turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.98turn) scale(1);transform:rotate(5.98turn) scale(1)}}@keyframes coinflip-roulette-move-in-2{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.98turn) scale(.5);transform:rotate(5.98turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.98turn) scale(1);transform:rotate(5.98turn) scale(1)}}.event.coinflip .roulette.chosen-segment-3{-webkit-animation-name:coinflip-roulette-chosen-segment-3,coinflip-roulette-move-out-3;animation-name:coinflip-roulette-chosen-segment-3,coinflip-roulette-move-out-3;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-3.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-3,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-3,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.97turn);transform:rotate(5.97turn)}}@keyframes coinflip-roulette-chosen-segment-3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.97turn);transform:rotate(5.97turn)}}@-webkit-keyframes coinflip-roulette-move-out-3{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.97turn) scale(1);transform:rotate(5.97turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.97turn) scale(.5);transform:rotate(5.97turn) scale(.5)}}@keyframes coinflip-roulette-move-out-3{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.97turn) scale(1);transform:rotate(5.97turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.97turn) scale(.5);transform:rotate(5.97turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-3{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.97turn) scale(.5);transform:rotate(5.97turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.97turn) scale(1);transform:rotate(5.97turn) scale(1)}}@keyframes coinflip-roulette-move-in-3{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.97turn) scale(.5);transform:rotate(5.97turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.97turn) scale(1);transform:rotate(5.97turn) scale(1)}}.event.coinflip .roulette.chosen-segment-4{-webkit-animation-name:coinflip-roulette-chosen-segment-4,coinflip-roulette-move-out-4;animation-name:coinflip-roulette-chosen-segment-4,coinflip-roulette-move-out-4;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-4.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-4,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-4,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.96turn);transform:rotate(5.96turn)}}@keyframes coinflip-roulette-chosen-segment-4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.96turn);transform:rotate(5.96turn)}}@-webkit-keyframes coinflip-roulette-move-out-4{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.96turn) scale(1);transform:rotate(5.96turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.96turn) scale(.5);transform:rotate(5.96turn) scale(.5)}}@keyframes coinflip-roulette-move-out-4{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.96turn) scale(1);transform:rotate(5.96turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.96turn) scale(.5);transform:rotate(5.96turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-4{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.96turn) scale(.5);transform:rotate(5.96turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.96turn) scale(1);transform:rotate(5.96turn) scale(1)}}@keyframes coinflip-roulette-move-in-4{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.96turn) scale(.5);transform:rotate(5.96turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.96turn) scale(1);transform:rotate(5.96turn) scale(1)}}.event.coinflip .roulette.chosen-segment-5{-webkit-animation-name:coinflip-roulette-chosen-segment-5,coinflip-roulette-move-out-5;animation-name:coinflip-roulette-chosen-segment-5,coinflip-roulette-move-out-5;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-5.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-5,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-5,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-5{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2142deg);transform:rotate(2142deg)}}@keyframes coinflip-roulette-chosen-segment-5{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2142deg);transform:rotate(2142deg)}}@-webkit-keyframes coinflip-roulette-move-out-5{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2142deg) scale(1);transform:rotate(2142deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2142deg) scale(.5);transform:rotate(2142deg) scale(.5)}}@keyframes coinflip-roulette-move-out-5{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2142deg) scale(1);transform:rotate(2142deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2142deg) scale(.5);transform:rotate(2142deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-5{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2142deg) scale(.5);transform:rotate(2142deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2142deg) scale(1);transform:rotate(2142deg) scale(1)}}@keyframes coinflip-roulette-move-in-5{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2142deg) scale(.5);transform:rotate(2142deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2142deg) scale(1);transform:rotate(2142deg) scale(1)}}.event.coinflip .roulette.chosen-segment-6{-webkit-animation-name:coinflip-roulette-chosen-segment-6,coinflip-roulette-move-out-6;animation-name:coinflip-roulette-chosen-segment-6,coinflip-roulette-move-out-6;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-6.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-6,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-6,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.94turn);transform:rotate(5.94turn)}}@keyframes coinflip-roulette-chosen-segment-6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.94turn);transform:rotate(5.94turn)}}@-webkit-keyframes coinflip-roulette-move-out-6{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.94turn) scale(1);transform:rotate(5.94turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.94turn) scale(.5);transform:rotate(5.94turn) scale(.5)}}@keyframes coinflip-roulette-move-out-6{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.94turn) scale(1);transform:rotate(5.94turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.94turn) scale(.5);transform:rotate(5.94turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-6{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.94turn) scale(.5);transform:rotate(5.94turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.94turn) scale(1);transform:rotate(5.94turn) scale(1)}}@keyframes coinflip-roulette-move-in-6{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.94turn) scale(.5);transform:rotate(5.94turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.94turn) scale(1);transform:rotate(5.94turn) scale(1)}}.event.coinflip .roulette.chosen-segment-7{-webkit-animation-name:coinflip-roulette-chosen-segment-7,coinflip-roulette-move-out-7;animation-name:coinflip-roulette-chosen-segment-7,coinflip-roulette-move-out-7;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-7.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-7,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-7,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-7{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2134.8deg);transform:rotate(2134.8deg)}}@keyframes coinflip-roulette-chosen-segment-7{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2134.8deg);transform:rotate(2134.8deg)}}@-webkit-keyframes coinflip-roulette-move-out-7{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2134.8deg) scale(1);transform:rotate(2134.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2134.8deg) scale(.5);transform:rotate(2134.8deg) scale(.5)}}@keyframes coinflip-roulette-move-out-7{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2134.8deg) scale(1);transform:rotate(2134.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2134.8deg) scale(.5);transform:rotate(2134.8deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-7{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2134.8deg) scale(.5);transform:rotate(2134.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2134.8deg) scale(1);transform:rotate(2134.8deg) scale(1)}}@keyframes coinflip-roulette-move-in-7{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2134.8deg) scale(.5);transform:rotate(2134.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2134.8deg) scale(1);transform:rotate(2134.8deg) scale(1)}}.event.coinflip .roulette.chosen-segment-8{-webkit-animation-name:coinflip-roulette-chosen-segment-8,coinflip-roulette-move-out-8;animation-name:coinflip-roulette-chosen-segment-8,coinflip-roulette-move-out-8;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-8.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-8,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-8,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.92turn);transform:rotate(5.92turn)}}@keyframes coinflip-roulette-chosen-segment-8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.92turn);transform:rotate(5.92turn)}}@-webkit-keyframes coinflip-roulette-move-out-8{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.92turn) scale(1);transform:rotate(5.92turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.92turn) scale(.5);transform:rotate(5.92turn) scale(.5)}}@keyframes coinflip-roulette-move-out-8{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.92turn) scale(1);transform:rotate(5.92turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.92turn) scale(.5);transform:rotate(5.92turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-8{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.92turn) scale(.5);transform:rotate(5.92turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.92turn) scale(1);transform:rotate(5.92turn) scale(1)}}@keyframes coinflip-roulette-move-in-8{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.92turn) scale(.5);transform:rotate(5.92turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.92turn) scale(1);transform:rotate(5.92turn) scale(1)}}.event.coinflip .roulette.chosen-segment-9{-webkit-animation-name:coinflip-roulette-chosen-segment-9,coinflip-roulette-move-out-9;animation-name:coinflip-roulette-chosen-segment-9,coinflip-roulette-move-out-9;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-9.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-9,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-9,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-9{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.91turn);transform:rotate(5.91turn)}}@keyframes coinflip-roulette-chosen-segment-9{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.91turn);transform:rotate(5.91turn)}}@-webkit-keyframes coinflip-roulette-move-out-9{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.91turn) scale(1);transform:rotate(5.91turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.91turn) scale(.5);transform:rotate(5.91turn) scale(.5)}}@keyframes coinflip-roulette-move-out-9{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.91turn) scale(1);transform:rotate(5.91turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.91turn) scale(.5);transform:rotate(5.91turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-9{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.91turn) scale(.5);transform:rotate(5.91turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.91turn) scale(1);transform:rotate(5.91turn) scale(1)}}@keyframes coinflip-roulette-move-in-9{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.91turn) scale(.5);transform:rotate(5.91turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.91turn) scale(1);transform:rotate(5.91turn) scale(1)}}.event.coinflip .roulette.chosen-segment-10{-webkit-animation-name:coinflip-roulette-chosen-segment-10,coinflip-roulette-move-out-10;animation-name:coinflip-roulette-chosen-segment-10,coinflip-roulette-move-out-10;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-10.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-10,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-10,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-10{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2124deg);transform:rotate(2124deg)}}@keyframes coinflip-roulette-chosen-segment-10{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2124deg);transform:rotate(2124deg)}}@-webkit-keyframes coinflip-roulette-move-out-10{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2124deg) scale(1);transform:rotate(2124deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2124deg) scale(.5);transform:rotate(2124deg) scale(.5)}}@keyframes coinflip-roulette-move-out-10{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2124deg) scale(1);transform:rotate(2124deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2124deg) scale(.5);transform:rotate(2124deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-10{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2124deg) scale(.5);transform:rotate(2124deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2124deg) scale(1);transform:rotate(2124deg) scale(1)}}@keyframes coinflip-roulette-move-in-10{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2124deg) scale(.5);transform:rotate(2124deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2124deg) scale(1);transform:rotate(2124deg) scale(1)}}.event.coinflip .roulette.chosen-segment-11{-webkit-animation-name:coinflip-roulette-chosen-segment-11,coinflip-roulette-move-out-11;animation-name:coinflip-roulette-chosen-segment-11,coinflip-roulette-move-out-11;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-11.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-11,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-11,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-11{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2120.4deg);transform:rotate(2120.4deg)}}@keyframes coinflip-roulette-chosen-segment-11{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2120.4deg);transform:rotate(2120.4deg)}}@-webkit-keyframes coinflip-roulette-move-out-11{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2120.4deg) scale(1);transform:rotate(2120.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2120.4deg) scale(.5);transform:rotate(2120.4deg) scale(.5)}}@keyframes coinflip-roulette-move-out-11{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2120.4deg) scale(1);transform:rotate(2120.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2120.4deg) scale(.5);transform:rotate(2120.4deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-11{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2120.4deg) scale(.5);transform:rotate(2120.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2120.4deg) scale(1);transform:rotate(2120.4deg) scale(1)}}@keyframes coinflip-roulette-move-in-11{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2120.4deg) scale(.5);transform:rotate(2120.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2120.4deg) scale(1);transform:rotate(2120.4deg) scale(1)}}.event.coinflip .roulette.chosen-segment-12{-webkit-animation-name:coinflip-roulette-chosen-segment-12,coinflip-roulette-move-out-12;animation-name:coinflip-roulette-chosen-segment-12,coinflip-roulette-move-out-12;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-12.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-12,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-12,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-12{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2116.8deg);transform:rotate(2116.8deg)}}@keyframes coinflip-roulette-chosen-segment-12{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2116.8deg);transform:rotate(2116.8deg)}}@-webkit-keyframes coinflip-roulette-move-out-12{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2116.8deg) scale(1);transform:rotate(2116.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2116.8deg) scale(.5);transform:rotate(2116.8deg) scale(.5)}}@keyframes coinflip-roulette-move-out-12{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2116.8deg) scale(1);transform:rotate(2116.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2116.8deg) scale(.5);transform:rotate(2116.8deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-12{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2116.8deg) scale(.5);transform:rotate(2116.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2116.8deg) scale(1);transform:rotate(2116.8deg) scale(1)}}@keyframes coinflip-roulette-move-in-12{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2116.8deg) scale(.5);transform:rotate(2116.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2116.8deg) scale(1);transform:rotate(2116.8deg) scale(1)}}.event.coinflip .roulette.chosen-segment-13{-webkit-animation-name:coinflip-roulette-chosen-segment-13,coinflip-roulette-move-out-13;animation-name:coinflip-roulette-chosen-segment-13,coinflip-roulette-move-out-13;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-13.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-13,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-13,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-13{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2113.2deg);transform:rotate(2113.2deg)}}@keyframes coinflip-roulette-chosen-segment-13{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2113.2deg);transform:rotate(2113.2deg)}}@-webkit-keyframes coinflip-roulette-move-out-13{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2113.2deg) scale(1);transform:rotate(2113.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2113.2deg) scale(.5);transform:rotate(2113.2deg) scale(.5)}}@keyframes coinflip-roulette-move-out-13{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2113.2deg) scale(1);transform:rotate(2113.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2113.2deg) scale(.5);transform:rotate(2113.2deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-13{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2113.2deg) scale(.5);transform:rotate(2113.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2113.2deg) scale(1);transform:rotate(2113.2deg) scale(1)}}@keyframes coinflip-roulette-move-in-13{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2113.2deg) scale(.5);transform:rotate(2113.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2113.2deg) scale(1);transform:rotate(2113.2deg) scale(1)}}.event.coinflip .roulette.chosen-segment-14{-webkit-animation-name:coinflip-roulette-chosen-segment-14,coinflip-roulette-move-out-14;animation-name:coinflip-roulette-chosen-segment-14,coinflip-roulette-move-out-14;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-14.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-14,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-14,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-14{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2109.6deg);transform:rotate(2109.6deg)}}@keyframes coinflip-roulette-chosen-segment-14{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2109.6deg);transform:rotate(2109.6deg)}}@-webkit-keyframes coinflip-roulette-move-out-14{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2109.6deg) scale(1);transform:rotate(2109.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2109.6deg) scale(.5);transform:rotate(2109.6deg) scale(.5)}}@keyframes coinflip-roulette-move-out-14{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2109.6deg) scale(1);transform:rotate(2109.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2109.6deg) scale(.5);transform:rotate(2109.6deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-14{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2109.6deg) scale(.5);transform:rotate(2109.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2109.6deg) scale(1);transform:rotate(2109.6deg) scale(1)}}@keyframes coinflip-roulette-move-in-14{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2109.6deg) scale(.5);transform:rotate(2109.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2109.6deg) scale(1);transform:rotate(2109.6deg) scale(1)}}.event.coinflip .roulette.chosen-segment-15{-webkit-animation-name:coinflip-roulette-chosen-segment-15,coinflip-roulette-move-out-15;animation-name:coinflip-roulette-chosen-segment-15,coinflip-roulette-move-out-15;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-15.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-15,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-15,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-15{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2106deg);transform:rotate(2106deg)}}@keyframes coinflip-roulette-chosen-segment-15{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2106deg);transform:rotate(2106deg)}}@-webkit-keyframes coinflip-roulette-move-out-15{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2106deg) scale(1);transform:rotate(2106deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2106deg) scale(.5);transform:rotate(2106deg) scale(.5)}}@keyframes coinflip-roulette-move-out-15{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2106deg) scale(1);transform:rotate(2106deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2106deg) scale(.5);transform:rotate(2106deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-15{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2106deg) scale(.5);transform:rotate(2106deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2106deg) scale(1);transform:rotate(2106deg) scale(1)}}@keyframes coinflip-roulette-move-in-15{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2106deg) scale(.5);transform:rotate(2106deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2106deg) scale(1);transform:rotate(2106deg) scale(1)}}.event.coinflip .roulette.chosen-segment-16{-webkit-animation-name:coinflip-roulette-chosen-segment-16,coinflip-roulette-move-out-16;animation-name:coinflip-roulette-chosen-segment-16,coinflip-roulette-move-out-16;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-16.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-16,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-16,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-16{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.84turn);transform:rotate(5.84turn)}}@keyframes coinflip-roulette-chosen-segment-16{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.84turn);transform:rotate(5.84turn)}}@-webkit-keyframes coinflip-roulette-move-out-16{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.84turn) scale(1);transform:rotate(5.84turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.84turn) scale(.5);transform:rotate(5.84turn) scale(.5)}}@keyframes coinflip-roulette-move-out-16{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.84turn) scale(1);transform:rotate(5.84turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.84turn) scale(.5);transform:rotate(5.84turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-16{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.84turn) scale(.5);transform:rotate(5.84turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.84turn) scale(1);transform:rotate(5.84turn) scale(1)}}@keyframes coinflip-roulette-move-in-16{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.84turn) scale(.5);transform:rotate(5.84turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.84turn) scale(1);transform:rotate(5.84turn) scale(1)}}.event.coinflip .roulette.chosen-segment-17{-webkit-animation-name:coinflip-roulette-chosen-segment-17,coinflip-roulette-move-out-17;animation-name:coinflip-roulette-chosen-segment-17,coinflip-roulette-move-out-17;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-17.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-17,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-17,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-17{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.83turn);transform:rotate(5.83turn)}}@keyframes coinflip-roulette-chosen-segment-17{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.83turn);transform:rotate(5.83turn)}}@-webkit-keyframes coinflip-roulette-move-out-17{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.83turn) scale(1);transform:rotate(5.83turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.83turn) scale(.5);transform:rotate(5.83turn) scale(.5)}}@keyframes coinflip-roulette-move-out-17{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.83turn) scale(1);transform:rotate(5.83turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.83turn) scale(.5);transform:rotate(5.83turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-17{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.83turn) scale(.5);transform:rotate(5.83turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.83turn) scale(1);transform:rotate(5.83turn) scale(1)}}@keyframes coinflip-roulette-move-in-17{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.83turn) scale(.5);transform:rotate(5.83turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.83turn) scale(1);transform:rotate(5.83turn) scale(1)}}.event.coinflip .roulette.chosen-segment-18{-webkit-animation-name:coinflip-roulette-chosen-segment-18,coinflip-roulette-move-out-18;animation-name:coinflip-roulette-chosen-segment-18,coinflip-roulette-move-out-18;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-18.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-18,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-18,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-18{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2095.2deg);transform:rotate(2095.2deg)}}@keyframes coinflip-roulette-chosen-segment-18{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2095.2deg);transform:rotate(2095.2deg)}}@-webkit-keyframes coinflip-roulette-move-out-18{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2095.2deg) scale(1);transform:rotate(2095.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2095.2deg) scale(.5);transform:rotate(2095.2deg) scale(.5)}}@keyframes coinflip-roulette-move-out-18{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2095.2deg) scale(1);transform:rotate(2095.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2095.2deg) scale(.5);transform:rotate(2095.2deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-18{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2095.2deg) scale(.5);transform:rotate(2095.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2095.2deg) scale(1);transform:rotate(2095.2deg) scale(1)}}@keyframes coinflip-roulette-move-in-18{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2095.2deg) scale(.5);transform:rotate(2095.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2095.2deg) scale(1);transform:rotate(2095.2deg) scale(1)}}.event.coinflip .roulette.chosen-segment-19{-webkit-animation-name:coinflip-roulette-chosen-segment-19,coinflip-roulette-move-out-19;animation-name:coinflip-roulette-chosen-segment-19,coinflip-roulette-move-out-19;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-19.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-19,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-19,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-19{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.81turn);transform:rotate(5.81turn)}}@keyframes coinflip-roulette-chosen-segment-19{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.81turn);transform:rotate(5.81turn)}}@-webkit-keyframes coinflip-roulette-move-out-19{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.81turn) scale(1);transform:rotate(5.81turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.81turn) scale(.5);transform:rotate(5.81turn) scale(.5)}}@keyframes coinflip-roulette-move-out-19{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.81turn) scale(1);transform:rotate(5.81turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.81turn) scale(.5);transform:rotate(5.81turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-19{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.81turn) scale(.5);transform:rotate(5.81turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.81turn) scale(1);transform:rotate(5.81turn) scale(1)}}@keyframes coinflip-roulette-move-in-19{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.81turn) scale(.5);transform:rotate(5.81turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.81turn) scale(1);transform:rotate(5.81turn) scale(1)}}.event.coinflip .roulette.chosen-segment-20{-webkit-animation-name:coinflip-roulette-chosen-segment-20,coinflip-roulette-move-out-20;animation-name:coinflip-roulette-chosen-segment-20,coinflip-roulette-move-out-20;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-20.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-20,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-20,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-20{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2088deg);transform:rotate(2088deg)}}@keyframes coinflip-roulette-chosen-segment-20{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2088deg);transform:rotate(2088deg)}}@-webkit-keyframes coinflip-roulette-move-out-20{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2088deg) scale(1);transform:rotate(2088deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2088deg) scale(.5);transform:rotate(2088deg) scale(.5)}}@keyframes coinflip-roulette-move-out-20{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2088deg) scale(1);transform:rotate(2088deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2088deg) scale(.5);transform:rotate(2088deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-20{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2088deg) scale(.5);transform:rotate(2088deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2088deg) scale(1);transform:rotate(2088deg) scale(1)}}@keyframes coinflip-roulette-move-in-20{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2088deg) scale(.5);transform:rotate(2088deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2088deg) scale(1);transform:rotate(2088deg) scale(1)}}.event.coinflip .roulette.chosen-segment-21{-webkit-animation-name:coinflip-roulette-chosen-segment-21,coinflip-roulette-move-out-21;animation-name:coinflip-roulette-chosen-segment-21,coinflip-roulette-move-out-21;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-21.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-21,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-21,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-21{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.79turn);transform:rotate(5.79turn)}}@keyframes coinflip-roulette-chosen-segment-21{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.79turn);transform:rotate(5.79turn)}}@-webkit-keyframes coinflip-roulette-move-out-21{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.79turn) scale(1);transform:rotate(5.79turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.79turn) scale(.5);transform:rotate(5.79turn) scale(.5)}}@keyframes coinflip-roulette-move-out-21{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.79turn) scale(1);transform:rotate(5.79turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.79turn) scale(.5);transform:rotate(5.79turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-21{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.79turn) scale(.5);transform:rotate(5.79turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.79turn) scale(1);transform:rotate(5.79turn) scale(1)}}@keyframes coinflip-roulette-move-in-21{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.79turn) scale(.5);transform:rotate(5.79turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.79turn) scale(1);transform:rotate(5.79turn) scale(1)}}.event.coinflip .roulette.chosen-segment-22{-webkit-animation-name:coinflip-roulette-chosen-segment-22,coinflip-roulette-move-out-22;animation-name:coinflip-roulette-chosen-segment-22,coinflip-roulette-move-out-22;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-22.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-22,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-22,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-22{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.78turn);transform:rotate(5.78turn)}}@keyframes coinflip-roulette-chosen-segment-22{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.78turn);transform:rotate(5.78turn)}}@-webkit-keyframes coinflip-roulette-move-out-22{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.78turn) scale(1);transform:rotate(5.78turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.78turn) scale(.5);transform:rotate(5.78turn) scale(.5)}}@keyframes coinflip-roulette-move-out-22{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.78turn) scale(1);transform:rotate(5.78turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.78turn) scale(.5);transform:rotate(5.78turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-22{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.78turn) scale(.5);transform:rotate(5.78turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.78turn) scale(1);transform:rotate(5.78turn) scale(1)}}@keyframes coinflip-roulette-move-in-22{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.78turn) scale(.5);transform:rotate(5.78turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.78turn) scale(1);transform:rotate(5.78turn) scale(1)}}.event.coinflip .roulette.chosen-segment-23{-webkit-animation-name:coinflip-roulette-chosen-segment-23,coinflip-roulette-move-out-23;animation-name:coinflip-roulette-chosen-segment-23,coinflip-roulette-move-out-23;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-23.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-23,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-23,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-23{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.77turn);transform:rotate(5.77turn)}}@keyframes coinflip-roulette-chosen-segment-23{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.77turn);transform:rotate(5.77turn)}}@-webkit-keyframes coinflip-roulette-move-out-23{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.77turn) scale(1);transform:rotate(5.77turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.77turn) scale(.5);transform:rotate(5.77turn) scale(.5)}}@keyframes coinflip-roulette-move-out-23{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.77turn) scale(1);transform:rotate(5.77turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.77turn) scale(.5);transform:rotate(5.77turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-23{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.77turn) scale(.5);transform:rotate(5.77turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.77turn) scale(1);transform:rotate(5.77turn) scale(1)}}@keyframes coinflip-roulette-move-in-23{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.77turn) scale(.5);transform:rotate(5.77turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.77turn) scale(1);transform:rotate(5.77turn) scale(1)}}.event.coinflip .roulette.chosen-segment-24{-webkit-animation-name:coinflip-roulette-chosen-segment-24,coinflip-roulette-move-out-24;animation-name:coinflip-roulette-chosen-segment-24,coinflip-roulette-move-out-24;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-24.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-24,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-24,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-24{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.76turn);transform:rotate(5.76turn)}}@keyframes coinflip-roulette-chosen-segment-24{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.76turn);transform:rotate(5.76turn)}}@-webkit-keyframes coinflip-roulette-move-out-24{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.76turn) scale(1);transform:rotate(5.76turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.76turn) scale(.5);transform:rotate(5.76turn) scale(.5)}}@keyframes coinflip-roulette-move-out-24{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.76turn) scale(1);transform:rotate(5.76turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.76turn) scale(.5);transform:rotate(5.76turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-24{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.76turn) scale(.5);transform:rotate(5.76turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.76turn) scale(1);transform:rotate(5.76turn) scale(1)}}@keyframes coinflip-roulette-move-in-24{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.76turn) scale(.5);transform:rotate(5.76turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.76turn) scale(1);transform:rotate(5.76turn) scale(1)}}.event.coinflip .roulette.chosen-segment-25{-webkit-animation-name:coinflip-roulette-chosen-segment-25,coinflip-roulette-move-out-25;animation-name:coinflip-roulette-chosen-segment-25,coinflip-roulette-move-out-25;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-25.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-25,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-25,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-25{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2070deg);transform:rotate(2070deg)}}@keyframes coinflip-roulette-chosen-segment-25{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2070deg);transform:rotate(2070deg)}}@-webkit-keyframes coinflip-roulette-move-out-25{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2070deg) scale(1);transform:rotate(2070deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2070deg) scale(.5);transform:rotate(2070deg) scale(.5)}}@keyframes coinflip-roulette-move-out-25{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2070deg) scale(1);transform:rotate(2070deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2070deg) scale(.5);transform:rotate(2070deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-25{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2070deg) scale(.5);transform:rotate(2070deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2070deg) scale(1);transform:rotate(2070deg) scale(1)}}@keyframes coinflip-roulette-move-in-25{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2070deg) scale(.5);transform:rotate(2070deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2070deg) scale(1);transform:rotate(2070deg) scale(1)}}.event.coinflip .roulette.chosen-segment-26{-webkit-animation-name:coinflip-roulette-chosen-segment-26,coinflip-roulette-move-out-26;animation-name:coinflip-roulette-chosen-segment-26,coinflip-roulette-move-out-26;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-26.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-26,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-26,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-26{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.74turn);transform:rotate(5.74turn)}}@keyframes coinflip-roulette-chosen-segment-26{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.74turn);transform:rotate(5.74turn)}}@-webkit-keyframes coinflip-roulette-move-out-26{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.74turn) scale(1);transform:rotate(5.74turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.74turn) scale(.5);transform:rotate(5.74turn) scale(.5)}}@keyframes coinflip-roulette-move-out-26{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.74turn) scale(1);transform:rotate(5.74turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.74turn) scale(.5);transform:rotate(5.74turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-26{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.74turn) scale(.5);transform:rotate(5.74turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.74turn) scale(1);transform:rotate(5.74turn) scale(1)}}@keyframes coinflip-roulette-move-in-26{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.74turn) scale(.5);transform:rotate(5.74turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.74turn) scale(1);transform:rotate(5.74turn) scale(1)}}.event.coinflip .roulette.chosen-segment-27{-webkit-animation-name:coinflip-roulette-chosen-segment-27,coinflip-roulette-move-out-27;animation-name:coinflip-roulette-chosen-segment-27,coinflip-roulette-move-out-27;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-27.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-27,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-27,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-27{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.73turn);transform:rotate(5.73turn)}}@keyframes coinflip-roulette-chosen-segment-27{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.73turn);transform:rotate(5.73turn)}}@-webkit-keyframes coinflip-roulette-move-out-27{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.73turn) scale(1);transform:rotate(5.73turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.73turn) scale(.5);transform:rotate(5.73turn) scale(.5)}}@keyframes coinflip-roulette-move-out-27{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.73turn) scale(1);transform:rotate(5.73turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.73turn) scale(.5);transform:rotate(5.73turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-27{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.73turn) scale(.5);transform:rotate(5.73turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.73turn) scale(1);transform:rotate(5.73turn) scale(1)}}@keyframes coinflip-roulette-move-in-27{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.73turn) scale(.5);transform:rotate(5.73turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.73turn) scale(1);transform:rotate(5.73turn) scale(1)}}.event.coinflip .roulette.chosen-segment-28{-webkit-animation-name:coinflip-roulette-chosen-segment-28,coinflip-roulette-move-out-28;animation-name:coinflip-roulette-chosen-segment-28,coinflip-roulette-move-out-28;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-28.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-28,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-28,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-28{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.72turn);transform:rotate(5.72turn)}}@keyframes coinflip-roulette-chosen-segment-28{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.72turn);transform:rotate(5.72turn)}}@-webkit-keyframes coinflip-roulette-move-out-28{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.72turn) scale(1);transform:rotate(5.72turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.72turn) scale(.5);transform:rotate(5.72turn) scale(.5)}}@keyframes coinflip-roulette-move-out-28{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.72turn) scale(1);transform:rotate(5.72turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.72turn) scale(.5);transform:rotate(5.72turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-28{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.72turn) scale(.5);transform:rotate(5.72turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.72turn) scale(1);transform:rotate(5.72turn) scale(1)}}@keyframes coinflip-roulette-move-in-28{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.72turn) scale(.5);transform:rotate(5.72turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.72turn) scale(1);transform:rotate(5.72turn) scale(1)}}.event.coinflip .roulette.chosen-segment-29{-webkit-animation-name:coinflip-roulette-chosen-segment-29,coinflip-roulette-move-out-29;animation-name:coinflip-roulette-chosen-segment-29,coinflip-roulette-move-out-29;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-29.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-29,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-29,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-29{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.71turn);transform:rotate(5.71turn)}}@keyframes coinflip-roulette-chosen-segment-29{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.71turn);transform:rotate(5.71turn)}}@-webkit-keyframes coinflip-roulette-move-out-29{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.71turn) scale(1);transform:rotate(5.71turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.71turn) scale(.5);transform:rotate(5.71turn) scale(.5)}}@keyframes coinflip-roulette-move-out-29{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.71turn) scale(1);transform:rotate(5.71turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.71turn) scale(.5);transform:rotate(5.71turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-29{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.71turn) scale(.5);transform:rotate(5.71turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.71turn) scale(1);transform:rotate(5.71turn) scale(1)}}@keyframes coinflip-roulette-move-in-29{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.71turn) scale(.5);transform:rotate(5.71turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.71turn) scale(1);transform:rotate(5.71turn) scale(1)}}.event.coinflip .roulette.chosen-segment-30{-webkit-animation-name:coinflip-roulette-chosen-segment-30,coinflip-roulette-move-out-30;animation-name:coinflip-roulette-chosen-segment-30,coinflip-roulette-move-out-30;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-30.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-30,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-30,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-30{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2052deg);transform:rotate(2052deg)}}@keyframes coinflip-roulette-chosen-segment-30{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2052deg);transform:rotate(2052deg)}}@-webkit-keyframes coinflip-roulette-move-out-30{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2052deg) scale(1);transform:rotate(2052deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2052deg) scale(.5);transform:rotate(2052deg) scale(.5)}}@keyframes coinflip-roulette-move-out-30{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2052deg) scale(1);transform:rotate(2052deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2052deg) scale(.5);transform:rotate(2052deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-30{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2052deg) scale(.5);transform:rotate(2052deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2052deg) scale(1);transform:rotate(2052deg) scale(1)}}@keyframes coinflip-roulette-move-in-30{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2052deg) scale(.5);transform:rotate(2052deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2052deg) scale(1);transform:rotate(2052deg) scale(1)}}.event.coinflip .roulette.chosen-segment-31{-webkit-animation-name:coinflip-roulette-chosen-segment-31,coinflip-roulette-move-out-31;animation-name:coinflip-roulette-chosen-segment-31,coinflip-roulette-move-out-31;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-31.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-31,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-31,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-31{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.69turn);transform:rotate(5.69turn)}}@keyframes coinflip-roulette-chosen-segment-31{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.69turn);transform:rotate(5.69turn)}}@-webkit-keyframes coinflip-roulette-move-out-31{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.69turn) scale(1);transform:rotate(5.69turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.69turn) scale(.5);transform:rotate(5.69turn) scale(.5)}}@keyframes coinflip-roulette-move-out-31{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.69turn) scale(1);transform:rotate(5.69turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.69turn) scale(.5);transform:rotate(5.69turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-31{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.69turn) scale(.5);transform:rotate(5.69turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.69turn) scale(1);transform:rotate(5.69turn) scale(1)}}@keyframes coinflip-roulette-move-in-31{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.69turn) scale(.5);transform:rotate(5.69turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.69turn) scale(1);transform:rotate(5.69turn) scale(1)}}.event.coinflip .roulette.chosen-segment-32{-webkit-animation-name:coinflip-roulette-chosen-segment-32,coinflip-roulette-move-out-32;animation-name:coinflip-roulette-chosen-segment-32,coinflip-roulette-move-out-32;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-32.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-32,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-32,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-32{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.68turn);transform:rotate(5.68turn)}}@keyframes coinflip-roulette-chosen-segment-32{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.68turn);transform:rotate(5.68turn)}}@-webkit-keyframes coinflip-roulette-move-out-32{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.68turn) scale(1);transform:rotate(5.68turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.68turn) scale(.5);transform:rotate(5.68turn) scale(.5)}}@keyframes coinflip-roulette-move-out-32{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.68turn) scale(1);transform:rotate(5.68turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.68turn) scale(.5);transform:rotate(5.68turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-32{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.68turn) scale(.5);transform:rotate(5.68turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.68turn) scale(1);transform:rotate(5.68turn) scale(1)}}@keyframes coinflip-roulette-move-in-32{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.68turn) scale(.5);transform:rotate(5.68turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.68turn) scale(1);transform:rotate(5.68turn) scale(1)}}.event.coinflip .roulette.chosen-segment-33{-webkit-animation-name:coinflip-roulette-chosen-segment-33,coinflip-roulette-move-out-33;animation-name:coinflip-roulette-chosen-segment-33,coinflip-roulette-move-out-33;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-33.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-33,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-33,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-33{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.67turn);transform:rotate(5.67turn)}}@keyframes coinflip-roulette-chosen-segment-33{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.67turn);transform:rotate(5.67turn)}}@-webkit-keyframes coinflip-roulette-move-out-33{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.67turn) scale(1);transform:rotate(5.67turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.67turn) scale(.5);transform:rotate(5.67turn) scale(.5)}}@keyframes coinflip-roulette-move-out-33{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.67turn) scale(1);transform:rotate(5.67turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.67turn) scale(.5);transform:rotate(5.67turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-33{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.67turn) scale(.5);transform:rotate(5.67turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.67turn) scale(1);transform:rotate(5.67turn) scale(1)}}@keyframes coinflip-roulette-move-in-33{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.67turn) scale(.5);transform:rotate(5.67turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.67turn) scale(1);transform:rotate(5.67turn) scale(1)}}.event.coinflip .roulette.chosen-segment-34{-webkit-animation-name:coinflip-roulette-chosen-segment-34,coinflip-roulette-move-out-34;animation-name:coinflip-roulette-chosen-segment-34,coinflip-roulette-move-out-34;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-34.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-34,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-34,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-34{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.66turn);transform:rotate(5.66turn)}}@keyframes coinflip-roulette-chosen-segment-34{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.66turn);transform:rotate(5.66turn)}}@-webkit-keyframes coinflip-roulette-move-out-34{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.66turn) scale(1);transform:rotate(5.66turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.66turn) scale(.5);transform:rotate(5.66turn) scale(.5)}}@keyframes coinflip-roulette-move-out-34{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.66turn) scale(1);transform:rotate(5.66turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.66turn) scale(.5);transform:rotate(5.66turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-34{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.66turn) scale(.5);transform:rotate(5.66turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.66turn) scale(1);transform:rotate(5.66turn) scale(1)}}@keyframes coinflip-roulette-move-in-34{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.66turn) scale(.5);transform:rotate(5.66turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.66turn) scale(1);transform:rotate(5.66turn) scale(1)}}.event.coinflip .roulette.chosen-segment-35{-webkit-animation-name:coinflip-roulette-chosen-segment-35,coinflip-roulette-move-out-35;animation-name:coinflip-roulette-chosen-segment-35,coinflip-roulette-move-out-35;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-35.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-35,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-35,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-35{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2034deg);transform:rotate(2034deg)}}@keyframes coinflip-roulette-chosen-segment-35{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2034deg);transform:rotate(2034deg)}}@-webkit-keyframes coinflip-roulette-move-out-35{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2034deg) scale(1);transform:rotate(2034deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2034deg) scale(.5);transform:rotate(2034deg) scale(.5)}}@keyframes coinflip-roulette-move-out-35{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2034deg) scale(1);transform:rotate(2034deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2034deg) scale(.5);transform:rotate(2034deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-35{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2034deg) scale(.5);transform:rotate(2034deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2034deg) scale(1);transform:rotate(2034deg) scale(1)}}@keyframes coinflip-roulette-move-in-35{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2034deg) scale(.5);transform:rotate(2034deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2034deg) scale(1);transform:rotate(2034deg) scale(1)}}.event.coinflip .roulette.chosen-segment-36{-webkit-animation-name:coinflip-roulette-chosen-segment-36,coinflip-roulette-move-out-36;animation-name:coinflip-roulette-chosen-segment-36,coinflip-roulette-move-out-36;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-36.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-36,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-36,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-36{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2030.4deg);transform:rotate(2030.4deg)}}@keyframes coinflip-roulette-chosen-segment-36{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2030.4deg);transform:rotate(2030.4deg)}}@-webkit-keyframes coinflip-roulette-move-out-36{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2030.4deg) scale(1);transform:rotate(2030.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2030.4deg) scale(.5);transform:rotate(2030.4deg) scale(.5)}}@keyframes coinflip-roulette-move-out-36{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2030.4deg) scale(1);transform:rotate(2030.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2030.4deg) scale(.5);transform:rotate(2030.4deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-36{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2030.4deg) scale(.5);transform:rotate(2030.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2030.4deg) scale(1);transform:rotate(2030.4deg) scale(1)}}@keyframes coinflip-roulette-move-in-36{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2030.4deg) scale(.5);transform:rotate(2030.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2030.4deg) scale(1);transform:rotate(2030.4deg) scale(1)}}.event.coinflip .roulette.chosen-segment-37{-webkit-animation-name:coinflip-roulette-chosen-segment-37,coinflip-roulette-move-out-37;animation-name:coinflip-roulette-chosen-segment-37,coinflip-roulette-move-out-37;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-37.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-37,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-37,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-37{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.63turn);transform:rotate(5.63turn)}}@keyframes coinflip-roulette-chosen-segment-37{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.63turn);transform:rotate(5.63turn)}}@-webkit-keyframes coinflip-roulette-move-out-37{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.63turn) scale(1);transform:rotate(5.63turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.63turn) scale(.5);transform:rotate(5.63turn) scale(.5)}}@keyframes coinflip-roulette-move-out-37{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.63turn) scale(1);transform:rotate(5.63turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.63turn) scale(.5);transform:rotate(5.63turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-37{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.63turn) scale(.5);transform:rotate(5.63turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.63turn) scale(1);transform:rotate(5.63turn) scale(1)}}@keyframes coinflip-roulette-move-in-37{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.63turn) scale(.5);transform:rotate(5.63turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.63turn) scale(1);transform:rotate(5.63turn) scale(1)}}.event.coinflip .roulette.chosen-segment-38{-webkit-animation-name:coinflip-roulette-chosen-segment-38,coinflip-roulette-move-out-38;animation-name:coinflip-roulette-chosen-segment-38,coinflip-roulette-move-out-38;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-38.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-38,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-38,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-38{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.62turn);transform:rotate(5.62turn)}}@keyframes coinflip-roulette-chosen-segment-38{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.62turn);transform:rotate(5.62turn)}}@-webkit-keyframes coinflip-roulette-move-out-38{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.62turn) scale(1);transform:rotate(5.62turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.62turn) scale(.5);transform:rotate(5.62turn) scale(.5)}}@keyframes coinflip-roulette-move-out-38{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.62turn) scale(1);transform:rotate(5.62turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.62turn) scale(.5);transform:rotate(5.62turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-38{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.62turn) scale(.5);transform:rotate(5.62turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.62turn) scale(1);transform:rotate(5.62turn) scale(1)}}@keyframes coinflip-roulette-move-in-38{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.62turn) scale(.5);transform:rotate(5.62turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.62turn) scale(1);transform:rotate(5.62turn) scale(1)}}.event.coinflip .roulette.chosen-segment-39{-webkit-animation-name:coinflip-roulette-chosen-segment-39,coinflip-roulette-move-out-39;animation-name:coinflip-roulette-chosen-segment-39,coinflip-roulette-move-out-39;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-39.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-39,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-39,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-39{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2019.6deg);transform:rotate(2019.6deg)}}@keyframes coinflip-roulette-chosen-segment-39{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2019.6deg);transform:rotate(2019.6deg)}}@-webkit-keyframes coinflip-roulette-move-out-39{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2019.6deg) scale(1);transform:rotate(2019.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2019.6deg) scale(.5);transform:rotate(2019.6deg) scale(.5)}}@keyframes coinflip-roulette-move-out-39{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2019.6deg) scale(1);transform:rotate(2019.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2019.6deg) scale(.5);transform:rotate(2019.6deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-39{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2019.6deg) scale(.5);transform:rotate(2019.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2019.6deg) scale(1);transform:rotate(2019.6deg) scale(1)}}@keyframes coinflip-roulette-move-in-39{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2019.6deg) scale(.5);transform:rotate(2019.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2019.6deg) scale(1);transform:rotate(2019.6deg) scale(1)}}.event.coinflip .roulette.chosen-segment-40{-webkit-animation-name:coinflip-roulette-chosen-segment-40,coinflip-roulette-move-out-40;animation-name:coinflip-roulette-chosen-segment-40,coinflip-roulette-move-out-40;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-40.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-40,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-40,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-40{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2016deg);transform:rotate(2016deg)}}@keyframes coinflip-roulette-chosen-segment-40{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2016deg);transform:rotate(2016deg)}}@-webkit-keyframes coinflip-roulette-move-out-40{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2016deg) scale(1);transform:rotate(2016deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2016deg) scale(.5);transform:rotate(2016deg) scale(.5)}}@keyframes coinflip-roulette-move-out-40{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(2016deg) scale(1);transform:rotate(2016deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2016deg) scale(.5);transform:rotate(2016deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-40{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2016deg) scale(.5);transform:rotate(2016deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2016deg) scale(1);transform:rotate(2016deg) scale(1)}}@keyframes coinflip-roulette-move-in-40{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(2016deg) scale(.5);transform:rotate(2016deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(2016deg) scale(1);transform:rotate(2016deg) scale(1)}}.event.coinflip .roulette.chosen-segment-41{-webkit-animation-name:coinflip-roulette-chosen-segment-41,coinflip-roulette-move-out-41;animation-name:coinflip-roulette-chosen-segment-41,coinflip-roulette-move-out-41;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-41.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-41,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-41,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-41{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.59turn);transform:rotate(5.59turn)}}@keyframes coinflip-roulette-chosen-segment-41{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.59turn);transform:rotate(5.59turn)}}@-webkit-keyframes coinflip-roulette-move-out-41{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.59turn) scale(1);transform:rotate(5.59turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.59turn) scale(.5);transform:rotate(5.59turn) scale(.5)}}@keyframes coinflip-roulette-move-out-41{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.59turn) scale(1);transform:rotate(5.59turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.59turn) scale(.5);transform:rotate(5.59turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-41{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.59turn) scale(.5);transform:rotate(5.59turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.59turn) scale(1);transform:rotate(5.59turn) scale(1)}}@keyframes coinflip-roulette-move-in-41{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.59turn) scale(.5);transform:rotate(5.59turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.59turn) scale(1);transform:rotate(5.59turn) scale(1)}}.event.coinflip .roulette.chosen-segment-42{-webkit-animation-name:coinflip-roulette-chosen-segment-42,coinflip-roulette-move-out-42;animation-name:coinflip-roulette-chosen-segment-42,coinflip-roulette-move-out-42;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-42.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-42,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-42,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-42{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.58turn);transform:rotate(5.58turn)}}@keyframes coinflip-roulette-chosen-segment-42{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.58turn);transform:rotate(5.58turn)}}@-webkit-keyframes coinflip-roulette-move-out-42{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.58turn) scale(1);transform:rotate(5.58turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.58turn) scale(.5);transform:rotate(5.58turn) scale(.5)}}@keyframes coinflip-roulette-move-out-42{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.58turn) scale(1);transform:rotate(5.58turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.58turn) scale(.5);transform:rotate(5.58turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-42{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.58turn) scale(.5);transform:rotate(5.58turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.58turn) scale(1);transform:rotate(5.58turn) scale(1)}}@keyframes coinflip-roulette-move-in-42{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.58turn) scale(.5);transform:rotate(5.58turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.58turn) scale(1);transform:rotate(5.58turn) scale(1)}}.event.coinflip .roulette.chosen-segment-43{-webkit-animation-name:coinflip-roulette-chosen-segment-43,coinflip-roulette-move-out-43;animation-name:coinflip-roulette-chosen-segment-43,coinflip-roulette-move-out-43;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-43.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-43,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-43,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-43{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.57turn);transform:rotate(5.57turn)}}@keyframes coinflip-roulette-chosen-segment-43{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.57turn);transform:rotate(5.57turn)}}@-webkit-keyframes coinflip-roulette-move-out-43{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.57turn) scale(1);transform:rotate(5.57turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.57turn) scale(.5);transform:rotate(5.57turn) scale(.5)}}@keyframes coinflip-roulette-move-out-43{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.57turn) scale(1);transform:rotate(5.57turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.57turn) scale(.5);transform:rotate(5.57turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-43{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.57turn) scale(.5);transform:rotate(5.57turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.57turn) scale(1);transform:rotate(5.57turn) scale(1)}}@keyframes coinflip-roulette-move-in-43{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.57turn) scale(.5);transform:rotate(5.57turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.57turn) scale(1);transform:rotate(5.57turn) scale(1)}}.event.coinflip .roulette.chosen-segment-44{-webkit-animation-name:coinflip-roulette-chosen-segment-44,coinflip-roulette-move-out-44;animation-name:coinflip-roulette-chosen-segment-44,coinflip-roulette-move-out-44;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-44.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-44,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-44,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-44{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.56turn);transform:rotate(5.56turn)}}@keyframes coinflip-roulette-chosen-segment-44{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.56turn);transform:rotate(5.56turn)}}@-webkit-keyframes coinflip-roulette-move-out-44{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.56turn) scale(1);transform:rotate(5.56turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.56turn) scale(.5);transform:rotate(5.56turn) scale(.5)}}@keyframes coinflip-roulette-move-out-44{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.56turn) scale(1);transform:rotate(5.56turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.56turn) scale(.5);transform:rotate(5.56turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-44{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.56turn) scale(.5);transform:rotate(5.56turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.56turn) scale(1);transform:rotate(5.56turn) scale(1)}}@keyframes coinflip-roulette-move-in-44{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.56turn) scale(.5);transform:rotate(5.56turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.56turn) scale(1);transform:rotate(5.56turn) scale(1)}}.event.coinflip .roulette.chosen-segment-45{-webkit-animation-name:coinflip-roulette-chosen-segment-45,coinflip-roulette-move-out-45;animation-name:coinflip-roulette-chosen-segment-45,coinflip-roulette-move-out-45;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-45.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-45,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-45,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-45{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1998deg);transform:rotate(1998deg)}}@keyframes coinflip-roulette-chosen-segment-45{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1998deg);transform:rotate(1998deg)}}@-webkit-keyframes coinflip-roulette-move-out-45{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1998deg) scale(1);transform:rotate(1998deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1998deg) scale(.5);transform:rotate(1998deg) scale(.5)}}@keyframes coinflip-roulette-move-out-45{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1998deg) scale(1);transform:rotate(1998deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1998deg) scale(.5);transform:rotate(1998deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-45{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1998deg) scale(.5);transform:rotate(1998deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1998deg) scale(1);transform:rotate(1998deg) scale(1)}}@keyframes coinflip-roulette-move-in-45{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1998deg) scale(.5);transform:rotate(1998deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1998deg) scale(1);transform:rotate(1998deg) scale(1)}}.event.coinflip .roulette.chosen-segment-46{-webkit-animation-name:coinflip-roulette-chosen-segment-46,coinflip-roulette-move-out-46;animation-name:coinflip-roulette-chosen-segment-46,coinflip-roulette-move-out-46;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-46.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-46,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-46,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-46{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.54turn);transform:rotate(5.54turn)}}@keyframes coinflip-roulette-chosen-segment-46{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.54turn);transform:rotate(5.54turn)}}@-webkit-keyframes coinflip-roulette-move-out-46{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.54turn) scale(1);transform:rotate(5.54turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.54turn) scale(.5);transform:rotate(5.54turn) scale(.5)}}@keyframes coinflip-roulette-move-out-46{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.54turn) scale(1);transform:rotate(5.54turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.54turn) scale(.5);transform:rotate(5.54turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-46{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.54turn) scale(.5);transform:rotate(5.54turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.54turn) scale(1);transform:rotate(5.54turn) scale(1)}}@keyframes coinflip-roulette-move-in-46{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.54turn) scale(.5);transform:rotate(5.54turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.54turn) scale(1);transform:rotate(5.54turn) scale(1)}}.event.coinflip .roulette.chosen-segment-47{-webkit-animation-name:coinflip-roulette-chosen-segment-47,coinflip-roulette-move-out-47;animation-name:coinflip-roulette-chosen-segment-47,coinflip-roulette-move-out-47;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-47.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-47,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-47,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-47{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.53turn);transform:rotate(5.53turn)}}@keyframes coinflip-roulette-chosen-segment-47{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.53turn);transform:rotate(5.53turn)}}@-webkit-keyframes coinflip-roulette-move-out-47{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.53turn) scale(1);transform:rotate(5.53turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.53turn) scale(.5);transform:rotate(5.53turn) scale(.5)}}@keyframes coinflip-roulette-move-out-47{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.53turn) scale(1);transform:rotate(5.53turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.53turn) scale(.5);transform:rotate(5.53turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-47{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.53turn) scale(.5);transform:rotate(5.53turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.53turn) scale(1);transform:rotate(5.53turn) scale(1)}}@keyframes coinflip-roulette-move-in-47{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.53turn) scale(.5);transform:rotate(5.53turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.53turn) scale(1);transform:rotate(5.53turn) scale(1)}}.event.coinflip .roulette.chosen-segment-48{-webkit-animation-name:coinflip-roulette-chosen-segment-48,coinflip-roulette-move-out-48;animation-name:coinflip-roulette-chosen-segment-48,coinflip-roulette-move-out-48;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-48.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-48,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-48,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-48{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1987.2deg);transform:rotate(1987.2deg)}}@keyframes coinflip-roulette-chosen-segment-48{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1987.2deg);transform:rotate(1987.2deg)}}@-webkit-keyframes coinflip-roulette-move-out-48{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1987.2deg) scale(1);transform:rotate(1987.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1987.2deg) scale(.5);transform:rotate(1987.2deg) scale(.5)}}@keyframes coinflip-roulette-move-out-48{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1987.2deg) scale(1);transform:rotate(1987.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1987.2deg) scale(.5);transform:rotate(1987.2deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-48{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1987.2deg) scale(.5);transform:rotate(1987.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1987.2deg) scale(1);transform:rotate(1987.2deg) scale(1)}}@keyframes coinflip-roulette-move-in-48{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1987.2deg) scale(.5);transform:rotate(1987.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1987.2deg) scale(1);transform:rotate(1987.2deg) scale(1)}}.event.coinflip .roulette.chosen-segment-49{-webkit-animation-name:coinflip-roulette-chosen-segment-49,coinflip-roulette-move-out-49;animation-name:coinflip-roulette-chosen-segment-49,coinflip-roulette-move-out-49;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-49.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-49,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-49,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-49{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.51turn);transform:rotate(5.51turn)}}@keyframes coinflip-roulette-chosen-segment-49{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.51turn);transform:rotate(5.51turn)}}@-webkit-keyframes coinflip-roulette-move-out-49{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.51turn) scale(1);transform:rotate(5.51turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.51turn) scale(.5);transform:rotate(5.51turn) scale(.5)}}@keyframes coinflip-roulette-move-out-49{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.51turn) scale(1);transform:rotate(5.51turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.51turn) scale(.5);transform:rotate(5.51turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-49{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.51turn) scale(.5);transform:rotate(5.51turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.51turn) scale(1);transform:rotate(5.51turn) scale(1)}}@keyframes coinflip-roulette-move-in-49{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.51turn) scale(.5);transform:rotate(5.51turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.51turn) scale(1);transform:rotate(5.51turn) scale(1)}}.event.coinflip .roulette.chosen-segment-50{-webkit-animation-name:coinflip-roulette-chosen-segment-50,coinflip-roulette-move-out-50;animation-name:coinflip-roulette-chosen-segment-50,coinflip-roulette-move-out-50;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-50.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-50,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-50,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-50{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1980deg);transform:rotate(1980deg)}}@keyframes coinflip-roulette-chosen-segment-50{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1980deg);transform:rotate(1980deg)}}@-webkit-keyframes coinflip-roulette-move-out-50{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1980deg) scale(1);transform:rotate(1980deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1980deg) scale(.5);transform:rotate(1980deg) scale(.5)}}@keyframes coinflip-roulette-move-out-50{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1980deg) scale(1);transform:rotate(1980deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1980deg) scale(.5);transform:rotate(1980deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-50{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1980deg) scale(.5);transform:rotate(1980deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1980deg) scale(1);transform:rotate(1980deg) scale(1)}}@keyframes coinflip-roulette-move-in-50{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1980deg) scale(.5);transform:rotate(1980deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1980deg) scale(1);transform:rotate(1980deg) scale(1)}}.event.coinflip .roulette.chosen-segment-51{-webkit-animation-name:coinflip-roulette-chosen-segment-51,coinflip-roulette-move-out-51;animation-name:coinflip-roulette-chosen-segment-51,coinflip-roulette-move-out-51;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-51.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-51,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-51,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-51{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.49turn);transform:rotate(5.49turn)}}@keyframes coinflip-roulette-chosen-segment-51{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.49turn);transform:rotate(5.49turn)}}@-webkit-keyframes coinflip-roulette-move-out-51{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.49turn) scale(1);transform:rotate(5.49turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.49turn) scale(.5);transform:rotate(5.49turn) scale(.5)}}@keyframes coinflip-roulette-move-out-51{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.49turn) scale(1);transform:rotate(5.49turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.49turn) scale(.5);transform:rotate(5.49turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-51{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.49turn) scale(.5);transform:rotate(5.49turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.49turn) scale(1);transform:rotate(5.49turn) scale(1)}}@keyframes coinflip-roulette-move-in-51{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.49turn) scale(.5);transform:rotate(5.49turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.49turn) scale(1);transform:rotate(5.49turn) scale(1)}}.event.coinflip .roulette.chosen-segment-52{-webkit-animation-name:coinflip-roulette-chosen-segment-52,coinflip-roulette-move-out-52;animation-name:coinflip-roulette-chosen-segment-52,coinflip-roulette-move-out-52;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-52.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-52,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-52,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-52{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1972.8deg);transform:rotate(1972.8deg)}}@keyframes coinflip-roulette-chosen-segment-52{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1972.8deg);transform:rotate(1972.8deg)}}@-webkit-keyframes coinflip-roulette-move-out-52{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1972.8deg) scale(1);transform:rotate(1972.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1972.8deg) scale(.5);transform:rotate(1972.8deg) scale(.5)}}@keyframes coinflip-roulette-move-out-52{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1972.8deg) scale(1);transform:rotate(1972.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1972.8deg) scale(.5);transform:rotate(1972.8deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-52{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1972.8deg) scale(.5);transform:rotate(1972.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1972.8deg) scale(1);transform:rotate(1972.8deg) scale(1)}}@keyframes coinflip-roulette-move-in-52{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1972.8deg) scale(.5);transform:rotate(1972.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1972.8deg) scale(1);transform:rotate(1972.8deg) scale(1)}}.event.coinflip .roulette.chosen-segment-53{-webkit-animation-name:coinflip-roulette-chosen-segment-53,coinflip-roulette-move-out-53;animation-name:coinflip-roulette-chosen-segment-53,coinflip-roulette-move-out-53;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-53.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-53,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-53,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-53{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.47turn);transform:rotate(5.47turn)}}@keyframes coinflip-roulette-chosen-segment-53{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.47turn);transform:rotate(5.47turn)}}@-webkit-keyframes coinflip-roulette-move-out-53{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.47turn) scale(1);transform:rotate(5.47turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.47turn) scale(.5);transform:rotate(5.47turn) scale(.5)}}@keyframes coinflip-roulette-move-out-53{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.47turn) scale(1);transform:rotate(5.47turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.47turn) scale(.5);transform:rotate(5.47turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-53{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.47turn) scale(.5);transform:rotate(5.47turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.47turn) scale(1);transform:rotate(5.47turn) scale(1)}}@keyframes coinflip-roulette-move-in-53{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.47turn) scale(.5);transform:rotate(5.47turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.47turn) scale(1);transform:rotate(5.47turn) scale(1)}}.event.coinflip .roulette.chosen-segment-54{-webkit-animation-name:coinflip-roulette-chosen-segment-54,coinflip-roulette-move-out-54;animation-name:coinflip-roulette-chosen-segment-54,coinflip-roulette-move-out-54;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-54.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-54,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-54,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-54{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.46turn);transform:rotate(5.46turn)}}@keyframes coinflip-roulette-chosen-segment-54{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.46turn);transform:rotate(5.46turn)}}@-webkit-keyframes coinflip-roulette-move-out-54{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.46turn) scale(1);transform:rotate(5.46turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.46turn) scale(.5);transform:rotate(5.46turn) scale(.5)}}@keyframes coinflip-roulette-move-out-54{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.46turn) scale(1);transform:rotate(5.46turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.46turn) scale(.5);transform:rotate(5.46turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-54{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.46turn) scale(.5);transform:rotate(5.46turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.46turn) scale(1);transform:rotate(5.46turn) scale(1)}}@keyframes coinflip-roulette-move-in-54{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.46turn) scale(.5);transform:rotate(5.46turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.46turn) scale(1);transform:rotate(5.46turn) scale(1)}}.event.coinflip .roulette.chosen-segment-55{-webkit-animation-name:coinflip-roulette-chosen-segment-55,coinflip-roulette-move-out-55;animation-name:coinflip-roulette-chosen-segment-55,coinflip-roulette-move-out-55;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-55.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-55,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-55,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-55{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1962deg);transform:rotate(1962deg)}}@keyframes coinflip-roulette-chosen-segment-55{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1962deg);transform:rotate(1962deg)}}@-webkit-keyframes coinflip-roulette-move-out-55{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1962deg) scale(1);transform:rotate(1962deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1962deg) scale(.5);transform:rotate(1962deg) scale(.5)}}@keyframes coinflip-roulette-move-out-55{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1962deg) scale(1);transform:rotate(1962deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1962deg) scale(.5);transform:rotate(1962deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-55{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1962deg) scale(.5);transform:rotate(1962deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1962deg) scale(1);transform:rotate(1962deg) scale(1)}}@keyframes coinflip-roulette-move-in-55{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1962deg) scale(.5);transform:rotate(1962deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1962deg) scale(1);transform:rotate(1962deg) scale(1)}}.event.coinflip .roulette.chosen-segment-56{-webkit-animation-name:coinflip-roulette-chosen-segment-56,coinflip-roulette-move-out-56;animation-name:coinflip-roulette-chosen-segment-56,coinflip-roulette-move-out-56;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-56.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-56,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-56,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-56{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.44turn);transform:rotate(5.44turn)}}@keyframes coinflip-roulette-chosen-segment-56{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.44turn);transform:rotate(5.44turn)}}@-webkit-keyframes coinflip-roulette-move-out-56{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.44turn) scale(1);transform:rotate(5.44turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.44turn) scale(.5);transform:rotate(5.44turn) scale(.5)}}@keyframes coinflip-roulette-move-out-56{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.44turn) scale(1);transform:rotate(5.44turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.44turn) scale(.5);transform:rotate(5.44turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-56{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.44turn) scale(.5);transform:rotate(5.44turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.44turn) scale(1);transform:rotate(5.44turn) scale(1)}}@keyframes coinflip-roulette-move-in-56{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.44turn) scale(.5);transform:rotate(5.44turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.44turn) scale(1);transform:rotate(5.44turn) scale(1)}}.event.coinflip .roulette.chosen-segment-57{-webkit-animation-name:coinflip-roulette-chosen-segment-57,coinflip-roulette-move-out-57;animation-name:coinflip-roulette-chosen-segment-57,coinflip-roulette-move-out-57;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-57.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-57,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-57,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-57{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.43turn);transform:rotate(5.43turn)}}@keyframes coinflip-roulette-chosen-segment-57{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.43turn);transform:rotate(5.43turn)}}@-webkit-keyframes coinflip-roulette-move-out-57{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.43turn) scale(1);transform:rotate(5.43turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.43turn) scale(.5);transform:rotate(5.43turn) scale(.5)}}@keyframes coinflip-roulette-move-out-57{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.43turn) scale(1);transform:rotate(5.43turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.43turn) scale(.5);transform:rotate(5.43turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-57{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.43turn) scale(.5);transform:rotate(5.43turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.43turn) scale(1);transform:rotate(5.43turn) scale(1)}}@keyframes coinflip-roulette-move-in-57{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.43turn) scale(.5);transform:rotate(5.43turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.43turn) scale(1);transform:rotate(5.43turn) scale(1)}}.event.coinflip .roulette.chosen-segment-58{-webkit-animation-name:coinflip-roulette-chosen-segment-58,coinflip-roulette-move-out-58;animation-name:coinflip-roulette-chosen-segment-58,coinflip-roulette-move-out-58;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-58.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-58,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-58,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-58{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.42turn);transform:rotate(5.42turn)}}@keyframes coinflip-roulette-chosen-segment-58{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.42turn);transform:rotate(5.42turn)}}@-webkit-keyframes coinflip-roulette-move-out-58{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.42turn) scale(1);transform:rotate(5.42turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.42turn) scale(.5);transform:rotate(5.42turn) scale(.5)}}@keyframes coinflip-roulette-move-out-58{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.42turn) scale(1);transform:rotate(5.42turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.42turn) scale(.5);transform:rotate(5.42turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-58{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.42turn) scale(.5);transform:rotate(5.42turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.42turn) scale(1);transform:rotate(5.42turn) scale(1)}}@keyframes coinflip-roulette-move-in-58{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.42turn) scale(.5);transform:rotate(5.42turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.42turn) scale(1);transform:rotate(5.42turn) scale(1)}}.event.coinflip .roulette.chosen-segment-59{-webkit-animation-name:coinflip-roulette-chosen-segment-59,coinflip-roulette-move-out-59;animation-name:coinflip-roulette-chosen-segment-59,coinflip-roulette-move-out-59;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-59.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-59,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-59,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-59{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.41turn);transform:rotate(5.41turn)}}@keyframes coinflip-roulette-chosen-segment-59{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.41turn);transform:rotate(5.41turn)}}@-webkit-keyframes coinflip-roulette-move-out-59{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.41turn) scale(1);transform:rotate(5.41turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.41turn) scale(.5);transform:rotate(5.41turn) scale(.5)}}@keyframes coinflip-roulette-move-out-59{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.41turn) scale(1);transform:rotate(5.41turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.41turn) scale(.5);transform:rotate(5.41turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-59{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.41turn) scale(.5);transform:rotate(5.41turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.41turn) scale(1);transform:rotate(5.41turn) scale(1)}}@keyframes coinflip-roulette-move-in-59{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.41turn) scale(.5);transform:rotate(5.41turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.41turn) scale(1);transform:rotate(5.41turn) scale(1)}}.event.coinflip .roulette.chosen-segment-60{-webkit-animation-name:coinflip-roulette-chosen-segment-60,coinflip-roulette-move-out-60;animation-name:coinflip-roulette-chosen-segment-60,coinflip-roulette-move-out-60;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-60.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-60,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-60,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-60{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1944deg);transform:rotate(1944deg)}}@keyframes coinflip-roulette-chosen-segment-60{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1944deg);transform:rotate(1944deg)}}@-webkit-keyframes coinflip-roulette-move-out-60{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1944deg) scale(1);transform:rotate(1944deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1944deg) scale(.5);transform:rotate(1944deg) scale(.5)}}@keyframes coinflip-roulette-move-out-60{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1944deg) scale(1);transform:rotate(1944deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1944deg) scale(.5);transform:rotate(1944deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-60{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1944deg) scale(.5);transform:rotate(1944deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1944deg) scale(1);transform:rotate(1944deg) scale(1)}}@keyframes coinflip-roulette-move-in-60{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1944deg) scale(.5);transform:rotate(1944deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1944deg) scale(1);transform:rotate(1944deg) scale(1)}}.event.coinflip .roulette.chosen-segment-61{-webkit-animation-name:coinflip-roulette-chosen-segment-61,coinflip-roulette-move-out-61;animation-name:coinflip-roulette-chosen-segment-61,coinflip-roulette-move-out-61;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-61.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-61,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-61,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-61{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1940.4deg);transform:rotate(1940.4deg)}}@keyframes coinflip-roulette-chosen-segment-61{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1940.4deg);transform:rotate(1940.4deg)}}@-webkit-keyframes coinflip-roulette-move-out-61{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1940.4deg) scale(1);transform:rotate(1940.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1940.4deg) scale(.5);transform:rotate(1940.4deg) scale(.5)}}@keyframes coinflip-roulette-move-out-61{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1940.4deg) scale(1);transform:rotate(1940.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1940.4deg) scale(.5);transform:rotate(1940.4deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-61{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1940.4deg) scale(.5);transform:rotate(1940.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1940.4deg) scale(1);transform:rotate(1940.4deg) scale(1)}}@keyframes coinflip-roulette-move-in-61{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1940.4deg) scale(.5);transform:rotate(1940.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1940.4deg) scale(1);transform:rotate(1940.4deg) scale(1)}}.event.coinflip .roulette.chosen-segment-62{-webkit-animation-name:coinflip-roulette-chosen-segment-62,coinflip-roulette-move-out-62;animation-name:coinflip-roulette-chosen-segment-62,coinflip-roulette-move-out-62;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-62.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-62,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-62,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-62{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.38turn);transform:rotate(5.38turn)}}@keyframes coinflip-roulette-chosen-segment-62{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.38turn);transform:rotate(5.38turn)}}@-webkit-keyframes coinflip-roulette-move-out-62{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.38turn) scale(1);transform:rotate(5.38turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.38turn) scale(.5);transform:rotate(5.38turn) scale(.5)}}@keyframes coinflip-roulette-move-out-62{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.38turn) scale(1);transform:rotate(5.38turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.38turn) scale(.5);transform:rotate(5.38turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-62{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.38turn) scale(.5);transform:rotate(5.38turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.38turn) scale(1);transform:rotate(5.38turn) scale(1)}}@keyframes coinflip-roulette-move-in-62{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.38turn) scale(.5);transform:rotate(5.38turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.38turn) scale(1);transform:rotate(5.38turn) scale(1)}}.event.coinflip .roulette.chosen-segment-63{-webkit-animation-name:coinflip-roulette-chosen-segment-63,coinflip-roulette-move-out-63;animation-name:coinflip-roulette-chosen-segment-63,coinflip-roulette-move-out-63;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-63.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-63,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-63,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-63{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.37turn);transform:rotate(5.37turn)}}@keyframes coinflip-roulette-chosen-segment-63{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.37turn);transform:rotate(5.37turn)}}@-webkit-keyframes coinflip-roulette-move-out-63{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.37turn) scale(1);transform:rotate(5.37turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.37turn) scale(.5);transform:rotate(5.37turn) scale(.5)}}@keyframes coinflip-roulette-move-out-63{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.37turn) scale(1);transform:rotate(5.37turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.37turn) scale(.5);transform:rotate(5.37turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-63{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.37turn) scale(.5);transform:rotate(5.37turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.37turn) scale(1);transform:rotate(5.37turn) scale(1)}}@keyframes coinflip-roulette-move-in-63{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.37turn) scale(.5);transform:rotate(5.37turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.37turn) scale(1);transform:rotate(5.37turn) scale(1)}}.event.coinflip .roulette.chosen-segment-64{-webkit-animation-name:coinflip-roulette-chosen-segment-64,coinflip-roulette-move-out-64;animation-name:coinflip-roulette-chosen-segment-64,coinflip-roulette-move-out-64;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-64.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-64,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-64,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-64{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1929.6deg);transform:rotate(1929.6deg)}}@keyframes coinflip-roulette-chosen-segment-64{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1929.6deg);transform:rotate(1929.6deg)}}@-webkit-keyframes coinflip-roulette-move-out-64{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1929.6deg) scale(1);transform:rotate(1929.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1929.6deg) scale(.5);transform:rotate(1929.6deg) scale(.5)}}@keyframes coinflip-roulette-move-out-64{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1929.6deg) scale(1);transform:rotate(1929.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1929.6deg) scale(.5);transform:rotate(1929.6deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-64{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1929.6deg) scale(.5);transform:rotate(1929.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1929.6deg) scale(1);transform:rotate(1929.6deg) scale(1)}}@keyframes coinflip-roulette-move-in-64{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1929.6deg) scale(.5);transform:rotate(1929.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1929.6deg) scale(1);transform:rotate(1929.6deg) scale(1)}}.event.coinflip .roulette.chosen-segment-65{-webkit-animation-name:coinflip-roulette-chosen-segment-65,coinflip-roulette-move-out-65;animation-name:coinflip-roulette-chosen-segment-65,coinflip-roulette-move-out-65;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-65.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-65,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-65,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-65{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1926deg);transform:rotate(1926deg)}}@keyframes coinflip-roulette-chosen-segment-65{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1926deg);transform:rotate(1926deg)}}@-webkit-keyframes coinflip-roulette-move-out-65{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1926deg) scale(1);transform:rotate(1926deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1926deg) scale(.5);transform:rotate(1926deg) scale(.5)}}@keyframes coinflip-roulette-move-out-65{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1926deg) scale(1);transform:rotate(1926deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1926deg) scale(.5);transform:rotate(1926deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-65{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1926deg) scale(.5);transform:rotate(1926deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1926deg) scale(1);transform:rotate(1926deg) scale(1)}}@keyframes coinflip-roulette-move-in-65{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1926deg) scale(.5);transform:rotate(1926deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1926deg) scale(1);transform:rotate(1926deg) scale(1)}}.event.coinflip .roulette.chosen-segment-66{-webkit-animation-name:coinflip-roulette-chosen-segment-66,coinflip-roulette-move-out-66;animation-name:coinflip-roulette-chosen-segment-66,coinflip-roulette-move-out-66;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-66.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-66,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-66,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-66{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.34turn);transform:rotate(5.34turn)}}@keyframes coinflip-roulette-chosen-segment-66{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.34turn);transform:rotate(5.34turn)}}@-webkit-keyframes coinflip-roulette-move-out-66{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.34turn) scale(1);transform:rotate(5.34turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.34turn) scale(.5);transform:rotate(5.34turn) scale(.5)}}@keyframes coinflip-roulette-move-out-66{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.34turn) scale(1);transform:rotate(5.34turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.34turn) scale(.5);transform:rotate(5.34turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-66{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.34turn) scale(.5);transform:rotate(5.34turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.34turn) scale(1);transform:rotate(5.34turn) scale(1)}}@keyframes coinflip-roulette-move-in-66{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.34turn) scale(.5);transform:rotate(5.34turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.34turn) scale(1);transform:rotate(5.34turn) scale(1)}}.event.coinflip .roulette.chosen-segment-67{-webkit-animation-name:coinflip-roulette-chosen-segment-67,coinflip-roulette-move-out-67;animation-name:coinflip-roulette-chosen-segment-67,coinflip-roulette-move-out-67;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-67.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-67,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-67,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-67{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.33turn);transform:rotate(5.33turn)}}@keyframes coinflip-roulette-chosen-segment-67{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.33turn);transform:rotate(5.33turn)}}@-webkit-keyframes coinflip-roulette-move-out-67{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.33turn) scale(1);transform:rotate(5.33turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.33turn) scale(.5);transform:rotate(5.33turn) scale(.5)}}@keyframes coinflip-roulette-move-out-67{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.33turn) scale(1);transform:rotate(5.33turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.33turn) scale(.5);transform:rotate(5.33turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-67{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.33turn) scale(.5);transform:rotate(5.33turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.33turn) scale(1);transform:rotate(5.33turn) scale(1)}}@keyframes coinflip-roulette-move-in-67{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.33turn) scale(.5);transform:rotate(5.33turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.33turn) scale(1);transform:rotate(5.33turn) scale(1)}}.event.coinflip .roulette.chosen-segment-68{-webkit-animation-name:coinflip-roulette-chosen-segment-68,coinflip-roulette-move-out-68;animation-name:coinflip-roulette-chosen-segment-68,coinflip-roulette-move-out-68;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-68.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-68,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-68,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-68{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.32turn);transform:rotate(5.32turn)}}@keyframes coinflip-roulette-chosen-segment-68{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.32turn);transform:rotate(5.32turn)}}@-webkit-keyframes coinflip-roulette-move-out-68{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.32turn) scale(1);transform:rotate(5.32turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.32turn) scale(.5);transform:rotate(5.32turn) scale(.5)}}@keyframes coinflip-roulette-move-out-68{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.32turn) scale(1);transform:rotate(5.32turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.32turn) scale(.5);transform:rotate(5.32turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-68{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.32turn) scale(.5);transform:rotate(5.32turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.32turn) scale(1);transform:rotate(5.32turn) scale(1)}}@keyframes coinflip-roulette-move-in-68{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.32turn) scale(.5);transform:rotate(5.32turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.32turn) scale(1);transform:rotate(5.32turn) scale(1)}}.event.coinflip .roulette.chosen-segment-69{-webkit-animation-name:coinflip-roulette-chosen-segment-69,coinflip-roulette-move-out-69;animation-name:coinflip-roulette-chosen-segment-69,coinflip-roulette-move-out-69;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-69.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-69,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-69,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-69{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.31turn);transform:rotate(5.31turn)}}@keyframes coinflip-roulette-chosen-segment-69{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.31turn);transform:rotate(5.31turn)}}@-webkit-keyframes coinflip-roulette-move-out-69{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.31turn) scale(1);transform:rotate(5.31turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.31turn) scale(.5);transform:rotate(5.31turn) scale(.5)}}@keyframes coinflip-roulette-move-out-69{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.31turn) scale(1);transform:rotate(5.31turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.31turn) scale(.5);transform:rotate(5.31turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-69{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.31turn) scale(.5);transform:rotate(5.31turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.31turn) scale(1);transform:rotate(5.31turn) scale(1)}}@keyframes coinflip-roulette-move-in-69{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.31turn) scale(.5);transform:rotate(5.31turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.31turn) scale(1);transform:rotate(5.31turn) scale(1)}}.event.coinflip .roulette.chosen-segment-70{-webkit-animation-name:coinflip-roulette-chosen-segment-70,coinflip-roulette-move-out-70;animation-name:coinflip-roulette-chosen-segment-70,coinflip-roulette-move-out-70;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-70.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-70,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-70,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-70{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1908deg);transform:rotate(1908deg)}}@keyframes coinflip-roulette-chosen-segment-70{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1908deg);transform:rotate(1908deg)}}@-webkit-keyframes coinflip-roulette-move-out-70{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1908deg) scale(1);transform:rotate(1908deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1908deg) scale(.5);transform:rotate(1908deg) scale(.5)}}@keyframes coinflip-roulette-move-out-70{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1908deg) scale(1);transform:rotate(1908deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1908deg) scale(.5);transform:rotate(1908deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-70{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1908deg) scale(.5);transform:rotate(1908deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1908deg) scale(1);transform:rotate(1908deg) scale(1)}}@keyframes coinflip-roulette-move-in-70{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1908deg) scale(.5);transform:rotate(1908deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1908deg) scale(1);transform:rotate(1908deg) scale(1)}}.event.coinflip .roulette.chosen-segment-71{-webkit-animation-name:coinflip-roulette-chosen-segment-71,coinflip-roulette-move-out-71;animation-name:coinflip-roulette-chosen-segment-71,coinflip-roulette-move-out-71;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-71.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-71,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-71,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-71{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.29turn);transform:rotate(5.29turn)}}@keyframes coinflip-roulette-chosen-segment-71{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.29turn);transform:rotate(5.29turn)}}@-webkit-keyframes coinflip-roulette-move-out-71{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.29turn) scale(1);transform:rotate(5.29turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.29turn) scale(.5);transform:rotate(5.29turn) scale(.5)}}@keyframes coinflip-roulette-move-out-71{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.29turn) scale(1);transform:rotate(5.29turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.29turn) scale(.5);transform:rotate(5.29turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-71{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.29turn) scale(.5);transform:rotate(5.29turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.29turn) scale(1);transform:rotate(5.29turn) scale(1)}}@keyframes coinflip-roulette-move-in-71{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.29turn) scale(.5);transform:rotate(5.29turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.29turn) scale(1);transform:rotate(5.29turn) scale(1)}}.event.coinflip .roulette.chosen-segment-72{-webkit-animation-name:coinflip-roulette-chosen-segment-72,coinflip-roulette-move-out-72;animation-name:coinflip-roulette-chosen-segment-72,coinflip-roulette-move-out-72;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-72.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-72,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-72,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-72{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.28turn);transform:rotate(5.28turn)}}@keyframes coinflip-roulette-chosen-segment-72{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.28turn);transform:rotate(5.28turn)}}@-webkit-keyframes coinflip-roulette-move-out-72{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.28turn) scale(1);transform:rotate(5.28turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.28turn) scale(.5);transform:rotate(5.28turn) scale(.5)}}@keyframes coinflip-roulette-move-out-72{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.28turn) scale(1);transform:rotate(5.28turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.28turn) scale(.5);transform:rotate(5.28turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-72{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.28turn) scale(.5);transform:rotate(5.28turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.28turn) scale(1);transform:rotate(5.28turn) scale(1)}}@keyframes coinflip-roulette-move-in-72{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.28turn) scale(.5);transform:rotate(5.28turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.28turn) scale(1);transform:rotate(5.28turn) scale(1)}}.event.coinflip .roulette.chosen-segment-73{-webkit-animation-name:coinflip-roulette-chosen-segment-73,coinflip-roulette-move-out-73;animation-name:coinflip-roulette-chosen-segment-73,coinflip-roulette-move-out-73;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-73.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-73,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-73,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-73{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1897.2deg);transform:rotate(1897.2deg)}}@keyframes coinflip-roulette-chosen-segment-73{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1897.2deg);transform:rotate(1897.2deg)}}@-webkit-keyframes coinflip-roulette-move-out-73{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1897.2deg) scale(1);transform:rotate(1897.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1897.2deg) scale(.5);transform:rotate(1897.2deg) scale(.5)}}@keyframes coinflip-roulette-move-out-73{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1897.2deg) scale(1);transform:rotate(1897.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1897.2deg) scale(.5);transform:rotate(1897.2deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-73{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1897.2deg) scale(.5);transform:rotate(1897.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1897.2deg) scale(1);transform:rotate(1897.2deg) scale(1)}}@keyframes coinflip-roulette-move-in-73{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1897.2deg) scale(.5);transform:rotate(1897.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1897.2deg) scale(1);transform:rotate(1897.2deg) scale(1)}}.event.coinflip .roulette.chosen-segment-74{-webkit-animation-name:coinflip-roulette-chosen-segment-74,coinflip-roulette-move-out-74;animation-name:coinflip-roulette-chosen-segment-74,coinflip-roulette-move-out-74;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-74.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-74,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-74,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-74{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.26turn);transform:rotate(5.26turn)}}@keyframes coinflip-roulette-chosen-segment-74{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.26turn);transform:rotate(5.26turn)}}@-webkit-keyframes coinflip-roulette-move-out-74{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.26turn) scale(1);transform:rotate(5.26turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.26turn) scale(.5);transform:rotate(5.26turn) scale(.5)}}@keyframes coinflip-roulette-move-out-74{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.26turn) scale(1);transform:rotate(5.26turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.26turn) scale(.5);transform:rotate(5.26turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-74{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.26turn) scale(.5);transform:rotate(5.26turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.26turn) scale(1);transform:rotate(5.26turn) scale(1)}}@keyframes coinflip-roulette-move-in-74{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.26turn) scale(.5);transform:rotate(5.26turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.26turn) scale(1);transform:rotate(5.26turn) scale(1)}}.event.coinflip .roulette.chosen-segment-75{-webkit-animation-name:coinflip-roulette-chosen-segment-75,coinflip-roulette-move-out-75;animation-name:coinflip-roulette-chosen-segment-75,coinflip-roulette-move-out-75;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-75.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-75,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-75,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-75{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1890deg);transform:rotate(1890deg)}}@keyframes coinflip-roulette-chosen-segment-75{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1890deg);transform:rotate(1890deg)}}@-webkit-keyframes coinflip-roulette-move-out-75{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1890deg) scale(1);transform:rotate(1890deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1890deg) scale(.5);transform:rotate(1890deg) scale(.5)}}@keyframes coinflip-roulette-move-out-75{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1890deg) scale(1);transform:rotate(1890deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1890deg) scale(.5);transform:rotate(1890deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-75{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1890deg) scale(.5);transform:rotate(1890deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1890deg) scale(1);transform:rotate(1890deg) scale(1)}}@keyframes coinflip-roulette-move-in-75{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1890deg) scale(.5);transform:rotate(1890deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1890deg) scale(1);transform:rotate(1890deg) scale(1)}}.event.coinflip .roulette.chosen-segment-76{-webkit-animation-name:coinflip-roulette-chosen-segment-76,coinflip-roulette-move-out-76;animation-name:coinflip-roulette-chosen-segment-76,coinflip-roulette-move-out-76;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-76.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-76,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-76,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-76{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.24turn);transform:rotate(5.24turn)}}@keyframes coinflip-roulette-chosen-segment-76{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.24turn);transform:rotate(5.24turn)}}@-webkit-keyframes coinflip-roulette-move-out-76{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.24turn) scale(1);transform:rotate(5.24turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.24turn) scale(.5);transform:rotate(5.24turn) scale(.5)}}@keyframes coinflip-roulette-move-out-76{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.24turn) scale(1);transform:rotate(5.24turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.24turn) scale(.5);transform:rotate(5.24turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-76{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.24turn) scale(.5);transform:rotate(5.24turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.24turn) scale(1);transform:rotate(5.24turn) scale(1)}}@keyframes coinflip-roulette-move-in-76{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.24turn) scale(.5);transform:rotate(5.24turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.24turn) scale(1);transform:rotate(5.24turn) scale(1)}}.event.coinflip .roulette.chosen-segment-77{-webkit-animation-name:coinflip-roulette-chosen-segment-77,coinflip-roulette-move-out-77;animation-name:coinflip-roulette-chosen-segment-77,coinflip-roulette-move-out-77;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-77.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-77,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-77,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-77{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1882.8deg);transform:rotate(1882.8deg)}}@keyframes coinflip-roulette-chosen-segment-77{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1882.8deg);transform:rotate(1882.8deg)}}@-webkit-keyframes coinflip-roulette-move-out-77{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1882.8deg) scale(1);transform:rotate(1882.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1882.8deg) scale(.5);transform:rotate(1882.8deg) scale(.5)}}@keyframes coinflip-roulette-move-out-77{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1882.8deg) scale(1);transform:rotate(1882.8deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1882.8deg) scale(.5);transform:rotate(1882.8deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-77{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1882.8deg) scale(.5);transform:rotate(1882.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1882.8deg) scale(1);transform:rotate(1882.8deg) scale(1)}}@keyframes coinflip-roulette-move-in-77{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1882.8deg) scale(.5);transform:rotate(1882.8deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1882.8deg) scale(1);transform:rotate(1882.8deg) scale(1)}}.event.coinflip .roulette.chosen-segment-78{-webkit-animation-name:coinflip-roulette-chosen-segment-78,coinflip-roulette-move-out-78;animation-name:coinflip-roulette-chosen-segment-78,coinflip-roulette-move-out-78;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-78.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-78,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-78,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-78{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.22turn);transform:rotate(5.22turn)}}@keyframes coinflip-roulette-chosen-segment-78{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.22turn);transform:rotate(5.22turn)}}@-webkit-keyframes coinflip-roulette-move-out-78{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.22turn) scale(1);transform:rotate(5.22turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.22turn) scale(.5);transform:rotate(5.22turn) scale(.5)}}@keyframes coinflip-roulette-move-out-78{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.22turn) scale(1);transform:rotate(5.22turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.22turn) scale(.5);transform:rotate(5.22turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-78{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.22turn) scale(.5);transform:rotate(5.22turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.22turn) scale(1);transform:rotate(5.22turn) scale(1)}}@keyframes coinflip-roulette-move-in-78{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.22turn) scale(.5);transform:rotate(5.22turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.22turn) scale(1);transform:rotate(5.22turn) scale(1)}}.event.coinflip .roulette.chosen-segment-79{-webkit-animation-name:coinflip-roulette-chosen-segment-79,coinflip-roulette-move-out-79;animation-name:coinflip-roulette-chosen-segment-79,coinflip-roulette-move-out-79;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-79.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-79,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-79,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-79{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.21turn);transform:rotate(5.21turn)}}@keyframes coinflip-roulette-chosen-segment-79{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.21turn);transform:rotate(5.21turn)}}@-webkit-keyframes coinflip-roulette-move-out-79{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.21turn) scale(1);transform:rotate(5.21turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.21turn) scale(.5);transform:rotate(5.21turn) scale(.5)}}@keyframes coinflip-roulette-move-out-79{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.21turn) scale(1);transform:rotate(5.21turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.21turn) scale(.5);transform:rotate(5.21turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-79{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.21turn) scale(.5);transform:rotate(5.21turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.21turn) scale(1);transform:rotate(5.21turn) scale(1)}}@keyframes coinflip-roulette-move-in-79{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.21turn) scale(.5);transform:rotate(5.21turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.21turn) scale(1);transform:rotate(5.21turn) scale(1)}}.event.coinflip .roulette.chosen-segment-80{-webkit-animation-name:coinflip-roulette-chosen-segment-80,coinflip-roulette-move-out-80;animation-name:coinflip-roulette-chosen-segment-80,coinflip-roulette-move-out-80;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-80.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-80,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-80,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-80{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1872deg);transform:rotate(1872deg)}}@keyframes coinflip-roulette-chosen-segment-80{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1872deg);transform:rotate(1872deg)}}@-webkit-keyframes coinflip-roulette-move-out-80{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1872deg) scale(1);transform:rotate(1872deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1872deg) scale(.5);transform:rotate(1872deg) scale(.5)}}@keyframes coinflip-roulette-move-out-80{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1872deg) scale(1);transform:rotate(1872deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1872deg) scale(.5);transform:rotate(1872deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-80{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1872deg) scale(.5);transform:rotate(1872deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1872deg) scale(1);transform:rotate(1872deg) scale(1)}}@keyframes coinflip-roulette-move-in-80{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1872deg) scale(.5);transform:rotate(1872deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1872deg) scale(1);transform:rotate(1872deg) scale(1)}}.event.coinflip .roulette.chosen-segment-81{-webkit-animation-name:coinflip-roulette-chosen-segment-81,coinflip-roulette-move-out-81;animation-name:coinflip-roulette-chosen-segment-81,coinflip-roulette-move-out-81;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-81.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-81,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-81,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-81{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.19turn);transform:rotate(5.19turn)}}@keyframes coinflip-roulette-chosen-segment-81{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.19turn);transform:rotate(5.19turn)}}@-webkit-keyframes coinflip-roulette-move-out-81{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.19turn) scale(1);transform:rotate(5.19turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.19turn) scale(.5);transform:rotate(5.19turn) scale(.5)}}@keyframes coinflip-roulette-move-out-81{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.19turn) scale(1);transform:rotate(5.19turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.19turn) scale(.5);transform:rotate(5.19turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-81{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.19turn) scale(.5);transform:rotate(5.19turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.19turn) scale(1);transform:rotate(5.19turn) scale(1)}}@keyframes coinflip-roulette-move-in-81{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.19turn) scale(.5);transform:rotate(5.19turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.19turn) scale(1);transform:rotate(5.19turn) scale(1)}}.event.coinflip .roulette.chosen-segment-82{-webkit-animation-name:coinflip-roulette-chosen-segment-82,coinflip-roulette-move-out-82;animation-name:coinflip-roulette-chosen-segment-82,coinflip-roulette-move-out-82;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-82.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-82,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-82,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-82{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.18turn);transform:rotate(5.18turn)}}@keyframes coinflip-roulette-chosen-segment-82{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.18turn);transform:rotate(5.18turn)}}@-webkit-keyframes coinflip-roulette-move-out-82{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.18turn) scale(1);transform:rotate(5.18turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.18turn) scale(.5);transform:rotate(5.18turn) scale(.5)}}@keyframes coinflip-roulette-move-out-82{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.18turn) scale(1);transform:rotate(5.18turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.18turn) scale(.5);transform:rotate(5.18turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-82{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.18turn) scale(.5);transform:rotate(5.18turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.18turn) scale(1);transform:rotate(5.18turn) scale(1)}}@keyframes coinflip-roulette-move-in-82{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.18turn) scale(.5);transform:rotate(5.18turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.18turn) scale(1);transform:rotate(5.18turn) scale(1)}}.event.coinflip .roulette.chosen-segment-83{-webkit-animation-name:coinflip-roulette-chosen-segment-83,coinflip-roulette-move-out-83;animation-name:coinflip-roulette-chosen-segment-83,coinflip-roulette-move-out-83;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-83.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-83,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-83,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-83{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.17turn);transform:rotate(5.17turn)}}@keyframes coinflip-roulette-chosen-segment-83{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.17turn);transform:rotate(5.17turn)}}@-webkit-keyframes coinflip-roulette-move-out-83{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.17turn) scale(1);transform:rotate(5.17turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.17turn) scale(.5);transform:rotate(5.17turn) scale(.5)}}@keyframes coinflip-roulette-move-out-83{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.17turn) scale(1);transform:rotate(5.17turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.17turn) scale(.5);transform:rotate(5.17turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-83{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.17turn) scale(.5);transform:rotate(5.17turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.17turn) scale(1);transform:rotate(5.17turn) scale(1)}}@keyframes coinflip-roulette-move-in-83{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.17turn) scale(.5);transform:rotate(5.17turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.17turn) scale(1);transform:rotate(5.17turn) scale(1)}}.event.coinflip .roulette.chosen-segment-84{-webkit-animation-name:coinflip-roulette-chosen-segment-84,coinflip-roulette-move-out-84;animation-name:coinflip-roulette-chosen-segment-84,coinflip-roulette-move-out-84;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-84.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-84,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-84,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-84{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.16turn);transform:rotate(5.16turn)}}@keyframes coinflip-roulette-chosen-segment-84{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.16turn);transform:rotate(5.16turn)}}@-webkit-keyframes coinflip-roulette-move-out-84{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.16turn) scale(1);transform:rotate(5.16turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.16turn) scale(.5);transform:rotate(5.16turn) scale(.5)}}@keyframes coinflip-roulette-move-out-84{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.16turn) scale(1);transform:rotate(5.16turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.16turn) scale(.5);transform:rotate(5.16turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-84{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.16turn) scale(.5);transform:rotate(5.16turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.16turn) scale(1);transform:rotate(5.16turn) scale(1)}}@keyframes coinflip-roulette-move-in-84{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.16turn) scale(.5);transform:rotate(5.16turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.16turn) scale(1);transform:rotate(5.16turn) scale(1)}}.event.coinflip .roulette.chosen-segment-85{-webkit-animation-name:coinflip-roulette-chosen-segment-85,coinflip-roulette-move-out-85;animation-name:coinflip-roulette-chosen-segment-85,coinflip-roulette-move-out-85;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-85.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-85,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-85,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-85{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1854deg);transform:rotate(1854deg)}}@keyframes coinflip-roulette-chosen-segment-85{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1854deg);transform:rotate(1854deg)}}@-webkit-keyframes coinflip-roulette-move-out-85{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1854deg) scale(1);transform:rotate(1854deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1854deg) scale(.5);transform:rotate(1854deg) scale(.5)}}@keyframes coinflip-roulette-move-out-85{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1854deg) scale(1);transform:rotate(1854deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1854deg) scale(.5);transform:rotate(1854deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-85{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1854deg) scale(.5);transform:rotate(1854deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1854deg) scale(1);transform:rotate(1854deg) scale(1)}}@keyframes coinflip-roulette-move-in-85{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1854deg) scale(.5);transform:rotate(1854deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1854deg) scale(1);transform:rotate(1854deg) scale(1)}}.event.coinflip .roulette.chosen-segment-86{-webkit-animation-name:coinflip-roulette-chosen-segment-86,coinflip-roulette-move-out-86;animation-name:coinflip-roulette-chosen-segment-86,coinflip-roulette-move-out-86;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-86.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-86,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-86,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-86{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1850.4deg);transform:rotate(1850.4deg)}}@keyframes coinflip-roulette-chosen-segment-86{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1850.4deg);transform:rotate(1850.4deg)}}@-webkit-keyframes coinflip-roulette-move-out-86{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1850.4deg) scale(1);transform:rotate(1850.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1850.4deg) scale(.5);transform:rotate(1850.4deg) scale(.5)}}@keyframes coinflip-roulette-move-out-86{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1850.4deg) scale(1);transform:rotate(1850.4deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1850.4deg) scale(.5);transform:rotate(1850.4deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-86{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1850.4deg) scale(.5);transform:rotate(1850.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1850.4deg) scale(1);transform:rotate(1850.4deg) scale(1)}}@keyframes coinflip-roulette-move-in-86{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1850.4deg) scale(.5);transform:rotate(1850.4deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1850.4deg) scale(1);transform:rotate(1850.4deg) scale(1)}}.event.coinflip .roulette.chosen-segment-87{-webkit-animation-name:coinflip-roulette-chosen-segment-87,coinflip-roulette-move-out-87;animation-name:coinflip-roulette-chosen-segment-87,coinflip-roulette-move-out-87;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-87.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-87,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-87,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-87{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.13turn);transform:rotate(5.13turn)}}@keyframes coinflip-roulette-chosen-segment-87{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.13turn);transform:rotate(5.13turn)}}@-webkit-keyframes coinflip-roulette-move-out-87{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.13turn) scale(1);transform:rotate(5.13turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.13turn) scale(.5);transform:rotate(5.13turn) scale(.5)}}@keyframes coinflip-roulette-move-out-87{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.13turn) scale(1);transform:rotate(5.13turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.13turn) scale(.5);transform:rotate(5.13turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-87{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.13turn) scale(.5);transform:rotate(5.13turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.13turn) scale(1);transform:rotate(5.13turn) scale(1)}}@keyframes coinflip-roulette-move-in-87{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.13turn) scale(.5);transform:rotate(5.13turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.13turn) scale(1);transform:rotate(5.13turn) scale(1)}}.event.coinflip .roulette.chosen-segment-88{-webkit-animation-name:coinflip-roulette-chosen-segment-88,coinflip-roulette-move-out-88;animation-name:coinflip-roulette-chosen-segment-88,coinflip-roulette-move-out-88;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-88.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-88,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-88,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-88{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.12turn);transform:rotate(5.12turn)}}@keyframes coinflip-roulette-chosen-segment-88{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.12turn);transform:rotate(5.12turn)}}@-webkit-keyframes coinflip-roulette-move-out-88{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.12turn) scale(1);transform:rotate(5.12turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.12turn) scale(.5);transform:rotate(5.12turn) scale(.5)}}@keyframes coinflip-roulette-move-out-88{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.12turn) scale(1);transform:rotate(5.12turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.12turn) scale(.5);transform:rotate(5.12turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-88{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.12turn) scale(.5);transform:rotate(5.12turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.12turn) scale(1);transform:rotate(5.12turn) scale(1)}}@keyframes coinflip-roulette-move-in-88{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.12turn) scale(.5);transform:rotate(5.12turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.12turn) scale(1);transform:rotate(5.12turn) scale(1)}}.event.coinflip .roulette.chosen-segment-89{-webkit-animation-name:coinflip-roulette-chosen-segment-89,coinflip-roulette-move-out-89;animation-name:coinflip-roulette-chosen-segment-89,coinflip-roulette-move-out-89;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-89.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-89,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-89,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-89{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1839.6deg);transform:rotate(1839.6deg)}}@keyframes coinflip-roulette-chosen-segment-89{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1839.6deg);transform:rotate(1839.6deg)}}@-webkit-keyframes coinflip-roulette-move-out-89{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1839.6deg) scale(1);transform:rotate(1839.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1839.6deg) scale(.5);transform:rotate(1839.6deg) scale(.5)}}@keyframes coinflip-roulette-move-out-89{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1839.6deg) scale(1);transform:rotate(1839.6deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1839.6deg) scale(.5);transform:rotate(1839.6deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-89{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1839.6deg) scale(.5);transform:rotate(1839.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1839.6deg) scale(1);transform:rotate(1839.6deg) scale(1)}}@keyframes coinflip-roulette-move-in-89{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1839.6deg) scale(.5);transform:rotate(1839.6deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1839.6deg) scale(1);transform:rotate(1839.6deg) scale(1)}}.event.coinflip .roulette.chosen-segment-90{-webkit-animation-name:coinflip-roulette-chosen-segment-90,coinflip-roulette-move-out-90;animation-name:coinflip-roulette-chosen-segment-90,coinflip-roulette-move-out-90;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-90.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-90,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-90,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-90{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1836deg);transform:rotate(1836deg)}}@keyframes coinflip-roulette-chosen-segment-90{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1836deg);transform:rotate(1836deg)}}@-webkit-keyframes coinflip-roulette-move-out-90{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1836deg) scale(1);transform:rotate(1836deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1836deg) scale(.5);transform:rotate(1836deg) scale(.5)}}@keyframes coinflip-roulette-move-out-90{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1836deg) scale(1);transform:rotate(1836deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1836deg) scale(.5);transform:rotate(1836deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-90{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1836deg) scale(.5);transform:rotate(1836deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1836deg) scale(1);transform:rotate(1836deg) scale(1)}}@keyframes coinflip-roulette-move-in-90{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1836deg) scale(.5);transform:rotate(1836deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1836deg) scale(1);transform:rotate(1836deg) scale(1)}}.event.coinflip .roulette.chosen-segment-91{-webkit-animation-name:coinflip-roulette-chosen-segment-91,coinflip-roulette-move-out-91;animation-name:coinflip-roulette-chosen-segment-91,coinflip-roulette-move-out-91;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-91.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-91,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-91,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-91{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.09turn);transform:rotate(5.09turn)}}@keyframes coinflip-roulette-chosen-segment-91{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.09turn);transform:rotate(5.09turn)}}@-webkit-keyframes coinflip-roulette-move-out-91{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.09turn) scale(1);transform:rotate(5.09turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.09turn) scale(.5);transform:rotate(5.09turn) scale(.5)}}@keyframes coinflip-roulette-move-out-91{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.09turn) scale(1);transform:rotate(5.09turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.09turn) scale(.5);transform:rotate(5.09turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-91{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.09turn) scale(.5);transform:rotate(5.09turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.09turn) scale(1);transform:rotate(5.09turn) scale(1)}}@keyframes coinflip-roulette-move-in-91{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.09turn) scale(.5);transform:rotate(5.09turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.09turn) scale(1);transform:rotate(5.09turn) scale(1)}}.event.coinflip .roulette.chosen-segment-92{-webkit-animation-name:coinflip-roulette-chosen-segment-92,coinflip-roulette-move-out-92;animation-name:coinflip-roulette-chosen-segment-92,coinflip-roulette-move-out-92;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-92.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-92,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-92,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-92{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.08turn);transform:rotate(5.08turn)}}@keyframes coinflip-roulette-chosen-segment-92{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.08turn);transform:rotate(5.08turn)}}@-webkit-keyframes coinflip-roulette-move-out-92{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.08turn) scale(1);transform:rotate(5.08turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.08turn) scale(.5);transform:rotate(5.08turn) scale(.5)}}@keyframes coinflip-roulette-move-out-92{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.08turn) scale(1);transform:rotate(5.08turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.08turn) scale(.5);transform:rotate(5.08turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-92{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.08turn) scale(.5);transform:rotate(5.08turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.08turn) scale(1);transform:rotate(5.08turn) scale(1)}}@keyframes coinflip-roulette-move-in-92{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.08turn) scale(.5);transform:rotate(5.08turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.08turn) scale(1);transform:rotate(5.08turn) scale(1)}}.event.coinflip .roulette.chosen-segment-93{-webkit-animation-name:coinflip-roulette-chosen-segment-93,coinflip-roulette-move-out-93;animation-name:coinflip-roulette-chosen-segment-93,coinflip-roulette-move-out-93;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-93.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-93,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-93,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-93{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.07turn);transform:rotate(5.07turn)}}@keyframes coinflip-roulette-chosen-segment-93{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.07turn);transform:rotate(5.07turn)}}@-webkit-keyframes coinflip-roulette-move-out-93{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.07turn) scale(1);transform:rotate(5.07turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.07turn) scale(.5);transform:rotate(5.07turn) scale(.5)}}@keyframes coinflip-roulette-move-out-93{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.07turn) scale(1);transform:rotate(5.07turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.07turn) scale(.5);transform:rotate(5.07turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-93{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.07turn) scale(.5);transform:rotate(5.07turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.07turn) scale(1);transform:rotate(5.07turn) scale(1)}}@keyframes coinflip-roulette-move-in-93{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.07turn) scale(.5);transform:rotate(5.07turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.07turn) scale(1);transform:rotate(5.07turn) scale(1)}}.event.coinflip .roulette.chosen-segment-94{-webkit-animation-name:coinflip-roulette-chosen-segment-94,coinflip-roulette-move-out-94;animation-name:coinflip-roulette-chosen-segment-94,coinflip-roulette-move-out-94;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-94.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-94,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-94,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-94{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.06turn);transform:rotate(5.06turn)}}@keyframes coinflip-roulette-chosen-segment-94{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.06turn);transform:rotate(5.06turn)}}@-webkit-keyframes coinflip-roulette-move-out-94{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.06turn) scale(1);transform:rotate(5.06turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.06turn) scale(.5);transform:rotate(5.06turn) scale(.5)}}@keyframes coinflip-roulette-move-out-94{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.06turn) scale(1);transform:rotate(5.06turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.06turn) scale(.5);transform:rotate(5.06turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-94{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.06turn) scale(.5);transform:rotate(5.06turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.06turn) scale(1);transform:rotate(5.06turn) scale(1)}}@keyframes coinflip-roulette-move-in-94{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.06turn) scale(.5);transform:rotate(5.06turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.06turn) scale(1);transform:rotate(5.06turn) scale(1)}}.event.coinflip .roulette.chosen-segment-95{-webkit-animation-name:coinflip-roulette-chosen-segment-95,coinflip-roulette-move-out-95;animation-name:coinflip-roulette-chosen-segment-95,coinflip-roulette-move-out-95;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-95.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-95,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-95,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-95{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1818deg);transform:rotate(1818deg)}}@keyframes coinflip-roulette-chosen-segment-95{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1818deg);transform:rotate(1818deg)}}@-webkit-keyframes coinflip-roulette-move-out-95{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1818deg) scale(1);transform:rotate(1818deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1818deg) scale(.5);transform:rotate(1818deg) scale(.5)}}@keyframes coinflip-roulette-move-out-95{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1818deg) scale(1);transform:rotate(1818deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1818deg) scale(.5);transform:rotate(1818deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-95{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1818deg) scale(.5);transform:rotate(1818deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1818deg) scale(1);transform:rotate(1818deg) scale(1)}}@keyframes coinflip-roulette-move-in-95{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1818deg) scale(.5);transform:rotate(1818deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1818deg) scale(1);transform:rotate(1818deg) scale(1)}}.event.coinflip .roulette.chosen-segment-96{-webkit-animation-name:coinflip-roulette-chosen-segment-96,coinflip-roulette-move-out-96;animation-name:coinflip-roulette-chosen-segment-96,coinflip-roulette-move-out-96;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-96.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-96,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-96,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-96{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.04turn);transform:rotate(5.04turn)}}@keyframes coinflip-roulette-chosen-segment-96{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.04turn);transform:rotate(5.04turn)}}@-webkit-keyframes coinflip-roulette-move-out-96{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.04turn) scale(1);transform:rotate(5.04turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.04turn) scale(.5);transform:rotate(5.04turn) scale(.5)}}@keyframes coinflip-roulette-move-out-96{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.04turn) scale(1);transform:rotate(5.04turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.04turn) scale(.5);transform:rotate(5.04turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-96{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.04turn) scale(.5);transform:rotate(5.04turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.04turn) scale(1);transform:rotate(5.04turn) scale(1)}}@keyframes coinflip-roulette-move-in-96{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.04turn) scale(.5);transform:rotate(5.04turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.04turn) scale(1);transform:rotate(5.04turn) scale(1)}}.event.coinflip .roulette.chosen-segment-97{-webkit-animation-name:coinflip-roulette-chosen-segment-97,coinflip-roulette-move-out-97;animation-name:coinflip-roulette-chosen-segment-97,coinflip-roulette-move-out-97;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-97.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-97,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-97,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-97{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.03turn);transform:rotate(5.03turn)}}@keyframes coinflip-roulette-chosen-segment-97{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.03turn);transform:rotate(5.03turn)}}@-webkit-keyframes coinflip-roulette-move-out-97{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.03turn) scale(1);transform:rotate(5.03turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.03turn) scale(.5);transform:rotate(5.03turn) scale(.5)}}@keyframes coinflip-roulette-move-out-97{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.03turn) scale(1);transform:rotate(5.03turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.03turn) scale(.5);transform:rotate(5.03turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-97{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.03turn) scale(.5);transform:rotate(5.03turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.03turn) scale(1);transform:rotate(5.03turn) scale(1)}}@keyframes coinflip-roulette-move-in-97{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.03turn) scale(.5);transform:rotate(5.03turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.03turn) scale(1);transform:rotate(5.03turn) scale(1)}}.event.coinflip .roulette.chosen-segment-98{-webkit-animation-name:coinflip-roulette-chosen-segment-98,coinflip-roulette-move-out-98;animation-name:coinflip-roulette-chosen-segment-98,coinflip-roulette-move-out-98;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-98.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-98,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-98,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-98{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1807.2deg);transform:rotate(1807.2deg)}}@keyframes coinflip-roulette-chosen-segment-98{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1807.2deg);transform:rotate(1807.2deg)}}@-webkit-keyframes coinflip-roulette-move-out-98{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1807.2deg) scale(1);transform:rotate(1807.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1807.2deg) scale(.5);transform:rotate(1807.2deg) scale(.5)}}@keyframes coinflip-roulette-move-out-98{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(1807.2deg) scale(1);transform:rotate(1807.2deg) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1807.2deg) scale(.5);transform:rotate(1807.2deg) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-98{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1807.2deg) scale(.5);transform:rotate(1807.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1807.2deg) scale(1);transform:rotate(1807.2deg) scale(1)}}@keyframes coinflip-roulette-move-in-98{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(1807.2deg) scale(.5);transform:rotate(1807.2deg) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(1807.2deg) scale(1);transform:rotate(1807.2deg) scale(1)}}.event.coinflip .roulette.chosen-segment-99{-webkit-animation-name:coinflip-roulette-chosen-segment-99,coinflip-roulette-move-out-99;animation-name:coinflip-roulette-chosen-segment-99,coinflip-roulette-move-out-99;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-99.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-99,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-99,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-99{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.01turn);transform:rotate(5.01turn)}}@keyframes coinflip-roulette-chosen-segment-99{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5.01turn);transform:rotate(5.01turn)}}@-webkit-keyframes coinflip-roulette-move-out-99{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.01turn) scale(1);transform:rotate(5.01turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.01turn) scale(.5);transform:rotate(5.01turn) scale(.5)}}@keyframes coinflip-roulette-move-out-99{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5.01turn) scale(1);transform:rotate(5.01turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.01turn) scale(.5);transform:rotate(5.01turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-99{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.01turn) scale(.5);transform:rotate(5.01turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.01turn) scale(1);transform:rotate(5.01turn) scale(1)}}@keyframes coinflip-roulette-move-in-99{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5.01turn) scale(.5);transform:rotate(5.01turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5.01turn) scale(1);transform:rotate(5.01turn) scale(1)}}.event.coinflip .roulette.chosen-segment-100{-webkit-animation-name:coinflip-roulette-chosen-segment-100,coinflip-roulette-move-out-100;animation-name:coinflip-roulette-chosen-segment-100,coinflip-roulette-move-out-100;-webkit-animation-duration:7s,2s;animation-duration:7s,2s;-webkit-animation-delay:2s,18.5s;animation-delay:2s,18.5s;-webkit-animation-timing-function:ease-in-out,ease;animation-timing-function:ease-in-out,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette.chosen-segment-100.chosen-side{-webkit-animation-name:coinflip-roulette-move-in-100,coinflip-roulette-spin-move-coin;animation-name:coinflip-roulette-move-in-100,coinflip-roulette-spin-move-coin;-webkit-animation-duration:2s,4s;animation-duration:2s,4s;-webkit-animation-delay:0s,3.5s;animation-delay:0s,3.5s;-webkit-animation-timing-function:ease,ease-out;animation-timing-function:ease,ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-roulette-chosen-segment-100{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5turn);transform:rotate(5turn)}}@keyframes coinflip-roulette-chosen-segment-100{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(5turn);transform:rotate(5turn)}}@-webkit-keyframes coinflip-roulette-move-out-100{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5turn) scale(1);transform:rotate(5turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5turn) scale(.5);transform:rotate(5turn) scale(.5)}}@keyframes coinflip-roulette-move-out-100{0%{margin-top:250px;margin-left:0;-webkit-transform:rotate(5turn) scale(1);transform:rotate(5turn) scale(1)}to{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5turn) scale(.5);transform:rotate(5turn) scale(.5)}}@-webkit-keyframes coinflip-roulette-move-in-100{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5turn) scale(.5);transform:rotate(5turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5turn) scale(1);transform:rotate(5turn) scale(1)}}@keyframes coinflip-roulette-move-in-100{0%{margin-top:500px;margin-left:-1750px;-webkit-transform:rotate(5turn) scale(.5);transform:rotate(5turn) scale(.5)}to{margin-top:375px;margin-left:0;-webkit-transform:rotate(5turn) scale(1);transform:rotate(5turn) scale(1)}}@-webkit-keyframes coinflip-roulette-spin-move-coin{0%{margin-top:375px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{margin-top:-187.5px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{margin-top:375px}}@keyframes coinflip-roulette-spin-move-coin{0%{margin-top:375px;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{margin-top:-187.5px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{margin-top:375px}}.event.coinflip .roulette .segment{display:inline-block;position:absolute;top:0;left:calc(50% - 10px);box-sizing:border-box;width:20px;height:250px;-webkit-transform-origin:10px 250px;transform-origin:10px 250px;background-color:transparent;border:1px solid #000;-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%)}.event.coinflip .roulette .segment .inner{display:block;width:100%;height:100%;text-align:center;opacity:0;-webkit-animation-name:coinflip-segment-inner-show-text,coinflip-segment-inner-make-coin;animation-name:coinflip-segment-inner-show-text,coinflip-segment-inner-make-coin;-webkit-animation-duration:.4s,.5s;animation-duration:.4s,.5s;-webkit-animation-delay:13.1s,15s;animation-delay:13.1s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes coinflip-segment-inner-show-text{0%{opacity:0}to{opacity:1}}@keyframes coinflip-segment-inner-show-text{0%{opacity:0}to{opacity:1}}@-webkit-keyframes coinflip-segment-inner-make-coin{0%{border-radius:0}to{border-radius:100%}}@keyframes coinflip-segment-inner-make-coin{0%{border-radius:0}to{border-radius:100%}}.event.coinflip .roulette .segment .inner .coin{width:100%;height:100%;border-radius:inherit;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:scale(.99);transform:scale(.99)}.event.coinflip .roulette .segment .inner .coin.land-head,.event.coinflip .roulette .segment .inner .coin.land-tail{-webkit-animation-name:coinflip-segment-coin-rotate;animation-name:coinflip-segment-coin-rotate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:16s;animation-delay:16s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-coin-rotate{0%{-webkit-transform:scale(.99) rotateX(0deg);transform:scale(.99) rotateX(0deg)}50%{-webkit-transform:scale(.99) rotateX(180deg);transform:scale(.99) rotateX(180deg)}to{-webkit-transform:scale(.99) rotateX(1turn);transform:scale(.99) rotateX(1turn)}}@keyframes coinflip-segment-coin-rotate{0%{-webkit-transform:scale(.99) rotateX(0deg);transform:scale(.99) rotateX(0deg)}50%{-webkit-transform:scale(.99) rotateX(180deg);transform:scale(.99) rotateX(180deg)}to{-webkit-transform:scale(.99) rotateX(1turn);transform:scale(.99) rotateX(1turn)}}.event.coinflip .roulette .segment .inner .coin.land-head.chosen-head,.event.coinflip .roulette .segment .inner .coin.land-head.chosen-tail{-webkit-animation-name:coinflip-segment-coin-scale-out,coinflip-segment-coin-spin,coinflip-segment-coin-scale-in-head;animation-name:coinflip-segment-coin-scale-out,coinflip-segment-coin-spin,coinflip-segment-coin-scale-in-head;-webkit-animation-duration:1s,.8s,1s;animation-duration:1s,.8s,1s;-webkit-animation-delay:2s,3.5s,8s;animation-delay:2s,3.5s,8s;-webkit-animation-iteration-count:1,5,1;animation-iteration-count:1,5,1;-webkit-animation-timing-function:ease,linear,ease;animation-timing-function:ease,linear,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.event.coinflip .roulette .segment .inner .coin.land-tail.chosen-head,.event.coinflip .roulette .segment .inner .coin.land-tail.chosen-tail{-webkit-animation-name:coinflip-segment-coin-scale-out,coinflip-segment-coin-spin,coinflip-segment-coin-half-spin,coinflip-segment-coin-scale-in-tail;animation-name:coinflip-segment-coin-scale-out,coinflip-segment-coin-spin,coinflip-segment-coin-half-spin,coinflip-segment-coin-scale-in-tail;-webkit-animation-duration:1s,.8888888889s,.4444444444s,1s;animation-duration:1s,.8888888889s,.4444444444s,1s;-webkit-animation-delay:2s,3.5s,7.0555555556s,8s;animation-delay:2s,3.5s,7.0555555556s,8s;-webkit-animation-iteration-count:1,4,1,1;animation-iteration-count:1,4,1,1;-webkit-animation-timing-function:ease,linear,linear,ease;animation-timing-function:ease,linear,linear,ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-coin-scale-out{0%{-webkit-transform:scale(.99) rotateX(0deg);transform:scale(.99) rotateX(0deg)}to{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}}@keyframes coinflip-segment-coin-scale-out{0%{-webkit-transform:scale(.99) rotateX(0deg);transform:scale(.99) rotateX(0deg)}to{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}}@-webkit-keyframes coinflip-segment-coin-spin{0%{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}50%{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}to{-webkit-transform:scale(.5) rotateX(420deg);transform:scale(.5) rotateX(420deg)}}@keyframes coinflip-segment-coin-spin{0%{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}50%{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}to{-webkit-transform:scale(.5) rotateX(420deg);transform:scale(.5) rotateX(420deg)}}@-webkit-keyframes coinflip-segment-coin-half-spin{0%{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}to{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}}@keyframes coinflip-segment-coin-half-spin{0%{-webkit-transform:scale(.5) rotateX(60deg);transform:scale(.5) rotateX(60deg)}to{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}}@-webkit-keyframes coinflip-segment-coin-scale-in-head{0%{-webkit-transform:scale(.5) rotateX(420deg);transform:scale(.5) rotateX(420deg)}to{-webkit-transform:scale(.99) rotateX(1turn);transform:scale(.99) rotateX(1turn)}}@keyframes coinflip-segment-coin-scale-in-head{0%{-webkit-transform:scale(.5) rotateX(420deg);transform:scale(.5) rotateX(420deg)}to{-webkit-transform:scale(.99) rotateX(1turn);transform:scale(.99) rotateX(1turn)}}@-webkit-keyframes coinflip-segment-coin-scale-in-tail{0%{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}to{-webkit-transform:scale(.99) rotateX(180deg);transform:scale(.99) rotateX(180deg)}}@keyframes coinflip-segment-coin-scale-in-tail{0%{-webkit-transform:scale(.5) rotateX(240deg);transform:scale(.5) rotateX(240deg)}to{-webkit-transform:scale(.99) rotateX(180deg);transform:scale(.99) rotateX(180deg)}}.event.coinflip .roulette .segment .inner .coin .thick{content:"";position:absolute;z-index:-10;top:100px;left:0;right:0;height:10px;background-image:rgba(0,0,0,.25);-webkit-transform:rotateX(-90deg) translateY(5px);transform:rotateX(-90deg) translateY(5px);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.event.coinflip .roulette .segment .inner .coin .back,.event.coinflip .roulette .segment .inner .coin .front,.event.coinflip .roulette .segment .inner .coin:after,.event.coinflip .roulette .segment .inner .coin:before{position:absolute;z-index:1;width:100%;height:100%;border-radius:inherit;overflow:hidden}.event.coinflip .roulette .segment .inner .coin .back,.event.coinflip .roulette .segment .inner .coin .front{display:flex;align-items:center;justify-content:center}.event.coinflip .roulette .segment .inner .coin .front.show-head-image{background-image:url(https://seeklogo.com/images/O/orzel-logo-8EEA8B39E7-seeklogo.com.png);background-size:100% 100%;background-position:50%;background-blend-mode:multiply}.event.coinflip .roulette .segment .inner .coin .back{-webkit-transform:rotateX(180deg) translateZ(11px);transform:rotateX(180deg) translateZ(11px);background-image:url(https://kajkowo.bdrewnowski.ovh/assets/images/subs/miecioch.png);background-size:100% 100%;background-position:50%;background-blend-mode:multiply}.event.coinflip .roulette .segment .inner .coin:after,.event.coinflip .roulette .segment .inner .coin:before{content:"";top:0;left:0;background-image:-webkit-linear-gradient(rgba(0,0,0,.25),hsla(0,0%,100%,.25))}.event.coinflip .roulette .segment .inner .coin:before{-webkit-transform:rotateX(180deg) translateZ(1px);transform:rotateX(180deg) translateZ(1px)}.event.coinflip .roulette .segment .inner .coin:after{-webkit-transform:rotateX(180deg) translateZ(10px);transform:rotateX(180deg) translateZ(10px)}.event.coinflip .roulette .segment:first-child{-webkit-transform:rotate(0deg) translateY(0);transform:rotate(0deg) translateY(0);background-color:#ff0f00}.event.coinflip .roulette .segment:first-child .coin .back,.event.coinflip .roulette .segment:first-child .coin .front,.event.coinflip .roulette .segment:first-child .coin .thick,.event.coinflip .roulette .segment:first-child .coin:after,.event.coinflip .roulette .segment:first-child .coin:before{background-color:#ff0f00;box-shadow:inset 2px -2px 20px #800800}.event.coinflip .roulette .segment:first-child.not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-1;animation-name:coinflip-segment-not-chosen-1;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-1{0%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{opacity:0;-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}@keyframes coinflip-segment-not-chosen-1{0%{opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{opacity:0;-webkit-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0)}}.event.coinflip .roulette .segment:first-child.chosen{-webkit-animation-name:coinflip-segment-pull-1,coinflip-segment-make-coin-1;animation-name:coinflip-segment-pull-1,coinflip-segment-make-coin-1;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-1{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(0);transform:rotate(0deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(-62.5px);transform:rotate(0deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(125px);transform:rotate(0deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(0deg) translateY(125px) translateX(-90px);transform:rotate(0deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-1{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(0);transform:rotate(0deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(-62.5px);transform:rotate(0deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff0f00;border:1px solid #000;-webkit-transform:rotate(0deg) translateY(125px);transform:rotate(0deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(0deg) translateY(125px) translateX(-90px);transform:rotate(0deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-1{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-1{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(2){-webkit-transform:rotate(3.6deg) translateY(0);transform:rotate(3.6deg) translateY(0);background-color:#ff1f00}.event.coinflip .roulette .segment:nth-child(2) .coin .back,.event.coinflip .roulette .segment:nth-child(2) .coin .front,.event.coinflip .roulette .segment:nth-child(2) .coin .thick,.event.coinflip .roulette .segment:nth-child(2) .coin:after,.event.coinflip .roulette .segment:nth-child(2) .coin:before{background-color:#ff1f00;box-shadow:inset 2px -2px 20px #800f00}.event.coinflip .roulette .segment:nth-child(2).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-2;animation-name:coinflip-segment-not-chosen-2;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-2{0%{opacity:1;-webkit-transform:rotate(3.6deg) scale(1);transform:rotate(3.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(3.6deg) scale(0);transform:rotate(3.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-2{0%{opacity:1;-webkit-transform:rotate(3.6deg) scale(1);transform:rotate(3.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(3.6deg) scale(0);transform:rotate(3.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(2).chosen{-webkit-animation-name:coinflip-segment-pull-2,coinflip-segment-make-coin-2;animation-name:coinflip-segment-pull-2,coinflip-segment-make-coin-2;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-2{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(0);transform:rotate(3.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(-62.5px);transform:rotate(3.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(125px);transform:rotate(3.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(3.6deg) translateY(125px) translateX(-90px);transform:rotate(3.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-2{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(0);transform:rotate(3.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(-62.5px);transform:rotate(3.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff1f00;border:1px solid #000;-webkit-transform:rotate(3.6deg) translateY(125px);transform:rotate(3.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(3.6deg) translateY(125px) translateX(-90px);transform:rotate(3.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-2{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-2{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(3){-webkit-transform:rotate(7.2deg) translateY(0);transform:rotate(7.2deg) translateY(0);background-color:#ff2e00}.event.coinflip .roulette .segment:nth-child(3) .coin .back,.event.coinflip .roulette .segment:nth-child(3) .coin .front,.event.coinflip .roulette .segment:nth-child(3) .coin .thick,.event.coinflip .roulette .segment:nth-child(3) .coin:after,.event.coinflip .roulette .segment:nth-child(3) .coin:before{background-color:#ff2e00;box-shadow:inset 2px -2px 20px #801700}.event.coinflip .roulette .segment:nth-child(3).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-3;animation-name:coinflip-segment-not-chosen-3;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-3{0%{opacity:1;-webkit-transform:rotate(7.2deg) scale(1);transform:rotate(7.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(7.2deg) scale(0);transform:rotate(7.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-3{0%{opacity:1;-webkit-transform:rotate(7.2deg) scale(1);transform:rotate(7.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(7.2deg) scale(0);transform:rotate(7.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(3).chosen{-webkit-animation-name:coinflip-segment-pull-3,coinflip-segment-make-coin-3;animation-name:coinflip-segment-pull-3,coinflip-segment-make-coin-3;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-3{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(0);transform:rotate(7.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(-62.5px);transform:rotate(7.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(125px);transform:rotate(7.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(7.2deg) translateY(125px) translateX(-90px);transform:rotate(7.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-3{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(0);transform:rotate(7.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(-62.5px);transform:rotate(7.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff2e00;border:1px solid #000;-webkit-transform:rotate(7.2deg) translateY(125px);transform:rotate(7.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(7.2deg) translateY(125px) translateX(-90px);transform:rotate(7.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-3{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-3{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(4){-webkit-transform:rotate(10.8deg) translateY(0);transform:rotate(10.8deg) translateY(0);background-color:#ff3d00}.event.coinflip .roulette .segment:nth-child(4) .coin .back,.event.coinflip .roulette .segment:nth-child(4) .coin .front,.event.coinflip .roulette .segment:nth-child(4) .coin .thick,.event.coinflip .roulette .segment:nth-child(4) .coin:after,.event.coinflip .roulette .segment:nth-child(4) .coin:before{background-color:#ff3d00;box-shadow:inset 2px -2px 20px #801f00}.event.coinflip .roulette .segment:nth-child(4).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-4;animation-name:coinflip-segment-not-chosen-4;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-4{0%{opacity:1;-webkit-transform:rotate(10.8deg) scale(1);transform:rotate(10.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(10.8deg) scale(0);transform:rotate(10.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-4{0%{opacity:1;-webkit-transform:rotate(10.8deg) scale(1);transform:rotate(10.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(10.8deg) scale(0);transform:rotate(10.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(4).chosen{-webkit-animation-name:coinflip-segment-pull-4,coinflip-segment-make-coin-4;animation-name:coinflip-segment-pull-4,coinflip-segment-make-coin-4;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-4{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(0);transform:rotate(10.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(-62.5px);transform:rotate(10.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(125px);transform:rotate(10.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(10.8deg) translateY(125px) translateX(-90px);transform:rotate(10.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-4{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(0);transform:rotate(10.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(-62.5px);transform:rotate(10.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff3d00;border:1px solid #000;-webkit-transform:rotate(10.8deg) translateY(125px);transform:rotate(10.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(10.8deg) translateY(125px) translateX(-90px);transform:rotate(10.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-4{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-4{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(5){-webkit-transform:rotate(14.4deg) translateY(0);transform:rotate(14.4deg) translateY(0);background-color:#ff4d00}.event.coinflip .roulette .segment:nth-child(5) .coin .back,.event.coinflip .roulette .segment:nth-child(5) .coin .front,.event.coinflip .roulette .segment:nth-child(5) .coin .thick,.event.coinflip .roulette .segment:nth-child(5) .coin:after,.event.coinflip .roulette .segment:nth-child(5) .coin:before{background-color:#ff4d00;box-shadow:inset 2px -2px 20px #802600}.event.coinflip .roulette .segment:nth-child(5).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-5;animation-name:coinflip-segment-not-chosen-5;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-5{0%{opacity:1;-webkit-transform:rotate(14.4deg) scale(1);transform:rotate(14.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(14.4deg) scale(0);transform:rotate(14.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-5{0%{opacity:1;-webkit-transform:rotate(14.4deg) scale(1);transform:rotate(14.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(14.4deg) scale(0);transform:rotate(14.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(5).chosen{-webkit-animation-name:coinflip-segment-pull-5,coinflip-segment-make-coin-5;animation-name:coinflip-segment-pull-5,coinflip-segment-make-coin-5;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-5{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(0);transform:rotate(14.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(-62.5px);transform:rotate(14.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(125px);transform:rotate(14.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(14.4deg) translateY(125px) translateX(-90px);transform:rotate(14.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-5{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(0);transform:rotate(14.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(-62.5px);transform:rotate(14.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff4d00;border:1px solid #000;-webkit-transform:rotate(14.4deg) translateY(125px);transform:rotate(14.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(14.4deg) translateY(125px) translateX(-90px);transform:rotate(14.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-5{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-5{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(6){-webkit-transform:rotate(18deg) translateY(0);transform:rotate(18deg) translateY(0);background-color:#ff5c00}.event.coinflip .roulette .segment:nth-child(6) .coin .back,.event.coinflip .roulette .segment:nth-child(6) .coin .front,.event.coinflip .roulette .segment:nth-child(6) .coin .thick,.event.coinflip .roulette .segment:nth-child(6) .coin:after,.event.coinflip .roulette .segment:nth-child(6) .coin:before{background-color:#ff5c00;box-shadow:inset 2px -2px 20px #802e00}.event.coinflip .roulette .segment:nth-child(6).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-6;animation-name:coinflip-segment-not-chosen-6;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-6{0%{opacity:1;-webkit-transform:rotate(18deg) scale(1);transform:rotate(18deg) scale(1)}to{opacity:0;-webkit-transform:rotate(18deg) scale(0);transform:rotate(18deg) scale(0)}}@keyframes coinflip-segment-not-chosen-6{0%{opacity:1;-webkit-transform:rotate(18deg) scale(1);transform:rotate(18deg) scale(1)}to{opacity:0;-webkit-transform:rotate(18deg) scale(0);transform:rotate(18deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(6).chosen{-webkit-animation-name:coinflip-segment-pull-6,coinflip-segment-make-coin-6;animation-name:coinflip-segment-pull-6,coinflip-segment-make-coin-6;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-6{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(0);transform:rotate(18deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(-62.5px);transform:rotate(18deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(125px);transform:rotate(18deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(18deg) translateY(125px) translateX(-90px);transform:rotate(18deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-6{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(0);transform:rotate(18deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(-62.5px);transform:rotate(18deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff5c00;border:1px solid #000;-webkit-transform:rotate(18deg) translateY(125px);transform:rotate(18deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(18deg) translateY(125px) translateX(-90px);transform:rotate(18deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-6{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-6{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(7){-webkit-transform:rotate(21.6deg) translateY(0);transform:rotate(21.6deg) translateY(0);background-color:#ff6b00}.event.coinflip .roulette .segment:nth-child(7) .coin .back,.event.coinflip .roulette .segment:nth-child(7) .coin .front,.event.coinflip .roulette .segment:nth-child(7) .coin .thick,.event.coinflip .roulette .segment:nth-child(7) .coin:after,.event.coinflip .roulette .segment:nth-child(7) .coin:before{background-color:#ff6b00;box-shadow:inset 2px -2px 20px #803600}.event.coinflip .roulette .segment:nth-child(7).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-7;animation-name:coinflip-segment-not-chosen-7;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-7{0%{opacity:1;-webkit-transform:rotate(21.6deg) scale(1);transform:rotate(21.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(21.6deg) scale(0);transform:rotate(21.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-7{0%{opacity:1;-webkit-transform:rotate(21.6deg) scale(1);transform:rotate(21.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(21.6deg) scale(0);transform:rotate(21.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(7).chosen{-webkit-animation-name:coinflip-segment-pull-7,coinflip-segment-make-coin-7;animation-name:coinflip-segment-pull-7,coinflip-segment-make-coin-7;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-7{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(0);transform:rotate(21.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(-62.5px);transform:rotate(21.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(125px);transform:rotate(21.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(21.6deg) translateY(125px) translateX(-90px);transform:rotate(21.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-7{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(0);transform:rotate(21.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(-62.5px);transform:rotate(21.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff6b00;border:1px solid #000;-webkit-transform:rotate(21.6deg) translateY(125px);transform:rotate(21.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(21.6deg) translateY(125px) translateX(-90px);transform:rotate(21.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-7{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-7{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(8){-webkit-transform:rotate(25.2deg) translateY(0);transform:rotate(25.2deg) translateY(0);background-color:#ff7a00}.event.coinflip .roulette .segment:nth-child(8) .coin .back,.event.coinflip .roulette .segment:nth-child(8) .coin .front,.event.coinflip .roulette .segment:nth-child(8) .coin .thick,.event.coinflip .roulette .segment:nth-child(8) .coin:after,.event.coinflip .roulette .segment:nth-child(8) .coin:before{background-color:#ff7a00;box-shadow:inset 2px -2px 20px #803d00}.event.coinflip .roulette .segment:nth-child(8).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-8;animation-name:coinflip-segment-not-chosen-8;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-8{0%{opacity:1;-webkit-transform:rotate(25.2deg) scale(1);transform:rotate(25.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(25.2deg) scale(0);transform:rotate(25.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-8{0%{opacity:1;-webkit-transform:rotate(25.2deg) scale(1);transform:rotate(25.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(25.2deg) scale(0);transform:rotate(25.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(8).chosen{-webkit-animation-name:coinflip-segment-pull-8,coinflip-segment-make-coin-8;animation-name:coinflip-segment-pull-8,coinflip-segment-make-coin-8;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-8{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(0);transform:rotate(25.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(-62.5px);transform:rotate(25.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(125px);transform:rotate(25.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(25.2deg) translateY(125px) translateX(-90px);transform:rotate(25.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-8{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(0);transform:rotate(25.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(-62.5px);transform:rotate(25.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff7a00;border:1px solid #000;-webkit-transform:rotate(25.2deg) translateY(125px);transform:rotate(25.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(25.2deg) translateY(125px) translateX(-90px);transform:rotate(25.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-8{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-8{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(9){-webkit-transform:rotate(28.8deg) translateY(0);transform:rotate(28.8deg) translateY(0);background-color:#ff8a00}.event.coinflip .roulette .segment:nth-child(9) .coin .back,.event.coinflip .roulette .segment:nth-child(9) .coin .front,.event.coinflip .roulette .segment:nth-child(9) .coin .thick,.event.coinflip .roulette .segment:nth-child(9) .coin:after,.event.coinflip .roulette .segment:nth-child(9) .coin:before{background-color:#ff8a00;box-shadow:inset 2px -2px 20px #804500}.event.coinflip .roulette .segment:nth-child(9).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-9;animation-name:coinflip-segment-not-chosen-9;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-9{0%{opacity:1;-webkit-transform:rotate(28.8deg) scale(1);transform:rotate(28.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(28.8deg) scale(0);transform:rotate(28.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-9{0%{opacity:1;-webkit-transform:rotate(28.8deg) scale(1);transform:rotate(28.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(28.8deg) scale(0);transform:rotate(28.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(9).chosen{-webkit-animation-name:coinflip-segment-pull-9,coinflip-segment-make-coin-9;animation-name:coinflip-segment-pull-9,coinflip-segment-make-coin-9;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-9{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(0);transform:rotate(28.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(-62.5px);transform:rotate(28.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(125px);transform:rotate(28.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(28.8deg) translateY(125px) translateX(-90px);transform:rotate(28.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-9{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(0);transform:rotate(28.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(-62.5px);transform:rotate(28.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff8a00;border:1px solid #000;-webkit-transform:rotate(28.8deg) translateY(125px);transform:rotate(28.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(28.8deg) translateY(125px) translateX(-90px);transform:rotate(28.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-9{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-9{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(10){-webkit-transform:rotate(32.4deg) translateY(0);transform:rotate(32.4deg) translateY(0);background-color:#f90}.event.coinflip .roulette .segment:nth-child(10) .coin .back,.event.coinflip .roulette .segment:nth-child(10) .coin .front,.event.coinflip .roulette .segment:nth-child(10) .coin .thick,.event.coinflip .roulette .segment:nth-child(10) .coin:after,.event.coinflip .roulette .segment:nth-child(10) .coin:before{background-color:#f90;box-shadow:inset 2px -2px 20px #804d00}.event.coinflip .roulette .segment:nth-child(10).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-10;animation-name:coinflip-segment-not-chosen-10;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-10{0%{opacity:1;-webkit-transform:rotate(32.4deg) scale(1);transform:rotate(32.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(32.4deg) scale(0);transform:rotate(32.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-10{0%{opacity:1;-webkit-transform:rotate(32.4deg) scale(1);transform:rotate(32.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(32.4deg) scale(0);transform:rotate(32.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(10).chosen{-webkit-animation-name:coinflip-segment-pull-10,coinflip-segment-make-coin-10;animation-name:coinflip-segment-pull-10,coinflip-segment-make-coin-10;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-10{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(0);transform:rotate(32.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(-62.5px);transform:rotate(32.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(125px);transform:rotate(32.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(32.4deg) translateY(125px) translateX(-90px);transform:rotate(32.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-10{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(0);transform:rotate(32.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(-62.5px);transform:rotate(32.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f90;border:1px solid #000;-webkit-transform:rotate(32.4deg) translateY(125px);transform:rotate(32.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(32.4deg) translateY(125px) translateX(-90px);transform:rotate(32.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-10{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-10{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(11){-webkit-transform:rotate(36deg) translateY(0);transform:rotate(36deg) translateY(0);background-color:#ffa800}.event.coinflip .roulette .segment:nth-child(11) .coin .back,.event.coinflip .roulette .segment:nth-child(11) .coin .front,.event.coinflip .roulette .segment:nth-child(11) .coin .thick,.event.coinflip .roulette .segment:nth-child(11) .coin:after,.event.coinflip .roulette .segment:nth-child(11) .coin:before{background-color:#ffa800;box-shadow:inset 2px -2px 20px #805400}.event.coinflip .roulette .segment:nth-child(11).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-11;animation-name:coinflip-segment-not-chosen-11;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-11{0%{opacity:1;-webkit-transform:rotate(36deg) scale(1);transform:rotate(36deg) scale(1)}to{opacity:0;-webkit-transform:rotate(36deg) scale(0);transform:rotate(36deg) scale(0)}}@keyframes coinflip-segment-not-chosen-11{0%{opacity:1;-webkit-transform:rotate(36deg) scale(1);transform:rotate(36deg) scale(1)}to{opacity:0;-webkit-transform:rotate(36deg) scale(0);transform:rotate(36deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(11).chosen{-webkit-animation-name:coinflip-segment-pull-11,coinflip-segment-make-coin-11;animation-name:coinflip-segment-pull-11,coinflip-segment-make-coin-11;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-11{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(0);transform:rotate(36deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(-62.5px);transform:rotate(36deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(125px);transform:rotate(36deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(36deg) translateY(125px) translateX(-90px);transform:rotate(36deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-11{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(0);transform:rotate(36deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(-62.5px);transform:rotate(36deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffa800;border:1px solid #000;-webkit-transform:rotate(36deg) translateY(125px);transform:rotate(36deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(36deg) translateY(125px) translateX(-90px);transform:rotate(36deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-11{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-11{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(12){-webkit-transform:rotate(39.6deg) translateY(0);transform:rotate(39.6deg) translateY(0);background-color:#ffb800}.event.coinflip .roulette .segment:nth-child(12) .coin .back,.event.coinflip .roulette .segment:nth-child(12) .coin .front,.event.coinflip .roulette .segment:nth-child(12) .coin .thick,.event.coinflip .roulette .segment:nth-child(12) .coin:after,.event.coinflip .roulette .segment:nth-child(12) .coin:before{background-color:#ffb800;box-shadow:inset 2px -2px 20px #805c00}.event.coinflip .roulette .segment:nth-child(12).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-12;animation-name:coinflip-segment-not-chosen-12;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-12{0%{opacity:1;-webkit-transform:rotate(39.6deg) scale(1);transform:rotate(39.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(39.6deg) scale(0);transform:rotate(39.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-12{0%{opacity:1;-webkit-transform:rotate(39.6deg) scale(1);transform:rotate(39.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(39.6deg) scale(0);transform:rotate(39.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(12).chosen{-webkit-animation-name:coinflip-segment-pull-12,coinflip-segment-make-coin-12;animation-name:coinflip-segment-pull-12,coinflip-segment-make-coin-12;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-12{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(0);transform:rotate(39.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(-62.5px);transform:rotate(39.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(125px);transform:rotate(39.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(39.6deg) translateY(125px) translateX(-90px);transform:rotate(39.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-12{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(0);transform:rotate(39.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(-62.5px);transform:rotate(39.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffb800;border:1px solid #000;-webkit-transform:rotate(39.6deg) translateY(125px);transform:rotate(39.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(39.6deg) translateY(125px) translateX(-90px);transform:rotate(39.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-12{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-12{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(13){-webkit-transform:rotate(43.2deg) translateY(0);transform:rotate(43.2deg) translateY(0);background-color:#ffc700}.event.coinflip .roulette .segment:nth-child(13) .coin .back,.event.coinflip .roulette .segment:nth-child(13) .coin .front,.event.coinflip .roulette .segment:nth-child(13) .coin .thick,.event.coinflip .roulette .segment:nth-child(13) .coin:after,.event.coinflip .roulette .segment:nth-child(13) .coin:before{background-color:#ffc700;box-shadow:inset 2px -2px 20px #806300}.event.coinflip .roulette .segment:nth-child(13).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-13;animation-name:coinflip-segment-not-chosen-13;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-13{0%{opacity:1;-webkit-transform:rotate(43.2deg) scale(1);transform:rotate(43.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(43.2deg) scale(0);transform:rotate(43.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-13{0%{opacity:1;-webkit-transform:rotate(43.2deg) scale(1);transform:rotate(43.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(43.2deg) scale(0);transform:rotate(43.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(13).chosen{-webkit-animation-name:coinflip-segment-pull-13,coinflip-segment-make-coin-13;animation-name:coinflip-segment-pull-13,coinflip-segment-make-coin-13;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-13{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(0);transform:rotate(43.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(-62.5px);transform:rotate(43.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(125px);transform:rotate(43.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(43.2deg) translateY(125px) translateX(-90px);transform:rotate(43.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-13{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(0);transform:rotate(43.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(-62.5px);transform:rotate(43.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffc700;border:1px solid #000;-webkit-transform:rotate(43.2deg) translateY(125px);transform:rotate(43.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(43.2deg) translateY(125px) translateX(-90px);transform:rotate(43.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-13{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-13{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(14){-webkit-transform:rotate(46.8deg) translateY(0);transform:rotate(46.8deg) translateY(0);background-color:#ffd600}.event.coinflip .roulette .segment:nth-child(14) .coin .back,.event.coinflip .roulette .segment:nth-child(14) .coin .front,.event.coinflip .roulette .segment:nth-child(14) .coin .thick,.event.coinflip .roulette .segment:nth-child(14) .coin:after,.event.coinflip .roulette .segment:nth-child(14) .coin:before{background-color:#ffd600;box-shadow:inset 2px -2px 20px #806b00}.event.coinflip .roulette .segment:nth-child(14).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-14;animation-name:coinflip-segment-not-chosen-14;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-14{0%{opacity:1;-webkit-transform:rotate(46.8deg) scale(1);transform:rotate(46.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(46.8deg) scale(0);transform:rotate(46.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-14{0%{opacity:1;-webkit-transform:rotate(46.8deg) scale(1);transform:rotate(46.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(46.8deg) scale(0);transform:rotate(46.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(14).chosen{-webkit-animation-name:coinflip-segment-pull-14,coinflip-segment-make-coin-14;animation-name:coinflip-segment-pull-14,coinflip-segment-make-coin-14;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-14{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(0);transform:rotate(46.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(-62.5px);transform:rotate(46.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(125px);transform:rotate(46.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(46.8deg) translateY(125px) translateX(-90px);transform:rotate(46.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-14{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(0);transform:rotate(46.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(-62.5px);transform:rotate(46.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffd600;border:1px solid #000;-webkit-transform:rotate(46.8deg) translateY(125px);transform:rotate(46.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(46.8deg) translateY(125px) translateX(-90px);transform:rotate(46.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-14{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-14{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(15){-webkit-transform:rotate(50.4deg) translateY(0);transform:rotate(50.4deg) translateY(0);background-color:#ffe600}.event.coinflip .roulette .segment:nth-child(15) .coin .back,.event.coinflip .roulette .segment:nth-child(15) .coin .front,.event.coinflip .roulette .segment:nth-child(15) .coin .thick,.event.coinflip .roulette .segment:nth-child(15) .coin:after,.event.coinflip .roulette .segment:nth-child(15) .coin:before{background-color:#ffe600;box-shadow:inset 2px -2px 20px #807300}.event.coinflip .roulette .segment:nth-child(15).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-15;animation-name:coinflip-segment-not-chosen-15;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-15{0%{opacity:1;-webkit-transform:rotate(50.4deg) scale(1);transform:rotate(50.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(50.4deg) scale(0);transform:rotate(50.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-15{0%{opacity:1;-webkit-transform:rotate(50.4deg) scale(1);transform:rotate(50.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(50.4deg) scale(0);transform:rotate(50.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(15).chosen{-webkit-animation-name:coinflip-segment-pull-15,coinflip-segment-make-coin-15;animation-name:coinflip-segment-pull-15,coinflip-segment-make-coin-15;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-15{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(0);transform:rotate(50.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(-62.5px);transform:rotate(50.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(125px);transform:rotate(50.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(50.4deg) translateY(125px) translateX(-90px);transform:rotate(50.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-15{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(0);transform:rotate(50.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(-62.5px);transform:rotate(50.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ffe600;border:1px solid #000;-webkit-transform:rotate(50.4deg) translateY(125px);transform:rotate(50.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(50.4deg) translateY(125px) translateX(-90px);transform:rotate(50.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-15{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-15{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(16){-webkit-transform:rotate(54deg) translateY(0);transform:rotate(54deg) translateY(0);background-color:#fff500}.event.coinflip .roulette .segment:nth-child(16) .coin .back,.event.coinflip .roulette .segment:nth-child(16) .coin .front,.event.coinflip .roulette .segment:nth-child(16) .coin .thick,.event.coinflip .roulette .segment:nth-child(16) .coin:after,.event.coinflip .roulette .segment:nth-child(16) .coin:before{background-color:#fff500;box-shadow:inset 2px -2px 20px #807a00}.event.coinflip .roulette .segment:nth-child(16).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-16;animation-name:coinflip-segment-not-chosen-16;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-16{0%{opacity:1;-webkit-transform:rotate(54deg) scale(1);transform:rotate(54deg) scale(1)}to{opacity:0;-webkit-transform:rotate(54deg) scale(0);transform:rotate(54deg) scale(0)}}@keyframes coinflip-segment-not-chosen-16{0%{opacity:1;-webkit-transform:rotate(54deg) scale(1);transform:rotate(54deg) scale(1)}to{opacity:0;-webkit-transform:rotate(54deg) scale(0);transform:rotate(54deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(16).chosen{-webkit-animation-name:coinflip-segment-pull-16,coinflip-segment-make-coin-16;animation-name:coinflip-segment-pull-16,coinflip-segment-make-coin-16;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-16{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(0);transform:rotate(54deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(-62.5px);transform:rotate(54deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(125px);transform:rotate(54deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(54deg) translateY(125px) translateX(-90px);transform:rotate(54deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-16{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(0);transform:rotate(54deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(-62.5px);transform:rotate(54deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fff500;border:1px solid #000;-webkit-transform:rotate(54deg) translateY(125px);transform:rotate(54deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(54deg) translateY(125px) translateX(-90px);transform:rotate(54deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-16{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-16{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(17){-webkit-transform:rotate(57.6deg) translateY(0);transform:rotate(57.6deg) translateY(0);background-color:#faff00}.event.coinflip .roulette .segment:nth-child(17) .coin .back,.event.coinflip .roulette .segment:nth-child(17) .coin .front,.event.coinflip .roulette .segment:nth-child(17) .coin .thick,.event.coinflip .roulette .segment:nth-child(17) .coin:after,.event.coinflip .roulette .segment:nth-child(17) .coin:before{background-color:#faff00;box-shadow:inset 2px -2px 20px #7d8000}.event.coinflip .roulette .segment:nth-child(17).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-17;animation-name:coinflip-segment-not-chosen-17;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-17{0%{opacity:1;-webkit-transform:rotate(57.6deg) scale(1);transform:rotate(57.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(57.6deg) scale(0);transform:rotate(57.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-17{0%{opacity:1;-webkit-transform:rotate(57.6deg) scale(1);transform:rotate(57.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(57.6deg) scale(0);transform:rotate(57.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(17).chosen{-webkit-animation-name:coinflip-segment-pull-17,coinflip-segment-make-coin-17;animation-name:coinflip-segment-pull-17,coinflip-segment-make-coin-17;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-17{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(0);transform:rotate(57.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(-62.5px);transform:rotate(57.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(125px);transform:rotate(57.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(57.6deg) translateY(125px) translateX(-90px);transform:rotate(57.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-17{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(0);transform:rotate(57.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(-62.5px);transform:rotate(57.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#faff00;border:1px solid #000;-webkit-transform:rotate(57.6deg) translateY(125px);transform:rotate(57.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(57.6deg) translateY(125px) translateX(-90px);transform:rotate(57.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-17{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-17{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(18){-webkit-transform:rotate(61.2deg) translateY(0);transform:rotate(61.2deg) translateY(0);background-color:#ebff00}.event.coinflip .roulette .segment:nth-child(18) .coin .back,.event.coinflip .roulette .segment:nth-child(18) .coin .front,.event.coinflip .roulette .segment:nth-child(18) .coin .thick,.event.coinflip .roulette .segment:nth-child(18) .coin:after,.event.coinflip .roulette .segment:nth-child(18) .coin:before{background-color:#ebff00;box-shadow:inset 2px -2px 20px #758000}.event.coinflip .roulette .segment:nth-child(18).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-18;animation-name:coinflip-segment-not-chosen-18;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-18{0%{opacity:1;-webkit-transform:rotate(61.2deg) scale(1);transform:rotate(61.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(61.2deg) scale(0);transform:rotate(61.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-18{0%{opacity:1;-webkit-transform:rotate(61.2deg) scale(1);transform:rotate(61.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(61.2deg) scale(0);transform:rotate(61.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(18).chosen{-webkit-animation-name:coinflip-segment-pull-18,coinflip-segment-make-coin-18;animation-name:coinflip-segment-pull-18,coinflip-segment-make-coin-18;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-18{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(0);transform:rotate(61.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(-62.5px);transform:rotate(61.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(125px);transform:rotate(61.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(61.2deg) translateY(125px) translateX(-90px);transform:rotate(61.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-18{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(0);transform:rotate(61.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(-62.5px);transform:rotate(61.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ebff00;border:1px solid #000;-webkit-transform:rotate(61.2deg) translateY(125px);transform:rotate(61.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(61.2deg) translateY(125px) translateX(-90px);transform:rotate(61.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-18{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-18{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(19){-webkit-transform:rotate(64.8deg) translateY(0);transform:rotate(64.8deg) translateY(0);background-color:#dbff00}.event.coinflip .roulette .segment:nth-child(19) .coin .back,.event.coinflip .roulette .segment:nth-child(19) .coin .front,.event.coinflip .roulette .segment:nth-child(19) .coin .thick,.event.coinflip .roulette .segment:nth-child(19) .coin:after,.event.coinflip .roulette .segment:nth-child(19) .coin:before{background-color:#dbff00;box-shadow:inset 2px -2px 20px #6e8000}.event.coinflip .roulette .segment:nth-child(19).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-19;animation-name:coinflip-segment-not-chosen-19;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-19{0%{opacity:1;-webkit-transform:rotate(64.8deg) scale(1);transform:rotate(64.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(64.8deg) scale(0);transform:rotate(64.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-19{0%{opacity:1;-webkit-transform:rotate(64.8deg) scale(1);transform:rotate(64.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(64.8deg) scale(0);transform:rotate(64.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(19).chosen{-webkit-animation-name:coinflip-segment-pull-19,coinflip-segment-make-coin-19;animation-name:coinflip-segment-pull-19,coinflip-segment-make-coin-19;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-19{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(0);transform:rotate(64.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(-62.5px);transform:rotate(64.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(125px);transform:rotate(64.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(64.8deg) translateY(125px) translateX(-90px);transform:rotate(64.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-19{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(0);transform:rotate(64.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(-62.5px);transform:rotate(64.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#dbff00;border:1px solid #000;-webkit-transform:rotate(64.8deg) translateY(125px);transform:rotate(64.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(64.8deg) translateY(125px) translateX(-90px);transform:rotate(64.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-19{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-19{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(20){-webkit-transform:rotate(68.4deg) translateY(0);transform:rotate(68.4deg) translateY(0);background-color:#cf0}.event.coinflip .roulette .segment:nth-child(20) .coin .back,.event.coinflip .roulette .segment:nth-child(20) .coin .front,.event.coinflip .roulette .segment:nth-child(20) .coin .thick,.event.coinflip .roulette .segment:nth-child(20) .coin:after,.event.coinflip .roulette .segment:nth-child(20) .coin:before{background-color:#cf0;box-shadow:inset 2px -2px 20px #668000}.event.coinflip .roulette .segment:nth-child(20).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-20;animation-name:coinflip-segment-not-chosen-20;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-20{0%{opacity:1;-webkit-transform:rotate(68.4deg) scale(1);transform:rotate(68.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(68.4deg) scale(0);transform:rotate(68.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-20{0%{opacity:1;-webkit-transform:rotate(68.4deg) scale(1);transform:rotate(68.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(68.4deg) scale(0);transform:rotate(68.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(20).chosen{-webkit-animation-name:coinflip-segment-pull-20,coinflip-segment-make-coin-20;animation-name:coinflip-segment-pull-20,coinflip-segment-make-coin-20;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-20{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(0);transform:rotate(68.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(-62.5px);transform:rotate(68.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(125px);transform:rotate(68.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(68.4deg) translateY(125px) translateX(-90px);transform:rotate(68.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-20{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(0);transform:rotate(68.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(-62.5px);transform:rotate(68.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#cf0;border:1px solid #000;-webkit-transform:rotate(68.4deg) translateY(125px);transform:rotate(68.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(68.4deg) translateY(125px) translateX(-90px);transform:rotate(68.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-20{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-20{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(21){-webkit-transform:rotate(72deg) translateY(0);transform:rotate(72deg) translateY(0);background-color:#bdff00}.event.coinflip .roulette .segment:nth-child(21) .coin .back,.event.coinflip .roulette .segment:nth-child(21) .coin .front,.event.coinflip .roulette .segment:nth-child(21) .coin .thick,.event.coinflip .roulette .segment:nth-child(21) .coin:after,.event.coinflip .roulette .segment:nth-child(21) .coin:before{background-color:#bdff00;box-shadow:inset 2px -2px 20px #5e8000}.event.coinflip .roulette .segment:nth-child(21).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-21;animation-name:coinflip-segment-not-chosen-21;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-21{0%{opacity:1;-webkit-transform:rotate(72deg) scale(1);transform:rotate(72deg) scale(1)}to{opacity:0;-webkit-transform:rotate(72deg) scale(0);transform:rotate(72deg) scale(0)}}@keyframes coinflip-segment-not-chosen-21{0%{opacity:1;-webkit-transform:rotate(72deg) scale(1);transform:rotate(72deg) scale(1)}to{opacity:0;-webkit-transform:rotate(72deg) scale(0);transform:rotate(72deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(21).chosen{-webkit-animation-name:coinflip-segment-pull-21,coinflip-segment-make-coin-21;animation-name:coinflip-segment-pull-21,coinflip-segment-make-coin-21;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-21{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(0);transform:rotate(72deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(-62.5px);transform:rotate(72deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(125px);transform:rotate(72deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(72deg) translateY(125px) translateX(-90px);transform:rotate(72deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-21{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(0);transform:rotate(72deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(-62.5px);transform:rotate(72deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bdff00;border:1px solid #000;-webkit-transform:rotate(72deg) translateY(125px);transform:rotate(72deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(72deg) translateY(125px) translateX(-90px);transform:rotate(72deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-21{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-21{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(22){-webkit-transform:rotate(75.6deg) translateY(0);transform:rotate(75.6deg) translateY(0);background-color:#adff00}.event.coinflip .roulette .segment:nth-child(22) .coin .back,.event.coinflip .roulette .segment:nth-child(22) .coin .front,.event.coinflip .roulette .segment:nth-child(22) .coin .thick,.event.coinflip .roulette .segment:nth-child(22) .coin:after,.event.coinflip .roulette .segment:nth-child(22) .coin:before{background-color:#adff00;box-shadow:inset 2px -2px 20px #578000}.event.coinflip .roulette .segment:nth-child(22).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-22;animation-name:coinflip-segment-not-chosen-22;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-22{0%{opacity:1;-webkit-transform:rotate(75.6deg) scale(1);transform:rotate(75.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(75.6deg) scale(0);transform:rotate(75.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-22{0%{opacity:1;-webkit-transform:rotate(75.6deg) scale(1);transform:rotate(75.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(75.6deg) scale(0);transform:rotate(75.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(22).chosen{-webkit-animation-name:coinflip-segment-pull-22,coinflip-segment-make-coin-22;animation-name:coinflip-segment-pull-22,coinflip-segment-make-coin-22;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-22{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(0);transform:rotate(75.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(-62.5px);transform:rotate(75.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(125px);transform:rotate(75.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(75.6deg) translateY(125px) translateX(-90px);transform:rotate(75.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-22{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(0);transform:rotate(75.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(-62.5px);transform:rotate(75.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#adff00;border:1px solid #000;-webkit-transform:rotate(75.6deg) translateY(125px);transform:rotate(75.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(75.6deg) translateY(125px) translateX(-90px);transform:rotate(75.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-22{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-22{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(23){-webkit-transform:rotate(79.2deg) translateY(0);transform:rotate(79.2deg) translateY(0);background-color:#9eff00}.event.coinflip .roulette .segment:nth-child(23) .coin .back,.event.coinflip .roulette .segment:nth-child(23) .coin .front,.event.coinflip .roulette .segment:nth-child(23) .coin .thick,.event.coinflip .roulette .segment:nth-child(23) .coin:after,.event.coinflip .roulette .segment:nth-child(23) .coin:before{background-color:#9eff00;box-shadow:inset 2px -2px 20px #4f8000}.event.coinflip .roulette .segment:nth-child(23).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-23;animation-name:coinflip-segment-not-chosen-23;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-23{0%{opacity:1;-webkit-transform:rotate(79.2deg) scale(1);transform:rotate(79.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(79.2deg) scale(0);transform:rotate(79.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-23{0%{opacity:1;-webkit-transform:rotate(79.2deg) scale(1);transform:rotate(79.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(79.2deg) scale(0);transform:rotate(79.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(23).chosen{-webkit-animation-name:coinflip-segment-pull-23,coinflip-segment-make-coin-23;animation-name:coinflip-segment-pull-23,coinflip-segment-make-coin-23;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-23{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(0);transform:rotate(79.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(-62.5px);transform:rotate(79.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(125px);transform:rotate(79.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(79.2deg) translateY(125px) translateX(-90px);transform:rotate(79.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-23{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(0);transform:rotate(79.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(-62.5px);transform:rotate(79.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9eff00;border:1px solid #000;-webkit-transform:rotate(79.2deg) translateY(125px);transform:rotate(79.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(79.2deg) translateY(125px) translateX(-90px);transform:rotate(79.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-23{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-23{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(24){-webkit-transform:rotate(82.8deg) translateY(0);transform:rotate(82.8deg) translateY(0);background-color:#8fff00}.event.coinflip .roulette .segment:nth-child(24) .coin .back,.event.coinflip .roulette .segment:nth-child(24) .coin .front,.event.coinflip .roulette .segment:nth-child(24) .coin .thick,.event.coinflip .roulette .segment:nth-child(24) .coin:after,.event.coinflip .roulette .segment:nth-child(24) .coin:before{background-color:#8fff00;box-shadow:inset 2px -2px 20px #478000}.event.coinflip .roulette .segment:nth-child(24).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-24;animation-name:coinflip-segment-not-chosen-24;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-24{0%{opacity:1;-webkit-transform:rotate(82.8deg) scale(1);transform:rotate(82.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(82.8deg) scale(0);transform:rotate(82.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-24{0%{opacity:1;-webkit-transform:rotate(82.8deg) scale(1);transform:rotate(82.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(82.8deg) scale(0);transform:rotate(82.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(24).chosen{-webkit-animation-name:coinflip-segment-pull-24,coinflip-segment-make-coin-24;animation-name:coinflip-segment-pull-24,coinflip-segment-make-coin-24;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-24{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(0);transform:rotate(82.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(-62.5px);transform:rotate(82.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(125px);transform:rotate(82.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(82.8deg) translateY(125px) translateX(-90px);transform:rotate(82.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-24{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(0);transform:rotate(82.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(-62.5px);transform:rotate(82.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8fff00;border:1px solid #000;-webkit-transform:rotate(82.8deg) translateY(125px);transform:rotate(82.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(82.8deg) translateY(125px) translateX(-90px);transform:rotate(82.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-24{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-24{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(25){-webkit-transform:rotate(86.4deg) translateY(0);transform:rotate(86.4deg) translateY(0);background-color:#80ff00}.event.coinflip .roulette .segment:nth-child(25) .coin .back,.event.coinflip .roulette .segment:nth-child(25) .coin .front,.event.coinflip .roulette .segment:nth-child(25) .coin .thick,.event.coinflip .roulette .segment:nth-child(25) .coin:after,.event.coinflip .roulette .segment:nth-child(25) .coin:before{background-color:#80ff00;box-shadow:inset 2px -2px 20px #408000}.event.coinflip .roulette .segment:nth-child(25).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-25;animation-name:coinflip-segment-not-chosen-25;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-25{0%{opacity:1;-webkit-transform:rotate(86.4deg) scale(1);transform:rotate(86.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(86.4deg) scale(0);transform:rotate(86.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-25{0%{opacity:1;-webkit-transform:rotate(86.4deg) scale(1);transform:rotate(86.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(86.4deg) scale(0);transform:rotate(86.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(25).chosen{-webkit-animation-name:coinflip-segment-pull-25,coinflip-segment-make-coin-25;animation-name:coinflip-segment-pull-25,coinflip-segment-make-coin-25;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-25{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(0);transform:rotate(86.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(-62.5px);transform:rotate(86.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(125px);transform:rotate(86.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(86.4deg) translateY(125px) translateX(-90px);transform:rotate(86.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-25{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(0);transform:rotate(86.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(-62.5px);transform:rotate(86.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#80ff00;border:1px solid #000;-webkit-transform:rotate(86.4deg) translateY(125px);transform:rotate(86.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(86.4deg) translateY(125px) translateX(-90px);transform:rotate(86.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-25{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-25{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(26){-webkit-transform:rotate(90deg) translateY(0);transform:rotate(90deg) translateY(0);background-color:#70ff00}.event.coinflip .roulette .segment:nth-child(26) .coin .back,.event.coinflip .roulette .segment:nth-child(26) .coin .front,.event.coinflip .roulette .segment:nth-child(26) .coin .thick,.event.coinflip .roulette .segment:nth-child(26) .coin:after,.event.coinflip .roulette .segment:nth-child(26) .coin:before{background-color:#70ff00;box-shadow:inset 2px -2px 20px #388000}.event.coinflip .roulette .segment:nth-child(26).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-26;animation-name:coinflip-segment-not-chosen-26;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-26{0%{opacity:1;-webkit-transform:rotate(90deg) scale(1);transform:rotate(90deg) scale(1)}to{opacity:0;-webkit-transform:rotate(90deg) scale(0);transform:rotate(90deg) scale(0)}}@keyframes coinflip-segment-not-chosen-26{0%{opacity:1;-webkit-transform:rotate(90deg) scale(1);transform:rotate(90deg) scale(1)}to{opacity:0;-webkit-transform:rotate(90deg) scale(0);transform:rotate(90deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(26).chosen{-webkit-animation-name:coinflip-segment-pull-26,coinflip-segment-make-coin-26;animation-name:coinflip-segment-pull-26,coinflip-segment-make-coin-26;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-26{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(0);transform:rotate(90deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(-62.5px);transform:rotate(90deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(125px);transform:rotate(90deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(90deg) translateY(125px) translateX(-90px);transform:rotate(90deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-26{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(0);transform:rotate(90deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(-62.5px);transform:rotate(90deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#70ff00;border:1px solid #000;-webkit-transform:rotate(90deg) translateY(125px);transform:rotate(90deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(90deg) translateY(125px) translateX(-90px);transform:rotate(90deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-26{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-26{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(27){-webkit-transform:rotate(93.6deg) translateY(0);transform:rotate(93.6deg) translateY(0);background-color:#61ff00}.event.coinflip .roulette .segment:nth-child(27) .coin .back,.event.coinflip .roulette .segment:nth-child(27) .coin .front,.event.coinflip .roulette .segment:nth-child(27) .coin .thick,.event.coinflip .roulette .segment:nth-child(27) .coin:after,.event.coinflip .roulette .segment:nth-child(27) .coin:before{background-color:#61ff00;box-shadow:inset 2px -2px 20px #308000}.event.coinflip .roulette .segment:nth-child(27).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-27;animation-name:coinflip-segment-not-chosen-27;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-27{0%{opacity:1;-webkit-transform:rotate(93.6deg) scale(1);transform:rotate(93.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(93.6deg) scale(0);transform:rotate(93.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-27{0%{opacity:1;-webkit-transform:rotate(93.6deg) scale(1);transform:rotate(93.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(93.6deg) scale(0);transform:rotate(93.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(27).chosen{-webkit-animation-name:coinflip-segment-pull-27,coinflip-segment-make-coin-27;animation-name:coinflip-segment-pull-27,coinflip-segment-make-coin-27;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-27{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(0);transform:rotate(93.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(-62.5px);transform:rotate(93.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(125px);transform:rotate(93.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(93.6deg) translateY(125px) translateX(-90px);transform:rotate(93.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-27{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(0);transform:rotate(93.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(-62.5px);transform:rotate(93.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#61ff00;border:1px solid #000;-webkit-transform:rotate(93.6deg) translateY(125px);transform:rotate(93.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(93.6deg) translateY(125px) translateX(-90px);transform:rotate(93.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-27{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-27{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(28){-webkit-transform:rotate(97.2deg) translateY(0);transform:rotate(97.2deg) translateY(0);background-color:#52ff00}.event.coinflip .roulette .segment:nth-child(28) .coin .back,.event.coinflip .roulette .segment:nth-child(28) .coin .front,.event.coinflip .roulette .segment:nth-child(28) .coin .thick,.event.coinflip .roulette .segment:nth-child(28) .coin:after,.event.coinflip .roulette .segment:nth-child(28) .coin:before{background-color:#52ff00;box-shadow:inset 2px -2px 20px #298000}.event.coinflip .roulette .segment:nth-child(28).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-28;animation-name:coinflip-segment-not-chosen-28;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-28{0%{opacity:1;-webkit-transform:rotate(97.2deg) scale(1);transform:rotate(97.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(97.2deg) scale(0);transform:rotate(97.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-28{0%{opacity:1;-webkit-transform:rotate(97.2deg) scale(1);transform:rotate(97.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(97.2deg) scale(0);transform:rotate(97.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(28).chosen{-webkit-animation-name:coinflip-segment-pull-28,coinflip-segment-make-coin-28;animation-name:coinflip-segment-pull-28,coinflip-segment-make-coin-28;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-28{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(0);transform:rotate(97.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(-62.5px);transform:rotate(97.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(125px);transform:rotate(97.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(97.2deg) translateY(125px) translateX(-90px);transform:rotate(97.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-28{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(0);transform:rotate(97.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(-62.5px);transform:rotate(97.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#52ff00;border:1px solid #000;-webkit-transform:rotate(97.2deg) translateY(125px);transform:rotate(97.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(97.2deg) translateY(125px) translateX(-90px);transform:rotate(97.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-28{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-28{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(29){-webkit-transform:rotate(100.8deg) translateY(0);transform:rotate(100.8deg) translateY(0);background-color:#42ff00}.event.coinflip .roulette .segment:nth-child(29) .coin .back,.event.coinflip .roulette .segment:nth-child(29) .coin .front,.event.coinflip .roulette .segment:nth-child(29) .coin .thick,.event.coinflip .roulette .segment:nth-child(29) .coin:after,.event.coinflip .roulette .segment:nth-child(29) .coin:before{background-color:#42ff00;box-shadow:inset 2px -2px 20px #218000}.event.coinflip .roulette .segment:nth-child(29).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-29;animation-name:coinflip-segment-not-chosen-29;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-29{0%{opacity:1;-webkit-transform:rotate(100.8deg) scale(1);transform:rotate(100.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(100.8deg) scale(0);transform:rotate(100.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-29{0%{opacity:1;-webkit-transform:rotate(100.8deg) scale(1);transform:rotate(100.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(100.8deg) scale(0);transform:rotate(100.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(29).chosen{-webkit-animation-name:coinflip-segment-pull-29,coinflip-segment-make-coin-29;animation-name:coinflip-segment-pull-29,coinflip-segment-make-coin-29;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-29{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(0);transform:rotate(100.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(-62.5px);transform:rotate(100.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(125px);transform:rotate(100.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(100.8deg) translateY(125px) translateX(-90px);transform:rotate(100.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-29{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(0);transform:rotate(100.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(-62.5px);transform:rotate(100.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#42ff00;border:1px solid #000;-webkit-transform:rotate(100.8deg) translateY(125px);transform:rotate(100.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(100.8deg) translateY(125px) translateX(-90px);transform:rotate(100.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-29{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-29{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(30){-webkit-transform:rotate(104.4deg) translateY(0);transform:rotate(104.4deg) translateY(0);background-color:#3f0}.event.coinflip .roulette .segment:nth-child(30) .coin .back,.event.coinflip .roulette .segment:nth-child(30) .coin .front,.event.coinflip .roulette .segment:nth-child(30) .coin .thick,.event.coinflip .roulette .segment:nth-child(30) .coin:after,.event.coinflip .roulette .segment:nth-child(30) .coin:before{background-color:#3f0;box-shadow:inset 2px -2px 20px #1a8000}.event.coinflip .roulette .segment:nth-child(30).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-30;animation-name:coinflip-segment-not-chosen-30;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-30{0%{opacity:1;-webkit-transform:rotate(104.4deg) scale(1);transform:rotate(104.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(104.4deg) scale(0);transform:rotate(104.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-30{0%{opacity:1;-webkit-transform:rotate(104.4deg) scale(1);transform:rotate(104.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(104.4deg) scale(0);transform:rotate(104.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(30).chosen{-webkit-animation-name:coinflip-segment-pull-30,coinflip-segment-make-coin-30;animation-name:coinflip-segment-pull-30,coinflip-segment-make-coin-30;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-30{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(0);transform:rotate(104.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(-62.5px);transform:rotate(104.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(125px);transform:rotate(104.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(104.4deg) translateY(125px) translateX(-90px);transform:rotate(104.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-30{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(0);transform:rotate(104.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(-62.5px);transform:rotate(104.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#3f0;border:1px solid #000;-webkit-transform:rotate(104.4deg) translateY(125px);transform:rotate(104.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(104.4deg) translateY(125px) translateX(-90px);transform:rotate(104.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-30{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-30{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(31){-webkit-transform:rotate(108deg) translateY(0);transform:rotate(108deg) translateY(0);background-color:#24ff00}.event.coinflip .roulette .segment:nth-child(31) .coin .back,.event.coinflip .roulette .segment:nth-child(31) .coin .front,.event.coinflip .roulette .segment:nth-child(31) .coin .thick,.event.coinflip .roulette .segment:nth-child(31) .coin:after,.event.coinflip .roulette .segment:nth-child(31) .coin:before{background-color:#24ff00;box-shadow:inset 2px -2px 20px #128000}.event.coinflip .roulette .segment:nth-child(31).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-31;animation-name:coinflip-segment-not-chosen-31;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-31{0%{opacity:1;-webkit-transform:rotate(108deg) scale(1);transform:rotate(108deg) scale(1)}to{opacity:0;-webkit-transform:rotate(108deg) scale(0);transform:rotate(108deg) scale(0)}}@keyframes coinflip-segment-not-chosen-31{0%{opacity:1;-webkit-transform:rotate(108deg) scale(1);transform:rotate(108deg) scale(1)}to{opacity:0;-webkit-transform:rotate(108deg) scale(0);transform:rotate(108deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(31).chosen{-webkit-animation-name:coinflip-segment-pull-31,coinflip-segment-make-coin-31;animation-name:coinflip-segment-pull-31,coinflip-segment-make-coin-31;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-31{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(0);transform:rotate(108deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(-62.5px);transform:rotate(108deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(125px);transform:rotate(108deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(108deg) translateY(125px) translateX(-90px);transform:rotate(108deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-31{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(0);transform:rotate(108deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(-62.5px);transform:rotate(108deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#24ff00;border:1px solid #000;-webkit-transform:rotate(108deg) translateY(125px);transform:rotate(108deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(108deg) translateY(125px) translateX(-90px);transform:rotate(108deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-31{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-31{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(32){-webkit-transform:rotate(.31turn) translateY(0);transform:rotate(.31turn) translateY(0);background-color:#14ff00}.event.coinflip .roulette .segment:nth-child(32) .coin .back,.event.coinflip .roulette .segment:nth-child(32) .coin .front,.event.coinflip .roulette .segment:nth-child(32) .coin .thick,.event.coinflip .roulette .segment:nth-child(32) .coin:after,.event.coinflip .roulette .segment:nth-child(32) .coin:before{background-color:#14ff00;box-shadow:inset 2px -2px 20px #0a8000}.event.coinflip .roulette .segment:nth-child(32).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-32;animation-name:coinflip-segment-not-chosen-32;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-32{0%{opacity:1;-webkit-transform:rotate(.31turn) scale(1);transform:rotate(.31turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.31turn) scale(0);transform:rotate(.31turn) scale(0)}}@keyframes coinflip-segment-not-chosen-32{0%{opacity:1;-webkit-transform:rotate(.31turn) scale(1);transform:rotate(.31turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.31turn) scale(0);transform:rotate(.31turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(32).chosen{-webkit-animation-name:coinflip-segment-pull-32,coinflip-segment-make-coin-32;animation-name:coinflip-segment-pull-32,coinflip-segment-make-coin-32;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-32{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(0);transform:rotate(.31turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(-62.5px);transform:rotate(.31turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(125px);transform:rotate(.31turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.31turn) translateY(125px) translateX(-90px);transform:rotate(.31turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-32{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(0);transform:rotate(.31turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(-62.5px);transform:rotate(.31turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#14ff00;border:1px solid #000;-webkit-transform:rotate(.31turn) translateY(125px);transform:rotate(.31turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.31turn) translateY(125px) translateX(-90px);transform:rotate(.31turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-32{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-32{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(33){-webkit-transform:rotate(.32turn) translateY(0);transform:rotate(.32turn) translateY(0);background-color:#05ff00}.event.coinflip .roulette .segment:nth-child(33) .coin .back,.event.coinflip .roulette .segment:nth-child(33) .coin .front,.event.coinflip .roulette .segment:nth-child(33) .coin .thick,.event.coinflip .roulette .segment:nth-child(33) .coin:after,.event.coinflip .roulette .segment:nth-child(33) .coin:before{background-color:#05ff00;box-shadow:inset 2px -2px 20px #038000}.event.coinflip .roulette .segment:nth-child(33).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-33;animation-name:coinflip-segment-not-chosen-33;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-33{0%{opacity:1;-webkit-transform:rotate(.32turn) scale(1);transform:rotate(.32turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.32turn) scale(0);transform:rotate(.32turn) scale(0)}}@keyframes coinflip-segment-not-chosen-33{0%{opacity:1;-webkit-transform:rotate(.32turn) scale(1);transform:rotate(.32turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.32turn) scale(0);transform:rotate(.32turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(33).chosen{-webkit-animation-name:coinflip-segment-pull-33,coinflip-segment-make-coin-33;animation-name:coinflip-segment-pull-33,coinflip-segment-make-coin-33;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-33{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(0);transform:rotate(.32turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(-62.5px);transform:rotate(.32turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(125px);transform:rotate(.32turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.32turn) translateY(125px) translateX(-90px);transform:rotate(.32turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-33{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(0);transform:rotate(.32turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(-62.5px);transform:rotate(.32turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#05ff00;border:1px solid #000;-webkit-transform:rotate(.32turn) translateY(125px);transform:rotate(.32turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.32turn) translateY(125px) translateX(-90px);transform:rotate(.32turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-33{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-33{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(34){-webkit-transform:rotate(.33turn) translateY(0);transform:rotate(.33turn) translateY(0);background-color:#00ff0a}.event.coinflip .roulette .segment:nth-child(34) .coin .back,.event.coinflip .roulette .segment:nth-child(34) .coin .front,.event.coinflip .roulette .segment:nth-child(34) .coin .thick,.event.coinflip .roulette .segment:nth-child(34) .coin:after,.event.coinflip .roulette .segment:nth-child(34) .coin:before{background-color:#00ff0a;box-shadow:inset 2px -2px 20px #008005}.event.coinflip .roulette .segment:nth-child(34).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-34;animation-name:coinflip-segment-not-chosen-34;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-34{0%{opacity:1;-webkit-transform:rotate(.33turn) scale(1);transform:rotate(.33turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.33turn) scale(0);transform:rotate(.33turn) scale(0)}}@keyframes coinflip-segment-not-chosen-34{0%{opacity:1;-webkit-transform:rotate(.33turn) scale(1);transform:rotate(.33turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.33turn) scale(0);transform:rotate(.33turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(34).chosen{-webkit-animation-name:coinflip-segment-pull-34,coinflip-segment-make-coin-34;animation-name:coinflip-segment-pull-34,coinflip-segment-make-coin-34;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-34{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(0);transform:rotate(.33turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(-62.5px);transform:rotate(.33turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(125px);transform:rotate(.33turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.33turn) translateY(125px) translateX(-90px);transform:rotate(.33turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-34{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(0);transform:rotate(.33turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(-62.5px);transform:rotate(.33turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff0a;border:1px solid #000;-webkit-transform:rotate(.33turn) translateY(125px);transform:rotate(.33turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.33turn) translateY(125px) translateX(-90px);transform:rotate(.33turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-34{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-34{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(35){-webkit-transform:rotate(.34turn) translateY(0);transform:rotate(.34turn) translateY(0);background-color:#00ff1a}.event.coinflip .roulette .segment:nth-child(35) .coin .back,.event.coinflip .roulette .segment:nth-child(35) .coin .front,.event.coinflip .roulette .segment:nth-child(35) .coin .thick,.event.coinflip .roulette .segment:nth-child(35) .coin:after,.event.coinflip .roulette .segment:nth-child(35) .coin:before{background-color:#00ff1a;box-shadow:inset 2px -2px 20px #00800d}.event.coinflip .roulette .segment:nth-child(35).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-35;animation-name:coinflip-segment-not-chosen-35;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-35{0%{opacity:1;-webkit-transform:rotate(.34turn) scale(1);transform:rotate(.34turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.34turn) scale(0);transform:rotate(.34turn) scale(0)}}@keyframes coinflip-segment-not-chosen-35{0%{opacity:1;-webkit-transform:rotate(.34turn) scale(1);transform:rotate(.34turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.34turn) scale(0);transform:rotate(.34turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(35).chosen{-webkit-animation-name:coinflip-segment-pull-35,coinflip-segment-make-coin-35;animation-name:coinflip-segment-pull-35,coinflip-segment-make-coin-35;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-35{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(0);transform:rotate(.34turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(-62.5px);transform:rotate(.34turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(125px);transform:rotate(.34turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.34turn) translateY(125px) translateX(-90px);transform:rotate(.34turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-35{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(0);transform:rotate(.34turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(-62.5px);transform:rotate(.34turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff1a;border:1px solid #000;-webkit-transform:rotate(.34turn) translateY(125px);transform:rotate(.34turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.34turn) translateY(125px) translateX(-90px);transform:rotate(.34turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-35{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-35{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(36){-webkit-transform:rotate(126deg) translateY(0);transform:rotate(126deg) translateY(0);background-color:#00ff29}.event.coinflip .roulette .segment:nth-child(36) .coin .back,.event.coinflip .roulette .segment:nth-child(36) .coin .front,.event.coinflip .roulette .segment:nth-child(36) .coin .thick,.event.coinflip .roulette .segment:nth-child(36) .coin:after,.event.coinflip .roulette .segment:nth-child(36) .coin:before{background-color:#00ff29;box-shadow:inset 2px -2px 20px #008014}.event.coinflip .roulette .segment:nth-child(36).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-36;animation-name:coinflip-segment-not-chosen-36;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-36{0%{opacity:1;-webkit-transform:rotate(126deg) scale(1);transform:rotate(126deg) scale(1)}to{opacity:0;-webkit-transform:rotate(126deg) scale(0);transform:rotate(126deg) scale(0)}}@keyframes coinflip-segment-not-chosen-36{0%{opacity:1;-webkit-transform:rotate(126deg) scale(1);transform:rotate(126deg) scale(1)}to{opacity:0;-webkit-transform:rotate(126deg) scale(0);transform:rotate(126deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(36).chosen{-webkit-animation-name:coinflip-segment-pull-36,coinflip-segment-make-coin-36;animation-name:coinflip-segment-pull-36,coinflip-segment-make-coin-36;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-36{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(0);transform:rotate(126deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(-62.5px);transform:rotate(126deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(125px);transform:rotate(126deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(126deg) translateY(125px) translateX(-90px);transform:rotate(126deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-36{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(0);transform:rotate(126deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(-62.5px);transform:rotate(126deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff29;border:1px solid #000;-webkit-transform:rotate(126deg) translateY(125px);transform:rotate(126deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(126deg) translateY(125px) translateX(-90px);transform:rotate(126deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-36{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-36{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(37){-webkit-transform:rotate(.36turn) translateY(0);transform:rotate(.36turn) translateY(0);background-color:#00ff38}.event.coinflip .roulette .segment:nth-child(37) .coin .back,.event.coinflip .roulette .segment:nth-child(37) .coin .front,.event.coinflip .roulette .segment:nth-child(37) .coin .thick,.event.coinflip .roulette .segment:nth-child(37) .coin:after,.event.coinflip .roulette .segment:nth-child(37) .coin:before{background-color:#00ff38;box-shadow:inset 2px -2px 20px #00801c}.event.coinflip .roulette .segment:nth-child(37).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-37;animation-name:coinflip-segment-not-chosen-37;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-37{0%{opacity:1;-webkit-transform:rotate(.36turn) scale(1);transform:rotate(.36turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.36turn) scale(0);transform:rotate(.36turn) scale(0)}}@keyframes coinflip-segment-not-chosen-37{0%{opacity:1;-webkit-transform:rotate(.36turn) scale(1);transform:rotate(.36turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.36turn) scale(0);transform:rotate(.36turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(37).chosen{-webkit-animation-name:coinflip-segment-pull-37,coinflip-segment-make-coin-37;animation-name:coinflip-segment-pull-37,coinflip-segment-make-coin-37;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-37{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(0);transform:rotate(.36turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(-62.5px);transform:rotate(.36turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(125px);transform:rotate(.36turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.36turn) translateY(125px) translateX(-90px);transform:rotate(.36turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-37{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(0);transform:rotate(.36turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(-62.5px);transform:rotate(.36turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff38;border:1px solid #000;-webkit-transform:rotate(.36turn) translateY(125px);transform:rotate(.36turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.36turn) translateY(125px) translateX(-90px);transform:rotate(.36turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-37{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-37{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(38){-webkit-transform:rotate(.37turn) translateY(0);transform:rotate(.37turn) translateY(0);background-color:#00ff47}.event.coinflip .roulette .segment:nth-child(38) .coin .back,.event.coinflip .roulette .segment:nth-child(38) .coin .front,.event.coinflip .roulette .segment:nth-child(38) .coin .thick,.event.coinflip .roulette .segment:nth-child(38) .coin:after,.event.coinflip .roulette .segment:nth-child(38) .coin:before{background-color:#00ff47;box-shadow:inset 2px -2px 20px #008024}.event.coinflip .roulette .segment:nth-child(38).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-38;animation-name:coinflip-segment-not-chosen-38;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-38{0%{opacity:1;-webkit-transform:rotate(.37turn) scale(1);transform:rotate(.37turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.37turn) scale(0);transform:rotate(.37turn) scale(0)}}@keyframes coinflip-segment-not-chosen-38{0%{opacity:1;-webkit-transform:rotate(.37turn) scale(1);transform:rotate(.37turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.37turn) scale(0);transform:rotate(.37turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(38).chosen{-webkit-animation-name:coinflip-segment-pull-38,coinflip-segment-make-coin-38;animation-name:coinflip-segment-pull-38,coinflip-segment-make-coin-38;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-38{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(0);transform:rotate(.37turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(-62.5px);transform:rotate(.37turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(125px);transform:rotate(.37turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.37turn) translateY(125px) translateX(-90px);transform:rotate(.37turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-38{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(0);transform:rotate(.37turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(-62.5px);transform:rotate(.37turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff47;border:1px solid #000;-webkit-transform:rotate(.37turn) translateY(125px);transform:rotate(.37turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.37turn) translateY(125px) translateX(-90px);transform:rotate(.37turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-38{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-38{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(39){-webkit-transform:rotate(.38turn) translateY(0);transform:rotate(.38turn) translateY(0);background-color:#00ff57}.event.coinflip .roulette .segment:nth-child(39) .coin .back,.event.coinflip .roulette .segment:nth-child(39) .coin .front,.event.coinflip .roulette .segment:nth-child(39) .coin .thick,.event.coinflip .roulette .segment:nth-child(39) .coin:after,.event.coinflip .roulette .segment:nth-child(39) .coin:before{background-color:#00ff57;box-shadow:inset 2px -2px 20px #00802b}.event.coinflip .roulette .segment:nth-child(39).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-39;animation-name:coinflip-segment-not-chosen-39;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-39{0%{opacity:1;-webkit-transform:rotate(.38turn) scale(1);transform:rotate(.38turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.38turn) scale(0);transform:rotate(.38turn) scale(0)}}@keyframes coinflip-segment-not-chosen-39{0%{opacity:1;-webkit-transform:rotate(.38turn) scale(1);transform:rotate(.38turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.38turn) scale(0);transform:rotate(.38turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(39).chosen{-webkit-animation-name:coinflip-segment-pull-39,coinflip-segment-make-coin-39;animation-name:coinflip-segment-pull-39,coinflip-segment-make-coin-39;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-39{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(0);transform:rotate(.38turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(-62.5px);transform:rotate(.38turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(125px);transform:rotate(.38turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.38turn) translateY(125px) translateX(-90px);transform:rotate(.38turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-39{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(0);transform:rotate(.38turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(-62.5px);transform:rotate(.38turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff57;border:1px solid #000;-webkit-transform:rotate(.38turn) translateY(125px);transform:rotate(.38turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.38turn) translateY(125px) translateX(-90px);transform:rotate(.38turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-39{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-39{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(40){-webkit-transform:rotate(.39turn) translateY(0);transform:rotate(.39turn) translateY(0);background-color:#0f6}.event.coinflip .roulette .segment:nth-child(40) .coin .back,.event.coinflip .roulette .segment:nth-child(40) .coin .front,.event.coinflip .roulette .segment:nth-child(40) .coin .thick,.event.coinflip .roulette .segment:nth-child(40) .coin:after,.event.coinflip .roulette .segment:nth-child(40) .coin:before{background-color:#0f6;box-shadow:inset 2px -2px 20px #008033}.event.coinflip .roulette .segment:nth-child(40).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-40;animation-name:coinflip-segment-not-chosen-40;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-40{0%{opacity:1;-webkit-transform:rotate(.39turn) scale(1);transform:rotate(.39turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.39turn) scale(0);transform:rotate(.39turn) scale(0)}}@keyframes coinflip-segment-not-chosen-40{0%{opacity:1;-webkit-transform:rotate(.39turn) scale(1);transform:rotate(.39turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.39turn) scale(0);transform:rotate(.39turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(40).chosen{-webkit-animation-name:coinflip-segment-pull-40,coinflip-segment-make-coin-40;animation-name:coinflip-segment-pull-40,coinflip-segment-make-coin-40;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-40{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(0);transform:rotate(.39turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(-62.5px);transform:rotate(.39turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(125px);transform:rotate(.39turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.39turn) translateY(125px) translateX(-90px);transform:rotate(.39turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-40{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(0);transform:rotate(.39turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(-62.5px);transform:rotate(.39turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0f6;border:1px solid #000;-webkit-transform:rotate(.39turn) translateY(125px);transform:rotate(.39turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.39turn) translateY(125px) translateX(-90px);transform:rotate(.39turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-40{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-40{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(41){-webkit-transform:rotate(144deg) translateY(0);transform:rotate(144deg) translateY(0);background-color:#00ff75}.event.coinflip .roulette .segment:nth-child(41) .coin .back,.event.coinflip .roulette .segment:nth-child(41) .coin .front,.event.coinflip .roulette .segment:nth-child(41) .coin .thick,.event.coinflip .roulette .segment:nth-child(41) .coin:after,.event.coinflip .roulette .segment:nth-child(41) .coin:before{background-color:#00ff75;box-shadow:inset 2px -2px 20px #00803b}.event.coinflip .roulette .segment:nth-child(41).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-41;animation-name:coinflip-segment-not-chosen-41;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-41{0%{opacity:1;-webkit-transform:rotate(144deg) scale(1);transform:rotate(144deg) scale(1)}to{opacity:0;-webkit-transform:rotate(144deg) scale(0);transform:rotate(144deg) scale(0)}}@keyframes coinflip-segment-not-chosen-41{0%{opacity:1;-webkit-transform:rotate(144deg) scale(1);transform:rotate(144deg) scale(1)}to{opacity:0;-webkit-transform:rotate(144deg) scale(0);transform:rotate(144deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(41).chosen{-webkit-animation-name:coinflip-segment-pull-41,coinflip-segment-make-coin-41;animation-name:coinflip-segment-pull-41,coinflip-segment-make-coin-41;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-41{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(0);transform:rotate(144deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(-62.5px);transform:rotate(144deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(125px);transform:rotate(144deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(144deg) translateY(125px) translateX(-90px);transform:rotate(144deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-41{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(0);transform:rotate(144deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(-62.5px);transform:rotate(144deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff75;border:1px solid #000;-webkit-transform:rotate(144deg) translateY(125px);transform:rotate(144deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(144deg) translateY(125px) translateX(-90px);transform:rotate(144deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-41{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-41{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(42){-webkit-transform:rotate(.41turn) translateY(0);transform:rotate(.41turn) translateY(0);background-color:#00ff85}.event.coinflip .roulette .segment:nth-child(42) .coin .back,.event.coinflip .roulette .segment:nth-child(42) .coin .front,.event.coinflip .roulette .segment:nth-child(42) .coin .thick,.event.coinflip .roulette .segment:nth-child(42) .coin:after,.event.coinflip .roulette .segment:nth-child(42) .coin:before{background-color:#00ff85;box-shadow:inset 2px -2px 20px #008042}.event.coinflip .roulette .segment:nth-child(42).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-42;animation-name:coinflip-segment-not-chosen-42;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-42{0%{opacity:1;-webkit-transform:rotate(.41turn) scale(1);transform:rotate(.41turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.41turn) scale(0);transform:rotate(.41turn) scale(0)}}@keyframes coinflip-segment-not-chosen-42{0%{opacity:1;-webkit-transform:rotate(.41turn) scale(1);transform:rotate(.41turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.41turn) scale(0);transform:rotate(.41turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(42).chosen{-webkit-animation-name:coinflip-segment-pull-42,coinflip-segment-make-coin-42;animation-name:coinflip-segment-pull-42,coinflip-segment-make-coin-42;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-42{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(0);transform:rotate(.41turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(-62.5px);transform:rotate(.41turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(125px);transform:rotate(.41turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.41turn) translateY(125px) translateX(-90px);transform:rotate(.41turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-42{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(0);transform:rotate(.41turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(-62.5px);transform:rotate(.41turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff85;border:1px solid #000;-webkit-transform:rotate(.41turn) translateY(125px);transform:rotate(.41turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.41turn) translateY(125px) translateX(-90px);transform:rotate(.41turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-42{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-42{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(43){-webkit-transform:rotate(.42turn) translateY(0);transform:rotate(.42turn) translateY(0);background-color:#00ff94}.event.coinflip .roulette .segment:nth-child(43) .coin .back,.event.coinflip .roulette .segment:nth-child(43) .coin .front,.event.coinflip .roulette .segment:nth-child(43) .coin .thick,.event.coinflip .roulette .segment:nth-child(43) .coin:after,.event.coinflip .roulette .segment:nth-child(43) .coin:before{background-color:#00ff94;box-shadow:inset 2px -2px 20px #00804a}.event.coinflip .roulette .segment:nth-child(43).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-43;animation-name:coinflip-segment-not-chosen-43;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-43{0%{opacity:1;-webkit-transform:rotate(.42turn) scale(1);transform:rotate(.42turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.42turn) scale(0);transform:rotate(.42turn) scale(0)}}@keyframes coinflip-segment-not-chosen-43{0%{opacity:1;-webkit-transform:rotate(.42turn) scale(1);transform:rotate(.42turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.42turn) scale(0);transform:rotate(.42turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(43).chosen{-webkit-animation-name:coinflip-segment-pull-43,coinflip-segment-make-coin-43;animation-name:coinflip-segment-pull-43,coinflip-segment-make-coin-43;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-43{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(0);transform:rotate(.42turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(-62.5px);transform:rotate(.42turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(125px);transform:rotate(.42turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.42turn) translateY(125px) translateX(-90px);transform:rotate(.42turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-43{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(0);transform:rotate(.42turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(-62.5px);transform:rotate(.42turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ff94;border:1px solid #000;-webkit-transform:rotate(.42turn) translateY(125px);transform:rotate(.42turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.42turn) translateY(125px) translateX(-90px);transform:rotate(.42turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-43{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-43{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(44){-webkit-transform:rotate(154.8deg) translateY(0);transform:rotate(154.8deg) translateY(0);background-color:#00ffa3}.event.coinflip .roulette .segment:nth-child(44) .coin .back,.event.coinflip .roulette .segment:nth-child(44) .coin .front,.event.coinflip .roulette .segment:nth-child(44) .coin .thick,.event.coinflip .roulette .segment:nth-child(44) .coin:after,.event.coinflip .roulette .segment:nth-child(44) .coin:before{background-color:#00ffa3;box-shadow:inset 2px -2px 20px #008052}.event.coinflip .roulette .segment:nth-child(44).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-44;animation-name:coinflip-segment-not-chosen-44;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-44{0%{opacity:1;-webkit-transform:rotate(154.8deg) scale(1);transform:rotate(154.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(154.8deg) scale(0);transform:rotate(154.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-44{0%{opacity:1;-webkit-transform:rotate(154.8deg) scale(1);transform:rotate(154.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(154.8deg) scale(0);transform:rotate(154.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(44).chosen{-webkit-animation-name:coinflip-segment-pull-44,coinflip-segment-make-coin-44;animation-name:coinflip-segment-pull-44,coinflip-segment-make-coin-44;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-44{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(0);transform:rotate(154.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(-62.5px);transform:rotate(154.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(125px);transform:rotate(154.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(154.8deg) translateY(125px) translateX(-90px);transform:rotate(154.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-44{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(0);transform:rotate(154.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(-62.5px);transform:rotate(154.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffa3;border:1px solid #000;-webkit-transform:rotate(154.8deg) translateY(125px);transform:rotate(154.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(154.8deg) translateY(125px) translateX(-90px);transform:rotate(154.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-44{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-44{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(45){-webkit-transform:rotate(.44turn) translateY(0);transform:rotate(.44turn) translateY(0);background-color:#00ffb3}.event.coinflip .roulette .segment:nth-child(45) .coin .back,.event.coinflip .roulette .segment:nth-child(45) .coin .front,.event.coinflip .roulette .segment:nth-child(45) .coin .thick,.event.coinflip .roulette .segment:nth-child(45) .coin:after,.event.coinflip .roulette .segment:nth-child(45) .coin:before{background-color:#00ffb3;box-shadow:inset 2px -2px 20px #008059}.event.coinflip .roulette .segment:nth-child(45).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-45;animation-name:coinflip-segment-not-chosen-45;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-45{0%{opacity:1;-webkit-transform:rotate(.44turn) scale(1);transform:rotate(.44turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.44turn) scale(0);transform:rotate(.44turn) scale(0)}}@keyframes coinflip-segment-not-chosen-45{0%{opacity:1;-webkit-transform:rotate(.44turn) scale(1);transform:rotate(.44turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.44turn) scale(0);transform:rotate(.44turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(45).chosen{-webkit-animation-name:coinflip-segment-pull-45,coinflip-segment-make-coin-45;animation-name:coinflip-segment-pull-45,coinflip-segment-make-coin-45;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-45{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(0);transform:rotate(.44turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(-62.5px);transform:rotate(.44turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(125px);transform:rotate(.44turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.44turn) translateY(125px) translateX(-90px);transform:rotate(.44turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-45{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(0);transform:rotate(.44turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(-62.5px);transform:rotate(.44turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffb3;border:1px solid #000;-webkit-transform:rotate(.44turn) translateY(125px);transform:rotate(.44turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.44turn) translateY(125px) translateX(-90px);transform:rotate(.44turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-45{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-45{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(46){-webkit-transform:rotate(162deg) translateY(0);transform:rotate(162deg) translateY(0);background-color:#00ffc2}.event.coinflip .roulette .segment:nth-child(46) .coin .back,.event.coinflip .roulette .segment:nth-child(46) .coin .front,.event.coinflip .roulette .segment:nth-child(46) .coin .thick,.event.coinflip .roulette .segment:nth-child(46) .coin:after,.event.coinflip .roulette .segment:nth-child(46) .coin:before{background-color:#00ffc2;box-shadow:inset 2px -2px 20px #008061}.event.coinflip .roulette .segment:nth-child(46).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-46;animation-name:coinflip-segment-not-chosen-46;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-46{0%{opacity:1;-webkit-transform:rotate(162deg) scale(1);transform:rotate(162deg) scale(1)}to{opacity:0;-webkit-transform:rotate(162deg) scale(0);transform:rotate(162deg) scale(0)}}@keyframes coinflip-segment-not-chosen-46{0%{opacity:1;-webkit-transform:rotate(162deg) scale(1);transform:rotate(162deg) scale(1)}to{opacity:0;-webkit-transform:rotate(162deg) scale(0);transform:rotate(162deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(46).chosen{-webkit-animation-name:coinflip-segment-pull-46,coinflip-segment-make-coin-46;animation-name:coinflip-segment-pull-46,coinflip-segment-make-coin-46;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-46{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(0);transform:rotate(162deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(-62.5px);transform:rotate(162deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(125px);transform:rotate(162deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(162deg) translateY(125px) translateX(-90px);transform:rotate(162deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-46{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(0);transform:rotate(162deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(-62.5px);transform:rotate(162deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffc2;border:1px solid #000;-webkit-transform:rotate(162deg) translateY(125px);transform:rotate(162deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(162deg) translateY(125px) translateX(-90px);transform:rotate(162deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-46{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-46{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(47){-webkit-transform:rotate(165.6deg) translateY(0);transform:rotate(165.6deg) translateY(0);background-color:#00ffd1}.event.coinflip .roulette .segment:nth-child(47) .coin .back,.event.coinflip .roulette .segment:nth-child(47) .coin .front,.event.coinflip .roulette .segment:nth-child(47) .coin .thick,.event.coinflip .roulette .segment:nth-child(47) .coin:after,.event.coinflip .roulette .segment:nth-child(47) .coin:before{background-color:#00ffd1;box-shadow:inset 2px -2px 20px #008069}.event.coinflip .roulette .segment:nth-child(47).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-47;animation-name:coinflip-segment-not-chosen-47;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-47{0%{opacity:1;-webkit-transform:rotate(165.6deg) scale(1);transform:rotate(165.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(165.6deg) scale(0);transform:rotate(165.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-47{0%{opacity:1;-webkit-transform:rotate(165.6deg) scale(1);transform:rotate(165.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(165.6deg) scale(0);transform:rotate(165.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(47).chosen{-webkit-animation-name:coinflip-segment-pull-47,coinflip-segment-make-coin-47;animation-name:coinflip-segment-pull-47,coinflip-segment-make-coin-47;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-47{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(0);transform:rotate(165.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(-62.5px);transform:rotate(165.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(125px);transform:rotate(165.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(165.6deg) translateY(125px) translateX(-90px);transform:rotate(165.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-47{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(0);transform:rotate(165.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(-62.5px);transform:rotate(165.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffd1;border:1px solid #000;-webkit-transform:rotate(165.6deg) translateY(125px);transform:rotate(165.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(165.6deg) translateY(125px) translateX(-90px);transform:rotate(165.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-47{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-47{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(48){-webkit-transform:rotate(.47turn) translateY(0);transform:rotate(.47turn) translateY(0);background-color:#00ffe0}.event.coinflip .roulette .segment:nth-child(48) .coin .back,.event.coinflip .roulette .segment:nth-child(48) .coin .front,.event.coinflip .roulette .segment:nth-child(48) .coin .thick,.event.coinflip .roulette .segment:nth-child(48) .coin:after,.event.coinflip .roulette .segment:nth-child(48) .coin:before{background-color:#00ffe0;box-shadow:inset 2px -2px 20px #008070}.event.coinflip .roulette .segment:nth-child(48).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-48;animation-name:coinflip-segment-not-chosen-48;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-48{0%{opacity:1;-webkit-transform:rotate(.47turn) scale(1);transform:rotate(.47turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.47turn) scale(0);transform:rotate(.47turn) scale(0)}}@keyframes coinflip-segment-not-chosen-48{0%{opacity:1;-webkit-transform:rotate(.47turn) scale(1);transform:rotate(.47turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.47turn) scale(0);transform:rotate(.47turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(48).chosen{-webkit-animation-name:coinflip-segment-pull-48,coinflip-segment-make-coin-48;animation-name:coinflip-segment-pull-48,coinflip-segment-make-coin-48;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-48{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(0);transform:rotate(.47turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(-62.5px);transform:rotate(.47turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(125px);transform:rotate(.47turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.47turn) translateY(125px) translateX(-90px);transform:rotate(.47turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-48{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(0);transform:rotate(.47turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(-62.5px);transform:rotate(.47turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00ffe0;border:1px solid #000;-webkit-transform:rotate(.47turn) translateY(125px);transform:rotate(.47turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.47turn) translateY(125px) translateX(-90px);transform:rotate(.47turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-48{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-48{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(49){-webkit-transform:rotate(172.8deg) translateY(0);transform:rotate(172.8deg) translateY(0);background-color:#00fff0}.event.coinflip .roulette .segment:nth-child(49) .coin .back,.event.coinflip .roulette .segment:nth-child(49) .coin .front,.event.coinflip .roulette .segment:nth-child(49) .coin .thick,.event.coinflip .roulette .segment:nth-child(49) .coin:after,.event.coinflip .roulette .segment:nth-child(49) .coin:before{background-color:#00fff0;box-shadow:inset 2px -2px 20px #008078}.event.coinflip .roulette .segment:nth-child(49).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-49;animation-name:coinflip-segment-not-chosen-49;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-49{0%{opacity:1;-webkit-transform:rotate(172.8deg) scale(1);transform:rotate(172.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(172.8deg) scale(0);transform:rotate(172.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-49{0%{opacity:1;-webkit-transform:rotate(172.8deg) scale(1);transform:rotate(172.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(172.8deg) scale(0);transform:rotate(172.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(49).chosen{-webkit-animation-name:coinflip-segment-pull-49,coinflip-segment-make-coin-49;animation-name:coinflip-segment-pull-49,coinflip-segment-make-coin-49;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-49{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(0);transform:rotate(172.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(-62.5px);transform:rotate(172.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(125px);transform:rotate(172.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(172.8deg) translateY(125px) translateX(-90px);transform:rotate(172.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-49{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(0);transform:rotate(172.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(-62.5px);transform:rotate(172.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00fff0;border:1px solid #000;-webkit-transform:rotate(172.8deg) translateY(125px);transform:rotate(172.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(172.8deg) translateY(125px) translateX(-90px);transform:rotate(172.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-49{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-49{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(50){-webkit-transform:rotate(.49turn) translateY(0);transform:rotate(.49turn) translateY(0);background-color:#0ff}.event.coinflip .roulette .segment:nth-child(50) .coin .back,.event.coinflip .roulette .segment:nth-child(50) .coin .front,.event.coinflip .roulette .segment:nth-child(50) .coin .thick,.event.coinflip .roulette .segment:nth-child(50) .coin:after,.event.coinflip .roulette .segment:nth-child(50) .coin:before{background-color:#0ff;box-shadow:inset 2px -2px 20px teal}.event.coinflip .roulette .segment:nth-child(50).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-50;animation-name:coinflip-segment-not-chosen-50;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-50{0%{opacity:1;-webkit-transform:rotate(.49turn) scale(1);transform:rotate(.49turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.49turn) scale(0);transform:rotate(.49turn) scale(0)}}@keyframes coinflip-segment-not-chosen-50{0%{opacity:1;-webkit-transform:rotate(.49turn) scale(1);transform:rotate(.49turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.49turn) scale(0);transform:rotate(.49turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(50).chosen{-webkit-animation-name:coinflip-segment-pull-50,coinflip-segment-make-coin-50;animation-name:coinflip-segment-pull-50,coinflip-segment-make-coin-50;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-50{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(0);transform:rotate(.49turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(-62.5px);transform:rotate(.49turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(125px);transform:rotate(.49turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.49turn) translateY(125px) translateX(-90px);transform:rotate(.49turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-50{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(0);transform:rotate(.49turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(-62.5px);transform:rotate(.49turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0ff;border:1px solid #000;-webkit-transform:rotate(.49turn) translateY(125px);transform:rotate(.49turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.49turn) translateY(125px) translateX(-90px);transform:rotate(.49turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-50{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-50{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(51){-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0);background-color:#00f0ff}.event.coinflip .roulette .segment:nth-child(51) .coin .back,.event.coinflip .roulette .segment:nth-child(51) .coin .front,.event.coinflip .roulette .segment:nth-child(51) .coin .thick,.event.coinflip .roulette .segment:nth-child(51) .coin:after,.event.coinflip .roulette .segment:nth-child(51) .coin:before{background-color:#00f0ff;box-shadow:inset 2px -2px 20px #007880}.event.coinflip .roulette .segment:nth-child(51).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-51;animation-name:coinflip-segment-not-chosen-51;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-51{0%{opacity:1;-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}to{opacity:0;-webkit-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0)}}@keyframes coinflip-segment-not-chosen-51{0%{opacity:1;-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}to{opacity:0;-webkit-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(51).chosen{-webkit-animation-name:coinflip-segment-pull-51,coinflip-segment-make-coin-51;animation-name:coinflip-segment-pull-51,coinflip-segment-make-coin-51;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-51{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(-62.5px);transform:rotate(180deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(125px);transform:rotate(180deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(180deg) translateY(125px) translateX(-90px);transform:rotate(180deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-51{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(-62.5px);transform:rotate(180deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00f0ff;border:1px solid #000;-webkit-transform:rotate(180deg) translateY(125px);transform:rotate(180deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(180deg) translateY(125px) translateX(-90px);transform:rotate(180deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-51{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-51{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(52){-webkit-transform:rotate(.51turn) translateY(0);transform:rotate(.51turn) translateY(0);background-color:#00e0ff}.event.coinflip .roulette .segment:nth-child(52) .coin .back,.event.coinflip .roulette .segment:nth-child(52) .coin .front,.event.coinflip .roulette .segment:nth-child(52) .coin .thick,.event.coinflip .roulette .segment:nth-child(52) .coin:after,.event.coinflip .roulette .segment:nth-child(52) .coin:before{background-color:#00e0ff;box-shadow:inset 2px -2px 20px #007080}.event.coinflip .roulette .segment:nth-child(52).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-52;animation-name:coinflip-segment-not-chosen-52;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-52{0%{opacity:1;-webkit-transform:rotate(.51turn) scale(1);transform:rotate(.51turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.51turn) scale(0);transform:rotate(.51turn) scale(0)}}@keyframes coinflip-segment-not-chosen-52{0%{opacity:1;-webkit-transform:rotate(.51turn) scale(1);transform:rotate(.51turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.51turn) scale(0);transform:rotate(.51turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(52).chosen{-webkit-animation-name:coinflip-segment-pull-52,coinflip-segment-make-coin-52;animation-name:coinflip-segment-pull-52,coinflip-segment-make-coin-52;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-52{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(0);transform:rotate(.51turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(-62.5px);transform:rotate(.51turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(125px);transform:rotate(.51turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.51turn) translateY(125px) translateX(-90px);transform:rotate(.51turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-52{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(0);transform:rotate(.51turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(-62.5px);transform:rotate(.51turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00e0ff;border:1px solid #000;-webkit-transform:rotate(.51turn) translateY(125px);transform:rotate(.51turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.51turn) translateY(125px) translateX(-90px);transform:rotate(.51turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-52{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-52{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(53){-webkit-transform:rotate(.52turn) translateY(0);transform:rotate(.52turn) translateY(0);background-color:#00d1ff}.event.coinflip .roulette .segment:nth-child(53) .coin .back,.event.coinflip .roulette .segment:nth-child(53) .coin .front,.event.coinflip .roulette .segment:nth-child(53) .coin .thick,.event.coinflip .roulette .segment:nth-child(53) .coin:after,.event.coinflip .roulette .segment:nth-child(53) .coin:before{background-color:#00d1ff;box-shadow:inset 2px -2px 20px #006980}.event.coinflip .roulette .segment:nth-child(53).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-53;animation-name:coinflip-segment-not-chosen-53;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-53{0%{opacity:1;-webkit-transform:rotate(.52turn) scale(1);transform:rotate(.52turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.52turn) scale(0);transform:rotate(.52turn) scale(0)}}@keyframes coinflip-segment-not-chosen-53{0%{opacity:1;-webkit-transform:rotate(.52turn) scale(1);transform:rotate(.52turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.52turn) scale(0);transform:rotate(.52turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(53).chosen{-webkit-animation-name:coinflip-segment-pull-53,coinflip-segment-make-coin-53;animation-name:coinflip-segment-pull-53,coinflip-segment-make-coin-53;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-53{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(0);transform:rotate(.52turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(-62.5px);transform:rotate(.52turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(125px);transform:rotate(.52turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.52turn) translateY(125px) translateX(-90px);transform:rotate(.52turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-53{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(0);transform:rotate(.52turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(-62.5px);transform:rotate(.52turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00d1ff;border:1px solid #000;-webkit-transform:rotate(.52turn) translateY(125px);transform:rotate(.52turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.52turn) translateY(125px) translateX(-90px);transform:rotate(.52turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-53{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-53{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(54){-webkit-transform:rotate(.53turn) translateY(0);transform:rotate(.53turn) translateY(0);background-color:#00c2ff}.event.coinflip .roulette .segment:nth-child(54) .coin .back,.event.coinflip .roulette .segment:nth-child(54) .coin .front,.event.coinflip .roulette .segment:nth-child(54) .coin .thick,.event.coinflip .roulette .segment:nth-child(54) .coin:after,.event.coinflip .roulette .segment:nth-child(54) .coin:before{background-color:#00c2ff;box-shadow:inset 2px -2px 20px #006180}.event.coinflip .roulette .segment:nth-child(54).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-54;animation-name:coinflip-segment-not-chosen-54;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-54{0%{opacity:1;-webkit-transform:rotate(.53turn) scale(1);transform:rotate(.53turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.53turn) scale(0);transform:rotate(.53turn) scale(0)}}@keyframes coinflip-segment-not-chosen-54{0%{opacity:1;-webkit-transform:rotate(.53turn) scale(1);transform:rotate(.53turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.53turn) scale(0);transform:rotate(.53turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(54).chosen{-webkit-animation-name:coinflip-segment-pull-54,coinflip-segment-make-coin-54;animation-name:coinflip-segment-pull-54,coinflip-segment-make-coin-54;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-54{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(0);transform:rotate(.53turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(-62.5px);transform:rotate(.53turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(125px);transform:rotate(.53turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.53turn) translateY(125px) translateX(-90px);transform:rotate(.53turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-54{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(0);transform:rotate(.53turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(-62.5px);transform:rotate(.53turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00c2ff;border:1px solid #000;-webkit-transform:rotate(.53turn) translateY(125px);transform:rotate(.53turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.53turn) translateY(125px) translateX(-90px);transform:rotate(.53turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-54{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-54{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(55){-webkit-transform:rotate(.54turn) translateY(0);transform:rotate(.54turn) translateY(0);background-color:#00b3ff}.event.coinflip .roulette .segment:nth-child(55) .coin .back,.event.coinflip .roulette .segment:nth-child(55) .coin .front,.event.coinflip .roulette .segment:nth-child(55) .coin .thick,.event.coinflip .roulette .segment:nth-child(55) .coin:after,.event.coinflip .roulette .segment:nth-child(55) .coin:before{background-color:#00b3ff;box-shadow:inset 2px -2px 20px #005980}.event.coinflip .roulette .segment:nth-child(55).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-55;animation-name:coinflip-segment-not-chosen-55;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-55{0%{opacity:1;-webkit-transform:rotate(.54turn) scale(1);transform:rotate(.54turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.54turn) scale(0);transform:rotate(.54turn) scale(0)}}@keyframes coinflip-segment-not-chosen-55{0%{opacity:1;-webkit-transform:rotate(.54turn) scale(1);transform:rotate(.54turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.54turn) scale(0);transform:rotate(.54turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(55).chosen{-webkit-animation-name:coinflip-segment-pull-55,coinflip-segment-make-coin-55;animation-name:coinflip-segment-pull-55,coinflip-segment-make-coin-55;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-55{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(0);transform:rotate(.54turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(-62.5px);transform:rotate(.54turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(125px);transform:rotate(.54turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.54turn) translateY(125px) translateX(-90px);transform:rotate(.54turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-55{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(0);transform:rotate(.54turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(-62.5px);transform:rotate(.54turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00b3ff;border:1px solid #000;-webkit-transform:rotate(.54turn) translateY(125px);transform:rotate(.54turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.54turn) translateY(125px) translateX(-90px);transform:rotate(.54turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-55{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-55{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(56){-webkit-transform:rotate(198deg) translateY(0);transform:rotate(198deg) translateY(0);background-color:#00a3ff}.event.coinflip .roulette .segment:nth-child(56) .coin .back,.event.coinflip .roulette .segment:nth-child(56) .coin .front,.event.coinflip .roulette .segment:nth-child(56) .coin .thick,.event.coinflip .roulette .segment:nth-child(56) .coin:after,.event.coinflip .roulette .segment:nth-child(56) .coin:before{background-color:#00a3ff;box-shadow:inset 2px -2px 20px #005280}.event.coinflip .roulette .segment:nth-child(56).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-56;animation-name:coinflip-segment-not-chosen-56;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-56{0%{opacity:1;-webkit-transform:rotate(198deg) scale(1);transform:rotate(198deg) scale(1)}to{opacity:0;-webkit-transform:rotate(198deg) scale(0);transform:rotate(198deg) scale(0)}}@keyframes coinflip-segment-not-chosen-56{0%{opacity:1;-webkit-transform:rotate(198deg) scale(1);transform:rotate(198deg) scale(1)}to{opacity:0;-webkit-transform:rotate(198deg) scale(0);transform:rotate(198deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(56).chosen{-webkit-animation-name:coinflip-segment-pull-56,coinflip-segment-make-coin-56;animation-name:coinflip-segment-pull-56,coinflip-segment-make-coin-56;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-56{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(0);transform:rotate(198deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(-62.5px);transform:rotate(198deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(125px);transform:rotate(198deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(198deg) translateY(125px) translateX(-90px);transform:rotate(198deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-56{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(0);transform:rotate(198deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(-62.5px);transform:rotate(198deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#00a3ff;border:1px solid #000;-webkit-transform:rotate(198deg) translateY(125px);transform:rotate(198deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(198deg) translateY(125px) translateX(-90px);transform:rotate(198deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-56{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-56{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(57){-webkit-transform:rotate(201.6deg) translateY(0);transform:rotate(201.6deg) translateY(0);background-color:#0094ff}.event.coinflip .roulette .segment:nth-child(57) .coin .back,.event.coinflip .roulette .segment:nth-child(57) .coin .front,.event.coinflip .roulette .segment:nth-child(57) .coin .thick,.event.coinflip .roulette .segment:nth-child(57) .coin:after,.event.coinflip .roulette .segment:nth-child(57) .coin:before{background-color:#0094ff;box-shadow:inset 2px -2px 20px #004a80}.event.coinflip .roulette .segment:nth-child(57).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-57;animation-name:coinflip-segment-not-chosen-57;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-57{0%{opacity:1;-webkit-transform:rotate(201.6deg) scale(1);transform:rotate(201.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(201.6deg) scale(0);transform:rotate(201.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-57{0%{opacity:1;-webkit-transform:rotate(201.6deg) scale(1);transform:rotate(201.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(201.6deg) scale(0);transform:rotate(201.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(57).chosen{-webkit-animation-name:coinflip-segment-pull-57,coinflip-segment-make-coin-57;animation-name:coinflip-segment-pull-57,coinflip-segment-make-coin-57;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-57{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(0);transform:rotate(201.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(-62.5px);transform:rotate(201.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(125px);transform:rotate(201.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(201.6deg) translateY(125px) translateX(-90px);transform:rotate(201.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-57{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(0);transform:rotate(201.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(-62.5px);transform:rotate(201.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0094ff;border:1px solid #000;-webkit-transform:rotate(201.6deg) translateY(125px);transform:rotate(201.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(201.6deg) translateY(125px) translateX(-90px);transform:rotate(201.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-57{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-57{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(58){-webkit-transform:rotate(.57turn) translateY(0);transform:rotate(.57turn) translateY(0);background-color:#0085ff}.event.coinflip .roulette .segment:nth-child(58) .coin .back,.event.coinflip .roulette .segment:nth-child(58) .coin .front,.event.coinflip .roulette .segment:nth-child(58) .coin .thick,.event.coinflip .roulette .segment:nth-child(58) .coin:after,.event.coinflip .roulette .segment:nth-child(58) .coin:before{background-color:#0085ff;box-shadow:inset 2px -2px 20px #004280}.event.coinflip .roulette .segment:nth-child(58).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-58;animation-name:coinflip-segment-not-chosen-58;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-58{0%{opacity:1;-webkit-transform:rotate(.57turn) scale(1);transform:rotate(.57turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.57turn) scale(0);transform:rotate(.57turn) scale(0)}}@keyframes coinflip-segment-not-chosen-58{0%{opacity:1;-webkit-transform:rotate(.57turn) scale(1);transform:rotate(.57turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.57turn) scale(0);transform:rotate(.57turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(58).chosen{-webkit-animation-name:coinflip-segment-pull-58,coinflip-segment-make-coin-58;animation-name:coinflip-segment-pull-58,coinflip-segment-make-coin-58;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-58{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(0);transform:rotate(.57turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(-62.5px);transform:rotate(.57turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(125px);transform:rotate(.57turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.57turn) translateY(125px) translateX(-90px);transform:rotate(.57turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-58{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(0);transform:rotate(.57turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(-62.5px);transform:rotate(.57turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0085ff;border:1px solid #000;-webkit-transform:rotate(.57turn) translateY(125px);transform:rotate(.57turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.57turn) translateY(125px) translateX(-90px);transform:rotate(.57turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-58{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-58{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(59){-webkit-transform:rotate(208.8deg) translateY(0);transform:rotate(208.8deg) translateY(0);background-color:#0075ff}.event.coinflip .roulette .segment:nth-child(59) .coin .back,.event.coinflip .roulette .segment:nth-child(59) .coin .front,.event.coinflip .roulette .segment:nth-child(59) .coin .thick,.event.coinflip .roulette .segment:nth-child(59) .coin:after,.event.coinflip .roulette .segment:nth-child(59) .coin:before{background-color:#0075ff;box-shadow:inset 2px -2px 20px #003b80}.event.coinflip .roulette .segment:nth-child(59).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-59;animation-name:coinflip-segment-not-chosen-59;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-59{0%{opacity:1;-webkit-transform:rotate(208.8deg) scale(1);transform:rotate(208.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(208.8deg) scale(0);transform:rotate(208.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-59{0%{opacity:1;-webkit-transform:rotate(208.8deg) scale(1);transform:rotate(208.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(208.8deg) scale(0);transform:rotate(208.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(59).chosen{-webkit-animation-name:coinflip-segment-pull-59,coinflip-segment-make-coin-59;animation-name:coinflip-segment-pull-59,coinflip-segment-make-coin-59;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-59{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(0);transform:rotate(208.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(-62.5px);transform:rotate(208.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(125px);transform:rotate(208.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(208.8deg) translateY(125px) translateX(-90px);transform:rotate(208.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-59{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(0);transform:rotate(208.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(-62.5px);transform:rotate(208.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0075ff;border:1px solid #000;-webkit-transform:rotate(208.8deg) translateY(125px);transform:rotate(208.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(208.8deg) translateY(125px) translateX(-90px);transform:rotate(208.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-59{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-59{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(60){-webkit-transform:rotate(.59turn) translateY(0);transform:rotate(.59turn) translateY(0);background-color:#06f}.event.coinflip .roulette .segment:nth-child(60) .coin .back,.event.coinflip .roulette .segment:nth-child(60) .coin .front,.event.coinflip .roulette .segment:nth-child(60) .coin .thick,.event.coinflip .roulette .segment:nth-child(60) .coin:after,.event.coinflip .roulette .segment:nth-child(60) .coin:before{background-color:#06f;box-shadow:inset 2px -2px 20px #003380}.event.coinflip .roulette .segment:nth-child(60).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-60;animation-name:coinflip-segment-not-chosen-60;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-60{0%{opacity:1;-webkit-transform:rotate(.59turn) scale(1);transform:rotate(.59turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.59turn) scale(0);transform:rotate(.59turn) scale(0)}}@keyframes coinflip-segment-not-chosen-60{0%{opacity:1;-webkit-transform:rotate(.59turn) scale(1);transform:rotate(.59turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.59turn) scale(0);transform:rotate(.59turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(60).chosen{-webkit-animation-name:coinflip-segment-pull-60,coinflip-segment-make-coin-60;animation-name:coinflip-segment-pull-60,coinflip-segment-make-coin-60;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-60{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(0);transform:rotate(.59turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(-62.5px);transform:rotate(.59turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(125px);transform:rotate(.59turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.59turn) translateY(125px) translateX(-90px);transform:rotate(.59turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-60{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(0);transform:rotate(.59turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(-62.5px);transform:rotate(.59turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#06f;border:1px solid #000;-webkit-transform:rotate(.59turn) translateY(125px);transform:rotate(.59turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.59turn) translateY(125px) translateX(-90px);transform:rotate(.59turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-60{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-60{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(61){-webkit-transform:rotate(216deg) translateY(0);transform:rotate(216deg) translateY(0);background-color:#0057ff}.event.coinflip .roulette .segment:nth-child(61) .coin .back,.event.coinflip .roulette .segment:nth-child(61) .coin .front,.event.coinflip .roulette .segment:nth-child(61) .coin .thick,.event.coinflip .roulette .segment:nth-child(61) .coin:after,.event.coinflip .roulette .segment:nth-child(61) .coin:before{background-color:#0057ff;box-shadow:inset 2px -2px 20px #002b80}.event.coinflip .roulette .segment:nth-child(61).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-61;animation-name:coinflip-segment-not-chosen-61;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-61{0%{opacity:1;-webkit-transform:rotate(216deg) scale(1);transform:rotate(216deg) scale(1)}to{opacity:0;-webkit-transform:rotate(216deg) scale(0);transform:rotate(216deg) scale(0)}}@keyframes coinflip-segment-not-chosen-61{0%{opacity:1;-webkit-transform:rotate(216deg) scale(1);transform:rotate(216deg) scale(1)}to{opacity:0;-webkit-transform:rotate(216deg) scale(0);transform:rotate(216deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(61).chosen{-webkit-animation-name:coinflip-segment-pull-61,coinflip-segment-make-coin-61;animation-name:coinflip-segment-pull-61,coinflip-segment-make-coin-61;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-61{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(0);transform:rotate(216deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(-62.5px);transform:rotate(216deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(125px);transform:rotate(216deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(216deg) translateY(125px) translateX(-90px);transform:rotate(216deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-61{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(0);transform:rotate(216deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(-62.5px);transform:rotate(216deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0057ff;border:1px solid #000;-webkit-transform:rotate(216deg) translateY(125px);transform:rotate(216deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(216deg) translateY(125px) translateX(-90px);transform:rotate(216deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-61{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-61{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(62){-webkit-transform:rotate(.61turn) translateY(0);transform:rotate(.61turn) translateY(0);background-color:#0047ff}.event.coinflip .roulette .segment:nth-child(62) .coin .back,.event.coinflip .roulette .segment:nth-child(62) .coin .front,.event.coinflip .roulette .segment:nth-child(62) .coin .thick,.event.coinflip .roulette .segment:nth-child(62) .coin:after,.event.coinflip .roulette .segment:nth-child(62) .coin:before{background-color:#0047ff;box-shadow:inset 2px -2px 20px #002480}.event.coinflip .roulette .segment:nth-child(62).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-62;animation-name:coinflip-segment-not-chosen-62;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-62{0%{opacity:1;-webkit-transform:rotate(.61turn) scale(1);transform:rotate(.61turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.61turn) scale(0);transform:rotate(.61turn) scale(0)}}@keyframes coinflip-segment-not-chosen-62{0%{opacity:1;-webkit-transform:rotate(.61turn) scale(1);transform:rotate(.61turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.61turn) scale(0);transform:rotate(.61turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(62).chosen{-webkit-animation-name:coinflip-segment-pull-62,coinflip-segment-make-coin-62;animation-name:coinflip-segment-pull-62,coinflip-segment-make-coin-62;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-62{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(0);transform:rotate(.61turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(-62.5px);transform:rotate(.61turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(125px);transform:rotate(.61turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.61turn) translateY(125px) translateX(-90px);transform:rotate(.61turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-62{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(0);transform:rotate(.61turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(-62.5px);transform:rotate(.61turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0047ff;border:1px solid #000;-webkit-transform:rotate(.61turn) translateY(125px);transform:rotate(.61turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.61turn) translateY(125px) translateX(-90px);transform:rotate(.61turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-62{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-62{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(63){-webkit-transform:rotate(.62turn) translateY(0);transform:rotate(.62turn) translateY(0);background-color:#0038ff}.event.coinflip .roulette .segment:nth-child(63) .coin .back,.event.coinflip .roulette .segment:nth-child(63) .coin .front,.event.coinflip .roulette .segment:nth-child(63) .coin .thick,.event.coinflip .roulette .segment:nth-child(63) .coin:after,.event.coinflip .roulette .segment:nth-child(63) .coin:before{background-color:#0038ff;box-shadow:inset 2px -2px 20px #001c80}.event.coinflip .roulette .segment:nth-child(63).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-63;animation-name:coinflip-segment-not-chosen-63;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-63{0%{opacity:1;-webkit-transform:rotate(.62turn) scale(1);transform:rotate(.62turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.62turn) scale(0);transform:rotate(.62turn) scale(0)}}@keyframes coinflip-segment-not-chosen-63{0%{opacity:1;-webkit-transform:rotate(.62turn) scale(1);transform:rotate(.62turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.62turn) scale(0);transform:rotate(.62turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(63).chosen{-webkit-animation-name:coinflip-segment-pull-63,coinflip-segment-make-coin-63;animation-name:coinflip-segment-pull-63,coinflip-segment-make-coin-63;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-63{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(0);transform:rotate(.62turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(-62.5px);transform:rotate(.62turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(125px);transform:rotate(.62turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.62turn) translateY(125px) translateX(-90px);transform:rotate(.62turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-63{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(0);transform:rotate(.62turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(-62.5px);transform:rotate(.62turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0038ff;border:1px solid #000;-webkit-transform:rotate(.62turn) translateY(125px);transform:rotate(.62turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.62turn) translateY(125px) translateX(-90px);transform:rotate(.62turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-63{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-63{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(64){-webkit-transform:rotate(.63turn) translateY(0);transform:rotate(.63turn) translateY(0);background-color:#0029ff}.event.coinflip .roulette .segment:nth-child(64) .coin .back,.event.coinflip .roulette .segment:nth-child(64) .coin .front,.event.coinflip .roulette .segment:nth-child(64) .coin .thick,.event.coinflip .roulette .segment:nth-child(64) .coin:after,.event.coinflip .roulette .segment:nth-child(64) .coin:before{background-color:#0029ff;box-shadow:inset 2px -2px 20px #001480}.event.coinflip .roulette .segment:nth-child(64).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-64;animation-name:coinflip-segment-not-chosen-64;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-64{0%{opacity:1;-webkit-transform:rotate(.63turn) scale(1);transform:rotate(.63turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.63turn) scale(0);transform:rotate(.63turn) scale(0)}}@keyframes coinflip-segment-not-chosen-64{0%{opacity:1;-webkit-transform:rotate(.63turn) scale(1);transform:rotate(.63turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.63turn) scale(0);transform:rotate(.63turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(64).chosen{-webkit-animation-name:coinflip-segment-pull-64,coinflip-segment-make-coin-64;animation-name:coinflip-segment-pull-64,coinflip-segment-make-coin-64;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-64{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(0);transform:rotate(.63turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(-62.5px);transform:rotate(.63turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(125px);transform:rotate(.63turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.63turn) translateY(125px) translateX(-90px);transform:rotate(.63turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-64{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(0);transform:rotate(.63turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(-62.5px);transform:rotate(.63turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0029ff;border:1px solid #000;-webkit-transform:rotate(.63turn) translateY(125px);transform:rotate(.63turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.63turn) translateY(125px) translateX(-90px);transform:rotate(.63turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-64{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-64{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(65){-webkit-transform:rotate(.64turn) translateY(0);transform:rotate(.64turn) translateY(0);background-color:#001aff}.event.coinflip .roulette .segment:nth-child(65) .coin .back,.event.coinflip .roulette .segment:nth-child(65) .coin .front,.event.coinflip .roulette .segment:nth-child(65) .coin .thick,.event.coinflip .roulette .segment:nth-child(65) .coin:after,.event.coinflip .roulette .segment:nth-child(65) .coin:before{background-color:#001aff;box-shadow:inset 2px -2px 20px #000d80}.event.coinflip .roulette .segment:nth-child(65).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-65;animation-name:coinflip-segment-not-chosen-65;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-65{0%{opacity:1;-webkit-transform:rotate(.64turn) scale(1);transform:rotate(.64turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.64turn) scale(0);transform:rotate(.64turn) scale(0)}}@keyframes coinflip-segment-not-chosen-65{0%{opacity:1;-webkit-transform:rotate(.64turn) scale(1);transform:rotate(.64turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.64turn) scale(0);transform:rotate(.64turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(65).chosen{-webkit-animation-name:coinflip-segment-pull-65,coinflip-segment-make-coin-65;animation-name:coinflip-segment-pull-65,coinflip-segment-make-coin-65;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-65{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(0);transform:rotate(.64turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(-62.5px);transform:rotate(.64turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(125px);transform:rotate(.64turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.64turn) translateY(125px) translateX(-90px);transform:rotate(.64turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-65{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(0);transform:rotate(.64turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(-62.5px);transform:rotate(.64turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#001aff;border:1px solid #000;-webkit-transform:rotate(.64turn) translateY(125px);transform:rotate(.64turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.64turn) translateY(125px) translateX(-90px);transform:rotate(.64turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-65{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-65{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(66){-webkit-transform:rotate(234deg) translateY(0);transform:rotate(234deg) translateY(0);background-color:#000aff}.event.coinflip .roulette .segment:nth-child(66) .coin .back,.event.coinflip .roulette .segment:nth-child(66) .coin .front,.event.coinflip .roulette .segment:nth-child(66) .coin .thick,.event.coinflip .roulette .segment:nth-child(66) .coin:after,.event.coinflip .roulette .segment:nth-child(66) .coin:before{background-color:#000aff;box-shadow:inset 2px -2px 20px #000580}.event.coinflip .roulette .segment:nth-child(66).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-66;animation-name:coinflip-segment-not-chosen-66;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-66{0%{opacity:1;-webkit-transform:rotate(234deg) scale(1);transform:rotate(234deg) scale(1)}to{opacity:0;-webkit-transform:rotate(234deg) scale(0);transform:rotate(234deg) scale(0)}}@keyframes coinflip-segment-not-chosen-66{0%{opacity:1;-webkit-transform:rotate(234deg) scale(1);transform:rotate(234deg) scale(1)}to{opacity:0;-webkit-transform:rotate(234deg) scale(0);transform:rotate(234deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(66).chosen{-webkit-animation-name:coinflip-segment-pull-66,coinflip-segment-make-coin-66;animation-name:coinflip-segment-pull-66,coinflip-segment-make-coin-66;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-66{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(0);transform:rotate(234deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(-62.5px);transform:rotate(234deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(125px);transform:rotate(234deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(234deg) translateY(125px) translateX(-90px);transform:rotate(234deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-66{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(0);transform:rotate(234deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(-62.5px);transform:rotate(234deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#000aff;border:1px solid #000;-webkit-transform:rotate(234deg) translateY(125px);transform:rotate(234deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(234deg) translateY(125px) translateX(-90px);transform:rotate(234deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-66{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-66{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(67){-webkit-transform:rotate(.66turn) translateY(0);transform:rotate(.66turn) translateY(0);background-color:#0500ff}.event.coinflip .roulette .segment:nth-child(67) .coin .back,.event.coinflip .roulette .segment:nth-child(67) .coin .front,.event.coinflip .roulette .segment:nth-child(67) .coin .thick,.event.coinflip .roulette .segment:nth-child(67) .coin:after,.event.coinflip .roulette .segment:nth-child(67) .coin:before{background-color:#0500ff;box-shadow:inset 2px -2px 20px #030080}.event.coinflip .roulette .segment:nth-child(67).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-67;animation-name:coinflip-segment-not-chosen-67;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-67{0%{opacity:1;-webkit-transform:rotate(.66turn) scale(1);transform:rotate(.66turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.66turn) scale(0);transform:rotate(.66turn) scale(0)}}@keyframes coinflip-segment-not-chosen-67{0%{opacity:1;-webkit-transform:rotate(.66turn) scale(1);transform:rotate(.66turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.66turn) scale(0);transform:rotate(.66turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(67).chosen{-webkit-animation-name:coinflip-segment-pull-67,coinflip-segment-make-coin-67;animation-name:coinflip-segment-pull-67,coinflip-segment-make-coin-67;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-67{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(0);transform:rotate(.66turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(-62.5px);transform:rotate(.66turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(125px);transform:rotate(.66turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.66turn) translateY(125px) translateX(-90px);transform:rotate(.66turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-67{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(0);transform:rotate(.66turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(-62.5px);transform:rotate(.66turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#0500ff;border:1px solid #000;-webkit-transform:rotate(.66turn) translateY(125px);transform:rotate(.66turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.66turn) translateY(125px) translateX(-90px);transform:rotate(.66turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-67{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-67{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(68){-webkit-transform:rotate(241.2deg) translateY(0);transform:rotate(241.2deg) translateY(0);background-color:#1400ff}.event.coinflip .roulette .segment:nth-child(68) .coin .back,.event.coinflip .roulette .segment:nth-child(68) .coin .front,.event.coinflip .roulette .segment:nth-child(68) .coin .thick,.event.coinflip .roulette .segment:nth-child(68) .coin:after,.event.coinflip .roulette .segment:nth-child(68) .coin:before{background-color:#1400ff;box-shadow:inset 2px -2px 20px #0a0080}.event.coinflip .roulette .segment:nth-child(68).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-68;animation-name:coinflip-segment-not-chosen-68;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-68{0%{opacity:1;-webkit-transform:rotate(241.2deg) scale(1);transform:rotate(241.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(241.2deg) scale(0);transform:rotate(241.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-68{0%{opacity:1;-webkit-transform:rotate(241.2deg) scale(1);transform:rotate(241.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(241.2deg) scale(0);transform:rotate(241.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(68).chosen{-webkit-animation-name:coinflip-segment-pull-68,coinflip-segment-make-coin-68;animation-name:coinflip-segment-pull-68,coinflip-segment-make-coin-68;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-68{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(0);transform:rotate(241.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(-62.5px);transform:rotate(241.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(125px);transform:rotate(241.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(241.2deg) translateY(125px) translateX(-90px);transform:rotate(241.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-68{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(0);transform:rotate(241.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(-62.5px);transform:rotate(241.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#1400ff;border:1px solid #000;-webkit-transform:rotate(241.2deg) translateY(125px);transform:rotate(241.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(241.2deg) translateY(125px) translateX(-90px);transform:rotate(241.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-68{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-68{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(69){-webkit-transform:rotate(.68turn) translateY(0);transform:rotate(.68turn) translateY(0);background-color:#2400ff}.event.coinflip .roulette .segment:nth-child(69) .coin .back,.event.coinflip .roulette .segment:nth-child(69) .coin .front,.event.coinflip .roulette .segment:nth-child(69) .coin .thick,.event.coinflip .roulette .segment:nth-child(69) .coin:after,.event.coinflip .roulette .segment:nth-child(69) .coin:before{background-color:#2400ff;box-shadow:inset 2px -2px 20px #120080}.event.coinflip .roulette .segment:nth-child(69).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-69;animation-name:coinflip-segment-not-chosen-69;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-69{0%{opacity:1;-webkit-transform:rotate(.68turn) scale(1);transform:rotate(.68turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.68turn) scale(0);transform:rotate(.68turn) scale(0)}}@keyframes coinflip-segment-not-chosen-69{0%{opacity:1;-webkit-transform:rotate(.68turn) scale(1);transform:rotate(.68turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.68turn) scale(0);transform:rotate(.68turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(69).chosen{-webkit-animation-name:coinflip-segment-pull-69,coinflip-segment-make-coin-69;animation-name:coinflip-segment-pull-69,coinflip-segment-make-coin-69;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-69{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(0);transform:rotate(.68turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(-62.5px);transform:rotate(.68turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(125px);transform:rotate(.68turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.68turn) translateY(125px) translateX(-90px);transform:rotate(.68turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-69{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(0);transform:rotate(.68turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(-62.5px);transform:rotate(.68turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#2400ff;border:1px solid #000;-webkit-transform:rotate(.68turn) translateY(125px);transform:rotate(.68turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.68turn) translateY(125px) translateX(-90px);transform:rotate(.68turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-69{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-69{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(70){-webkit-transform:rotate(248.4deg) translateY(0);transform:rotate(248.4deg) translateY(0);background-color:#30f}.event.coinflip .roulette .segment:nth-child(70) .coin .back,.event.coinflip .roulette .segment:nth-child(70) .coin .front,.event.coinflip .roulette .segment:nth-child(70) .coin .thick,.event.coinflip .roulette .segment:nth-child(70) .coin:after,.event.coinflip .roulette .segment:nth-child(70) .coin:before{background-color:#30f;box-shadow:inset 2px -2px 20px #1a0080}.event.coinflip .roulette .segment:nth-child(70).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-70;animation-name:coinflip-segment-not-chosen-70;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-70{0%{opacity:1;-webkit-transform:rotate(248.4deg) scale(1);transform:rotate(248.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(248.4deg) scale(0);transform:rotate(248.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-70{0%{opacity:1;-webkit-transform:rotate(248.4deg) scale(1);transform:rotate(248.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(248.4deg) scale(0);transform:rotate(248.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(70).chosen{-webkit-animation-name:coinflip-segment-pull-70,coinflip-segment-make-coin-70;animation-name:coinflip-segment-pull-70,coinflip-segment-make-coin-70;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-70{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(0);transform:rotate(248.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(-62.5px);transform:rotate(248.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(125px);transform:rotate(248.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(248.4deg) translateY(125px) translateX(-90px);transform:rotate(248.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-70{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(0);transform:rotate(248.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(-62.5px);transform:rotate(248.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#30f;border:1px solid #000;-webkit-transform:rotate(248.4deg) translateY(125px);transform:rotate(248.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(248.4deg) translateY(125px) translateX(-90px);transform:rotate(248.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-70{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-70{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(71){-webkit-transform:rotate(252deg) translateY(0);transform:rotate(252deg) translateY(0);background-color:#4200ff}.event.coinflip .roulette .segment:nth-child(71) .coin .back,.event.coinflip .roulette .segment:nth-child(71) .coin .front,.event.coinflip .roulette .segment:nth-child(71) .coin .thick,.event.coinflip .roulette .segment:nth-child(71) .coin:after,.event.coinflip .roulette .segment:nth-child(71) .coin:before{background-color:#4200ff;box-shadow:inset 2px -2px 20px #210080}.event.coinflip .roulette .segment:nth-child(71).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-71;animation-name:coinflip-segment-not-chosen-71;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-71{0%{opacity:1;-webkit-transform:rotate(252deg) scale(1);transform:rotate(252deg) scale(1)}to{opacity:0;-webkit-transform:rotate(252deg) scale(0);transform:rotate(252deg) scale(0)}}@keyframes coinflip-segment-not-chosen-71{0%{opacity:1;-webkit-transform:rotate(252deg) scale(1);transform:rotate(252deg) scale(1)}to{opacity:0;-webkit-transform:rotate(252deg) scale(0);transform:rotate(252deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(71).chosen{-webkit-animation-name:coinflip-segment-pull-71,coinflip-segment-make-coin-71;animation-name:coinflip-segment-pull-71,coinflip-segment-make-coin-71;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-71{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(0);transform:rotate(252deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(-62.5px);transform:rotate(252deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(125px);transform:rotate(252deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(252deg) translateY(125px) translateX(-90px);transform:rotate(252deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-71{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(0);transform:rotate(252deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(-62.5px);transform:rotate(252deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#4200ff;border:1px solid #000;-webkit-transform:rotate(252deg) translateY(125px);transform:rotate(252deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(252deg) translateY(125px) translateX(-90px);transform:rotate(252deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-71{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-71{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(72){-webkit-transform:rotate(.71turn) translateY(0);transform:rotate(.71turn) translateY(0);background-color:#5200ff}.event.coinflip .roulette .segment:nth-child(72) .coin .back,.event.coinflip .roulette .segment:nth-child(72) .coin .front,.event.coinflip .roulette .segment:nth-child(72) .coin .thick,.event.coinflip .roulette .segment:nth-child(72) .coin:after,.event.coinflip .roulette .segment:nth-child(72) .coin:before{background-color:#5200ff;box-shadow:inset 2px -2px 20px #290080}.event.coinflip .roulette .segment:nth-child(72).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-72;animation-name:coinflip-segment-not-chosen-72;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-72{0%{opacity:1;-webkit-transform:rotate(.71turn) scale(1);transform:rotate(.71turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.71turn) scale(0);transform:rotate(.71turn) scale(0)}}@keyframes coinflip-segment-not-chosen-72{0%{opacity:1;-webkit-transform:rotate(.71turn) scale(1);transform:rotate(.71turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.71turn) scale(0);transform:rotate(.71turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(72).chosen{-webkit-animation-name:coinflip-segment-pull-72,coinflip-segment-make-coin-72;animation-name:coinflip-segment-pull-72,coinflip-segment-make-coin-72;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-72{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(0);transform:rotate(.71turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(-62.5px);transform:rotate(.71turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(125px);transform:rotate(.71turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.71turn) translateY(125px) translateX(-90px);transform:rotate(.71turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-72{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(0);transform:rotate(.71turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(-62.5px);transform:rotate(.71turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#5200ff;border:1px solid #000;-webkit-transform:rotate(.71turn) translateY(125px);transform:rotate(.71turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.71turn) translateY(125px) translateX(-90px);transform:rotate(.71turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-72{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-72{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(73){-webkit-transform:rotate(.72turn) translateY(0);transform:rotate(.72turn) translateY(0);background-color:#6100ff}.event.coinflip .roulette .segment:nth-child(73) .coin .back,.event.coinflip .roulette .segment:nth-child(73) .coin .front,.event.coinflip .roulette .segment:nth-child(73) .coin .thick,.event.coinflip .roulette .segment:nth-child(73) .coin:after,.event.coinflip .roulette .segment:nth-child(73) .coin:before{background-color:#6100ff;box-shadow:inset 2px -2px 20px #300080}.event.coinflip .roulette .segment:nth-child(73).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-73;animation-name:coinflip-segment-not-chosen-73;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-73{0%{opacity:1;-webkit-transform:rotate(.72turn) scale(1);transform:rotate(.72turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.72turn) scale(0);transform:rotate(.72turn) scale(0)}}@keyframes coinflip-segment-not-chosen-73{0%{opacity:1;-webkit-transform:rotate(.72turn) scale(1);transform:rotate(.72turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.72turn) scale(0);transform:rotate(.72turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(73).chosen{-webkit-animation-name:coinflip-segment-pull-73,coinflip-segment-make-coin-73;animation-name:coinflip-segment-pull-73,coinflip-segment-make-coin-73;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-73{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(0);transform:rotate(.72turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(-62.5px);transform:rotate(.72turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(125px);transform:rotate(.72turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.72turn) translateY(125px) translateX(-90px);transform:rotate(.72turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-73{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(0);transform:rotate(.72turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(-62.5px);transform:rotate(.72turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#6100ff;border:1px solid #000;-webkit-transform:rotate(.72turn) translateY(125px);transform:rotate(.72turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.72turn) translateY(125px) translateX(-90px);transform:rotate(.72turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-73{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-73{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(74){-webkit-transform:rotate(.73turn) translateY(0);transform:rotate(.73turn) translateY(0);background-color:#7000ff}.event.coinflip .roulette .segment:nth-child(74) .coin .back,.event.coinflip .roulette .segment:nth-child(74) .coin .front,.event.coinflip .roulette .segment:nth-child(74) .coin .thick,.event.coinflip .roulette .segment:nth-child(74) .coin:after,.event.coinflip .roulette .segment:nth-child(74) .coin:before{background-color:#7000ff;box-shadow:inset 2px -2px 20px #380080}.event.coinflip .roulette .segment:nth-child(74).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-74;animation-name:coinflip-segment-not-chosen-74;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-74{0%{opacity:1;-webkit-transform:rotate(.73turn) scale(1);transform:rotate(.73turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.73turn) scale(0);transform:rotate(.73turn) scale(0)}}@keyframes coinflip-segment-not-chosen-74{0%{opacity:1;-webkit-transform:rotate(.73turn) scale(1);transform:rotate(.73turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.73turn) scale(0);transform:rotate(.73turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(74).chosen{-webkit-animation-name:coinflip-segment-pull-74,coinflip-segment-make-coin-74;animation-name:coinflip-segment-pull-74,coinflip-segment-make-coin-74;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-74{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(0);transform:rotate(.73turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(-62.5px);transform:rotate(.73turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(125px);transform:rotate(.73turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.73turn) translateY(125px) translateX(-90px);transform:rotate(.73turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-74{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(0);transform:rotate(.73turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(-62.5px);transform:rotate(.73turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#7000ff;border:1px solid #000;-webkit-transform:rotate(.73turn) translateY(125px);transform:rotate(.73turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.73turn) translateY(125px) translateX(-90px);transform:rotate(.73turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-74{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-74{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(75){-webkit-transform:rotate(.74turn) translateY(0);transform:rotate(.74turn) translateY(0);background-color:#8000ff}.event.coinflip .roulette .segment:nth-child(75) .coin .back,.event.coinflip .roulette .segment:nth-child(75) .coin .front,.event.coinflip .roulette .segment:nth-child(75) .coin .thick,.event.coinflip .roulette .segment:nth-child(75) .coin:after,.event.coinflip .roulette .segment:nth-child(75) .coin:before{background-color:#8000ff;box-shadow:inset 2px -2px 20px #400080}.event.coinflip .roulette .segment:nth-child(75).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-75;animation-name:coinflip-segment-not-chosen-75;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-75{0%{opacity:1;-webkit-transform:rotate(.74turn) scale(1);transform:rotate(.74turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.74turn) scale(0);transform:rotate(.74turn) scale(0)}}@keyframes coinflip-segment-not-chosen-75{0%{opacity:1;-webkit-transform:rotate(.74turn) scale(1);transform:rotate(.74turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.74turn) scale(0);transform:rotate(.74turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(75).chosen{-webkit-animation-name:coinflip-segment-pull-75,coinflip-segment-make-coin-75;animation-name:coinflip-segment-pull-75,coinflip-segment-make-coin-75;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-75{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(0);transform:rotate(.74turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(-62.5px);transform:rotate(.74turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(125px);transform:rotate(.74turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.74turn) translateY(125px) translateX(-90px);transform:rotate(.74turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-75{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(0);transform:rotate(.74turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(-62.5px);transform:rotate(.74turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8000ff;border:1px solid #000;-webkit-transform:rotate(.74turn) translateY(125px);transform:rotate(.74turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.74turn) translateY(125px) translateX(-90px);transform:rotate(.74turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-75{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-75{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(76){-webkit-transform:rotate(270deg) translateY(0);transform:rotate(270deg) translateY(0);background-color:#8f00ff}.event.coinflip .roulette .segment:nth-child(76) .coin .back,.event.coinflip .roulette .segment:nth-child(76) .coin .front,.event.coinflip .roulette .segment:nth-child(76) .coin .thick,.event.coinflip .roulette .segment:nth-child(76) .coin:after,.event.coinflip .roulette .segment:nth-child(76) .coin:before{background-color:#8f00ff;box-shadow:inset 2px -2px 20px #470080}.event.coinflip .roulette .segment:nth-child(76).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-76;animation-name:coinflip-segment-not-chosen-76;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-76{0%{opacity:1;-webkit-transform:rotate(270deg) scale(1);transform:rotate(270deg) scale(1)}to{opacity:0;-webkit-transform:rotate(270deg) scale(0);transform:rotate(270deg) scale(0)}}@keyframes coinflip-segment-not-chosen-76{0%{opacity:1;-webkit-transform:rotate(270deg) scale(1);transform:rotate(270deg) scale(1)}to{opacity:0;-webkit-transform:rotate(270deg) scale(0);transform:rotate(270deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(76).chosen{-webkit-animation-name:coinflip-segment-pull-76,coinflip-segment-make-coin-76;animation-name:coinflip-segment-pull-76,coinflip-segment-make-coin-76;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-76{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(0);transform:rotate(270deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(-62.5px);transform:rotate(270deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(125px);transform:rotate(270deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(270deg) translateY(125px) translateX(-90px);transform:rotate(270deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-76{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(0);transform:rotate(270deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(-62.5px);transform:rotate(270deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#8f00ff;border:1px solid #000;-webkit-transform:rotate(270deg) translateY(125px);transform:rotate(270deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(270deg) translateY(125px) translateX(-90px);transform:rotate(270deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-76{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-76{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(77){-webkit-transform:rotate(.76turn) translateY(0);transform:rotate(.76turn) translateY(0);background-color:#9e00ff}.event.coinflip .roulette .segment:nth-child(77) .coin .back,.event.coinflip .roulette .segment:nth-child(77) .coin .front,.event.coinflip .roulette .segment:nth-child(77) .coin .thick,.event.coinflip .roulette .segment:nth-child(77) .coin:after,.event.coinflip .roulette .segment:nth-child(77) .coin:before{background-color:#9e00ff;box-shadow:inset 2px -2px 20px #4f0080}.event.coinflip .roulette .segment:nth-child(77).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-77;animation-name:coinflip-segment-not-chosen-77;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-77{0%{opacity:1;-webkit-transform:rotate(.76turn) scale(1);transform:rotate(.76turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.76turn) scale(0);transform:rotate(.76turn) scale(0)}}@keyframes coinflip-segment-not-chosen-77{0%{opacity:1;-webkit-transform:rotate(.76turn) scale(1);transform:rotate(.76turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.76turn) scale(0);transform:rotate(.76turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(77).chosen{-webkit-animation-name:coinflip-segment-pull-77,coinflip-segment-make-coin-77;animation-name:coinflip-segment-pull-77,coinflip-segment-make-coin-77;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-77{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(0);transform:rotate(.76turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(-62.5px);transform:rotate(.76turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(125px);transform:rotate(.76turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.76turn) translateY(125px) translateX(-90px);transform:rotate(.76turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-77{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(0);transform:rotate(.76turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(-62.5px);transform:rotate(.76turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#9e00ff;border:1px solid #000;-webkit-transform:rotate(.76turn) translateY(125px);transform:rotate(.76turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.76turn) translateY(125px) translateX(-90px);transform:rotate(.76turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-77{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-77{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(78){-webkit-transform:rotate(.77turn) translateY(0);transform:rotate(.77turn) translateY(0);background-color:#ad00ff}.event.coinflip .roulette .segment:nth-child(78) .coin .back,.event.coinflip .roulette .segment:nth-child(78) .coin .front,.event.coinflip .roulette .segment:nth-child(78) .coin .thick,.event.coinflip .roulette .segment:nth-child(78) .coin:after,.event.coinflip .roulette .segment:nth-child(78) .coin:before{background-color:#ad00ff;box-shadow:inset 2px -2px 20px #570080}.event.coinflip .roulette .segment:nth-child(78).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-78;animation-name:coinflip-segment-not-chosen-78;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-78{0%{opacity:1;-webkit-transform:rotate(.77turn) scale(1);transform:rotate(.77turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.77turn) scale(0);transform:rotate(.77turn) scale(0)}}@keyframes coinflip-segment-not-chosen-78{0%{opacity:1;-webkit-transform:rotate(.77turn) scale(1);transform:rotate(.77turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.77turn) scale(0);transform:rotate(.77turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(78).chosen{-webkit-animation-name:coinflip-segment-pull-78,coinflip-segment-make-coin-78;animation-name:coinflip-segment-pull-78,coinflip-segment-make-coin-78;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-78{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(0);transform:rotate(.77turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(-62.5px);transform:rotate(.77turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(125px);transform:rotate(.77turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.77turn) translateY(125px) translateX(-90px);transform:rotate(.77turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-78{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(0);transform:rotate(.77turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(-62.5px);transform:rotate(.77turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ad00ff;border:1px solid #000;-webkit-transform:rotate(.77turn) translateY(125px);transform:rotate(.77turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.77turn) translateY(125px) translateX(-90px);transform:rotate(.77turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-78{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-78{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(79){-webkit-transform:rotate(.78turn) translateY(0);transform:rotate(.78turn) translateY(0);background-color:#bd00ff}.event.coinflip .roulette .segment:nth-child(79) .coin .back,.event.coinflip .roulette .segment:nth-child(79) .coin .front,.event.coinflip .roulette .segment:nth-child(79) .coin .thick,.event.coinflip .roulette .segment:nth-child(79) .coin:after,.event.coinflip .roulette .segment:nth-child(79) .coin:before{background-color:#bd00ff;box-shadow:inset 2px -2px 20px #5e0080}.event.coinflip .roulette .segment:nth-child(79).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-79;animation-name:coinflip-segment-not-chosen-79;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-79{0%{opacity:1;-webkit-transform:rotate(.78turn) scale(1);transform:rotate(.78turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.78turn) scale(0);transform:rotate(.78turn) scale(0)}}@keyframes coinflip-segment-not-chosen-79{0%{opacity:1;-webkit-transform:rotate(.78turn) scale(1);transform:rotate(.78turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.78turn) scale(0);transform:rotate(.78turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(79).chosen{-webkit-animation-name:coinflip-segment-pull-79,coinflip-segment-make-coin-79;animation-name:coinflip-segment-pull-79,coinflip-segment-make-coin-79;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-79{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(0);transform:rotate(.78turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(-62.5px);transform:rotate(.78turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(125px);transform:rotate(.78turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.78turn) translateY(125px) translateX(-90px);transform:rotate(.78turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-79{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(0);transform:rotate(.78turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(-62.5px);transform:rotate(.78turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#bd00ff;border:1px solid #000;-webkit-transform:rotate(.78turn) translateY(125px);transform:rotate(.78turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.78turn) translateY(125px) translateX(-90px);transform:rotate(.78turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-79{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-79{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(80){-webkit-transform:rotate(284.4deg) translateY(0);transform:rotate(284.4deg) translateY(0);background-color:#c0f}.event.coinflip .roulette .segment:nth-child(80) .coin .back,.event.coinflip .roulette .segment:nth-child(80) .coin .front,.event.coinflip .roulette .segment:nth-child(80) .coin .thick,.event.coinflip .roulette .segment:nth-child(80) .coin:after,.event.coinflip .roulette .segment:nth-child(80) .coin:before{background-color:#c0f;box-shadow:inset 2px -2px 20px #660080}.event.coinflip .roulette .segment:nth-child(80).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-80;animation-name:coinflip-segment-not-chosen-80;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-80{0%{opacity:1;-webkit-transform:rotate(284.4deg) scale(1);transform:rotate(284.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(284.4deg) scale(0);transform:rotate(284.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-80{0%{opacity:1;-webkit-transform:rotate(284.4deg) scale(1);transform:rotate(284.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(284.4deg) scale(0);transform:rotate(284.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(80).chosen{-webkit-animation-name:coinflip-segment-pull-80,coinflip-segment-make-coin-80;animation-name:coinflip-segment-pull-80,coinflip-segment-make-coin-80;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-80{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(0);transform:rotate(284.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(-62.5px);transform:rotate(284.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(125px);transform:rotate(284.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(284.4deg) translateY(125px) translateX(-90px);transform:rotate(284.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-80{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(0);transform:rotate(284.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(-62.5px);transform:rotate(284.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#c0f;border:1px solid #000;-webkit-transform:rotate(284.4deg) translateY(125px);transform:rotate(284.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(284.4deg) translateY(125px) translateX(-90px);transform:rotate(284.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-80{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-80{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(81){-webkit-transform:rotate(288deg) translateY(0);transform:rotate(288deg) translateY(0);background-color:#db00ff}.event.coinflip .roulette .segment:nth-child(81) .coin .back,.event.coinflip .roulette .segment:nth-child(81) .coin .front,.event.coinflip .roulette .segment:nth-child(81) .coin .thick,.event.coinflip .roulette .segment:nth-child(81) .coin:after,.event.coinflip .roulette .segment:nth-child(81) .coin:before{background-color:#db00ff;box-shadow:inset 2px -2px 20px #6e0080}.event.coinflip .roulette .segment:nth-child(81).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-81;animation-name:coinflip-segment-not-chosen-81;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-81{0%{opacity:1;-webkit-transform:rotate(288deg) scale(1);transform:rotate(288deg) scale(1)}to{opacity:0;-webkit-transform:rotate(288deg) scale(0);transform:rotate(288deg) scale(0)}}@keyframes coinflip-segment-not-chosen-81{0%{opacity:1;-webkit-transform:rotate(288deg) scale(1);transform:rotate(288deg) scale(1)}to{opacity:0;-webkit-transform:rotate(288deg) scale(0);transform:rotate(288deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(81).chosen{-webkit-animation-name:coinflip-segment-pull-81,coinflip-segment-make-coin-81;animation-name:coinflip-segment-pull-81,coinflip-segment-make-coin-81;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-81{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(0);transform:rotate(288deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(-62.5px);transform:rotate(288deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(125px);transform:rotate(288deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(288deg) translateY(125px) translateX(-90px);transform:rotate(288deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-81{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(0);transform:rotate(288deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(-62.5px);transform:rotate(288deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#db00ff;border:1px solid #000;-webkit-transform:rotate(288deg) translateY(125px);transform:rotate(288deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(288deg) translateY(125px) translateX(-90px);transform:rotate(288deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-81{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-81{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(82){-webkit-transform:rotate(.81turn) translateY(0);transform:rotate(.81turn) translateY(0);background-color:#eb00ff}.event.coinflip .roulette .segment:nth-child(82) .coin .back,.event.coinflip .roulette .segment:nth-child(82) .coin .front,.event.coinflip .roulette .segment:nth-child(82) .coin .thick,.event.coinflip .roulette .segment:nth-child(82) .coin:after,.event.coinflip .roulette .segment:nth-child(82) .coin:before{background-color:#eb00ff;box-shadow:inset 2px -2px 20px #750080}.event.coinflip .roulette .segment:nth-child(82).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-82;animation-name:coinflip-segment-not-chosen-82;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-82{0%{opacity:1;-webkit-transform:rotate(.81turn) scale(1);transform:rotate(.81turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.81turn) scale(0);transform:rotate(.81turn) scale(0)}}@keyframes coinflip-segment-not-chosen-82{0%{opacity:1;-webkit-transform:rotate(.81turn) scale(1);transform:rotate(.81turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.81turn) scale(0);transform:rotate(.81turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(82).chosen{-webkit-animation-name:coinflip-segment-pull-82,coinflip-segment-make-coin-82;animation-name:coinflip-segment-pull-82,coinflip-segment-make-coin-82;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-82{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(0);transform:rotate(.81turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(-62.5px);transform:rotate(.81turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(125px);transform:rotate(.81turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.81turn) translateY(125px) translateX(-90px);transform:rotate(.81turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-82{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(0);transform:rotate(.81turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(-62.5px);transform:rotate(.81turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#eb00ff;border:1px solid #000;-webkit-transform:rotate(.81turn) translateY(125px);transform:rotate(.81turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.81turn) translateY(125px) translateX(-90px);transform:rotate(.81turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-82{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-82{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(83){-webkit-transform:rotate(.82turn) translateY(0);transform:rotate(.82turn) translateY(0);background-color:#fa00ff}.event.coinflip .roulette .segment:nth-child(83) .coin .back,.event.coinflip .roulette .segment:nth-child(83) .coin .front,.event.coinflip .roulette .segment:nth-child(83) .coin .thick,.event.coinflip .roulette .segment:nth-child(83) .coin:after,.event.coinflip .roulette .segment:nth-child(83) .coin:before{background-color:#fa00ff;box-shadow:inset 2px -2px 20px #7d0080}.event.coinflip .roulette .segment:nth-child(83).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-83;animation-name:coinflip-segment-not-chosen-83;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-83{0%{opacity:1;-webkit-transform:rotate(.82turn) scale(1);transform:rotate(.82turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.82turn) scale(0);transform:rotate(.82turn) scale(0)}}@keyframes coinflip-segment-not-chosen-83{0%{opacity:1;-webkit-transform:rotate(.82turn) scale(1);transform:rotate(.82turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.82turn) scale(0);transform:rotate(.82turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(83).chosen{-webkit-animation-name:coinflip-segment-pull-83,coinflip-segment-make-coin-83;animation-name:coinflip-segment-pull-83,coinflip-segment-make-coin-83;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-83{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(0);transform:rotate(.82turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(-62.5px);transform:rotate(.82turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(125px);transform:rotate(.82turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.82turn) translateY(125px) translateX(-90px);transform:rotate(.82turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-83{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(0);transform:rotate(.82turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(-62.5px);transform:rotate(.82turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#fa00ff;border:1px solid #000;-webkit-transform:rotate(.82turn) translateY(125px);transform:rotate(.82turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.82turn) translateY(125px) translateX(-90px);transform:rotate(.82turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-83{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-83{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(84){-webkit-transform:rotate(298.8deg) translateY(0);transform:rotate(298.8deg) translateY(0);background-color:#ff00f5}.event.coinflip .roulette .segment:nth-child(84) .coin .back,.event.coinflip .roulette .segment:nth-child(84) .coin .front,.event.coinflip .roulette .segment:nth-child(84) .coin .thick,.event.coinflip .roulette .segment:nth-child(84) .coin:after,.event.coinflip .roulette .segment:nth-child(84) .coin:before{background-color:#ff00f5;box-shadow:inset 2px -2px 20px #80007a}.event.coinflip .roulette .segment:nth-child(84).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-84;animation-name:coinflip-segment-not-chosen-84;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-84{0%{opacity:1;-webkit-transform:rotate(298.8deg) scale(1);transform:rotate(298.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(298.8deg) scale(0);transform:rotate(298.8deg) scale(0)}}@keyframes coinflip-segment-not-chosen-84{0%{opacity:1;-webkit-transform:rotate(298.8deg) scale(1);transform:rotate(298.8deg) scale(1)}to{opacity:0;-webkit-transform:rotate(298.8deg) scale(0);transform:rotate(298.8deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(84).chosen{-webkit-animation-name:coinflip-segment-pull-84,coinflip-segment-make-coin-84;animation-name:coinflip-segment-pull-84,coinflip-segment-make-coin-84;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-84{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(0);transform:rotate(298.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(-62.5px);transform:rotate(298.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(125px);transform:rotate(298.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(298.8deg) translateY(125px) translateX(-90px);transform:rotate(298.8deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-84{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(0);transform:rotate(298.8deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(-62.5px);transform:rotate(298.8deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00f5;border:1px solid #000;-webkit-transform:rotate(298.8deg) translateY(125px);transform:rotate(298.8deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(298.8deg) translateY(125px) translateX(-90px);transform:rotate(298.8deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-84{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-84{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(85){-webkit-transform:rotate(.84turn) translateY(0);transform:rotate(.84turn) translateY(0);background-color:#ff00e6}.event.coinflip .roulette .segment:nth-child(85) .coin .back,.event.coinflip .roulette .segment:nth-child(85) .coin .front,.event.coinflip .roulette .segment:nth-child(85) .coin .thick,.event.coinflip .roulette .segment:nth-child(85) .coin:after,.event.coinflip .roulette .segment:nth-child(85) .coin:before{background-color:#ff00e6;box-shadow:inset 2px -2px 20px #800073}.event.coinflip .roulette .segment:nth-child(85).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-85;animation-name:coinflip-segment-not-chosen-85;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-85{0%{opacity:1;-webkit-transform:rotate(.84turn) scale(1);transform:rotate(.84turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.84turn) scale(0);transform:rotate(.84turn) scale(0)}}@keyframes coinflip-segment-not-chosen-85{0%{opacity:1;-webkit-transform:rotate(.84turn) scale(1);transform:rotate(.84turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.84turn) scale(0);transform:rotate(.84turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(85).chosen{-webkit-animation-name:coinflip-segment-pull-85,coinflip-segment-make-coin-85;animation-name:coinflip-segment-pull-85,coinflip-segment-make-coin-85;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-85{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(0);transform:rotate(.84turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(-62.5px);transform:rotate(.84turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(125px);transform:rotate(.84turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.84turn) translateY(125px) translateX(-90px);transform:rotate(.84turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-85{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(0);transform:rotate(.84turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(-62.5px);transform:rotate(.84turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00e6;border:1px solid #000;-webkit-transform:rotate(.84turn) translateY(125px);transform:rotate(.84turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.84turn) translateY(125px) translateX(-90px);transform:rotate(.84turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-85{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-85{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(86){-webkit-transform:rotate(306deg) translateY(0);transform:rotate(306deg) translateY(0);background-color:#ff00d6}.event.coinflip .roulette .segment:nth-child(86) .coin .back,.event.coinflip .roulette .segment:nth-child(86) .coin .front,.event.coinflip .roulette .segment:nth-child(86) .coin .thick,.event.coinflip .roulette .segment:nth-child(86) .coin:after,.event.coinflip .roulette .segment:nth-child(86) .coin:before{background-color:#ff00d6;box-shadow:inset 2px -2px 20px #80006b}.event.coinflip .roulette .segment:nth-child(86).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-86;animation-name:coinflip-segment-not-chosen-86;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-86{0%{opacity:1;-webkit-transform:rotate(306deg) scale(1);transform:rotate(306deg) scale(1)}to{opacity:0;-webkit-transform:rotate(306deg) scale(0);transform:rotate(306deg) scale(0)}}@keyframes coinflip-segment-not-chosen-86{0%{opacity:1;-webkit-transform:rotate(306deg) scale(1);transform:rotate(306deg) scale(1)}to{opacity:0;-webkit-transform:rotate(306deg) scale(0);transform:rotate(306deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(86).chosen{-webkit-animation-name:coinflip-segment-pull-86,coinflip-segment-make-coin-86;animation-name:coinflip-segment-pull-86,coinflip-segment-make-coin-86;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-86{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(0);transform:rotate(306deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(-62.5px);transform:rotate(306deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(125px);transform:rotate(306deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(306deg) translateY(125px) translateX(-90px);transform:rotate(306deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-86{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(0);transform:rotate(306deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(-62.5px);transform:rotate(306deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00d6;border:1px solid #000;-webkit-transform:rotate(306deg) translateY(125px);transform:rotate(306deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(306deg) translateY(125px) translateX(-90px);transform:rotate(306deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-86{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-86{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(87){-webkit-transform:rotate(309.6deg) translateY(0);transform:rotate(309.6deg) translateY(0);background-color:#ff00c7}.event.coinflip .roulette .segment:nth-child(87) .coin .back,.event.coinflip .roulette .segment:nth-child(87) .coin .front,.event.coinflip .roulette .segment:nth-child(87) .coin .thick,.event.coinflip .roulette .segment:nth-child(87) .coin:after,.event.coinflip .roulette .segment:nth-child(87) .coin:before{background-color:#ff00c7;box-shadow:inset 2px -2px 20px #800063}.event.coinflip .roulette .segment:nth-child(87).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-87;animation-name:coinflip-segment-not-chosen-87;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-87{0%{opacity:1;-webkit-transform:rotate(309.6deg) scale(1);transform:rotate(309.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(309.6deg) scale(0);transform:rotate(309.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-87{0%{opacity:1;-webkit-transform:rotate(309.6deg) scale(1);transform:rotate(309.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(309.6deg) scale(0);transform:rotate(309.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(87).chosen{-webkit-animation-name:coinflip-segment-pull-87,coinflip-segment-make-coin-87;animation-name:coinflip-segment-pull-87,coinflip-segment-make-coin-87;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-87{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(0);transform:rotate(309.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(-62.5px);transform:rotate(309.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(125px);transform:rotate(309.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(309.6deg) translateY(125px) translateX(-90px);transform:rotate(309.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-87{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(0);transform:rotate(309.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(-62.5px);transform:rotate(309.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00c7;border:1px solid #000;-webkit-transform:rotate(309.6deg) translateY(125px);transform:rotate(309.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(309.6deg) translateY(125px) translateX(-90px);transform:rotate(309.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-87{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-87{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(88){-webkit-transform:rotate(.87turn) translateY(0);transform:rotate(.87turn) translateY(0);background-color:#ff00b8}.event.coinflip .roulette .segment:nth-child(88) .coin .back,.event.coinflip .roulette .segment:nth-child(88) .coin .front,.event.coinflip .roulette .segment:nth-child(88) .coin .thick,.event.coinflip .roulette .segment:nth-child(88) .coin:after,.event.coinflip .roulette .segment:nth-child(88) .coin:before{background-color:#ff00b8;box-shadow:inset 2px -2px 20px #80005c}.event.coinflip .roulette .segment:nth-child(88).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-88;animation-name:coinflip-segment-not-chosen-88;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-88{0%{opacity:1;-webkit-transform:rotate(.87turn) scale(1);transform:rotate(.87turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.87turn) scale(0);transform:rotate(.87turn) scale(0)}}@keyframes coinflip-segment-not-chosen-88{0%{opacity:1;-webkit-transform:rotate(.87turn) scale(1);transform:rotate(.87turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.87turn) scale(0);transform:rotate(.87turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(88).chosen{-webkit-animation-name:coinflip-segment-pull-88,coinflip-segment-make-coin-88;animation-name:coinflip-segment-pull-88,coinflip-segment-make-coin-88;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-88{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(0);transform:rotate(.87turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(-62.5px);transform:rotate(.87turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(125px);transform:rotate(.87turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.87turn) translateY(125px) translateX(-90px);transform:rotate(.87turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-88{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(0);transform:rotate(.87turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(-62.5px);transform:rotate(.87turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00b8;border:1px solid #000;-webkit-transform:rotate(.87turn) translateY(125px);transform:rotate(.87turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.87turn) translateY(125px) translateX(-90px);transform:rotate(.87turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-88{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-88{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(89){-webkit-transform:rotate(.88turn) translateY(0);transform:rotate(.88turn) translateY(0);background-color:#ff00a8}.event.coinflip .roulette .segment:nth-child(89) .coin .back,.event.coinflip .roulette .segment:nth-child(89) .coin .front,.event.coinflip .roulette .segment:nth-child(89) .coin .thick,.event.coinflip .roulette .segment:nth-child(89) .coin:after,.event.coinflip .roulette .segment:nth-child(89) .coin:before{background-color:#ff00a8;box-shadow:inset 2px -2px 20px #800054}.event.coinflip .roulette .segment:nth-child(89).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-89;animation-name:coinflip-segment-not-chosen-89;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-89{0%{opacity:1;-webkit-transform:rotate(.88turn) scale(1);transform:rotate(.88turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.88turn) scale(0);transform:rotate(.88turn) scale(0)}}@keyframes coinflip-segment-not-chosen-89{0%{opacity:1;-webkit-transform:rotate(.88turn) scale(1);transform:rotate(.88turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.88turn) scale(0);transform:rotate(.88turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(89).chosen{-webkit-animation-name:coinflip-segment-pull-89,coinflip-segment-make-coin-89;animation-name:coinflip-segment-pull-89,coinflip-segment-make-coin-89;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-89{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(0);transform:rotate(.88turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(-62.5px);transform:rotate(.88turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(125px);transform:rotate(.88turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.88turn) translateY(125px) translateX(-90px);transform:rotate(.88turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-89{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(0);transform:rotate(.88turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(-62.5px);transform:rotate(.88turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff00a8;border:1px solid #000;-webkit-transform:rotate(.88turn) translateY(125px);transform:rotate(.88turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.88turn) translateY(125px) translateX(-90px);transform:rotate(.88turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-89{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-89{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(90){-webkit-transform:rotate(320.4deg) translateY(0);transform:rotate(320.4deg) translateY(0);background-color:#f09}.event.coinflip .roulette .segment:nth-child(90) .coin .back,.event.coinflip .roulette .segment:nth-child(90) .coin .front,.event.coinflip .roulette .segment:nth-child(90) .coin .thick,.event.coinflip .roulette .segment:nth-child(90) .coin:after,.event.coinflip .roulette .segment:nth-child(90) .coin:before{background-color:#f09;box-shadow:inset 2px -2px 20px #80004d}.event.coinflip .roulette .segment:nth-child(90).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-90;animation-name:coinflip-segment-not-chosen-90;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-90{0%{opacity:1;-webkit-transform:rotate(320.4deg) scale(1);transform:rotate(320.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(320.4deg) scale(0);transform:rotate(320.4deg) scale(0)}}@keyframes coinflip-segment-not-chosen-90{0%{opacity:1;-webkit-transform:rotate(320.4deg) scale(1);transform:rotate(320.4deg) scale(1)}to{opacity:0;-webkit-transform:rotate(320.4deg) scale(0);transform:rotate(320.4deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(90).chosen{-webkit-animation-name:coinflip-segment-pull-90,coinflip-segment-make-coin-90;animation-name:coinflip-segment-pull-90,coinflip-segment-make-coin-90;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-90{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(0);transform:rotate(320.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(-62.5px);transform:rotate(320.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(125px);transform:rotate(320.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(320.4deg) translateY(125px) translateX(-90px);transform:rotate(320.4deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-90{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(0);transform:rotate(320.4deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(-62.5px);transform:rotate(320.4deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#f09;border:1px solid #000;-webkit-transform:rotate(320.4deg) translateY(125px);transform:rotate(320.4deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(320.4deg) translateY(125px) translateX(-90px);transform:rotate(320.4deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-90{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-90{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(91){-webkit-transform:rotate(324deg) translateY(0);transform:rotate(324deg) translateY(0);background-color:#ff008a}.event.coinflip .roulette .segment:nth-child(91) .coin .back,.event.coinflip .roulette .segment:nth-child(91) .coin .front,.event.coinflip .roulette .segment:nth-child(91) .coin .thick,.event.coinflip .roulette .segment:nth-child(91) .coin:after,.event.coinflip .roulette .segment:nth-child(91) .coin:before{background-color:#ff008a;box-shadow:inset 2px -2px 20px #800045}.event.coinflip .roulette .segment:nth-child(91).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-91;animation-name:coinflip-segment-not-chosen-91;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-91{0%{opacity:1;-webkit-transform:rotate(324deg) scale(1);transform:rotate(324deg) scale(1)}to{opacity:0;-webkit-transform:rotate(324deg) scale(0);transform:rotate(324deg) scale(0)}}@keyframes coinflip-segment-not-chosen-91{0%{opacity:1;-webkit-transform:rotate(324deg) scale(1);transform:rotate(324deg) scale(1)}to{opacity:0;-webkit-transform:rotate(324deg) scale(0);transform:rotate(324deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(91).chosen{-webkit-animation-name:coinflip-segment-pull-91,coinflip-segment-make-coin-91;animation-name:coinflip-segment-pull-91,coinflip-segment-make-coin-91;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-91{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(0);transform:rotate(324deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(-62.5px);transform:rotate(324deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(125px);transform:rotate(324deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(324deg) translateY(125px) translateX(-90px);transform:rotate(324deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-91{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(0);transform:rotate(324deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(-62.5px);transform:rotate(324deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff008a;border:1px solid #000;-webkit-transform:rotate(324deg) translateY(125px);transform:rotate(324deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(324deg) translateY(125px) translateX(-90px);transform:rotate(324deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-91{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-91{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(92){-webkit-transform:rotate(.91turn) translateY(0);transform:rotate(.91turn) translateY(0);background-color:#ff007a}.event.coinflip .roulette .segment:nth-child(92) .coin .back,.event.coinflip .roulette .segment:nth-child(92) .coin .front,.event.coinflip .roulette .segment:nth-child(92) .coin .thick,.event.coinflip .roulette .segment:nth-child(92) .coin:after,.event.coinflip .roulette .segment:nth-child(92) .coin:before{background-color:#ff007a;box-shadow:inset 2px -2px 20px #80003d}.event.coinflip .roulette .segment:nth-child(92).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-92;animation-name:coinflip-segment-not-chosen-92;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-92{0%{opacity:1;-webkit-transform:rotate(.91turn) scale(1);transform:rotate(.91turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.91turn) scale(0);transform:rotate(.91turn) scale(0)}}@keyframes coinflip-segment-not-chosen-92{0%{opacity:1;-webkit-transform:rotate(.91turn) scale(1);transform:rotate(.91turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.91turn) scale(0);transform:rotate(.91turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(92).chosen{-webkit-animation-name:coinflip-segment-pull-92,coinflip-segment-make-coin-92;animation-name:coinflip-segment-pull-92,coinflip-segment-make-coin-92;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-92{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(0);transform:rotate(.91turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(-62.5px);transform:rotate(.91turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(125px);transform:rotate(.91turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.91turn) translateY(125px) translateX(-90px);transform:rotate(.91turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-92{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(0);transform:rotate(.91turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(-62.5px);transform:rotate(.91turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff007a;border:1px solid #000;-webkit-transform:rotate(.91turn) translateY(125px);transform:rotate(.91turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.91turn) translateY(125px) translateX(-90px);transform:rotate(.91turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-92{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-92{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(93){-webkit-transform:rotate(331.2deg) translateY(0);transform:rotate(331.2deg) translateY(0);background-color:#ff006b}.event.coinflip .roulette .segment:nth-child(93) .coin .back,.event.coinflip .roulette .segment:nth-child(93) .coin .front,.event.coinflip .roulette .segment:nth-child(93) .coin .thick,.event.coinflip .roulette .segment:nth-child(93) .coin:after,.event.coinflip .roulette .segment:nth-child(93) .coin:before{background-color:#ff006b;box-shadow:inset 2px -2px 20px #800036}.event.coinflip .roulette .segment:nth-child(93).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-93;animation-name:coinflip-segment-not-chosen-93;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-93{0%{opacity:1;-webkit-transform:rotate(331.2deg) scale(1);transform:rotate(331.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(331.2deg) scale(0);transform:rotate(331.2deg) scale(0)}}@keyframes coinflip-segment-not-chosen-93{0%{opacity:1;-webkit-transform:rotate(331.2deg) scale(1);transform:rotate(331.2deg) scale(1)}to{opacity:0;-webkit-transform:rotate(331.2deg) scale(0);transform:rotate(331.2deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(93).chosen{-webkit-animation-name:coinflip-segment-pull-93,coinflip-segment-make-coin-93;animation-name:coinflip-segment-pull-93,coinflip-segment-make-coin-93;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-93{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(0);transform:rotate(331.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(-62.5px);transform:rotate(331.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(125px);transform:rotate(331.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(331.2deg) translateY(125px) translateX(-90px);transform:rotate(331.2deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-93{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(0);transform:rotate(331.2deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(-62.5px);transform:rotate(331.2deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff006b;border:1px solid #000;-webkit-transform:rotate(331.2deg) translateY(125px);transform:rotate(331.2deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(331.2deg) translateY(125px) translateX(-90px);transform:rotate(331.2deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-93{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-93{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(94){-webkit-transform:rotate(.93turn) translateY(0);transform:rotate(.93turn) translateY(0);background-color:#ff005c}.event.coinflip .roulette .segment:nth-child(94) .coin .back,.event.coinflip .roulette .segment:nth-child(94) .coin .front,.event.coinflip .roulette .segment:nth-child(94) .coin .thick,.event.coinflip .roulette .segment:nth-child(94) .coin:after,.event.coinflip .roulette .segment:nth-child(94) .coin:before{background-color:#ff005c;box-shadow:inset 2px -2px 20px #80002e}.event.coinflip .roulette .segment:nth-child(94).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-94;animation-name:coinflip-segment-not-chosen-94;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-94{0%{opacity:1;-webkit-transform:rotate(.93turn) scale(1);transform:rotate(.93turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.93turn) scale(0);transform:rotate(.93turn) scale(0)}}@keyframes coinflip-segment-not-chosen-94{0%{opacity:1;-webkit-transform:rotate(.93turn) scale(1);transform:rotate(.93turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.93turn) scale(0);transform:rotate(.93turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(94).chosen{-webkit-animation-name:coinflip-segment-pull-94,coinflip-segment-make-coin-94;animation-name:coinflip-segment-pull-94,coinflip-segment-make-coin-94;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-94{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(0);transform:rotate(.93turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(-62.5px);transform:rotate(.93turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(125px);transform:rotate(.93turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.93turn) translateY(125px) translateX(-90px);transform:rotate(.93turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-94{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(0);transform:rotate(.93turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(-62.5px);transform:rotate(.93turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff005c;border:1px solid #000;-webkit-transform:rotate(.93turn) translateY(125px);transform:rotate(.93turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.93turn) translateY(125px) translateX(-90px);transform:rotate(.93turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-94{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-94{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(95){-webkit-transform:rotate(.94turn) translateY(0);transform:rotate(.94turn) translateY(0);background-color:#ff004d}.event.coinflip .roulette .segment:nth-child(95) .coin .back,.event.coinflip .roulette .segment:nth-child(95) .coin .front,.event.coinflip .roulette .segment:nth-child(95) .coin .thick,.event.coinflip .roulette .segment:nth-child(95) .coin:after,.event.coinflip .roulette .segment:nth-child(95) .coin:before{background-color:#ff004d;box-shadow:inset 2px -2px 20px #800026}.event.coinflip .roulette .segment:nth-child(95).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-95;animation-name:coinflip-segment-not-chosen-95;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-95{0%{opacity:1;-webkit-transform:rotate(.94turn) scale(1);transform:rotate(.94turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.94turn) scale(0);transform:rotate(.94turn) scale(0)}}@keyframes coinflip-segment-not-chosen-95{0%{opacity:1;-webkit-transform:rotate(.94turn) scale(1);transform:rotate(.94turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.94turn) scale(0);transform:rotate(.94turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(95).chosen{-webkit-animation-name:coinflip-segment-pull-95,coinflip-segment-make-coin-95;animation-name:coinflip-segment-pull-95,coinflip-segment-make-coin-95;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-95{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(0);transform:rotate(.94turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(-62.5px);transform:rotate(.94turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(125px);transform:rotate(.94turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.94turn) translateY(125px) translateX(-90px);transform:rotate(.94turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-95{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(0);transform:rotate(.94turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(-62.5px);transform:rotate(.94turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff004d;border:1px solid #000;-webkit-transform:rotate(.94turn) translateY(125px);transform:rotate(.94turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.94turn) translateY(125px) translateX(-90px);transform:rotate(.94turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-95{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-95{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(96){-webkit-transform:rotate(342deg) translateY(0);transform:rotate(342deg) translateY(0);background-color:#ff003d}.event.coinflip .roulette .segment:nth-child(96) .coin .back,.event.coinflip .roulette .segment:nth-child(96) .coin .front,.event.coinflip .roulette .segment:nth-child(96) .coin .thick,.event.coinflip .roulette .segment:nth-child(96) .coin:after,.event.coinflip .roulette .segment:nth-child(96) .coin:before{background-color:#ff003d;box-shadow:inset 2px -2px 20px #80001f}.event.coinflip .roulette .segment:nth-child(96).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-96;animation-name:coinflip-segment-not-chosen-96;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-96{0%{opacity:1;-webkit-transform:rotate(342deg) scale(1);transform:rotate(342deg) scale(1)}to{opacity:0;-webkit-transform:rotate(342deg) scale(0);transform:rotate(342deg) scale(0)}}@keyframes coinflip-segment-not-chosen-96{0%{opacity:1;-webkit-transform:rotate(342deg) scale(1);transform:rotate(342deg) scale(1)}to{opacity:0;-webkit-transform:rotate(342deg) scale(0);transform:rotate(342deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(96).chosen{-webkit-animation-name:coinflip-segment-pull-96,coinflip-segment-make-coin-96;animation-name:coinflip-segment-pull-96,coinflip-segment-make-coin-96;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-96{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(0);transform:rotate(342deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(-62.5px);transform:rotate(342deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(125px);transform:rotate(342deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(342deg) translateY(125px) translateX(-90px);transform:rotate(342deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-96{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(0);transform:rotate(342deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(-62.5px);transform:rotate(342deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff003d;border:1px solid #000;-webkit-transform:rotate(342deg) translateY(125px);transform:rotate(342deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(342deg) translateY(125px) translateX(-90px);transform:rotate(342deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-96{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-96{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(97){-webkit-transform:rotate(345.6deg) translateY(0);transform:rotate(345.6deg) translateY(0);background-color:#ff002e}.event.coinflip .roulette .segment:nth-child(97) .coin .back,.event.coinflip .roulette .segment:nth-child(97) .coin .front,.event.coinflip .roulette .segment:nth-child(97) .coin .thick,.event.coinflip .roulette .segment:nth-child(97) .coin:after,.event.coinflip .roulette .segment:nth-child(97) .coin:before{background-color:#ff002e;box-shadow:inset 2px -2px 20px #800017}.event.coinflip .roulette .segment:nth-child(97).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-97;animation-name:coinflip-segment-not-chosen-97;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-97{0%{opacity:1;-webkit-transform:rotate(345.6deg) scale(1);transform:rotate(345.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(345.6deg) scale(0);transform:rotate(345.6deg) scale(0)}}@keyframes coinflip-segment-not-chosen-97{0%{opacity:1;-webkit-transform:rotate(345.6deg) scale(1);transform:rotate(345.6deg) scale(1)}to{opacity:0;-webkit-transform:rotate(345.6deg) scale(0);transform:rotate(345.6deg) scale(0)}}.event.coinflip .roulette .segment:nth-child(97).chosen{-webkit-animation-name:coinflip-segment-pull-97,coinflip-segment-make-coin-97;animation-name:coinflip-segment-pull-97,coinflip-segment-make-coin-97;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-97{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(0);transform:rotate(345.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(-62.5px);transform:rotate(345.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(125px);transform:rotate(345.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(345.6deg) translateY(125px) translateX(-90px);transform:rotate(345.6deg) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-97{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(0);transform:rotate(345.6deg) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(-62.5px);transform:rotate(345.6deg) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff002e;border:1px solid #000;-webkit-transform:rotate(345.6deg) translateY(125px);transform:rotate(345.6deg) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(345.6deg) translateY(125px) translateX(-90px);transform:rotate(345.6deg) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-97{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-97{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(98){-webkit-transform:rotate(.97turn) translateY(0);transform:rotate(.97turn) translateY(0);background-color:#ff001f}.event.coinflip .roulette .segment:nth-child(98) .coin .back,.event.coinflip .roulette .segment:nth-child(98) .coin .front,.event.coinflip .roulette .segment:nth-child(98) .coin .thick,.event.coinflip .roulette .segment:nth-child(98) .coin:after,.event.coinflip .roulette .segment:nth-child(98) .coin:before{background-color:#ff001f;box-shadow:inset 2px -2px 20px #80000f}.event.coinflip .roulette .segment:nth-child(98).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-98;animation-name:coinflip-segment-not-chosen-98;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-98{0%{opacity:1;-webkit-transform:rotate(.97turn) scale(1);transform:rotate(.97turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.97turn) scale(0);transform:rotate(.97turn) scale(0)}}@keyframes coinflip-segment-not-chosen-98{0%{opacity:1;-webkit-transform:rotate(.97turn) scale(1);transform:rotate(.97turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.97turn) scale(0);transform:rotate(.97turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(98).chosen{-webkit-animation-name:coinflip-segment-pull-98,coinflip-segment-make-coin-98;animation-name:coinflip-segment-pull-98,coinflip-segment-make-coin-98;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-98{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(0);transform:rotate(.97turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(-62.5px);transform:rotate(.97turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(125px);transform:rotate(.97turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.97turn) translateY(125px) translateX(-90px);transform:rotate(.97turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-98{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(0);transform:rotate(.97turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(-62.5px);transform:rotate(.97turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff001f;border:1px solid #000;-webkit-transform:rotate(.97turn) translateY(125px);transform:rotate(.97turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.97turn) translateY(125px) translateX(-90px);transform:rotate(.97turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-98{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-98{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(99){-webkit-transform:rotate(.98turn) translateY(0);transform:rotate(.98turn) translateY(0);background-color:#ff000f}.event.coinflip .roulette .segment:nth-child(99) .coin .back,.event.coinflip .roulette .segment:nth-child(99) .coin .front,.event.coinflip .roulette .segment:nth-child(99) .coin .thick,.event.coinflip .roulette .segment:nth-child(99) .coin:after,.event.coinflip .roulette .segment:nth-child(99) .coin:before{background-color:#ff000f;box-shadow:inset 2px -2px 20px #800008}.event.coinflip .roulette .segment:nth-child(99).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-99;animation-name:coinflip-segment-not-chosen-99;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-99{0%{opacity:1;-webkit-transform:rotate(.98turn) scale(1);transform:rotate(.98turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.98turn) scale(0);transform:rotate(.98turn) scale(0)}}@keyframes coinflip-segment-not-chosen-99{0%{opacity:1;-webkit-transform:rotate(.98turn) scale(1);transform:rotate(.98turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.98turn) scale(0);transform:rotate(.98turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(99).chosen{-webkit-animation-name:coinflip-segment-pull-99,coinflip-segment-make-coin-99;animation-name:coinflip-segment-pull-99,coinflip-segment-make-coin-99;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-99{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(0);transform:rotate(.98turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(-62.5px);transform:rotate(.98turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(125px);transform:rotate(.98turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.98turn) translateY(125px) translateX(-90px);transform:rotate(.98turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-99{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(0);transform:rotate(.98turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(-62.5px);transform:rotate(.98turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:#ff000f;border:1px solid #000;-webkit-transform:rotate(.98turn) translateY(125px);transform:rotate(.98turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.98turn) translateY(125px) translateX(-90px);transform:rotate(.98turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-99{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-99{0%{width:200px;height:250px}to{width:200px;height:200px}}.event.coinflip .roulette .segment:nth-child(100){-webkit-transform:rotate(.99turn) translateY(0);transform:rotate(.99turn) translateY(0);background-color:red}.event.coinflip .roulette .segment:nth-child(100) .coin .back,.event.coinflip .roulette .segment:nth-child(100) .coin .front,.event.coinflip .roulette .segment:nth-child(100) .coin .thick,.event.coinflip .roulette .segment:nth-child(100) .coin:after,.event.coinflip .roulette .segment:nth-child(100) .coin:before{background-color:red;box-shadow:inset 2px -2px 20px maroon}.event.coinflip .roulette .segment:nth-child(100).not-chosen{-webkit-animation-name:coinflip-segment-not-chosen-100;animation-name:coinflip-segment-not-chosen-100;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:10.5s;animation-delay:10.5s}@-webkit-keyframes coinflip-segment-not-chosen-100{0%{opacity:1;-webkit-transform:rotate(.99turn) scale(1);transform:rotate(.99turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.99turn) scale(0);transform:rotate(.99turn) scale(0)}}@keyframes coinflip-segment-not-chosen-100{0%{opacity:1;-webkit-transform:rotate(.99turn) scale(1);transform:rotate(.99turn) scale(1)}to{opacity:0;-webkit-transform:rotate(.99turn) scale(0);transform:rotate(.99turn) scale(0)}}.event.coinflip .roulette .segment:nth-child(100).chosen{-webkit-animation-name:coinflip-segment-pull-100,coinflip-segment-make-coin-100;animation-name:coinflip-segment-pull-100,coinflip-segment-make-coin-100;-webkit-animation-duration:4s,.5s;animation-duration:4s,.5s;-webkit-animation-delay:9.5s,15s;animation-delay:9.5s,15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes coinflip-segment-pull-100{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(0);transform:rotate(.99turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(-62.5px);transform:rotate(.99turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(125px);transform:rotate(.99turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.99turn) translateY(125px) translateX(-90px);transform:rotate(.99turn) translateY(125px) translateX(-90px)}}@keyframes coinflip-segment-pull-100{0%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(0);transform:rotate(.99turn) translateY(0)}50%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(-62.5px);transform:rotate(.99turn) translateY(-62.5px)}90%{-webkit-clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%,50% 100%);width:20px;background-color:red;border:1px solid #000;-webkit-transform:rotate(.99turn) translateY(125px);transform:rotate(.99turn) translateY(125px)}to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);width:200px;background-color:transparent;border:0;-webkit-transform:rotate(.99turn) translateY(125px) translateX(-90px);transform:rotate(.99turn) translateY(125px) translateX(-90px)}}@-webkit-keyframes coinflip-segment-make-coin-100{0%{width:200px;height:250px}to{width:200px;height:200px}}@keyframes coinflip-segment-make-coin-100{0%{width:200px;height:250px}to{width:200px;height:200px}}.donateHolder{display:flex;align-items:center;justify-content:center;width:100%;height:100vh;overflow:hidden;position:relative}.donateHolder .moneyRain{top:0;left:0;position:absolute;overflow:hidden;width:100vw;height:100vh}.donateHolder .moneyRain .rain{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAG7AAABuwE67OPiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAYxQTFRF////OrlLO7pMPLpMPLpNPLtNPbtOPbxOPrtOPr1PP75QQb1RQr1SQ75TQ8JURsRWRsRXR8VXR8VYSMFXScdZTMNbUc5hUc5iUs9iU9BjVdJlVtJmW9drXs1rXtpuYdxwYd1xY95zY99zZOB0ZdFxZ9JzaNN0aeR5atR1auV5a+Z6bNV3bOd8beh8buZ9bud9buh9b+h+ceR/ceV+ceuAceyAcuWAcuyBc+2Cc+6Cc+6DdOWBdO6DdeWCde+EdtqAdu+Edu+Fd9uAd++Fd/CGePCGedyCefCHevCIfOeHfPGKfd6GfvGLf/GMgOiLgeGJg/KPhOKMhOqOhPOQiOyRiPSTieySi+eTi+yUjPSWjfWXjfWYjvWYj/WZkPWZlfedlfeelveemPigmvKgmviinPijnvGjn/SloPmnovOmovWnp/arqPesqfesqvyuqvyvq/qvq/yvrPmwrPywrf2xrv2yr/2zsPuzsf20sf60sv21s/21tP22tP62tf63tf+4tv64tv+4tv+5t/+5a9UdHQAAAAF0Uk5TAEDm2GYAAAHgSURBVFjD7Zb3V8IwEMcB0Tpwi3vvvRVExIFat+Lee++Je2D+cUOPJqHFl/cs78kP/f7QXi+XT5PLJa3BoEuXrgiRg6MojgwujowchRNgtzFygk8ULQkQaBIYRYcELCOqKQf4PhF6g0BzITOsslAA2zvp/t4pOynAaMxxklhnXAhAD+n/1BhwTe58I/Q1bA3EZthJcJ4a0PRKAK3g2byUHYd1EJxNh5CiBDSdkv6z4NliUoJ6IbqYEJqTgwC2bvr+I5vkWkdBqpaihQY6hlyBAOzzL0xoGwR4send9iH0MXCOzQt4XyazFF0lQgDQzr7qGjI1hs2HEViFxDP8kC4BojvYIosPBRiFthVsHsjL6MEP5TCEfC6gBdrWsLkvA2IsFksMAJJ+B/ik62OgbQLbd4NBhQSCGTpVgPvNobljfN+T6c/44XJVDajFbUVpQna9AjDj73SD0KIMoGWwVGBmAKUuV43/nhoMuJI6bZAcYh3QvNyOmwgAZzFLMqp4gL7dZ4rw8ADqKWD1Lxwra/nXKaiTSLdzxaF/FrwkKpeRPQ9iT3CDlbOMykJyi6LolgtpGvsruYUUrlL+y2bSvJ01HyhhONLCcKhqP9a1f1g0f9q0f1z/6/9A8y+OLl26IkQ/ETkZAJPmkmAAAAAASUVORK5CYII=) 50%;background-size:cover;height:52px;position:absolute;width:52px}.donateHolder .rain:first-of-type{-webkit-animation-name:rain-1;animation-name:rain-1;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:91%;opacity:1;top:-54%;-webkit-transform:rotate(11deg);transform:rotate(11deg)}@-webkit-keyframes rain-1{0%{left:91%;opacity:1;top:-54%}to{opacity:0;top:94%}}@keyframes rain-1{0%{left:91%;opacity:1;top:-54%}to{opacity:0;top:94%}}.donateHolder .rain:nth-of-type(2){-webkit-animation-name:rain-2;animation-name:rain-2;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:35%;opacity:1;top:-92%;-webkit-transform:rotate(84deg);transform:rotate(84deg)}@-webkit-keyframes rain-2{0%{left:35%;opacity:1;top:-92%}to{opacity:0;top:132%}}@keyframes rain-2{0%{left:35%;opacity:1;top:-92%}to{opacity:0;top:132%}}.donateHolder .rain:nth-of-type(3){-webkit-animation-name:rain-3;animation-name:rain-3;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:14%;opacity:.82;top:-76%;-webkit-transform:rotate(43deg);transform:rotate(43deg)}@-webkit-keyframes rain-3{0%{left:14%;opacity:.82;top:-76%}to{opacity:0;top:116%}}@keyframes rain-3{0%{left:14%;opacity:.82;top:-76%}to{opacity:0;top:116%}}.donateHolder .rain:nth-of-type(4){-webkit-animation-name:rain-4;animation-name:rain-4;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:58%;opacity:1;top:-71%;-webkit-transform:rotate(55deg);transform:rotate(55deg)}@-webkit-keyframes rain-4{0%{left:58%;opacity:1;top:-71%}to{opacity:0;top:111%}}@keyframes rain-4{0%{left:58%;opacity:1;top:-71%}to{opacity:0;top:111%}}.donateHolder .rain:nth-of-type(5){-webkit-animation-name:rain-5;animation-name:rain-5;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:66%;opacity:1;top:-56%;-webkit-transform:rotate(52deg);transform:rotate(52deg)}@-webkit-keyframes rain-5{0%{left:66%;opacity:1;top:-56%}to{opacity:0;top:96%}}@keyframes rain-5{0%{left:66%;opacity:1;top:-56%}to{opacity:0;top:96%}}.donateHolder .rain:nth-of-type(6){-webkit-animation-name:rain-6;animation-name:rain-6;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:74%;opacity:.53;top:-90%;-webkit-transform:rotate(3deg);transform:rotate(3deg)}@-webkit-keyframes rain-6{0%{left:74%;opacity:.53;top:-90%}to{opacity:0;top:130%}}@keyframes rain-6{0%{left:74%;opacity:.53;top:-90%}to{opacity:0;top:130%}}.donateHolder .rain:nth-of-type(7){-webkit-animation-name:rain-7;animation-name:rain-7;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:26%;opacity:1;top:-89%;-webkit-transform:rotate(16deg);transform:rotate(16deg)}@-webkit-keyframes rain-7{0%{left:26%;opacity:1;top:-89%}to{opacity:0;top:129%}}@keyframes rain-7{0%{left:26%;opacity:1;top:-89%}to{opacity:0;top:129%}}.donateHolder .rain:nth-of-type(8){-webkit-animation-name:rain-8;animation-name:rain-8;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:4%;opacity:.69;top:-85%;-webkit-transform:rotate(5deg);transform:rotate(5deg)}@-webkit-keyframes rain-8{0%{left:4%;opacity:.69;top:-85%}to{opacity:0;top:125%}}@keyframes rain-8{0%{left:4%;opacity:.69;top:-85%}to{opacity:0;top:125%}}.donateHolder .rain:nth-of-type(9){-webkit-animation-name:rain-9;animation-name:rain-9;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:43%;opacity:1;top:-96%;-webkit-transform:rotate(65deg);transform:rotate(65deg)}@-webkit-keyframes rain-9{0%{left:43%;opacity:1;top:-96%}to{opacity:0;top:136%}}@keyframes rain-9{0%{left:43%;opacity:1;top:-96%}to{opacity:0;top:136%}}.donateHolder .rain:nth-of-type(10){-webkit-animation-name:rain-10;animation-name:rain-10;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:75%;opacity:.46;top:-99%;-webkit-transform:rotate(70deg);transform:rotate(70deg)}@-webkit-keyframes rain-10{0%{left:75%;opacity:.46;top:-99%}to{opacity:0;top:139%}}@keyframes rain-10{0%{left:75%;opacity:.46;top:-99%}to{opacity:0;top:139%}}.donateHolder .rain:nth-of-type(11){-webkit-animation-name:rain-11;animation-name:rain-11;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:27%;opacity:1;top:-82%;-webkit-transform:rotate(16deg);transform:rotate(16deg)}@-webkit-keyframes rain-11{0%{left:27%;opacity:1;top:-82%}to{opacity:0;top:122%}}@keyframes rain-11{0%{left:27%;opacity:1;top:-82%}to{opacity:0;top:122%}}.donateHolder .rain:nth-of-type(12){-webkit-animation-name:rain-12;animation-name:rain-12;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:82%;opacity:.43;top:-72%;-webkit-transform:rotate(1deg);transform:rotate(1deg)}@-webkit-keyframes rain-12{0%{left:82%;opacity:.43;top:-72%}to{opacity:0;top:112%}}@keyframes rain-12{0%{left:82%;opacity:.43;top:-72%}to{opacity:0;top:112%}}.donateHolder .rain:nth-of-type(13){-webkit-animation-name:rain-13;animation-name:rain-13;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:14%;opacity:.66;top:-79%;-webkit-transform:rotate(29deg);transform:rotate(29deg)}@-webkit-keyframes rain-13{0%{left:14%;opacity:.66;top:-79%}to{opacity:0;top:119%}}@keyframes rain-13{0%{left:14%;opacity:.66;top:-79%}to{opacity:0;top:119%}}.donateHolder .rain:nth-of-type(14){-webkit-animation-name:rain-14;animation-name:rain-14;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:1%;opacity:1;top:-99%;-webkit-transform:rotate(23deg);transform:rotate(23deg)}@-webkit-keyframes rain-14{0%{left:1%;opacity:1;top:-99%}to{opacity:0;top:139%}}@keyframes rain-14{0%{left:1%;opacity:1;top:-99%}to{opacity:0;top:139%}}.donateHolder .rain:nth-of-type(15){-webkit-animation-name:rain-15;animation-name:rain-15;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:40%;opacity:1;top:-53%;-webkit-transform:rotate(85deg);transform:rotate(85deg)}@-webkit-keyframes rain-15{0%{left:40%;opacity:1;top:-53%}to{opacity:0;top:93%}}@keyframes rain-15{0%{left:40%;opacity:1;top:-53%}to{opacity:0;top:93%}}.donateHolder .rain:nth-of-type(16){-webkit-animation-name:rain-16;animation-name:rain-16;-webkit-animation-delay:18.2s;animation-delay:18.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:61%;opacity:.81;top:-100%;-webkit-transform:rotate(8deg);transform:rotate(8deg)}@-webkit-keyframes rain-16{0%{left:61%;opacity:.81;top:-100%}to{opacity:0;top:140%}}@keyframes rain-16{0%{left:61%;opacity:.81;top:-100%}to{opacity:0;top:140%}}.donateHolder .rain:nth-of-type(17){-webkit-animation-name:rain-17;animation-name:rain-17;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:65%;opacity:1;top:-99%;-webkit-transform:rotate(30deg);transform:rotate(30deg)}@-webkit-keyframes rain-17{0%{left:65%;opacity:1;top:-99%}to{opacity:0;top:139%}}@keyframes rain-17{0%{left:65%;opacity:1;top:-99%}to{opacity:0;top:139%}}.donateHolder .rain:nth-of-type(18){-webkit-animation-name:rain-18;animation-name:rain-18;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.72;top:-76%;-webkit-transform:rotate(89deg);transform:rotate(89deg)}@-webkit-keyframes rain-18{0%{left:56%;opacity:.72;top:-76%}to{opacity:0;top:116%}}@keyframes rain-18{0%{left:56%;opacity:.72;top:-76%}to{opacity:0;top:116%}}.donateHolder .rain:nth-of-type(19){-webkit-animation-name:rain-19;animation-name:rain-19;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:100%;opacity:1;top:-67%;-webkit-transform:rotate(88deg);transform:rotate(88deg)}@-webkit-keyframes rain-19{0%{left:100%;opacity:1;top:-67%}to{opacity:0;top:107%}}@keyframes rain-19{0%{left:100%;opacity:1;top:-67%}to{opacity:0;top:107%}}.donateHolder .rain:nth-of-type(20){-webkit-animation-name:rain-20;animation-name:rain-20;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:77%;opacity:.87;top:-60%;-webkit-transform:rotate(4deg);transform:rotate(4deg)}@-webkit-keyframes rain-20{0%{left:77%;opacity:.87;top:-60%}to{opacity:0;top:100%}}@keyframes rain-20{0%{left:77%;opacity:.87;top:-60%}to{opacity:0;top:100%}}.donateHolder .rain:nth-of-type(21){-webkit-animation-name:rain-21;animation-name:rain-21;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:80%;opacity:1;top:-94%;-webkit-transform:rotate(32deg);transform:rotate(32deg)}@-webkit-keyframes rain-21{0%{left:80%;opacity:1;top:-94%}to{opacity:0;top:134%}}@keyframes rain-21{0%{left:80%;opacity:1;top:-94%}to{opacity:0;top:134%}}.donateHolder .rain:nth-of-type(22){-webkit-animation-name:rain-22;animation-name:rain-22;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:48%;opacity:.31;top:-90%;-webkit-transform:rotate(34deg);transform:rotate(34deg)}@-webkit-keyframes rain-22{0%{left:48%;opacity:.31;top:-90%}to{opacity:0;top:130%}}@keyframes rain-22{0%{left:48%;opacity:.31;top:-90%}to{opacity:0;top:130%}}.donateHolder .rain:nth-of-type(23){-webkit-animation-name:rain-23;animation-name:rain-23;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:3%;opacity:.48;top:-66%;-webkit-transform:rotate(21deg);transform:rotate(21deg)}@-webkit-keyframes rain-23{0%{left:3%;opacity:.48;top:-66%}to{opacity:0;top:106%}}@keyframes rain-23{0%{left:3%;opacity:.48;top:-66%}to{opacity:0;top:106%}}.donateHolder .rain:nth-of-type(24){-webkit-animation-name:rain-24;animation-name:rain-24;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:95%;opacity:.61;top:-97%;-webkit-transform:rotate(4deg);transform:rotate(4deg)}@-webkit-keyframes rain-24{0%{left:95%;opacity:.61;top:-97%}to{opacity:0;top:137%}}@keyframes rain-24{0%{left:95%;opacity:.61;top:-97%}to{opacity:0;top:137%}}.donateHolder .rain:nth-of-type(25){-webkit-animation-name:rain-25;animation-name:rain-25;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:99%;opacity:.82;top:-80%;-webkit-transform:rotate(69deg);transform:rotate(69deg)}@-webkit-keyframes rain-25{0%{left:99%;opacity:.82;top:-80%}to{opacity:0;top:120%}}@keyframes rain-25{0%{left:99%;opacity:.82;top:-80%}to{opacity:0;top:120%}}.donateHolder .rain:nth-of-type(26){-webkit-animation-name:rain-26;animation-name:rain-26;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:70%;opacity:1;top:-90%;-webkit-transform:rotate(39deg);transform:rotate(39deg)}@-webkit-keyframes rain-26{0%{left:70%;opacity:1;top:-90%}to{opacity:0;top:130%}}@keyframes rain-26{0%{left:70%;opacity:1;top:-90%}to{opacity:0;top:130%}}.donateHolder .rain:nth-of-type(27){-webkit-animation-name:rain-27;animation-name:rain-27;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:39%;opacity:.83;top:-53%;-webkit-transform:rotate(5deg);transform:rotate(5deg)}@-webkit-keyframes rain-27{0%{left:39%;opacity:.83;top:-53%}to{opacity:0;top:93%}}@keyframes rain-27{0%{left:39%;opacity:.83;top:-53%}to{opacity:0;top:93%}}.donateHolder .rain:nth-of-type(28){-webkit-animation-name:rain-28;animation-name:rain-28;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:41%;opacity:.66;top:-68%;-webkit-transform:rotate(38deg);transform:rotate(38deg)}@-webkit-keyframes rain-28{0%{left:41%;opacity:.66;top:-68%}to{opacity:0;top:108%}}@keyframes rain-28{0%{left:41%;opacity:.66;top:-68%}to{opacity:0;top:108%}}.donateHolder .rain:nth-of-type(29){-webkit-animation-name:rain-29;animation-name:rain-29;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:41%;opacity:1;top:-74%;-webkit-transform:rotate(79deg);transform:rotate(79deg)}@-webkit-keyframes rain-29{0%{left:41%;opacity:1;top:-74%}to{opacity:0;top:114%}}@keyframes rain-29{0%{left:41%;opacity:1;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(30){-webkit-animation-name:rain-30;animation-name:rain-30;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:70%;opacity:.71;top:-54%;-webkit-transform:rotate(33deg);transform:rotate(33deg)}@-webkit-keyframes rain-30{0%{left:70%;opacity:.71;top:-54%}to{opacity:0;top:94%}}@keyframes rain-30{0%{left:70%;opacity:.71;top:-54%}to{opacity:0;top:94%}}.donateHolder .rain:nth-of-type(31){-webkit-animation-name:rain-31;animation-name:rain-31;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:65%;opacity:.52;top:-81%;-webkit-transform:rotate(81deg);transform:rotate(81deg)}@-webkit-keyframes rain-31{0%{left:65%;opacity:.52;top:-81%}to{opacity:0;top:121%}}@keyframes rain-31{0%{left:65%;opacity:.52;top:-81%}to{opacity:0;top:121%}}.donateHolder .rain:nth-of-type(32){-webkit-animation-name:rain-32;animation-name:rain-32;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:46%;opacity:1;top:-74%;-webkit-transform:rotate(3deg);transform:rotate(3deg)}@-webkit-keyframes rain-32{0%{left:46%;opacity:1;top:-74%}to{opacity:0;top:114%}}@keyframes rain-32{0%{left:46%;opacity:1;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(33){-webkit-animation-name:rain-33;animation-name:rain-33;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:12%;opacity:.31;top:-64%;-webkit-transform:rotate(19deg);transform:rotate(19deg)}@-webkit-keyframes rain-33{0%{left:12%;opacity:.31;top:-64%}to{opacity:0;top:104%}}@keyframes rain-33{0%{left:12%;opacity:.31;top:-64%}to{opacity:0;top:104%}}.donateHolder .rain:nth-of-type(34){-webkit-animation-name:rain-34;animation-name:rain-34;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:7%;opacity:.91;top:-64%;-webkit-transform:rotate(80deg);transform:rotate(80deg)}@-webkit-keyframes rain-34{0%{left:7%;opacity:.91;top:-64%}to{opacity:0;top:104%}}@keyframes rain-34{0%{left:7%;opacity:.91;top:-64%}to{opacity:0;top:104%}}.donateHolder .rain:nth-of-type(35){-webkit-animation-name:rain-35;animation-name:rain-35;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:7%;opacity:1;top:-69%;-webkit-transform:rotate(74deg);transform:rotate(74deg)}@-webkit-keyframes rain-35{0%{left:7%;opacity:1;top:-69%}to{opacity:0;top:109%}}@keyframes rain-35{0%{left:7%;opacity:1;top:-69%}to{opacity:0;top:109%}}.donateHolder .rain:nth-of-type(36){-webkit-animation-name:rain-36;animation-name:rain-36;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:94%;opacity:1;top:-62%;-webkit-transform:rotate(14deg);transform:rotate(14deg)}@-webkit-keyframes rain-36{0%{left:94%;opacity:1;top:-62%}to{opacity:0;top:102%}}@keyframes rain-36{0%{left:94%;opacity:1;top:-62%}to{opacity:0;top:102%}}.donateHolder .rain:nth-of-type(37){-webkit-animation-name:rain-37;animation-name:rain-37;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:97%;opacity:1;top:-87%;-webkit-transform:rotate(52deg);transform:rotate(52deg)}@-webkit-keyframes rain-37{0%{left:97%;opacity:1;top:-87%}to{opacity:0;top:127%}}@keyframes rain-37{0%{left:97%;opacity:1;top:-87%}to{opacity:0;top:127%}}.donateHolder .rain:nth-of-type(38){-webkit-animation-name:rain-38;animation-name:rain-38;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:39%;opacity:.32;top:-89%;-webkit-transform:rotate(86deg);transform:rotate(86deg)}@-webkit-keyframes rain-38{0%{left:39%;opacity:.32;top:-89%}to{opacity:0;top:129%}}@keyframes rain-38{0%{left:39%;opacity:.32;top:-89%}to{opacity:0;top:129%}}.donateHolder .rain:nth-of-type(39){-webkit-animation-name:rain-39;animation-name:rain-39;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:10%;opacity:.82;top:-100%;-webkit-transform:rotate(6deg);transform:rotate(6deg)}@-webkit-keyframes rain-39{0%{left:10%;opacity:.82;top:-100%}to{opacity:0;top:140%}}@keyframes rain-39{0%{left:10%;opacity:.82;top:-100%}to{opacity:0;top:140%}}.donateHolder .rain:nth-of-type(40){-webkit-animation-name:rain-40;animation-name:rain-40;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.57;top:-64%;-webkit-transform:rotate(11deg);transform:rotate(11deg)}@-webkit-keyframes rain-40{0%{left:56%;opacity:.57;top:-64%}to{opacity:0;top:104%}}@keyframes rain-40{0%{left:56%;opacity:.57;top:-64%}to{opacity:0;top:104%}}.donateHolder .rain:nth-of-type(41){-webkit-animation-name:rain-41;animation-name:rain-41;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:8%;opacity:.79;top:-93%;-webkit-transform:rotate(38deg);transform:rotate(38deg)}@-webkit-keyframes rain-41{0%{left:8%;opacity:.79;top:-93%}to{opacity:0;top:133%}}@keyframes rain-41{0%{left:8%;opacity:.79;top:-93%}to{opacity:0;top:133%}}.donateHolder .rain:nth-of-type(42){-webkit-animation-name:rain-42;animation-name:rain-42;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:14%;opacity:1;top:-95%;-webkit-transform:rotate(82deg);transform:rotate(82deg)}@-webkit-keyframes rain-42{0%{left:14%;opacity:1;top:-95%}to{opacity:0;top:135%}}@keyframes rain-42{0%{left:14%;opacity:1;top:-95%}to{opacity:0;top:135%}}.donateHolder .rain:nth-of-type(43){-webkit-animation-name:rain-43;animation-name:rain-43;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:2%;opacity:.93;top:-74%;-webkit-transform:rotate(31deg);transform:rotate(31deg)}@-webkit-keyframes rain-43{0%{left:2%;opacity:.93;top:-74%}to{opacity:0;top:114%}}@keyframes rain-43{0%{left:2%;opacity:.93;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(44){-webkit-animation-name:rain-44;animation-name:rain-44;-webkit-animation-delay:18.2s;animation-delay:18.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.52;top:-58%;-webkit-transform:rotate(64deg);transform:rotate(64deg)}@-webkit-keyframes rain-44{0%{left:56%;opacity:.52;top:-58%}to{opacity:0;top:98%}}@keyframes rain-44{0%{left:56%;opacity:.52;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(45){-webkit-animation-name:rain-45;animation-name:rain-45;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:100%;opacity:.48;top:-58%;-webkit-transform:rotate(8deg);transform:rotate(8deg)}@-webkit-keyframes rain-45{0%{left:100%;opacity:.48;top:-58%}to{opacity:0;top:98%}}@keyframes rain-45{0%{left:100%;opacity:.48;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(46){-webkit-animation-name:rain-46;animation-name:rain-46;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:36%;opacity:1;top:-70%;-webkit-transform:rotate(70deg);transform:rotate(70deg)}@-webkit-keyframes rain-46{0%{left:36%;opacity:1;top:-70%}to{opacity:0;top:110%}}@keyframes rain-46{0%{left:36%;opacity:1;top:-70%}to{opacity:0;top:110%}}.donateHolder .rain:nth-of-type(47){-webkit-animation-name:rain-47;animation-name:rain-47;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:32%;opacity:.78;top:-68%;-webkit-transform:rotate(88deg);transform:rotate(88deg)}@-webkit-keyframes rain-47{0%{left:32%;opacity:.78;top:-68%}to{opacity:0;top:108%}}@keyframes rain-47{0%{left:32%;opacity:.78;top:-68%}to{opacity:0;top:108%}}.donateHolder .rain:nth-of-type(48){-webkit-animation-name:rain-48;animation-name:rain-48;-webkit-animation-delay:6.2s;animation-delay:6.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:81%;opacity:.79;top:-53%;-webkit-transform:rotate(40deg);transform:rotate(40deg)}@-webkit-keyframes rain-48{0%{left:81%;opacity:.79;top:-53%}to{opacity:0;top:93%}}@keyframes rain-48{0%{left:81%;opacity:.79;top:-53%}to{opacity:0;top:93%}}.donateHolder .rain:nth-of-type(49){-webkit-animation-name:rain-49;animation-name:rain-49;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:35%;opacity:1;top:-94%;-webkit-transform:rotate(85deg);transform:rotate(85deg)}@-webkit-keyframes rain-49{0%{left:35%;opacity:1;top:-94%}to{opacity:0;top:134%}}@keyframes rain-49{0%{left:35%;opacity:1;top:-94%}to{opacity:0;top:134%}}.donateHolder .rain:nth-of-type(50){-webkit-animation-name:rain-50;animation-name:rain-50;-webkit-animation-delay:6.2s;animation-delay:6.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:53%;opacity:.7;top:-84%;-webkit-transform:rotate(70deg);transform:rotate(70deg)}@-webkit-keyframes rain-50{0%{left:53%;opacity:.7;top:-84%}to{opacity:0;top:124%}}@keyframes rain-50{0%{left:53%;opacity:.7;top:-84%}to{opacity:0;top:124%}}.donateHolder .rain:nth-of-type(51){-webkit-animation-name:rain-51;animation-name:rain-51;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:1;top:-97%;-webkit-transform:rotate(71deg);transform:rotate(71deg)}@-webkit-keyframes rain-51{0%{left:56%;opacity:1;top:-97%}to{opacity:0;top:137%}}@keyframes rain-51{0%{left:56%;opacity:1;top:-97%}to{opacity:0;top:137%}}.donateHolder .rain:nth-of-type(52){-webkit-animation-name:rain-52;animation-name:rain-52;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:99%;opacity:.8;top:-56%;-webkit-transform:rotate(26deg);transform:rotate(26deg)}@-webkit-keyframes rain-52{0%{left:99%;opacity:.8;top:-56%}to{opacity:0;top:96%}}@keyframes rain-52{0%{left:99%;opacity:.8;top:-56%}to{opacity:0;top:96%}}.donateHolder .rain:nth-of-type(53){-webkit-animation-name:rain-53;animation-name:rain-53;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:20%;opacity:.47;top:-54%;-webkit-transform:rotate(3deg);transform:rotate(3deg)}@-webkit-keyframes rain-53{0%{left:20%;opacity:.47;top:-54%}to{opacity:0;top:94%}}@keyframes rain-53{0%{left:20%;opacity:.47;top:-54%}to{opacity:0;top:94%}}.donateHolder .rain:nth-of-type(54){-webkit-animation-name:rain-54;animation-name:rain-54;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:84%;opacity:1;top:-74%;-webkit-transform:rotate(75deg);transform:rotate(75deg)}@-webkit-keyframes rain-54{0%{left:84%;opacity:1;top:-74%}to{opacity:0;top:114%}}@keyframes rain-54{0%{left:84%;opacity:1;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(55){-webkit-animation-name:rain-55;animation-name:rain-55;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:48%;opacity:1;top:-63%;-webkit-transform:rotate(6deg);transform:rotate(6deg)}@-webkit-keyframes rain-55{0%{left:48%;opacity:1;top:-63%}to{opacity:0;top:103%}}@keyframes rain-55{0%{left:48%;opacity:1;top:-63%}to{opacity:0;top:103%}}.donateHolder .rain:nth-of-type(56){-webkit-animation-name:rain-56;animation-name:rain-56;-webkit-animation-delay:9.2s;animation-delay:9.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:16%;opacity:.62;top:-69%;-webkit-transform:rotate(24deg);transform:rotate(24deg)}@-webkit-keyframes rain-56{0%{left:16%;opacity:.62;top:-69%}to{opacity:0;top:109%}}@keyframes rain-56{0%{left:16%;opacity:.62;top:-69%}to{opacity:0;top:109%}}.donateHolder .rain:nth-of-type(57){-webkit-animation-name:rain-57;animation-name:rain-57;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:25%;opacity:.89;top:-99%;-webkit-transform:rotate(49deg);transform:rotate(49deg)}@-webkit-keyframes rain-57{0%{left:25%;opacity:.89;top:-99%}to{opacity:0;top:139%}}@keyframes rain-57{0%{left:25%;opacity:.89;top:-99%}to{opacity:0;top:139%}}.donateHolder .rain:nth-of-type(58){-webkit-animation-name:rain-58;animation-name:rain-58;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:39%;opacity:.54;top:-74%;-webkit-transform:rotate(23deg);transform:rotate(23deg)}@-webkit-keyframes rain-58{0%{left:39%;opacity:.54;top:-74%}to{opacity:0;top:114%}}@keyframes rain-58{0%{left:39%;opacity:.54;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(59){-webkit-animation-name:rain-59;animation-name:rain-59;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:8%;opacity:.42;top:-100%;-webkit-transform:rotate(32deg);transform:rotate(32deg)}@-webkit-keyframes rain-59{0%{left:8%;opacity:.42;top:-100%}to{opacity:0;top:140%}}@keyframes rain-59{0%{left:8%;opacity:.42;top:-100%}to{opacity:0;top:140%}}.donateHolder .rain:nth-of-type(60){-webkit-animation-name:rain-60;animation-name:rain-60;-webkit-animation-delay:18.2s;animation-delay:18.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:1;top:-64%;-webkit-transform:rotate(18deg);transform:rotate(18deg)}@-webkit-keyframes rain-60{0%{left:56%;opacity:1;top:-64%}to{opacity:0;top:104%}}@keyframes rain-60{0%{left:56%;opacity:1;top:-64%}to{opacity:0;top:104%}}.donateHolder .rain:nth-of-type(61){-webkit-animation-name:rain-61;animation-name:rain-61;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:35%;opacity:.35;top:-78%;-webkit-transform:rotate(57deg);transform:rotate(57deg)}@-webkit-keyframes rain-61{0%{left:35%;opacity:.35;top:-78%}to{opacity:0;top:118%}}@keyframes rain-61{0%{left:35%;opacity:.35;top:-78%}to{opacity:0;top:118%}}.donateHolder .rain:nth-of-type(62){-webkit-animation-name:rain-62;animation-name:rain-62;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:52%;opacity:.73;top:-87%;-webkit-transform:rotate(67deg);transform:rotate(67deg)}@-webkit-keyframes rain-62{0%{left:52%;opacity:.73;top:-87%}to{opacity:0;top:127%}}@keyframes rain-62{0%{left:52%;opacity:.73;top:-87%}to{opacity:0;top:127%}}.donateHolder .rain:nth-of-type(63){-webkit-animation-name:rain-63;animation-name:rain-63;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:54%;opacity:.99;top:-83%;-webkit-transform:rotate(61deg);transform:rotate(61deg)}@-webkit-keyframes rain-63{0%{left:54%;opacity:.99;top:-83%}to{opacity:0;top:123%}}@keyframes rain-63{0%{left:54%;opacity:.99;top:-83%}to{opacity:0;top:123%}}.donateHolder .rain:nth-of-type(64){-webkit-animation-name:rain-64;animation-name:rain-64;-webkit-animation-delay:9.2s;animation-delay:9.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:46%;opacity:.96;top:-91%;-webkit-transform:rotate(10deg);transform:rotate(10deg)}@-webkit-keyframes rain-64{0%{left:46%;opacity:.96;top:-91%}to{opacity:0;top:131%}}@keyframes rain-64{0%{left:46%;opacity:.96;top:-91%}to{opacity:0;top:131%}}.donateHolder .rain:nth-of-type(65){-webkit-animation-name:rain-65;animation-name:rain-65;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:31%;opacity:.99;top:-72%;-webkit-transform:rotate(59deg);transform:rotate(59deg)}@-webkit-keyframes rain-65{0%{left:31%;opacity:.99;top:-72%}to{opacity:0;top:112%}}@keyframes rain-65{0%{left:31%;opacity:.99;top:-72%}to{opacity:0;top:112%}}.donateHolder .rain:nth-of-type(66){-webkit-animation-name:rain-66;animation-name:rain-66;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:41%;opacity:.73;top:-51%;-webkit-transform:rotate(6deg);transform:rotate(6deg)}@-webkit-keyframes rain-66{0%{left:41%;opacity:.73;top:-51%}to{opacity:0;top:91%}}@keyframes rain-66{0%{left:41%;opacity:.73;top:-51%}to{opacity:0;top:91%}}.donateHolder .rain:nth-of-type(67){-webkit-animation-name:rain-67;animation-name:rain-67;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.55;top:-65%;-webkit-transform:rotate(23deg);transform:rotate(23deg)}@-webkit-keyframes rain-67{0%{left:56%;opacity:.55;top:-65%}to{opacity:0;top:105%}}@keyframes rain-67{0%{left:56%;opacity:.55;top:-65%}to{opacity:0;top:105%}}.donateHolder .rain:nth-of-type(68){-webkit-animation-name:rain-68;animation-name:rain-68;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:51%;opacity:.62;top:-53%;-webkit-transform:rotate(38deg);transform:rotate(38deg)}@-webkit-keyframes rain-68{0%{left:51%;opacity:.62;top:-53%}to{opacity:0;top:93%}}@keyframes rain-68{0%{left:51%;opacity:.62;top:-53%}to{opacity:0;top:93%}}.donateHolder .rain:nth-of-type(69){-webkit-animation-name:rain-69;animation-name:rain-69;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:61%;opacity:.46;top:-77%;-webkit-transform:rotate(87deg);transform:rotate(87deg)}@-webkit-keyframes rain-69{0%{left:61%;opacity:.46;top:-77%}to{opacity:0;top:117%}}@keyframes rain-69{0%{left:61%;opacity:.46;top:-77%}to{opacity:0;top:117%}}.donateHolder .rain:nth-of-type(70){-webkit-animation-name:rain-70;animation-name:rain-70;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:63%;opacity:.98;top:-58%;-webkit-transform:rotate(48deg);transform:rotate(48deg)}@-webkit-keyframes rain-70{0%{left:63%;opacity:.98;top:-58%}to{opacity:0;top:98%}}@keyframes rain-70{0%{left:63%;opacity:.98;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(71){-webkit-animation-name:rain-71;animation-name:rain-71;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:14%;opacity:.92;top:-56%;-webkit-transform:rotate(24deg);transform:rotate(24deg)}@-webkit-keyframes rain-71{0%{left:14%;opacity:.92;top:-56%}to{opacity:0;top:96%}}@keyframes rain-71{0%{left:14%;opacity:.92;top:-56%}to{opacity:0;top:96%}}.donateHolder .rain:nth-of-type(72){-webkit-animation-name:rain-72;animation-name:rain-72;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:88%;opacity:.79;top:-71%;-webkit-transform:rotate(31deg);transform:rotate(31deg)}@-webkit-keyframes rain-72{0%{left:88%;opacity:.79;top:-71%}to{opacity:0;top:111%}}@keyframes rain-72{0%{left:88%;opacity:.79;top:-71%}to{opacity:0;top:111%}}.donateHolder .rain:nth-of-type(73){-webkit-animation-name:rain-73;animation-name:rain-73;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:85%;opacity:1;top:-85%;-webkit-transform:rotate(16deg);transform:rotate(16deg)}@-webkit-keyframes rain-73{0%{left:85%;opacity:1;top:-85%}to{opacity:0;top:125%}}@keyframes rain-73{0%{left:85%;opacity:1;top:-85%}to{opacity:0;top:125%}}.donateHolder .rain:nth-of-type(74){-webkit-animation-name:rain-74;animation-name:rain-74;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:25%;opacity:.39;top:-86%;-webkit-transform:rotate(74deg);transform:rotate(74deg)}@-webkit-keyframes rain-74{0%{left:25%;opacity:.39;top:-86%}to{opacity:0;top:126%}}@keyframes rain-74{0%{left:25%;opacity:.39;top:-86%}to{opacity:0;top:126%}}.donateHolder .rain:nth-of-type(75){-webkit-animation-name:rain-75;animation-name:rain-75;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:22%;opacity:1;top:-87%;-webkit-transform:rotate(52deg);transform:rotate(52deg)}@-webkit-keyframes rain-75{0%{left:22%;opacity:1;top:-87%}to{opacity:0;top:127%}}@keyframes rain-75{0%{left:22%;opacity:1;top:-87%}to{opacity:0;top:127%}}.donateHolder .rain:nth-of-type(76){-webkit-animation-name:rain-76;animation-name:rain-76;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:67%;opacity:.55;top:-70%;-webkit-transform:rotate(72deg);transform:rotate(72deg)}@-webkit-keyframes rain-76{0%{left:67%;opacity:.55;top:-70%}to{opacity:0;top:110%}}@keyframes rain-76{0%{left:67%;opacity:.55;top:-70%}to{opacity:0;top:110%}}.donateHolder .rain:nth-of-type(77){-webkit-animation-name:rain-77;animation-name:rain-77;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:20%;opacity:1;top:-91%;-webkit-transform:rotate(59deg);transform:rotate(59deg)}@-webkit-keyframes rain-77{0%{left:20%;opacity:1;top:-91%}to{opacity:0;top:131%}}@keyframes rain-77{0%{left:20%;opacity:1;top:-91%}to{opacity:0;top:131%}}.donateHolder .rain:nth-of-type(78){-webkit-animation-name:rain-78;animation-name:rain-78;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:42%;opacity:1;top:-78%;-webkit-transform:rotate(89deg);transform:rotate(89deg)}@-webkit-keyframes rain-78{0%{left:42%;opacity:1;top:-78%}to{opacity:0;top:118%}}@keyframes rain-78{0%{left:42%;opacity:1;top:-78%}to{opacity:0;top:118%}}.donateHolder .rain:nth-of-type(79){-webkit-animation-name:rain-79;animation-name:rain-79;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:44%;opacity:.61;top:-85%;-webkit-transform:rotate(7deg);transform:rotate(7deg)}@-webkit-keyframes rain-79{0%{left:44%;opacity:.61;top:-85%}to{opacity:0;top:125%}}@keyframes rain-79{0%{left:44%;opacity:.61;top:-85%}to{opacity:0;top:125%}}.donateHolder .rain:nth-of-type(80){-webkit-animation-name:rain-80;animation-name:rain-80;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:46%;opacity:.73;top:-93%;-webkit-transform:rotate(37deg);transform:rotate(37deg)}@-webkit-keyframes rain-80{0%{left:46%;opacity:.73;top:-93%}to{opacity:0;top:133%}}@keyframes rain-80{0%{left:46%;opacity:.73;top:-93%}to{opacity:0;top:133%}}.donateHolder .rain:nth-of-type(81){-webkit-animation-name:rain-81;animation-name:rain-81;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:52%;opacity:.65;top:-57%;-webkit-transform:rotate(61deg);transform:rotate(61deg)}@-webkit-keyframes rain-81{0%{left:52%;opacity:.65;top:-57%}to{opacity:0;top:97%}}@keyframes rain-81{0%{left:52%;opacity:.65;top:-57%}to{opacity:0;top:97%}}.donateHolder .rain:nth-of-type(82){-webkit-animation-name:rain-82;animation-name:rain-82;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:7%;opacity:.41;top:-61%;-webkit-transform:rotate(25deg);transform:rotate(25deg)}@-webkit-keyframes rain-82{0%{left:7%;opacity:.41;top:-61%}to{opacity:0;top:101%}}@keyframes rain-82{0%{left:7%;opacity:.41;top:-61%}to{opacity:0;top:101%}}.donateHolder .rain:nth-of-type(83){-webkit-animation-name:rain-83;animation-name:rain-83;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:26%;opacity:.58;top:-82%;-webkit-transform:rotate(31deg);transform:rotate(31deg)}@-webkit-keyframes rain-83{0%{left:26%;opacity:.58;top:-82%}to{opacity:0;top:122%}}@keyframes rain-83{0%{left:26%;opacity:.58;top:-82%}to{opacity:0;top:122%}}.donateHolder .rain:nth-of-type(84){-webkit-animation-name:rain-84;animation-name:rain-84;-webkit-animation-delay:9.2s;animation-delay:9.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:39%;opacity:1;top:-51%;-webkit-transform:rotate(19deg);transform:rotate(19deg)}@-webkit-keyframes rain-84{0%{left:39%;opacity:1;top:-51%}to{opacity:0;top:91%}}@keyframes rain-84{0%{left:39%;opacity:1;top:-51%}to{opacity:0;top:91%}}.donateHolder .rain:nth-of-type(85){-webkit-animation-name:rain-85;animation-name:rain-85;-webkit-animation-delay:18.2s;animation-delay:18.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:50%;opacity:.59;top:-51%;-webkit-transform:rotate(62deg);transform:rotate(62deg)}@-webkit-keyframes rain-85{0%{left:50%;opacity:.59;top:-51%}to{opacity:0;top:91%}}@keyframes rain-85{0%{left:50%;opacity:.59;top:-51%}to{opacity:0;top:91%}}.donateHolder .rain:nth-of-type(86){-webkit-animation-name:rain-86;animation-name:rain-86;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:3%;opacity:1;top:-94%;-webkit-transform:rotate(28deg);transform:rotate(28deg)}@-webkit-keyframes rain-86{0%{left:3%;opacity:1;top:-94%}to{opacity:0;top:134%}}@keyframes rain-86{0%{left:3%;opacity:1;top:-94%}to{opacity:0;top:134%}}.donateHolder .rain:nth-of-type(87){-webkit-animation-name:rain-87;animation-name:rain-87;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:39%;opacity:.97;top:-79%;-webkit-transform:rotate(65deg);transform:rotate(65deg)}@-webkit-keyframes rain-87{0%{left:39%;opacity:.97;top:-79%}to{opacity:0;top:119%}}@keyframes rain-87{0%{left:39%;opacity:.97;top:-79%}to{opacity:0;top:119%}}.donateHolder .rain:nth-of-type(88){-webkit-animation-name:rain-88;animation-name:rain-88;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:28%;opacity:1;top:-52%;-webkit-transform:rotate(58deg);transform:rotate(58deg)}@-webkit-keyframes rain-88{0%{left:28%;opacity:1;top:-52%}to{opacity:0;top:92%}}@keyframes rain-88{0%{left:28%;opacity:1;top:-52%}to{opacity:0;top:92%}}.donateHolder .rain:nth-of-type(89){-webkit-animation-name:rain-89;animation-name:rain-89;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:46%;opacity:.48;top:-70%;-webkit-transform:rotate(4deg);transform:rotate(4deg)}@-webkit-keyframes rain-89{0%{left:46%;opacity:.48;top:-70%}to{opacity:0;top:110%}}@keyframes rain-89{0%{left:46%;opacity:.48;top:-70%}to{opacity:0;top:110%}}.donateHolder .rain:nth-of-type(90){-webkit-animation-name:rain-90;animation-name:rain-90;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:43%;opacity:1;top:-97%;-webkit-transform:rotate(63deg);transform:rotate(63deg)}@-webkit-keyframes rain-90{0%{left:43%;opacity:1;top:-97%}to{opacity:0;top:137%}}@keyframes rain-90{0%{left:43%;opacity:1;top:-97%}to{opacity:0;top:137%}}.donateHolder .rain:nth-of-type(91){-webkit-animation-name:rain-91;animation-name:rain-91;-webkit-animation-delay:6.2s;animation-delay:6.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:5%;opacity:.62;top:-82%;-webkit-transform:rotate(8deg);transform:rotate(8deg)}@-webkit-keyframes rain-91{0%{left:5%;opacity:.62;top:-82%}to{opacity:0;top:122%}}@keyframes rain-91{0%{left:5%;opacity:.62;top:-82%}to{opacity:0;top:122%}}.donateHolder .rain:nth-of-type(92){-webkit-animation-name:rain-92;animation-name:rain-92;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:31%;opacity:1;top:-66%;-webkit-transform:rotate(46deg);transform:rotate(46deg)}@-webkit-keyframes rain-92{0%{left:31%;opacity:1;top:-66%}to{opacity:0;top:106%}}@keyframes rain-92{0%{left:31%;opacity:1;top:-66%}to{opacity:0;top:106%}}.donateHolder .rain:nth-of-type(93){-webkit-animation-name:rain-93;animation-name:rain-93;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:60%;opacity:.71;top:-58%;-webkit-transform:rotate(58deg);transform:rotate(58deg)}@-webkit-keyframes rain-93{0%{left:60%;opacity:.71;top:-58%}to{opacity:0;top:98%}}@keyframes rain-93{0%{left:60%;opacity:.71;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(94){-webkit-animation-name:rain-94;animation-name:rain-94;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:55%;opacity:1;top:-57%;-webkit-transform:rotate(74deg);transform:rotate(74deg)}@-webkit-keyframes rain-94{0%{left:55%;opacity:1;top:-57%}to{opacity:0;top:97%}}@keyframes rain-94{0%{left:55%;opacity:1;top:-57%}to{opacity:0;top:97%}}.donateHolder .rain:nth-of-type(95){-webkit-animation-name:rain-95;animation-name:rain-95;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:33%;opacity:.93;top:-62%;-webkit-transform:rotate(88deg);transform:rotate(88deg)}@-webkit-keyframes rain-95{0%{left:33%;opacity:.93;top:-62%}to{opacity:0;top:102%}}@keyframes rain-95{0%{left:33%;opacity:.93;top:-62%}to{opacity:0;top:102%}}.donateHolder .rain:nth-of-type(96){-webkit-animation-name:rain-96;animation-name:rain-96;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:15%;opacity:.78;top:-58%;-webkit-transform:rotate(35deg);transform:rotate(35deg)}@-webkit-keyframes rain-96{0%{left:15%;opacity:.78;top:-58%}to{opacity:0;top:98%}}@keyframes rain-96{0%{left:15%;opacity:.78;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(97){-webkit-animation-name:rain-97;animation-name:rain-97;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:91%;opacity:1;top:-100%;-webkit-transform:rotate(28deg);transform:rotate(28deg)}@-webkit-keyframes rain-97{0%{left:91%;opacity:1;top:-100%}to{opacity:0;top:140%}}@keyframes rain-97{0%{left:91%;opacity:1;top:-100%}to{opacity:0;top:140%}}.donateHolder .rain:nth-of-type(98){-webkit-animation-name:rain-98;animation-name:rain-98;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:52%;opacity:.93;top:-88%;-webkit-transform:rotate(41deg);transform:rotate(41deg)}@-webkit-keyframes rain-98{0%{left:52%;opacity:.93;top:-88%}to{opacity:0;top:128%}}@keyframes rain-98{0%{left:52%;opacity:.93;top:-88%}to{opacity:0;top:128%}}.donateHolder .rain:nth-of-type(99){-webkit-animation-name:rain-99;animation-name:rain-99;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:64%;opacity:.86;top:-95%;-webkit-transform:rotate(75deg);transform:rotate(75deg)}@-webkit-keyframes rain-99{0%{left:64%;opacity:.86;top:-95%}to{opacity:0;top:135%}}@keyframes rain-99{0%{left:64%;opacity:.86;top:-95%}to{opacity:0;top:135%}}.donateHolder .rain:nth-of-type(100){-webkit-animation-name:rain-100;animation-name:rain-100;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:7%;opacity:1;top:-89%;-webkit-transform:rotate(18deg);transform:rotate(18deg)}@-webkit-keyframes rain-100{0%{left:7%;opacity:1;top:-89%}to{opacity:0;top:129%}}@keyframes rain-100{0%{left:7%;opacity:1;top:-89%}to{opacity:0;top:129%}}.donateHolder .rain:nth-of-type(101){-webkit-animation-name:rain-101;animation-name:rain-101;-webkit-animation-delay:21.2s;animation-delay:21.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:77%;opacity:.73;top:-68%;-webkit-transform:rotate(51deg);transform:rotate(51deg)}@-webkit-keyframes rain-101{0%{left:77%;opacity:.73;top:-68%}to{opacity:0;top:108%}}@keyframes rain-101{0%{left:77%;opacity:.73;top:-68%}to{opacity:0;top:108%}}.donateHolder .rain:nth-of-type(102){-webkit-animation-name:rain-102;animation-name:rain-102;-webkit-animation-delay:11.2s;animation-delay:11.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:61%;opacity:1;top:-63%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@-webkit-keyframes rain-102{0%{left:61%;opacity:1;top:-63%}to{opacity:0;top:103%}}@keyframes rain-102{0%{left:61%;opacity:1;top:-63%}to{opacity:0;top:103%}}.donateHolder .rain:nth-of-type(103){-webkit-animation-name:rain-103;animation-name:rain-103;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:65%;opacity:1;top:-90%;-webkit-transform:rotate(80deg);transform:rotate(80deg)}@-webkit-keyframes rain-103{0%{left:65%;opacity:1;top:-90%}to{opacity:0;top:130%}}@keyframes rain-103{0%{left:65%;opacity:1;top:-90%}to{opacity:0;top:130%}}.donateHolder .rain:nth-of-type(104){-webkit-animation-name:rain-104;animation-name:rain-104;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:25%;opacity:.6;top:-62%;-webkit-transform:rotate(86deg);transform:rotate(86deg)}@-webkit-keyframes rain-104{0%{left:25%;opacity:.6;top:-62%}to{opacity:0;top:102%}}@keyframes rain-104{0%{left:25%;opacity:.6;top:-62%}to{opacity:0;top:102%}}.donateHolder .rain:nth-of-type(105){-webkit-animation-name:rain-105;animation-name:rain-105;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:20%;opacity:1;top:-73%;-webkit-transform:rotate(40deg);transform:rotate(40deg)}@-webkit-keyframes rain-105{0%{left:20%;opacity:1;top:-73%}to{opacity:0;top:113%}}@keyframes rain-105{0%{left:20%;opacity:1;top:-73%}to{opacity:0;top:113%}}.donateHolder .rain:nth-of-type(106){-webkit-animation-name:rain-106;animation-name:rain-106;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:90%;opacity:.43;top:-88%;-webkit-transform:rotate(37deg);transform:rotate(37deg)}@-webkit-keyframes rain-106{0%{left:90%;opacity:.43;top:-88%}to{opacity:0;top:128%}}@keyframes rain-106{0%{left:90%;opacity:.43;top:-88%}to{opacity:0;top:128%}}.donateHolder .rain:nth-of-type(107){-webkit-animation-name:rain-107;animation-name:rain-107;-webkit-animation-delay:7.2s;animation-delay:7.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:17%;opacity:.61;top:-69%;-webkit-transform:rotate(74deg);transform:rotate(74deg)}@-webkit-keyframes rain-107{0%{left:17%;opacity:.61;top:-69%}to{opacity:0;top:109%}}@keyframes rain-107{0%{left:17%;opacity:.61;top:-69%}to{opacity:0;top:109%}}.donateHolder .rain:nth-of-type(108){-webkit-animation-name:rain-108;animation-name:rain-108;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:90%;opacity:1;top:-54%;-webkit-transform:rotate(18deg);transform:rotate(18deg)}@-webkit-keyframes rain-108{0%{left:90%;opacity:1;top:-54%}to{opacity:0;top:94%}}@keyframes rain-108{0%{left:90%;opacity:1;top:-54%}to{opacity:0;top:94%}}.donateHolder .rain:nth-of-type(109){-webkit-animation-name:rain-109;animation-name:rain-109;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:1%;opacity:.86;top:-98%;-webkit-transform:rotate(46deg);transform:rotate(46deg)}@-webkit-keyframes rain-109{0%{left:1%;opacity:.86;top:-98%}to{opacity:0;top:138%}}@keyframes rain-109{0%{left:1%;opacity:.86;top:-98%}to{opacity:0;top:138%}}.donateHolder .rain:nth-of-type(110){-webkit-animation-name:rain-110;animation-name:rain-110;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:86%;opacity:.51;top:-54%;-webkit-transform:rotate(88deg);transform:rotate(88deg)}@-webkit-keyframes rain-110{0%{left:86%;opacity:.51;top:-54%}to{opacity:0;top:94%}}@keyframes rain-110{0%{left:86%;opacity:.51;top:-54%}to{opacity:0;top:94%}}.donateHolder .rain:nth-of-type(111){-webkit-animation-name:rain-111;animation-name:rain-111;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:54%;opacity:.6;top:-71%;-webkit-transform:rotate(64deg);transform:rotate(64deg)}@-webkit-keyframes rain-111{0%{left:54%;opacity:.6;top:-71%}to{opacity:0;top:111%}}@keyframes rain-111{0%{left:54%;opacity:.6;top:-71%}to{opacity:0;top:111%}}.donateHolder .rain:nth-of-type(112){-webkit-animation-name:rain-112;animation-name:rain-112;-webkit-animation-delay:8.2s;animation-delay:8.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:4%;opacity:1;top:-58%;-webkit-transform:rotate(53deg);transform:rotate(53deg)}@-webkit-keyframes rain-112{0%{left:4%;opacity:1;top:-58%}to{opacity:0;top:98%}}@keyframes rain-112{0%{left:4%;opacity:1;top:-58%}to{opacity:0;top:98%}}.donateHolder .rain:nth-of-type(113){-webkit-animation-name:rain-113;animation-name:rain-113;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:89%;opacity:.34;top:-84%;-webkit-transform:rotate(58deg);transform:rotate(58deg)}@-webkit-keyframes rain-113{0%{left:89%;opacity:.34;top:-84%}to{opacity:0;top:124%}}@keyframes rain-113{0%{left:89%;opacity:.34;top:-84%}to{opacity:0;top:124%}}.donateHolder .rain:nth-of-type(114){-webkit-animation-name:rain-114;animation-name:rain-114;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:24%;opacity:.33;top:-55%;-webkit-transform:rotate(78deg);transform:rotate(78deg)}@-webkit-keyframes rain-114{0%{left:24%;opacity:.33;top:-55%}to{opacity:0;top:95%}}@keyframes rain-114{0%{left:24%;opacity:.33;top:-55%}to{opacity:0;top:95%}}.donateHolder .rain:nth-of-type(115){-webkit-animation-name:rain-115;animation-name:rain-115;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:19%;opacity:.6;top:-83%;-webkit-transform:rotate(18deg);transform:rotate(18deg)}@-webkit-keyframes rain-115{0%{left:19%;opacity:.6;top:-83%}to{opacity:0;top:123%}}@keyframes rain-115{0%{left:19%;opacity:.6;top:-83%}to{opacity:0;top:123%}}.donateHolder .rain:nth-of-type(116){-webkit-animation-name:rain-116;animation-name:rain-116;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:11%;opacity:.83;top:-63%;-webkit-transform:rotate(21deg);transform:rotate(21deg)}@-webkit-keyframes rain-116{0%{left:11%;opacity:.83;top:-63%}to{opacity:0;top:103%}}@keyframes rain-116{0%{left:11%;opacity:.83;top:-63%}to{opacity:0;top:103%}}.donateHolder .rain:nth-of-type(117){-webkit-animation-name:rain-117;animation-name:rain-117;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:22%;opacity:.97;top:-67%;-webkit-transform:rotate(82deg);transform:rotate(82deg)}@-webkit-keyframes rain-117{0%{left:22%;opacity:.97;top:-67%}to{opacity:0;top:107%}}@keyframes rain-117{0%{left:22%;opacity:.97;top:-67%}to{opacity:0;top:107%}}.donateHolder .rain:nth-of-type(118){-webkit-animation-name:rain-118;animation-name:rain-118;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:17%;opacity:.61;top:-78%;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@-webkit-keyframes rain-118{0%{left:17%;opacity:.61;top:-78%}to{opacity:0;top:118%}}@keyframes rain-118{0%{left:17%;opacity:.61;top:-78%}to{opacity:0;top:118%}}.donateHolder .rain:nth-of-type(119){-webkit-animation-name:rain-119;animation-name:rain-119;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:53%;opacity:.97;top:-85%;-webkit-transform:rotate(56deg);transform:rotate(56deg)}@-webkit-keyframes rain-119{0%{left:53%;opacity:.97;top:-85%}to{opacity:0;top:125%}}@keyframes rain-119{0%{left:53%;opacity:.97;top:-85%}to{opacity:0;top:125%}}.donateHolder .rain:nth-of-type(120){-webkit-animation-name:rain-120;animation-name:rain-120;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:15%;opacity:.85;top:-69%;-webkit-transform:rotate(26deg);transform:rotate(26deg)}@-webkit-keyframes rain-120{0%{left:15%;opacity:.85;top:-69%}to{opacity:0;top:109%}}@keyframes rain-120{0%{left:15%;opacity:.85;top:-69%}to{opacity:0;top:109%}}.donateHolder .rain:nth-of-type(121){-webkit-animation-name:rain-121;animation-name:rain-121;-webkit-animation-delay:9.2s;animation-delay:9.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:77%;opacity:.52;top:-55%;-webkit-transform:rotate(6deg);transform:rotate(6deg)}@-webkit-keyframes rain-121{0%{left:77%;opacity:.52;top:-55%}to{opacity:0;top:95%}}@keyframes rain-121{0%{left:77%;opacity:.52;top:-55%}to{opacity:0;top:95%}}.donateHolder .rain:nth-of-type(122){-webkit-animation-name:rain-122;animation-name:rain-122;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:9s;animation-duration:9s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:5%;opacity:.82;top:-87%;-webkit-transform:rotate(60deg);transform:rotate(60deg)}@-webkit-keyframes rain-122{0%{left:5%;opacity:.82;top:-87%}to{opacity:0;top:127%}}@keyframes rain-122{0%{left:5%;opacity:.82;top:-87%}to{opacity:0;top:127%}}.donateHolder .rain:nth-of-type(123){-webkit-animation-name:rain-123;animation-name:rain-123;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:10%;opacity:.49;top:-93%;-webkit-transform:rotate(8deg);transform:rotate(8deg)}@-webkit-keyframes rain-123{0%{left:10%;opacity:.49;top:-93%}to{opacity:0;top:133%}}@keyframes rain-123{0%{left:10%;opacity:.49;top:-93%}to{opacity:0;top:133%}}.donateHolder .rain:nth-of-type(124){-webkit-animation-name:rain-124;animation-name:rain-124;-webkit-animation-delay:6.2s;animation-delay:6.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:5%;opacity:1;top:-87%;-webkit-transform:rotate(25deg);transform:rotate(25deg)}@-webkit-keyframes rain-124{0%{left:5%;opacity:1;top:-87%}to{opacity:0;top:127%}}@keyframes rain-124{0%{left:5%;opacity:1;top:-87%}to{opacity:0;top:127%}}.donateHolder .rain:nth-of-type(125){-webkit-animation-name:rain-125;animation-name:rain-125;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:86%;opacity:.93;top:-72%;-webkit-transform:rotate(66deg);transform:rotate(66deg)}@-webkit-keyframes rain-125{0%{left:86%;opacity:.93;top:-72%}to{opacity:0;top:112%}}@keyframes rain-125{0%{left:86%;opacity:.93;top:-72%}to{opacity:0;top:112%}}.donateHolder .rain:nth-of-type(126){-webkit-animation-name:rain-126;animation-name:rain-126;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:23%;opacity:.45;top:-82%;-webkit-transform:rotate(74deg);transform:rotate(74deg)}@-webkit-keyframes rain-126{0%{left:23%;opacity:.45;top:-82%}to{opacity:0;top:122%}}@keyframes rain-126{0%{left:23%;opacity:.45;top:-82%}to{opacity:0;top:122%}}.donateHolder .rain:nth-of-type(127){-webkit-animation-name:rain-127;animation-name:rain-127;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:80%;opacity:.43;top:-75%;-webkit-transform:rotate(29deg);transform:rotate(29deg)}@-webkit-keyframes rain-127{0%{left:80%;opacity:.43;top:-75%}to{opacity:0;top:115%}}@keyframes rain-127{0%{left:80%;opacity:.43;top:-75%}to{opacity:0;top:115%}}.donateHolder .rain:nth-of-type(128){-webkit-animation-name:rain-128;animation-name:rain-128;-webkit-animation-delay:3.2s;animation-delay:3.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:81%;opacity:.67;top:-98%;-webkit-transform:rotate(70deg);transform:rotate(70deg)}@-webkit-keyframes rain-128{0%{left:81%;opacity:.67;top:-98%}to{opacity:0;top:138%}}@keyframes rain-128{0%{left:81%;opacity:.67;top:-98%}to{opacity:0;top:138%}}.donateHolder .rain:nth-of-type(129){-webkit-animation-name:rain-129;animation-name:rain-129;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:61%;opacity:.94;top:-100%;-webkit-transform:rotate(59deg);transform:rotate(59deg)}@-webkit-keyframes rain-129{0%{left:61%;opacity:.94;top:-100%}to{opacity:0;top:140%}}@keyframes rain-129{0%{left:61%;opacity:.94;top:-100%}to{opacity:0;top:140%}}.donateHolder .rain:nth-of-type(130){-webkit-animation-name:rain-130;animation-name:rain-130;-webkit-animation-delay:2.2s;animation-delay:2.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:98%;opacity:1;top:-74%;-webkit-transform:rotate(54deg);transform:rotate(54deg)}@-webkit-keyframes rain-130{0%{left:98%;opacity:1;top:-74%}to{opacity:0;top:114%}}@keyframes rain-130{0%{left:98%;opacity:1;top:-74%}to{opacity:0;top:114%}}.donateHolder .rain:nth-of-type(131){-webkit-animation-name:rain-131;animation-name:rain-131;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.79;top:-51%;-webkit-transform:rotate(77deg);transform:rotate(77deg)}@-webkit-keyframes rain-131{0%{left:56%;opacity:.79;top:-51%}to{opacity:0;top:91%}}@keyframes rain-131{0%{left:56%;opacity:.79;top:-51%}to{opacity:0;top:91%}}.donateHolder .rain:nth-of-type(132){-webkit-animation-name:rain-132;animation-name:rain-132;-webkit-animation-delay:4.2s;animation-delay:4.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:62%;opacity:.49;top:-79%;-webkit-transform:rotate(36deg);transform:rotate(36deg)}@-webkit-keyframes rain-132{0%{left:62%;opacity:.49;top:-79%}to{opacity:0;top:119%}}@keyframes rain-132{0%{left:62%;opacity:.49;top:-79%}to{opacity:0;top:119%}}.donateHolder .rain:nth-of-type(133){-webkit-animation-name:rain-133;animation-name:rain-133;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:30%;opacity:1;top:-79%;-webkit-transform:rotate(66deg);transform:rotate(66deg)}@-webkit-keyframes rain-133{0%{left:30%;opacity:1;top:-79%}to{opacity:0;top:119%}}@keyframes rain-133{0%{left:30%;opacity:1;top:-79%}to{opacity:0;top:119%}}.donateHolder .rain:nth-of-type(134){-webkit-animation-name:rain-134;animation-name:rain-134;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:81%;opacity:1;top:-89%;-webkit-transform:rotate(75deg);transform:rotate(75deg)}@-webkit-keyframes rain-134{0%{left:81%;opacity:1;top:-89%}to{opacity:0;top:129%}}@keyframes rain-134{0%{left:81%;opacity:1;top:-89%}to{opacity:0;top:129%}}.donateHolder .rain:nth-of-type(135){-webkit-animation-name:rain-135;animation-name:rain-135;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:97%;opacity:.55;top:-93%;-webkit-transform:rotate(8deg);transform:rotate(8deg)}@-webkit-keyframes rain-135{0%{left:97%;opacity:.55;top:-93%}to{opacity:0;top:133%}}@keyframes rain-135{0%{left:97%;opacity:.55;top:-93%}to{opacity:0;top:133%}}.donateHolder .rain:nth-of-type(136){-webkit-animation-name:rain-136;animation-name:rain-136;-webkit-animation-delay:16.2s;animation-delay:16.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:3%;opacity:.45;top:-98%;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@-webkit-keyframes rain-136{0%{left:3%;opacity:.45;top:-98%}to{opacity:0;top:138%}}@keyframes rain-136{0%{left:3%;opacity:.45;top:-98%}to{opacity:0;top:138%}}.donateHolder .rain:nth-of-type(137){-webkit-animation-name:rain-137;animation-name:rain-137;-webkit-animation-delay:14.2s;animation-delay:14.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:19%;opacity:.67;top:-98%;-webkit-transform:rotate(85deg);transform:rotate(85deg)}@-webkit-keyframes rain-137{0%{left:19%;opacity:.67;top:-98%}to{opacity:0;top:138%}}@keyframes rain-137{0%{left:19%;opacity:.67;top:-98%}to{opacity:0;top:138%}}.donateHolder .rain:nth-of-type(138){-webkit-animation-name:rain-138;animation-name:rain-138;-webkit-animation-delay:15.2s;animation-delay:15.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:44%;opacity:1;top:-75%;-webkit-transform:rotate(65deg);transform:rotate(65deg)}@-webkit-keyframes rain-138{0%{left:44%;opacity:1;top:-75%}to{opacity:0;top:115%}}@keyframes rain-138{0%{left:44%;opacity:1;top:-75%}to{opacity:0;top:115%}}.donateHolder .rain:nth-of-type(139){-webkit-animation-name:rain-139;animation-name:rain-139;-webkit-animation-delay:12.2s;animation-delay:12.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:23%;opacity:1;top:-94%;-webkit-transform:rotate(47deg);transform:rotate(47deg)}@-webkit-keyframes rain-139{0%{left:23%;opacity:1;top:-94%}to{opacity:0;top:134%}}@keyframes rain-139{0%{left:23%;opacity:1;top:-94%}to{opacity:0;top:134%}}.donateHolder .rain:nth-of-type(140){-webkit-animation-name:rain-140;animation-name:rain-140;-webkit-animation-delay:5.2s;animation-delay:5.2s;-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:15%;opacity:1;top:-55%;-webkit-transform:rotate(32deg);transform:rotate(32deg)}@-webkit-keyframes rain-140{0%{left:15%;opacity:1;top:-55%}to{opacity:0;top:95%}}@keyframes rain-140{0%{left:15%;opacity:1;top:-55%}to{opacity:0;top:95%}}.donateHolder .rain:nth-of-type(141){-webkit-animation-name:rain-141;animation-name:rain-141;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:6%;opacity:.97;top:-57%;-webkit-transform:rotate(4deg);transform:rotate(4deg)}@-webkit-keyframes rain-141{0%{left:6%;opacity:.97;top:-57%}to{opacity:0;top:97%}}@keyframes rain-141{0%{left:6%;opacity:.97;top:-57%}to{opacity:0;top:97%}}.donateHolder .rain:nth-of-type(142){-webkit-animation-name:rain-142;animation-name:rain-142;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:75%;opacity:.95;top:-98%;-webkit-transform:rotate(32deg);transform:rotate(32deg)}@-webkit-keyframes rain-142{0%{left:75%;opacity:.95;top:-98%}to{opacity:0;top:138%}}@keyframes rain-142{0%{left:75%;opacity:.95;top:-98%}to{opacity:0;top:138%}}.donateHolder .rain:nth-of-type(143){-webkit-animation-name:rain-143;animation-name:rain-143;-webkit-animation-delay:13.2s;animation-delay:13.2s;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:4%;opacity:.32;top:-96%;-webkit-transform:rotate(53deg);transform:rotate(53deg)}@-webkit-keyframes rain-143{0%{left:4%;opacity:.32;top:-96%}to{opacity:0;top:136%}}@keyframes rain-143{0%{left:4%;opacity:.32;top:-96%}to{opacity:0;top:136%}}.donateHolder .rain:nth-of-type(144){-webkit-animation-name:rain-144;animation-name:rain-144;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:82%;opacity:.32;top:-86%;-webkit-transform:rotate(87deg);transform:rotate(87deg)}@-webkit-keyframes rain-144{0%{left:82%;opacity:.32;top:-86%}to{opacity:0;top:126%}}@keyframes rain-144{0%{left:82%;opacity:.32;top:-86%}to{opacity:0;top:126%}}.donateHolder .rain:nth-of-type(145){-webkit-animation-name:rain-145;animation-name:rain-145;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:56%;opacity:.74;top:-64%;-webkit-transform:rotate(64deg);transform:rotate(64deg)}@-webkit-keyframes rain-145{0%{left:56%;opacity:.74;top:-64%}to{opacity:0;top:104%}}@keyframes rain-145{0%{left:56%;opacity:.74;top:-64%}to{opacity:0;top:104%}}.donateHolder .rain:nth-of-type(146){-webkit-animation-name:rain-146;animation-name:rain-146;-webkit-animation-delay:17.2s;animation-delay:17.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:93%;opacity:1;top:-93%;-webkit-transform:rotate(48deg);transform:rotate(48deg)}@-webkit-keyframes rain-146{0%{left:93%;opacity:1;top:-93%}to{opacity:0;top:133%}}@keyframes rain-146{0%{left:93%;opacity:1;top:-93%}to{opacity:0;top:133%}}.donateHolder .rain:nth-of-type(147){-webkit-animation-name:rain-147;animation-name:rain-147;-webkit-animation-delay:20.2s;animation-delay:20.2s;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:86%;opacity:.5;top:-73%;-webkit-transform:rotate(3deg);transform:rotate(3deg)}@-webkit-keyframes rain-147{0%{left:86%;opacity:.5;top:-73%}to{opacity:0;top:113%}}@keyframes rain-147{0%{left:86%;opacity:.5;top:-73%}to{opacity:0;top:113%}}.donateHolder .rain:nth-of-type(148){-webkit-animation-name:rain-148;animation-name:rain-148;-webkit-animation-delay:10.2s;animation-delay:10.2s;-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:78%;opacity:.4;top:-53%;-webkit-transform:rotate(87deg);transform:rotate(87deg)}@-webkit-keyframes rain-148{0%{left:78%;opacity:.4;top:-53%}to{opacity:0;top:93%}}@keyframes rain-148{0%{left:78%;opacity:.4;top:-53%}to{opacity:0;top:93%}}.donateHolder .rain:nth-of-type(149){-webkit-animation-name:rain-149;animation-name:rain-149;-webkit-animation-delay:19.2s;animation-delay:19.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:58%;opacity:1;top:-77%;-webkit-transform:rotate(5deg);transform:rotate(5deg)}@-webkit-keyframes rain-149{0%{left:58%;opacity:1;top:-77%}to{opacity:0;top:117%}}@keyframes rain-149{0%{left:58%;opacity:1;top:-77%}to{opacity:0;top:117%}}.donateHolder .rain:nth-of-type(150){-webkit-animation-name:rain-150;animation-name:rain-150;-webkit-animation-delay:18.2s;animation-delay:18.2s;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;left:69%;opacity:.39;top:-85%;-webkit-transform:rotate(79deg);transform:rotate(79deg)}@-webkit-keyframes rain-150{0%{left:69%;opacity:.39;top:-85%}to{opacity:0;top:125%}}@keyframes rain-150{0%{left:69%;opacity:.39;top:-85%}to{opacity:0;top:125%}}.donateHolder .haloFloats{top:0;left:0;position:absolute;overflow:hidden;width:100vw;height:100vh}.donateHolder .haloFloats .halo{position:absolute;font-weight:700;font-size:44px;color:#f12323;text-shadow:rgba(0,0,0,.5) 0 0 2px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.donateHolder .haloFloats .halo:first-of-type{-webkit-animation-name:halo-1;animation-name:halo-1;-webkit-animation-delay:8s;animation-delay:8s;top:40%;left:-10%;opacity:0}@-webkit-keyframes halo-1{0%{top:40%;left:-10%;opacity:0}to{top:60%;left:110%;opacity:1}}@keyframes halo-1{0%{top:40%;left:-10%;opacity:0}to{top:60%;left:110%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(2){-webkit-animation-name:halo-2;animation-name:halo-2;-webkit-animation-delay:8.5s;animation-delay:8.5s;top:-10%;left:40%;opacity:0}@-webkit-keyframes halo-2{0%{top:-10%;left:40%;opacity:0}to{top:110%;left:60%;opacity:1}}@keyframes halo-2{0%{top:-10%;left:40%;opacity:0}to{top:110%;left:60%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(3){-webkit-animation-name:halo-3;animation-name:halo-3;-webkit-animation-delay:9s;animation-delay:9s;top:10%;left:110%;opacity:0}@-webkit-keyframes halo-3{0%{top:10%;left:110%;opacity:0}to{top:70%;left:-10%;opacity:1}}@keyframes halo-3{0%{top:10%;left:110%;opacity:0}to{top:70%;left:-10%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(4){-webkit-animation-name:halo-4;animation-name:halo-4;-webkit-animation-delay:9.5s;animation-delay:9.5s;top:110%;left:30%;opacity:0}@-webkit-keyframes halo-4{0%{top:110%;left:30%;opacity:0}to{top:-10%;left:60%;opacity:1}}@keyframes halo-4{0%{top:110%;left:30%;opacity:0}to{top:-10%;left:60%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(5){-webkit-animation-name:halo-5;animation-name:halo-5;-webkit-animation-delay:10s;animation-delay:10s;top:10%;left:-10%;opacity:0}@-webkit-keyframes halo-5{0%{top:10%;left:-10%;opacity:0}to{top:90%;left:110%;opacity:1}}@keyframes halo-5{0%{top:10%;left:-10%;opacity:0}to{top:90%;left:110%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(6){-webkit-animation-name:halo-6;animation-name:halo-6;-webkit-animation-delay:10.5s;animation-delay:10.5s;top:-10%;left:80%;opacity:0}@-webkit-keyframes halo-6{0%{top:-10%;left:80%;opacity:0}to{top:110%;left:20%;opacity:1}}@keyframes halo-6{0%{top:-10%;left:80%;opacity:0}to{top:110%;left:20%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(7){-webkit-animation-name:halo-7;animation-name:halo-7;-webkit-animation-delay:11s;animation-delay:11s;top:110%;left:80%;opacity:0}@-webkit-keyframes halo-7{0%{top:110%;left:80%;opacity:0}to{top:-10%;left:30%;opacity:1}}@keyframes halo-7{0%{top:110%;left:80%;opacity:0}to{top:-10%;left:30%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(8){-webkit-animation-name:halo-8;animation-name:halo-8;-webkit-animation-delay:11.5s;animation-delay:11.5s;top:40%;left:110%;opacity:0}@-webkit-keyframes halo-8{0%{top:40%;left:110%;opacity:0}to{top:70%;left:-10%;opacity:1}}@keyframes halo-8{0%{top:40%;left:110%;opacity:0}to{top:70%;left:-10%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(9){-webkit-animation-name:halo-9,flash;animation-name:halo-9,flash;-webkit-animation-delay:11.8s,12.8s;animation-delay:11.8s,12.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:26%;left:47%;opacity:0}@-webkit-keyframes halo-9{0%{top:26%;left:47%;opacity:0}to{top:46%;left:6%;opacity:1}}@keyframes halo-9{0%{top:26%;left:47%;opacity:0}to{top:46%;left:6%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(10){-webkit-animation-name:halo-10,flash;animation-name:halo-10,flash;-webkit-animation-delay:11.85s,12.85s;animation-delay:11.85s,12.85s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:36%;left:60%;opacity:0}@-webkit-keyframes halo-10{0%{top:36%;left:60%;opacity:0}to{top:88%;left:24%;opacity:1}}@keyframes halo-10{0%{top:36%;left:60%;opacity:0}to{top:88%;left:24%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(11){-webkit-animation-name:halo-11,flash;animation-name:halo-11,flash;-webkit-animation-delay:11.9s,12.9s;animation-delay:11.9s,12.9s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:66%;left:40%;opacity:0}@-webkit-keyframes halo-11{0%{top:66%;left:40%;opacity:0}to{top:89%;left:79%;opacity:1}}@keyframes halo-11{0%{top:66%;left:40%;opacity:0}to{top:89%;left:79%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(12){-webkit-animation-name:halo-12,flash;animation-name:halo-12,flash;-webkit-animation-delay:11.95s,12.95s;animation-delay:11.95s,12.95s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:17%;left:62%;opacity:0}@-webkit-keyframes halo-12{0%{top:17%;left:62%;opacity:0}to{top:77%;left:11%;opacity:1}}@keyframes halo-12{0%{top:17%;left:62%;opacity:0}to{top:77%;left:11%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(13){-webkit-animation-name:halo-13,flash;animation-name:halo-13,flash;-webkit-animation-delay:12s,13s;animation-delay:12s,13s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:32%;left:21%;opacity:0}@-webkit-keyframes halo-13{0%{top:32%;left:21%;opacity:0}to{top:47%;left:23%;opacity:1}}@keyframes halo-13{0%{top:32%;left:21%;opacity:0}to{top:47%;left:23%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(14){-webkit-animation-name:halo-14,flash;animation-name:halo-14,flash;-webkit-animation-delay:12.05s,13.05s;animation-delay:12.05s,13.05s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:57%;left:46%;opacity:0}@-webkit-keyframes halo-14{0%{top:57%;left:46%;opacity:0}to{top:62%;left:77%;opacity:1}}@keyframes halo-14{0%{top:57%;left:46%;opacity:0}to{top:62%;left:77%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(15){-webkit-animation-name:halo-15,flash;animation-name:halo-15,flash;-webkit-animation-delay:12.1s,13.1s;animation-delay:12.1s,13.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:80%;left:18%;opacity:0}@-webkit-keyframes halo-15{0%{top:80%;left:18%;opacity:0}to{top:30%;left:8%;opacity:1}}@keyframes halo-15{0%{top:80%;left:18%;opacity:0}to{top:30%;left:8%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(16){-webkit-animation-name:halo-16,flash;animation-name:halo-16,flash;-webkit-animation-delay:12.15s,13.15s;animation-delay:12.15s,13.15s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:92%;left:51%;opacity:0}@-webkit-keyframes halo-16{0%{top:92%;left:51%;opacity:0}to{top:19%;left:25%;opacity:1}}@keyframes halo-16{0%{top:92%;left:51%;opacity:0}to{top:19%;left:25%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(17){-webkit-animation-name:halo-17,flash;animation-name:halo-17,flash;-webkit-animation-delay:12.2s,13.2s;animation-delay:12.2s,13.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:31%;left:84%;opacity:0}@-webkit-keyframes halo-17{0%{top:31%;left:84%;opacity:0}to{top:7%;left:83%;opacity:1}}@keyframes halo-17{0%{top:31%;left:84%;opacity:0}to{top:7%;left:83%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(18){-webkit-animation-name:halo-18,flash;animation-name:halo-18,flash;-webkit-animation-delay:12.25s,13.25s;animation-delay:12.25s,13.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:24%;left:95%;opacity:0}@-webkit-keyframes halo-18{0%{top:24%;left:95%;opacity:0}to{top:48%;left:78%;opacity:1}}@keyframes halo-18{0%{top:24%;left:95%;opacity:0}to{top:48%;left:78%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(19){-webkit-animation-name:halo-19,flash;animation-name:halo-19,flash;-webkit-animation-delay:12.3s,13.3s;animation-delay:12.3s,13.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:2%;left:66%;opacity:0}@-webkit-keyframes halo-19{0%{top:2%;left:66%;opacity:0}to{top:17%;left:8%;opacity:1}}@keyframes halo-19{0%{top:2%;left:66%;opacity:0}to{top:17%;left:8%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(20){-webkit-animation-name:halo-20,flash;animation-name:halo-20,flash;-webkit-animation-delay:12.35s,13.35s;animation-delay:12.35s,13.35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:89%;left:100%;opacity:0}@-webkit-keyframes halo-20{0%{top:89%;left:100%;opacity:0}to{top:89%;left:4%;opacity:1}}@keyframes halo-20{0%{top:89%;left:100%;opacity:0}to{top:89%;left:4%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(21){-webkit-animation-name:halo-21,flash;animation-name:halo-21,flash;-webkit-animation-delay:12.4s,13.4s;animation-delay:12.4s,13.4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:50%;left:86%;opacity:0}@-webkit-keyframes halo-21{0%{top:50%;left:86%;opacity:0}to{top:26%;left:87%;opacity:1}}@keyframes halo-21{0%{top:50%;left:86%;opacity:0}to{top:26%;left:87%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(22){-webkit-animation-name:halo-22,flash;animation-name:halo-22,flash;-webkit-animation-delay:12.45s,13.45s;animation-delay:12.45s,13.45s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:46%;left:91%;opacity:0}@-webkit-keyframes halo-22{0%{top:46%;left:91%;opacity:0}to{top:65%;left:6%;opacity:1}}@keyframes halo-22{0%{top:46%;left:91%;opacity:0}to{top:65%;left:6%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(23){-webkit-animation-name:halo-23,flash;animation-name:halo-23,flash;-webkit-animation-delay:12.5s,13.5s;animation-delay:12.5s,13.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:95%;left:99%;opacity:0}@-webkit-keyframes halo-23{0%{top:95%;left:99%;opacity:0}to{top:78%;left:78%;opacity:1}}@keyframes halo-23{0%{top:95%;left:99%;opacity:0}to{top:78%;left:78%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(24){-webkit-animation-name:halo-24,flash;animation-name:halo-24,flash;-webkit-animation-delay:12.55s,13.55s;animation-delay:12.55s,13.55s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:44%;left:80%;opacity:0}@-webkit-keyframes halo-24{0%{top:44%;left:80%;opacity:0}to{top:84%;left:89%;opacity:1}}@keyframes halo-24{0%{top:44%;left:80%;opacity:0}to{top:84%;left:89%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(25){-webkit-animation-name:halo-25,flash;animation-name:halo-25,flash;-webkit-animation-delay:12.6s,13.6s;animation-delay:12.6s,13.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:94%;left:33%;opacity:0}@-webkit-keyframes halo-25{0%{top:94%;left:33%;opacity:0}to{top:4%;left:14%;opacity:1}}@keyframes halo-25{0%{top:94%;left:33%;opacity:0}to{top:4%;left:14%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(26){-webkit-animation-name:halo-26,flash;animation-name:halo-26,flash;-webkit-animation-delay:12.65s,13.65s;animation-delay:12.65s,13.65s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:94%;left:26%;opacity:0}@-webkit-keyframes halo-26{0%{top:94%;left:26%;opacity:0}to{top:64%;left:25%;opacity:1}}@keyframes halo-26{0%{top:94%;left:26%;opacity:0}to{top:64%;left:25%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(27){-webkit-animation-name:halo-27,flash;animation-name:halo-27,flash;-webkit-animation-delay:12.7s,13.7s;animation-delay:12.7s,13.7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:97%;left:49%;opacity:0}@-webkit-keyframes halo-27{0%{top:97%;left:49%;opacity:0}to{top:39%;left:90%;opacity:1}}@keyframes halo-27{0%{top:97%;left:49%;opacity:0}to{top:39%;left:90%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(28){-webkit-animation-name:halo-28,flash;animation-name:halo-28,flash;-webkit-animation-delay:12.75s,13.75s;animation-delay:12.75s,13.75s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:20%;left:84%;opacity:0}@-webkit-keyframes halo-28{0%{top:20%;left:84%;opacity:0}to{top:36%;left:19%;opacity:1}}@keyframes halo-28{0%{top:20%;left:84%;opacity:0}to{top:36%;left:19%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(29){-webkit-animation-name:halo-29,flash;animation-name:halo-29,flash;-webkit-animation-delay:12.8s,13.8s;animation-delay:12.8s,13.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:23%;left:21%;opacity:0}@-webkit-keyframes halo-29{0%{top:23%;left:21%;opacity:0}to{top:56%;left:88%;opacity:1}}@keyframes halo-29{0%{top:23%;left:21%;opacity:0}to{top:56%;left:88%;opacity:1}}.donateHolder .haloFloats .halo:nth-of-type(30){-webkit-animation-name:halo-30,flash;animation-name:halo-30,flash;-webkit-animation-delay:12.85s,13.85s;animation-delay:12.85s,13.85s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;top:29%;left:59%;opacity:0}@-webkit-keyframes halo-30{0%{top:29%;left:59%;opacity:0}to{top:90%;left:14%;opacity:1}}@keyframes halo-30{0%{top:29%;left:59%;opacity:0}to{top:90%;left:14%;opacity:1}}.donateHolder .holymoly{top:0;left:0;position:absolute;overflow:hidden;width:100vw;height:100vh}.donateHolder .holymoly .holy{position:absolute;font-family:"Permanent Marker",cursive;font-weight:700;font-size:95px;color:#f12323;text-shadow:rgba(0,0,0,.5) 0 0 2px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.donateHolder .holymoly .holy:first-of-type{-webkit-animation-name:fadeIn,fadeOut,fadeIn,fadeOut;animation-name:fadeIn,fadeOut,fadeIn,fadeOut;-webkit-animation-delay:0s,1.7s,8s,9s;animation-delay:0s,1.7s,8s,9s;-webkit-animation-duration:.2s,3s,.2s,3s;animation-duration:.2s,3s,.2s,3s;-webkit-animation-iteration-count:1,1,1,1;animation-iteration-count:1,1,1,1;top:15%;left:15%;opacity:0;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.donateHolder .holymoly .holy:nth-of-type(2){-webkit-animation-name:fadeIn,holy-pulse-2;animation-name:fadeIn,holy-pulse-2;-webkit-animation-delay:14.3s,14.5s;animation-delay:14.3s,14.5s;-webkit-animation-duration:.2s,1s;animation-duration:.2s,1s;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-timing-function:ease,ease-in-out;animation-timing-function:ease,ease-in-out;top:5%;left:46%;opacity:0;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@-webkit-keyframes holy-pulse-2{0%{-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(15deg);transform:translateX(-6px) rotateY(-9deg) rotate(15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(15deg);transform:translateX(5px) rotateY(7deg) rotate(15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(15deg);transform:translateX(-3px) rotateY(-5deg) rotate(15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(15deg);transform:translateX(2px) rotateY(3deg) rotate(15deg)}50%{-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}}@keyframes holy-pulse-2{0%{-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(15deg);transform:translateX(-6px) rotateY(-9deg) rotate(15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(15deg);transform:translateX(5px) rotateY(7deg) rotate(15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(15deg);transform:translateX(-3px) rotateY(-5deg) rotate(15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(15deg);transform:translateX(2px) rotateY(3deg) rotate(15deg)}50%{-webkit-transform:translateX(0) rotate(15deg);transform:translateX(0) rotate(15deg)}}.donateHolder .holymoly .holy:nth-of-type(3){-webkit-animation-name:fadeIn,fadeOut,fadeIn,fadeOut;animation-name:fadeIn,fadeOut,fadeIn,fadeOut;-webkit-animation-delay:.2s,1.7s,8.3s,9s;animation-delay:.2s,1.7s,8.3s,9s;-webkit-animation-duration:.2s,3s,.2s,3s;animation-duration:.2s,3s,.2s,3s;-webkit-animation-iteration-count:1,1,1,1;animation-iteration-count:1,1,1,1;top:25%;left:80%;opacity:0;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.donateHolder .holymoly .holy:nth-of-type(4){-webkit-animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-4;animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-4;-webkit-animation-delay:.7s,1.7s,14.7s,14.9s;animation-delay:.7s,1.7s,14.7s,14.9s;-webkit-animation-duration:.2s,3s,.2s,1s;animation-duration:.2s,3s,.2s,1s;-webkit-animation-iteration-count:1,1,1,infinite;animation-iteration-count:1,1,1,infinite;-webkit-animation-timing-function:ease,ease,ease,ease-in-out;animation-timing-function:ease,ease,ease,ease-in-out;top:60%;left:10%;opacity:0;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}@-webkit-keyframes holy-pulse-4{0%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(-15deg);transform:translateX(-6px) rotateY(-9deg) rotate(-15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(-15deg);transform:translateX(5px) rotateY(7deg) rotate(-15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(-15deg);transform:translateX(-3px) rotateY(-5deg) rotate(-15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(-15deg);transform:translateX(2px) rotateY(3deg) rotate(-15deg)}50%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}}@keyframes holy-pulse-4{0%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(-15deg);transform:translateX(-6px) rotateY(-9deg) rotate(-15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(-15deg);transform:translateX(5px) rotateY(7deg) rotate(-15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(-15deg);transform:translateX(-3px) rotateY(-5deg) rotate(-15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(-15deg);transform:translateX(2px) rotateY(3deg) rotate(-15deg)}50%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}}.donateHolder .holymoly .holy:nth-of-type(5){-webkit-animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-5;animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-5;-webkit-animation-delay:.9s,1.7s,15.2s,15.4s;animation-delay:.9s,1.7s,15.2s,15.4s;-webkit-animation-duration:.2s,3s,.2s,1s;animation-duration:.2s,3s,.2s,1s;-webkit-animation-iteration-count:1,1,1,infinite;animation-iteration-count:1,1,1,infinite;-webkit-animation-timing-function:ease,ease,ease,ease-in-out;animation-timing-function:ease,ease,ease,ease-in-out;top:75%;left:70%;opacity:0;-webkit-transform:rotate(20deg);transform:rotate(20deg)}@-webkit-keyframes holy-pulse-5{0%{-webkit-transform:translateX(0) rotate(20deg);transform:translateX(0) rotate(20deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(20deg);transform:translateX(-6px) rotateY(-9deg) rotate(20deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(20deg);transform:translateX(5px) rotateY(7deg) rotate(20deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(20deg);transform:translateX(-3px) rotateY(-5deg) rotate(20deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(20deg);transform:translateX(2px) rotateY(3deg) rotate(20deg)}50%{-webkit-transform:translateX(0) rotate(20deg);transform:translateX(0) rotate(20deg)}}@keyframes holy-pulse-5{0%{-webkit-transform:translateX(0) rotate(20deg);transform:translateX(0) rotate(20deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(20deg);transform:translateX(-6px) rotateY(-9deg) rotate(20deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(20deg);transform:translateX(5px) rotateY(7deg) rotate(20deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(20deg);transform:translateX(-3px) rotateY(-5deg) rotate(20deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(20deg);transform:translateX(2px) rotateY(3deg) rotate(20deg)}50%{-webkit-transform:translateX(0) rotate(20deg);transform:translateX(0) rotate(20deg)}}.donateHolder .holymoly .holy:nth-of-type(6){-webkit-animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-6;animation-name:fadeIn,fadeOut,fadeIn,holy-pulse-6;-webkit-animation-delay:1.1s,1.7s,15.6s,15.8s;animation-delay:1.1s,1.7s,15.6s,15.8s;-webkit-animation-duration:.2s,3s,.2s,1s;animation-duration:.2s,3s,.2s,1s;-webkit-animation-iteration-count:1,1,1,infinite;animation-iteration-count:1,1,1,infinite;-webkit-animation-timing-function:ease,ease,ease,ease-in-out;animation-timing-function:ease,ease,ease,ease-in-out;top:85%;left:40%;opacity:0;-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}@-webkit-keyframes holy-pulse-6{0%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(-15deg);transform:translateX(-6px) rotateY(-9deg) rotate(-15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(-15deg);transform:translateX(5px) rotateY(7deg) rotate(-15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(-15deg);transform:translateX(-3px) rotateY(-5deg) rotate(-15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(-15deg);transform:translateX(2px) rotateY(3deg) rotate(-15deg)}50%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}}@keyframes holy-pulse-6{0%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg) rotate(-15deg);transform:translateX(-6px) rotateY(-9deg) rotate(-15deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg) rotate(-15deg);transform:translateX(5px) rotateY(7deg) rotate(-15deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg) rotate(-15deg);transform:translateX(-3px) rotateY(-5deg) rotate(-15deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg) rotate(-15deg);transform:translateX(2px) rotateY(3deg) rotate(-15deg)}50%{-webkit-transform:translateX(0) rotate(-15deg);transform:translateX(0) rotate(-15deg)}}.donateHolder .donate{display:flex;flex-direction:column;align-items:center;overflow:hidden}.donateHolder .donate .text,.donateHolder .donate .user{text-align:center}.donateHolder .donate .user{margin-top:10px;font-size:50px;font-weight:700;line-height:1em;font-style:italic;padding:15px}.donateHolder .donate .user.traffic{color:#6f0abd;text-shadow:#fff 0 0 4px}.donateHolder .donate .text{overflow:hidden;max-width:30vw;margin-top:15px;font-size:40px;font-weight:700;color:#fff;text-shadow:#000 0 0 4px;text-align:center;word-break:break-word;text-overflow:ellipsis;line-height:1.3em}.donateHolder .donate.first{max-width:50vw;max-height:80vh}.donateHolder .donate.first .image{width:303px;border-radius:10px}.donateHolder .donate.first .user{color:#1bcedb;text-shadow:#000 0 0 4px;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s}.donateHolder .donate.second{max-width:50vw;flex-direction:row;flex-wrap:wrap;justify-content:center}.donateHolder .donate.second .image{width:43%;flex:0 0 43%}.donateHolder .donate.second .user{flex:0 0 57%;color:#f37f27;text-shadow:#000 0 0 4px;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s}.donateHolder .donate.second .text{flex:0 0 100%;max-width:100%}.donateHolder .donate.third{max-width:50vw;max-height:80vh}.donateHolder .donate.third .image{max-height:300px;border-radius:10px}.donateHolder .donate.third .user{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s;color:#000;text-shadow:#fff 0 0 4px}.donateHolder .donate.fourth{max-width:50vw;max-height:80vh;-webkit-animation-delay:1.8s;animation-delay:1.8s}.donateHolder .donate.fourth .image{max-height:400px}.donateHolder .donate.fourth .user{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s;color:#3dc61e;text-shadow:#000 0 0 4px}.donateHolder .donate.fifth{max-width:50vw;max-height:70vh;-webkit-animation-name:holy-slideInDown;animation-name:holy-slideInDown;-webkit-animation-delay:1.55s;animation-delay:1.55s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0)}@-webkit-keyframes holy-slideInDown{0%{-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes holy-slideInDown{0%{-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.donateHolder .donate.fifth .image{max-height:300px}.donateHolder .donate.fifth .user{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s;max-width:99.9%;margin-top:-50px;font-size:38px;color:#34cc1d;text-shadow:#000 0 0 4px}.donateHolder .donate.fifth .user .amount,.donateHolder .donate.fifth .user .nickname{color:#f12323;text-shadow:#000 0 0 4px}.donateHolder .donate.sixth{overflow:visible;overflow:initial;max-width:60vw;max-height:70vh}.donateHolder .donate.sixth .halo,.donateHolder .donate.sixth .haloTogether{font-weight:700;font-size:44px;color:#f12323;text-shadow:rgba(0,0,0,.5) 0 0 2px}.donateHolder .donate.sixth .halo.h1{-webkit-animation-delay:.35s;animation-delay:.35s;-webkit-animation-duration:.3s;animation-duration:.3s}.donateHolder .donate.sixth .halo.h2{-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-duration:.3s;animation-duration:.3s}.donateHolder .donate.sixth .haloTogether{-webkit-animation-duration:1.5s;animation-duration:1.5s}.donateHolder .donate.sixth .haloTogether,.donateHolder .donate.sixth .lala{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.donateHolder .donate.sixth .lala{-webkit-animation-duration:1s;animation-duration:1s;display:block}.donateHolder .donate.sixth .image{max-width:70%;width:403px;border-radius:10px;-webkit-animation-delay:2s;animation-delay:2s}.donateHolder .donate.sixth .user{color:#aeb314;text-shadow:#000 0 0 3px;-webkit-animation:fadeInUpBig 1s 2.4s both;animation:fadeInUpBig 1s 2.4s both}.donateHolder .donate.sixth .text{-webkit-animation-delay:2.4s;animation-delay:2.4s}.donateHolder .donate.seventh{max-width:50vw;max-height:80vh;-webkit-animation-delay:13s;animation-delay:13s}.donateHolder .donate.seventh .coZaPojeb{font-weight:700;font-size:44px;color:#f12323;text-shadow:rgba(0,0,0,.5) 0 0 2px;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.donateHolder .donate.seventh .coZaPojeb .co{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;-webkit-animation-delay:13.3s;animation-delay:13.3s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s}.donateHolder .donate.seventh .coZaPojeb .za{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;-webkit-animation-delay:13.9s;animation-delay:13.9s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s}.donateHolder .donate.seventh .coZaPojeb .pojeb{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;-webkit-animation-delay:14.5s;animation-delay:14.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s}.donateHolder .donate.seventh .image{max-width:70%;width:300px;border-radius:10px;-webkit-animation-delay:15s;animation-delay:15s}.donateHolder .donate.seventh .donateInfo{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;display:block}.donateHolder .donate.seventh .wtf{font-weight:700;font-size:44px;color:#f12323;text-shadow:rgba(0,0,0,.5) 0 0 2px}.donateHolder .donate.seventh .user{color:#aeb314;text-shadow:#000 0 0 3px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:15.7s;animation-delay:15.7s}.donateHolder .donate.seventh .text{-webkit-animation-delay:16.4s;animation-delay:16.4s}.subGoal{display:flex;align-items:center;justify-content:center;height:100%}.subGoal h1{font-size:16px}.subGoal .goal{position:relative}.subGoal .goal h5{font-size:82px;color:#e56ab3}.subGoal .goal .text,.subGoal .goal h5{text-align:center;text-shadow:#fff 0 0 4px}.subGoal .goal .text{font-weight:700;font-size:100px;color:#e040a1}.queue{display:flex;justify-content:center;flex-direction:column;padding-left:20px}.queue .queueString{font-size:65px;color:#e56ab3;text-shadow:#fff 0 0 4px}.queue .queueList{font-size:50px;list-style-position:inside}.queue .queueList .queueItem{color:#e040a1;text-shadow:#fff 0 0 4px}
/*# sourceMappingURL=main.0c7bd678.chunk.css.map */