: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:#ffffffb3;--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 #0000001a;--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{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.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{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media screen and (max-width:520px){.hamburger-icon{height:12px!important;margin-left:-20px;width:12px!important}.logo-beta{max-width:75px!important;min-width:75px!important}.header-container{padding:0!important}.profile-user-data-btns{align-items:center!important;flex-direction:column!important}.client-seed-button-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.how-to-use-flex,.promo-code-box,.use-gift-card-box{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.promo-code-box,.use-gift-card-box{padding:10px!important}.top-drops-container{flex-direction:column!important}.user-info-container{width:100%!important}}.gap-item{position:relative}.progress-bar>div{animation:progress-load 1s ease-out;background:#ffe03f}@keyframes progress-load{0%{width:0}}.level2{background:url(/static/media/level.efd55d9fe6dad7a94090.png) 0 0 no-repeat}.level0,.level2{height:200px;width:440px}.level0{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -440px 0 no-repeat}.level1{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -880px 0 no-repeat}.level1,.level3{height:200px;width:440px}.level3{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -1320px 0 no-repeat}.level4{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -1760px 0 no-repeat}.level4,.level6{height:200px;width:440px}.level6{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -2200px 0 no-repeat}.level7{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -2640px 0 no-repeat}.level5,.level7{height:200px;width:440px}.level5{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -3080px 0 no-repeat}.level9{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -3520px 0 no-repeat}.level10,.level9{height:200px;width:440px}.level10{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -3960px 0 no-repeat}.level8{background:url(/static/media/level.efd55d9fe6dad7a94090.png) -4400px 0 no-repeat;height:200px;width:440px}.default-cases-section{position:relative;transition:padding .3s;width:100%;z-index:1}.skin-box-card .pbox-card_treasure{transition:all .3s}.skin-box-card:hover .pbox-card_treasure{animation:floatAndScaleAnimate 2s linear .3s infinite alternate;transform:scale(1.1);transition:all .3s}@keyframes floatAndScaleAnimate{0%{transform:scale(1.1) translateZ(0)}to{transform:scale(1.1) translate3d(0,-5px,0)}}.pbox-card .pbox-card_border{opacity:0;transform:scale(1.1);transition:all .3s}.pbox-card:hover .pbox-card_border{opacity:1}.pbox-card .pbox-card_treasure_scale,.pbox-card:hover .pbox-card_border{transform:scale(1);transition:all .3s}.pbox-card:hover .pbox-card_treasure_scale{transform:scale(1.1);transition:all .3s}.pbox-card .pbox-card_light{animation:linearAnimateUp 1s linear infinite alternate}.pbox-card .pbox-card_treasure{animation:linearAnimateDown 1s linear infinite alternate}.pbox-card:hover .pbox-card_treasure{animation:floatAndScaleAnimateV2 1s linear infinite alternate}@keyframes linearAnimateDown{0%{transform:translateZ(0)}to{transform:translate3d(0,6px,0)}}@keyframes linearAnimateUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-6px,0)}}@keyframes floatAndScaleAnimateV2{0%{transform:scale(1.1) translateZ(0)}to{transform:scale(1.1) translate3d(0,6px,0)}}.skin-case-wrap,.skin-case-wrap.justify-center{justify-content:center}.skin-case-wrap.justify-around{justify-content:space-around}.my-skins:hover .my-skins_action>div{display:flex;gap:10px;justify-content:flex-start;padding:0 10px;transition:all .3s}.my-skins .my-skins_action .my-skins_action_txt{display:none;opacity:0;transform:width 1s ease;width:0}.my-skins:hover .my-skins_action>button{gap:11px;justify-content:flex-start;padding-left:11px;padding-right:11px}.my-skins:hover .my-skins_action .my-skins_action_txt{display:block;opacity:1;transform:width 1s;width:auto}.multiple-switcher:first-child:before,.multiple-switcher:last-child:before{background-image:linear-gradient(357.91deg,#18172e 1.14%,#131228 98.23%);content:"";height:100%;position:absolute;top:0;width:20px}.multiple-switcher:first-child:before{clip-path:polygon(100% 0,0 50%,100% 100%);left:-19px}.multiple-switcher:last-child:before{clip-path:polygon(100% 50%,0 0,0 100%);right:-19px}.multiple-switcher.active,.multiple-switcher.active:first-child:before,.multiple-switcher.active:last-child:before,.multiple-switcher:hover,.multiple-switcher:hover:first-child:before,.multiple-switcher:hover:last-child:before{background-image:linear-gradient(357.1deg,#211b44 2.04%,#251f4b 2.05%,#201c43 97.96%);color:#8380ff}.roulette-wrapper{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;overflow:hidden;position:relative;width:100%}.roulette-wrapper.vertical{align-items:flex-start}.roulette-wrapper .selector{background:#ffe926;height:180px;left:50%;position:absolute;transform:translate(-50%);width:2px;z-index:2}.roulette-wrapper .wheel,.roulette-wrapper .wheel .row,.roulette-wrapper .wheel .vertical{display:flex}.roulette-wrapper .wheel .card{color:#fff;display:flex;flex-direction:column;font-size:1.5em;justify-content:space-around;position:relative}.roulette-wrapper .wheel .card .card-chance,.roulette-wrapper .wheel .card .win-bg,.roulette-wrapper .wheel .card.hide-drop .card-desp{opacity:0}.roulette-wrapper .wheel .row .card.hide-drop .card-desp{opacity:1}.roulette-wrapper.vertical .wheels{align-items:flex-start;display:flex;gap:10px;justify-content:space-around;width:100%}.roulette-wrapper.vertical .wheels .wheel{flex-direction:column}.roulette-wrapper.vertical .wheels .wheel .vertical{align-items:center;display:flex;flex-direction:column;width:100%}.roulette-wrapper.vertical .selector{background:#ffe926;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:2}.roulette-wrapper .card-desp{margin-top:10px}.roulette-wrapper.vertical .card-desp{opacity:0}.roulette-wrapper .wheel.lottery-success .card.win-drop .normal-bg{animation:fadeAnimate .3s ease-out forwards}.roulette-wrapper .wheel.lottery-success .card.win-drop .win-bg{animation:showAnimate .8s ease-out forwards}.roulette-wrapper.vertical .wheel.lottery-success .card.win-drop .card-desp{animation:cardDespAnimate .8s ease-out forwards;z-index:5}.roulette-wrapper .wheel.lottery-success .card.win-drop .card-chance{animation:showAnimate .8s ease-out .1s forwards}.roulette-wrapper .wheel.lottery-success .card.win-drop .card-skin{animation:cardSkinAnimate 2s ease-out .8s infinite alternate}@keyframes fadeAnimate{0%{opacity:1}to{opacity:0}}@keyframes showAnimate{0%{opacity:0;transform:translateZ(0)}30%{transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cardDespAnimate{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cardSkinAnimate{0%{transform:translate(0,0,0)}to{transform:translate3d(0,-10px,0)}}.roll-prize-swiper .swiper-wrapper{height:inherit;justify-content:center}.roll-prize-swiper-default .swiper-wrapper{height:inherit}*{scrollbar-color:#514f63 #1a1924;scrollbar-width:thin}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#1a1924}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#514f63;border:2px solid #0000;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a1924}.input-container{background:#111019!important;background-color:inherit;border:1px solid #232230!important;font-size:14px;font-weight:700;min-height:50px;padding:0 10px;width:100%}.create-event-container .react-datepicker-wrapper,.create-event-container .react-datepicker__input-container{height:50px;width:auto}.date-picker-container{background:none;font-size:14px;font-weight:700;height:100%;width:100%}.date-picker-container:focus{border:none;box-shadow:none;outline:none}.create-event-container .react-datepicker{background-color:#2c2c2c;border:1px solid #444;color:#f0f0f0}.react-datepicker-popper{transform:translateY(90px)!important}.create-event-container .react-datepicker__header{background-color:#1e1e1e;border-bottom:1px solid #444;color:#f0f0f0}.create-event-container .react-datepicker-time__header,.create-event-container .react-datepicker__time,.create-event-container .react-datepicker__time-container{background-color:#1e1e1e!important;color:#f0f0f0}.create-event-container .react-datepicker__time-list-item--selected,.create-event-container .react-datepicker__time-list-item:hover{background-color:#ffe03f!important;color:#111019!important}.create-event-container .react-datepicker__current-month,.create-event-container .react-datepicker__day,.create-event-container .react-datepicker__day-name{color:#f0f0f0}.create-event-container .react-datepicker__day--keyboard-selected,.create-event-container .react-datepicker__day--selected{background-color:#ffe03f;color:#111019}.create-event-container .react-datepicker__day:hover:not(.react-datepicker__day--disabled){background-color:#ffe03f!important;color:#111019}.create-event-container .react-datepicker__day--today{border:1px solid #aaa}.create-event-container .react-datepicker__triangle{display:none}.custom-pagination-slider{--slider-thumb-size:30px!important;--slider-track-size:2px!important}.custom-pagination-slider .chakra-slider__thumb{border-radius:0!important;height:6px!important;width:30px!important}.custom-pagination-slider .chakra-slider__filled-track,.custom-pagination-slider .chakra-slider__track{height:2px!important}.pbox-card .new-pbox2-treasure{animation:new-pbox2-treasure-animate 4s linear infinite}.pbox-card .new-pbox2-hover,.pbox-card .new-pbox2-hover2{opacity:0}.pbox-card:hover .new-pbox2-hover{animation:new-pbox2-hover-animate 1.2s linear infinite}.pbox-card:hover .new-pbox2-hover2{animation:new-pbox2-hover-animate 1.2s linear .2s infinite}@keyframes new-pbox2-treasure-animate{0%,10%,20%{opacity:0}15%,5%{opacity:1}40%,80%{opacity:1}60%,to{opacity:0}}@keyframes new-pbox2-hover-animate{0%,33.3%,66.6%,to{opacity:0}16.67%,50%{opacity:1}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-cyrillic-ext-400-normal.f455ee8f24fd612e2b15.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-400-normal.a41db946bbde6849cc3d.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-cyrillic-400-normal.4715847d051a164a7577.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-400-normal.6772545b846bb4fee5ea.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-vietnamese-400-normal.7da603c92e367751f991.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-400-normal.c14d61c769222a9ee56c.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-latin-ext-400-normal.1974241fa9a808c0c154.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-400-normal.85beb71046499a27877f.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-latin-400-normal.4bc3bc9536f24ed8076d.woff2) format("woff2"),url(/static/media/montserrat-latin-400-normal.30be1f65d8fd296bdbbe.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-cyrillic-ext-600-normal.d525fb746066e69177da.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-600-normal.c58426d1716afb0fa151.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-cyrillic-600-normal.780750466e9ae50dca3d.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-600-normal.6ea6aa1c66c959aae077.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-vietnamese-600-normal.3c807d2dda62b9026c8a.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-600-normal.025b0e8eabf30463daab.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-latin-ext-600-normal.a50aa77b674e5c8ac137.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-600-normal.c30bb60c868ea73f9574.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-latin-600-normal.a4fbb9ff96a3a78e4209.woff2) format("woff2"),url(/static/media/montserrat-latin-600-normal.77f95e61091846d6f4de.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/montserrat-cyrillic-ext-700-normal.7d92c8b85c66f1cece22.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-700-normal.4290c9c6d0e21ec5c5b2.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/montserrat-cyrillic-700-normal.a22f10575dcc18a887d2.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-700-normal.54793177bd05c18a69dd.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/montserrat-vietnamese-700-normal.cd83d7401bc6127f0d5c.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-700-normal.3492a03ebd83c21d6fcc.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/montserrat-latin-ext-700-normal.35ae035fb77247440b26.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-700-normal.6c3c83e763b9c70c4bc7.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/montserrat-latin-700-normal.f26608f1996828b9e0d4.woff2) format("woff2"),url(/static/media/montserrat-latin-700-normal.8ee8b516892b1fa0a70b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/montserrat-cyrillic-ext-800-normal.2dda9fe4a0878b23cbcf.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-800-normal.0d8366ec693c60096076.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/montserrat-cyrillic-800-normal.404b210398d9190051bf.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-800-normal.6914ff55c25d4c551429.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/montserrat-vietnamese-800-normal.2160a1fcf7a5a8c14900.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-800-normal.7a123da0aa8e9c0ab36e.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/montserrat-latin-ext-800-normal.b314e1ee2fc09d6d5205.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-800-normal.174da7832f9f6a72518a.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/montserrat-latin-800-normal.6c85005a33c5a65b59a5.woff2) format("woff2"),url(/static/media/montserrat-latin-800-normal.e872d3842aaa859ff87b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik Glitch;font-style:normal;font-weight:400;src:url(/static/media/rubik-glitch-cyrillic-ext-400-normal.caa98a3bc11105fffcfe.woff2) format("woff2"),url(/static/media/rubik-glitch-cyrillic-ext-400-normal.54f97c66997053ace86c.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik Glitch;font-style:normal;font-weight:400;src:url(/static/media/rubik-glitch-cyrillic-400-normal.b32f20a71003e8bb78b2.woff2) format("woff2"),url(/static/media/rubik-glitch-cyrillic-400-normal.3fd27e06a8bdf8edbd45.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik Glitch;font-style:normal;font-weight:400;src:url(/static/media/rubik-glitch-hebrew-400-normal.776cad11325d90d9061f.woff2) format("woff2"),url(/static/media/rubik-glitch-hebrew-400-normal.c8cefe9973692c5d21bd.woff) format("woff");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik Glitch;font-style:normal;font-weight:400;src:url(/static/media/rubik-glitch-latin-ext-400-normal.8ae808a02973fec508af.woff2) format("woff2"),url(/static/media/rubik-glitch-latin-ext-400-normal.16c59f7d884842f113e8.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik Glitch;font-style:normal;font-weight:400;src:url(/static/media/rubik-glitch-latin-400-normal.7a5b5bac6b066d71b0ca.woff2) format("woff2"),url(/static/media/rubik-glitch-latin-400-normal.3fb89918ce49908f5350.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-cyrillic-ext-400-normal.3cd6b59c1de44642d396.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-400-normal.46f990ed647f26b60e5d.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-cyrillic-400-normal.4f719603dd8d529b6e1f.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-400-normal.dd4b9a71dcaf39292dd9.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-greek-400-normal.3fe81b6970d9919c60b7.woff2) format("woff2"),url(/static/media/sofia-sans-greek-400-normal.e3c2306ded92279417ec.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-latin-ext-400-normal.7b433322f9463618f050.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-400-normal.23e7ecd86182f7c2b6d2.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-latin-400-normal.d28425b0402679e58a99.woff2) format("woff2"),url(/static/media/sofia-sans-latin-400-normal.968ec98cbf8682cf1faa.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-cyrillic-ext-500-normal.7b787162ee18192be411.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-500-normal.01bf4c8f431a6ec28803.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-cyrillic-500-normal.c04c88c62745c454bec5.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-500-normal.3fbda3392e5facbc022a.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-greek-500-normal.2dafe52dcc327f09de77.woff2) format("woff2"),url(/static/media/sofia-sans-greek-500-normal.4a7e80e042036e109e21.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-latin-ext-500-normal.272bab194efa0a35ccfc.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-500-normal.66412dbe6947192c2738.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-latin-500-normal.83a9f1226737047dfb20.woff2) format("woff2"),url(/static/media/sofia-sans-latin-500-normal.72a63a12f94ddcfaabe9.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-cyrillic-ext-700-normal.ae4aa3c2721c701b77cb.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-700-normal.b04c941d46bd8895a5f9.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-cyrillic-700-normal.7c8a99fa5259c0f9ca0d.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-700-normal.d42269f750df43779c2c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-greek-700-normal.2c7b19f4f2ddccad4557.woff2) format("woff2"),url(/static/media/sofia-sans-greek-700-normal.be3eddc6108724542535.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-latin-ext-700-normal.719676a359752a6912d2.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-700-normal.037a9491a54aca3c159e.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-latin-700-normal.d237f25f17f6e91f287e.woff2) format("woff2"),url(/static/media/sofia-sans-latin-700-normal.aca6b3c77b8f18eebb16.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-cyrillic-ext-800-normal.eda198a4dc20cc62f3e2.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-800-normal.10448cce470a036b5981.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-cyrillic-800-normal.ca3891689e900edb423f.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-800-normal.e6cb1289e8f37d2b5976.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-greek-800-normal.a0d586d4f26c553da308.woff2) format("woff2"),url(/static/media/sofia-sans-greek-800-normal.1dc7b9eda90126010645.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-latin-ext-800-normal.385dc3ab04081ecb9e14.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-800-normal.6e220f0f11e6680724de.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-latin-800-normal.96bfdd069517642a65ae.woff2) format("woff2"),url(/static/media/sofia-sans-latin-800-normal.3109dbbe1e901c397256.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.31b2c923.css.map*/