@truelab/truelogic 3.11.0 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/preloader.html +1 -1
  2. package/dist/truelogic.min.css +1 -1
  3. package/dist/truelogic.min.js +1 -1
  4. package/dist/types/src/app/lib/singletones/publicEmitter.d.ts +1 -0
  5. package/dist/types/src/app/store.d.ts +20 -35
  6. package/dist/types/src/entities/autoplay/model/autoPlaySlice.d.ts +4 -7
  7. package/dist/types/src/entities/bonus/index.d.ts +2 -1
  8. package/dist/types/src/entities/bonus/model/bonusSlice.d.ts +1155 -44
  9. package/dist/types/src/entities/bonus/ui/BonusDescription/BonusDescription.d.ts +4 -2
  10. package/dist/types/src/entities/bonus/ui/BonusDescription/BonusDescription.stories.d.ts +7 -1
  11. package/dist/types/src/entities/bonus/ui/BonusFeatureCard/BonusFeatureCard.d.ts +3 -2
  12. package/dist/types/src/entities/bonus/ui/BonusFeatureCard/BonusFeatureCard.stories.d.ts +1209 -6
  13. package/dist/types/src/entities/stake/index.d.ts +1 -1
  14. package/dist/types/src/entities/stake/model/stakeSlice.d.ts +4 -1
  15. package/dist/types/src/entities/topLine/model/topLineSlice.test.d.ts +1 -0
  16. package/dist/types/src/sandbox/config.d.ts +1 -0
  17. package/dist/types/src/shared/lib/constants/widgetZIndex.d.ts +1 -0
  18. package/dist/types/src/shared/lib/singletones/gameEmitter.d.ts +1 -1
  19. package/dist/types/src/shared/lib/store/redux.d.ts +8 -14
  20. package/dist/types/src/shared/lib/tests/utils/getPreloadedState.d.ts +4 -7
  21. package/dist/types/src/shared/lib/tests/utils/setupTestStore.d.ts +8 -14
  22. package/dist/types/src/shared/model/bonus/types.d.ts +1 -0
  23. package/dist/types/src/shared/model/colorTheme/types.d.ts +2 -2
  24. package/dist/types/src/shared/model/modals/modalsSlice.d.ts +1 -1
  25. package/dist/types/src/shared/ui/FixedHeightLabel/FixedHeightLabel.d.ts +13 -0
  26. package/dist/types/src/shared/ui/FixedHeightLabel/index.d.ts +1 -0
  27. package/dist/types/src/truelogic.d.ts +8 -0
  28. package/dist/types/src/widgets/modals/index.d.ts +0 -1
  29. package/dist/types/src/widgets/modals/ui/ModalBonusFeature/ModalBonusFeature.stories.d.ts +18 -0
  30. package/dist/types/tailwind.config.d.ts +1 -0
  31. package/package.json +1 -1
  32. package/dist/types/src/widgets/modals/ui/ModalBonusConfirm/ModalBonusConfirm.d.ts +0 -1
  33. package/dist/types/src/widgets/modals/ui/ModalBonusConfirm/ModalBonusConfirm.stories.d.ts +0 -23
  34. package/dist/types/src/widgets/modals/ui/ModalBonusConfirm/index.d.ts +0 -1
@@ -1 +1 @@
1
- <div id="truelogic-preloader" aria-busy="true"><style>@keyframes rotate{from{transform:rotate(225deg)}to{transform:rotate(585deg)}}@keyframes fade-white{0%,25%{opacity:1}50%,75%{opacity:0}100%,87.5%{opacity:1}}@keyframes fade-red{0%,12.5%{opacity:0}25%,37.5%{opacity:1}100%,50%{opacity:0}}@keyframes fade-orange{0%,37.5%{opacity:0}50%,62.5%{opacity:1}100%,75%{opacity:0}}@keyframes fade-yellow{0%,62.5%{opacity:0}75%,87.5%{opacity:1}100%{opacity:0}}#truelogic-preloader{width:100vw;height:100dvh;left:0;top:0;background:#000;position:fixed;box-sizing:border-box;z-index:2147483647}#truelogic-preloader *{box-sizing:border-box}#truelogic-preloader .preloader-main{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}#truelogic-preloader .gradient-mask{width:42px;height:42px;padding:5px;position:relative;flex-shrink:0;transform:rotate(45deg);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}#truelogic-preloader .preloader-slogan{margin:24px 0 0;padding:0;display:block;width:123px;height:auto;flex-shrink:0}#truelogic-preloader .preloader-error-overlay{position:absolute;inset:0;z-index:2;padding:24px 16px 96px;background:#000}#truelogic-preloader .preloader-error-overlay[hidden]{display:none!important}#truelogic-preloader .preloader-error-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(330px,calc(100vw - 32px));display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}#truelogic-preloader .preloader-error-icon{width:60px;height:54px;opacity:.7;flex-shrink:0}#truelogic-preloader .preloader-error-icon svg{display:block;width:100%;height:100%}#truelogic-preloader .preloader-error-text{display:flex;flex-direction:column;align-items:center;gap:14px;color:#fff}#truelogic-preloader .preloader-error-title{margin:0;font-family:Roboto,Arial,sans-serif;font-size:20px;line-height:20px;font-weight:700;letter-spacing:2px;text-transform:uppercase}#truelogic-preloader .preloader-error-message{width:100%;margin:0;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;line-height:21px;font-weight:400;overflow-wrap:anywhere;text-wrap:balance}#truelogic-preloader .logo,#truelogic-preloader .preloader-error-logo{position:absolute;left:50%;bottom:56px;width:112px;height:18px;transform:translateX(-50%);opacity:.4}#truelogic-preloader.preloader-error-visible .logo,#truelogic-preloader.preloader-error-visible .preloader-main{display:none}#truelogic-preloader .gradient-rotator{width:200%;height:200%;margin:-50%;position:relative;animation:rotate 2s linear infinite;transform-origin:center;backface-visibility:hidden;transform:translateZ(0);will-change:transform;isolation:isolate}#truelogic-preloader .gradient-rotator .gradient-layer{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;transform:translateZ(0);will-change:opacity;pointer-events:none}#truelogic-preloader .gradient-rotator .gradient-layer-white{background:conic-gradient(from 0deg,transparent 0deg,#fff 360deg);animation:fade-white 2s linear infinite;z-index:1}#truelogic-preloader .gradient-rotator .gradient-layer-red{background:conic-gradient(from 0deg,transparent 0deg,#f05 360deg);animation:fade-red 2s linear infinite;z-index:2}#truelogic-preloader .gradient-rotator .gradient-layer-orange{background:conic-gradient(from 0deg,#ff005500 0deg,#ff392a 180deg,#f77100 360deg);animation:fade-orange 2s linear infinite;z-index:3}#truelogic-preloader .gradient-rotator .gradient-layer-yellow{background:conic-gradient(from 0deg,rgba(255,115,0,0) 0deg,#ff974140 90deg,#ffba8180 180deg,#fff 360deg);animation:fade-yellow 2s linear infinite;z-index:4}@media (orientation:landscape){#truelogic-preloader .logo,#truelogic-preloader .preloader-error-logo{bottom:28px}#truelogic-preloader .preloader-error-overlay{padding-bottom:68px}}@media (max-height:420px){#truelogic-preloader .preloader-error-overlay{padding-bottom:56px}#truelogic-preloader .preloader-error-content{top:46%;width:min(300px,calc(100vw - 24px));gap:20px}#truelogic-preloader .preloader-error-icon{width:48px;height:43px}#truelogic-preloader .preloader-error-text{gap:10px}#truelogic-preloader .preloader-error-title{font-size:18px;line-height:18px;letter-spacing:1.8px}#truelogic-preloader .preloader-error-message{font-size:13px;line-height:18px}}@media (max-height:360px){#truelogic-preloader .preloader-error-content{top:43%;gap:14px}#truelogic-preloader .preloader-error-icon{width:40px;height:36px}#truelogic-preloader .preloader-error-title{font-size:16px;line-height:16px;letter-spacing:1.6px}#truelogic-preloader .preloader-error-message{font-size:12px;line-height:16px}}</style><div class="preloader-main"><div class="gradient-mask"><div class="gradient-rotator"><div class="gradient-layer gradient-layer-white"></div><div class="gradient-layer gradient-layer-red"></div><div class="gradient-layer gradient-layer-orange"></div><div class="gradient-layer gradient-layer-yellow"></div></div></div><svg class="preloader-slogan" width="123" height="15" viewBox="0 0 123 15" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Play like a legend"><title>Play like a legend</title><g clip-path="url(#clip0_16709_32665)"><path d="M120.929 11.0001V9.89613C120.353 10.6641 119.425 11.1921 118.401 11.1921C116.385 11.1921 114.945 9.67213 114.945 7.14413C114.945 4.66413 116.385 3.08013 118.401 3.08013C119.393 3.08013 120.305 3.56013 120.929 4.39213V0.328125H122.369V11.0001H120.929ZM120.929 8.79213V5.49613C120.529 4.87213 119.665 4.36013 118.785 4.36013C117.345 4.36013 116.449 5.52813 116.449 7.14413C116.449 8.74413 117.345 9.91213 118.785 9.91213C119.665 9.91213 120.529 9.41613 120.929 8.79213Z" fill="white"/><path d="M111.704 11.0001V6.05608C111.704 4.77608 111.048 4.36008 110.056 4.36008C109.16 4.36008 108.344 4.90408 107.928 5.48008V11.0001H106.488V3.27208H107.928V4.36008C108.44 3.73608 109.464 3.08008 110.664 3.08008C112.296 3.08008 113.144 3.94408 113.144 5.57608V11.0001H111.704Z" fill="white"/><path d="M97.0547 7.12808C97.0547 4.88808 98.6707 3.08008 100.927 3.08008C103.247 3.08008 104.687 4.88808 104.687 7.25608V7.60808H98.5747C98.6867 8.92008 99.6467 10.0081 101.199 10.0081C102.015 10.0081 102.911 9.68808 103.487 9.09608L104.159 10.0401C103.391 10.7921 102.303 11.1921 101.055 11.1921C98.7507 11.1921 97.0547 9.56008 97.0547 7.12808ZM100.927 4.26408C99.3747 4.26408 98.6387 5.51208 98.5587 6.56808H103.279C103.247 5.54408 102.559 4.26408 100.927 4.26408Z" fill="white"/><path d="M88.2363 12.9841L88.9243 11.9281C89.5643 12.6641 90.3483 12.9521 91.4043 12.9521C92.6043 12.9521 93.8043 12.3761 93.8043 10.7441V9.73608C93.2123 10.5041 92.3003 11.0641 91.2603 11.0641C89.2603 11.0641 87.8203 9.59208 87.8203 7.06408C87.8203 4.58408 89.2603 3.08008 91.2603 3.08008C92.2683 3.08008 93.1803 3.56008 93.8043 4.39208V3.27208H95.2443V10.6961C95.2443 13.3521 93.3083 14.1361 91.4043 14.1361C90.1083 14.1361 89.1643 13.8641 88.2363 12.9841ZM93.8043 8.63208V5.49608C93.4043 4.87208 92.5243 4.36008 91.6603 4.36008C90.2203 4.36008 89.3243 5.48008 89.3243 7.06408C89.3243 8.66408 90.2203 9.78408 91.6603 9.78408C92.5243 9.78408 93.4043 9.25608 93.8043 8.63208Z" fill="white"/><path d="M78.8672 7.12808C78.8672 4.88808 80.4832 3.08008 82.7392 3.08008C85.0592 3.08008 86.4992 4.88808 86.4992 7.25608V7.60808H80.3872C80.4992 8.92008 81.4592 10.0081 83.0112 10.0081C83.8272 10.0081 84.7232 9.68808 85.2992 9.09608L85.9712 10.0401C85.2032 10.7921 84.1152 11.1921 82.8672 11.1921C80.5632 11.1921 78.8672 9.56008 78.8672 7.12808ZM82.7392 4.26408C81.1872 4.26408 80.4512 5.51208 80.3712 6.56808H85.0912C85.0592 5.54408 84.3712 4.26408 82.7392 4.26408Z" fill="white"/><path d="M75.6133 11.0001V0.328125H77.0533V11.0001H75.6133Z" fill="white"/><path d="M67.7404 11.0001V10.1521C67.1324 10.8241 66.2524 11.1921 65.2124 11.1921C63.9324 11.1921 62.5244 10.3281 62.5244 8.63208C62.5244 6.87208 63.9164 6.10408 65.2124 6.10408C66.2524 6.10408 67.1484 6.44008 67.7404 7.12808V5.84808C67.7404 4.88808 66.9564 4.31208 65.8524 4.31208C64.9724 4.31208 64.2204 4.64808 63.5324 5.33608L62.9084 4.34408C63.7724 3.49608 64.8284 3.08008 66.0764 3.08008C67.7564 3.08008 69.1804 3.81608 69.1804 5.78408V11.0001H67.7404ZM67.7404 9.30408V7.99208C67.3084 7.41608 66.5564 7.11208 65.7564 7.11208C64.7164 7.11208 63.9804 7.73608 63.9804 8.64808C63.9804 9.56008 64.7164 10.1841 65.7564 10.1841C66.5564 10.1841 67.3084 9.88008 67.7404 9.30408Z" fill="white"/><path d="M49.4141 7.12808C49.4141 4.88808 51.0301 3.08008 53.2861 3.08008C55.6061 3.08008 57.0461 4.88808 57.0461 7.25608V7.60808H50.9341C51.0461 8.92008 52.0061 10.0081 53.5581 10.0081C54.3741 10.0081 55.2701 9.68808 55.8461 9.09608L56.5181 10.0401C55.7501 10.7921 54.6621 11.1921 53.4141 11.1921C51.1101 11.1921 49.4141 9.56008 49.4141 7.12808ZM53.2861 4.26408C51.7341 4.26408 50.9981 5.51208 50.9181 6.56808H55.6381C55.6061 5.54408 54.9181 4.26408 53.2861 4.26408Z" fill="white"/><path d="M47.1567 11.0001L44.5807 7.67213L43.4127 8.85613V11.0001H41.9727V0.328125H43.4127V7.19213L47.1407 3.27213H48.9487L45.6207 6.77613L48.9807 11.0001H47.1567Z" fill="white"/><path d="M38.9417 1.97574C38.4457 1.97574 38.0137 1.57574 38.0137 1.06374C38.0137 0.551742 38.4457 0.135742 38.9417 0.135742C39.4537 0.135742 39.8697 0.551742 39.8697 1.06374C39.8697 1.57574 39.4537 1.97574 38.9417 1.97574ZM38.2377 10.9997V3.27174H39.6777V10.9997H38.2377Z" fill="white"/><path d="M34.5039 11.0001V0.328125H35.9439V11.0001H34.5039Z" fill="white"/><path d="M22.2651 12.728C22.4411 12.808 22.7131 12.856 22.9051 12.856C23.4331 12.856 23.7851 12.68 24.0251 12.104L24.4731 11.08L21.2891 3.27197H22.8251L25.2411 9.33597L27.6571 3.27197H29.2091L25.4011 12.472C24.9051 13.688 24.0571 14.12 22.9371 14.136C22.6971 14.136 22.2651 14.088 22.0411 14.024L22.2651 12.728Z" fill="white"/><path d="M18.6779 11.0001V10.1521C18.0699 10.8241 17.1899 11.1921 16.1499 11.1921C14.8699 11.1921 13.4619 10.3281 13.4619 8.63208C13.4619 6.87208 14.8539 6.10408 16.1499 6.10408C17.1899 6.10408 18.0859 6.44008 18.6779 7.12808V5.84808C18.6779 4.88808 17.8939 4.31208 16.7899 4.31208C15.9099 4.31208 15.1579 4.64808 14.4699 5.33608L13.8459 4.34408C14.7099 3.49608 15.7659 3.08008 17.0139 3.08008C18.6939 3.08008 20.1179 3.81608 20.1179 5.78408V11.0001H18.6779ZM18.6779 9.30408V7.99208C18.2459 7.41608 17.4939 7.11208 16.6939 7.11208C15.6539 7.11208 14.9179 7.73608 14.9179 8.64808C14.9179 9.56008 15.6539 10.1841 16.6939 10.1841C17.4939 10.1841 18.2459 9.88008 18.6779 9.30408Z" fill="white"/><path d="M10.1758 11.0001V0.328125H11.6158V11.0001H10.1758Z" fill="white"/><path d="M0.660156 11.0001V0.328125H5.15616C7.34816 0.328125 8.56416 1.83213 8.56416 3.60813C8.56416 5.38413 7.33216 6.88813 5.15616 6.88813H2.26016V11.0001H0.660156ZM6.91616 3.60813C6.91616 2.48813 6.10016 1.73612 4.94816 1.73612H2.26016V5.48013H4.94816C6.10016 5.48013 6.91616 4.72813 6.91616 3.60813Z" fill="white"/></g><defs><clipPath id="clip0_16709_32665"><rect width="123" height="15" fill="white"/></clipPath></defs></svg></div><div class="preloader-error-overlay" hidden><div class="preloader-error-content" role="alert" aria-live="assertive"><div class="preloader-error-icon" aria-hidden="true"><svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" viewBox="0 0 60 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9C0 4.02944 4.02944 0 9 0H51C55.9706 0 60 4.02944 60 9V42C60 48.6274 54.6274 54 48 54H12C5.37258 54 0 48.6274 0 42V9Z" fill="white" fill-opacity="0.2"/><rect y="10" width="60" height="2" fill="white" fill-opacity="0.2"/><circle cx="7.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><circle cx="12.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><circle cx="17.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><path d="M21 41C26 35.4999 34.5 35.4999 39 41" stroke="white" stroke-width="2.45052" stroke-linecap="round"/><circle cx="21.0612" cy="25.8125" r="2.8125" fill="white"/><circle cx="38.9388" cy="25.8125" r="2.8125" fill="white"/></svg></div><div class="preloader-error-text"><p class="preloader-error-title">WE'RE SORRY</p><p class="preloader-error-message">Unable to load TrueLogic. Please reload the game.</p></div></div><svg class="preloader-error-logo" width="200" height="33" viewBox="0 0 200 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.7924 16.5L19.6819 33L3.57129 16.5L19.6819 0L35.7924 16.5Z" fill="white"/><path d="M84.0471 18.7584C84.0471 20.1196 84.2037 21.1095 84.5169 21.7375C85.0093 22.8466 86.0742 23.4013 87.721 23.4013C89.3544 23.4013 90.4151 22.8466 90.9073 21.7375C91.2206 21.1095 91.3771 20.1195 91.3771 18.7584V6.59903H95.4853V18.7584C95.4853 20.862 95.1675 22.4982 94.5274 23.6717C93.3371 25.8213 91.0683 26.8937 87.721 26.8937C84.3692 26.8937 82.0958 25.8213 80.8967 23.6717C80.2566 22.4982 79.9389 20.862 79.9389 18.7584V6.59903H84.0471V18.7584Z" fill="white"/><path d="M186.476 5.99285C188.53 5.99287 190.288 6.54273 191.738 7.64736C193.193 8.7518 193.954 10.3561 194.025 12.4552H190.132C190.06 11.2682 189.541 10.4247 188.579 9.92514C187.939 9.59502 187.138 9.43015 186.185 9.43014C185.124 9.43014 184.278 9.64538 183.643 10.0718C183.012 10.5024 182.694 11.1031 182.694 11.8684C182.694 12.5787 183.008 13.1057 183.63 13.4543C184.032 13.6834 184.887 13.9585 186.194 14.2748L189.577 15.0952C191.058 15.4527 192.172 15.9338 192.915 16.5342C194.065 17.4691 194.643 18.8167 194.643 20.5812C194.643 22.3961 193.963 23.8996 192.598 25.0958C191.233 26.292 189.308 26.8927 186.82 26.8927C184.278 26.8927 182.278 26.3012 180.824 25.1232C179.369 23.9452 178.64 22.3275 178.64 20.265H182.48C182.605 21.1681 182.851 21.8419 183.213 22.2908C183.885 23.1021 185.03 23.5099 186.655 23.5099C187.626 23.5099 188.418 23.4045 189.022 23.1893C190.172 22.7768 190.749 22.0111 190.749 20.8928C190.749 20.2375 190.468 19.7334 189.899 19.3759C189.331 19.0274 188.436 18.7159 187.214 18.4455L185.129 17.9779C183.075 17.5104 181.669 17.0015 180.904 16.4562C179.611 15.5441 178.962 14.1143 178.962 12.171C178.962 10.3973 179.598 8.92586 180.868 7.75274C182.139 6.57926 184.01 5.99285 186.476 5.99285Z" fill="white"/><path d="M58.5389 10.0914H54.352L52.7391 11.743V26.3987H48.6847V11.7446L47.0705 10.0914H42.8849V6.59903H58.5389V10.0914Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.2278 6.59903C71.548 6.62664 72.5638 6.79588 73.2753 7.10757C73.9868 7.42378 74.591 7.8822 75.0878 8.4917C75.4949 8.9915 75.8215 9.54598 76.0588 10.151C76.2961 10.7606 76.4169 11.4524 76.4169 12.2316C76.4169 13.1713 76.1839 14.0926 75.7231 15.0002C75.4018 15.627 74.9372 16.1269 74.3298 16.5V17.4104C74.7599 17.7112 75.0901 18.072 75.3203 18.4926C75.6919 19.1663 75.8798 20.2023 75.8798 21.5908V22.9247C75.8798 23.8318 75.9155 24.446 75.9874 24.7668C76.0948 25.28 76.3454 25.6563 76.7394 25.8989V26.3987H72.2684C72.1431 25.9586 72.0536 25.6059 71.9997 25.3352C71.8923 24.7809 71.8344 24.2078 71.8254 23.6256L71.7983 21.7787C71.7806 20.5139 71.5704 19.6705 71.1589 19.2486C70.7516 18.8271 69.9859 18.6163 68.8629 18.6163H66.5293L66.5319 18.6186L64.9249 20.2641V26.3987H60.9781V6.59903H70.2278ZM64.9249 11.6528V13.7066L66.5237 15.344H69.2747C70.1383 15.344 70.7827 15.2339 71.2168 15.0182C71.982 14.6425 72.3625 13.9001 72.3625 12.7862C72.3625 11.581 71.9907 10.7743 71.2527 10.3573C70.8364 10.1237 70.2146 10.0086 69.3868 10.0086H66.53L64.9249 11.6528Z" fill="white"/><path d="M113.636 10.0914H105.022L103.411 11.7408V12.6689L105.026 14.3231L105.023 14.3263H112.799V17.7639H105.023L105.026 17.7671L103.411 19.4213V21.2102L105.013 22.8512H114.111V26.3987H99.4638V6.59903H113.636V10.0914Z" fill="white"/><path d="M128.699 21.1687L130.308 22.8171L130.277 22.849H138.365V26.3965H124.672V6.59678H128.699V21.1687Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.015 26.3965H153.638L152.883 23.9675L151.28 22.3262H146.335L144.746 23.953L143.959 26.3965H139.753L146.64 6.59678H151.204L158.015 26.3965ZM146.763 17.685L147.965 18.9163H149.685L150.914 17.6576L148.873 11.1249L146.763 17.685Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.579 6.59678C171.937 6.63359 173.606 7.33467 174.587 8.70504C175.177 9.54823 175.473 10.5566 175.473 11.7301C175.473 12.9398 175.173 13.9115 174.578 14.6447C174.4 14.8631 174.18 15.0714 173.915 15.2693V16.1574C174.509 16.5066 174.983 16.9605 175.339 17.5187C175.84 18.3161 176.09 19.2831 176.09 20.4197C176.09 21.593 175.804 22.6471 175.231 23.5776C174.864 24.1964 174.408 24.7142 173.862 25.1361C173.244 25.6173 172.519 25.9472 171.682 26.1261C170.841 26.3047 169.933 26.3965 168.953 26.3965H160.249V6.59678H169.579ZM164.115 19.3211V21.3333L165.72 22.9769L165.711 22.9866H168.792C169.628 22.9866 170.277 22.8672 170.742 22.6334C171.588 22.2027 172.009 21.3732 172.009 20.1493C172.009 19.1136 171.602 18.4031 170.783 18.0182C170.326 17.7981 169.682 17.6882 168.859 17.6792H165.719L164.115 19.3211ZM164.115 11.6418V12.7508L165.72 14.3943L165.708 14.4066H168.809C169.646 14.4066 170.327 14.2415 170.85 13.9116C171.374 13.5816 171.633 12.9994 171.633 12.1607C171.633 11.2303 171.289 10.6164 170.595 10.3183C170 10.112 169.239 10.0063 168.313 10.0063H165.712L164.115 11.6418Z" fill="white"/></svg></div><svg class="logo" width="200" height="33" viewBox="0 0 200 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.7924 16.5L19.6819 33L3.57129 16.5L19.6819 0L35.7924 16.5Z" fill="white"/><path d="M84.0471 18.7584C84.0471 20.1196 84.2037 21.1095 84.5169 21.7375C85.0093 22.8466 86.0742 23.4013 87.721 23.4013C89.3544 23.4013 90.4151 22.8466 90.9073 21.7375C91.2206 21.1095 91.3771 20.1195 91.3771 18.7584V6.59903H95.4853V18.7584C95.4853 20.862 95.1675 22.4982 94.5274 23.6717C93.3371 25.8213 91.0683 26.8937 87.721 26.8937C84.3692 26.8937 82.0958 25.8213 80.8967 23.6717C80.2566 22.4982 79.9389 20.862 79.9389 18.7584V6.59903H84.0471V18.7584Z" fill="white"/><path d="M186.476 5.99285C188.53 5.99287 190.288 6.54273 191.738 7.64736C193.193 8.7518 193.954 10.3561 194.025 12.4552H190.132C190.06 11.2682 189.541 10.4247 188.579 9.92514C187.939 9.59502 187.138 9.43015 186.185 9.43014C185.124 9.43014 184.278 9.64538 183.643 10.0718C183.012 10.5024 182.694 11.1031 182.694 11.8684C182.694 12.5787 183.008 13.1057 183.63 13.4543C184.032 13.6834 184.887 13.9585 186.194 14.2748L189.577 15.0952C191.058 15.4527 192.172 15.9338 192.915 16.5342C194.065 17.4691 194.643 18.8167 194.643 20.5812C194.643 22.3961 193.963 23.8996 192.598 25.0958C191.233 26.292 189.308 26.8927 186.82 26.8927C184.278 26.8927 182.278 26.3012 180.824 25.1232C179.369 23.9452 178.64 22.3275 178.64 20.265H182.48C182.605 21.1681 182.851 21.8419 183.213 22.2908C183.885 23.1021 185.03 23.5099 186.655 23.5099C187.626 23.5099 188.418 23.4045 189.022 23.1893C190.172 22.7768 190.749 22.0111 190.749 20.8928C190.749 20.2375 190.468 19.7334 189.899 19.3759C189.331 19.0274 188.436 18.7159 187.214 18.4455L185.129 17.9779C183.075 17.5104 181.669 17.0015 180.904 16.4562C179.611 15.5441 178.962 14.1143 178.962 12.171C178.962 10.3973 179.598 8.92586 180.868 7.75274C182.139 6.57926 184.01 5.99285 186.476 5.99285Z" fill="white"/><path d="M58.5389 10.0914H54.352L52.7391 11.743V26.3987H48.6847V11.7446L47.0705 10.0914H42.8849V6.59903H58.5389V10.0914Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.2278 6.59903C71.548 6.62664 72.5638 6.79588 73.2753 7.10757C73.9868 7.42378 74.591 7.8822 75.0878 8.4917C75.4949 8.9915 75.8215 9.54598 76.0588 10.151C76.2961 10.7606 76.4169 11.4524 76.4169 12.2316C76.4169 13.1713 76.1839 14.0926 75.7231 15.0002C75.4018 15.627 74.9372 16.1269 74.3298 16.5V17.4104C74.7599 17.7112 75.0901 18.072 75.3203 18.4926C75.6919 19.1663 75.8798 20.2023 75.8798 21.5908V22.9247C75.8798 23.8318 75.9155 24.446 75.9874 24.7668C76.0948 25.28 76.3454 25.6563 76.7394 25.8989V26.3987H72.2684C72.1431 25.9586 72.0536 25.6059 71.9997 25.3352C71.8923 24.7809 71.8344 24.2078 71.8254 23.6256L71.7983 21.7787C71.7806 20.5139 71.5704 19.6705 71.1589 19.2486C70.7516 18.8271 69.9859 18.6163 68.8629 18.6163H66.5293L66.5319 18.6186L64.9249 20.2641V26.3987H60.9781V6.59903H70.2278ZM64.9249 11.6528V13.7066L66.5237 15.344H69.2747C70.1383 15.344 70.7827 15.2339 71.2168 15.0182C71.982 14.6425 72.3625 13.9001 72.3625 12.7862C72.3625 11.581 71.9907 10.7743 71.2527 10.3573C70.8364 10.1237 70.2146 10.0086 69.3868 10.0086H66.53L64.9249 11.6528Z" fill="white"/><path d="M113.636 10.0914H105.022L103.411 11.7408V12.6689L105.026 14.3231L105.023 14.3263H112.799V17.7639H105.023L105.026 17.7671L103.411 19.4213V21.2102L105.013 22.8512H114.111V26.3987H99.4638V6.59903H113.636V10.0914Z" fill="white"/><path d="M128.699 21.1687L130.308 22.8171L130.277 22.849H138.365V26.3965H124.672V6.59678H128.699V21.1687Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.015 26.3965H153.638L152.883 23.9675L151.28 22.3262H146.335L144.746 23.953L143.959 26.3965H139.753L146.64 6.59678H151.204L158.015 26.3965ZM146.763 17.685L147.965 18.9163H149.685L150.914 17.6576L148.873 11.1249L146.763 17.685Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.579 6.59678C171.937 6.63359 173.606 7.33467 174.587 8.70504C175.177 9.54823 175.473 10.5566 175.473 11.7301C175.473 12.9398 175.173 13.9115 174.578 14.6447C174.4 14.8631 174.18 15.0714 173.915 15.2693V16.1574C174.509 16.5066 174.983 16.9605 175.339 17.5187C175.84 18.3161 176.09 19.2831 176.09 20.4197C176.09 21.593 175.804 22.6471 175.231 23.5776C174.864 24.1964 174.408 24.7142 173.862 25.1361C173.244 25.6173 172.519 25.9472 171.682 26.1261C170.841 26.3047 169.933 26.3965 168.953 26.3965H160.249V6.59678H169.579ZM164.115 19.3211V21.3333L165.72 22.9769L165.711 22.9866H168.792C169.628 22.9866 170.277 22.8672 170.742 22.6334C171.588 22.2027 172.009 21.3732 172.009 20.1493C172.009 19.1136 171.602 18.4031 170.783 18.0182C170.326 17.7981 169.682 17.6882 168.859 17.6792H165.719L164.115 19.3211ZM164.115 11.6418V12.7508L165.72 14.3943L165.708 14.4066H168.809C169.646 14.4066 170.327 14.2415 170.85 13.9116C171.374 13.5816 171.633 12.9994 171.633 12.1607C171.633 11.2303 171.289 10.6164 170.595 10.3183C170 10.112 169.239 10.0063 168.313 10.0063H165.712L164.115 11.6418Z" fill="white"/></svg><script>(()=>{const e=window,r=document,t="@truelab/truelogic",n=["https://cdn.truelab.games","https://cdn-test.truelab.games","https://unpkg.com","https://cdn.jsdelivr.net/npm"];function o(e){return e.replace(/\/+$/,"")}function c(e){return"string"==typeof e?e.trim():""}function s(e,r){return function(e,r){const n=c(r);return n&&e?e.includes(`${t}@`)?e:`${e}@${n}`:e}(function(e){const r=o(c(e));return r?r.includes(t)?r:`${r}/${t}`.replace(/([^:]\/)\/+/g,"$1"):r}(e),r)}function i(e){(r.head||r.body||r.documentElement).appendChild(e)}function l(t){return new Promise((n,o)=>{if(e.truelogic)return void n();const c=r.querySelector(`script[src="${t}"]`);if(c)return c.addEventListener("load",()=>n(),{once:!0}),void c.addEventListener("error",()=>o(new Error(`Failed to load TrueLogic script: ${t}`)),{once:!0});const s=r.createElement("script");s.src=t,s.async=!0,s.crossOrigin="anonymous",s.onload=()=>{n()},s.onerror=()=>{o(new Error(`Failed to load TrueLogic script: ${t}`))},i(s)})}function a(e,t){return Promise.all([(n=t,new Promise((e,t)=>{if(r.querySelector(`link[rel="stylesheet"][href="${n}"]`))return void e();const o=r.createElement("link");o.rel="stylesheet",o.href=n,o.crossOrigin="anonymous",o.onload=()=>{e()},o.onerror=()=>{t(new Error(`Failed to load TrueLogic stylesheet: ${n}`))},i(o)})),l(e)]).then(()=>{},n=>{throw function(e,t){const n=r.querySelectorAll('link[rel="stylesheet"]');for(let e=n.length-1;e>=0;e-=1)o(n[e].href)===o(t)&&n[e].remove();const c=r.querySelectorAll("script[src]");for(let r=c.length-1;r>=0;r-=1)o(c[r].src)===o(e)&&c[r].remove()}(e,t),n});var n}function u(e){const t=r.getElementById("truelogic-preloader");if(!t)return;const n=t.querySelector(".preloader-error-overlay"),o=t.querySelector(".preloader-error-message");n&&o&&(o.textContent=function(e){return e instanceof Error&&c(e.message)?e.message:"string"==typeof e&&c(e)?e:"Unable to load TrueLogic. Please reload the game."}(e),n.hidden=!1,n.style.removeProperty("display"),n.style.removeProperty("visibility"),t.classList.add("preloader-error-visible"),t.setAttribute("aria-busy","false"))}if(d=e.__TRUELOGIC_READY__,Boolean(d)&&"function"==typeof d.then)return;var d;const f=function(){const r=e.__TRUELOGIC_LOADER_CONFIG__;return r&&"object"==typeof r?r:null}();if(!f||!0!==f.autoLoad)return;const h=async function(r){if(e.truelogic)return;const t=function(){try{return new URL(e.location.href).searchParams}catch(e){return new URLSearchParams}}(),i=function(e,r){const t=c(r.get("truelogic"));return t||c(null==e?void 0:e.version)||void 0}(r,t),l=function(e,r){const t=[],s=c(r.get("urlCdn"));s&&t.push(s);const i=c(null==e?void 0:e.cdnBaseUrl);i&&t.push(i),t.push(...n);const l=new Set;return t.reduce((e,r)=>{const t=c(r);if(!t)return e;const n=o(t).toLowerCase();return l.has(n)||(l.add(n),e.push(t)),e},[])}(r,t);if(await async function e(r){if(r>=l.length)throw new Error("Failed to load TrueLogic from all CDN candidates");const t=function(e){const r=o(c(e));return{js:`${r}/dist/truelogic.min.js`,css:`${r}/dist/truelogic.min.css`}}(s(l[r],i));try{await async function(e,r){try{await a(e,r)}catch(t){await a(e,r)}}(t.js,t.css)}catch(t){await e(r+1)}}(0),!e.truelogic)throw new Error("TrueLogic did not register on window after load")}(f);e.__TRUELOGIC_READY__=h.catch(e=>{throw u(e),e})})()</script></div>
1
+ <div id="truelogic-preloader" aria-busy="true"><style>@keyframes rotate{from{transform:rotate(225deg)}to{transform:rotate(585deg)}}@keyframes fade-white{0%,25%{opacity:1}50%,75%{opacity:0}100%,87.5%{opacity:1}}@keyframes fade-red{0%,12.5%{opacity:0}25%,37.5%{opacity:1}100%,50%{opacity:0}}@keyframes fade-orange{0%,37.5%{opacity:0}50%,62.5%{opacity:1}100%,75%{opacity:0}}@keyframes fade-yellow{0%,62.5%{opacity:0}75%,87.5%{opacity:1}100%{opacity:0}}#truelogic-preloader{width:100vw;height:100dvh;left:0;top:0;background:#000;position:fixed;box-sizing:border-box;z-index:2147483647}#truelogic-preloader *{box-sizing:border-box}#truelogic-preloader .preloader-main{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}#truelogic-preloader .gradient-mask{width:42px;height:42px;padding:5px;position:relative;flex-shrink:0;transform:rotate(45deg);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude}#truelogic-preloader .preloader-slogan{margin:24px 0 0;padding:0;display:block;width:123px;height:auto;flex-shrink:0}#truelogic-preloader .preloader-error-overlay{position:absolute;inset:0;z-index:2;padding:24px 16px 96px;background:#000}#truelogic-preloader .preloader-error-overlay[hidden]{display:none!important}#truelogic-preloader .preloader-error-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(330px,calc(100vw - 32px));display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}#truelogic-preloader .preloader-error-icon{width:60px;height:54px;opacity:.7;flex-shrink:0}#truelogic-preloader .preloader-error-icon svg{display:block;width:100%;height:100%}#truelogic-preloader .preloader-error-text{display:flex;flex-direction:column;align-items:center;gap:14px;color:#fff}#truelogic-preloader .preloader-error-title{margin:0;font-family:Roboto,Arial,sans-serif;font-size:20px;line-height:20px;font-weight:700;letter-spacing:2px;text-transform:uppercase}#truelogic-preloader .preloader-error-message{width:100%;margin:0;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:14px;line-height:21px;font-weight:400;overflow-wrap:anywhere;text-wrap:balance}#truelogic-preloader .logo,#truelogic-preloader .preloader-error-logo{position:absolute;left:50%;bottom:56px;width:112px;height:18px;transform:translateX(-50%);opacity:.4}#truelogic-preloader.preloader-error-visible .logo,#truelogic-preloader.preloader-error-visible .preloader-main{display:none}#truelogic-preloader .gradient-rotator{width:200%;height:200%;margin:-50%;position:relative;animation:rotate 2s linear infinite;transform-origin:center;backface-visibility:hidden;transform:translateZ(0);will-change:transform;isolation:isolate}#truelogic-preloader .gradient-rotator .gradient-layer{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;transform:translateZ(0);will-change:opacity;pointer-events:none}#truelogic-preloader .gradient-rotator .gradient-layer-white{background:conic-gradient(from 0deg,transparent 0deg,#fff 360deg);animation:fade-white 2s linear infinite;z-index:1}#truelogic-preloader .gradient-rotator .gradient-layer-red{background:conic-gradient(from 0deg,transparent 0deg,#f05 360deg);animation:fade-red 2s linear infinite;z-index:2}#truelogic-preloader .gradient-rotator .gradient-layer-orange{background:conic-gradient(from 0deg,#ff005500 0deg,#ff392a 180deg,#f77100 360deg);animation:fade-orange 2s linear infinite;z-index:3}#truelogic-preloader .gradient-rotator .gradient-layer-yellow{background:conic-gradient(from 0deg,rgba(255,115,0,0) 0deg,#ff974140 90deg,#ffba8180 180deg,#fff 360deg);animation:fade-yellow 2s linear infinite;z-index:4}@media (orientation:landscape){#truelogic-preloader .logo,#truelogic-preloader .preloader-error-logo{bottom:28px}#truelogic-preloader .preloader-error-overlay{padding-bottom:68px}}@media (max-height:420px){#truelogic-preloader .preloader-error-overlay{padding-bottom:56px}#truelogic-preloader .preloader-error-content{top:46%;width:min(300px,calc(100vw - 24px));gap:20px}#truelogic-preloader .preloader-error-icon{width:48px;height:43px}#truelogic-preloader .preloader-error-text{gap:10px}#truelogic-preloader .preloader-error-title{font-size:18px;line-height:18px;letter-spacing:1.8px}#truelogic-preloader .preloader-error-message{font-size:13px;line-height:18px}}@media (max-height:360px){#truelogic-preloader .preloader-error-content{top:43%;gap:14px}#truelogic-preloader .preloader-error-icon{width:40px;height:36px}#truelogic-preloader .preloader-error-title{font-size:16px;line-height:16px;letter-spacing:1.6px}#truelogic-preloader .preloader-error-message{font-size:12px;line-height:16px}}</style><div class="preloader-main"><div class="gradient-mask"><div class="gradient-rotator"><div class="gradient-layer gradient-layer-white"></div><div class="gradient-layer gradient-layer-red"></div><div class="gradient-layer gradient-layer-orange"></div><div class="gradient-layer gradient-layer-yellow"></div></div></div><svg class="preloader-slogan" width="123" height="15" viewBox="0 0 123 15" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Play like a legend"><title>Play like a legend</title><g clip-path="url(#clip0_16709_32665)"><path d="M120.929 11.0001V9.89613C120.353 10.6641 119.425 11.1921 118.401 11.1921C116.385 11.1921 114.945 9.67213 114.945 7.14413C114.945 4.66413 116.385 3.08013 118.401 3.08013C119.393 3.08013 120.305 3.56013 120.929 4.39213V0.328125H122.369V11.0001H120.929ZM120.929 8.79213V5.49613C120.529 4.87213 119.665 4.36013 118.785 4.36013C117.345 4.36013 116.449 5.52813 116.449 7.14413C116.449 8.74413 117.345 9.91213 118.785 9.91213C119.665 9.91213 120.529 9.41613 120.929 8.79213Z" fill="white"/><path d="M111.704 11.0001V6.05608C111.704 4.77608 111.048 4.36008 110.056 4.36008C109.16 4.36008 108.344 4.90408 107.928 5.48008V11.0001H106.488V3.27208H107.928V4.36008C108.44 3.73608 109.464 3.08008 110.664 3.08008C112.296 3.08008 113.144 3.94408 113.144 5.57608V11.0001H111.704Z" fill="white"/><path d="M97.0547 7.12808C97.0547 4.88808 98.6707 3.08008 100.927 3.08008C103.247 3.08008 104.687 4.88808 104.687 7.25608V7.60808H98.5747C98.6867 8.92008 99.6467 10.0081 101.199 10.0081C102.015 10.0081 102.911 9.68808 103.487 9.09608L104.159 10.0401C103.391 10.7921 102.303 11.1921 101.055 11.1921C98.7507 11.1921 97.0547 9.56008 97.0547 7.12808ZM100.927 4.26408C99.3747 4.26408 98.6387 5.51208 98.5587 6.56808H103.279C103.247 5.54408 102.559 4.26408 100.927 4.26408Z" fill="white"/><path d="M88.2363 12.9841L88.9243 11.9281C89.5643 12.6641 90.3483 12.9521 91.4043 12.9521C92.6043 12.9521 93.8043 12.3761 93.8043 10.7441V9.73608C93.2123 10.5041 92.3003 11.0641 91.2603 11.0641C89.2603 11.0641 87.8203 9.59208 87.8203 7.06408C87.8203 4.58408 89.2603 3.08008 91.2603 3.08008C92.2683 3.08008 93.1803 3.56008 93.8043 4.39208V3.27208H95.2443V10.6961C95.2443 13.3521 93.3083 14.1361 91.4043 14.1361C90.1083 14.1361 89.1643 13.8641 88.2363 12.9841ZM93.8043 8.63208V5.49608C93.4043 4.87208 92.5243 4.36008 91.6603 4.36008C90.2203 4.36008 89.3243 5.48008 89.3243 7.06408C89.3243 8.66408 90.2203 9.78408 91.6603 9.78408C92.5243 9.78408 93.4043 9.25608 93.8043 8.63208Z" fill="white"/><path d="M78.8672 7.12808C78.8672 4.88808 80.4832 3.08008 82.7392 3.08008C85.0592 3.08008 86.4992 4.88808 86.4992 7.25608V7.60808H80.3872C80.4992 8.92008 81.4592 10.0081 83.0112 10.0081C83.8272 10.0081 84.7232 9.68808 85.2992 9.09608L85.9712 10.0401C85.2032 10.7921 84.1152 11.1921 82.8672 11.1921C80.5632 11.1921 78.8672 9.56008 78.8672 7.12808ZM82.7392 4.26408C81.1872 4.26408 80.4512 5.51208 80.3712 6.56808H85.0912C85.0592 5.54408 84.3712 4.26408 82.7392 4.26408Z" fill="white"/><path d="M75.6133 11.0001V0.328125H77.0533V11.0001H75.6133Z" fill="white"/><path d="M67.7404 11.0001V10.1521C67.1324 10.8241 66.2524 11.1921 65.2124 11.1921C63.9324 11.1921 62.5244 10.3281 62.5244 8.63208C62.5244 6.87208 63.9164 6.10408 65.2124 6.10408C66.2524 6.10408 67.1484 6.44008 67.7404 7.12808V5.84808C67.7404 4.88808 66.9564 4.31208 65.8524 4.31208C64.9724 4.31208 64.2204 4.64808 63.5324 5.33608L62.9084 4.34408C63.7724 3.49608 64.8284 3.08008 66.0764 3.08008C67.7564 3.08008 69.1804 3.81608 69.1804 5.78408V11.0001H67.7404ZM67.7404 9.30408V7.99208C67.3084 7.41608 66.5564 7.11208 65.7564 7.11208C64.7164 7.11208 63.9804 7.73608 63.9804 8.64808C63.9804 9.56008 64.7164 10.1841 65.7564 10.1841C66.5564 10.1841 67.3084 9.88008 67.7404 9.30408Z" fill="white"/><path d="M49.4141 7.12808C49.4141 4.88808 51.0301 3.08008 53.2861 3.08008C55.6061 3.08008 57.0461 4.88808 57.0461 7.25608V7.60808H50.9341C51.0461 8.92008 52.0061 10.0081 53.5581 10.0081C54.3741 10.0081 55.2701 9.68808 55.8461 9.09608L56.5181 10.0401C55.7501 10.7921 54.6621 11.1921 53.4141 11.1921C51.1101 11.1921 49.4141 9.56008 49.4141 7.12808ZM53.2861 4.26408C51.7341 4.26408 50.9981 5.51208 50.9181 6.56808H55.6381C55.6061 5.54408 54.9181 4.26408 53.2861 4.26408Z" fill="white"/><path d="M47.1567 11.0001L44.5807 7.67213L43.4127 8.85613V11.0001H41.9727V0.328125H43.4127V7.19213L47.1407 3.27213H48.9487L45.6207 6.77613L48.9807 11.0001H47.1567Z" fill="white"/><path d="M38.9417 1.97574C38.4457 1.97574 38.0137 1.57574 38.0137 1.06374C38.0137 0.551742 38.4457 0.135742 38.9417 0.135742C39.4537 0.135742 39.8697 0.551742 39.8697 1.06374C39.8697 1.57574 39.4537 1.97574 38.9417 1.97574ZM38.2377 10.9997V3.27174H39.6777V10.9997H38.2377Z" fill="white"/><path d="M34.5039 11.0001V0.328125H35.9439V11.0001H34.5039Z" fill="white"/><path d="M22.2651 12.728C22.4411 12.808 22.7131 12.856 22.9051 12.856C23.4331 12.856 23.7851 12.68 24.0251 12.104L24.4731 11.08L21.2891 3.27197H22.8251L25.2411 9.33597L27.6571 3.27197H29.2091L25.4011 12.472C24.9051 13.688 24.0571 14.12 22.9371 14.136C22.6971 14.136 22.2651 14.088 22.0411 14.024L22.2651 12.728Z" fill="white"/><path d="M18.6779 11.0001V10.1521C18.0699 10.8241 17.1899 11.1921 16.1499 11.1921C14.8699 11.1921 13.4619 10.3281 13.4619 8.63208C13.4619 6.87208 14.8539 6.10408 16.1499 6.10408C17.1899 6.10408 18.0859 6.44008 18.6779 7.12808V5.84808C18.6779 4.88808 17.8939 4.31208 16.7899 4.31208C15.9099 4.31208 15.1579 4.64808 14.4699 5.33608L13.8459 4.34408C14.7099 3.49608 15.7659 3.08008 17.0139 3.08008C18.6939 3.08008 20.1179 3.81608 20.1179 5.78408V11.0001H18.6779ZM18.6779 9.30408V7.99208C18.2459 7.41608 17.4939 7.11208 16.6939 7.11208C15.6539 7.11208 14.9179 7.73608 14.9179 8.64808C14.9179 9.56008 15.6539 10.1841 16.6939 10.1841C17.4939 10.1841 18.2459 9.88008 18.6779 9.30408Z" fill="white"/><path d="M10.1758 11.0001V0.328125H11.6158V11.0001H10.1758Z" fill="white"/><path d="M0.660156 11.0001V0.328125H5.15616C7.34816 0.328125 8.56416 1.83213 8.56416 3.60813C8.56416 5.38413 7.33216 6.88813 5.15616 6.88813H2.26016V11.0001H0.660156ZM6.91616 3.60813C6.91616 2.48813 6.10016 1.73612 4.94816 1.73612H2.26016V5.48013H4.94816C6.10016 5.48013 6.91616 4.72813 6.91616 3.60813Z" fill="white"/></g><defs><clipPath id="clip0_16709_32665"><rect width="123" height="15" fill="white"/></clipPath></defs></svg></div><div class="preloader-error-overlay" hidden><div class="preloader-error-content" role="alert" aria-live="assertive"><div class="preloader-error-icon" aria-hidden="true"><svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" viewBox="0 0 60 54" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9C0 4.02944 4.02944 0 9 0H51C55.9706 0 60 4.02944 60 9V42C60 48.6274 54.6274 54 48 54H12C5.37258 54 0 48.6274 0 42V9Z" fill="white" fill-opacity="0.2"/><rect y="10" width="60" height="2" fill="white" fill-opacity="0.2"/><circle cx="7.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><circle cx="12.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><circle cx="17.75" cy="5.40873" r="1.75" fill="white" fill-opacity="0.2"/><path d="M21 41C26 35.4999 34.5 35.4999 39 41" stroke="white" stroke-width="2.45052" stroke-linecap="round"/><circle cx="21.0612" cy="25.8125" r="2.8125" fill="white"/><circle cx="38.9388" cy="25.8125" r="2.8125" fill="white"/></svg></div><div class="preloader-error-text"><p class="preloader-error-title">WE'RE SORRY</p><p class="preloader-error-message">Unable to load TrueLogic. Please reload the game.</p></div></div><svg class="preloader-error-logo" width="200" height="33" viewBox="0 0 200 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.7924 16.5L19.6819 33L3.57129 16.5L19.6819 0L35.7924 16.5Z" fill="white"/><path d="M84.0471 18.7584C84.0471 20.1196 84.2037 21.1095 84.5169 21.7375C85.0093 22.8466 86.0742 23.4013 87.721 23.4013C89.3544 23.4013 90.4151 22.8466 90.9073 21.7375C91.2206 21.1095 91.3771 20.1195 91.3771 18.7584V6.59903H95.4853V18.7584C95.4853 20.862 95.1675 22.4982 94.5274 23.6717C93.3371 25.8213 91.0683 26.8937 87.721 26.8937C84.3692 26.8937 82.0958 25.8213 80.8967 23.6717C80.2566 22.4982 79.9389 20.862 79.9389 18.7584V6.59903H84.0471V18.7584Z" fill="white"/><path d="M186.476 5.99285C188.53 5.99287 190.288 6.54273 191.738 7.64736C193.193 8.7518 193.954 10.3561 194.025 12.4552H190.132C190.06 11.2682 189.541 10.4247 188.579 9.92514C187.939 9.59502 187.138 9.43015 186.185 9.43014C185.124 9.43014 184.278 9.64538 183.643 10.0718C183.012 10.5024 182.694 11.1031 182.694 11.8684C182.694 12.5787 183.008 13.1057 183.63 13.4543C184.032 13.6834 184.887 13.9585 186.194 14.2748L189.577 15.0952C191.058 15.4527 192.172 15.9338 192.915 16.5342C194.065 17.4691 194.643 18.8167 194.643 20.5812C194.643 22.3961 193.963 23.8996 192.598 25.0958C191.233 26.292 189.308 26.8927 186.82 26.8927C184.278 26.8927 182.278 26.3012 180.824 25.1232C179.369 23.9452 178.64 22.3275 178.64 20.265H182.48C182.605 21.1681 182.851 21.8419 183.213 22.2908C183.885 23.1021 185.03 23.5099 186.655 23.5099C187.626 23.5099 188.418 23.4045 189.022 23.1893C190.172 22.7768 190.749 22.0111 190.749 20.8928C190.749 20.2375 190.468 19.7334 189.899 19.3759C189.331 19.0274 188.436 18.7159 187.214 18.4455L185.129 17.9779C183.075 17.5104 181.669 17.0015 180.904 16.4562C179.611 15.5441 178.962 14.1143 178.962 12.171C178.962 10.3973 179.598 8.92586 180.868 7.75274C182.139 6.57926 184.01 5.99285 186.476 5.99285Z" fill="white"/><path d="M58.5389 10.0914H54.352L52.7391 11.743V26.3987H48.6847V11.7446L47.0705 10.0914H42.8849V6.59903H58.5389V10.0914Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.2278 6.59903C71.548 6.62664 72.5638 6.79588 73.2753 7.10757C73.9868 7.42378 74.591 7.8822 75.0878 8.4917C75.4949 8.9915 75.8215 9.54598 76.0588 10.151C76.2961 10.7606 76.4169 11.4524 76.4169 12.2316C76.4169 13.1713 76.1839 14.0926 75.7231 15.0002C75.4018 15.627 74.9372 16.1269 74.3298 16.5V17.4104C74.7599 17.7112 75.0901 18.072 75.3203 18.4926C75.6919 19.1663 75.8798 20.2023 75.8798 21.5908V22.9247C75.8798 23.8318 75.9155 24.446 75.9874 24.7668C76.0948 25.28 76.3454 25.6563 76.7394 25.8989V26.3987H72.2684C72.1431 25.9586 72.0536 25.6059 71.9997 25.3352C71.8923 24.7809 71.8344 24.2078 71.8254 23.6256L71.7983 21.7787C71.7806 20.5139 71.5704 19.6705 71.1589 19.2486C70.7516 18.8271 69.9859 18.6163 68.8629 18.6163H66.5293L66.5319 18.6186L64.9249 20.2641V26.3987H60.9781V6.59903H70.2278ZM64.9249 11.6528V13.7066L66.5237 15.344H69.2747C70.1383 15.344 70.7827 15.2339 71.2168 15.0182C71.982 14.6425 72.3625 13.9001 72.3625 12.7862C72.3625 11.581 71.9907 10.7743 71.2527 10.3573C70.8364 10.1237 70.2146 10.0086 69.3868 10.0086H66.53L64.9249 11.6528Z" fill="white"/><path d="M113.636 10.0914H105.022L103.411 11.7408V12.6689L105.026 14.3231L105.023 14.3263H112.799V17.7639H105.023L105.026 17.7671L103.411 19.4213V21.2102L105.013 22.8512H114.111V26.3987H99.4638V6.59903H113.636V10.0914Z" fill="white"/><path d="M128.699 21.1687L130.308 22.8171L130.277 22.849H138.365V26.3965H124.672V6.59678H128.699V21.1687Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.015 26.3965H153.638L152.883 23.9675L151.28 22.3262H146.335L144.746 23.953L143.959 26.3965H139.753L146.64 6.59678H151.204L158.015 26.3965ZM146.763 17.685L147.965 18.9163H149.685L150.914 17.6576L148.873 11.1249L146.763 17.685Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.579 6.59678C171.937 6.63359 173.606 7.33467 174.587 8.70504C175.177 9.54823 175.473 10.5566 175.473 11.7301C175.473 12.9398 175.173 13.9115 174.578 14.6447C174.4 14.8631 174.18 15.0714 173.915 15.2693V16.1574C174.509 16.5066 174.983 16.9605 175.339 17.5187C175.84 18.3161 176.09 19.2831 176.09 20.4197C176.09 21.593 175.804 22.6471 175.231 23.5776C174.864 24.1964 174.408 24.7142 173.862 25.1361C173.244 25.6173 172.519 25.9472 171.682 26.1261C170.841 26.3047 169.933 26.3965 168.953 26.3965H160.249V6.59678H169.579ZM164.115 19.3211V21.3333L165.72 22.9769L165.711 22.9866H168.792C169.628 22.9866 170.277 22.8672 170.742 22.6334C171.588 22.2027 172.009 21.3732 172.009 20.1493C172.009 19.1136 171.602 18.4031 170.783 18.0182C170.326 17.7981 169.682 17.6882 168.859 17.6792H165.719L164.115 19.3211ZM164.115 11.6418V12.7508L165.72 14.3943L165.708 14.4066H168.809C169.646 14.4066 170.327 14.2415 170.85 13.9116C171.374 13.5816 171.633 12.9994 171.633 12.1607C171.633 11.2303 171.289 10.6164 170.595 10.3183C170 10.112 169.239 10.0063 168.313 10.0063H165.712L164.115 11.6418Z" fill="white"/></svg></div><svg class="logo" width="200" height="33" viewBox="0 0 200 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.7924 16.5L19.6819 33L3.57129 16.5L19.6819 0L35.7924 16.5Z" fill="white"/><path d="M84.0471 18.7584C84.0471 20.1196 84.2037 21.1095 84.5169 21.7375C85.0093 22.8466 86.0742 23.4013 87.721 23.4013C89.3544 23.4013 90.4151 22.8466 90.9073 21.7375C91.2206 21.1095 91.3771 20.1195 91.3771 18.7584V6.59903H95.4853V18.7584C95.4853 20.862 95.1675 22.4982 94.5274 23.6717C93.3371 25.8213 91.0683 26.8937 87.721 26.8937C84.3692 26.8937 82.0958 25.8213 80.8967 23.6717C80.2566 22.4982 79.9389 20.862 79.9389 18.7584V6.59903H84.0471V18.7584Z" fill="white"/><path d="M186.476 5.99285C188.53 5.99287 190.288 6.54273 191.738 7.64736C193.193 8.7518 193.954 10.3561 194.025 12.4552H190.132C190.06 11.2682 189.541 10.4247 188.579 9.92514C187.939 9.59502 187.138 9.43015 186.185 9.43014C185.124 9.43014 184.278 9.64538 183.643 10.0718C183.012 10.5024 182.694 11.1031 182.694 11.8684C182.694 12.5787 183.008 13.1057 183.63 13.4543C184.032 13.6834 184.887 13.9585 186.194 14.2748L189.577 15.0952C191.058 15.4527 192.172 15.9338 192.915 16.5342C194.065 17.4691 194.643 18.8167 194.643 20.5812C194.643 22.3961 193.963 23.8996 192.598 25.0958C191.233 26.292 189.308 26.8927 186.82 26.8927C184.278 26.8927 182.278 26.3012 180.824 25.1232C179.369 23.9452 178.64 22.3275 178.64 20.265H182.48C182.605 21.1681 182.851 21.8419 183.213 22.2908C183.885 23.1021 185.03 23.5099 186.655 23.5099C187.626 23.5099 188.418 23.4045 189.022 23.1893C190.172 22.7768 190.749 22.0111 190.749 20.8928C190.749 20.2375 190.468 19.7334 189.899 19.3759C189.331 19.0274 188.436 18.7159 187.214 18.4455L185.129 17.9779C183.075 17.5104 181.669 17.0015 180.904 16.4562C179.611 15.5441 178.962 14.1143 178.962 12.171C178.962 10.3973 179.598 8.92586 180.868 7.75274C182.139 6.57926 184.01 5.99285 186.476 5.99285Z" fill="white"/><path d="M58.5389 10.0914H54.352L52.7391 11.743V26.3987H48.6847V11.7446L47.0705 10.0914H42.8849V6.59903H58.5389V10.0914Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M70.2278 6.59903C71.548 6.62664 72.5638 6.79588 73.2753 7.10757C73.9868 7.42378 74.591 7.8822 75.0878 8.4917C75.4949 8.9915 75.8215 9.54598 76.0588 10.151C76.2961 10.7606 76.4169 11.4524 76.4169 12.2316C76.4169 13.1713 76.1839 14.0926 75.7231 15.0002C75.4018 15.627 74.9372 16.1269 74.3298 16.5V17.4104C74.7599 17.7112 75.0901 18.072 75.3203 18.4926C75.6919 19.1663 75.8798 20.2023 75.8798 21.5908V22.9247C75.8798 23.8318 75.9155 24.446 75.9874 24.7668C76.0948 25.28 76.3454 25.6563 76.7394 25.8989V26.3987H72.2684C72.1431 25.9586 72.0536 25.6059 71.9997 25.3352C71.8923 24.7809 71.8344 24.2078 71.8254 23.6256L71.7983 21.7787C71.7806 20.5139 71.5704 19.6705 71.1589 19.2486C70.7516 18.8271 69.9859 18.6163 68.8629 18.6163H66.5293L66.5319 18.6186L64.9249 20.2641V26.3987H60.9781V6.59903H70.2278ZM64.9249 11.6528V13.7066L66.5237 15.344H69.2747C70.1383 15.344 70.7827 15.2339 71.2168 15.0182C71.982 14.6425 72.3625 13.9001 72.3625 12.7862C72.3625 11.581 71.9907 10.7743 71.2527 10.3573C70.8364 10.1237 70.2146 10.0086 69.3868 10.0086H66.53L64.9249 11.6528Z" fill="white"/><path d="M113.636 10.0914H105.022L103.411 11.7408V12.6689L105.026 14.3231L105.023 14.3263H112.799V17.7639H105.023L105.026 17.7671L103.411 19.4213V21.2102L105.013 22.8512H114.111V26.3987H99.4638V6.59903H113.636V10.0914Z" fill="white"/><path d="M128.699 21.1687L130.308 22.8171L130.277 22.849H138.365V26.3965H124.672V6.59678H128.699V21.1687Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M158.015 26.3965H153.638L152.883 23.9675L151.28 22.3262H146.335L144.746 23.953L143.959 26.3965H139.753L146.64 6.59678H151.204L158.015 26.3965ZM146.763 17.685L147.965 18.9163H149.685L150.914 17.6576L148.873 11.1249L146.763 17.685Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M169.579 6.59678C171.937 6.63359 173.606 7.33467 174.587 8.70504C175.177 9.54823 175.473 10.5566 175.473 11.7301C175.473 12.9398 175.173 13.9115 174.578 14.6447C174.4 14.8631 174.18 15.0714 173.915 15.2693V16.1574C174.509 16.5066 174.983 16.9605 175.339 17.5187C175.84 18.3161 176.09 19.2831 176.09 20.4197C176.09 21.593 175.804 22.6471 175.231 23.5776C174.864 24.1964 174.408 24.7142 173.862 25.1361C173.244 25.6173 172.519 25.9472 171.682 26.1261C170.841 26.3047 169.933 26.3965 168.953 26.3965H160.249V6.59678H169.579ZM164.115 19.3211V21.3333L165.72 22.9769L165.711 22.9866H168.792C169.628 22.9866 170.277 22.8672 170.742 22.6334C171.588 22.2027 172.009 21.3732 172.009 20.1493C172.009 19.1136 171.602 18.4031 170.783 18.0182C170.326 17.7981 169.682 17.6882 168.859 17.6792H165.719L164.115 19.3211ZM164.115 11.6418V12.7508L165.72 14.3943L165.708 14.4066H168.809C169.646 14.4066 170.327 14.2415 170.85 13.9116C171.374 13.5816 171.633 12.9994 171.633 12.1607C171.633 11.2303 171.289 10.6164 170.595 10.3183C170 10.112 169.239 10.0063 168.313 10.0063H165.712L164.115 11.6418Z" fill="white"/></svg></div><script>(()=>{const e=window,r=document,t="@truelab/truelogic",n=["https://cdn.truelab.games","https://cdn-test.truelab.games","https://unpkg.com","https://cdn.jsdelivr.net/npm"];function o(e){return e.replace(/\/+$/,"")}function c(e){return"string"==typeof e?e.trim():""}function s(e,r){return function(e,r){const n=c(r);return n&&e?e.includes(`${t}@`)?e:`${e}@${n}`:e}(function(e){const r=o(c(e));return r?r.includes(t)?r:`${r}/${t}`.replace(/([^:]\/)\/+/g,"$1"):r}(e),r)}function i(e){(r.head||r.body||r.documentElement).appendChild(e)}function l(t){return new Promise((n,o)=>{if(e.truelogic)return void n();const c=r.querySelector(`script[src="${t}"]`);if(c)return c.addEventListener("load",()=>n(),{once:!0}),void c.addEventListener("error",()=>o(new Error(`Failed to load TrueLogic script: ${t}`)),{once:!0});const s=r.createElement("script");s.src=t,s.async=!0,s.crossOrigin="anonymous",s.onload=()=>{n()},s.onerror=()=>{o(new Error(`Failed to load TrueLogic script: ${t}`))},i(s)})}function a(e,t){return Promise.all([(n=t,new Promise((e,t)=>{if(r.querySelector(`link[rel="stylesheet"][href="${n}"]`))return void e();const o=r.createElement("link");o.rel="stylesheet",o.href=n,o.crossOrigin="anonymous",o.onload=()=>{e()},o.onerror=()=>{t(new Error(`Failed to load TrueLogic stylesheet: ${n}`))},i(o)})),l(e)]).then(()=>{},n=>{throw function(e,t){const n=r.querySelectorAll('link[rel="stylesheet"]');for(let e=n.length-1;e>=0;e-=1)o(n[e].href)===o(t)&&n[e].remove();const c=r.querySelectorAll("script[src]");for(let r=c.length-1;r>=0;r-=1)o(c[r].src)===o(e)&&c[r].remove()}(e,t),n});var n}function u(e){const t=r.getElementById("truelogic-preloader");if(!t)return;const n=t.querySelector(".preloader-error-overlay"),o=t.querySelector(".preloader-error-message");n&&o&&(o.textContent=function(e){return e instanceof Error&&c(e.message)?e.message:"string"==typeof e&&c(e)?e:"Unable to load TrueLogic. Please reload the game."}(e),n.hidden=!1,n.style.removeProperty("display"),n.style.removeProperty("visibility"),t.classList.add("preloader-error-visible"),t.setAttribute("aria-busy","false"))}if(d=e.__TRUELOGIC_READY__,Boolean(d)&&"function"==typeof d.then)return;var d;const f=function(){const r=e.__TRUELOGIC_LOADER_CONFIG__;return r&&"object"==typeof r?r:null}();if(!f||!0!==f.autoLoad)return;const h=async function(r){if(e.truelogic)return;const t=function(){try{return new URL(e.location.href).searchParams}catch(e){return new URLSearchParams}}(),i=function(e,r){const t=c(r.get("truelogic"));return t||c(null==e?void 0:e.version)||void 0}(r,t),l=function(e,r){const t=[],s=c(r.get("urlCdn"));s&&t.push(s);const i=c(null==e?void 0:e.cdnBaseUrl);i&&t.push(i),t.push(...n);const l=new Set;return t.reduce((e,r)=>{const t=c(r);if(!t)return e;const n=o(t).toLowerCase();return l.has(n)||(l.add(n),e.push(t)),e},[])}(r,t);if(await async function e(r){if(r>=l.length)throw new Error("Failed to load TrueLogic from all CDN candidates");const t=function(e){const r=o(c(e));return{js:`${r}/dist/truelogic.min.js`,css:`${r}/dist/truelogic.min.css`}}(s(l[r],i));try{await async function(e,r){try{await a(e,r)}catch(t){await a(e,r)}}(t.js,t.css)}catch(t){await e(r+1)}}(0),!e.truelogic)throw new Error("TrueLogic did not register on window after load")}(f);e.__TRUELOGIC_READY__=h.catch(e=>{throw u(e),e})})()</script>
@@ -1,3 +1,3 @@
1
1
  *,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
2
2
  ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
3
- */*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.display-xl-gold{-webkit-background-clip:text;background-clip:text;background-image:var(--colors-gold);color:var(--colors-white);color:#0000;font-size:24px;font-weight:900;letter-spacing:.96px;line-height:28px;--tw-drop-shadow:drop-shadow(0 1px 3px #00000080);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.display-xl-gold,.title-h1-bold{font-family:Roboto,Helvetica,sans-serif;text-transform:uppercase}.title-h1-bold{color:var(--colors-white);font-size:20px;font-weight:700;letter-spacing:.4px;line-height:23px}.title-h2-bold{font-size:18px;line-height:21px}.title-h2-bold,.title-h3-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.title-h3-bold{font-size:16px;line-height:19px}.text-medium-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;font-weight:700;line-height:18px}.text-medium-med{font-weight:500}.text-medium-med,.text-medium-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;line-height:21px}.text-medium-reg{font-weight:400}.text-small-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.text-small-med{font-weight:500}.text-small-med,.text-small-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;line-height:18px}.text-small-reg{font-weight:400}.text-xs-bold{font-weight:700;line-height:13px}.text-xs-bold,.text-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:11px}.text-xs-reg{font-weight:400;line-height:17px}.text-super-xs-bold{font-weight:700}.text-super-xs-bold,.text-super-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:10px;line-height:12px}.text-super-xs-reg{font-weight:400}.text-bonus-large{font-weight:900}.text-bonus-large,.text-prize-drop{-webkit-background-clip:text;background-clip:text;background-image:var(--colors-gold);color:#0000;font-family:Roboto,Helvetica,sans-serif;font-size:18px;line-height:21px}.text-prize-drop{font-weight:700}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.\!bottom-0{bottom:0!important}.\!bottom-22{bottom:22px!important}.\!bottom-24{bottom:24px!important}.\!left-\[50\%\]{left:50%!important}.-bottom-1{bottom:-1px}.-bottom-10{bottom:-10px}.-left-1{left:-1px}.-left-10{left:-10px}.-right-1{right:-1px}.-right-10{right:-10px}.-right-2{right:-2px}.-right-41{right:-41px}.-right-6{right:-6px}.-top-1{top:-1px}.-top-2{top:-2px}.-top-5{top:-5px}.-top-6{top:-6px}.-top-\[0\.5px\]{top:-.5px}.bottom-0{bottom:0}.bottom-105{bottom:105px}.bottom-121{bottom:121px}.bottom-16{bottom:16px}.bottom-18{bottom:18px}.bottom-2{bottom:2px}.bottom-24{bottom:24px}.bottom-26{bottom:26px}.bottom-37{bottom:37px}.bottom-40{bottom:40px}.bottom-56{bottom:56px}.bottom-6{bottom:6px}.bottom-9{bottom:9px}.bottom-auto{bottom:auto}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:10px}.left-28{left:28px}.left-8{left:8px}.left-\[0\.5px\]{left:.5px}.left-\[100\%\]{left:100%}.left-\[50\%\]{left:50%}.left-\[calc\(100\%\)\]{left:100%}.left-\[calc\(100\%-1px\)\]{left:calc(100% - 1px)}.right-0{right:0}.right-1{right:1px}.right-10{right:10px}.right-12{right:12px}.right-16{right:16px}.right-2{right:2px}.right-20{right:20px}.right-26{right:26px}.right-30{right:30px}.right-4{right:4px}.right-6{right:6px}.right-8{right:8px}.top-0{top:0}.top-1{top:1px}.top-1\/2{top:50%}.top-10{top:10px}.top-119{top:119px}.top-140{top:140px}.top-142{top:142px}.top-150{top:150px}.top-20{top:20px}.top-25{top:25px}.top-26{top:26px}.top-40{top:40px}.top-7{top:7px}.top-70{top:70px}.top-78{top:78px}.top-8{top:8px}.top-89{top:89px}.top-90{top:90px}.top-\[100\%\]{top:100%}.top-\[50\%\]{top:50%}.top-\[calc\(100\%\)\]{top:100%}.top-\[calc\(100\%-1\.5px\)\]{top:calc(100% - 1.5px)}.top-\[calc\(100\%-1px\)\]{top:calc(100% - 1px)}.top-auto{top:auto}.-z-1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-20{z-index:20}.z-25{z-index:25}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-55{z-index:55}.z-56{z-index:56}.z-60{z-index:60}.z-70{z-index:70}.z-75{z-index:75}.z-79{z-index:79}.z-80{z-index:80}.z-90{z-index:90}.z-\[-1\]{z-index:-1}.m-1{margin:1px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:10px;margin-top:10px}.my-22{margin-bottom:22px;margin-top:22px}.my-30{margin-bottom:30px;margin-top:30px}.my-9{margin-bottom:9px;margin-top:9px}.\!mt-0{margin-top:0!important}.\!mt-15{margin-top:15px!important}.\!mt-16{margin-top:16px!important}.-mb-1{margin-bottom:-1px}.-mb-10{margin-bottom:-10px}.-mb-13{margin-bottom:-13px}.-mb-6{margin-bottom:-6px}.-ml-12{margin-left:-12px}.-ml-2{margin-left:-2px}.-ml-24{margin-left:-24px}.-ml-4{margin-left:-4px}.-mt-10{margin-top:-10px}.-mt-105{margin-top:-105px}.-mt-12{margin-top:-12px}.-mt-3{margin-top:-3px}.-mt-63{margin-top:-63px}.-mt-7{margin-top:-7px}.-mt-74{margin-top:-74px}.-mt-\[1px\]{margin-top:-1px}.mb-1{margin-bottom:1px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-13{margin-bottom:13px}.mb-16{margin-bottom:16px}.mb-19{margin-bottom:19px}.mb-2{margin-bottom:2px}.mb-22{margin-bottom:22px}.mb-30{margin-bottom:30px}.mb-32{margin-bottom:32px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.ml-15{margin-left:15px}.ml-16{margin-left:16px}.ml-2{margin-left:2px}.ml-33{margin-left:33px}.ml-80{margin-left:80px}.ml-auto{margin-left:auto}.mr-35{margin-right:35px}.mr-6{margin-right:6px}.mt-0{margin-top:0}.mt-1{margin-top:1px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-17{margin-top:17px}.mt-18{margin-top:18px}.mt-2{margin-top:2px}.mt-20{margin-top:20px}.mt-22{margin-top:22px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-\[3\.9px\]{margin-top:3.9px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.size-1000{height:1000px;width:1000px}.\!h-14{height:14px!important}.\!h-17{height:17px!important}.\!h-52{height:52px!important}.h-0{height:0}.h-1{height:1px}.h-10{height:10px}.h-100{height:100px}.h-1000{height:1000px}.h-102{height:102px}.h-104{height:104px}.h-108{height:108px}.h-12{height:12px}.h-130{height:130px}.h-138{height:138px}.h-144{height:144px}.h-150{height:150px}.h-16{height:16px}.h-165{height:165px}.h-18{height:18px}.h-180{height:180px}.h-20{height:20px}.h-200{height:200px}.h-22{height:22px}.h-240{height:240px}.h-27{height:27px}.h-28{height:28px}.h-30{height:30px}.h-32{height:32px}.h-327{height:327px}.h-358{height:358px}.h-36{height:36px}.h-38{height:38px}.h-4{height:4px}.h-40{height:40px}.h-43{height:43px}.h-44{height:44px}.h-46{height:46px}.h-48{height:48px}.h-49{height:49px}.h-50{height:50px}.h-52{height:52px}.h-6{height:6px}.h-60{height:60px}.h-66{height:66px}.h-698{height:698px}.h-70{height:70px}.h-74{height:74px}.h-8{height:8px}.h-80{height:80px}.h-9{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:min-content}.max-h-321{max-height:321px}.max-h-\[calc\(100\%-40px-20px\)\]{max-height:calc(100% - 60px)}.min-h-217{min-height:217px}.min-h-22{min-height:22px}.min-h-28{min-height:28px}.\!w-14{width:14px!important}.\!w-17{width:17px!important}.w-0{width:0}.w-1{width:1px}.w-10{width:10px}.w-100{width:100px}.w-102{width:102px}.w-104{width:104px}.w-110{width:110px}.w-12{width:12px}.w-120{width:120px}.w-126{width:126px}.w-140{width:140px}.w-150{width:150px}.w-16{width:16px}.w-170{width:170px}.w-178{width:178px}.w-18{width:18px}.w-180{width:180px}.w-20{width:20px}.w-21{width:21px}.w-22{width:22px}.w-26{width:26px}.w-28{width:28px}.w-290{width:290px}.w-3{width:3px}.w-300{width:300px}.w-340{width:340px}.w-350{width:350px}.w-354{width:354px}.w-362{width:362px}.w-374{width:374px}.w-384{width:384px}.w-4{width:4px}.w-40{width:40px}.w-414{width:414px}.w-46{width:46px}.w-50{width:50px}.w-52{width:52px}.w-6{width:6px}.w-60{width:60px}.w-66{width:66px}.w-70{width:70px}.w-8{width:8px}.w-80{width:80px}.w-9{width:9px}.w-900{width:900px}.w-\[80\%\]{width:80%}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-\[calc\(100\%-56px\)\]{width:calc(100% - 56px)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-\[calc\(50\%-9px\)\]{width:calc(50% - 9px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.\!min-w-0{min-width:0!important}.\!min-w-170{min-width:170px!important}.min-w-100{min-width:100px}.min-w-1000{min-width:1000px}.min-w-103{min-width:103px}.min-w-110{min-width:110px}.min-w-120{min-width:120px}.min-w-140{min-width:140px}.min-w-170{min-width:170px}.min-w-180{min-width:180px}.min-w-186{min-width:186px}.min-w-200{min-width:200px}.min-w-22{min-width:22px}.min-w-26{min-width:26px}.min-w-50{min-width:50px}.min-w-80{min-width:80px}.min-w-82{min-width:82px}.min-w-88{min-width:88px}.min-w-900{min-width:900px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.min-w-min{min-width:min-content}.max-w-100{max-width:100px}.max-w-128{max-width:128px}.max-w-220{max-width:220px}.max-w-230{max-width:230px}.max-w-310{max-width:310px}.max-w-354{max-width:354px}.max-w-384{max-width:384px}.max-w-386{max-width:386px}.max-w-414{max-width:414px}.max-w-500{max-width:500px}.max-w-560{max-width:560px}.max-w-570{max-width:570px}.max-w-604{max-width:604px}.max-w-620{max-width:620px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.\!origin-top{transform-origin:top!important}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-188,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-188{--tw-translate-x:-188px}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[0\.5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[0\.5px\]{--tw-translate-y:-0.5px}.translate-x-22{--tw-translate-x:22px}.translate-x-22,.translate-x-8{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-8{--tw-translate-x:8px}.translate-x-\[-0\.5px\]{--tw-translate-x:-0.5px}.translate-x-\[-0\.5px\],.translate-x-\[-100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-100\%\]{--tw-translate-x:-100%}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-\[-5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-5px\]{--tw-translate-x:-5px}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-1\/2,.translate-y-\[-100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-100\%\]{--tw-translate-y:-100%}.translate-y-\[-4\.1px\]{--tw-translate-y:-4.1px}.translate-y-\[-4\.1px\],.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulseTransparent{animation:pulseTransparent 2.5s linear infinite}@keyframes pulseTransparent{0%,to{opacity:.1}50%{opacity:1}}.animate-pulseTransparentFast{animation:pulseTransparent 1s linear infinite}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_80px\]{grid-template-columns:1fr 80px}.grid-cols-\[1fr_80px_80px\]{grid-template-columns:1fr 80px 80px}.grid-cols-\[min-content_auto_min-content\]{grid-template-columns:min-content auto min-content}.grid-cols-\[min-content_min-content\]{grid-template-columns:min-content min-content}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.content-end{align-content:flex-end}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.\!gap-2{gap:2px!important}.\!gap-4{gap:4px!important}.\!gap-5{gap:5px!important}.gap-1{gap:1px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-18{gap:18px}.gap-2{gap:2px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-27{gap:27px}.gap-3{gap:3px}.gap-30{gap:30px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-9{gap:9px}.gap-x-1{-moz-column-gap:1px;column-gap:1px}.gap-x-12{-moz-column-gap:12px;column-gap:12px}.gap-x-13{-moz-column-gap:13px;column-gap:13px}.gap-x-18{-moz-column-gap:18px;column-gap:18px}.gap-x-5{-moz-column-gap:5px;column-gap:5px}.gap-x-6{-moz-column-gap:6px;column-gap:6px}.gap-y-1{row-gap:1px}.gap-y-10{row-gap:10px}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.rounded-10{border-radius:10px}.rounded-100{border-radius:100px}.rounded-12{border-radius:12px}.rounded-14{border-radius:14px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-3{border-radius:3px}.rounded-6{border-radius:6px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-b-10{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.rounded-t-10{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-12{border-top-left-radius:12px}.rounded-tl-16{border-top-left-radius:16px}.rounded-tr-12{border-top-right-radius:12px}.rounded-tr-16{border-top-right-radius:16px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y-2{border-bottom-width:2px;border-top-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-additional{border-color:var(--colors-additional)!important}.border-additional{border-color:var(--colors-additional)}.border-transparent{border-color:#0000}.border-white{border-color:var(--colors-white)}.border-white-10{border-color:var(--colors-white-10)}.border-white-20{border-color:var(--colors-white-20)}.border-y-main-ui-bleached-20{border-bottom-color:var(--colors-main-ui-bleached-20);border-top-color:var(--colors-main-ui-bleached-20)}.\!bg-additional{background-color:var(--colors-additional)!important}.\!bg-additional-20{background-color:var(--colors-additional-20)!important}.\!bg-brand-orange{background-color:var(--colors-brand-orange)!important}.\!bg-white-15{background-color:var(--colors-white-15)!important}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]{background-color:#ffffff29}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.22\)\]{background-color:#ffffff38}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.26\)\]{background-color:#ffffff42}.bg-\[rgba\(255\2c 71\2c 102\2c 0\.2\)\]{background-color:#ff476633}.bg-additional{background-color:var(--colors-additional)}.bg-additional-20{background-color:var(--colors-additional-20)}.bg-black-20{background-color:var(--colors-black-20)}.bg-brand-black{background-color:var(--colors-brand-black)}.bg-brand-orange{background-color:var(--colors-brand-orange)}.bg-brand-pink{background-color:var(--colors-brand-pink)}.bg-main-ui{background-color:var(--colors-main-ui)}.bg-main-ui-bleached-20{background-color:var(--colors-main-ui-bleached-20)}.bg-white{background-color:var(--colors-white)}.bg-white-10{background-color:var(--colors-white-10)}.bg-white-20{background-color:var(--colors-white-20)}.bg-white-22{background-color:var(--colors-white-22)}.bg-white-30{background-color:var(--colors-white-30)}.bg-white-6{background-color:var(--colors-white-6)}.\!bg-white-10-gradient{background-image:var(--colors-white-10-gradient)!important}.bg-bonus{background-image:var(--colors-bonus)}.bg-brand-gradient{background-image:var(--colors-brand-gradient)}.bg-buttons{background-image:var(--colors-buttons)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-green{background-image:var(--colors-green)}.bg-main-gradient{background-image:var(--colors-main-gradient)}.bg-main-gradient-180{background-image:var(--colors-main-gradient-180)}.bg-main-gradient-270{background-image:var(--colors-main-gradient-270)}.bg-main-gradient-90{background-image:var(--colors-main-gradient-90)}.bg-main-white-dropdown-20-gradient{background-image:var(--colors-white-dropdown-20-gradient),var(--colors-main-gradient)}.bg-main-white-dropdown-20-gradient-180{background-image:var(--colors-white-dropdown-20-gradient-180),var(--colors-main-gradient-180)}.bg-white-10-gradient{background-image:var(--colors-white-10-gradient)}.bg-white-6-gradient{background-image:var(--colors-white-6-gradient)}.from-\[\#FF7100\]{--tw-gradient-from:#ff7100 var(--tw-gradient-from-position);--tw-gradient-to:#ff710000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFFFFF00\],.from-\[\#ffffff00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-20{--tw-gradient-from:var(--colors-black-20) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-colors-buttons-stop-0{--tw-gradient-from:var(--colors-buttons-stop-0) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-main-ui{--tw-gradient-from:var(--colors-main-ui) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-main-ui-bleached-06{--tw-gradient-from:var(--colors-main-ui-bleached-06) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:var(--colors-white) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white-6{--tw-gradient-from:var(--colors-white-6) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#FF0055\]{--tw-gradient-to:#f050 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f05 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#FFFFFF33\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff3 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--colors-white) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[53\.13\%\]{--tw-gradient-via-position:53.13%}.via-\[57\.29\%\]{--tw-gradient-via-position:57.29%}.to-\[\#C2B7FF\]{--tw-gradient-to:#c2b7ff var(--tw-gradient-to-position)}.to-\[\#FF7100\]{--tw-gradient-to:#ff7100 var(--tw-gradient-to-position)}.to-\[\#FFFFFF00\],.to-\[\#ffffff00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-black-20{--tw-gradient-to:var(--colors-black-20) var(--tw-gradient-to-position)}.to-colors-buttons-stop-1{--tw-gradient-to:var(--colors-buttons-stop-1) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.to-\[99\.48\%\]{--tw-gradient-to-position:99.48%}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-additional{fill:var(--colors-additional)}.fill-additional-20{fill:var(--colors-additional-20)}.fill-bonus-bet{fill:var(--colors-bonus-bet)}.fill-white{fill:var(--colors-white)}.fill-white-10{fill:var(--colors-white-10)}.stroke-additional{stroke:var(--colors-additional)}.object-contain{object-fit:contain}.\!p-2{padding:2px!important}.p-10{padding:10px}.p-12{padding:12px}.p-16{padding:16px}.p-2{padding:2px}.p-20{padding:20px}.p-30{padding:30px}.p-4{padding:4px}.p-8{padding:8px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:10px;padding-right:10px}.px-14{padding-left:14px;padding-right:14px}.px-15{padding-left:15px;padding-right:15px}.px-16{padding-left:16px;padding-right:16px}.px-20{padding-left:20px;padding-right:20px}.px-22{padding-left:22px;padding-right:22px}.px-25{padding-left:25px;padding-right:25px}.px-3{padding-left:3px;padding-right:3px}.px-30{padding-left:30px;padding-right:30px}.px-4{padding-left:4px;padding-right:4px}.px-42{padding-left:42px;padding-right:42px}.px-45{padding-left:45px;padding-right:45px}.px-5{padding-left:5px;padding-right:5px}.px-50{padding-left:50px;padding-right:50px}.px-6{padding-left:6px;padding-right:6px}.px-60{padding-left:60px;padding-right:60px}.px-8{padding-left:8px;padding-right:8px}.py-10{padding-bottom:10px;padding-top:10px}.py-11{padding-bottom:11px;padding-top:11px}.py-12{padding-bottom:12px;padding-top:12px}.py-14{padding-bottom:14px;padding-top:14px}.py-18{padding-bottom:18px;padding-top:18px}.py-19{padding-bottom:19px;padding-top:19px}.py-2{padding-bottom:2px;padding-top:2px}.py-20{padding-bottom:20px;padding-top:20px}.py-30{padding-bottom:30px;padding-top:30px}.py-4{padding-bottom:4px;padding-top:4px}.py-6{padding-bottom:6px;padding-top:6px}.py-8{padding-bottom:8px;padding-top:8px}.\!pb-10{padding-bottom:10px!important}.\!pb-30{padding-bottom:30px!important}.pb-1{padding-bottom:1px}.pb-10{padding-bottom:10px}.pb-12{padding-bottom:12px}.pb-14{padding-bottom:14px}.pb-15{padding-bottom:15px}.pb-16{padding-bottom:16px}.pb-17{padding-bottom:17px}.pb-18{padding-bottom:18px}.pb-20{padding-bottom:20px}.pb-22{padding-bottom:22px}.pb-26{padding-bottom:26px}.pb-30{padding-bottom:30px}.pb-5{padding-bottom:5px}.pb-6{padding-bottom:6px}.pb-7{padding-bottom:7px}.pl-0{padding-left:0}.pl-12{padding-left:12px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-16{padding-left:16px}.pl-3{padding-left:3px}.pl-56{padding-left:56px}.pl-6{padding-left:6px}.pr-10{padding-right:10px}.pr-12{padding-right:12px}.pr-14{padding-right:14px}.pr-16{padding-right:16px}.pr-20{padding-right:20px}.pr-34{padding-right:34px}.pt-10{padding-top:10px}.pt-14{padding-top:14px}.pt-16{padding-top:16px}.pt-19{padding-top:19px}.pt-2{padding-top:2px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-4{padding-top:4px}.pt-5{padding-top:5px}.pt-7{padding-top:7px}.pt-9{padding-top:9px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-roboto{font-family:Roboto,Helvetica,sans-serif}.text-13{font-size:13px}.text-20{font-size:20px}.text-24{font-size:24px}.text-28{font-size:28px}.text-30{font-size:30px}.text-\[13px\]{font-size:13px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-\[1\.15\]{line-height:1.15}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[25px\]{line-height:25px}.leading-\[28\.13px\]{line-height:28.13px}.leading-\[35px\]{line-height:35px}.leading-\[normal\]{line-height:normal}.leading-tight{line-height:1.25}.tracking-\[0\.48px\]{letter-spacing:.48px}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[0\.96px\]{letter-spacing:.96px}.text-additional{color:var(--colors-additional)}.text-bonus-bet{color:var(--colors-bonus-bet)}.text-main-ui{color:var(--colors-main-ui)}.text-transparent{color:#0000}.text-white{color:var(--colors-white)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.\!opacity-0{opacity:0!important}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-\[0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)\]{--tw-shadow:0 1px 0 #fff3;--tw-shadow-colored:0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_-9px_18px_\#ffffff1a\2c inset_0px_1px_1px_\#ffffff99\2c 0px_1px_1px_\#00000040\]{--tw-shadow:inset 0px -9px 18px #ffffff1a,inset 0px 1px 1px #fff9,0px 1px 1px #00000040;--tw-shadow-colored:inset 0px -9px 18px var(--tw-shadow-color),inset 0px 1px 1px var(--tw-shadow-color),0px 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-general-modals{--tw-shadow:0 -10px 20px var(--colors-main-ui-50);--tw-shadow-colored:0 -10px 20px var(--tw-shadow-color)}.shadow-general-modals,.shadow-notify-modals{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-notify-modals{--tw-shadow:0 15px 30px #0000004d;--tw-shadow-colored:0 15px 30px var(--tw-shadow-color)}.shadow-play-button{--tw-shadow:0px 1px 1px 0px #00000040,0px -5px 10px 0px #ffffff26 inset,0px 0.906px 1.811px 0px #fff inset,0px 10px 20px 0px #fff9 inset;--tw-shadow-colored:0px 1px 1px 0px var(--tw-shadow-color),inset 0px -5px 10px 0px var(--tw-shadow-color),inset 0px 0.906px 1.811px 0px var(--tw-shadow-color),inset 0px 10px 20px 0px var(--tw-shadow-color)}.shadow-play-button,.shadow-progress{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-progress{--tw-shadow:0px 2px 10px 0px #ff604766;--tw-shadow-colored:0px 2px 10px 0px var(--tw-shadow-color)}.shadow-text{--tw-shadow:0 1px 3px #00000080;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0px 1px 3px #00000080)}.drop-shadow-bonus-feature-card{--tw-drop-shadow:drop-shadow(0px 15px 30px #0000004d)}.drop-shadow-bonus-feature-card,.drop-shadow-panel-button-icon{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-panel-button-icon{--tw-drop-shadow:drop-shadow(0px 1px 1px #00000040)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-\[400ms\]{transition-duration:.4s}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\!bg-gradient-\[none\]{background-image:linear-gradient(none,var(--tw-gradient-stops))!important}.bg-gradient-\[144deg\]{background-image:linear-gradient(144deg,var(--tw-gradient-stops))}.bg-gradient-\[270deg\]{background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.text-shadow,.text-stroke-tap-anywhere{text-shadow:0 1px 3px #00000080}.text-stroke-tap-anywhere{-webkit-text-stroke:2px var(--colors-main-ui-bleached-20);-webkit-text-fill-color:#fff;paint-order:stroke fill}.\[clip-path\:polygon\(0_calc\(100\%-1px\)\2c _0_1px\2c _calc\(100\%-1px\)_50\%\)\]{clip-path:polygon(0 calc(100% - 1px),0 1px,calc(100% - 1px) 50%)}.\[clip-path\:polygon\(50\%_calc\(100\%-1\.5px\)\2c _1\.5px_0\2c _calc\(100\%-1\.5px\)_0\)\]{clip-path:polygon(50% calc(100% - 1.5px),1.5px 0,calc(100% - 1.5px) 0)}.\[clip-path\:polygon\(50\%_calc\(100\%-1px\)\2c _1px_0\2c _calc\(100\%-1px\)_0\)\]{clip-path:polygon(50% calc(100% - 1px),1px 0,calc(100% - 1px) 0)}.\[grid-area\:auto\]{grid-area:auto}.\[grid-area\:bonus\]{grid-area:bonus}.\[grid-area\:menu\]{grid-area:menu}.\[grid-area\:play\]{grid-area:play}.\[grid-area\:stakeAmounts\]{grid-area:stakeAmounts}:root{--colors-brand-black:#000;--colors-brand-orange:#ff7100;--colors-brand-pink:#f05;--colors-brand-gradient:linear-gradient(144deg,#ff7100,#f05);--colors-white:#fff;--colors-white-30:#ffffff4d;--colors-white-22:#ffffff38;--colors-white-20:#fff3;--colors-white-15:#ffffff26;--colors-white-10:#ffffff1a;--colors-white-6:#ffffff0f;--colors-white-4:#ffffff0a;--colors-black-20:#0003;--colors-black-10:#0000001a;--colors-gold-stop-0:#ffcf55;--colors-gold-stop-1:#ffae11;--colors-gold-stop-2:#fff7b2;--colors-gold:linear-gradient(0deg,var(--colors-gold-stop-0) 0.79%,var(--colors-gold-stop-1) 32.86%,var(--colors-gold-stop-2) 80.76%);--colors-green:linear-gradient(90deg,#00d651,#00a5d6);--colors-grey-stop-0:#fff;--colors-grey-stop-1:#e0def0;--colors-grey:linear-gradient(0deg,var(--colors-grey-stop-0) 0%,var(--colors-grey-stop-1) 100%);--colors-main-ui:hsl(var(--colors-main-ui-source));--colors-main-ui-20:hsl(var(--colors-main-ui-source)/20%);--colors-main-ui-50:hsl(var(--colors-main-ui-source)/50%);--colors-main-ui-80:hsl(var(--colors-main-ui-source)/80%);--colors-main-ui-0:hsl(var(--colors-main-ui-source)/0%);--colors-additional:hsl(var(--colors-additional-source));--colors-additional-20:hsl(var(--colors-additional-source)/20%);--colors-bonus-bet:hsl(var(--colors-bonus-bet-source));--colors-bonus-stop-0:hsl(var(--colors-bonus-stop-0-source));--colors-bonus-stop-1:hsl(var(--colors-bonus-stop-1-source));--colors-buttons-stop-0:hsl(var(--colors-buttons-stop-0-source));--colors-buttons-stop-1:hsl(var(--colors-buttons-stop-1-source));--colors-bonus:linear-gradient(144deg,var(--colors-bonus-stop-0) 0%,var(--colors-bonus-stop-1) 100%);--colors-main-gradient-90:linear-gradient(90deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-180:linear-gradient(180deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-270:linear-gradient(270deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-buttons:linear-gradient(144deg,var(--colors-buttons-stop-0) 0%,var(--colors-buttons-stop-1) 100%);--colors-main-gradient-stop-0:var(--colors-main-ui);--colors-main-gradient-stop-1:var(--colors-main-ui-80);--colors-main-gradient-stop-2:var(--colors-main-ui-0);--colors-main-gradient:linear-gradient(0deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-player-panel-freerounds:linear-gradient(to top,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-0) 16px,var(--colors-main-gradient-stop-1) 49%,var(--colors-main-gradient-stop-2) 100%);--colors-white-6-gradient:linear-gradient(var(--colors-white-6),var(--colors-white-6));--colors-white-10-gradient:linear-gradient(var(--colors-white-10),var(--colors-white-10));--colors-stroke-modal:linear-gradient(180deg,#ffffff59 0,#fff0 12px);--colors-white-20-gradient:linear-gradient(0deg,var(--colors-white-20) 0%,var(--colors-white-20) 29.17%,#0000 100%);--colors-white-20-gradient-180:linear-gradient(180deg,var(--colors-white-20) 0%,var(--colors-white-20) 29.17%,#0000 100%);--colors-white-dropdown-20-gradient:linear-gradient(0deg,var(--colors-white-20) 0%,#0000 100%);--colors-white-dropdown-20-gradient-180:linear-gradient(180deg,var(--colors-white-20) 0%,#0000 100%)}.border-gradient:before{background-image:linear-gradient(144deg,#fff6,#0000);border-radius:9999px;height:100%;left:0;position:absolute;top:0;width:100%;--tw-content:"";content:var(--tw-content)}.border-gradient:after{-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff);mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff)}.modal-gradient-border:before{background:var(--colors-stroke-modal);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.loading-mask,.modal-gradient-border:before{-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.loading-mask{height:10px;transform:rotate(45deg);width:10px}.loading-mask>div{background:conic-gradient(from 90deg,#fff0 0deg,#fff 1turn);height:400%;margin:-150%;width:400%}@keyframes spin{to{transform:rotate(1turn)}}.loading-mask>div{animation:spin 1s linear infinite}:focus{outline:none}img:not([src]),img[src=""]{visibility:hidden}#truelogic{height:100dvh;width:100vw;-webkit-font-smoothing:antialiased}.\[\&_h3\]\:text-medium-bold h3{font-size:14px;font-weight:700}.\[\&_h3\]\:text-medium-bold h3,.\[\&_li\]\:text-small-reg li{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;line-height:18px}.\[\&_li\]\:text-small-reg li{font-size:12px;font-weight:400}.\[\&_p\>strong\]\:text-small-bold p>strong{font-weight:700;line-height:14px}.\[\&_p\>strong\]\:text-small-bold p>strong,.\[\&_p\]\:text-small-reg p{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px}.\[\&_p\]\:text-small-reg p{font-weight:400;line-height:18px}.\[\&_tbody\>tr\>td\]\:text-small-reg tbody>tr>td{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:18px}.\[\&_thead\]\:text-small-bold thead{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:-left-12:after{content:var(--tw-content);left:-12px}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:h-4:after{content:var(--tw-content);height:4px}.after\:h-fit:after{content:var(--tw-content);height:-moz-fit-content;height:fit-content}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-4:after{content:var(--tw-content);width:4px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-10:after{border-radius:10px;content:var(--tw-content)}.after\:rounded-12:after{border-radius:12px;content:var(--tw-content)}.after\:rounded-14:after{border-radius:14px;content:var(--tw-content)}.after\:rounded-6:after{border-radius:6px;content:var(--tw-content)}.after\:rounded-8:after{border-radius:8px;content:var(--tw-content)}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-additional:after{background-color:var(--colors-additional);content:var(--tw-content)}.after\:bg-main-ui:after{background-color:var(--colors-main-ui);content:var(--tw-content)}.after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.after\:opacity-30:after{content:var(--tw-content);opacity:.3}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.first-of-type\:rounded-l-12:first-of-type{border-bottom-left-radius:12px;border-top-left-radius:12px}.first-of-type\:border-l-2:first-of-type{border-left-width:2px}.first-of-type\:border-l-main-ui-bleached-20:first-of-type{border-left-color:var(--colors-main-ui-bleached-20)}.last-of-type\:rounded-r-12:last-of-type{border-bottom-right-radius:12px;border-top-right-radius:12px}.last-of-type\:rounded-bl-12:last-of-type{border-bottom-left-radius:12px}.last-of-type\:rounded-br-12:last-of-type{border-bottom-right-radius:12px}.last-of-type\:border-r-2:last-of-type{border-right-width:2px}.last-of-type\:border-r-main-ui-bleached-20:last-of-type{border-right-color:var(--colors-main-ui-bleached-20)}@media (hover:hover) and (pointer:fine){.hover\:\!bg-white-20:hover{background-color:var(--colors-white-20)!important}.hover\:bg-additional-20:hover{background-color:var(--colors-additional-20)}.hover\:bg-white-10:hover{background-color:var(--colors-white-10)}.hover\:bg-white-20:hover{background-color:var(--colors-white-20)}.hover\:bg-white-30:hover{background-color:var(--colors-white-30)}.hover\:opacity-100:hover{opacity:1}.after\:hover\:bg-white-10:hover:after,.hover\:after\:bg-white-10:hover:after{background-color:var(--colors-white-10);content:var(--tw-content)}}.focus\:placeholder-transparent:focus::placeholder{color:#0000}.active\:\!bg-white-10:active{background-color:var(--colors-white-10)!important}.active\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]:active{background-color:#ffffff29}.active\:bg-white-20:active{background-color:var(--colors-white-20)}.active\:bg-white-4:active{background-color:var(--colors-white-4)}.active\:bg-white-6:active{background-color:var(--colors-white-6)}.active\:opacity-80:active{opacity:.8}.active\:opacity-90:active{opacity:.9}.disabled\:cursor-default:disabled{cursor:default}.disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]:disabled{background-color:#ffffff3d}.disabled\:bg-white-10:disabled{background-color:var(--colors-white-10)}.disabled\:opacity-15:disabled{opacity:.15}.disabled\:opacity-40:disabled{opacity:.4}@media (hover:hover) and (pointer:fine){.disabled\:hover\:after\:bg-transparent:hover:disabled:after{background-color:initial;content:var(--tw-content)}}.disabled\:active\:bg-transparent:active:disabled{background-color:initial}.disabled\:active\:opacity-40:active:disabled{opacity:.4}.group:last-child .group-last\:rounded-bl-10{border-bottom-left-radius:10px}.group:last-child .group-last\:rounded-br-10{border-bottom-right-radius:10px}@media (hover:hover) and (pointer:fine){.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:bg-white-20{background-color:var(--colors-white-20)}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .group-hover\:after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.group:hover .group-hover\:after\:bg-white-20:after{background-color:var(--colors-white-20);content:var(--tw-content)}.group:hover .group-hover\:after\:\!bg-none:after{background-image:none!important;content:var(--tw-content)}}.group:active .group-active\:inline{display:inline}.group:active .group-active\:hidden{display:none}.group:active .group-active\:bg-white-20{background-color:var(--colors-white-20)}.group:active .group-active\:opacity-50{opacity:.5}.group:active .group-active\:opacity-70{opacity:.7}.group:active .group-active\:opacity-\[0\.777\]{opacity:.777}.group:active .group-active\:after\:bg-white-15:after{background-color:var(--colors-white-15);content:var(--tw-content)}.group:disabled .group-disabled\:inline{display:inline}.group:disabled .group-disabled\:hidden{display:none}.group:disabled .group-disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]{background-color:#ffffff3d}.group:disabled .group-disabled\:bg-white-10{background-color:var(--colors-white-10)}.group:disabled .group-disabled\:opacity-40{opacity:.4}._mobile._portrait .mp\:-bottom-1{bottom:-1px}._mobile._portrait .mp\:-left-14{left:-14px}._mobile._portrait .mp\:bottom-108{bottom:108px}._mobile._portrait .mp\:bottom-152{bottom:152px}._mobile._portrait .mp\:bottom-42{bottom:42px}._mobile._portrait .mp\:bottom-56{bottom:56px}._mobile._portrait .mp\:bottom-58{bottom:58px}._mobile._portrait .mp\:bottom-65{bottom:65px}._mobile._portrait .mp\:bottom-97{bottom:97px}._mobile._portrait .mp\:left-1\/2{left:50%}._mobile._portrait .mp\:-ml-2{margin-left:-2px}._mobile._portrait .mp\:ml-2{margin-left:2px}._mobile._portrait .mp\:ml-80{margin-left:80px}._mobile._portrait .mp\:mt-2{margin-top:2px}._mobile._portrait .mp\:block{display:block}._mobile._portrait .mp\:hidden{display:none}._mobile._portrait .mp\:w-137{width:137px}._mobile._portrait .mp\:w-206{width:206px}._mobile._portrait .mp\:w-220{width:220px}._mobile._portrait .mp\:max-w-120{max-width:120px}._mobile._portrait .mp\:max-w-530{max-width:530px}._mobile._portrait .mp\:-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._portrait .mp\:grid-cols-\[137px_137px_137px\]{grid-template-columns:137px 137px 137px}._mobile._portrait .mp\:grid-cols-\[145px_auto_150px\]{grid-template-columns:145px auto 150px}._mobile._portrait .mp\:grid-cols-\[206px_206px\]{grid-template-columns:206px 206px}._mobile._portrait .mp\:grid-cols-\[52px_52px_118px_52px_52px\]{grid-template-columns:52px 52px 118px 52px 52px}._mobile._portrait .mp\:items-end{align-items:flex-end}._mobile._portrait .mp\:justify-center{justify-content:center}._mobile._portrait .mp\:gap-4{gap:4px}._mobile._portrait .mp\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._portrait .mp\:gap-x-12{-moz-column-gap:12px;column-gap:12px}._mobile._portrait .mp\:justify-self-center{justify-self:center}._mobile._portrait .mp\:px-20{padding-left:20px;padding-right:20px}._mobile._portrait .mp\:\[grid-area\:a1\]{grid-area:a1}._mobile._portrait .mp\:\[grid-area\:a2\]{grid-area:a2}._mobile._portrait .mp\:\[grid-area\:a3\]{grid-area:a3}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2\"\]{grid-template-areas:"a1 a2"}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2_a3\"\]{grid-template-areas:"a1 a2 a3"}._mobile._portrait .mp\:\[grid-template-areas\:\"menu_stakeAmounts_play_auto_bonus\"\]{grid-template-areas:"menu stakeAmounts play auto bonus"}._mobile._landscape .ml\:\!bottom-22{bottom:22px!important}._mobile._landscape .ml\:\!bottom-23{bottom:23px!important}._mobile._landscape .ml\:\!bottom-38{bottom:38px!important}._mobile._landscape .ml\:\!bottom-78{bottom:78px!important}._mobile._landscape .ml\:-bottom-49{bottom:-49px}._mobile._landscape .ml\:-bottom-9{bottom:-9px}._mobile._landscape .ml\:-top-12{top:-12px}._mobile._landscape .ml\:bottom-10{bottom:10px}._mobile._landscape .ml\:bottom-18{bottom:18px}._mobile._landscape .ml\:bottom-28{bottom:28px}._mobile._landscape .ml\:bottom-30{bottom:30px}._mobile._landscape .ml\:bottom-39{bottom:39px}._mobile._landscape .ml\:bottom-40{bottom:40px}._mobile._landscape .ml\:bottom-70{bottom:70px}._mobile._landscape .ml\:bottom-auto{bottom:auto}._mobile._landscape .ml\:left-0{left:0}._mobile._landscape .ml\:left-20{left:20px}._mobile._landscape .ml\:left-29{left:29px}._mobile._landscape .ml\:left-70{left:70px}._mobile._landscape .ml\:right-0{right:0}._mobile._landscape .ml\:right-21{right:21px}._mobile._landscape .ml\:right-70{right:70px}._mobile._landscape .ml\:right-86{right:86px}._mobile._landscape .ml\:top-1\/2{top:50%}._mobile._landscape .ml\:top-10{top:10px}._mobile._landscape .ml\:top-106{top:106px}._mobile._landscape .ml\:top-18{top:18px}._mobile._landscape .ml\:top-20{top:20px}._mobile._landscape .ml\:top-24{top:24px}._mobile._landscape .ml\:top-66{top:66px}._mobile._landscape .ml\:top-69{top:69px}._mobile._landscape .ml\:top-78{top:78px}._mobile._landscape .ml\:top-98{top:98px}._mobile._landscape .ml\:top-99{top:99px}._mobile._landscape .ml\:top-auto{top:auto}._mobile._landscape .ml\:my-10{margin-bottom:10px;margin-top:10px}._mobile._landscape .ml\:-mb-10{margin-bottom:-10px}._mobile._landscape .ml\:-ml-24{margin-left:-24px}._mobile._landscape .ml\:-mr-6{margin-right:-6px}._mobile._landscape .ml\:-mt-0{margin-top:0}._mobile._landscape .ml\:-mt-63{margin-top:-63px}._mobile._landscape .ml\:-mt-83{margin-top:-83px}._mobile._landscape .ml\:mb-10{margin-bottom:10px}._mobile._landscape .ml\:mb-14{margin-bottom:14px}._mobile._landscape .ml\:mb-22{margin-bottom:22px}._mobile._landscape .ml\:ml-0{margin-left:0}._mobile._landscape .ml\:ml-3{margin-left:3px}._mobile._landscape .ml\:mt-0{margin-top:0}._mobile._landscape .ml\:mt-18{margin-top:18px}._mobile._landscape .ml\:mt-20{margin-top:20px}._mobile._landscape .ml\:mt-5{margin-top:5px}._mobile._landscape .ml\:block{display:block}._mobile._landscape .ml\:hidden{display:none}._mobile._landscape .ml\:h-125{height:125px}._mobile._landscape .ml\:h-168{height:168px}._mobile._landscape .ml\:h-188{height:188px}._mobile._landscape .ml\:h-396{height:396px}._mobile._landscape .ml\:h-42{height:42px}._mobile._landscape .ml\:h-46{height:46px}._mobile._landscape .ml\:h-50{height:50px}._mobile._landscape .ml\:h-54{height:54px}._mobile._landscape .ml\:h-91{height:91px}._mobile._landscape .ml\:h-auto{height:auto}._mobile._landscape .ml\:max-h-83{max-height:83px}._mobile._landscape .ml\:w-150{width:150px}._mobile._landscape .ml\:w-170{width:170px}._mobile._landscape .ml\:w-180{width:180px}._mobile._landscape .ml\:w-238{width:238px}._mobile._landscape .ml\:w-284{width:284px}._mobile._landscape .ml\:w-46{width:46px}._mobile._landscape .ml\:w-518{width:518px}._mobile._landscape .ml\:w-54{width:54px}._mobile._landscape .ml\:w-602{width:602px}._mobile._landscape .ml\:w-848{width:848px}._mobile._landscape .ml\:w-850{width:850px}._mobile._landscape .ml\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}._mobile._landscape .ml\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}._mobile._landscape .ml\:w-full{width:100%}._mobile._landscape .ml\:min-w-170{min-width:170px}._mobile._landscape .ml\:min-w-180{min-width:180px}._mobile._landscape .ml\:max-w-354{max-width:354px}._mobile._landscape .ml\:max-w-448{max-width:448px}._mobile._landscape .ml\:max-w-560{max-width:560px}._mobile._landscape .ml\:max-w-\[570px\]{max-width:570px}._mobile._landscape .ml\:max-w-fit{max-width:-moz-fit-content;max-width:fit-content}._mobile._landscape .ml\:\!translate-y-full{--tw-translate-y:100%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}._mobile._landscape .ml\:-translate-y-1\/2{--tw-translate-y:-50%}._mobile._landscape .ml\:-translate-y-1\/2,._mobile._landscape .ml\:-translate-y-55{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:-translate-y-55{--tw-translate-y:-55px}._mobile._landscape .ml\:translate-x-0{--tw-translate-x:0px}._mobile._landscape .ml\:translate-x-0,._mobile._landscape .ml\:translate-y-19{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-y-19{--tw-translate-y:19px}._mobile._landscape .ml\:translate-y-30{--tw-translate-y:30px}._mobile._landscape .ml\:translate-y-30,._mobile._landscape .ml\:translate-y-70{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-y-70{--tw-translate-y:70px}._mobile._landscape .ml\:translate-y-\[calc\(-100\%\+167px\)\]{--tw-translate-y:calc(-100% + 167px)}._mobile._landscape .ml\:scale-\[0\.8846\],._mobile._landscape .ml\:translate-y-\[calc\(-100\%\+167px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:scale-\[0\.8846\]{--tw-scale-x:0.8846;--tw-scale-y:0.8846}._mobile._landscape .ml\:scale-\[0\.9216\]{--tw-scale-x:0.9216;--tw-scale-y:0.9216;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:grid-cols-\[130px_auto_240px\]{grid-template-columns:130px auto 240px}._mobile._landscape .ml\:grid-cols-\[170px_170px_170px_minmax\(170px\2c _1fr\)\]{grid-template-columns:170px 170px 170px minmax(170px,1fr)}._mobile._landscape .ml\:grid-rows-\[46px_46px_110px_46px_46px\]{grid-template-rows:46px 46px 110px 46px 46px}._mobile._landscape .ml\:flex-row{flex-direction:row}._mobile._landscape .ml\:flex-col{flex-direction:column}._mobile._landscape .ml\:items-start{align-items:flex-start}._mobile._landscape .ml\:items-center{align-items:center}._mobile._landscape .ml\:justify-start{justify-content:flex-start}._mobile._landscape .ml\:justify-items-center{justify-items:center}._mobile._landscape .ml\:gap-0{gap:0}._mobile._landscape .ml\:gap-10{gap:10px}._mobile._landscape .ml\:gap-15{gap:15px}._mobile._landscape .ml\:gap-16{gap:16px}._mobile._landscape .ml\:gap-2{gap:2px}._mobile._landscape .ml\:gap-22{gap:22px}._mobile._landscape .ml\:gap-3{gap:3px}._mobile._landscape .ml\:gap-5{gap:5px}._mobile._landscape .ml\:gap-6{gap:6px}._mobile._landscape .ml\:gap-7{gap:7px}._mobile._landscape .ml\:gap-8{gap:8px}._mobile._landscape .ml\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._landscape .ml\:gap-x-20{-moz-column-gap:20px;column-gap:20px}._mobile._landscape .ml\:gap-y-10{row-gap:10px}._mobile._landscape .ml\:place-self-center{place-self:center}._mobile._landscape .ml\:\!px-0{padding-left:0!important;padding-right:0!important}._mobile._landscape .ml\:px-0{padding-left:0;padding-right:0}._mobile._landscape .ml\:px-20{padding-left:20px;padding-right:20px}._mobile._landscape .ml\:py-16{padding-bottom:16px;padding-top:16px}._mobile._landscape .ml\:\!pb-10{padding-bottom:10px!important}._mobile._landscape .ml\:\!pb-6{padding-bottom:6px!important}._mobile._landscape .ml\:pb-10{padding-bottom:10px}._mobile._landscape .ml\:pb-13{padding-bottom:13px}._mobile._landscape .ml\:pb-16{padding-bottom:16px}._mobile._landscape .ml\:pb-18{padding-bottom:18px}._mobile._landscape .ml\:pb-20{padding-bottom:20px}._mobile._landscape .ml\:pb-31{padding-bottom:31px}._mobile._landscape .ml\:pb-5{padding-bottom:5px}._mobile._landscape .ml\:pb-6{padding-bottom:6px}._mobile._landscape .ml\:pb-8{padding-bottom:8px}._mobile._landscape .ml\:pl-15{padding-left:15px}._mobile._landscape .ml\:pl-30{padding-left:30px}._mobile._landscape .ml\:pr-35{padding-right:35px}._mobile._landscape .ml\:pt-19{padding-top:19px}._mobile._landscape .ml\:pt-25{padding-top:25px}._mobile._landscape .ml\:pt-3{padding-top:3px}._mobile._landscape .ml\:text-left{text-align:left}._mobile._landscape .ml\:text-center{text-align:center}._mobile._landscape .ml\:text-22{font-size:22px}._mobile._landscape .ml\:text-\[11\.5px\]{font-size:11.5px}._mobile._landscape .ml\:tracking-\[0\.88px\]{letter-spacing:.88px}._mobile._landscape .ml\:\[grid-area\:a2\]{grid-area:a2}._mobile._landscape .ml\:\[grid-area\:a4\]{grid-area:a4}._mobile._landscape .ml\:\[grid-template-areas\:\"a1_a2_a3_a4\"\]{grid-template-areas:"a1 a2 a3 a4"}._mobile._landscape .ml\:\[grid-template-areas\:\"menu\"\"stakeAmounts\"\"play\"\"auto\"\"bonus\"\]{grid-template-areas:"menu""stakeAmounts""play""auto""bonus"}@media (min-width:768px){.md\:right-11{right:11px}}@media (max-height:300px){.low\:-translate-x-1\/2{--tw-translate-x:-50%}.low\:-translate-x-1\/2,.low\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.low\:translate-y-1\/2{--tw-translate-y:50%}._mobile._landscape .ml\:low\:bottom-\[calc\(25\%-15px\)\]{bottom:calc(25% - 15px)}}.\[\&\:not\(\:last-child\)\]\:after\:absolute:not(:last-child):after{content:var(--tw-content);position:absolute}.\[\&\:not\(\:last-child\)\]\:after\:-bottom-13:not(:last-child):after{bottom:-13px;content:var(--tw-content)}.\[\&\:not\(\:last-child\)\]\:after\:left-0:not(:last-child):after{content:var(--tw-content);left:0}.\[\&\:not\(\:last-child\)\]\:after\:h-1:not(:last-child):after{content:var(--tw-content);height:1px}.\[\&\:not\(\:last-child\)\]\:after\:w-full:not(:last-child):after{content:var(--tw-content);width:100%}.\[\&\:not\(\:last-child\)\]\:after\:bg-white-10:not(:last-child):after{background-color:var(--colors-white-10);content:var(--tw-content)}._mobile._landscape .ml\:\[\&\:not\(\:last-child\)\]\:after\:-bottom-9:not(:last-child):after{bottom:-9px;content:var(--tw-content)}.\[\&_h3\:first-child\]\:mt-0 h3:first-child{margin-top:0}.\[\&_h3\]\:mt-19 h3{margin-top:19px}.\[\&_img\]\:absolute img{position:absolute}.\[\&_img\]\:left-0 img{left:0}.\[\&_img\]\:top-0 img{top:0}.\[\&_img\]\:h-full img{height:100%}.\[\&_img\]\:w-full img{width:100%}.\[\&_li\]\:relative li{position:relative}.\[\&_li\]\:pl-22 li{padding-left:22px}.\[\&_li\]\:opacity-80 li{opacity:.8}.\[\&_li\]\:before\:absolute li:before{content:var(--tw-content);position:absolute}.\[\&_li\]\:before\:left-10 li:before{content:var(--tw-content);left:10px}.\[\&_li\]\:before\:top-7 li:before{content:var(--tw-content);top:7px}.\[\&_li\]\:before\:h-4 li:before{content:var(--tw-content);height:4px}.\[\&_li\]\:before\:w-4 li:before{content:var(--tw-content);width:4px}.\[\&_li\]\:before\:rounded-full li:before{border-radius:9999px;content:var(--tw-content)}.\[\&_li\]\:before\:bg-additional li:before{background-color:var(--colors-additional);content:var(--tw-content)}.\[\&_p\]\:mt-4 p{margin-top:4px}.\[\&_p\]\:opacity-80 p{opacity:.8}._mobile._landscape .\[\&_p\]\:ml\:mt-5 p{margin-top:5px}.\[\&_path\]\:fill-bonus-bet path{fill:var(--colors-bonus-bet)}.\[\&_path\]\:opacity-100 path{opacity:1}.\[\&_path\]\:drop-shadow-player-panel-icon path{--tw-drop-shadow:drop-shadow(0px 1px 2px #0009);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\[\&_svg\]\:h-34 svg{height:34px}.\[\&_svg\]\:w-34 svg{width:34px}.\[\&_svg_stop\:nth-child\(1\)\]\:\[stop-color\:var\(--colors-gold-stop-0\)\] svg stop:first-child{stop-color:var(--colors-gold-stop-0)}.\[\&_svg_stop\:nth-child\(2\)\]\:\[stop-color\:var\(--colors-gold-stop-1\)\] svg stop:nth-child(2){stop-color:var(--colors-gold-stop-1)}.\[\&_svg_stop\:nth-child\(3\)\]\:\[stop-color\:var\(--colors-gold-stop-2\)\] svg stop:nth-child(3){stop-color:var(--colors-gold-stop-2)}.\[\&_table\]\:mt-4 table{margin-top:4px}.\[\&_table\]\:w-full table{width:100%}.\[\&_tbody\>tr\:last-child\>td\:first-child\]\:before\:rounded-bl-10 tbody>tr:last-child>td:first-child:before{border-bottom-left-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\:last-child\>td\:last-child\]\:before\:rounded-br-10 tbody>tr:last-child>td:last-child:before{border-bottom-right-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\:last-child\]\:before\:border-r tbody>tr>td:last-child:before{border-right-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:relative tbody>tr>td{position:relative}.\[\&_tbody\>tr\>td\]\:h-30 tbody>tr>td{height:30px}.\[\&_tbody\>tr\>td\]\:pl-12 tbody>tr>td{padding-left:12px}.\[\&_tbody\>tr\>td\]\:before\:absolute tbody>tr>td:before{content:var(--tw-content);position:absolute}.\[\&_tbody\>tr\>td\]\:before\:left-0 tbody>tr>td:before{content:var(--tw-content);left:0}.\[\&_tbody\>tr\>td\]\:before\:top-0 tbody>tr>td:before{content:var(--tw-content);top:0}.\[\&_tbody\>tr\>td\]\:before\:h-full tbody>tr>td:before{content:var(--tw-content);height:100%}.\[\&_tbody\>tr\>td\]\:before\:w-full tbody>tr>td:before{content:var(--tw-content);width:100%}.\[\&_tbody\>tr\>td\]\:before\:border-b tbody>tr>td:before{border-bottom-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-l tbody>tr>td:before{border-left-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-solid tbody>tr>td:before{border-style:solid;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-white-10 tbody>tr>td:before{border-color:var(--colors-white-10);content:var(--tw-content)}.\[\&_thead\>tr\>th\:first-child\]\:rounded-tl-10 thead>tr>th:first-child{border-top-left-radius:10px}.\[\&_thead\>tr\>th\:last-child\]\:rounded-tr-10 thead>tr>th:last-child{border-top-right-radius:10px}.\[\&_thead\>tr\>th\]\:h-30 thead>tr>th{height:30px}.\[\&_thead\>tr\>th\]\:w-1\/2 thead>tr>th{width:50%}.\[\&_thead\>tr\>th\]\:bg-white-10 thead>tr>th{background-color:var(--colors-white-10)}.\[\&_thead\>tr\>th\]\:pl-12 thead>tr>th{padding-left:12px}.\[\&_thead\>tr\>th\]\:text-left thead>tr>th{text-align:left}.\[\&_ul\]\:mt-4 ul{margin-top:4px}.\[\&_ul\]\:flex ul{display:flex}.\[\&_ul\]\:flex-col ul{flex-direction:column}.\[\&_ul\]\:gap-3 ul{gap:3px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.kGiQsQZc{margin-left:-40px;margin-right:-40px;padding:70px 40px}.kGiQsQZc .swiper-slide{width:110px}.kGiQsQZc .swiper-slide:last-of-type{margin-right:0!important}.range-slider{background-color:var(--colors-white-20);border-radius:4px;cursor:pointer;height:4px;position:relative}.range-slider__bar{background-color:var(--colors-additional);border-radius:4px;height:100%;left:0;position:absolute}.range-slider__handle{background-color:var(--colors-white);border-radius:50%;height:18px;position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:18px}.range-slider__label{align-items:center;color:var(--colors-white-20);display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-user-select:none;user-select:none;z-index:1}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}.DyFopbPD .swiper-pagination{bottom:0;display:flex;justify-content:center;margin:0}.DyFopbPD .swiper-pagination .swiper-pagination-bullet{background-color:var(--colors-white-20);box-shadow:none;height:10px;margin:0 5px;opacity:1;width:10px}.DyFopbPD .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--colors-additional)}
3
+ */*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.display-xl-gold{-webkit-background-clip:text;background-clip:text;background-image:var(--colors-gold);color:var(--colors-white);color:#0000;font-size:24px;font-weight:900;letter-spacing:.96px;line-height:28px;--tw-drop-shadow:drop-shadow(0 1px 3px #00000080);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.display-xl-gold,.title-h1-bold{font-family:Roboto,Helvetica,sans-serif;text-transform:uppercase}.title-h1-bold{color:var(--colors-white);font-size:20px;font-weight:700;letter-spacing:.4px;line-height:23px}.title-h2-bold{font-size:18px;line-height:21px}.title-h2-bold,.title-h3-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-weight:700}.title-h3-bold{font-size:16px;line-height:19px}.text-medium-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;font-weight:700;line-height:18px}.text-medium-med{font-weight:500}.text-medium-med,.text-medium-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:14px;line-height:21px}.text-medium-reg{font-weight:400}.text-small-bold{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.text-small-med{font-weight:500}.text-small-med,.text-small-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;line-height:18px}.text-small-reg{font-weight:400}.text-xs-bold{font-weight:700;line-height:13px}.text-xs-bold,.text-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:11px}.text-xs-reg{font-weight:400;line-height:17px}.text-super-xs-bold{font-weight:700}.text-super-xs-bold,.text-super-xs-reg{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:10px;line-height:12px}.text-super-xs-reg{font-weight:400}.text-bonus-large{font-weight:900}.text-bonus-large,.text-prize-drop{-webkit-background-clip:text;background-clip:text;background-image:var(--colors-gold);color:#0000;font-family:Roboto,Helvetica,sans-serif;font-size:18px;line-height:21px}.text-prize-drop{font-weight:700}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.\!bottom-0{bottom:0!important}.\!bottom-22{bottom:22px!important}.\!bottom-24{bottom:24px!important}.\!bottom-auto{bottom:auto!important}.\!left-\[50\%\]{left:50%!important}.\!left-auto{left:auto!important}.-bottom-1{bottom:-1px}.-bottom-10{bottom:-10px}.-left-1{left:-1px}.-left-10{left:-10px}.-right-1{right:-1px}.-right-10{right:-10px}.-right-2{right:-2px}.-right-6{right:-6px}.-top-1{top:-1px}.-top-2{top:-2px}.-top-5{top:-5px}.-top-6{top:-6px}.bottom-0{bottom:0}.bottom-105{bottom:105px}.bottom-121{bottom:121px}.bottom-16{bottom:16px}.bottom-18{bottom:18px}.bottom-2{bottom:2px}.bottom-24{bottom:24px}.bottom-26{bottom:26px}.bottom-40{bottom:40px}.bottom-56{bottom:56px}.bottom-6{bottom:6px}.bottom-9{bottom:9px}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:10px}.left-28{left:28px}.left-8{left:8px}.left-\[100\%\]{left:100%}.left-\[50\%\]{left:50%}.left-\[calc\(100\%\)\]{left:100%}.left-\[calc\(100\%-1px\)\]{left:calc(100% - 1px)}.right-0{right:0}.right-1{right:1px}.right-10{right:10px}.right-12{right:12px}.right-16{right:16px}.right-2{right:2px}.right-20{right:20px}.right-26{right:26px}.right-30{right:30px}.right-4{right:4px}.right-6{right:6px}.right-8{right:8px}.top-0{top:0}.top-1{top:1px}.top-1\/2{top:50%}.top-10{top:10px}.top-119{top:119px}.top-140{top:140px}.top-142{top:142px}.top-150{top:150px}.top-20{top:20px}.top-25{top:25px}.top-26{top:26px}.top-40{top:40px}.top-7{top:7px}.top-78{top:78px}.top-8{top:8px}.top-89{top:89px}.top-90{top:90px}.top-\[100\%\]{top:100%}.top-\[50\%\]{top:50%}.top-\[calc\(100\%\)\]{top:100%}.top-\[calc\(100\%-1\.5px\)\]{top:calc(100% - 1.5px)}.top-\[calc\(100\%-1px\)\]{top:calc(100% - 1px)}.top-auto{top:auto}.-z-1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-2{z-index:2}.z-20{z-index:20}.z-25{z-index:25}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-55{z-index:55}.z-56{z-index:56}.z-60{z-index:60}.z-70{z-index:70}.z-75{z-index:75}.z-79{z-index:79}.z-80{z-index:80}.z-85{z-index:85}.z-90{z-index:90}.z-\[-1\]{z-index:-1}.m-1{margin:1px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-bottom:10px;margin-top:10px}.my-22{margin-bottom:22px;margin-top:22px}.my-30{margin-bottom:30px;margin-top:30px}.my-9{margin-bottom:9px;margin-top:9px}.\!mt-0{margin-top:0!important}.\!mt-15{margin-top:15px!important}.\!mt-16{margin-top:16px!important}.-mb-1{margin-bottom:-1px}.-mb-10{margin-bottom:-10px}.-mb-13{margin-bottom:-13px}.-mb-6{margin-bottom:-6px}.-ml-12{margin-left:-12px}.-ml-2{margin-left:-2px}.-ml-24{margin-left:-24px}.-ml-4{margin-left:-4px}.-mt-1{margin-top:-1px}.-mt-10{margin-top:-10px}.-mt-12{margin-top:-12px}.-mt-3{margin-top:-3px}.-mt-63{margin-top:-63px}.-mt-7{margin-top:-7px}.mb-1{margin-bottom:1px}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-13{margin-bottom:13px}.mb-16{margin-bottom:16px}.mb-19{margin-bottom:19px}.mb-2{margin-bottom:2px}.mb-22{margin-bottom:22px}.mb-30{margin-bottom:30px}.mb-32{margin-bottom:32px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.ml-15{margin-left:15px}.ml-16{margin-left:16px}.ml-2{margin-left:2px}.ml-33{margin-left:33px}.ml-80{margin-left:80px}.ml-auto{margin-left:auto}.mr-35{margin-right:35px}.mr-6{margin-right:6px}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-17{margin-top:17px}.mt-18{margin-top:18px}.mt-2{margin-top:2px}.mt-20{margin-top:20px}.mt-22{margin-top:22px}.mt-25{margin-top:25px}.mt-3{margin-top:3px}.mt-30{margin-top:30px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.size-1000{height:1000px;width:1000px}.\!h-14{height:14px!important}.\!h-17{height:17px!important}.\!h-52{height:52px!important}.h-0{height:0}.h-1{height:1px}.h-10{height:10px}.h-100{height:100px}.h-1000{height:1000px}.h-102{height:102px}.h-104{height:104px}.h-108{height:108px}.h-12{height:12px}.h-130{height:130px}.h-138{height:138px}.h-140{height:140px}.h-144{height:144px}.h-150{height:150px}.h-16{height:16px}.h-165{height:165px}.h-18{height:18px}.h-180{height:180px}.h-20{height:20px}.h-200{height:200px}.h-22{height:22px}.h-240{height:240px}.h-27{height:27px}.h-28{height:28px}.h-30{height:30px}.h-32{height:32px}.h-327{height:327px}.h-358{height:358px}.h-36{height:36px}.h-38{height:38px}.h-4{height:4px}.h-40{height:40px}.h-43{height:43px}.h-44{height:44px}.h-46{height:46px}.h-48{height:48px}.h-50{height:50px}.h-52{height:52px}.h-53{height:53px}.h-6{height:6px}.h-60{height:60px}.h-66{height:66px}.h-698{height:698px}.h-70{height:70px}.h-74{height:74px}.h-8{height:8px}.h-80{height:80px}.h-9{height:9px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:min-content}.max-h-321{max-height:321px}.max-h-\[calc\(100\%-40px-20px\)\]{max-height:calc(100% - 60px)}.min-h-217{min-height:217px}.min-h-22{min-height:22px}.min-h-28{min-height:28px}.\!w-14{width:14px!important}.\!w-17{width:17px!important}.w-0{width:0}.w-1{width:1px}.w-10{width:10px}.w-100{width:100px}.w-102{width:102px}.w-108{width:108px}.w-110{width:110px}.w-112{width:112px}.w-118{width:118px}.w-12{width:12px}.w-120{width:120px}.w-126{width:126px}.w-140{width:140px}.w-150{width:150px}.w-16{width:16px}.w-170{width:170px}.w-178{width:178px}.w-18{width:18px}.w-180{width:180px}.w-20{width:20px}.w-21{width:21px}.w-22{width:22px}.w-26{width:26px}.w-28{width:28px}.w-290{width:290px}.w-3{width:3px}.w-300{width:300px}.w-340{width:340px}.w-350{width:350px}.w-354{width:354px}.w-362{width:362px}.w-384{width:384px}.w-4{width:4px}.w-40{width:40px}.w-414{width:414px}.w-46{width:46px}.w-50{width:50px}.w-52{width:52px}.w-6{width:6px}.w-60{width:60px}.w-66{width:66px}.w-70{width:70px}.w-8{width:8px}.w-80{width:80px}.w-9{width:9px}.w-900{width:900px}.w-\[80\%\]{width:80%}.w-\[calc\(100\%-16px\)\]{width:calc(100% - 16px)}.w-\[calc\(100\%-56px\)\]{width:calc(100% - 56px)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-\[calc\(50\%-9px\)\]{width:calc(50% - 9px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.\!min-w-0{min-width:0!important}.\!min-w-170{min-width:170px!important}.min-w-100{min-width:100px}.min-w-1000{min-width:1000px}.min-w-103{min-width:103px}.min-w-110{min-width:110px}.min-w-120{min-width:120px}.min-w-140{min-width:140px}.min-w-170{min-width:170px}.min-w-180{min-width:180px}.min-w-186{min-width:186px}.min-w-200{min-width:200px}.min-w-22{min-width:22px}.min-w-26{min-width:26px}.min-w-50{min-width:50px}.min-w-80{min-width:80px}.min-w-82{min-width:82px}.min-w-88{min-width:88px}.min-w-900{min-width:900px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.min-w-min{min-width:min-content}.max-w-100{max-width:100px}.max-w-128{max-width:128px}.max-w-220{max-width:220px}.max-w-230{max-width:230px}.max-w-310{max-width:310px}.max-w-354{max-width:354px}.max-w-384{max-width:384px}.max-w-386{max-width:386px}.max-w-414{max-width:414px}.max-w-500{max-width:500px}.max-w-560{max-width:560px}.max-w-570{max-width:570px}.max-w-604{max-width:604px}.max-w-620{max-width:620px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.\!origin-top{transform-origin:top!important}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.\!translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-188,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-188{--tw-translate-x:-188px}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[0\.5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[0\.5px\]{--tw-translate-y:-0.5px}.translate-x-22{--tw-translate-x:22px}.translate-x-22,.translate-x-8{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-8{--tw-translate-x:8px}.translate-x-\[-0\.5px\]{--tw-translate-x:-0.5px}.translate-x-\[-0\.5px\],.translate-x-\[-100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-100\%\]{--tw-translate-x:-100%}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-\[-5px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-5px\]{--tw-translate-x:-5px}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-1\/2,.translate-y-\[-100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-100\%\]{--tw-translate-y:-100%}.translate-y-\[-4\.1px\]{--tw-translate-y:-4.1px}.translate-y-\[-4\.1px\],.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.rotate-90{--tw-rotate:90deg}.rotate-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulseTransparent{animation:pulseTransparent 2.5s linear infinite}@keyframes pulseTransparent{0%,to{opacity:.1}50%{opacity:1}}.animate-pulseTransparentFast{animation:pulseTransparent 1s linear infinite}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_80px\]{grid-template-columns:1fr 80px}.grid-cols-\[1fr_80px_80px\]{grid-template-columns:1fr 80px 80px}.grid-cols-\[min-content_auto_min-content\]{grid-template-columns:min-content auto min-content}.grid-cols-\[min-content_min-content_min-content\]{grid-template-columns:min-content min-content min-content}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.content-end{align-content:flex-end}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.\!gap-2{gap:2px!important}.\!gap-4{gap:4px!important}.\!gap-5{gap:5px!important}.gap-1{gap:1px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-18{gap:18px}.gap-2{gap:2px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-3{gap:3px}.gap-30{gap:30px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-60{gap:60px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-9{gap:9px}.gap-x-1{-moz-column-gap:1px;column-gap:1px}.gap-x-10{-moz-column-gap:10px;column-gap:10px}.gap-x-12{-moz-column-gap:12px;column-gap:12px}.gap-x-13{-moz-column-gap:13px;column-gap:13px}.gap-x-18{-moz-column-gap:18px;column-gap:18px}.gap-x-5{-moz-column-gap:5px;column-gap:5px}.gap-x-6{-moz-column-gap:6px;column-gap:6px}.gap-y-1{row-gap:1px}.gap-y-10{row-gap:10px}.self-center{align-self:center}.justify-self-center{justify-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.rounded-10{border-radius:10px}.rounded-100{border-radius:100px}.rounded-12{border-radius:12px}.rounded-14{border-radius:14px}.rounded-16{border-radius:16px}.rounded-20{border-radius:20px}.rounded-3{border-radius:3px}.rounded-6{border-radius:6px}.rounded-8{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-b-10{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.rounded-t-10{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-16{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-12{border-top-left-radius:12px}.rounded-tl-16{border-top-left-radius:16px}.rounded-tr-12{border-top-right-radius:12px}.rounded-tr-16{border-top-right-radius:16px}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y-2{border-bottom-width:2px;border-top-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-additional{border-color:var(--colors-additional)!important}.border-additional{border-color:var(--colors-additional)}.border-transparent{border-color:#0000}.border-white{border-color:var(--colors-white)}.border-white-10{border-color:var(--colors-white-10)}.border-white-20{border-color:var(--colors-white-20)}.border-y-main-ui-bleached-20{border-bottom-color:var(--colors-main-ui-bleached-20);border-top-color:var(--colors-main-ui-bleached-20)}.\!bg-additional{background-color:var(--colors-additional)!important}.\!bg-additional-20{background-color:var(--colors-additional-20)!important}.\!bg-brand-orange{background-color:var(--colors-brand-orange)!important}.\!bg-white-15{background-color:var(--colors-white-15)!important}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]{background-color:#ffffff29}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.22\)\]{background-color:#ffffff38}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.26\)\]{background-color:#ffffff42}.bg-\[rgba\(255\2c 71\2c 102\2c 0\.2\)\]{background-color:#ff476633}.bg-additional{background-color:var(--colors-additional)}.bg-additional-20{background-color:var(--colors-additional-20)}.bg-black-20{background-color:var(--colors-black-20)}.bg-brand-black{background-color:var(--colors-brand-black)}.bg-brand-orange{background-color:var(--colors-brand-orange)}.bg-brand-pink{background-color:var(--colors-brand-pink)}.bg-main-ui{background-color:var(--colors-main-ui)}.bg-main-ui-bleached-20{background-color:var(--colors-main-ui-bleached-20)}.bg-white{background-color:var(--colors-white)}.bg-white-10{background-color:var(--colors-white-10)}.bg-white-20{background-color:var(--colors-white-20)}.bg-white-22{background-color:var(--colors-white-22)}.bg-white-30{background-color:var(--colors-white-30)}.bg-white-6{background-color:var(--colors-white-6)}.\!bg-white-10-gradient{background-image:var(--colors-white-10-gradient)!important}.bg-bonus{background-image:var(--colors-bonus)}.bg-bonus-secondary{background-image:var(--colors-bonus-secondary)}.bg-brand-gradient{background-image:var(--colors-brand-gradient)}.bg-buttons{background-image:var(--colors-buttons)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-green{background-image:var(--colors-green)}.bg-main-gradient{background-image:var(--colors-main-gradient)}.bg-main-gradient-180{background-image:var(--colors-main-gradient-180)}.bg-main-gradient-270{background-image:var(--colors-main-gradient-270)}.bg-main-gradient-90{background-image:var(--colors-main-gradient-90)}.bg-main-white-dropdown-20-gradient{background-image:var(--colors-white-dropdown-20-gradient),var(--colors-main-gradient)}.bg-main-white-dropdown-20-gradient-180{background-image:var(--colors-white-dropdown-20-gradient-180),var(--colors-main-gradient-180)}.bg-white-10-gradient{background-image:var(--colors-white-10-gradient)}.bg-white-6-gradient{background-image:var(--colors-white-6-gradient)}.from-\[\#FF7100\]{--tw-gradient-from:#ff7100 var(--tw-gradient-from-position);--tw-gradient-to:#ff710000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFFFFF00\],.from-\[\#ffffff00\]{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-20{--tw-gradient-from:var(--colors-black-20) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-colors-buttons-stop-0{--tw-gradient-from:var(--colors-buttons-stop-0) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-main-ui{--tw-gradient-from:var(--colors-main-ui) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-main-ui-bleached-06{--tw-gradient-from:var(--colors-main-ui-bleached-06) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:var(--colors-white) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white-6{--tw-gradient-from:var(--colors-white-6) var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#FF0055\]{--tw-gradient-to:#f050 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f05 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#FFFFFF33\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff3 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--colors-white) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[53\.13\%\]{--tw-gradient-via-position:53.13%}.via-\[57\.29\%\]{--tw-gradient-via-position:57.29%}.to-\[\#C2B7FF\]{--tw-gradient-to:#c2b7ff var(--tw-gradient-to-position)}.to-\[\#FF7100\]{--tw-gradient-to:#ff7100 var(--tw-gradient-to-position)}.to-\[\#FFFFFF00\],.to-\[\#ffffff00\]{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.to-black-20{--tw-gradient-to:var(--colors-black-20) var(--tw-gradient-to-position)}.to-colors-buttons-stop-1{--tw-gradient-to:var(--colors-buttons-stop-1) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.to-\[99\.48\%\]{--tw-gradient-to-position:99.48%}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-additional{fill:var(--colors-additional)}.fill-additional-20{fill:var(--colors-additional-20)}.fill-bonus-bet{fill:var(--colors-bonus-bet)}.fill-white{fill:var(--colors-white)}.fill-white-10{fill:var(--colors-white-10)}.stroke-additional{stroke:var(--colors-additional)}.object-contain{object-fit:contain}.\!p-2{padding:2px!important}.p-10{padding:10px}.p-12{padding:12px}.p-16{padding:16px}.p-2{padding:2px}.p-20{padding:20px}.p-30{padding:30px}.p-4{padding:4px}.p-8{padding:8px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:10px;padding-right:10px}.px-14{padding-left:14px;padding-right:14px}.px-15{padding-left:15px;padding-right:15px}.px-16{padding-left:16px;padding-right:16px}.px-20{padding-left:20px;padding-right:20px}.px-22{padding-left:22px;padding-right:22px}.px-25{padding-left:25px;padding-right:25px}.px-3{padding-left:3px;padding-right:3px}.px-30{padding-left:30px;padding-right:30px}.px-4{padding-left:4px;padding-right:4px}.px-42{padding-left:42px;padding-right:42px}.px-45{padding-left:45px;padding-right:45px}.px-5{padding-left:5px;padding-right:5px}.px-50{padding-left:50px;padding-right:50px}.px-6{padding-left:6px;padding-right:6px}.px-60{padding-left:60px;padding-right:60px}.px-8{padding-left:8px;padding-right:8px}.py-10{padding-bottom:10px;padding-top:10px}.py-11{padding-bottom:11px;padding-top:11px}.py-12{padding-bottom:12px;padding-top:12px}.py-14{padding-bottom:14px;padding-top:14px}.py-15{padding-bottom:15px;padding-top:15px}.py-18{padding-bottom:18px;padding-top:18px}.py-2{padding-bottom:2px;padding-top:2px}.py-20{padding-bottom:20px;padding-top:20px}.py-30{padding-bottom:30px;padding-top:30px}.py-4{padding-bottom:4px;padding-top:4px}.py-6{padding-bottom:6px;padding-top:6px}.py-8{padding-bottom:8px;padding-top:8px}.\!pb-10{padding-bottom:10px!important}.\!pb-30{padding-bottom:30px!important}.pb-1{padding-bottom:1px}.pb-10{padding-bottom:10px}.pb-12{padding-bottom:12px}.pb-14{padding-bottom:14px}.pb-15{padding-bottom:15px}.pb-16{padding-bottom:16px}.pb-17{padding-bottom:17px}.pb-18{padding-bottom:18px}.pb-20{padding-bottom:20px}.pb-22{padding-bottom:22px}.pb-26{padding-bottom:26px}.pb-30{padding-bottom:30px}.pb-5{padding-bottom:5px}.pb-6{padding-bottom:6px}.pb-7{padding-bottom:7px}.pl-0{padding-left:0}.pl-12{padding-left:12px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-16{padding-left:16px}.pl-3{padding-left:3px}.pl-56{padding-left:56px}.pl-6{padding-left:6px}.pr-10{padding-right:10px}.pr-12{padding-right:12px}.pr-14{padding-right:14px}.pr-16{padding-right:16px}.pr-20{padding-right:20px}.pr-34{padding-right:34px}.pt-10{padding-top:10px}.pt-14{padding-top:14px}.pt-16{padding-top:16px}.pt-19{padding-top:19px}.pt-2{padding-top:2px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-4{padding-top:4px}.pt-5{padding-top:5px}.pt-7{padding-top:7px}.pt-9{padding-top:9px}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-roboto{font-family:Roboto,Helvetica,sans-serif}.text-13{font-size:13px}.text-20{font-size:20px}.text-24{font-size:24px}.text-28{font-size:28px}.text-30{font-size:30px}.text-\[13px\]{font-size:13px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-\[1\.15\]{line-height:1.15}.leading-\[15px\]{line-height:15px}.leading-\[18px\]{line-height:18px}.leading-\[25px\]{line-height:25px}.leading-\[28\.13px\]{line-height:28.13px}.leading-\[35px\]{line-height:35px}.leading-\[normal\]{line-height:normal}.leading-tight{line-height:1.25}.tracking-\[0\.48px\]{letter-spacing:.48px}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[0\.96px\]{letter-spacing:.96px}.text-additional{color:var(--colors-additional)}.text-bonus-bet{color:var(--colors-bonus-bet)}.text-main-ui{color:var(--colors-main-ui)}.text-transparent{color:#0000}.text-white{color:var(--colors-white)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.\!opacity-0{opacity:0!important}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-\[0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)\]{--tw-shadow:0 1px 0 #fff3;--tw-shadow-colored:0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_-9px_18px_\#ffffff1a\2c inset_0px_1px_1px_\#ffffff99\2c 0px_1px_1px_\#00000040\]{--tw-shadow:inset 0px -9px 18px #ffffff1a,inset 0px 1px 1px #fff9,0px 1px 1px #00000040;--tw-shadow-colored:inset 0px -9px 18px var(--tw-shadow-color),inset 0px 1px 1px var(--tw-shadow-color),0px 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-general-modals{--tw-shadow:0 -10px 20px var(--colors-main-ui-50);--tw-shadow-colored:0 -10px 20px var(--tw-shadow-color)}.shadow-general-modals,.shadow-notify-modals{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-notify-modals{--tw-shadow:0 15px 30px #0000004d;--tw-shadow-colored:0 15px 30px var(--tw-shadow-color)}.shadow-play-button{--tw-shadow:0px 1px 1px 0px #00000040,0px -5px 10px 0px #ffffff26 inset,0px 0.906px 1.811px 0px #fff inset,0px 10px 20px 0px #fff9 inset;--tw-shadow-colored:0px 1px 1px 0px var(--tw-shadow-color),inset 0px -5px 10px 0px var(--tw-shadow-color),inset 0px 0.906px 1.811px 0px var(--tw-shadow-color),inset 0px 10px 20px 0px var(--tw-shadow-color)}.shadow-play-button,.shadow-progress{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-progress{--tw-shadow:0px 2px 10px 0px #ff604766;--tw-shadow-colored:0px 2px 10px 0px var(--tw-shadow-color)}.shadow-text{--tw-shadow:0 1px 3px #00000080;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0px 1px 3px #00000080)}.drop-shadow-bonus-feature-card{--tw-drop-shadow:drop-shadow(0px 15px 30px #0000004d)}.drop-shadow-bonus-feature-card,.drop-shadow-panel-button-icon{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-panel-button-icon{--tw-drop-shadow:drop-shadow(0px 1px 1px #00000040)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-\[400ms\]{transition-duration:.4s}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\!bg-gradient-\[none\]{background-image:linear-gradient(none,var(--tw-gradient-stops))!important}.bg-gradient-\[144deg\]{background-image:linear-gradient(144deg,var(--tw-gradient-stops))}.bg-gradient-\[270deg\]{background-image:linear-gradient(270deg,var(--tw-gradient-stops))}.text-shadow,.text-stroke-tap-anywhere{text-shadow:0 1px 3px #00000080}.text-stroke-tap-anywhere{-webkit-text-stroke:2px var(--colors-main-ui-bleached-20);-webkit-text-fill-color:#fff;paint-order:stroke fill}.\[clip-path\:polygon\(0_calc\(100\%-1px\)\2c _0_1px\2c _calc\(100\%-1px\)_50\%\)\]{clip-path:polygon(0 calc(100% - 1px),0 1px,calc(100% - 1px) 50%)}.\[clip-path\:polygon\(50\%_calc\(100\%-1\.5px\)\2c _1\.5px_0\2c _calc\(100\%-1\.5px\)_0\)\]{clip-path:polygon(50% calc(100% - 1.5px),1.5px 0,calc(100% - 1.5px) 0)}.\[clip-path\:polygon\(50\%_calc\(100\%-1px\)\2c _1px_0\2c _calc\(100\%-1px\)_0\)\]{clip-path:polygon(50% calc(100% - 1px),1px 0,calc(100% - 1px) 0)}.\[grid-area\:auto\]{grid-area:auto}.\[grid-area\:bonus\]{grid-area:bonus}.\[grid-area\:menu\]{grid-area:menu}.\[grid-area\:play\]{grid-area:play}.\[grid-area\:stakeAmounts\]{grid-area:stakeAmounts}:root{--colors-brand-black:#000;--colors-brand-orange:#ff7100;--colors-brand-pink:#f05;--colors-brand-gradient:linear-gradient(144deg,#ff7100,#f05);--colors-white:#fff;--colors-white-30:#ffffff4d;--colors-white-22:#ffffff38;--colors-white-20:#fff3;--colors-white-15:#ffffff26;--colors-white-10:#ffffff1a;--colors-white-6:#ffffff0f;--colors-white-4:#ffffff0a;--colors-black-20:#0003;--colors-black-10:#0000001a;--colors-gold-stop-0:#ffcf55;--colors-gold-stop-1:#ffae11;--colors-gold-stop-2:#fff7b2;--colors-gold:linear-gradient(0deg,var(--colors-gold-stop-0) 0.79%,var(--colors-gold-stop-1) 32.86%,var(--colors-gold-stop-2) 80.76%);--colors-green:linear-gradient(90deg,#00d651,#00a5d6);--colors-grey-stop-0:#fff;--colors-grey-stop-1:#e0def0;--colors-grey:linear-gradient(0deg,var(--colors-grey-stop-0) 0%,var(--colors-grey-stop-1) 100%);--colors-main-ui:hsl(var(--colors-main-ui-source));--colors-main-ui-20:hsl(var(--colors-main-ui-source)/20%);--colors-main-ui-50:hsl(var(--colors-main-ui-source)/50%);--colors-main-ui-80:hsl(var(--colors-main-ui-source)/80%);--colors-main-ui-0:hsl(var(--colors-main-ui-source)/0%);--colors-additional:hsl(var(--colors-additional-source));--colors-additional-20:hsl(var(--colors-additional-source)/20%);--colors-bonus-bet:hsl(var(--colors-bonus-bet-source));--colors-bonus-stop-0:hsl(var(--colors-bonus-stop-0-source));--colors-bonus-stop-1:hsl(var(--colors-bonus-stop-1-source));--colors-bonus-secondary-stop-0:hsl(var(--colors-bonus-secondary-stop-0-source));--colors-bonus-secondary-stop-1:hsl(var(--colors-bonus-secondary-stop-1-source));--colors-buttons-stop-0:hsl(var(--colors-buttons-stop-0-source));--colors-buttons-stop-1:hsl(var(--colors-buttons-stop-1-source));--colors-bonus:linear-gradient(144deg,var(--colors-bonus-stop-0) 0%,var(--colors-bonus-stop-1) 100%);--colors-bonus-secondary:linear-gradient(144deg,var(--colors-bonus-secondary-stop-0) 0%,var(--colors-bonus-secondary-stop-1) 100%);--colors-main-gradient-90:linear-gradient(90deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-180:linear-gradient(180deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-270:linear-gradient(270deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-buttons:linear-gradient(144deg,var(--colors-buttons-stop-0) 0%,var(--colors-buttons-stop-1) 100%);--colors-main-gradient-stop-0:var(--colors-main-ui);--colors-main-gradient-stop-1:var(--colors-main-ui-80);--colors-main-gradient-stop-2:var(--colors-main-ui-0);--colors-main-gradient:linear-gradient(0deg,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-1) 29.17%,var(--colors-main-gradient-stop-2) 100%);--colors-main-gradient-player-panel-freerounds:linear-gradient(to top,var(--colors-main-gradient-stop-0) 0%,var(--colors-main-gradient-stop-0) 16px,var(--colors-main-gradient-stop-1) 49%,var(--colors-main-gradient-stop-2) 100%);--colors-white-6-gradient:linear-gradient(var(--colors-white-6),var(--colors-white-6));--colors-white-10-gradient:linear-gradient(var(--colors-white-10),var(--colors-white-10));--colors-stroke-modal:linear-gradient(180deg,#ffffff59 0,#fff0 12px);--colors-white-20-gradient:linear-gradient(0deg,var(--colors-white-20) 0%,var(--colors-white-20) 29.17%,#0000 100%);--colors-white-20-gradient-180:linear-gradient(180deg,var(--colors-white-20) 0%,var(--colors-white-20) 29.17%,#0000 100%);--colors-white-dropdown-20-gradient:linear-gradient(0deg,var(--colors-white-20) 0%,#0000 100%);--colors-white-dropdown-20-gradient-180:linear-gradient(180deg,var(--colors-white-20) 0%,#0000 100%)}.border-gradient:before{background-image:linear-gradient(144deg,#fff6,#0000);border-radius:9999px;height:100%;left:0;position:absolute;top:0;width:100%;--tw-content:"";content:var(--tw-content)}.border-gradient:after{-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff);mask:radial-gradient(closest-side,#0000 calc(100% - 1px),#fff)}.modal-gradient-border:before{background:var(--colors-stroke-modal);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.loading-mask,.modal-gradient-border:before{-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px}.loading-mask{height:10px;transform:rotate(45deg);width:10px}.loading-mask>div{background:conic-gradient(from 90deg,#fff0 0deg,#fff 1turn);height:400%;margin:-150%;width:400%}@keyframes spin{to{transform:rotate(1turn)}}.loading-mask>div{animation:spin 1s linear infinite}:focus{outline:none}img:not([src]),img[src=""]{visibility:hidden}#truelogic{height:100dvh;width:100vw;-webkit-font-smoothing:antialiased}.\[\&_h3\]\:text-medium-bold h3{font-size:14px;font-weight:700}.\[\&_h3\]\:text-medium-bold h3,.\[\&_li\]\:text-small-reg li{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;line-height:18px}.\[\&_li\]\:text-small-reg li{font-size:12px;font-weight:400}.\[\&_p\>strong\]\:text-small-bold p>strong{font-weight:700;line-height:14px}.\[\&_p\>strong\]\:text-small-bold p>strong,.\[\&_p\]\:text-small-reg p{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px}.\[\&_p\]\:text-small-reg p{font-weight:400;line-height:18px}.\[\&_tbody\>tr\>td\]\:text-small-reg tbody>tr>td{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:18px}.\[\&_thead\]\:text-small-bold thead{color:var(--colors-white);font-family:Roboto,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:14px}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-left-12:after{content:var(--tw-content);left:-12px}.after\:bottom-0:after{bottom:0;content:var(--tw-content)}.after\:left-0:after{content:var(--tw-content);left:0}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:h-4:after{content:var(--tw-content);height:4px}.after\:h-fit:after{content:var(--tw-content);height:-moz-fit-content;height:fit-content}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-4:after{content:var(--tw-content);width:4px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:-translate-y-1\/2:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-10:after{border-radius:10px;content:var(--tw-content)}.after\:rounded-12:after{border-radius:12px;content:var(--tw-content)}.after\:rounded-14:after{border-radius:14px;content:var(--tw-content)}.after\:rounded-6:after{border-radius:6px;content:var(--tw-content)}.after\:rounded-8:after{border-radius:8px;content:var(--tw-content)}.after\:rounded-full:after{border-radius:9999px;content:var(--tw-content)}.after\:bg-additional:after{background-color:var(--colors-additional);content:var(--tw-content)}.after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.after\:transition-all:after{content:var(--tw-content);transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.first-of-type\:rounded-l-12:first-of-type{border-bottom-left-radius:12px;border-top-left-radius:12px}.first-of-type\:border-l-2:first-of-type{border-left-width:2px}.first-of-type\:border-l-main-ui-bleached-20:first-of-type{border-left-color:var(--colors-main-ui-bleached-20)}.last-of-type\:rounded-r-12:last-of-type{border-bottom-right-radius:12px;border-top-right-radius:12px}.last-of-type\:rounded-bl-12:last-of-type{border-bottom-left-radius:12px}.last-of-type\:rounded-br-12:last-of-type{border-bottom-right-radius:12px}.last-of-type\:border-r-2:last-of-type{border-right-width:2px}.last-of-type\:border-r-main-ui-bleached-20:last-of-type{border-right-color:var(--colors-main-ui-bleached-20)}@media (hover:hover) and (pointer:fine){.hover\:\!bg-white-20:hover{background-color:var(--colors-white-20)!important}.hover\:bg-additional-20:hover{background-color:var(--colors-additional-20)}.hover\:bg-white-10:hover{background-color:var(--colors-white-10)}.hover\:bg-white-20:hover{background-color:var(--colors-white-20)}.hover\:bg-white-30:hover{background-color:var(--colors-white-30)}.hover\:opacity-100:hover{opacity:1}.after\:hover\:bg-white-10:hover:after,.hover\:after\:bg-white-10:hover:after{background-color:var(--colors-white-10);content:var(--tw-content)}}.focus\:placeholder-transparent:focus::placeholder{color:#0000}.active\:\!bg-white-10:active{background-color:var(--colors-white-10)!important}.active\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\]:active{background-color:#ffffff29}.active\:bg-white-20:active{background-color:var(--colors-white-20)}.active\:bg-white-4:active{background-color:var(--colors-white-4)}.active\:bg-white-6:active{background-color:var(--colors-white-6)}.active\:opacity-80:active{opacity:.8}.active\:opacity-90:active{opacity:.9}.disabled\:cursor-default:disabled{cursor:default}.disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]:disabled{background-color:#ffffff3d}.disabled\:bg-white-10:disabled{background-color:var(--colors-white-10)}.disabled\:opacity-15:disabled{opacity:.15}.disabled\:opacity-40:disabled{opacity:.4}@media (hover:hover) and (pointer:fine){.disabled\:hover\:after\:bg-transparent:hover:disabled:after{background-color:initial;content:var(--tw-content)}}.disabled\:active\:bg-transparent:active:disabled{background-color:initial}.disabled\:active\:opacity-40:active:disabled{opacity:.4}.group:last-child .group-last\:rounded-bl-10{border-bottom-left-radius:10px}.group:last-child .group-last\:rounded-br-10{border-bottom-right-radius:10px}@media (hover:hover) and (pointer:fine){.group:hover .group-hover\:inline{display:inline}.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:opacity-40{opacity:.4}.group:hover .group-hover\:opacity-60{opacity:.6}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .group-hover\:after\:bg-white-10:after{background-color:var(--colors-white-10);content:var(--tw-content)}.group:hover .group-hover\:after\:bg-white-20:after{background-color:var(--colors-white-20);content:var(--tw-content)}.group:hover .group-hover\:after\:\!bg-none:after{background-image:none!important;content:var(--tw-content)}}.group:active .group-active\:inline{display:inline}.group:active .group-active\:hidden{display:none}.group:active .group-active\:bg-white-20{background-color:var(--colors-white-20)}.group:active .group-active\:opacity-50{opacity:.5}.group:active .group-active\:opacity-70{opacity:.7}.group:active .group-active\:opacity-\[0\.777\]{opacity:.777}.group:active .group-active\:after\:bg-white-15:after{background-color:var(--colors-white-15);content:var(--tw-content)}.group:disabled .group-disabled\:inline{display:inline}.group:disabled .group-disabled\:hidden{display:none}.group:disabled .group-disabled\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\]{background-color:#ffffff3d}.group:disabled .group-disabled\:bg-white-10{background-color:var(--colors-white-10)}.group:disabled .group-disabled\:opacity-40{opacity:.4}._mobile._portrait .mp\:-bottom-1{bottom:-1px}._mobile._portrait .mp\:-left-14{left:-14px}._mobile._portrait .mp\:-top-113{top:-113px}._mobile._portrait .mp\:bottom-108{bottom:108px}._mobile._portrait .mp\:bottom-152{bottom:152px}._mobile._portrait .mp\:bottom-42{bottom:42px}._mobile._portrait .mp\:bottom-56{bottom:56px}._mobile._portrait .mp\:bottom-58{bottom:58px}._mobile._portrait .mp\:bottom-65{bottom:65px}._mobile._portrait .mp\:bottom-97{bottom:97px}._mobile._portrait .mp\:left-1\/2{left:50%}._mobile._portrait .mp\:top-31{top:31px}._mobile._portrait .mp\:-ml-2{margin-left:-2px}._mobile._portrait .mp\:ml-2{margin-left:2px}._mobile._portrait .mp\:ml-80{margin-left:80px}._mobile._portrait .mp\:mt-2{margin-top:2px}._mobile._portrait .mp\:block{display:block}._mobile._portrait .mp\:hidden{display:none}._mobile._portrait .mp\:w-137{width:137px}._mobile._portrait .mp\:w-206{width:206px}._mobile._portrait .mp\:w-220{width:220px}._mobile._portrait .mp\:max-w-120{max-width:120px}._mobile._portrait .mp\:max-w-530{max-width:530px}._mobile._portrait .mp\:-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._portrait .mp\:grid-cols-\[137px_137px_137px\]{grid-template-columns:137px 137px 137px}._mobile._portrait .mp\:grid-cols-\[145px_auto_150px\]{grid-template-columns:145px auto 150px}._mobile._portrait .mp\:grid-cols-\[206px_206px\]{grid-template-columns:206px 206px}._mobile._portrait .mp\:grid-cols-\[52px_52px_118px_52px_52px\]{grid-template-columns:52px 52px 118px 52px 52px}._mobile._portrait .mp\:items-end{align-items:flex-end}._mobile._portrait .mp\:justify-center{justify-content:center}._mobile._portrait .mp\:gap-36{gap:36px}._mobile._portrait .mp\:gap-4{gap:4px}._mobile._portrait .mp\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._portrait .mp\:gap-x-12{-moz-column-gap:12px;column-gap:12px}._mobile._portrait .mp\:justify-self-center{justify-self:center}._mobile._portrait .mp\:\[grid-area\:a1\]{grid-area:a1}._mobile._portrait .mp\:\[grid-area\:a2\]{grid-area:a2}._mobile._portrait .mp\:\[grid-area\:a3\]{grid-area:a3}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2\"\]{grid-template-areas:"a1 a2"}._mobile._portrait .mp\:\[grid-template-areas\:\"a1_a2_a3\"\]{grid-template-areas:"a1 a2 a3"}._mobile._portrait .mp\:\[grid-template-areas\:\"menu_stakeAmounts_play_auto_bonus\"\]{grid-template-areas:"menu stakeAmounts play auto bonus"}._mobile._landscape .ml\:fixed{position:fixed}._mobile._landscape .ml\:inset-x-0{left:0;right:0}._mobile._landscape .ml\:\!bottom-22{bottom:22px!important}._mobile._landscape .ml\:\!bottom-23{bottom:23px!important}._mobile._landscape .ml\:\!bottom-38{bottom:38px!important}._mobile._landscape .ml\:\!bottom-78{bottom:78px!important}._mobile._landscape .ml\:-bottom-9{bottom:-9px}._mobile._landscape .ml\:-top-12{top:-12px}._mobile._landscape .ml\:-top-40{top:-40px}._mobile._landscape .ml\:bottom-10{bottom:10px}._mobile._landscape .ml\:bottom-18{bottom:18px}._mobile._landscape .ml\:bottom-28{bottom:28px}._mobile._landscape .ml\:bottom-30{bottom:30px}._mobile._landscape .ml\:bottom-39{bottom:39px}._mobile._landscape .ml\:bottom-40{bottom:40px}._mobile._landscape .ml\:bottom-70{bottom:70px}._mobile._landscape .ml\:bottom-auto{bottom:auto}._mobile._landscape .ml\:left-0{left:0}._mobile._landscape .ml\:left-20{left:20px}._mobile._landscape .ml\:left-29{left:29px}._mobile._landscape .ml\:left-70{left:70px}._mobile._landscape .ml\:right-0{right:0}._mobile._landscape .ml\:right-21{right:21px}._mobile._landscape .ml\:right-70{right:70px}._mobile._landscape .ml\:right-86{right:86px}._mobile._landscape .ml\:top-1\/2{top:50%}._mobile._landscape .ml\:top-10{top:10px}._mobile._landscape .ml\:top-106{top:106px}._mobile._landscape .ml\:top-18{top:18px}._mobile._landscape .ml\:top-20{top:20px}._mobile._landscape .ml\:top-24{top:24px}._mobile._landscape .ml\:top-66{top:66px}._mobile._landscape .ml\:top-69{top:69px}._mobile._landscape .ml\:top-78{top:78px}._mobile._landscape .ml\:top-98{top:98px}._mobile._landscape .ml\:top-99{top:99px}._mobile._landscape .ml\:top-auto{top:auto}._mobile._landscape .ml\:my-10{margin-bottom:10px;margin-top:10px}._mobile._landscape .ml\:-mb-10{margin-bottom:-10px}._mobile._landscape .ml\:-ml-24{margin-left:-24px}._mobile._landscape .ml\:-mr-6{margin-right:-6px}._mobile._landscape .ml\:-mt-0{margin-top:0}._mobile._landscape .ml\:-mt-63{margin-top:-63px}._mobile._landscape .ml\:-mt-83{margin-top:-83px}._mobile._landscape .ml\:mb-10{margin-bottom:10px}._mobile._landscape .ml\:mb-14{margin-bottom:14px}._mobile._landscape .ml\:mb-22{margin-bottom:22px}._mobile._landscape .ml\:ml-0{margin-left:0}._mobile._landscape .ml\:ml-3{margin-left:3px}._mobile._landscape .ml\:mt-0{margin-top:0}._mobile._landscape .ml\:mt-18{margin-top:18px}._mobile._landscape .ml\:mt-20{margin-top:20px}._mobile._landscape .ml\:mt-5{margin-top:5px}._mobile._landscape .ml\:block{display:block}._mobile._landscape .ml\:hidden{display:none}._mobile._landscape .ml\:h-125{height:125px}._mobile._landscape .ml\:h-168{height:168px}._mobile._landscape .ml\:h-188{height:188px}._mobile._landscape .ml\:h-396{height:396px}._mobile._landscape .ml\:h-42{height:42px}._mobile._landscape .ml\:h-46{height:46px}._mobile._landscape .ml\:h-50{height:50px}._mobile._landscape .ml\:h-54{height:54px}._mobile._landscape .ml\:h-91{height:91px}._mobile._landscape .ml\:h-auto{height:auto}._mobile._landscape .ml\:max-h-83{max-height:83px}._mobile._landscape .ml\:w-150{width:150px}._mobile._landscape .ml\:w-170{width:170px}._mobile._landscape .ml\:w-180{width:180px}._mobile._landscape .ml\:w-238{width:238px}._mobile._landscape .ml\:w-284{width:284px}._mobile._landscape .ml\:w-46{width:46px}._mobile._landscape .ml\:w-518{width:518px}._mobile._landscape .ml\:w-54{width:54px}._mobile._landscape .ml\:w-602{width:602px}._mobile._landscape .ml\:w-848{width:848px}._mobile._landscape .ml\:w-850{width:850px}._mobile._landscape .ml\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}._mobile._landscape .ml\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}._mobile._landscape .ml\:w-full{width:100%}._mobile._landscape .ml\:min-w-170{min-width:170px}._mobile._landscape .ml\:min-w-180{min-width:180px}._mobile._landscape .ml\:max-w-180{max-width:180px}._mobile._landscape .ml\:max-w-354{max-width:354px}._mobile._landscape .ml\:max-w-448{max-width:448px}._mobile._landscape .ml\:max-w-560{max-width:560px}._mobile._landscape .ml\:max-w-\[570px\]{max-width:570px}._mobile._landscape .ml\:\!translate-y-full{--tw-translate-y:100%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}._mobile._landscape .ml\:-translate-y-1\/2{--tw-translate-y:-50%}._mobile._landscape .ml\:-translate-y-1\/2,._mobile._landscape .ml\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:translate-x-0{--tw-translate-x:0px}._mobile._landscape .ml\:translate-y-\[calc\(-100\%\+167px\)\]{--tw-translate-y:calc(-100% + 167px)}._mobile._landscape .ml\:scale-\[0\.8846\],._mobile._landscape .ml\:translate-y-\[calc\(-100\%\+167px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:scale-\[0\.8846\]{--tw-scale-x:0.8846;--tw-scale-y:0.8846}._mobile._landscape .ml\:scale-\[0\.9216\]{--tw-scale-x:0.9216;--tw-scale-y:0.9216;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._mobile._landscape .ml\:grid-cols-\[130px_auto_240px\]{grid-template-columns:130px auto 240px}._mobile._landscape .ml\:grid-cols-\[170px_170px_170px_minmax\(170px\2c _1fr\)\]{grid-template-columns:170px 170px 170px minmax(170px,1fr)}._mobile._landscape .ml\:grid-rows-\[46px_46px_110px_46px_46px\]{grid-template-rows:46px 46px 110px 46px 46px}._mobile._landscape .ml\:flex-row{flex-direction:row}._mobile._landscape .ml\:flex-col{flex-direction:column}._mobile._landscape .ml\:items-start{align-items:flex-start}._mobile._landscape .ml\:items-center{align-items:center}._mobile._landscape .ml\:justify-items-center{justify-items:center}._mobile._landscape .ml\:gap-0{gap:0}._mobile._landscape .ml\:gap-10{gap:10px}._mobile._landscape .ml\:gap-15{gap:15px}._mobile._landscape .ml\:gap-16{gap:16px}._mobile._landscape .ml\:gap-2{gap:2px}._mobile._landscape .ml\:gap-22{gap:22px}._mobile._landscape .ml\:gap-3{gap:3px}._mobile._landscape .ml\:gap-5{gap:5px}._mobile._landscape .ml\:gap-6{gap:6px}._mobile._landscape .ml\:gap-7{gap:7px}._mobile._landscape .ml\:gap-8{gap:8px}._mobile._landscape .ml\:gap-x-10{-moz-column-gap:10px;column-gap:10px}._mobile._landscape .ml\:gap-x-20{-moz-column-gap:20px;column-gap:20px}._mobile._landscape .ml\:gap-y-10{row-gap:10px}._mobile._landscape .ml\:place-self-center{place-self:center}._mobile._landscape .ml\:\!px-0{padding-left:0!important;padding-right:0!important}._mobile._landscape .ml\:px-0{padding-left:0;padding-right:0}._mobile._landscape .ml\:px-20{padding-left:20px;padding-right:20px}._mobile._landscape .ml\:py-16{padding-bottom:16px;padding-top:16px}._mobile._landscape .ml\:\!pb-10{padding-bottom:10px!important}._mobile._landscape .ml\:\!pb-6{padding-bottom:6px!important}._mobile._landscape .ml\:pb-10{padding-bottom:10px}._mobile._landscape .ml\:pb-13{padding-bottom:13px}._mobile._landscape .ml\:pb-18{padding-bottom:18px}._mobile._landscape .ml\:pb-20{padding-bottom:20px}._mobile._landscape .ml\:pb-31{padding-bottom:31px}._mobile._landscape .ml\:pb-6{padding-bottom:6px}._mobile._landscape .ml\:pb-8{padding-bottom:8px}._mobile._landscape .ml\:pl-15{padding-left:15px}._mobile._landscape .ml\:pr-35{padding-right:35px}._mobile._landscape .ml\:pt-19{padding-top:19px}._mobile._landscape .ml\:pt-25{padding-top:25px}._mobile._landscape .ml\:pt-3{padding-top:3px}._mobile._landscape .ml\:text-left{text-align:left}._mobile._landscape .ml\:text-center{text-align:center}._mobile._landscape .ml\:text-22{font-size:22px}._mobile._landscape .ml\:text-\[11\.5px\]{font-size:11.5px}._mobile._landscape .ml\:tracking-\[0\.88px\]{letter-spacing:.88px}._mobile._landscape .ml\:\[grid-area\:a2\]{grid-area:a2}._mobile._landscape .ml\:\[grid-area\:a4\]{grid-area:a4}._mobile._landscape .ml\:\[grid-template-areas\:\"a1_a2_a3_a4\"\]{grid-template-areas:"a1 a2 a3 a4"}._mobile._landscape .ml\:\[grid-template-areas\:\"menu\"\"stakeAmounts\"\"play\"\"auto\"\"bonus\"\]{grid-template-areas:"menu""stakeAmounts""play""auto""bonus"}@media (min-width:768px){.md\:right-11{right:11px}}@media (max-height:300px){.low\:-translate-x-1\/2{--tw-translate-x:-50%}.low\:-translate-x-1\/2,.low\:translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.low\:translate-y-1\/2{--tw-translate-y:50%}._mobile._landscape .ml\:low\:bottom-\[calc\(25\%-15px\)\]{bottom:calc(25% - 15px)}}.\[\&\:not\(\:last-child\)\]\:after\:absolute:not(:last-child):after{content:var(--tw-content);position:absolute}.\[\&\:not\(\:last-child\)\]\:after\:-bottom-13:not(:last-child):after{bottom:-13px;content:var(--tw-content)}.\[\&\:not\(\:last-child\)\]\:after\:left-0:not(:last-child):after{content:var(--tw-content);left:0}.\[\&\:not\(\:last-child\)\]\:after\:h-1:not(:last-child):after{content:var(--tw-content);height:1px}.\[\&\:not\(\:last-child\)\]\:after\:w-full:not(:last-child):after{content:var(--tw-content);width:100%}.\[\&\:not\(\:last-child\)\]\:after\:bg-white-10:not(:last-child):after{background-color:var(--colors-white-10);content:var(--tw-content)}._mobile._landscape .ml\:\[\&\:not\(\:last-child\)\]\:after\:-bottom-9:not(:last-child):after{bottom:-9px;content:var(--tw-content)}.\[\&_h3\:first-child\]\:mt-0 h3:first-child{margin-top:0}.\[\&_h3\]\:mt-19 h3{margin-top:19px}.\[\&_img\]\:absolute img{position:absolute}.\[\&_img\]\:left-0 img{left:0}.\[\&_img\]\:top-0 img{top:0}.\[\&_img\]\:h-full img{height:100%}.\[\&_img\]\:w-full img{width:100%}.\[\&_li\]\:relative li{position:relative}.\[\&_li\]\:pl-22 li{padding-left:22px}.\[\&_li\]\:opacity-80 li{opacity:.8}.\[\&_li\]\:before\:absolute li:before{content:var(--tw-content);position:absolute}.\[\&_li\]\:before\:left-10 li:before{content:var(--tw-content);left:10px}.\[\&_li\]\:before\:top-7 li:before{content:var(--tw-content);top:7px}.\[\&_li\]\:before\:h-4 li:before{content:var(--tw-content);height:4px}.\[\&_li\]\:before\:w-4 li:before{content:var(--tw-content);width:4px}.\[\&_li\]\:before\:rounded-full li:before{border-radius:9999px;content:var(--tw-content)}.\[\&_li\]\:before\:bg-additional li:before{background-color:var(--colors-additional);content:var(--tw-content)}.\[\&_p\]\:mt-4 p{margin-top:4px}.\[\&_p\]\:opacity-80 p{opacity:.8}._mobile._landscape .\[\&_p\]\:ml\:mt-5 p{margin-top:5px}.\[\&_path\]\:fill-bonus-bet path{fill:var(--colors-bonus-bet)}.\[\&_path\]\:opacity-100 path{opacity:1}.\[\&_path\]\:drop-shadow-player-panel-icon path{--tw-drop-shadow:drop-shadow(0px 1px 2px #0009);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\[\&_svg\]\:h-34 svg{height:34px}.\[\&_svg\]\:w-34 svg{width:34px}.\[\&_svg_stop\:nth-child\(1\)\]\:\[stop-color\:var\(--colors-gold-stop-0\)\] svg stop:first-child{stop-color:var(--colors-gold-stop-0)}.\[\&_svg_stop\:nth-child\(2\)\]\:\[stop-color\:var\(--colors-gold-stop-1\)\] svg stop:nth-child(2){stop-color:var(--colors-gold-stop-1)}.\[\&_svg_stop\:nth-child\(3\)\]\:\[stop-color\:var\(--colors-gold-stop-2\)\] svg stop:nth-child(3){stop-color:var(--colors-gold-stop-2)}.\[\&_table\]\:mt-4 table{margin-top:4px}.\[\&_table\]\:w-full table{width:100%}.\[\&_tbody\>tr\:last-child\>td\:first-child\]\:before\:rounded-bl-10 tbody>tr:last-child>td:first-child:before{border-bottom-left-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\:last-child\>td\:last-child\]\:before\:rounded-br-10 tbody>tr:last-child>td:last-child:before{border-bottom-right-radius:10px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\:last-child\]\:before\:border-r tbody>tr>td:last-child:before{border-right-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:relative tbody>tr>td{position:relative}.\[\&_tbody\>tr\>td\]\:h-30 tbody>tr>td{height:30px}.\[\&_tbody\>tr\>td\]\:pl-12 tbody>tr>td{padding-left:12px}.\[\&_tbody\>tr\>td\]\:before\:absolute tbody>tr>td:before{content:var(--tw-content);position:absolute}.\[\&_tbody\>tr\>td\]\:before\:left-0 tbody>tr>td:before{content:var(--tw-content);left:0}.\[\&_tbody\>tr\>td\]\:before\:top-0 tbody>tr>td:before{content:var(--tw-content);top:0}.\[\&_tbody\>tr\>td\]\:before\:h-full tbody>tr>td:before{content:var(--tw-content);height:100%}.\[\&_tbody\>tr\>td\]\:before\:w-full tbody>tr>td:before{content:var(--tw-content);width:100%}.\[\&_tbody\>tr\>td\]\:before\:border-b tbody>tr>td:before{border-bottom-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-l tbody>tr>td:before{border-left-width:1px;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-solid tbody>tr>td:before{border-style:solid;content:var(--tw-content)}.\[\&_tbody\>tr\>td\]\:before\:border-white-10 tbody>tr>td:before{border-color:var(--colors-white-10);content:var(--tw-content)}.\[\&_thead\>tr\>th\:first-child\]\:rounded-tl-10 thead>tr>th:first-child{border-top-left-radius:10px}.\[\&_thead\>tr\>th\:last-child\]\:rounded-tr-10 thead>tr>th:last-child{border-top-right-radius:10px}.\[\&_thead\>tr\>th\]\:h-30 thead>tr>th{height:30px}.\[\&_thead\>tr\>th\]\:w-1\/2 thead>tr>th{width:50%}.\[\&_thead\>tr\>th\]\:bg-white-10 thead>tr>th{background-color:var(--colors-white-10)}.\[\&_thead\>tr\>th\]\:pl-12 thead>tr>th{padding-left:12px}.\[\&_thead\>tr\>th\]\:text-left thead>tr>th{text-align:left}.\[\&_ul\]\:mt-4 ul{margin-top:4px}.\[\&_ul\]\:flex ul{display:flex}.\[\&_ul\]\:flex-col ul{flex-direction:column}.\[\&_ul\]\:gap-3 ul{gap:3px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.range-slider{background-color:var(--colors-white-20);border-radius:4px;cursor:pointer;height:4px;position:relative}.range-slider__bar{background-color:var(--colors-additional);border-radius:4px;height:100%;left:0;position:absolute}.range-slider__handle{background-color:var(--colors-white);border-radius:50%;height:18px;position:absolute;right:-9px;top:50%;transform:translateY(-50%);width:18px}.range-slider__label{align-items:center;color:var(--colors-white-20);display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);-webkit-user-select:none;user-select:none;z-index:1}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}.DyFopbPD .swiper-pagination{bottom:0;display:flex;justify-content:center;margin:0}.DyFopbPD .swiper-pagination .swiper-pagination-bullet{background-color:var(--colors-white-20);box-shadow:none;height:10px;margin:0 5px;opacity:1;width:10px}.DyFopbPD .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--colors-additional)}