@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
.app-dialog{position:fixed;left:0;top:0;height:100%;width:100%;pointer-events:none;outline:none;transition:opacity .2s ease;z-index:6;transform-origin:top left 0;display:flex;align-items:center;justify-content:center}.app-dialog .app-dialog-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .2s ease}.app-dialog .app-dialog-content.auto-height{height:auto}.app-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background-color:#111c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);-moz-backdrop-filter:blur(12px);pointer-events:auto;touch-action:none;transition:.2s cubic-bezier(.25,.8,.5,1)}.app-overlay--clear{backdrop-filter:none;-webkit-backdrop-filter:none;-moz-backdrop-filter:none}.btn{color:inherit;font:inherit;background:transparent;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;position:relative;vertical-align:middle;pointer-events:all;-webkit-user-select:none;user-select:none;text-decoration:none;outline:0;cursor:pointer;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;transition:.35s cubic-bezier(.25,.8,.5,1)}.btn-content{pointer-events:none;display:block;text-align:center;min-width:0;max-width:100%;white-space:nowrap;overflow-x:clip;overflow-y:visible;text-overflow:ellipsis}.btn--default{padding:16px;background:var(--white-60);border-radius:8px}.btn--round{border-radius:4px}.btn--icon{width:56px;height:56px;padding:8px;background:var(--black-30);border-radius:8px}.btn--icon:disabled .btn-content{opacity:.3}.btn.menu-option .btn-content,.btn.btn--icon .btn-content{font-size:1rem;line-height:0}.btn--transparent{background:transparent}.btn:disabled:not(.btn--icon){color:var(--almost-white-30);cursor:default}.btn:disabled:not(.btn--icon) svg{fill:var(--almost-white-30)}.btn.hidden{opacity:0!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;touch-action:none!important}.btn.active{background:var(--primary-gradient)!important;color:var(--black)}.btn.inactive{color:var(--white-60)}[data-channel=desktop] .btn--icon{width:100px;height:100px}[data-channel=desktop] .btn.menu-option:hover:not(.selected):not(:disabled){background:var(--background-400)}.custom-input-wrapper{display:flex;align-items:center;position:relative}.custom-input{all:unset;padding:11px 16px;border-radius:4px;background:var(--background-400);font-size:16px;font-weight:600;color:var(--white);width:100%;flex:1;text-align:center;border:1px solid transparent;caret-color:var(--primary-color)}.custom-input::placeholder{color:var(--white)}.custom-input:focus{border:1px solid var(--primary-color)}.custom-input:focus::placeholder{opacity:0}.custom-input.active:not(:focus){background:var(--primary-gradient);color:var(--black)}.featureSpinsActive .custom-input{caret-color:var(--feature-color)}.featureSpinsActive .custom-input::placeholder{color:var(--white)}.featureSpinsActive .custom-input:focus{border:1px solid var(--feature-color)}.featureSpinsActive .custom-input.active:not(:focus){background:var(--feature-gradient)}input.switch{cursor:pointer;position:relative;width:54px;height:30px;border-radius:30px;outline:none;background-color:var(--background-400);-webkit-appearance:none;transition:background .3s;pointer-events:all;border:1px solid var(--outline)}input.switch:after{content:"";position:absolute;top:50%;left:4px;transform:translateY(-50%);border-radius:50%;height:22px;width:22px;background-color:var(--background);transition:left .3s}input.switch:checked{background-color:var(--primary-color)}input.switch:checked:after{left:28px}[data-channel=desktop] input.switch{width:63px;height:34px}[data-channel=desktop] input.switch:after{height:26px;width:26px}[data-channel=desktop] input.switch:checked:after{left:33px}.featureSpinsActive input.switch:checked{background:var(--feature-color)}.spin-speed-buttons{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;padding:4px;background-color:var(--background);border-radius:8px;border:1px solid var(--outline);overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.spin-speed-buttons .button-group{position:relative;width:100%;gap:4px;display:grid;grid-template-columns:repeat(3,1fr)}.spin-speed-buttons .button-group .selection-indicator{position:absolute;top:0;bottom:0;width:33.33%;background:var(--primary-gradient);border-radius:2px;transition:left .2s ease-in-out}.spin-speed-buttons .button-group .btn{width:100%;flex:1;padding:10px;transition:none;min-width:0;overflow:hidden}.spin-speed-buttons .button-group .selected{color:#000;font-weight:600;transition:.25s}[data-channel=mobile][data-orientation=landscape] .spin-speed-buttons .button-group,[data-channel=desktop] .spin-speed-buttons .button-group{display:flex;flex-direction:column}[data-channel=mobile][data-orientation=landscape] .spin-speed-buttons .button-group .selection-indicator,[data-channel=desktop] .spin-speed-buttons .button-group .selection-indicator{display:none}[data-channel=mobile][data-orientation=landscape] .spin-speed-buttons .button-group .btn,[data-channel=desktop] .spin-speed-buttons .button-group .btn{height:auto;border-radius:2px;min-width:160px}[data-channel=mobile][data-orientation=landscape] .spin-speed-buttons .button-group .selected,[data-channel=desktop] .spin-speed-buttons .button-group .selected{background:var(--primary-gradient)}[data-channel=mobile][data-orientation=landscape] .featureSpinsActive .spin-speed-buttons .button-group .selected,[data-channel=desktop] .featureSpinsActive .spin-speed-buttons .button-group .selected,.featureSpinsActive .spin-speed-buttons .button-group .selection-indicator{background:var(--feature-gradient)}#Autoplay{pointer-events:all;touch-action:pan-y pan-x;width:100%;display:flex;flex-direction:column;align-items:center}#Autoplay .spin-speed-buttons .button-group{flex-direction:row}#Autoplay .spin-speed-buttons .button-group .selection-indicator{display:block}#Autoplay .spin-speed-buttons .button-group .selected{background:none}#Autoplay .autoplay-wrapper{width:100%;height:100%}#Autoplay .autoplay-container{overflow:hidden;width:100%;height:100%;background:var(--background-gradient);display:flex;flex-direction:column;border-radius:8px;border:1px solid var(--white-20)}#Autoplay .stop-limits-content{padding-top:16px;display:flex;flex-direction:column;transition:height .3s ease-in-out,opacity .3s ease-in-out}#Autoplay .stop-limits-content #LossLimitLabel,#Autoplay .stop-limits-content #SingleWinLimitLabel{margin-bottom:12px}#Autoplay .stop-limits-content .single-win-limits-wrapper,#Autoplay .stop-limits-content .loss-limits-wrapper{margin-bottom:16px}#Autoplay .stop-limits-content .single-win-limits-container,#Autoplay .stop-limits-content .loss-limits-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:4px}#Autoplay .stop-limits-content .custom-input-wrapper,#Autoplay .stop-limits-content .no-limit{grid-column:span 2}#Autoplay .stop-limits-content .btn{width:100%;padding:16px;transition:none;font-size:16px;font-weight:600;text-align:center;background:var(--background-400)}#Autoplay .stop-limits-content .btn-content{white-space:normal;overflow:visible;text-overflow:clip}#Autoplay .stop-limits-content .autoplay-bonus-container{display:flex;align-items:center;gap:8px}#Autoplay .header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;width:100%}#Autoplay .header svg{width:24px;height:24px}#Autoplay .scroll-box{width:100%;overflow-y:auto;flex:1}#Autoplay .num-rounds{border-radius:12px;padding:0 20px;margin-bottom:16px;width:100%}#Autoplay .num-rounds #NumberOfRoundsTitle{margin-bottom:8px}#Autoplay .num-rounds .num-rounds-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:4px}#Autoplay .num-rounds .num-rounds-container .btn{width:100%;padding:16px;transition:none;font-size:16px;font-weight:600;text-align:center;background:var(--background-400)}#Autoplay .num-rounds .num-rounds-container .btn-content{white-space:normal;overflow:visible;text-overflow:clip}#Autoplay .autoplay-spin-speed{padding:0 20px;margin-bottom:16px}#Autoplay .autoplay-spin-speed #NumberOfRoundsTitle,#Autoplay .autoplay-spin-speed #SpinSpeedTitle{margin-bottom:8px}#Autoplay .start-autospin-wrapper{padding:20px;width:100%}#Autoplay .start-autospin-wrapper .btn{width:100%;background:var(--primary-gradient);border-radius:4px;font-size:16px;font-weight:700;color:var(--black);padding:20px}#Autoplay .start-autospin-wrapper .btn:disabled{opacity:.2}#Autoplay.featureSpinsActive .btn.active{background:var(--feature-gradient)!important}#Autoplay.featureSpinsActive .start-autospin-wrapper .btn{background:var(--feature-gradient)}#Autoplay .stop-limits-container{padding:20px;width:100%;background-color:var(--black-30);margin-top:auto}#Autoplay .stop-limits-container .title-container{display:flex;justify-content:space-between;align-items:center;cursor:pointer}#Autoplay .stop-limits-container .title-container .advanced-options-title{display:flex;align-items:center}#Autoplay .stop-limits-container .title-container .advanced-options-title svg{transition:.35s cubic-bezier(.25,.8,.5,1)}#Autoplay .stop-limits-container .title-container .limits-set-container{padding:2px 8px;background:var(--primary-gradient);color:#000;border-radius:12px;margin-left:auto}#Autoplay .autoplay-desktop-wrapper{display:flex;overflow:hidden}#Autoplay .autoplay-container{flex-shrink:0}#Autoplay .advanced-options-mobile-enter-active,#Autoplay .advanced-options-mobile-leave-active{transition:all .3s ease-in-out;max-height:500px;overflow:hidden}#Autoplay .advanced-options-mobile-enter-from,#Autoplay .advanced-options-mobile-leave-to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}#Autoplay .advanced-options-mobile-enter-to,#Autoplay .advanced-options-mobile-leave-from{opacity:1;max-height:500px}#Autoplay .advanced-options-desktop-enter-active,#Autoplay .advanced-options-desktop-leave-active{transition:transform .3s ease-in-out,opacity .3s ease-in-out}#Autoplay .advanced-options-desktop-enter-from,#Autoplay .advanced-options-desktop-leave-to{transform:translate(100%)}#Autoplay .advanced-options-desktop-enter-to,#Autoplay .advanced-options-desktop-leave-from{transform:translate(0)}[data-channel=desktop] #Autoplay{position:relative;flex-direction:row;align-items:stretch;border-radius:20px;overflow:hidden}[data-channel=desktop] #Autoplay .autoplay-container{width:590px;height:auto;max-width:100%;z-index:1;border-radius:20px;border:2px solid var(--white-20)}[data-channel=desktop] #Autoplay .autoplay-container.advanced-open{border-radius:0 20px 20px 0}[data-channel=desktop] #Autoplay .stop-limits-content{padding:40px;width:330px;background:var(--darker-background-gradient);height:100%;border:2px solid var(--white-20);border-right:none;border-radius:20px 0 0 20px}[data-channel=desktop] #Autoplay .stop-limits-content .single-win-limits-container,[data-channel=desktop] #Autoplay .stop-limits-content .loss-limits-container{grid-template-columns:1fr 1fr;margin-bottom:40px}[data-channel=desktop] #Autoplay .stop-limits-content .btn{padding:20px;font-size:32px}[data-channel=desktop] #Autoplay .stop-limits-content .custom-input{font-size:32px}[data-channel=desktop] #Autoplay .stop-limits-content .autoplay-bonus-container{flex-direction:column-reverse;align-items:flex-start}[data-channel=desktop] #Autoplay .header{padding:40px}[data-channel=desktop] #Autoplay .header svg{width:40px;height:40px}[data-channel=desktop] #Autoplay .scroll-box{display:flex;flex-direction:column;overflow-y:auto}[data-channel=desktop] #Autoplay .num-rounds{padding:0 40px;margin-bottom:40px}[data-channel=desktop] #Autoplay .num-rounds .num-rounds-container{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}[data-channel=desktop] #Autoplay .num-rounds .num-rounds-container .btn{padding:20px;font-size:32px}[data-channel=desktop] #Autoplay .autoplay-spin-speed{padding:0 40px;margin-bottom:40px}[data-channel=desktop] #Autoplay .autoplay-spin-speed .button-group .btn{font-size:24px;padding:12px}[data-channel=desktop] #Autoplay .stop-limits-container{padding:24px 40px}[data-channel=desktop] #Autoplay .start-autospin-wrapper{padding:40px}[data-channel=desktop] #Autoplay .start-autospin-wrapper .btn{font-size:24px;padding:28px}#AutoplayDialog .autoplay-card-wrapper{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:24px 16px;height:100%;width:100%}#AutoplayDialog .autoplay-card-wrapper #Autoplay{overflow-y:hidden}[data-channel=mobile][data-orientation=landscape] #AutoplayDialog .autoplay-card-wrapper{padding:8px 8px 8px 160px}#BuyFeatureModal{padding:24px 0}#BuyFeatureModal .app-dialog-content{display:flex;flex-direction:column;height:100%;width:100%;padding-top:16px;position:relative}#BuyFeatureModal .buy-feature-close{z-index:9;padding:0}#BuyFeatureModal .buy-feature-close .btn-content{line-height:0}#BuyFeatureModal .buy-feature-close svg{width:24px;height:24px}#BuyFeatureModal .buy-feature-header{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;margin-bottom:8px}#BuyFeatureModal .buy-feature-card-wrapper{margin:auto;overflow:hidden;justify-content:center;height:100%;width:100%;display:flex;flex-direction:column}#BuyFeatureModal .buy-feature-card-wrapper .buy-feature-header{padding:0 16px;width:100%;display:flex;position:relative;justify-content:space-between;align-items:center;margin-bottom:6px;height:auto}#BuyFeatureModal .buy-feature-card-wrapper .buy-feature-header svg{width:24px;height:24px}#BuyFeatureModal .buy-feature-card-wrapper .buy-feature-content{padding:0 16px 6px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;pointer-events:all;position:relative;align-items:center}#BuyFeatureModal .buy-feature-card-wrapper .buy-feature-content.bonus-requested{justify-content:center}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal{padding-bottom:0}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal .app-dialog-content{padding-top:0;flex-direction:column;align-items:flex-end}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal .buy-feature-close{margin-right:20px}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal .buy-feature-card-wrapper{flex-direction:row-reverse;justify-content:space-between;gap:20px;padding-top:16px}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal .buy-feature-card-wrapper .buy-feature-content{padding:0 12px 60px;margin-right:8px;flex:1}[data-channel=mobile][data-orientation=landscape] #BuyFeatureModal .buy-feature-selector-wrapper{align-self:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;flex:1}[data-channel=desktop] #BuyFeatureModal{padding:30px 0}[data-channel=desktop] #BuyFeatureModal .app-dialog-content{padding-top:40px}[data-channel=desktop] #BuyFeatureModal .buy-feature-close{position:absolute;top:0;right:20px;padding:30px;border-radius:20px;background:var(--background)}[data-channel=desktop] #BuyFeatureModal .buy-feature-close svg{width:40px;height:40px}[data-channel=desktop] #BuyFeatureModal .buy-feature-header{text-align:center;justify-content:center}[data-channel=desktop] #BuyFeatureModal .buy-feature-card-wrapper{height:auto;gap:40px}[data-channel=desktop] #BuyFeatureModal .buy-feature-card-wrapper .buy-feature-content{flex-direction:row;align-items:stretch;justify-content:center;padding:0 20px}.buy-feature-box{background:var(--background-gradient);padding:20px;border-radius:8px;width:100%;border:1px solid var(--white-20)}.buy-feature-box .buy-feature-box-container{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px}.buy-feature-box #FeatureBuyDialogBoxTitle{text-align:center;width:auto;margin-bottom:8px}.buy-feature-box .buy-feature-box-content{display:flex;flex-direction:column;align-items:stretch;flex:1;text-align:center;gap:16px}.buy-feature-box .buy-feature-content-header{display:flex;flex-direction:column}.buy-feature-box .bonus-info{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.buy-feature-box .bonus-info #BonusInfoSubTitle{color:var(--primary-color)}.buy-feature-box .bonus-info #BonusInfoSubTitle.is-feature{color:var(--feature-color)}.buy-feature-box .bonus-image-wrapper img{max-width:60px;max-height:60px}.buy-feature-box .buy-feature-box-description{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.buy-feature-box .buy-feature-bonus-cta{display:flex;flex-direction:column;gap:16px;align-items:center}.buy-feature-box .buy-feature-bonus-cta .buy-feature-cta-button-wrapper{display:flex;width:100%;gap:10px}.buy-feature-box .buy-feature-bonus-cta .buy-feature-cta-button-wrapper .btn{text-transform:uppercase}.buy-feature-box .btn{flex:1;padding:16px;border-radius:4px;color:var(--black);font-weight:700;font-size:16px}.buy-feature-box .btn.buy-feature-button{background:var(--buy-feature-gradient)}.buy-feature-box .btn.activate-feature-button{background:var(--activate-feature-gradient)}.buy-feature-box .btn.btn-back{padding:14px;background:transparent;color:var(--almost-white);border:2px solid var(--white-20)}.buy-feature-box .btn:disabled{opacity:.2;color:var(--black)}[data-channel=mobile][data-orientation=landscape] .buy-feature-box{max-width:360px}[data-channel=desktop] .buy-feature-box{max-width:450px;padding:40px 28px}[data-channel=desktop] .buy-feature-box .btn{padding:24px;font-size:24px}[data-channel=desktop] .buy-feature-box .buy-feature-bonus-cta{gap:20px}[data-channel=desktop] .buy-feature-box .buy-feature-box-container{gap:40px}[data-channel=desktop] .buy-feature-box .bonus-image-wrapper img{max-width:100px;max-height:100px}[data-channel=desktop] .buy-feature-box .bonus-info{margin-bottom:40px}[data-channel=desktop] .buy-feature-box #FeatureBuyDialogBoxTitle{margin-bottom:12px}#BuyFeatureAmountSelector{padding:0 8px;width:100%}#BuyFeatureAmountSelector .buy-feature-amount-selector-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;background:var(--background-400);border:1px solid var(--outline);padding:20px 28px;border-radius:10px;gap:4px}#BuyFeatureAmountSelector #StakeIncrement,#BuyFeatureAmountSelector #StakeDecrement{flex:0 1 60px;background:var(--almost-white);border-radius:4px;outline:none;border:none;display:flex;align-items:center;justify-content:center;pointer-events:all;cursor:pointer;padding:12px}#BuyFeatureAmountSelector #StakeIncrement .btn-content,#BuyFeatureAmountSelector #StakeDecrement .btn-content{line-height:0}#BuyFeatureAmountSelector #StakeIncrement svg,#BuyFeatureAmountSelector #StakeDecrement svg{width:24px;height:24px;fill:var(--black)}#BuyFeatureAmountSelector #StakeIncrement:disabled,#BuyFeatureAmountSelector #StakeDecrement:disabled{opacity:.2;cursor:default}#BuyFeatureAmountSelector .text-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media screen and (max-width:320px){#BuyFeatureAmountSelector .buy-feature-amount-selector-container{padding:20px 16px}}[data-channel=desktop] #BuyFeatureAmountSelector{display:flex;align-items:center;justify-content:center}[data-channel=desktop] #BuyFeatureAmountSelector .buy-feature-amount-selector-container{width:100%;max-width:540px;padding:28px;background:var(--background-gradient)}[data-channel=desktop] #BuyFeatureAmountSelector #StakeIncrement,[data-channel=desktop] #BuyFeatureAmountSelector #StakeDecrement{flex:0 1 64px;padding:12px 30px;height:auto}[data-channel=desktop] #BuyFeatureAmountSelector #StakeIncrement .btn-content,[data-channel=desktop] #BuyFeatureAmountSelector #StakeDecrement .btn-content{line-height:0}[data-channel=desktop] #BuyFeatureAmountSelector #StakeIncrement svg,[data-channel=desktop] #BuyFeatureAmountSelector #StakeDecrement svg{width:40px;height:40px;fill:var(--black)}[data-channel=mobile][data-orientation=landscape] #BuyFeatureAmountSelector{width:100%;max-width:390px}.paytable_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));column-gap:4px;row-gap:8px;list-style:none}.paytable_list .paytable_item{height:100%;width:100%;padding:16px 8px;display:flex;align-items:center;flex-direction:column;background:var(--background-400);border-radius:4px;gap:16px}.paytable_list .paytable_item .paytable_item__symbol-image{display:block}.paytable_list .paytable_item .paytable_item__symbol-image img{width:100%;max-width:100px}.paytable_list .paytable_item .paytable_item__values{display:flex;flex-direction:column;width:100%;align-items:center;gap:16px;line-height:1}.paytable_list .paytable_item .paytable_item__values .paytable_item__value{display:flex;justify-content:center;font-size:24px;font-weight:600;width:100%;align-items:center;text-align:center}.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="10"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="11"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="12"]{font-size:20px}.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="13"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="14"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="15"]{font-size:18px}.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="16"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="17"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="18"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="19"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="20"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="21"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="22"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="23"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="24"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="25"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="26"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="27"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="28"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="29"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="30"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="31"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="32"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="33"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="34"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="35"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="36"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="37"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="38"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="39"],.paytable_list .paytable_item .paytable_item__values .paytable_item__value[data-charslength="40"]{font-size:16px}.paytable_list .paytable_item .paytable_item__values .paytable_item__value .paytable_item__win-range{display:block;margin-right:8px;color:var(--almost-white);font-weight:400}.paytable_list .paytable_item .paytable_item__values .paytable_item__value .paytable_item__win-value{text-wrap:nowrap;font-weight:600;display:block;color:var(--primary-color)}.winlines-display{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:20px}.winlines-display__grid{border-collapse:separate;border-spacing:4px}.winlines-display__cell{background-color:var(--background-400);border:none;box-sizing:border-box;height:20px;width:30px}.winlines-display__cell--highlighted{background-color:var(--primary-color)}#HelpDialog{padding:24px 0;background:var(--black)}#HelpDialog .app-dialog-content{display:flex;flex-direction:column;height:100%;width:100%;padding-top:16px;position:relative}#HelpDialog .help-card-close{z-index:9;padding:0}#HelpDialog .help-card-close .btn-content{line-height:0}#HelpDialog .help-card-close svg{width:24px;height:24px}#HelpDialog .help-card-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;margin-bottom:8px}#HelpDialog .help-card-header h1{margin:0}#HelpDialog .help-card{margin:auto;overflow:hidden;justify-content:center;height:100%;max-width:100%}#HelpDialog .help-card .help-card-content{padding:0 16px 142px;height:100%;overflow-y:auto;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;pointer-events:all;position:relative}#HelpDialog .help-card .help-card-content div div{-webkit-user-select:text!important;user-select:text!important;pointer-events:auto!important}#HelpDialog .help-card .help-card-content div div *{cursor:auto!important}#HelpDialog .help-card .help-card-content .image-container img{max-width:350px}#HelpDialog .help-card .help-card-content .image-container-small img{max-width:20%}#HelpDialog .help-card .help-card-content .image-container-big img{max-width:70%}#HelpDialog h1{font-size:28px;font-weight:600;margin:1em 0}#HelpDialog h2{font-size:22px;font-weight:600;margin:1em 0}#HelpDialog h3{font-size:18px;font-weight:600;margin:1em 0}#HelpDialog p{font-size:16px;line-height:26px;font-weight:400;margin:1em 0}#HelpDialog .image-container{margin:16px 0}[data-channel=mobile][data-orientation=landscape] #HelpDialog{padding-bottom:0;padding-right:128px}[data-channel=mobile][data-orientation=landscape] #HelpDialog .app-dialog-content{padding-top:0}[data-channel=mobile][data-orientation=landscape] #HelpDialog .help-card-close{position:absolute;top:0;right:16px}[data-channel=mobile][data-orientation=landscape] #HelpDialog .help-card .help-card-content{padding-bottom:76px;padding-right:24px}[data-channel=desktop] #HelpDialog{padding:30px 0}[data-channel=desktop] #HelpDialog .app-dialog-content{padding-top:40px}[data-channel=desktop] #HelpDialog .help-card-close{position:absolute;top:0;right:20px;padding:30px;border-radius:20px;background:var(--background)}[data-channel=desktop] #HelpDialog .help-card-close svg{width:40px;height:40px}[data-channel=desktop] #HelpDialog .help-card,[data-channel=desktop] #HelpDialog .help-card-header{max-width:800px}[data-channel=desktop] #HelpDialog .help-card-content{padding:0 16px 16px}.scatter-pays-display{display:flex;align-items:center;justify-content:center;margin-bottom:4px}.scatter-pays-display__grid{border-collapse:separate;border-spacing:4px}.scatter-pays-display__cell{width:40px;height:30px;background-color:var(--background-400)}.scatter-pays-display__cell--highlighted{background-color:var(--primary-color)}.cluster-pays-display{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-bottom:4px}.cluster-pays-display__example{display:flex;flex-direction:column;align-items:center;gap:4px}.cluster-pays-display__grid{border-collapse:separate;border-spacing:4px}.cluster-pays-display__cell{width:40px;height:30px;background-color:var(--background-400)}.cluster-pays-display__cell--highlighted{background-color:var(--primary-color)}.cluster-pays-display__example--invalid .cluster-pays-display__cell--highlighted{background-color:var(--red-500)}.clutch-gaming-logo{display:flex;justify-content:center;align-items:center;margin-top:60px;margin-bottom:16px}#InfoDialog{display:flex;align-items:center;justify-content:center;padding:16px}.info-dialog-card{background:var(--background-gradient);border:1px solid var(--outline);padding:40px 20px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:40px;width:100%;box-shadow:0 4px 4px #00000040;max-width:360px}.info-dialog-card.info-dialog-card--replay{padding:60px;border:none;gap:40px;max-width:624px;background:none;box-shadow:none}.info-dialog-card.info-dialog-card--replay .info-dialog-content{gap:40px}.info-dialog-card.info-dialog-card--replay .info-dialog-content #InfoDialogTitle{font-weight:600;font-size:32px;color:#e6e6eb;text-transform:none}.info-dialog-card.info-dialog-card--replay .button-container{flex-direction:column;align-items:stretch;gap:28px;width:100%}.info-dialog-card.info-dialog-card--replay .button-container .btn{max-width:100%;font-weight:700;font-size:24px;padding:16px 12px;border-radius:4px}.info-dialog-card.info-dialog-card--replay .button-container .btn:last-child{background:var(--primary-gradient);border:1px solid var(--outline);color:var(--black)}.info-dialog-card.info-dialog-card--replay .button-container .btn:first-child{background:var(--background);border:2px solid var(--white-20);color:var(--almost-white)}.info-dialog-card .info-dialog-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}.info-dialog-card .info-dialog-content #InfoDialogTrace{opacity:.7;font-size:12px;margin-top:10px;word-break:break-all}.info-dialog-card .button-container{display:flex;flex-direction:row;gap:16px;justify-content:center;width:100%}.info-dialog-card .button-container .btn{flex:1;padding:16px 12px;border-radius:4px;color:var(--black);font-weight:700;font-size:16px;background:var(--primary-gradient);border:1px solid var(--outline);text-transform:uppercase;line-height:1.375em}.info-dialog-card .button-container .btn:disabled{opacity:.2;color:var(--black)}[data-channel=desktop] .info-dialog-card{max-width:624px;padding:60px}[data-channel=desktop] .info-dialog-card.info-dialog-card--replay .button-container .btn:first-child{border:4px solid var(--white-20)}[data-channel=desktop] .info-dialog-card .info-dialog-content{gap:28px}[data-channel=desktop] .info-dialog-card .button-container .btn{font-size:24px;padding:16px 12px}#RoundHistoryDialog{padding:24px 0;background:var(--black)}#RoundHistoryDialog .app-dialog-content{display:flex;flex-direction:column;height:100%;width:100%;padding:16px 16px 0;position:relative}#RoundHistoryDialog .rh-card-close{z-index:9;padding:0}#RoundHistoryDialog .rh-card-close .btn-content{line-height:0}#RoundHistoryDialog .rh-card-close svg{width:24px;height:24px}#RoundHistoryDialog .rh-header{max-width:800px;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;padding:8px 0;margin-bottom:8px}#RoundHistoryDialog .rh-card{margin:auto;display:flex;flex-direction:column;align-items:flex-start;height:100%;width:100%;max-width:800px;border-radius:8px;overflow:hidden;background:var(--background-gradient);border:1px solid var(--outline)}#RoundHistoryDialog .rh-tabs{padding:16px}#RoundHistoryDialog .rh-tabs .rh-tabs-wrapper{display:flex;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;gap:4px;padding:4px;background-color:var(--black-30);border-radius:40px}#RoundHistoryDialog .rh-tabs .rh-tabs-wrapper::-webkit-scrollbar{display:none}#RoundHistoryDialog .rh-tabs .rh-tabs-wrapper{scrollbar-width:none;-ms-overflow-style:none}#RoundHistoryDialog .rh-tabs .rh-tab{padding:8px 12px;background:transparent;color:var(--almost-white);border-radius:40px;font-size:12px;font-weight:600;text-align:center}#RoundHistoryDialog .rh-tabs .rh-tab.active{background:var(--primary-gradient);color:var(--black)}#RoundHistoryDialog .rh-content{width:100%;flex-grow:1;overflow-y:auto;position:relative;height:100%;pointer-events:all;padding:0 16px 16px}#RoundHistoryDialog .rh-content .rh-loading,#RoundHistoryDialog .rh-content .rh-empty{text-align:center;padding:40px 20px;color:var(--white-60);font-size:14px}#RoundHistoryDialog .rh-content .rh-list{list-style:none;padding:0;margin:0}#RoundHistoryDialog .rh-content .rh-list-item{display:flex;align-items:center;padding:12px 0}#RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details{flex-grow:1;display:flex;flex-direction:column;gap:8px}#RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details .rh-win-amount{font-size:16px;font-weight:600;color:var(--white)}#RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details .rh-date{font-size:12px;font-weight:500;color:var(--white-60)}#RoundHistoryDialog .rh-content .rh-list-item .rh-replay-button{padding:12px;cursor:pointer;flex-shrink:0}#RoundHistoryDialog .rh-content .rh-list-item .rh-replay-button .btn-content{line-height:0}#RoundHistoryDialog .rh-content .rh-list-item .rh-replay-button svg{width:24px;height:24px}#RoundHistoryDialog .rh-content .rh-load-more-item,#RoundHistoryDialog .rh-content .rh-loading-item{display:flex;justify-content:center;align-items:center}#RoundHistoryDialog .rh-content .rh-load-more-button{padding:16px;font-size:14px;font-weight:700;text-transform:uppercase;width:100%;border-radius:0;border:4px solid var(--white-20);background:transparent}#RoundHistoryDialog .rh-content .rh-loading-indicator{color:var(--white-60);font-size:14px}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog{padding-bottom:0}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog .app-dialog-content{padding-top:0}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog .rh-card-close{position:absolute;top:0;right:16px}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog .rh-header{max-width:360px;text-align:center;justify-content:center}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog .rh-card{max-width:360px}[data-channel=mobile][data-orientation=landscape] #RoundHistoryDialog .rh-content{padding-bottom:60px}[data-channel=desktop] #RoundHistoryDialog{padding:30px 0}[data-channel=desktop] #RoundHistoryDialog .app-dialog-content{padding-top:40px}[data-channel=desktop] #RoundHistoryDialog .rh-card-close{position:absolute;top:0;right:20px;padding:30px;border-radius:20px;background:var(--background)}[data-channel=desktop] #RoundHistoryDialog .rh-card-close svg{width:40px;height:40px}[data-channel=desktop] #RoundHistoryDialog .rh-header{text-align:center;justify-content:center}[data-channel=desktop] #RoundHistoryDialog .rh-tabs{padding:40px 40px 28px}[data-channel=desktop] #RoundHistoryDialog .rh-tabs .rh-tab{font-size:24px;padding:20px}[data-channel=desktop] #RoundHistoryDialog .rh-content{padding:0 40px 40px}[data-channel=desktop] #RoundHistoryDialog .rh-content .rh-list-item{padding:28px 0}[data-channel=desktop] #RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details{gap:16px}[data-channel=desktop] #RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details .rh-win-amount{font-size:32px}[data-channel=desktop] #RoundHistoryDialog .rh-content .rh-list-item .rh-entry-details .rh-date{font-size:24px}[data-channel=desktop] #RoundHistoryDialog .rh-content .rh-list-item .rh-replay-button svg{width:40px;height:40px}[data-channel=desktop] #RoundHistoryDialog .rh-load-more-button{padding:32px;font-size:24px}.app-header{padding:6px 8px;position:absolute;top:0;left:0;width:100%;transform-origin:left top 0;z-index:7;display:flex;justify-content:center}.app-header #Header{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:28px;width:100%;align-items:center;color:var(--almost-white);text-shadow:.4px 0 0 rgba(17,17,17,.8),-.4px 0 0 rgba(17,17,17,.8),0 .4px 0 rgba(17,17,17,.8),0 -.4px 0 rgba(17,17,17,.8)}.app-header #ReplayModeLabel{margin-left:auto}.app-header .brand-logo-small{width:20px;height:20px;margin-left:auto}[data-channel=mobile] .app-header #Header{column-gap:12px}[data-channel=mobile] .app-header .brand-logo-small{width:12px;height:12px}[data-channel=mobile][data-orientation=landscape] .app-header .brand-logo-small{order:-1;margin-left:0}#BalanceAmount{display:flex;flex-direction:row;gap:4px}#BalanceAmount #BalanceValue{white-space:nowrap}[data-channel=mobile] #BalanceAmount{align-items:center}@media screen and (max-width:430px){[data-channel=mobile] #BalanceAmount[data-charslength="18"],[data-channel=mobile] #BalanceAmount[data-charslength="19"],[data-channel=mobile] #BalanceAmount[data-charslength="20"],[data-channel=mobile] #BalanceAmount[data-charslength="21"],[data-channel=mobile] #BalanceAmount[data-charslength="22"],[data-channel=mobile] #BalanceAmount[data-charslength="23"],[data-channel=mobile] #BalanceAmount[data-charslength="24"],[data-channel=mobile] #BalanceAmount[data-charslength="25"],[data-channel=mobile] #BalanceAmount[data-charslength="26"],[data-channel=mobile] #BalanceAmount[data-charslength="27"],[data-channel=mobile] #BalanceAmount[data-charslength="28"],[data-channel=mobile] #BalanceAmount[data-charslength="29"],[data-channel=mobile] #BalanceAmount[data-charslength="30"],[data-channel=mobile] #BalanceAmount[data-charslength="31"],[data-channel=mobile] #BalanceAmount[data-charslength="32"],[data-channel=mobile] #BalanceAmount[data-charslength="33"],[data-channel=mobile] #BalanceAmount[data-charslength="34"],[data-channel=mobile] #BalanceAmount[data-charslength="35"],[data-channel=mobile] #BalanceAmount[data-charslength="36"],[data-channel=mobile] #BalanceAmount[data-charslength="37"],[data-channel=mobile] #BalanceAmount[data-charslength="38"],[data-channel=mobile] #BalanceAmount[data-charslength="39"],[data-channel=mobile] #BalanceAmount[data-charslength="40"]{gap:0;flex-direction:column}}@media screen and (max-width:400px){[data-channel=mobile] #BalanceAmount{gap:0;flex-direction:column}}[data-channel=desktop] #BalanceAmount{gap:16px}#BetAmount{z-index:10;display:flex;flex-direction:row;gap:4px;transform-origin:top left}#BetAmount.featureSpinsActive{color:var(--feature-color)}@media screen and (max-width:430px){[data-channel=mobile] #BetAmount[data-charslength="18"],[data-channel=mobile] #BetAmount[data-charslength="19"],[data-channel=mobile] #BetAmount[data-charslength="20"],[data-channel=mobile] #BetAmount[data-charslength="21"],[data-channel=mobile] #BetAmount[data-charslength="22"],[data-channel=mobile] #BetAmount[data-charslength="23"],[data-channel=mobile] #BetAmount[data-charslength="24"],[data-channel=mobile] #BetAmount[data-charslength="25"],[data-channel=mobile] #BetAmount[data-charslength="26"],[data-channel=mobile] #BetAmount[data-charslength="27"],[data-channel=mobile] #BetAmount[data-charslength="28"],[data-channel=mobile] #BetAmount[data-charslength="29"],[data-channel=mobile] #BetAmount[data-charslength="30"],[data-channel=mobile] #BetAmount[data-charslength="31"],[data-channel=mobile] #BetAmount[data-charslength="32"],[data-channel=mobile] #BetAmount[data-charslength="33"],[data-channel=mobile] #BetAmount[data-charslength="34"],[data-channel=mobile] #BetAmount[data-charslength="35"],[data-channel=mobile] #BetAmount[data-charslength="36"],[data-channel=mobile] #BetAmount[data-charslength="37"],[data-channel=mobile] #BetAmount[data-charslength="38"],[data-channel=mobile] #BetAmount[data-charslength="39"],[data-channel=mobile] #BetAmount[data-charslength="40"]{align-items:center;gap:0;flex-direction:column}}@media screen and (max-width:400px){[data-channel=mobile] #BetAmount{align-items:center;gap:0;flex-direction:column}}[data-channel=desktop] #BetAmount{gap:16px}#WinAmount{display:flex;flex-direction:row;gap:4px;visibility:hidden}#WinAmount.active{visibility:visible}#WinAmount #WinAmountLabel{margin-bottom:4px}#WinAmount #WinAmountValue{white-space:nowrap}[data-channel=mobile] #WinAmount{align-items:center}[data-channel=mobile] #WinAmount #WinAmountLabel{margin-bottom:0;text-align:"center"}[data-channel=mobile] #WinAmount #WinAmountValue{text-align:center}@media screen and (max-width:430px){[data-channel=mobile] #WinAmount[data-charslength="18"],[data-channel=mobile] #WinAmount[data-charslength="19"],[data-channel=mobile] #WinAmount[data-charslength="20"],[data-channel=mobile] #WinAmount[data-charslength="21"],[data-channel=mobile] #WinAmount[data-charslength="22"],[data-channel=mobile] #WinAmount[data-charslength="23"],[data-channel=mobile] #WinAmount[data-charslength="24"],[data-channel=mobile] #WinAmount[data-charslength="25"],[data-channel=mobile] #WinAmount[data-charslength="26"],[data-channel=mobile] #WinAmount[data-charslength="27"],[data-channel=mobile] #WinAmount[data-charslength="28"],[data-channel=mobile] #WinAmount[data-charslength="29"],[data-channel=mobile] #WinAmount[data-charslength="30"],[data-channel=mobile] #WinAmount[data-charslength="31"],[data-channel=mobile] #WinAmount[data-charslength="32"],[data-channel=mobile] #WinAmount[data-charslength="33"],[data-channel=mobile] #WinAmount[data-charslength="34"],[data-channel=mobile] #WinAmount[data-charslength="35"],[data-channel=mobile] #WinAmount[data-charslength="36"],[data-channel=mobile] #WinAmount[data-charslength="37"],[data-channel=mobile] #WinAmount[data-charslength="38"],[data-channel=mobile] #WinAmount[data-charslength="39"],[data-channel=mobile] #WinAmount[data-charslength="40"]{gap:0;flex-direction:column}}@media screen and (max-width:400px){[data-channel=mobile] #WinAmount{gap:0;flex-direction:column}}[data-channel=desktop] #WinAmount{gap:16px}[data-channel=desktop] #WinAmount #WinAmountLabel{margin-bottom:0}#Footer{display:flex;flex-direction:row;justify-content:space-between;width:100%;position:relative;padding:6px 12px;background:var(--background)}[data-channel=mobile][data-orientation=portrait] #Footer #BetAmount{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:top .3s,scale .3s}[data-channel=mobile][data-orientation=portrait] #Footer #BetAmount.bet-changed{top:-160px;scale:1.5;padding:4px 12px;background:var(--background);border-radius:8px}@media screen and (max-width:375px){[data-channel=mobile][data-orientation=portrait] #Footer{padding:0 4px;margin-bottom:0;margin-top:8px}}[data-channel=mobile][data-orientation=landscape] #Footer{position:absolute;left:0;bottom:0;background:transparent;flex-direction:column;padding:12px 8px}[data-channel=mobile][data-orientation=landscape] #Footer #BalanceAmount,[data-channel=mobile][data-orientation=landscape] #Footer #BetAmount,[data-channel=mobile][data-orientation=landscape] #Footer #WinAmount{position:relative}[data-channel=mobile][data-orientation=landscape] #Footer #WinAmount{order:1}[data-channel=mobile][data-orientation=landscape] #Footer #BetAmount{order:2}[data-channel=mobile][data-orientation=landscape] #Footer #BalanceAmount{order:3}[data-channel=desktop] #Footer{padding:12px 20px;margin:0;width:100%;align-items:center}[data-channel=desktop] #Footer #BetAmount{position:relative;top:0;left:0;transform:none}[data-channel=desktop] #Footer #WinAmount{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.autoplay-button{padding:8px;border-radius:8px;background:var(--black-30)}[data-channel=mobile] .autoplay-button svg{width:40px;height:40px}[data-channel=desktop] .autoplay-button{background:var(--background);border-radius:20px}[data-channel=mobile] #BonusBuyButton svg{width:40px;height:40px}[data-channel=desktop] #BonusBuyButton{background:var(--background);border-radius:20px}.free-spins-info{display:flex;justify-content:space-between;align-items:center;gap:1px;width:100%}.spins-info,.total-win-info{padding:8px 12px;background:var(--black-30);display:flex;flex-direction:column;gap:4px;height:100%;justify-content:space-between}.spins-text,.total-win-text{color:var(--almost-white)}.spins-text,.total-win-text,.spins-value,.total-win-value{line-height:1!important}.spins-info{flex:0 1 60px;border-radius:8px 0 0 8px}.total-win-info{flex:0 1 140px;border-radius:0 8px 8px 0}[data-channel=mobile][data-orientation=landscape] .free-spins-info{flex-direction:column;align-items:flex-end;min-width:140px}[data-channel=mobile][data-orientation=landscape] .spins-info{flex:0 1 auto;border-radius:8px 8px 0 0;align-items:flex-end}[data-channel=mobile][data-orientation=landscape] .total-win-info{width:100%;flex:0 1 auto;border-radius:8px 0 8px 8px;align-items:flex-end}[data-channel=desktop] .free-spins-info{flex-direction:column;align-items:flex-end;min-width:340px;gap:20px}[data-channel=desktop] .spins-info,[data-channel=desktop] .total-win-info{width:100%;padding:20px;flex:0 1 auto;border-radius:28px;align-items:center;gap:16px;background:var(--background)}[data-channel=mobile] .hamburger svg{height:24px;width:24px}[data-channel=desktop] .hamburger{background:var(--background);border-radius:20px}#SpinButton{transition:.35s cubic-bezier(.25,.8,.5,1);display:flex;align-items:center;justify-content:center;transform-origin:center;border-radius:16px;background-color:var(--black-30)}#SpinButton .btn-content{line-height:0}#SpinButton.slam{cursor:pointer!important;pointer-events:auto!important;opacity:.5}#SpinButton #AutoplayRemaining{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--black);pointer-events:none;-webkit-user-select:none;user-select:none}[data-channel=desktop] #SpinButton{padding:12px;border-radius:28px;background:var(--background)}[data-channel=desktop] #SpinButton:hover:not(:disabled){will-change:transform}[data-channel=desktop] #SpinButton .btn-content{padding:25px;border:3px solid var(--almost-white);border-radius:16px}[data-channel=desktop] #SpinButton:disabled .btn-content{border:3px solid var(--almost-white-30)}[data-channel=desktop] #SpinButton:disabled .btn-content svg{fill:var(--almost-white-30)}[data-channel=desktop] .featureSpinsActive #SpinButton .btn-content{border:3px solid var(--feature-color)}[data-channel=desktop] .featureSpinsActive #SpinButton .btn-content svg{fill:var(--feature-color)}[data-channel=desktop] .featureSpinsActive #SpinButton:disabled .btn-content{border:3px solid var(--feature-color-30)}[data-channel=desktop] .featureSpinsActive #SpinButton:disabled .btn-content svg{fill:var(--feature-color-30)}[data-channel=mobile] #SpinButton{transition:transform 1.2s forwards ease-out;padding:8px}[data-channel=mobile] #SpinButton:active:not(:disabled){transform:scale(.95);box-shadow:0 0 5px #0000004d}[data-channel=mobile] .featureSpinsActive #SpinButton svg{fill:var(--feature-color)}[data-channel=mobile] .featureSpinsActive #SpinButton:disabled svg{fill:var(--feature-color-30)}[data-channel=mobile] #SpinButton svg{width:60px;height:60px}@media screen and (min-width:300px){[data-channel=mobile][data-orientation=portrait] #SpinButton svg{width:calc(100vw - 240px);height:calc(100vw - 240px)}}@media screen and (min-width:320px){[data-channel=mobile][data-orientation=portrait] #SpinButton{padding:12px}[data-channel=mobile][data-orientation=portrait] #SpinButton svg{width:80px;height:80px}}[data-channel=mobile][data-orientation=landscape] #SpinButton{padding:8px}[data-channel=mobile][data-orientation=landscape] #SpinButton svg{width:40px;height:40px}@media screen and (min-height:200px){[data-channel=mobile][data-orientation=landscape] #SpinButton svg{min-width:40px;min-height:40px;width:calc(100svh - 260px);height:calc(100svh - 260px)}}@media screen and (min-height:330px){[data-channel=mobile][data-orientation=landscape] #SpinButton{padding:12px}[data-channel=mobile][data-orientation=landscape] #SpinButton svg{width:80px;height:80px}}#TurboToggle{padding:0;z-index:9}#TurboToggle.free-spins{transition:none;padding:4px;background-color:var(--white-60);border-radius:16px}@media screen and (max-height:360px){#TurboToggle.free-spins{scale:.9}}@media screen and (max-height:310px){#TurboToggle.free-spins{scale:.8;top:-18px}}[data-channel=desktop] #TurboToggle{padding:20px;background:var(--background);border-radius:20px}[data-channel=mobile] #TurboToggle svg{width:40px;height:40px}.positioned-overlay{position:fixed;transition:opacity .15s ease-in-out;opacity:1;contain:layout style paint;will-change:top,left,opacity}.positioned-overlay[style*="visibility: hidden"]{opacity:0;pointer-events:none}.sound-wrapper{max-width:300px;width:100%;display:flex;justify-content:center;align-items:center;background:var(--background);border:1px solid var(--outline);border-radius:8px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sound-wrapper .sound,.sound-wrapper .music{display:flex;gap:8px;justify-content:center;align-items:center;flex:1;height:100%;padding:8px}.sound-wrapper .sound.disabled,.sound-wrapper .music.disabled{opacity:.2;cursor:default;pointer-events:none}.sound-wrapper .sound span,.sound-wrapper .music span{font-weight:400;font-size:16px}.sound-wrapper .sound .switch,.sound-wrapper .music .switch{flex:0 0 54px}.sound-wrapper .sound{border-right:1px solid var(--outline)}[data-channel=mobile][data-orientation=landscape] .sound-wrapper{flex-direction:column;max-width:unset;height:auto;width:auto}[data-channel=mobile][data-orientation=landscape] .sound-wrapper .sound,[data-channel=mobile][data-orientation=landscape] .sound-wrapper .music{padding:28px;width:100%}[data-channel=mobile][data-orientation=landscape] .sound-wrapper .sound{border-right:none;border-bottom:1px solid var(--outline)}.hamburger-menu-wrapper{width:100%;padding:0 8px}.hamburger-menu-wrapper .hamburger-menu-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--background);border:2px solid var(--outline);border-radius:8px;width:100%;display:flex;align-items:center;height:66px}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;padding:0;margin:0;height:100%;border-right:1px solid var(--outline)}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn{padding:0;margin:0;height:100%;width:100%;min-width:0;overflow:hidden}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn .btn-content{min-width:0;max-width:100%;overflow:hidden}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn svg{width:24px;height:24px}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn p{font-size:12px;font-weight:500;margin:8px 0 0;line-height:1;padding:0 4px;box-sizing:border-box;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hamburger-menu-wrapper .hamburger-menu-container .menu-option-container:last-child{border-right:none}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper{padding:8px 0;height:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container{flex-direction:column-reverse;height:auto;max-height:100%;width:auto;align-items:flex-start}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container{flex:1 1 74px}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container>.btn,[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn{padding:16px;border:0;border-bottom:1px solid var(--outline);width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container>.btn .btn-content,[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn .btn-content{display:flex;align-items:center;justify-content:center;gap:8px}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container>.btn .btn-content p,[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn .btn-content p{margin:0;white-space:nowrap}@media screen and (max-height:300px){[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container{flex:1 1 auto}[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container>.btn,[data-channel=mobile][data-orientation=landscape] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn{padding:8px}}[data-channel=desktop] .hamburger-menu-wrapper{position:absolute;width:auto;left:100%;bottom:0}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container{background:var(--background-gradient);-webkit-backdrop-filter:none;backdrop-filter:none;flex-direction:column;height:100%;border-radius:20px;overflow:hidden}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container{width:100%;border-right:none}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn{width:100%;padding:34px;display:flex;justify-content:flex-start;font-size:24px;font-weight:400}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn p{font-size:24px;font-weight:400;white-space:nowrap}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn .btn-content{font-size:12px;font-weight:500;margin:0;display:flex;justify-content:flex-start;align-items:center;gap:31px}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn .btn-content p{margin:0}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .menu-option-container>.btn svg{width:40px;height:40px}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .info{order:0;border-bottom:2px solid var(--outline)}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .sound{order:1}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .music{order:2;border-bottom:2px solid var(--outline)}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .speed-normal{order:3}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .speed-fast{order:4}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .speed-turbo{order:5;border-bottom:2px solid var(--outline)}[data-channel=desktop] .hamburger-menu-wrapper .hamburger-menu-container .history{order:6}[data-channel=desktop] .main-content-container{width:100%;padding:20px;display:flex;align-items:flex-end;justify-content:space-between}[data-channel=desktop] .main-content-container .spin-speed-buttons.freespins-speed-controls{position:absolute;bottom:calc(100% + 8px);right:0;width:auto;max-width:none;padding:16px;border-radius:20px}[data-channel=desktop] .main-content-container .spin-speed-buttons.freespins-speed-controls .button-group .btn{height:auto;padding:20px;border-radius:4px;min-width:180px;font-size:24px}[data-channel=desktop] .main-content-container .left-content-buttons{display:flex;flex-direction:column;gap:20px;position:relative}[data-channel=desktop] .main-content-container .right-content-buttons-container{position:relative;display:flex;gap:20px;align-items:flex-end;justify-content:center}[data-channel=desktop] .main-content-container .right-content-buttons-container .right-content-buttons{display:flex;flex-direction:column;gap:20px;align-items:flex-end}[data-channel=desktop] .main-content-container .right-content-buttons-container .speed-control-wrapper{position:relative}.tooltip-bubble{position:absolute;background-color:var(--almost-white);color:var(--black);padding:12px 16px;border-radius:8px;white-space:nowrap;z-index:10;box-shadow:0 0 16px #0009;pointer-events:none}.tooltip-bubble:after{content:"";position:absolute;width:0;height:0;border:8px solid transparent}.tooltip-bubble .tooltip-content{font-size:16px;font-weight:600;color:var(--black)}.tooltip-bubble--top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-bubble--top:after{top:100%;left:50%;transform:translate(-50%);border-top-color:var(--almost-white)}.tooltip-bubble--bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.tooltip-bubble--bottom:after{bottom:100%;left:50%;transform:translate(-50%);border-bottom-color:var(--almost-white)}.tooltip-bubble--left{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tooltip-bubble--left:after{top:50%;left:100%;transform:translateY(-50%);border-left-color:var(--almost-white)}.tooltip-bubble--right{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}.tooltip-bubble--right:after{top:50%;right:100%;transform:translateY(-50%);border-right-color:var(--almost-white)}.lobby-button{padding:8px;border-radius:8px}[data-channel=mobile] .lobby-button svg{width:40px;height:40px}#StakeSelector{position:relative;height:100%;display:flex;align-items:center;justify-content:center}#StakeSelector.flex-none{flex:none}#StakeSelector .stake-actions-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}#StakeSelector .stake-action{width:48px;height:48px;background-color:var(--black-30)}#StakeSelector .btn-content{line-height:0}[data-channel=mobile] #StakeSelector .stake-actions-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2px}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-select{order:2}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-action{width:48px;height:48px}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-action--decrement{border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:0}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-action--decrement:before{font-size:24px}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-action--increment{border-top-right-radius:8px;border-bottom-right-radius:8px}[data-channel=mobile] #StakeSelector .stake-actions-container .stake-action--increment:before{font-size:24px}[data-channel=mobile] #StakeSelector #StakeIncrement svg,[data-channel=mobile] #StakeSelector #StakeDecrement svg{width:24px;height:24px}[data-channel=mobile] .freespins #StakeSelector{height:54px}[data-channel=mobile][data-orientation=landscape] #StakeSelector .stake-actions-container{flex-direction:column-reverse;height:100%}[data-channel=mobile][data-orientation=landscape] #StakeSelector #StakeIncrement{border-radius:8px 8px 0 0}[data-channel=mobile][data-orientation=landscape] #StakeSelector #StakeDecrement{border-radius:0 0 8px 8px}[data-channel=desktop] #StakeIncrement,[data-channel=desktop] #StakeDecrement{background:var(--background);border-radius:20px;height:100px;width:100px}[data-channel=mobile][data-orientation=landscape] .ui-main-controls{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:4px;margin-left:auto;margin-right:0}[data-channel=mobile][data-orientation=landscape] .ui-main-controls.help-dialog-active{background:var(--background)}[data-channel=mobile][data-orientation=landscape] .top-buttons{display:flex;gap:8px;align-items:center;justify-content:space-between}[data-channel=mobile][data-orientation=landscape] .top-buttons .lobby-button{background:transparent;width:48px}[data-channel=mobile][data-orientation=landscape] .spin-buttons{max-height:calc(100vh - 130px)}[data-channel=mobile][data-orientation=landscape] .bottom-buttons{display:flex;gap:8px;align-items:center;justify-content:space-between}[data-channel=mobile][data-orientation=landscape] .bottom-buttons .hamburger{background:transparent;width:48px}[data-channel=mobile][data-orientation=landscape] .spin-speed-buttons.freespins-speed-controls{position:absolute;top:8px;right:130px;width:auto}@media screen and (min-height:320px){[data-channel=mobile][data-orientation=landscape] .ui-main-controls{padding:8px}}[data-channel=mobile][data-orientation=portrait] .ui-main-controls{display:flex;align-items:center;justify-content:center;padding-top:22px;padding-bottom:12px}[data-channel=mobile][data-orientation=portrait] .ui-main-controls.help-dialog-active{background:var(--background)}[data-channel=mobile][data-orientation=portrait] .left-buttons{position:absolute;left:4px;bottom:8px;display:flex;flex-direction:column;gap:8px}[data-channel=mobile][data-orientation=portrait] .left-buttons .hamburger{background:transparent;height:46px}[data-channel=mobile][data-orientation=portrait] .spin-buttons{position:relative;flex:0 1 200px;display:flex;justify-content:center;max-width:calc(100vw - 130px)}[data-channel=mobile][data-orientation=portrait] .spin-buttons.fs-active{align-self:flex-end}[data-channel=mobile][data-orientation=portrait] .right-buttons{position:absolute;right:4px;bottom:8px;display:flex;flex-direction:column;gap:8px}[data-channel=mobile][data-orientation=portrait] .right-buttons .lobby-button{background:transparent;height:46px}[data-channel=mobile][data-orientation=portrait] .spin-speed-buttons.freespins-speed-controls{position:absolute;bottom:118px;right:8px;width:auto;max-width:100%}[data-channel=mobile][data-orientation=portrait] .tooltip-bubble{bottom:calc(100% + 16px)}@media screen and (min-width:300px){[data-channel=mobile][data-orientation=portrait] .left-buttons{left:8px}[data-channel=mobile][data-orientation=portrait] .right-buttons{right:8px}}.main-ui-wrapper{z-index:10;position:absolute;left:0;bottom:0;transform-origin:left bottom 0;margin:auto auto 0;width:100%;opacity:0;visibility:hidden;transition:opacity .5s cubic-bezier(.25,.8,.5,1)}.main-ui-wrapper.active{opacity:1;visibility:visible}.main-ui-wrapper .ui-main-controls{position:relative;margin:auto;box-sizing:border-box;transform-origin:left bottom;z-index:2}[data-channel=mobile][data-orientation=landscape] .main-ui-wrapper{display:flex;height:100%}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0}h2,h3,h4,h5,h6,p,span{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slot-ui-container{position:absolute;top:0;left:0;pointer-events:none;touch-action:manipulation}.img{flex-shrink:0}.d-container{width:100%;max-width:1280px;padding-left:24px;padding-right:24px}.d-container-full{max-width:none}.opacity-0{opacity:0}.opacity-1{opacity:1}.hide{display:none!important}.icon{font-family:icomoon}.disable-interaction{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;touch-action:none!important}.relative{position:relative}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.shrink-0{flex-shrink:0}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.align-baseline{align-items:baseline}.t-uppercase{text-transform:uppercase}.t-center{text-align:center}.t-left{text-align:left}.t-right{text-align:right}.f-100{font-weight:100!important}.f-300{font-weight:300!important}.f-400{font-weight:400!important}.f-500{font-weight:500!important}.f-700{font-weight:700!important}.f-900{font-weight:900!important}.m-auto{margin:auto}.m-l-auto{margin-left:auto}.m-r-auto{margin-right:auto}.m-a-0{margin:0}.m-l-0{margin-left:0}.m-r-0{margin-right:0}.m-t-0{margin-top:0}.m-b-0{margin-bottom:0}.mx-1{margin-left:4px;margin-right:4px}.mx-2{margin-left:8px;margin-right:8px}.mx-3{margin-left:12px;margin-right:12px}.mx-4{margin-left:16px;margin-right:16px}.mx-5{margin-left:20px;margin-right:20px}.mx-6{margin-left:24px;margin-right:24px}.mx-7{margin-left:28px;margin-right:28px}.mx-8{margin-left:32px;margin-right:32px}.mx-9{margin-left:36px;margin-right:36px}.mx-10{margin-left:40px;margin-right:40px}.my-1{margin-top:4px;margin-bottom:4px}.my-2{margin-top:8px;margin-bottom:8px}.my-3{margin-top:12px;margin-bottom:12px}.my-4{margin-top:16px;margin-bottom:16px}.my-5{margin-top:20px;margin-bottom:20px}.my-6{margin-top:24px;margin-bottom:24px}.my-7{margin-top:28px;margin-bottom:28px}.my-8{margin-top:32px;margin-bottom:32px}.my-9{margin-top:36px;margin-bottom:36px}.my-10{margin-top:40px;margin-bottom:40px}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:20px}.m-6{margin:24px}.m-7{margin:28px}.m-8{margin:32px}.m-9{margin:36px}.m-10{margin:40px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-5{margin-left:20px}.ml-6{margin-left:24px}.ml-7{margin-left:28px}.ml-8{margin-left:32px}.ml-9{margin-left:36px}.ml-10{margin-left:40px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-5{margin-right:20px}.mr-6{margin-right:24px}.mr-7{margin-right:28px}.mr-8{margin-right:32px}.mr-9{margin-right:36px}.mr-10{margin-right:40px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-7{margin-bottom:28px}.mb-8{margin-bottom:32px}.mb-9{margin-bottom:36px}.mb-10{margin-bottom:40px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-7{margin-top:28px}.mt-8{margin-top:32px}.mt-9{margin-top:36px}.mt-10{margin-top:40px}.p-auto{padding:auto}.p-l-auto{padding-left:auto}.p-r-auto{padding-right:auto}.p-a-0{padding:0}.p-l-0{padding-left:0}.p-r-0{padding-right:0}.p-t-0{padding-top:0}.p-b-0{padding-bottom:0}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.px-7{padding-left:28px;padding-right:28px}.px-8{padding-left:32px;padding-right:32px}.px-9{padding-left:36px;padding-right:36px}.px-10{padding-left:40px;padding-right:40px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.py-7{padding-top:28px;padding-bottom:28px}.py-8{padding-top:32px;padding-bottom:32px}.py-9{padding-top:36px;padding-bottom:36px}.py-10{padding-top:40px;padding-bottom:40px}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-7{padding:28px}.p-8{padding:32px}.p-9{padding:36px}.p-10{padding:40px}.pl-1{padding-left:4px}.pl-2{padding-left:8px}.pl-3{padding-left:12px}.pl-4{padding-left:16px}.pl-5{padding-left:20px}.pl-6{padding-left:24px}.pl-7{padding-left:28px}.pl-8{padding-left:32px}.pl-9{padding-left:36px}.pl-10{padding-left:40px}.pr-1{padding-right:4px}.pr-2{padding-right:8px}.pr-3{padding-right:12px}.pr-4{padding-right:16px}.pr-5{padding-right:20px}.pr-6{padding-right:24px}.pr-7{padding-right:28px}.pr-8{padding-right:32px}.pr-9{padding-right:36px}.pr-10{padding-right:40px}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:12px}.pb-4{padding-bottom:16px}.pb-5{padding-bottom:20px}.pb-6{padding-bottom:24px}.pb-7{padding-bottom:28px}.pb-8{padding-bottom:32px}.pb-9{padding-bottom:36px}.pb-10{padding-bottom:40px}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-5{padding-top:20px}.pt-6{padding-top:24px}.pt-7{padding-top:28px}.pt-8{padding-top:32px}.pt-9{padding-top:36px}.pt-10{padding-top:40px}ul{margin:0;padding:0}.w-100{width:100%}.display-none{display:none!important}:root{--black: #000000;--black-30: #0000004d;--white: #ffffff;--almost-white: #e6e6eb;--almost-white-30: rgba(230, 230, 235, .3);--white-60: #e6e6eb99;--white-20: #bcbceb33;--background-600: #0a0a0acc;--background: #111111cc;--background-400: #2b2b33;--background-gradient: linear-gradient(180deg, #1e1e21 0%, #101011 100%);--darker-background-gradient: linear-gradient(180deg, #151517 0%, #0c0c0d 100%);--outline: #f5f5ff14;--primary-color: #59e487;--primary-color-dark: #5bb257;--feature-color: #ffa352;--feature-color-30: rgba(255, 163, 82, .3);--feature-color-dark: #f08b3e;--primary-gradient: linear-gradient(180deg, #59e487 0%, #5bb257 100%);--feature-gradient: linear-gradient(180deg, #ffa352 0%, #f08b3e 100%);--activate-feature-gradient: linear-gradient(180deg, #ffa352 0%, #f08b3e 100%);--buy-feature-gradient: linear-gradient(180deg, #59e487 0%, #5bb257 100%);--red-500: #d94843}html,body,#app-content{touch-action:manipulation;user-select:none;-webkit-user-select:none}html,#app-content{zoom:reset}html{box-sizing:border-box;font-family:Poppins,Noto Sans,serif;font-size:16px;height:100%;overflow:hidden!important;color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}html,body{touch-action:pan-y pan-x;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{height:100%;touch-action:pan-y pan-x;-webkit-text-size-adjust:100%;line-height:1}::-webkit-scrollbar{width:4px;border-radius:4px}::-webkit-scrollbar-track{-webkit-box-shadow:none;box-shadow:none;border-radius:2px;background:var(--background-600)}::-webkit-scrollbar-thumb{background:var(--white-20);border-radius:2px;-webkit-box-shadow:none;box-shadow:none}*,*:before,*:after{box-sizing:inherit}.poppins-thin{font-family:Poppins,serif;font-weight:100;font-style:normal}.poppins-extralight{font-family:Poppins,serif;font-weight:200;font-style:normal}.poppins-light{font-family:Poppins,serif;font-weight:300;font-style:normal}.poppins-regular{font-family:Poppins,serif;font-weight:400;font-style:normal}.poppins-medium{font-family:Poppins,serif;font-weight:500;font-style:normal}.poppins-semibold{font-family:Poppins,serif;font-weight:600;font-style:normal}.poppins-bold{font-family:Poppins,serif;font-weight:700;font-style:normal}.poppins-extrabold{font-family:Poppins,serif;font-weight:800;font-style:normal}.poppins-black{font-family:Poppins,serif;font-weight:900;font-style:normal}.poppins-thin-italic{font-family:Poppins,serif;font-weight:100;font-style:italic}.poppins-extralight-italic{font-family:Poppins,serif;font-weight:200;font-style:italic}.poppins-light-italic{font-family:Poppins,serif;font-weight:300;font-style:italic}.poppins-regular-italic{font-family:Poppins,serif;font-weight:400;font-style:italic}.poppins-medium-italic{font-family:Poppins,serif;font-weight:500;font-style:italic}.poppins-semibold-italic{font-family:Poppins,serif;font-weight:600;font-style:italic}.poppins-bold-italic{font-family:Poppins,serif;font-weight:700;font-style:italic}.poppins-extrabold-italic{font-family:Poppins,serif;font-weight:800;font-style:italic}.poppins-black-italic{font-family:Poppins,serif;font-weight:900;font-style:italic}

:root {
  --primary-color: #ffd000;
  --primary-color-dark: #d2a512;
  --feature-color: #ffd000;
  --feature-color-dark: #d2a512;
  --primary-gradient: linear-gradient(180deg, #ffd000 0%, #d2a512 100%);
  --activate-feature-gradient: linear-gradient(180deg, #ffd000 0%, #d2a512 100%);
  --feature-gradient: linear-gradient(180deg, #ffd000 0%, #d2a512 100%);
}

