:root{--btn-content-direction:row;--btn-align-items:center;--btn-min-height:40px;--btn-min-width:64px;--btn-padding:8px 16px;--btn-content-gap:8px;--btn-border-radius:2px;--btn-font-size:14px;--btn-font-weight:600;--btn-line-height:1.3;--btn-color:#fff5e5;--btn-color--hover:#fff5e5;--btn-color--active:#fff5e5;--btn-color--disabled:#fff5e5;--btn-bg:#eaae44;--btn-bg--hover:#eba31c;--btn-bg--active:#f5c165;--btn-bg--disabled:#d5af6d;--btn-border-color:none;--btn-border-color--hover:none;--btn-border-color--active:none;--btn-border-color--disabled:none}body a:where(.link-btn),body button:where(.btn){--icon-size:20px;align-items:center;background:var(--btn-bg);border:none;border-radius:var(--btn-border-radius);color:var(--btn-color);display:inline-flex;flex-wrap:wrap;font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);gap:var(--btn-content-gap);justify-content:center;line-height:var(--btn-line-height);margin:0;max-width:100%;min-height:var(--btn-min-height);min-width:var(--btn-min-width);outline:none;padding:var(--btn-padding);position:relative;text-decoration:none;text-shadow:none;text-transform:capitalize;transition:background .3s ease,border .3s ease,color .3s ease,opacity .3s ease;vertical-align:middle}body a:where(.link-btn):not(:disabled),body button:where(.btn):not(:disabled){cursor:pointer}@media(pointer:fine){body a:where(.link-btn):hover,body button:where(.btn):hover{background:var(--btn-bg--hover);color:var(--btn-color--hover)}}body a:where(.link-btn):active,body button:where(.btn):active{background:var(--btn-bg--active);color:var(--btn-color--active)}body a:where(.link-btn):disabled,body a:where(.link-btn):where(.link-btn--disabled),body button:where(.btn):disabled,body button:where(.btn):where(.link-btn--disabled){background:var(--btn-bg--disabled);color:var(--btn-color--disabled);pointer-events:none}body a:where(.link-btn) :where(.btn__content),body a:where(.link-btn) :where(.link-btn__content),body button:where(.btn) :where(.btn__content),body button:where(.btn) :where(.link-btn__content){align-items:var(--btn-align-items);display:flex;flex-direction:var(--btn-content-direction);gap:var(--btn-content-gap)}body a:where(.link-btn) :where(.btn__left-container),body a:where(.link-btn) :where(.btn__right-container),body a:where(.link-btn) :where(.link-btn__left-container),body a:where(.link-btn) :where(.link-btn__right-container),body button:where(.btn) :where(.btn__left-container),body button:where(.btn) :where(.btn__right-container),body button:where(.btn) :where(.link-btn__left-container),body button:where(.btn) :where(.link-btn__right-container){display:flex}body a:where(.link-btn):where(.btn--xs),body a:where(.link-btn):where(.link-btn--xs),body button:where(.btn):where(.btn--xs),body button:where(.btn):where(.link-btn--xs){--btn-min-height:36px;--btn-padding:8px 16px;--btn-font-size:14px;--btn-content-gap:4px;--btn-line-height:1}body a:where(.link-btn):where(.btn--md),body a:where(.link-btn):where(.link-btn--md),body button:where(.btn):where(.btn--md),body button:where(.btn):where(.link-btn--md){--btn-min-height:48px;--btn-padding:12px 16px;--btn-font-size:16px;--btn-line-height:1;--btn-border-radius:4px}body a:where(.link-btn):where(.btn--lg),body a:where(.link-btn):where(.link-btn--lg),body button:where(.btn):where(.btn--lg),body button:where(.btn):where(.link-btn--lg){--btn-min-height:56px;--btn-padding:11px 32px;--btn-font-size:18px;--icon-size:24px;--btn-content-gap:16px;--btn-line-height:1;--btn-border-radius:4px}body a:where(.link-btn):where(.btn--xl),body a:where(.link-btn):where(.link-btn--xl),body button:where(.btn):where(.btn--xl),body button:where(.btn):where(.link-btn--xl){--btn-min-height:60px;--btn-padding:11px 32px;--btn-font-size:20px;--btn-content-gap:20px;--btn-line-height:1;--icon-size:24px;--btn-border-radius:4px}body a:where(.link-btn):where(.btn--outlined),body a:where(.link-btn):where(.link-btn--outlined),body button:where(.btn):where(.btn--outlined),body button:where(.btn):where(.link-btn--outlined){--btn-bg:transparent;--btn-bg--hover:transparent;--btn-bg--active:transparent;--btn-bg--disabled:rgba(255,245,229,.2);--btn-color:#fff5e5;--btn-color--hover:#fff5e5;--btn-color--active:#fff5e5;--btn-color--disabled:#a9a39a;--btn-border-color:#fff5e5;--btn-border-color--hover:#ffdfad;--btn-border-color--active:#eaae44;--btn-border-color--disabled:#a9a39a;border:1px solid var(--btn-border-color)}@media(pointer:fine){body a:where(.link-btn):where(.btn--outlined):hover,body a:where(.link-btn):where(.link-btn--outlined):hover,body button:where(.btn):where(.btn--outlined):hover,body button:where(.btn):where(.link-btn--outlined):hover{border-color:var(--btn-border-color--hover)}}body a:where(.link-btn):where(.btn--outlined):active,body a:where(.link-btn):where(.link-btn--outlined):active,body button:where(.btn):where(.btn--outlined):active,body button:where(.btn):where(.link-btn--outlined):active{border-color:var(--btn-border-color--active)}body a:where(.link-btn):where(.btn--outlined):disabled,body a:where(.link-btn):where(.btn--outlined):where(.link-btn--disabled),body a:where(.link-btn):where(.link-btn--outlined):disabled,body a:where(.link-btn):where(.link-btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.btn--outlined):disabled,body button:where(.btn):where(.btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.link-btn--outlined):disabled,body button:where(.btn):where(.link-btn--outlined):where(.link-btn--disabled){border-color:var(--btn-border-color--disabled)}body a:where(.link-btn):where(.btn--text),body a:where(.link-btn):where(.link-btn--text),body button:where(.btn):where(.btn--text),body button:where(.btn):where(.link-btn--text){--btn-min-height:auto;--btn-min-width:auto;--btn-padding:0;--btn-border-radius:0;--btn-bg:transparent none;--btn-bg--hover:transparent none;--btn-bg--active:transparent none;--btn-bg--disabled:transparent none;--btn-color:#eaae44;--btn-color--hover:#eba31c;--btn-color--active:#f5c165;--btn-color--disabled:#d5af6d;box-shadow:none;text-transform:none;transition:color .3s ease,opacity .3s ease;vertical-align:top}body a:where(.link-btn):where(.btn--link),body a:where(.link-btn):where(.link-btn--link),body button:where(.btn):where(.btn--link),body button:where(.btn):where(.link-btn--link){--btn-min-height:auto;--btn-min-width:auto;--btn-padding:0;--btn-border-radius:0;--btn-bg:transparent none;--btn-bg--hover:transparent none;--btn-bg--active:transparent none;--btn-bg--disabled:transparent none;--btn-color:#4c25a9;--btn-color--hover:#d09b02;--btn-color--active:#fdd24e;--btn-color--disabled:#6a6a6a;box-shadow:none;text-transform:none;transition:color .3s ease,opacity .3s ease;vertical-align:top}body a:where(.link-btn):where(.btn--link):where(.btn--underlined),body a:where(.link-btn):where(.btn--link):where(.link-btn--underlined),body a:where(.link-btn):where(.link-btn--link):where(.btn--underlined),body a:where(.link-btn):where(.link-btn--link):where(.link-btn--underlined),body button:where(.btn):where(.btn--link):where(.btn--underlined),body button:where(.btn):where(.btn--link):where(.link-btn--underlined),body button:where(.btn):where(.link-btn--link):where(.btn--underlined),body button:where(.btn):where(.link-btn--link):where(.link-btn--underlined){text-decoration:underline}body a:where(.link-btn):where(.btn--primary-dark),body a:where(.link-btn):where(.link-btn--primary-dark),body button:where(.btn):where(.btn--primary-dark),body button:where(.btn):where(.link-btn--primary-dark){--btn-bg:#eaae44;--btn-bg--hover:#eba31c;--btn-bg--active:#f5c165;--btn-bg--disabled:#d5af6d;--btn-color:#311671;--btn-color--hover:#311671;--btn-color--active:#311671;--btn-color--disabled:#311671}body a:where(.link-btn):where(.btn--secondary),body a:where(.link-btn):where(.link-btn--secondary),body button:where(.btn):where(.btn--secondary),body button:where(.btn):where(.link-btn--secondary){--btn-bg:#562cd0;--btn-bg--hover:#4c26aa;--btn-bg--active:#623dce;--btn-bg--disabled:rgba(79,65,113,.64);--btn-color:#fff5e5;--btn-color--hover:#fff5e5;--btn-color--active:#fff5e5;--btn-color--disabled:#cecece}body a:where(.link-btn):where(.btn--tertiary),body a:where(.link-btn):where(.link-btn--tertiary),body button:where(.btn):where(.btn--tertiary),body button:where(.btn):where(.link-btn--tertiary){--btn-color:rgba(255,245,229,.4);--btn-color--hover:rgba(255,245,229,.9);--btn-color--active:#fff5e5;--btn-color--disabled:rgba(255,245,229,.25);--btn-bg:#45239a;--btn-bg--hover:#45239a;--btn-bg--active:#45239a;--btn-bg--disabled:rgba(69,35,154,.5)}body a:where(.link-btn):where(.btn--play),body a:where(.link-btn):where(.link-btn--play),body button:where(.btn):where(.btn--play),body button:where(.btn):where(.link-btn--play){--btn-bg:#43dff6;--btn-bg--hover:rgba(67,223,246,.9);--btn-bg--active:rgba(67,223,246,.9);--btn-bg--disabled:rgba(67,223,246,.9);--btn-color:#381789;--btn-color--hover:#381789;--btn-color--active:#381789;--btn-color--disabled:#381789;padding-inline:8px;text-align:center}body a:where(.link-btn):where(.btn--user-menu),body a:where(.link-btn):where(.link-btn--user-menu),body button:where(.btn):where(.btn--user-menu),body button:where(.btn):where(.link-btn--user-menu){--btn-min-width:100%;--btn-padding:0 4px;--btn-font-size:14px;--btn-line-height:1.25;--btn-font-weight:600;--btn-color:#fff5e5;--btn-color--hover:#fff5e5;--btn-color--active:#eaae44;--btn-bg:#4948b7;--btn-bg--hover:hsla(0,0%,100%,.08);--btn-bg--active:#4948b7}body a:where(.link-btn):where(.btn--user-menu),body a:where(.link-btn):where(.link-btn--user-menu),body button:where(.btn):where(.btn--user-menu),body button:where(.btn):where(.link-btn--user-menu){--btn-min-height:42px}@media(min-width:768px){body a:where(.link-btn):where(.btn--user-menu),body a:where(.link-btn):where(.link-btn--user-menu),body button:where(.btn):where(.btn--user-menu),body button:where(.btn):where(.link-btn--user-menu){--btn-min-height:36px}}@media(min-width:768px){body a:where(.link-btn):where(.btn--user-menu),body a:where(.link-btn):where(.link-btn--user-menu),body button:where(.btn):where(.btn--user-menu),body button:where(.btn):where(.link-btn--user-menu){--btn-font-size:14px}}body a:where(.link-btn):where(.btn--user-menu).current,body a:where(.link-btn):where(.link-btn--user-menu).current,body button:where(.btn):where(.btn--user-menu).current,body button:where(.btn):where(.link-btn--user-menu).current{--btn-color:#eaae44}body a:where(.link-btn):where(.btn--diamond),body a:where(.link-btn):where(.link-btn--diamond),body button:where(.btn):where(.btn--diamond),body button:where(.btn):where(.link-btn--diamond){--btn-color:#0b2a4a;--btn-color--hover:#0b2a4a;--btn-color--active:#0b2a4a;--btn-color--disabled:#0b2a4a;--btn-bg:linear-gradient(180deg,#8ea6b9,#e3e8ed);--btn-bg--hover:linear-gradient(180deg,#65859f,#e3e8ed);--btn-bg--active:linear-gradient(180deg,#4b779b,#b1c1cd);--btn-bg--disabled:linear-gradient(180deg,#90a7ba,#e3e8ed);--btn-border-radius:2px;border:1px solid #e3e8ed;box-shadow:3px 3px 10px 0 rgba(120,132,149,.08)}body a:where(.link-btn):where(.btn--diamond):where(.btn--xs),body a:where(.link-btn):where(.btn--diamond):where(.link-btn--xs),body a:where(.link-btn):where(.link-btn--diamond):where(.btn--xs),body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--xs),body button:where(.btn):where(.btn--diamond):where(.btn--xs),body button:where(.btn):where(.btn--diamond):where(.link-btn--xs),body button:where(.btn):where(.link-btn--diamond):where(.btn--xs),body button:where(.btn):where(.link-btn--diamond):where(.link-btn--xs){--btn-border-radius:2px}body a:where(.link-btn):where(.btn--diamond):where(.btn--md),body a:where(.link-btn):where(.btn--diamond):where(.link-btn--md),body a:where(.link-btn):where(.link-btn--diamond):where(.btn--md),body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--md),body button:where(.btn):where(.btn--diamond):where(.btn--md),body button:where(.btn):where(.btn--diamond):where(.link-btn--md),body button:where(.btn):where(.link-btn--diamond):where(.btn--md),body button:where(.btn):where(.link-btn--diamond):where(.link-btn--md){--btn-border-radius:4px}body a:where(.link-btn):where(.btn--diamond):where(.btn--lg),body a:where(.link-btn):where(.btn--diamond):where(.link-btn--lg),body a:where(.link-btn):where(.link-btn--diamond):where(.btn--lg),body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--lg),body button:where(.btn):where(.btn--diamond):where(.btn--lg),body button:where(.btn):where(.btn--diamond):where(.link-btn--lg),body button:where(.btn):where(.link-btn--diamond):where(.btn--lg),body button:where(.btn):where(.link-btn--diamond):where(.link-btn--lg){--btn-border-radius:4px}body a:where(.link-btn):where(.btn--diamond):where(.btn--xl),body a:where(.link-btn):where(.btn--diamond):where(.link-btn--xl),body a:where(.link-btn):where(.link-btn--diamond):where(.btn--xl),body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--xl),body button:where(.btn):where(.btn--diamond):where(.btn--xl),body button:where(.btn):where(.btn--diamond):where(.link-btn--xl),body button:where(.btn):where(.link-btn--diamond):where(.btn--xl),body button:where(.btn):where(.link-btn--diamond):where(.link-btn--xl){--btn-border-radius:4px}body a:where(.link-btn):where(.btn--diamond):disabled,body a:where(.link-btn):where(.btn--diamond):where(.link-btn--disabled),body a:where(.link-btn):where(.link-btn--diamond):disabled,body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--disabled),body button:where(.btn):where(.btn--diamond):disabled,body button:where(.btn):where(.btn--diamond):where(.link-btn--disabled),body button:where(.btn):where(.link-btn--diamond):disabled,body button:where(.btn):where(.link-btn--diamond):where(.link-btn--disabled){opacity:.4}body a:where(.link-btn):where(.btn--diamond):where(.btn--outlined),body a:where(.link-btn):where(.btn--diamond):where(.link-btn--outlined),body a:where(.link-btn):where(.link-btn--diamond):where(.btn--outlined),body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--outlined),body button:where(.btn):where(.btn--diamond):where(.btn--outlined),body button:where(.btn):where(.btn--diamond):where(.link-btn--outlined),body button:where(.btn):where(.link-btn--diamond):where(.btn--outlined),body button:where(.btn):where(.link-btn--diamond):where(.link-btn--outlined){--btn-color:#f0f0f0;--btn-color--hover:#c6d2db;--btn-color--active:#6388a7;--btn-color--disabled:#6388a7;--btn-bg:transparent;--btn-bg--hover:transparent;--btn-bg--active:transparent;--btn-bg--disabled:transparent;--btn-border-color:#e3e8ed;--btn-border-color--hover:#c6d2db;--btn-border-color--active:#6388a7;--btn-border-color--disabled:#e3e8ed}@media(pointer:fine){body a:where(.link-btn):where(.btn--diamond):where(.btn--outlined):hover,body a:where(.link-btn):where(.btn--diamond):where(.link-btn--outlined):hover,body a:where(.link-btn):where(.link-btn--diamond):where(.btn--outlined):hover,body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--outlined):hover,body button:where(.btn):where(.btn--diamond):where(.btn--outlined):hover,body button:where(.btn):where(.btn--diamond):where(.link-btn--outlined):hover,body button:where(.btn):where(.link-btn--diamond):where(.btn--outlined):hover,body button:where(.btn):where(.link-btn--diamond):where(.link-btn--outlined):hover{opacity:.8}}body a:where(.link-btn):where(.btn--diamond):where(.btn--outlined):active,body a:where(.link-btn):where(.btn--diamond):where(.link-btn--outlined):active,body a:where(.link-btn):where(.link-btn--diamond):where(.btn--outlined):active,body a:where(.link-btn):where(.link-btn--diamond):where(.link-btn--outlined):active,body button:where(.btn):where(.btn--diamond):where(.btn--outlined):active,body button:where(.btn):where(.btn--diamond):where(.link-btn--outlined):active,body button:where(.btn):where(.link-btn--diamond):where(.btn--outlined):active,body button:where(.btn):where(.link-btn--diamond):where(.link-btn--outlined):active{opacity:.6}body a:where(.link-btn):where(.btn--icon),body a:where(.link-btn):where(.link-btn--icon),body button:where(.btn):where(.btn--icon),body button:where(.btn):where(.link-btn--icon){--btn-min-width:var(--btn-min-height);--btn-padding:8px;--btn-border-radius:2px;--icon-size:20px}body a:where(.link-btn):where(.btn--icon):where(.btn--md),body a:where(.link-btn):where(.btn--icon):where(.link-btn--md),body a:where(.link-btn):where(.link-btn--icon):where(.btn--md),body a:where(.link-btn):where(.link-btn--icon):where(.link-btn--md),body button:where(.btn):where(.btn--icon):where(.btn--md),body button:where(.btn):where(.btn--icon):where(.link-btn--md),body button:where(.btn):where(.link-btn--icon):where(.btn--md),body button:where(.btn):where(.link-btn--icon):where(.link-btn--md){--btn-padding:10px}body a:where(.link-btn):where(.btn--icon):where(.btn--lg),body a:where(.link-btn):where(.btn--icon):where(.link-btn--lg),body a:where(.link-btn):where(.link-btn--icon):where(.btn--lg),body a:where(.link-btn):where(.link-btn--icon):where(.link-btn--lg),body button:where(.btn):where(.btn--icon):where(.btn--lg),body button:where(.btn):where(.btn--icon):where(.link-btn--lg),body button:where(.btn):where(.link-btn--icon):where(.btn--lg),body button:where(.btn):where(.link-btn--icon):where(.link-btn--lg){--btn-padding:12px;--icon-size:24px}body a:where(.link-btn):where(.btn--icon):where(.btn--xl),body a:where(.link-btn):where(.btn--icon):where(.link-btn--xl),body a:where(.link-btn):where(.link-btn--icon):where(.btn--xl),body a:where(.link-btn):where(.link-btn--icon):where(.link-btn--xl),body button:where(.btn):where(.btn--icon):where(.btn--xl),body button:where(.btn):where(.btn--icon):where(.link-btn--xl),body button:where(.btn):where(.link-btn--icon):where(.btn--xl),body button:where(.btn):where(.link-btn--icon):where(.link-btn--xl){--btn-padding:14px;--icon-size:24px}body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)){--btn-color:#150b2c;--btn-color--hover:#150b2c;--btn-color--active:#150b2c;--btn-color--disabled:#150b2c;--btn-bg:linear-gradient(135deg,#f1e0c7,#eedabc 50%,#987952);--btn-bg--hover:#eedabc;--btn-bg--active:#d9c2a2;--btn-bg--disabled:linear-gradient(135deg,#f1e0c7,#eedabc 50%,#987952);--btn-border-color:#eedabc;--btn-border-color--hover:#eedabc;--btn-border-color--active:#d9c2a2;--btn-border-color--disabled:#eedabc;border:1px solid var(--btn-border-color);transition:none}@media(pointer:fine){body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):hover,body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):hover,body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):hover,body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):hover{border-color:var(--btn-border-color--hover)}}body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):active,body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):active,body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):active,body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):active{border-color:var(--btn-border-color--active)}body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):disabled,body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--disabled),body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):disabled,body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):disabled,body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):disabled,body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--disabled){opacity:.5}body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined),body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined){--btn-color:#fff;--btn-color--hover:#eedabc;--btn-color--active:#d9c2a2;--btn-color--disabled:#fff;--btn-bg:transparent;--btn-bg--hover:transparent;--btn-bg--active:transparent;--btn-bg--disabled:hsla(0,0%,100%,.1);--btn-border-color:#eedabc;--btn-border-color--hover:#eedabc;--btn-border-color--active:#d9c2a2;--btn-border-color--disabled:#eedabc}body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):disabled,body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.btn--disabled),body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.link-btn--disabled),body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):disabled,body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.btn--disabled),body a:where(.link-btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.link-btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):disabled,body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.link-btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):disabled,body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.btn--disabled),body a:where(.link-btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):disabled,body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):disabled,body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.btn--disabled),body button:where(.btn):where(.btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):disabled,body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.btn--outlined):where(.link-btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):disabled,body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.btn--disabled),body button:where(.btn):where(.link-btn--vip):where(:not(.btn--diamond):not(.link-btn--diamond):not(.btn--secondary):not(.link-btn--secondary):not(.btn--text):not(.link-btn--text):not(.btn--user-menu):not(.link-btn--user-menu):not(.btn--play):not(.link-btn--play):not(.btn--crypto):not(.link-btn--crypto)):where(.link-btn--outlined):where(.link-btn--disabled){opacity:.5}body a:where(.link-btn):where(.btn--vip):where(.btn--user-menu).current :where(.btn__content),body a:where(.link-btn):where(.btn--vip):where(.btn--user-menu).current :where(.link-btn__content),body a:where(.link-btn):where(.btn--vip):where(.link-btn--user-menu).current :where(.btn__content),body a:where(.link-btn):where(.btn--vip):where(.link-btn--user-menu).current :where(.link-btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.btn--user-menu).current :where(.btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.btn--user-menu).current :where(.link-btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.link-btn--user-menu).current :where(.btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.link-btn--user-menu).current :where(.link-btn__content),body button:where(.btn):where(.btn--vip):where(.btn--user-menu).current :where(.btn__content),body button:where(.btn):where(.btn--vip):where(.btn--user-menu).current :where(.link-btn__content),body button:where(.btn):where(.btn--vip):where(.link-btn--user-menu).current :where(.btn__content),body button:where(.btn):where(.btn--vip):where(.link-btn--user-menu).current :where(.link-btn__content),body button:where(.btn):where(.link-btn--vip):where(.btn--user-menu).current :where(.btn__content),body button:where(.btn):where(.link-btn--vip):where(.btn--user-menu).current :where(.link-btn__content),body button:where(.btn):where(.link-btn--vip):where(.link-btn--user-menu).current :where(.btn__content),body button:where(.btn):where(.link-btn--vip):where(.link-btn--user-menu).current :where(.link-btn__content){-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#f1e0c7,#eedabc 50%,#987952);background-clip:text;-webkit-background-clip:text}body a:where(.link-btn):where(.btn--vip):where(.btn--user-menu):active :where(.btn__content),body a:where(.link-btn):where(.btn--vip):where(.btn--user-menu):active :where(.link-btn__content),body a:where(.link-btn):where(.btn--vip):where(.link-btn--user-menu):active :where(.btn__content),body a:where(.link-btn):where(.btn--vip):where(.link-btn--user-menu):active :where(.link-btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.btn--user-menu):active :where(.btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.btn--user-menu):active :where(.link-btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.link-btn--user-menu):active :where(.btn__content),body a:where(.link-btn):where(.link-btn--vip):where(.link-btn--user-menu):active :where(.link-btn__content),body button:where(.btn):where(.btn--vip):where(.btn--user-menu):active :where(.btn__content),body button:where(.btn):where(.btn--vip):where(.btn--user-menu):active :where(.link-btn__content),body button:where(.btn):where(.btn--vip):where(.link-btn--user-menu):active :where(.btn__content),body button:where(.btn):where(.btn--vip):where(.link-btn--user-menu):active :where(.link-btn__content),body button:where(.btn):where(.link-btn--vip):where(.btn--user-menu):active :where(.btn__content),body button:where(.btn):where(.link-btn--vip):where(.btn--user-menu):active :where(.link-btn__content),body button:where(.btn):where(.link-btn--vip):where(.link-btn--user-menu):active :where(.btn__content),body button:where(.btn):where(.link-btn--vip):where(.link-btn--user-menu):active :where(.link-btn__content){-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#f1e0c7,#eedabc 50%,#987952);background-clip:text;-webkit-background-clip:text}body a:where(.link-btn):where(.btn--crypto),body a:where(.link-btn):where(.link-btn--crypto),body button:where(.btn):where(.btn--crypto),body button:where(.btn):where(.link-btn--crypto){--btn-color:#311671;--btn-color--hover:#311671;--btn-color--active:#311671;--btn-bg:#37fafe;--btn-bg--hover:#00dde2;--btn-bg--active:#93fdff;--btn-border:none;--btn-border--hover:none;--btn-border--active:none;--btn-border--disabled:none;--btn-border-radius:2px}body a:where(.link-btn):where(.btn--loading),body a:where(.link-btn):where(.link-btn--loading),body button:where(.btn):where(.btn--loading),body button:where(.btn):where(.link-btn--loading){--btn-color:transparent;--btn-color--hover:transparent;--btn-color--active:transparent;opacity:.9;pointer-events:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}body a:where(.link-btn):where(.btn--loading):before,body a:where(.link-btn):where(.link-btn--loading):before,body button:where(.btn):where(.btn--loading):before,body button:where(.btn):where(.link-btn--loading):before{animation:spinBtnLoading 1s linear infinite;border-color:#d2d0ca transparent;border-radius:50%;border-style:solid;border-width:2px;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}body a:where(.link-btn):where(.btn--pulse),body a:where(.link-btn):where(.link-btn--pulse),body button:where(.btn):where(.btn--pulse),body button:where(.btn):where(.link-btn--pulse){animation:pulseBtn 1.5s infinite}body a:where(.link-btn):where(.btn--reset),body a:where(.link-btn):where(.link-btn--reset),body button:where(.btn):where(.btn--reset),body button:where(.btn):where(.link-btn--reset){--btn-content-direction:unset;--btn-align-items:unset;--btn-min-height:unset;--btn-min-width:unset;--btn-padding:0;--btn-content-gap:0;--btn-border-radius:0;--btn-font-size:unset;--btn-font-weight:unset;--btn-line-height:unset;--btn-color:unset;--btn-color--hover:unset;--btn-color--active:unset;--btn-color--disabled:unset;--btn-bg:none;--btn-bg--hover:none;--btn-bg--active:none;--btn-bg--disabled:none;--btn-border-color:none;--btn-border-color--hover:none;--btn-border-color--active:none;--btn-border-color--disabled:none;--icon-size:unset}.promo-games{--padding:0px;position:relative}.promo-games .promo-games__btn-more{--top:4px;background:transparent;border:none;color:#fff5e5;cursor:pointer;font-family:Rubik,sans-serif;font-size:10px;font-weight:700;letter-spacing:.08em;line-height:14px;position:absolute;right:calc(var(--right) + var(--padding));text-transform:uppercase;top:calc(var(--top) + var(--padding));z-index:4}@media(min-width:768px){.promo-games .promo-games__btn-more{--top:8px}}@media(min-width:1248px){.promo-games .promo-games__btn-more{--top:12px}}.promo-games .promo-games__btn-more{--right:0px}@media(min-width:768px){.promo-games .promo-games__btn-more{--right:86px}}@media(min-width:1248px){.promo-games .promo-games__btn-more{--right:102px}}@media(min-width:768px){.promo-games .promo-games__btn-more{font-size:12px}}.promo-games .promo-games__btn-more--hide{--right:0px;--top:4px}@media(min-width:960px){.promo-games .promo-games__btn-more--hide{--top:8px}}@media(min-width:1248px){.promo-games .promo-games__btn-more--hide{--top:12px}}.promo-games .catalog__title{font-weight:600;line-height:1.3;margin-bottom:14px;text-transform:capitalize}@media(min-width:768px){.promo-games .catalog__title{margin-bottom:20px}}@media(min-width:960px){.promo-games .catalog__title{margin-bottom:30px}}@media(min-width:1248px){.promo-games .catalog__title{margin-bottom:32px}}@media(min-width:1632px){.promo-games .catalog__title{margin-bottom:28px}}.promo-games--jackpot .promo-games__btn-more,.promo-games--promotion .promo-games__btn-more{--top:2px}@media(min-width:768px){.promo-games--jackpot .promo-games__btn-more,.promo-games--promotion .promo-games__btn-more{--top:8px}}@media(min-width:1248px){.promo-games--jackpot .promo-games__btn-more,.promo-games--promotion .promo-games__btn-more{--top:12px}}@media(min-width:768px){.promo-games--jackpot .promo-games__btn-more,.promo-games--promotion .promo-games__btn-more{font-size:14px}}@media(min-width:1248px){.promo-games--jackpot .promo-games__btn-more,.promo-games--promotion .promo-games__btn-more{font-size:16px}}.promo-games--jackpot .catalog__title,.promo-games--jackpot .slider__head-title,.promo-games--promotion .catalog__title,.promo-games--promotion .slider__head-title{align-self:center;color:#fff;font-size:18px;font-weight:600;line-height:1;text-transform:capitalize}@media(min-width:960px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .slider__head-title,.promo-games--promotion .catalog__title,.promo-games--promotion .slider__head-title{font-size:22px}}@media(min-width:1248px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .slider__head-title,.promo-games--promotion .catalog__title,.promo-games--promotion .slider__head-title{font-size:26px}}@media(min-width:1632px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .slider__head-title,.promo-games--promotion .catalog__title,.promo-games--promotion .slider__head-title{font-size:30px}}.promo-games--jackpot .catalog__title,.promo-games--promotion .catalog__title{align-items:center;display:flex}@media(min-width:768px){.promo-games--jackpot .catalog__title,.promo-games--promotion .catalog__title{margin-bottom:14px}}@media(min-width:960px){.promo-games--jackpot .catalog__title,.promo-games--promotion .catalog__title{margin-bottom:28px}}@media(min-width:768px){.promo-games--jackpot .catalog__title,.promo-games--promotion .catalog__title{min-height:32px}}@media(min-width:1248px){.promo-games--jackpot .catalog__title,.promo-games--promotion .catalog__title{min-height:40px}}.promo-games--jackpot .catalog__title,.promo-games--jackpot .section-slider__head-title{font-size:16px}@media(min-width:768px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .section-slider__head-title{font-size:18px}}@media(min-width:960px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .section-slider__head-title{font-size:20px}}@media(min-width:1248px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .section-slider__head-title{font-size:22px}}@media(min-width:1632px){.promo-games--jackpot .catalog__title,.promo-games--jackpot .section-slider__head-title{font-size:24px}}.promo-games--jackpot .section-slider__head{margin-bottom:24px}@media(min-width:768px){.promo-games--jackpot .section-slider__head{margin-bottom:32px}}.promo-games--jackpot .section-slider__wrap:not(.section-slider__wrap--mobile-slider){padding:0}.promo-games--jackpot .section-slider__wrap{margin-right:calc(var(--padding)*-1)}.promo-games--jackpot .promo-games__btn-more{font-size:10px}@media(min-width:768px){.promo-games--jackpot .promo-games__btn-more{font-size:12px}}.promo-games--with-bg{--padding:24px;background:#4c26aa;overflow:hidden;padding:var(--padding)}@media(min-width:768px){.promo-games--with-bg{--padding:20px}}@media(min-width:960px){.promo-games--with-bg{--padding:28px}}@media(min-width:1248px){.promo-games--with-bg{--padding:36px}}@media(min-width:1632px){.promo-games--with-bg{--padding:48px}}.promo-games--with-bg{border-radius:8px}@media(min-width:768px){.promo-games--with-bg{border-radius:12px}}.promo-games--with-bg .catalog__title,.promo-games--with-bg .slider__head-title{color:#fff}.promo-games--exclusive .promo-games__btn-more{color:#4c25a9}.promo-games--exclusive .promo-games__btn-more:hover{opacity:.8}.promo-games--exclusive .slider{overflow:visible}.promo-games--exclusive .slider__list{margin:0 calc(var(--container-padding)*-1);padding:0}@media(min-width:768px){.promo-games--exclusive .slider__list{padding:0 var(--container-padding)}}.promo-games--diamond .catalog__title,.promo-games--diamond .slider__head-title{color:#fff}.promo-games--diamond .slider-controls__button.btn{background:linear-gradient(180deg,#90a7ba,#e3e8ed);border:none;border-radius:4px;box-shadow:3px 3px 10px 0 rgba(120,132,149,.08);color:#0b2a4a}.promo-games--diamond .slider-controls__button.btn:hover{background:linear-gradient(180deg,#65859f,#e3e8ed);color:#0b2a4a}.promo-games--diamond .slider-controls__button.btn:active{background:linear-gradient(180deg,#4b779b,#b1c1cd);color:#0b2a4a}.body--vip .promo-games--diamond .catalog__title,.body--vip .promo-games--diamond .slider__head-title{color:#fff}.body--vip .promo-games--diamond .slider-controls__button.btn{background:linear-gradient(180deg,#90a7ba,#e3e8ed);border:none;border-radius:4px;box-shadow:3px 3px 10px 0 rgba(120,132,149,.08);color:#0b2a4a}.body--vip .promo-games--diamond .slider-controls__button.btn:hover{background:linear-gradient(180deg,#65859f,#e3e8ed);color:#0b2a4a}.body--vip .promo-games--diamond .slider-controls__button.btn:active{background:linear-gradient(180deg,#4b779b,#b1c1cd);color:#0b2a4a}.catalog__title{margin:0 0 16px}.catalog__list{grid-column-gap:13px;grid-row-gap:20px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.catalog__list{grid-column-gap:13px;grid-row-gap:20px;grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.catalog__list{grid-column-gap:13px;grid-row-gap:24px;grid-template-columns:repeat(4,1fr)}}@media(min-width:1248px){.catalog__list{grid-column-gap:15px;grid-row-gap:24px;grid-template-columns:repeat(6,1fr)}}@media(min-width:1632px){.catalog__list{grid-column-gap:20px;grid-row-gap:24px;grid-template-columns:repeat(6,1fr)}}@media(min-width:1920px){.catalog__list{grid-column-gap:20px;grid-row-gap:24px;grid-template-columns:repeat(6,1fr)}}.catalog__list--jackpots{grid-gap:10px;grid-template-columns:repeat(2,1fr)}@media(min-width:576px){.catalog__list--jackpots{grid-gap:10px;grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.catalog__list--jackpots{grid-gap:13px 18px;grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.catalog__list--jackpots{grid-gap:13px 18px;grid-template-columns:repeat(5,1fr)}}@media(min-width:1248px){.catalog__list--jackpots{grid-gap:15px 20px;grid-template-columns:repeat(5,1fr)}}@media(min-width:1632px){.catalog__list--jackpots{grid-gap:15px 20px;grid-template-columns:repeat(6,1fr)}}@media(min-width:1920px){.catalog__list--jackpots{grid-gap:20px 27px;grid-template-columns:repeat(6,1fr)}}.catalog .catalog__btn.btn{display:flex;margin:20px auto 0}@media(min-width:960px){.catalog .catalog__btn.btn{margin-top:32px}}@media(min-width:1632px){.catalog .catalog__btn.btn{margin-top:46px}}.catalog{display:block;margin:0;overflow:hidden;padding:0;width:100%}.catalog__not-found{color:#4c25a9;text-transform:uppercase}.catalog__title{flex:1;font-size:18px;font-weight:500;line-height:1.4;text-transform:capitalize}@media(min-width:960px){.catalog__title{font-size:22px}}@media(min-width:1248px){.catalog__title{font-size:26px}}@media(min-width:1632px){.catalog__title{font-size:30px}}.catalog__list{--catalog-row-games:2;--catalog-row-games--xs:3;--catalog-row-games--sm:6;--catalog-row-games--md:6;--catalog-row-games--lg:6;--catalog-row-games--xl:6;--catalog-row-games--xxl:7;--catalog-gap:19px 19px;--catalog-gap--xs:10px 10px;--catalog-gap--sm:14px 9px;--catalog-gap--md:12px 12px;--catalog-gap--lg:12px 12px;--catalog-gap--xl:22px 22px;--catalog-gap--xxl:16px 14px;--columns:var(--catalog-row-games);--gap:var(--catalog-gap);display:grid;gap:var(--gap);grid-auto-flow:row;grid-template-columns:repeat(var(--columns),1fr);width:100%}@media(min-width:576px){.catalog__list{--columns:var(--catalog-row-games--xs);--gap:var(--catalog-gap--xs)}}@media(min-width:screen-sm){.catalog__list{--columns:var(--catalog-row-games--sm);--gap:var(--catalog-gap--sm)}}@media(min-width:960px){.catalog__list{--columns:var(--catalog-row-games--md);--gap:var(--catalog-gap--md)}}@media(min-width:1248px){.catalog__list{--columns:var(--catalog-row-games--lg);--gap:var(--catalog-gap--lg)}}@media(min-width:1632px){.catalog__list{--columns:var(--catalog-row-games--xl);--gap:var(--catalog-gap--xl)}}@media(min-width:1920px){.catalog__list{--columns:var(--catalog-row-games--xxl);--gap:var(--catalog-gap--xxl)}}.catalog__list--inactive{padding-top:32px}@media(min-width:768px){.catalog__list--two-rows{--columns:var(--catalog-row-games--sm);--gap:var(--catalog-gap--sm)}}@media(min-width:960px){.catalog__list--two-rows{--gap:28px 12px}}@media(min-width:1920px){.catalog__list--two-rows{--columns:6}}.catalog__item{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0;padding:0;width:100%}.catalog__btn{display:flex;margin:42px auto 0}@media(min-width:768px){.catalog__btn{margin-top:48px}}.catalog__btn-wrap{display:flex;justify-content:center}.catalog .games-block-default__game-item{aspect-ratio:222/322}.game-inactive{border-radius:8px;flex-direction:column;overflow:hidden}.game-inactive,.game-inactive__block-img{display:flex;margin:0;padding:0;position:relative;width:100%}.game-inactive__block-img{align-items:center;background-color:#4c26aa;font-size:0;justify-content:center;opacity:.6}.game-inactive__img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.game-inactive__date{color:#aea3c8;font-size:14px;font-weight:500;letter-spacing:0;line-height:1;padding:8px 0 0 2px}@media(min-width:960px){.game-inactive__date{font-size:16px}}.live-stream-streams,.section-games{display:block;margin:0;overflow:hidden;padding:0;width:100%}@media(max-width:767px){.live-stream-streams,.section-games{padding-bottom:10px}}.live-stream-streams__not-found,.section-games__not-found{color:#999;text-transform:uppercase}.live-stream-streams__list:before,.section-games__list:before{background:linear-gradient(90deg,transparent,#fff5e5);bottom:0;content:"";pointer-events:none;position:absolute;right:0;top:0;width:25px;z-index:2}@media(max-width:767px){.live-stream-streams__list:before,.section-games__list:before{bottom:10px}}@media(min-width:768px){.live-stream-streams__list:before,.section-games__list:before{width:75px}}.section-games__list--rectangle:before{bottom:47px}@media(max-width:767px){.section-games__list--rectangle:before{bottom:57px}}.section-games__list--rectangle .games-slider__controls{top:calc(50% - 23.5px)}.section-games__list--default:before{bottom:30px}@media(max-width:767px){.section-games__list--default:before{bottom:40px}}.section-games__list--default .games-slider__controls{top:calc(50% - 15px)}.live-stream-streams__wrap,.section-games__wrap{position:relative}@media(max-width:767px){.live-stream-streams__wrap .container,.section-games__wrap .container{overflow-x:auto}}.live-stream-streams .title-with-link,.section-games .title-with-link{margin-bottom:12px}@media(min-width:768px){.live-stream-streams .title-with-link,.section-games .title-with-link{margin-bottom:16px}}.title-with-link__wrap{align-items:center;display:flex;flex-wrap:wrap}.title-with-link__title{flex:1;font-size:18px;font-weight:500;line-height:1.4;text-transform:capitalize}@media(min-width:960px){.title-with-link__title{font-size:22px}}@media(min-width:1248px){.title-with-link__title{font-size:26px}}@media(min-width:1632px){.title-with-link__title{font-size:30px}}.body--de .entry .section-games .title-with-link__title{text-transform:none}.title-with-link__link{color:rgba(76,37,169,.9);font-size:10px;font-weight:600;line-height:1.3;margin-left:15px;text-transform:uppercase;transition:color .3s ease}@media(min-width:768px){.title-with-link__link{font-size:12px}}.title-with-link__link:hover{opacity:.8}.title-with-link--bottom-space{padding-bottom:14px}@media(min-width:960px){.title-with-link--bottom-space{padding-bottom:28px}}.games-slider.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;display:block;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.games-slider.slick-slider .slick-list{display:block;margin:0;padding:0;position:relative}.games-slider.slick-slider .slick-list:focus{outline:none}.games-slider.slick-slider .slick-list.dragging{cursor:pointer;cursor:hand}.games-slider.slick-slider .slick-list,.games-slider.slick-slider .slick-track{transform:translateZ(0)}.games-slider.slick-slider .slick-track{display:flex;left:0;margin-left:0;margin-right:auto;position:relative;top:0;transition-delay:10ms}.games-slider.slick-slider .slick-track:after,.games-slider.slick-slider .slick-track:before{content:"";display:table}.games-slider.slick-slider .slick-track:after{clear:both}.slick-loading .games-slider.slick-slider .slick-track{visibility:hidden}.games-slider.slick-slider .slick-slide{display:none;float:left;height:auto;min-height:1px;padding-right:10px}@media(min-width:768px){.games-slider.slick-slider .slick-slide{padding-right:12px}}@media(min-width:960px){.games-slider.slick-slider .slick-slide{padding-right:14px}}@media(min-width:1248px){.games-slider.slick-slider .slick-slide{padding-right:15px}}@media(min-width:1632px){.games-slider.slick-slider .slick-slide{padding-right:20px}}.games-slider.slick-slider .slick-slide>div{display:flex;height:100%}[dir=rtl] .games-slider.slick-slider .slick-slide{float:right}.games-slider.slick-slider .slick-slide img:not(.image--hidden){display:block}.games-slider.slick-slider .slick-slide.slick-loading img{display:none}.games-slider.slick-slider .slick-slide.dragging img{pointer-events:none}.games-slider.slick-slider.slick-initialized .slick-slide{display:block}.games-slider.slick-slider.slick-loading .slick-slide{visibility:hidden}.games-slider.slick-slider.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.games-slider.slick-slider .slick-arrow.slick-hidden,.games-slider__controls{display:none}@media(min-width:768px){.games-slider__controls{display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:3}}.games-slider__button,.games-slider__button.btn{align-items:center;border-radius:4px;display:flex;justify-content:center;padding:3px}.games-slider__button--navigation,.games-slider__button.btn--navigation{min-height:34px;min-width:34px}.games-slider__button--next,.games-slider__button--next.btn,.games-slider__button.btn--next,.games-slider__button.btn--next.btn{margin-top:8px}.games-slider__horiz-scroll{display:flex;padding-bottom:10px}.games-slider__horiz-scroll .game-slider__item{padding-right:10px}.games-slider__horiz-scroll .game{width:110px}.games-slider__horiz-scroll .animation-game{width:285px}.games-slider__horiz-scroll .large-game{width:160px}.games-slider__horiz-scroll .rectangle-game{width:300px}.body--vip .games-slider__button{background:linear-gradient(135deg,#f1e0c7,#eedabc 50%,#987952);border:1px solid #eedabc;border-radius:2px;color:#150b2c}.livespins-active-stream-tile{cursor:pointer}.section__not-found{color:#999;text-transform:uppercase}@keyframes ringBell{12.5%,62.5%{transform:rotate(30deg)}37.5%,87.5%{transform:rotate(-30deg)}}@keyframes spinBtnLoading{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(.7)}to{transform:translate(-50%,-50%) rotate(1turn) scale(1)}}@keyframes pulseBtn{0%,to{transform:scale(.9)}50%{transform:scale(1)}}.animation-game{display:block;margin:0;padding:0;position:relative;width:100%}.animation-game__favorite{background:transparent none;border:none;box-shadow:none;color:#fbe3a3;cursor:pointer;display:block;font-size:24px;line-height:1;margin:0;opacity:1;outline:none;padding:0;position:absolute;right:6px;text-shadow:none;top:6px;transition:color .3s ease,opacity .3s ease;z-index:5}@media(min-width:1248px){.animation-game__favorite{opacity:0}}.animation-game__favorite:active,.animation-game__favorite:focus,.animation-game__favorite:hover{background:transparent none;outline:none}.animation-game__favorite:hover{color:#fbe3a3}@media(min-width:1248px){.animation-game:hover .animation-game__favorite{opacity:1}}.animation-game__label-list{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:6px;justify-content:flex-start;left:8px;opacity:0;position:absolute;top:-8px;transition:.6s cubic-bezier(0,0,.51,1.59);width:auto;z-index:5}@media(min-width:1248px){.animation-game__label-list{left:12px}}.animation-game__label{align-items:center;background-color:#324383;border-radius:6px;box-shadow:0 2.60104px 0 rgba(0,0,0,.2);color:#fff5e5;display:inline-flex;flex-direction:row;flex-wrap:nowrap;font-size:10px;font-weight:900;height:auto;justify-content:center;line-height:1.2;min-width:34px;padding:5px 10px;text-align:center;text-transform:uppercase;width:auto}@media(min-width:960px){.animation-game__label{font-size:12px}}@media(min-width:1248px){.animation-game__label{font-size:14px}}@media(min-width:1632px){.animation-game__label{font-size:18px}}.animation-game__label--sticker{background:transparent;height:auto;min-height:auto;min-width:30px;padding:0}.animation-game__label--sticker img{background-color:#fff5e5;border:1px solid rgba(0,0,0,.09);border-radius:50%;max-width:100%;padding:3px;width:30px}@media(min-width:768px){.animation-game__label--sticker img{padding:5px;width:35px}}.animation-game__label--top{background-color:#31a1ba}.animation-game__label--new{background-color:#ffc107}.animation-game__label--live{background-color:#e31351;text-shadow:0 1.30052px 0 #e31351}.animation-game__label--stream{background-color:#18181d;text-shadow:0 1.30052px 0 #18181d}.animation-game__block-img{border-radius:10px;display:flex;font-size:0;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.animation-game__block-img--bg:before{background-image:url(/images/livespins-text.752223be..webp);background-position:bottom;background-size:cover;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.animation-game__img{border:none;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;position:relative;transition:.4s ease-out;width:100%;z-index:2}.animation-game__animation{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.animation-game__animation:after,.animation-game__animation:before{background-size:cover;content:"";left:0;position:absolute;transition:.6s cubic-bezier(0,0,.51,1.59);width:100%}.animation-game__animation:before{background-image:url(/images/livespins-bg.2ca7b85d..webp);height:110%;top:-10%;z-index:1}.animation-game__animation:after{background-image:url(/images/livespins-bg-hover.8a28f2e9..webp);height:100%;opacity:0;top:0;z-index:2}.animation-game__animation-position{height:100%;left:0;position:absolute;top:0;width:100%}.animation-game__animation-elements{z-index:3}.animation-game__animation-elem{position:absolute;transition:.6s cubic-bezier(0,0,.51,1.59)}.animation-game__animation-elem-0{bottom:10%;left:0;max-width:15%}.animation-game__animation-elem-1{bottom:36%;left:6%;max-width:13%}.animation-game__animation-elem-2{bottom:57%;left:0;max-width:10%}.animation-game__animation-elem-3{bottom:61%;left:12%;max-width:11%}.animation-game__animation-elem-4{bottom:40%;left:20%;max-width:11%}.animation-game__animation-elem-5{bottom:52%;left:29%;max-width:9%}.animation-game__animation-elem-6{bottom:67%;left:28%;max-width:8%}.animation-game__animation-elem-7{bottom:54%;max-width:5%;right:26%}.animation-game__animation-elem-8{bottom:32%;max-width:12%;right:17%}.animation-game__animation-elem-9{bottom:58%;max-width:5%;right:18%}.animation-game__animation-elem-10{bottom:69%;max-width:9%;right:9%}.animation-game__animation-elem-11{bottom:43%;max-width:10%;right:7%}.animation-game__animation-elem-12{bottom:51%;max-width:5%;right:0}.animation-game__button{--btn-font-size:0;background:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}.animation-game__button:hover{background:none}.animation-game--s3 .animation-game__animation{height:110%;left:-25%;width:150%}.animation-game:hover .animation-game__animation:before{top:-5%}.animation-game:hover .animation-game__animation:after{opacity:1}.animation-game:hover .animation-game__label-list{opacity:1;top:8px}@media(min-width:1248px){.animation-game:hover .animation-game__label-list{top:12px}}.animation-game:hover .animation-game__img{transform:scale(1.2);transition:.6s cubic-bezier(0,0,.51,1.59)}.animation-game:hover .animation-game__animation-elem-0{bottom:0;left:4%;transform:scale(1.7)}.animation-game:hover .animation-game__animation-elem-1{bottom:46%;left:13%;transform:scale(1.5)}.animation-game:hover .animation-game__animation-elem-2{bottom:63%;left:0;transform:scale(1.7)}.animation-game:hover .animation-game__animation-elem-3{bottom:82%;left:14%;transform:scale(1.5)}.animation-game:hover .animation-game__animation-elem-4{bottom:22%;left:18%;transform:scale(1.8)}.animation-game:hover .animation-game__animation-elem-5{bottom:55%;left:32%;transform:scale(1.2)}.animation-game:hover .animation-game__animation-elem-6{bottom:74%;left:31%;transform:scale(2.4)}.animation-game:hover .animation-game__animation-elem-7{bottom:52%;right:27%;transform:scale(2.3)}.animation-game:hover .animation-game__animation-elem-8{bottom:34%;right:12%;transform:scale(1.5)}.animation-game:hover .animation-game__animation-elem-9{bottom:66%;right:15%;transform:scale(2)}.animation-game:hover .animation-game__animation-elem-10{bottom:85%;right:9%;transform:scale(1.9)}.animation-game:hover .animation-game__animation-elem-11{bottom:13%;right:6%;transform:scale(2.2)}.animation-game:hover .animation-game__animation-elem-12{bottom:54%;right:2%;transform:scale(3)}