
html,body{margin:0;background:#fff;font-family:Arial,Helvetica,sans-serif}
.page-wrap{width:100%;display:flex;justify-content:center;background:#fff}
.stage{position:relative;width:min(100vw,1536px);aspect-ratio:1536/1024;background:url('assets/approved-homepage.png') center top/100% 100% no-repeat;overflow:hidden}
.hotspot{position:absolute;display:block;cursor:pointer;background:rgba(0,0,0,0)}
.hotspot:focus{outline:3px solid rgba(0,170,170,.45);outline-offset:2px}
.note{max-width:1100px;margin:18px auto 50px;padding:0 20px;color:#475569;font-size:14px}
