:root{--primary:#fd8b17;--primary-light:#fa4;--primary-dark:#e67300;--primary-hover:#ff9e33;--black:#1a1a1a;--white:#fff;--grey-50:#fafafa;--grey-100:#f4f4f5;--grey-200:#e4e4e7;--grey-300:#d4d4d8;--grey-400:#a1a1aa;--grey-500:#71717a;--grey-600:#52525b;--grey-700:#3f3f46;--grey-800:#27272a;--grey-900:#18181b}*,body,html{margin:0;padding:0}body,html{background-color:var(--white);color:var(--grey-800);font-family:Lato,system-ui,-apple-system,sans-serif;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}a:hover{color:var(--primary)}*{-webkit-box-sizing:border-box;box-sizing:border-box}.MuiPaper-elevation.MuiPaper-rounded.MuiPopover-paper{@media only screen and (max-width:420px) and (min-width:300px){width:100%;left:0!important;right:0!important}}#_next{position:relative;min-height:100vh}::selection{background-color:var(--primary);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--grey-400)}img{max-width:100%;height:auto}button,h1,h2,h3,h4,h5,h6,input,select,textarea{font-family:Lato,system-ui,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25}