@charset "UTF-8";:root{--size-300:0.75rem;--size-400:1rem;--size-500:1.33rem;--size-600:1.7rem;--size-700:2.5rem;--size-800:3rem;--size-900:3.5rem;--green:#228B22;--gold:gold}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a,body,div,footer,h1,h2,header,hgroup,html,li,ol,p,section,small,span,strong,ul{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth;scroll-padding-top:2rem}body,html{background-color:#FFFAF0;color:#111111}body{line-height:1.5;letter-spacing:-0.025rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Arial}body:after,body:before{content:"";width:50vw;min-width:300px;max-width:80vh;height:50vw;min-height:300px;max-height:80vh;-webkit-filter:blur(100px);filter:blur(100px);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;position:fixed;z-index:0;pointer-events:none;opacity:0.35}body:before{background-color:var(--green);top:-20%;left:-20%}body:after{background-color:var(--gold);bottom:10%;right:-20%}@media (max-width:600px){body:after,body:before{opacity:0.7}body:after{right:-40%}}strong{font-weight:700}a{color:inherit;font-size:1rem;position:relative}main a[target=_blank]:after{content:"↗";position:absolute;top:0;right:0;-webkit-transform:translateX(110%);transform:translateX(110%);line-height:100%;font-size:var(--size-300)}ol{list-style:none;counter-reset:item}ol>li{font-size:2rem;line-height:1.2em;counter-increment:item;margin:3rem 0;padding:0;position:relative}ol>li>span{display:block;margin-top:0.75rem;font-size:1rem;line-height:1.5em;max-width:60ch}ol>li:before{display:block;font-size:5rem;font-weight:700;line-height:1.5em;content:counter(item);-webkit-transform:translateY(2px);transform:translateY(2px)}ol>li:after{font-size:1rem;font-weight:700;line-height:1.4em;position:absolute;top:0;left:0;-webkit-transform:rotate(-90deg) translateX(-4rem) translateY(-140%);transform:rotate(-90deg) translateX(-4rem) translateY(-140%);content:"step"}@media (min-width:600px){ol>li{padding:3.75rem 0 0 7rem}ol>li:not(:first-of-type){margin:6rem 0}ol>li:before{display:inline-block;position:absolute;top:0;left:0;width:4rem}}ul{list-style:none}ul>li{font-size:var(--size-400)}ul>li strong{display:block;line-height:1.3em}h1{font-weight:700;font-size:var(--size-800);line-height:1.1;letter-spacing:-0.03em;max-width:40ch;margin:1rem 0 0}h2{font-weight:700;font-size:var(--size-600);line-height:1.2em;letter-spacing:-0.03em;max-width:20ch;margin:0.75rem 0 0;text-wrap:balance}.sub{font-size:var(--size-300)}li,p{max-width:60ch;margin:1em 0}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:5rem 1.5rem;height:600px;position:relative;z-index:2;overflow:hidden;border-bottom:1px dashed #999;border-radius:30px}header p.sub{display:inline-block;margin:0 auto 1rem;padding:0.15rem 0.6rem;border:1px solid #999;border-radius:30px}header h2{font-weight:400;margin:0.75rem auto 0}header .button{margin-top:2rem}main{padding:3rem 2rem;min-height:100vh;position:relative;z-index:1}footer{border-top:1px solid rgba(0,0,0,0.2);padding:2rem 2rem}footer p{margin:0.5rem 0}@media (min-width:768px){header{padding:5rem 2rem}footer>div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1rem 0}footer p{max-width:50%}}@media (min-width:1024px){header{padding:5rem 3rem}main{padding:3rem 3rem}footer{padding:2rem 3rem}}.button{display:inline-block;width:auto;padding:0.75rem 1rem;margin:1rem 0 0;border-radius:0.3rem;background-color:#111;color:#f2f2f2;text-decoration:none;font-weight:600;line-height:1;-webkit-transition:background-color 0.2s;transition:background-color 0.2s}.button:hover{background-color:#333}.button:after{display:none}@media (min-width:1024px){h1{font-size:var(--size-900)}h2{font-size:var(--size-700);max-width:24ch}}.intro-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:600px}.intro{padding:var(--size-300) var(--size-500) var(--size-500);border-radius:15px;background-color:blanchedalmond;max-width:900px;margin:0 auto}@media (min-width:1024px){.intro{padding:var(--size-600) var(--size-800) var(--size-800)}}.intro p:not(.sub){font-size:1.17em}