.LoadingIndicator{position:absolute;top:50%;right:0;bottom:0;left:0;text-align:center;transform:translateY(-50%)}.LoadingIndicator>div{display:inline-block;width:8px;height:8px;margin:0 4px;background-color:#333;border-radius:100%;animation:bounce 1s cubic-bezier(.76,0,.24,1) infinite both}.LoadingIndicator>div:first-child{animation-delay:-.32s}.LoadingIndicator>div:nth-child(2){animation-delay:-.16s}.LoadingIndicator>div:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:0}40%{opacity:1}}.AreaChart{--color:#7cb7b6;--color-stop:#f9f8f7;--color-start:#73bfbe}.AreaChart path{position:fixed;right:0;bottom:0;left:0}.AreaChart path.AreaChart__area{max-height:100%;fill:url(#gradient)}.AreaChart path.draw-stroke{animation:dash 3.5s cubic-bezier(.76,0,.24,1) forwards}.AreaChart__previousClose{fill:#403e3d;opacity:.9;font-size:14px;line-height:15px}.AreaChart__previousClose.trade{fill:var(--theme-color-dark)}.AreaChart__previousCloseRect{fill:hsla(0,0%,100%,.8)}.AreaChart__priceline{stroke:var(--theme-color-dark);stroke-width:2;stroke-dasharray:6,8}.AreaChart__line{stroke:var(--theme-color-dark);stroke-width:3px}.AreaChart__crosshair-text--upper{fill:#403e3d}.AreaChart__crosshair-circle{stroke:var(--theme-color-dark);stroke-width:1px}.AreaChart__wrapper{position:relative;height:var(--chart-wrapper-height);margin-top:3.13rem;transform:translateY(1.88rem);transition:transform 4s cubic-bezier(.76,0,.24,1);--chart-wrapper-height:calc(-6vw + 38.75rem)}@media(min-width:769px){.AreaChart__wrapper{--chart-wrapper-height:calc(39vmax + 6.25rem)}}.AreaChart__wrapper--loaded{transform:translateY(0)}.AreaChart__wrapper--loaded:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:linear-gradient(110deg,rgba(249,248,247,.001) 48%,#f9f8f7 52%);background-position:100% 50%;background-size:210% 100%;animation:fadeWipe 3s cubic-bezier(.76,0,.24,1) forwards;content:"";pointer-events:none}.AreaChart__wrapper .Pill__wrapper{position:absolute;top:50%;right:1.5rem;display:flex;flex-direction:column;justify-content:space-evenly;height:64%;transform:translateY(-50%);opacity:0;animation:fadeIn 1s cubic-bezier(.76,0,.24,1) forwards;animation-delay:2s}@keyframes dash{to{stroke-dashoffset:0}}@keyframes fadeWipe{0%{background-position:100% 50%;visibility:visible}to{background-position:0 50%;visibility:hidden}}.Pill{padding:.25em;color:#403e3d;font-weight:700;font-size:.81rem;line-height:1;background:#fff;border-radius:999px;opacity:.8;text-align:center}@media(min-width:769px){.Pill{font-size:1rem}}.TimeRangeSwitcher{position:absolute;top:calc(-1vmax - 64px);left:50%;display:block;width:max-content;list-style-type:none;transform:translateX(-50%);opacity:0;animation:fadeIn 1s cubic-bezier(.76,0,.24,1) forwards;animation-delay:2s}.TimeRangeSwitcher ul *+*{margin-left:1.56rem}.TimeRangeSwitcher__TimeRangeButton{margin:0;padding:0;overflow:visible;color:inherit;font:inherit;line-height:normal;text-align:inherit;-webkit-text-decoration:none;text-decoration:none;background:none;border-width:0;z-index:0;width:2.19rem;height:2.19rem;font-size:14px;font-weight:700;outline:0;cursor:pointer;transition:color .15s cubic-bezier(.34,0,.53,1.3)}.TimeRangeSwitcher__TimeRangeButton:focus-visible{border:2px solid #403e3d}.TimeRangeSwitcher__TimeRangeButton[aria-pressed=true]{color:#fff}.TimeRangeSwitcher__TimeRangeButton[aria-pressed=false]{color:#403e3d}.TimeRangeSwitcher__Selector{position:absolute;top:0;left:0;z-index:-1;width:2.19rem;height:2.19rem;transition:transform .15s cubic-bezier(.34,0,.53,1.3),background-color .3s cubic-bezier(.76,0,.24,1)}@keyframes fadeIn{to{opacity:1}}.center{top:50%;left:50%;transform:translate(-50%,-50%)}.Message{color:#5b5758}.Message.as-card{flex:0 0 375px;max-width:100%;border:1px solid rgba(151,151,151,.3019607843);box-shadow:none}.Message.absolute{position:absolute}.NoData__wrapper .Actions>*{cursor:pointer}.NoData__wrapper.blur-contents .Card:not(.Message){-webkit-user-select:none;user-select:none;pointer-events:none}.NoData__wrapper.blur-contents .Card:not(.Message)>*{filter:blur(5px)}