@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{opacity:0;z-index:0;margin:0!important}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;height:100%;display:flex;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{pointer-events:none;flex-wrap:wrap;justify-content:center;align-items:center;margin:0;display:flex}.splide__pagination li{pointer-events:auto;margin:0;line-height:1;list-style-type:none;display:inline-block}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{visibility:hidden;position:relative}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;margin:0;position:relative;list-style-type:none!important}.splide__slide img{vertical-align:bottom}.splide__spinner{contain:strict;border:2px solid #999;border-left-color:#0000;border-radius:50%;width:20px;height:20px;margin:auto;animation:1s linear infinite splide-loading;display:inline-block;position:absolute;inset:0}.splide__sr{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{z-index:0;position:relative;overflow:hidden}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding: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{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._blurBgContainer_avzfy_42{z-index:-1;width:100%;height:100%;position:absolute}._image_avzfy_49{object-fit:cover;width:100%;height:100%}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._loginContainer_jeqfx_42{height:100vh}@supports (height:100dvh){._loginContainer_jeqfx_42{height:100dvh}}._loginFormWrapper_jeqfx_51{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._topBlock_k03to_42{background:#1f1f27;justify-content:center;align-items:center;gap:20px;padding:37px 70px;display:flex}@media (width<=768px){._topBlock_k03to_42{padding:17px 20px}}@media (width<=425px){._topBlock_k03to_42{gap:5px}}._title_k03to_61{color:#fff;font-size:clamp(10px,1.5vw,18px)}@media (width<=768px){._title_k03to_61{font-size:clamp(5px,.5vw,9px)}}._infoBlock_k03to_71{color:#ffffff80;cursor:pointer;gap:8px;font-size:clamp(10px,1.5vw,15px);text-decoration:none;display:grid}._bottomBlock_k03to_80{color:#ffffff80;background:#0f0f0f;justify-content:center;align-items:center;width:100%;height:58px;font-size:clamp(10px,2.5vw,16px);display:flex}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._default_1b8ll_42{color:#dcdcdc;cursor:pointer;background-color:#0000;justify-content:center;align-items:center;display:flex}button:disabled,button[disabled]{pointer-events:none;opacity:.5}._themed_1b8ll_57{cursor:pointer;color:#fff;background-color:#ff5900;border:2px solid #ff5900;justify-content:center;align-items:center;width:200px;max-height:50px;padding-top:10px;padding-bottom:10px;font-size:clamp(10px,2.5vw,18px);transition:border-color .4s,background-color .4s;display:flex}._themed_1b8ll_57:hover{color:#ff5900;background-color:#0000}._outlined_1b8ll_77{color:#ff5900;cursor:pointer;background-color:#0000;border:2px solid #ff5900;justify-content:center;align-items:center;width:200px;max-height:50px;padding-top:10px;padding-bottom:10px;font-size:clamp(10px,2.5vw,18px);transition:border-color .4s,background-color .4s;display:flex}._outlined_1b8ll_77:hover{color:#fff;background-color:#ff5900}._filled_1b8ll_97{color:#fff;cursor:pointer;background-color:#ff5900;border:0;outline:none;justify-content:center;align-items:center;font-size:30px;display:flex;position:relative}._black_1b8ll_110{color:#0f0f0f;cursor:pointer;border:0;justify-content:center;align-items:center;display:flex}._white_1b8ll_119{color:#fff;cursor:pointer;background-color:#0f0f0f;border:0;justify-content:center;align-items:center;display:flex}._white_1b8ll_119:hover{background-color:bg-t(#0f0f0f, 70%)}._icon_1b8ll_132{width:12px;height:12px;margin-right:10px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._header_g5eo8_42{z-index:9999;background:linear-gradient(#0b0b0b 0%,#16181a00 100%);justify-content:center;align-items:center;width:100%;height:70px;display:flex;position:fixed}@media (width<=768px){._header_g5eo8_42{top:-18px}._header_g5eo8_42:before{content:"";z-index:-1;background:linear-gradient(#0b0b0b 0%,#16181a00 100%);width:100%;height:200%;position:absolute;top:0;left:0}}._logo_g5eo8_68{aspect-ratio:2/3;cursor:pointer;width:140px;height:40px;position:absolute;top:0;left:-9px}._itemsWrapper_g5eo8_78{justify-content:center;width:100%;margin:0 30px;display:flex;position:relative}@media (width<=768px){._itemsWrapper_g5eo8_78{justify-content:space-between;margin:0 20px}}._leftSection_g5eo8_92{justify-content:center;align-items:center;display:flex}@media (width<=768px){._leftSection_g5eo8_92{width:100%;position:absolute;top:50px;overflow-x:auto}}._rightSection_g5eo8_106{align-items:center;display:flex;position:absolute;right:0}._buttonBlock_g5eo8_113{gap:20px;display:flex}@media (width<=768px){._buttonBlock_g5eo8_113{justify-content:space-between;width:100%}}._button_g5eo8_113{white-space:nowrap;cursor:pointer;color:#fff;border:none;border-radius:4px;margin:0 10px;padding:10px 0;font-size:clamp(14px,1.5vw,16px)}._button_g5eo8_113:hover{color:#ff5900}@media (width<=768px){._button_g5eo8_113{margin:0;padding:5px 0;font-weight:700}}._divider_g5eo8_145{background-color:#b2b2b2;width:100%;height:1px}._buttonActive_g5eo8_151{color:#ff5900;border-radius:0}@media (width<=768px){._buttonActive_g5eo8_151{border-bottom:2px solid #ff5900}}._searchIcon_g5eo8_161{cursor:pointer;margin-top:4px}._avatar_g5eo8_166{cursor:pointer;object-fit:cover;border:1px solid #fff;border-radius:50%;height:30px;margin-left:25px;width:30px!important}._avatarFallback_g5eo8_176{background-color:#ccc}._dropdown_g5eo8_180{cursor:pointer;color:#fff;box-sizing:border-box;border:2px solid #ff5900;width:100%;padding:4px;font-size:clamp(14px,1.5vw,16px);position:relative}._dropdownMenu_g5eo8_191{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;border-radius:6px;min-width:120px;padding:8px 12px;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0006}._dropdownItem_g5eo8_204{color:#fff;cursor:pointer;white-space:nowrap;padding:8px 0}._dropdownItem_g5eo8_204:hover{color:#ff5900}._dropdownItem_g5eo8_204._disabled_g5eo8_214{color:gray;pointer-events:none;cursor:default}._info_g5eo8_220{color:#0f0f0f;flex:1;margin-right:20px;font-size:clamp(14px,1.5vw,16px);display:flex;position:relative}@media (width<=1024px){._info_g5eo8_220{flex:2}}@media (width<=600px){._info_g5eo8_220{flex:3}}._info_g5eo8_220 input{border:none;outline:none;padding:0}._arrow_g5eo8_244{padding-left:5px;font-size:12px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._appMainWrapperStyle_2dpsc_42{background-color:#0f0f0f;flex-direction:column;justify-content:space-between;min-height:100vh;display:flex}@supports (min-height:100dvh){._appMainWrapperStyle_2dpsc_42{min-height:100dvh}}._appContentWrapperStyle_2dpsc_55{flex-grow:1}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._overlay_9hikz_42{z-index:9999999;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalTitleContainer_9hikz_55{text-align:center;flex-direction:column;gap:30px;margin-bottom:30px;display:flex}._modalContent_9hikz_63{box-sizing:border-box;background-color:#0f0f0f;border:1px solid #ff5900;flex-direction:column;align-items:center;gap:10px;width:90%;max-width:680px;height:100%;max-height:575px;padding:80px 30px 30px;display:flex;position:relative;overflow:hidden}._closeButton_9hikz_81{cursor:pointer;z-index:1;position:absolute;top:10px;right:10px}._modalTitle_9hikz_55{letter-spacing:1.06px;color:#fafafa;font-size:clamp(20px,1.5vw,24px);font-weight:700;line-height:28px}._modalSubtitle_9hikz_97{letter-spacing:.62px;text-align:center;color:#fafafa;opacity:.6;font-size:clamp(14px,1vw,16px);font-weight:600;line-height:22px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._container_1phkl_42{color:#e7e7e8;cursor:pointer;align-items:center;gap:10px;font-size:clamp(10px,2.5vw,17px);display:flex}._container_1phkl_42 ._checkbox_1phkl_50{appearance:none;cursor:pointer;background:#fff;border:1px solid #ff5900;outline:none;width:24px;min-width:24px;height:24px;min-height:24px;position:relative}._container_1phkl_42 ._checkbox_1phkl_50:checked{background:#ff5900;border:1px solid #ff5900}._container_1phkl_42 ._checkbox_1phkl_50:checked:after{content:"";transform-origin:50%;border:3px solid #fff;border-width:0 3px 3px 0;width:10px;height:15px;position:absolute;top:10px;left:3px;transform:rotate(45deg)translate(-50%,-50%)}._container_1phkl_42 ._checkbox_1phkl_50:not(:checked):hover{border:1px solid #ff5900}._container_1phkl_42 ._checkbox_1phkl_50:checked:hover{background:#ff5900;border:1px solid #ff5900}._container_1phkl_42 ._titles_1phkl_85{flex-direction:column;gap:5px;display:flex}._labelText_1phkl_91{color:#fff}._labelText_1phkl_91 a{color:inherit;text-decoration:underline}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._checkboxBlock_1gkat_42{flex-direction:column;gap:10px;width:100%;margin-top:20px;display:flex}._acceptButton_1gkat_50{width:100%;margin-top:40px}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._wrapper_1cvub_42{flex-direction:column;width:100%;min-height:100vh;display:flex}._headerBlock_1cvub_49{justify-content:space-between;width:100%;margin-top:45px;display:flex}._singInButton_1cvub_56{color:#fff;font-size:clamp(10px,2.5vw,20px)}._logo_1cvub_61{aspect-ratio:1/3;width:100%;height:160px;left:0}._logo_1cvub_61 img{object-fit:cover;width:160px;height:100%}._bodyBlock_1cvub_73{background:url(../../../16x9_LandingPage.webp) 0/100vw 110vh no-repeat;flex:1;justify-content:center;align-items:center;min-height:110vh;padding:2rem;display:flex;position:relative}@media (width<=768px){._bodyBlock_1cvub_73{background-image:url(../../../9x16_LandingPage.webp);background-size:100vw 105vh;padding:1rem}}@supports (min-height:100dvh){._bodyBlock_1cvub_73{min-height:100dvh}}._bodyBlock_SP_1cvub_100{background:url(../../../16x9_LandingPage_SP.webp) 0/100vw 110vh no-repeat;flex:1;justify-content:center;align-items:center;min-height:110vh;padding:2rem;display:flex;position:relative}@media (width<=768px){._bodyBlock_SP_1cvub_100{background-image:url(../../../9x16_LandingPage_SP.webp);background-size:100vw 105vh;padding:1rem}}@supports (min-height:100dvh){._bodyBlock_SP_1cvub_100{min-height:100dvh}}._contentWrapper_1cvub_127{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}._textBlock_1cvub_135{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}@media (width<=768px){._textBlock_1cvub_135{gap:1rem;padding:1rem}}._preTitle_1cvub_151{letter-spacing:.1em;text-transform:uppercase;opacity:.9;font-size:clamp(1rem,2vw,1.5rem);font-weight:300}._title_1cvub_159{text-shadow:0 2px 4px #0000004d;white-space:nowrap;max-width:100%;margin:.5rem 0;padding:0 1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2}@media (width<=480px){._title_1cvub_159{font-size:clamp(1.2rem,2.5vw,2rem)}}._subTitle_1cvub_175{opacity:.9;font-size:clamp(1.1rem,3vw,1.8rem);font-weight:400;line-height:1.4}._commingSoon_1cvub_182{color:#fff;font-size:clamp(16px,6vw,30px)}._bottomBlock_1cvub_187{text-align:center;background:#0f0f0f;padding:3rem 2rem}@media (width<=768px){._bottomBlock_1cvub_187{padding:2rem 1rem}}._description_1cvub_198{color:#fafafa;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}._description_1cvub_198 p{opacity:.9;margin:1rem 0}._gradientBlock_1cvub_209{z-index:1;background:linear-gradient(135deg,#000000b3 0%,#0000004d 100%);position:absolute;inset:0}._headerBlock_1cvub_49{z-index:5;justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex;position:relative}._signInButton_1cvub_228{color:#000;cursor:pointer;background:#fff;border-color:#000;border-radius:8px;padding:.5rem 1.2rem;font-size:18px;font-weight:700;transition:all .3s}._signInButton_1cvub_228:hover{background:#eee}@media (width<=768px){._signInButton_1cvub_228{width:100%;max-width:150px}}._buttonBlock_1cvub_249{margin-left:auto;padding-bottom:1rem;padding-right:1rem}@media (width<=768px){._buttonBlock_1cvub_249{width:100%;max-width:150px}}._ButtonLeft_1cvub_261,._ButtonCenter_1cvub_262,._ButtonRight_1cvub_263{z-index:10;width:10%;height:9%;position:absolute}._ButtonLeft_1cvub_261{height:6%;top:73.5%;left:30%}._ButtonCenter_1cvub_262{width:17%;top:72%;left:42%}._ButtonRight_1cvub_263{height:6%;top:73.5%;left:61%}@media (width:768px){._ButtonLeft_1cvub_261,._ButtonCenter_1cvub_262,._ButtonRight_1cvub_263{cursor:pointer;z-index:10;width:58%;height:8%;position:absolute}._ButtonLeft_1cvub_261{width:33%;height:6%;top:65.5%;left:13%}._ButtonCenter_1cvub_262{top:56%;left:21%}._ButtonRight_1cvub_263{width:33%;height:6%;top:65.5%;left:53%}}@media (width<=767px){._ButtonLeft_1cvub_261,._ButtonCenter_1cvub_262,._ButtonRight_1cvub_263{cursor:pointer;z-index:10;width:58%;height:8%;position:absolute}._ButtonLeft_1cvub_261{width:33%;height:6%;top:65.5%;left:13.5%}._ButtonCenter_1cvub_262{top:56%;left:21.5%}._ButtonRight_1cvub_263{width:33%;height:6%;top:65.5%;left:52.5%}}@media (width>=769px) and (width<=1200px){._ButtonLeft_1cvub_261,._ButtonCenter_1cvub_262,._ButtonRight_1cvub_263{cursor:pointer;z-index:10;width:20%;height:8%;position:absolute}._ButtonLeft_1cvub_261{width:20%;height:6%;top:74%;left:19.5%}._ButtonCenter_1cvub_262{top:73%;left:40%}._ButtonRight_1cvub_263{width:20%;height:6%;top:74%;left:61%}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._price_button_16yeo_42{color:#000;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background-color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;min-width:120px;height:100%;min-height:36px;font-size:clamp(16px,2.5vw,20px);font-weight:800;transition:background-color .2s;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000040}._price_button_16yeo_42:hover{background-color:#f2f2f2}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._coming_soon_button_d89zq_42{text-align:center;cursor:pointer;background-color:#c2c2c2;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 6px #0003}._coming_soon_strip_d89zq_55{color:#fff;background-color:#5b5b5b;width:100%;margin-top:3px;font-size:clamp(12px,1.5vw,14px);font-style:italic}._main_label_d89zq_64{color:#111;text-transform:uppercase;flex-grow:1;justify-content:center;align-items:center;padding:8px 0;font-size:clamp(18px,4vw,27px);font-weight:800;display:flex}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}button:focus,button:focus-visible{outline:none}._authButton_ub010_42{letter-spacing:.44px;color:#ff5900;cursor:pointer;background-color:#0000;border:2px solid #ff5900;border-radius:3px;justify-content:center;align-items:center;gap:15px;width:230px;max-width:230px;height:48px;font-size:clamp(10px,2.5vw,16px);line-height:23px;display:flex}._authButton_ub010_42:hover{color:#fff;background:#ff5900}@media (width<=1024px){._authButton_ub010_42{gap:1rem;width:100%;padding:0 1rem}}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SpaceGrotesk;src:url(/fonts/SpaceGrotesk/static/SpaceGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}body{background-color:#000;margin:0;font-family:SpaceGrotesk,sans-serif}button{outline:none;font-family:SpaceGrotesk,sans-serif}button:focus,button:focus-visible{outline:none}:where(button){-webkit-tap-highlight-color:transparent}:root{--toastIndex:10000000000;--loaderIndex:1000000000;--mainColor:#ff5900}._loginFormContainer_1pqzn_42{flex-direction:column;align-items:center;gap:27px;padding-top:60px;display:flex}
