: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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;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 rgba(0,0,0,.1);display:flex;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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;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:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index: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:auto;transform-origin:right;border-bottom-left-radius:0;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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--common-black:#212121;--common-white:#fff;--grey-50:#f5f5f5;--grey-100:#e6e6e6;--grey-200:#ccc;--grey-300:#b3b3b3;--grey-400:#999;--grey-500:grey;--grey-600:#666;--grey-700:#4d4d4d;--grey-800:#333;--grey-900:#1a1a1a;--grey-A100:#212121;--primary-light:#eefbf4;--primary-main:#249953;--primary-dark:#13532d;--primary-contrastText:#222226;--primary-100:#eefbf4;--primary-200:#cdf3dd;--primary-300:#9ce8ba;--primary-400:#6adc98;--primary-500:#39d075;--primary-600:#249953;--primary-700:#1f8447;--primary-800:#13532d;--primary-900:#13532d;--error-light:#fcd7d7;--error-main:#da2d2d;--warning-main:#f90;--success-main:#76c966}@media (prefers-color-scheme:dark){:root{--common-black:#212121;--common-white:#fff;--grey-50:#f5f5f5;--grey-100:#e6e6e6;--grey-200:#ccc;--grey-300:#b3b3b3;--grey-400:#999;--grey-500:grey;--grey-600:#666;--grey-700:#4d4d4d;--grey-800:#333;--grey-900:#1a1a1a;--grey-A100:#212121;--primary-light:#eefbf4;--primary-main:#249953;--primary-dark:#13532d;--primary-contrastText:#222226;--primary-100:#eefbf4;--primary-200:#cdf3dd;--primary-300:#9ce8ba;--primary-400:#6adc98;--primary-500:#39d075;--primary-600:#249953;--primary-700:#1f8447;--primary-800:#13532d;--primary-900:#13532d;--error-light:#fcd7d7;--error-main:#da2d2d;--warning-main:#f90;--success-main:#76c966}}@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght.ttf) format("truetype");font-weight:100 800;font-style:normal}body,html{width:100vw;min-height:100dvh}body,html{margin:0;padding:0;display:flex;justify-content:center;align-items:center}body{flex-direction:column;color:var(--primary-contrastText);background:var(--grey-100);font-family:Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;line-height:0}.HoverUnderline:hover{text-decoration:underline}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.TextEllipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100%}:root{--button-big-font-family:"Manrope",Helvetica;--button-big-font-size:18px;--button-big-font-style:normal;--button-big-font-weight:600;--button-big-letter-spacing:0px;--button-big-line-height:24px;--button-button-small-font-family:"Manrope",Helvetica;--button-button-small-font-size:15px;--button-button-small-font-style:normal;--button-button-small-font-weight:600;--button-button-small-letter-spacing:0px;--button-button-small-line-height:24px;--button-button-supersmall-font-family:"Manrope",Helvetica;--button-button-supersmall-font-size:13px;--button-button-supersmall-font-style:normal;--button-button-supersmall-font-weight:600;--button-button-supersmall-letter-spacing:0px;--button-button-supersmall-line-height:24px;--caption-10-font-family:"Manrope",Helvetica;--caption-10-font-size:10px;--caption-10-font-style:normal;--caption-10-font-weight:600;--caption-10-letter-spacing:0px;--caption-10-line-height:139.9999976158142%;--collection-paddings-0-px:0px;--collection-paddings-12-px:12px;--collection-paddings-16-px:16px;--collection-paddings-2-px:2px;--collection-paddings-20-px:20px;--collection-paddings-24-px:24px;--collection-paddings-32-px:32px;--collection-paddings-4-px:4px;--collection-paddings-40-px:40px;--collection-paddings-48-px:48px;--collection-paddings-56-px:56px;--collection-paddings-6-px:6px;--collection-paddings-64-px:64px;--collection-paddings-72-px:72px;--collection-paddings-8-px:8px;--collection-paddings-80-px:80px;--collection-paddings-corners-4-px:4px;--collection-rounding-2-px:2px;--collection-rounding-24-px:24px;--collection-rounding-40-px:40px;--collection-rounding-8-px:8px;--headlines-mobile-h1-font-family:"Manrope",Helvetica;--headlines-mobile-h1-font-size:28px;--headlines-mobile-h1-font-style:normal;--headlines-mobile-h1-font-weight:600;--headlines-mobile-h1-letter-spacing:0px;--headlines-mobile-h1-line-height:139.9999976158142%;--headlines-mobile-h2-font-family:"Manrope",Helvetica;--headlines-mobile-h2-font-size:24px;--headlines-mobile-h2-font-style:normal;--headlines-mobile-h2-font-weight:600;--headlines-mobile-h2-letter-spacing:0px;--headlines-mobile-h2-line-height:139.9999976158142%;--headlines-mobile-h3-font-family:"Manrope",Helvetica;--headlines-mobile-h3-font-size:22px;--headlines-mobile-h3-font-style:normal;--headlines-mobile-h3-font-weight:600;--headlines-mobile-h3-letter-spacing:0px;--headlines-mobile-h3-line-height:139.9999976158142%;--hedlines-desktop-h1-font-family:"Manrope",Helvetica;--hedlines-desktop-h1-font-size:40px;--hedlines-desktop-h1-font-style:normal;--hedlines-desktop-h1-font-weight:600;--hedlines-desktop-h1-letter-spacing:0px;--hedlines-desktop-h1-line-height:139.9999976158142%;--hedlines-desktop-h2-font-family:"Manrope",Helvetica;--hedlines-desktop-h2-font-size:36px;--hedlines-desktop-h2-font-style:normal;--hedlines-desktop-h2-font-weight:600;--hedlines-desktop-h2-letter-spacing:0px;--hedlines-desktop-h2-line-height:139.9999976158142%;--hedlines-desktop-h3-font-family:"Manrope",Helvetica;--hedlines-desktop-h3-font-size:32px;--hedlines-desktop-h3-font-style:normal;--hedlines-desktop-h3-font-weight:600;--hedlines-desktop-h3-letter-spacing:0px;--hedlines-desktop-h3-line-height:139.9999976158142%;--hedlines-desktop-h4-font-family:"Manrope",Helvetica;--hedlines-desktop-h4-font-size:28px;--hedlines-desktop-h4-font-style:normal;--hedlines-desktop-h4-font-weight:600;--hedlines-desktop-h4-letter-spacing:0px;--hedlines-desktop-h4-line-height:139.9999976158142%;--hedlines-desktop-h5-font-family:"Manrope",Helvetica;--hedlines-desktop-h5-font-size:24px;--hedlines-desktop-h5-font-style:normal;--hedlines-desktop-h5-font-weight:600;--hedlines-desktop-h5-letter-spacing:0px;--hedlines-desktop-h5-line-height:139.9999976158142%;--hedlines-desktop-h6-font-family:"Manrope",Helvetica;--hedlines-desktop-h6-font-size:22px;--hedlines-desktop-h6-font-style:normal;--hedlines-desktop-h6-font-weight:600;--hedlines-desktop-h6-letter-spacing:0px;--hedlines-desktop-h6-line-height:139.9999976158142%;--link-hover-12-font-family:"Manrope",Helvetica;--link-hover-12-font-size:12px;--link-hover-12-font-style:normal;--link-hover-12-font-weight:400;--link-hover-12-letter-spacing:0px;--link-hover-12-line-height:139.9999976158142%;--link-hover-14-font-family:"Manrope",Helvetica;--link-hover-14-font-size:14px;--link-hover-14-font-style:normal;--link-hover-14-font-weight:400;--link-hover-14-letter-spacing:0px;--link-hover-14-line-height:139.9999976158142%;--link-hover-16-font-family:"Manrope",Helvetica;--link-hover-16-font-size:16px;--link-hover-16-font-style:normal;--link-hover-16-font-weight:400;--link-hover-16-letter-spacing:0px;--link-hover-16-line-height:139.9999976158142%;--link-regular-12-font-family:"Manrope",Helvetica;--link-regular-12-font-size:12px;--link-regular-12-font-style:normal;--link-regular-12-font-weight:400;--link-regular-12-letter-spacing:0px;--link-regular-12-line-height:139.9999976158142%;--link-regular-14-font-family:"Manrope",Helvetica;--link-regular-14-font-size:14px;--link-regular-14-font-style:normal;--link-regular-14-font-weight:400;--link-regular-14-letter-spacing:0px;--link-regular-14-line-height:139.9999976158142%;--link-regular-16-font-family:"Manrope",Helvetica;--link-regular-16-font-size:16px;--link-regular-16-font-style:normal;--link-regular-16-font-weight:400;--link-regular-16-letter-spacing:0px;--link-regular-16-line-height:139.9999976158142%;--shadow-big:0px -10px 8px 0px rgba(0,0,0,.1);--shadow-middle:0px 5px 15px 0px rgba(0,0,0,.1);--shadow-small:0px 2px 8px 0px rgba(36,153,83,.11);--subtitles-12-font-family:"Manrope",Helvetica;--subtitles-12-font-size:12px;--subtitles-12-font-style:normal;--subtitles-12-font-weight:600;--subtitles-12-letter-spacing:0px;--subtitles-12-line-height:139.9999976158142%;--subtitles-14-font-family:"Manrope",Helvetica;--subtitles-14-font-size:14px;--subtitles-14-font-style:normal;--subtitles-14-font-weight:600;--subtitles-14-letter-spacing:0px;--subtitles-14-line-height:139.9999976158142%;--subtitles-16-font-family:"Manrope",Helvetica;--subtitles-16-font-size:16px;--subtitles-16-font-style:normal;--subtitles-16-font-weight:600;--subtitles-16-letter-spacing:0px;--subtitles-16-line-height:139.9999976158142%;--subtitles-18-font-family:"Manrope",Helvetica;--subtitles-18-font-size:18px;--subtitles-18-font-style:normal;--subtitles-18-font-weight:600;--subtitles-18-letter-spacing:0px;--subtitles-18-line-height:139.9999976158142%;--subtitles-20-font-family:"Manrope",Helvetica;--subtitles-20-font-size:20px;--subtitles-20-font-style:normal;--subtitles-20-font-weight:600;--subtitles-20-letter-spacing:0px;--subtitles-20-line-height:139.9999976158142%;--white:#fff;--purple:#9f24ff;--green-100:#eefbf4;--green-200:#b7d9c5;--green-300:#9ce8ba;--green-400:#6adc98;--green-500:#39d075;--green-700:#1f8447;--green-800:#13532d;--green-900:#13532d;--green600-main:#249953;--successlight:#a7f1ca;--successlighter:#e9fbf2;--successsuccess:#1fc16b;--yellow-main-2100:#fff8cc;--yellow-main-2200:#fff199;--yellow-main-2300:#ffeb66;--yellow-main-2400:#ffe433;--yellow-main-250:#fffce5;--yellow-main-2500-main:#ffdf00;--yellow-main-2600:#ccb200;--yellow-main-2700:#998600;--yellow-main-2800:#665800;--yellow-main-2900:#332c00;--alarm-mistakesbase:#fc4324;--alarm-mistakeslight:#fcbbb0;--alarm-mistakeslighter:#fce6e3;--attentionbase:#f90;--attentionlight:#ffd699;--attentionlighter:#fff5e5;--black50-background:#f5f5f5;--black50-background-hover:#fafafa;--black100-divider:#e6e6e6;--black-200:#ccc;--black-300:#b3b3b3;--black-400:#999;--black-500:grey;--black-600:#666;--black700-gray-text:#4d4d4d;--black-800:#333;--black-900:#1a1a1a;--black1000-main-text:#212121;--text-regular-12-font-family:"Manrope",Helvetica;--text-regular-12-font-size:12px;--text-regular-12-font-style:normal;--text-regular-12-font-weight:400;--text-regular-12-letter-spacing:0px;--text-regular-12-line-height:139.9999976158142%;--text-regular-14-font-family:"Manrope",Helvetica;--text-regular-14-font-size:14px;--text-regular-14-font-style:normal;--text-regular-14-font-weight:400;--text-regular-14-letter-spacing:0px;--text-regular-14-line-height:139.9999976158142%;--text-regular-16-font-family:"Manrope",Helvetica;--text-regular-16-font-size:16px;--text-regular-16-font-style:normal;--text-regular-16-font-weight:400;--text-regular-16-letter-spacing:0px;--text-regular-16-line-height:139.9999976158142%;--text-regular-18-font-family:"Manrope",Helvetica;--text-regular-18-font-size:18px;--text-regular-18-font-style:normal;--text-regular-18-font-weight:400;--text-regular-18-letter-spacing:0px;--text-regular-18-line-height:139.9999976158142%;--text-regular-20-font-family:"Manrope",Helvetica;--text-regular-20-font-size:20px;--text-regular-20-font-style:normal;--text-regular-20-font-weight:400;--text-regular-20-letter-spacing:0px;--text-regular-20-line-height:139.9999976158142%}.layout_Footer__XrvCb{width:100vw;display:flex;justify-content:center;background-color:var(--primary-main);padding:40px}.layout_LogoIcon__xZgWw{width:167px}.layout_SocialIconBox__TqS1Z{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#eefbf4}.layout_FooterCover__fX_Hf{display:flex;flex-direction:column;width:100%;max-width:1280px;gap:24px}.layout_LinkBlock__x1d24,.layout_LinkSubBlock__8LTNj{display:flex;justify-content:space-between;gap:24px}.layout_LinkLeftColumn__bJxdl{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.layout_LinkColumn__gpZiN{display:flex;max-width:33.3%;flex-direction:column;gap:4px;flex-shrink:0}.layout_BodyCover__eIQH7{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:72px;width:100%;gap:40px}.layout_PolicyMainBlock__zD7i8{display:flex;justify-content:space-between;gap:16px}.layout_PolicyBlock__M7ejb{display:flex;gap:8px}.layout_CopyrightBlock__8cLb1{display:flex;justify-content:space-between;width:50%;gap:8px}@media screen and (max-width:1080px){.layout_CopyrightBlock__8cLb1{flex-direction:column-reverse}.layout_LinkBlock__x1d24{flex-direction:column}.layout_LinkSubBlock__8LTNj{width:100%}}@media screen and (max-width:899px){.layout_Footer__XrvCb{padding-bottom:80px}}@media screen and (max-width:799px){.layout_LinkLeftColumn__bJxdl{width:100%;align-items:center;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.layout_LinkLeftColumn__bJxdl>*{flex-shrink:0}.layout_PolicyBlock__M7ejb{flex-direction:column}.layout_CopyrightBlock__8cLb1{flex-direction:column;justify-content:flex-start}}@media screen and (max-width:600px){.layout_LinkSubBlock__8LTNj{flex-direction:column}.layout_LinkColumn__gpZiN{width:100%;max-width:100%}}@media screen and (max-width:479px){.layout_LinkColumn__gpZiN{width:100%}.layout_PolicyMainBlock__zD7i8{flex-direction:column}.layout_PolicyMainBlock__zD7i8>div{width:100%}}.sandwich_Root__s7BG5{display:flex;width:24px;height:24px;justify-content:center;align-items:center;cursor:pointer}.sandwich_Root__s7BG5:hover{opacity:.9}.sandwich_Icon__QSDvw{display:flex;align-items:center;position:relative;width:24px;height:24px;z-index:1}.sandwich_Icon__QSDvw>span,.sandwich_Icon__QSDvw>span:after,.sandwich_Icon__QSDvw>span:before{display:block;position:absolute;height:2px;background-color:#fff;transition-duration:.25s;border-radius:1px}.sandwich_Icon__QSDvw>span{width:22px}.sandwich_Icon__QSDvw>span:after,.sandwich_Icon__QSDvw>span:before{width:24px}.sandwich_Icon__QSDvw>span:before{content:"";top:-8px}.sandwich_Icon__QSDvw>span:after{content:"";top:8px}.sandwich_IsOpen__s3_W3 .sandwich_Icon__QSDvw>span{transform:rotate(45deg)}.sandwich_IsOpen__s3_W3 .sandwich_Icon__QSDvw>span:before{top:0;transform:rotate(0)}.sandwich_IsOpen__s3_W3 .sandwich_Icon__QSDvw>span:after{top:0;transform:rotate(90deg)}.LoginForm_form__4i8yK{display:flex;flex-direction:column;gap:16px}.LoginForm_field__7vMpR{margin:0!important}.LoginForm_forgotPassword__Efunb{align-self:flex-start;margin-top:-8px;font-size:14px}.LoginForm_submitButton__UAEZl{margin-top:8px;height:48px;font-weight:600;text-transform:none}.LoginForm_divider____8ql{margin:24px 0}.LoginForm_signUpSection__KwDQn{text-align:center;margin-top:16px}.RegisterForm_form__KmHmG{display:flex;flex-direction:column;gap:16px}.RegisterForm_field__uF1p1{margin:0!important}.RegisterForm_checkbox__M7xik{margin:8px 0 0!important}.RegisterForm_errorText__DEkOe{margin-top:-8px;margin-left:12px}.RegisterForm_submitButton__dcpVn{margin-top:8px;height:48px;font-weight:600;text-transform:none}.RegisterForm_terms__SehG7{text-align:center;line-height:1.4}.RegisterForm_divider__5Bbso{margin:24px 0}.RegisterForm_signInSection__rm7Ib{text-align:center;margin-top:16px}.RegisterForm_title__1iacc{text-align:center;margin-bottom:16px;font-weight:600}.RegisterForm_description__7D1ki{text-align:center;margin-bottom:24px;line-height:1.5}.RegisterForm_resendButton__POodw{margin-top:8px;margin-bottom:16px;height:48px;font-weight:600;text-transform:none}.RegisterForm_backButton__qUL_d{margin-top:8px;height:40px;font-weight:500;text-transform:none;color:var(--mui-palette-text-secondary)}.ForgotPasswordForm_form__Raa3k{display:flex;flex-direction:column;gap:16px}.ForgotPasswordForm_description__qxwzz{text-align:center;margin-bottom:8px}.ForgotPasswordForm_field__IxpIf{margin:0!important}.ForgotPasswordForm_submitButton__mVyC2{margin-top:8px;height:48px;font-weight:600;text-transform:none}.ForgotPasswordForm_backToLogin__PLYg_{text-align:center;margin-top:16px}.AuthDrawer_drawer__3Kr6U.MuiDrawer-root{z-index:1303}.AuthDrawer_drawerPaper__0A0FY{background:#f8f9fa;border-left:1px solid #e0e0e0}.AuthDrawer_header__oXsoY{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e0e0e0;background:#fff}.AuthDrawer_title__mTeSG{font-weight:600;color:#333;margin:0}.AuthDrawer_closeButton__sVRyM{color:#666}.AuthDrawer_closeButton__sVRyM:hover{background:#f5f5f5}.AuthDrawer_content__mXWdI{flex:1 1;padding:24px;overflow-y:auto}@media (max-width:680px){.AuthDrawer_drawerPaper__0A0FY{width:100%!important}.AuthDrawer_header__oXsoY{padding:20px 20px 12px}.AuthDrawer_content__mXWdI{padding:20px}}.AuthButton_signInButton__Hse6O{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s;color:#fff}.AuthButton_signInButton__Hse6O:hover{background-color:hsla(0,0%,100%,.1)}.AuthButton_profileLink__Vlf9_{text-decoration:none;color:inherit}.AuthButton_profileButton__7XxVR{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s;color:#fff}.AuthButton_profileButton__7XxVR:hover{background-color:hsla(0,0%,100%,.1)}.AuthButton_icon__cIeEB{font-size:20px}.AuthButton_avatar__OJBaW{width:32px;height:32px;font-size:14px}.AuthButton_text__fopXa{font-weight:500}