@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fff;color:#1d293d;margin:0}header{display:flex;background:#fff;border-bottom:1px solid rgba(0,0,0,.1)}header .header-info{padding:4rem 8vw;min-height:80vh;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(0,0,0,.1)}header .header-info h1{margin:0;font-size:4rem;letter-spacing:-.03em}header .header-info .subtitle{margin:1rem 0 0;color:#00000080}header .header-image{background:#fafeb8;flex:1;display:grid;place-items:center}header .header-image svg{width:50%;height:50%;max-width:16rem;max-height:16rem}.introduction{padding:4rem 8vw;background:#f8fafc;border-bottom:1px solid rgba(0,0,0,.1);display:flex;gap:8vw}.introduction .info{flex-basis:40rem}.introduction h2{font-size:1.5rem;margin:0}.introduction p{color:#0009;line-height:1.5}.introduction p a{color:#000c;text-decoration:underline solid rgba(0,0,0,.2)}.introduction dl{line-height:1.5}.introduction dl dt{font-weight:500;margin:1rem 0 .5rem}.introduction dl dd{color:#0009}.main-body{display:grid;grid-template-columns:1fr 1fr}.main-body main{background:#fff;border-right:1px solid rgba(0,0,0,.1)}.main-body main section{height:100vh;padding:4rem 8vw;--progress: 0%;border-bottom:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;isolation:isolate}.main-body main section:before{content:"";position:absolute;top:0;bottom:calc(100% - var(--progress));left:0;right:0;background:#fafeb8;z-index:-1}.main-body main section h2{font-size:2rem}.main-body main section p{color:#000000b3;line-height:1.5}.main-body .data-visual{height:100vh;width:100%;background:#f8fafc;display:grid;grid-template-columns:repeat(3,100%);overflow:hidden}.main-body .data-visual .data-screen{width:100%;padding:6rem 2rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;overflow:auto;position:relative;left:calc(-100% * (var(--section) - 1));transition:.5s ease-in-out}.main-body .data-visual figure{display:flex;flex-direction:column;justify-content:center;align-items:center;height:max-content;margin:auto}.main-body .data-visual figcaption{margin-top:1rem;color:#0006}.main-body .data-visual table{border-collapse:collapse}.main-body .data-visual table td{border:1px solid rgba(0,0,0,.5);padding:1rem;font-size:.875rem}.main-body .data-visual table tr{transition:.2s ease}.main-body .data-visual table tr:first-of-type{background:#fafeb8;font-weight:500}.main-body .data-visual table tr:not(:first-of-type){color:#000000bf}.main-body .data-visual table tr:not(:first-of-type):hover{color:#000;background:#fafeb84d}footer{background:#fff;padding:2rem;display:flex;justify-content:center;align-items:center}footer p{color:#00000080}
