@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;600&display=swap);
.hot-games.wrapper{overflow:hidden;position:relative;height:171px}.hot-games .img-container{position:absolute;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.hot-games .games-leave-active{-webkit-animation:leave 12s linear;animation:leave 12s linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running}.hot-games .games-leave-active:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.hot-games .games-leave-active.run{-webkit-animation-play-state:running;animation-play-state:running}.hot-games .games-leave-active.pause{-webkit-animation-play-state:paused;animation-play-state:paused}.hot-games .games-enter-active{-webkit-animation:enter 12s linear;animation:enter 12s linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running}.hot-games .games-enter-active:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.hot-games .games-enter-active.run{-webkit-animation-play-state:running;animation-play-state:running}.hot-games .games-enter-active.pause{-webkit-animation-play-state:paused;animation-play-state:paused}.hot-games a{color:inherit}.hot-games .game-item{position:relative;margin-right:5px;padding-top:15px;background-color:#000;height:143px;width:120px;text-align:center}.hot-games .game-item img{cursor:pointer;overflow:hidden;box-sizing:border-box;border-radius:12px;border:1px solid #5c5252}.hot-games .game-item .game-title{padding:0 15px;text-align:left;height:60px;width:120px;background-color:#171613;color:#fff}@-webkit-keyframes leave{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes leave{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes enter{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes enter{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.u-section-title{margin-bottom:0;font-size:18px;font-weight:600;color:#bfc2c4;background:linear-gradient(180deg,#fff,#bfc2c4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.u-section-box--bg{background:#006127;border-radius:10px;color:#fff;overflow:hidden;padding:0 18px}.u-muted-txt{color:#6b7586}.carousel-indicators{z-index:3;bottom:-10px}.carousel-indicators li{background:#131b33;border:0;width:12px;height:12px;margin-left:5px}.carousel-indicators li.active{background:linear-gradient(180deg,#fff,#90919b)}.content-lottery{margin:10px 0 50px}.content-lottery .row{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.content-lottery .contacts-carousel{width:100%}@media (max-width:460px){.content-lottery{margin:10px 0}}.content-lottery .column-row-lottery{padding-right:15px;padding-left:15px;width:25%}@media (max-width:768px){.content-lottery .column-row-lottery{width:50%}}.mobile .content-lottery .column-row-lottery{margin-bottom:18px}.content-lottery .column-row-lottery .lottery-border-gradient{background:linear-gradient(90deg,#2cda5a 0,#010101);padding:3px;border-radius:6px;margin-left:20px}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position{background-color:#000;border-radius:6px;position:relative}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-img-border-gradient{background:linear-gradient(90deg,#9c9d9d 0,#000);padding:3px;border-radius:6px;width:55px;height:55px;position:absolute;left:-25px;top:0;bottom:0;margin:auto}.mobile .content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-img-border-gradient{width:45px;height:45px}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-img-border-gradient .lottery-img-border-position{background-color:#000;border-radius:6px;width:100%;height:100%;display:-webkit-flex;display:flex;place-content:center;place-items:center}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-img-border-gradient .lottery-img-border-position div{width:90%;height:90%}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment{padding:10px 0 10px 40px}.mobile .content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment{padding:10px 0 10px 25px}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment .heading{display:block;font-size:15px;font-weight:600;color:#fff}@media (max-width:660px){.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment .heading{font-size:12px}}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment .date{display:block;font-size:15px;font-weight:600;color:#9d9999}@media (min-width:461px) and (max-width:660px){.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment .date{font-size:10px}}.content-lottery .column-row-lottery .lottery-border-gradient .lottery-border-position .lottery-content-alignment .lottery-no{display:block;font-size:20px;font-weight:600;color:#fff}.col-width-full{width:100%}@media (max-width:767px){.col-width-full{margin-top:15px}}.col-width-3{width:33.33333%;padding:0 5px;box-sizing:border-box}@media (max-width:767px){.col-width-3{width:100%}.col-width-3:last-child{margin-top:20px}}@media (max-width:767px){.img-border-radius{border-radius:30px;width:100%}}.center-text{place-content:space-between;-webkit-flex-direction:column;flex-direction:column}.mobile .center-position{text-align:center}.right-text{text-align:right}.mobile .right-text{text-align:center}.flex-display{display:-webkit-flex;display:flex}.flex-space-btw{-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-grow:1;flex-grow:1}.flex-space-btw,.flex-start{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.flex-start{-webkit-justify-content:flex-start;justify-content:flex-start}@media (max-width:767px){.slot-response{-webkit-flex-direction:column;flex-direction:column}}.float-left{float:left}.float-right{float:right}.deposit-withdraw-div{padding:30px 0}@media (max-width:767px){.deposit-withdraw-div{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;flex-direction:column}}.deposit-withdraw-div .deposit-withdraw-section{width:70%;box-sizing:border-box;margin-right:15px;background-color:#006127;padding:35px 15px 30px}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section{width:98%;box-sizing:border-box;margin:auto}}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box{width:48%;margin-top:25px}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box{width:100%}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:last-child{margin-top:25px}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box:first-child{margin-top:0}}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top{display:-webkit-flex;display:flex;width:100%}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-icon{display:-webkit-flex;display:flex;place-items:center;width:50px;font-size:35px;background:linear-gradient(180deg,#ffe550 2.13%,#f99824);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content{display:-webkit-flex;display:flex;place-content:space-between;width:calc(100% - 50px);color:#c90}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1{text-transform:uppercase;font-size:18px;font-weight:900}@media (min-width:461px) and (max-width:660px){.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1{font-size:18px}}@media (max-width:460px){.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text1{font-size:15px}}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:first-child .deposit-withdraw-text1{background:linear-gradient(180deg,#ffe550 2.13%,#f99824);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2{color:#c90;display:block;font-size:15px}.mobile .deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div .deposit-withdraw-text2{font-size:11px}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-top .deposit-withdraw-content div:last-child{display:-webkit-flex;display:flex;place-items:end}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader{position:relative;width:100%;height:10px;border-radius:10px;background-color:#003012;overflow:hidden;margin-top:10px}.deposit-withdraw-div .deposit-withdraw-section .deposit-withdraw-box .deposit-withdraw-loader span{position:absolute;width:30%;height:100%;background:linear-gradient(180deg,#ffe550 2.13%,#f99824);border-radius:10px}.deposit-withdraw-div .deposit-withdraw-section .support-div{width:100%;margin-top:70px}.deposit-withdraw-div .deposit-withdraw-section .support-div .icon-wrp{background:linear-gradient(180deg,#a5a3a1 0,#fefefe 100%,#adaba9 0,#fff 0);box-shadow:0 -1px 1px 1px rgba(0,0,0,.15)}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .support-div{margin-top:25px}}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner{border-top:1px solid #282828;border-bottom:1px solid #282828;margin-top:20px}}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .support-div .carousel-inner .item{padding:30px 0}}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box{display:-webkit-flex;display:flex}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box{-webkit-flex-wrap:wrap;flex-wrap:wrap}}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item{width:33.33333%}@media (max-width:767px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item{width:48%;margin-top:15px}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .contact-item:nth-child(-n+2){margin-top:0}}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card-width{width:100%}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width{width:43%}@media (min-width:661px) and (max-width:768px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width{width:50%}}@media (min-width:461px) and (max-width:660px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width{width:50%}}@media (max-width:460px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .skype-card-width{width:50%}}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card{place-items:center}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border{width:2em;height:2em;border-radius:50px;background:linear-gradient(180deg,#ffe550 2.13%,#f99824);display:-webkit-flex;display:flex;place-content:center;place-items:center;font-size:20px}.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border{width:45px;height:45px}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div{background-color:#006127;width:95%;height:95%;border-radius:50px;display:-webkit-flex;display:flex;place-content:center;place-items:center}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .icon-circle-border .icon-div i{background:linear-gradient(180deg,#ffe550 2.13%,#f99824);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content{width:calc(100% - 2em);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding-left:15px;box-sizing:border-box}@media (max-width:460px){.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content{width:calc(100% - 45px)}}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font{font-size:15px;color:#6d6d6d;font-weight:400}.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .line-font{font-size:13px}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .mail-color{background:linear-gradient(180deg,#ffe550 2.13%,#f99824);-webkit-background-clip:text;-webkit-text-fill-color:transparent;word-wrap:break-word;font-weight:900;font-size:14px}.deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font{font-size:15px;color:#6d6d6d;font-weight:600}.mobile .deposit-withdraw-div .deposit-withdraw-section .support-div .support-box .support-card .support-content .support-font{font-size:13px}.hot-games-bg{background:url(https://files.sitestatic.net/assets/imgs/gigagaming/theme-title-bg-img-t14.png) no-repeat;background-size:cover}.mobile .hot-games-bg{background-position:50%}.today-lottery-bg{background:url(https://files.sitestatic.net/assets/imgs/gigagaming/title-bg-img.png) no-repeat;background-size:cover}.mobile .today-lottery-bg{background-position:50%}.rubik-one{font-family:Rubik Mono One,sans-serif}.black-bg{background-color:#000}.hot-games-heading{font-size:25px;background:linear-gradient(180deg,#067b1c 0,#d7ffde);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width:461px) and (max-width:768px){.hot-games-heading{font-size:18px}}@media (max-width:460px){.hot-games-heading{font-size:15px}}.today-lottery-heading{font-size:25px;background:linear-gradient(180deg,#067b1c 0,#d7ffde);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width:461px) and (max-width:768px){.today-lottery-heading{font-size:18px}}@media (max-width:460px){.today-lottery-heading{font-size:15px}}.info-section{width:30%;box-sizing:border-box;background-color:#006127}@media (max-width:767px){.info-section{width:98%;box-sizing:border-box;margin:25px auto}}.info-section .div-card{display:-webkit-flex;display:flex;place-content:space-between;padding:20px 0;border-bottom:1px solid #fedc3d}.info-section .div-card .text{color:#fedc3d;font-weight:600;font-size:15px;place-items:center}.info-section .div-card .a-href-div{background:linear-gradient(180deg,#fce04d,#006127);border-radius:5px;width:inherit;height:35px;min-width:80px;display:-webkit-flex;display:flex;place-content:center;place-items:center;font-size:12px;font-weight:600}.info-section .div-card .a-href-div a{background:#006127;color:#c90;border-radius:5px;text-decoration:none!important;width:95%;height:90%;display:-webkit-flex;display:flex;place-content:center;place-items:center}.mobile .info-section .div-card .a-href-div a{width:97%;height:94%}.g-slider-wrapper .lottery-title-center{place-content:center!important;margin-top:90px}@media (max-width:460px){.g-slider-wrapper .lottery-title-center{margin-top:70px}}.g-slider-wrapper .title-center{place-content:center!important;margin-top:60px}.mobile .g-slider-wrapper .title-center{margin-top:70px}.g-slider-wrapper .title-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center}.g-slider-wrapper .pagi-wrp .btn{width:40px;height:40px;border:1px solid}.mobile .g-slider-wrapper .pagi-wrp{display:none}.g-slider-wrapper a.game-box,.g-slider-wrapper div.game-box{width:110px;height:auto!important;border-radius:4px 4px 0 0}.g-slider-wrapper a.game-box>img,.g-slider-wrapper div.game-box>img{background:#000;border-radius:4px 4px 0 0;width:110px;height:110px}.desktop .g-slider-wrapper a.game-box>img,.desktop .g-slider-wrapper div.game-box>img{width:150px;height:150px}.g-slider-wrapper .content-wrapper.round{height:80px}.desktop .g-slider-wrapper .content-wrapper.round{height:110px}.g-slider-wrapper a.game-box.round,.g-slider-wrapper div.game-box.round{width:auto;height:auto}.g-slider-wrapper a.game-box.round>img,.g-slider-wrapper div.game-box.round>img{width:70px;max-width:70px;height:auto;border-radius:50%}.desktop .g-slider-wrapper a.game-box.round>img,.desktop .g-slider-wrapper div.game-box.round>img{width:auto;height:auto;max-width:100%}.desktop .g-slider-wrapper a.game-box.round,.desktop .g-slider-wrapper div.game-box.round{width:100px;height:auto;max-width:100%}.g-slider-wrapper .game-title{border-radius:0 0 4px 4px;background:transparent;text-align:left;padding-left:15px;line-height:2;font-size:12px;font-weight:500;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;padding-right:4px;color:#fff}.mobile .g-slider-wrapper .game-title{padding-left:7px;font-size:11.2px;font-weight:400}.g-slider-wrapper .game-title img.logo{height:18px;width:18px}.g-slider-wrapper.hot .game-title{background:#ab1010}.g-slider-wrapper.recommend .game-title{background:#0d673c}.g-slider-wrapper.new .game-title{background:#2d1a62}.icon-wrp{width:2em;height:2em;font-size:20px;display:inline-block;line-height:2em;vertical-align:middle;background:linear-gradient(180deg,#a5a3a1 0,#fefefe 100%,#adaba9 0,#fff 0);box-shadow:0 -1px 1px 1px rgba(0,0,0,.15);border-radius:50%;text-align:center}.icon-wrp>i{color:inherit}.text-email-wrap{font-weight:600;line-height:22px}.home-info-grp .title-box{margin-bottom:25px;margin-top:30px}.svc-advantage .circle-wrp{width:2em;height:2em;font-size:30px;line-height:2em;vertical-align:middle;border-radius:50%;text-align:center;background:#0b121b}.svc-advantage .circle-wrp>i{color:#0083ff;background:linear-gradient(90deg,#fbb24c,#fe7d38 95.87%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.svc-advantage .text-wrp{padding-top:0;padding-left:10px;line-height:1.2}.svc-advantage .text-wrp .u-section-title{font-size:16px}.svc-advantage .text-wrp .u-section-subtitle{font-size:11.2px;margin-bottom:5px}.svc-advantage .text_minutes{font-size:11.2px!important;font-weight:600}.svc-advantage .progress{background:#0b121b;border-radius:10px;height:6px;margin-bottom:40px}.svc-advantage .progress-bar{background:linear-gradient(90deg,#fbb24c,#fe7d38 95.87%);border-radius:150px;line-height:12px}.svc-advantage .card-header{margin-top:30px}.svc-advantage .card-header>*{float:left}.svc-advantage .card{padding:16px 9px;background:linear-gradient(180deg,rgba(98,108,117,.5) 24.5%,rgba(16,18,28,.5));box-shadow:0 4px 24px 1px rgba(0,0,0,.15);border-radius:10px}.svc-advantage .content-box{padding:17px 15px}.svc-advantage .content-box ul{list-style:none;margin-left:0}.svc-advantage .content-box ul li{font-weight:500;font-size:12px;line-height:18px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;text-transform:capitalize;padding:13px 0;border-bottom:1px solid;-webkit-flex:1;flex:1}.svc-advantage .content-box ul li .question-text{-webkit-flex:1;flex:1}.svc-advantage .content-box ul li .question-link{text-align:right;float:right;border:1px solid;padding:5px 6px;font-size:12px;border-radius:20px}.svc-advantage .contact-border{border-color:currentcolor;border-style:none solid;border-width:1px}.member-svc #contacts-carousel{position:unset}.member-svc .content-box{padding:20px 5px 45px 27px;height:356px;position:relative}.member-svc .contact-item{color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;padding-bottom:25px}.member-svc .carousel-indicators{bottom:0;z-index:3}.member-svc .text-wrp{padding-left:20px;font-size:16px}.info-centre .content-box{padding:7px 8px 27px 14px}.info-centre .content-box ul{list-style-type:none;margin:0;padding:0;overflow:auto;white-space:nowrap}.info-centre .content-box li{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;line-height:1;padding:25px 0 30px;border-bottom:1px solid #323a46}.info-centre .content-box li .text{font-size:16px;font-weight:500;padding:5.4px 0}.info-centre .content-box li .btn-link{background:linear-gradient(180deg,rgba(98,108,117,.5) 24.5%,rgba(16,18,28,.5));box-shadow:0 -1px 1px 1px rgba(0,0,0,.15);border-radius:4px;font-size:11.2px;color:#7ea1c1;padding:5.4px 7px}.desktop .site-footer{background:#003012}.footer-content .footerlink ul li,.footer-content .footerlink ul li a,.footer-misc,.title{color:#fff}.button.is-outline{background-color:#188440;border-color:#188440}.social-icons i{color:#fff}.dotted_line{border-bottom:5px solid #00451c}.ann-wrapper i{color:#ffd600}.desktop .carousel-indicators{bottom:30px}.desktop .main.nav-wrapper{background:linear-gradient(270deg,#188040,#2cdb5a 50.31%,#188040 100.35%)}.ovo-game-heading{font-size:25px;margin:20px 0}.Poppins-font{font-family:Poppins,sans-serif}.lato-font{font-family:Lato,sans-serif}.ovo-game-heading-color{background:linear-gradient(180deg,#ffe550 2.13%,#f99824);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ovo-font-cuppercase{text-transform:uppercase}.ovo-popular-game .content-wrapper{width:100%}.ovo-popular-game .content-wrapper .wrapper{height:230px;overflow:hidden;position:relative}.ovo-popular-game .content-wrapper .wrapper .games-leave-active{-webkit-animation:leave 25s linear;animation:leave 25s linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running}.ovo-popular-game .content-wrapper .wrapper .games-leave-active:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.ovo-popular-game .content-wrapper .wrapper .games-leave-active.run{-webkit-animation-play-state:running;animation-play-state:running}.ovo-popular-game .content-wrapper .wrapper .games-leave-active.pause{-webkit-animation-play-state:paused;animation-play-state:paused}.ovo-popular-game .content-wrapper .wrapper .games-enter-active{-webkit-animation:enter 25s linear;animation:enter 25s linear;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running}.ovo-popular-game .content-wrapper .wrapper .games-enter-active:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.ovo-popular-game .content-wrapper .wrapper .games-enter-active.run{-webkit-animation-play-state:running;animation-play-state:running}.ovo-popular-game .content-wrapper .wrapper .games-enter-active.pause{-webkit-animation-play-state:paused;animation-play-state:paused}@media (max-width:768px){.ovo-popular-game .content-wrapper .wrapper{height:140px}}.ovo-popular-game .content-wrapper a{width:150px;height:150px;color:inherit;text-align:center}@media (max-width:768px){.ovo-popular-game .content-wrapper a{width:100px;height:100px;margin-right:15px!important}}.ovo-popular-game .content-wrapper a img{background:#000;width:150px;height:150px;border-radius:20px}@media (max-width:768px){.ovo-popular-game .content-wrapper a img{width:100px;height:100px}}.width-60{width:60%}@media (max-width:768px){.width-60{width:98%;margin:auto}}.width-40{width:40%}@media (max-width:768px){.width-40{width:98%;margin:auto}}.lw-loop-content{overflow:hidden;position:relative;height:450px}@media (max-width:768px){.lw-loop-content{height:300px}}.theme-UL-style{list-style-type:none;margin:0;width:100%;border-radius:7px;height:100%}.theme-UL-style::-webkit-scrollbar{width:5px;display:none}.theme-UL-style:hover::-webkit-scrollbar{display:block}.theme-UL-style:hover::-webkit-scrollbar-track{background:#f1f1f1}.theme-UL-style:hover::-webkit-scrollbar-thumb{background:#888;border-radius:100px}.theme-UL-style:hover::-webkit-scrollbar-thumb:hover{background:#555}.theme-UL-style li{padding:10px 20px}.theme-UL-style li:nth-child(2n){background:#187e3f}.theme-UL-style li:nth-child(odd){background:#006127}.theme-UL-style li .LW-div .wd-item__avatar{width:45px;margin-right:10px}@media (max-width:768px){.theme-UL-style li .LW-div .wd-item__avatar{padding-right:5px}}.theme-UL-style li .LW-btn{background:linear-gradient(183.35deg,#cc9c1e 2.88%,#604705 95.83%);color:#fff;display:-webkit-flex;display:flex;padding:3px 20px;border-radius:50px;cursor:pointer;width:100px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width:768px){.theme-UL-style li .LW-btn{padding:3px 10px;width:90px}}.LW-font{color:#fedc3d;font-size:18px;margin-bottom:5px}.LW-date-font{color:#c90;font-size:12px}.RG-div{width:100%}.mobile .RG-div{padding-left:5px}.RG-div .RG-box{width:100%;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.RG-div .RG-box>a,.RG-div .RG-box>div{width:25%;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-right:20px;box-sizing:border-box}.mobile .RG-div .RG-box>a,.mobile .RG-div .RG-box>div{padding-right:3px;padding-bottom:10px}.RG-div .RG-box>a img,.RG-div .RG-box>div img{border-radius:20px}.ovo-popular-game-name,.ovo-RG-name{width:100%;height:60px;text-align:center;color:#fff;line-height:1em;height:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1em;margin:5px 0}.desktop .ovo-popular-game-name,.desktop .ovo-RG-name{margin:14px 0}.LW-part{padding-left:20px;box-sizing:border-box}.mobile .LW-part{padding-left:0}@media (max-width:768px){.RGLW-div{-webkit-flex-direction:column;flex-direction:column}}@media screen and (max-width:992px){.container-wrapper,.content,.full-container,.main-content,body,html{height:auto!important}}@media (max-width:768px){.popular-game-div{width:98%;margin:auto}}.jackpot{padding-top:0;padding-bottom:0}body.mobile{background-color:#000;background-image:none}body.desktop,body.desktop .header-wrapper,body.mobile .inner-header{background-color:#00451c;background-image:none}body.desktop .ann-wrapper{background:transparent;color:#fff;padding-right:3rem}.menu-bottom .navbar-inverse{background:linear-gradient(270deg,#188040,#2cdb5a 50.31%,#188040 100.35%)}.menu-bottom .footericon-single,.menu-bottom .footericon-single a{color:#fff}.mobile .flex-xs-center{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.mobile .promotion-section{padding:0 15px}.jackpot .text-content{padding-top:70px}.desktop .g-slider-wrapper{padding-top:4px}.desktop .g-slider-wrapper .content-wrapper{overflow:hidden}.desktop .g-slider-wrapper ul{list-style-type:none;margin:0;padding:0;overflow-y:hidden;white-space:nowrap}.desktop .g-slider-wrapper ul::-webkit-scrollbar{display:none}.desktop .g-slider-wrapper ul{-ms-overflow-style:none;scrollbar-width:none}.desktop .g-slider-wrapper li{display:inline-block;position:relative}.desktop .g-slider-wrapper img{display:block;height:100%;width:100%;border-radius:5px}.desktop .g-slider-wrapper a.game-box,.desktop .g-slider-wrapper div.game-box{position:relative;display:block;margin-right:30px;width:150px;height:150px;color:inherit}.desktop .g-slider-wrapper .game-title{text-transform:uppercase;font-size:11.2px;overflow:hidden}
