:root{--background:#fff;--foreground:#171717}html{scroll-behavior:smooth;height:100%}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-x:auto;overflow-y:auto}*,body{margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}#__next{height:100%}.RootContainer{height:100vh!important;min-height:100vh!important}.pageContext,main{height:100%!important;min-height:100vh!important}@media (min-width:1280px){body{overflow-x:auto!important;overflow-y:auto!important}.RootContainer,.pageContext,main{width:100%!important}}