body,html{margin:0;padding:0;background:#f8f5ee;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button{font-family:inherit}@keyframes hp-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hp-grow-up{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes hp-fill-right{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hp-header{opacity:0;animation:hp-fade-up .6s cubic-bezier(.22,1,.36,1) .05s forwards}.hp-tab-panel>*{opacity:0;animation:hp-fade-up .55s cubic-bezier(.22,1,.36,1) forwards}.hp-tab-panel>:first-child{animation-delay:.05s}.hp-tab-panel>:nth-child(2){animation-delay:.11s}.hp-tab-panel>:nth-child(3){animation-delay:.17s}.hp-tab-panel>:nth-child(4){animation-delay:.23s}.hp-tab-panel>:nth-child(5){animation-delay:.29s}.hp-tab-panel>:nth-child(6){animation-delay:.35s}.hp-tab-panel>:nth-child(7){animation-delay:.41s}.hp-tab-panel>:nth-child(8){animation-delay:.47s}.hp-tab-panel>:nth-child(9){animation-delay:.53s}.hp-tab-panel>:nth-child(10){animation-delay:.59s}.hp-tab-panel>:nth-child(11){animation-delay:.65s}.hp-tab-panel>:nth-child(12){animation-delay:.71s}.hp-tab-panel>:nth-child(n+13){animation-delay:.77s}.hp-chart{opacity:0;animation:hp-fade-in .9s ease-out .35s forwards;transform-origin:bottom}.hp-bar-fill{transform-origin:left center;transform:scaleX(0);animation:hp-fill-right .8s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion:reduce){.hp-bar-fill,.hp-chart,.hp-header,.hp-tab-panel>*{animation:none!important;opacity:1!important;transform:none!important}}