.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;border-bottom:2px solid #00E3E8}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}._locale-languages .selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#FFF;gap:5px;padding:6px 12px}._locale-languages .selected:hover{cursor:pointer}._locale-languages .selected.expanded .langoptsicon{-webkit-transform:rotateX(180deg) translateY(4px);transform:rotateX(180deg) translateY(4px)}._locale-languages .options{display:none;-webkit-transition:all 0.3s;transition:all 0.3s;overflow:hidden}._locale-languages .langoptsicon{background-color:transparent;width:16px;height:16px;border:8px solid transparent;border-top-color:#FFF;-webkit-transform:rotateX(0deg) translateY(4px);transform:rotateX(0deg) translateY(4px);-webkit-transition:all 0.3s;transition:all 0.3s}._locale-languages .langoption a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;text-transform:none;text-decoration:none;color:#FFF;height:auto;padding:6px 12px}._locale-languages .flag{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;border-radius:50%;overflow:hidden}._locale-languages .EStooltip{position:absolute;top:-1em;right:100%;text-align:right;text-transform:none;font-size:12px;font-weight:500;width:205px;font-family:sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#FFF;border-radius:1em;padding:1em;color:#000;-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.3);box-shadow:4px 4px 5px rgba(0,0,0,0.3);opacity:0;-webkit-animation:EST_headerIn 1s;animation:EST_headerIn 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:right;transform-origin:right}._locale-languages .EStooltip:after{content:"";border:9px solid #FFF;border-color:transparent transparent transparent #FFF;position:absolute;top:50%;left:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._locale-languages .EStooltip p{margin:0}._locale-languages .EStooltip a{background-color:#000;color:#FFF;display:inline-block;padding:4px 8px;border-radius:10px;text-transform:uppercase;font-weight:600;text-decoration:none}._locale-languages .EStooltip.hidden{-webkit-transform:scale(0);transform:scale(0)}._locale-top-languages{display:none;position:relative}._locale-top-languages .selected span{display:none}._locale-top-languages .options{position:absolute;top:100%;left:0;background-color:#333;border-radius:3px;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);box-shadow:3px 3px 3px rgba(0,0,0,0.3)}@media screen and (min-width:768px){._locale-top-languages{display:block}}._locale-mainnav-languages{padding-bottom:1em;position:relative}._locale-mainnav-languages .langoption a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;text-transform:none;color:#FFF;height:auto;padding:6px 12px;line-height:normal;background-color:transparent}._locale-mainnav-languages .EStooltip{top:-0.5em;left:140px;right:unset;text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-transform-origin:left;transform-origin:left;display:none}._locale-mainnav-languages .EStooltip.show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:EST_headerIn_m 1s;animation:EST_headerIn_m 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}._locale-mainnav-languages .EStooltip:after{left:unset;right:100%;border-color:transparent #FFF transparent transparent}._locale-mainnav-languages .EStooltip a{height:auto;min-height:unset;line-height:normal;background-color:#000;color:#FFF;padding:4px 8px;overflow:unset;width:auto}@media screen and (min-width:768px){._locale-mainnav-languages{display:none}}@-webkit-keyframes EST_headerIn{0%{opacity:0;right:300%}to{opacity:1;right:100%}}@keyframes EST_headerIn{0%{opacity:0;right:300%}to{opacity:1;right:100%}}@-webkit-keyframes EST_headerIn_m{0%{opacity:0;left:200px}to{opacity:1;left:140px}}@keyframes EST_headerIn_m{0%{opacity:0;left:200px}to{opacity:1;left:140px}}footer{width:100%;margin:0 auto;padding:20px 0px}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;position:relative}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;font-size:14px;max-width:896px}@media (min-width:320px){.footer__content{max-width:350px}}@media (min-width:500px){.footer__content{max-width:500px}}@media (min-width:768px){.footer__content{max-width:600px}}@media (min-width:1200px){.footer__content{max-width:896px}}.footer__content--image{max-width:115px;margin-bottom:20px}@media (min-width:320px){.footer__content--image{width:20vw;max-width:20vw}}@media (min-width:467px){.footer__content--image{max-width:150px}}@media (min-width:595px){.footer__content--image{width:155px;max-width:20vw}}.footer__content--text{color:#ffffff;text-align:center;font-size:14px;margin:2px}@media (min-width:320px){.footer__content--text{font-size:9px}}@media (min-width:367px){.footer__content--text{font-size:14px}}@media (min-width:768px){.footer__content--text{font-size:14px}}.footer__cta{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0px;right:10px}@media (min-width:1024px){.footer__cta{bottom:20px;right:20px}}.footer__cta--text{font-size:14px;color:#00bac1;margin-left:10px;text-transform:uppercase}@media (min-width:320px){.footer__cta--text{display:none}}@media (min-width:1280px){.footer__cta--text{display:block}}.footer__cta--scroll{background-color:#00E3E8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;padding:5px;width:45px;height:45px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);cursor:pointer;outline:none}.footer__cta--scroll img{width:20px;max-width:20px}@font-face{font-family:"Gogh-ExtraBold";src:url("../fonts/gogh/Gogh-ExtraBold.ttf")}@font-face{font-family:"Gogh-ExtraBold";src:url("../fonts/gogh/Gogh-ExtraBold.ttf")}*{font-family:"Roboto",sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}body{background-color:#17213F;margin:0;position:relative;background:url("../images/home-images/bg-pattern.jpg") center center repeat}body.homepage{background-color:#17213F;margin:0;position:relative;background:url("../images/home-images/bg-pattern.jpg") center center repeat}body.homepage:after{content:"";position:absolute;top:0;right:0;background:url(../images/home-images/shadow-left.png);width:50px;min-height:700px;background-repeat:no-repeat;background-size:100% 100%;rotate:180deg}@media (min-width:320px){body.homepage:after{min-height:732px}}@media (min-width:370px){body.homepage:after{min-height:746px}}@media (min-width:410px){body.homepage:after{min-height:778px}}@media (min-width:430px){body.homepage:after{min-height:790px}}@media (min-width:520px){body.homepage:after{min-height:885px}}@media (min-width:601px){body.homepage:after{min-height:1016px}}@media (min-width:769px){body.homepage:after{min-height:700px}}body.homepage:before{content:"";position:absolute;top:0;left:0;background:url(../images/home-images/shadow-left.png);width:50px;min-height:700px;background-repeat:no-repeat;z-index:1;background-size:100% 100%}@media (min-width:320px){body.homepage:before{min-height:747px}}@media (min-width:370px){body.homepage:before{min-height:755px}}@media (min-width:410px){body.homepage:before{min-height:778px}}@media (min-width:430px){body.homepage:before{min-height:790px}}@media (min-width:520px){body.homepage:before{min-height:885px}}@media (min-width:601px){body.homepage:before{min-height:1016px}}@media (min-width:769px){body.homepage:before{min-height:700px}}img{max-width:100%}h1{color:#fff}h2{color:#00bac1}h3{color:#fff}nav{width:100%;position:absolute;top:0;left:0;z-index:1;background-color:#135e97}.site-header{display:-ms-grid;display:grid;-ms-grid-columns:1% 1fr 27% 1fr 1%;grid-template-columns:1% 1fr 27% 1fr 1%;-ms-grid-rows:2;grid-template-rows:2;grid-template-areas:"linebreaker linebreaker linebreaker linebreaker linebreaker" ". leftchar logo rightchar .";position:relative;background:url("../images/home-images/header_bg.jpg") center top/cover no-repeat}.site-header--left{-ms-grid-row:2;-ms-grid-column:2;grid-area:leftchar;background:url("../images/home-images/header_left.png") center bottom 0/contain no-repeat}@media (max-width:1200px){.site-header--left{background:url("../images/home-images/header_left.png") center bottom 0/100% no-repeat}}@media (max-width:867px){.site-header--left{background:url("../images/home-images/header_left.png") right bottom 0/100% no-repeat}}@media (max-width:768px){.site-header--left{display:none}}.site-header--right{-ms-grid-row:2;-ms-grid-column:4;grid-area:rightchar;background:url("../images/home-images/header_right.png") center bottom 0/contain no-repeat}@media (max-width:1200px){.site-header--right{background:url("../images/home-images/header_right.png") center bottom 0/100% no-repeat}}@media (max-width:867px){.site-header--right{background:url("../images/home-images/header_right.png") left bottom 0/100% no-repeat}}@media (max-width:768px){.site-header--right{display:none}}.site-header--line{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:5;grid-area:linebreaker;height:10px}@media (max-width:1200px){.site-header{-ms-grid-columns:1% 1fr 30% 1fr 1%;grid-template-columns:1% 1fr 30% 1fr 1%}}@media (max-width:768px){.site-header{display:-webkit-box;display:-ms-flexbox;display:flex}}.site-logo{-ms-grid-row:2;-ms-grid-column:3;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:logo;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:100px 0 70px;-webkit-box-align:center;text-transform:uppercase;text-align:center}@media (max-width:768px){.site-logo{display:none}}.site-logo img{width:70%}@media (max-width:1400px){.site-logo{padding:90px 0 70px 0}.site-logo img{width:70%}.site-logo h1{font-size:28px}}@media (max-width:1200px){.site-logo{padding:100px 0 60px 0}.site-logo h1{font-size:24px}}@media (max-width:1024px){.site-logo h1{font-size:20px}}@media (max-width:768px){.site-logo{padding:110px 0 50px 0}.site-logo img{width:100%}}@media (max-width:580px){.site-logo{padding:110px 0 40px 0}.site-logo h1{font-size:18px}}@media (max-width:430px){.site-logo{padding:110px 0 40px 0}.site-logo h1{font-size:16px}}@media (max-width:390px){.site-logo{padding:90px 0 40px 0}.site-logo h1{font-size:14px}}.site-logo__heading-container{text-align:center;color:#fff;font-size:18px;font-weight:900}.site-logo__heading-container--thin{font-weight:400}.site-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:14px auto;padding:0 10px}@media (min-width:320px){.site-nav{padding:0 10px}}@media (min-width:390px){.site-nav{padding:0 10px}}.site-nav .lmbtn_logout{width:auto}.site-nav__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:16.6666666667%;min-width:250px;color:#fff}@media (max-width:450px){.site-nav__buttons{min-width:220px}}@media (max-width:390px){.site-nav__buttons{min-width:200px}}@media (max-width:360px){.site-nav__buttons{min-width:180px}}.site-nav__buttons--primary{text-decoration:none;color:#fff;text-transform:capitalize;font-size:18px;border-radius:16px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:12px 15px;width:calc((100% - 6px) / 2);border-radius:12px;border:2px solid #00E3E8;font-weight:700}.site-nav__buttons--primary:hover{background-color:#00E3E8}@media (min-width:320px){.site-nav__buttons--primary{font-size:14px}}@media (min-width:390px){.site-nav__buttons--primary{font-size:18px}}.site-nav__buttons--secondary{text-decoration:none;color:#fff;text-transform:capitalize;font-size:18px;border-radius:16px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-image:-webkit-gradient(linear,left top,right top,from(#FED227),to(#fe9f3e));background-image:linear-gradient(to right,#FED227,#fe9f3e);padding:12px 15px;border-radius:12px;width:calc((100% - 6px) / 2);font-weight:700}.site-nav__buttons--secondary:hover{background-image:none;background-color:#fe9f3e}@media (min-width:320px){.site-nav__buttons--secondary{font-size:14px}}@media (min-width:390px){.site-nav__buttons--secondary{font-size:18px}}.site-nav__buttons--agressive{text-decoration:none;color:#fff;text-transform:uppercase;font-size:30px;line-height:35px;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;max-width:340px;background-image:-webkit-gradient(linear,left top,right top,from(#FED227),to(#fe9f3e));background-image:linear-gradient(to right,#FED227,#fe9f3e);padding:15px 0px;width:calc(100% - 6px);border-radius:16px}.site-nav__buttons--agressive:hover{background-image:none;background-color:#fe9f3e}@media (max-width:768px){.site-nav__buttons--agressive{width:100%;padding:15px}}@media (max-width:390px){.site-nav__buttons--agressive{font-size:14px}}.site-nav__buttons--wide{text-decoration:none;color:#fff;text-transform:capitalize;font-size:18px;border-radius:16px;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-image:-webkit-gradient(linear,left top,right top,from(#FED227),to(#fe9f3e));background-image:linear-gradient(to right,#FED227,#fe9f3e);padding:15px 60px;font-weight:600;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-position:center}.site-nav__buttons--wide:hover{background-image:none;background-color:#fe9f3e}@media (max-width:768px){.site-nav__buttons--wide{font-size:16px;padding:10px 60px}}@media (max-width:567px){.site-nav__buttons--wide{font-size:16px}}@media (max-width:390px){.site-nav__buttons--wide{font-size:14px}}.site-nav__buttons--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:768px){.site-nav__buttons{width:50%;margin:15px 0}}@media (max-width:390px){.site-nav__buttons{width:50%;margin:10px 0}}@media (max-width:1200px){.site-nav{margin:10px 0}}@media (max-width:768px){.site-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}}.site-main__slider--item{position:relative;display:none}.site-main__slider--item img{width:100%}.site-main__slider--item .game-info{position:absolute;bottom:0;width:100%;color:#fff}.site-main__slider--item .game-info__container{width:90%;margin:0 auto}.site-main__slider--item .game-info__container a{text-decoration:none;color:#fff}.site-main__slider--item .game-info__container h3{opacity:1;font-size:1rem;margin:10px 10px 5px}@media (max-width:768px){.site-main__slider--item .game-info__container h3{font-size:14px;margin:6px 6px 2px}}@media (max-width:375px){.site-main__slider--item .game-info__container h3{font-size:12px;margin:3px 3px 1px}}.site-main__slider--item .game-info__container p{margin:5px 10px 10px;font-size:1.1rem;font-weight:600}@media (max-width:768px){.site-main__slider--item .game-info__container p{font-size:14px;margin:2px 6px 6px}}@media (max-width:375px){.site-main__slider--item .game-info__container p{font-size:12px;margin:1px 3px 3px}}@media (max-width:475px){.site-main__slider--item .game-info__container{white-space:nowrap}}.container{max-width:1920px;margin:0 auto;padding:25px 0.5rem 0 0.5rem;padding-left:0px;padding-right:0px}@media screen and (min-width:601px){.container{padding:25px 0 0 0;padding-left:80px;padding-right:80px}}@media screen and (min-width:1280px){.container{padding:25px 0.5rem 0 0.5rem;padding-left:120px;padding-right:120px}}@media screen and (min-width:1600px){.container{padding:25px 0.5rem 0 0.5rem;padding-left:160px;padding-right:160px}}@media screen and (min-width:320px){.container .header{padding:25px 15px 10px 25px}}@media screen and (min-width:601px){.container .header{padding:0}}#game-slider a.lmbtn_signup{text-decoration:none}.home-banner-text{display:block;color:#00E3E8;font-size:32px}.site-heading-banner{text-align:center;color:#fff;font-size:32px;font-weight:900}#game-slider .slick-slide{margin:0 6px}.font-normal{font-weight:400}.mobile-banner{background:#182140}@media screen and (min-width:320px){.mobile-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:769px){.mobile-banner{display:none}}.mobile-banner .img-banner{padding:60px 0 0px 0}@media screen and (min-width:320px){.mobile-banner .img-banner{padding:55px 0 0px 0}}@media screen and (min-width:395px){.mobile-banner .img-banner{padding:70px 0 0px 0}}.mobile-banner .logo-banner img{width:280px;margin:0 auto;margin-top:-90px}@media screen and (min-width:320px){.mobile-banner .logo-banner img{margin-top:-90px}}@media screen and (min-width:600px){.mobile-banner .logo-banner img{margin-top:-120px}}@media screen and (min-width:769px){.mobile-banner .logo-banner img{margin-top:0}}.mobile-banner .text-banner .home-banner-text{color:#fff}.mobile-banner .btn-banner{margin-bottom:40px}.mobile-banner .btn-banner a{width:100%;padding:15px 80px;line-height:30px;font-size:28px;font-weight:700}#game-slider.slick-slider{border-bottom:none}#game-slider .review-card{display:-webkit-box;display:-ms-flexbox;display:flex;background-image:-webkit-gradient(linear,left bottom,left top,from(#135e97),to(#3997f5));background-image:linear-gradient(0deg,#135e97 0%,#3997f5 100%);border-radius:16px;padding:16px 20px;color:#fff;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.4);box-shadow:0 6px 12px rgba(0,0,0,0.4);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:320px){#game-slider .review-card{padding:10px 10px;min-height:120px}}@media screen and (min-width:601px){#game-slider .review-card{padding:10px 10px}}@media screen and (min-width:768px){#game-slider .review-card{min-height:135px}}@media screen and (min-width:1600px){#game-slider .review-card{padding:16px 20px}}#game-slider .review-card .profile-image{margin-right:10px;border-radius:50%}@media screen and (min-width:769px){#game-slider .review-card .profile-image{margin-right:16px}}#game-slider .review-card .profile-image img{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #00ccff;background:#003b67;padding:3px}@media screen and (min-width:320px){#game-slider .review-card .profile-image img{width:40px;height:40px}}@media screen and (min-width:601px){#game-slider .review-card .profile-image img{width:60px;height:60px}}@media screen and (min-width:1200px){#game-slider .review-card .profile-image img{width:80px;height:80px}}@media screen and (min-width:1600px){#game-slider .review-card .profile-image img{width:90px;height:90px}}#game-slider .review-card .review-content{-webkit-box-flex:1;-ms-flex:1;flex:1}#game-slider .review-card .review-content .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#game-slider .review-card .review-content .header h3{margin:0;font-size:14px;font-weight:700}@media screen and (min-width:320px){#game-slider .review-card .review-content .header h3{font-size:11px}}@media screen and (min-width:390px){#game-slider .review-card .review-content .header h3{font-size:12px}}@media screen and (min-width:601px){#game-slider .review-card .review-content .header h3{font-size:13px}}@media screen and (min-width:1600px){#game-slider .review-card .review-content .header h3{font-size:16px}}#game-slider .review-card .review-content .header .stars{white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}#game-slider .review-card .review-content .header .stars img{width:75%}#game-slider .review-card .review-content p{margin:8px 0 0 0;font-size:13px;line-height:13px}@media screen and (min-width:320px){#game-slider .review-card .review-content p{font-size:13px;line-height:13px}}@media screen and (min-width:601px){#game-slider .review-card .review-content p{font-size:13px;line-height:13px}}@media screen and (min-width:1600px){#game-slider .review-card .review-content p{font-size:16px;line-height:16px;line-height:18px;font-weight:300}}.trending-section{position:relative;margin-bottom:40px}.trending-section .slick-slider{border-bottom:none}.trending-section .slick-slide{margin:0 5px}@media screen and (min-width:320px){.trending-section .slick-slide{-webkit-filter:brightness(0.6);filter:brightness(0.6)}}@media screen and (min-width:601px){.trending-section .slick-slide{-webkit-filter:none;filter:none}}@media screen and (min-width:320px){.trending-section .slick-active{-webkit-filter:none;filter:none}}@media screen and (min-width:601px){.trending-section .slick-active{-webkit-filter:none;filter:none}}.trending-section .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-bottom:10px;padding:0 10px}.trending-section .header .nav-button{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}@media screen and (min-width:320px){.trending-section .header .nav-button{display:none}}@media screen and (min-width:601px){.trending-section .header .nav-button{display:-webkit-box;display:-ms-flexbox;display:flex}}.trending-section .header .right-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.trending-section .header h2{font-size:36px;letter-spacing:0px;color:#fff;font-weight:400;font-family:"Gogh-ExtraBold"}@media screen and (min-width:320px){.trending-section .header h2{font-size:21px}}@media screen and (min-width:420px){.trending-section .header h2{font-size:30px}}@media screen and (min-width:769px){.trending-section .header h2{font-size:36px}}.trending-section .header .show-all{background:transparent;border-radius:10px;background-color:#17213F;border:2px solid #135e97;padding:7px 30px;cursor:pointer;-webkit-transition:0.3s;transition:0.3s;color:#fff;font-size:18px;font-weight:400;text-align:center}@media screen and (min-width:320px){.trending-section .header .show-all{font-size:18px}}@media screen and (min-width:1200px){.trending-section .header .show-all{font-size:21px}}.trending-section .header .show-all:hover{background:#17213F}.trending-section .header .show-all a{color:#ffffff;text-decoration:none}.trending-section .header .nav-button button:disabled{opacity:0.4}.trending-section .header .nav-button .slider-prev{border-radius:10px;background-color:#17213F;border:2px solid #135e97;width:40px;height:40px;position:relative;cursor:pointer}.trending-section .header .nav-button .slider-prev:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:4px}.trending-section .header .nav-button .slider-next{border-radius:10px;background-color:#17213F;border:2px solid #135e97;width:40px;height:40px;position:relative;cursor:pointer}.trending-section .header .nav-button .slider-next:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:4px}.trending-section .games-slider{display:-webkit-box;display:-ms-flexbox;display:flex}.trending-section .games-slider .game-card{position:relative;margin:0 10px}.trending-section .games-slider .game-card img{width:100%;height:auto;border-radius:14px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.6);box-shadow:0 4px 12px rgba(0,0,0,0.6)}.trending-section .games-slider .game-card .game-info{position:absolute;bottom:10px;left:10px;background:rgba(255,165,0,0.95);padding:5px 12px;border-radius:10px;font-weight:bold;font-size:20px;color:#fff}.trending-section .game-grid-section .game-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 15px 1fr;grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-gap:15px}.trending-section .game-grid-section .game-grid>:first-child{-ms-grid-row:1;-ms-grid-column:1}.trending-section .game-grid-section .game-grid>:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.trending-section .game-grid-section .game-grid .game-card{position:relative;overflow:hidden;border-radius:12px}.trending-section .game-grid-section .game-grid .game-card img{width:100%;height:100%;display:block;border-radius:12px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.5);box-shadow:0 4px 10px rgba(0,0,0,0.5)}.trending-section .game-grid-section .game-grid .game-card.large{-ms-grid-column-span:1;grid-column:span 1;-ms-grid-row-span:2;grid-row:span 2;max-width:250px;max-height:357px}@media screen and (min-width:320px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:232px}}@media screen and (min-width:510px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:277px}}@media screen and (min-width:600px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:232px}}@media screen and (min-width:830px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:225px}}@media screen and (min-width:1025px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:357px}}@media screen and (min-width:1280px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:267px}}@media screen and (min-width:1441px){.trending-section .game-grid-section .game-grid .game-card.large{max-height:357px}}.trending-section .game-grid-section .game-grid .game-card.wide{-ms-grid-column-span:2;grid-column:span 2;max-width:515px;max-height:269px}@media screen and (min-width:320px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:175px}}@media screen and (min-width:510px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:235px}}@media screen and (min-width:600px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:175px}}@media screen and (min-width:830px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:220px}}@media screen and (min-width:1025px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:269px}}@media screen and (min-width:1280px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:203px}}@media screen and (min-width:1441px){.trending-section .game-grid-section .game-grid .game-card.wide{max-height:269px}}.trending-section .game-grid-section .game-grid .game-card.small{max-width:250px;max-height:171px}@media screen and (min-width:320px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:110px}}@media screen and (min-width:510px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:131px}}@media screen and (min-width:600px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:110px}}@media screen and (min-width:830px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:105px}}@media screen and (min-width:1025px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:171px}}@media screen and (min-width:1280px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:126px}}@media screen and (min-width:1441px){.trending-section .game-grid-section .game-grid .game-card.small{max-height:171px}}.trending-section .game-grid-section .game-grid .game-card .game-info{position:absolute;bottom:0px;left:0px;background:rgba(255,165,0,0.95);padding:5px 12px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-weight:bold;font-size:24px;color:#fff;width:100%;text-align:center}@media screen and (min-width:320px){.trending-section .game-grid-section .game-grid .game-card .game-info{font-size:18px}}@media screen and (min-width:1400px){.trending-section .game-grid-section .game-grid .game-card .game-info{font-size:24px}}.new-games-section{background:url(../images/home-images/shape-desktop.png);border-radius:0 0 10px 10px;margin:0 auto;padding:40px 0 100px 0;background-size:100% 100%;width:100%;background-repeat:no-repeat}@media screen and (min-width:320px){.new-games-section{background:url(../images/home-images/shape-mobile.png);padding:25px 0 90px 0;background-size:cover;background-repeat:no-repeat}}@media screen and (min-width:530px){.new-games-section{background:url(../images/home-images/shape-mobile.png);padding:0px 0 80px 0;background-size:cover;background-repeat:no-repeat}}@media screen and (min-width:601px){.new-games-section{background:url(../images/home-images/shape-desktop.png);padding:40px 0 100px 0;background-size:100% 100%}}.new-games-section .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;padding:0 10px}.new-games-section .header h2{color:#fff;font-size:34px;line-height:35px;letter-spacing:0px;color:#fff;font-weight:400;font-family:"Gogh-ExtraBold"}@media screen and (min-width:320px){.new-games-section .header h2{font-size:21px}}@media screen and (min-width:420px){.new-games-section .header h2{font-size:30px}}@media screen and (min-width:769px){.new-games-section .header h2{font-size:34px}}.new-games-section .header .show-all{background-color:transparent;border:2px solid #00e3e8;color:#fff;padding:7px 30px;border-radius:6px;font-size:18px;color:#fff;font-weight:400;text-align:center;cursor:pointer}@media screen and (min-width:320px){.new-games-section .header .show-all{font-size:18px}}@media screen and (min-width:1200px){.new-games-section .header .show-all{font-size:21px}}.new-games-section .header .show-all a{color:#ffffff;text-decoration:none}.new-games-section .new-games-slider{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border-bottom:none}.new-games-section .new-games-slider .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;margin:0 auto}.new-games-section .new-games-slider .slick-slide{margin:0 10px}.new-games-section .new-games-slider .slick-arrow{position:absolute;top:50%;display:block;width:70px;height:70px;border:none;border-radius:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;opacity:1;-webkit-transition:0.3s;transition:0.3s;cursor:pointer;outline:none;font-size:0;background:transparent;border:2px solid #00E3E8}@media screen and (min-width:320px){.new-games-section .new-games-slider .slick-arrow{display:none!important;width:50px;height:50px}}@media screen and (min-width:768px){.new-games-section .new-games-slider .slick-arrow{display:block!important}}@media screen and (min-width:1600px){.new-games-section .new-games-slider .slick-arrow{width:70px;height:70px}}.new-games-section .new-games-slider .slick-prev{left:-100px}@media screen and (min-width:320px){.new-games-section .new-games-slider .slick-prev{left:-70px}}@media screen and (min-width:1600px){.new-games-section .new-games-slider .slick-prev{left:-100px}}.new-games-section .new-games-slider .slick-prev:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg);border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:6px}@media screen and (min-width:320px){.new-games-section .new-games-slider .slick-prev:after{padding:3px;border-width:0 3px 3px 0}}@media screen and (min-width:1600px){.new-games-section .new-games-slider .slick-prev:after{padding:6px;border-width:0 3px 3px 0}}.new-games-section .new-games-slider .slick-next{right:-100px}@media screen and (min-width:320px){.new-games-section .new-games-slider .slick-next{right:-70px}}@media screen and (min-width:1600px){.new-games-section .new-games-slider .slick-next{right:-100px}}.new-games-section .new-games-slider .slick-next:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:6px}@media screen and (min-width:320px){.new-games-section .new-games-slider .slick-next:after{padding:3px;border-width:0 3px 3px 0}}@media screen and (min-width:1600px){.new-games-section .new-games-slider .slick-next:after{padding:6px;border-width:0 3px 3px 0}}.new-games-section .new-games-slider .game-card{background:transparent;border-radius:12px;position:relative;-ms-flex-negative:0;flex-shrink:0}.new-games-section .new-games-slider .game-card img{width:100%;border-radius:12px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.4);box-shadow:0 6px 12px rgba(0,0,0,0.4)}.new-games-section .new-games-slider .game-card .badge{position:absolute;top:0px;left:0px;background-color:#e90000;color:#fff;font-size:16px;padding:5px 10px;border-radius:10px 0px 10px 0px;font-weight:bold}@media screen and (min-width:1900px){.new-games-section .new-games-slider .game-card .badge{font-size:24px}}.new-games-section .new-games-slider .game-card .game-price{background-color:#fe9f3e;color:#fff;font-weight:bold;text-align:center;border-radius:0 0 12px 12px;padding:8px 0;font-size:24px;line-height:24px;position:absolute;bottom:0;width:100%}.gemini-wins{text-align:center;margin-bottom:40px}.gemini-wins .slick-slider{border-bottom:none}.gemini-wins .slick-track{gap:20px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:320px){.gemini-wins .slick-slide{-webkit-filter:brightness(0.6);filter:brightness(0.6)}}@media screen and (min-width:601px){.gemini-wins .slick-slide{-webkit-filter:none;filter:none}}@media screen and (min-width:320px){.gemini-wins .slick-active{-webkit-filter:none;filter:none}}@media screen and (min-width:601px){.gemini-wins .slick-active{-webkit-filter:none;filter:none}}.gemini-wins .feature-text{text-align:left;padding-top:25px;padding-left:30px;padding-bottom:20px}@media screen and (min-width:320px){.gemini-wins .feature-text{padding-top:15px;padding-left:15px;padding-bottom:15px;max-width:220px}}@media screen and (min-width:450px){.gemini-wins .feature-text{padding-top:15px;padding-left:15px;padding-bottom:15px;max-width:300px}}@media screen and (min-width:768px){.gemini-wins .feature-text{font-size:14px;max-width:200px;padding-top:15px;padding-left:15px;padding-bottom:15px}}@media screen and (min-width:1200px){.gemini-wins .feature-text{font-size:14px;max-width:280px;padding-top:15px;padding-left:20px;padding-bottom:20px}}@media screen and (min-width:1600px){.gemini-wins .feature-text{font-size:14px;max-width:323px;padding-top:25px;padding-left:30px;padding-bottom:20px}}.gemini-wins .feature-img{width:50%;position:absolute;right:-62px}@media screen and (min-width:320px){.gemini-wins .feature-img{right:-40px;bottom:-25px;width:50%}}@media screen and (min-width:440px){.gemini-wins .feature-img{right:-40px;bottom:inherit;width:50%}}@media screen and (min-width:601px){.gemini-wins .feature-img{right:-40px;bottom:-32px;width:30%}}@media screen and (min-width:768px){.gemini-wins .feature-img{right:-40px;bottom:-32px;width:50%}}@media screen and (min-width:1025px){.gemini-wins .feature-img{right:-62px;bottom:inherit;width:50%}}.gemini-wins h2{margin-bottom:2rem;font-size:34px;font-weight:400;line-height:36px;color:#fff;font-family:"Gogh-ExtraBold"}@media screen and (min-width:320px){.gemini-wins h2{font-size:21px}}@media screen and (min-width:420px){.gemini-wins h2{font-size:30px}}@media screen and (min-width:769px){.gemini-wins h2{font-size:34px}}.gemini-wins .features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;margin-bottom:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.gemini-wins .feature-card{border-radius:16px;background-image:-webkit-gradient(linear,left bottom,left top,from(#135e97),to(#3997f5));background-image:linear-gradient(0deg,#135e97 0%,#3997f5 100%);-webkit-box-shadow:0 6px 15px rgba(0,0,0,0.3);box-shadow:0 6px 15px rgba(0,0,0,0.3);display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;overflow:hidden;width:520px;min-height:234px}@media screen and (min-width:320px){.gemini-wins .feature-card{min-height:140px}}@media screen and (min-width:768px){.gemini-wins .feature-card{min-height:160px}}@media screen and (min-width:1024px){.gemini-wins .feature-card{min-height:180px}}@media screen and (min-width:1600px){.gemini-wins .feature-card{min-height:234px}}.gemini-wins .feature-card h3{font-size:32px;letter-spacing:1px;text-transform:uppercase;color:#00f9f5;font-weight:600;margin:0}@media screen and (min-width:320px){.gemini-wins .feature-card h3{font-size:17px;line-height:19px}}@media screen and (min-width:601px){.gemini-wins .feature-card h3{font-size:21px;line-height:21px}}@media screen and (min-width:768px){.gemini-wins .feature-card h3{font-size:18px;line-height:20px}}@media screen and (min-width:1280px){.gemini-wins .feature-card h3{font-size:28px;line-height:33px}}@media screen and (min-width:1300px){.gemini-wins .feature-card h3{font-size:30px;line-height:33px}}@media screen and (min-width:1400px){.gemini-wins .feature-card h3{font-size:32px;line-height:35px}}.gemini-wins .feature-card h3.normal-font{font-weight:400}.gemini-wins .feature-card p{font-size:18px;color:#fff;font-weight:400;font-family:"Roboto"}@media screen and (min-width:320px){.gemini-wins .feature-card p{font-size:13px}}@media screen and (min-width:601px){.gemini-wins .feature-card p{font-size:13px}}@media screen and (min-width:1200px){.gemini-wins .feature-card p{font-size:14px}}@media screen and (min-width:1600px){.gemini-wins .feature-card p{font-size:20px}}.gemini-wins .cta-button{font-weight:900;cursor:pointer;margin:60px auto;letter-spacing:-1px}@media screen and (min-width:320px){.gemini-wins .cta-button{font-size:23px;max-width:290px;margin:50px auto}}@media screen and (min-width:601px){.gemini-wins .cta-button{font-size:30px;max-width:400px;margin:60px auto}}.skelton-wrap{width:100%;border-radius:50%/4%;aspect-ratio:1/1;background-color:#ccc;background-size:200% 100%!important;background:linear-gradient(90deg,#308be0 0px,#2a8ceb 20px,#328de3 50px);-webkit-animation:skelton-loading 1s linear infinite;animation:skelton-loading 1s linear infinite;height:100%}@-webkit-keyframes skelton-loading{0%{background-position-x:-100px}to{background-position-x:-100%}}@keyframes skelton-loading{0%{background-position-x:-100px}to{background-position-x:-100%}}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg)}}