:root{--black:#000;--white:#FFF;--gray-0:#939393;--gray-1:#E3E3E3;--gray-2:#EFEFEF;--gray-3:#5C5C5C;--gray-4:#CDCDCD;--blue-0:#228BE6;--blue-1:#217BF4;--blue-2:#D1E6F8;--blue-3:#4F85C3;--blue-4:#228BE6;--blue-5:#A2C9F5;--blue-6:#DEEDFF;--dark-1:#274B74;--dark-2:#475569;--brown-0:#FFE4B1;--brown-1:#AE853A;--red-0:#EB4848;--header-height:76px;--mobile-header-height:60px;--footer-height:169px;--mobile-footer-height:259px;box-sizing:border-box;font-size:100%}:root *,:root :after,:root :before{box-sizing:inherit}body,html{margin:0;padding:0}body,body .mantine-Title-root{font-family:var(--font-roboto)}figure,h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{margin:0;padding:0;border:none}input{padding:0;box-shadow:0 0 0 50px var(--white) inset}.body-layout{margin:0 auto;min-width:320px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeIn{animation:fadeIn .3s ease}.fadeOut{animation:fadeOut .3s ease}