:root{--clr-white-main:#fff;--clr-grey-light:#9c9c9c33;--clr-grey-main:#d1d5dc;--clr-blue-main:#091f3d;--clr-blue-dark:#091f3db3;--clr-green-main:#4bb29e;--clr-green-light:#e6f4f1;--clr-red-main:#ff334f;--clr-red-light:#fbedef;--clr-brown-main:#6d440d;--clr-brown-light:#fff3e5;--box-shadow:0px 3px 6px var(--clr-grey-light);--border-radius-main:1rem;--border-radius-max:100rem}*{margin:0;padding:0;box-sizing:border-box}body,html{font-size:16px;line-height:1.5;color:var(--clr-blue-main);min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ol,ul{list-style:none}button,input,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5}.Loader_animatedLoadingDotsContainer___EfM3{float:left;position:relative;height:100%;width:100%;z-index:9999}.Loader_animatedLoadingDots__mKn3u{height:100%;display:flex;justify-content:center;align-items:center}.Loader_animatedLoadingDots__mKn3u>div{background-color:#888;width:12px;height:12px;border-radius:12px;animation-name:Loader_loader-dots__dU6L1;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1s;animation-delay:.2s;margin:0}.Loader_animatedLoadingDots__mKn3u.Loader_darkDots__2s2oQ div{background-color:#fff}.Loader_animatedLoadingDots__mKn3u div:first-child,.Loader_animatedLoadingDots__mKn3u div:last-child{margin:0 12px}.Loader_animatedLoadingDots__mKn3u div:first-child{animation-delay:0ms}.Loader_animatedLoadingDots__mKn3u div:last-child{animation-delay:.4s}@keyframes Loader_loader-dots__dU6L1{0%{opacity:1}to{opacity:.3}}