*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{font-size:14px;margin:.5rem 0;overflow-wrap:break-word}section img{max-width:520px;margin:0 auto!important;height:100%;max-height:280px;object-fit:cover;margin:1rem 0;display:block;transform-origin:center}.card,section img{width:100%;border-radius:8px}.card{margin:0 auto;max-width:620px;padding:16px;background-color:#fff;box-shadow:0 8px 24px rgba(149,157,165,.2);animation:fade-in linear both;animation-timeline:view();animation-range:entry 10% entry 80%;display:flex;flex-direction:column;box-sizing:border-box}.card h2,.card p{margin-bottom:.5rem}@keyframes scaleProgress{0%{transform:scaleX(0)}to{transform:scaleX(100%)}}.progress-bar{position:fixed;top:0;left:0;width:100%;height:1rem;z-index:1;background:#feac5e;background:-webkit-linear-gradient(90deg,#4bc0c8,#c779d0,#feac5e);background:linear-gradient(90deg,#4bc0c8,#c779d0,#feac5e);transform-origin:0 50%;animation:scaleProgress auto linear;animation-timeline:scroll(root)}@keyframes fade-in{0%{opacity:.3;transform:scale(.9)}to{opacity:1;transform:scale(1)}}