@keyframes rotation-loader{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes flipSymbol{0%{transform:perspective(800px) scale3d(.85,.85,.85) translate3d(0,0,0) rotate3d(0,1,0,360deg);animation-timing-function:ease-out}40%{transform:perspective(800px) scale3d(.85,.85,.85) translate3d(0,0,150px) rotate3d(0,1,0,190deg);animation-timing-function:ease-out}50%{transform:perspective(800px) scale3d(.85,.85,.85) translate3d(0,0,150px) rotate3d(0,1,0,170deg);animation-timing-function:ease-in}80%{transform:perspective(800px) scale3d(.8,.8,.8) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(800px) scale3d(.85,.85,.85) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}@keyframes scaleSymbolGif{0%,25%,50%,to{opacity:1;transform:scale(1)}70%,85%{opacity:0;transform:scale(.7)}}@keyframes x2Anim{0%{opacity:0}to{opacity:1}}@-webkit-keyframes rotateLogo{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-3deg) scale(1.2)}50%{transform:rotate(0) scale(1.2)}75%{transform:rotate(3deg) scale(1.2)}}@keyframes scaleSymbol{0%,65%,80%,to{transform:scale(1)}20%,45%{transform:scale(1.1)}}@-webkit-keyframes pulseButton{0%,to{transform:scale(.95)}50%{transform:scale(1.05)}}@-webkit-keyframes movePerson{0%,to{transform:translateY(0)}50%{transform:translateY(-5em)}}@keyframes modalWinAnim{0%{transform:scale(0)}33%,to{transform:scale(1)}66%{transform:scale(.9)}}@keyframes modalWinLiveAnim{0%{transform:scale(1)}to{transform:scale(1.1)}}*,::after,::before{box-sizing:border-box}*{margin:0;padding:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}a{text-decoration:none!important}a:not([class]){text-decoration-skip-ink:auto}canvas,img,picture,svg,video{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transition:none}}body,html{height:100%;scroll-behavior:smooth}.hidden{display:none!important}.visible{display:flex!important}body{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.bottom__section-button span{height:auto}.bottom__section-button .button-loader{display:none}.bottom__section-button.is--link{display:flex;align-items:center;justify-content:center}.bottom__section-button.is--disabled{pointer-events:none}.bottom__section-button.is--disabled span{opacity:.2}.bottom__section-button.is--disabled .button-loader{display:flex}.button-loader{position:absolute;align-items:center;justify-content:center}.button-loader span{width:30px!important;height:30px!important;border:4px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-loader 1s linear infinite;opacity:1!important;margin-left:0!important;margin-right:0!important}.aaohhb,.button-loader,.effects__block{left:0;top:0;width:100%;height:100%}.aaohhb{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center;mix-blend-mode:screen}.effects__block{background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:center;position:fixed}img{width:100%}html{background:#a51f88;font-size:min(4.5px + 5.5*(100vw - 375px)/1545,10px)}@media (max-width:1023px){body{font-size:110%}}@media (max-width:420px){body{font-size:105%}}@media (max-width:1023px){.aaohgn{display:block;flex:unset;height:100%;padding:10em 16px}}@media (max-width:1023px) and (max-height:741px){.aaohgn{padding:5em 16px}}#slot,#slot #reels{position:relative;display:flex}#slot{align-items:center;justify-content:center;width:100%;margin:0 auto}#slot #reels:before,#slot .aaohgs{position:absolute;left:50%;transform:translate(-50%,-50%)}#slot .aaohgs{z-index:2;background-size:contain;background-position:center;background-repeat:no-repeat}@media (max-width:1023px){#slot .aaohgs{width:101%;height:101%;background-image:url(../img/frame-mobile.webp)}}#slot #reels{z-index:1;width:151em;height:91em;transform:scaleY(-1)}@media (max-width:1023px){#slot #reels{width:100%;height:auto;max-width:74em;aspect-ratio:1}}@media (max-width:399px){#slot #reels{font-size:90%}}#slot #reels:before{content:"";top:50%;height:100%;z-index:-1;background:linear-gradient(180deg,#1b1433 0,#201578 47%,#1a1331 73%);width:97%;background:url(../img/frame-bg.webp) center center/contain no-repeat}#slot #reels .aaohgt{position:relative;overflow:hidden;width:20%;height:100%}@media (max-width:1023px){#slot #reels .aaohgt{width:33.333%}}#slot #reels .icons{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}#slot #reels .symbol,#slot #reels .symbol .symbol-inner{position:relative}#slot #reels .symbol .symbol-inner img{transform:scaleY(-1) scale(.8)}#slot #reels .symbol.is--win.is--flip .symbol-inner{animation:2s flipSymbol ease-in-out infinite}#slot #reels .symbol.is--win.is--lightning::before,#slot #reels .symbol.is--win.is--x2::before{content:"";display:block;position:absolute;z-index:2;left:5%;top:5%;width:90%;height:90%;background-size:contain;background-position:center;background-repeat:no-repeat}#slot #reels .symbol.is--win.is--lightning::before{mix-blend-mode:plus-lighter;background-image:url(/assets/general/images/win-effects/win_lightning_effect.gif);animation:1.5s scaleSymbolGif linear infinite}#slot #reels .symbol.is--win .symbol-inner,#slot #reels .symbol.is--win.is--lightning .symbol-inner{animation:1.5s scaleSymbol linear infinite}#slot #reels .symbol.is--win.is--x2::before{background-image:url(/assets/general/images/win-effects/win_x2_effect.gif);transform:scaleY(-1);animation:.5s x2Anim linear}body{overflow-x:hidden;overflow-y:auto;font-size:min(4.5px + 5.5*(100vw - 375px)/1545,10px);font-style:normal;font-size:75%}@media (max-width:1023px){body{font-size:110%}}@media (max-width:420px){body{font-size:105%}}.aaohgh{background:linear-gradient(180deg,#681177 15.87%,#a51f88 100%)}.aaohgh .aaohgj{background:#1c2036;border:1px solid #fff}.aaohgh .aaohgj::before{background:#1c2036!important}.aaohgh .aaohgk,.aaohgl{position:relative;display:flex}.aaohgh .aaohgk{background:linear-gradient(90deg,#fcb203 0,#fffb88 100%);align-items:center}#slot #reels .symbol.is--win::before,.aaohgh .aaohgk:before{content:"";display:block;position:absolute;background-size:contain}.aaohgh .aaohgk:before{width:10em;height:10em;right:-5em}.aaohgl{min-height:100dvh;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;background-image:url(../img/page-bg.webp)}@media (max-width:1023px){.aaohgl{background-position:top center;background-image:url(../img/page-bg-mobile.webp)}}.aaohgn{position:relative;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;width:100%;padding:5em 16px;overflow:hidden}@media (max-width:1023px){.aaohgn{flex:unset;justify-content:flex-start;height:100%;padding:7em 16px;align-items:center}}.aaohgm{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;width:100%}.aaohgo,.aaohgy{position:relative}.aaohgo{z-index:9;width:47.2em;margin:0 auto;animation:3s rotateLogo ease-in-out infinite}.aaohgo,.aaohgo img{display:block}@media (max-width:1023px){#slot{margin:4em auto 0;padding:0 8em}}@media (max-width:1023px) and (max-height:741px){#slot{font-size:90%}}#slot .aaohgs{width:123%;height:123%;background-image:url(../img/frame.webp);top:50%}@media (max-width:1023px){#slot .aaohgs{top:44%;background-image:url(../img/frame-mobile.webp)}}#slot #reels{max-width:970px;max-height:600px;padding:0 2em}@media (max-width:1023px){#slot #reels{padding:0 1em}}@media (max-width:1023px){#slot #reels:before{width:105%;background:url(../img/frame-bg-mobile.webp) center center/contain no-repeat}}#slot #reels .symbol.is--win::before{z-index:2;left:0;top:0;width:100%;height:94%;background-position:center;background-repeat:no-repeat;mix-blend-mode:plus-lighter;background-image:url(../img/win-slot.gif);animation:1.5s scaleSymbol linear infinite}.aaohgy{display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:8;font-size:80%;width:100%;min-width:1px;margin-top:8em}@media (max-width:1023px){.aaohgy{font-size:100%;position:fixed;left:0;bottom:18em;margin-top:0}}.bottom__section-button{position:relative;display:flex;align-items:center;justify-content:center;height:14em;min-width:30px;background-color:transparent;background-repeat:repeat-x;background-size:contain;background-position:center;background-image:url(../img/button_middle.webp);outline:0;border:0;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.bottom__section-button:after,.bottom__section-button:before{content:"";position:absolute;top:0;bottom:0;width:20em;background-size:contain;background-repeat:no-repeat}.bottom__section-button:before{left:calc(-20em + 1px);background-position:right center;background-image:url(../img/button_left.webp)}.bottom__section-button:after{right:calc(-20em + 1px);background-position:left center;background-image:url(../img/button_right.webp)}.bottom__section-button:disabled{background-image:url(../img/button_disabled_middle.webp)}.bottom__section-button:disabled:before{background-image:url(../img/button_disabled_left.webp)}.bottom__section-button:disabled:after{background-image:url(../img/button_disabled_right.webp)}.bottom__section-button span{position:relative;z-index:3;padding:0 1.2em;margin-bottom:.15em;margin-left:-3em;margin-right:-3em;font-size:4.5em;color:#fff;text-shadow:0 3.215px 3.215px rgba(0,0,0,.25);text-align:center;text-decoration:none;text-transform:uppercase}.bottom__section-button.pulse{animation:2s pulseButton ease-in-out infinite}.aaohha,.is--modal-open #slot{display:none}.bottom__section-button .button-loader span{padding:0!important}.aaohgp{pointer-events:none;position:absolute;left:0;top:0;width:100%;height:100%}.aaohgq,.aaohgr{display:block;position:absolute;left:50%;top:50%;width:155.33em;aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(../img/effect-flare-1.webp);transform:translate(-50%,-50%)}.aaohgq{width:156em;aspect-ratio:1170/1077;background-image:url(../img/effect-shine-1.webp)}.aaohgu,.aaohgw{position:absolute;z-index:8;width:70.12em;bottom:-50%;animation:movePerson 2s ease-in-out infinite;animation-delay:1s;aspect-ratio:113/104}.aaohgu{left:max(0%,50% - 180em)}@media (max-width:1023px){.aaohgu{left:-10em;bottom:-45%}}@media (max-width:1023px) and (max-height:850px){.aaohgu{bottom:-50%}}@media (max-width:1023px) and (max-height:741px){.aaohgu{bottom:-60%}}.aaohgw{right:max(0%,50% - 180em)}@media (max-width:1023px){.aaohgw{display:none}}.aaohgx{transform:scale(-1,1)}.modal{padding:5em 16px!important;justify-content:space-between!important}@media (max-width:1023px){.modal{padding:7em 16px 15em!important}}.modal .modal__container{display:contents}@media (max-width:1023px){.modal .modal__container{display:flex}}.modal .modal__logo{width:47.2em;margin-bottom:6.8em;animation:3s rotateLogo ease-in-out infinite}@media (max-width:1023px){.modal .modal__logo{font-size:100%;margin-bottom:17em}}.modal .modal__content{margin-bottom:5em}.modal.is--active .modal__win{width:97.2em;margin-bottom:7.5em;animation:modalWinAnim 1s ease-in-out .2s forwards,modalWinLiveAnim 1.6s ease-in-out infinite alternate}.modal .modal__title{color:red;margin-bottom:0;text-shadow:0 -3px 1px #f9d023,-2px -2px 1px #f9d023,-1px -2px 1px #f9d023,0 -2px 1px #f9d023,1px -2px 1px #f9d023,2px -2px 1px #f9d023,-2px -1px 1px #f9d023,-1px -1px 1px #f9d023,0 -1px 1px #f9d023,1px -1px 1px #f9d023,2px -1px 1px #f9d023,-3px 0 1px #f9d023,-2px 0 1px #f9d023,-1px 0 1px #f9d023,0 0 1px #f9d023,1px 0 1px #f9d023,2px 0 1px #f9d023,3px 0 1px #f9d023,-2px 1px 1px #f9d023,-1px 1px 1px #f9d023,0 1px 1px #f9d023,1px 1px 1px #f9d023,2px 1px 1px #f9d023,-2px 2px 1px #f9d023,-1px 2px 1px #f9d023,0 2px 1px #f9d023,1px 2px 1px #f9d023,2px 2px 1px #f9d023,0 3px 1px #f9d023;-webkit-font-smoothing:antialiased}@media (max-width:1023px){.modal .modal__title{text-shadow:0 -2px 1px #f9d023,-1px -1px 1px #f9d023,0 -1px 1px #f9d023,1px -1px 1px #f9d023,-2px 0 1px #f9d023,-1px 0 1px #f9d023,0 0 1px #f9d023,1px 0 1px #f9d023,2px 0 1px #f9d023,-1px 1px 1px #f9d023,0 1px 1px #f9d023,1px 1px 1px #f9d023,0 2px 1px #f9d023;-webkit-font-smoothing:antialiased}}.modal .modal__text{font-size:7em;color:#0026ff;text-shadow:0 -3px 1px #ff2727,-2px -2px 1px #ff2727,-1px -2px 1px #ff2727,0 -2px 1px #ff2727,1px -2px 1px #ff2727,2px -2px 1px #ff2727,-2px -1px 1px #ff2727,-1px -1px 1px #ff2727,0 -1px 1px #ff2727,1px -1px 1px #ff2727,2px -1px 1px #ff2727,-3px 0 1px #ff2727,-2px 0 1px #ff2727,-1px 0 1px #ff2727,0 0 1px #ff2727,1px 0 1px #ff2727,2px 0 1px #ff2727,3px 0 1px #ff2727,-2px 1px 1px #ff2727,-1px 1px 1px #ff2727,0 1px 1px #ff2727,1px 1px 1px #ff2727,2px 1px 1px #ff2727,-2px 2px 1px #ff2727,-1px 2px 1px #ff2727,0 2px 1px #ff2727,1px 2px 1px #ff2727,2px 2px 1px #ff2727,0 3px 1px #ff2727;-webkit-font-smoothing:antialiased}@media (max-width:1023px){.modal .modal__text{text-shadow:0 -2px 1px #ff2727,-1px -1px 1px #ff2727,0 -1px 1px #ff2727,1px -1px 1px #ff2727,-2px 0 1px #ff2727,-1px 0 1px #ff2727,0 0 1px #ff2727,1px 0 1px #ff2727,2px 0 1px #ff2727,-1px 1px 1px #ff2727,0 1px 1px #ff2727,1px 1px 1px #ff2727,0 2px 1px #ff2727;-webkit-font-smoothing:antialiased}}.modal .modal__btn{font-size:80%}@media (max-width:1023px){.modal .modal__btn{font-size:100%}}.modal .modal__btn span{color:#fff;text-shadow:0 3.215px 3.215px rgba(0,0,0,.25)}.is--modal-open .aaohgo,.is--modal-open .aaohgy{z-index:0;opacity:0}.aaohhb{z-index:999!important}#bonus-inline{position:fixed}@media (max-width:1023px) and (max-height:741px){#bonus-inline{position:absolute;left:-200%;min-width:350px;transition:left 1s ease-out}#bonus-inline img{transform:unset;top:-20px}}#bonus-inline.is--active{background:linear-gradient(to bottom,#ffc61c,#d80000)}@media (max-width:1023px) and (max-height:741px){#bonus-inline.is--active{right:unset;left:50%;transform:translate(-50%,0);bottom:5px;transition:left 1s ease-out}}#bonus-inline.is--active p{background:linear-gradient(90deg,#e00,#e00);-webkit-background-clip:text}#bonus-inline.is--active svg path{stroke:#e00}.bonuses-wrapper h3{text-align:center}