:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_categoryTitle__0cPXb{display:flex;align-items:center;justify-content:space-between;padding:20px 0;margin-bottom:20px;border-bottom:1.5px solid var(--brand-violet-800);position:relative}.style_categoryTitle__0cPXb .style_titleRow__ag_Ya{display:flex;gap:10px;align-items:center}.style_categoryTitle__0cPXb .style_titleRow__ag_Ya .style_icon__Wg7Mk{display:flex;align-items:center}.style_categoryTitle__0cPXb .style_titleRow__ag_Ya .style_icon__Wg7Mk svg{width:24px;height:24px}.style_categoryTitle__0cPXb .style_titleRow__ag_Ya .style_title__lOsoy{font-size:20px;font-family:var(--semiBold);color:#fff;line-height:100%;margin:0;text-align:left}.style_categoryTitle__0cPXb .style_controls__BBJJh{display:flex;align-items:center;gap:15px}.style_categoryTitle__0cPXb .style_seeMore__cDKpG{font-size:14px;font-family:var(--bold);color:#fff;padding:12px;line-height:100%;text-transform:uppercase;cursor:pointer;text-decoration:none}.style_categoryTitle__0cPXb .style_seeMore__cDKpG:hover{text-decoration:underline}@media(max-width:1024px){.style_categoryTitle__0cPXb.style_hasLink__84PS2{justify-content:space-between}.style_categoryTitle__0cPXb.style_hasLink__84PS2 .style_title__lOsoy{text-align:left}.style_categoryTitle__0cPXb.style_hasLink__84PS2 .style_seeMore__cDKpG{position:static}}.style_winnersTabs__XGt3P{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center;background-color:var(--neutrals-white-0);border-radius:8px;padding:3px;grid-gap:4px;gap:4px}.style_tab__41X_1{all:unset;cursor:pointer;padding:12px 25px;border-radius:8px;font-size:15px;font-family:var(--bold);line-height:100%;letter-spacing:1.25px;color:var(--brand-violet-900);text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .2s}.style_active__RH1Xv{background-color:var(--brand-violet-900);color:var(--neutrals-white-0)}.style_dot__4MaO_{position:relative;width:6px;height:6px;background-color:#64e000;border-radius:50%;animation:style_dotPulse__w80DY 1.5s ease-in-out infinite}@keyframes style_dotPulse__w80DY{0%{box-shadow:0 0 0 0 rgba(100,224,0,.7)}70%{box-shadow:0 0 0 6px rgba(100,224,0,0)}to{box-shadow:0 0 0 0 rgba(100,224,0,0)}}.style_navBtnsHolder__D9J3P{display:flex;gap:8px;align-items:center}.style_navBtn__obYTE{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--gradients-blue-gradient);cursor:pointer;transition:background .2s;border:none;padding:0}.style_navBtn__obYTE svg{width:20px;height:20px;color:#fff;display:block}.style_navBtn__obYTE:hover{background:var(--gradients-blue-gradient-reverted)}.style_navBtn__obYTE:active{background:var(--brand-blue-800)}.style_navBtn__obYTE:disabled{background:var(--brand-blue-900);cursor:not-allowed}.style_navBtn__obYTE:disabled svg{color:var(--brand-blue-700)}.style_navBtn__obYTE.style_secondary__bSfZn{all:unset;display:flex;align-items:center;justify-content:center;cursor:pointer}.style_navBtn__obYTE.style_secondary__bSfZn svg{width:24px;height:24px;color:var(--neutrals-white-0)}.style_navBtn__obYTE.style_secondary__bSfZn:hover svg{color:var(--brand-blue-300)}.style_navBtn__obYTE.style_secondary__bSfZn:disabled svg{color:var(--neutrals-grey-800);cursor:not-allowed}@media(max-width:599px){.style_navBtnsHolder__D9J3P{display:none}.style_categoryTitle__0cPXb .style_seeMore__cDKpG{padding:12px 0 12px 12px}}@font-face{font-family:swiper-icons;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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.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)}}.style_inputGroup__oDfF4{display:flex;flex-direction:column;justify-content:center;gap:5px}.style_labelRow__8DVhb{display:flex;justify-content:space-between;align-items:center}.style_label__Ay11B{font-family:var(--secondaryRegular);color:var(--brand-violet-900);font-size:15px;text-transform:capitalize}.style_inputGroup__oDfF4.style_disabled__M7ty6 .style_checkboxWrapper__AHqAQ,.style_inputGroup__oDfF4.style_disabled__M7ty6 .style_label__Ay11B{color:var(--neutrals-grey-500)}.style_errorText__gUMpS{color:var(--system-error-500);font-size:9px;font-weight:600}.style_inputWrapper____Tvo{position:relative;display:flex;align-items:center;width:100%}.style_inputWrapper____Tvo .react-datepicker-wrapper{width:100%}.style_inputWrapper____Tvo .react-datepicker__input-container{display:flex;align-items:center;position:relative;width:100%}.style_inputWrapper____Tvo .react-datepicker__input-container input{padding:12px 40px 12px 15px}.style_inputWrapper____Tvo .react-datepicker__input-container input::placeholder{color:#b8b9b9}.style_inputWrapper____Tvo .react-datepicker__input-container input::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}.style_inputWrapper____Tvo .react-datepicker-popper{z-index:100}.style_inputAddon__nLrhv{position:absolute;left:15px;display:flex;align-items:center;gap:6px;font-family:var(--regular);color:var(--neutrals-grey-200);font-size:16px;pointer-events:none;z-index:1}.style_inputAddon__nLrhv svg{width:18px;height:18px}.style_input__5EURd{width:100%;box-sizing:border-box;padding:12px 15px;border:1px solid var(--neutrals-grey-200);border-radius:8px;font-size:16px;font-family:var(--regular);line-height:100%;transition:border .2s ease;color:var(--neutrals-grey-500)}.style_input__5EURd.style_inputWithAddon__VJDSh{padding-left:55px}.style_input__5EURd::placeholder{color:#b8b9b9}.style_input__5EURd::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}.style_input__5EURd::-moz-focus-inner{border:0}.style_eyeIcon__GUj0s{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;width:18px;height:18px;fill:var(--neutrals-grey-200)}.style_eyeIcon__GUj0s.style_active__BYCIA{fill:#000}.style_checkboxWrapper__AHqAQ{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px;line-height:20px;color:#000;font-weight:400;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.style_checkboxWrapper__AHqAQ.style_checkboxWrapperError__NVsoo .style_checkboxInput__5MZjN{border-color:var(--system-error-500)}.style_checkboxInput__5MZjN{width:18px;min-width:18px;height:18px;border:1px solid #b8b9b9;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;margin:0;cursor:pointer;position:relative;background-color:#fff;transition:border .2s ease}.style_checkboxInput__5MZjN:checked{border-color:var(--brand-blue-500);background-color:var(--brand-blue-500)}.style_checkboxInput__5MZjN:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);font-size:12px;color:#fff}.style_button__3_ZOe{position:relative;z-index:0;padding:12px 24px;border:none;line-height:150%;border-radius:8px;background:transparent;color:var(--textPrimary);font-family:var(--bold);font-size:16px;text-transform:uppercase;cursor:pointer;transition:color .15s}.style_button__3_ZOe.style_fullWidth__3Lb27{width:100%}.style_button__3_ZOe.style_medium__cATd_{padding:12px 16px;line-height:100%;font-size:14px}.style_button__3_ZOe:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;background:transparent;border:1.5px solid var(--textPrimary);pointer-events:none}.style_button__3_ZOe:hover:not(:disabled):before{border:1.5px solid transparent;background:var(--gradients-gold-gradient) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.style_button__3_ZOe.style_primary__kXoOL{position:relative;display:inline-flex;align-items:center;justify-content:center;z-index:0;background:var(--gradients-gold-gradient)}.style_button__3_ZOe.style_primary__kXoOL:before{display:none}.style_button__3_ZOe.style_primary__kXoOL:after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--gradients-gold-gradient-reverted);opacity:0;z-index:-1;transition:opacity .3s ease-in-out}.style_button__3_ZOe.style_primary__kXoOL:hover:not(:disabled):after{opacity:1}.style_button__3_ZOe.style_primary__kXoOL:disabled{padding:10.5px 22.5px;border:1.5px solid var(--neutrals-grey-400)}.style_button__3_ZOe.style_secondary__1_JQw{color:var(--textInverted)}.style_button__3_ZOe.style_secondary__1_JQw:before{border:1.5px solid var(--borderWhite)}.style_button__3_ZOe:disabled{background:var(--neutrals-grey-100);color:var(--neutrals-grey-500);cursor:not-allowed}.style_button__3_ZOe:disabled:before{border:1.5px solid var(--neutrals-grey-400)}.style_selectWrapper__18ojw{position:relative;width:100%}.style_select__aeX_q{width:100%;min-height:50px;height:50px;font-family:var(--regular);padding:12px 36px 12px 15px;border:1px solid var(--neutrals-grey-200);border-radius:8px;box-sizing:border-box;font-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--neutrals-white-0);transition:border .2s ease;color:var(--neutrals-grey-500)}.style_select__aeX_q::placeholder{color:#b8b9b9}.style_select__aeX_q:focus{border-color:#979797;outline:none}.style_selectIcon__G6YPA{right:12px;top:50%;transform:translateY(-50%);pointer-events:none;width:18px;height:18px;justify-content:center}.style_dateIcon__z_G5x,.style_selectIcon__G6YPA{position:absolute;display:flex;align-items:center}.style_dateIcon__z_G5x{right:15px;cursor:pointer;pointer-events:auto;z-index:1}.style_input__5EURd:disabled,.style_select__aeX_q:disabled{background-color:var(--neutrals-grey-50);border-color:var(--neutrals-grey-400);color:var(--neutrals-grey-200);opacity:1;cursor:not-allowed}.style_input__5EURd:hover:not(:disabled),.style_select__aeX_q:hover:not(:disabled){border-color:var(--neutrals-grey-600);outline:none}.style_input__5EURd:focus,.style_select__aeX_q:focus{border-color:var(--brand-blue-400);box-shadow:0 0 1px 1px var(--brand-blue-200);outline:none}.style_input__5EURd:active,.style_select__aeX_q:active{border-color:var(--neutrals-grey-800);outline:none}.style_inputError__n_3bN{border-color:var(--system-error-500)}@media(max-width:599px){.style_dateIcon__z_G5x{right:10px}.style_inputWrapper____Tvo .react-datepicker__input-container input{padding:12px 20px 12px 10px}.style_button__3_ZOe.style_large-to-medium__2P_Fl{padding:11px 13px;line-height:100%}}.style_winnersSection__bT7Cf{padding:40px 0;display:flex;flex-direction:column;gap:50px}.style_winnersTitle__VwZDQ{display:flex;align-items:center;justify-content:space-between;margin:40px 0 0}.style_winnersTitle__VwZDQ .style_titleRow__go0cr{display:flex;gap:10px;align-items:center}.style_winnersTitle__VwZDQ .style_titleRow__go0cr .style_icon__YpGws{display:flex;align-items:center}.style_winnersTitle__VwZDQ .style_titleRow__go0cr .style_title__FGD7u{font-size:20px;font-family:var(--semiBold);color:#fff;line-height:100%;margin:0;text-align:left}.style_winnersList__Etola{padding:0 100px;margin-bottom:50px;position:relative}.style_navButtonNext__IJFT2,.style_navButtonPrev__d25lO{position:absolute;top:50%;transform:translateY(-50%);z-index:4;cursor:pointer;display:flex;align-items:center;justify-content:center}.style_navButtonPrev__d25lO{left:0}.style_navButtonNext__IJFT2{right:0}.style_card__5aPDB{display:flex;align-items:center;background-color:var(--neutrals-white-0);border-radius:12px;overflow:hidden;padding:12px;gap:10px}.style_card__5aPDB .style_thumbnail__zfs_T{position:relative;width:132px;height:198px;border-radius:6px;overflow:hidden;flex-shrink:0}.style_card__5aPDB .style_details__SDV62{display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:20px;color:var(--brand-violet-900)}.style_card__5aPDB .style_username__o3yg1{font-size:15px;font-family:var(--bold);text-transform:uppercase;letter-spacing:1.2px}.style_card__5aPDB .style_amount__mv4EK{font-size:24px;display:flex;align-items:center;gap:4px;font-family:var(--bold)}.style_noWinners__I0lU5{width:100%;padding:30px 0;text-align:center;color:#fff}@media(max-width:1024px){.style_winnersList__Etola{padding:0;margin-bottom:50px;position:relative}.style_navButtonNext__IJFT2,.style_navButtonPrev__d25lO{display:none}.style_card__5aPDB .style_thumbnail__zfs_T{width:153px;height:198px}.style_card__5aPDB .style_username__o3yg1{font-size:14px}.style_card__5aPDB .style_amount__mv4EK{font-size:24px}}@media(max-width:859px){.style_card__5aPDB .style_thumbnail__zfs_T{width:112px;height:145px}}@media(max-width:600px){.style_winnersTitle__VwZDQ{flex-direction:column;gap:40px;align-items:start}}.style_header__Pp4Zg{display:flex;width:100%;height:80px;justify-content:center;margin:0;top:0;z-index:5;background:var(--gradients-purple-gradient);color:var(--primaryTxtColor);position:fixed}.style_headerInner__IcRm5{display:flex;justify-content:space-between;align-items:center;padding:0 30px;width:100%;max-width:1600px;box-sizing:border-box}.style_headerLeft__R0TSN{display:flex;gap:35px;align-items:center}.style_headerCenter__6Po41{position:absolute;left:50%;transform:translateX(-50%)}.style_headerRight__2N8ZM{display:flex;align-items:center}.style_headerLogo__zFrik{width:111px;height:80px;position:relative;cursor:pointer}.style_headerMenuToggle__BmtvY,.style_headerSearch__E0BZv{width:28px;height:28px;position:relative;cursor:pointer}.style_headerMenuToggle__BmtvY{width:28px;height:28px}.style_headerSearch__E0BZv{width:20px;height:20px}.style_headerAuthBtns__If2Lj{display:flex;gap:20px}.style_accountSection__NbXCB{display:flex;align-items:center;gap:20px}.style_accountDetails__BSJtI{display:flex;align-items:center;border-radius:8px;gap:8px;padding:10px;box-sizing:border-box;height:48px;background:var(--brand-violet-400)}.style_coinToggle__MgmdJ{display:flex;align-items:center;background:var(--brand-violet-200);width:50px;height:25px;border-radius:14px;overflow:visible;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.style_coin__M2J21{position:relative;display:flex;justify-content:center;align-items:center;width:26px;height:26px;border-radius:50%;transition:transform .25s ease;z-index:1}.style_coin__M2J21.style_inactive__6xIeP{transform:scale(.9)}.style_coin__M2J21.style_active__KcN67{transform:scale(1.3);z-index:2}.style_accountBalance__i9w47{display:flex;align-items:center;cursor:pointer}.style_accountBalance__i9w47 .style_accountValue__QPqQR{min-width:100px;text-align:center;font-size:12px;font-family:var(--secondaryBold)}.style_accountProfile__lIldZ{position:relative;cursor:pointer;width:17px;height:20px}.style_accountNotification__jSqeW{position:relative;cursor:pointer;width:16px;height:21px;margin-right:10px}.style_notificationCount__afUJB{position:absolute;top:-6px;right:-10px;width:14px;height:14px;padding:1px;background-color:var(--brand-red-500);border-radius:50%;display:flex;align-items:center;justify-content:center}.style_notificationCount__afUJB span{font-size:11px;color:var(--neutrals-white-0);font-family:var(--secondaryRegular)}.style_accountLabel__Zcr_Q{font-size:12px;font-family:var(--bold);text-transform:uppercase;color:var(--primaryTxtColor)}.style_mobileHeaderPanel__7bgoS{display:none}@media(max-width:1024px){.style_headerInner__IcRm5{padding:0 15px}.style_headerCenter__6Po41{position:static;transform:none}}@media(max-width:599px){.style_accountNotification__jSqeW,.style_accountProfile__lIldZ,.style_headerSearch__E0BZv,.style_headerSignupBtn__AiuaG{display:none}.style_headerLogo__zFrik{width:98px;height:70px}.style_accountSection__NbXCB{gap:15px}.style_accountDetails__BSJtI{height:38px;padding:6px 10px}.style_accountBalance__i9w47 .style_accountValue__QPqQR{min-width:75px}.style_mobileHeaderPanel__7bgoS{position:fixed;bottom:0;left:0;width:100%;background:var(--gradients-purple-gradient);display:flex;justify-content:space-between;align-items:center;z-index:50}.style_authButtons__Ld3Aw{display:flex;gap:20px;padding:max(7.5px,env(safe-area-inset-bottom)) 20px;width:100%;justify-content:center}.style_playerActions__XmHO9{display:flex;justify-content:space-around;align-items:center;width:100%}.style_actionIcon__WPe1W{font-size:20px;padding:max(19px,env(safe-area-inset-bottom)) 30px;cursor:pointer;display:flex}.style_actionIcon__WPe1W.style_rewardsItem__fUckt{background:var(--brand-violet-300)}.style_actionIcon__WPe1W svg{width:25px;height:25px}.style_actionIcon__WPe1W .style_rewardsContainer__lT5jc{display:flex;position:relative}.style_actionIcon__WPe1W .style_rewardsContainer__lT5jc .style_rewardsCount__zG8v1{position:absolute;top:-4px;left:-9px;width:17px;height:17px;padding:1px;background-color:var(--brand-red-500);border-radius:50%;display:flex;align-items:center;justify-content:center}.style_actionIcon__WPe1W .style_rewardsContainer__lT5jc .style_rewardsCount__zG8v1 span{color:var(--neutrals-white-0);font-family:var(--bold);font-size:10px;text-align:center;width:100%}}.style_mainContainer__0wbtJ{max-width:1600px;width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}@media(max-width:1024px){.style_mainContainer__0wbtJ{padding:0 15px}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);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);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.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{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.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,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.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{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.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{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.style_heroWrapper__DoyBc{width:100%;position:relative;margin:20px 0 30px;padding:0 20px 40px;border-radius:12px;overflow:visible;box-sizing:border-box}.style_heroWrapper__DoyBc .swiper{border-radius:12px;padding-bottom:40px;height:100%}.style_heroWrapper__DoyBc .swiper-button-prev{left:10px}.style_heroWrapper__DoyBc .swiper-button-next{right:10px}.style_heroWrapper__DoyBc .swiper-pagination{position:absolute;left:0;right:0;bottom:8px;margin:0 auto;width:max-content;gap:8px;display:flex;justify-content:center;z-index:2}.style_heroWrapper__DoyBc .swiper-pagination-bullet,.style_heroWrapper__DoyBc .swiper-pagination-bullet-active{transition:width .4s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1)}.style_heroWrapper__DoyBc .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background:var(--neutrals-grey-400);border:none;opacity:1}.style_heroWrapper__DoyBc .swiper-pagination-bullet-active{background:var(--gradients-blue-gradient);border-radius:11px;width:74px;opacity:1}.style_heroWrapper__DoyBc .swiper-slide img{border-radius:10px}.style_navButtonNext__KkydG,.style_navButtonPrev__bqiEW{position:absolute;top:45%;transform:translateY(-45%);z-index:4;cursor:pointer}.style_navButtonPrev__bqiEW{left:-20px}.style_navButtonNext__KkydG{right:-20px}@media(max-width:1024px){.style_heroWrapper__DoyBc{padding:0 0 40px}.style_navButtonNext__KkydG,.style_navButtonPrev__bqiEW{display:none}}@media(max-width:599px){.style_heroWrapper__DoyBc{margin:15px 0 30px}.style_heroWrapper__DoyBc .swiper-pagination{bottom:10px;right:10px}}.style_menuGridWrapperContainer__RHhXW{position:relative;width:100%;display:flex;flex-direction:column}.style_menuGridWrapper__kLReR{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.style_menuItem__0_BvM{position:relative;cursor:pointer;width:185px;height:65px;flex:0 0 auto}.style_menuItem__0_BvM:after{content:"";position:absolute;left:50%;transform:translateX(-50%);border:9px solid transparent;opacity:0;transition:.2s}.style_menuItem__0_BvM.style_filterDesktop__UiBMP{display:flex;width:65px;justify-content:center;align-items:center;border-radius:8px;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);background:linear-gradient(0deg,rgba(80,161,254,.8),rgba(14,92,198,.8))}.style_menuItem__0_BvM.style_filterDesktop__UiBMP .style_icon__3VwRS{transition:transform .25s ease;width:24px;height:23px}.style_menuItem__0_BvM:hover .style_icon__3VwRS,.style_menuItem__0_BvM:hover .style_menuItemName__4NTkb{transform:translateY(-2px)}.style_menuItem__0_BvM:hover .style_menuItemImage__2VH9e{transform:translateX(4px) rotate(-10deg) scale(1.1)}.style_menuItem__0_BvM.style_active__0XFJw .style_menuItemName__4NTkb{color:var(--brand-violet-900)}.style_menuItem__0_BvM.style_active__0XFJw:after{opacity:1}.style_menuItemInner__qVv5B{overflow:hidden;display:flex;height:100%;flex-direction:row;align-items:center;justify-content:space-between;border-radius:8px;box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);transition:background .25s ease}.style_menuItemInner__qVv5B,.style_menuItem__0_BvM.style_exclusive__0f_QF .style_menuItemInner__qVv5B{background:linear-gradient(0deg,#efaa4b,#946c37)}.style_menuItem__0_BvM.style_exclusive__0f_QF:after{border-color:#eaa84a transparent transparent}.style_menuItem__0_BvM.style_slots__QM9u0 .style_menuItemInner__qVv5B{background:linear-gradient(180deg,#670108,#fe6892)}.style_menuItem__0_BvM.style_slots__QM9u0:after{border-color:#f8638b transparent transparent}.style_menuItem__0_BvM.style_casino__gTyR1 .style_menuItemInner__qVv5B{background:linear-gradient(0deg,#a3c59b,#007014)}.style_menuItem__0_BvM.style_casino__gTyR1:after{border-color:#9cc293 transparent transparent}.style_menuItem__0_BvM.style_scratch__D42e_ .style_menuItemInner__qVv5B{background:linear-gradient(0deg,#eeacbb,#e44d5e)}.style_menuItem__0_BvM.style_scratch__D42e_:after{border-color:#eea6b4 transparent transparent}.style_menuItem__0_BvM.style_promotions__7TfUN .style_menuItemInner__qVv5B{background:linear-gradient(0deg,#bc97e9,#411cad)}.style_menuItem__0_BvM.style_promotions__7TfUN:after{border-color:#bc96ea transparent transparent}.style_menuItem__0_BvM.style_favorites__Qz_06 .style_menuItemInner__qVv5B{background:linear-gradient(0deg,#efc34b,#b98e18)}.style_menuItem__0_BvM.style_favorites__Qz_06:after{border-color:#efc34b transparent transparent}.style_menuItemImage__2VH9e{display:flex;max-width:70px;min-height:65px;align-items:end;justify-content:center;flex:0 0 70px;transition:transform .25s ease}.style_menuItemImage__2VH9e img{width:100%;height:100%;object-fit:contain}.style_menuItemName__4NTkb{flex:1 1;margin-left:15px;height:100%;max-width:80%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;text-transform:uppercase;font-family:var(--bold);font-size:16px;display:flex;align-items:center;color:#fff;z-index:5;transition:transform .25s ease,color .25s ease}.style_menuItem__0_BvM.style_activeName__5Gbx4{color:var(--brand-violet-900)}.style_filterStickyMobile__B3_eP{display:none}.style_subMenuWrapper__Iz_7g{width:100%;margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.style_subMenuItem___WySw{padding:8px 16px;border-radius:6px;font-size:13px;text-transform:uppercase;font-family:var(--semiBold);cursor:pointer;background:#462c71;color:#fff;transition:background .3s ease}.style_subMenuItemActive__Q66lM{background:#e92284}.style_scrollHint__34h_3{display:none}@media(max-width:1024px){.style_menuGridWrapperContainer__RHhXW{position:relative}.style_menuGridWrapper__kLReR{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:10px;justify-content:flex-start;margin-right:75px}.style_menuGridWrapper__kLReR::-webkit-scrollbar{display:none}.style_filterStickyMobile__B3_eP{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:65px;height:65px;background:linear-gradient(0deg,rgba(80,161,254,.8),rgba(14,92,198,.8));border-radius:8px;z-index:2;cursor:pointer}.style_filterStickyMobile__B3_eP .style_icon__3VwRS{display:flex;align-items:center}.style_filterStickyMobile__B3_eP .style_icon__3VwRS svg{width:20px;height:20px}.style_scrollHint__34h_3{display:block;position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);padding:2px 8px;border-radius:12px;font-size:14px;color:#fff;font-family:var(--semiBold);pointer-events:none;animation:style_hintBlink__oEHJq 2s ease-in-out infinite;z-index:3}@keyframes style_hintBlink__oEHJq{0%,to{opacity:.4}50%{opacity:.2}}.style_menuItem__0_BvM.style_filterDesktop__UiBMP{display:none}}@media(max-width:768px){.style_menuItem__0_BvM{gap:8px}.style_menuItem__0_BvM span{width:17px!important;height:17px!important;display:flex!important;align-items:center}}.Global_appBg___4qG2{position:relative;background:linear-gradient(1turn,#54064d,#43014e);margin:0}.Global_passwordWraper__V2hXC{width:100%;height:100%;background:#18181b;z-index:1000;position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center}.Global_passwordFormHolder__IxAES{display:flex;width:auto;height:auto;justify-content:center;align-items:center;flex-direction:column}.Global_passwordWraperBtn__prk8N{display:flex;justify-content:center;align-items:center;background:var(--btnSelectColor)!important;border-radius:23px;padding:6px 20px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;margin-top:20px}.Global_passwordWraper__V2hXC span{color:#fff;font-size:14px;font-family:Poppins-Regular;font-weight:700;letter-spacing:.5px}.Global_passwordWraper__V2hXC input{font-size:16px;margin-top:20px}.Global_appInnerBg___SCcc{position:relative;width:100%;height:100%;background-image:url(http://localhost:4000/assets/bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.Global_appWraper__343Ls{margin-left:8%;margin-right:8%}.Global_closeBtn__QNXEj span,.Global_txtProps__1l8my{font-size:12px;font-family:Poppins-SemiBold;color:var(--textColor);text-transform:uppercase}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a,.Global_bannerTxtProps__q7_Tx,.Global_banner_component__yaH3j,.Global_banner_component__yaH3j h1,.Global_banner_component__yaH3j h2,.Global_banner_component__yaH3j h3,.Global_banner_component__yaH3j h4,.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6,.Global_btn__0n_BA,.Global_btn_grey__yOw2f,.Global_pageNotFound__nqD5U span{font-family:Poppins-Regular;font-weight:700;letter-spacing:.5px}.Global_installApp_wraper__M8dxe{position:fixed;bottom:2px;right:5px;width:calc(100% - 40px);padding:30px 30px 40px;max-width:150px;text-align:center;border-radius:10px;background-color:#10547d;transform:translateX(-50%);font-family:OpenSans-Regular;display:flex;justify-content:center;align-items:center;flex-direction:column}.Global_installApp_wraper__M8dxe .Global_exitBtn__PY7na{position:absolute;top:4px;right:10px;color:#fff;font-weight:700;cursor:pointer}.Global_installApp_wraper__M8dxe .Global_logoHolder__DsbzC{background:url(https://staging-vcore.vegassoftware.com/images/DGTESTSITE/logo.svg) no-repeat;display:inline-block;width:96px;height:94px;border-radius:5px;background-color:#10547d;background-size:100%;background-position:50%;background-repeat:no-repeat}.Global_installApp_wraper__M8dxe .Global_install_btn__Ag_OQ{color:#fff;margin-bottom:15px;font-size:14px;width:105px;height:31px;border:1px solid #e92284;background-color:#e92284;border-radius:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.Global_botton_baner__oVDWj span{color:#fff;margin-bottom:20px;font-size:12px;line-height:normal}.Global_installApp_wraper__M8dxe .Global_botton_baner__oVDWj{position:absolute;bottom:0;left:0;width:100%;min-height:42px;font-size:12px;line-height:40px;color:#fff;border-radius:0 0 10px 10px;background-color:#163a55;vertical-align:middle}.Global_global_progress_loader_bg__4SWZG{width:100%;height:100%;background:rgba(0,0,0,.69);display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:10}.Global_progress_loader__J0dnp{border-radius:50%;border:3px solid #e5e5e5;border-top-color:#0e7fbe;width:50px;height:50px;animation:Global_spin__O3UNk 2s linear infinite;position:absolute;z-index:9}@keyframes Global_spin__O3UNk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Global_spinner__t2h38{width:50px;height:50px;position:absolute;z-index:4}.Global_double_bounce1__j12wX,.Global_double_bounce2__q4rtD{width:100%;height:100%;border-radius:50%;background:#2547df;opacity:.6;position:absolute;top:0;left:0;animation:Global_sk-bounce___tu4e 2s ease-in-out infinite}.Global_double_bounce2__q4rtD{animation-delay:-1s}@keyframes Global_sk-bounce___tu4e{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.Global_game_pre_loader__jnE8S,.Global_game_pre_loader__jnE8S:after,.Global_game_pre_loader__jnE8S:before{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:Global_load7__kLwcg 1.8s ease-in-out infinite}.Global_game_pre_loader__jnE8S{color:#38cde0;font-size:10px;margin:80px auto;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}.Global_game_pre_loader__jnE8S:after,.Global_game_pre_loader__jnE8S:before{content:"";position:absolute;top:0}.Global_game_pre_loader__jnE8S:before{left:-3.5em;animation-delay:-.32s}.Global_game_pre_loader__jnE8S:after{left:3.5em}@keyframes Global_load7__kLwcg{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.Global_windowFade__SVjsC{animation:Global_fadeInAnimation__z496L .7s ease;animation-iteration-count:1;animation-fill-mode:forwards}.Global_setBg__Fb2Ma{background-color:var(--headerBGColor);box-shadow:0 3px 5px rgba(0,0,0,.19)}.Global_unSetBg__ENTzE{background-color:hsla(0,0%,100%,0);transition:.5s ease-out}.Global_overlay__FGUvD{content:"";position:fixed;display:flex;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.51);opacity:1;justify-content:center;align-items:center;z-index:1000}@keyframes Global_fadeInAnimation__z496L{0%{opacity:0}to{opacity:1}}.Global_overlay__FGUvD:target{visibility:visible;opacity:1}.Global_unSetOverlay__i9DMH{display:none;visibility:hidden;opacity:0}.Global_closeBtn__QNXEj{width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:absolute;top:10px;right:20px;cursor:pointer}.Global_closeBtn__QNXEj span{font-style:normal!important;color:#fff;font-size:22px}.Global_closeBtn__QNXEj:hover{color:#e92284}.Global_aboutUsPage__YlQLc{width:100%;height:50vh;background-color:#0980ad;margin-top:100px}.Global_aboutUsContent_holder__DEvbj,.Global_aboutUsPage__YlQLc{display:flex;justify-content:center;align-items:center;flex-direction:column}.Global_aboutUsContent_holder__DEvbj{z-index:2;height:100%;border-radius:5px;font-family:Poppins-Regular;width:84%;margin-top:1%;margin-bottom:2%;padding:1%;background-color:rgba(126,0,128,.42)}.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O{width:100%;min-height:50vh;margin:0 auto;font-family:Poppins-Regular}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2{width:100%;display:flex;justify-content:flex-start;overflow-y:hidden;overflow-x:auto;padding-bottom:5px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2::-webkit-scrollbar{display:none}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{width:auto;height:45px;background:var(--btnSelectColor);border-radius:10px;display:flex;justify-content:center;align-items:center;padding-left:20px;padding-right:20px;margin-right:20px;cursor:pointer}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_setSelectedMode__PHpPJ{background:var(--btnSelectColor)}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_unSetSelectMode__j4an7{background:var(--menuBtncolor)}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{color:var(--primaryTxtColor);font-family:Poppins-SemiBold!important;font-size:13px;text-transform:uppercase;white-space:nowrap;text-decoration:none;text-align:center;padding:6px}.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O h1,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O h2,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O h3,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O h4,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O h5,.Global_infoHeaderTxt__shyle{color:#fff!important;font-family:Poppins-Regular;text-transform:uppercase}.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O li,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O strong,.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O ul{color:#fff!important}.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O p{color:#fff!important;font-family:Poppins-Regular!important}.Global_aboutUsContent_holder__DEvbj .Global_content_wraper__iPD8O span{color:#0e7fbe!important;font-family:Poppins-Regular!important}.Global_txt_head_line__BQCD9{color:#e92284;text-transform:capitalize}.Global_txt_info__bPmIh{color:var(--myAccCardTxt);font-size:15px;line-height:22px;background:#b8dbed;padding:2%;border-radius:10px}.Global_wl_setBannerBg__vwjIW{width:60%;top:2%;left:5%}.Global_banner_controller__y5szT,.Global_wl_setBannerBg__vwjIW{height:94%;display:flex;justify-content:space-evenly;align-items:flex-start;flex-direction:column;position:absolute;padding-top:2%}.Global_banner_controller__y5szT{width:70%;top:5%;text-decoration:none}.Global_setLeft__LBsko{left:5%!important}.Global_setRight__lkf0S{right:5%!important;align-items:flex-end!important}.Global_btn__0n_BA{display:inline-block;padding:6px 20px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:50px;background-color:#e92284;min-width:140px;min-height:50px;color:#fff}.Global_btn_grey__yOw2f{display:flex;justify-content:center;align-items:center;background:var(--btnSelectColor)!important;border-radius:23px}.Global_btn__0n_BA>p{margin-top:0}.Global_btn__0n_BA>p>a{text-decoration:none}.Global_banner_component__yaH3j{margin-bottom:1%;overflow:hidden}.Global_banner_component__yaH3j h1{font-size:32px;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:5px 0}.Global_pageNotFound__nqD5U{width:100%;height:100vh;background-color:#cb86fc;display:flex;justify-content:center;align-items:center;flex-direction:column}.Global_pageNotFound__nqD5U span{font-size:14px;color:#fff;text-transform:uppercase}.Global_banner_component__yaH3j h2{font-size:28px}.Global_banner_component__yaH3j h2,.Global_banner_component__yaH3j h3{font-weight:500;color:inherit;margin:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Global_banner_component__yaH3j h3{font-size:23px}.Global_banner_component__yaH3j h4{font-size:20px;margin:0}.Global_banner_component__yaH3j h4,.Global_banner_component__yaH3j h5{color:inherit;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Global_banner_component__yaH3j h5{font-size:18px;margin-top:5px;margin-bottom:5px}.Global_banner_component__yaH3j h6{color:inherit;font-size:16px}.Global_banner_component__yaH3j h6,.Global_banner_component__yaH3j p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Global_banner_component__yaH3j p{font-size:18px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}.Global_banner_component__yaH3j p span{font-size:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(max-width:1024px){.Global_installApp_wraper__M8dxe{bottom:60px;left:50%;width:100%;border-radius:4px;justify-content:space-around;align-items:center;flex-direction:row;max-width:100%;padding:0}.Global_installApp_wraper__M8dxe .Global_botton_baner__oVDWj{display:none}.Global_installApp_wraper__M8dxe .Global_logoHolder__DsbzC{height:70px}.Global_banner_controller__y5szT{width:90%}.Global_banner_component__yaH3j h1{font-size:24px}.Global_banner_component__yaH3j h2{font-size:16px}.Global_banner_component__yaH3j h3{font-size:12px}.Global_banner_component__yaH3j h4{font-size:11px}.Global_banner_component__yaH3j h5{font-size:10px}.Global_banner_component__yaH3j h6,.Global_banner_component__yaH3j p,.Global_banner_component__yaH3j p span{font-size:11px}.Global_btn__0n_BA{min-width:102px;min-height:32px}.Global_aboutUsContent_holder__DEvbj{margin-top:1%}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:30px;margin-right:15px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:12px;padding:2px}}@media(max-width:880px){.Global_appWraper__343Ls{margin-right:2%;margin-left:2%}.Global_banner_controller__y5szT{width:90%}.Global_banner_component__yaH3j h1{font-size:22px}.Global_banner_component__yaH3j h2{font-size:14px}.Global_banner_component__yaH3j h3{font-size:12px}.Global_banner_component__yaH3j h4{font-size:11px}.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6,.Global_banner_component__yaH3j p{font-size:10px}.Global_banner_component__yaH3j p span{font-size:11px}.Global_btn__0n_BA{min-width:92px;min-height:30px}.Global_aboutUsContent_holder__DEvbj{margin-top:1%}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:26px;margin-right:10px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:10px}}@media(max-width:600px){.Global_appWraper__343Ls{margin-left:0;margin-right:0}.Global_banner_controller__y5szT{width:90%}.Global_banner_component__yaH3j h1{font-size:18px}.Global_banner_component__yaH3j h2{font-size:16px}.Global_banner_component__yaH3j h3{font-size:12px}.Global_banner_component__yaH3j h4{font-size:10px}.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6{font-size:9px}.Global_banner_component__yaH3j p{font-size:10px}.Global_banner_component__yaH3j p span{font-size:11px}.Global_btn__0n_BA{min-width:80px;min-height:28px}.Global_aboutUsContent_holder__DEvbj{margin-top:1%}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:26px;margin-right:10px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:10px}}@media(max-width:450px){.Global_appWraper__343Ls{margin-left:0;margin-right:0}.Global_banner_controller__y5szT{width:90%;height:88%}.Global_banner_component__yaH3j h1{font-size:16px}.Global_banner_component__yaH3j h2{font-size:12px}.Global_banner_component__yaH3j h3,.Global_banner_component__yaH3j h4{font-size:10px}.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6{font-size:9px}.Global_banner_component__yaH3j p{font-size:10px}.Global_banner_component__yaH3j p span{font-size:11px}.Global_btn__0n_BA{min-width:80px;min-height:26px}.Global_aboutUsContent_holder__DEvbj{margin-top:1%}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:26px;margin-right:10px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:10px}}@media(min-width:1025px){.Global_installApp_wraper__M8dxe{bottom:60px;left:50%;width:100%;border-radius:4px;justify-content:space-around;align-items:center;flex-direction:row;max-width:100%;padding:0}.Global_installApp_wraper__M8dxe .Global_botton_baner__oVDWj{display:none}.Global_installApp_wraper__M8dxe .Global_logoHolder__DsbzC{height:70px}.Global_banner_controller__y5szT{width:90%}.Global_banner_component__yaH3j h1{font-size:24px}.Global_banner_component__yaH3j h2{font-size:18px}.Global_banner_component__yaH3j h3{font-size:14px}.Global_banner_component__yaH3j h4,.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6,.Global_banner_component__yaH3j p,.Global_banner_component__yaH3j p span{font-size:12px}.Global_btn__0n_BA{min-width:102px;min-height:40px}.Global_aboutUsContent_holder__DEvbj{margin-top:1%}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:30px;margin-right:15px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:12px;padding:2px}}@media(min-width:1350px){.Global_banner_component__yaH3j h1{font-size:30px}.Global_banner_component__yaH3j h2{font-size:20px}.Global_banner_component__yaH3j h3{font-size:16px}.Global_banner_component__yaH3j h4,.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6,.Global_banner_component__yaH3j p,.Global_banner_component__yaH3j p span{font-size:14px}.Global_btn__0n_BA{min-width:102px;min-height:44px}.Global_banner_controller__y5szT{width:90%}.Global_banner_component__yaH3j p{font-family:Poppins-SemiBold;letter-spacing:-.005em}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:35px;margin-right:16px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:14px;padding:2px}}@media only screen and (min-width:1450px){.Global_banner_component__yaH3j h1{font-size:36px}.Global_banner_component__yaH3j h2{font-size:30px}.Global_banner_component__yaH3j h3{font-size:20px}.Global_banner_component__yaH3j h4{font-size:16px}.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6{font-size:14px}.Global_banner_component__yaH3j p{font-size:16px}.Global_banner_component__yaH3j p span{font-size:14px}.Global_btn__0n_BA{min-width:102px;min-height:46px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:40px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:15px}}@media only screen and (min-width:1650px){.Global_banner_component__yaH3j h1{font-size:42px}.Global_banner_component__yaH3j h2{font-size:32px}.Global_banner_component__yaH3j h3{font-size:26px}.Global_banner_component__yaH3j h4{font-size:20px}.Global_banner_component__yaH3j h5,.Global_banner_component__yaH3j h6{font-size:14px}.Global_banner_component__yaH3j p{font-size:16px}.Global_banner_component__yaH3j p span{font-size:14px}.Global_btn__0n_BA{min-width:102px;min-height:48px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{height:44px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr a{font-size:13px}.Global_aboutUsContent_holder__DEvbj .Global_menu_section__q__x2 .Global_menuBtn__kaCGr{font-size:55px}}@media(max-width:600px){.Global_appBg___4qG2{background-image:none;box-shadow:none}}@media(min-width:751px)and (max-width:1024px){.Global_appWraper__343Ls{margin-right:2%;margin-left:2%}}@media only screen and (min-width:1025px){.Global_appWraper__343Ls{margin-right:3%;margin-left:3%}}@media only screen and (min-width:1280px){.Global_appWraper__343Ls{margin-right:4%;margin-left:4%}}@media only screen and (min-width:1370px){.Global_appWraper__343Ls{margin-right:8%;margin-left:8%}}.style_layout__vOWg4{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1;background:var(--brand-violet-900)}.style_layout__vOWg4 .style_content__4qqrl{flex:1 1;display:flex;flex-direction:column;padding:80px 0 0;position:relative;z-index:0}.style_layout__vOWg4 .style_content__4qqrl:before{content:"";position:absolute;top:0;left:0;width:100%;height:550px;background-size:cover;z-index:-2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1180px){.style_layout__vOWg4 .style_content__4qqrl:before{height:500px}}@media(max-width:1024px){.style_layout__vOWg4 .style_content__4qqrl:before{height:400px}}@media(max-width:660px){.style_layout__vOWg4 .style_content__4qqrl:before{height:320px}}.style_layout__vOWg4 .style_content__4qqrl:after{content:"";position:absolute;top:550px;left:0;width:100%;height:calc(100% - 550px);background:linear-gradient(1turn,#120628,#120628);z-index:-1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1180px){.style_layout__vOWg4 .style_content__4qqrl:after{top:500px;height:calc(100% - 500px)}}@media(max-width:1024px){.style_layout__vOWg4 .style_content__4qqrl:after{top:400px;height:calc(100% - 400px)}}@media(max-width:660px){.style_layout__vOWg4 .style_content__4qqrl:after{top:320px;height:calc(100% - 320px)}}.style_layout__vOWg4 .style_contentMain__Qslug{flex:1 1}.style_layout__vOWg4 .style_contentBottom__HfLUY{background:url(/assets/winnersBottomBg.png) no-repeat top;background-size:cover}.style_layout__vOWg4.style_secondaryBg__VNJ3n .style_content__4qqrl:after{top:0;height:100%;background:var(--brand-violet-800)}.style_c_overlay__J_34r{content:"";position:fixed;top:0;left:0;background:#000;opacity:1;z-index:62}.style_c_msgWrapper__rpt_a,.style_c_overlay__J_34r{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.style_c_msgWrapper__rpt_a{pointer-events:auto}.style_c_statusWindow__5Td5s{display:flex;align-items:center;flex-direction:column;background:var(--primaryBgColor);border-radius:10px;padding-bottom:3%;position:relative;width:100%;height:auto;margin:20px;max-width:650px;box-shadow:0 5px 20px rgba(0,0,0,.1);overflow:hidden}.style_c_statusWindow__5Td5s .style_c_headtitle__rvLe9 span,.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span,.style_txtProps__114Sw{font-size:16px;color:var(--primaryTxtColor)}.style_c_statusWindow__5Td5s .style_resultMsg__NrXAR{width:90%;height:auto;display:flex;flex-direction:column;padding:6%}.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{color:var(--primaryTxtColor);font-family:OpenSans-Regular;font-size:19px;text-align:center;text-decoration:none}.style_statusWindow__5Fj48 .style_c_headtitle__rvLe9{width:100%;height:12%;padding:2%;display:flex;justify-content:space-between;border-top-right-radius:10px;border-top-left-radius:10px;align-items:center}.style_c_statusWindow__5Td5s .style_c_headtitle__rvLe9 span{text-transform:uppercase;font-size:20px;font-family:OpenSans-Bold;font-style:italic}.style_c_statusWindow__5Td5s .style_c_headtitle__rvLe9 span:hover{color:#e92284!important}.style_c_statusWindow__5Td5s .style_c_titleTxt__7b1x0{display:flex;width:94%;height:auto;align-items:baseline;justify-content:center;margin-left:3%;margin-top:20%;margin-bottom:20%}@media(min-width:1025px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:16px}}@media(min-width:1200px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:16px}}@media(min-width:1280px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:18px}}@media(min-width:1450px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:18px}}@media(min-width:1921px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:18px}}@media(max-width:1024px)and (min-width:768px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:16px}}@media screen and (min-width:901px)and (max-width:1200px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:14px}}@media(max-width:767px){.style_c_statusWindow__5Td5s .style_c_resultMsg__1btSy span{font-size:12px}.style_c_statusWindow__5Td5s .style_c_headtitle__rvLe9 span{font-size:14px}}.lc_widget{z-index:9999}.Toastify__toast-container--top-right{top:80px!important}.double_bounce1,.double_bounce2{width:60px;height:60px;border-radius:50%;background:#2547df;opacity:.6;position:absolute;animation:sk-bounce 2s ease-in-out infinite}.double_bounce2{animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}#initial-preloader{background:transparent;display:flex;align-items:center;justify-content:center;z-index:1000}#blur-wraper,#initial-preloader{position:fixed;top:0;left:0;width:100%;height:100vh}#blur-wraper{background-color:#18181b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}