: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: 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-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));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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 (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius: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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}._bubbleLoader_1mykk_1{top:-6px;position:relative;display:inline-block;color:inherit;animation-delay:-.16s}._bubbleLoader_1mykk_1,._bubbleLoader_1mykk_1:before,._bubbleLoader_1mykk_1:after{border-radius:50%;width:6px;height:6px;animation-fill-mode:both;animation:_bubble-loader_1mykk_1 1.8s infinite ease-in-out}._bubbleLoader_1mykk_1:before,._bubbleLoader_1mykk_1:after{content:"";position:absolute}._bubbleLoader_1mykk_1:before{left:-9px;animation-delay:-.32s}._bubbleLoader_1mykk_1:after{left:9px}@keyframes _bubble-loader_1mykk_1{0%,80%,to{box-shadow:0 6px 0 -2.46px}40%{box-shadow:0 6px}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._btn_itgb5_43{width:fit-content;max-width:100%;word-break:keep-all;white-space:nowrap;font-weight:500;border:1px solid transparent;display:flex;align-items:center;justify-content:center;gap:16px;line-height:1;cursor:pointer;box-sizing:border-box}._btn_itgb5_43:disabled{cursor:default;opacity:.4}._btn_itgb5_43._loading_itgb5_62{position:relative;color:transparent}._btn_itgb5_43._loading_itgb5_62 ._loader_itgb5_66{position:absolute;left:50%;top:50%;transform:translate(-50%,-150%)}._sm_itgb5_73{border-radius:12px;padding:0 16px;font-size:14px;height:40px;max-height:40px}._md_itgb5_81,._mdsm_itgb5_89{border-radius:16px;padding:0 24px;font-size:16px;height:48px;max-height:48px}@media screen and (max-width: 575.99px){._mdsm_itgb5_89{height:40px;max-height:40px;font-size:14px}}._primary_itgb5_104{background-color:#62ae1c;color:#fff;border-color:#62ae1c}._primary_itgb5_104:not(._primary_itgb5_104:disabled,._primary_itgb5_104._loading_itgb5_62):hover{background-color:#498215}._primary_itgb5_104 ._loader_itgb5_66{color:#fff}._danger_itgb5_116{background-color:#e63e20;color:#fff;border-color:#e63e20}._danger_itgb5_116:not(._danger_itgb5_116:disabled,._danger_itgb5_116._loading_itgb5_62):hover{background-color:#be2f15}._danger_itgb5_116 ._loader_itgb5_66{color:#fff}._secondary_itgb5_128{background-color:#262626;color:#fff;border-color:#3d3d3d}._secondary_itgb5_128:not(._secondary_itgb5_128:disabled,._secondary_itgb5_128._loading_itgb5_62):hover{background-color:#404040}._secondary_itgb5_128 ._loader_itgb5_66{color:#fff}._black_itgb5_140{background-color:#101010;color:#888;border-color:#101010}._black_itgb5_140:not(._black_itgb5_140:disabled,._black_itgb5_140._loading_itgb5_62):hover{background-color:#2a2a2a;border-color:#888}._black_itgb5_140 ._loader_itgb5_66{color:#888}._hollow_itgb5_153{background-color:transparent}._withIcon_itgb5_157{padding:0 16px}._withIcon_itgb5_157 svg{min-width:24px}@media screen and (max-width: 575.99px){._withIcon_itgb5_157{padding:0 10px}._withIcon_itgb5_157 svg{height:20px;width:20px;min-width:20px}}._withIcon_itgb5_157._sm_itgb5_73 svg{height:20px;width:20px;min-width:20px}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_ljcp7_43{width:fit-content;background-color:#262626;border:1px solid #3d3d3d;color:#888;display:flex;align-items:center;justify-content:center}._clickable_ljcp7_53{cursor:pointer}._clickable_ljcp7_53:not(._clickable_ljcp7_53._active_ljcp7_56):hover{background-color:#404040}._active_ljcp7_56{background-color:#152c07;border:none;color:#62ae1c}._sm_ljcp7_66{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:10px}._sm_ljcp7_66 svg{width:16px;height:16px}._md_ljcp7_78{width:48px;min-width:48px;height:48px;min-height:48px;border-radius:16px}._md_ljcp7_78 svg{width:24px;height:24px}@media screen and (max-width: 575.99px){._md_ljcp7_78{width:40px;min-width:40px;height:40px;min-height:40px;border-radius:12px}._md_ljcp7_78 svg{width:20px;height:20px}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._btn_6z5l9_43{color:#fff;font-size:16px;font-weight:500;cursor:pointer}._tooltip_6z5l9_50{z-index:1;left:auto;right:0;min-width:168px;max-width:100vw;border-radius:16px!important;border:1px solid #3d3d3d;background-color:#101010!important;opacity:1;padding:16px!important}._tooltipItems_6z5l9_62{display:flex;flex-direction:column}._tooltipItems_6z5l9_62 ._tooltipItem_6z5l9_62{width:100%;padding:12px 0;cursor:pointer;display:flex;gap:16px;font-size:16px;font-weight:700;z-index:2}._tooltipItems_6z5l9_62 ._tooltipItem_6z5l9_62:first-child{padding-top:0}._tooltipItems_6z5l9_62 ._tooltipItem_6z5l9_62:last-child{padding-bottom:0}._tooltipItems_6z5l9_62 ._tooltipItem_6z5l9_62 ._itemIndicator_6z5l9_82{width:20px;height:20px;border-radius:100%;border:1px solid #3d3d3d}._tooltipItems_6z5l9_62 ._tooltipItemActive_6z5l9_88{color:#62ae1c}._tooltipItems_6z5l9_62 ._tooltipItemActive_6z5l9_88 ._itemIndicator_6z5l9_82{border:none;background-color:#152c07;position:relative}._tooltipItems_6z5l9_62 ._tooltipItemActive_6z5l9_88 ._itemIndicator_6z5l9_82:before{content:"";display:block;position:absolute;width:8px;height:8px;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#62ae1c;border-radius:100%}._tooltipArrow_6z5l9_109{display:none}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_9z4sg_43{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 20px 96px;background-color:#101010;position:relative}@media screen and (max-width: 767.99px){._wrapper_9z4sg_43{padding:16px 16px 58px;justify-content:center}}._wrapper_9z4sg_43 ._userBlock_9z4sg_57{display:flex;align-items:center;gap:16px}@media screen and (max-width: 767.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57{position:absolute;justify-content:flex-end;width:100%;top:16px;padding:0 16px;gap:0}}@media screen and (max-width: 767.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._decimalBtn_9z4sg_73{position:absolute;top:calc(100% + 8px);left:16px}}@media screen and (max-width: 575.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._decimalBtn_9z4sg_73{left:auto;right:16px}}@media screen and (max-width: 767.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._tickets_9z4sg_86{position:absolute;top:calc(100% + 8px);right:16px}}@media screen and (max-width: 575.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._tickets_9z4sg_86{top:calc(200% + 8px)}}._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._avatar_9z4sg_97{width:48px;border-radius:16px;cursor:pointer}@media screen and (max-width: 767.99px){._wrapper_9z4sg_43 ._userBlock_9z4sg_57 ._avatar_9z4sg_97{width:40px;border-radius:12px}}._tooltipMenu_9z4sg_109{width:100%;display:flex;flex-direction:column;gap:16px}._tooltipItem_9z4sg_115{width:100%;display:flex;align-items:center;gap:16px;color:#888;font-weight:500;cursor:pointer}._tooltipItem_9z4sg_115:not(._tooltipItemActive_9z4sg_124):hover{color:#fff}._tooltipItem_9z4sg_115:not(._tooltipItemActive_9z4sg_124):hover ._icon_9z4sg_127{color:#fff}._tooltipItemActive_9z4sg_124{color:#fff}@media screen and (max-width: 767.99px){._tooltipItem_9z4sg_115{font-size:14px}}._tooltipArrow_9z4sg_139{display:none}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._tooltip_1a82p_43{z-index:50;left:auto;right:0;min-width:168px;max-width:320px;border-radius:16px!important;border:1px solid #3d3d3d;background-color:#101010!important;opacity:1;padding:16px!important}._tooltipArrow_1a82p_56{border-bottom:1px solid #3d3d3d;border-right:1px solid #3d3d3d;background-color:#101010!important}._text_1a82p_62{color:#fff;font-size:16px;font-weight:500;margin-bottom:4px}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_1tp4r_43{display:flex;align-items:center;gap:16px;background-color:#262626;border:1px solid #3d3d3d;border-radius:16px;padding:12px 16px;width:fit-content}@media screen and (max-width: 575.99px){._wrapper_1tp4r_43{padding:10px 16px;height:40px;justify-content:center}}._item_1tp4r_61{cursor:pointer;display:flex;align-items:center;gap:8px;color:#fff;font-weight:500}._item_1tp4r_61 ._icon_1tp4r_69{color:#fff;min-width:24px}@media screen and (max-width: 575.99px){._item_1tp4r_61 ._icon_1tp4r_69{width:20px;height:20px;min-width:20px}}._item_1tp4r_61 ._iconFrozen_1tp4r_80{color:#d28c00}._item_1tp4r_61 ._iconAvailable_1tp4r_83{color:#62ae1c}._item_1tp4r_61 ._text_1tp4r_86{width:fit-content}@media screen and (max-width: 575.99px){._item_1tp4r_61 ._text_1tp4r_86{font-size:14px}}._item_1tp4r_61 ._text_1tp4r_86 *{width:fit-content;min-width:0}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_k7t3l_43{width:100%;min-height:100vh;background-color:#101010;position:relative;display:flex;flex-direction:column}._sidebarOverlay_k7t3l_52{display:none}@media screen and (max-width: 1099.99px){._sidebarOverlay_k7t3l_52{display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-color:#101010;opacity:.8;z-index:3}}._contentWrapper_k7t3l_69{width:100%;flex:1 1 auto;transition:padding-left ease-in .2s;padding:0 24px 32px}@media screen and (max-width: 767.99px){._contentWrapper_k7t3l_69{padding:12px 24px 32px}}@media screen and (max-width: 575.99px){._contentWrapper_k7t3l_69{padding:64px 16px 24px;min-height:calc(100vh - 170px)}}@media screen and (min-width: 1101px){._contentWrapper_k7t3l_69._contentShifted_k7t3l_87{padding-left:344px;transition:padding-left ease-in .2s}}._content_k7t3l_69{width:100%;max-width:808px;margin:0 auto;position:relative;min-height:calc(100vh - 122px)}@media screen and (max-width: 575.99px){._content_k7t3l_69{min-height:calc(100vh - 194px)}}._wrapper_2v9r8_1{width:88px;height:40px;display:block}@media screen and (max-width: 575.99px){._wrapper_2v9r8_1{width:70px;height:32px}}._wrapper_2v9r8_1 svg{width:100%;height:100%}._wrapper_eqwj0_1{width:100%;overflow:hidden;position:relative}._wrapper_eqwj0_1:before{content:"";display:block;width:100%}._wrapper_eqwj0_1 *{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._portrait_eqwj0_19:before{padding-top:166%}._landscape_eqwj0_23:before{padding-top:60%}._square_eqwj0_27:before{padding-top:100%}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_1gqcy_43{width:100%;display:flex;align-items:center;flex-direction:column}._avatar_1gqcy_50{width:120px}@media screen and (max-width: 575.99px){._avatar_1gqcy_50{width:80px}}._name_1gqcy_59{margin:8px auto 12px;font-family:PPRightGrotesk,sans-serif,serif;font-weight:500;font-size:24px;text-align:center}@media screen and (max-width: 575.99px){._name_1gqcy_59{font-size:20px}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_1m0jr_43{display:flex;align-items:center;justify-content:center;width:8px;height:8px;background-color:#62ae1c;border-radius:100%}._wrapperWithValue_1m0jr_52{background-color:#152c07;border-radius:8px;min-width:24px;height:24px;border:1px solid #62ae1c}._wrapperWithValue_1m0jr_52 ._value_1m0jr_59{font-size:8px;font-weight:500}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_96czl_43{width:100%}._menu_96czl_47{width:100%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 575.99px){._menu_96czl_47{gap:8px}}._navItem_96czl_59{width:100%;display:flex;align-items:center;gap:16px;color:#888;font-weight:500;position:relative}._navItem_96czl_59:not(._navItemActive_96czl_68):hover{color:#fff}._navItem_96czl_59:not(._navItemActive_96czl_68):hover ._icon_96czl_71{color:#fff}._navItem_96czl_59 ._badge_96czl_74{position:absolute;left:0;top:0;transform:translate(-30%,-30%)}._navItemActive_96czl_68{color:#fff}@media screen and (max-width: 575.99px){._navItem_96czl_59{font-size:14px}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_10dc3_43{position:fixed;z-index:100;top:0;height:100vh;padding:24px;background-color:#1b1b1b;width:320px;display:flex;flex-direction:column;align-items:center;left:-320px;transition:left ease-in .2s}@media screen and (max-width: 767.99px){._wrapper_10dc3_43{width:282px;left:-282px}}._toggleBtn_10dc3_64{position:absolute;top:20px;left:320px;margin-left:24px;transition:all ease-in .2s;z-index:3}@media screen and (max-width: 767.99px){._toggleBtn_10dc3_64{top:16px;left:282px;margin-left:16px}}._isVisible_10dc3_80._wrapper_10dc3_43{left:0;transition:left ease-in .2s;overflow-y:auto}._isVisible_10dc3_80._wrapper_10dc3_43::-webkit-scrollbar{width:8px}._isVisible_10dc3_80._wrapper_10dc3_43::-webkit-scrollbar-track{border-radius:8px;background-color:#fff;border:1px solid #3d3d3d;box-shadow:inset 0 0 6px #0000004d}._isVisible_10dc3_80._wrapper_10dc3_43::-webkit-scrollbar-thumb{border-radius:8px;background-color:#888}._isVisible_10dc3_80._wrapper_10dc3_43::-webkit-scrollbar-thumb:hover{background:#555}._isVisible_10dc3_80._wrapper_10dc3_43 ._toggleBtn_10dc3_64{left:24px;margin-left:0;transition:all ease-in .2s}@media screen and (max-width: 767.99px){._isVisible_10dc3_80._wrapper_10dc3_43 ._toggleBtn_10dc3_64{left:16px;margin-left:0}}._header_10dc3_117 ._logo_10dc3_117{margin:0 auto}._mavrodiBlock_10dc3_121{margin:52px auto 0;max-width:148px}@media screen and (max-width: 767.99px){._mavrodiBlock_10dc3_121{max-width:134px}}._menu_10dc3_131{margin-top:40px}@media screen and (max-width: 767.99px){._menu_10dc3_131{margin-top:24px}}._rates_10dc3_140{margin-top:36px;margin-bottom:16px}._exit_10dc3_145{width:100%;display:flex;align-items:center;gap:16px;color:#888;font-weight:500;margin-top:auto;cursor:pointer}._exit_10dc3_145:hover,._exit_10dc3_145:hover ._exitIcon_10dc3_158{color:#fff}@media screen and (max-width: 767.99px){._exit_10dc3_145{font-size:14px}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._progressRing_1el9f_43{width:fit-content;margin:0 auto;display:inline-block;transform:rotate(-90deg);transform-origin:50% 50%;fill:transparent}._spin_1el9f_52{animation-name:_ringSpinner_1el9f_1;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}._primary_1el9f_59 ._base_1el9f_59{stroke:#888}._primary_1el9f_59 ._color_1el9f_62{stroke:#62ae1c}._gay_1el9f_66 ._base_1el9f_59{stroke:#888}._gay_1el9f_66 ._color_1el9f_62{stroke:#5db9d7}._secondary_1el9f_73 ._base_1el9f_59{stroke:#888}._secondary_1el9f_73 ._color_1el9f_62{stroke:#3d3d3d}@keyframes _ringSpinner_1el9f_1{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._modal-open_vei6m_43 body{overflow:hidden}._modal-open_vei6m_43._isWindows_vei6m_46 body,._modal-open_vei6m_43._isWindows_vei6m_46 ._nearest_appt_vei6m_46,._modal-open_vei6m_43._isWindows_vei6m_46 ._swapper_bar_vei6m_46{padding-right:17px}._modal-open_vei6m_43._isWindows_vei6m_46 ._swapper_bar-btn_resize_vei6m_49{left:calc(50% - 8.5px)}._overlay_vei6m_53{position:fixed;top:0;bottom:0;left:0;width:100vw;background-color:#00000085}._overlayHidden_vei6m_61{background-color:transparent}@media (max-width: 991.98px){._overlay_vei6m_53{display:none}}._blockedOverlay_vei6m_70{position:fixed;top:0;bottom:0;left:0;width:100vw}._modal_vei6m_43{position:fixed;top:0;bottom:0;left:0;width:100vw;overflow-x:hidden;overflow-y:auto;outline:0}._modalDialog_vei6m_89{position:relative;width:auto;margin:0}@media (min-width: 992px){._modalDialog_vei6m_89{margin:60px auto;min-height:calc(100% - 120px)}}@media (min-width: 992px) and (max-height: 1000px){._modalDialog_vei6m_89{margin-top:40px;margin-bottom:40px;min-height:calc(100% - 80px)}}@media (min-width: 992px) and (max-height: 800px){._modalDialog_vei6m_89{margin-top:24px;margin-bottom:24px;min-height:calc(100% - 48px)}}@media (max-width: 991.98px){._modalDialog_vei6m_89{height:100%}}@media (min-width: 992px){._modalDialog_vei6m_89._md_vei6m_120{max-width:405px}}@media (min-width: 992px){._modalDialog_vei6m_89._sm_vei6m_125{max-width:320px}}@media (min-width: 992px){._modalDialog_vei6m_89._lg_vei6m_130{max-width:600px}}@media (min-width: 992px){._modalDialog_vei6m_89._xl_vei6m_135{max-width:820px}}@media (min-width: 992px){._modalDialog_vei6m_89._xxl_vei6m_140{max-width:970px}}@media (min-width: 992px){._modalDialog_vei6m_89._centered_vei6m_145{display:flex;align-items:center}}._modalDialog_vei6m_89._scrollable_vei6m_150{height:calc(100% - 120px)}@media (max-height: 1000px){._modalDialog_vei6m_89._scrollable_vei6m_150{height:calc(100% - 80px)}}@media (max-height: 800px){._modalDialog_vei6m_89._scrollable_vei6m_150{height:calc(100% - 48px)}}@media (max-width: 991.98px){._modalDialog_vei6m_89._scrollable_vei6m_150{height:100%}}._modalDialog_vei6m_89._scrollable_vei6m_150 ._modalContent_vei6m_168{max-height:100%;overflow:hidden}._modalDialog_vei6m_89._scrollable_vei6m_150 ._modalBody_vei6m_172{max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}._modalDialogHeaderBordered_vei6m_177 ._modalHeader_vei6m_177{padding-bottom:15px;border-bottom:1px solid rgba(206,206,208,.5)}._modalDialogFooterShadow_vei6m_181 ._modalFooter_vei6m_181{box-shadow:0 -2px 8px #00000026;z-index:1}._modalDialogFooterBordered_vei6m_185 ._modalFooter_vei6m_181{padding-top:9px;border-top:1px solid #e0e0dd}@media (min-width: 992px){._modalDialogHeightAuto_vei6m_190 ._modalContent_vei6m_168{min-height:initial}}@media (min-width: 992px){._modalDialogFullHeight_vei6m_195 ._modalContent_vei6m_168{min-height:100%}}._modalContent_vei6m_168{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#1b1b1b;border-radius:16px}@media (max-width: 991.98px){._modalContent_vei6m_168{border-radius:0;min-height:100%}}._modalContent_vei6m_168 ._close_vei6m_215{position:absolute;color:#888;right:20px;top:20px;cursor:pointer;z-index:5}._modalContent_vei6m_168 ._close_vei6m_215:hover{color:#fff}._modalHeader_vei6m_177{padding:32px 32px 0;position:relative}@media (max-width: 991.98px){._modalHeader_vei6m_177{padding:15px 15px 0}}._modalHeaderTitle_vei6m_236{font-family:PPRightGrotesk,sans-serif,serif;font-size:24px;font-weight:500}._modalBody_vei6m_172{position:relative;flex:1;padding:24px 32px 32px;overscroll-behavior-y:contain;color:#fff;font-family:Onest,sans-serif,serif}._modalBodyLoading_vei6m_250{display:flex;align-items:center;justify-content:center}@media (max-width: 991.98px){._modalBody_vei6m_172{padding:20px 15px 15px}}._modalFooter_vei6m_181{padding:10px 32px 32px;color:#fff;font-family:Onest,sans-serif,serif}@media (max-width: 991.98px){._modalFooter_vei6m_181{margin-top:auto;padding:10px 15px 15px}}._modalRoot_1wcqg_1{position:relative;z-index:1040}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._primary_5d3qa_43{color:#62ae1c}._warning_5d3qa_47{color:#d28c00}._danger_5d3qa_51{color:#e63e20}._iconWrapper_5d3qa_55{margin:32px auto 0;width:96px;height:96px;min-width:96px;min-height:96px;border-radius:16px;background-color:#262626;border:1px solid #3d3d3d;display:flex;align-items:center;justify-content:center}._iconWrapper_5d3qa_55 svg{color:inherit}._header_5d3qa_72 h6{font-family:PPRightGrotesk,sans-serif,serif;font-weight:500;font-size:32px;line-height:40px;text-align:center}._body_5d3qa_80{padding-bottom:0}._body_5d3qa_80 ._textItem_5d3qa_83{font-weight:500;font-size:16px;color:#888;text-align:center}._footer_5d3qa_90{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding-top:24px}._footer_5d3qa_90 ._btn_5d3qa_99{width:100%}._btn_1lg6m_1{margin:0 auto}@media screen and (max-width: 767.99px){._btn_1lg6m_1{width:100%}}._body_1lg6m_10{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 767.99px){._body_1lg6m_10{justify-content:flex-start}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._outsideWrapper_97kjh_43{width:100%;position:relative}._wrapper_97kjh_48{width:100%;border-radius:18px;overflow:hidden}._placeholder_97kjh_54{width:100%;background:url(/assets/mavrodi_lecture-ChRWDIqo.png) center no-repeat;background-size:cover;cursor:pointer;position:relative;transition:all ease-out .2s}._placeholder_97kjh_54:before{display:block;content:"";width:100%;padding-top:56%;background-color:#1b1b1b;opacity:.6;transition:all ease-out .2s}._placeholder_97kjh_54 ._play_97kjh_71{width:60px;height:45px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAABQCAYAAADFuSFAAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAATbSURBVHgB7Z1Pj9NGFMCfJ4SYShVuqwqpAtV3DmyOnJo9cWwvnJt+AorEne0HQNAzQtoeEUioJ45ND8Ax4cDd/PkA7pZtHSJ7eG/iydqOnWSX3cXPfj/J8WScBJHfvjfjydjjwDEzdl3fFDodD+LYA6U8SBIv8xLfFhyA73NvdhwPtPbW1uXx4VPROsR/Jyw9RvV0fJkg9xEAr0s/T6kQ//9h9j39KArgmHHgkKSiBspxruj5l+inX7QPwmEJMn8ogdb6JT6foOgRHJKNRI49z1NRdAPFDUGEnQYBbiP8vn/bNHrXinzZ65HAHZPihM/B7iZCK0VSFDpR9ASLAxA+NwHK3F4ls1QktYN44C+QNFofsC3VSm339/cnpYeLFWkkjkEk1o8VMtVSxXR6G0RiPcGzAyeOn1CwFQ/lRFJKxS7wryDUGR+iaMlRTiTm2dsg1B7HcW4Uo3IhMj3RH4JQf2gAZjodZquyETkAgQ2O1j9mny9EYlr9GQRODLLp1YhMKwYg8CKKfrLFeUR++DAAgR2YRX+w5blIrQcgcGRgC0YkNpxXQOCIb9tJG5FbIPBkNvNpNxcpP1HxJY5NEKrF1AyBJ2kQUkT6IHDGpwdlJkcJbMGO6nnaq8IMN4EZ2nG+oj3L1Hrh+XP44vp1EDAik8RMKVUce6ydixfBu3NHhBKLzs7qyb+1RoTCgUj8kfI8MCcr1L12DVpFGoisI7IICf36/n345uFD6F29Cm2BxgIUNBCSSDIpSjuXLkEbaPSAALWbF549a4XQRkZkkRYI9RvVRq6jyUJZnkd+KiT026dP4cubNxsj1Jm4rgZmfPfmDRwX8bt38N+jR/Dv3bvAFRT4SyvayFXQKQtFJvdBhdaLtHAfJRKRBbgKFZEVcBv2E5FryA77dS9fhroiIjfA9GwfP4bZq1dQV86AUIne24P3Dx6Yjcp1RkSWwEmgRURm4CjQIiKBt0BL60Xuo7w9HJ7jKtDSWpFmfPXePYjfvoUm0DqR0xcvILx1qzECDUkStkYkCXyPEUj7xqGUERlAg6d7NFpghsZGZFsEWhonsm0CDZ0Optb5HXyBOzQeSqcR/2NvtHXEMYosv183G1ot0OK64Rm6qfqhb2xeA5owGnNc9MOQ5+kHTZQSgXlYtpGcZ7ydAAE9KO5tpGBFFhYiEXiizEoxAmcCeqBLBgIQ2GKXclJ0MgkCX9I1uNRJLLglnCJxHNDOTocMQOBJ2sexNxWcgMAT1zXujMjc2ocCH7Se0PAcFW1EjkDgRyaTzkWePTsCgR2YSf+2ZSMyDc8RCNwY2cLiIh6t9Z8gcGKUPXU8uBrr3LldGUDnA6bVP7LPFyIpvWrHkajkQYDRuJutKF4fuQNC7aE1l4t1OZGUc8teJNSKpWgklq5YxhftyEhPTcE+DC2aXXao9NJz3etti8yaQRKTpHLl81KRpuODMrHz8zsIdSBAF/3+bFYZXGtnQo5dd5gu2euDcOqYYOr1duyYahUbT2lFoQPcDdOl7nwQTg5Ko/NsuLvp78VHmps87na3oNv1IUm28ANouQI/swmbQIMv9Os+bUkSaKVe0x630aoUWsWJTDLPrLflZ6qrypD+MRxA95Ctvv2oD1Wsfl8VwRGO5+owev5ZjIpZQcuvne9dN1yXJo/CRyQGHWgpKZzdAAAAAElFTkSuQmCC) center no-repeat;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._placeholder_97kjh_54:hover{transform:scale(1.1);transition:all ease-out .2s}._placeholder_97kjh_54:hover:before{opacity:.2;transition:all ease-out .2s}._title_97kjh_90{font-size:18px;font-weight:500;color:#fff;position:absolute;top:16px;left:16px;width:calc(100% - 32px)}._body_x5ahj_1{display:flex;flex-direction:column;gap:24px}._video_x5ahj_7{margin:0 auto;max-width:100%}._video_x5ahj_7:first-of-type{margin-bottom:12px}._link_x5ahj_15{text-decoration:underline;font-weight:600}._footer_x5ahj_20{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}@media screen and (max-width: 767.99px){._footer_x5ahj_20 ._btn_x5ahj_28{width:100%}}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_v7grs_43{position:fixed;bottom:12px;right:8px;padding:24px;border:1px solid #454545;background-color:#1b1b1b;border-radius:24px;display:flex;flex-direction:column;align-items:flex-start;width:502px}@media screen and (max-width: 575.99px){._wrapper_v7grs_43{width:calc(100vw - 16px);bottom:8px}}._img_v7grs_63{width:64px;margin-bottom:24px}@media screen and (max-width: 575.99px){._img_v7grs_63{width:40px}}._title_v7grs_73{font-family:PPRightGrotesk,sans-serif,serif;font-weight:500;font-size:24px;line-height:1.5;color:#fff;margin-bottom:8px}@media screen and (max-width: 575.99px){._title_v7grs_73{font-size:20px}}._text_v7grs_87{font-weight:500;font-size:16px;line-height:1.5;color:#888;margin-bottom:24px}@media screen and (max-width: 575.99px){._text_v7grs_87{font-size:14px}}._footer_v7grs_100{display:flex;align-items:center;width:100%;gap:8px;flex-wrap:wrap}@media screen and (max-width: 575.99px){._footer_v7grs_100 ._btn_v7grs_108{width:100%}}._wrapper_41ole_1{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._wrapper_10fe2_43{width:100%}._title_10fe2_47{font-size:16px;font-weight:500;color:#fff;margin-bottom:16px}._rates_10fe2_54{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}._item_10fe2_62{display:flex;align-items:center;gap:12px}._item_10fe2_62 ._infoLabel_10fe2_67{color:#888;font-size:14px;margin-bottom:4px}@media screen and (max-width: 767.99px){._item_10fe2_62 ._infoLabel_10fe2_67{font-size:12px}}._item_10fe2_62 ._infoValue_10fe2_77{color:#fff;font-size:16px;font-weight:500}@media screen and (max-width: 767.99px){._item_10fe2_62 ._infoValue_10fe2_77{font-size:14px}}._item_10fe2_62 ._arrowUp_10fe2_87{color:#62ae1c}._item_10fe2_62 ._arrowDown_10fe2_90{color:#e63e20;transform:rotate(180deg)}._date_10fe2_95{font-size:12px;color:#888}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0}*{-webkit-tap-highlight-color:transparent}body{height:100%;background-color:#101010;font-family:Onest,sans-serif,serif;line-height:1.5;-webkit-font-smoothing:antialiased}button{all:unset;cursor:pointer;outline:revert}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{all:unset;font:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}p,h1,h2,h3,h4,h5,h6,blockquote,pre,li,label{color:#fff}ul{list-style:none;padding:0}a{text-decoration:none;color:inherit;position:relative}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{border-radius:8px;background-color:#fff;border:1px solid #3d3d3d;box-shadow:inset 0 0 6px #0000004d}*::-webkit-scrollbar-thumb{border-radius:8px;background-color:#888}*::-webkit-scrollbar-thumb:hover{background:#555}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Regular"),url(/assets/OnestRegular1602-hint-CZ8l2LhF.ttf) format("truetype"),url(/assets/OnestRegular1602-hint-BRqVpW0g.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Medium"),url(/assets/OnestMedium1602-hint-Ci94lwZ5.ttf) format("truetype"),url(/assets/OnestMedium1602-hint-CyTcYufp.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:local("Onest"),local("Onest-Bold"),url(/assets/OnestBold1602-hint-UvG88TR2.ttf) format("truetype"),url(/assets/OnestBold1602-hint-BYTZsJzN.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Regular"),url(/assets/PPRightGroteskText-Regular-CLp-ytfn.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Medium"),url(/assets/PPRightGrotesk-WideMedium-CGCXt3u4.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPRightGrotesk;src:local("PPRightGrotesk"),local("PPRightGrotesk-Bold"),url(/assets/PPRightGroteskText-WideBold-DoLqaRUD.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}._errorContainer_15w3o_43{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;background-color:#101010;color:#fff;font-family:Onest,sans-serif,serif}._errorTitle_15w3o_56{font-size:24px;font-weight:600;margin-bottom:16px;color:#fff}._errorMessage_15w3o_63{font-size:16px;color:#888;margin-bottom:32px;line-height:1.5}._errorDetails_15w3o_70{margin-top:20px;text-align:left;max-width:600px;width:100%}._errorDetailsSummary_15w3o_77{cursor:pointer;color:#62ae1c;font-weight:500;margin-bottom:10px}._errorStack_15w3o_84{background-color:#1b1b1b;padding:16px;border-radius:8px;overflow:auto;max-height:300px;font-family:Courier New,monospace;font-size:12px;line-height:1.4;border:1px solid #262626}
