.Toast_container__W_70x{position:fixed;top:56px;bottom:0;right:0;z-index:50;max-height:100dvh;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;justify-content:flex-end;padding:0;pointer-events:none}.Toast_container__W_70x:not(:empty){padding-right:12px;padding-bottom:12px}.Toast_toasts__WLdXY{display:flex;flex-direction:column;align-items:flex-end;gap:12px;overflow-y:auto;overflow-x:hidden}.Toast_toasts__WLdXY .Toast_toast__mDcWJ{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;padding:8px 16px;border-radius:5px;gap:8px;animation:Toast_slideIn__8wc45 ease both;background-color:var(--grey-200);color:var(--white);pointer-events:all}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP{display:flex;width:100%;gap:16px;align-items:center;justify-content:space-between}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP p{font-size:1rem;font-weight:500;line-height:20px;white-space:nowrap;color:inherit}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP button{border:none;outline:none;height:100%;background-color:transparent;cursor:pointer;aspect-ratio:1;opacity:.6;padding:5px}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP button:hover{opacity:1}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP button svg{height:14px;width:14px;max-width:14px;max-height:14px}.Toast_toasts__WLdXY .Toast_toast__mDcWJ .Toast_head__1JVbP button svg path{fill:var(--white)}.Toast_toasts__WLdXY .Toast_toast__mDcWJ span{margin-bottom:5px;font-size:.875rem;color:inherit}.Toast_toasts__WLdXY .Toast_toast--dismissed__bojAe{animation:Toast_slideOut__mVI1j ease both}.Toast_toasts__WLdXY .Toast_toast--success__nC5X_{background-color:var(--black-transparent);color:var(--white);box-shadow:inset 0 0 0 2.5px transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Toast_toasts__WLdXY .Toast_toast--success__nC5X_ .Toast_head__1JVbP button svg path{fill:var(--white)}.Toast_toasts__WLdXY .Toast_toast--error__p7BE6{background-color:var(--red-600)}.Toast_toasts__WLdXY .Toast_toast--warning__LTiaK{background-color:var(--yellow-600)}.Toast_toasts__WLdXY .Toast_toast--info__tK_iC{background-color:var(--grey-200);color:var(--black)}.Toast_toasts__WLdXY .Toast_toast--info__tK_iC .Toast_head__1JVbP button svg path{fill:var(--black)}@keyframes Toast_slideIn__8wc45{0%{transform:translateX(calc(100% + 12px))}to{transform:translateX(0)}}@keyframes Toast_slideOut__mVI1j{0%{transform:translateX(0)}to{transform:translateX(calc(100% + 12px))}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;font-style:normal}:link,:visited{text-decoration:none}:root{--white:var(--grey-300);--black:var(--grey-1200);--black-transparent:hsla(0,0%,8%,.8);--grey-100:#fff;--grey-200:#fcfcfc;--grey-300:#eff2dd;--grey-400:#f0f0f0;--grey-500:#d9d9d9;--grey-600:#bfbfbf;--grey-700:#6a6a6a;--grey-800:#595959;--grey-900:#454545;--grey-1000:#262626;--grey-1100:#1f1f1f;--grey-1200:#353d35;--grey-1300:#000;--main-50:#f8be8c;--main-600:#373a37;--blue-50:#e2f1f9;--blue-600:#2c95c9;--red-50:#fcd5d5;--red-600:#f04242;--green-50:#eaf4e6;--green-600:#6eb654;--yellow-50:#fde7d3;--yellow-200:#faca9e;--yellow-600:#f5963d;--background-50:#858585;--background-100:#6e6e6e;--background-300:#5e5e5e;--background-400:#474747;--background-500:#3b3b3b;--background-600:#b5b5a0;--background-700:#a5a58d;--background-900:#141414;--landing-animation-delay:100ms;--landing-animation-duration:300ms;--title-animation-duration:500ms;--title-animation-delay:calc(var(--landing-animation-delay) + 800ms);--sub-animation-delay:calc(var(--title-animation-delay) + 500ms)}*{letter-spacing:.2px;font-weight:400;scroll-behavior:smooth;font-family:inherit;scrollbar-width:thin}html.no-scroll{height:100%;overflow:hidden}body{width:100vw;max-width:100vw;min-height:100dvh;overflow:hidden;background-color:var(--background-600);overflow-y:auto;color:var(--white)}form .star{display:none}form.required .star{display:inline-block}