:root{--background:#FAFAFA;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:Arial,-apple-system,BlinkMacSystemFont,sans-serif}.main-layout{display:flex;flex-direction:row-reverse;justify-content:center;max-width:1680px;margin:auto;background:var(--background);gap:32px;padding:0 32px;will-change:auto}@media screen and (max-width:768px){.main-layout{box-shadow:none;flex-direction:column;padding:0;gap:0}}.glassyRoundedButton{display:flex;min-height:52px;min-width:52px;height:52px;width:52px;align-items:center;justify-content:center;border-radius:50px;font-size:21px;color:#000;background:#FFF;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}main{width:100%;contain:layout}