.nx-gamebar-module__-fHySG__container{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.nx-gamebar-module__-fHySG__actions{flex-direction:row;align-items:center;gap:20px;display:flex}
.switcher-module__D33xrW__container{justify-content:center;align-items:center;gap:8px;display:flex}.switcher-module__D33xrW__container.switcher-module__D33xrW__widthAuto{width:auto}.switcher-module__D33xrW__switch{width:48px;height:24px;display:inline-block;position:relative}.switcher-module__D33xrW__switch input{opacity:0;width:0;height:0}.switcher-module__D33xrW__slider{cursor:pointer;background-color:var(--switcher-background);box-shadow:inset 0 0 0 1px var(--switcher-border);border-radius:40px;transition:all .4s;position:absolute;inset:0}.switcher-module__D33xrW__slider:before{content:"";background-color:var(--switcher-circle-background);border-radius:40px;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:2px}input:checked+.switcher-module__D33xrW__slider{background-color:var(--switcher-background-checked)}input:checked+.switcher-module__D33xrW__slider:before{background-color:var(--switcher-circle-checked-background);transform:translate(26px)}
.switcher-panel-module__wAB2ga__container{justify-content:center;align-items:center;gap:8px;display:flex}.switcher-panel-module__wAB2ga__switch{width:42px;height:24px;display:inline-block;position:relative}.switcher-panel-module__wAB2ga__switch input{opacity:0;width:0;height:0}.switcher-panel-module__wAB2ga__slider{cursor:pointer;background-color:var(--switcher-background);border:var(--switcher-border);border-radius:40px;transition:all .4s;position:absolute;inset:0}.switcher-panel-module__wAB2ga__slider:before{content:"";background-color:var(--switcher-circle-background);border-radius:40px;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:2px}input:checked+.switcher-panel-module__wAB2ga__slider{background-color:var(--switcher-background-checked)}input:checked+.switcher-panel-module__wAB2ga__slider:before{background-color:var(--switcher-circle-checked-background);left:-4px;transform:translate(26px)}
.game-init-error-module__2fVHsq__container{background-color:#ffe4ea;border:1px solid #f48fb1;border-radius:8px;align-items:center;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;display:flex;box-shadow:0 2px 4px #0000001a}.game-init-error-module__2fVHsq__iconWrapper{color:#e91e63;flex-shrink:0;margin-right:12px}.game-init-error-module__2fVHsq__textWrapper{flex-direction:column;display:flex}.game-init-error-module__2fVHsq__title{color:#e91e63;margin:0;font-size:1rem;font-weight:600}.game-init-error-module__2fVHsq__message{color:#333;margin:4px 0 0;font-size:.875rem}
.game-module__UhwMQW__header{z-index:1;flex-direction:row;justify-content:space-between;display:flex;position:relative}.game-module__UhwMQW__sidebar{margin-top:44px}.game-module__UhwMQW__sidebar.game-module__UhwMQW__rowStyle{background:var(--game-sidebar-color);border-radius:0 0 16px 16px;margin:0 auto;transition:width .2s}.game-module__UhwMQW__container{max-width:var(--wrapper-max-width-base);box-sizing:border-box;flex-direction:row;flex:1;gap:8px;width:100%;margin:0 auto;transition:width .2s;display:flex}.game-module__UhwMQW__container.game-module__UhwMQW__columnStyle{flex-direction:column;gap:0}.game-module__UhwMQW__title{flex-direction:row;gap:8px;display:flex}.game-module__UhwMQW__iframeHolder{z-index:5;flex-direction:column;gap:10px;width:100%;min-height:calc(100vh - 210px);display:flex}.game-module__UhwMQW__iframeHolder.game-module__UhwMQW__aspectRatio{min-height:unset;aspect-ratio:16/9}.game-module__UhwMQW__iframeHolder.game-module__UhwMQW__noHeight{min-height:unset}.game-module__UhwMQW__iframeHolder iframe,.game-module__UhwMQW__iframeHolder .game-module__UhwMQW__htmlHolder{background-color:#000;border:0;width:100%;height:100%;max-height:52vw;position:relative}.game-module__UhwMQW__iframeHolder .game-module__UhwMQW__htmlHolder,.game-module__UhwMQW__iframeHolder iframe,.game-module__UhwMQW__htmlHolder{aspect-ratio:16/9;border-radius:16px 16px 0 0;max-height:52vw;margin:0 auto;transition:width .2s}.game-module__UhwMQW__iframeHolder .game-module__UhwMQW__htmlHolder,.game-module__UhwMQW__htmlHolder>*{border:0;width:100%;height:100%;max-height:100%;position:relative}.game-module__UhwMQW__error{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}.game-module__UhwMQW__addMargin{margin:40px auto 0}.game-module__UhwMQW__fullscreen{background-color:var(--layout-fullscreen-background-color);z-index:100;flex-direction:column-reverse;align-items:flex-end;width:100%;height:100%;padding:8px;display:flex;position:fixed;top:0;left:0}.game-module__UhwMQW__fullscreen .game-module__UhwMQW__iframeHolder{flex-direction:column;align-items:flex-end;height:100%;margin:8px 0;display:flex}.game-module__UhwMQW__fullscreen .game-module__UhwMQW__title{position:absolute}.game-module__UhwMQW__fullscreen .game-module__UhwMQW__iframeHolder .game-module__UhwMQW__error,.game-module__UhwMQW__fullscreen .game-module__UhwMQW__iframeHolder{order:2}.game-module__UhwMQW__fullscreen .game-module__UhwMQW__sidebar{order:1;margin:0}.game-module__UhwMQW__fullscreen .game-module__UhwMQW__header{display:none}.game-module__UhwMQW__state{flex-direction:row;gap:8px;display:flex}.game-module__UhwMQW__state span{color:var(--brand-accent-color)}.game-module__UhwMQW__mobileScriptContainer iframe{z-index:1;width:100%;height:100%;display:block}@media screen and (max-width:1600px){.game-module__UhwMQW__iframeHolder .game-module__UhwMQW__htmlHolder,.game-module__UhwMQW__iframeHolder iframe,.game-module__UhwMQW__htmlHolder{background-color:#000;max-height:42vw}}@media screen and (max-width:768px){.game-module__UhwMQW__sidebar{display:none}}.game-module__UhwMQW__modalBtnsBlock{flex-flow:column wrap;justify-content:center;align-items:center;gap:10px;display:flex}.game-module__UhwMQW__mobileBlock{box-sizing:border-box;background:var(--setting-section-background-color);border-radius:var(--section-border-radius);flex-wrap:wrap;width:100%;margin:0 0 20px;padding:16px;display:flex;position:relative}.game-module__UhwMQW__mobileImageContent{grid-gap:16px;grid-template-rows:auto;grid-template-columns:minmax(100px,40%) auto;width:100%;display:grid}.game-module__UhwMQW__mobileImageContent>div:first-child{aspect-ratio:.746667;border-radius:8px;width:100%;max-width:280px;max-height:375px;overflow:hidden}.game-module__UhwMQW__mobileContent{flex-direction:column;justify-content:space-between;align-self:end;height:auto;min-height:60%;font-size:20px;font-weight:800;line-height:1.2;display:flex;position:relative}.game-module__UhwMQW__mobileContent span{width:100%;font-size:18px;font-weight:700;display:block}.game-module__UhwMQW__favoriteButton{align-items:center;width:45px;height:45px;display:flex}.game-module__UhwMQW__mobileButtons{gap:10px;width:100%;margin-top:16px;display:flex}.game-module__UhwMQW__mobileButtons.game-module__UhwMQW__desktopButtons{box-sizing:border-box;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;margin-top:0;display:flex;position:absolute;top:0;left:0}.game-module__UhwMQW__mobileButtons.game-module__UhwMQW__desktopButtons button{max-width:110px}.game-module__UhwMQW__someDiv{width:100%;height:100%;position:relative}.game-module__UhwMQW__fullscreenToggle{width:100%;margin-top:18px;font-size:16px;display:flex}.game-module__UhwMQW__fullscreenToggle>div{justify-content:space-between;width:100%}
.mobile-game-module__uSthyG__iframeSelfPage{z-index:100;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;background-color:#000;width:100%;height:100%;display:block;position:fixed;top:0;left:0;overflow:hidden}.mobile-game-module__uSthyG__iframeSelfPage.mobile-game-module__uSthyG__needTop{box-sizing:border-box;padding-top:60px}.mobile-game-module__uSthyG__iframeSelfPageWrapper{height:100%;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom,24px);display:block}.mobile-game-module__uSthyG__stakeNavigation{--mobile-bottom-nav-height:54px;--mobile-game-padding:10px;--mobile-game-radius:10px;--mobile-game-header-height:var(--nav-height,60px)}.mobile-game-module__uSthyG__stakeNavigation.mobile-game-module__uSthyG__stakeFullscreen{--mobile-bottom-nav-height:0px;--mobile-game-header-height:0px}.mobile-game-module__uSthyG__stakeNavigation .mobile-game-module__uSthyG__iframeSelfPageWrapper{padding-top:calc(env(safe-area-inset-top) + var(--mobile-game-header-height,60px));padding-bottom:calc(env(safe-area-inset-bottom,0px) + var(--mobile-bottom-nav-height,54px));box-sizing:border-box;flex-direction:column;display:flex}.mobile-game-module__uSthyG__stakeNavigation.mobile-game-module__uSthyG__stakeFullscreen .mobile-game-module__uSthyG__iframeSelfPageWrapper{padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-game-module__uSthyG__iframeWrapper,.mobile-game-module__uSthyG__iframeWrapper.mobile-game-module__uSthyG__toLeft{padding:calc(env(safe-area-inset-top) - var(--overlay-curtain-offset-top))calc(env(safe-area-inset-right) - var(--overlay-curtain-offset-right))calc(env(safe-area-inset-bottom) - var(--overlay-curtain-offset-bottom))calc(env(safe-area-inset-left) - var(--overlay-curtain-offset-left))}.mobile-game-module__uSthyG__iframeWrapper div,#mobile-game-module__uSthyG__egamings_container{-webkit-overflow-scrolling:touch;width:100%;height:100%;display:block;position:relative}#mobile-game-module__uSthyG__egamings_container,.mobile-game-module__uSthyG__iframeWrapper{-webkit-overflow-scrolling:touch;--overlay-curtain-gpl-safearea-offset-top:env(safe-area-inset-top,0px);--overlay-curtain-gpl-safearea-offset-right:env(safe-area-inset-right,0px);--overlay-curtain-gpl-safearea-offset-bottom:env(safe-area-inset-bottom,0px);--overlay-curtain-gpl-safearea-offset-left:env(safe-area-inset-left,0px);--overlay-curtain-game-menucontainer-offset-top:env(safe-area-inset-top,0px);--overlay-curtain-game-menucontainer-offset-right:env(safe-area-inset-right,0px);--overlay-curtain-game-menucontainer-offset-bottom:env(safe-area-inset-bottom,0px);--overlay-curtain-game-menucontainer-offset-left:env(safe-area-inset-left,0px);--overlay-curtain-game-menucontainer-padding:16px;--overlay-curtain-gpl-safearea-fill-x:0;--overlay-curtain-gpl-safearea-fill-y:0;--overlay-curtain-game-menucontainer-fill-x:1;--overlay-curtain-game-menucontainer-fill-y:1;--overlay-curtain-gpl-safearea-darken:1;--overlay-curtain-game-menucontainer-darken:1;--overlay-curtain-offset-top:calc(var(--overlay-curtain-gpl-safearea-offset-top,0px) + var(--overlay-curtain-game-menucontainer-offset-top,50px));--overlay-curtain-offset-left:calc(var(--overlay-curtain-gpl-safearea-offset-left,0px) + var(--overlay-curtain-game-menucontainer-offset-left,0px));--overlay-curtain-offset-bottom:calc(var(--overlay-curtain-gpl-safearea-offset-bottom,50px) + var(--overlay-curtain-game-menucontainer-offset-bottom,0px));--overlay-curtain-offset-right:calc(var(--overlay-curtain-gpl-safearea-offset-right,0px) + var(--overlay-curtain-game-menucontainer-offset-right,0px));--overlay-curtain-fill-x:calc(1 - (1 - var(--overlay-curtain-gpl-safearea-fill-x,0))*(1 - var(--overlay-curtain-game-menucontainer-fill-x,0)));--overlay-curtain-fill-y:calc(1 - (1 - var(--overlay-curtain-gpl-safearea-fill-y,0))*(1 - var(--overlay-curtain-game-menucontainer-fill-y,0)));--overlay-curtain-darken:calc(1 - (1 - var(--overlay-curtain-gpl-safearea-darken,0))*(1 - var(--overlay-curtain-game-menucontainer-darken,0)));min-height:87%;max-height:none;top:var(--overlay-curtain-offset-top);right:var(--overlay-curtain-offset-right);bottom:var(--overlay-curtain-offset-bottom);left:var(--overlay-curtain-offset-left);width:calc(100% - var(--overlay-curtain-offset-left) - var(--overlay-curtain-offset-right));box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;vertical-align:middle;height:calc(100% - 50px);padding:calc(env(safe-area-inset-top) - var(--overlay-curtain-offset-top))calc(env(safe-area-inset-right) - var(--overlay-curtain-offset-right))calc(env(safe-area-inset-bottom) - var(--overlay-curtain-offset-bottom))calc(env(safe-area-inset-left) - var(--overlay-curtain-offset-left));position:relative;overflow:hidden}.mobile-game-module__uSthyG__stakeNavigation .mobile-game-module__uSthyG__iframeWrapper{box-sizing:border-box;flex:auto;width:100%;height:100%;min-height:0;padding:0;inset:0}.mobile-game-module__uSthyG__stakeNavigation #mobile-game-module__uSthyG__egamings_container{width:100%;height:100%;min-height:0;inset:0}#mobile-game-module__uSthyG__egamings_container.mobile-game-module__uSthyG__needTop,.mobile-game-module__uSthyG__iframeWrapper.mobile-game-module__uSthyG__needTop,.mobile-game-module__uSthyG__iframeWrapper.mobile-game-module__uSthyG__needTop #mobile-game-module__uSthyG__egamings_container{width:100%;height:100%;min-height:100%;padding:0;inset:0}.mobile-game-module__uSthyG__iframeWrapper.mobile-game-module__uSthyG__toLeft{--overlay-curtain-offset-top:calc(var(--overlay-curtain-gpl-safearea-offset-top,0px) + var(--overlay-curtain-game-menucontainer-offset-top,0px));--overlay-curtain-offset-bottom:calc(var(--overlay-curtain-gpl-safearea-offset-bottom,0px) + var(--overlay-curtain-game-menucontainer-offset-bottom,0px))}.mobile-game-module__uSthyG__iframeWrapper.mobile-game-module__uSthyG__fullHeight{min-height:100%}.mobile-game-module__uSthyG__iframeItSelf{-webkit-overflow-scrolling:touch;width:100%;min-width:100%;max-width:100%;height:100%;min-height:70%;max-height:none;margin:0 auto;display:block;position:relative;inset:0 auto auto 0;overflow:hidden}.mobile-game-module__uSthyG__stakeNavigation .mobile-game-module__uSthyG__iframeItSelf{box-sizing:border-box;padding:var(--mobile-game-padding,10px);border-radius:var(--mobile-game-radius,10px);background-color:#000;min-height:100%}@media (orientation:portrait){#mobile-game-module__uSthyG__egamings_container,.mobile-game-module__uSthyG__iframeWrapper{--overlay-curtain-gpl-safearea-fill-y:1}}@media (orientation:landscape){#mobile-game-module__uSthyG__egamings_container,.mobile-game-module__uSthyG__iframeWrapper{--overlay-curtain-gpl-safearea-fill-x:1}}@media (min-width:768px){#mobile-game-module__uSthyG__egamings_container,.mobile-game-module__uSthyG__iframeWrapper{--overlay-curtain-game-menucontainer-padding:24px}}@media (max-width:767px){#mobile-game-module__uSthyG__egamings_container,.mobile-game-module__uSthyG__iframeWrapper{--overlay-curtain-game-menucontainer-padding:12px}}
.google-button-module__Adhtkq__button{background-color:var(--google-btn-bg);color:var(--secondary-button-text-color);box-shadow:var(--box-shadow-secondary-button);border-radius:var(--google-btn-border-radius);border:var(--google-btn-border);box-sizing:border-box;cursor:pointer;font-size:var(--title-font-size);font-weight:var(--font-semi-bold);text-align:center;vertical-align:middle;white-space:nowrap;outline:none;width:100%;min-width:min-content;height:38px;padding:0 12px;transition:all .2s ease-in-out;position:relative;overflow:hidden}.google-button-module__Adhtkq__button.google-button-module__Adhtkq__smallButton{box-shadow:none;background-color:#0000;border:none;justify-content:center;align-items:center;margin:0;display:flex;position:relative}.google-button-module__Adhtkq__button.google-button-module__Adhtkq__smallButton:before{content:"";background-color:var(--chat-items);width:100%;height:0;position:absolute;top:24px;left:0}.google-button-module__Adhtkq__button.google-button-module__Adhtkq__smallButton:disabled,.google-button-module__Adhtkq__button.google-button-module__Adhtkq__smallButton:not(:disabled):hover{box-shadow:none;background-color:#0000}.google-button-module__Adhtkq__button:focus-visible{outline:none;text-decoration:underline}.google-button-module__Adhtkq__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M29.6 20.227c0-.709-.064-1.39-.182-2.045H20v3.868h5.382a4.6 4.6 0 0 1-1.996 3.018v2.51h3.232c1.891-1.742 2.982-4.305 2.982-7.35Z' fill='%234285F4'/%3E%3Cpath d='M20 30c2.7 0 4.964-.895 6.618-2.423l-3.232-2.509c-.895.6-2.04.955-3.386.955-2.605 0-4.81-1.76-5.595-4.123h-3.341v2.59A9.996 9.996 0 0 0 20 30Z' fill='%2334A853'/%3E%3Cpath d='M14.405 21.9c-.2-.6-.314-1.24-.314-1.9 0-.66.114-1.3.314-1.9v-2.59h-3.341A9.997 9.997 0 0 0 10 20c0 1.614.386 3.14 1.064 4.49l3.34-2.59Z' fill='%23FBBC04'/%3E%3Cpath d='M20 13.977c1.468 0 2.786.505 3.823 1.496l2.868-2.869C24.959 10.992 22.695 10 20 10c-3.91 0-7.29 2.24-8.936 5.51l3.34 2.59c.787-2.364 2.991-4.123 5.596-4.123Z' fill='%23E94235'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10 10h20v20H10z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain;width:40px;min-width:40px;height:40px}.google-button-module__Adhtkq__icon.google-button-module__Adhtkq__smallIcon{background-color:var(--layout-modal-background);z-index:2;background-position:50%;background-repeat:no-repeat;padding:0 30px}.google-button-module__Adhtkq__wrapper{flex-flow:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.google-button-module__Adhtkq__label{text-overflow:ellipsis;vertical-align:top;overflow:hidden}.google-button-module__Adhtkq__state{opacity:0;transition:opacity .4s;position:absolute;inset:0}.google-button-module__Adhtkq__button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}.google-button-module__Adhtkq__button:disabled .google-button-module__Adhtkq__state{background-color:#e3e3e31f}.google-button-module__Adhtkq__button:disabled .google-button-module__Adhtkq__label,.google-button-module__Adhtkq__button:disabled .google-button-module__Adhtkq__icon{opacity:.38}.google-button-module__Adhtkq__button:not(:disabled):active .google-button-module__Adhtkq__state,.google-button-module__Adhtkq__button:not(:disabled):focus-visible .google-button-module__Adhtkq__state{opacity:.12;background-color:#fff}.google-button-module__Adhtkq__button:not(:disabled):hover{background-color:var(--secondary-button-bg-hover);box-shadow:var(--box-shadow-secondary-button-hover);color:var(--secondary-button-text-hover)}.google-button-module__Adhtkq__button:not(:disabled):hover .google-button-module__Adhtkq__state{opacity:.08;background-color:#fff}.google-button-module__Adhtkq__iconArrow{display:none}
.google-panel-button-module__QO8j6a__button{background-color:var(--secondary-button);color:var(--secondary-button-text-color);box-shadow:var(--box-shadow-secondary-button);border-radius:var(--border-radius-size);box-sizing:border-box;cursor:pointer;font-size:var(--title-font-size);font-weight:var(--font-semi-bold);text-align:center;vertical-align:middle;white-space:nowrap;outline:none;width:100%;min-width:min-content;height:54px;padding:2px;transition:all .2s ease-in-out;position:relative;overflow:hidden}.google-panel-button-module__QO8j6a__button:focus-visible{outline:none;text-decoration:underline}.google-panel-button-module__QO8j6a__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M29.6 20.227c0-.709-.064-1.39-.182-2.045H20v3.868h5.382a4.6 4.6 0 0 1-1.996 3.018v2.51h3.232c1.891-1.742 2.982-4.305 2.982-7.35Z' fill='%234285F4'/%3E%3Cpath d='M20 30c2.7 0 4.964-.895 6.618-2.423l-3.232-2.509c-.895.6-2.04.955-3.386.955-2.605 0-4.81-1.76-5.595-4.123h-3.341v2.59A9.996 9.996 0 0 0 20 30Z' fill='%2334A853'/%3E%3Cpath d='M14.405 21.9c-.2-.6-.314-1.24-.314-1.9 0-.66.114-1.3.314-1.9v-2.59h-3.341A9.997 9.997 0 0 0 10 20c0 1.614.386 3.14 1.064 4.49l3.34-2.59Z' fill='%23FBBC04'/%3E%3Cpath d='M20 13.977c1.468 0 2.786.505 3.823 1.496l2.868-2.869C24.959 10.992 22.695 10 20 10c-3.91 0-7.29 2.24-8.936 5.51l3.34 2.59c.787-2.364 2.991-4.123 5.596-4.123Z' fill='%23E94235'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M10 10h20v20H10z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain;background-color:var(--google-icon-bacground);border-radius:var(--border-radius-size);width:50px;min-width:50px;height:50px;margin-right:20px}.google-panel-button-module__QO8j6a__wrapper{flex-flow:row;align-items:center;width:100%;height:100%;display:flex;position:relative}.google-panel-button-module__QO8j6a__label{text-overflow:ellipsis;vertical-align:top;overflow:hidden}.google-panel-button-module__QO8j6a__state{opacity:0;transition:opacity .4s;position:absolute;inset:0}.google-panel-button-module__QO8j6a__iconArrow{background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18 14\" width=\"18\" height=\"14\"><path d=\"M12 2L16 7L12 12\" stroke=\"%2355575D\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 7L2 7\" stroke=\"%2355575D\" stroke-width=\"2.2\" stroke-linecap=\"round\"/></svg>") 100% no-repeat;align-items:center;width:24px;height:24px;margin:0 10px 0 auto;display:inline-flex}.google-panel-button-module__QO8j6a__button:disabled{cursor:default;background-color:#13131461;border-color:#8e918f1f}.google-panel-button-module__QO8j6a__button:disabled .google-panel-button-module__QO8j6a__state{background-color:#e3e3e31f}.google-panel-button-module__QO8j6a__button:disabled .google-panel-button-module__QO8j6a__label,.google-panel-button-module__QO8j6a__button:disabled .google-panel-button-module__QO8j6a__icon{opacity:.38}.google-panel-button-module__QO8j6a__button:not(:disabled):active .google-panel-button-module__QO8j6a__state,.google-panel-button-module__QO8j6a__button:not(:disabled):focus-visible .google-panel-button-module__QO8j6a__state{opacity:.12;background-color:#fff}.google-panel-button-module__QO8j6a__button:not(:disabled):hover{background-color:var(--secondary-button-bg-hover);box-shadow:var(--box-shadow-secondary-button-hover);color:var(--secondary-button-text-hover)}.google-panel-button-module__QO8j6a__button:not(:disabled):hover .google-panel-button-module__QO8j6a__state{opacity:.08;background-color:#fff}@media (max-width:768px){.google-panel-button-module__QO8j6a__label{max-width:60vw}}
.registration-form-module__wS19aq__formContainer{flex-direction:column;justify-content:center;gap:16px;width:100%;padding:15px 40px 20px;display:flex;position:relative}.registration-form-module__wS19aq__headerSection{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.registration-form-module__wS19aq__languageSwitcherContainer{opacity:.9;justify-content:flex-start;align-items:center;min-width:80px;transition:opacity .3s;display:flex;position:absolute;top:12px;left:12px}.registration-form-module__wS19aq__languageSwitcherContainer:hover{opacity:1}.registration-form-module__wS19aq__languageSwitcherContainer>div{box-sizing:border-box;background:var(--hold-close-btn-bg);width:100%;height:42px;color:var(--hold-close-btn-color);box-shadow:var(--hold-close-btn-box-shadow);border-radius:var(--hold-close-btn-radius);--new-table-text:var(--hold-close-btn-color);min-width:100px;margin:0}.registration-form-module__wS19aq__formTitle{font-size:20px;font-weight:var(--font-bold);text-transform:uppercase;font-family:var(--secondary-font),serif;color:var(--text-color);text-align:center}.registration-form-module__wS19aq__formOrTitle{text-transform:uppercase;font-size:14px;font-weight:500;font-family:var(--secondary-font),serif;color:var(--text-color);text-align:center;margin:0;position:relative}.registration-form-module__wS19aq__btnsBlock{border-radius:var(--border-radius-button);justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:416px;margin:0 auto;display:flex;position:relative}.registration-form-module__wS19aq__termsAndConditions{color:var(--short-registration-condition-color)}.registration-form-module__wS19aq__btnsBlock button{width:100%}.registration-form-module__wS19aq__formContainer>a>img{height:var(--registration-logo-height)!important}.registration-form-module__wS19aq__row,.registration-form-module__wS19aq__nameRow{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;display:flex}.registration-form-module__wS19aq__column1from3,.registration-form-module__wS19aq__column2from3,.registration-form-module__wS19aq__column{flex-direction:column;display:flex}.registration-form-module__wS19aq__row .registration-form-module__wS19aq__column{width:50%}.registration-form-module__wS19aq__row .registration-form-module__wS19aq__column1from3{width:32%}.registration-form-module__wS19aq__row .registration-form-module__wS19aq__column2from3{width:66%}.registration-form-module__wS19aq__form{flex-direction:column;gap:16px;width:100%;display:flex}.registration-form-module__wS19aq__nextStepButton{width:100%}.registration-form-module__wS19aq__loginContainer{color:var(--headline-title-color);justify-content:center;align-items:center;display:flex}.registration-form-module__wS19aq__loginLink{color:var(--link-button);cursor:pointer;margin-left:4px;text-decoration:none}.registration-form-module__wS19aq__loginLink:focus{outline:none;text-decoration:underline}.registration-form-module__wS19aq__errorEnter{max-height:0;transition:max-height .6s ease-out;overflow:hidden}.registration-form-module__wS19aq__errorEnterActive{max-height:320px}.registration-form-module__wS19aq__errorExit{max-height:320px;transition:max-height .2s ease-in}.registration-form-module__wS19aq__errorExitActive{max-height:0;overflow:hidden}.registration-form-module__wS19aq__divider{text-align:center;align-items:center;margin:16px 0;display:flex}.registration-form-module__wS19aq__divider:before,.registration-form-module__wS19aq__divider:after{content:"";border-bottom:1px solid var(--divider-color);flex:1;margin:0 12px}.registration-form-module__wS19aq__divider span{color:var(--divider-color);font-size:18px}.registration-form-module__wS19aq__divider.registration-form-module__wS19aq__noDivider{display:none}.registration-form-module__wS19aq__form .registration-form-module__wS19aq__row input:focus,.registration-form-module__wS19aq__form select:focus{border:1px solid var(--short-registration-condition-color)}.registration-form-module__wS19aq__mobileBonusTitle{font-size:24px;font-weight:var(--font-bold);text-transform:uppercase;font-family:var(--secondary-font),serif;color:var(--text-color);text-align:center;margin:0}.registration-form-module__wS19aq__badges{justify-content:center;align-items:center;gap:10px;display:flex}.registration-form-module__wS19aq__badge{color:var(--new-table-text2);box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;width:auto;padding:8px 10px;font-size:14px;font-weight:600;line-height:1.3;display:flex}.registration-form-module__wS19aq__badge.registration-form-module__wS19aq__badgeTop{background:0 0;width:100%;font-size:14px}@media screen and (max-width:1024px){.registration-form-module__wS19aq__formContainer{gap:16px;padding:40px 24px}.registration-form-module__wS19aq__headerSection{margin-bottom:4px}.registration-form-module__wS19aq__formTitle{text-align:center}.registration-form-module__wS19aq__titleDescription{font-size:var(--base-font-size);text-align:center;padding:0 60px}.registration-form-module__wS19aq__titleDescription span{color:var(--primary-color);font-weight:700}.registration-form-module__wS19aq__loginContainer{flex-direction:column;font-size:15px;line-height:18px}}@media (max-width:768px){.registration-form-module__wS19aq__headerSection{align-items:flex-start;margin-bottom:12px}.registration-form-module__wS19aq__formTitle{font-size:20px;font-weight:var(--font-bold);text-transform:uppercase;font-family:var(--secondary-font),serif;color:var(--text-color);text-align:center;margin:0}.registration-form-module__wS19aq__formContainer>a>img{height:var(--mobile-registration-logo-height)!important}.registration-form-module__wS19aq__badge{font-size:12px}.registration-form-module__wS19aq__nameRow{flex-direction:column;align-items:stretch;gap:16px}}
.signup-module__z3W0kq__container{justify-content:center;align-items:flex-start;width:480px;height:100%;display:flex}.signup-module__z3W0kq__wrapper{justify-content:space-between;width:100%;display:flex}.signup-module__z3W0kq__column{width:50%}@media screen and (max-width:768px){.signup-module__z3W0kq__container,.signup-module__z3W0kq__column{width:100%}.signup-module__z3W0kq__wrapper{flex-direction:column}}
.profile-details-form-module__TlXxtq__row{flex-direction:row;justify-content:space-between;align-items:start;gap:20px;display:flex}.profile-details-form-module__TlXxtq__column{flex-direction:column;display:flex}.profile-details-form-module__TlXxtq__column1from3,.profile-details-form-module__TlXxtq__column2from3{display:flex}.profile-details-form-module__TlXxtq__row .profile-details-form-module__TlXxtq__column,.profile-details-form-module__TlXxtq__row .profile-details-form-module__TlXxtq__column1from3{width:50%}.profile-details-form-module__TlXxtq__row .profile-details-form-module__TlXxtq__column2from3{width:66%}.profile-details-form-module__TlXxtq__loginContainer{color:var(--secondary-text);justify-content:center;align-items:center;margin-top:15px;display:flex}.profile-details-form-module__TlXxtq__loginLink{color:var(--link-button);font-weight:var(--font-semi-bold);cursor:pointer;margin-left:4px;text-decoration:none}@media screen and (max-width:1024px){.profile-details-form-module__TlXxtq__row{flex-direction:column;align-items:flex-start}.profile-details-form-module__TlXxtq__row.profile-details-form-module__TlXxtq__rowNoColumn{flex-direction:row;align-items:flex-start}}.profile-details-form-module__TlXxtq__form{flex-direction:column;gap:16px;width:100%;display:flex}.profile-details-form-module__TlXxtq__dobWrapper{width:100%;position:relative}.profile-details-form-module__TlXxtq__dobTooltip{z-index:1000;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:16px;min-width:200px;max-width:300px;animation:2s ease-in-out infinite profile-details-form-module__TlXxtq__pulse;position:absolute;bottom:-10px;left:50%;transform:translate(-50%,-100%);box-shadow:0 8px 25px #ff6b6b66,0 4px 10px #0000001a}.profile-details-form-module__TlXxtq__tooltipContent{color:#fff;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.3;display:flex;position:relative}.profile-details-form-module__TlXxtq__tooltipIcon{filter:drop-shadow(0 1px 2px #0003);font-size:18px;animation:1s ease-in-out infinite profile-details-form-module__TlXxtq__wiggle}.profile-details-form-module__TlXxtq__tooltipText{text-shadow:0 1px 2px #0000001a;flex:1}.profile-details-form-module__TlXxtq__tooltipClose{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.profile-details-form-module__TlXxtq__tooltipClose:hover{background:#ffffff4d;transform:scale(1.1)}.profile-details-form-module__TlXxtq__tooltipClose:active{transform:scale(.95)}.profile-details-form-module__TlXxtq__tooltipArrow{filter:drop-shadow(0 2px 4px #ff6b6b4d);border-top:10px solid #ff8e8e;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.profile-details-form-module__TlXxtq__tooltipEnter{opacity:0}.profile-details-form-module__TlXxtq__tooltipEnterActive{opacity:1;transition:opacity .45s ease-in-out}.profile-details-form-module__TlXxtq__tooltipExit{opacity:1}.profile-details-form-module__TlXxtq__tooltipExitActive{opacity:0;transition:opacity .3s ease-in}.profile-details-form-module__TlXxtq__stickyButton{position:sticky;bottom:8px}.profile-details-form-module__TlXxtq__consentsBlock{min-height:72px}.profile-details-form-module__TlXxtq__consentItem{display:flex}.profile-details-form-module__TlXxtq__consentError input[type=checkbox]{border:2px solid var(--error-color,#f33);box-shadow:0 0 1px 1px var(--error-color,#f33)}@keyframes profile-details-form-module__TlXxtq__pulse{0%,to{box-shadow:0 8px 25px #ff6b6b66,0 4px 10px #0000001a}50%{box-shadow:0 8px 30px #ff6b6b99,0 4px 15px #00000026}}@keyframes profile-details-form-module__TlXxtq__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@media screen and (max-width:768px){.profile-details-form-module__TlXxtq__dobTooltip{min-width:180px;max-width:280px;left:10px;right:10px;transform:none}.profile-details-form-module__TlXxtq__dobTooltip:before,.profile-details-form-module__TlXxtq__tooltipArrow{left:30px;transform:none}.profile-details-form-module__TlXxtq__tooltipContent{padding:10px 14px;font-size:13px}.profile-details-form-module__TlXxtq__tooltipIcon{font-size:16px}}.profile-details-form-module__TlXxtq__errorSelect{position:static}
.logo-list-module__h6UhTG__layout{opacity:.4;max-width:1220px;margin:0 auto}.logo-list-module__h6UhTG__container{flex-wrap:wrap;justify-content:center;align-items:center;gap:36px;display:flex}.logo-list-module__h6UhTG__container+.logo-list-module__h6UhTG__container{margin-top:36px}.logo-list-module__h6UhTG__logoWrapper{justify-content:center;align-items:center;height:100%;display:flex}.logo-list-module__h6UhTG__logo{height:50px}@media screen and (max-width:1024px){.logo-list-module__h6UhTG__container{gap:10px}.logo-list-module__h6UhTG__logo{height:38px}}
.footer-module__sK8wSW__footer{background:var(--footer-color);color:var(--footer-text-color);padding:50px 0;font-size:12px;line-height:18px}.footer-module__sK8wSW__container{max-width:var(--footer-max-width-base);flex-direction:column;gap:24px;margin:0 auto;display:flex;position:relative}.footer-module__sK8wSW__wrapper{border-top:1px solid #b0b2bb4d;grid-template-columns:1fr 1fr 1fr;justify-content:center;gap:36px;padding:24px 12px;display:grid}.footer-module__sK8wSW__logos{margin-bottom:50px}.footer-module__sK8wSW__disclaimer{text-align:center;color:var(--text-color);flex-direction:column;align-items:center;gap:36px;padding:0 12px;font-size:14px;line-height:24px;display:flex}.footer-module__sK8wSW__logo{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}.footer-module__sK8wSW__logo img{max-width:100%;height:68px;display:block}.footer-module__sK8wSW__footerLogoImage{object-fit:contain;max-width:100%;height:68px;display:block}.footer-module__sK8wSW__column{z-index:2;flex-direction:column;gap:16px;display:flex}.footer-module__sK8wSW__row{z-index:2;flex-direction:row;gap:16px;display:flex}.footer-module__sK8wSW__content{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer-module__sK8wSW__responsible{flex-direction:row;gap:10px;display:flex}.footer-module__sK8wSW__responsibleLogo img,.footer-module__sK8wSW__responsibleIcon img{width:100%;display:block}.footer-module__sK8wSW__responsibleIconImage{object-fit:contain;width:100%;height:100%;display:block}.footer-module__sK8wSW__responsibleLogoImage{object-fit:contain;width:100%;height:36px;display:block}.footer-module__sK8wSW__responsibleLogo{flex-shrink:0;width:100%;max-width:156px;display:block}.footer-module__sK8wSW__responsibleText{color:var(--footer-text-color);max-width:170px}.footer-module__sK8wSW__responsibleIcon{flex-shrink:0;width:38px;height:38px}.footer-module__sK8wSW__list{grid-template-columns:1fr 1fr;gap:8px;padding:0;list-style:none;display:grid}.footer-module__sK8wSW__list a{color:var(--footer-text-color);font-size:14px;line-height:18px;text-decoration:none;transition:color .2s ease-in-out}.footer-module__sK8wSW__list a:hover{color:var(--link-hover)}.footer-module__sK8wSW__rakebackBtn,.footer-module__sK8wSW__calendarBtn{border:1px solid var(--category-bar-hover-border);background:var(--category-bar-background-color);color:var(--category-bar-text);z-index:10;cursor:pointer;border-radius:8px;align-items:center;padding:8px 20px 8px 16px;font-size:16px;font-weight:700;transition:background-color .2s;display:flex;position:fixed;bottom:24px;left:20px;overflow:hidden;box-shadow:0 4px #1d110be6}.footer-module__sK8wSW__rakebackBtn:hover,.footer-module__sK8wSW__calendarBtn:hover{background-color:var(--category-bar-active-background)}.footer-module__sK8wSW__calendarBtnText{color:var(--category-bar-text);margin-left:12px;font-size:16px;font-weight:700}.footer-module__sK8wSW__rakebackBtn.footer-module__sK8wSW__hideBtn,.footer-module__sK8wSW__calendarBtn.footer-module__sK8wSW__hideBtn{display:none}.footer-module__sK8wSW__rakebackBtn img,.footer-module__sK8wSW__calendarBtn img{object-fit:cover;width:40px;height:38px;animation:3s linear infinite alternate footer-module__sK8wSW__animate-box}.footer-module__sK8wSW__rakebackBtn{padding:8px}.footer-module__sK8wSW__rakebackBtn+.footer-module__sK8wSW__calendarBtn{padding:8px;left:80px}.footer-module__sK8wSW__rakebackBtn+.footer-module__sK8wSW__calendarBtn .footer-module__sK8wSW__calendarBtnText{display:none}@media screen and (max-width:1024px){.footer-module__sK8wSW__wrapper{grid-template-columns:1fr;gap:16px;padding:24px 10px}.footer-module__sK8wSW__calendarBtn{padding:8px}.footer-module__sK8wSW__calendarBtnText{display:none}.footer-module__sK8wSW__logos{margin-bottom:36px}.footer-module__sK8wSW__content{align-items:center}.footer-module__sK8wSW__disclaimer{margin-top:24px}}@media screen and (max-width:767px){.footer-module__sK8wSW__footer{padding:50px 0 100px}}@media screen and (max-width:320px){.footer-module__sK8wSW__column{margin:0}}@keyframes footer-module__sK8wSW__animate-box{0%{transform:rotate3d(1,1,1,-15deg)}to{transform:rotate3d(1,1,1,15deg)}}
.header-desktop-module__Fv9n4q__container{color:var(--text-color);box-shadow:var(--box-shadow-header);font-weight:700;font-size:var(--base-font-size);letter-spacing:.01em;padding:var(--wrapper-container-padding-base);z-index:10;box-sizing:border-box;width:100%;max-width:var(--wrapper-max-width-base);flex-direction:row;justify-content:center;margin:0 auto;display:flex;position:relative}.header-desktop-module__Fv9n4q__container.header-desktop-module__Fv9n4q__isGamePage{padding:0}.header-desktop-module__Fv9n4q__container.header-desktop-module__Fv9n4q__isGamePage .header-desktop-module__Fv9n4q__wrapper{border-radius:0;height:60px;padding:0 10px}.header-desktop-module__Fv9n4q__wrapper{height:var(--header-global-height);background-color:var(--header-background-color);box-sizing:border-box;width:100%;max-width:var(--wrapper-max-width-base);border-radius:16px;justify-content:space-between;align-items:center;padding:0 15px;display:flex}.header-desktop-module__Fv9n4q__buttonGroup{flex-grow:0;justify-content:flex-end;align-items:center;gap:5px;display:flex}.header-desktop-module__Fv9n4q__location{color:var(--header-text);text-align:center;margin:3px;font-size:7px;font-style:normal;font-weight:600;line-height:5px}.header-desktop-module__Fv9n4q__logoBlock{margin-bottom:3px}.header-desktop-module__Fv9n4q__additionalHeaderPlaceholder{width:100%;max-width:var(--wrapper-max-width-base);min-height:45px}@media screen and (max-width:1240px){.header-desktop-module__Fv9n4q__container{padding:0 10px}}
@keyframes skeletons-module__wutFga__shimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}.skeletons-module__wutFga__shimmer{will-change:transform;background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/100% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__skeletonBase{background:var(--skeleton-bg,#ffffff0d);border-radius:var(--border-radius-base,8px);position:relative;overflow:hidden}.skeletons-module__wutFga__gameCarouselSkeleton{padding:var(--section-paddings,16px);background:var(--section-background-color,transparent);border-radius:var(--section-radius,12px);contain:layout style paint;flex-direction:column;gap:10px;display:flex}.skeletons-module__wutFga__gameCarouselSkeleton.skeletons-module__wutFga__transparentBg{background:0 0}.skeletons-module__wutFga__carouselHeader{min-height:var(--carousel-header-min-height,44px);justify-content:space-between;align-items:center;padding:0 8px;display:flex}.skeletons-module__wutFga__headerTitle{font-family:var(--secondary-font),sans-serif;font-size:18px;font-weight:var(--font-bold);color:var(--text-color)}.skeletons-module__wutFga__headerTitleSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:180px;height:24px;position:relative;overflow:hidden}.skeletons-module__wutFga__headerTitleSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__headerControls{gap:8px;display:flex}.skeletons-module__wutFga__controlButton{background:var(--skeleton-bg,#ffffff0d);border-radius:50%;width:36px;height:36px}.skeletons-module__wutFga__gameGrid{gap:var(--carousel-row-gap,10px);flex-direction:column;display:flex}.skeletons-module__wutFga__gameRow{gap:10px;display:flex}.skeletons-module__wutFga__gameCardSkeleton{aspect-ratio:4/3;background:var(--skeleton-bg,#ffffff0d);border-radius:var(--border-radius-base,8px);flex:1;min-width:0;overflow:hidden}.skeletons-module__wutFga__gameCardSkeleton.skeletons-module__wutFga__portrait{aspect-ratio:3/4}.skeletons-module__wutFga__gameImageSkeleton{background:var(--skeleton-bg,#ffffff0d);width:100%;height:100%;position:relative}.skeletons-module__wutFga__carouselFooter{justify-content:center;padding-top:12px;display:flex}.skeletons-module__wutFga__footerButtonSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:var(--border-radius-base,8px);width:120px;height:36px}.skeletons-module__wutFga__gameListSkeleton{padding:var(--section-paddings,16px);contain:layout style paint}.skeletons-module__wutFga__gameListGrid{grid-template-columns:repeat(var(--columns,8),1fr);gap:20px 10px;display:grid}@media (max-width:1210px){.skeletons-module__wutFga__gameListGrid{gap:30px 15px}}@media (max-width:715px){.skeletons-module__wutFga__gameListGrid{gap:10px 5px}}.skeletons-module__wutFga__promotionListSkeleton{padding:var(--section-paddings,16px);contain:layout style paint}.skeletons-module__wutFga__sectionTitle{font-family:var(--secondary-font),sans-serif;font-size:24px;font-weight:var(--font-bold);text-transform:uppercase;color:var(--text-color);margin-bottom:20px}.skeletons-module__wutFga__promotionGrid{grid-template-columns:repeat(var(--columns,2),1fr);gap:20px;display:grid}.skeletons-module__wutFga__promotionCardSkeleton{background:var(--section-background-color,#ffffff05);border-radius:var(--border-radius-base,12px);flex-direction:column;min-height:220px;display:flex;overflow:hidden}.skeletons-module__wutFga__promotionCardSkeleton.skeletons-module__wutFga__alt{flex-direction:row;min-height:160px}.skeletons-module__wutFga__promotionImageSkeleton{background:var(--skeleton-bg,#ffffff0d);width:100%;height:140px;position:relative}.skeletons-module__wutFga__promotionCardSkeleton.skeletons-module__wutFga__alt .skeletons-module__wutFga__promotionImageSkeleton{flex-shrink:0;width:200px;height:auto}.skeletons-module__wutFga__promotionContentSkeleton{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.skeletons-module__wutFga__promotionTitleSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:70%;height:20px;position:relative;overflow:hidden}.skeletons-module__wutFga__promotionTitleSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__promotionDescSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:100%;height:40px}.skeletons-module__wutFga__promotionButtonSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:var(--border-radius-base,8px);width:120px;height:36px;margin-top:auto}@media (max-width:1024px){.skeletons-module__wutFga__promotionGrid{grid-template-columns:1fr}}@media (max-width:768px){.skeletons-module__wutFga__promotionCardSkeleton{min-height:240px}}.skeletons-module__wutFga__raceSectionSkeleton{padding:var(--section-paddings,20px);background:var(--section-background-color,#ffffff05);border-radius:var(--section-radius,12px);contain:layout style paint}.skeletons-module__wutFga__raceHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.skeletons-module__wutFga__raceHeaderLeft{flex-direction:column;gap:8px;display:flex}.skeletons-module__wutFga__raceTitleSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:200px;height:28px;position:relative;overflow:hidden}.skeletons-module__wutFga__raceTitleSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__raceSubtitleSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:140px;height:16px}.skeletons-module__wutFga__raceTimerSkeleton{gap:8px;display:flex}.skeletons-module__wutFga__timerBlock{background:var(--skeleton-bg,#ffffff14);border-radius:8px;width:60px;height:50px}.skeletons-module__wutFga__racePrizePool{background:var(--skeleton-bg,#ffffff08);border-radius:8px;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;padding:16px;display:flex}.skeletons-module__wutFga__prizeIconSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:50%;width:40px;height:40px}.skeletons-module__wutFga__prizeAmountSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:120px;height:32px}.skeletons-module__wutFga__raceLeaderboard{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.skeletons-module__wutFga__leaderboardRow{background:var(--skeleton-bg,#ffffff05);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;display:flex}.skeletons-module__wutFga__rankSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:50%;flex-shrink:0;width:28px;height:28px}.skeletons-module__wutFga__playerAvatarSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:50%;flex-shrink:0;width:36px;height:36px}.skeletons-module__wutFga__playerNameSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;flex:1;max-width:150px;height:16px}.skeletons-module__wutFga__playerScoreSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:80px;height:20px}.skeletons-module__wutFga__raceCtaSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:var(--border-radius-base,8px);width:100%;max-width:200px;height:44px;margin:0 auto}.skeletons-module__wutFga__winnersSkeleton{padding:var(--section-paddings,20px);background:var(--section-background-color,#ffffff05);border-radius:var(--section-radius,12px);contain:layout style paint}.skeletons-module__wutFga__winnersHeader{margin-bottom:20px}.skeletons-module__wutFga__winnersTitleSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:180px;height:28px;position:relative;overflow:hidden}.skeletons-module__wutFga__winnersTitleSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__winnersGrid{gap:16px;display:flex;overflow:hidden}.skeletons-module__wutFga__winnerCardSkeleton{background:var(--skeleton-bg,#ffffff08);border-radius:var(--border-radius-base,12px);flex-direction:column;flex:none;width:180px;display:flex;overflow:hidden}.skeletons-module__wutFga__winnerGameImageSkeleton{aspect-ratio:4/3;background:var(--skeleton-bg,#ffffff0d);width:100%;position:relative}.skeletons-module__wutFga__winnerInfoSkeleton{align-items:center;gap:10px;padding:12px;display:flex}.skeletons-module__wutFga__winnerAvatarSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:50%;flex-shrink:0;width:32px;height:32px}.skeletons-module__wutFga__winnerDetailsSkeleton{flex-direction:column;flex:1;gap:6px;display:flex}.skeletons-module__wutFga__winnerNameSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:3px;width:80px;height:14px}.skeletons-module__wutFga__winnerAmountSkeleton{background:var(--skeleton-bg,#ffffff14);border-radius:3px;width:60px;height:18px}@media (max-width:768px){.skeletons-module__wutFga__winnerCardSkeleton{width:150px}.skeletons-module__wutFga__raceTimerSkeleton{flex-wrap:wrap}.skeletons-module__wutFga__timerBlock{width:50px;height:40px}}.skeletons-module__wutFga__categoryMenuSkeleton{padding:12px var(--section-paddings,16px);background:var(--section-background-color,transparent);border-radius:var(--section-radius,12px);contain:layout style paint;overflow:hidden}.skeletons-module__wutFga__categoryMenuItems{gap:8px;display:flex;overflow:hidden}.skeletons-module__wutFga__categoryMenuItem{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;min-width:80px;padding:12px 16px;display:flex}.skeletons-module__wutFga__categoryIconSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:12px;width:44px;height:44px;position:relative;overflow:hidden}.skeletons-module__wutFga__categoryIconSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeletons-module__wutFga__shimmer;position:absolute;inset:0}.skeletons-module__wutFga__categoryLabelSkeleton{background:var(--skeleton-bg,#ffffff0d);border-radius:4px;width:60px;height:14px}@media (max-width:768px){.skeletons-module__wutFga__categoryMenuItem{min-width:70px;padding:10px 12px}.skeletons-module__wutFga__categoryIconSkeleton{width:36px;height:36px}.skeletons-module__wutFga__categoryLabelSkeleton{width:50px;height:12px}}@media (prefers-reduced-motion:reduce){.skeletons-module__wutFga__shimmer,.skeletons-module__wutFga__headerTitleSkeleton:after,.skeletons-module__wutFga__promotionTitleSkeleton:after,.skeletons-module__wutFga__raceTitleSkeleton:after,.skeletons-module__wutFga__winnersTitleSkeleton:after,.skeletons-module__wutFga__categoryIconSkeleton:after{animation:none}}
.page-content-wrapper-module__dGsWHW__container{max-width:var(--wrapper-max-width-base);box-sizing:border-box;width:100%;padding:var(--wrapper-container-padding-base);margin:0 auto}.page-content-wrapper-module__dGsWHW__container+.page-content-wrapper-module__dGsWHW__container{margin-top:16px}.page-content-wrapper-module__dGsWHW__landingContainer{box-sizing:border-box;max-width:none;margin:0 auto;padding:0}.page-content-wrapper-module__dGsWHW__landingContainer .page-content-wrapper-module__dGsWHW__backdrop{padding:0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake{padding:0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake .page-content-wrapper-module__dGsWHW__backdrop{padding:0}.page-content-wrapper-module__dGsWHW__narrowContainer{box-sizing:border-box;max-width:920px;margin:0 auto}@media screen and (max-width:1240px){.page-content-wrapper-module__dGsWHW__landingContainer{padding:0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake{padding:0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake .page-content-wrapper-module__dGsWHW__backdrop{padding:0}}@media screen and (max-width:768px){.page-content-wrapper-module__dGsWHW__landingContainer{background:var(--footer-color);padding:68px 0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake{padding:60px 0}.page-content-wrapper-module__dGsWHW__landingContainer.page-content-wrapper-module__dGsWHW__landingContainerStake .page-content-wrapper-module__dGsWHW__backdrop{padding:60px 0}}
.bonus-select-card-module__060oga__container{border-radius:var(--border-radius-size);width:100%;box-shadow:var(--base-box-shadow);background:var(--card-background-color);flex-direction:row;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.bonus-select-card-module__060oga__slide{max-width:480px;margin:0 auto}.bonus-select-card-module__060oga__container:hover,.bonus-select-card-module__060oga__container.bonus-select-card-module__060oga__selected{box-shadow:0 0 0 1px var(--brand-accent-color);background:var(--brand-dark-color)}.bonus-select-card-module__060oga__container.bonus-select-card-module__060oga__disabled{opacity:.6}.bonus-select-card-module__060oga__container.bonus-select-card-module__060oga__disabled:hover{opacity:1}.bonus-select-card-module__060oga__image{flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;display:flex}
.game-details-module__ChGqQW__gameDetailsContainer{width:100%;max-width:1200px;margin-top:20px;margin-left:auto;margin-right:auto;padding:0}.game-details-module__ChGqQW__detailsContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:12px;padding:20px}.game-details-module__ChGqQW__thumbnailSection{text-align:center;margin-bottom:20px}.game-details-module__ChGqQW__thumbnail{object-fit:cover;border-radius:8px;width:200px;height:150px;box-shadow:0 4px 12px #00000026}.game-details-module__ChGqQW__detailsList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:20px;display:grid}.game-details-module__ChGqQW__detailItem{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .2s;display:flex}.game-details-module__ChGqQW__detailItem:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-1px)}.game-details-module__ChGqQW__detailLabel{color:#ffffffb3;font-size:14px;font-weight:600}.game-details-module__ChGqQW__detailValue{color:#ffffffe6;font-size:14px;font-weight:500}.game-details-module__ChGqQW__additionalInfo{background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border:1px solid #9333ea33;border-radius:8px;margin-top:20px;padding:16px}.game-details-module__ChGqQW__infoText{color:#fffc;text-align:center;margin:0;font-size:14px;line-height:1.6}.game-details-module__ChGqQW__mainContainer{box-sizing:border-box;flex-wrap:wrap;gap:8px;margin:12px 0;padding:0 5px;display:flex}.game-details-module__ChGqQW__tabButton{cursor:pointer;border-radius:var(--border-radius-button);font-size:var(--base-font-size);font-weight:var(--font-bold);letter-spacing:.005em;background:var(--secondary-button);color:var(--secondary-button-text);box-shadow:var(--primary-button-shadow);border:none;outline:none;padding:10px 24px;line-height:16px;transition:transform .2s,background .2s}.game-details-module__ChGqQW__tabButton:hover{transform:translateY(-3px)}.game-details-module__ChGqQW__tabButton:last-child{margin-right:0}.game-details-module__ChGqQW__tabButton.game-details-module__ChGqQW__active{background:var(--primary-button);color:var(--primary-button-text);box-shadow:var(--primary-button-shadow)}@media (max-width:768px){.game-details-module__ChGqQW__gameDetailsContainer{margin-top:0}.game-details-module__ChGqQW__detailsContent{padding:15px}.game-details-module__ChGqQW__thumbnail{width:150px;height:112px}.game-details-module__ChGqQW__detailsList{grid-template-columns:1fr;gap:10px}.game-details-module__ChGqQW__detailItem{padding:10px 12px}.game-details-module__ChGqQW__detailLabel,.game-details-module__ChGqQW__detailValue{font-size:13px}.game-details-module__ChGqQW__additionalInfo{padding:12px}.game-details-module__ChGqQW__infoText{font-size:13px}}@media (prefers-color-scheme:dark){.game-details-module__ChGqQW__detailsContent{background:#0006}.game-details-module__ChGqQW__detailItem{background:#0000004d;border-color:#ffffff0d}.game-details-module__ChGqQW__detailItem:hover{background:#00000080;border-color:#ffffff1a}}.game-details-module__ChGqQW__gameDetailsContainer .gameDetails{background:0 0;border:none}.game-details-module__ChGqQW__gameDetailsContainer .gameDetails h3{font-size:18px;font-weight:600}.game-details-module__ChGqQW__gameDetailsContainer .gameDetails button{background:#ffffff0d;border-radius:8px;padding:16px 20px;transition:all .2s}.game-details-module__ChGqQW__gameDetailsContainer .gameDetails button:hover{background:#ffffff14}.game-details-module__ChGqQW__gameDetailsContainer .gameDetails button.opened{background:#ffffff1a;border-bottom-right-radius:0;border-bottom-left-radius:0}.game-details-module__ChGqQW__challengeTable{box-sizing:border-box;width:100%;padding:0 5px}
.page-content-wrapper-panel-module__2xwLmq__container{max-width:var(--wrapper-max-width-base);box-sizing:border-box;width:100%;padding:var(--wrapper-container-padding-base);margin:0 auto}.page-content-wrapper-panel-module__2xwLmq__container+.page-content-wrapper-panel-module__2xwLmq__container{margin-top:16px}.page-content-wrapper-panel-module__2xwLmq__landingContainer{box-sizing:border-box;max-width:none;margin:0 auto;padding:0}.page-content-wrapper-panel-module__2xwLmq__landingContainer .page-content-wrapper-panel-module__2xwLmq__backdrop{padding:0}.page-content-wrapper-panel-module__2xwLmq__narrowContainer{box-sizing:border-box;max-width:920px;margin:0 auto}@media (min-width:1440px){.page-content-wrapper-panel-module__2xwLmq__container{padding:0}}@media screen and (max-width:1240px){.page-content-wrapper-panel-module__2xwLmq__landingContainer{padding:0}}@media screen and (max-width:768px){.page-content-wrapper-panel-module__2xwLmq__container{padding:0 20px}.page-content-wrapper-panel-module__2xwLmq__landingContainer{background:var(--footer-color);padding:68px 0}}
.checkbox-block-module__UxUKTq__container{cursor:pointer;flex-direction:row;align-items:center;gap:20px;width:100%;display:flex}.checkbox-block-module__UxUKTq__container label{color:var(--white-color);font-size:18px}.checkbox-block-module__UxUKTq__container.checkbox-block-module__UxUKTq__transparent .checkbox-block-module__UxUKTq__wrapper{background:0 0}.checkbox-block-module__UxUKTq__wrapper{border-radius:var(--brand-border-radius-size);background:var(--checkbox-block-background);flex-direction:row;flex-shrink:0;align-items:center;gap:12px;padding:12px;display:flex}@media screen and (max-width:1360px){.checkbox-block-module__UxUKTq__container{flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px){.checkbox-block-module__UxUKTq__container{flex-wrap:wrap;justify-content:space-between}}
.challenges-module__Fo61Wq__mainContent{width:100%;margin:20px auto}.challenges-module__Fo61Wq__tabButtons{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:768px){.challenges-module__Fo61Wq__tabButtons{border-bottom:none;padding-bottom:0}}@media (max-width:400px){.challenges-module__Fo61Wq__tabButtons{flex-direction:column;align-items:stretch}}.challenges-module__Fo61Wq__mainContainer{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.challenges-module__Fo61Wq__sortControls{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.challenges-module__Fo61Wq__tabButton{text-align:center;cursor:pointer;border-radius:var(--border-radius-button);font-size:var(--base-font-size);font-weight:var(--font-bold);letter-spacing:.005em;background:var(--secondary-button);color:var(--secondary-button-text);box-shadow:var(--primary-button-shadow);border:none;outline:none;justify-content:center;align-items:center;padding:10px 24px;line-height:16px;transition:transform .2s,background .2s}@media (max-width:400px){.challenges-module__Fo61Wq__tabButton{text-align:center;padding:10px 15px}}.challenges-module__Fo61Wq__tabButton:hover{transform:translateY(-3px)}.challenges-module__Fo61Wq__tabButton:last-child{margin-right:0}.challenges-module__Fo61Wq__tabButton.challenges-module__Fo61Wq__active{background:var(--primary-button);color:var(--primary-button-text);box-shadow:var(--primary-button-shadow)}.challenges-module__Fo61Wq__challengeBlock{flex-direction:column;width:100%;height:100%;display:flex}.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(9.09091% - 9.09091px);min-width:150px}.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake>div,.challenges-module__Fo61Wq__infoPanel.challenges-module__Fo61Wq__notStake{width:100%}.challenges-module__Fo61Wq__infoPanel{color:var(--challenge-color);background:var(--challenge-background);border-radius:0 0 8px 8px;flex-direction:column;flex:auto;padding:8px;font-size:11px;line-height:1.4;display:flex}.challenges-module__Fo61Wq__infoPanel img{object-position:center;object-fit:contain;width:20px;height:20px;margin-right:5px}.challenges-module__Fo61Wq__users{cursor:pointer}.challenges-module__Fo61Wq__createdInfo{justify-content:flex-start;align-items:center;display:flex}.challenges-module__Fo61Wq__infoPanel strong{margin-top:12px;font-size:13px;font-weight:800;display:block}.challenges-module__Fo61Wq__hiddenText{align-items:center;gap:8px;display:flex}.challenges-module__Fo61Wq__hiddenText svg{width:13px;height:13px}.challenges-module__Fo61Wq__infoPanelTitle{font-size:16px;font-weight:800}.challenges-module__Fo61Wq__infoPanelDescription{font-size:14px}.challenges-module__Fo61Wq__infoPanelDescription strong{color:#e7e1e1;font-size:14px}.challenges-module__Fo61Wq__infoPanelBy{font-size:16px;font-weight:600}.challenges-module__Fo61Wq__emptyState{text-align:center;background:var(--section-background-color);min-height:220px;color:var(--new-table-text2);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 16px;display:flex}.challenges-module__Fo61Wq__emptyIcon{opacity:.85;width:56px;height:56px}.challenges-module__Fo61Wq__emptyTitle{font-size:16px;font-weight:800}.challenges-module__Fo61Wq__emptySubtitle{opacity:.9;font-size:13px}.challenges-module__Fo61Wq__tableWrapper{background:var(--section-background-color);border-radius:var(--section-border-radius);overflow-x:auto}.challenges-module__Fo61Wq__table{border-collapse:collapse;width:100%;color:var(--new-table-text2);border:none}.challenges-module__Fo61Wq__table th,.challenges-module__Fo61Wq__table td{text-align:left;text-wrap:nowrap;text-overflow:ellipsis;align-content:center;max-width:240px;height:36px;padding:0 12px;overflow:hidden}.challenges-module__Fo61Wq__table th{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:5px 12px;font-weight:600}.challenges-module__Fo61Wq__alignRight{text-align:right;place-items:end}.challenges-module__Fo61Wq__table tbody tr:nth-child(2n){background-color:var(--new-table-tr2-background)}.challenges-module__Fo61Wq__table tbody tr:hover{background-color:var(--new-table-tr-hover);transition:background-color .2s}.challenges-module__Fo61Wq__select{background-color:var(--outline-button);box-shadow:var(--box-shadow-button-outline);color:var(--outline-button-text-color);appearance:none;cursor:pointer;text-align:left;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:calc(100% - 10px);background-repeat:no-repeat;border-radius:6px;width:120px;padding:6px 12px;font-size:.9em}.challenges-module__Fo61Wq__select:focus{box-shadow:var(--box-shadow-button-outline);outline:none}.challenges-module__Fo61Wq__select option{color:#000;background:#fff}.challenges-module__Fo61Wq__descIcon{color:var(--new-table-text2);opacity:.8;justify-content:center;align-items:center;display:inline-flex}@media (max-width:768px){.challenges-module__Fo61Wq__tabButtons{flex-flow:row;overflow-x:auto}.challenges-module__Fo61Wq__tabButton{text-wrap:nowrap;text-overflow:ellipsis;min-width:150px;max-width:200px;margin-right:0;padding:10px;overflow:hidden}.challenges-module__Fo61Wq__sortControls{margin-left:0}}@media (max-width:320px){.challenges-module__Fo61Wq__tabButton{font-size:.8em}}@media (max-width:1850px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(10% - 9px)}}@media (max-width:1690px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(11.1111% - 8.88889px)}}@media (max-width:1530px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(12.5% - 8.75px)}}@media (max-width:1370px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(14.2857% - 8.57143px)}}@media (max-width:1200px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(16.6667% - 8.33333px)}}@media (max-width:1040px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(20% - 8px)}}@media (max-width:880px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(25% - 7.5px)}}@media (max-width:640px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(33.3333% - 6.66667px)}}@media screen and (max-width:530px){.challenges-module__Fo61Wq__challengeBlock.challenges-module__Fo61Wq__notStake{width:calc(33.3333% - 6.66667px);min-width:92px}}
.counted-tabs-module__Z1zBjG__container{border-radius:var(--border-radius-size);background:var(--setting-section-background);flex-direction:row;align-items:center;gap:0;width:fit-content;margin:0 0 25px;display:flex}.counted-tabs-module__Z1zBjG__tab{cursor:pointer;color:var(--secondary-text);flex-direction:row;flex:none;align-items:center;gap:10px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex;position:relative}.counted-tabs-module__Z1zBjG__tab:hover{color:var(--text-color)}.counted-tabs-module__Z1zBjG__tab.counted-tabs-module__Z1zBjG__active{color:var(--text-color);pointer-events:none;background-color:var(--accent-color);box-shadow:var(--box-shadow-button-outline);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:var(--border-radius-size)}
.nx-carousel-basic-module__44gLEa__container{border-radius:var(--section-radius);flex-direction:column;width:100%;display:flex;position:relative}.nx-carousel-basic-module__44gLEa__wrapper{width:100%;overflow-x:clip}.nx-carousel-basic-module__44gLEa__wrapper.nx-carousel-basic-module__44gLEa__overflow{overflow-x:visible}.nx-carousel-basic-module__44gLEa__group{flex-flow:wrap;gap:10px;width:100%;height:fit-content;display:flex}.nx-carousel-basic-module__44gLEa__slide{flex-flow:wrap;flex-shrink:0;gap:10px;height:fit-content;display:flex}.nx-carousel-basic-module__44gLEa__slide.nx-carousel-basic-module__44gLEa__accent{display:flex}.nx-carousel-basic-module__44gLEa__item{width:100%;max-width:unset}.nx-carousel-basic-module__44gLEa__item.nx-carousel-basic-module__44gLEa__isGameSlider.nx-carousel-basic-module__44gLEa__portraitGameImages{max-width:unset}.nx-carousel-basic-module__44gLEa__grid{flex-flow:row;gap:10px;display:flex}.nx-carousel-basic-module__44gLEa__footer{justify-content:center;align-items:center;gap:10px;margin-top:20px;display:flex}
.information-module__T6B78q__container{flex-direction:column;gap:24px;display:flex}.information-module__T6B78q__row{flex-direction:row;align-items:center;gap:20px;width:100%;display:flex}.information-module__T6B78q__row .information-module__T6B78q__column{width:50%}.information-module__T6B78q__row .information-module__T6B78q__column1from3{width:33%}.information-module__T6B78q__row .information-module__T6B78q__column2from3{width:66%}.information-module__T6B78q__message{width:100%;color:var(--muted-text-color)}.information-module__T6B78q__footer{margin-top:18px}.information-module__T6B78q__footer button{margin:0}.information-module__T6B78q__footer .information-module__T6B78q__radio{flex-shrink:0;width:max-content}@media screen and (max-width:1360px){.information-module__T6B78q__message{order:1}.information-module__T6B78q__footer{flex-flow:wrap;justify-content:space-between}}@media screen and (max-width:1100px){.information-module__T6B78q__footer button{order:2;max-width:none}.information-module__T6B78q__row{flex-direction:column}.information-module__T6B78q__footer .information-module__T6B78q__radio{width:100%}}
.session-time-limit-module__fInQZa__description{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.6}.session-time-limit-module__fInQZa__currentLimit{flex-direction:column;gap:1rem;display:flex}.session-time-limit-module__fInQZa__removeButton{align-self:flex-start;margin-top:.5rem}.session-time-limit-module__fInQZa__noLimit{background-color:var(--color-background-secondary);border:1px solid var(--color-border);text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.session-time-limit-module__fInQZa__noLimit p{color:var(--color-text-secondary);margin:0}.session-time-limit-module__fInQZa__modalContent{padding:1rem 0}.session-time-limit-module__fInQZa__modalDescription{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.6}.session-time-limit-module__fInQZa__form{flex-direction:column;gap:1.5rem;display:flex}.session-time-limit-module__fInQZa__inputGroup{grid-template-columns:2fr 3fr;align-items:end;gap:1rem;display:grid}@media (max-width:640px){.session-time-limit-module__fInQZa__inputGroup{grid-template-columns:1fr}}.session-time-limit-module__fInQZa__timeInput,.session-time-limit-module__fInQZa__unitSelect{min-width:0}.session-time-limit-module__fInQZa__errorMessage{color:var(--color-error);background-color:var(--color-error-background);border:1px solid var(--color-error-border);border-radius:4px;margin:0;padding:.5rem;font-size:.875rem}.session-time-limit-module__fInQZa__helpText{background-color:var(--color-info-background);border:1px solid var(--color-info-border);color:var(--color-text-secondary);border-radius:6px;padding:1rem;font-size:.875rem}.session-time-limit-module__fInQZa__helpText p{margin:0 0 .5rem;font-weight:500}.session-time-limit-module__fInQZa__helpText ul{margin:0;padding-left:1.5rem;list-style-type:disc}.session-time-limit-module__fInQZa__helpText li{margin-bottom:.25rem}.session-time-limit-module__fInQZa__helpText li:last-child{margin-bottom:0}.session-time-limit-module__fInQZa__modalButtons{justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:640px){.session-time-limit-module__fInQZa__modalButtons{flex-direction:column-reverse}}.session-time-limit-module__fInQZa__successContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0;display:flex}.session-time-limit-module__fInQZa__successTitle{color:var(--color-text-primary);margin:0;font-size:1.5rem;font-weight:600}.session-time-limit-module__fInQZa__successMessage{color:var(--color-text-secondary);margin:0;line-height:1.6}@media (prefers-color-scheme:dark){.session-time-limit-module__fInQZa__noLimit{background-color:#ffffff0d;border-color:#ffffff1a}.session-time-limit-module__fInQZa__helpText{background-color:#3b82f61a;border-color:#3b82f64d}.session-time-limit-module__fInQZa__errorMessage{background-color:#ef44441a;border-color:#ef44444d}}@keyframes session-time-limit-module__fInQZa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.session-time-limit-module__fInQZa__modalContent,.session-time-limit-module__fInQZa__successContent{animation:.3s ease-out session-time-limit-module__fInQZa__fadeIn}
.bonus-loader-module__sqXEWq__loaderContainer{background:var(--section-background,#022413cc);border-radius:var(--section-border-radius,16px);border:1px solid rgba(var(--brand-accent-color-rgb,255,219,33),.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;margin:20px auto;padding:40px 20px;display:flex;overflow:hidden}.bonus-loader-module__sqXEWq__loaderContainer.bonus-loader-module__sqXEWq__noBg{background:0 0;margin-top:0}.bonus-loader-module__sqXEWq__loaderContent{flex-direction:column;align-items:center;gap:20px;display:flex}.bonus-loader-module__sqXEWq__spinnerContainer{width:60px;height:60px;position:relative}.bonus-loader-module__sqXEWq__spinner{width:100%;height:100%;position:relative}.bonus-loader-module__sqXEWq__spinnerRing{border:3px solid #0000;border-top-color:var(--brand-accent-color,#ffdb21);border-radius:50%;width:100%;height:100%;animation:2s linear infinite bonus-loader-module__sqXEWq__spin;position:absolute;top:0;left:0}.bonus-loader-module__sqXEWq__spinnerRing:first-child{border-width:3px;animation-delay:0s}.bonus-loader-module__sqXEWq__spinnerRing:nth-child(2){border-width:2px;border-top-color:var(--brand-accent-color,#ffdb21);opacity:.7;animation-delay:-.4s;transform:scale(.8)}.bonus-loader-module__sqXEWq__spinnerRing:nth-child(3){border-width:2px;border-top-color:var(--light-green-color,#03bd49);opacity:.5;animation-delay:-.8s;transform:scale(.6)}@keyframes bonus-loader-module__sqXEWq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bonus-loader-module__sqXEWq__loadingText{text-align:center}.bonus-loader-module__sqXEWq__loadingTextContent{color:var(--brand-text-color,#fff);align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.bonus-loader-module__sqXEWq__dots{gap:2px;display:inline-flex}.bonus-loader-module__sqXEWq__dots span{opacity:.4;animation:1.5s ease-in-out infinite bonus-loader-module__sqXEWq__pulse}.bonus-loader-module__sqXEWq__dots span:first-child{animation-delay:0s}.bonus-loader-module__sqXEWq__dots span:nth-child(2){animation-delay:.2s}.bonus-loader-module__sqXEWq__dots span:nth-child(3){animation-delay:.4s}@keyframes bonus-loader-module__sqXEWq__pulse{0%,60%,to{opacity:.4}30%{opacity:1}}@media (max-width:768px){.bonus-loader-module__sqXEWq__loaderContainer{margin:15px auto;padding:30px 15px}.bonus-loader-module__sqXEWq__spinnerContainer{width:50px;height:50px}.bonus-loader-module__sqXEWq__loadingTextContent{font-size:14px}}.bonus-loader-module__sqXEWq__spinner:before{content:"";background:conic-gradient(from 0deg,transparent,var(--brand-accent-color,#ffdb21),transparent);z-index:-1;opacity:.3;filter:blur(8px);border-radius:50%;animation:2s linear infinite bonus-loader-module__sqXEWq__spin;position:absolute;inset:-5px}.bonus-loader-module__sqXEWq__loaderContainer:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--brand-accent-color-rgb,255,219,33),.1),transparent);width:100%;height:100%;animation:3s ease-in-out infinite bonus-loader-module__sqXEWq__shimmer;position:absolute;top:0;left:-100%}@keyframes bonus-loader-module__sqXEWq__shimmer{0%{left:-100%}to{left:100%}}
.bonus-in-deposit-select-module__paKmzq__content{box-sizing:border-box;border-radius:16px;flex-wrap:wrap;place-content:flex-start space-between;width:100%;max-width:400px;padding:0;display:flex}.bonus-in-deposit-select-module__paKmzq__paymentBlock{box-sizing:border-box;cursor:pointer;width:100%;height:auto;margin-top:10px;margin-bottom:5px;padding:0 16px;transition:border .2s;display:block;position:relative}.bonus-in-deposit-select-module__paKmzq__paymentBlock.bonus-in-deposit-select-module__paKmzq__hidden{display:none}.bonus-in-deposit-select-module__paKmzq__wrapper{box-sizing:border-box;background-color:var(--payment-item-bg);box-shadow:var(--payment-item-shadow);color:var(--payment-item-text);border-radius:4px;justify-content:center;align-items:center;width:100%;min-height:72px;padding:0 10px;display:flex}.bonus-in-deposit-select-module__paKmzq__logosBlock{width:48px;height:48px;margin-right:10px;display:block}.bonus-in-deposit-select-module__paKmzq__logosBlock img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.bonus-in-deposit-select-module__paKmzq__textBlock{box-sizing:border-box;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;padding:0 10px;display:flex}.bonus-in-deposit-select-module__paKmzq__title{font-family:var(--font-family-primary);justify-content:flex-start;align-items:center;width:100%;font-size:14px;font-weight:700;line-height:1.3;display:flex}.bonus-in-deposit-select-module__paKmzq__text{font-family:var(--font-family-primary);font-size:12px;font-weight:400;line-height:1.3}
.payment-tabs-module__iD47Xq__tabsHeader{position:relative}.payment-tabs-module__iD47Xq__tabsHeaderWithClose{padding-right:48px}.payment-tabs-module__iD47Xq__closeBtnTabs{z-index:1401;pointer-events:auto;background:0 0;border-radius:0;justify-content:center;align-items:center;width:auto;min-height:0;margin:0;padding:0;display:flex;position:absolute;top:2px;right:4px}.payment-tabs-module__iD47Xq__closeBtnTabsMobile{top:env(safe-area-inset-top,0px);touch-action:manipulation}@media (max-width:768px){.payment-tabs-module__iD47Xq__tabsHeaderWithClose{padding-right:50px}}
.link-tabs-module__1B4YTq__container{justify-content:center;align-items:center;gap:40px;width:100%;margin-bottom:34px;display:flex;position:relative}.link-tabs-module__1B4YTq__container:after{content:"";box-shadow:var(--bottom-box-shadow);width:108%;height:1px;position:absolute;bottom:0;left:-40px;right:0}.link-tabs-module__1B4YTq__tab{color:var(--muted-text-color);cursor:pointer;text-align:center;width:50%;height:45px;font-size:18px;line-height:45px;position:relative}.link-tabs-module__1B4YTq__tab.link-tabs-module__1B4YTq__active{color:var(--brand-text-color)}.link-tabs-module__1B4YTq__tab.link-tabs-module__1B4YTq__active:after{content:"";width:100%;height:3px;box-shadow:0 3px 0 0 var(--brand-accent-color);border-top-left-radius:99px;border-top-right-radius:99px;position:absolute;bottom:3px;left:0}
.simple-bonus-display-module__yhUN2a__container{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;max-width:450px;margin:0 auto 20px;display:flex}.simple-bonus-display-module__yhUN2a__bonusDisplay{border:2px solid var(--brand-accent-color,#50c250);cursor:pointer;background:var(--setting-section-background-color);border-radius:12px;align-items:center;width:100%;min-height:80px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #ff660026}.simple-bonus-display-module__yhUN2a__bonusDisplay:hover:not(.simple-bonus-display-module__yhUN2a__disabled):before{opacity:1}.simple-bonus-display-module__yhUN2a__bonusDisplay.simple-bonus-display-module__yhUN2a__disabled{opacity:.4;background:var(--setting-section-background-color);filter:grayscale(.8);position:relative}.simple-bonus-display-module__yhUN2a__bonusDisplay.simple-bonus-display-module__yhUN2a__disabled:after{content:"";pointer-events:none;background:linear-gradient(135deg,#00000080 0%,#0000004d 100%);position:absolute;inset:0}.simple-bonus-display-module__yhUN2a__bonusDisplay.simple-bonus-display-module__yhUN2a__disabled:hover{border-color:#0000;transform:none;box-shadow:0 2px 12px #00000014}.simple-bonus-display-module__yhUN2a__bonusContent{flex:1;align-items:center;gap:12px;display:flex;position:relative}.simple-bonus-display-module__yhUN2a__bonusImage{background:var(--brand-accent-color,#50c250);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:hidden}.simple-bonus-display-module__yhUN2a__bonusImage img{object-fit:cover;z-index:1;width:100%;height:100%;position:relative}.simple-bonus-display-module__yhUN2a__placeholderImage{width:100%;height:100%;color:var(--white-color,#fff);justify-content:center;align-items:center;display:flex}.simple-bonus-display-module__yhUN2a__placeholderImage svg{width:20px;height:20px}.simple-bonus-display-module__yhUN2a__bonusInfo{flex-direction:column;flex:1;gap:4px;display:flex}.simple-bonus-display-module__yhUN2a__bonusTitle{font-family:var(--font-family-primary,"Roboto Condensed"),Arial,sans-serif;font-size:14px;font-weight:var(--font-bold,700);color:var(--white-color,#fff);line-height:1.3}.simple-bonus-display-module__yhUN2a__bonusTitle.simple-bonus-display-module__yhUN2a__balanceText{font-size:16px}.simple-bonus-display-module__yhUN2a__bonusSubtitle{font-family:var(--font-family-secondary,"Roboto Flex"),Arial,sans-serif;font-size:12px;font-weight:var(--font-semi-bold,600);color:var(--white-color,#fff);line-height:1.3}.simple-bonus-display-module__yhUN2a__bonusSubtitle.simple-bonus-display-module__yhUN2a__balanceAmount{font-size:20px}.simple-bonus-display-module__yhUN2a__bonusMinDeposit{font-family:var(--font-family-secondary,"Roboto Flex"),Arial,sans-serif;font-size:11px;font-weight:var(--font-weight,400);color:#ffffffe6;line-height:1.3}.simple-bonus-display-module__yhUN2a__termsLink{font-family:var(--font-family-secondary,"Roboto Flex"),Arial,sans-serif;font-size:11px;font-weight:var(--font-semi-bold,600);color:var(--brand-primary-color,#f60);border:1px solid var(--brand-primary-color,#f60);background:#1a1a1afa;border-radius:4px;padding:4px 8px;text-decoration:none;transition:all .2s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.simple-bonus-display-module__yhUN2a__termsLink:hover{background:var(--brand-gradient,linear-gradient(180deg,#ff9901,#ff7201));color:var(--white-color,#fff);border-color:#0000;box-shadow:0 2px 8px #ff66004d}.simple-bonus-display-module__yhUN2a__noBonusWrapper{width:100%}.simple-bonus-display-module__yhUN2a__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:2px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:0;transition:all .2s;display:flex}.simple-bonus-display-module__yhUN2a__checkbox{opacity:0;pointer-events:none;position:absolute}.simple-bonus-display-module__yhUN2a__checkboxCustom{border:2px solid var(--shade-gray-color,#aeb8c8);background-color:#fff;border-color:#aeb8c84d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative;overflow:hidden}.simple-bonus-display-module__yhUN2a__checkbox:checked+.simple-bonus-display-module__yhUN2a__checkboxCustom{background:var(--brand-accent-color,#50c250);border-color:var(--brand-accent-color,#50c250);animation:.3s simple-bonus-display-module__yhUN2a__checkPulse}@keyframes simple-bonus-display-module__yhUN2a__checkPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.simple-bonus-display-module__yhUN2a__checkboxCustom svg{color:var(--white-color,#fff);animation:.2s forwards simple-bonus-display-module__yhUN2a__checkIn}@keyframes simple-bonus-display-module__yhUN2a__checkIn{0%{opacity:0;transform:scale(0)rotate(-45deg)}to{opacity:1;transform:scale(1)rotate(0)}}.simple-bonus-display-module__yhUN2a__checkboxText{font-family:var(--font-family-primary,"Roboto Condensed"),Arial,sans-serif;font-size:14px;font-weight:var(--font-semi-bold,600);color:var(--brand-text-color)}@media (max-width:768px){.simple-bonus-display-module__yhUN2a__bonusDisplay{min-height:72px;padding:12px}.simple-bonus-display-module__yhUN2a__bonusImage{width:40px;height:40px}.simple-bonus-display-module__yhUN2a__bonusTitle{font-size:13px}.simple-bonus-display-module__yhUN2a__bonusSubtitle{font-size:11px}.simple-bonus-display-module__yhUN2a__bonusMinDeposit{font-size:10px}}
.active-bonus-warning-module__oG19yG__warningOverlay{z-index:10000;background-color:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s active-bonus-warning-module__oG19yG__fadeIn;display:flex;position:fixed;inset:0}.active-bonus-warning-module__oG19yG__warningContent{background-color:var(--color-background-secondary,#1a1a1a);text-align:center;border:1px solid #ffc10733;border-radius:16px;width:100%;max-width:480px;padding:40px;animation:.3s active-bonus-warning-module__oG19yG__slideUp;box-shadow:0 10px 40px #00000080}.active-bonus-warning-module__oG19yG__iconWrapper{color:#ffc107;background-color:#ffc1071a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:inline-flex}.active-bonus-warning-module__oG19yG__iconWrapper svg{color:#ffc107}.active-bonus-warning-module__oG19yG__warningContent h3{color:#fff;margin-bottom:16px;font-size:24px;font-weight:600;line-height:1.3}.active-bonus-warning-module__oG19yG__warningMessage{color:#ffffffe6;margin-bottom:24px;font-size:16px;line-height:1.6}.active-bonus-warning-module__oG19yG__activeBonusInfo{text-align:left;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.active-bonus-warning-module__oG19yG__bonusIcon{background-color:#ffc1071a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.active-bonus-warning-module__oG19yG__bonusIcon svg{color:#ffc107}.active-bonus-warning-module__oG19yG__bonusText{flex-direction:column;gap:4px;min-width:0;display:flex}.active-bonus-warning-module__oG19yG__bonusLabel{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.active-bonus-warning-module__oG19yG__bonusName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.active-bonus-warning-module__oG19yG__infoBox{color:#ffffffe6;text-align:left;background-color:#ffc1071a;border:1px solid #ffc10733;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:32px;padding:16px;font-size:14px;line-height:1.5;display:flex}.active-bonus-warning-module__oG19yG__infoBox svg{color:#ffc107;flex-shrink:0;margin-top:2px}.active-bonus-warning-module__oG19yG__buttonGroup{justify-content:center;gap:12px;display:flex}.active-bonus-warning-module__oG19yG__buttonGroup>*{flex:1;max-width:160px}@keyframes active-bonus-warning-module__oG19yG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes active-bonus-warning-module__oG19yG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.active-bonus-warning-module__oG19yG__warningOverlay{padding:16px}.active-bonus-warning-module__oG19yG__warningContent{max-width:100%;padding:30px 20px}.active-bonus-warning-module__oG19yG__iconWrapper{width:64px;height:64px;margin-bottom:20px}.active-bonus-warning-module__oG19yG__iconWrapper svg{width:36px;height:36px}.active-bonus-warning-module__oG19yG__warningContent h3{margin-bottom:12px;font-size:20px}.active-bonus-warning-module__oG19yG__warningMessage{margin-bottom:20px;font-size:14px}.active-bonus-warning-module__oG19yG__activeBonusInfo{margin-bottom:20px;padding:12px}.active-bonus-warning-module__oG19yG__bonusIcon{width:36px;height:36px}.active-bonus-warning-module__oG19yG__bonusIcon svg{width:18px;height:18px}.active-bonus-warning-module__oG19yG__bonusLabel{font-size:11px}.active-bonus-warning-module__oG19yG__bonusName{font-size:13px}.active-bonus-warning-module__oG19yG__infoBox{margin-bottom:24px;padding:12px;font-size:13px}.active-bonus-warning-module__oG19yG__infoBox svg{width:14px;height:14px}.active-bonus-warning-module__oG19yG__buttonGroup{flex-direction:column;gap:8px}.active-bonus-warning-module__oG19yG__buttonGroup>*{max-width:100%}}@media (max-width:360px){.active-bonus-warning-module__oG19yG__warningContent{padding:24px 16px}.active-bonus-warning-module__oG19yG__warningContent h3{font-size:18px}.active-bonus-warning-module__oG19yG__warningMessage{font-size:13px}}@media (prefers-color-scheme:dark){.active-bonus-warning-module__oG19yG__warningContent{background-color:#1a1a1a}}@media (prefers-color-scheme:light){.active-bonus-warning-module__oG19yG__warningContent{color:#333;background-color:#fff}.active-bonus-warning-module__oG19yG__warningContent h3{color:#333}.active-bonus-warning-module__oG19yG__warningMessage{color:#555}.active-bonus-warning-module__oG19yG__activeBonusInfo{background-color:#00000008;border-color:#00000014}.active-bonus-warning-module__oG19yG__bonusLabel{color:#777}.active-bonus-warning-module__oG19yG__bonusName{color:#333}.active-bonus-warning-module__oG19yG__infoBox{color:#555}}@media (prefers-contrast:high){.active-bonus-warning-module__oG19yG__warningContent{border:2px solid #ffc107}.active-bonus-warning-module__oG19yG__activeBonusInfo,.active-bonus-warning-module__oG19yG__infoBox{border-width:2px}}@media (prefers-reduced-motion:reduce){.active-bonus-warning-module__oG19yG__warningOverlay,.active-bonus-warning-module__oG19yG__warningContent{animation:none}}
.payment-methods-module__gVN41W__paymentBlock{background:var(--payment-method-background);width:100%;color:var(--payment-method-text);border-radius:var(--section-radius);flex-wrap:wrap;justify-content:center;align-items:stretch;gap:10px;margin:20px auto;padding:0 0 10px;display:flex}.payment-methods-module__gVN41W__paymentBlock label{color:var(--payment-method-text)}.payment-methods-module__gVN41W__methodsBlock{box-sizing:border-box;border-radius:16px;flex-wrap:wrap;place-content:flex-start space-between;width:100%;max-width:400px;padding:0;display:flex}.payment-methods-module__gVN41W__methodsBlock.payment-methods-module__gVN41W__addBackground{background-color:#f9fafb}.payment-methods-module__gVN41W__methodsBlock.payment-methods-module__gVN41W__hidden{display:none}.payment-methods-module__gVN41W__textBlock{opacity:1;box-sizing:border-box;width:100%;max-width:400px;margin:0 auto;padding:15px 20px 0 15px;display:block}.payment-methods-module__gVN41W__textBlock.payment-methods-module__gVN41W__withCountry{flex-wrap:wrap;justify-content:space-between;display:flex}.payment-methods-module__gVN41W__amountBlock{will-change:width;opacity:1;box-sizing:border-box;width:100%;max-width:400px;padding:15px 16px;transition:opacity .2s,width .2s;display:block}.payment-methods-module__gVN41W__amountBlock.payment-methods-module__gVN41W__hidden{opacity:0;width:0;display:none}.payment-methods-module__gVN41W__amountBlock.payment-methods-module__gVN41W__useMobile.payment-methods-module__gVN41W__hidden,.payment-methods-module__gVN41W__amountBlock.payment-methods-module__gVN41W__isMobile.payment-methods-module__gVN41W__hidden{display:none}.payment-methods-module__gVN41W__titleBlock{width:100%;display:block}.payment-methods-module__gVN41W__titleBlock2{width:100%;padding:5px 16px 0;display:block}.payment-methods-module__gVN41W__titleBlock.payment-methods-module__gVN41W__inGroup{padding:5px 16px}.payment-methods-module__gVN41W__title{width:100%;font-size:20px;font-weight:var(--font-bold);line-height:1.3;display:block}.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__useMobile,.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__isMobile{margin-top:0}.payment-methods-module__gVN41W__text{width:100%;font-size:16px;font-weight:var(--font-weight);justify-content:flex-start;align-items:center;margin:5px 0 1px;line-height:1.3;display:flex}.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__boldText{font-weight:700}.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__justCountry{justify-content:space-between;align-items:center;width:auto;margin:0;padding:5px;display:flex}.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__justCountry span{height:auto;padding:9px;line-height:1}.payment-methods-module__gVN41W__text.payment-methods-module__gVN41W__justCountry.payment-methods-module__gVN41W__newVersion span{height:auto;padding:6px;font-size:14px;line-height:1}.payment-methods-module__gVN41W__paymentText{color:var(--payment-method-text);margin:0;padding:18px 32px 6px;font-family:Arial;font-size:16px;font-weight:400;line-height:100%}.payment-methods-module__gVN41W__text span{font-size:13px;line-height:1.3;font-weight:var(--font-weight);background-color:var(--header-background-color);width:auto;max-width:58px;height:30px;color:var(--header-text);border-radius:4px;padding:5px 12px 5px 0;display:inline-block}.payment-methods-module__gVN41W__text span.payment-methods-module__gVN41W__imgBlock{background-color:unset}.payment-methods-module__gVN41W__text span img{object-fit:contain;object-position:center;min-width:28px;max-width:30px}.payment-methods-module__gVN41W__modalIframe{justify-content:center;align-items:flex-start;width:100%;max-width:700px;height:100%;margin:0 auto;display:flex;position:relative;overflow-y:auto}.payment-methods-module__gVN41W__paymentBlock.payment-methods-module__gVN41W__useMobile{margin:20px auto}.payment-methods-module__gVN41W__amountBlock.payment-methods-module__gVN41W__useMobile,.payment-methods-module__gVN41W__methodsBlock.payment-methods-module__gVN41W__useMobile{max-width:100%;padding:10px 26px}.payment-methods-module__gVN41W__depositButtonContainer{justify-content:center;width:100%;margin:5px auto 20px;display:flex}.payment-methods-module__gVN41W__depositButtonWrapper{justify-content:center;width:100%;max-width:368px;display:flex}.payment-methods-module__gVN41W__bonusText{width:100%;margin:10px 0 -10px;font-size:16px;font-weight:700}.payment-methods-module__gVN41W__bonusText.payment-methods-module__gVN41W__bonusTextNoMargin{margin:10px 0}@media screen and (max-width:768px){.payment-methods-module__gVN41W__paymentBlock{margin:20px auto}.payment-methods-module__gVN41W__amountBlock,.payment-methods-module__gVN41W__methodsBlock{max-width:100%;padding:10px}.payment-methods-module__gVN41W__textBlock{max-width:100%;padding:10px 26px 0}.payment-methods-module__gVN41W__depositButtonContainer{padding:0 10px}}.payment-methods-module__gVN41W__badges{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;margin:16px 0 10px;display:flex}.payment-methods-module__gVN41W__badges.payment-methods-module__gVN41W__badgesMethods{box-sizing:border-box;padding:0 16px}.payment-methods-module__gVN41W__badge{background-color:var(--section-background-color);color:var(--new-table-text2);box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.3;display:flex}.payment-methods-module__gVN41W__badge.payment-methods-module__gVN41W__topBadge{background-color:var(--header-background-color);color:var(--header-text);border-radius:4px;font-size:14px}.payment-methods-module__gVN41W__balance,.payment-methods-module__gVN41W__balance>div{flex-direction:row;align-items:center;gap:3px;display:flex}.payment-methods-module__gVN41W__headerAmount{flex-direction:row;justify-content:space-between;gap:2px;display:flex}@media screen and (max-width:400px){.payment-methods-module__gVN41W__headerAmount{flex-direction:column;justify-content:start;gap:2px;display:flex}}
.payment-methods2-module__vKkSza__closeBtn{z-index:1400;pointer-events:auto;isolation:isolate;background:#000000b3;border-radius:8px;display:block;position:fixed;top:10px;right:10px}.payment-methods2-module__vKkSza__closeBtnMobile{width:100%;min-height:40px;padding:env(safe-area-inset-top,0px)8px 0 8px;z-index:1400;background:0 0;border-radius:0;justify-content:flex-end;align-items:center;margin-bottom:8px;display:flex;position:relative;top:auto;right:auto}@media (max-width:768px){.payment-methods2-module__vKkSza__closeBtn{width:100%;min-height:40px;padding:env(safe-area-inset-top,0px)8px 0 8px;touch-action:manipulation;background:0 0;border-radius:0;justify-content:flex-end;align-items:center;margin-bottom:8px;display:flex;position:relative;top:auto;right:auto}}.payment-methods2-module__vKkSza__paymentBlock{background:var(--payment-method-background);width:100%;color:var(--payment-method-text);border-radius:var(--section-radius);flex-wrap:wrap;justify-content:center;align-items:stretch;gap:10px;margin:20px auto;padding:0 0 10px;display:flex}.payment-methods2-module__vKkSza__paymentBlock label{color:var(--payment-method-text)}.payment-methods2-module__vKkSza__methodsBlock{box-sizing:border-box;border-radius:16px;flex-wrap:wrap;place-content:flex-start space-between;width:100%;max-width:400px;margin:5px auto 0;padding:0;display:flex}.payment-methods2-module__vKkSza__methodsBlock.payment-methods2-module__vKkSza__addBackground{background-color:#f9fafb}.payment-methods2-module__vKkSza__methodsBlock.payment-methods2-module__vKkSza__hidden{display:none}.payment-methods2-module__vKkSza__textBlock{opacity:1;box-sizing:border-box;width:100%;max-width:400px;margin:0 auto;padding:15px 20px 0 15px;display:block}.payment-methods2-module__vKkSza__textBlock.payment-methods2-module__vKkSza__withCountry{flex-wrap:wrap;justify-content:space-between;display:flex}.payment-methods2-module__vKkSza__textBlock.payment-methods2-module__vKkSza__shouldBeWithButtons{justify-content:flex-start;gap:20px;display:flex}.payment-methods2-module__vKkSza__amountBlock{will-change:width;opacity:1;box-sizing:border-box;width:100%;max-width:400px;margin:0 auto;padding:15px 16px;transition:opacity .2s,width .2s;display:block}.payment-methods2-module__vKkSza__amountBlock.payment-methods2-module__vKkSza__hidden{opacity:0;width:0;display:none}.payment-methods2-module__vKkSza__amountBlock.payment-methods2-module__vKkSza__useMobile.payment-methods2-module__vKkSza__hidden,.payment-methods2-module__vKkSza__amountBlock.payment-methods2-module__vKkSza__isMobile.payment-methods2-module__vKkSza__hidden{display:none}.payment-methods2-module__vKkSza__titleBlock{width:100%;display:block}.payment-methods2-module__vKkSza__titleBlock2{width:100%;padding:5px 16px 0;display:block}.payment-methods2-module__vKkSza__titleBlock.payment-methods2-module__vKkSza__inGroup{padding:5px 16px}.payment-methods2-module__vKkSza__title{width:100%;font-size:20px;font-weight:var(--font-bold);line-height:1.3;display:block}.payment-methods2-module__vKkSza__text.payment-methods2-module__vKkSza__useMobile,.payment-methods2-module__vKkSza__text.payment-methods2-module__vKkSza__isMobile{margin-top:0}.payment-methods2-module__vKkSza__text{width:100%;font-size:16px;font-weight:var(--font-weight);justify-content:flex-start;align-items:center;margin:5px 0 1px;line-height:1.3;display:flex}.payment-methods2-module__vKkSza__text.payment-methods2-module__vKkSza__boldText{font-weight:700}.payment-methods2-module__vKkSza__text.payment-methods2-module__vKkSza__justCountry{justify-content:center;align-items:center;width:auto;margin:0;display:flex}.payment-methods2-module__vKkSza__text.payment-methods2-module__vKkSza__justCountry span{height:auto;padding:6px;line-height:1}.payment-methods2-module__vKkSza__paymentText{color:var(--payment-method-text);margin:0;padding:18px 32px 6px;font-family:Arial;font-size:16px;font-weight:400;line-height:100%}.payment-methods2-module__vKkSza__text span{font-size:14px;line-height:1.3;font-weight:var(--font-weight);background-color:var(--header-background-color);width:auto;max-width:58px;height:30px;color:var(--header-text);border-radius:4px;padding:5px 12px 5px 0;display:inline-block}.payment-methods2-module__vKkSza__text span.payment-methods2-module__vKkSza__imgBlock{background-color:unset}.payment-methods2-module__vKkSza__text span img{object-fit:contain;object-position:center;min-width:28px;max-width:30px}.payment-methods2-module__vKkSza__modalIframe{justify-content:center;align-items:flex-start;width:100%;max-width:700px;height:100%;margin:0 auto;display:flex;position:relative;overflow-y:auto}.payment-methods2-module__vKkSza__paymentBlock.payment-methods2-module__vKkSza__useMobile{margin:20px auto}.payment-methods2-module__vKkSza__amountBlock.payment-methods2-module__vKkSza__useMobile,.payment-methods2-module__vKkSza__methodsBlock.payment-methods2-module__vKkSza__useMobile{max-width:100%;padding:10px 26px}.payment-methods2-module__vKkSza__depositButtonContainer{justify-content:center;width:100%;margin:5px auto 20px;display:flex}.payment-methods2-module__vKkSza__depositButtonWrapper{justify-content:center;width:100%;max-width:368px;display:flex}.payment-methods2-module__vKkSza__bonusText{width:100%;margin:10px 0 -10px;font-size:16px;font-weight:700}.payment-methods2-module__vKkSza__bonusText.payment-methods2-module__vKkSza__bonusTextNoMargin{margin:10px 0}@media screen and (max-width:768px){.payment-methods2-module__vKkSza__paymentBlock{margin:20px auto}.payment-methods2-module__vKkSza__amountBlock,.payment-methods2-module__vKkSza__methodsBlock{max-width:100%;padding:10px}.payment-methods2-module__vKkSza__textBlock{max-width:100%;padding:10px 26px 0}.payment-methods2-module__vKkSza__depositButtonContainer{padding:0 10px}}.payment-methods2-module__vKkSza__badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:16px 0 10px;display:flex}.payment-methods2-module__vKkSza__badges.payment-methods2-module__vKkSza__badgesMethods{box-sizing:border-box;padding:0 16px}.payment-methods2-module__vKkSza__badge{background-color:var(--section-background-color);color:var(--new-table-text2);box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.3;display:flex}.payment-methods2-module__vKkSza__badge.payment-methods2-module__vKkSza__topBadge{background-color:var(--header-background-color);color:var(--header-text);border-radius:4px;font-size:14px}.payment-methods2-module__vKkSza__balance,.payment-methods2-module__vKkSza__balance>div{flex-direction:row;align-items:center;gap:3px;display:flex}
.automatic-withdrawal-info-module__iajL4W__infoContainer{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;align-items:flex-start;gap:12px;margin:16px 0;padding:16px;animation:.3s ease-out automatic-withdrawal-info-module__iajL4W__slideIn;display:flex}.automatic-withdrawal-info-module__iajL4W__warningState{background:#fbbf2426;border-color:#fbbf2473}.automatic-withdrawal-info-module__iajL4W__warningState .automatic-withdrawal-info-module__iajL4W__icon{color:#ca8a04;background:#fbbf2440}.automatic-withdrawal-info-module__iajL4W__loadingState{background:#3b82f61f;border-color:#3b82f666}.automatic-withdrawal-info-module__iajL4W__loadingState .automatic-withdrawal-info-module__iajL4W__icon{color:#2563eb;background:#3b82f640}@keyframes automatic-withdrawal-info-module__iajL4W__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.automatic-withdrawal-info-module__iajL4W__icon{color:#22c55e;background:#22c55e33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.automatic-withdrawal-info-module__iajL4W__icon svg{width:20px;height:20px}.automatic-withdrawal-info-module__iajL4W__content{flex-direction:column;flex:1;gap:4px;display:flex}.automatic-withdrawal-info-module__iajL4W__title{color:var(--brand-text-color);margin-bottom:4px;font-size:16px;font-weight:600}.automatic-withdrawal-info-module__iajL4W__message{color:var(--brand-text-color,#333);font-size:14px;line-height:1.5}.automatic-withdrawal-info-module__iajL4W__usage{color:var(--brand-text-color,#666);opacity:.8;margin-top:4px;font-size:12px}.automatic-withdrawal-info-module__iajL4W__paymentMethods{color:var(--brand-text-color,#333);border-top:1px solid #22c55e33;margin-top:8px;padding-top:8px;font-size:13px;line-height:1.5}.automatic-withdrawal-info-module__iajL4W__paymentMethodsList{color:var(--brand-text-color,#333);font-weight:500;display:inline}@media (prefers-color-scheme:dark){.automatic-withdrawal-info-module__iajL4W__infoContainer{background:#22c55e26;border-color:#22c55e66}.automatic-withdrawal-info-module__iajL4W__message{color:var(--brand-text-color,#e5e5e5)}.automatic-withdrawal-info-module__iajL4W__usage{color:var(--brand-text-color,#999)}.automatic-withdrawal-info-module__iajL4W__paymentMethods{color:var(--brand-text-color,#e5e5e5);border-top-color:#22c55e4d}.automatic-withdrawal-info-module__iajL4W__paymentMethodsList{color:var(--brand-text-color,#e5e5e5)}}@media (max-width:768px){.automatic-withdrawal-info-module__iajL4W__infoContainer{gap:10px;padding:12px}.automatic-withdrawal-info-module__iajL4W__icon{width:28px;height:28px}.automatic-withdrawal-info-module__iajL4W__icon svg{width:18px;height:18px}.automatic-withdrawal-info-module__iajL4W__title{font-size:15px}.automatic-withdrawal-info-module__iajL4W__message{font-size:13px}.automatic-withdrawal-info-module__iajL4W__usage{font-size:11px}.automatic-withdrawal-info-module__iajL4W__paymentMethods{font-size:12px}}
.landing-wrapper-module__q2aMoq__container{flex-direction:column;width:100%;max-width:none;display:flex}.landing-wrapper-module__q2aMoq__backdrop{border-radius:var(--border-radius-base);background:var(--article-background);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px 40px}.landing-wrapper-module__q2aMoq__container article a{color:var(--link-button);font-size:var(--base-font-size);text-decoration:none;display:block}.landing-wrapper-module__q2aMoq__container article h1,.landing-wrapper-module__q2aMoq__container article h2,.landing-wrapper-module__q2aMoq__container article h3,.landing-wrapper-module__q2aMoq__container article h4,.landing-wrapper-module__q2aMoq__container article h5,.landing-wrapper-module__q2aMoq__container article h6{letter-spacing:.2px;margin-top:24px;margin-bottom:16px;font-weight:700;line-height:34px}.landing-wrapper-module__q2aMoq__container article h1{font-size:28px;font-weight:var(--font-bold)}.landing-wrapper-module__q2aMoq__container article h2{font-size:24px}.landing-wrapper-module__q2aMoq__container article h3{font-size:20px}.landing-wrapper-module__q2aMoq__container article h4{font-size:var(--title-font-size)}.landing-wrapper-module__q2aMoq__container article p{font-size:var(--base-font-size);letter-spacing:.16px;margin-bottom:24px}.landing-wrapper-module__q2aMoq__container article p a{padding:0 4px;display:inline}.landing-wrapper-module__q2aMoq__container article li{font-size:var(--base-font-size);margin:8px 0;line-height:26px}.landing-wrapper-module__q2aMoq__container article li:last-child{margin-bottom:0}.landing-wrapper-module__q2aMoq__container article ul,.landing-wrapper-module__q2aMoq__container article ol{padding-left:15px}.landing-wrapper-module__q2aMoq__container article ul{list-style-type:disc}.landing-wrapper-module__q2aMoq__container article ol{counter-reset:item;list-style:none}.landing-wrapper-module__q2aMoq__container article ol.landing-wrapper-module__q2aMoq__accented>li{color:var(--link-button)}.landing-wrapper-module__q2aMoq__container article ol>li{counter-increment:item;display:block}.landing-wrapper-module__q2aMoq__container article ol>li:before{content:counters(item,".")". "}.landing-wrapper-module__q2aMoq__container article ol>li>ol{counter-reset:subitem;list-style-type:lower-alpha}.landing-wrapper-module__q2aMoq__container article ol>li>ol>li{counter-increment:subitem;display:block}.landing-wrapper-module__q2aMoq__container article ol>li>ol>li:before{content:counter(subitem,lower-alpha)". "}.landing-wrapper-module__q2aMoq__container article table{table-layout:fixed;width:100%;margin:24px 0}.landing-wrapper-module__q2aMoq__container article table th,.landing-wrapper-module__q2aMoq__container article table td{width:auto}.landing-wrapper-module__q2aMoq__container article table thead tr{text-transform:uppercase;background:#ffffff4d}.landing-wrapper-module__q2aMoq__container article table thead tr th{padding:16px 8px}.landing-wrapper-module__q2aMoq__container article table tbody td{border-bottom:1px solid #fff3;padding:16px 8px}.landing-wrapper-module__q2aMoq__container article table tbody tr:nth-child(2n){background:#ffffff1a}@media screen and (max-width:600px){.landing-wrapper-module__q2aMoq__container article table thead{display:none}.landing-wrapper-module__q2aMoq__container article table tr{margin-bottom:10px;display:block}.landing-wrapper-module__q2aMoq__container article table tbody td{border:none;padding:70px 8px 30px;display:block;position:relative}.landing-wrapper-module__q2aMoq__container article table td:before{content:attr(data-label);white-space:nowrap;text-align:left;background:#ffffff4d;padding:16px 8px;font-weight:700;position:absolute;top:0;left:0;right:0}.landing-wrapper-module__q2aMoq__container article table tbody tr:nth-child(2n){background:0 0}}@media screen and (max-width:768px){.landing-wrapper-module__q2aMoq__backdrop{padding:20px}}
.nx-divider-module__7U8Gma__container{box-shadow:var(--bottom-box-shadow);width:100%;height:1px;margin:0}
.list-module__2gWNzW__list{flex-wrap:wrap;justify-content:flex-start;align-items:center;list-style:none;display:flex}.list-module__2gWNzW__list.list-module__2gWNzW__isBonusBlock li{width:100%}.list-module__2gWNzW__list li{word-break:break-word;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:33%;font-size:15px;display:flex}.list-module__2gWNzW__label{width:auto;margin-right:10px}@media screen and (max-width:768px){.list-module__2gWNzW__list li{width:50%}}@media screen and (max-width:500px){.list-module__2gWNzW__list li{width:100%}}
.bonus-card-module__RHT_1a__container{flex-direction:row;gap:16px;display:flex}.bonus-card-module__RHT_1a__image{flex-grow:0}.bonus-card-module__RHT_1a__image img{border-radius:var(--border-radius-base)}.bonus-card-module__RHT_1a__content{flex-direction:column;flex:1;display:flex}.bonus-card-module__RHT_1a__header{font-family:var(--secondary-font);flex-direction:row;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.bonus-card-module__RHT_1a__type{font-weight:var(--base-font-weight)}.bonus-card-module__RHT_1a__time{font-weight:var(--font-semi-bold);text-align:right;flex-grow:1}.bonus-card-module__RHT_1a__time span{color:var(--primary-color)}.bonus-card-module__RHT_1a__title{font-family:var(--secondary-font);font-size:var(--title-font-size);margin-bottom:16px;font-weight:700}.bonus-card-module__RHT_1a__description{flex-grow:1;min-height:78px}.bonus-card-module__RHT_1a__main{flex-grow:1;margin-top:8px;margin-bottom:16px}.bonus-card-module__RHT_1a__footer{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;margin-top:10px;display:flex}.bonus-card-module__RHT_1a__footer a,.bonus-card-module__RHT_1a__footer button{width:auto}.bonus-card-module__RHT_1a__viewPromoButton{min-width:130px}.bonus-card-module__RHT_1a__showMoreButton{cursor:pointer;flex-direction:row;align-items:center;gap:4px;font-size:14px;line-height:14px;text-decoration:underline;display:flex}.bonus-card-module__RHT_1a__showMoreButton:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M.898 2.133A1 1 0 0 1 1.662.488h6.676a1 1 0 0 1 .764 1.645l-3.337 3.96a1 1 0 0 1-1.53 0L.898 2.133Z' fill='%23fff'/%3E%3C/svg%3E");background-position:bottom;background-repeat:no-repeat;background-size:contain;width:9px;height:8px;transition:transform .3s ease-in-out;display:block}.bonus-card-module__RHT_1a__showMoreButton.bonus-card-module__RHT_1a__active:after{animation:.3s forwards bonus-card-module__RHT_1a__rotateArrow}.bonus-card-module__RHT_1a__showMoreButton:not(.bonus-card-module__RHT_1a__active):after{animation:.3s forwards bonus-card-module__RHT_1a__rotateArrowBack}.bonus-card-module__RHT_1a__collapseTrigger{text-align:right;flex-grow:1;flex-shrink:0;justify-content:flex-end;align-items:center;font-size:14px;text-decoration:underline;display:flex}.bonus-card-module__RHT_1a__progressBlock{flex-direction:column;gap:8px;margin-top:16px;display:flex}.bonus-card-module__RHT_1a__collapsibleEnter{max-height:0;transition:max-height .6s ease-out;overflow:hidden}.bonus-card-module__RHT_1a__collapsibleEnterActive{max-height:320px}.bonus-card-module__RHT_1a__collapsibleExit{max-height:320px;transition:max-height .2s ease-in}.bonus-card-module__RHT_1a__collapsibleExitActive{max-height:0;overflow:hidden}@media screen and (max-width:768px){.bonus-card-module__RHT_1a__main{margin:16px 0}.bonus-card-module__RHT_1a__details{flex-direction:column}}@media screen and (max-width:345px){.bonus-card-module__RHT_1a__viewPromoButton{width:50%;min-width:auto}}@keyframes bonus-card-module__RHT_1a__rotateArrow{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes bonus-card-module__RHT_1a__rotateArrowBack{0%{transform:rotate(180deg)}to{transform:rotate(0)}}
.game-collection-carousel-module__ZhD4NG__carouselContainer{background:0 0;padding:0}.game-collection-carousel-module__ZhD4NG__carouselTitle{text-transform:none;font-size:20px}.game-collection-carousel-module__ZhD4NG__luckyTryButton{align-items:center;gap:6px;display:inline-flex}.game-collection-carousel-module__ZhD4NG__luckyTryIcon{align-items:center;margin-right:2px;display:inline-flex}
.bet-limits-module__ajzd4W__container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;gap:20px;margin-top:15px;display:grid}.bet-limits-module__ajzd4W__item{cursor:pointer;border-radius:var(--border-radius-button);font-size:var(--base-font-size);font-weight:var(--font-bold);letter-spacing:.005em;background:var(--calendar-day-counter-bg);width:auto;color:var(--calendar-day-counter-text);border:none;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;padding:10px 20px;line-height:16px;transition:background .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;display:flex;position:relative}.bet-limits-module__ajzd4W__item.bet-limits-module__ajzd4W__active,.bet-limits-module__ajzd4W__item:hover{background:var(--primary-button);color:var(--primary-button-text)}.bet-limits-module__ajzd4W__group{flex-direction:column;align-items:start;gap:12px;width:100%;margin-bottom:16px;display:flex}.bet-limits-module__ajzd4W__categoryHeader{text-align:start;width:100%;font-weight:700}

.page-style-module__lTRRaa__blockContainer{background-color:var(--layout-modal-background);border-radius:var(--border-radius-base);width:fit-content;color:var(--text-color);margin:125px auto}.page-style-module__lTRRaa__btn{margin-top:10px}
.errors_v2-module__pHtOfq__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.errors_v2-module__pHtOfq__digits{gap:4px;margin-bottom:20px;display:flex}.errors_v2-module__pHtOfq__digit{perspective:1000px;margin:0 10px}.errors_v2-module__pHtOfq__card{width:120px;height:180px;transform-style:preserve-3d;animation:1s ease-in-out forwards errors_v2-module__pHtOfq__flip;animation-delay:var(--delay);position:relative;box-shadow:0 4px 8px #0003}.errors_v2-module__pHtOfq__front,.errors_v2-module__pHtOfq__back{backface-visibility:hidden;border-radius:10px;width:100%;height:100%;position:absolute}.errors_v2-module__pHtOfq__front{background:linear-gradient(45deg,#1565c0,#1976d2)}.errors_v2-module__pHtOfq__back{background-color:#fff;flex-direction:column;justify-content:space-between;padding:10px;display:flex;transform:rotateY(180deg)}.errors_v2-module__pHtOfq__red{color:#d32f2f}.errors_v2-module__pHtOfq__black{color:#000}.errors_v2-module__pHtOfq__topLeft,.errors_v2-module__pHtOfq__bottomRight{font-size:28px}.errors_v2-module__pHtOfq__center{flex-grow:1;justify-content:center;align-items:center;font-size:56px;display:flex}.errors_v2-module__pHtOfq__suit{margin-left:5px}@keyframes errors_v2-module__pHtOfq__flip{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}.errors_v2-module__pHtOfq__heading{margin-bottom:10px;font-size:24px}.errors_v2-module__pHtOfq__text{margin-bottom:20px;font-size:18px}.errors_v2-module__pHtOfq__button{color:#fff;background-color:#d32f2f;border-radius:50px;padding:10px 20px;font-size:18px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #0000004d}.errors_v2-module__pHtOfq__button:hover{transform:translateY(-2px);box-shadow:0 6px 8px #0006}@media (max-width:600px){.errors_v2-module__pHtOfq__digits{flex-direction:column}.errors_v2-module__pHtOfq__digit{margin:10px 0}.errors_v2-module__pHtOfq__card{width:80px;height:120px}.errors_v2-module__pHtOfq__topLeft,.errors_v2-module__pHtOfq__bottomRight{font-size:20px}.errors_v2-module__pHtOfq__center{font-size:40px}}
.radio-inputs-group-module__8Iy1Bq__container{cursor:pointer;flex-direction:row;justify-content:flex-end;align-items:center;gap:20px;width:100%;display:flex}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column{flex-direction:column;justify-content:flex-start;align-items:flex-start}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column .radio-inputs-group-module__8Iy1Bq__wrapper{border-radius:var(--brand-border-radius-size);background:var(--checkbox-block-background);flex-direction:row;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column .radio-inputs-group-module__8Iy1Bq__wrapper .radio-inputs-group-module__8Iy1Bq__checked{color:#fff}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column .radio-inputs-group-module__8Iy1Bq__input{width:14px;height:14px;box-shadow:var(--checkbox-box-shadow);background-color:var(--brand-primary-color);border-radius:50%;flex-grow:0;flex-shrink:0;transition:background .15s ease-in-out,box-shadow .15s ease-in-out;position:relative}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column .radio-inputs-group-module__8Iy1Bq__input:checked{background:var(--radio-button-checked-color);box-shadow:var(--checkbox-checked-box-shadow)}.radio-inputs-group-module__8Iy1Bq__container.radio-inputs-group-module__8Iy1Bq__column .radio-inputs-group-module__8Iy1Bq__input:after{content:"";opacity:0;background:#fff;border-radius:50%;width:8px;height:8px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-inputs-group-module__8Iy1Bq__wrapper{color:var(--input-label-color);flex-direction:row;flex-shrink:0;align-items:center;gap:12px;padding:12px 0;font-size:18px;display:flex}.radio-inputs-group-module__8Iy1Bq__input{width:24px;height:24px;box-shadow:var(--base-box-shadow);border-radius:4px;flex-grow:0;flex-shrink:0;transition:background .15s ease-in-out,box-shadow .15s ease-in-out;position:relative}.radio-inputs-group-module__8Iy1Bq__input:checked{background:var(--radio-button-checked-color);box-shadow:var(--radio-button-checked-box-shadow)}.radio-inputs-group-module__8Iy1Bq__input:after{content:"";opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:12px;transition:opacity .2s;position:absolute;top:10px;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.radio-inputs-group-module__8Iy1Bq__input[type=radio]:checked:after{opacity:1}@media screen and (max-width:1360px){.radio-inputs-group-module__8Iy1Bq__container{flex-wrap:wrap;justify-content:space-between}}@media screen and (max-width:1024px){.radio-inputs-group-module__8Iy1Bq__container{flex-wrap:wrap;justify-content:space-between}}
.proceed-block-module__EVSLTq__container{flex-direction:row;gap:10px;display:flex}
.freeze-module__pe5kua__imgContainer{flex-direction:column;align-items:center;gap:20px;display:flex}.freeze-module__pe5kua__imgContainer img{width:64px;height:64px}.freeze-module__pe5kua__imgContainer p{text-align:center}
.utils-module__X2ditq__sectionButton{width:100%;max-width:200px;margin:0 auto}.utils-module__X2ditq__baseContainer{max-width:var(--wrapper-max-width-base);box-sizing:border-box;flex:1;width:100%;margin:0 auto}.utils-module__X2ditq__pageTitle{font-family:var(--secondary-font);color:var(--text-color);font-size:var(--title-font-size);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.02em;margin-bottom:20px}.utils-module__X2ditq__list{flex-direction:column;gap:24px;display:flex}.utils-module__X2ditq__row{flex-direction:row;gap:20px;width:100%;display:flex}.utils-module__X2ditq__column{flex-direction:column;gap:20px;width:100%;display:flex}@media screen and (max-width:768px){.utils-module__X2ditq__row{flex-direction:column}}
.phone-module__JzKZ-q__country{width:100%;max-width:max-content}
