@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}:root{--bs-font-sans-serif:"Poppins"!important}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, #ffffff26, #fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222, 226, 230;--bs-body-bg:#212529;--bs-body-bg-rgb:33, 37, 41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255, 255, 255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222, 226, 230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52, 58, 64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222, 226, 230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43, 48, 53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110, 168, 254;--bs-link-hover-color-rgb:139, 185, 254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.title-lg{letter-spacing:.0012em;font-size:44px;font-style:normal;font-weight:600;line-height:150%}@media (width<=1199px){.title-lg{font-size:26px}}.title{letter-spacing:.0012em;font-size:32px;font-style:normal;font-weight:600;line-height:150%}@media (width<=1199px){.title{font-size:24px}}.title-sm{letter-spacing:.0012em;font-size:24px;font-style:normal;font-weight:500;line-height:150%}.title-xs{letter-spacing:.0012em;font-size:20px;font-style:normal;font-weight:500;line-height:150%}@media (width<=1199px){.title-xs{font-size:18px}}.subtitle-lg{letter-spacing:.0012em;font-size:21px;font-style:normal;font-weight:500;line-height:150%}@media (width<=1199px){.subtitle-lg{font-size:16px}}.subtitle{letter-spacing:.0012em;font-size:18px;font-style:normal;font-weight:500;line-height:150%}@media (width<=1199px){.subtitle{font-size:16px}}.subtitle-sm{letter-spacing:.0012em;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.subtitle-xs{letter-spacing:.0012em;font-size:15px;font-style:normal;font-weight:500;line-height:150%}.tag-lg{letter-spacing:.0012em;font-size:15px;font-style:normal;font-weight:600;line-height:150%}p,li,a{letter-spacing:.0012em;font-size:.875rem;font-style:normal;line-height:150%}.font-full{color:#1b1701}.font-mid{color:#1b1701b3}.font-low{color:#1b170166}.error-full{color:#dc3545}.success{color:#198754}.primary{color:#ffd814}.primary-alt{color:#f0aaff}*{-webkit-overflow-scrolling:touch}body{background-color:#f0f0f0;position:relative}body.modal-open{touch-action:none;-ms-touch-action:none;overflow:hidden}.game-row-wrapper::-webkit-scrollbar{display:none}.spotlight-row-wrapper::-webkit-scrollbar{display:none}.provider-row-wrapper::-webkit-scrollbar{display:none}.bonus-card-row-wrapper::-webkit-scrollbar{display:none}.bonus-row-wrapper::-webkit-scrollbar{display:none}.promotions-row-container::-webkit-scrollbar{display:none}.game-row-double-wrapper::-webkit-scrollbar{display:none}.games-filter::-webkit-scrollbar{display:none}.game-row-last-played-wrapper::-webkit-scrollbar{display:none}.game-row-wrapper,.spotlight-row-wrapper,.provider-row-wrapper,.bonus-card-row-wrapper,.bonus-row-wrapper,.promotions-row-container,.game-row-double-wrapper,.games-filter,.game-row-last-played-wrapper{-ms-overflow-style:none;scrollbar-width:none}.category-container{margin-top:30px;position:relative}@media (width<=575px){.category-container{margin-top:20px}}@media (width<=991px){.row-container{padding-right:0}}.section-margin{margin-bottom:40px}@media (width<=767px){.section-margin{margin-bottom:30px}}.lazy-loader-container{position:relative}.lazy-loader{z-index:-1;padding-top:200px;padding-bottom:200px;position:absolute;bottom:0}.form-control{color:#1b1701;background-color:#fff;border-color:#e1e1e1;padding:16px;border-radius:17px!important}.form-control:focus{color:#1b1701;background-color:#fff}.form-control.is-valid,.was-validated .form-control:valid,.form-control.is-invalid,.was-validated .form-control:invalid{background-position:right calc(1em + .1875rem) center}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.75rem + 2px);padding-left:20px;padding-right:20px}.form-floating>label{color:#1b1701b3;padding:1.125rem 0 1.125rem 20px}.form-check-input{border-color:#e1e1e1}.bb-feedback-button{display:none!important}.PhoneInputInput{color:#1b1701!important;background:0 0!important;border:none!important;border-radius:0!important;flex:none!important;width:85%!important;height:100%!important;margin-left:0!important;margin-right:0!important}.PhoneInputInput:focus{color:#1b1701!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;flex:none!important;width:85%!important;height:100%!important;margin-left:0!important;margin-right:0!important}.btn-main,.btn-main-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-main .spinner-border,.btn-main-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-main,.btn-main-lg{padding:15px 20px}}.btn-main,.btn-main-lg{color:#1b1701;background:#ffd814;border-color:#0000}.btn-main:focus,.btn-main-lg:focus,.btn-main:hover,.btn-main-lg:hover{color:#1b1701;background:#ffd814;border-color:#0000;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-main:active,.btn-main-lg:active{color:#1b1701;background:#ffd814;border-color:#0000;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-main:disabled,.btn-main-lg:disabled{color:#1b1701;opacity:.65;background:#ffd814;border-color:#0000}.btn-main-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-main-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-main-lg{padding:15px 20px}}.btn-main-lg{padding:20px 30px}@media (width<=991px){.btn-main-lg{padding:20px}}.btn-main-outline,.btn-main-outline-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-main-outline .spinner-border,.btn-main-outline-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-main-outline,.btn-main-outline-lg{padding:15px 20px}}.btn-main-outline,.btn-main-outline-lg{color:#1b1701;background:0 0;border-color:#ffd814}.btn-main-outline:focus,.btn-main-outline-lg:focus{background-color:#0000;border-color:#ffd814}.btn-main-outline:hover,.btn-main-outline-lg:hover{color:#1b1701;background:0 0;border-color:#ffd814;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-main-outline:active,.btn-main-outline-lg:active{color:#1b1701;background:0 0;border-color:#ffd814;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-main-outline:disabled,.btn-main-outline-lg:disabled{color:#1b170166;opacity:.65;background:0 0;border-color:#e1e1e1}@media (width<=991px){.btn-secondary-outline-lg{padding:15px 20px}}@media (width<=991px){.btn-secondary-outline-lg{padding:20px}}.btn-secondary,.btn-secondary-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-secondary .spinner-border,.btn-secondary-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-secondary,.btn-secondary-lg{padding:15px 20px}}.btn-secondary,.btn-secondary-lg{color:#1b1701b3;background:#f0f0f0;border-color:#0000}.btn-secondary:focus,.btn-secondary-lg:focus{color:#1b1701b3;background:#f0f0f0;border-color:#0000;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-secondary:hover,.btn-secondary-lg:hover{color:#1b1701;background:#f0f0f0;border-color:#0000;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-secondary:active,.btn-secondary-lg:active{color:#1b1701;background:#f0f0f0;border-color:#0000;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-secondary:disabled,.btn-secondary-lg:disabled{color:#1b170166;opacity:.65;background:#f0f0f0;border-color:#0000}.btn-secondary-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-secondary-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-secondary-lg{padding:15px 20px}}.btn-secondary-lg{padding:20px 30px}@media (width<=991px){.btn-secondary-lg{padding:20px}}.btn-secondary-outline,.btn-secondary-outline-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-secondary-outline .spinner-border,.btn-secondary-outline-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-secondary-outline,.btn-secondary-outline-lg{padding:15px 20px}}.btn-secondary-outline,.btn-secondary-outline-lg{color:#1b1701b3;background:0 0;border-color:#e1e1e1}.btn-secondary-outline:focus,.btn-secondary-outline-lg:focus{background-color:#0000;border-color:#e1e1e1}.btn-secondary-outline:hover,.btn-secondary-outline-lg:hover{color:#1b1701;background:0 0;border-color:#e1e1e1;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-secondary-outline:active,.btn-secondary-outline-lg:active{color:#1b1701;background:0 0;border-color:#e1e1e1;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-secondary-outline:disabled,.btn-secondary-outline-lg:disabled{color:#1b170166;opacity:.65;background:0 0;border-color:#e1e1e1}.btn-secondary-outline-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-secondary-outline-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-secondary-outline-lg{padding:15px 20px}}.btn-secondary-outline-lg{padding:20px 30px}@media (width<=991px){.btn-secondary-outline-lg{padding:20px}}.btn-danger,.btn-danger-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-danger .spinner-border,.btn-danger-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-danger,.btn-danger-lg{padding:15px 20px}}.btn-danger,.btn-danger-lg{color:#fff;background:#dc3545;border-color:#0000}.btn-danger:focus,.btn-danger-lg:focus,.btn-danger:hover,.btn-danger-lg:hover{color:#fff;background:#dc3545;border-color:#0000;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-danger:active,.btn-danger-lg:active{color:#fff;background:#dc3545;border-color:#0000;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-danger:disabled,.btn-danger-lg:disabled{color:#fff;opacity:.65;background:#dc3545;border-color:#0000}.btn-danger-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-danger-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-danger-lg{padding:15px 20px}}.btn-danger-lg{padding:20px 30px}@media (width<=991px){.btn-danger-lg{padding:20px}}.btn-alert,.btn-alert-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-alert .spinner-border,.btn-alert-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-alert,.btn-alert-lg{padding:15px 20px}}.btn-alert,.btn-alert-lg{color:#dc3545;background:#dc35451a;border-color:#0000}.btn-alert:focus,.btn-alert-lg:focus,.btn-alert:hover,.btn-alert-lg:hover{color:#dc3545;background:#dc35451a;border-color:#0000;text-decoration:none;box-shadow:none!important;outline:none!important}.btn-alert:active,.btn-alert-lg:active{color:#dc3545;background:#dc35451a;border-color:#0000;text-decoration:none;transform:scale(.96);box-shadow:none!important;outline:none!important}.btn-alert:disabled,.btn-alert-lg:disabled{color:#dc3545;opacity:.65;background:#dc35451a;border-color:#0000}.btn-alert-lg{-o-transition:.2s ease;border:1px solid #0000;border-radius:17px;padding:15px 30px;font-size:14px;font-weight:600;line-height:14px;text-decoration:none;transition:all .2s}.btn-alert-lg .spinner-border{width:14px!important;height:14px!important}@media (width<=991px){.btn-alert-lg{padding:15px 20px}}.btn-alert-lg{padding:20px 30px}@media (width<=991px){.btn-alert-lg{padding:20px}}.offcanvas-backdrop,.modal-backdrop,.modal-content{touch-action:none;-ms-touch-action:none;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.offcanvas{background:#fff;border:none;border-top:0 solid #f0f0f0;border-radius:0;width:100%;max-width:100%;height:100%;overflow:hidden}@media (width>=992px){.offcanvas{border-radius:17px 0 0;width:550px;max-width:92%;height:100%}}.modal-content{border:0 solid #0000;border-radius:17px}.offcanvas-header{z-index:1;padding:13px 20px}@media (width>=992px){.offcanvas-header{border-radius:17px 0 0;justify-content:start;padding:13px 30px 0}}.offcanvas_header_title,.modal-header-title{color:#1b1701b3;margin-bottom:0;font-size:18px;font-weight:600}@media (width<=1199px){.offcanvas_header_title,.modal-header-title{font-size:16px}}.modal-header .btn-close,.offcanvas_header .btn-close{font-size:12px}.offcanvas-body{padding:0}.modal-footer,.modal-header{border:none}.game-page-body{height:calc(100vh + 30px);overflow:inherit;background-color:#000}.game-page-container{background-color:#000;min-height:100vh}.game-page-full-hight{background-color:#000;height:100vh}.game-page-wrapper{background-color:#000;grid-template-rows:1fr;grid-template-columns:auto;width:100%;min-width:100%;height:100%;min-height:100%;display:grid;position:fixed;top:0}.game-frame-container{z-index:1;flex-grow:1;height:100%;padding:35px 0 0;display:block;position:relative}@media (width>=1200px){.game-frame-container{justify-content:center;padding:90px 0;display:flex}}.game-frame-wrapper{cursor:pointer;background-color:#000;width:100%;height:100%}@media (width>=1200px){.game-frame-wrapper{max-width:calc(177.7vh - 319.86px);height:auto}}.game-frame{background-color:#000;border:none;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:relative}.size-portrait .game-frame{width:100%;height:calc(100% - 35px);top:35px}.size-landscape .game-frame{width:calc(100% - 35px);height:100%;left:35px}@media screen and (orientation:portrait){.size-mobile .game-frame{width:100%;height:calc(100% - 35px);top:35px}}@media screen and (orientation:landscape){.size-mobile .game-frame{width:calc(100% - 35px);height:100%;left:35px}}.game-page-background{display:none}@media (width>=1200px){.game-page-background{z-index:-1;opacity:.6;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;animation:2s ease-out fadeInBackground;display:block;position:absolute;top:0;left:0;overflow:hidden}}@keyframes fadeInBackground{0%{opacity:1}to{opacity:.6}}.swipe-up-overlay{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:initial;background-origin:initial;background-clip:initial;z-index:1;background-color:#000c;justify-content:center;width:100vw;height:3000px;display:flex;position:absolute;top:0}.swipe-up-overlay img{width:auto;height:150px;animation:1.5s ease-out infinite dragAnimate}@keyframes dragAnimate{0%,80%{-webkit-transform:translateY(30px)}0%{-webkit-transform:translateY(200px)}}.game-frame-loading{justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;max-height:100%;display:flex}@media (width>=1200px){.game-frame-wrapper,.game-frame{border-radius:10px}}.profile-balance{margin:0 15px 15px;display:block;position:relative}@media (width<=991px){.profile-balance{margin:0 10px 15px}}.profile-main{margin-bottom:15px}.profile-email{color:#1b170166;font-size:14px}.profile-balance-title{color:#1b1701b3;font-weight:600}.profile-balance-main{padding:20px 15px}@media (width<=991px){.profile-balance-main{padding:20px 10px}}.profile-balance-item{justify-content:space-between;margin-bottom:10px;display:flex}.profile-balance-item span,.profile-bonus-item span{font-weight:500}.profile-bonus{background-color:#f0f0f0;border-radius:17px;padding:20px;display:block;position:relative}@media (width<=991px){.profile-bonus{padding:15px 10px}}.profile-bonus-item{justify-content:space-between;margin-bottom:10px;display:flex}.profile-bonus-wager{background-color:#fff;border-radius:17px;margin-top:15px;margin-bottom:10px;padding:10px 15px;box-shadow:0 1px 3px 1px #e1e1e1}.profile-bonus-wager-title{margin-bottom:10px;font-size:13px}.profile-bonus-wager-bar{margin-bottom:5px}.profile-bonus-wager-value{text-align:right;margin-bottom:0;font-size:13px}.progress-bar{background-color:#ffd814}.profile-bonus-expiry-date{color:#1b170166;text-align:right;margin-bottom:0;font-size:12px}.profile-bonus-controls{justify-content:space-between;margin-top:10px;margin-bottom:10px;display:flex}.profile-support{justify-content:space-between;align-items:center;margin:0 15px 20px;padding:0;display:flex;position:relative}@media (width<=991px){.profile-support{margin:0 10px 25px}}.profile-support-button{width:100%}.profile-information{margin-bottom:30px;padding:10px 15px 0}@media (width<=991px){.profile-information{margin-bottom:20px;padding:10px 10px 0}}.profile-information-title-wrapper{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.profile-information-title{color:#1b1701b3;margin-bottom:0;padding-left:15px;font-weight:600}@media (width<=991px){.profile-information-title{padding-left:0}}.profile-information .row{--bs-gutter-x:0!important}.profile-information-button{margin-left:10px;padding:7px 25px;font-size:22px;line-height:22px}.profile-logout{justify-content:space-between;align-items:center;padding:30px 15px;display:flex;position:relative}@media (width<=991px){.profile-logout{padding:20px 10px}}.profile-logout-button{white-space:nowrap;width:100%}.profile-close-account{background:#f0f0f0;border-radius:17px;margin:0 15px;padding:20px;position:relative}@media (width<=991px){.profile-close-account{margin:0 10px;padding:15px 10px}}.profile-close-account-button{white-space:nowrap}.profile-bottom-space{padding-bottom:70px}.cashier_offcanvas_header{z-index:1;background:0 0;width:100%;padding:15px;position:absolute;top:0;left:0}@media (width<=991px){.cashier_offcanvas_header{padding:10px}}.cashier_offcanvas_header_wrapper{flex-direction:row;justify-content:space-between;width:100%;display:flex}.cashier_offcanvas_header_title{color:#1b1701;margin-bottom:0;font-size:18px;font-weight:500}@media (width<=991px){.cashier_offcanvas_header_title{font-size:16px}}.cashier_offcanvas_header .player-balance{color:#1b1701;font-size:18px;font-weight:500}@media (width<=991px){.cashier_offcanvas_header .player-balance{font-size:16px}}.cashier_offcanvas_body{padding-top:64px}@media (width<=991px){.cashier_offcanvas_body{padding-top:54px}}.deposit-section,.deposit-container,.withdraw-container,.withdraw-section{height:calc(100vh - 74px)}@media (width<=991px){.deposit-section,.deposit-container,.withdraw-container,.withdraw-section{height:calc(100vh - 64px)}}.offcanvas-registration-section{padding:15px}@media (width<=768px){.offcanvas-registration-section{padding:10px}}.offcanvas-registration-section .btn-back-registration-form-wrapper{margin-top:-5px}.offcanvas-registration-section .offcanvas-registration-form-wrapper{z-index:0;background-color:#fff;border-radius:12px;margin:0 50px;padding:30px 30px 20px;position:relative}@media (width<=768px){.offcanvas-registration-section .offcanvas-registration-form-wrapper{margin:0 10px;padding:35px 15px 20px}}.verify-email-container{justify-content:center;align-items:center;width:100%;height:calc(100vh - 60px);display:flex}.verify-email-wrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}.verify-email-icon-wrap-success{background:#fff;border-radius:50%;padding:10px}.verify-email-icon-wrap-success svg{color:#198754;width:100px;height:100px;display:block}.verify-email-icon-wrap-success .circle{stroke-dasharray:76;stroke-dashoffset:76px;animation:1s forwards draw}.verify-email-icon-wrap-success .tick{stroke-dasharray:18;stroke-dashoffset:18px;animation:1s 1s forwards draw}@keyframes draw{to{stroke-dashoffset:0}}.verify-email-icon-wrap-fail{background:#fff;border-radius:50%;padding:10px}.verify-email-icon-wrap-fail svg{color:#dc3545;width:100px;height:100px;display:block}.brand{margin-left:.5rem;margin-right:1.5rem;padding-top:0;padding-bottom:0}@media (width<=767px){.brand{margin-left:.25rem;margin-right:0;padding-top:0;padding-bottom:0}}.logo{height:43px}@media (width<=576px){.logo{height:34px;margin-top:5px}}.navbar-top{z-index:1004;background-color:#fff;width:100%;transition:all .1s ease-in;position:sticky;top:0;left:0}@media (width<=999px){.navbar-top{padding-top:6px;padding-bottom:7px}}.navbar-top-logged-in-mobile{z-index:1004;background-color:#fff;width:100%;padding-top:.125rem;padding-bottom:.125rem;transition:all .1s ease-in;position:sticky;top:0;left:0}.navbar-name-wrapper{width:130px}.navbar-balance-mobile-wrapper{justify-content:flex-end;width:130px}.navbar-name{color:#1b1701;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.navbar-balance-mobile{text-align:right;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden;color:#1b1701!important;text-decoration:none!important}.navbar-link{color:#1b1701b3;border:2px solid #0000;border-radius:15px;margin:2px 7px 0;padding:4px 10px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-out}.navbar-link:hover,.navbar-link:active{color:#1b1701b3;background:#f0f0f0}.navbar-link-active,.navbar-link-active:hover,.navbar-link-active:active{color:#1b1701;font-weight:600}.navbar-bottom{z-index:1004;background:#fff;border-radius:17px 17px 0 0;width:100%;padding:0 10px;transition:bottom .3s ease-in;position:fixed;bottom:0;left:0;box-shadow:0 0 10px #00000026}.navbar-bottom-hidden{bottom:-100px}.navbar-bottom-app{padding:0 10px 25px}.navbar-bottom>div>div>a:first-child{border-radius:17px 0 0 17px}.navbar-bottom>div>div>a:last-child{border-radius:0 17px 17px 0}.navbar-bottom-wrapper{background:#fff;border-radius:17px}.navbar-bottom-link,.navbar-bottom-link:hover,.navbar-bottom-link:active,.navbar-bottom-link:focus{color:#1b1701;text-align:center;background-color:#fff;border:0 solid #0000;border-radius:0;outline:none;flex-grow:1;padding:15px 0 25px;font-size:19px;line-height:1.125rem;position:relative}.navbar-bottom-link:active{background-color:#fff;border:0 solid #0000;outline:none}.navbar-bottom-link:active>*{transform:scale(.95)}.navbar-bottom-link-logo>img{width:20px;height:20px}.navbar-bottom-link.navbar-bottom-link-active:after{content:"";background-color:#ffd814;border-radius:0 0 5px 5px;width:30px;height:5px;position:absolute;top:0;left:calc(50% - 15px)}.navbar-bottom-link-deposit,.navbar-bottom-link-deposit:hover,.navbar-bottom-link-deposit:active,.navbar-bottom-link-deposit:focus{flex-grow:1.3}.navbar-bottom-link-deposit-alert{color:#d93744;font-size:14px;position:absolute;top:9px;left:24px}.navbar-balance,.navbar-balance:focus{color:#1b1701;border-color:#ffd814;margin:0 10px;transition:all .2s ease-in}.navbar-balance:hover,.navbar-balance:active{color:#1b1701;background-color:#fff;border-color:#ffd814}.btn-navbar{padding-top:13px;padding-bottom:13px}@media (width<=991px){.btn-navbar{min-width:95px;padding-left:10px;padding-right:10px}}.navbar-game{z-index:1005;width:100%;height:50px;padding:0;position:absolute}@media (width<=1199px){.navbar-game{background:#000;position:fixed;top:0;left:0}.navbar-game-portrait{width:100%;height:35px}.navbar-game-portrait .navbar-game-wrapper{flex-direction:row}.navbar-game-portrait .navbar-back-links .navbar-game-link:first-child{margin-left:15px}.navbar-game-portrait .btn-add-funds{margin-right:15px}.navbar-game-portrait .navbar-game-link{padding:0 1.5rem}.navbar-game-landscape{flex-direction:row;width:35px;height:100%;display:flex}.navbar-game-landscape .navbar-game-wrapper,.navbar-game-landscape .navbar-nav{flex-direction:column}.navbar-game-landscape .navbar-back-links .navbar-game-link:first-child{margin-top:15px;margin-bottom:15px;margin-right:0}.navbar-game-landscape .btn-add-funds{margin-bottom:15px}.navbar-game-landscape .navbar-game-link{padding:1rem .25rem}}.navbar-game-wrapper{justify-content:space-between;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}@media (width>=1200px){.navbar-game-wrapper{max-width:calc(177.7vh - 355.4px)}}.navbar-game-link{text-align:center;background-color:#0000004d;border:none;border-radius:17px;padding:.25rem 1.5rem;font-size:1rem;line-height:normal;text-decoration:none;color:#fff!important}.navbar-game-link:active,.navbar-game-link:hover{background-color:#00000080}.navbar-game-link:active{transform:scale(.95)}@media (width<=1199px){.navbar-game-link:active,.navbar-game-link:hover,.navbar-game-link{border:1px solid #fff;line-height:1.375rem;color:#fff!important}.navbar-game-link:active{transform:scale(.95)}}.btn-add-funds{font-size:14px;position:relative}.btn-add-funds-red{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-add-funds-alert{background-color:#dc3545;border-radius:17px;width:15px;height:15px;position:absolute;top:-3px;left:0}@media (width<=1199px){.btn-add-funds-alert{width:13px;height:13px}}.navbar-back-links .navbar-game-link:first-child{margin-right:15px}.error-handler{color:#dc3545;border:none;border-radius:0;padding:5px 15px;font-size:14px;position:relative}.error-handler:after{content:"";transform-origin:50% 100%;background:#dc354580;width:100%;height:2px;animation-name:timer;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:1;position:absolute;bottom:-2px;left:0}@keyframes timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.game-row-wrapper{-webkit-overflow-scrolling:touch;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:scroll hidden}.game-row-wrapper>*{margin-right:10px}@media (width>=1200px){.game-row-wrapper{grid-auto-columns:210px;min-height:280px}.game-row-wrapper>*{margin-right:1.25rem}}@media (width>=768px) and (width<=1199px){.game-row-wrapper{grid-auto-columns:195px;min-height:269px}.game-row-wrapper>*{margin-right:1rem}}@media (width<=767px){.game-row-wrapper{grid-auto-columns:175px;min-height:244px}.game-row-wrapper>*{margin-right:.75rem}}.game-list-wrapper{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.5rem;width:100%;display:grid}.game-list-wrapper>*{min-height:290px}@media (width>=768px) and (width<=1199px){.game-list-wrapper{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.game-list-wrapper>*{min-height:264px}}@media (width<=767px){.game-list-wrapper{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.game-list-wrapper>*{min-height:244px}}.game-tile-container{flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.game-tile-overlay{opacity:0;transition:all .1s;-o-transition:.1s ease;-moz-transition:all .21s;background-color:#00000080;border-radius:17px;justify-content:center;align-items:center;width:100%;height:100%;-webkit-transition:all .1s;-ms-transition:all .1s;display:flex;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.game-tile-container:hover .game-tile-overlay{opacity:1}}.game-tile-overlay-icon{color:#fff;opacity:.9;font-size:3rem}.game-tile-image-wrapper{opacity:1;border-radius:17px;flex-grow:1;align-items:center;animation-name:fadeIn;animation-duration:.2s;animation-timing-function:ease-in;animation-iteration-count:1;display:flex;position:relative;overflow:hidden}.game-tile-image-cover{z-index:-1;filter:blur(5px);opacity:.61;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:17px;width:100%;height:100%;position:absolute}.game-tile-image{width:100%;height:auto}.game-tile-placeholder-wrapper{flex-direction:column;display:flex}.game-tile-image-placeholder-wrapper{height:100%}.game-tile-image-placeholder{border-radius:17px;flex-grow:1;width:100%;height:100%}.game-tile-title{color:#1b1701;white-space:nowrap;text-overflow:ellipsis;margin:.375rem 0 0;font-size:1rem;font-weight:600;overflow:hidden}.game-tile-provider{color:#1b170166;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}@media (width<=575px){.game-tile-title{font-size:.875rem}.game-tile-provider{font-size:.75rem}}.tag-container-right,.tag-container-left{background-color:#000000b3;border-radius:17px;align-items:center;padding:1px 6px;display:flex;position:absolute;top:7px;right:7px}.tag-container-left{left:7px;right:auto}.tag-container-bottom-center{text-align:center;color:#fff;background-color:#000000b3;border-radius:17px;width:90%;margin:auto;padding:4px 6px;font-size:14px;font-weight:600;position:absolute;bottom:15px;left:0;right:0}.tag-image{width:17px;height:auto;margin-right:5px}.tag-name{color:#fff;font-size:12px;font-weight:500}.img-live{opacity:1;background-color:#48b280;border-radius:50%;width:9px;height:9px;margin-right:7px;animation-name:fadeInOpacity;animation-duration:2s;animation-timing-function:ease-in;animation-iteration-count:infinite;display:inline-block}@keyframes fadeInOpacity{0%{opacity:0}50%{opacity:1}to{opacity:0}}.games-categories-loading{justify-content:center;align-items:center;width:100%;height:300px;display:flex}.games-search-field-wrapper{padding:25px 10px 15px}@media (width<=575px){.games-search-field-wrapper{padding:15px 10px 10px}}.games-search-field{max-width:480px;margin:auto;position:relative}.games-search-field-icon{color:#1b170166;z-index:1002;font-size:22px;position:absolute;top:18px;right:18px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;color:#1b1701;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:16px;width:16px;height:16px;display:block}.games-filter-container{z-index:1003;background-color:#f0f0f0;width:100%;padding:10px 0;position:sticky;top:58px;left:0}@media (width<=575px){.games-filter-container{padding:10px 7px;top:55px}}@media (width<=767px){.games-filter-container-logged-in{top:21px}}.games-filter{flex-wrap:nowrap;justify-content:center;display:flex}@media (width<=991px){.games-filter{-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow:scroll hidden}}.games-category{text-align:center;white-space:nowrap;color:#1b1701b3;border:2px solid #0000;border-radius:17px;flex-wrap:nowrap;margin:0 .275rem;padding:7px 20px;font-weight:500;text-decoration:none;transition:all .3s ease-out;display:flex;position:relative}.games-category:hover,.games-category:active{color:#1b1701b3;background-color:#e1e1e1}@media (width<=576px){.games-category{padding:.5rem .75rem;font-size:14px}}.games-category-active,.games-category-active:hover{color:#1b1701;background-color:#e1e1e1;font-weight:600}.games-category-placeholder{border:none;border-radius:17px;width:100px;height:37px;margin:0 .375rem;font-size:.875rem}@media (width<=576px){.games-category-placeholder{height:34px}}.loading-container{z-index:99999;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute}.games-row-columns-wrapper{-webkit-overflow-scrolling:touch;flex-direction:row;width:100%;padding:0 0 3px;display:flex;overflow:scroll hidden}.games-row-columns-wrapper>div{flex-shrink:0;width:350px;margin-right:1.25rem}@media (width<=767px){.games-row-columns-wrapper>div{width:330px;margin-right:.75rem}}@media (width<=374px){.games-row-columns-wrapper>div{width:310px}}.games-row-columns-wrapper::-webkit-scrollbar{display:none}.games-row-columns-wrapper{-ms-overflow-style:none;scrollbar-width:none}.game-column{background-color:#fff;border-radius:17px;padding-bottom:15px;box-shadow:0 1px 3px 1px #e1e1e1}.game-column-top-row{justify-content:space-between;padding:20px 0 5px 20px;display:flex}.game-column-wrapper{transition:all .1s;-o-transition:.1s ease;-moz-transition:all .21s;border:10px solid #0000;border-radius:17px;height:140px;margin-left:10px;margin-right:10px;text-decoration:none;-webkit-transition:all .1s;-ms-transition:all .1s;display:flex;position:relative}@media (width>=768px){.game-column-wrapper:hover{background-color:#f0f0f0}}@media (width<=767px){.game-column-wrapper:active{background-color:#f0f0f0}}.game-column-wrapper .tag-container-right{top:0;right:0}.game-column-wrapper-placeholder{border-radius:17px;width:100%;height:120px;margin-bottom:10px}.game-column-image-wrapper{border-radius:17px;flex-shrink:0;align-items:center;margin-right:15px;display:flex;position:relative;overflow:hidden}.game-column-image-cover{z-index:0;filter:blur(5px);opacity:.61;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:17px;width:100%;height:100%;position:absolute}.game-column-image{z-index:1;width:99px;height:auto;position:relative}.game-column-text{flex-direction:column;justify-content:center;display:flex}.game-column-text-title{white-space:nowrap;text-overflow:ellipsis;color:#1b1701;max-width:180px;margin-bottom:0;font-size:.875rem;font-weight:600;overflow:hidden}@media (width<=767px){.game-column-text-title{width:130px}}.game-column-text-provider{color:#1b170166;white-space:nowrap;text-overflow:ellipsis;margin-bottom:7px;font-size:12px;font-weight:500;overflow:hidden}.providers-row-wrapper{grid-row-gap:10px;grid-column-gap:10px;-webkit-overflow-scrolling:touch;order:2;grid-template-rows:1fr 1fr 1fr;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:scroll hidden}.providers-row-wrapper::-webkit-scrollbar{display:none}.providers-row-wrapper{-ms-overflow-style:none;scrollbar-width:none}.category-link-image{background-color:#fff;border-radius:17px;flex-grow:.33;justify-content:space-between;align-items:center;min-width:300px;min-height:70px;padding:5px 25px;text-decoration:none;transition:all .1s ease-in;display:flex}.category-link-image:hover{background-color:#fff}.category-link-image:last-child{margin-right:0}@media (width<=767px){.category-link-image{justify-content:space-between;margin-right:0}.category-link-image:last-child{margin-bottom:0}}.category-link-image img{max-width:100px;max-height:50px}.spotlight-row-wrapper{-webkit-overflow-scrolling:touch;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:scroll hidden}.spotlight-row-wrapper>*{margin-right:10px}@media (width>=1200px){.spotlight-row-wrapper{grid-auto-columns:275px;min-height:335px}.spotlight-row-wrapper>*{margin-right:1.25rem}}@media (width>=768px) and (width<=1199px){.spotlight-row-wrapper{grid-auto-columns:275px;min-height:335px}.spotlight-row-wrapper>*{margin-right:1rem}}@media (width<=767px){.spotlight-row-wrapper{grid-auto-columns:175px;min-height:244px}.spotlight-row-wrapper>*{margin-right:.75rem}}.background-container-home{z-index:-1;opacity:1;background:linear-gradient(#fff 20%,#f0f0f0 100%);width:100%;height:400px;position:absolute;top:0;left:0}.background-container-games{z-index:-1;opacity:1;background:linear-gradient(#fff 60%,#f0f0f0 100%);width:100%;height:110px;position:absolute;top:0;left:0}.verify-phone-container{z-index:1001;background-color:#fff;border-radius:17px;align-items:stretch;margin-left:auto;margin-right:auto;padding:10px;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}@media (width<=767px){.verify-phone-container{flex-direction:column}}.verify-phone-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 20px;display:flex}@media (width<=767px){.verify-phone-content{justify-content:space-between;align-self:baseline;align-items:unset;flex-direction:column;padding:10px 5px;display:flex}}.verify-phone-content-text{margin-right:10px}@media (width<=767px){.verify-phone-content-text{margin-right:0}}.logged-out .verify-phone-content{text-align:center;justify-content:center;width:100%;padding:25px 20px;display:flex}@media (width<=767px){.logged-out .verify-phone-content{padding:30px 20px}}.logged-out .verify-phone-badge{color:#1b1701;font-size:12px;font-weight:600}.verify-phone-title{margin-bottom:10px;font-weight:500}.logged-out .verify-phone-cta{color:#1b1701;font-weight:600}.verify-phone-buttons{flex-flow:wrap;place-content:center flex-end;align-items:center;margin-left:15px;display:flex}@media (width<=767px){.verify-phone-buttons{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;margin-top:15px;margin-left:0;display:flex}.verify-phone-buttons>*{width:100%}.verify-phone-buttons.logged-out{justify-content:center;margin-top:15px}}.verify-phone-button-confirm{margin-right:10px}@media (width<=767px){.verify-phone-button-confirm{margin-bottom:10px;margin-right:0}}.verify-phone-image{border-radius:12px;height:140px}@media (width<=767px){.verify-phone-image{width:100%;height:auto}}.verify-phone-modal-buttons-container{flex-direction:column;gap:10px;display:flex}.deposit-bonus-section{margin-bottom:5px;padding:15px 0 10px}@media (width<=991px){.deposit-bonus-section{padding:10px 0}}.deposit-bonus-section-title{color:#1b1701b3;white-space:nowrap;text-overflow:ellipsis;max-width:380px;margin-bottom:10px;padding-left:15px;padding-right:15px;overflow:hidden}@media (width<=991px){.deposit-bonus-section-title{max-width:300px;padding-left:10px;padding-right:10px}}.bonus-card-row-container{position:relative}.bonus-card-row-wrapper{-webkit-overflow-scrolling:touch;grid-auto-columns:240px;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:scroll hidden}.bonus-card-row-wrapper>button{min-height:174px;margin-bottom:10px;margin-left:10px}.bonus-card-row-wrapper>button:first-child{margin-left:15px}@media (width<=991px){.bonus-card-row-wrapper>button:first-child{margin-left:10px}}.bonus-card-row-wrapper>button:last-child{margin-right:15px}@media (width<=991px){.bonus-card-row-wrapper>button:last-child{margin-right:10px}}.deposit-bonus-section .scroll_buttons_container .arrow-right,.deposit-bonus-section .scroll_buttons_container .arrow-left{top:-43px}.deposit-bonus-section .scroll_buttons_container .arrow-right{right:15px}.deposit-bonus-section .scroll_buttons_container .arrow-left{right:65px}.bonus-promocode-field-accordion-item{background:0 0;border:0 solid #0000}.bonus-promocode-field-accordion-item .accordion-body{padding:10px 15px}.bonus-promocode-field-link{display:inline-block}.bonus-promocode-field-link button{padding:5px 15px;font-size:14px;color:#1b1701b3!important;box-shadow:none!important;background:0 0!important;outline:none!important}.bonus-promocode-field-link button:after{content:none}.bonus-card-placeholder{background:#f0f0f0;border:none;padding:0}.bonus-card-placeholder .placeholder{border-radius:17px;height:100%}.bonus-card{text-align:left;background:#fff;border:0 solid #0000;border-radius:17px;flex-direction:column;justify-content:flex-start;padding:5px 5px 0;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}.bonus-card:hover,.bonus-card:active,.bonus-card:focus{background:#f0f0f0;border:0 solid #0000;outline:none!important;box-shadow:0 1px 3px 1px #e1e1e1!important}.bonus-card-selected,.bonus-card-selected:hover,.bonus-card-selected:active,.bonus-card-selected:focus{background:#ffd814;outline:none!important}.bonus-card img{border-radius:12px;width:100%}.bonus-card-text-wrapper{flex-direction:column;justify-content:space-between;height:100%;padding:8px 10px 10px;display:flex}.bonus-card-title{color:#1b1701;margin-bottom:0;font-weight:500}.bonus-card-badge{color:#1b1701b3;margin-bottom:0;font-size:12px}.bonus-card-details{color:#1b1701b3;margin-top:10px;margin-bottom:0;font-size:12px}.bonus-card-check{padding:0 12px 6px 0;position:absolute;bottom:0;right:0}.bonus-card-check svg{color:#fff;height:18px}.bonus-card-timer-wrapper{background:#dc3545;border-radius:17px;margin:0;padding:1px 10px 1px 5px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;position:absolute;top:0;left:12px}.arrow-right,.arrow-left{z-index:1002;color:#0009;background:0 0;border:1px solid #0000;border-radius:50%;padding:4px 11px;font-size:1rem;font-weight:700;display:none;position:absolute;top:-48px;right:0;box-shadow:none!important;outline:none!important}.arrow-right:focus,.arrow-left:focus{color:#000000e6;background:0 0;border:1px solid #0000}.arrow-right:hover,.arrow-right:active,.arrow-left:hover,.arrow-left:active{color:#000000e6;background-color:#00000012;border:1px solid #0000}.arrow-left{left:auto;right:50px}.arrow-right:active,.arrow-left:active{transform:scale(.95)}@media (width>=992px){.arrow-visible{opacity:.2;background:0 0;display:block}.arrow-active{opacity:1}}.cashier_toggle{background:#f0f0f0;border-radius:17px;width:100%;display:flex}.cashier_toggle_button{background:0 0;padding:9px;font-weight:500;box-shadow:none!important;color:#1b170166!important;border:1px solid #0000!important;border-radius:17px!important;outline:none!important;flex-basis:50%!important}.cashier_toggle_button:hover,.cashier_toggle_button:active,.cashier_toggle_button:focus{transform:scale(1);color:#1b1701!important;background:0 0!important;border:1px solid #0000!important}.cashier_toggle .btn-check:checked+.cashier_toggle_button{font-weight:600;color:#1b1701!important;background:#fff!important;border:1px solid #f0f0f0!important}.deposit_amount_section{padding:0 15px 90px}@media (width<=991px){.deposit_amount_section{padding:0 10px 90px}}.deposit_amount_section_title{color:#1b1701b3;margin-bottom:10px}.btn-deposit{width:100%;margin-top:15px;position:relative}.deposit_amount_section_images{justify-content:space-evenly;margin-top:30px;display:flex}.deposit_amount_section_images>*{height:32px}.btn-deposit-back-container{background:#fff;border-radius:17px 17px 0 0;justify-content:start;width:100%;padding:11px 15px 17px;display:flex;position:absolute;bottom:55px;box-shadow:0 0 10px #00000026}.btn-deposit-back-container-app{padding:5px 15px 30px}.btn-deposit-back{color:#1b1701b3;width:100%;height:43px;box-shadow:none;background:#fff;border:none;border-radius:17px;outline:none;justify-content:center;align-items:center;padding:15px 0 20px;display:flex}.btn-deposit-back:hover,.btn-deposit-back:focus,.btn-deposit-back:active{color:#1b1701;background:#fff;border:none;outline:none;box-shadow:none!important}.btn-deposit-back:active{transform:scale(.95)}.deposit-redirect-container{padding:15px 15px 155px}@media (width<=991px){.deposit-redirect-container{padding:10px 10px 155px}}.deposit-redirect-container .row{--bs-gutter-x:0!important}.deposit-redirect-title{margin-bottom:15px}.deposit-redirect-container{position:relative}.deposit-redirect-summary-container{text-align:center;position:relative}.deposit-redirect-summary{background:#0080001a;border-radius:17px;padding:15px}.deposit-check-icon{color:green;font-size:30px}.btn-deposit-redirect{border-radius:17px;justify-content:space-between;align-items:center;width:100%;margin-top:10px;padding-top:1.375rem;padding-bottom:1.375rem;font-size:15px;display:flex}.deposit_redirect_section_images{gap:10px;margin-bottom:10px}.deposit_redirect_section_images>*{height:35px}.deposit-frame{width:100%;height:100%}.deposit-frame-modal .btn-close{opacity:1;font-size:20px}.deposit-summary{background:#0080001a;border-radius:17px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 15px;display:flex}.deposit-summary-promocode{white-space:nowrap;text-overflow:ellipsis;max-width:430px;overflow:hidden}@media (width<=991px){.deposit-summary-promocode{max-width:270px}}.deposit-summary-icon{color:green;font-size:24px}.close_offcanvas_button_container{z-index:10;background:#fff;border-radius:17px 17px 0 0;justify-content:start;width:100%;padding:5px 15px 11px;display:flex;position:absolute;bottom:0;box-shadow:0 0 10px #00000026}.close_offcanvas_button_container-app{padding:5px 15px 36px}.close_offcanvas_button{color:#1b1701b3;width:100%;height:43px;box-shadow:none;background:#fff;border:none;border-radius:17px;outline:none;justify-content:center;align-items:center;padding:15px 0 20px;font-size:20px;display:flex}.close_offcanvas_button:hover,.close_offcanvas_button:focus,.close_offcanvas_button:active{color:#1b1701;background:#fff;border:none;outline:none;box-shadow:none!important}.close_offcanvas_button:active{transform:scale(.95)}.deposit_amount_preset{border-radius:17px;gap:10px;width:100%;margin-bottom:15px;padding:0}.deposit_amount_preset_button{z-index:0;background:#fff;border:0 solid #0000;padding:9px;box-shadow:0 1px 3px 1px #e1e1e1;color:#1b1701b3!important;border-radius:13.0769px!important;outline:none!important;flex-basis:50%!important;font-size:14px!important;font-weight:500!important}.deposit_amount_preset_button:hover,.deposit_amount_preset_button:active,.deposit_amount_preset_button:focus,.deposit_amount_preset_button.active{color:#1b1701!important;background:#f0f0f0!important;border:0 solid #0000!important;box-shadow:0 1px 3px 1px #e1e1e1!important}.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button{box-shadow:none;background:#ffd814;color:#1b1701!important;font-weight:600!important}.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:hover,.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:active,.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button:focus,.deposit_amount_preset .btn-check:checked+.deposit_amount_preset_button.active{color:#1b1701!important;box-shadow:none!important;background:#ffd814!important;font-weight:600!important}.bonus-tile{text-align:left;background:#fff;border-radius:17px;flex-direction:column;justify-content:flex-start;padding:10px;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}.bonus-tile img{border-radius:12px;width:100%}.bonus-tile-content{flex-direction:column;flex-grow:1;justify-content:space-between;align-items:flex-start;padding:10px 5px;display:flex}@media (width<=768px){.bonus-tile-content{padding:10px 5px}}.bonus-tile-title{margin-bottom:15px}.bonus-tile-content-button{width:100%}.bonus-tile-badge{color:#1b1701b3;margin-bottom:0;font-size:12px}.bonus-tile-details{color:#1b1701b3;margin-top:10px;margin-bottom:0;font-size:12px}.btn-bonus-select{margin:0 10px 10px}.icon-bonus-selected{font-size:18px}.bonus-tile-check{padding:3px 7px 3px 9px;position:absolute;top:0;right:0}.bonus-tile-timer-wrapper{color:#fff;background:#dc3545;border-radius:17px;margin:0;padding:3px 20px 3px 15px;font-family:Roboto Mono,monospace;font-size:13px;position:absolute;top:0;left:22px;box-shadow:0 1px 3px 1px #0000001f}.bonus-row-wrapper{-webkit-overflow-scrolling:touch;grid-auto-flow:column;width:100%;padding-bottom:3px;display:grid;position:relative;overflow:scroll hidden}.bonus-row-wrapper>*{margin-right:10px}@media (width>=1200px){.bonus-row-wrapper{grid-auto-columns:380px}.bonus-row-wrapper>*{margin-right:1.25rem}}@media (width>=768px) and (width<=1199px){.bonus-row-wrapper{grid-auto-columns:320px}.bonus-row-wrapper>*{margin-right:1rem}}@media (width<=767px){.bonus-row-wrapper{grid-auto-columns:320px}.bonus-row-wrapper>*{margin-right:.75rem}}.bonus-row-title-container{align-items:center;gap:7px;display:flex}.bonus-row-title-container .faq-page-icon{margin-top:1px}.weekly-bonus-tile-container{background-color:#fff;border-radius:17px;align-items:center;margin-left:auto;margin-right:auto;padding:10px;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}@media (width<=767px){.weekly-bonus-tile-container{flex-direction:column}}.weekly-bonus-tile-content{z-index:2;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:15px 30px 15px 20px;display:flex;position:relative}@media (width<=767px){.weekly-bonus-tile-content{flex-direction:column;justify-content:space-between;align-self:baseline;align-items:baseline;padding:10px 5px;display:flex}}.weekly-bonus-tile-buttons{flex-flow:wrap;justify-content:flex-end;align-items:flex-start;display:flex}@media (width<=767px){.weekly-bonus-tile-buttons{width:100%;margin-top:15px}.weekly-bonus-tile-buttons>a{width:100%}}.weekly-bonus-image-wrapper{flex-shrink:0;justify-content:center;width:auto;min-width:320px;display:flex;position:relative}@media (width<=767px){.weekly-bonus-image-wrapper{flex-grow:1;width:100%}}.weekly-bonus-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;flex-shrink:0;align-self:flex-start;width:auto;height:140px;margin:0}@media (width<=767px){.weekly-bonus-image{width:100%;height:auto}}.weekly-bonus-badge{color:#f0aaff;font-size:12px;font-weight:600;display:inline-block}.weekly-bonus-timer-container{text-align:left;z-index:-1;background:linear-gradient(150deg,#ffd814 30% 100%);border-radius:17px 17px 0 0;width:100%;padding:0 15px 40px;position:absolute;top:-24px;left:0}@media (width<=767px){.weekly-bonus-timer-container{text-align:center;background:#ffd814}}.weekly-bonus-timer-wrapper{color:#fff;z-index:1;background:#dc3545;border-radius:17px;margin:0;padding:3px 20px 3px 15px;font-family:Roboto Mono,monospace;font-size:13px;font-weight:500;position:absolute;top:-13px;left:17px}.promotions-row-container{flex-direction:row;padding:0;display:flex;overflow:auto hidden}.promotions-row-container::-webkit-scrollbar{display:none}.promotions-row-container{-ms-overflow-style:none;scrollbar-width:none}.promotion-tile-container{box-sizing:content-box;background-color:#fff;border-radius:17px;flex-direction:column;flex-shrink:0;width:350px;margin-right:1.25rem;padding:0;display:flex;position:relative}@media (width<=767px){.promotion-tile-container{width:335px;margin-right:15px}}@media (width<=375px){.promotion-tile-container{width:310px}}.featured-promotion-tile-container{z-index:1001;background-color:#fff;border-radius:17px;align-items:center;margin-left:auto;margin-right:auto;padding:0;display:flex;position:relative}@media (width<=767px){.featured-promotion-tile-container{flex-direction:column}}.promotion-tile-content{flex-direction:column;flex-grow:1;justify-content:space-between;padding:15px;display:flex}@media (width<=767px){.promotion-tile-content{padding:15px 15px 20px}}.featured-promotion-tile-container .promotion-tile-content{flex-direction:row;justify-content:space-between;align-items:center;padding:15px 30px 15px 20px;display:flex}@media (width<=767px){.featured-promotion-tile-container .promotion-tile-content{flex-direction:column;justify-content:space-between;align-self:baseline;align-items:baseline;padding:15px 15px 20px;display:flex}}.promotion-tile-buttons{flex-flow:wrap;align-items:flex-start;display:flex}.featured-promotion-tile-container .promotion-tile-buttons{flex-flow:wrap;place-content:center flex-end;align-items:center;display:flex}@media (width<=767px){.promotion-tile-buttons{margin-top:3px}.featured-promotion-tile-container .promotion-tile-buttons{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;display:flex}}.promotion-tile-image-wrapper{justify-content:center;width:100%;display:flex}.featured-promotion-tile-container .promotion-tile-image-wrapper{flex-shrink:0;justify-content:center;width:auto;min-width:320px;display:flex}.promotion-tile-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:17px;align-self:flex-start;width:100%;height:auto;margin:0 auto}.featured-promotion-tile-container .promotion-tile-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:17px;flex-shrink:0;align-self:flex-start;width:auto;height:140px;margin:0}@media (width<=767px){.featured-promotion-tile-container .promotion-tile-image{border-radius:17px;width:100%;height:auto;margin:0 auto}}.promotion-tile-badge{color:#ffd814;font-size:12px;font-weight:500;display:inline-block}.game-row-double-wrapper{-webkit-overflow-scrolling:touch;grid-template-rows:1fr 1fr;grid-auto-columns:315px;grid-auto-flow:column;min-height:200px;display:grid;position:relative;overflow:scroll hidden}.game-row-double-wrapper>*{margin-bottom:10px;margin-right:10px}@media (width>=1200px){.game-row-double-wrapper>*{margin-bottom:1.25rem;margin-right:1.25rem}}@media (width>=768px) and (width<=1199px){.game-row-double-wrapper>*{margin-bottom:1rem;margin-right:1rem}}@media (width<=767px){.game-row-double-wrapper>*{margin-bottom:.75rem;margin-right:.75rem}}.game-tile-horizontal-wrapper{transition:all .1s;-o-transition:.1s ease;-moz-transition:all .21s;background-color:#fff;border-radius:17px;height:140px;padding:10px;text-decoration:none;-webkit-transition:all .1s;-ms-transition:all .1s;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}@media (width>=768px){.game-tile-horizontal-wrapper:hover{background-color:#f0f0f0}}@media (width<=767px){.game-tile-horizontal-wrapper:active{background-color:#f0f0f0}}.game-tile-horizontal-wrapper .tag-container-right{top:15px;right:15px}.game-tile-horizontal-wrapper-placeholder{border-radius:17px;width:100%;height:120px;margin-bottom:10px}.game-tile-horizontal-image-wrapper{border-radius:17px;flex-shrink:0;align-items:center;margin-right:15px;display:flex;position:relative;overflow:hidden}.game-tile-horizontal-image-cover{z-index:0;filter:blur(5px);opacity:.61;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:17px;width:100%;height:100%;position:absolute}.game-tile-horizontal-image{z-index:1;width:98px;height:auto;position:relative}.game-tile-horizontal-text{flex-direction:column;justify-content:center;display:flex}.game-tile-horizontal-text-title{white-space:nowrap;text-overflow:ellipsis;color:#1b1701;max-width:160px;margin-bottom:0;font-size:.875rem;font-weight:600;overflow:hidden}@media (width<=767px){.game-tile-horizontal-text-title{width:130px}}.game-tile-horizontal-text-provider{color:#1b170166;white-space:nowrap;text-overflow:ellipsis;margin-bottom:7px;font-size:12px;font-weight:500;overflow:hidden}.withdraw-balance{text-align:center;margin-top:15px;margin-bottom:10px}@media (width<=991px){.withdraw-balance{margin-top:10px}}.withraw-amount{margin:30px 15px 15px}@media (width<=991px){.withraw-amount{margin:25px 10px 15px}}@media (width<=991px){.withdraw-method,.withdraw-redirect{margin:0 10px 15px}}.withdraw-method{padding-bottom:90px}.withdraw-redirect{padding-top:15px;padding-bottom:150px}@media (width<=991px){.withdraw-redirect{padding-top:10px}}.withdraw-redirect .row{--bs-gutter-x:0!important}.withdraw-bonus{background:#f0f0f0;border-radius:17px;justify-content:space-around;max-width:300px;margin:auto;padding:15px;display:flex;position:relative}.withdraw-bonus-item{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.withdraw-bonus-item-label{font-size:13px}.withdraw-bonus-question-mark-container{position:absolute;top:-10px;right:-15px}.must-drop-jackpot-row-wrapper{grid-template-columns:300px 210px;padding-bottom:3px}@media (width>=768px) and (width<=1199px){.must-drop-jackpot-row-wrapper{grid-template-columns:300px 195px}}@media (width<=767px){.must-drop-jackpot-row-wrapper{grid-template-columns:290px 175px}}@media (width>=992px){.title-placeholder{margin-top:60px}}.must-drop-jackpot-tile-wrapper{align-items:center;gap:7px;display:flex}.must-drop-jackpot-tile-wrapper .faq-page-icon{margin-top:1px}.must-drop-jackpot-tile-container{background-color:#fff;border-radius:17px;flex-direction:column;justify-content:flex-start;padding:25px;display:flex;box-shadow:0 1px 3px 1px #e1e1e1}@media (width<=992px){.must-drop-jackpot-tile-container{padding:15px}}.must-drop-content-top{text-align:center;color:#fff;align-self:center;margin-bottom:39px}@media (width<=768px){.must-drop-content-top{margin-bottom:33px}}.must-drop-content-bottom{text-align:right;align-self:center;position:relative}.must-drop-timer-lable{color:#fff;font-size:12px;line-height:150%}.must-drop-timer{color:#fff;font-family:Roboto Mono,monospace;font-size:19px;font-weight:500}.game-row-last-played-wrapper{-webkit-overflow-scrolling:touch;grid-auto-flow:column;width:100%;display:grid;position:relative;overflow:scroll hidden}.game-row-last-played-wrapper>*{margin-right:10px}@media (width>=1200px){.game-row-last-played-wrapper{grid-auto-columns:210px;min-height:230px}.game-row-last-played-wrapper>*{margin-right:1.25rem}}@media (width>=768px) and (width<=1199px){.game-row-last-played-wrapper{grid-auto-columns:195px;min-height:218px}.game-row-last-played-wrapper>*{margin-right:1rem}}@media (width<=767px){.game-row-last-played-wrapper{grid-auto-columns:175px;min-height:198px}.game-row-last-played-wrapper>*{margin-right:.75rem}}.freespins-row-container{background:#fff;border-radius:17px;justify-content:flex-start;align-items:center;display:flex;box-shadow:0 1px 3px 1px #e1e1e1;text-decoration:none!important}@media (width<=767px){.freespins-row-container{flex-direction:column}}.freespins-row-image-wrapper{border-radius:17px;position:relative;overflow:hidden}@media (width<=767px){.freespins-row-image-wrapper{text-align:center;width:100%;padding-top:20px}}.freespins-row-image{z-index:1;border-radius:17px;width:auto;height:140px;position:relative}@media (width<=767px){.freespins-row-image{height:140px}}.freespins-row-text-wrapper{padding-left:30px}@media (width<=767px){.freespins-row-text-wrapper{text-align:center;padding:15px}}.freespins-row-text-gold{color:#1b1701;white-space:nowrap}.freespins-row-button-wrapper{flex-grow:1;justify-content:flex-end;padding-right:30px;display:flex}@media (width<=767px){.freespins-row-button-wrapper{flex-grow:1;justify-content:center;width:100%;padding-bottom:20px;padding-right:0;display:flex}}.freespins-row-icon{color:#1b1701;font-size:20px}.registration-form{text-align:center}.registration-form-terms,.registration-form-terms a{color:#1b1701b3;font-size:13px}.registration-method-container{flex-direction:column;display:flex}.registration-method-wrapper{flex-direction:column;align-items:center;display:flex}.registration-method-separator{color:#1b170166;width:250px;margin:20px auto;font-size:12px;font-weight:500;line-height:12px;display:inline-block;position:relative}.registration-method-separator:before{content:"";z-index:-1;background-color:#e1e1e1;width:250px;height:1px;position:absolute;top:5px;left:0}.registration-method-separator:after{content:"";z-index:-1;background-color:#fff;width:40px;height:12px;position:absolute;top:0;left:calc(50% - 20px)}.btn-back-registration-form-wrapper{text-align:left;align-items:center;margin-top:-20px;margin-bottom:20px;display:flex}.btn-back-registration-form{border:none;margin-right:15px;padding:7px 20px;font-size:12px}.btn-register{border-radius:30px;padding:12px 24px}.registration-verify-email-icon-wrap-success{background:#fff;border-radius:50%;padding:10px}.registration-verify-email-icon-wrap-success svg{color:#198754;width:60px;height:60px;display:block}.registration-verify-email-icon-wrap-success .circle{stroke-dasharray:76;stroke-dashoffset:76px;animation:1s forwards draw}.registration-verify-email-icon-wrap-success .tick{stroke-dasharray:18;stroke-dashoffset:18px;animation:1s 1s forwards draw}.notification-timer{position:relative}.notification-timer .toast-body,.notification-timer .toast-header{background:#fff}.notification-timer:after{content:"";transform-origin:0 100%;background:#ffd814;width:100%;height:2px;animation-name:timer;animation-duration:5.05s;animation-timing-function:linear;animation-iteration-count:1;position:absolute;bottom:0;left:0}.question-mark-icon{color:#1b170166;font-size:14px;line-height:14px}.tooltip.show{opacity:1}.question-mark-tooltip .tooltip-inner{background:#2f2f2f;border-radius:17px;max-width:230px;padding:10px;text-align:left!important}.question-mark-tooltip .tooltip-inner ul{margin-bottom:10px;padding-left:1.25rem}.cfb-container{z-index:1001;background-color:#fff;border-radius:17px;align-items:stretch;margin-left:auto;margin-right:auto;padding:10px;display:flex;position:relative;box-shadow:0 1px 3px 1px #e1e1e1}@media (width<=767px){.cfb-container{flex-direction:column}}.cfb-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 20px;display:flex}@media (width<=767px){.cfb-content{justify-content:space-between;align-self:baseline;align-items:unset;flex-direction:column;padding:10px 5px;display:flex}}.cfb-content-text{margin-right:10px}@media (width<=767px){.cfb-content-text{margin-right:0}}.logged-out .cfb-content{text-align:center;justify-content:center;width:100%;padding:25px 20px;display:flex}@media (width<=767px){.logged-out .cfb-content{padding:30px 20px}}.logged-out .cfb-badge{color:#1b1701;font-size:12px;font-weight:600}.cfb-title{margin-bottom:10px;font-weight:500}.logged-out .cfb-cta{color:#1b1701;font-weight:600}.cfb-buttons{flex-flow:wrap;place-content:center flex-end;align-items:center;margin-left:15px;display:flex}@media (width<=767px){.cfb-buttons{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;margin-top:15px;margin-left:0;display:flex}.cfb-buttons>*{width:100%}.cfb-buttons.logged-out{justify-content:center;margin-top:15px}}.cfb-button-confirm{margin-right:10px}@media (width<=767px){.cfb-button-confirm{margin-bottom:10px;margin-right:0}}.cfb-image{border-radius:12px;height:140px}@media (width<=767px){.cfb-image{width:100%;height:auto}}.cfb-modal-buttons-container{flex-direction:column;gap:10px;display:flex}.payment_fields_container{flex-wrap:wrap;gap:10px;display:flex}.payment_fields_container>div{flex-grow:1;width:100%}.payment_field_first_name,.payment_field_last_name,.payment_field_city,.payment_field_state{width:calc(50% - 5px)!important}.footer-container{background:linear-gradient(#f0f0f0 1%,#fff 100%);margin-top:2rem;padding:4rem 0}@media (width<=767px){.footer-container{padding:3rem 0}}.footer-logo{width:140px;margin-bottom:2rem}.footer-content{flex-direction:row;display:flex}@media (width<=767px){.footer-content{flex-direction:column}}.footer-info{flex-direction:column;flex-shrink:0;flex-basis:75%;margin-right:30px;display:flex}@media (width<=767px){.footer-info{margin-bottom:1rem;margin-right:0}}.footer-links{flex-direction:column;flex-shrink:0;flex-basis:20%;margin-bottom:.875rem;display:flex}.footer-link{letter-spacing:.0012em;color:#1b1701b3;margin-bottom:.5rem;font-size:.875rem;font-weight:600;line-height:150%;text-decoration:none}.footer-link:focus,.footer-link:hover,.footer-link:active{color:#1b1701}.footer-images{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:1rem;display:flex}@media (width<=767px){.footer-images{justify-content:space-around;margin-top:1rem}}.footer-image{width:auto;height:40px;margin-bottom:20px}@media (width<=767px){.footer-image{height:30px;margin-top:10px;margin-right:20px}}.footer-image-opacity{opacity:.6}.footer-language-select{border-radius:17px;width:100px}.home_banner-container{background:url(https://cherryspins.b-cdn.net/orozino-test/banner_background_blured-1.png) 50% 60%/cover no-repeat;border-radius:17px;margin-top:10px;padding:0;position:relative;overflow:hidden}@media (width<=768px){.home_banner-container{background:url(https://cherryspins.b-cdn.net/orozino-test/banner_background_blured_mobile-1.png) 50% 9%/150% 150% no-repeat}}.home_banner-background{z-index:0;width:100%;height:auto;position:absolute;top:-5%;left:0}@media (width<=1399px){.home_banner-background{top:0}}@media (width<=1199px){.home_banner-background{transform-origin:50% 0;transform:scale(1.2)}}@media (width<=991px){.home_banner-background{transform-origin:50% 0;transform:scale(1.5)}}@media (width<=768px){.home_banner-background{transform-origin:50% 25%}}@media (width<=359px){.home_banner-background{transform-origin:50% 0}}.home_banner-content_wrapper{z-index:10;width:100%;height:560px;display:flex;position:relative}@media (width<=1399px){.home_banner-content_wrapper{height:515px}}@media (width<=768px){.home_banner-content_wrapper{height:auto}}.home_banner-content{flex-direction:row;justify-content:space-around;align-items:center;width:100%;display:flex}@media (width<=768px){.home_banner-content{flex-direction:column;justify-content:space-between}}.home_banner-content>div{margin:0 10px}@media (width<=768px){.home_banner-content>div{margin:0}}.home_banner-offer-wrapper{position:relative}@media (width<=768px){.home_banner-offer-wrapper{text-align:center;padding:60px 0 50px}}@media (width<=359px){.home_banner-offer-wrapper{padding:30px 0}}.home_banner-offer-wrapper:before{content:"";z-index:-1;filter:blur(40px);background:#d5f4ffbf;width:100%;height:180px;position:absolute;top:-20px;left:0}@media (width<=768px){.home_banner-offer-wrapper:before{content:"";z-index:-1;filter:blur(40px);background:#a6ebffbf;width:100%;height:100px;position:absolute;top:35px;left:0}}.home_banner-form-container{align-items:center;width:450px;height:400px;display:flex}@media (width<=768px){.home_banner-form-container{width:100%;height:auto;padding:10px}}.home_banner-form-wrapper{background-color:#fffffff2;border-radius:12px;width:100%;padding:40px 30px 20px}@media (width<=768px){.home_banner-form-wrapper{background-color:#fff;padding:35px 15px 20px}}.home_banner-welcome-wrapper{background-color:#fffffff2;border-radius:17px;width:100%;padding:30px}@media (width<=768px){.home_banner-welcome-wrapper{background-color:#fff;padding:40px 20px}}.home_banner-form-title{margin-bottom:13px;font-weight:600}.home_baner-promo_font{white-space:nowrap;font-weight:600;position:relative}.home_baner-promo_font:before{content:"";z-index:-1;background-color:#ffd814;background-position:0 43%;background-size:cover;width:125%;height:100%;font-style:normal;position:absolute;top:0;left:-13%;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.home_banner-left_tree{z-index:4;width:200px;height:500px;position:absolute;bottom:0;left:0}.home_banner-left_tree_image{width:100%;height:auto;position:absolute;bottom:0;left:0}@media (width<=1399px){.home_banner-left_tree_image{left:-30px}}@media (width<=1199px){.home_banner-left_tree_image{left:-70px}}@media (width<=550px){.home_banner-left_tree_image{left:-100px}}.home_banner-left_tree{-webkit-mask-image:-webkit-linear-gradient(#fff 95%,#fff0 100%);mask-image:linear-gradient(#fff 95%,#fff0 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.home_banner-right_tree{z-index:4;width:200px;height:500px;position:absolute;bottom:0;right:0}.home_banner-right_tree_image{width:100%;height:auto;position:absolute}@media (width<=1399px){.home_banner-right_tree_image{right:-30px}}@media (width<=1199px){.home_banner-right_tree_image{right:-50px}}@media (width<=550px){.home_banner-right_tree_image{right:-100px}}.home_banner-right_tree{-webkit-mask-image:-webkit-linear-gradient(#fff 95%,#fff0 100%);mask-image:linear-gradient(#fff 95%,#fff0 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.home_banner-logged-in{text-align:center;padding:50px 0 0}@media (width<=768px){.home_banner-logged-in{padding:35px 0 0}}.home_banner-greeting{display:inline-block;position:relative}.home_banner-greeting:before{content:"";z-index:-1;background-color:#ffd814;background-position:0 43%;background-size:cover;width:125%;height:100%;font-style:normal;position:absolute;top:0;left:-13%;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=768px){.home_banner-greeting:before{width:calc(100% + 20px);top:0;left:-10px}}.bonus_roll-container{position:relative}.bonus_roll-title-container{justify-content:center;align-items:center;gap:7px;display:flex}.bonus_roll-title-container .faq-page-icon{margin-top:1px}.bonus_roll-items_container{perspective:600px;max-width:100%;height:280px;position:relative}@media (width<=991px){.bonus_roll-items_container_mobile-height{height:430px}}.bonus_roll-attempts_container{text-align:center;margin:0 auto 20px}@media (width<=991px){.bonus_roll-attempts_container{margin:0 auto 15px}}.bonus_roll-attempts_container span{color:#1b1701b3;background-color:#e1e1e1;border-radius:17px;padding:3px 7px;font-size:12px}.bonus_roll-timer_container{z-index:10;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:100px;left:0}.bonus_roll-timer_wrapper{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;border-radius:17px;margin:10px;padding:30px 20px}.bonus_roll-deposit_container{z-index:10;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:100px;left:0}.bonus_roll-deposit_wrapper{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;border-radius:17px;margin:10px;padding:30px 20px}.bonus_roll-arrow{z-index:5;width:40px;position:absolute;top:49px;right:calc(50% - 130px);transform:rotate(322deg)}.bonus_roll-background{z-index:-1;background:#fff;width:100%;height:80%;position:absolute;top:20%;left:0;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.bonus_roll-item-wrapper{perspective:600px;width:154px;height:235px;transition:all .5s ease-in-out;position:absolute}.item-1-wrapper.pos-initial{animation-delay:.7s;top:0;left:calc(50% - 80px)}.item-1-wrapper.pos-default{top:0;left:calc(50% - 80px)}@media (width<=991px){.item-1-wrapper.pos-default{top:0;left:calc(50% - 80px)}}.item-2-wrapper.pos-initial{animation-delay:1s;top:20px;left:calc(50% - 80px)}.item-2-wrapper.pos-default{top:0;left:calc(50% - 350px)}@media (width<=991px){.item-2-wrapper.pos-default{top:170px;left:2%}}.item-3-wrapper.pos-initial{animation-delay:1.3s;top:40px;right:calc(50% - 75px)}.item-3-wrapper.pos-default{top:0;right:calc(50% - 350px)}@media (width<=991px){.item-3-wrapper.pos-default{top:190px;right:2%}}.bonus_roll-item{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;border-radius:17px;justify-content:center;align-items:center;transition:all .5s ease-in-out;display:flex;position:absolute}.bonus_roll-item.item-is-flipped{transform:rotateY(180deg)}.bonus_roll-item-front{backface-visibility:hidden;border-radius:17px;width:100%;height:100%;position:absolute;box-shadow:0 5px 15px #0003}.bonus_roll-item-back{border-radius:17px;transform:rotateY(180deg);box-shadow:0 5px 15px #0003}.bonus_roll-item-result{color:#fff6;visibility:hidden;text-align:center;margin-bottom:0;font-size:35px;font-weight:600;line-height:40px;transition:all .5s ease-in-out;transform:rotateY(180deg)}.item-result-text{font-size:15px;line-height:12px}.item-result-currency{font-size:12px}.item-result-winner{color:#fff;text-shadow:0 0 5px #c4882b;margin-bottom:15px;font-weight:700}.result-is-visible{visibility:visible}.animation-shaking{animation-name:spaceboots;animation-duration:.8s;-webkit-animation-timing-function:ease-in-out;animation-iteration-count:infinite;transform-origin:50% 100%;animation-timing-function:linear}.animation-floating{transform-origin:50% 100%;animation-name:float;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.animation-floating:hover img.bonus_roll-item-front,.animation-floating:hover video.bonus_roll-item-front{transition:all .2s ease-in-out;transform:scale(1.1)}.animation-floating:hover img.bonus_roll-item-back,.animation-floating:hover video.bonus_roll-item-back{transform:rotateY(180deg)}.item-1-wrapper.animation-floating{animation-delay:.4s}.item-3-wrapper.animation-floating{animation-delay:.8s}.item-winner{z-index:10}@keyframes shake{0%{transform:skew(-15deg)}5%{transform:skew(15deg)}10%{transform:skew(-15deg)}15%{transform:skew(15deg)}20%{transform:skew(0)}to{transform:skew(0)}}@keyframes shake1{0%{-webkit-transform:translate(2px,1px)rotate(0);transform:translate(2px,-10px)rotate(0)}10%{-webkit-transform:translate(-1px,-2px)rotate(-2deg);transform:translate(-10px,-15px)rotate(-2deg)}20%{-webkit-transform:translate(-3px)rotate(3deg);transform:translate(-3px,-10px)rotate(3deg)}30%{transform:translateY(2px)rotate(0)}40%{-webkit-transform:translate(1px,-1px)rotate(1deg);transform:translate(1px,-10px)rotate(1deg)}50%{-webkit-transform:translate(-1px,2px)rotate(-1deg);transform:translate(-1px,20px)rotate(-1deg)}60%{-webkit-transform:translate(-3px,1px)rotate(0);transform:translate(-3px,10px)rotate(0)}70%{transform:translate(2px,1px)rotate(-2deg)}80%{-webkit-transform:translate(-1px,-1px)rotate(4deg);transform:translate(-1px,-10px)rotate(4deg)}90%{-webkit-transform:translate(2px,2px)rotate(0);transform:translate(2px,10px)rotate(0)}to{-webkit-transform:translate(1px,-2px)rotate(-1deg);transform:translate(1px)rotate(-1deg)}}@keyframes spaceboots{0%{transform:translate(2px,1px)rotate(0)}10%{transform:translate(-1px,-2px)rotate(-1deg)}20%{transform:translate(-3px)rotate(1deg)}30%{transform:translateY(2px)rotate(0)}40%{transform:translate(1px,-1px)rotate(1deg)}50%{transform:translate(-1px,2px)rotate(-1deg)}60%{transform:translate(-3px,1px)rotate(0)}70%{transform:translate(2px,1px)rotate(-1deg)}80%{transform:translate(-1px,-1px)rotate(1deg)}90%{transform:translate(2px,2px)rotate(0)}to{transform:translate(1px,-2px)rotate(-1deg)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.animate__animated.animate__flipCustom{backface-visibility:visible;animation-name:flipCustom}@keyframes flipCustom{0%{animation-timing-function:ease-out;transform:perspective(1300px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(1300px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(1300px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(1300px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(1300px)scale(1)translate(0,0)rotateY(0)}}.gsi-material-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-appearance:none;box-sizing:border-box;color:#e3e3e3;cursor:pointer;letter-spacing:.25px;text-align:center;vertical-align:middle;white-space:nowrap;background-color:#131314;background-image:none;border:1px solid #131314;border-radius:20px;outline:none;width:auto;min-width:min-content;max-width:400px;height:40px;padding:0 12px;font-family:Roboto,arial,sans-serif;font-size:14px;transition:background-color .218s,border-color .218s,box-shadow .218s;position:relative;overflow:hidden}.gsi-material-button .gsi-material-button-icon{width:20px;min-width:20px;height:20px;margin-right:12px}.gsi-material-button .gsi-material-button-content-wrapper{flex-flow:row;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:relative}.gsi-material-button .gsi-material-button-contents{text-overflow:ellipsis;vertical-align:top;flex-grow:1;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden}.gsi-material-button .gsi-material-button-state{opacity:0;transition:opacity .218s;position:absolute;inset:0}.gsi-material-button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}.gsi-material-button:disabled .gsi-material-button-state{background-color:#e3e3e31f}.gsi-material-button:disabled .gsi-material-button-contents,.gsi-material-button:disabled .gsi-material-button-icon{opacity:.38}.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state{opacity:.12;background-color:#fff}.gsi-material-button:not(:disabled):hover{box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.gsi-material-button:not(:disabled):hover .gsi-material-button-state{opacity:.08;background-color:#fff}.responsible-gaming-wrapper{background:#fff;border-radius:17px;align-items:center;padding:10px;display:flex;box-shadow:0 1px 3px 1px #e1e1e1}@media (width<=991px){.responsible-gaming-wrapper{flex-direction:column-reverse;padding-bottom:25px}}.responsible-gaming-content-wrapper{text-align:center;flex-shrink:0;flex-basis:50%;padding:10px}@media (width<=991px){.responsible-gaming-content-wrapper{flex-basis:100%;margin-top:10px;padding:0}}.responsible-gaming-image-wrapper{text-align:right;flex-shrink:0;flex-basis:50%}@media (width<=991px){.responsible-gaming-image-wrapper{flex-basis:100%}}.responsible-gaming-image{border-radius:12px;width:100%;height:auto}.responsible-gaming-logos{justify-content:flex-start;margin-top:40px;display:flex}@media (width<=991px){.responsible-gaming-logos{justify-content:space-evenly;margin-top:30px}}.responsible-gaming-logo{height:40px;margin-right:50px}@media (width<=991px){.responsible-gaming-logo{margin-right:0}}.deposit-payment-method-container{padding:15px 15px 135px}@media (width<=991px){.deposit-payment-method-container{padding:10px 10px 135px}}.deposit-method-wrapper{grid-template-columns:repeat(1,1fr);gap:10px;display:grid}.deposit-payment-method-title{margin-bottom:15px}.choose-payment-bonus{background:#ffd814;border-radius:10px;margin-left:10px;padding:0 10px;font-size:12px}.welcome_modal .modal-content{-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#0000}.welcome_modal .modal-body{justify-content:center;padding:0;display:flex}.welcome_modal .welcome_modal_timer_wrapper{white-space:nowrap;color:#fff;background:#d93744;border-radius:17px;margin:0;padding:3px 15px;font-family:Roboto Mono,monospace;font-size:16px;font-weight:500;position:absolute;bottom:0;right:auto;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=767px){.welcome_modal .welcome_modal_timer_wrapper{font-size:13px}}.welcome_modal_image{width:100%;max-width:450px}.welcome_modal_button,.welcome_modal_button:hover,.welcome_modal_button:active{appearance:none;color:#fff;text-shadow:0 1px #000000b3;background:linear-gradient(#33db41 0%,#21ae48 100%);border-style:none;border-radius:40em;padding:1.5rem 3rem;font-size:24px;font-weight:700;position:absolute;bottom:17%;box-shadow:inset 0 -8px 8px #2bb50d,inset 0 8px 8px #5ae53f}@media (width<=767px){.welcome_modal_button,.welcome_modal_button:hover,.welcome_modal_button:active{padding:20px 35px;font-size:20px;bottom:17%}}.registration_banner_background{z-index:-1;width:100%;margin:-15px;position:absolute}@media (width<=768px){.registration_banner_background{margin:-10px}}.registration_banner_image{z-index:-1;width:45%;position:absolute;right:-5%}@media (width<=768px){.registration_banner_image{width:55%;right:-5%}}.registration_banner_arrow{z-index:1;height:80px;position:absolute;top:150px;left:58px}@media (width<=768px){.registration_banner_arrow{height:72px;top:110px;left:15px}}.registration_banner_container{margin:10px 0 50px}@media (width<=768px){.registration_banner_container{margin:10px 0 40px}}.registration_banner_content{text-align:center;width:65%}.registration_banner_content_background{text-align:center;white-space:nowrap;background-color:#1b1701;padding:20px 50px;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=768px){.registration_banner_content_background{padding:15px 20px}}.registration_banner_content_badges{height:25px;padding:0 30px}.registration_banner_content_title{color:#ffd814;margin-bottom:0;font-size:30px;font-weight:800}@media (width<=768px){.registration_banner_content_title{font-size:20px}}.registration_banner_content_subtitle{color:#fff;margin-bottom:0;font-size:14px}@media (width<=768px){.registration_banner_content_subtitle{font-size:12px}}.deposit_banner_background{z-index:-1;width:100%;margin-top:-65px;position:absolute}@media (width<=768px){.deposit_banner_background{margin-top:-55px}}.deposit_banner_image{float:left;z-index:-1;width:150px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image{width:140px;margin-left:0}}.deposit_banner_arrow{z-index:1;height:67px;position:absolute;top:120px;right:60%;transform:rotate(87deg)}@media (width<=768px){.deposit_banner_arrow{height:54px;top:108px;right:58%;transform:rotate(77deg)}}.deposit_banner_container{margin-bottom:10px}@media (width<=768px){.deposit_banner_container{margin:0 0 15px}}.deposit_banner_content{text-align:right;width:65%;margin-left:auto;position:relative}@media (width<=768px){.deposit_banner_content{width:68%}}.deposit_banner_content_background{white-space:nowrap;background-color:#1b1701;margin-top:-17px;padding:20px 50px 10px 0;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:110% 100%;mask-size:110% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=768px){.deposit_banner_content_background{margin-top:-13px;padding:15px 30px 10px 10px}}.deposit_banner_content_title{color:#ffd814;margin-bottom:0;font-size:30px;font-weight:700}@media (width<=768px){.deposit_banner_content_title{font-size:20px}}.deposit_banner_content_subtitle{color:#fff;margin-bottom:0;font-size:14px}@media (width<=768px){.deposit_banner_content_subtitle{font-size:12px}}.deposit_banner-timer-wrapper{color:#fff;z-index:2;white-space:nowrap;background:#dc3545;border-radius:17px;margin:0 15px 0 0;padding:3px 15px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;display:inline-block;position:relative;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=768px){.deposit_banner-timer-wrapper{margin-right:5px}}.email_opt_in_form_email{font-weight:600}.email_opt_in_form .form-check-label{color:#1b1701b3;margin-bottom:10px;font-size:14px}.bonus-tile-timer-wrapper,.weekly-bonus-timer-wrapper,.bonus-card-timer-wrapper{white-space:nowrap;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.verify-phone-title-spins{white-space:nowrap;color:#ffd814;background-color:#1b1701;margin-left:-5px;margin-right:-2px;padding:0 15px;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.bonus-tile-timer-wrapper{padding-top:5px;padding-bottom:5px;top:-2px}.weekly-bonus-timer-wrapper{padding-top:5px;padding-bottom:5px;top:-9px}.bonus-card-timer-wrapper{padding:3px 15px;top:-2px}.daily-drop{background-image:url(https://cherryspins.b-cdn.net/orozino-test/jackpot-daily-14.png);background-position:top;background-repeat:no-repeat;background-size:cover}.hourly-drop{background-image:url(https://cherryspins.b-cdn.net/orozino-test/jackpot-daily-15.png);background-position:top;background-repeat:no-repeat;background-size:cover}.must-drop-title-daily,.must-drop-title-hourly{color:#ffd814;font-size:32px}.home_banner_container_theme{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/big_bass_amazon/home_banner_background.jpg);background-position-y:top;background-repeat:no-repeat;background-size:cover;border-radius:17px;margin-top:10px;padding:0;position:relative;overflow:hidden}@media (width<=1199px){.home_banner_container_theme{background-position-y:0}}.home_banner_content_wrapper_theme{z-index:10;width:100%;height:560px;display:flex;position:relative}@media (width<=1399px){.home_banner_content_wrapper_theme{height:515px}}.home_banner_images_theme{z-index:-1}@media (width<=768px){.home_banner_images_theme{height:250px;margin-top:20px;margin-bottom:-70px}}.home_banner_content_theme{flex-direction:row-reverse;justify-content:space-around;align-items:center;width:100%;display:flex}@media (width<=768px){.home_banner_content_theme{flex-direction:column;justify-content:flex-start}}.home_banner_content_background_theme{text-align:center;white-space:nowrap;background-color:#1b1701;padding:35px 60px;-webkit-mask-image:url(https://i.imgur.com/P1bFwVG.png);mask-image:url(https://i.imgur.com/P1bFwVG.png);-webkit-mask-position:30%;mask-position:30%;-webkit-mask-size:105% 100%;mask-size:105% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (width<=768px){.home_banner_content_background_theme{padding:25px 40px}}.surtile_theme{color:#fff}.title_theme{color:#ffd814;font-weight:700}@media (width>=1200px){.title_theme{font-size:45px}}.subtitle_theme{color:#fff}.home_banner_container_theme_olympus{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/olympus/home_banner_background.jpg)}.registration_banner_arrow_olympus{z-index:1;height:68px;position:absolute;top:168px;left:110px}@media (width<=768px){.registration_banner_arrow_olympus{top:120px;left:30px}}.deposit_banner_image_olympus{float:left;z-index:-1;width:140px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image_olympus{width:120px;margin-left:0}}.home_banner_container_theme_brazil{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/brazil/home_banner_background.jpg);background-position:50%}@media (width<=1399px){.home_banner_images_theme_brazil{max-width:500px}}.registration_banner_arrow_brazil{z-index:1;height:68px;position:absolute;top:168px;left:110px}@media (width<=768px){.registration_banner_arrow_brazil{top:120px;left:30px}.registration_banner_image_brazil{right:-10%}}.deposit_banner_image_brazil{float:left;z-index:-1;width:140px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image_brazil{width:120px;margin-left:0}}.home_banner_container_theme_crazy_time{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/crazy_time/home_banner_background.jpg);background-position:50%}.home_banner_images_theme_crazy_time{z-index:0}@media (width<=1399px){.home_banner_images_theme_crazy_time{max-width:500px}}.home_banner_images_theme_crazy_time_2{z-index:1;height:422px;position:absolute;bottom:-31px;left:-94px}@media (width<=1399px){.home_banner_images_theme_crazy_time_2{height:350px;bottom:4px;left:-40px}}@media (width<=768px){.home_banner_images_theme_crazy_time_2{height:220px;bottom:-13px;left:-44px}}.registration_banner_arrow_crazy_time{z-index:1;height:68px;position:absolute;top:168px;left:110px}@media (width<=768px){.registration_banner_arrow_crazy_time{top:120px;left:30px}.registration_banner_image_crazy_time{right:-10%}}.deposit_banner_image_crazy_time{float:left;z-index:-1;width:120px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image_crazy_time{width:100px;margin-left:0}}.home_banner_container_theme_dragon_kingdom{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/dragon_kingdom/home_banner_background.jpg);background-position:50%}@media (width<=768px){.home_banner_container_theme_dragon_kingdom{background-position-x:-120px}}.home_banner_images_theme_dragon_kingdom{max-width:600px;margin-top:50px}@media (width<=1399px){.home_banner_images_theme_dragon_kingdom{max-width:500px;margin-top:20px}}@media (width<=768px){.home_banner_images_theme_dragon_kingdom{max-width:340px;height:auto;margin-top:20px}}.registration_banner_arrow_dragon_kingdom{z-index:1;height:68px;position:absolute;top:168px;left:110px}@media (width<=768px){.registration_banner_arrow_dragon_kingdom{top:120px;left:30px}}.registration_banner_image_dragon_kingdom{right:-8%}@media (width<=768px){.registration_banner_image_dragon_kingdom{right:-17%}}.deposit_banner_image_dragon_kingdom{float:left;z-index:-1;width:185px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image_dragon_kingdom{width:140px;margin-left:0}}.home_banner_container_theme_vip_10{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/vip_10/home_banner_background.jpg);background-position:50%}.theme_vip_banner_container{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/vip_10/home_banner_loggedin_background.jpg);background-position:top}@media (width<=768px){.theme_vip_banner_image{width:auto;height:auto;max-height:100px;margin-top:-20px;margin-bottom:0}}.theme_vip_banner_image_text_container{text-align:center;width:100%;position:absolute;bottom:13%}.theme_vip_banner_image_text{color:#fff;opacity:.75;margin-bottom:15px}@media (width<=768px){.theme_vip_banner_image_text{margin-bottom:0}}.theme_vip_banner_text_wrapper{padding-top:0}.theme_vip_banner_text_wrapper h2{color:#fff}@media (width>=769px){.theme_vip_banner_text_wrapper h2{text-align:left}}.theme_vip_banner_text_list{color:#fff;columns:2;-webkit-columns:2;-moz-columns:2;text-align:left;margin:10px 0 0;padding:0;list-style-type:none}@media (width<=768px){.theme_vip_banner_text_list{columns:1;-webkit-columns:1;-moz-columns:1;text-align:center;margin-top:15px;margin-bottom:5px}}.theme_vip_banner_text_list li:before{content:"✓";margin-right:7px}.theme_vip_banner_text_list li{opacity:.75;margin-bottom:5px;font-size:14px}.registration_banner_arrow_vip_10{z-index:1;height:68px;position:absolute;top:168px;left:110px}@media (width<=768px){.registration_banner_arrow_vip_10{top:120px;left:30px}}.deposit_banner_image_vip_10{float:left;z-index:-1;width:120px;margin-left:10px;position:relative}@media (width<=768px){.deposit_banner_image_vip_10{width:120px;margin-left:6px}}.deposit_banner_content_background_vip_10{padding:18px 30px 15px 10px}.deposit_banner_content_subtitle_vip_10{text-align:right;font-size:14px}@media (width<=768px){.deposit_banner_content_subtitle_vip_10{font-size:12px}}.deposit_banner_content_subtitle_vip_10 span{color:#ffd814;font-weight:500}.home_banner_container_theme_christmas{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/christmas/home_banner_background.jpg);background-position:50%}.deposit_banner_image_christmas{float:left;z-index:-1;width:140px;margin-left:15px;position:relative}@media (width<=768px){.deposit_banner_image_christmas{width:120px;margin-left:10px}}.home_banner_container_theme_egypt{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/egypt/home_banner_background.jpg)}.deposit_banner_image_egypt{float:left;z-index:-1;width:110px;margin-left:20px;position:relative}@media (width<=768px){.deposit_banner_image_egypt{width:90px;margin-left:15px}}.registration_banner_content_title_egypt_0{font-size:35px;line-height:41px}@media (width<=768px){.registration_banner_content_title_egypt_0{font-size:26px;line-height:30px}}.registration_banner_content_subtitle_egypt_0{white-space:normal}@media (width<=768px){.registration_banner_content_subtitle_egypt_0{padding:0 10px}}.home_banner_container_theme_wolf_gold{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/wolf_gold/home_banner_background.jpg)}.registration_banner_image_wolf_gold{right:-10%}@media (width<=768px){.registration_banner_image_wolf_gold{right:-18%}}.deposit_banner_image_wolf_gold{float:left;z-index:-1;width:110px;margin-left:20px;position:relative}@media (width<=768px){.deposit_banner_image_wolf_gold{width:90px;margin-left:15px}}.registration_banner_image_burning_fortunator{right:0}@media (width<=768px){.registration_banner_image_burning_fortunator{right:-5%}}.home_banner_container_theme_burning_fortunator{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/plinko/home_banner_background.jpg)}.registration_banner_image_plinko{width:33%;right:15px}@media (width<=768px){.registration_banner_image_plinko{width:40%;right:4px}}.home_banner_container_theme_buffalo{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/buffalo/home_banner_background.jpg)}.home_banner_container_theme_madame_destiny{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/madame_destiny/home_banner_background.jpg)}.home_banner_container_theme_dragon_hot{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/dragon_hot/home_banner_background.jpg)}.home_banner_container_theme_blazing_buffalo{background-image:url(https://spt-assets.b-cdn.net/orozino/themes/blazing_buffalo/home_banner_background.png)}.home_banner_images_theme_blazing_buffalo{z-index:0;max-width:400px}.btn_payment_method{color:#1b1701b3;background:#f0f0f0;border-radius:17px;justify-content:space-between;align-items:center;width:100%;height:110px;font-weight:500;display:flex;position:relative}.btn_payment_method:hover,.btn_payment_method:focus,.btn_payment_method:active{color:#1b1701;background:#f0f0f0}.btn_payment_method img{max-width:300px;max-height:30px;margin-bottom:10px}.btn_payment_method .btn_payment_method_content{flex-direction:column;align-items:center;width:100%;display:flex}.btn-choose-payment{color:#1b1701b3;background:#f0f0f0;border-radius:17px;justify-content:space-between;align-items:center;width:100%;font-weight:500;display:flex;position:relative}.btn-choose-payment:hover,.btn-choose-payment:focus,.btn-choose-payment:active{color:#1b1701;background:#f0f0f0}.btn-choose-payment img{max-width:300px;max-height:30px;margin:3px 13px 3px 0}.btn-choose-payment .btn_payment_method_content{flex-direction:column;justify-content:center;align-items:self-start;width:100%;min-height:36px;display:flex}.withdraw-method,.withdraw-redirect{margin:0 15px 15px}@media (width<=991px){.withdraw-method,.withdraw-redirect{margin:0 10px 15px}}.withdraw-method-wrapper{margin:0 15px 15px;padding-bottom:90px}.withdraw-method{grid-template-columns:repeat(1,1fr);gap:10px;margin:0;display:grid}
