@font-face{font-family:Noto Sans SC;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/noto-sans-sc/noto-sans-sc-400.woff2) format("woff2")}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/noto-sans-sc/noto-sans-sc-500.woff2) format("woff2")}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/noto-sans-sc/noto-sans-sc-600.woff2) format("woff2")}@font-face{font-family:"Noto Serif SC";font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/noto-serif-sc/noto-serif-sc-400.woff2) format("woff2")}@font-face{font-family:"Noto Serif SC";font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/noto-serif-sc/noto-serif-sc-500.woff2) format("woff2")}@font-face{font-family:"Noto Serif SC";font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/noto-serif-sc/noto-serif-sc-600.woff2) format("woff2")}:root{--font-brand:"Noto Serif SC",serif;--font-ui:"Noto Sans SC",sans-serif;--type-display:32px;--type-hero:28px;--type-page-title:24px;--type-section-title:18px;--type-card-title:16px;--type-body-strong:15px;--type-body:14px;--type-secondary:13px;--type-caption:12px;--type-label:10px}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:#2d4138;background:#e7e5dc;font-size:var(--type-body);font-weight:400;line-height:1.7}body,button,input,select,textarea{font-family:var(--font-ui)}blockquote,h1,h2,h3{font-family:var(--font-brand);font-weight:500}a{color:inherit;text-decoration:none}.loading{min-height:76svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.orbit{position:relative;width:150px;height:150px;display:grid;place-items:center;border:1px solid #456b5b2e;border-radius:50%;animation:spin 8s linear infinite}.orbit:before{content:"";inset:18px;border:1px solid #c2914c40}.orbit i,.orbit:before{position:absolute;border-radius:50%}.orbit i{width:7px;height:7px;background:#c99652;top:12px}.orbit strong{font-family:var(--font-brand);font-size:var(--type-hero);font-weight:500;animation:spin 8s linear infinite reverse}.loading h1{font-size:var(--type-page-title);line-height:1.5}.loading p{margin-top:30px;font-size:var(--type-body);line-height:1.75}.loading button{padding:13px 24px;border:0;border-radius:18px;color:white;background:#456b5b;font-size:var(--type-body);font-weight:600}@keyframes spin{to{transform:rotate(1turn)}}