:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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 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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial}.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.Toastify__toast{border-radius:calc(var(--radius) * 2);border-width:1px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);min-height:48px;font-family:inherit;padding:12px 16px;display:flex;align-items:center;gap:12px}.Toastify__toast-theme--dark{border-style:none;--tw-bg-opacity: 1;background-color:rgb(0 2 44 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:flex;align-items:flex-start;border:none}.Toastify__toast-body{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:1.4;margin:0;padding:0}.Toastify__toast-icon{flex-shrink:0;width:20px;height:20px}.Toastify__progress-bar{height:.25rem}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;right:0;height:4px;border-radius:0 0 12px 12px;overflow:hidden}.Toastify__progress-bar--bg{background-color:#0003;width:100%;height:100%}.Toastify__progress-bar-theme--dark.Toastify__progress-bar--success{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.Toastify__progress-bar-theme--dark.Toastify__progress-bar--error{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.Toastify__progress-bar-theme--dark.Toastify__progress-bar--warning{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.Toastify__progress-bar-theme--dark.Toastify__progress-bar--info{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.Toastify__progress-bar-theme--dark{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.Toastify__close-button{flex-shrink:0;color:#ffffffb3;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.Toastify__close-button:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.Toastify__close-button{background:transparent;border:none;padding:4px;margin-left:auto;cursor:pointer}.Toastify__close-button>svg{height:1rem;width:1rem}.Toastify__close-button--dark{color:#ffffffb3}.Toastify__close-button--dark:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media only screen and (max-width: 480px){.Toastify__toast-container{left:.5rem;right:.5rem;width:auto}.Toastify__toast{margin-bottom:.5rem;margin-bottom:8px}}.Toastify__toast-container--top-right{top:1rem;right:.6rem}.Toastify__toast-container--top-center{top:1rem}.Toastify__toast-container--top-left{top:1rem;left:1rem}.Toastify__toast-container--bottom-right{bottom:1rem;right:1rem}.Toastify__toast-container--bottom-center{bottom:1rem}.Toastify__toast-container--bottom-left{bottom:1rem;left:1rem}html{width:100%;height:100dvh;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}body{width:100%;height:100dvh;margin:0;position:relative;-ms-overflow-style:none;scrollbar-width:none}*{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}#root{width:100%;min-height:100%;height:100%;position:relative}.full-size-img img{height:100%;width:100%}.wrapper{width:100%;min-height:100.01%}.backdrop{position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}@font-face{font-family:Druk;src:url(/assets/druk-BSDvmv72.woff) format("woff"),url(/assets/druk-Dwnl8_mu.woff2) format("woff2"),url(/assets/druk-C4bl_iAJ.ttf) format("truetype")}@font-face{font-family:RobotoFont;src:url(/assets/roboto-regular-webfont-ZmRr6KZc.woff) format("woff"),url(/assets/roboto-regular-webfont-nvYkMwlf.woff2) format("woff2"),url(/assets/roboto-regular-webfont-CmjnF39D.ttf) format("truetype")}a:link,a:visited,a:hover,a:active{text-decoration:none}*{-webkit-tap-highlight-color:rgba(255,255,255,0)}.circle{width:50px;height:50px;border-radius:100%}.container{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.capitalize{text-transform:capitalize}.hidden{visibility:hidden}.nowrap{white-space:nowrap}.background-primary{background-color:#001665}.background-primary-half{background-color:#00166580}.background-secondary{background-color:#fff}.background-active{background-color:#fede00}.background-hover-primary{background-color:#ffed71}.background-hover-secondary{background-color:#11287a}.gradient-primary{background:linear-gradient(161.39deg,#9900d6,#000b4b 68.8%)}.gradient-secondary{background:linear-gradient(98deg,#a102f4 4.43%,#001897)}.gradient-special{background:linear-gradient(97.28deg,#fee101 4.45%,#ef1174 88.75%)}.gradient-pvp{background:linear-gradient(161deg,#672de2,#000b4b 68.8%)}.text-primary{background-color:#202020}.text-secondary{background-color:#a1aed7}.text-inverse{background-color:#fff}.text-accent{background-color:#fede00}.neutral-primary{background-color:#001665}.neutral-secondary{background-color:#00166533}.neutral-zero{background-color:#fff}.status-default{background-color:#4500ab}.border{border:1px solid #af60ff}.h1{font-family:Druk,sans-serif;font-size:16px}.h6{font-family:Druk,sans-serif;font-size:12px}.h1-default{font-size:16px}.caption-special{font-family:Druk,sans-serif;font-size:7px}.caption-special-default{font-size:7px}.h2{font-family:roboto,sans-serif;font-size:24px;font-weight:700}.h2-default{font-size:24px;font-weight:700}.h3{font-family:roboto,sans-serif;font-size:18px;font-weight:600}.h3-default{font-size:16px;font-weight:600}.body-medium{font-family:roboto,sans-serif;font-size:16px;font-weight:500}.body-medium-default{font-size:16px;font-weight:500}.body-regular{font-family:roboto,sans-serif;font-size:16px;font-weight:400}.body-regular-default{font-size:16px;font-weight:400}.caption-medium{font-family:roboto,sans-serif;font-size:14px;font-weight:500}.caption-medium-default{font-size:14px;font-weight:400}.caption-regular{font-family:roboto,sans-serif;font-size:14px;font-weight:400}.caption-regular-default{font-family:roboto,sans-serif;font-size:16px;font-weight:400}.caption-regular-small{font-family:roboto,sans-serif;font-size:14px;font-weight:400}.caption-regular-small-light{font-family:roboto,sans-serif;font-size:14px;font-weight:300}.caption-regular-default-light{font-family:roboto,sans-serif;font-size:16px;font-weight:300}.description-regular-small,.body-small{font-family:roboto,sans-serif;font-size:12px;font-weight:400}.xtra{font-family:roboto,sans-serif;font-size:10px;font-weight:400}.xtra-default{font-size:10px;font-weight:400}.description-regular{font-family:roboto,sans-serif;font-size:14px;font-weight:400}.icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;overflow:hidden}.dimmed{opacity:.6}.disabled{opacity:.25}.logo{width:142px;height:158px}.preview{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center}.page-sticky-top{position:sticky;top:0;z-index:10;overflow:hidden;clip-path:inset(0 0 0 0)}.page-sticky-top .backdrop{position:absolute;height:100dvh}.without-subheader .header{margin-bottom:24px}.home-page-header-action{padding:5px;border-radius:100%;cursor:pointer}.home-page-header-action:active{background-color:#00166566}.home-page-sections-wrapper{position:relative;box-sizing:border-box;width:100%;flex:1;overflow-y:auto}.home-page-section-container{width:100%}.home-page-section-container__with-top-margin{margin-top:24px}.home-page-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 16px;box-sizing:border-box}.home-page-group{width:100%;margin-top:8px;margin-bottom:24px;height:136px}.empty-tour-card-group-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:136px;width:calc(100% - 34px);border-style:dashed;border-radius:16px;margin:0 16px}.empty-tour-card-group-container>.empty-tour-card-group-button{margin-top:10px}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.tour-card-group-container{width:100%;display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding-left:12px;box-sizing:border-box;height:148px}.tour-card-group-container .card__wrapper{flex-basis:90px;flex-grow:0;flex-shrink:0;height:129px}.tour-card-group-container .card__wrapper:last-child{margin-right:4px}.tour-card-group-container:after{content:"";min-width:12px}.tour-card-group-container::-webkit-scrollbar{display:none}.chip{width:fit-content;box-sizing:border-box;padding:4px 10px;display:flex;justify-content:center;align-items:center;border-radius:100px}.home-page-footer-wrapper{position:relative;width:100%;height:140px}.home-page-footer-container{position:fixed;bottom:0;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 0;border-radius:16px 16px 0 0;z-index:1;top:calc(100% - 120px);display:flex;justify-content:space-between;transition:all .7s ease-in-out}.home-page-prizes-container{display:inline-table}.home-page-prizes-container.home-page-footer-container__opened{position:absolute;height:calc(100% - 74px);z-index:5}.home-page-cards-container{top:calc(100% - 60px);z-index:10}.home-page-footer-container__opened{top:74px;bottom:-90px}.home-page-footer-show-button{margin-top:2px}.empty-cards-group-container{display:flex;justify-content:flex-start;align-items:center;border-style:dashed;border-radius:16px;padding:16px;box-sizing:border-box;margin:0 16px;width:calc(100% - 34px);height:129px}.empty-cards-group-container .pic-container{min-width:56px;margin-right:16px}.empty-cards-group-container>div{display:flex;flex-direction:column}.empty-tour-card-group-button{width:fit-content;padding:8px 16px;border-radius:8px;margin-top:10px}.card-container{width:100%;display:flex;justify-content:center;align-items:center;aspect-ratio:2/3;position:relative}.card-container>img{width:100%;height:100%;position:absolute;top:0;left:0}.header{width:100%;box-sizing:border-box;padding:25px 16px 0;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.header>*{width:30px}.header .icon{width:22px;height:22px}.header__back-btn .icon{margin-left:2px}.header-label{flex:1;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 12px}.header-label .h3{overflow:hidden;text-overflow:ellipsis}.search__wrapper{padding:0 16px}.search__container{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;box-sizing:border-box;padding:14px}.search__container .icon{width:16px;height:16px;display:inline-block}.search__container .icon img{width:100%;height:100%}.search__input{width:100%;outline:none;border:none;margin-left:10px;color:#fff}.search__input::placeholder{color:#a1aed7;opacity:1}.cards-filter__container{padding:0 16px;display:grid;grid-template-columns:1fr 40px;min-height:40px;margin-right:0}.cards-filter__container>*:first-child{margin-right:8px}.cards-filter__container__single-item{padding:0 16px}.cards-filter__container__single-item .search__wrapper{flex-grow:1;padding:0;margin-bottom:0}.cards-filter__container__single-item .cards-filter__container{grid-template-columns:46px;margin:0;padding:0 0 0 8px}.cards-tier-filter__container{grid-template-columns:1fr 1fr 1fr}.cards__scroller-container{padding:0 8px;margin-top:-8px;height:100%}.cards__container{display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;padding:4px 4px 21px;margin-bottom:57px}.cards__container.cards--for-team{margin-bottom:0}.cards__container__shop-link-btn{position:fixed;bottom:0;left:0;right:0}.cards__placeholder{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}.filter-block__reset-btn{margin-bottom:12px}.filter-spaces__wrapper{flex:1;display:flex;flex-direction:column;padding:0 16px}.filter-spaces__container{border-radius:16px;padding:16px}.context-filter__container{padding:5px;display:flex;justify-content:space-between;align-items:center}.context-filter__counter{border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;margin-right:10px}.context-filter__actions{display:flex;align-items:center}.filter-block__wrapper{height:100%;display:flex;flex-direction:column}.filter-block{display:flex;margin-bottom:81px}.filter-block__button{position:fixed;bottom:0;left:0;right:0}.filter-button__container{width:100%;padding-top:16px}.filter-button{display:flex;justify-content:center;align-items:center;border-radius:8px;padding:16px 0;box-sizing:border-box;margin:16px}.filter-button.btn-md{padding:8px 16px}.btn-placeholder{visibility:hidden}.filter-button__container .filter-button{margin-bottom:0}.filter-button__disabled{opacity:.5;pointer-events:none}.country-filter__wrapper{width:100%;overflow:scroll;margin:-4px 0}.country-filter__container{display:grid;grid-template-columns:1fr 1fr;padding:0 12px}.filter__wrapper{padding:0 16px;width:100%}.filter__container>div{display:flex;flex-direction:column;box-sizing:border-box;margin:-8px 0}.country-filter{display:flex;justify-content:flex-start;align-items:center;margin:4px;padding:15px;box-sizing:border-box;border-radius:8px}.country-filter .icon{min-width:32px}.country-filter__alt-flag-icon img{width:32px;height:32px}.championship-filter__container{margin:0 16px;padding:12px;border-radius:16px;display:flex;flex-direction:column;row-gap:8px;box-sizing:border-box}.checkbox__container{display:flex;align-items:center;position:relative;margin:8px 0}.checkbox__container input{margin-right:10px;padding-bottom:1px}.checkbox{width:16px;height:16px;position:absolute;z-index:-1;opacity:0}.checkbox+label{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox+label:before{content:"";display:inline-block;width:1em;height:1em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;border-radius:.25em;margin-right:.75em;background-repeat:no-repeat;background-position:center center}.checkbox:checked+label:before{border-color:#fede00;background-color:#fede00;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNkw1IDlMMTEgMSIgc3Ryb2tlPSIjMDAxNjY1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.my-tournaments__wrapper{overflow:hidden;display:flex;flex-direction:column;height:100%}.my-tournaments__filter__container{padding:0 12px;display:grid;grid-template-columns:1fr 1fr;margin:25px 0;box-sizing:border-box;width:100%;justify-content:space-between}.my-tournaments__filter{margin:0 4px;flex:1;display:flex;justify-content:center;align-items:center;padding:10px 0;border-radius:8px}#fit{height:fit-content;width:fit-content}.slider__container{width:100%;height:100%;position:relative;margin-bottom:68px}.slider__header{width:100%;display:flex;justify-content:space-between}.slider__body{margin-top:21px}.slider-with-padding__body{margin:0 0 15px;padding:0 16px}.slider-with-padding__body>div{margin-bottom:8px}.slider__body>*{margin-bottom:8px}.sliderUI-wrapper{padding:16px;border-radius:16px}.sliderUI-header{display:flex}.sliderUI-header .icon{width:24px;height:24px}.sliderUI-header__main-icon{margin-right:8px}.sliderUI-header__chevron{position:relative;top:1px}.sliderUI-label{flex:1;display:flex;align-items:center}.pages__wrapper{display:grid;grid-auto-columns:1fr;grid-gap:16rpx;grid-auto-flow:column;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.2)}.pages__item{padding-bottom:10px;display:flex;justify-content:center;margin-bottom:-1px}.pages__item__active{border-bottom:2px solid #fede00;padding-bottom:9px}.tournaments__container{padding:25px 16px}.tournaments__countries{display:grid;grid-template-columns:1fr 1fr;margin:-4px}.tournament__wrapper{height:100%}.tournament__container{width:100%;height:100%}.tournament__team__wrapper{flex:1;display:flex;flex-direction:column;height:100%}.tournament__team__container{margin:25px 0;padding-top:76px;display:flex;justify-content:center;align-items:center;flex-grow:1}.tournament__team{width:330px;height:300px;position:relative}.tournament-payment-status-container{display:flex;align-items:center}.status-popup.status-popup--sm{border-radius:8px;padding:8px}.status-popup.status-popup--sm.status-popup--error{border:1px #ff0d81 solid;padding:7px}.status-popup__icon{flex-grow:0;flex-shrink:0;flex-basis:24px}.status-popup--sm .status-popup__icon{flex-basis:16px;width:16px;height:16px}.tournament__team__btn .tournament-payment-status-container .filter-button,.status-popup .filter-button{margin:12px 0 2px;float:left;width:auto}.tournament__team__btn .tournament-payment-status-container .icon{min-width:24px}.tournament-payment-status-description{text-align:start;margin-left:10px;white-space:pre-line}.status-popup--sm .status-description{margin-left:8px}.status-popup--sm .status-description .caption-regular{font-size:12px;font-weight:300}.tournament__team__btn__container{position:relative;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;text-align:center}.tournament__team__btn__container .chip{margin:15px 0 -15px}.tournament__team__btn{display:flex;justify-content:flex-start;min-height:95px}.tournament__team__btn .filter-button{margin:auto 16px 25px;width:calc(100% - 32px)}.tournament__team__btn:has(.filter-button){margin-top:-16px}.tournament__team__btn__paid-icon{height:20px;width:20px;margin:-1px 0 -1px 6px;filter:invert(.9);transform:scale(.9)}@media screen and (max-height: 620px){.tournament__team__container{margin:10px 0 7px}.tournament__team__btn{min-height:86px}.tournament__team__btn:has(.filter-button){margin-top:-10px}.tournament__team__btn__container .chip{margin-top:5px}}.tournament__team__background__union{position:absolute;top:0;left:35px}.tournament__team__card{width:90px;height:129px}.card-wrapper .caption-special{position:absolute;top:0;height:100%;display:flex;align-items:center;text-align:center}.card__wrapper{isolation:isolate;border-radius:8px;overflow:hidden;display:flex;justify-content:center}.card-wrapper{border-style:dashed;border-radius:8px}.card-wrapper__disabled{opacity:.4}.tournament__team__keeper{position:absolute;top:-80px;left:67px}.tournament__team__additional{position:absolute;top:-80px;left:170px}.tournament__team__defender{position:absolute;top:60px;left:0}.tournament__team__midfield{position:absolute;top:60px;left:230px}.tournament__team__forward{position:absolute;top:165px;left:118px}.tournament__results__wrapper{flex:1;display:flex;flex-direction:column;padding:0 16px;overflow:hidden;height:100%}.tournament__results__position{width:100%;margin-top:25px}.tournament__results__position .tournament__result{margin:0}.tournament__result__list{display:flex;flex-direction:column;width:100%;align-items:center}.tournament__result{width:100%;display:flex;margin:5px;line-height:1.16}.tournament__result__position{min-width:36px;text-align:end}.tournament__result__result{flex:1;overflow:hidden;text-overflow:ellipsis}.tournament__result__name{flex:1;margin:0 16px;overflow:hidden;text-overflow:ellipsis}.tournament__result__name .body-regular{padding-top:2px;margin-top:-2px}.tournament__result__score{min-width:44px;text-align:right}.tournament__results__container{flex:1;margin-top:25px;padding-bottom:25px;position:relative;overflow:hidden}.tournament__results__plate{overflow:hidden}.tournament__prizes{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.tournament__prizes__list__container{margin-top:25px;width:100%;height:100%;display:flex;flex-direction:column}.tournament__prizes__list__wrapper{padding-bottom:25px}.tournament__prizes__list{margin:0 16px;height:fit-content;width:calc(100% - 32px)!important}.divider{opacity:.5;border:.5px solid #8893bc}.page-placeholder{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;text-align:center;padding:16px}.page-placeholder .filter-button{margin:16px 0}.placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.placeholder__pic{height:200px;display:flex;justify-content:center;align-items:center;text-align:center}.placeholder-type-10 .placeholder__pic{height:210px;margin-left:-20px;margin-top:-36px;margin-bottom:-30px}.placeholder-type-3 .placeholder__pic,.placeholder-type-4 .placeholder__pic,.placeholder-type-5 .placeholder__pic,.placeholder-type-15 .placeholder__pic{height:180px;margin-bottom:-10px}.placeholder-type-11 .placeholder__pic{height:200px;margin-bottom:-60px;margin-top:-80px}.placeholder-type-12 .placeholder__pic{height:180px;margin-bottom:-25px;margin-top:-20px}.placeholder-type-13 .placeholder__pic{margin-bottom:-15px;margin-top:-10px}.placeholder-type-14 .placeholder__pic{margin-bottom:-20px;margin-top:-10px}.placeholder-type-16 .placeholder__pic{height:40px}@media screen and (max-height: 575px){.placeholder-type-12 .placeholder__pic{display:none}.placeholder-type-12 .placeholder__label{margin-top:-25px}}.placeholder__pic img{height:100%}.placeholder__label{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:45px 0 10px;text-align:center}.placeholder__description{display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.16;text-align:center;white-space:pre-line}.placeholder__action .ton-connect{margin:16px 16px 0}.placeholder__action .ton-connect__btn{padding:16px 0}.tournament-prizes__filter__container{display:flex;padding:0 16px;box-sizing:border-box;justify-content:space-between;margin:0 -4px}.tournament-prizes__filter{flex:1;display:flex;justify-content:center;align-items:center;padding:10px 0;border-radius:8px;margin:0 4px}.tournament-prizes__filter__disabled{opacity:.4}.tournament-prizes{flex:1;overflow:hidden}.stepper__container{display:flex;margin:-3px;width:100%;padding:20px 16px 0;box-sizing:border-box}.stepper__item{flex:1;margin:3px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1px solid #af60ff;opacity:.5;padding:8px 15px}.stepper__item__active{opacity:1;border:1px solid #fede00}.stepper__item__passed{opacity:1;border:none}.pack__container{flex:1;overflow:hidden}.pack__container .placeholder__label{margin-top:32px}.notification__wrapper{flex:1;overflow:scroll;padding:0 16px 25px}.notification__empty-wrapper{display:flex;flex:1;flex-direction:column;height:100%}.notifications__container{display:flex;flex-direction:column;margin:-4px;width:100%}.notification__container{border-radius:8px;padding:12px;margin:4px}.notification__container>.plate__container{display:flex}.notification{display:flex;flex-direction:column;padding:5px 0;margin-left:12px}.notification .chip{margin-top:15px}.notification__flag{padding:0;display:flex;align-items:flex-start}.flag{background-size:contain;background-position:50%;background-repeat:no-repeat;transform:scale(2)}.tournaments-payment-filter__container{display:grid;grid-template-columns:1fr 1fr;margin:25px -4px;padding:0 12px;box-sizing:border-box;justify-content:space-between}.tournaments-slider-payment-filter__container{padding:0}.tournaments-payment-filter{display:flex;justify-content:center;align-items:center;margin:0 4px;padding:10px 0;border-radius:8px}.country-filter__icon-container{position:relative;margin-right:10px}.country-filter__paid-icon-container{position:absolute;right:-5px;bottom:-5px;width:18px;height:18px;background-color:#08c;display:flex;justify-content:center;align-items:center;border-radius:50%}.country-filter__paid-icon{transform:scale(.44);margin-top:2px}.details__container{display:flex;flex-direction:column;margin:11px -5px -5px}.points-details__container{flex:1;display:flex;justify-content:space-between;align-items:center;margin:5px}.player-details__container .points-details__container{width:calc(100% - 76px);margin:0}.player-details__container .icon{justify-content:flex-end;position:relative;top:1px;width:28px}.points-details__title-container{flex:1;min-width:0}.points-details__title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.points-details__description{white-space:nowrap;margin-left:8px}.points-details__subtitle{margin-top:6px}.team-details__wrapper{padding:20px 0}.team-detail-body__container{padding:0}.team-detail-footer__container{padding:16px 16px 0;border-top:1px solid #8893bc61}.player-details__wrapper{margin-bottom:12px}.player-details__wrapper:last-child{margin-bottom:20px}.player-details__container{display:flex;align-items:center}.player-details-card{width:32px;margin-right:16px;position:relative}.player-details-card .card__wrapper{border-radius:4px;margin:0}.player-details-slider__container{margin:16px 0}.player-details-slider__wrapper{padding:6px 0 2px;margin-bottom:-6px}.player-details__wrapper:last-child .player-details-slider__wrapper{margin-bottom:-14px}.inline{display:inline}.inline-flex{display:inline-flex}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.responsive-btn{transition:all .2s ease-in-out}.pulse-border{animation:borderPulse 1s infinite ease-out,colorShift 10s infinite ease-in,hoverShine .2s}@keyframes borderPulse{0%{box-shadow:inset 0 0 0 5px #fede0066,0 0 #fede00}to{box-shadow:inset 0 0 0 3px #fede0033,0 0 0 13px #fede0000}}.responsive-btn:active{transform:scale(.9)}.typography-nowrap-ellipsis .typography{white-space:nowrap;text-overflow:ellipsis}.typography-nowrap-ellipsis .typography:last-child{overflow:hidden}.force-acceleration{-webkit-transform:translate3d(0,0,0)}.min-w-3{min-width:12px}.child-img-100 img{width:100%;height:100%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }:root{--background: 0 0% 100%;--foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 47.4% 11.2%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--card: 0 0% 100%;--card-foreground: 222.2 47.4% 11.2%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 100% 50%;--destructive-foreground: 210 40% 98%;--ring: 215 20.2% 65.1%;--radius: .5rem}.dark{--background: 224 71% 4%;--foreground: 213 31% 91%;--muted: 223 47% 11%;--muted-foreground: 215.4 16.3% 56.9%;--accent: 216 34% 17%;--accent-foreground: 210 40% 98%;--popover: 224 71% 4%;--popover-foreground: 215 20.2% 65.1%;--border: 216 34% 17%;--input: 216 34% 17%;--card: 224 71% 4%;--card-foreground: 213 31% 91%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 1.2%;--secondary: 222.2 47.4% 11.2%;--secondary-foreground: 210 40% 98%;--destructive: 0 63% 31%;--destructive-foreground: 210 40% 98%;--ring: 216 34% 17%}button{cursor:pointer}body{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tw-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.tw-pointer-events-none{pointer-events:none!important}.tw-fixed{position:fixed!important}.\!tw-absolute,.tw-absolute{position:absolute!important}.tw-relative{position:relative!important}.tw-sticky{position:sticky!important}.tw-inset-0{top:0!important;right:0!important;bottom:0!important;left:0!important}.tw-inset-x-0{left:0!important;right:0!important}.-tw-top-0\.5{top:-.125rem!important}.-tw-top-1\.5{top:-.375rem!important}.tw-bottom-0{bottom:0!important}.tw-bottom-1{bottom:.25rem!important}.tw-bottom-2{bottom:.5rem!important}.tw-bottom-24{bottom:6rem!important}.tw-bottom-3{bottom:.75rem!important}.tw-bottom-40{bottom:10rem!important}.tw-bottom-6{bottom:1.5rem!important}.tw-bottom-8{bottom:2rem!important}.tw-bottom-\[-8px\]{bottom:-8px!important}.tw-bottom-\[20\%\]{bottom:20%!important}.tw-bottom-\[63px\]{bottom:63px!important}.tw-bottom-\[8\.5px\]{bottom:8.5px!important}.tw-left-0{left:0!important}.tw-left-1{left:.25rem!important}.tw-left-1\/2{left:50%!important}.tw-left-2{left:.5rem!important}.tw-left-3{left:.75rem!important}.tw-left-4{left:1rem!important}.tw-left-\[-36px\]{left:-36px!important}.tw-left-\[-4px\]{left:-4px!important}.tw-left-\[118px\]{left:118px!important}.tw-left-\[119px\]{left:119px!important}.tw-left-\[170px\]{left:170px!important}.tw-left-\[230px\]{left:230px!important}.tw-left-\[240px\]{left:240px!important}.tw-left-\[35px\]{left:35px!important}.tw-left-\[50\%\]{left:50%!important}.tw-left-\[67px\]{left:67px!important}.tw-right-0{right:0!important}.tw-right-0\.5{right:.125rem!important}.tw-right-1{right:.25rem!important}.tw-right-2{right:.5rem!important}.tw-right-2\.5{right:.625rem!important}.tw-right-3{right:.75rem!important}.tw-right-4{right:1rem!important}.tw-right-5{right:1.25rem!important}.tw-right-6{right:1.5rem!important}.tw-right-\[-4px\]{right:-4px!important}.tw-right-\[2px\]{right:2px!important}.tw-top-0{top:0!important}.tw-top-0\.5{top:.125rem!important}.tw-top-1{top:.25rem!important}.tw-top-1\/2{top:50%!important}.tw-top-2{top:.5rem!important}.tw-top-4{top:1rem!important}.tw-top-\[-10px\]{top:-10px!important}.tw-top-\[-14px\]{top:-14px!important}.tw-top-\[-2px\]{top:-2px!important}.tw-top-\[-6px\]{top:-6px!important}.tw-top-\[-75px\]{top:-75px!important}.tw-top-\[-80px\]{top:-80px!important}.tw-top-\[-84px\]{top:-84px!important}.tw-top-\[15\%\]{top:15%!important}.tw-top-\[165px\]{top:165px!important}.tw-top-\[2px\]{top:2px!important}.tw-top-\[50\%\]{top:50%!important}.tw-top-\[60px\]{top:60px!important}.tw-top-\[71px\]{top:71px!important}.tw-top-\[90px\]{top:90px!important}.tw-z-10{z-index:10!important}.tw-z-20{z-index:20!important}.tw-z-200{z-index:200!important}.tw-z-50{z-index:50!important}.tw-z-\[-1\]{z-index:-1!important}.tw-z-\[1000000\]{z-index:1000000!important}.tw-z-\[100000\]{z-index:100000!important}.tw-z-\[10000\]{z-index:10000!important}.tw-z-\[1000\]{z-index:1000!important}.tw-z-\[100\]{z-index:100!important}.tw-z-\[199\]{z-index:199!important}.tw-z-\[1\]{z-index:1!important}.tw-z-\[2\]{z-index:2!important}.tw-z-\[9\]{z-index:9!important}.tw-m-0{margin:0!important}.tw-m-4{margin:1rem!important}.tw-m-8{margin:2rem!important}.tw--mx-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.tw--mx-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.tw-mx-0{margin-left:0!important;margin-right:0!important}.tw-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.tw-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.tw-mx-4{margin-left:1rem!important;margin-right:1rem!important}.tw-mx-\[60px\]{margin-left:60px!important;margin-right:60px!important}.tw-mx-auto{margin-left:auto!important;margin-right:auto!important}.tw-my-0{margin-top:0!important;margin-bottom:0!important}.tw-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.tw-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.tw-my-4{margin-top:1rem!important;margin-bottom:1rem!important}.tw-my-8{margin-top:2rem!important;margin-bottom:2rem!important}.-tw-ml-5{margin-left:-1.25rem!important}.-tw-ml-\[2px\]{margin-left:-2px!important}.-tw-mr-4{margin-right:-1rem!important}.-tw-mt-6{margin-top:-1.5rem!important}.-tw-mt-8{margin-top:-2rem!important}.tw-mb-0{margin-bottom:0!important}.tw-mb-0\.5{margin-bottom:.125rem!important}.tw-mb-1{margin-bottom:.25rem!important}.tw-mb-14{margin-bottom:3.5rem!important}.tw-mb-2{margin-bottom:.5rem!important}.tw-mb-20{margin-bottom:5rem!important}.tw-mb-3{margin-bottom:.75rem!important}.tw-mb-4{margin-bottom:1rem!important}.tw-mb-5{margin-bottom:1.25rem!important}.tw-mb-6{margin-bottom:1.5rem!important}.tw-mb-8{margin-bottom:2rem!important}.tw-mb-\[-1px\]{margin-bottom:-1px!important}.tw-mb-\[25px\]{margin-bottom:25px!important}.tw-mb-\[6px\]{margin-bottom:6px!important}.tw-ml-0{margin-left:0!important}.tw-ml-0\.5{margin-left:.125rem!important}.tw-ml-1{margin-left:.25rem!important}.tw-ml-2{margin-left:.5rem!important}.tw-ml-2\.5{margin-left:.625rem!important}.tw-ml-4{margin-left:1rem!important}.tw-ml-\[-16px\]{margin-left:-16px!important}.tw-ml-\[-8px\]{margin-left:-8px!important}.tw-ml-\[5px\]{margin-left:5px!important}.tw-mr-0{margin-right:0!important}.tw-mr-0\.5{margin-right:.125rem!important}.tw-mr-1{margin-right:.25rem!important}.tw-mr-2{margin-right:.5rem!important}.tw-mr-3{margin-right:.75rem!important}.tw-mr-4{margin-right:1rem!important}.tw-mr-8{margin-right:2rem!important}.tw-mr-\[-16px\]{margin-right:-16px!important}.tw-mr-\[10px\]{margin-right:10px!important}.tw-mt-0{margin-top:0!important}.tw-mt-1{margin-top:.25rem!important}.tw-mt-2{margin-top:.5rem!important}.tw-mt-20{margin-top:5rem!important}.tw-mt-24{margin-top:6rem!important}.tw-mt-3{margin-top:.75rem!important}.tw-mt-4{margin-top:1rem!important}.tw-mt-6{margin-top:1.5rem!important}.tw-mt-7{margin-top:1.75rem!important}.tw-mt-\[17vh\]{margin-top:17vh!important}.tw-mt-\[25px\]{margin-top:25px!important}.tw-mt-\[47\%\]{margin-top:47%!important}.tw-mt-\[5px\]{margin-top:5px!important}.tw-mt-\[60px\]{margin-top:60px!important}.tw-mt-auto{margin-top:auto!important}.tw-box-border{box-sizing:border-box!important}.tw-block{display:block!important}.tw-inline-block{display:inline-block!important}.tw-inline{display:inline!important}.tw-flex{display:flex!important}.tw-inline-flex{display:inline-flex!important}.tw-table{display:table!important}.tw-grid{display:grid!important}.tw-hidden{display:none!important}.tw-aspect-\[2\/3\]{aspect-ratio:2/3!important}.tw-aspect-\[240\/336\]{aspect-ratio:240/336!important}.tw-aspect-\[95\/39\]{aspect-ratio:95/39!important}.tw-aspect-square{aspect-ratio:1 / 1!important}.tw-h-0{height:0px!important}.tw-h-1{height:.25rem!important}.tw-h-10{height:2.5rem!important}.tw-h-11{height:2.75rem!important}.tw-h-12{height:3rem!important}.tw-h-14{height:3.5rem!important}.tw-h-16{height:4rem!important}.tw-h-2{height:.5rem!important}.tw-h-2\.5{height:.625rem!important}.tw-h-2\/6{height:33.333333%!important}.tw-h-20{height:5rem!important}.tw-h-3{height:.75rem!important}.tw-h-3\.5{height:.875rem!important}.tw-h-3\/6{height:50%!important}.tw-h-32{height:8rem!important}.tw-h-4{height:1rem!important}.tw-h-40{height:10rem!important}.tw-h-5{height:1.25rem!important}.tw-h-6{height:1.5rem!important}.tw-h-60{height:15rem!important}.tw-h-8{height:2rem!important}.tw-h-9{height:2.25rem!important}.tw-h-\[0\.5px\]{height:.5px!important}.tw-h-\[100dvh\]{height:100dvh!important}.tw-h-\[110px\]{height:110px!important}.tw-h-\[112px\]{height:112px!important}.tw-h-\[120px\]{height:120px!important}.tw-h-\[127px\]{height:127px!important}.tw-h-\[128px\]{height:128px!important}.tw-h-\[132px\]{height:132px!important}.tw-h-\[140px\]{height:140px!important}.tw-h-\[14px\]{height:14px!important}.tw-h-\[155\.5px\]{height:155.5px!important}.tw-h-\[166px\]{height:166px!important}.tw-h-\[16px\]{height:16px!important}.tw-h-\[180px\]{height:180px!important}.tw-h-\[18px\]{height:18px!important}.tw-h-\[206px\]{height:206px!important}.tw-h-\[20px\]{height:20px!important}.tw-h-\[24px\]{height:24px!important}.tw-h-\[26px\]{height:26px!important}.tw-h-\[295px\]{height:295px!important}.tw-h-\[300px\]{height:300px!important}.tw-h-\[30px\]{height:30px!important}.tw-h-\[327px\]{height:327px!important}.tw-h-\[335px\]{height:335px!important}.tw-h-\[39px\]{height:39px!important}.tw-h-\[400px\]{height:400px!important}.tw-h-\[40px\]{height:40px!important}.tw-h-\[410px\]{height:410px!important}.tw-h-\[42px\]{height:42px!important}.tw-h-\[44px\]{height:44px!important}.tw-h-\[45px\]{height:45px!important}.tw-h-\[48px\]{height:48px!important}.tw-h-\[500px\]{height:500px!important}.tw-h-\[55px\]{height:55px!important}.tw-h-\[56px\]{height:56px!important}.tw-h-\[84px\]{height:84px!important}.tw-h-\[85px\]{height:85px!important}.tw-h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)!important}.tw-h-auto{height:auto!important}.tw-h-full{height:100%!important}.tw-h-min{height:min-content!important}.tw-h-px{height:1px!important}.tw-max-h-10{max-height:2.5rem!important}.tw-max-h-12{max-height:3rem!important}.tw-max-h-\[--radix-select-content-available-height\]{max-height:var(--radix-select-content-available-height)!important}.tw-max-h-\[152px\]{max-height:152px!important}.tw-max-h-\[200px\]{max-height:200px!important}.tw-max-h-\[205px\]{max-height:205px!important}.tw-max-h-\[25vh\]{max-height:25vh!important}.tw-max-h-\[48px\]{max-height:48px!important}.tw-max-h-none{max-height:none!important}.tw-min-h-14{min-height:3.5rem!important}.tw-min-h-\[2000px\]{min-height:2000px!important}.tw-min-h-\[295px\]{min-height:295px!important}.tw-min-h-\[750px\]{min-height:750px!important}.tw-min-h-full{min-height:100%!important}.tw-min-h-screen{min-height:100vh!important}.tw-w-0{width:0px!important}.tw-w-1\/3{width:33.333333%!important}.tw-w-1\/4{width:25%!important}.tw-w-1\/5{width:20%!important}.tw-w-10{width:2.5rem!important}.tw-w-12{width:3rem!important}.tw-w-14{width:3.5rem!important}.tw-w-16{width:4rem!important}.tw-w-2{width:.5rem!important}.tw-w-2\.5{width:.625rem!important}.tw-w-2\/3{width:66.666667%!important}.tw-w-20{width:5rem!important}.tw-w-24{width:6rem!important}.tw-w-3{width:.75rem!important}.tw-w-3\.5{width:.875rem!important}.tw-w-3\/4{width:75%!important}.tw-w-3\/6{width:50%!important}.tw-w-32{width:8rem!important}.tw-w-4{width:1rem!important}.tw-w-40{width:10rem!important}.tw-w-48{width:12rem!important}.tw-w-5{width:1.25rem!important}.tw-w-5\/6{width:83.333333%!important}.tw-w-52{width:13rem!important}.tw-w-6{width:1.5rem!important}.tw-w-60{width:15rem!important}.tw-w-8{width:2rem!important}.tw-w-9\/12{width:75%!important}.tw-w-\[0\.5px\]{width:.5px!important}.tw-w-\[100vw\]{width:100vw!important}.tw-w-\[110px\]{width:110px!important}.tw-w-\[16px\]{width:16px!important}.tw-w-\[18px\]{width:18px!important}.tw-w-\[20px\]{width:20px!important}.tw-w-\[217px\]{width:217px!important}.tw-w-\[30px\]{width:30px!important}.tw-w-\[327px\]{width:327px!important}.tw-w-\[330px\]{width:330px!important}.tw-w-\[335px\]{width:335px!important}.tw-w-\[40px\]{width:40px!important}.tw-w-\[42px\]{width:42px!important}.tw-w-\[55px\]{width:55px!important}.tw-w-\[60px\]{width:60px!important}.tw-w-\[80px\]{width:80px!important}.tw-w-\[86vw\]{width:86vw!important}.tw-w-\[90\%\]{width:90%!important}.tw-w-\[90px\]{width:90px!important}.tw-w-\[calc\(100\%-32px\)\]{width:calc(100% - 32px)!important}.tw-w-auto{width:auto!important}.tw-w-full{width:100%!important}.tw-w-max{width:max-content!important}.tw-w-min{width:min-content!important}.tw-min-w-0{min-width:0px!important}.tw-min-w-\[120px\]{min-width:120px!important}.tw-min-w-\[20px\]{min-width:20px!important}.tw-min-w-\[312px\]{min-width:312px!important}.tw-min-w-\[36px\]{min-width:36px!important}.tw-min-w-\[60px\]{min-width:60px!important}.tw-min-w-\[65px\]{min-width:65px!important}.tw-min-w-\[77px\]{min-width:77px!important}.tw-min-w-\[8rem\]{min-width:8rem!important}.tw-min-w-\[93px\]{min-width:93px!important}.tw-min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)!important}.tw-max-w-10{max-width:2.5rem!important}.tw-max-w-14{max-width:3.5rem!important}.tw-max-w-\[100px\]{max-width:100px!important}.tw-max-w-\[117px\]{max-width:117px!important}.tw-max-w-\[120px\]{max-width:120px!important}.tw-max-w-\[140px\]{max-width:140px!important}.tw-max-w-\[200px\]{max-width:200px!important}.tw-max-w-\[220px\]{max-width:220px!important}.tw-max-w-\[280px\]{max-width:280px!important}.tw-max-w-\[328px\]{max-width:328px!important}.tw-max-w-lg{max-width:32rem!important}.tw-flex-1{flex:1 1 0%!important}.tw-flex-\[2\]{flex:2!important}.tw-flex-\[4\]{flex:4!important}.tw-flex-shrink-0{flex-shrink:0!important}.tw-shrink{flex-shrink:1!important}.tw-shrink-0{flex-shrink:0!important}.tw-flex-grow,.tw-grow{flex-grow:1!important}.tw-grow-0{flex-grow:0!important}.tw-grow-\[100\]{flex-grow:100!important}.tw-basis-2\/4{flex-basis:50%!important}.tw-basis-5{flex-basis:1.25rem!important}.tw-table-fixed{table-layout:fixed!important}.tw-border-collapse{border-collapse:collapse!important}.tw-origin-\[--radix-select-content-transform-origin\]{transform-origin:var(--radix-select-content-transform-origin)!important}.-tw-translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-tw-translate-y-1\/2,.-tw-translate-y-2\/4{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw--translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw--translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw-translate-x-\[-50\%\]{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw-translate-y-\[-50\%\]{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw--rotate-90{--tw-rotate: -90deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw-rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw-scale-\[0\.55\]{--tw-scale-x: .55 !important;--tw-scale-y: .55 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes tw-pulse{50%{opacity:.5}}.tw-animate-pulse{animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite!important}@keyframes tw-appear{0%{opacity:0}50%{opacity:0}to{opacity:1}}.tw-animate-smooth-appear{animation:tw-appear .65s ease-in-out!important}@keyframes tw-spin{to{transform:rotate(360deg)}}.tw-animate-spin{animation:tw-spin 1s linear infinite!important}.tw-cursor-default{cursor:default!important}.tw-cursor-not-allowed{cursor:not-allowed!important}.tw-cursor-pointer{cursor:pointer!important}.tw-select-none{-webkit-user-select:none!important;user-select:none!important}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)!important}.tw-snap-mandatory{--tw-scroll-snap-strictness: mandatory !important}.tw-snap-center{scroll-snap-align:center!important}.tw-appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tw-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tw-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tw-grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr!important}.tw-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.tw-grid-rows-\[auto\,1fr\]{grid-template-rows:auto 1fr!important}.tw-flex-row{flex-direction:row!important}.tw-flex-col{flex-direction:column!important}.tw-flex-col-reverse{flex-direction:column-reverse!important}.tw-items-start{align-items:flex-start!important}.tw-items-end{align-items:flex-end!important}.\!tw-items-center,.tw-items-center{align-items:center!important}.tw-justify-start{justify-content:flex-start!important}.tw-justify-end{justify-content:flex-end!important}.tw-justify-center{justify-content:center!important}.tw-justify-between{justify-content:space-between!important}.tw-justify-around{justify-content:space-around!important}.tw-gap-0\.5{gap:.125rem!important}.tw-gap-1{gap:.25rem!important}.tw-gap-1\.5{gap:.375rem!important}.tw-gap-2{gap:.5rem!important}.tw-gap-3{gap:.75rem!important}.tw-gap-4{gap:1rem!important}.tw-gap-\[2px\]{gap:2px!important}.tw-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.tw-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(1rem * var(--tw-space-x-reverse))!important;margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important}.tw-space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.375rem * var(--tw-space-y-reverse))!important}.tw-space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.75rem * var(--tw-space-y-reverse))!important}.tw-self-start{align-self:flex-start!important}.tw-self-stretch{align-self:stretch!important}.tw-overflow-auto{overflow:auto!important}.tw-overflow-hidden{overflow:hidden!important}.tw-overflow-visible{overflow:visible!important}.tw-overflow-scroll{overflow:scroll!important}.tw-overflow-x-auto{overflow-x:auto!important}.tw-overflow-y-auto{overflow-y:auto!important}.tw-overflow-x-hidden{overflow-x:hidden!important}.tw-overflow-y-scroll{overflow-y:scroll!important}.tw-overscroll-contain{overscroll-behavior:contain!important}.tw-scroll-smooth{scroll-behavior:smooth!important}.tw-truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.tw-text-ellipsis{text-overflow:ellipsis!important}.tw-whitespace-nowrap{white-space:nowrap!important}.tw-break-all{word-break:break-all!important}.\!tw-rounded-2xl{border-radius:1rem!important}.tw-rounded{border-radius:.25rem!important}.tw-rounded-2xl{border-radius:1rem!important}.tw-rounded-\[12\.5px\]{border-radius:12.5px!important}.tw-rounded-\[12px\]{border-radius:12px!important}.tw-rounded-\[14px\]{border-radius:14px!important}.tw-rounded-\[16px\]{border-radius:16px!important}.tw-rounded-\[20px\]{border-radius:20px!important}.tw-rounded-\[24px\]{border-radius:24px!important}.tw-rounded-\[4px\]{border-radius:4px!important}.tw-rounded-\[8px\]{border-radius:8px!important}.tw-rounded-\[9px\]{border-radius:9px!important}.tw-rounded-full{border-radius:9999px!important}.tw-rounded-lg{border-radius:var(--radius)!important}.tw-rounded-md{border-radius:calc(var(--radius) - 2px)!important}.tw-rounded-sm{border-radius:calc(var(--radius) - 4px)!important}.tw-rounded-xl{border-radius:calc(var(--radius) * 2)!important}.tw-rounded-b-\[16px\]{border-bottom-right-radius:16px!important;border-bottom-left-radius:16px!important}.tw-rounded-t-2xl{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.tw-rounded-t-\[16px\]{border-top-left-radius:16px!important;border-top-right-radius:16px!important}.tw-rounded-t-xl{border-top-left-radius:calc(var(--radius) * 2)!important;border-top-right-radius:calc(var(--radius) * 2)!important}.tw-rounded-bl-2xl{border-bottom-left-radius:1rem!important}.tw-rounded-br-2xl{border-bottom-right-radius:1rem!important}.tw-rounded-tl-2xl{border-top-left-radius:1rem!important}.tw-rounded-tr-2xl{border-top-right-radius:1rem!important}.tw-border{border-width:1px!important}.tw-border-0{border-width:0px!important}.tw-border-2{border-width:2px!important}.tw-border-b,.tw-border-b-\[1px\]{border-bottom-width:1px!important}.tw-border-r-\[0\.5px\]{border-right-width:.5px!important}.tw-border-t{border-top-width:1px!important}.tw-border-solid{border-style:solid!important}.tw-border-none{border-style:none!important}.tw-border-active{--tw-border-opacity: 1 !important;border-color:rgb(254 222 0 / var(--tw-border-opacity, 1))!important}.tw-border-input{border-color:hsl(var(--input))!important}.tw-border-primary{border-color:hsl(var(--primary))!important}.tw-border-status-danger{--tw-border-opacity: 1 !important;border-color:rgb(255 13 129 / var(--tw-border-opacity, 1))!important}.tw-border-surface-active{--tw-border-opacity: 1 !important;border-color:rgb(254 222 0 / var(--tw-border-opacity, 1))!important}.tw-border-surface-darken{--tw-border-opacity: 1 !important;border-color:rgb(0 10 47 / var(--tw-border-opacity, 1))!important}.tw-border-surface-hover-2{--tw-border-opacity: 1 !important;border-color:rgb(17 40 122 / var(--tw-border-opacity, 1))!important}.tw-border-surface-primary{--tw-border-opacity: 1 !important;border-color:rgb(0 22 101 / var(--tw-border-opacity, 1))!important}.tw-border-surface-secondary{--tw-border-opacity: 1 !important;border-color:rgb(136 147 188 / var(--tw-border-opacity, 1))!important}.tw-border-transparent{border-color:transparent!important}.tw-border-r-neutral-50{--tw-border-opacity: 1 !important;border-right-color:rgb(136 147 188 / var(--tw-border-opacity, 1))!important}.tw-border-opacity-50{--tw-border-opacity: .5 !important}.\!tw-bg-surface-active{--tw-bg-opacity: 1 !important;background-color:rgb(254 222 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[\#000A2FE5\]{background-color:#000a2fe5!important}.tw-bg-\[\#11287A\]{--tw-bg-opacity: 1 !important;background-color:rgb(17 40 122 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[\#248B00\]{--tw-bg-opacity: 1 !important;background-color:rgb(36 139 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[\#8893BC\]{--tw-bg-opacity: 1 !important;background-color:rgb(136 147 188 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[\#FF881B\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 136 27 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[rgb\(0\,22\,101\)\]{--tw-bg-opacity: 1 !important;background-color:rgb(0 22 101 / var(--tw-bg-opacity, 1))!important}.tw-bg-\[rgba\(0\,22\,101\,0\.2\)\]{background-color:#00166533!important}.tw-bg-background{background-color:hsl(var(--background))!important}.tw-bg-background-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(0 2 44 / var(--tw-bg-opacity, 1))!important}.tw-bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-black\/80{background-color:#000c!important}.tw-bg-destructive{background-color:hsl(var(--destructive))!important}.tw-bg-gray-700\/50{background-color:#37415180!important}.tw-bg-muted{background-color:hsl(var(--muted))!important}.tw-bg-neutral-50{--tw-bg-opacity: 1 !important;background-color:rgb(136 147 188 / var(--tw-bg-opacity, 1))!important}.tw-bg-popover{background-color:hsl(var(--popover))!important}.tw-bg-primary{background-color:hsl(var(--primary))!important}.tw-bg-secondary{background-color:hsl(var(--secondary))!important}.tw-bg-status-active{--tw-bg-opacity: 1 !important;background-color:rgb(254 222 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-status-danger{--tw-bg-opacity: 1 !important;background-color:rgb(255 13 129 / var(--tw-bg-opacity, 1))!important}.tw-bg-status-danger\/20{background-color:#ff0d8133!important}.tw-bg-status-details{--tw-bg-opacity: 1 !important;background-color:rgb(17 40 122 / var(--tw-bg-opacity, 1))!important}.tw-bg-status-progress{--tw-bg-opacity: 1 !important;background-color:rgb(0 80 236 / var(--tw-bg-opacity, 1))!important}.tw-bg-status-success{--tw-bg-opacity: 1 !important;background-color:rgb(36 139 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-status-timer{--tw-bg-opacity: 1 !important;background-color:rgb(69 0 171 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-active{--tw-bg-opacity: 1 !important;background-color:rgb(254 222 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-base{--tw-bg-opacity: 1 !important;background-color:rgb(7 15 42 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-darken{--tw-bg-opacity: 1 !important;background-color:rgb(0 10 47 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-hover-2{--tw-bg-opacity: 1 !important;background-color:rgb(17 40 122 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-neutral-light{--tw-bg-opacity: 1 !important;background-color:rgb(0 136 204 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-primary{--tw-bg-opacity: 1 !important;background-color:rgb(0 22 101 / var(--tw-bg-opacity, 1))!important}.tw-bg-surface-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(136 147 188 / var(--tw-bg-opacity, 1))!important}.tw-bg-text-accent{--tw-bg-opacity: 1 !important;background-color:rgb(254 222 0 / var(--tw-bg-opacity, 1))!important}.tw-bg-tournament-premium-l{--tw-bg-opacity: 1 !important;background-color:rgb(0 207 170 / var(--tw-bg-opacity, 1))!important}.tw-bg-tournament-premium-m{--tw-bg-opacity: 1 !important;background-color:rgb(0 145 250 / var(--tw-bg-opacity, 1))!important}.tw-bg-tournament-premium-s{--tw-bg-opacity: 1 !important;background-color:rgb(255 136 27 / var(--tw-bg-opacity, 1))!important}.tw-bg-transparent{background-color:transparent!important}.tw-bg-white\/\[0\.2\]{background-color:#fff3!important}.tw-bg-yellow-400{--tw-bg-opacity: 1 !important;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))!important}.tw-bg-cap-badge{background-image:linear-gradient(180deg,#ff881b,#ea2c91)!important}.tw-bg-daily-prize{background-image:linear-gradient(161.39deg,#672de2,#000b4b 68.8%)!important}.tw-bg-euro-2024{background-image:linear-gradient(161.39deg,#143cda 48.72%,#940dff 97.11%)!important}.tw-bg-gradient-background{background-image:linear-gradient(161.39deg,#9900d6,#000b4b 68.8%)!important}.tw-bg-gradient-blue{background-image:linear-gradient(98deg,#54c2ff 4.43%,#220fff)!important}.tw-bg-gradient-gold{background-image:linear-gradient(22.17deg,#f17431 -.31%,#f19831 32.38%,#edd527 97.86%)!important}.tw-bg-gradient-surface-primary{background-image:linear-gradient(161.39deg,#9900d6,#000b4b 68.8%)!important}.tw-bg-gradient-tournament{background-image:linear-gradient(98deg,#a102f4 4.43%,#001897)!important}.tw-bg-gradient-vs{background-image:linear-gradient(240deg,#220fff,#54c2ff)!important}.tw-bg-lootBox-bronze{background-image:linear-gradient(97.12deg,#663d21 .72%,#eeb385 34.5%,#eeb385 72.73%,#663d21 102.05%)!important}.tw-bg-lootBox-gold{background-image:linear-gradient(96.75deg,#edb853 .68%,#ffbf41 35.09%,#ffcf73 66.99%,#edb853 98.91%)!important}.tw-bg-lootBox-silver{background-image:linear-gradient(96.75deg,#ccd9e9 .68%,#c1ccd8 35.06%,#e7eef7 67.3%,#9faab6 98.91%)!important}.tw-bg-stake-bronze{background-image:linear-gradient(186.85deg,#eeb385 19.82%,#663d21 121.99%)!important}.tw-bg-stake-gold{background-image:linear-gradient(96.75deg,#edb853 .68%,#ffbf41 35.09%,#ffcf73 66.99%,#edb853 98.91%)!important}.tw-bg-stake-platinum{background-image:linear-gradient(226.27deg,#e2f0f4 14.9%,#c6d6ff 85.24%)!important}.tw-bg-stake-silver{background-image:linear-gradient(100.9deg,#e5f1ff -13.7%,#e7eef7 101.52%)!important}.tw-bg-surface-legendary{background-image:linear-gradient(98deg,#fee101 -22.12%,#ef1174 101.61%)!important}.tw-bg-tournament-amateur{background-image:linear-gradient(180deg,#98009b,#fc53ff)!important}.tw-bg-tournament-beginner{background-image:linear-gradient(180deg,#ffdf34,#bb9306)!important}.tw-bg-tournament-legendary{background-image:linear-gradient(0deg,#fff4a3,#ef1174)!important}.tw-bg-tournament-pro{background-image:linear-gradient(179deg,#3610b1,#cb6dff)!important}.tw-bg-winline{background-image:linear-gradient(164.2deg,#ff6a13,#000096 77.08%)!important}.tw-bg-cover{background-size:cover!important}.tw-fill-current{fill:currentColor!important}.tw-fill-text-inverse{fill:#fff!important}.tw-stroke-\[2\.5px\]{stroke-width:2.5px!important}.tw-object-cover{object-fit:cover!important}.\!tw-p-3{padding:.75rem!important}.tw-p-0{padding:0!important}.tw-p-0\.5{padding:.125rem!important}.tw-p-1{padding:.25rem!important}.tw-p-2{padding:.5rem!important}.tw-p-3{padding:.75rem!important}.tw-p-4{padding:1rem!important}.tw-p-6{padding:1.5rem!important}.tw-p-8{padding:2rem!important}.tw-p-\[10px\]{padding:10px!important}.tw-p-\[12px\]{padding:12px!important}.tw-p-\[2\.67px\]{padding:2.67px!important}.tw-p-\[5px\]{padding:5px!important}.\!tw-px-0{padding-left:0!important;padding-right:0!important}.\!tw-py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!tw-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.tw-px-0{padding-left:0!important;padding-right:0!important}.tw-px-1{padding-left:.25rem!important;padding-right:.25rem!important}.tw-px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.tw-px-2{padding-left:.5rem!important;padding-right:.5rem!important}.tw-px-3{padding-left:.75rem!important;padding-right:.75rem!important}.tw-px-4{padding-left:1rem!important;padding-right:1rem!important}.tw-px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.tw-px-8{padding-left:2rem!important;padding-right:2rem!important}.tw-px-\[10px\]{padding-left:10px!important;padding-right:10px!important}.tw-px-\[18px\]{padding-left:18px!important;padding-right:18px!important}.tw-py-0{padding-top:0!important;padding-bottom:0!important}.tw-py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.tw-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.tw-py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.tw-py-12{padding-top:3rem!important;padding-bottom:3rem!important}.tw-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.tw-py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.tw-py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.tw-py-4{padding-top:1rem!important;padding-bottom:1rem!important}.tw-py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.tw-py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.tw-py-8{padding-top:2rem!important;padding-bottom:2rem!important}.tw-py-\[136px\]{padding-top:136px!important;padding-bottom:136px!important}.tw-py-\[18px\]{padding-top:18px!important;padding-bottom:18px!important}.tw-py-\[1px\]{padding-top:1px!important;padding-bottom:1px!important}.tw-py-\[3px\]{padding-top:3px!important;padding-bottom:3px!important}.tw-py-\[6px\]{padding-top:6px!important;padding-bottom:6px!important}.tw-py-\[9\.5px\]{padding-top:9.5px!important;padding-bottom:9.5px!important}.tw-pb-0{padding-bottom:0!important}.tw-pb-1{padding-bottom:.25rem!important}.tw-pb-16{padding-bottom:4rem!important}.tw-pb-2{padding-bottom:.5rem!important}.tw-pb-3{padding-bottom:.75rem!important}.tw-pb-4{padding-bottom:1rem!important}.tw-pb-5{padding-bottom:1.25rem!important}.tw-pb-6{padding-bottom:1.5rem!important}.tw-pb-8{padding-bottom:2rem!important}.tw-pb-\[100px\]{padding-bottom:100px!important}.tw-pl-0{padding-left:0!important}.tw-pl-1{padding-left:.25rem!important}.tw-pl-10{padding-left:2.5rem!important}.tw-pl-2{padding-left:.5rem!important}.tw-pl-3{padding-left:.75rem!important}.tw-pl-4{padding-left:1rem!important}.tw-pl-8{padding-left:2rem!important}.tw-pl-\[2\%\]{padding-left:2%!important}.tw-pr-0{padding-right:0!important}.tw-pr-1{padding-right:.25rem!important}.tw-pr-1\.5{padding-right:.375rem!important}.tw-pr-10{padding-right:2.5rem!important}.tw-pr-2{padding-right:.5rem!important}.tw-pr-3{padding-right:.75rem!important}.tw-pr-4{padding-right:1rem!important}.tw-pr-6{padding-right:1.5rem!important}.tw-pr-9{padding-right:2.25rem!important}.tw-pr-\[10px\]{padding-right:10px!important}.tw-pt-0{padding-top:0!important}.tw-pt-2{padding-top:.5rem!important}.tw-pt-3{padding-top:.75rem!important}.tw-pt-4{padding-top:1rem!important}.tw-pt-6{padding-top:1.5rem!important}.tw-pt-\[76px\]{padding-top:76px!important}.tw-pt-\[9\%\]{padding-top:9%!important}.tw-text-left{text-align:left!important}.tw-text-center{text-align:center!important}.tw-text-right{text-align:right!important}.tw-text-start{text-align:start!important}.tw-text-end{text-align:end!important}.tw-align-middle{vertical-align:middle!important}.tw-font-roboto{font-family:Roboto,sans-serif!important}.tw-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.tw-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.tw-text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.tw-text-\[10px\]{font-size:10px!important}.tw-text-\[11px\]{font-size:11px!important}.tw-text-\[12px\]{font-size:12px!important}.tw-text-\[24px\]{font-size:24px!important}.tw-text-\[25px\]{font-size:25px!important}.tw-text-\[64px\]{font-size:64px!important}.tw-text-\[8px\]{font-size:8px!important}.tw-text-base{font-size:1rem!important;line-height:1.5rem!important}.tw-text-base\/\[20px\]{font-size:1rem!important;line-height:20px!important}.tw-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.tw-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.tw-text-xs{font-size:.75rem!important;line-height:1rem!important}.tw-text-xtra-small{font-size:.5rem!important;line-height:.625rem!important;font-weight:500!important}.tw-font-bold{font-weight:700!important}.tw-font-medium{font-weight:500!important}.tw-font-normal{font-weight:400!important}.tw-font-semibold{font-weight:600!important}.tw-uppercase{text-transform:uppercase!important}.tw-leading-3{line-height:.75rem!important}.tw-leading-4{line-height:1rem!important}.tw-leading-5{line-height:1.25rem!important}.tw-leading-6{line-height:1.5rem!important}.tw-leading-7{line-height:1.75rem!important}.tw-leading-\[1\.2\]{line-height:1.2!important}.tw-leading-\[1\.5\]{line-height:1.5!important}.tw-leading-\[14px\]{line-height:14px!important}.tw-leading-\[16px\]{line-height:16px!important}.tw-leading-\[18px\]{line-height:18px!important}.tw-leading-\[28px\]{line-height:28px!important}.tw-leading-\[34px\]{line-height:34px!important}.tw-leading-none{line-height:1!important}.tw-tracking-tight{letter-spacing:-.025em!important}.\!tw-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!tw-text-inherit{color:inherit!important}.\!tw-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.tw-text-\[\#A1AED7\]{--tw-text-opacity: 1 !important;color:rgb(161 174 215 / var(--tw-text-opacity, 1))!important}.tw-text-accent{color:hsl(var(--accent))!important}.tw-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.tw-text-current{color:currentColor!important}.tw-text-destructive-foreground{color:hsl(var(--destructive-foreground))!important}.tw-text-gray-100{--tw-text-opacity: 1 !important;color:rgb(243 244 246 / var(--tw-text-opacity, 1))!important}.tw-text-gray-300{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}.tw-text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.tw-text-inherit{color:inherit!important}.tw-text-muted-foreground{color:hsl(var(--muted-foreground))!important}.tw-text-popover-foreground{color:hsl(var(--popover-foreground))!important}.tw-text-primary{color:hsl(var(--primary))!important}.tw-text-primary-foreground{color:hsl(var(--primary-foreground))!important}.tw-text-secondary-foreground{color:hsl(var(--secondary-foreground))!important}.tw-text-slate-900{--tw-text-opacity: 1 !important;color:rgb(15 23 42 / var(--tw-text-opacity, 1))!important}.tw-text-status-danger{--tw-text-opacity: 1 !important;color:rgb(255 13 129 / var(--tw-text-opacity, 1))!important}.tw-text-surface-active{--tw-text-opacity: 1 !important;color:rgb(254 222 0 / var(--tw-text-opacity, 1))!important}.tw-text-surface-secondary{--tw-text-opacity: 1 !important;color:rgb(136 147 188 / var(--tw-text-opacity, 1))!important}.tw-text-text-accent,.tw-text-text-active{--tw-text-opacity: 1 !important;color:rgb(254 222 0 / var(--tw-text-opacity, 1))!important}.tw-text-text-danger{--tw-text-opacity: 1 !important;color:rgb(255 13 129 / var(--tw-text-opacity, 1))!important}.tw-text-text-inverse{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.tw-text-text-primary{--tw-text-opacity: 1 !important;color:rgb(32 32 32 / var(--tw-text-opacity, 1))!important}.tw-text-text-secondary{--tw-text-opacity: 1 !important;color:rgb(161 174 215 / var(--tw-text-opacity, 1))!important}.tw-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.tw-underline-offset-4{text-underline-offset:4px!important}.tw-opacity-0{opacity:0!important}.tw-opacity-100{opacity:1!important}.tw-opacity-40{opacity:.4!important}.tw-opacity-50{opacity:.5!important}.tw-opacity-60{opacity:.6!important}.tw-opacity-70{opacity:.7!important}.tw-opacity-90{opacity:.9!important}.tw-shadow-highlight{--tw-shadow: 0 0 0 99999px rgba(0, 0, 0, .75) !important;--tw-shadow-colored: 0 0 0 99999px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.tw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.tw-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.tw-shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.tw-shadow-transparent{--tw-shadow: 0 0 0 99999px rgba(0, 0, 0, .01) !important;--tw-shadow-colored: 0 0 0 99999px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;--tw-shadow-color: transparent !important;--tw-shadow: var(--tw-shadow-colored) !important}.tw-outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.tw-ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.tw-ring-offset-background{--tw-ring-offset-color: hsl(var(--background)) !important}.tw-brightness-0{--tw-brightness: brightness(0) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.tw-brightness-100{--tw-brightness: brightness(1) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.tw-invert{--tw-invert: invert(100%) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.tw-filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.tw-transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.tw-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.tw-transition-none{transition-property:none!important}.tw-transition-opacity{transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.tw-transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.tw-duration-150{transition-duration:.15s!important}.tw-duration-200{transition-duration:.2s!important}.tw-duration-300{transition-duration:.3s!important}.tw-duration-500{transition-duration:.5s!important}.tw-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.tw-duration-150{animation-duration:.15s!important}.tw-duration-200{animation-duration:.2s!important}.tw-duration-300{animation-duration:.3s!important}.tw-duration-500{animation-duration:.5s!important}.tw-ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)!important}.file\:tw-border-0::file-selector-button{border-width:0px!important}.file\:tw-bg-transparent::file-selector-button{background-color:transparent!important}.file\:tw-text-sm::file-selector-button{font-size:.875rem!important;line-height:1.25rem!important}.file\:tw-font-medium::file-selector-button{font-weight:500!important}.file\:tw-text-foreground::file-selector-button{color:hsl(var(--foreground))!important}.placeholder\:tw-text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))!important}.first\:\!tw-border-0:first-child,.first\:tw-border-0:first-child{border-width:0px!important}.first\:tw-pl-4:first-child{padding-left:1rem!important}.last\:tw-mb-0:last-child{margin-bottom:0!important}.last\:tw-ml-\[10px\]:last-child{margin-left:10px!important}.last\:tw-mr-0:last-child{margin-right:0!important}.last\:tw-mr-10:last-child{margin-right:2.5rem!important}.last\:tw-basis-full:last-child{flex-basis:100%!important}.last\:-tw-translate-x-full:last-child{--tw-translate-x: -100% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.last\:tw-rounded-b-2xl:last-child{border-bottom-right-radius:1rem!important;border-bottom-left-radius:1rem!important}.last\:\!tw-border-0:last-child{border-width:0px!important}.last\:tw-border-0:last-child{border-width:0px!important}.last\:tw-pl-0:last-child{padding-left:0!important}.last\:tw-pr-4:last-child{padding-right:1rem!important}.hover\:tw-bg-accent:hover{background-color:hsl(var(--accent))!important}.hover\:tw-bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)!important}.hover\:tw-bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)!important}.hover\:tw-bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)!important}.hover\:tw-bg-surface-hover-2:hover{--tw-bg-opacity: 1 !important;background-color:rgb(17 40 122 / var(--tw-bg-opacity, 1))!important}.hover\:tw-text-accent-foreground:hover{color:hsl(var(--accent-foreground))!important}.hover\:tw-underline:hover{text-decoration-line:underline!important}.hover\:tw-opacity-100:hover{opacity:1!important}.hover\:tw-opacity-90:hover{opacity:.9!important}.focus\:tw-border-surface-primary:focus{--tw-border-opacity: 1 !important;border-color:rgb(0 22 101 / var(--tw-border-opacity, 1))!important}.focus\:tw-bg-accent:focus{background-color:hsl(var(--accent))!important}.focus\:tw-bg-surface-hover-2:focus{--tw-bg-opacity: 1 !important;background-color:rgb(17 40 122 / var(--tw-bg-opacity, 1))!important}.focus\:tw-text-accent-foreground:focus{color:hsl(var(--accent-foreground))!important}.focus\:tw-outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:tw-ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus\:tw-ring-ring:focus{--tw-ring-color: hsl(var(--ring)) !important}.focus\:tw-ring-offset-2:focus{--tw-ring-offset-width: 2px !important}.focus-visible\:tw-border-yellow-400:focus-visible{--tw-border-opacity: 1 !important;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))!important}.focus-visible\:tw-outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:tw-ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.focus-visible\:tw-ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring)) !important}.focus-visible\:tw-ring-offset-2:focus-visible{--tw-ring-offset-width: 2px !important}.active\:tw-scale-95:active{--tw-scale-x: .95 !important;--tw-scale-y: .95 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.disabled\:tw-pointer-events-none:disabled{pointer-events:none!important}.disabled\:tw-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:tw-opacity-50:disabled{opacity:.5!important}.tw-peer:disabled~.peer-disabled\:tw-cursor-not-allowed{cursor:not-allowed!important}.tw-peer:disabled~.peer-disabled\:tw-opacity-70{opacity:.7!important}.data-\[disabled\]\:tw-pointer-events-none[data-disabled]{pointer-events:none!important}.data-\[side\=bottom\]\:tw-translate-y-1[data-side=bottom]{--tw-translate-y: .25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=left\]\:tw--translate-x-1[data-side=left]{--tw-translate-x: -.25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=right\]\:tw-translate-x-1[data-side=right]{--tw-translate-x: .25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[side\=top\]\:tw--translate-y-1[data-side=top]{--tw-translate-y: -.25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=checked\]\:tw-translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=unchecked\]\:tw-translate-x-0[data-state=unchecked]{--tw-translate-x: 0px !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.data-\[state\=active\]\:tw-bg-surface-active[data-state=active],.data-\[state\=checked\]\:tw-bg-surface-active[data-state=checked]{--tw-bg-opacity: 1 !important;background-color:rgb(254 222 0 / var(--tw-bg-opacity, 1))!important}.data-\[state\=open\]\:tw-bg-accent[data-state=open]{background-color:hsl(var(--accent))!important}.data-\[state\=unchecked\]\:tw-bg-input[data-state=unchecked]{background-color:hsl(var(--input))!important}.data-\[placeholder\]\:tw-text-muted-foreground[data-placeholder]{color:hsl(var(--muted-foreground))!important}.data-\[placeholder\]\:tw-text-text-inverse[data-placeholder]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.data-\[state\=active\]\:tw-text-text-primary[data-state=active]{--tw-text-opacity: 1 !important;color:rgb(32 32 32 / var(--tw-text-opacity, 1))!important}.data-\[state\=open\]\:tw-text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))!important}.data-\[disabled\]\:tw-opacity-50[data-disabled]{opacity:.5!important}.data-\[state\=open\]\:tw-animate-in[data-state=open]{animation-name:enter!important;animation-duration:.15s!important;--tw-enter-opacity: initial !important;--tw-enter-scale: initial !important;--tw-enter-rotate: initial !important;--tw-enter-translate-x: initial !important;--tw-enter-translate-y: initial !important}.data-\[state\=closed\]\:tw-animate-out[data-state=closed]{animation-name:exit!important;animation-duration:.15s!important;--tw-exit-opacity: initial !important;--tw-exit-scale: initial !important;--tw-exit-rotate: initial !important;--tw-exit-translate-x: initial !important;--tw-exit-translate-y: initial !important}.data-\[state\=closed\]\:tw-fade-out-0[data-state=closed]{--tw-exit-opacity: 0 !important}.data-\[state\=open\]\:tw-fade-in-0[data-state=open]{--tw-enter-opacity: 0 !important}.data-\[state\=closed\]\:tw-zoom-out-95[data-state=closed]{--tw-exit-scale: .95 !important}.data-\[state\=open\]\:tw-zoom-in-95[data-state=open]{--tw-enter-scale: .95 !important}.data-\[side\=bottom\]\:tw-slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem !important}.data-\[side\=left\]\:tw-slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem !important}.data-\[side\=right\]\:tw-slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem !important}.data-\[side\=top\]\:tw-slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem !important}.data-\[state\=closed\]\:tw-slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50% !important}.data-\[state\=closed\]\:tw-slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48% !important}.data-\[state\=open\]\:tw-slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50% !important}.data-\[state\=open\]\:tw-slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48% !important}@media (min-width: 640px){.sm\:tw-flex-row{flex-direction:row!important}.sm\:tw-justify-end{justify-content:flex-end!important}.sm\:tw-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0 !important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.sm\:tw-text-left{text-align:left!important}}@media (min-width: 768px){.md\:tw-w-4{width:1rem!important}.md\:tw-w-48{width:12rem!important}}.\[\&\:\:-webkit-scrollbar\]\:tw-hidden::-webkit-scrollbar{display:none!important}.\[\&\>span\]\:tw-line-clamp-1>span{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}.\[\&_svg\]\:tw-pointer-events-none svg{pointer-events:none!important}.\[\&_svg\]\:tw-size-4 svg{width:1rem!important;height:1rem!important}.\[\&_svg\]\:tw-shrink-0 svg{flex-shrink:0!important}:root{--button-m-height: 32px;--bg-darken: #00022c;--bg-primary: #001665;--bg-active: #fede00;--bg-neutral-light: #0088cc;--bg-neutral: #4500ab}
