:root{--background:#ffffff;--foreground:#171717;--darkGrey:#171717;--lightGrey:#777777;--ms-4:0.1875rem;--ms-3:0.3125rem;--ms-2:0.5625rem;--ms-1:0.875rem;--ms0:1.4375rem;--ms1:2.3125rem;--ms2:3.75rem;--ms3:6.0625rem;--ms4:9.875rem;--ms5:15.9375rem;--ms6:25.8125rem}::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;display:none}::-webkit-scrollbar-thumb{background:#888;border-radius:4px;display:none}::-webkit-scrollbar-thumb:hover{background:#555;display:none}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-recia-medium),Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--ms2)}iframe,img{max-width:100%;height:auto}.h1{font-size:var(--ms0);line-height:calc(var(--ms0) + var(--ms-1));font-weight:400;font-family:var(--font-recia-medium);@media (min-width:600px){font-size:var(--ms1);line-height:calc(var(--ms1) + var(--ms-1))}}.h2{font-size:var(--ms2);font-weight:400;font-family:var(--font-recia-medium);@media (min-width:600px){font-size:var(--ms5)}}.h3{font-size:var(--ms4)}.h3,.h4{font-weight:400;font-family:var(--font-recia-medium)}.h4{font-size:var(--ms2)}.h6{font-size:var(--ms0);font-weight:400;@media (min-width:600px){font-size:var(--ms0)}}.p,p{font-size:var(--ms0);line-height:var(--ms1);font-weight:400;font-family:var(--font-delight-light)}.textBlock{h2,p{padding:var(--ms0) 0}}.siteWrapper{display:grid;grid-template-columns:repeat(25,1fr);margin:0 auto;width:100vw}*{box-sizing:border-box;padding:0;margin:0}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.example-container{width:100vw;height:100vh;position:relative}.example-container,.next,.prev{display:flex;justify-content:center;align-items:center}.next,.prev{top:calc(50% - 20px);position:absolute;background:white;border-radius:30px;width:40px;height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.next{right:10px}.prev{left:10px;transform:scale(-1)}.refresh{padding:10px;position:absolute;background:rgba(0,0,0,.4);border-radius:10px;width:20px;height:20px;top:10px;right:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}