@font-face{font-family:Edensor;src:url(/fonts/edensor.woff2) format("woff2"),url(/fonts/edensor.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}#LoadingPage{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:9999;background-color:#1a1a1a;overflow:hidden}.logo-wrapper{position:relative}.logo-image{width:160px;height:auto;opacity:0;animation:fadeRotateIn 3s ease-out forwards,rainFadeOut 5s ease-in 3s forwards}@keyframes fadeRotateIn{0%{opacity:0;transform:rotate(-30deg) scale(.8);filter:blur(5px)}50%{opacity:1;transform:rotate(5deg) scale(1.05);filter:blur(0)}to{transform:rotate(0deg) scale(1);opacity:1}}@keyframes rainFadeOut{0%{filter:drop-shadow(0 0 5px #13161F);opacity:1}50%{filter:drop-shadow(0 0 15px #cfa161);opacity:.6;transform:translateY(10px)}to{filter:blur(8px);opacity:0;transform:translateY(30px) scale(1.1)}}@media only screen and (max-width:900px){.logo-image{width:120px}}#LoadingData{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;width:100%;height:100%;border-radius:15px;position:relative}#LoadingData.FadeLoading{animation-delay:10s;animation-duration:.5s;animation-name:Fade_Preloader;animation-timing-function:linear;animation-fill-mode:forwards}#LoadingData p{display:block;width:100%;height:auto;position:relative;text-align:center;margin:20px auto;font-size:20px;font-weight:600}#LoadingData #LogoPreloader{display:block;width:180px;height:100px;position:relative}#LoadingData #LogoPreloader #PLogo{display:block;width:180px;height:100px;transition:all .5s ease-in-out;position:absolute;left:0;top:0;background-color:greenred}#LoadingData #LogoPreloader .Fill_White{fill:var(--LogoWhiteColor-Var);transition:all .5s ease-in-out}#LoadingData #LogoPreloader .Fill_Blue{fill:#13161f;transition:all .5s ease-in-out}@media only screen and (min-width:0px)and (max-width:660px){#LoadingData #LogoPreloader{transform:scale(.7)}}#HaloBlue{animation-duration:.6s;animation-iteration-count:infinite;animation-name:Ani_Alo;animation-timing-function:linear;transform-origin:128.2px 49.95px}#L_M{animation-iteration-count:infinite;animation-name:Ani_M;animation-timing-function:linear}#L_M,#L_R{animation-duration:.6s;transform-origin:128.2px 49.95px}#L_R{animation-delay:.2s;animation-iteration-count:infinite;animation-name:Ani_M;animation-timing-function:linear}#L_OC{animation-duration:1s;animation-iteration-count:infinite;animation-name:Ani_OC;animation-timing-function:linear;transform-origin:128.2px 49.95px}@media only screen and (min-width:0px)and (max-width:900px){#LoadingData{padding:20px 30px}}@keyframes Ani_Alo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Ani_M{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes Ani_OC{0%{transform:scale(1)}50%{transform:scale(.5)}to{transform:scale(1)}}@keyframes Fade_Out{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes Fade_Preloader{0%{opacity:1}to{opacity:0}}.page-fade-enter{opacity:0;transition:opacity .5s ease}.page-fade-enter-active,.page-fade-exit,.page-fade-exit-active{opacity:0}.page-fade-exit-done{display:none;opacity:0}.BigBtns{display:flex;justify-content:center;align-items:center;width:100%;max-width:190px;height:60px;border:0;border-radius:10px;margin:0 auto;background-color:#272d3f;color:#13161f;cursor:pointer;outline:none;font-size:25px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .3s ease-in-out;box-shadow:0 10px 10px rgba(0,0,0,.8);position:relative;text-decoration:none!important}.BigBtns:hover{transform:scale(1.2)}.BigBtns:active{transform:scale(.9)}.BigBtns.Cyan{background:#e35604;border:1px solid #e35604;text-decoration:none!important}.BigBtns.Cyan:hover{color:#13161f;background:#fff;border:1px solid #fff;box-shadow:0 10px 10px 0 rgba(0,0,0,.5);text-decoration:none!important}@media only screen and (min-width:0px)and (max-width:850px){.BigBtns{max-width:150px;height:45px;font-size:16px;padding:0 20px}}@media only screen and (min-width:0px)and (max-width:360px){.BigBtns{font-size:15px}}table{width:100%;border-collapse:collapse;color:var(--MainTextColor-Var);overflow:hidden;margin:30px 0;border:1px solid #13161f}table.UserDetTable{width:90%;margin:20px auto}th{color:var(--MainTextColor-Var);text-align:left}td,th{padding:10px}td{border-bottom:1px solid #13161f}tr:hover{background-color:var(--BorderColorAc-Var)}tr:last-child{border:1px solid #13161f}table.SmallTable{max-width:300px}.CentText{text-align:center}td.TLeft{text-align:left;justify-content:flex-start}td.TLeft h2{text-align:left!important;padding-left:10px!important}td.TRight{text-align:right;justify-content:flex-end}#ContLogRegForm{display:block;width:100%;height:100vh;z-index:999999999999999;pointer-events:none;position:fixed;left:0;top:0;background-color:none}#BoxLogRegForm,#ContLogRegForm{overflow:hidden;transition:all .4s ease-in-out}#BoxLogRegForm{display:flex;width:calc(100% - 70px);max-width:380px;position:absolute;right:10px;top:10px;pointer-events:all;border-radius:30px;border:none;flex-direction:column;justify-content:flex-start;align-items:center;z-index:99;padding:50px 30px 10px;transition:all .4s cubic-bezier(.47,1.64,.41,.8);background-color:#13161f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}#BoxLogRegForm.loginBg,#BoxLogRegForm.signupBg{border:1px solid #e35604}#BoxLogRegForm.signupBg{max-height:calc(100vh - 20px);overflow-y:auto;overflow-x:hidden}svg.border-anim{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999}.border-path{fill:none;stroke:#e35604;stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:1}@keyframes drawBorder{to{stroke-dashoffset:0}}#ContLogRegForm.Close{height:0}#ContLogRegForm.Close #BoxLogRegForm{top:-500px;opacity:0;transition:all .5s ease-in-out}#NavBarRegForm{display:flex;justify-content:center;align-items:center;width:100%;height:50px;margin:0;position:absolute;left:0;top:0;z-index:10;border-top-left-radius:18px;border-top-right-radius:18px}#NavBarRegForm #ContNav_L_S{display:flex;justify-content:space-between;align-items:center;width:60%;height:35px;margin:0;position:relative}#NavBarRegForm #ContNav_L_S .BtnNavLS{display:flex;justify-content:center;align-items:center;width:48%;height:100%;margin:0;position:relative;font-family:Inter,Nunito Sans,sans-serif;font-size:15px;background-color:#e35604;transition:all .2s ease-in-out;opacity:.2;outline:none;cursor:pointer;color:#fff!important}#NavBarRegForm #ContNav_L_S #BtnShow_Login{border-top-left-radius:10px;border-bottom-left-radius:10px}#NavBarRegForm #ContNav_L_S #BtnShow_Signup{border-top-right-radius:10px;border-bottom-right-radius:10px}#NavBarRegForm #ContNav_L_S .BtnNavLS:hover{background-color:#13161f;transform:scale(1.1);opacity:1}#NavBarRegForm #ContNav_L_S .BtnNavLS:active{background-color:var(--MainTextColor-Var);color:#39414c;transform:scale(.8);opacity:1}#NavBarRegForm #ContNav_L_S .BtnNavLS.Active{opacity:1}#BtnClose_LR_Form{display:block;right:1.5px;top:1.5px;z-index:9999;cursor:pointer;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:18px;background:#13161f}#BtnClose_LR_Form,#BtnClose_LR_Form:after{width:50px;height:50px;position:absolute;transition:all .2s ease-in-out;transform:scale(.8)}#BtnClose_LR_Form:after{content:"";right:0;top:0;z-index:10;background:url(/images/close.svg) 50% 50% no-repeat;background-size:100%}#BtnClose_LR_Form:hover{transform:scale(.98);background:#e35604}#BtnClose_LR_Form:hover:after{transform:rotate(90deg)}#BtnClose_LR_Form:active{background-color:#20222f;transform:scale(.5);opacity:.5}#LoginBox{display:block;width:100%}#ContUserDetails{justify-content:space-between;flex-direction:row;flex-wrap:wrap;margin:-20px 0 0}#ContUserDetails,#ContUserDetails .RowUserDet{display:flex;align-items:center;width:100%;height:auto;position:relative}#ContUserDetails .RowUserDet{justify-content:flex-start;margin:0;font-size:15px;border-radius:8px}#ContUserDetails h1{font-size:20px}#ContUserDetails h1,#ContUserDetails h2{display:block;width:100%;text-align:center;margin:0;padding:0;color:var(--MainTextColor-Var)}#ContUserDetails h2{font-size:14px;font-weight:300}#ContUserDetails h2 strong{font-size:20px;font-weight:800}#ContUserDetails .RowUserDet .UserBtns{display:flex;width:45%;height:35px;justify-content:center;align-items:center;margin:0 1.5%;border-radius:8px;font-size:14px;cursor:pointer;color:#fff;font-family:Nunito Sans,sans-serif!important;font-weight:700;font-size:15px}#ContUserDetails .RowUserDet .UserBtns.Cyan{background:#13161f;border:1px solid #13161f;color:#fff;text-decoration:none!important}#ContUserDetails .RowUserDet .UserBtns.GreyBlue{background:#23303a;border:none}#ContUserDetails .RowUserDet .UserBtns.GreyBlue:hover{background:#13161f}#ContUserDetails .RowUserDet .UserBtns.Cyan:hover{background:#fff;border:1px solid #fff;color:#13161f;box-shadow:0 5px 10px 0 rgba(0,0,0,.4);text-decoration:none!important}.RowUserName{display:flex;justify-content:flex-start;align-items:center;width:80%;height:40px;border:0;border-radius:100px;margin:0;padding-left:45px;color:var(--MainTextColor-Var);cursor:pointer;outline:none;font-size:20px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;overflow:hidden;transition:all .1s ease-in-out;position:relative}.LinkPopup{font-size:12px}.LinkPopup,.LinkPopup:hover{color:#e35604;text-decoration:underline}.RowNavLogin{display:block;width:100%;position:relative;margin:0 auto;clear:both}.RowNavLogin .BtnNavLogin{display:block;width:40%;height:40px;line-height:40px;position:relative;margin:0;font-size:20px;cursor:pointer;transition:all .2s ease-in-out}.RowNavLogin .BtnNavLogin,.RowNavLogin .BtnNavLogin.Active{color:var(--MainTextColor-Var);background:#13161f}.RowNavLogin .BtnNavLogin:hover{color:#111416;background:#13161f;transform:scale(1.1)}.RowTitleLogin{min-height:30px;line-height:30px;margin:20px auto;clear:both;font-size:25px;font-family:Inter,Nunito Sans,sans-serif}.LoginForm input,.RowTitleLogin{display:block;width:100%;position:relative;font-weight:400;color:#fff}.LoginForm input{height:40px;line-height:40px;margin:0 auto 10px;padding:0 15px;background:rgba(0,0,0,0);border:1px solid #e35604;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:10px;font-family:Inter,Nunito Sans,sans-serif;font-size:13px}.LoginForm input::placeholder{color:#fff;opacity:1}.LoginForm input:hover{border-color:#13161f}.LoginForm .BtnFormLogin{display:block;width:100%;height:50px;line-height:50px;position:relative;margin:15px auto 10px;padding:0 20px;background:#13161f;border:1px solid #e35604;color:#fff;font-family:Inter,Nunito Sans,sans-serif;-webkit-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;border-radius:10px;transition:all .2s ease-in-out;font-size:20px;cursor:pointer;text-decoration:none!important}.LoginForm .BtnFormLogin:hover{transform:scale(1.1);background:#e35604;border:1px solid #fff;color:#13161f;text-decoration:none!important}.RowFooterLogin{display:block;width:100%;min-height:30px;position:relative;margin:15px auto 0;clear:both;font-size:15px;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.RowFooterLogin .ColBox{display:block;width:50%;line-height:30px;position:relative;margin:0}.RowFooterLogin .ColBox.B_L{text-align:left}.RowFooterLogin .ColBox.B_R{text-align:right}.RowFooterLogin .TermsText{font-size:12px;text-align:center}.TeBoxSelectst{position:relative;display:inline-block}.TeBoxSelectst:after{content:"";display:block;width:30px;height:30px;background:url(/images/arrow-down_login.svg) 50% 50% no-repeat;background-size:50%;border-radius:5px;position:absolute;right:5px;top:12px;pointer-events:none}.TeBoxSelectst:hover:after{background:url(/images/arrow-down.svg) 50% 50% no-repeat!important;background-size:50%!important}.BoxSelect{display:block;width:100%;height:auto;position:relative;margin:0 auto;padding:0}.BoxSelect:before{content:"";display:block;width:40px;height:38px;position:absolute;left:auto;right:1px;top:1px;z-index:99998;pointer-events:none;background:url(/images/arrow-down_login.svg?=v0) 50% 50% no-repeat #13161f;background-size:80%;border-top-right-radius:10px;border-bottom-right-radius:10px}.RowTextOutPopup{display:none;width:100%;text-align:center;padding:10px;margin:0 auto;font-size:14px;cursor:pointer}.BoxSelect:hover:before{background-color:#292f33}.LoginForm{display:block;width:100%;min-height:60px;position:relative;margin:10px auto;clear:both;font-weight:300}.LoginForm .RowColForm{display:flex;width:100%;height:auto;margin:0 auto;justify-content:space-between}.LoginForm .RowColForm .ColForm{width:49%;margin:0}.LoginForm .RowColForm .RowForm{width:100%;margin:0;background-color:red}.LoginForm input,select{display:block;width:100%!important;margin:0 auto 10px;font-size:12px}.LoginForm .RowColForm .ColForm.InputDate{width:49%!important;cursor:pointer;position:relative}.LoginForm .RowColForm .ColForm.InputDate .react-datepicker-wrapper,.react-datepicker__input-container{display:block;width:100%!important;cursor:pointer}.LoginForm .RowColForm .ColForm.InputDate input{width:100%!important;cursor:pointer}#ContLogRegForm p{display:block;font-size:14px;margin:10px 0;text-align:center;color:var(--MainTextColor-Var)}#CongratBox{margin-top:40px;display:none}#CongratBox #LogoCongr{display:block;max-width:290px;margin:20px auto}#CongratBox h1{display:block;font-size:30px;color:#13161f}#CongratBox p{display:block;font-size:18px;margin-top:20px}#CongratBox p strong{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;border-radius:10px;margin:0 auto;font-size:40px;height:60px;color:#13161f;background:#2d353a;border:1px dashed gray;-webkit-touch-callout:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}#ContLogRegForm p.TermsText{font-size:11px;line-height:12px;color:#fff}option,select{font-family:Arial,ArialHebrew,sans-serif;font-size:1px;text-align:center;color:#fff;margin:1vh;padding:1vh;background-color:rgba(0,0,0,0);border-radius:1vh;border-color:rgba(0,0,0,0)}select{padding-right:0}option{padding-left:10px!important}label{transition:all .2s ease-in-out}label:hover{color:#13161f;text-decoration:underline}.col-centered{display:flex;justify-content:center}select{width:100%;max-width:100%;height:40px;text-align:left;padding:0 10px;border-radius:10px;background:rgba(0,0,0,0);color:#fff;border:1px solid var(--BorderColorAc-Var);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;margin-bottom:10px}@media only screen and (min-width:280px)and (max-width:500px){#BoxLogRegForm{padding:50px 10px 10px;max-width:100%}#ContLogRegForm{background-color:var(--BGTransColor-Var)}}@media only screen and (min-width:280px)and (max-width:360px){.BtnLogout{font-size:10px!important}}.BtnsTop{display:flex;justify-content:center;align-items:center;width:100%;max-width:120px;height:40px;border:0;border-radius:10px;margin:0 5px;color:#fff;cursor:pointer;outline:none;font-size:14px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;text-transform:uppercase;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BtnsTop.GreyBlue{background-color:#e35604}.BtnsTop.SignUp{background-color:#173d46}.Red{background-color:red}.SignUp:hover{background:rgba(255,139,0,.5);border:1px solid #fff}.Cyan{background:#13161f;border:1px solid #13161f}.Cyan:hover{background:#fff;color:#13161f}.Cyan:hover,.GreyBlue:hover{border:1px solid #fff;text-decoration:none!important}.GreyBlue:hover{background:rgba(255,139,0,.5)}.BtnsTop.Hide{display:none}.BtnLogout{display:flex;justify-content:center;align-items:center;width:100%;height:45px;border:0;border-radius:10px;margin:0 auto;background-color:#272d3f;color:#fff;cursor:pointer;outline:none;font-size:16px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out}.BtnLogout.Mid{width:45%}.BtnLogout:hover{transform:scale(1.07)}.BtnLogout:active{transform:scale(.9)}.RowSitch{margin:0 20px 0 0;font-weight:400;font-family:Inter,Nunito Sans,sans-serif;cursor:pointer;position:relative}.RowSitch,.switch{pointer-events:all}.switch{visibility:hidden;position:absolute}.switch+label{display:block;height:40px;width:140px;position:relative;background-color:#282c38;border-radius:40px;cursor:pointer;box-shadow:inset 0 0 0 2px #393d49}.switch+label:before{display:flex;justify-content:center;align-items:center;position:absolute;content:"Dark";left:5px;top:5px;bottom:10px;border-radius:100px;width:70px;height:30px;overflow:hidden;background-color:#39414c;color:#8d919d;box-shadow:inset 0 0 0 2px #393d49}.switch+label,.switch+label:before{transition:all .4s}.switch:checked+label{background-color:hsla(0,0%,100%,.1);box-shadow:inset 0 0 0 2px #b9b9b9}.switch:checked+label:before{margin-left:60px;background-color:#b9b9b9;box-shadow:inset 0 0 0 2px #b9b9b9;color:#fff;content:"Light"}.RowSitch+label,.switch+label:hover:before{background-color:#13161f;color:#fff}#BtnSwitchTheme{width:80px;height:35px;position:relative;z-index:9999999;border-radius:40px;cursor:pointer;text-transform:capitalize;font-weight:400;font-family:Inter,Nunito Sans,sans-serif;letter-spacing:1px;background-color:#282c38;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 0 0 2px #393d49;margin-right:20px;transition:all .2s}#BtnSwitchTheme,#BtnSwitchTheme #InsideBtn{display:flex;justify-content:center;align-items:center}#BtnSwitchTheme #InsideBtn{position:absolute;left:5px;top:5px;bottom:10px;border-radius:100px;width:50px;height:25px;background-color:#39414c;color:#8d919d;font-size:12px;transition:all .4s;overflow:hidden}#BtnSwitchTheme.LightMode{background-color:#fff;box-shadow:inset 0 0 0 2px #b9b9b9}#BtnSwitchTheme.LightMode #InsideBtn{left:25px;background-color:#b9b9b9;color:#fff}#BtnSwitchTheme:hover #InsideBtn{background-color:#13161f;color:#fff}#BtnSwitchTheme:hover{box-shadow:inset 0 0 0 2px #13161f}#BtnSwitchTheme:active{box-shadow:inset 0 0 0 2px #fff}@media only screen and (min-width:0px)and (max-width:600px){#BtnSwitchTheme{width:40px;height:20px;margin-right:5px}#BtnSwitchTheme #InsideBtn{width:10px;height:10px;font-size:0}#BtnSwitchTheme.LightMode #InsideBtn{left:25px}}#MainMenu{display:block;width:100%;max-width:340px;height:100vh;border:0;margin:0;color:#fff;outline:none;font-size:14px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .2s ease-in-out;position:fixed;right:0;top:0;z-index:9999;padding:100px 0 30px 30px;color:var(--MainTextColor-Var);overflow-x:hidden;overflow-y:scroll;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(270deg,#163D46,#508479);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-blend-mode:overlay;border-left:1px solid #13161f}#MainMenu::-webkit-scrollbar{width:2px;border-radius:100px}#MainMenu::-webkit-scrollbar-track{background:var(--BGMenu-Var);border-radius:100px}#MainMenu::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}#MainMenu{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:var(--BGMenu-Var)}#MainMenu.Close{max-width:40px;padding:100px 0 0 50px;overflow:hidden;background:rgba(0,0,0,0);border-left:1px solid rgba(131,192,0,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}#MainMenu.Close .BtnMainMenu{display:none}.HomepageSlider{width:80%;margin:auto auto 20px}.HomepageSlider.Crypto{width:100%;position:relative;top:10px}.HomepageSlider img{width:40%;margin:auto}.VerticalNav{display:block;width:100%;height:auto;margin:0;position:relative;padding:0;background-color:red}.VerticalNav ul{list-style:none!important}.VerticalNav ul li{text-decoration:none;display:block;width:100%;height:45px;line-height:45px;position:relative;overflow:hidden;text-align:left;background-color:var(--BarColor-Var);border-radius:10px}.VerticalNav ul li a{text-align:left;color:#8d919d;padding-left:55px}.BtnMainMenu,.VerticalNav ul li a{display:flex;text-decoration:none;width:100%;height:45px;border:0;margin:0 auto 10px;justify-content:flex-start;align-items:center;cursor:pointer;font-size:18px;box-shadow:0 0 0 rgba(0,0,0,.1);transition:all .3s ease;position:relative;overflow:hidden!important}.BtnMainMenu{border-radius:20px 0 0 20px;color:#fff;background-color:var(--BarColor-Var);padding-left:20px;font-weight:300}.BtnMainMenu:hover{box-shadow:0 10px 10px rgba(0,0,0,.2);transform:scale(1.02);background:#13161f;color:var(--MainTextColor-Var);overflow:hidden!important}.BtnMainMenu:active{box-shadow:0 0 0 rgba(0,0,0,0);background:#e35604;transform:scale(.9);color:#fff;overflow:hidden!important}.BtnMainMenu.P_01 .BoxIcons{background-position:0 var(--IconYPos-Var)}.BtnMainMenu.P_02 .BoxIcons{background-position:-40px var(--IconYPos-Var)}.BtnMainMenu.P_03 .BoxIcons{background-position:-80px var(--IconYPos-Var)}.BtnMainMenu.P_04 .BoxIcons{background-position:-120px var(--IconYPos-Var)}.BtnMainMenu.P_05 .BoxIcons{background-position:-160px var(--IconYPos-Var)}.BtnMainMenu.P_06 .BoxIcons{background-position:-200px var(--IconYPos-Var)}.BtnMainMenu.P_07 .BoxIcons{background-position:-240px var(--IconYPos-Var)}.BtnMainMenu.P_08 .BoxIcons{background-position:-120px var(--IconYPos-Var_L2)}.BtnMainMenu.P_09 .BoxIcons{background-position:-160px var(--IconYPos-Var_L2)}.BtnMainMenu:hover>.BtnMainMenu .BoxIcons{transform:scale(.9);overflow:hidden!important}.BtnMainMenu:hover>.BoxIcons{transform:scale(.9) rotate(5deg);overflow:hidden!important}.BtnMainMenu:active>.BoxIcons{transform:scale(.5);overflow:hidden!important}.BoxListMenu{display:block;width:100%;height:auto;margin:40px auto}.BoxListMenu h1{font-size:16px;color:#13161f;text-align:left;margin-bottom:10px}.BoxListMenu ul{list-style:none;height:auto}.BoxListMenu ul li{font-size:14px;color:#8d919d;text-align:left;cursor:pointer;height:30px;border-radius:5px;display:flex;justify-content:flex-start;align-items:center;padding:0 10px;transition:all .2s ease;margin:0 0 5px}.BoxListMenu ul li:hover{background-color:#13161f;color:#fff;transform:scale(1.1)}.BoxListMenu ul li a{text-decoration:none;color:#fff;display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;font-weight:300}.seoP{margin-bottom:10px}.seoP,.seoP2{font-size:16px;color:#e35604;text-align:left}.seoP2{display:block;width:100%;margin:0 auto 20px}#MainMenu.Close .BoxIcons{left:0;overflow:hidden!important}#MainMenu.Close .AccordionBox{display:none;padding:0;margin-bottom:0;left:2px}#MainMenu.Close .AccordionBox,#MainMenu.Close .AccordionHeader{width:40px;overflow:hidden;border-radius:5px;font-size:0!important}#MainMenu.Close .AccordionHeader{height:45px;padding:0 50px}#MainMenu.Close .AccordionHeader:hover{background-color:rgba(0,0,0,0)}#MainMenu.Close .AccordionHeader:after{right:-50px}#MainMenu.Close .BoxListMenu,#MainMenu.Close .accordion-body{display:none}#MainMenu.Close .BtnMainMenu{width:40px!important;height:45px!important;border-radius:5px;left:0;padding:0;font-size:0!important;overflow:hidden}#MainMenu.Close .BtnMainMenu:hover{background-color:rgba(0,0,0,0)}#MainMenu.Close>.MainLogo{left:300px;opacity:0}#MainMenu>.MainLogo{display:block;width:100%;height:auto;position:absolute;left:25px;top:10px;opacity:1;transform:scale(1) translateY(0) translateX(0);animation-delay:2s;transition:all 2s cubic-bezier(.47,1.64,.41,.8)}#MainMenu .MainLogo img{width:100%}.BoxAccCrypto{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;width:100%;max-width:230px;height:auto;margin:25% auto 20px}.BoxAccCrypto .InfoCopy,.BoxAccCrypto .seoP2,.BoxAccCrypto h2{display:block;width:100%;margin:0 auto 20px;font-size:16px;text-align:left}.BoxAccCrypto .InfoCopy{font-size:13px;line-height:16px;color:#8d919d;font-weight:400}.BoxAccCrypto .RoxCryptoBoxes{display:block;width:100%;max-width:230px;height:40px;margin:0 auto 20px;overflow:hidden;padding:0}.cryptoSwiper .swiper-wrapper{transition-timing-function:linear!important}.cryptoSwiper img{width:25%}.swiper.cryptoSwiper{height:55px!important}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox{display:flex;justify-content:center;align-items:center;width:40px!important;height:40px!important;border-radius:5px;position:relative}.iconCryptoBox{height:55px!important}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon{display:block;width:280px;height:40px;position:absolute;left:0;bottom:0}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_1{left:0}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_2{left:-40px}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_3{left:-80px}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_4{left:-120px}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_5{left:-160px}.BoxAccCrypto .RoxCryptoBoxes .iconCryptoBox .CryptoIcon.CCI_6{left:-200px}#MainMenu.Close .BoxAccCrypto .seoP2,#MainMenu.Close .BoxAccCrypto h2,#MainMenu.Close .InfoCopy,#MainMenu.Close .RoxCryptoBoxes{display:none}#DepMetods{display:block;width:100%;height:30px;margin:0 auto 20px;background-image:var(--BG_DepMet);background-size:100%;background-position:0 0}#BackCapMenu{display:none;width:100%;height:100vh;position:fixed;left:0;top:0;z-index:9998;opacity:0;background-color:var(--BGTransColor-Var);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-blend-mode:overlay;transition:all .2s ease-in-out;pointer-events:none}#MainMenu+#BackCapMenu{opacity:1;pointer-events:all}#MainMenu.Close #DepMetods,#MainMenu.Close+#BackCapMenu{opacity:0;pointer-events:none}#ContBtnTheme{display:block;width:80px;height:35px;position:absolute;right:15px;top:35px;z-index:99;opacity:1;transition:opacity .5s 1s}#ContBtnTheme:after{content:"Theme";display:flex;justify-content:center;align-items:center;width:100%;height:20px;position:absolute;left:0;top:-20px;font-size:10px;z-index:99;opacity:.5}#MainMenu.Close>#ContBtnTheme{left:3px;top:auto;bottom:130px;transform:rotate(90deg) translateY(18px)}#MainMenu.Close>#ContBtnTheme:after{display:none}@media only screen and (min-width:0px)and (max-width:600px){#ContBtnTheme{width:40px;height:20px;right:20px;top:40px}#MainMenu .MainLogo img{width:100%}#MainMenu.Close>#ContBtnTheme{transform:rotate(90deg) translateY(0)}.HomepageSlider img{width:100%}#MainMenu{display:none!important}}@media only screen and (min-width:550px)and (max-width:850px){#MainMenu.Close{padding:70px 0 0}#BackCapMenu{display:block;pointer-events:all}.HomepageSlider img{width:70%}}@media only screen and (min-width:0px)and (max-width:320px){#MainMenu.Close>#ContBtnTheme{display:none}}@media only screen and (min-width:851px)and (max-width:1200px){.cryptoSwiper img{width:45%!important}.swiper.cryptoSwiper{height:50px!important}}.BtnToggleMenu{width:50px;height:50px;padding:0;margin:0;outline:none;position:relative;border:none;background:none;cursor:pointer;-webkit-appearence:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:fixed;right:0;top:20px;z-index:9999999;border-radius:8px;transition:all .2s ease-in-out}.BtnToggleMenu.active{position:fixed;right:30px;top:25px}.BtnToggleMenu svg{width:64px;height:48px;top:0;left:-8px;stroke:var(--LogoWhiteColor-Var);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;fill:none;display:block;position:absolute}.BtnToggleMenu svg path{transition:stroke-dasharray var(--duration,.85s) var(--easing,ease) var(--delay,0s),stroke-dashoffset var(--duration,.85s) var(--easing,ease) var(--delay,0s);stroke-dasharray:var(--array-1,26px) var(--array-2,100px);stroke-dashoffset:var(--offset,125px);transform:translateZ(0)}.BtnToggleMenu svg path:nth-child(2){--duration:.7s;--easing:ease-in;--offset:100px;--array-2:75px}.BtnToggleMenu svg path:nth-child(3){--offset:145px;--array-2:105px}.BtnToggleMenu.active svg path{--offset:57px}.BtnToggleMenu.active svg path:first-child,.BtnToggleMenu.active svg path:nth-child(3){--delay:.15s;--easing:cubic-bezier(.2,.4,.2,1.1)}.BtnToggleMenu.active svg path:nth-child(2){--duration:.4s;--offset:2px;--array-1:1px}.BtnToggleMenu.active svg path:nth-child(3){--offset:56px}@media only screen and (min-width:0px)and (max-width:850px){.BtnToggleMenu{width:50px;height:50px;right:0;top:5px}}.BoxIcons{display:block;width:40px;height:40px;position:absolute;left:10px;top:2px;opacity:.6;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:scale(.7);transition:all .3s ease;overflow:hidden!important;touch-action:none;-ms-touch-action:none;-webkit-touch-action:none;-moz-touch-action:none;-khtml-touch-action:none;-khtml-touch-callout:none;pointer-events:none;background-image:url(/images/icon-sprite.svg?=v0);background-size:320px 320px;background-position:0 0}.AccordionBox{display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto;min-height:50px;margin:30px auto;padding:20px 10px;border-radius:15px;box-shadow:0 0 0 rgba(0,0,0,.9);transition:all .3s ease;position:relative;background-color:var(--BGAccordion-Var);box-shadow:0 2px 0 0 var(--BorderColorAc-Var) inset}.AccordionBox,.AccordionBox div{width:100%;font-family:Inter,Nunito Sans,sans-serif}.AccordionHeader{display:flex;justify-content:flex-start;align-items:center;width:100%;height:40px;cursor:pointer;border-radius:7px;border:0;outline:none;margin-bottom:0;background-color:rgba(45,53,66,0);color:var(--MainTextColor-Var);padding:10px 0 10px 50px;position:relative;transition:all .3s ease}.AccordionBody{padding:0}.AccordionBody,.accordion-body{width:100%;min-height:0;overflow:hidden;text-align:left}.accordion-body{padding:20px}.AccordionHeader .BoxIcons{display:block;width:40px;height:40px;position:absolute;left:5px;top:0;overflow:hidden;opacity:.6;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:scale(.7);transition:all .3s ease}.AccordionHeader .BoxIcons img{display:block;width:320px;height:320px;position:absolute;left:0;top:var(--IconYPos-Var);z-index:99}.AccordionHeader.P_05 .BoxIcons{background-position:-160px var(--IconYPos-Var)}.AccordionHeader.P_06 .BoxIcons{background-position:-200px var(--IconYPos-Var)}.AccordionHeader:after{content:"";display:block;width:30px;height:30px;position:absolute;right:10px;top:5px;border-radius:5px;background-color:var(--BGColorIcon-Var);background-image:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M2.6,9.2c0-0.1,0.1-0.2,0.1-0.3C3,8.5,3.3,8.2,3.8,8.2c0.1,0,0.1,0,0.2,0c7.3,0,14.6,0,21.9,0c0.2,0,0.3,0,0.5,0c0.8,0.2,1.2,1.2,0.7,1.8c-0.1,0.1-0.2,0.2-0.2,0.3C23.3,14,19.6,17.7,16,21.3c-0.6,0.6-1.3,0.6-1.9,0c-3.6-3.6-7.2-7.2-10.8-10.8C3,10.2,2.7,10,2.6,9.6C2.6,9.5,2.6,9.3,2.6,9.2z"/></svg>');background-repeat:no-repeat;background-size:50%;background-position:50% 50%;transition:all .3s ease}.AccordionHeader[aria-expanded=true]:after{background-color:#13161f;transform:rotate(-90deg)}.AccordionHeader:hover{background-color:#13161f;color:#fff}.accordion-title{font-family:Inter,Nunito Sans,sans-serif}#ContCrLayerForm{display:block;width:100%;max-width:500px;height:100%;z-index:999999;pointer-events:all;position:fixed;right:0;top:0;padding:40px 30px;transition:all .5s ease-in-out;background-color:var(--BGTransColor-Var);border-left:1px solid var(--BorderColorAc-Var);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-blend-mode:overlay;cursor:pointer}#ContCrLayerForm h1,h2,p{margin:0 auto}#ContMainScrollBox{display:block;width:100%;height:90vh;position:relative;overflow:hidden!important;overflow-y:scroll!important;pointer-events:all!important}#ContMainScrollBox textarea{background:var(--BGColor-Var);color:var(--MainTextColor-Var)!important}#ContMainScrollBox::-webkit-scrollbar{width:1px;border-radius:100px}#ContMainScrollBox::-webkit-scrollbar-track{background:#333;border-radius:100px}#ContMainScrollBox::-webkit-scrollbar-thumb{border-radius:100px;background:var(--BGMenu-Var)}#ContMainScrollBox{scrollbar-face-color:var(--BGMenu-Var);scrollbar-shadow-color:var(--BGMenu-Var);scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}#ContCrLayerForm #RowCrForm{display:block;width:100%;max-width:1300px;height:100vh;position:relative;margin:0 auto;pointer-events:none;overflow:hidden;overflow-y:scroll!important}#ContCrLayerForm #RowCrForm::-webkit-scrollbar{width:2px;border-radius:100px}#ContCrLayerForm #RowCrForm::-webkit-scrollbar-track{background:#333;border-radius:100px}#ContCrLayerForm #RowCrForm::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}#ContCrLayerForm #RowCrForm{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}#CryptoAddress_QR_Code{display:block;width:100%;height:100%;position:relative}#CryptoFormBox{display:flex;width:100%;pointer-events:all;flex-direction:column;justify-content:flex-start;align-items:center;position:absolute;right:0;top:0;z-index:99;padding-bottom:100px;padding-right:10px}#CryptoFormBox h1{display:block;font-size:15px;line-height:16px;padding:0;margin:0 0 20px}#CryptoFormBox .LabelRow{padding:0;font-size:13px;color:#e35604;font-weight:700;margin:0}#CryptoFormBox .LabelRow,.RowBoxForm{display:flex;justify-content:flex-start;justify-items:center;width:100%;font-family:Inter,Arial,Helvetica,sans-serif}.RowBoxForm{height:45px;line-height:45px;position:relative;flex-direction:row;padding:0 20px;font-size:15px;margin:10px 0 15px;border:1px solid var(--BorderColorAc-Var);border-radius:10px}.RowBoxForm.BR_Inputs{border:0;padding:0}.RowBoxForm input{display:block;width:100%;height:45px;line-height:45px;position:relative;margin:0;padding:0 15px;background:var(--BGColor-Var);color:var(--MainTextColor-Var);border:1px solid var(--BorderColorAc-Var);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:10px;font-family:Inter,Nunito Sans,sans-serif;font-weight:400;font-size:13px}.RowBoxForm input::placeholder{color:var(--MainTextColor-Var);opacity:1}.RowBoxForm input:hover{border-color:#13161f}.ConSelectF_W,select{width:100%!important;margin:0;font-size:15px;cursor:pointer;color:var(--MainTextColor-Var);position:relative}select{padding:auto}select:hover{background-color:#13161f;color:#fff;cursor:pointer}.ConSelectF_W:after{content:"";display:block;width:30px;height:30px;background:url(/images/arrow-down_login.svg) 50% 50% no-repeat;background-size:50%;border-radius:5px;position:absolute;right:5px;top:5px;pointer-events:none}.ConSelectF_W select option{width:100%!important;margin:0;font-size:20px;cursor:pointer;color:var(--MainTextColor-Var);position:relative}.ConSelectF_W select option.BTC{background-color:#df922d;color:#fff}.ConSelectF_W select option.BCH{background-color:#0ac18e;color:#fff}.ConSelectF_W select option.ETC{background-color:#6b7de5;color:#fff}.ConSelectF_W select option.LTC{background-color:#b6b7b8;color:#fff}.ConSelectF_W select option.BNB{background-color:#393939;color:#f0bb13}select option:focus,select option:hover{background-color:var(--MainTextColor-Var);color:#fff;cursor:pointer}.ConSelectF_W:hover:after{background:url(/images/arrow-down.svg) 50% 50% no-repeat;background-size:50%}.RowBoxForm .ColSide_Inputs_L{width:80%;font-size:20px}.RowBoxForm .ColSide_Inputs_L,.RowBoxForm .ColSide_Inputs_R{display:flex;height:45px;line-height:45px;position:relative;margin:0;padding:0;justify-content:center;align-items:center;font-family:Inter,Nunito Sans,sans-serif;font-weight:700;color:var(--MainTextColor-Var)}.RowBoxForm .ColSide_Inputs_R{width:20%;font-size:15px}.MiniRuleCFrom{font-size:12px;line-height:13px;text-align:left;display:block;color:var(--MainTextColor-Var)!important;font-family:Inter,Arial,Helvetica,sans-serif}.BoxQR{width:100%;max-width:300px;margin:20px auto;position:relative;justify-content:center;flex-direction:row;align-items:flex-start}.BoxQR,.BoxQR .ColsBox{display:flex;height:auto;flex-wrap:wrap}.BoxQR .ColsBox{width:40%;margin:0}.BoxQR .BoxContImgQR{display:flex;width:160px;height:160px;border-radius:10px;justify-content:center;align-items:center;padding:10px;background:#fff;box-shadow:0 0 0 1px #0072ff;overflow:hidden}.BoxQR .BoxContImgQR *{display:block;width:100%;height:auto;margin:0}.BoxQR .ColsBox.L{width:150px;justify-content:center;align-items:center;height:150px}.BoxQR .ColsBox.R{width:60%;flex-direction:column;height:100%;justify-content:flex-start;text-align:left;flex-wrap:wrap}.ImgQR{display:block;width:115px;margin:0;border:1px solid #0072ff;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px #0072ff}.UrlAdd{display:inline-block;width:100%;height:auto;padding:0}.UrlAdd textarea{display:block;min-width:100%;max-width:100%;height:auto;min-height:40px;position:relative;margin-top:10px;padding:10px;border:1px dashed #0072ff;border-radius:10px;font-size:11px}.BtnCopy,.UrlAdd textarea{width:100%;outline:none;color:#fff}.BtnCopy{display:flex;justify-content:center;align-items:center;height:50px;border:0;border-radius:10px;margin:10px 0;text-decoration:none;background-color:#272d3f;cursor:pointer;font-size:14px;font-family:Inter,Nunito Sans,sans-serif;font-weight:700;font-size:20px;transition:all .2s ease-in-out;box-shadow:0 10px 10px rgba(0,0,0,.8)}.BtnCopy:hover{transform:scale(1)}.BtnCopy:active{transform:scale(.9)}.BtnCopy.Cyan{background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));border-top:1px solid #89ffef}.BtnCopy.Cyan,.BtnCopy.Cyan:hover{box-shadow:0 10px 10px 0 rgba(0,0,0,.5)}.BtnCopy.Cyan:hover{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff}#LabelW_ACopied,.LabelWarning{margin:10px auto}#CopyUrlBtn{display:block}#BoxCrytoType{display:block;width:100%;height:45px;position:absolute;left:1px;top:-10px;border-radius:8px;background:var(--BGColor-Var);color:var(--MainTextColor-Var);cursor:pointer;font-size:16px;font-weight:700}#BoxCrytoType,#BoxCrytoType select,option{padding-left:60px;text-align:left!important}#BoxCrytoType .LabelUserSelect{right:0;z-index:0;text-align:left;padding-left:12px;font-size:11px;pointer-events:none;opacity:0}#BoxCrytoType .ContRowsCryptos,#BoxCrytoType .LabelUserSelect{display:block;width:100%;height:45px;position:absolute;top:0;transition:all .2s ease-in-out}#BoxCrytoType .ContRowsCryptos{left:0;z-index:99999999;overflow:hidden;border-radius:8px}#BoxCrytoType.IsOpen .ContRowsCryptos{overflow:hidden;overflow-y:scroll;height:215px;background-color:var(--BGMenu-Var);margin-top:40px}#BoxCrytoType.IsOpen .LabelUserSelect{opacity:1}#BoxCrytoType .ContRowsCryptos::-webkit-scrollbar{width:4px;border-radius:100px}#BoxCrytoType .ContRowsCryptos::-webkit-scrollbar-track{background:#333;border-radius:100px}#BoxCrytoType .ContRowsCryptos::-webkit-scrollbar-thumb{border-radius:100px;background:var(--BGMenu-Var)}#BoxCrytoType .ContRowsCryptos{scrollbar-face-color:var(--BGMenu-Var);scrollbar-shadow-color:var(--BGMenu-Var);scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}.RowContBtnsDeps{width:100%;height:auto;justify-content:space-between;margin:10px auto}.BtnsDeps,.RowContBtnsDeps{display:flex;align-items:center}.BtnsDeps{width:48%;height:50px;border-radius:10px;justify-content:center;background-color:#272d3f;cursor:pointer;outline:none;font-size:13px!important;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BtnDepositCR,.BtnsDeps{color:#fff;text-decoration:none!important}.BtnDepositCR{border-top:1px solid #13161f;background:#13161f}.BtnDepositCR:hover{background:#fff;color:#13161f}#BoxCrytoType .RowCryptoSelect{display:block;width:100%;height:45px;position:relative;padding-right:0;text-align:left;padding-left:45px;z-index:999;font-size:13px;font-weight:600;color:#fff;margin-top:0;background-color:rgba(39,45,63,.315);transition:all .2s ease-in-out;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#BoxCrytoType .RowCryptoSelect:hover{transform:scale(1) translateX(0);background-color:#13161f}#BoxCrytoType .RowCryptoSelect:active{transform:scale(1) translateX(-20px);opacity:.5}#BoxCrytoType .RowCryptoSelect .CryptoIcon{display:block;width:30px;height:30px;position:absolute;left:5px;top:6px;margin:0;border-radius:8px;overflow:hidden}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon{display:block;width:210px;height:30px;position:absolute;left:0;top:0}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_1{left:0}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_2{left:-30px}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_3{left:-60px}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_4{left:-90px}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_5{left:-120px}#BoxCrytoType .RowCryptoSelect .CryptoIcon .CryptoIcon.CCI_6{left:-160px}#BoxCrytoType:after{content:"";display:block;width:30px;height:30px;position:absolute;right:5px;top:5px;border-radius:5px;z-index:99999999;transform:rotate(-90deg);background-color:var(--BGColorIcon-Var);background-image:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M2.6,9.2c0-0.1,0.1-0.2,0.1-0.3C3,8.5,3.3,8.2,3.8,8.2c0.1,0,0.1,0,0.2,0c7.3,0,14.6,0,21.9,0c0.2,0,0.3,0,0.5,0c0.8,0.2,1.2,1.2,0.7,1.8c-0.1,0.1-0.2,0.2-0.2,0.3C23.3,14,19.6,17.7,16,21.3c-0.6,0.6-1.3,0.6-1.9,0c-3.6-3.6-7.2-7.2-10.8-10.8C3,10.2,2.7,10,2.6,9.6C2.6,9.5,2.6,9.3,2.6,9.2z"/></svg>');background-repeat:no-repeat;background-size:50%;background-position:50% 50%;transition:all .3s ease}#BoxCrytoType.IsOpen:after{transform:rotate(0deg);background-color:#13161f;background-position:50% 60%}.RowNetwork{display:flex;width:100%;height:45px;line-height:45px;position:relative;justify-content:flex-start;justify-items:center;flex-direction:row;padding:0 20px;font-size:15px;color:#e35604;margin:10px 0 15px;border:1px solid #0072ff;border-radius:8px;background-color:rgba(17,24,43,.6);font-family:Inter,Arial,Helvetica,sans-serif;cursor:pointer!important}#IcoBoxCrypto{display:block;width:45px;height:45px;position:absolute;left:-1px;top:0;border-top-left-radius:8px;border-bottom-left-radius:8px;background:url(/images/crypto-icons-45v.svg) 0 0 no-repeat;background-size:45px 315px;transition:all .2s ease;pointer-events:none;transition:all .4s cubic-bezier(.47,1.64,.41,.8)}#IcoBoxCrypto.BTC{background-position-y:-45px}#IcoBoxCrypto.LTC{background-position-y:-90px}#IcoBoxCrypto.ETH{background-position-y:-135px}#IcoBoxCrypto.BCH{background-position-y:-180px}#IcoBoxCrypto.USDT{background-position-y:-225px}#IcoBoxCrypto.BNB{background-position-y:-270px}#IcoMinD{display:block;width:45px;height:45px;position:absolute;right:-1px;top:1px;border-top-right-radius:8px;border-bottom-right-radius:8px;background:url(/images/min-dep.svg) 0 0 no-repeat;background-size:45px 45px;transition:all .2s ease;pointer-events:none;transition:all .4s cubic-bezier(.47,1.64,.41,.8)}.RowBoxForm:hover,.RowNetwork:hover{border-color:#13161f}.RowNetwork select{padding:10px 20px;background-color:rgba(0,0,0,0);cursor:pointer}.RowNetwork select,.RowNetwork select option{display:block;width:100%;height:43px;position:absolute;left:0;top:0;border-radius:5px;z-index:0;outline:none;border:0}.RowNetwork select option{padding:0 20px;background-color:#20222f}.RowNetwork select:hover:after{color:#23b499}.RowNetwork:after{content:"";display:block;width:30px;height:30px;position:absolute;right:5px;top:7px;border-radius:5px;z-index:10;transform:rotate(-90deg);background-color:var(--BGColorIcon-Var);background-image:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M2.6,9.2c0-0.1,0.1-0.2,0.1-0.3C3,8.5,3.3,8.2,3.8,8.2c0.1,0,0.1,0,0.2,0c7.3,0,14.6,0,21.9,0c0.2,0,0.3,0,0.5,0c0.8,0.2,1.2,1.2,0.7,1.8c-0.1,0.1-0.2,0.2-0.2,0.3C23.3,14,19.6,17.7,16,21.3c-0.6,0.6-1.3,0.6-1.9,0c-3.6-3.6-7.2-7.2-10.8-10.8C3,10.2,2.7,10,2.6,9.6C2.6,9.5,2.6,9.3,2.6,9.2z"/></svg>');background-repeat:no-repeat;background-size:50%;background-position:50% 50%;transition:all .3s ease;pointer-events:none}.RowNetwork.selNetOpen:after{transform:rotate(0deg);background-color:#13161f;background-position:50% 60%}#BtnToggleCForm{display:block;width:55px;height:50px;margin:0;position:absolute;left:0;top:10px;z-index:1e+24;background:url(/images/icon-dform.svg) 0 0 no-repeat #13161f;background-size:100% 200%;transition:all .3s ease-in-out;opacity:1!important;cursor:pointer;pointer-events:all;box-shadow:0 5px 5px 0 rgba(0,0,0,.5);border-radius:0;border-top-right-radius:15px;border-bottom-right-radius:15px;background-position-y:100%;border-top:2px solid hsla(0,0%,100%,.3)}#BtnToggleCForm:hover{background-color:#272d3f}#ContCrLayerForm.Close{padding:0;width:0;z-index:999}#ContCrLayerForm *{opacity:1;transition-delay:.3s}#ContCrLayerForm.Close *{display:none;opacity:0;transition-delay:.3s}#BtnToggleCForm.Close{background-position-y:0;background-color:#13161f;left:-50px;transition-delay:1s;border-radius:0;border-top-left-radius:15px;border-bottom-left-radius:15px;top:100px;display:block}#BtnToggleCForm:after{content:"Close";display:flex;justify-content:center;align-items:center;width:100%;height:30px;position:absolute;left:50px;bottom:10px;font-size:10px;line-height:10px;font-family:Inter,Arial,Helvetica,sans-serif;text-shadow:0 2px 2px #000}#BtnToggleCForm.Close:after{content:"Quick Deposit";left:0;bottom:-32px}#BtnToggleCForm:active:after{content:"";left:0}@media only screen and (min-width:0px)and (max-width:499px){#BtnToggleCForm.Close{top:50px}}@media only screen and (min-width:0px)and (max-width:1600px){#IcoBoxCrypto{top:-3px}}#GamesHome{max-width:1420px;margin:40px auto 140px;background-color:var(--BGMenu-Var);overflow:hidden;padding:10px 0}#GamesHome,#GamesHome .GamesRow{display:block;width:100%;height:auto;position:relative;border-radius:20px}#GamesHome .GamesRow{margin:0 auto 30px;padding:0}.nav-overlay{position:fixed;background:rgba(0,0,0,.6);z-index:9999}.nav-overlay,.tile-overlay{inset:0;display:flex;align-items:center;justify-content:center}.tile-overlay{position:absolute;background:rgba(0,0,0,.4);z-index:2}#GamesHome .NavRow{display:block;width:100%;height:50px;margin:0 auto;padding:0;position:relative}#GamesHome .NavRow .ControlsSshow{display:flex;justify-content:space-between;align-items:center;flex-direction:row;position:absolute;right:30px;top:0;width:90px;height:50px;margin:0;padding:0}#GamesHome .NavRow .ControlsSshow .BtnNavs{display:flex;width:40px;height:40px;border-radius:8px;cursor:pointer;background-color:var(--BGColorIcon-Var);position:relative;transition:all .1s ease-in-out;background-color:var(--BGAccordion-Var)}#GamesHome .NavRow .ControlsSshow .BtnNavs:after{content:"";display:block;width:30px;height:30px;position:absolute;right:5px;top:5px;border-radius:5px;z-index:10;transform:rotate(0deg);background-image:url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}</style><path class="st0" d="M2.6,9.2c0-0.1,0.1-0.2,0.1-0.3C3,8.5,3.3,8.2,3.8,8.2c0.1,0,0.1,0,0.2,0c7.3,0,14.6,0,21.9,0c0.2,0,0.3,0,0.5,0c0.8,0.2,1.2,1.2,0.7,1.8c-0.1,0.1-0.2,0.2-0.2,0.3C23.3,14,19.6,17.7,16,21.3c-0.6,0.6-1.3,0.6-1.9,0c-3.6-3.6-7.2-7.2-10.8-10.8C3,10.2,2.7,10,2.6,9.6C2.6,9.5,2.6,9.3,2.6,9.2z"/></svg>');background-repeat:no-repeat;background-size:50%;background-position:50% 50%;transition:all .3s ease;pointer-events:none}#GamesHome .NavRow .ControlsSshow .BtnNavs.Nav_L:after{transform:rotate(90deg)}#GamesHome .NavRow .ControlsSshow .BtnNavs.Nav_R:after{transform:rotate(-90deg)}#GamesHome .NavRow .ControlsSshow .BtnNavs:hover{background-color:#13161f;transform:scale(1.1)}#GamesHome .NavRow .ControlsSshow .BtnNavs:active{background-color:var(--BGAccordion-Var);transform:scale(.8)}#GamesHome .ContRowGames{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;width:100%;height:auto;margin:0 auto;padding:0;position:relative;z-index:10;pointer-events:all;transition:all .1s ease-in-out}#GamesHome .ContRowGames .TabGames{display:block;width:85px;height:330px;margin:0;position:absolute;left:0;top:0;z-index:2;overflow:hidden;border-radius:15px;pointer-events:none;box-shadow:0 5px 5px 0 rgba(0,0,0,.5)}#GamesHome .ContRowGames .TabGames.TGames{background:#f27121;background:linear-gradient(90deg,rgb(242,113,33),rgb(233,64,87) 50%,rgb(138,35,135))}#GamesHome .ContRowGames .TabGames.LGames{background:#00ffd8;background:linear-gradient(90deg,rgb(0,255,216),rgb(115,42,235))}#GamesHome .ContRowGames .TabGames .ImgTabGames{display:block;width:100%;height:auto;position:absolute;left:0;top:0;margin:0}#GamesHome .ContRowGames .SlideShow{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:100%;height:330px;margin:0;position:relative;padding:0 0 0 95px;z-index:1;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow-x:auto;overflow-y:hidden;transition:all .3s ease-in-out}#GamesHome .NavRow{height:60px}#GamesHome .ContRowGames .SlideShow .GameBox{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:250px;height:330px;margin:0 30px 0 0;padding:0;position:relative;border-radius:20px;flex-shrink:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;transition:all .3s ease-in-out}#GamesHome .ContRowGames .SlideShow .GameBox .ImgGameWH{max-width:445px;height:auto;margin:0}#GamesHome .ContRowGames .SlideShow .GameBox:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:99;cursor:pointer;transition:all .3s ease-in-out}#GamesHome .ContRowGames .SlideShow .GameBox:last-child{margin:0}#GamesHome .ContRowGames .SlideShow .GameBox:first-child:after{background-color:rgba(17,24,43,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}#GamesHome .ContRowGames .SlideShow .GameBox.Full_W{animation-delay:0;opacity:1;overflow:hidden}#GamesHome .ContRowGames .SlideShow .GameBox.Full_W .ImgGameWH{transform:scale(1)}#GamesHome .ContRowGames .SlideShow:hover>.GameBox.Full_W{animation-play-state:initial;animation-name:none;transition:all .3s ease-in-out}#GamesHome .ContRowGames .SlideShow:hover .GameBox{opacity:1}#GamesHome .ContRowGames .SlideShow:hover .GameBox:after{opacity:0}#GamesHome .ContRowGames .SlideShow .GameBox:hover .CapBTN{opacity:1}#GamesHome .ContRowGames .SlideShow::-webkit-scrollbar{width:0;height:0;border-radius:100px;cursor:pointer}#GamesHome .ContRowGames .SlideShow::-webkit-scrollbar-track{background:var(--BGMenu-Var);border-radius:100px}#GamesHome .ContRowGames .SlideShow::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}#GamesHome .ContRowGames .SlideShow{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}#GamesHome .ContRowGames .SlideShow .GameBox .CapBTN{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:99;background-color:rgba(17,24,43,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-blend-mode:overlay;cursor:pointer;transition:all .3s ease-in-out;overflow:hidden;opacity:0}#GamesHome .ContRowGames .SlideShow .GameBox .CapBTN .Btns{display:flex;justify-content:center;align-items:center;width:150px;height:40px;margin:0;border-radius:10px;overflow:hidden;flex-wrap:nowrap;font-size:20px;flex-shrink:0;cursor:pointer;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .2s ease-in-out;box-shadow:0 10px 10px rgba(0,0,0,.8);background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));box-shadow:0 10px 10px 0 rgba(0,0,0,.5);border-top:1px solid #89ffef}#GamesHome .ContRowGames .SlideShow .GameBox:hover .CapBTN .Btns{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;box-shadow:0 10px 10px 0 rgba(0,0,0,.5);transform:scale(1.1)}#GamesHome .RowBtnsMore{display:flex;height:auto;padding:0;position:relative;margin:30px auto;justify-content:center;width:100%}#GamesHome .RowBtnsMore button{display:block;width:100%;max-width:250px;height:50px;margin:0 auto;padding:0;position:relative;font-size:20px}.BtnViewAll{display:flex;justify-content:center;align-items:center;width:100%;max-width:300px;height:50px;border:0;border-radius:6px;margin:10px auto;text-decoration:none;background-color:#13161f;color:#fff;cursor:pointer;outline:none;font-size:14px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .2s ease-in-out;box-shadow:0 10px 10px rgba(0,0,0,.8);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BtnViewAll:hover{transform:scale(1.1)}.BtnViewAll:active{transform:scale(.9)}.BtnViewAll.Cyan{width:50%;background:linear-gradient(180deg,#E35604,#353535);border-radius:25px;font-size:17px}.BtnViewAll.Cyan,.BtnViewAll.Cyan:hover{box-shadow:0 10px 10px 0 rgba(0,0,0,.5);color:#13161f}.BtnViewAll.Cyan:hover{background:#fff}#GamesHome .ContRowGames .SlideShow .GameBox.Full_W,#GamesHome .ContRowGames .SlideShow .GameBox:hover{max-width:445px}#GamesHome .ContRowGames .SlideShow .GameBox:hover .CapBTN{height:70px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}#GamesHome .ContRowGames .ContAllBGames{display:block;width:auto;height:auto;position:relative;border-radius:20px;margin:0;left:0}#GamesHome .ContRowGames:after{content:"";display:block;width:95px;height:100%;position:absolute;left:0;top:0;z-index:1;background-color:var(--BGMenu-Var)}@keyframes AniFull_W{0%{max-width:0;opacity:0}20%{max-width:445px;opacity:1}80%{max-width:445px;opacity:1}to{max-width:0;opacity:0}}@media only screen and (min-width:751px)and (max-width:1400px){#GamesHome .ContRowGames .ContAllBGames{transform:translateX(0)!important;padding:0 10px 0 50px!important;width:100%}#GamesHome .ContRowGames .SlideShow{padding-left:60px}#GamesHome .ContRowGames .TabGames{width:50px;border-radius:8px;height:100%}#GamesHome .ContRowGames .TabGames .ImgTabGames{width:100%;left:0;top:25%}}@media only screen and (min-width:0px)and (max-width:1400px){#GamesHome{margin:20px auto;padding:20px 0 0;width:98%}#GamesHome .GamesRow{height:auto;padding:0;margin:0 0 15px}#GamesHome .NavRow{display:none}#GamesHome .ContRowGames .SlideShow{padding-left:0;height:auto;overflow:hidden;overflow-x:scroll}#GamesHome .ContRowGames .SlideShow .GameBox{width:28%;max-width:28%;border-radius:10px;margin:10px;opacity:1;height:auto}#GamesHome .ContRowGames .SlideShow .GameBox.Full_W{width:28%;max-width:28%;animation-name:none;height:auto}#GamesHome .ContRowGames .SlideShow .GameBox .ImgGameWH{width:200%;max-width:200%}#GamesHome .ContRowGames .SlideShow .GameBox .CapBTN{border-radius:10px}#GamesHome .ContRowGames .SlideShow .GameBox:after{background-color:rgba(17,24,43,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}#GamesHome .ContRowGames .SlideShow .GameBox .CapBTN .Btns{width:80%;height:30px;line-height:30px;font-size:11px;border-radius:5px}#GamesHome .RowBtnsMore{height:auto;margin:20px auto;display:flex}#GamesHome .RowBtnsMore button{max-width:170px;height:40px;font-size:15px}#GamesHome .ContRowGames .ContAllBGames{transform:translateX(0)!important;padding:0 10px 0 0;width:100%}#GamesHome .ContRowGames:after{width:60px}}@media only screen and (min-width:0px)and (max-width:750px){#GamesHome{padding:15px 0 0}#GamesHome .ContRowGames .ContAllBGames{transform:translateX(0)!important;padding:0 10px 0 30px!important;width:100%;border-radius:10px}#GamesHome .ContRowGames .TabGames{width:25px;border-radius:8px;height:100%;top:0}#GamesHome .ContRowGames .TabGames .ImgTabGames{width:100%;height:100%;left:0;top:0}#GamesHome .ContRowGames .SlideShow{border-radius:10px}#GamesHome .ContRowGames .SlideShow .GameBox{margin:0 10px 0 0;border-radius:10px}#GamesHome .ContRowGames:after{width:30px}}#MainContHomeGames{display:block;width:100%;max-width:1750px;height:auto;margin:30px auto 20px;padding:20px 20px 0;border-radius:20px;position:relative;z-index:9}#MainContHomeGames:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:1}.RowWPG_Caro{display:flex;width:100%;max-width:1750px;height:auto;position:relative;overflow:hidden;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap}.RowWPG_Caro.RecommendedGames{margin-top:20px;border:3px solid #13161f;border-radius:15px;padding:15px}.BControlsCaro.RecommendedGames{top:7px!important}.owl-carousel{display:block;width:100%;max-width:1345px;height:auto!important;position:relative;overflow:hidden;border-top-left-radius:15px;border-bottom-left-radius:15px}.owl-carousel,.owl-carousel.owl-loaded{margin:0;padding:0}.item{display:block;margin:0;width:auto;max-width:150px;height:auto;position:relative;overflow:hidden;border-radius:15px;border:1px solid hsla(0,0%,100%,.1);cursor:pointer;transition:all .5s ease-out}.item img{width:100%!important;height:auto!important;margin:0;transition:all .2s ease-out}.item:hover{border:1px solid #13161f}.item:hover img{transform:scale(1.1)}.item .CapBTN{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:99;border-radius:15px;background-color:rgba(17,24,43,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-blend-mode:overlay;cursor:pointer;transition:all .3s ease-in-out;overflow:hidden;opacity:0}.item:hover .CapBTN{opacity:1}.item .CapBTN .Btns{display:flex;justify-content:center;align-items:center;width:80%;height:60px;border-radius:10px;overflow:hidden;flex-wrap:nowrap;font-size:25px;flex-shrink:0;cursor:pointer;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;color:#fff;box-shadow:0 10px 10px rgba(0,0,0,.8);background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));box-shadow:0 10px 10px 0 rgba(0,0,0,.5);border-top:1px solid #89ffef;transition:all .4s cubic-bezier(.47,1.64,.41,.8);transition-delay:.3s;margin:-35% 0 0;opacity:0}.item:hover .CapBTN .Btns{margin-top:0;opacity:1}.item .CapBTN .NameGame{display:flex;width:100%;height:auto;justify-content:center;align-items:center;position:absolute;left:0;top:15px;overflow:hidden;font-size:13px;line-height:14px;color:#fff;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;text-shadow:5px 5px 5px rgba(0,0,0,.5);padding:0 10px}.RowWPG_Caro .VerticalLabel{display:flex;width:40px;height:200px;margin:0 20px 0 0;border-radius:10px;cursor:pointer}.RowWPG_Caro.LastGames .VerticalLabel,.RowWPG_Caro.TopGames .VerticalLabel{background:#13161f}.RowWPG_Caro .VerticalLabel:after{content:"";display:block;width:100%;height:100%}.RowWPG_Caro.TopGames .VerticalLabel:after{background:url(/images/top-games_v.svg) 50% 50% no-repeat;background-size:100%}.RowWPG_Caro.LastGames .VerticalLabel:after{background:url(/images/lastest-games_v.svg) 50% 50% no-repeat;background-size:100%}.RowWPG_Caro .BControlsCaro{display:flex;width:90px;height:40px;margin:0;position:absolute;right:10px;top:-7px;justify-content:space-between;flex-direction:row;align-items:center}.RowWPG_Caro .BControlsCaro .ArrowNav{display:flex;width:40px;height:40px;margin:0;cursor:pointer;border-radius:10px;z-index:99;background:url(/images/arrow-down-white.png) 50% 50% no-repeat;background-size:25%;transition:all .1s ease-in-out}.RowWPG_Caro .BControlsCaro .ArrowNav.Nav_R{transform:rotate(180deg)}.RowWPG_Caro .BControlsCaro .ArrowNav.Nav_L:active{transform:rotate(0deg) translateY(10px)}.RowWPG_Caro .BControlsCaro .ArrowNav.Nav_R:active{transform:rotate(180deg) translateY(10px)}.item:before{content:"";pointer-events:none;display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:100;border-radius:15px;background:url(/images/playicon.svg) 50% 50% no-repeat;background-size:100%;cursor:pointer;transition:all .3s cubic-bezier(.5,1.64,.41,.8);overflow:hidden;opacity:0}.item:hover:before{opacity:1;background-size:30%}.item:after{content:"";pointer-events:none;display:flex;justify-content:center;align-items:center;width:105%;height:105%;position:absolute;left:-2.5%;bottom:-2.5%;z-index:99;background-color:rgba(17,24,43,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-blend-mode:overlay;cursor:pointer;transition:all .3s ease-in-out;overflow:hidden;opacity:0}.item:hover:after{opacity:1}@media only screen and (min-width:901px)and (max-width:1450px){.item{width:auto;height:auto}.item,.item .CapBTN{border-radius:10px}.item .CapBTN .Btns{font-size:15px;height:40px;border-radius:5px}}@media only screen and (min-width:551px)and (max-width:900px){.item{width:auto;height:auto}.item,.item .CapBTN{border-radius:10px}.item .CapBTN .Btns{font-size:15px;height:40px;border-radius:5px}}@media only screen and (min-width:0px)and (max-width:550px){.item{width:auto;height:auto;margin-right:5px!important}.item,.item .CapBTN{border-radius:10px}.item .CapBTN .Btns{font-size:12px;height:30px;border-radius:5px}.item .CapBTN .NameGame{font-size:10px;line-height:10px;height:auto}}@media only screen and (min-width:0px)and (max-width:360px){.item{width:auto;height:auto;margin-right:5px!important}.item,.item .CapBTN{border-radius:10px}.item .CapBTN .Btns{font-size:10px;height:30px;border-radius:5px;width:95%}.item .CapBTN .NameGame{font-size:10px;line-height:10px;height:auto}}@media only screen and (min-width:0px)and (max-width:1500px){.RowWPG_Caro{padding-left:10px}.RowWPG_Caro .VerticalLabel{width:40%;max-width:250px;height:35px;margin:0 auto 10px;position:absolute;left:10px;top:5px;border-radius:0;border-top-right-radius:10px;border-top-left-radius:10px}.RowWPG_Caro.TopGames .VerticalLabel:after{background:url(/images/top-games_h.svg) 50% 50% no-repeat;background-size:90%}.RowWPG_Caro.LastGames .VerticalLabel:after{background:url(/images/lastest-games_h.svg) 50% 50% no-repeat;background-size:90%}.RowWPG_Caro .BControlsCaro{right:10px;top:-7px}#MainContHomeGames{width:95%;margin-top:0;padding-top:10px}}.footer{background-color:#13161f;border:2px solid rgba(53,52,60,.6);margin:80px auto 0}.footer__branding{width:15%;margin:15px 0}.footer__nav{gap:0}.footer__nav a,.footer__nav a:hover{color:#e35604}.footer__divider{border-bottom:1px solid #e35604}.footer__grid{width:100%}.footer__grid--links{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));grid-gap:0;gap:0;justify-content:center;align-items:start;margin-top:10px}.footer__grid--links a{color:#fff;text-decoration:none}.footer__grid--links a:hover{color:#e35604}.footer__col li{margin-bottom:10px}.footer__col p{margin:0;text-align:center}.footer__logo{flex:1 1}.footer__mobile-dropdown{display:none}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-icon{background-color:#0d0963}.footer__title{margin:0 0 12px;font-size:20px;font-weight:600;letter-spacing:.6px;color:#e35604;text-align:center}.hero h1{color:#e35604!important;font-size:28px!important}.hero .intro{width:90%}.why h2{font-size:22px!important;font-weight:300}.why h3{font-size:20px!important}.why h3,.why h4{font-weight:300;text-align:left!important}.why h4{font-size:18px!important;color:#e35604!important;margin-bottom:5px!important}.acc{border:1px solid #e35604}.acc,.acc>summary{background:#e35604}.acc[open]>summary{border-bottom:1px solid #e35604}@media(max-width:900px){.footer{padding:0 30px 30px}.footer__logo--center img,.footer__logo--left img{width:100%}.footer__nav{flex-wrap:wrap;gap:7px}.why p{width:90%}}@media(max-width:700px){.acc{width:80%}.footer{padding:0 20px 20px}.footer__branding{width:50%;margin:10px auto;text-align:center}.footer__divider,.footer__grid--links{display:none}.footer__mobile-dropdown{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:10px;max-width:380px;margin-left:auto;margin-right:auto}.footer__dropdown{border:1px solid #e35604;border-radius:12px;overflow:hidden;background-color:#13161f}.footer__dropdown-summary{list-style:none;cursor:pointer;padding:14px 16px;font-size:15px;font-weight:600;color:#e35604;display:flex;align-items:center;justify-content:space-between}.footer__dropdown-summary::-webkit-details-marker{display:none}.footer__dropdown-content{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;padding:12px 16px 16px;animation:dropdownFade .25s ease}.footer__dropdown-content a{color:#fff;text-decoration:none;font-size:14px;text-align:left}.footer__dropdown-content a:hover{color:#e35604}.footer__bottom{flex-direction:column-reverse;padding-top:15px}.footer__socials{justify-content:center;gap:16px;margin-bottom:10px}.hero h1{font-size:24px!important}.why h2,.why h3,.why h4{text-align:center!important}}.Pages{display:block;width:100%;height:auto;padding:40px 0 100px;margin:0;transition:all .3s ease-in-out}.Pages.Games,.Pages.Promos,.Pages.VipPage{background-size:100%}.Pages.VipPromos{background:url(/images/s-vip.jpg) 50% 0 no-repeat;padding-top:150px}.Pages.Rewards,.Pages.Support,.Pages.VipPromos{background-size:100%}.Pages .Wrapper .BoxPage.AboutUs{max-width:1300px;margin:auto;width:90%}.Pages.Games .WrapperGames,.Pages.Rewards .Wrapper{position:relative;margin-top:-25px;margin-bottom:220px;z-index:11}.Pages.VipPage .Wrapper{z-index:11}.Pages .Wrapper{display:block;width:100%;max-width:1300px;height:auto;padding:45px 0 0;margin:0 auto 70px;z-index:9;position:relative}.Pages .WrapperGames{max-width:1300px;min-height:800px;margin:0 auto;border-radius:20px;border:0}.Pages .Wrapper.Privacy,.Pages .Wrapper.Terms{padding-top:110px}.Pages .MrOBack{display:block;width:100%;max-width:700px;height:auto;position:absolute;top:-10%;right:30%;z-index:0;transform:rotate(45deg)}.Pages .Wrapper h1{display:block;font-size:40px;padding:0;text-align:center;color:#c0a989;font-weight:300;text-shadow:1px 2px 2px rgba(0,0,0,.7)}.Pages .Wrapper h2{display:block;font-size:30px;padding:0;text-align:left;color:#e35604;margin-bottom:30px}.Pages .Wrapper .BoxPage{display:block;width:100%;max-width:1300px;height:auto;padding:40px;border-radius:20px;margin:0;color:var(--MainTextColor-Var);transition:all .3s ease-in-out;position:relative;z-index:1;overflow:hidden;background-image:linear-gradient(180deg,#173d46,rgba(227,86,4,.5));box-shadow:0 0 0 4px rgba(0,0,0,0);border:none}.Pages .Wrapper .BoxPage:before{content:"";position:absolute;inset:0;border-radius:20px;padding:4px;background:linear-gradient(180deg,#353535,#e35604);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.Pages.NotFound .Wrapper{max-width:none}.Pages .Wrapper .BoxPage h2{display:block;font-size:30px;padding:0;text-align:left;margin-top:20px}.Pages .Wrapper .BoxPage h1,h2,h3,h4,h5,p{display:block}.mainImage{z-index:9;position:relative;width:80%;margin:auto}.mainImageMobile{display:none;z-index:9;position:relative}.mainImage.Support{margin-top:-120px}.Pages .Wrapper .BoxPage .AccordionHeader{height:40px;padding-left:30px;margin-bottom:15px;line-height:15px;background-color:rgba(238,182,50,.862745098);border:1px solid #13161f;text-align:left;padding-right:40px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Pages .Wrapper .BoxPage .AccordionHeader:hover{background-color:#13161f}.Pages .Wrapper .BoxPage .AccordionHeader:active{background-color:#e35604}.Pages .Wrapper .BoxPage .AccordionHeader:after{right:14px}.Pages .Wrapper .BoxPage .accordion-body{font-size:15px;padding:10px 10px 25px}.Pages .Wrapper .BoxPage .accordion-body p,li,ol,ul{display:block;margin-bottom:20px}.Pages .Wrapper .BoxPage .accordion-title{font-size:16px}.Pages .Wrapper .BoxPage ul{padding-left:30px;margin-top:25px}.Pages .Wrapper .BoxPage ul li{display:block;margin-bottom:20px;position:relative;list-style:none;font-size:15px}.Pages .Wrapper .BoxPage ul li:before{content:"";display:block;width:7px;height:7px;background-color:var(--MainTextColor-Var);position:absolute;top:6px;left:-25px;border-radius:10px;opacity:1}.Pages .Wrapper .BoxPage p{font-size:15px;margin-bottom:20px;text-align:left;width:100%}.accordion-body p{font-size:15px;width:100%}.Pages .Wrapper h3{width:100%;text-align:center;font-size:22px;margin:0 auto 20px;padding:0}.Pages .Wrapper ul,li{width:100%;text-align:left;font-size:15px;margin:0 auto 20px;padding:0}.mb{margin-bottom:30px}.RowCryptosBK{display:flex;cursor:pointer;width:100%;height:auto;margin:0 auto 30px;padding:0;justify-content:center;flex-direction:row;align-items:center;flex-wrap:wrap}.RowCryptosBK .CryptoTabs{display:block;width:100%;max-width:345px;margin:5px;border-radius:10px}.RowCryptosBK .CryptoTabs.imgBlocks{background-color:#fff;border-radius:12px;height:58.83px;display:flex;justify-content:center;align-items:center}.RowCryptosBK .CryptoTabs img{width:60%}.tonCoin{width:40%!important}#aboutUl li{font-size:16px!important;margin-bottom:10px}.RowTwoCols{width:100%;justify-content:space-between}.RowTwoCols,.RowTwoCols .TwoCols{display:flex;margin:0;flex-direction:row;flex-wrap:wrap;align-items:center}.RowTwoCols .TwoCols{width:48%;justify-content:center}.RowTwoCols .TwoCols ul{width:100%;text-align:left;font-size:13px;margin:0 auto 20px}.RowTwoCols .TwoCols h3{width:100%;text-align:left;font-size:25px;margin:0 auto 20px;padding:0}.TwoCols.Text{width:35%}.TwoCols.Picture{width:65%}.BoxPage.AboutUs.mobileOnly{display:none}.BoxPage.AboutUs.desktopOnly{display:block}.MobileStack{display:grid;grid-gap:16px;gap:16px}.contactMethod{padding-bottom:15px!important}.ImgAbout{display:block;width:100%;max-width:800px;margin:0}.ImgAboutBoxes{display:block;width:100%;max-width:640px;margin:10px auto 40px}.ImgSupport{display:block;width:100%;max-width:529px;margin:0}.ContLabelsBtn{display:block;width:100%;height:auto;margin:10px auto}.LabelContac{display:flex;width:100%;height:60px;margin:0 auto 20px;border-radius:10px;padding:0 0 0 60px;position:relative;justify-content:flex-start;align-items:center;font-size:20px;font-weight:700;cursor:pointer;text-decoration:none;font-family:Nunito Sans,sans-serif;color:#fff;transition:all .1s ease-in-out;text-align:left;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LabelContac.Pink,.LabelContac.Purple{background-color:rgba(0,0,0,0);border:1px solid #13161f}.LabelContac .BoxIcons{position:absolute;left:10px;top:10px;opacity:1;transform:scale(1)}.LabelContac .BoxIcons,.LabelContac.Mail .BoxIcons{background-position:-40px -80px}.LabelContac.Chat .BoxIcons{background-position:-80px -80px}.LabelContac:hover{transform:scale(1.1)}.LabelContac:active{transform:scale(.8)}.RowCBoxesAffp{margin:20px auto 40px;justify-content:space-between;flex-wrap:wrap}.RowCBoxesAffp,.RowCBoxesAffp .ColReasons{display:flex;width:100%;height:auto;align-items:center}.RowCBoxesAffp .ColReasons{max-width:225px;min-height:275px;margin:20px 0 0;justify-content:space-evenly;flex-direction:column;position:relative;border-radius:15px;background:#13161f;background-size:contain}.RowCBoxesAffp .ColReasons .HeadImg{display:block;width:100%;height:auto;top:0;margin:0 0 20px;position:relative;padding:0}.RowCBoxesAffp .ColReasons .HeadImg .IconsAff{display:block;width:100%;height:auto;max-width:200px;margin:0 auto}.RowCBoxesAffp .ColReasons h4{text-align:center!important;font-size:16px;line-height:18px;color:#fff!important;margin:0 auto 20px}.RowCBoxesAffp .ColReasons p{text-align:center!important;font-size:18px}.HeaderPage{display:block;width:100%;max-width:1075px;margin:0 auto 50px}.ConReTablesCol{display:flex;height:auto;justify-content:space-between;margin:0 auto;flex-wrap:wrap}.ConReTablesCol .CReTaCols{display:flex;width:31%;height:auto;justify-content:center;margin:0;flex-direction:column}.ConReTablesCol .CReTaCols .TitleTabCol{margin:0 auto 20px;font-weight:800;font-size:30px;line-height:30px}.ConReTablesCol .CReTaCols .CTableReCol,.ConReTablesCol .CReTaCols .TitleTabCol{display:block;width:100%;height:auto;font-family:Nunito Sans,sans-serif;color:#fff;text-align:center}.ConReTablesCol .CReTaCols .CTableReCol{margin:0 auto 30px;font-weight:600;font-size:18px;background-color:var(--BGTransColor-Var);padding:30px 20px;border-radius:20px}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables{display:flex;height:auto;min-height:60px;justify-content:space-between;margin:0 auto;color:var(--MainTextColor-Var)}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables .ColsReTable{display:flex;width:50%;height:auto;justify-content:center;align-items:center;margin:0;border-bottom:1px solid rgba(58,57,70,.7)}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables.HeadTab{border:0;min-height:80px;font-weight:800;text-transform:uppercase;font-size:15px;line-height:15px}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables .ColsReTable.WImport{font-size:25px;line-height:25px;font-weight:800}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables.RowNoLine .ColsReTable{border-color:rgba(0,0,0,0)!important}.ContRowBoxesDet{justify-content:space-between;align-items:flex-start;width:100%;margin:30px 0}.ContRowBoxesDet,.RowBoxesDet{display:flex;height:auto;min-height:100px;border-radius:20px;flex-wrap:wrap}.RowBoxesDet{justify-content:center;align-items:center;width:49%;background:var(--BarColor-Var);margin:0 0 30px;padding:30px}.RowBoxesDet .TitleCard{color:#13161f!important;font-weight:300;font-size:20px}.RowBoxesDet .Parraf{color:#fff;margin:20px 0 0;font-size:14px}.RowBoxesDet .ContCards{display:flex;justify-content:center;align-items:center;width:100%;height:auto;min-height:100px;margin:0 auto;flex-wrap:nowrap;flex-direction:row;gap:20px;min-height:150px;max-height:375px}.RowBoxesDet .ContCards .CardsId{display:block;width:100%;height:auto;margin:10px}.RowBoxesDet .ContCards .CardsIdCredit{width:60%}.RowBoxesDet .ContCards .CardsIdProof{width:100%}.CardsId.Proof{max-width:300px}details[open] summary:after{transform:rotate(-90deg)}summary::-webkit-details-marker{display:none}@media only screen and (min-width:851px)and (max-width:1400px){.Pages{padding:20px 40px 40px;margin:0}.Pages .Wrapper{margin:0 0 50px}.Pages .Wrapper .BoxPage{width:100%;padding:20px 30px;margin:0;border-radius:15px}.Pages .Wrapper .BoxPage h2{font-size:20px}.Pages .Wrapper h1{font-size:30px}.Pages .Wrapper.Privacy,.Pages .Wrapper.Terms{padding-top:120px}.RowCBoxesAffp{justify-content:flex-start;max-width:900px}.RowCBoxesAffp .ColReasons{max-width:45%;margin:20px 2.5%;height:auto;min-height:350px;padding:0 20px}.RowCBoxesAffp .ColReasons p{font-size:14px!important}.RowBoxesDet .ContCards .CardsIdProof{max-width:300px;width:100%}}@media only screen and (min-width:499px)and (max-width:850px){.Pages{padding:0 0 10px;margin:200px 0 0}.Pages .Wrapper{margin:0 0 40px}.Pages .Wrapper .BoxPage{width:100%;padding:20px;margin:30px 0 0;border-radius:15px}.Pages .Wrapper .BoxPage h2{font-size:20px}.Pages .Wrapper h1{font-size:30px}.RowTwoCols{width:90%;margin:0 auto;flex-direction:column;flex-direction:column-reverse}.RowTwoCols .TwoCols{width:100%}.ImgAbout,.ImgSupport{margin:0 auto 30px}.ImgSupport{max-width:50%}.RowCBoxesAffp{justify-content:flex-start;max-width:100%}.RowCBoxesAffp .ColReasons{max-width:45%;margin:20px 2.5%;height:auto;min-height:350px;padding:0 20px}.RowCBoxesAffp .ColReasons p{font-size:13px!important}.RowBoxesDet{width:100%}.RowBoxesDet .ContCards .CardsIdProof{max-width:300px;width:65%}}@media only screen and (min-width:0px)and (max-width:500px){.RowBoxesDet .ContCards{min-height:100px}.RowBoxesDet .ContCards .CardsIdProof{width:70%}.mainImageMobile{display:block}.mainImage{display:none}.Pages{padding:0 0 10px;margin:0}.Pages,.Pages.VipPage{height:auto}.Pages.VipPromos{padding-top:90px}.Pages.Rewards{padding-top:10px}.Pages .Wrapper{margin:0 0 30px}.Pages .Wrapper .BoxPage{width:100%;padding:30px 10px;margin:20px 0 0;border-radius:15px}.Pages .Wrapper .AboutUs,.Pages .Wrapper .Affiliates,.Pages .Wrapper .FAQ,.Pages .Wrapper .PrivacyPolicy,.Pages .Wrapper .ResponsibleGambling,.Pages .Wrapper .Terms{margin:10px 0 50px}.Pages .Wrapper .BoxPage h2{font-size:16px}.Pages .Wrapper h1{font-size:30px;line-height:30px}.Pages .Wrapper .BoxPage .AccordionHeader{padding-left:20px;margin-bottom:10px;border:1px solid #13161f}.Pages .Wrapper .BoxPage .accordion-title{font-size:13px;padding-left:0}.Pages .Wrapper .BoxPage .accordion-body{font-size:14px;line-height:16px;padding:10px 10px 25px}.Pages.Promos .Wrapper{margin-bottom:40px}.Pages.Rewards .Wrapper,.Pages.Support .Wrapper,.Pages.VipPage .Wrapper{margin-bottom:40px;padding:110px 10px}.Pages.Games .WrapperGames{padding:10px}.RowTwoCols{width:90%;margin:0 auto;flex-direction:column;flex-direction:column-reverse}.RowTwoCols .TwoCols{width:100%}.RowTwoCols .TwoCols h3{font-size:16px}.Pages .Wrapper .BoxPage ul li{margin-bottom:10px}.LabelContac{font-size:14px;line-height:14px;padding:0 0 0 20px}.LabelContac .BoxIcons{left:0;top:10px;transform:scale(.7)}.ImgAboutBoxes{width:100%;margin:0 auto 20px}.ConReTablesCol .CReTaCols .CTableReCol{font-size:12px;padding:5px 10px}.ConReTablesCol .CReTaCols .TitleTabCol{font-size:20px;line-height:20px}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables{font-size:12px;line-height:12px;min-height:40px}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables.HeadTab{font-size:12px;line-height:12px;min-height:45px}.ConReTablesCol .CReTaCols .CTableReCol .RowsReTables .ColsReTable.WImport{font-size:15px;line-height:15px}.RowBoxesDet{width:100%}}@media only screen and (min-width:0px)and (max-width:360px){.Pages .Wrapper .BoxPage .AccordionHeader{padding-left:10px;margin-bottom:10px}.Pages .Wrapper .BoxPage .accordion-title{font-size:12px;padding-left:0}.Pages .Wrapper .BoxPage .accordion-body{font-size:13px;line-height:15px;padding:20px 5px}}@media only screen and (min-width:0px)and (max-width:1100px){.ConReTablesCol{flex-direction:column;max-width:500px}.ConReTablesCol .CReTaCols{width:100%}.ConReTablesCol .CReTaCols .TitleTabCol br{display:none}.mobileOnly{display:block}.desktopOnly{display:none}.TwoCols.Picture,.TwoCols.Text{width:100%}.Pages .Wrapper .BoxPage.AboutUs{margin-top:15px}}@media only screen and (min-width:0px)and (max-width:500px){.RowCryptosBK{width:80%}.HeaderPage{margin:0 auto}.RowCBoxesAffp{justify-content:center;margin:0 auto 20px}.RowCBoxesAffp .ColReasons{max-width:100%;margin:20px 0;padding:40px 10px 20px;min-height:0;background-size:80% auto;background-position:top}.RowCBoxesAffp .ColReasons .IconsAff{max-width:120px;height:auto}}@media only screen and (min-width:0px)and (max-width:800px){.Pages .MrOBack{width:50%;top:0;right:5%}.RowCBoxesAffp{justify-content:flex-start;max-width:100%}.RowCBoxesAffp .ColReasons{max-width:300px;margin:15px auto;height:auto;min-height:230px;padding:0 20px}.RowCBoxesAffp .ColReasons p{font-size:13px!important}.Pages.VipPromos{padding-top:80px}}@media only screen and (min-width:0px)and (max-width:499px){.Pages .Wrapper{padding:110px 0 0}.Pages .Wrapper.Policy,.Pages .Wrapper.Terms{padding:170px 0 0}.Pages .Wrapper.About,.Pages .Wrapper.Affiliate,.Pages .Wrapper.FAQ,.Pages .Wrapper.Responsible{padding:110px 0 0}}.Pages.Promos{background:linear-gradient(180deg,#173D46 -44.8%,#124A55 -25.23%,#167278 14.49%,#16777C 32.28%,#197A7E 53.03%,#508479 72.59%)}.Pages .Wrapper .BoxPromoPage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px;gap:32px;max-width:1300px;height:auto;padding:0;margin:50px 0 0;color:var(--MainTextColor-Var)}.Pages .Wrapper .BoxPromoPage,.Pages .Wrapper .BoxPromoPage .RowPromos{width:100%;border-radius:20px;transition:all .3s ease-in-out;position:relative;z-index:11}.Pages .Wrapper .BoxPromoPage .RowPromos{display:flex;height:auto!important;min-height:150px;overflow:visible;padding:15px 0 0;margin:0;flex-direction:row;justify-content:center;background:#13161f;border:3px solid rgba(0,0,0,0);background-image:linear-gradient(#13161F,#13161F),linear-gradient(90deg,rgba(227,86,4,.89),#420B0C);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr{display:flex;flex-direction:column;justify-content:center;align-items:center;width:33.1%;padding:0;transition:all .1s ease-in-out}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_L{width:20%;height:auto;transition:all .2s cubic-bezier(.47,1.64,.41,.8)}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_L_Custom{width:25%;height:auto;transition:all .2s cubic-bezier(.47,1.64,.41,.8);color:var(--MainTextColor-Var);border-top-left-radius:20px;border-bottom-left-radius:20px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_C{width:50%;padding:0;height:auto;color:var(--MainTextColor-Var);max-height:auto;transition:all .2s cubic-bezier(.47,1.64,.41,.8);justify-content:start}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_R{width:30%;height:auto;color:var(--MainTextColor-Var);border-top-right-radius:20px;border-bottom-right-radius:20px;transition:all .2s cubic-bezier(.47,1.64,.41,.8);margin-right:50px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .TitleMobile{display:none;width:100%;font-size:20px;line-height:20px;margin:0 0 20px;font-weight:400;text-align:center;color:#e35604}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .TextMobile{display:none;font-size:16px;margin:0 0 20px;max-width:250px;word-break:break-all;line-height:20px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr h2{display:block;color:#e35604;width:100%;font-size:23px;margin:0 0 10px!important;font-weight:700;line-height:28px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr p{display:block;width:100%;font-size:12px;margin:0 0 10px;font-family:Inter,Arial,Helvetica,sans-serif}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr p.Rule{font-size:11px;line-height:11px;color:#888!important;letter-spacing:0;font-family:Inter,Arial,Helvetica,sans-serif;margin-bottom:5px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .RowCCode{display:block;width:100%;margin:0 auto 10px;max-width:200px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .RowCCode .BoxCode{display:flex;justify-content:center;align-items:center;width:100%;max-width:250px;height:60px;margin:0 auto;border-radius:30px;position:relative;font-size:20px;font-weight:600;color:#fff;padding:5px;border:3px solid rgba(0,0,0,0);background-image:linear-gradient(#13161F,#13161F),linear-gradient(90deg,rgba(227,86,4,.89),#420B0C);background-clip:padding-box,border-box;background-origin:padding-box,border-box}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .RowCCode .BoxCode:after{display:flex;justify-content:center;align-items:center;width:80%;height:20px;color:#868686;position:absolute;left:10%;top:2px;font-size:11px;border-radius:10px;font-weight:400;letter-spacing:0;font-family:Inter,Arial,Helvetica,sans-serif}.BoxPromoBan{max-width:530px;height:300px;position:relative;overflow:visible}.BoxPromoBan,.BoxPromoBan .BgPrBox{display:flex;justify-content:center;align-items:center;width:100%}.BoxPromoBan .BgPrBox{height:100%;position:absolute;left:0;top:0;z-index:0;border-radius:20px;overflow:hidden;transition:all .2s ease-in-out}.BoxPromoBan:hover .BgPrBox{background-size:105%}.BoxPromoBan .ChaFrontBox{display:flex;justify-content:center;align-items:center;width:100%;height:125%;position:absolute;left:0;bottom:0;z-index:1;border-radius:20px;transition:all .2s ease-in-out}.Pages .Wrapper .BoxPromoPage .ChaFrontBox{background-size:cover;background-position:50%;height:100%;transform:none;transform:scale(1.5) translateX(-10%);transform-origin:center}.BoxPromoBan .ChaFrontBox{transform:translateX(-5%)}.BoxPromoBan:hover .ChaFrontBox{transform:translateX(10%)}.DivComponenet{border:0;border-radius:10px;background-color:#272d3f;box-shadow:0 10px 10px rgba(0,0,0,.8);background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));box-shadow:0 10px 10px 0 rgba(0,0,0,.5);border-top:1px solid #89ffef}.BtnCancelmore,.DivComponenet{display:flex;justify-content:center;align-items:center;width:100%;max-width:200px;height:50px;margin:0 auto;color:#fff;outline:none;font-size:20px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;position:relative;text-shadow:0 2px 5px rgba(0,0,0,.5);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none!important}.BtnCancelmore{border:0;border-radius:10px;background-color:red;cursor:pointer;box-shadow:0 10px 10px rgba(0,0,0,.8)}.BtnCancelmore:hover{transform:scale(1.2);color:#fff;box-shadow:0 10px 10px 0 rgba(0,0,0,.5);text-decoration:none!important}.BtnRmore{display:flex;justify-content:center;align-items:center;width:100%;max-width:200px;height:50px;border:0;border-radius:30px;margin:0 auto;cursor:pointer;outline:none;font-size:18px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase;background:linear-gradient(180deg,#E35604,#E35604 28%,#353535)}.BtnRmore,.BtnRmore:hover{color:#13161f;text-decoration:none!important}.BtnRmore:hover{background:#e35604;border:1px solid #13161f}.Pages .Wrapper .BoxPromoPage .RowPromos .BtnToggleRules{display:none;width:50px;height:50px;position:absolute;z-index:99;right:-5px;top:-5px;border-radius:100px;background:url(/images/terms-icon.svg) 50% 50% no-repeat #3b4351;background-size:60%;box-shadow:0 5px 5px rgba(0,0,0,.3);cursor:pointer;transition:all .1s ease-in-out}.Pages .Wrapper .BoxPromoPage .RowPromos .BtnToggleRules:after{content:"Close";display:block;width:100%;height:auto;position:absolute;left:0;bottom:-20px;font-size:11px;color:#fff}.Pages .Wrapper .BoxPromoPage .RowPromos .BtnToggleRules:hover{background-color:#3b4351;transform:scale(1.1)}.Pages .Wrapper .BoxPromoPage .RowPromos .BtnToggleRules:active{background-color:#fff;transform:scale(.9)}.Pages .Wrapper .BoxPromoPage .RowPromos.Close .BtnToggleRules{background-color:#13161f}.Pages .Wrapper .BoxPromoPage .RowPromos.Close .BtnToggleRules:after{content:"Rules"}.Pages .Wrapper .BoxPromoPage .RowPromos *{transition:all .1s ease-in-out}.RowPromos.Reverse .CPrO_C{order:1}.RowPromos.Reverse .CPrO_R{order:2}.RowPromos.Reverse .CPrO_L{order:3}.DynamicPromoDescription{align-self:flex-start}@media only screen and (min-width:541px)and (max-width:1300px){.Pages .Wrapper .BoxPromoPage{width:60%;margin:auto}.BoxPromoBan .ChaFrontBox{width:70%;left:auto;margin:auto}}@media only screen and (min-width:0px)and (max-width:1300px){.RowPromos.Reverse .CPrO_C,.RowPromos.Reverse .CPrO_L,.RowPromos.Reverse .CPrO_R{order:0}.Pages .Wrapper .BoxPromoPage{grid-template-columns:1fr;gap:20px}.Pages .Wrapper .BoxPromoPage .RowPromos{height:auto}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_L{width:70%;max-width:530px;height:auto;margin:0 auto;border-radius:0;padding:0}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_L_Custom{width:100%;max-width:530px;height:auto;padding-top:20px;border-radius:0;border-top-left-radius:20px;border-top-right-radius:20px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_C{width:100%;max-width:530px;height:auto;margin:0 auto;border-radius:0;padding:10px 20px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr.CPrO_R{width:40%;max-width:530px;height:auto;margin:0 20px 0 auto;padding:0 0 20px;border-radius:0;border-bottom-right-radius:20px;border-bottom-left-radius:20px;align-self:flex-end}.BoxPromoBan .BgPrBox{border-radius:0;border-top-right-radius:20px;border-top-left-radius:20px}.Pages .Wrapper .BoxPromoPage .RowPromos .BtnToggleRules{display:block}.Pages .Wrapper .BoxPromoPage .RowPromos.Close .CPrO_C{max-height:0!important;padding:0!important;overflow:hidden}.Pages .Wrapper .BoxPromoPage .RowPromos.Close .CPrO_C *{opacity:0}.Pages .Wrapper .BoxPromoPage .RowPromos.Close .ColsPr .TextMobile,.Pages .Wrapper .BoxPromoPage .RowPromos.Close .ColsPr .TitleMobile{display:block}.Pages .Wrapper .BoxPromoPage .ChaFrontBox{transform:none!important;background-size:cover!important;height:100%}.RowPromos.Promo_1 .BoxPromoBan{width:85%}.RowPromos.Promo_2 .BoxPromoBan{width:95%}}@media only screen and (min-width:0px)and (max-width:540px){.Pages .Wrapper .BoxPromoPage{padding:0 20px}.Pages .Wrapper .BoxPromoPage .RowPromos{max-width:100%;margin:0 auto}.BoxPromoBan .BgPrBox,.BoxPromoBan:hover .BgPrBox{background-size:cover!important}.BoxPromoBan .ChaFrontBox,.BoxPromoBan:hover .ChaFrontBox{transform:translateX(0)}.BoxPromoBan .ChaFrontBox{height:180px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr h2{font-size:18px;line-height:20px;margin:0 0 10px;text-align:left}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr p{font-size:13px;line-height:15px;width:100%;margin:0 auto}}@media only screen and (min-width:0px)and (max-width:380px){.BoxPromoBan.Promo_2 .ChaFrontBox{background-size:63%}}@media only screen and (min-width:0px)and (max-width:800px){.BoxPromoBan .ChaFrontBox{bottom:0}.BtnRmore,.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .RowCCode .BoxCode{font-size:16px}.Pages .Wrapper .BoxPromoPage .RowPromos .ColsPr .RowCCode .BoxCode{font-size:14px;min-width:140px;max-height:40px}.BtnRmore{height:40px}}.tribe-promo{align-items:stretch;gap:28px;border-radius:28px;padding:24px;margin-bottom:80px;overflow:hidden;background:#13161f}.mask-wrap,.tribe-promo{position:relative;display:flex}.mask-wrap{flex:0 0 360px;align-items:center;justify-content:center}.mask{width:360px;height:360px}.content,.mask{position:relative}.content{flex:1 1 auto;background:rgba(0,0,0,0);border-radius:0;padding:22px;color:#ffd9a8}.extra-bonus{display:flex;justify-content:center;align-items:center;width:100%}.headline{margin:0 0 14px;font-weight:800;letter-spacing:.4px;color:#ffcf94;font-size:clamp(18px,2.6vw,28px);text-align:center!important}.headline .accent{color:#ffb02e}.newbies{text-align:left;margin-left:5px}.table{background:rgba(0,0,0,0);border-radius:18px;padding:4px 0 8px;width:60%}.thead,.trow{display:grid;grid-template-columns:1.4fr 1fr .8fr;grid-column-gap:14px;column-gap:14px;align-items:center}.thead{color:#ffcf94;font-weight:700;opacity:.95}.thead,.trow{padding:10px 8px}.trow{border-top:1px solid hsla(0,0%,100%,.08);cursor:pointer;transition:background .2s ease}.trow:hover{background:rgba(0,0,0,.08)}.ord{color:#f8aa2b;font-weight:800;margin-right:10px;min-width:30px}.tier{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bonus{color:#ffe1b8}.code,.extra{color:#ffd18a}.redeem{display:flex;align-items:center;flex-direction:column;gap:12px;width:20%;flex-wrap:wrap;margin-top:14px}.code-input{background:hsla(0,0%,100%,.16);border-radius:12px;padding:6px 10px}.code-input input{background:rgba(0,0,0,0);border:none;outline:none;color:#fff5e6;font-weight:700;letter-spacing:.6px;width:180px;text-transform:uppercase}.btn{border:none;border-radius:12px;padding:10px 16px}.redeem-btn{width:100%;background:#ffb02e;color:#382105}.cancel-btn{background:#3b1b0a;color:#ffd9a8;border:1px solid hsla(0,0%,100%,.18)}.status{font-weight:800;color:#00d68f}.error{color:#ff8585;margin-top:4px;font-weight:700}.tribe-promo .RowCCode{display:block;width:100%;margin:0 auto 20px;max-width:200px}.tribe-promo .RowCCode .BoxCode{width:100%;max-width:250px;height:60px;margin:0 auto;position:relative;font-size:18px;font-weight:500;color:#fff;padding-top:7px;background:#13161f}.tribe-promo .RowCCode .BoxCode,.tribe-promo .RowCCode .BoxCode:after{display:flex;justify-content:center;align-items:center;border-radius:10px}.tribe-promo .RowCCode .BoxCode:after{content:"Coupon Code:";width:80%;height:20px;color:#868686;position:absolute;left:10%;top:2px;font-size:11px;font-weight:400;font-family:Inter,Arial,Helvetica,sans-serif}.terms-content{text-align:left}@media(max-width:980px){.tribe-promo{padding:16px;gap:16px}.mask-wrap{flex:0 0 190px}.mask{width:190px;height:190px}.thead,.trow{grid-template-columns:1.2fr .9fr .7fr}.headline{font-size:25px}}@media(max-width:680px){.tribe-promo{flex-direction:column}.mask-wrap{order:2;align-self:center}.content{order:1}.extra-bonus{flex-direction:column}.table{width:100%}.trow{row-gap:6px;border-radius:10px;background:rgba(0,0,0,.07);margin-bottom:8px}.redeem{width:100%}.ord{display:none}.code{justify-self:start}}.tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.tab-button{flex:1 1;padding:0;height:50px;text-align:center;cursor:pointer;max-width:200px;margin:0 20px 0 0;outline:none;border-radius:10px;font-size:15px;font-family:Inter,Nunito Sans,sans-serif;transition:all .3s ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--MainTextColor-Var);border:1px solid #e35604;background-color:rgba(0,0,0,0)}.tab-button:hover{background-color:rgba(192,169,137,.3019607843);color:#fff}.tab-button:active{background-color:#e35604;color:#fff}.tab-button.active,.tab-button.active:hover{background-color:rgba(192,169,137,.3019607843);color:#fff}.tab-content{margin-top:20px;padding-bottom:30px;transition:all .3s ease}.tab-content p{display:block;width:100%;height:auto;margin:0 auto 25px;padding:0}@media(max-width:768px){.tab-button{height:60px;max-width:33.1%;margin:0 10px 0 0;font-size:12px;padding:0 10px}}@media only screen and (min-width:0px)and (max-width:600px){.TxtParTop{font-size:13px;padding-top:30px}.MainTextCont h1{font-size:18px;line-height:18px}}@media only screen and (min-width:0px)and (max-width:279px){#root{display:none}}.RowsVip{position:relative;display:flex;justify-content:center;align-items:flex-start;width:45%;height:auto;margin:60px auto 0;flex-wrap:wrap;border-radius:20px;color:#fff;padding:0 20px;z-index:1;height:500px;background-image:linear-gradient(180deg,#173D46,rgba(227,86,4,.5));box-shadow:0 0 0 4px rgba(0,0,0,0)}.RowsVip:before{content:"";position:absolute;inset:0;border-radius:20px;padding:4px;background:linear-gradient(180deg,#353535,#E35604);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.Pages{background:linear-gradient(180deg,#173D46 -44.8%,#124A55 -25.23%,#167278 14.49%,#16777C 32.28%,#197A7E 53.03%,#508479 72.59%)}.RowsVip .RowColsVip{width:100%;flex-direction:row;padding:20px 30px 30px 0}.RowsVip .ColsVip,.RowsVip .RowColsVip{display:flex;justify-content:center;align-items:center;height:auto;margin:0}.RowsVip .ColsVip{width:50%;flex-direction:column}.RowsVip .ColsVip.Cvip_L{width:70%;position:relative;overflow:visible}.RowsVip .ColsVip.Cvip_R{width:100%}.VipColumn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:20px}.RowsVip .RowColsVip.FRow{background-color:rgba(9,11,18,.3);border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:20px 0}.RowsVip .RowColsVip .ColsVip p,li,ul{display:block;width:100%;margin:0;padding:0}.RowsVip .RowColsVip.FRow h5{text-align:left;display:block;width:100%;font-size:16px;color:#888}.RowsVip .RowColsVip.FRow p{text-align:left;display:block;width:100%;font-size:13px;color:#888}.RowsVip .RowColsVip p{color:#fff}.RowsVip .RowColsVip p.ColorGrey{color:#888}.RowsVip .Vip_Title{font-size:30px;font-weight:700;margin-bottom:0!important;text-align:center;color:#e35604!important}.RowsVip .Vip_Subtitle{font-size:25px}.RowsVip .Vip_Parr,.RowsVip .Vip_Subtitle{font-weight:300;margin-bottom:10px!important}.RowsVip .Vip_Parr{font-size:18px}.RowsVip .Vip_TBene{font-size:15px}.RowsVip .Vip_Bene,.RowsVip .Vip_TBene{font-weight:600;margin-bottom:10px!important}.RowsVip .Vip_Bene{font-size:13px}.RowsVip .Vip_Bene li{font-size:13px;font-weight:600;padding-left:20px;position:relative}.RowsVip .Vip_Bene li:after{content:"";display:block;width:5px;height:5px;border-radius:10px;background-color:#e35604;position:absolute;left:0;top:5px}.RowsVip.level-3,.RowsVip.level-4{padding-top:0!important}.Vip_Advance{width:100%}.Vip_Advance p{color:#e35604!important}.RowsVip .RowColsVip .Color_BL{color:#13161f!important;font-weight:300}.RowsVip .RowColsVip .Color_PI,.RowsVip .RowColsVip .Color_RE,.RowsVip .RowColsVip .Color_YE{color:#e35604!important}.RowsVip .Symbols{position:absolute;bottom:200px;right:350px;transform:scale(2.3);transform-origin:top left;z-index:10}.RowsVip.level-2 .RowColsVip:first-child,.RowsVip.level-4 .RowColsVip:first-child{flex-direction:row-reverse}.RowsVip.level-2 .RowColsVip:first-child .ColsVip,.RowsVip.level-4 .RowColsVip:first-child .ColsVip{padding:0 30px}.RowsVip .warriorSymbol{transform:scale(1.4);bottom:-46px;right:10px}.RowsVip .shamanSymbol{transform:scale(1.45);bottom:5px;right:75px}.RowsVip .chiefSymbol{transform:scale(1.45);bottom:4px;right:45px}@media only screen and (min-width:0px)and (max-width:850px){.RowsVip{min-height:auto;padding:15px 0;max-width:500px;margin-top:60px;width:100%}.RowsVip .RowColsVip{flex-direction:column;padding:0}.RowsVip .ColsVip.Cvip_L,.RowsVip .ColsVip.Cvip_R{width:100%;padding:0 30px}.RowsVip .RowColsVip.FRow{padding:10px 0 20px}.RowsVip .Symbols{margin:20px auto;max-width:300px;position:absolute;bottom:-50px;right:20px;transform:scale(1.1);transform-origin:top left;z-index:10}.VipColumn{flex-direction:column;gap:0}}@media only screen and (min-width:0px)and (max-width:500px){.RowsVip{max-width:420px;margin:15px auto}.RowsVip .Vip_Title{font-size:32px}.RowsVip .Vip_Subtitle{font-size:18px}.RowsVip .Vip_Parr{font-size:14px}.RowsVip .Vip_TBene{font-size:15px}.RowsVip .Vip_Bene{font-size:12px}}.DateContThree{display:flex;width:100%;height:auto;justify-content:space-between;align-items:flex-start;padding:0;margin:0;position:relative}.DateContThree .Cont3Select{width:32%!important;color:#000}.DateContThree .Cont3Select,.DateContThree select{margin:0;font-size:11px;cursor:pointer;position:relative}.DateContThree select{width:100%!important;color:#fff}.DateContThree select:hover{background-color:#13161f;color:#fff}.DateContThree .Cont3Select:after{content:"";display:block;width:30px;height:30px;background:url(/images/arrow-down_login.svg) 50% 50% no-repeat;background-size:50%;border-radius:5px;position:absolute;right:5px;top:5px;pointer-events:none}.DateContThree .Cont3Select:hover:after{background:url(/images/arrow-down.svg) 50% 50% no-repeat;background-size:50%}.ColLabelDate{display:flex;justify-content:center;align-items:center;position:relative;height:30px;font-size:14px;font-weight:400;color:#fff}.scroll-top-button{display:none;position:fixed;bottom:10px;left:0;background:url(/images/arrow-up.svg) 50% 50% no-repeat #13161f;background-size:50%;color:#fff;border:none;border-radius:12px;width:50px;height:50px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.3);transition:all .2s ease-in-out;z-index:9999999999;transform:scale(.6)}.scroll-top-button:hover{background-color:#13161f;transform:scale(1)}.scroll-top-button:active{transform:scale(.5)}option,select{-webkit-appearance:none!important;font-family:Inter,Nunito Sans,sans-serif;font-size:13px;font-weight:600;cursor:pointer}.gameNavBar{white-space:nowrap;padding:10px 30px 10px 20px;margin:20px auto;overflow:auto;display:flex;justify-content:center;align-items:center}.gameNavBar::-webkit-scrollbar{height:2px;border-radius:100px}.gameNavBar::-webkit-scrollbar-track{background:#333;border-radius:100px}.gameNavBar::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}.gameSelect{position:relative;display:inline-block;width:200px;margin-top:10px}.gameSelect select{background:rgba(255,139,0,.5);color:#fff}.gameSelect:hover select{background:#fff;color:#621f00;border:1px solid #13161f}.gameName{font-weight:700;font-size:20px;color:#fff;font-family:Inter,Nunito Sans,sans-serif}.games{padding:30px}.games,.games *{transition:all .1s ease}.gameCard{position:relative;cursor:pointer}.starBtn{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;border:none;background:rgba(0,0,0,0);z-index:10;cursor:pointer;opacity:1}.starBtn[disabled]{opacity:.6;cursor:default}.starBtn img{width:100%;height:100%;pointer-events:none}.gameFilter{display:flex;justify-content:space-between;color:var(--MainTextColor-Var);margin:0 auto;align-items:center;height:60px;max-width:1620px}.gameGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));max-width:1550px;grid-gap:10px;gap:10px;margin:0 auto;transition:all .1s ease;padding-bottom:100px}.categoryButton,.favoritesButton{display:flex;padding:0 6px;line-height:40px;justify-content:center;text-align:center;cursor:pointer;margin:0 8px 0 0;min-width:115px;border:1px solid #e35604;outline:none;border-radius:10px;font-size:15px;font-family:Inter,Nunito Sans,sans-serif;color:#fff;transition:all .1s ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:rgba(0,0,0,0)}.categoryButton.active,.categoryButton:active,.categoryButton:hover,.favoritesButton.active,.favoritesButton:active,.favoritesButton:hover{background-color:rgba(255,139,0,.5);color:#fff}.favoritesButton{box-shadow:none;background:linear-gradient(45deg,#13161F,#13161F)}@keyframes glowingBackground{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.AsyncImage-root{display:block;height:200px;transition:all .2s ease;border-radius:15px;cursor:pointer;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.AsyncImage-root img{object-fit:contain!important;display:block;border:0;margin:0;outline:none}.AsyncImage-root:before{content:"";pointer-events:none;display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:100;border-radius:15px;background:url(/images/playicon.svg) 50% 50% no-repeat;background-size:100%;cursor:pointer;transition:all .3s cubic-bezier(.5,1.64,.41,.8);overflow:hidden;opacity:0}.AsyncImage-root:hover:before{opacity:1;background-size:30%}.AsyncImage-root:after{content:"";pointer-events:none;display:flex;justify-content:center;align-items:center;width:105%;height:105%;position:absolute;left:-2.5%;bottom:-2.5%;z-index:99;background-color:rgba(17,24,43,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-blend-mode:overlay;cursor:pointer;transition:all .3s ease-in-out;overflow:hidden;opacity:0}.AsyncImage-root:hover:after{opacity:1}.AsyncImage-root.GameLocked{border:1px solid rgba(2,206,172,.5);pointer-events:none}.AsyncImage-root.GameLocked:before{width:100%;height:100%;left:0;bottom:0;z-index:100;background:url(/images/pathlock.svg) 50% 50% no-repeat;background-size:30%;transition:all .3s cubic-bezier(.5,1.64,.41,.8);opacity:.6}.AsyncImage-root.GameLocked:after,.AsyncImage-root.GameLocked:before{content:"";pointer-events:none;display:flex;justify-content:center;align-items:center;position:absolute;border-radius:15px;cursor:pointer;overflow:hidden}.AsyncImage-root.GameLocked:after{width:105%;height:105%;left:-2.5%;bottom:-2.5%;z-index:99;background-color:rgba(17,24,43,.5);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-blend-mode:overlay;transition:all .3s ease-in-out;opacity:1}.singleGame{width:80%;height:auto;justify-content:center;display:flex;margin:auto;align-items:center;flex-direction:column;padding-top:200px}.singleGame img{width:200px;height:300px}.singleGame p{font-size:18px}.ContFiltersGame{display:flex;width:100%;max-width:410px;margin:0;justify-content:space-between;align-items:center}.AsyncImage-root{height:auto;min-height:200px;border-radius:10px;transition:all .3s ease-in-out}.AsyncImage-root img{object-fit:cover!important}.favorites-list{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;margin:auto}@media(max-width:1500px){.AsyncImage-root{border-radius:10px}}@media(max-width:850px){.gameNavBar{justify-content:space-between;display:flex;padding:10px 0;margin-top:70px}.games{padding:0}* .AsyncImage-root{border-radius:10px}.gameGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.gameName{display:none}}@media(max-width:600px){.games{padding:0}.AsyncImage-root{border-radius:10px}.gameName{display:none}.ContFiltersGame{display:flex;width:100%;max-width:410px;margin:0;justify-content:space-between;align-items:center}}@media only screen and (min-width:1001px)and (max-width:1300px){.gameGrid{grid-template-columns:repeat(auto-fill,minmax(14%,1fr))}.AsyncImage-root{height:auto;min-height:210px;border-radius:10px}.AsyncImage-root img{object-fit:cover!important}}@media only screen and (min-width:621px)and (max-width:1000px){.gameGrid{grid-template-columns:repeat(auto-fill,minmax(16%,1fr))}.AsyncImage-root{height:auto;min-height:170px;border-radius:10px}.AsyncImage-root img{object-fit:cover!important}.Pages .WrapperGames{padding:0 20px 20px;margin:20px 0;border-radius:15px}}@media only screen and (min-width:521px)and (max-width:600px){.gameGrid{grid-template-columns:repeat(auto-fill,minmax(20%,1fr))}.AsyncImage-root{height:auto;min-height:170px;border-radius:10px}.AsyncImage-root img{object-fit:cover!important}.Pages .WrapperGames{padding:0 20px 20px;margin:20px 0;border-radius:15px}}@media only screen and (min-width:361px)and (max-width:520px){.gameGrid{grid-template-columns:repeat(auto-fill,minmax(30%,1fr))}.AsyncImage-root{height:auto;min-height:150px;border-radius:10px}.AsyncImage-root img{object-fit:cover!important}.Pages .WrapperGames{padding:0 20px 20px;margin:20px 0;border-radius:15px}}@media only screen and (min-width:0px)and (max-width:360px){.gameGrid{grid-template-columns:repeat(auto-fill,minmax(45%,1fr))}.AsyncImage-root{height:auto;min-height:150px;border-radius:10px}.AsyncImage-root img{object-fit:cover!important}.Pages .WrapperGames{padding:0 5px 5px;margin:20px 0;border-radius:15px}}#OpenModal{display:block;width:200px;margin:20px auto;cursor:pointer;border-radius:100px;height:50px;outline:none;border:0}#MainContModal{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;margin:0 auto;padding:0;text-align:center;position:fixed;z-index:10000000000000000000;left:0;top:0;font-family:Inter,Nunito Sans,sans-serif;background-color:rgba(25,27,29,.9);overflow:hidden;transition:all 1s cubic-bezier(.47,1.64,.41,.8)}#MainContModal #ContModal{width:100%;max-width:500px;position:relative;pointer-events:all;border:0;flex-direction:column;justify-content:flex-start;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-blend-mode:overlay;z-index:99;box-shadow:0 10px 10px 0 rgba(0,0,0,.5);transition:all .4s ease-in-out;padding:0;transition:all 1s cubic-bezier(.47,1.64,.41,.8);background-color:rgba(19,22,31,.8)}#MainContModal.Close{height:0;background-color:rgba(25,27,29,0);transition:all .5s ease-in-out;opacity:0;pointer-events:none}#MainContModal.Close>#ContModal{top:-500px;opacity:0;height:0;transition:all 0 ease-in-out}#MainContModal #ContModal #MainLogo{display:block;width:100%;max-width:80px;margin:10px auto}#MainContModal #ContModal #MaintTitleModal,.seoP5{display:block;width:80%;margin:10px auto 30px;text-transform:uppercase;font-weight:300;font-size:20px;line-height:22px;color:#fff}.seoP5{text-align:center}#MainContModal #ContModal #SubtTitleModal{display:block;width:80%;text-transform:uppercase;font-weight:300;font-size:30px;line-height:32px;color:#13161f;margin:0 auto 25px}#MainContModal #ContModal .open{border:0 solid #000;display:block;width:100%;height:100vh;overflow:hidden;overflow-y:scroll;position:relative}#MainContModal #ContModal .open::-webkit-scrollbar{width:2px;border-radius:100px}#MainContModal #ContModal .open::-webkit-scrollbar-track{background:#333;border-radius:100px}#MainContModal #ContModal .open::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}#MainContModal #ContModal .open{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}.ImageContainer{display:flex;height:auto;margin:20px auto;justify-content:center;align-items:center;flex-direction:column}.ImageContainer img{display:block;width:40%}.RowColums{width:100%;justify-content:space-between;flex-wrap:wrap;gap:15px;margin:15px auto 20px}.RowColums,.RowColums .Colums{display:flex;height:auto;align-items:flex-start}.RowColums .Colums{width:45%;margin:0 auto;justify-content:flex-start;flex-direction:column}.RowColums .Colums.CImgGame{overflow:hidden;border-radius:10px}.RowColums .Colums.CImgGame img{display:block;width:100%;height:auto}.RowColums .Colums p{display:block;width:100%;margin:0 auto 20px;text-align:left!important;font-size:15px;line-height:16px}.BtnsModal{display:block;width:100%;height:50px;line-height:50px;position:relative;margin:15px auto 10px;padding:0 20px;color:#fff;font-family:Nunito Sans,sans-serif;-webkit-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;border-radius:10px;transition:all .2s ease-in-out;font-size:20px;cursor:pointer;font-weight:400;background:#13161f;border:1px solid #13161f;box-shadow:0 5px 10px 0 rgba(0,0,0,.4);text-decoration:none!important}.BtnsModal:hover{transform:scale(1.1);border:1px solid #fff;color:#000}.BtnsModal:active,.BtnsModal:hover{background:#fff;text-decoration:none!important}.BtnsModal:active{transform:scale(.8);background:linear-gradient(180deg,rgb(255,255,255),rgb(255,255,255));box-shadow:0 10px 10px 0 rgba(0,0,0,.5);border-top:1px solid #fff;color:#0f1113}.LinkDets{display:block;width:100%;height:20px;font-size:14px;text-transform:none;margin:20px auto}#BtnClose_ModalForm{display:block;z-index:9999;cursor:pointer;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:18px;background-color:#13161f}#BtnClose_ModalForm,#BtnClose_ModalForm:after{width:50px;height:50px;position:absolute;right:0;top:0;transition:all .2s ease-in-out;transform:scale(.8)}#BtnClose_ModalForm:after{content:"";z-index:10;background:url(/images/close.svg) 50% 50% no-repeat;background-size:100%}#BtnClose_ModalForm:hover{transform:scale(.98);background:#ffe25d}#BtnClose_ModalForm:hover:after{transform:rotate(90deg)}#BtnClose_ModalForm:active{background-color:#20222f;transform:scale(.5);opacity:.5}.Hide{display:none!important}@media only screen and (min-width:320px)and (max-width:480px){#MainContModal #ContModal{padding:0;overflow:hidden;overflow-y:scroll}.BtnsModal{font-size:14px}.ImageContainer img{width:70%}}.BtnOpenWindow{max-width:150px;border-radius:10px}.BtnCloseModal,.BtnOpenWindow{display:flex;width:100%;height:50px;justify-content:center;align-items:center;margin:0;padding:0;cursor:pointer}.BtnCloseModal{max-width:50px;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:15px;background-color:#13161f;border-top:1px solid #13161f}.BtnCloseModal,.BtnCloseModal:after{transition:all .2s ease-in-out;transform:scale(.8)}.BtnCloseModal:after{content:"";width:50px;height:50px;position:absolute;right:0;top:0;z-index:10;background:url(/images/close.svg) 50% 50% no-repeat;background-size:100%}.BtnCloseModal:hover{background:#13161f;border-top:1px solid #13161f}.BtnCloseModal:hover:after{transform:rotate(90deg)}.BtnCloseModal:active{background-color:#20222f;opacity:.5}.BtnCloseWindow{display:flex;width:100%;max-width:50px;justify-content:center;align-items:center;margin:0;padding:0;cursor:pointer;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:15px;background-color:#13161f;border-top:1px solid #13161f}.BtnCloseWindow,.BtnCloseWindow:after{height:50px;position:absolute;right:0;top:0;transition:all .2s ease-in-out;transform:scale(.8)}.BtnCloseWindow:after{content:"";width:50px;z-index:10;background:url(/images/close.svg) 50% 50% no-repeat;background-size:100%}.BtnCloseWindow:hover{background:#13161f;border-top:1px solid #13161f}.BtnCloseWindow:hover:after{transform:rotate(90deg)}.BtnCloseWindow:active{background-color:#20222f;opacity:.5}.BtnReloadWindow{display:flex;width:100%;max-width:50px;justify-content:center;align-items:center;margin:0;padding:0;cursor:pointer;border-top-left-radius:15px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top-right-radius:8px;background-color:#13161f;border-top:1px solid #13161f}.BtnReloadWindow,.BtnReloadWindow:after{height:50px;position:absolute;left:0;top:0;transition:all .2s ease-in-out;transform:scale(.8)}.BtnReloadWindow:after{content:"";width:50px;z-index:10;background:url(/images/reload.svg) 50% 50% no-repeat;background-size:70%}.BtnReloadWindow:hover{transform:scale(.95);background:#13161f;border-top:1px solid #13161f}.BtnReloadWindow:hover:after{transform:rotate(180deg)}.BtnReloadWindow:active{background-color:#20222f;opacity:.5}.BtnFullWidth{display:flex;width:100%;max-width:50px;justify-content:center;align-items:center;margin:0;padding:0;cursor:pointer;right:100px;border-radius:8px;background-color:#13161f;border-top:1px solid #13161f}.BtnFullWidth,.BtnFullWidth:after{height:50px;position:absolute;top:0;transition:all .2s ease-in-out;transform:scale(.8)}.BtnFullWidth:after{content:"";width:50px;right:0;z-index:10;background:url(/images/f-width.svg) 50% 50% no-repeat;background-size:100%}.BtnFullWidth:hover{transform:scale(.95);background:#13161f;border-top:1px solid #13161f}.BtnFullWidth:hover:after{transform:rotate(90deg)}.BtnFullWidth:active{background-color:#20222f;opacity:.5}.BtnFullScreen{display:flex;width:100%;max-width:50px;height:50px;justify-content:center;align-items:center;margin:0;cursor:pointer;position:absolute;right:45px;top:0;border-radius:8px;transition:all .2s ease-in-out;transform:scale(.8);background-color:#13161f;border-top:1px solid #13161f}.BtnFullScreen.Game{right:0}.BtnFullScreen:after{content:"";width:50px;height:50px;position:absolute;right:0;top:0;z-index:10;background:url(/images/f-screen.svg) 50% 50% no-repeat;background-size:100%;transition:all .2s ease-in-out;transform:scale(.8)}.BtnFullScreen:hover{background:#13161f;border-top:1px solid #13161f}.BtnFullScreen:hover:after{transform:rotate(90deg)}.BtnFullScreen:active{background-color:#20222f;opacity:.5}.BtnFullScreen.ModeCF{right:0}.CustomWindow{display:flex;width:100%;height:100vh;margin:0 auto;position:fixed;left:0;top:0;z-index:1e+143!important;justify-content:center;align-items:center;flex-direction:column;padding:0;overflow:hidden;background-color:rgba(0,0,0,.8);transition:all .5s ease}.widget-visible{position:relative;z-index:0!important}.CustomWindow .iframeContainer{display:flex;width:100%;height:100vh;margin:0;position:relative;padding-top:50px;border-radius:10px;overflow:hidden}.CustomWindow .iframeContainer::-webkit-scrollbar{width:10px;border-radius:100px}.CustomWindow .iframeContainer::-webkit-scrollbar-track{background:#333;border-radius:100px}.CustomWindow .iframeContainer::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}.CustomWindow .iframeContainer{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}.CustomWindow.fullWidth{max-width:calc(100% - 70px);height:100%;margin:0;padding:0;position:absolute;left:60px;top:10px;transition:all .5s ease}.CustomWindow.fullWidth .iframeContainer{max-width:100%;height:100%;margin:0;position:absolute;left:0;top:0;transition:all .5s ease}.CustomWindow .iframeContainer.close{height:0;padding:0;transition:all .5s ease}.CustomWindow .iframeContainer .BarWindowNav h1{display:flex;justify-content:flex-start;align-items:center;padding:0 0 0 20px}.CustomWindow .iframeContainer .BarWindowNav{display:flex;width:100%;height:50px;margin:0;position:absolute;left:0;top:0;z-index:99;overflow:hidden;justify-content:center;opacity:1;background-color:var(--BarColor-Var);transition:all .5s ease;transition-delay:.5s}.CustomWindow .iframeContainer.close .BarWindowNav{height:0;padding:0;overflow:hidden;transition:all .5s ease;top:-100px;opacity:0}.CustomWindow .iframeContainer iframe{display:block;width:100%!important;height:100%!important;min-height:100%;margin:0;position:relative;padding:0;border:0;outline:none;overflow:hidden;overflow-y:scroll;background-color:var(--BGColor-Var)}.iframeContainer{transform:scaleY(0);transform-origin:top;opacity:0;transition:all .5s ease}.iframeContainer.open{transform:scaleY(1);opacity:1}.iframeContainer.close{transform:scaleY(0);opacity:0}@media only screen and (min-width:0px)and (max-width:1100px){.BtnFullWidth{display:none!important}.CustomWindow{max-width:100%;height:100%;padding-top:10px}.CustomWindow .iframeContainer{height:100%}.CustomWindow .iframeContainer .BarWindowNav h1{font-size:15px;width:100%;justify-content:flex-start}.BtnCloseWindow,.BtnFullScreen,.BtnFullWidth,.BtnReloadWindow{width:40px;height:40px;border-radius:10px;top:5px}.BtnFullScreen.Game{left:5px}.BtnCloseWindow:after,.BtnFullScreen:after,.BtnFullWidth:after,.BtnReloadWindow:after{width:40px;height:40px}}.error{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;background:rgba(255,0,0,.2);border-radius:100px;font-weight:300;padding:0;font-size:12px;letter-spacing:0;position:relative;border:1px dashed red}.ErrorBlink{animation:SetAniErrorColor .2s}@keyframes SetAniErrorColor{0%{color:red}to{color:#fff}}.success{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;background:rgba(0,255,47,.2);border-radius:100px;font-weight:700;padding:0;font-size:12px;letter-spacing:0;position:relative;border:1px dashed green}.SuccessBlink{animation:SetAniSuccessColor .2s infinite}@keyframes SetAniSuccessColor{0%{color:green}to{color:#fff}}.ContHorMenu{display:flex;width:100%;height:40px;margin:0 auto;justify-content:center;align-items:center;position:fixed;left:0;top:90px;z-index:90;background-color:#13161f;overflow:hidden;overflow-x:scroll;padding-left:10px}.ContHorMenu::-webkit-scrollbar{width:1px;height:1px;border-radius:100px}.ContHorMenu::-webkit-scrollbar-track{background:#333;border-radius:100px}.ContHorMenu::-webkit-scrollbar-thumb{border-radius:100px;background:var(--BGColor-Var)}.ContHorMenu{scrollbar-face-color:var(--BGColor-Var);scrollbar-shadow-color:var(--BGColor-Var);scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}.ContHorMenu .BtnScrollToID{display:flex;width:auto;height:30px;margin:0 5px;justify-content:center;align-items:center;padding:0 20px;cursor:pointer;position:relative;border-radius:8px;font-size:11px;font-weight:100;color:#fff;flex-flow:column wrap;align-items:flex-start;background:#13161f;overflow:hidden;border:1px solid #13161f}.ContHorMenu .BtnScrollToID:hover{background:#13161f;border:1px solid #13161f;color:#fff;text-decoration:none!important}.ContHorMenu .BtnScrollToID:active{background:#fff;border:1px solid #fff;color:#000;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);text-decoration:none!important;transform:scale(.9)}@media only screen and (min-width:0px)and (max-width:900px){.ContHorMenu{top:120px;justify-content:flex-start;flex-flow:column wrap;padding-top:5px;align-items:flex-start}}.ContCoupons{height:auto;justify-content:center;margin:10px auto;flex-wrap:wrap;padding:0 10px}.ContCoupons,.NavBarCoupons{display:flex;width:100%;align-items:center}.NavBarCoupons{height:50px;justify-content:space-between;margin:0 auto 20px}.NavBarCoupons button{display:flex;width:48%;height:35px;justify-content:center;align-items:center;margin:0;border-radius:10px;font-size:11px;cursor:pointer;font-family:Inter,Nunito Sans,sans-serif;font-weight:700}.BtnsNavsCcode{background:#2e3643;background:linear-gradient(180deg,rgb(46,54,67),rgb(31,37,46));box-shadow:inset 0 2px 0 0 #3b4351}.BtnsNavsCcode:hover{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);text-decoration:none!important}.BtnsNavsCcode:active{transform:scale(.9)}.BtnsNavsCcode.Active{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);text-decoration:none!important}.RowBarCoupons{width:100%;height:auto;margin:0 auto 20px;flex-direction:column}.RowBarCoupons,.RowBarCoupons button{display:flex;justify-content:center;align-items:center}.RowBarCoupons button{width:48%;height:35px;margin:0;border-radius:10px;font-size:11px;cursor:pointer;font-family:Inter,Nunito Sans,sans-serif;font-weight:700;background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);text-decoration:none!important}.RowBarCoupons .InputText,.RowBarCoupons h1,h2,p{display:block;width:100%;margin:0 auto 20px}.RowBarCoupons input,select{display:block;width:100%;height:40px;line-height:40px;position:relative;margin:0 auto 10px;padding:0 15px;background:var(--BGColor-Var);color:var(--MainTextColor-Var);border:1px solid var(--BorderColorAc-Var);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:10px;font-family:Inter,Nunito Sans,sans-serif;font-weight:400;font-size:13px}.RowContBntsCCP{display:flex;width:100%;height:auto;justify-content:space-between;align-items:center;margin:10px auto}.RowContBntsCCP .Btns{display:flex;width:48%;height:50px;border-radius:15px;justify-content:center;align-items:center;background-color:#272d3f;cursor:pointer;outline:none;font-size:15px!important;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BtnDeposit,.RowContBntsCCP .Btns{color:#fff;text-decoration:none!important}.BtnDeposit{background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f}.BtnDeposit:hover{background:#77777d;background:linear-gradient(180deg,#9c9da3,#535358);border-top:1px solid #bcbcbc}.BtnCancel,.BtnDeposit:hover{text-decoration:none!important}.BtnCancel{background:linear-gradient(180deg,#f44b4a,#871e1e);border-top:1px solid #ff7372;color:#fff}.BtnCancel:hover{background:#77777d;background:linear-gradient(180deg,#9c9da3,#535358);border-top:1px solid #bcbcbc;text-decoration:none!important}.RowContBntsCCP .Btns:active{transform:scale(.8)}.SectionCoupons{display:flex;justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:85px 0 30px;align-items:flex-start;position:fixed;left:0;top:0;flex-direction:row;flex-wrap:wrap;overflow:hidden;overflow-y:scroll;z-index:9999!important;background-color:var(--BarColor-Var);color:var(--MainTextColor-Var)}.SectionCoupons table{border:1px solid var(--BGAccordion-Var)!important}.SectionCoupons .ContendPoCoupons{padding:0 30px;display:block;width:100%;height:auto;position:relative;z-index:1;border-bottom:1px solid var(--BorderColorAc-Var)}.BtnClosePopup{display:block;position:fixed;z-index:9999;cursor:pointer;border-radius:8px;background-color:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f}.BtnClosePopup,.BtnClosePopup:after{width:50px;height:50px;right:0;top:0;transition:all .2s ease-in-out;transform:scale(.8)}.BtnClosePopup:after{content:"";position:absolute;z-index:10;background:url(/images/close.svg) 50% 50% no-repeat;background-size:100%}.BtnClosePopup:hover{transform:scale(.98);background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));border-top:1px solid #89ffef}.BtnClosePopup:hover:after{transform:rotate(90deg)}.BtnClosePopup:active{background-color:#20222f;transform:scale(.5);opacity:.5}#CouTitle{display:flex;width:100%;height:50px;justify-content:center;align-items:center;margin:0 auto 10px;color:#fff;text-align:center;font-size:20px;line-height:20px;font-weight:700;text-transform:uppercase;background-color:#13161f;position:fixed;left:0;top:0;z-index:99}.CouponTitle{color:#13161f;margin:0 auto}.CouponSubTitle,.CouponTitle{text-align:center;font-size:10px;font-weight:800}.CouponSubTitle{color:var(--MainTextColor-Var);background-color:var(--BGTabsColor-Var);width:100%;height:40px;font-size:18px;border-radius:5px;font-weight:400}.CouponCode,.CouponSubTitle{margin:0 auto 20px;display:flex;justify-content:center;align-items:center}.CouponCode{text-align:center;font-size:30px;font-weight:800;border:1px dashed var(--MainTextColor-Var);border-radius:10px}.CouponCode,.RowBarCoupons button{max-width:360px}#RowNavSCoupons{width:100%;height:60px;position:fixed;left:0;top:50px;z-index:99;border-bottom:1px solid var(--BorderColorAc-Var);background-color:var(--BarColor-Var);color:var(--MainTextColor-Var)}#RowNavSCoupons,#RowNavSCoupons .BtnNavCcopons{display:flex;justify-content:center;align-items:center}#RowNavSCoupons .BtnNavCcopons{width:45%;height:40px;border:0;border-radius:8px;margin:0 5px;background-color:#272d3f;color:#fff;cursor:pointer;outline:none;font-size:12px;font-weight:700;font-family:Inter,Nunito Sans,sans-serif;transition:all .1s ease-in-out;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#RowNavSCoupons .BtnNavCcopons.Active{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;text-decoration:none!important}.SectionCoupons p{display:block;margin:0 auto 10px}.RowNavSCoupons{display:block;margin:0 auto}@keyframes ShowAni{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes HideAni{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}.ShowAni{animation:ShowAni .3s ease-in-out forwards}.HideAni{animation:HideAni .3s ease-in-out forwards}@media only screen and (min-width:0px)and (max-width:360px){#RowNavSCoupons .BtnNavCcopons{font-size:11px}}.SpinerLoading{width:40px;height:40px;position:relative;border-radius:100px;border:2px solid rgba(175,175,175,.5);margin:0 auto;background-color:rgba(0,0,0,.5)}.spinner{animation:RotateLoader 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;width:30px;height:30px}.spinner .path{stroke:#13161f;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes RotateLoader{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.SearchBox{display:block;width:200px;height:auto;margin:0 10px;padding:0}.search,.search__icon,.search__input{color:#fff}.search{margin:auto;background:rgba(192,169,137,.3);border-radius:10px}.search__button,.search__input{outline:rgba(0,0,0,0)}.search__button{background-color:rgba(0,0,0,0);cursor:pointer;display:block;position:absolute;top:5px;right:5px;width:2.25em;height:2.25em;-webkit-tap-highlight-color:rgba(0,0,0,0)}[dir=rtl] .search__button{right:auto;left:.125em;transform:scaleX(-1)}.search__icon{display:block;margin:auto;transition:color .15s linear;width:2.25em;height:2.25em}.search__button:focus-visible .search__icon,.search__button:hover .search__icon{color:#ccd9e5}.search__icon-ellipse{transition:ry .3s cubic-bezier(.65,0,.35,1)}.search__icon-g,.search__icon-line2,.search__icon-line3{transition:transform .3s cubic-bezier(.65,0,.35,1)}.search__icon-g{transform:translate(6px,6px);transform-origin:12px 12px}.search__icon-line2,.search__icon-line3{transform-origin:21px 21px}.search__input{border-radius:.5em;-webkit-padding-end:2.375em;padding-inline-end:2.375em;transition:background-color .3s,box-shadow .15s linear;height:2.25em;display:block;width:100%;height:40px;line-height:40px;position:relative;padding:0 15px;background:rgba(227,86,4,.5019607843);color:#fff;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;border-radius:10px;font-family:Inter,Nunito Sans,sans-serif;font-weight:400;font-size:13px;border:none}.search__input::placeholder{opacity:1}.search__input:hover{border-color:#13161f}.search__input::placeholder{color:#fff;transition:color .3s}.search__input-wrap{position:relative}.search__label{position:absolute;width:1px;height:1px}.search__button:focus .search__icon-ellipse,.search__button:hover .search__icon-ellipse,.search__input:focus+.search__button .search__icon-ellipse{ry:.01px}.search__button:focus .search__icon-g,.search__button:hover .search__icon-g,.search__input:focus+.search__button .search__icon-g{transform:translate(6px,6px) rotate(-45deg)}.search__button:focus .search__icon-line2,.search__button:hover .search__icon-line2,.search__input:focus+.search__button .search__icon-line2{transform:rotate(-45deg)}.search__button:focus .search__icon-line3,.search__button:hover .search__icon-line3,.search__input:focus+.search__button .search__icon-line3{transform:rotate(45deg)}.search--searched .search__button{animation:search-icon-bounce .3s}[dir=rtl] .search--searched .search__button{animation:search-icon-bounce-rtl .3s}.search--searched .search__icon-ellipse,.search--searched .search__icon-g,.search--searched .search__icon-line2,.search--searched .search__icon-line3{transition-delay:.3s}@media only screen and (min-width:0px)and (max-width:420px){.SearchBox{margin:0 10px 0 0}}.mv-10{margin:10px 0!important}.mv-5{margin:5px 0!important}.mb-20{margin:0 0 20px!important}.pl-3{padding-left:30px!important}.p-5{padding:5px!important}.red{color:red!important}.center-div{display:grid;justify-content:space-between;align-items:center}@media only screen and (min-width:0px)and (max-width:520px){.testmonialsImage{max-width:200px!important}}.cancelbtn{float:left;width:45%}.deletebtn{float:right;width:45%}.cancelbtn{background-color:#ccc;color:#000;border-radius:10px}.deletebtn{background-color:#f44336;border-radius:10px}.container,.container p{padding:16px;text-align:center}.container p{margin:0 auto 10px}.seoP6{display:block;font-size:2em;font-weight:700;padding:0!important;margin-bottom:0!important}.modal{display:none;width:100%;height:200vh;position:fixed!important;z-index:99999999999999;left:0!important;top:0!important;padding-top:50px;background-color:rgba(0,0,0,.9);margin:0}.modal-content{background-color:var(--BarColor-Var);margin:5% auto 15%;border:1px solid hsla(0,0%,100%,.1);width:30%;border-radius:15px}@media(max-width:500px){.modal-content{width:80%}}@media(max-width:900px){.modal-content{width:60%}}.close{position:absolute;right:35px;top:15px;font-size:40px;font-weight:700;color:#f1f1f1}.close:focus,.close:hover{color:#f44336;cursor:pointer}.clearfix:after{content:"";clear:both;display:table}@media screen and (max-width:300px){.cancelbtn,.deletebtn{width:100%}}.invalid-coupon-modal{display:flex;align-items:center;justify-content:center;padding:clamp(12px,3.5vh,36px) 12px;height:100vh;overflow:hidden}.invalid-coupon-modal__content{width:min(92vw,900px);max-height:85vh;margin:0;overflow-y:auto;border:1px solid hsla(0,0%,100%,.14);border-radius:16px;background:linear-gradient(180deg,rgba(32,31,42,.98),rgba(26,25,35,.98));box-shadow:0 24px 46px rgba(0,0,0,.45)}.invalid-coupon-modal__content::-webkit-scrollbar{width:8px}.invalid-coupon-modal__content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.18);border-radius:50px}.invalid-coupon-modal__close-row{display:flex;justify-content:flex-end;position:-webkit-sticky;position:sticky;top:0;z-index:2;padding-right:4px;background:linear-gradient(180deg,rgba(29,28,39,.98),rgba(29,28,39,.88) 72%,rgba(29,28,39,0))}.invalid-coupon-modal__container{display:flex;flex-direction:column;gap:10px;padding:6px 18px 20px}.invalid-coupon-modal__title{margin:0;text-align:center;font-size:clamp(1.2rem,1rem + .7vw,1.55rem);font-weight:700;letter-spacing:.2px}.invalid-coupon-modal__subtitle{max-width:680px;margin:0 auto!important;padding:0!important;text-align:center;font-size:clamp(.9rem,.82rem + .3vw,1rem)!important;font-weight:500!important;line-height:1.45}.invalid-coupon-modal__subtitle--muted{opacity:.84;margin-bottom:8px!important}.invalid-coupon-modal__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;width:100%;margin-top:4px}.invalid-coupon-modal__card{display:flex;flex-direction:column;align-items:center;gap:10px;min-height:248px;padding:10px 10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.04)}.invalid-coupon-modal__image-wrap{width:100%;max-width:136px;aspect-ratio:1/1;height:auto;border-radius:10px;overflow:hidden;background:hsla(0,0%,100%,.08)}.invalid-coupon-modal__image{width:100%;height:100%;object-fit:cover;display:block}.invalid-coupon-modal__image--placeholder{opacity:.6}.invalid-coupon-modal__name{width:100%;min-height:44px;margin:0;text-align:center;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.invalid-coupon-modal__play-btn{width:120px;min-height:40px;margin-top:auto;align-self:center;display:inline-flex;justify-content:center;align-items:center;padding:0 14px;font-size:.95rem;border-radius:10px}@media(max-width:960px){.invalid-coupon-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.invalid-coupon-modal{padding:12px 8px}.invalid-coupon-modal__content{width:min(96vw,560px);max-height:88vh}.invalid-coupon-modal__container{padding:4px 10px 14px;gap:8px}.invalid-coupon-modal__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.invalid-coupon-modal__card{min-height:auto;padding:8px 6px 10px;gap:8px}.invalid-coupon-modal__image-wrap{max-width:none;width:100%}.invalid-coupon-modal__name{min-height:34px;font-size:.8rem;line-height:1.2}.invalid-coupon-modal__play-btn{width:100%;min-height:34px;font-size:.82rem;padding:0 8px}}.BannerBuyCrypto{display:flex;justify-content:center;align-items:center;width:100%;max-width:940px;height:auto;margin:20px auto;cursor:pointer;border-radius:15px;background-color:var(--BGMenu-Var);border:1px solid var(--BorderColorAc-Var);position:relative;z-index:99;overflow:hidden;transition:all .3s ease-in-out;transform:scale(.9);max-width:600px}.BannerBuyCrypto img{display:block;width:100%;height:auto;transition:all .2s ease-in-out}.BannerBuyCrypto:hover{border-color:#13161f;transform:scale(1)}.BannerBuyCrypto:active{transform:scale(.9)}.BntQD{display:flex;justify-content:center;align-items:center;width:100%;max-width:250px;height:60px;border:0;border-radius:10px;margin:10px 0;text-decoration:none;background-color:#272d3f;color:#fff;cursor:pointer;outline:none;font-size:14px;font-family:Inter,Nunito Sans,sans-serif;font-weight:700;font-size:15px;transition:all .2s ease-in-out;box-shadow:0 5px 5px rgba(0,0,0,.3);background:#04ffd9;background:linear-gradient(180deg,rgb(4,255,217),rgb(0,152,125));border-top:1px solid #89ffef}.BannerBuyCrypto:hover .BntQD{background:#13161f;background:linear-gradient(180deg,#13161F,#1c2583);border-top:1px solid #13161f;color:#fff;transform:scale(1.1)}.TitleText{display:block;font-size:30px;color:var(--MainTextColor-Var);margin:0;padding:0}@media only screen and (min-width:0px)and (max-width:940px){.BannerBuyCrypto{width:96%;border-radius:15px}}.MoveBounce{animation-duration:2s;animation-iteration-count:infinite;animation-name:bounce-1;animation-timing-function:linear}.AniCharacter{animation-duration:3s;animation-iteration-count:infinite;animation-name:bounce-2;animation-timing-function:linear}.AniMovingY{animation-duration:10s;animation-iteration-count:infinite;animation-name:MovingY-1;animation-timing-function:linear}#root,body{opacity:0;animation-iteration-count:1;animation-delay:0s;animation-duration:1s;animation-name:fadeIn;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes bounce-1{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes bounce-2{0%{transform:scale(.95)}50%{transform:scale(1)}to{transform:scale(.95)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MovingY-1{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.CodeBlink{animation:SetColor .2s infinite}@keyframes SetColor{0%{color:#e35604}to{color:#e35604}}.AniBG_BTN{animation:SetBgColor .5s infinite;color:#fff}@keyframes SetBgColor{0%{background-color:#13161f}50%{background-color:#13161f}to{background-color:#13161f}}.Pages.Elite{background:url(/images/bg-page-elite.jpg) 50% 0 no-repeat #000;background-size:cover;height:auto;min-height:100vh}.Pages.Elite *{color:#fff}.EliteMainCont{display:block;max-width:1200px;min-height:100%;margin:0 auto;position:relative;padding:0 30px}.EliteMainCont .BgCont{position:absolute;left:0;top:0;z-index:0}.EliteMainCont .BgCont,.EliteMainCont .FronEliteCont{display:block;width:100%;min-height:100%;margin:0 auto}.EliteMainCont .FronEliteCont{position:relative;z-index:1}.EliteMainCont .FronEliteCont .ContEliteHead{display:block;width:100%;max-width:700px;margin:0 auto 80px;position:relative}.EliteMainCont .FronEliteCont .ContEliteHead:after{content:"";width:100%;max-width:275px;height:90px;display:block;position:absolute;left:-10%;top:22%;background:url(/images/shine-logo.png) 50% 50% no-repeat;background-size:100% 100%;filter:brightness(1.4) contrast(1);-webkit-backdrop-filter:overlay(100%);backdrop-filter:overlay(100%);animation:moveLeftToRight 5s linear infinite}#LogoMrOElite{display:block;width:100%;max-width:384px;height:auto;margin:0}.EliteMainCont .BgCont .ContEliteChara{display:flex;width:100%;max-width:700px;height:auto;margin:0 auto;justify-content:flex-end;padding-top:40px}#MrOEliteCharacter{display:block;width:100%;max-width:475px;height:auto;margin:0;animation:moveCharacter 8s linear infinite}.EliteMainCont .WelcomeCont{display:flex;width:100%;max-width:900px;margin:0 auto;position:relative;z-index:1;padding:30px;background:rgba(0,0,0,.8);border-radius:15px;text-align:center;flex-direction:column;justify-content:center;align-items:center}.EliteMainCont .WelcomeCont h1.EP_Title,p.EP_text{display:block;width:100%;max-width:575px;text-align:center!important;margin:0 auto 20px;color:#fff}.EliteMainCont .WelcomeCont h1.EP_Title{font-size:35px;line-height:35px}.EliteMainCont .WelcomeCont p.EP_text{font-size:25px;line-height:25px}.EliteMainCont .HeliteReCont{display:flex;width:100%;max-width:900px;margin:60px auto;position:relative;z-index:1;padding:0 30px;text-align:center;flex-direction:column;justify-content:center;align-items:center}.EliteMainCont .HeliteReCont h2.EP_SubTitle,p.EP_text{display:block;width:100%;max-width:575px;text-align:center!important;margin:0 auto 20px!important;color:#fff}.EliteMainCont .HeliteReCont h2.EP_SubTitle{font-size:25px;line-height:25px}.EliteMainCont .HeliteReCont p.EP_text{font-size:20px;line-height:20px}.EliteMainCont .HeliteReCont ul,li,ol{font-size:20px;line-height:25px}.EliteMainCont .HeliteReCont ul.ListElite{display:block;width:100%;max-width:335px;margin-top:20px}.EliteMainCont .HeliteReCont ul.ListElite li{display:block;width:100%;padding:0 20px;margin:0 auto 5px;position:relative;color:#fff}.EliteMainCont .HeliteReCont ul.ListElite li:after{content:"";display:block;width:8px;height:8px;background-color:#fff;position:absolute;left:0;top:10px;border-radius:100px}#BarContacts{width:100%;max-width:1100px;margin:30px auto;z-index:1;justify-content:space-between}#BarContacts,#BarContacts .BoContacts{display:flex;position:relative;padding:0;align-items:center}#BarContacts .BoContacts{width:30%;height:100px;margin:0;border-radius:20px;justify-content:center;transition:all .2s ease-in-out;background-color:rgba(206,206,206,.8);cursor:pointer}#BarContacts .BoContacts.Viber{background:#583fbb}#BarContacts .BoContacts.Telegram{background:#23a0dc}#BarContacts .BoContacts.Email{background:#e94057}#BarContacts .BoContacts img{display:block;width:100%;margin:0;transition:all .2s ease-in-out;transform:scale(.9)}#BarContacts .BoContacts:hover{transform:scale(1.1)}#BarContacts .BoContacts:hover img{transform:scale(1)}#VipEliteClubBanner{display:flex;width:100%;height:auto;position:relative;border-radius:15px;max-width:600px;border:1px solid var(--BorderColorAc-Var);z-index:99;overflow:hidden;transition:all .3s ease-in-out;transform:scale(.9);cursor:pointer}#VipEliteClubBanner img{display:block;width:100%;max-width:600px}#VipEliteClubBanner:hover{border-color:rgba(255,255,33,.5);transform:scale(1)}#VipEliteClubBanner:active{transform:scale(.9)}#VipEliteClubBanner:after{content:"";width:100%;max-width:275px;height:90px;display:block;position:absolute;left:-20%;top:20%;background:url(/images/shine-logo.png) 50% 50% no-repeat;background-size:100% 100%;filter:brightness(1.4) contrast(1);-webkit-backdrop-filter:overlay(100%);backdrop-filter:overlay(100%);animation:moveLeftToRightHome 5s linear infinite}#VipEliteClubBanner:before{content:"";display:block;width:300px;height:600px;position:absolute;left:-50%;top:-180px;opacity:.5;transform:rotate(45deg);background:#fff;background:linear-gradient(93deg,rgba(255,255,255,0) 10%,rgb(255,255,255) 50%,rgba(255,255,255,0) 90%);animation:MoveShine 3s infinite}@keyframes MoveShine{0%{left:-200%}to{left:150%}}@keyframes moveLeftToRightHome{0%{transform:translateX(200px) scale(0);opacity:0}10%{transform:translateX(100px) scale(1);opacity:1}90%{transform:translateX(-10px) scale(.8);opacity:1}to{transform:translateX(-200px) scale(.8);opacity:0}}@keyframes moveLeftToRight{0%{transform:translateX(-18%) scale(0);opacity:0}10%{transform:translateX(20%) scale(1);opacity:1}90%{transform:translateX(100%) scale(.8);opacity:1}to{transform:translateX(100%) scale(.8);opacity:0}}@keyframes moveCharacter{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media only screen and (min-width:501px)and (max-width:800px){.Pages.Elite{background-size:150%;padding:30px 0 60px;height:auto;min-height:100vh}.EliteMainCont .FronEliteCont .ContEliteHead{max-width:60%;margin:0 0 30px;padding:0}.EliteMainCont .FronEliteCont .ContEliteHead:after{width:70%;left:-20%;top:25%}#LogoMrOElite{max-width:100%}.EliteMainCont .BgCont .ContEliteChara{width:100%;padding:0}#MrOEliteCharacter{width:50%;position:absolute;right:5%;top:-15px}#BarContacts .BoContacts{height:60px;padding:0;border-radius:10px}}@media only screen and (min-width:0px)and (max-width:500px){.Pages.Elite{background-size:160%;padding:30px 0 60px;height:auto;min-height:100vh}.EliteMainCont .FronEliteCont .ContEliteHead{max-width:60%;margin:0 0 30px;padding:0}.EliteMainCont .FronEliteCont .ContEliteHead:after{width:70%;left:-20%;top:4%}#LogoMrOElite{max-width:100%}.EliteMainCont .BgCont .ContEliteChara{width:100%;padding:0}#MrOEliteCharacter{width:50%;position:absolute;right:5%;top:-15px}.EliteMainCont .WelcomeCont{padding:20px}.EliteMainCont .WelcomeCont h1.EP_Title{font-size:25px;line-height:25px}.EliteMainCont .WelcomeCont p.EP_text{font-size:15px;line-height:15px}.EliteMainCont .HeliteReCont{margin:0 auto}.EliteMainCont .HeliteReCont h2.EP_SubTitle{font-size:18px;line-height:18px}.EliteMainCont .HeliteReCont p.EP_text{font-size:14px;line-height:14px}.EliteMainCont .HeliteReCont ul.ListElite li{font-size:14px}#BarContacts{flex-direction:column;justify-content:flex-start;align-items:center}#BarContacts .BoContacts{width:100%;height:60px;padding:30px;margin-bottom:20px;border-radius:10px}.TextBlaIta{font-size:20px}#VipEliteClubBanner:after{top:5%}}@media only screen and (min-width:0px)and (max-width:360px){#MrOEliteCharacter{width:45%;position:absolute;right:10%;top:-15px}}.Color_Pink{color:#ff34c0!important}.Links{color:#e35604}.Links,.Links:hover{text-decoration:underline}.Links:hover{color:#d3a716}.Color_White{color:#fff}.Color_Blue,.Color_Cyan{color:#13161f}.Color_Detective{color:#e35604}.Color_Orange{color:#13161f}.Color_Grey{color:#b8b8ba}.Color_Yellow{color:#ffc800}.Color_LbLUE{color:#617dea}.Color_LbGreen{color:#e35604}.ColorBL,.ColorPI,.ColorRE,.ColorYE{color:#13161f!important}.ColorTelBL{color:#23a0dc!important}.ColorVibPurple{color:#a58eff!important}.ColorReOr{color:#e94057!important}.TextBlaIta{font-size:30px;font-weight:700;font-style:italic!important}.game-details-page{padding-top:120px;width:70%;margin:auto;z-index:9;position:relative}.game-details-page p{margin-bottom:10px}.game-iframe{width:100%;height:100vh;border-radius:15px}.game-description{margin:0;padding:20px;border-radius:16px}.game-description h1,.game-description h2,.game-description h3{color:#13161f;text-align:left}.loader{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;font-weight:600}.game-frame-container{border-radius:15px}.buttons-overlay{width:100%;gap:15px}.buttons-overlay,.iframe-overlay{display:flex;justify-content:center;align-items:center}.iframe-overlay{position:absolute;inset:0;background:rgba(14,18,36,.9019607843);flex-direction:column;gap:1rem;z-index:10;border-radius:15px}.iframe-overlay button{padding:.8rem 1.6rem;font-size:1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;background:#13161f;min-width:140px}.error-msg{color:#d33;margin-top:1rem}@media(max-width:768px){.game-details-page{width:100%}.game-iframe{height:50vh;border-radius:5px}.game-frame-container{padding:5px}}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#13161f rgba(0,0,0,0)}.table-responsive::-webkit-scrollbar{height:8px}.table-responsive::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-responsive::-webkit-scrollbar-thumb{background-color:#13161f;border-radius:4px}.winnings-table{width:100%;border-collapse:collapse}.winnings-table td,.winnings-table th{padding:8px;text-align:center;white-space:nowrap}.winnings-table tbody tr:nth-child(2n){background-color:rgba(247,146,26,.29)}.winnings-table tbody tr:nth-child(odd){background-color:rgba(247,146,26,.02)}.recentWinnings{color:#13161f;margin-top:15px;font-size:20px}@media(max-width:768px){.winnings-table td,.winnings-table th{font-size:14px}}:root{--c-dark:#23303a;--c-deep:#13161F;--c-orange:#13161F;--c-gold:#ffc800}#FloatingBalanceBadge{display:none;position:fixed;right:6px;bottom:58px;z-index:998;border:0;padding:0;background:rgba(0,0,0,0);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.badge-content{display:inline-flex;align-items:center;padding:3px 8px 5px;border-radius:5px;background:#e35604;color:var(--c-dark);transform:translateZ(0);transition:transform .18s ease,box-shadow .18s ease}#FloatingBalanceBadge:focus-visible .badge-content,#FloatingBalanceBadge:hover .badge-content{transform:translateY(-2px);box-shadow:0 14px 28px rgba(35,48,58,.42),inset 0 2px 6px rgba(255,200,0,.35);outline:none}.icon-wrap{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;flex-shrink:0}.icon{font-size:18px;color:var(--c-deep);transform:translateY(1px)}.texts{display:flex;flex-direction:column;line-height:1.1;text-align:left}.label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--c-dark);opacity:.9}.value{margin-top:2px;font-size:16px;font-weight:800;color:var(--c-deep);text-shadow:0 1px 0 hsla(0,0%,100%,.35);white-space:nowrap}.curr{font-weight:700;opacity:.9}.glow{position:absolute;inset:-6px;border-radius:20px;background:radial-gradient(120px 40px at 85% 110%,rgba(255,200,0,.35),transparent 60%),radial-gradient(160px 60px at -10% -30%,rgba(247,146,26,.25),transparent 60%);filter:blur(8px);opacity:.85;z-index:-1;pointer-events:none}@media(max-width:480px){.BalanceModal__card{padding:14px;border-radius:12px}.field__value{font-size:18px}.field.big .field__value{font-size:22px}.actions{gap:8px}.actions .btn{font-size:12px;padding:6px 4px}}@media(min-width:351px)and (max-width:390px){.actions .btn{font-size:12px!important;padding:8px 6px!important}}@media(max-width:350px){.actions .btn{font-size:11px!important;padding:8px 6px!important}}.btn{width:100%;padding:10px 12px;font-size:14px}.compBox{grid-template-columns:32px 1fr 18px;padding:8px 10px}.coin{width:32px;height:32px}.compText strong{font-size:16px}.compText span{font-size:12px}.icon-wrap{width:32px;height:32px;border-radius:8px}.value{font-size:15px}@media(max-width:1200px){#FloatingBalanceBadge{display:block}}.BalanceModal__overlay{position:fixed;inset:0;background:rgba(35,30,20,.65);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10000;display:grid;place-items:center;padding:16px}.BalanceModal__card{width:100%;max-width:420px;padding:20px;border-radius:20px;color:#fff8e6;box-sizing:border-box;position:relative;z-index:1;overflow:hidden;transition:all .3s ease-in-out;background-image:linear-gradient(180deg,#173D46,rgba(227,86,4,.5));border:none;box-shadow:0 0 0 4px rgba(0,0,0,0)}.BalanceModal__card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:4px;background:linear-gradient(180deg,#353535,#E35604);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.BalanceModal__header{display:flex;align-items:center;justify-content:space-between}.BalanceModal__header h3{margin:0;font-size:13px;font-weight:700;color:#ffe9b8;text-transform:uppercase}.BalanceModal__close{background:rgba(0,0,0,0);border:0;color:#fff;font-size:22px;cursor:pointer}.BalanceModal__header h3,.compText span,.compText strong,.label{text-align:left;display:block;width:100%;padding:5px 0}.compText{display:flex;justify-content:center;align-items:center}.label{color:#ffe9b8;font-size:13px;font-weight:600}.field{border:1px solid #e7d8d8;background:linear-gradient(90deg,#173D46,#13161F 93.75%);border-radius:10px;padding:8px 10px}.field.big{padding:4px 8px}.field__value{font-size:22px;font-weight:800;color:#fff}.field__value .curr{font-size:16px;font-weight:700;color:#ffd76a;margin-left:6px}.actions{gap:12px;margin:12px auto;flex-wrap:wrap}.actions,.actions .btn{display:flex;justify-content:center;align-items:center}.actions .btn{flex:1 1;min-width:0;text-align:center;padding:10px 8px;font-size:14px;font-weight:700}.btn{border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer;border:1px solid #e7d8d8;transition:all .15s ease;background:linear-gradient(90deg,#173D46,#13161F 93.75%)}.btn-outline{width:100%;background:rgba(0,0,0,0);color:#ffb300;border-color:rgba(255,179,0,.55)}.btn-outline:hover{background:rgba(255,179,0,.12)}.compBox{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;grid-gap:10px;gap:10px;padding:5px 7px;border-radius:10px;background:linear-gradient(90deg,#173D46,#13161F 93.75%);border:1px solid #e7d8d8;margin-bottom:12px}.coin{display:grid;place-items:center;width:40px;height:40px}.compText strong{font-size:18px;color:#fff;width:10%}.compText span{font-size:14px;opacity:.85}.info{color:#ffcf6b;font-size:18px;justify-self:end}.mobile-navbar{padding-top:5px}.IconText{font-size:12px;color:#e35604}.nav-icons{display:flex;justify-content:center;align-items:center;font-size:8px;color:#e35604;border-radius:15%;padding:2px}.nav-icon,.nav-icons{width:30px;height:30px}.nav-icon{display:grid;place-items:center;border:none;padding:0;cursor:pointer;background:none}.hamburger-line{display:block;width:26px;height:2px;background:#e35604;position:relative}.hamburger-line:after,.hamburger-line:before{content:"";position:absolute;left:0;width:26px;height:2px;background:#e35604}.hamburger-line:before{top:-8px}.hamburger-line:after{top:8px}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:998}.drawer{position:fixed;top:0;left:0;height:100vh;width:75vw;max-width:320px;background:linear-gradient(270deg,#508479,#163D46);color:#fff;transform:translateX(-100%);transition:transform .3s ease;z-index:999;display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-close{background:none;font-size:42px;color:#e35604}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#13161f}.drawer-list{list-style:none;padding:0;margin:0}.drawer-item{padding-right:15%;margin-bottom:10px}.drawer-item a{display:block;width:100%;padding:12px 24px;background:linear-gradient(90deg,#173D46,#13161F 93.75%);color:#fff;text-decoration:none;border-radius:0 25px 25px 0;font-weight:500;transition:transform .2s ease,background .2s ease;margin-bottom:10px}.drawer-item a:hover{background:#e67a00;transform:translateX(6px)}.drawer-item{margin:0;border-bottom:none}.logo-anim{animation:spinIn 1.5s ease forwards}@keyframes spinIn{0%{transform:rotate(-40deg) scale(.8);opacity:0}to{transform:rotate(0deg) scale(1.4);opacity:1}}.drawer-item{opacity:0;transform:translateX(-15px)}.menu-open .drawer-item{animation:slideIn .4s ease forwards}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}.drawer-separator{height:1px;background:hsla(0,0%,100%,.08);margin:12px 16px}.drawer-subheader{font-size:14px;opacity:.7;padding:0 45px 8px;text-transform:none;text-align:left;color:#e35604}.drawer-list--secondary .drawer-item{border-radius:0;padding-left:15%}.drawer-item--secondary a{padding:2% 0;background:none;font-size:14px}.copyr{position:absolute;top:97%;left:10%}.accepted-currencies{width:80%;margin:0 auto}.accepted-text{padding-left:10%;margin-bottom:5px}@media only screen and (max-width:500px){.MobileMainLogo{width:170px;margin-left:20%}}@media only screen and (max-width:390px){.drawer-item a{padding:9px 18px;font-size:14px;margin-bottom:5px}.icon-menu{height:14px}.MobileMainLogo{width:150px;margin-left:20%}}@media only screen and (max-width:375px){.drawer-item a{padding:6px 12px;font-size:14px;margin-bottom:5px}.drawer-item--secondary a{padding:0}.MobileMainLogo{width:150px;margin-left:20%}.drawer-header{padding:5px 10px}}#BarTop,.footer.promo-wrapper,.promo-wrapper{position:relative}.promoPumpkin,.promoPumpkin--barTop,.promoPumpkin--footer{position:absolute;border:0;padding:0;background:rgba(0,0,0,0);cursor:pointer;transition:transform .2s ease;z-index:5}.promoPumpkin{top:-12px;right:5px;width:40px;height:40px;transform:rotate(30deg);animation:pulse 2s ease-in-out infinite}.promoPumpkin:hover{transform:scale(1.05) rotate(-2deg)}.promoPumpkin--footer{top:0;left:0;width:50px;height:50px;z-index:6;animation:bounce 1s ease-in-out infinite}.promoPumpkin--footer:hover{transform:scale(1.05) rotate(-2deg)}.promoPumpkin--barTop{top:3px;right:3px;width:40px;height:40px;transform:rotate(-30deg);animation:pulse2 2s ease-in-out infinite;z-index:10}.promoPumpkin--barTop:hover{transform:scale(1.08) rotate(-4deg)}@media(max-width:680px){.promoPumpkin--barTop{right:auto;top:8px;left:8px;width:56px;height:56px}}.promoOverlay{position:fixed;inset:0;background:rgba(0,0,0,.65);display:grid;place-items:center;z-index:1000}.promoCard{position:relative;width:min(420px,92vw);padding:24px 20px 28px;border-radius:20px;background:radial-gradient(70% 70% at 50% 30%,#ff9b2f 0,#d87007 70%,#b35900 100%);color:#fff;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:1}.promoCard:before{content:"";position:absolute;inset:0;padding:3px;border-radius:20px;background:linear-gradient(180deg,#13161F,#E35604);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1}.promoClose{position:absolute;top:8px;right:10px;border:0;background:rgba(0,0,0,0);color:#3b1d00;font-size:20px;cursor:pointer}.promoHeading{font-weight:800;font-size:22px;margin:10px 0 8px;letter-spacing:.5px;text-align:center}.promoCode{color:#3b1d00;font-weight:700;font-size:18px;margin-bottom:8px;text-align:center}.promoBtn{display:inline-block;padding:12px 18px;border-radius:10px;background:#3b1d00;color:#fff;font-weight:800;text-decoration:none;cursor:pointer}.promoPumpkinsRow{display:flex;justify-content:space-between;align-items:center;opacity:.9}.promoPump{width:90px;height:auto}@keyframes pulse{0%,to{transform:rotate(30deg) scale(1)}50%{transform:rotate(30deg) scale(1.15)}}@keyframes pulse2{0%,to{transform:rotate(-30deg) scale(1)}50%{transform:rotate(-30deg) scale(1.15)}}@keyframes bounce{0%,to{transform:rotate(-30deg) translateY(0)}50%{transform:rotate(-30deg) translateY(-5px)}}.promoPumpkin--barFooter{position:absolute;bottom:120px;right:15px;top:auto}.rhi-container{margin-top:90px;position:relative;width:30%;padding-left:5%}.rhi-picture{cursor:pointer}.rhi-image{width:100%;height:auto}.rhi-overlay{position:absolute;bottom:5%;left:58%;transform:translateX(-50%);text-align:center;color:#fff}.rhi-title{font-size:50px;text-align:center;line-height:.9;text-shadow:0 4px 4px 0 rgba(0,0,0,.5019607843)}.rhi-button{color:#13161f;background:linear-gradient(180deg,#E35604,#353535);padding:10px 25px;border-radius:35px;font-size:26px;font-weight:700;cursor:pointer;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;border:none;width:80%}.rhi-button:hover{transform:scale(1.1);box-shadow:0 10px 20px rgba(227,86,4,.4)}.rhi-subtitle{font-weight:800;font-size:80px;text-align:center}.rhi-cta{background-color:#e35604;color:#13161f;font-weight:700;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;transition:filter .2s}.rhi-cta:hover{filter:brightness(90%)}@media(min-width:768px){.rhi-subtitle,.rhi-title{font-size:50px}}@media(max-width:767px){.rhi-overlay{left:30%;top:42%;transform:translate(-50%,-50%)}.rhi-subtitle,.rhi-title{font-size:30px;margin:0 0 5px}.rhi-cta{padding:10px 20px;font-size:.9rem}.rhi-image{width:50%;height:auto;float:right;margin-top:20px}.rhi-button{margin-top:5px}}@media(max-width:360px){.rhi-image{margin-top:70px}}.rhi-mobile-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-top:25px}.rhi-mobile-text{width:45%;margin-left:5%;padding-top:30%}.rhi-mobile-text .rhi-title{margin:0;line-height:1.1;font-size:1.3rem;text-shadow:0 4px 4px 0 rgba(0,0,0,.5019607843)}.welcome-spins{font-size:1.8rem}.rhi-title p{box-shadow:0 4px 4px 0 rgba(0,0,0,.5019607843)}.welcome-spins{font-weight:700}.rhi-mobile-image-wrap{width:50%;position:relative;padding-top:5%}.rhi-mobile-image-wrap .rhi-image{width:100%;height:auto;display:block}.rhi-mobile-image-wrap .rhi-button{position:absolute;bottom:7.5%;width:90%;left:48.5%;transform:translateX(-50%);background-color:#e35604;color:#13161f;font-weight:700;border:none;border-radius:20px;cursor:pointer;transition:filter .2s;font-size:20px}.rhi-mobile-image-wrap .rhi-button:hover{filter:brightness(90%)}@media(min-width:801px)and (max-width:1100px){.rhi-container{width:24%;margin-top:72px;padding-left:3%}.rhi-overlay{width:95%;left:56%;bottom:4%}.rhi-title{font-size:20px;line-height:1}.welcome-spins{font-size:18px}.rhi-button{font-size:12px;padding:8px 18px;width:72%;border-radius:28px}}@media(min-width:1000px)and (max-width:1100px){.rhi-container{width:24%;margin-top:72px;padding-left:3%}.rhi-overlay{width:95%;left:56%;bottom:4%}.rhi-title{font-size:24px;line-height:1}.rhi-button{font-size:14px;padding:8px 18px;width:72%;border-radius:28px}}@media(min-width:1101px)and (max-width:1500px){.rhi-container{width:26%;margin-top:78px;padding-left:4%}.rhi-overlay{width:90%}.rhi-title{font-size:30px;line-height:.95}.rhi-button{font-size:15px;padding:9px 20px;width:75%}}@media(min-width:1501px){.rhi-container{width:28%}.rhi-title{font-size:44px}.rhi-button{font-size:22px;width:90%}}.hero{text-align:center;margin-bottom:20px}.hero h1{letter-spacing:1.2px;margin:0 0 18px;font-weight:900;font-size:30px!important}.hero .intro{max-width:860px;margin:0 auto 8px;font-size:14px}.offers{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin:clamp(28px,6vw,60px) 0}@media(min-width:640px){.offers{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.offers{grid-template-columns:repeat(3,1fr)}}.about{max-width:820px;margin:64px auto;text-align:center}.about h2{font-weight:900;letter-spacing:.6px;font-size:clamp(22px,3.2vw,34px);text-align:center!important}.about p{font-size:16px;margin-top:30px;margin-bottom:150px}.howto{margin:64px auto;text-align:center}.howto h3{font-weight:900;line-height:1.25;font-size:clamp(20px,3vw,28px)}.steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:20px auto;width:70%}.step{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid #123818;border-radius:16px;padding:16px 12px}.circle{width:40px;height:40px;margin:0 auto 10px;border-radius:999px;display:grid;place-items:center;background:var(--surface);border:1px solid #123818;font-weight:900}.step p{margin:0;text-align:center}.sectionTitle{text-align:center!important;margin:20px 0 40px!important;font-size:30px!important;font-weight:900}.small{font-size:16px;text-align:center}.benefits-list{list-style-type:disc!important;padding-left:2rem!important;margin:1rem 0;display:block!important}.benefits-list li{display:list-item!important;list-style-position:outside!important;margin-bottom:.6rem;line-height:1.3;font-size:14px;color:#eaeaea}.acc{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid #123818;border-radius:12px;margin:10px auto;width:70%;overflow:hidden}.acc>summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:800;background:#001403;text-align:left}.acc>summary::-webkit-details-marker{display:none}.acc[open]>summary{border-bottom:1px solid #123818}.accBody{padding:12px 16px;font-size:16px}summary:after{content:"▾";float:right;transition:transform .2s}.tableWrap{overflow-x:auto}.table{margin:auto;width:70%;border-collapse:collapse;min-width:620px}.table td,.table th{padding:12px 14px;border-bottom:1px solid #123818;text-align:left}.table thead th{font-size:.9rem;color:#deffd0;background:#0c260f;position:-webkit-sticky;position:sticky;top:0}.table tbody tr:last-child td{border-bottom:none}.realMoney{max-width:820px;margin:64px auto;text-align:center}.realMoney p{font-size:16px}.realMoney .example{margin:.5rem 0}.reasons{text-align:center}.features{display:grid;width:50%;grid-template-columns:1fr;grid-gap:12px;gap:12px;max-width:960px;margin:20px auto}@media(max-width:768px){.features,.steps{width:100%}.about p{margin-bottom:20px}.about{margin:40px auto}.acc{width:100%}}.feature{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid #123818;border-radius:16px;padding:16px}.feature h4{margin:0 0 6px}.feature p{margin:0;text-align:center}.feature.wide{grid-column:1/-1}.why{max-width:860px;margin:30px auto;text-align:center}.why h2{text-align:center!important}.why h2,.why h3{color:#e35604!important}.why h3{font-size:26px!important;margin-bottom:5px!important}.why .unique{text-align:left!important}.why p{font-size:14px}.footer{margin-top:60px;text-align:center;color:#a0b09a;font-size:.9rem}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.card{position:relative;background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid #123818;border-radius:16px;padding:18px 16px 16px;min-height:220px;box-shadow:0 10px 30px rgba(0,0,0,.35);transition:transform .12s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.45)}.ribbon{left:12px;top:12px;background:linear-gradient(90deg,var(--accent),var(--accent-2));font-weight:800;font-size:.75rem;padding:6px 10px;border-radius:999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.12)}.muted{font-size:.85rem;margin:8px 0}.amount{margin:.25rem 0 .75rem;font-weight:800;line-height:1.1}.strong{font-size:clamp(1.1rem,2vmin + .6rem,1.4rem);color:#fff;margin-right:6px}.codeWrap{position:relative;gap:8px}.code{flex:1 1;background:var(--surface);padding:12px 14px;font-weight:800;letter-spacing:.6px}.code,.copy{border:1px solid #123818;border-radius:10px}.copy{background:var(--surface-2);padding:10px 12px;cursor:pointer}.copy:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.copyIcon{font-size:18px;line-height:1}.copied{right:8px;top:50%;transform:translateY(-50%)}.termsCode{background:none;margin-top:10px;margin-bottom:20px}.btnCopy,.termsCode{cursor:pointer;color:#fff}.btnCopy{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;background-color:inherit;border:none;border-radius:6px;font-size:14px;font-weight:600;transition:background-color .2s ease,transform .15s ease}.btnCopy svg{width:22px;height:22px}.btnCopy:hover{background-color:#e35604;transform:translateY(-1px)}.termsList li{font-size:14px}.terms{margin:10px 0 14px;text-decoration:none}.terms:hover{text-decoration:underline}.primary{width:100%;padding:12px 16px;border:none;border-radius:12px;font-weight:900;letter-spacing:.3px;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,filter .16s ease}.primary.spins{background:linear-gradient(180deg,var(--accent),#3a5f00)}.primary.chip{background:linear-gradient(180deg,#2aa03d,var(--accent));color:#00170a}.primary:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.35)}.couponCards{display:flex;justify-content:center;align-items:center;gap:20px}.offerCard{margin:auto;position:relative;background:#173d46;border:1px solid #e35604;border-radius:10px;width:30%;padding:24px 20px 28px;text-align:center;color:#fff;font-family:Arial,sans-serif;z-index:99}.ribbon{position:absolute;top:0;left:0;background:#e35604;color:#fff;font-size:.8rem;font-weight:700;padding:4px 14px;border-bottom-right-radius:6px}.muted{color:#bfbfbf;font-size:.9rem;margin-bottom:6px}.headline{font-size:2rem!important;font-weight:700;margin:6px 0 16px}.highlight{color:#e35604}.codeWrap{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:10px}.codeInput{flex:1 1;max-width:70%;border:1px solid #888;color:#fff;font-weight:700;padding:10px;border-radius:6px;text-align:center;font-size:1.5rem}.codeInput,.copyBtn{background:rgba(0,0,0,0)}.copyBtn{border:none;color:#e35604;font-size:1.2rem;cursor:pointer}.copied{position:absolute;right:12px;font-size:.8rem;color:#00ff80}.terms{display:inline-block;font-size:.85rem;color:#ccc;margin-bottom:18px;text-decoration:underline;transition:color .2s}.ctaBtn,.terms:hover{color:#fff}.ctaBtn{border:none;font-size:1rem;font-weight:800;border-radius:6px;padding:12px 18px;width:100%;cursor:pointer;transition:background .2s ease}.ctaBtn,.ctaBtn:hover{background:#e35604}.promo-wrapper{position:relative;z-index:9}.footer{border-radius:20px;margin:20px auto 0;max-width:1420px;color:var(--MainTextColor-Var)}.footer__inner{display:flex;flex-direction:column;align-items:center}.footer__branding{width:20%;padding-top:10px}.footer__columns{width:100%;z-index:999;border-radius:20px;margin-top:30px}.footer__nav{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:18px;flex-wrap:nowrap}.footer__nav li{font-size:14px;line-height:1.6;text-align:center}.footer__nav a{font-size:16px;color:#fff;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:#13161f}.footer__divider{width:95%;margin:20px auto}.footer__grid--desktop{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-gap:20px;gap:20px;width:100%;margin:auto;padding:0 40px 20px}.footer__section{text-align:left}.footer__section-title{font-size:22px!important;font-weight:700;margin-bottom:12px!important;text-align:left!important;color:#e35604!important;text-align:center!important}.footer__col{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:8px;font-size:14px;line-height:1.6;text-align:center}.footer__col h3{margin:0!important;font-size:16px!important;font-weight:200;color:#fff}.footer__col h3:hover{color:#e35604}.footer__accordion{display:none}.footer__accordion-item{margin-bottom:10px;padding:0;border-radius:12px;border:1px solid #e35604;overflow:hidden}.footer__accordion-header{color:#e35604;list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px}.footer__accordion-header::-webkit-details-marker{display:none}.footer__accordion-body{padding:0 16px 12px}.footer__accordion-body li,.footer__accordion-body p{text-align:left}.footer__bottom{width:100%;display:flex;flex-direction:column-reverse;gap:10px;padding:10px 40px 35px}.footer__socials{width:100%;display:flex;justify-content:space-between;align-items:center}.footer__logo{display:flex;justify-content:center}.footer__logo--left{justify-content:flex-start}.footer__logo--center img,.footer__logo--left img{width:45%}.footer__logo--center{justify-content:center}.footer__logo--right{justify-content:flex-end}.YearLogo{width:50px}.mobile-navbar{position:fixed;bottom:0;left:0;width:100%;background-color:#13161f;display:flex;justify-content:space-around;padding:2px 0;z-index:999;border-top-right-radius:10px;border-top-left-radius:10px}.IconText,.nav-icon{display:flex;align-items:center;justify-content:center;flex-direction:column}.nav-icon{padding:2px;border-radius:5px;text-align:center;min-height:30px}.nav-label{font-size:10px;color:#fff;margin-top:2px}.nav-icon img{display:block;width:23px}.nav-icon:active{transform:scale(.96)}#tawk-messenger-container{display:none!important}@media(max-width:900px){.footer{padding:0 30px 30px}.footer__logo--center img,.footer__logo--left img{width:100%}.footer__nav{flex-wrap:wrap}.footer__nav li{text-align:center}.footer__grid--desktop{padding:0 10px 20px}.footer__accordion-header h2{color:#e35604!important;font-size:16px!important}.footer__columns{border:none}}@media(max-width:700px){.footer{padding:0 20px 20px}.footer__branding{width:65%;margin:0 auto;text-align:center}.footer__divider{display:none}.footer__nav{justify-content:center;text-align:center;gap:7px;position:relative}.footer__nav:after{content:"";display:block;width:100%;border-bottom:1px solid #e35604;margin:10px auto}.footer__grid--desktop{display:none}.footer__accordion{display:block;width:100%;margin-top:10px}.footer__bottom{flex-direction:column-reverse;padding-top:15px}.footer__socials{justify-content:center;gap:16px;margin-bottom:10px}.offerCard{width:90%}.couponCards{flex-direction:column}.why h2{font-size:26px!important}.why h3{font-size:22px!important}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:hsla(0,0%,100%,.87);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;position:absolute;left:0;top:0;--BGColor-Var:rgb(0,0,0);--BarColor-Var:#e35604;--LogoWhiteColor-Var:#ffffff;--MainTextColor-Var:#ffffff;--BGMenu-Var:#252935;--IconYPos-Var:0px;--IconYPos-Var_L2:-80px;--BGAccordion-Var:#2b3340;--BorderColorAc-Var:#3c4350;--BGColorIcon-Var:#23293b;--BGTransColor-Var:rgba(19,22,31,0.5);--BGBoxes-Var:#13161f;--Img_CDS-Var:url(/images/cds_d_mode.svg);--Img_RTG-Var:url(/images/rtg-logo_d_mode.svg);--BG_DepMet:url(/images/dep-metods.svg);--C_MainColor:#13161f}html{-webkit-tap-highlight-color:rgba(0,0,0,0);background:var(--BGColor-Var);scroll-behavior:smooth}body,html{width:100%;min-height:100%;margin:0;padding:0;text-align:center;font-size:14px;font-family:Inter,sans-serif;background:#13161f}body,html{position:relative}body{margin:0 auto;z-index:0;color:var(--MainTextColor-Var);overflow-x:hidden!important;overflow:scroll}*{-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:focus{outline:none}img{display:block;border:0!important;outline:none!important;height:auto;width:100%}a{text-decoration:none}iframe{text-decoration:none;width:100%;height:100%;margin:0}button,iframe{border:0;outline:none}button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body::-webkit-scrollbar{width:10px;border-radius:100px}body::-webkit-scrollbar-track{background:#13161f;border-radius:100px}body::-webkit-scrollbar-thumb{border-radius:100px;background:#e35604}body{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}iframe::-webkit-scrollbar{width:10px;border-radius:100px}iframe::-webkit-scrollbar-track{background:#333;border-radius:100px}iframe::-webkit-scrollbar-thumb{border-radius:100px;background:#13161f}iframe{scrollbar-face-color:#13161f;scrollbar-shadow-color:#13161f;scrollbar-arrow-color:var(--MainTextColor-Var);scrollbar-track-color:#333}#root{display:block;width:100%;min-height:100vh;position:relative;margin:0 auto;color:var(--MainTextColor-Var);z-index:2;transition:all .2s ease-in-out;padding:0}#root .widget-visible{display:block;width:100%;height:100vh;position:absolute;left:0;top:0;z-index:9999!important}@media only screen and (min-width:0px)and (max-width:850px){#root.MenuIsOpen{padding-left:0}.BannerHomeError{display:none!important}.BannerHomeErrorMobile{display:block!important}}.Transitions{transition:all .3s ease-in-out}.NoSelect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Obj{display:block;width:100%;min-height:100px;height:auto;margin:0 auto;position:relative}.ClearFix{clear:both}.Ease{transition:all .5s ease-in-out}.ColorGreen,.ColorYellow{color:#e35604}.ColorWhite{color:#fff}.ColorGrey{color:#888!important}.TextShadow{text-shadow:0 5px 5px rgba(0,0,0,.5)}strong{font-weight:1000!important}.TextLinksGreen{text-decoration:underline;cursor:pointer;color:#13161f!important;background:none}.TextLinksGreen:hover{color:#e35604!important;background:none}.MainTextCont{display:block;width:100%;max-width:1420px;height:auto;margin:0 auto;padding:0 30px;position:relative}.MainTextCont,.MainTextCont h1,h2,p{text-align:left}.MainTextCont p{text-align:justify;margin-bottom:20px}.TxtParTop{color:#fff!important;margin:0 auto 10px;font-size:18px}.TxtParTopH1{font-family:Inter,sans-serif;font-size:40px;text-align:center;font-weight:300;text-shadow:1px 2px 2px rgba(0,0,0,.7);color:#e35604!important;text-transform:uppercase;margin-top:10px;margin-bottom:20px}.TxtParTopH1.Games{margin-bottom:70px}.TxtParTopH1.Promotions{margin-bottom:0}.TxtParTopH1.Loyalties{margin-bottom:100px}.Detective_Color{color:#e35604}.Bold{font-weight:400}.ErroPage{display:block;width:100%;margin:0 auto;max-width:1230px}a{color:#13161f}a:hover{color:#e35604;text-decoration:none}canvas{display:block;border:0!important;outline:none!important;height:auto;margin:0 auto;width:100%;max-width:1920px;position:relative}#Banner_600x200,#Banner_940x120{max-width:600px}#RowImportants{display:flex;width:100%;max-width:1200px;height:auto;position:relative;justify-content:center;align-items:center;margin:20px auto}.BannerImage{display:block}.BannerImageMobile{display:none}.HomePromoImage{width:70%;margin:auto;cursor:pointer}.wrap{display:contents}@media(max-width:767px){.only-desktop{display:none}.TxtParTopH1.Promotions{margin-bottom:160px}.TxtParTopH1.Banking{margin-bottom:40px}}@media(min-width:768px){.only-mobile{display:none}}@media only screen and (min-width:0px)and (max-width:800px){.TxtParTopH1.Loyalties{margin-bottom:80px}.TxtParTopH1.Games,.TxtParTopH1.Support,.TxtParTopH1.Vip{margin-bottom:0}.BannerImage{display:none}.BannerImageMobile{display:block}.HomePromoImage{width:95%;margin-top:20px}#RowImportants{flex-direction:column}.MainTextCont p{font-size:15px}.SubTitlesPromos2{margin:0 0 85px!important}}.SubTitlesPromos,.SubTitlesPromos2{font-weight:200;margin:0 0 85px;display:block;width:100%;padding:0!important}.BannerHome{display:block;width:80%;margin:10px auto;max-width:1770px;cursor:pointer}.BannerHome,.BannerMobile{position:relative;z-index:9}.BannerMobile{margin:50px auto}.BannerHomeError{display:block}.BannerHomeErrorMobile{display:none}#WizardsHubBanner{display:flex;width:100%;height:auto;position:relative;border-radius:15px;border:1px solid var(--BorderColorAc-Var);z-index:99;overflow:hidden;transition:all .3s ease-in-out;transform:scale(.9);cursor:pointer}#WizardsHubBanner img{width:100%}#WizardsHubBanner:hover{border-color:rgba(255,255,33,.5);transform:scale(1)}.imageDesktop{height:930px;display:block}.imageDesktop,.imageMobile{position:relative;width:100%}.imageMobile{height:245px;display:none}.responsiveImage{object-fit:cover;cursor:pointer;width:100%}@media(min-width:520px)and (max-width:900px){.imageDesktop{height:250px;margin-top:60px}}@media(min-width:901px)and (max-width:1300px){.imageDesktop{height:170px}}@media(min-width:1300px)and (max-width:1700px){.imageDesktop{height:730px}}@media only screen and (min-width:0px)and (max-width:520px){.BannerHome{display:none}.BannerMobile{margin:20px auto}.SubTitlesPromos2{margin:0 0 25px!important}.imageDesktop{display:none}.imageMobile{display:block}.responsiveImage{margin-top:115px}}@media only screen and (min-width:521px)and (max-width:570px){.responsiveImage{margin-top:130px}}@media only screen and (min-width:571px)and (max-width:700px){.responsiveImage{margin-top:110px}}@media only screen and (min-width:701px)and (max-width:800px){.responsiveImage{margin-top:70px}}@media only screen and (min-width:351px)and (max-width:390px){.imageMobile{height:220px}}@media only screen and (min-width:0px)and (max-width:350px){.imageMobile{height:220px}}#ContBtnTheme,.BoxIcons{display:none!important}.loaderOverlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:10}