.chart{width:100%;padding-bottom:63%;position:relative;--border-radius: 26px}@media screen and (min-width: 1024px){.chart{order:2;width:calc(100% - 328px);padding-bottom:calc((100% - 328px)*.63)}}@media screen and (min-width: 1366px){.chart{width:850px;padding-bottom:480px}}@media screen and (min-width: 1440px){.chart{width:876px;padding-bottom:493px}}.chart-grid-line{position:absolute;background:var(--Fill-4-default)}.chart-grid-line-vert{height:100%;width:1px}.chart-grid-line-hor{width:100%;height:1px}.chart[data-active-slide="1"] #chart-indicators,.chart[data-active-slide="1"] #chart,.chart[data-active-slide="1"] .chart-bgr{transform:scaleY(.8)}.chart[data-active-slide="1"] #chart-indicators{opacity:1}.chart[data-active-slide="1"] #chart-code{transform:translateY(0)}.chart-info-wrap{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--border-radius);z-index:2}.chart[data-active-slide="2"] #chart-indicators{opacity:1}.chart[data-active-slide="3"] #chart-indicators,.chart[data-active-slide="3"] #chart,.chart[data-active-slide="3"] .chart-bgr{transform:scaleX(.7)}.chart[data-active-slide="3"] #chart-chat{transform:translate(0)}.chart[data-active-slide="3"] #chart-indicators{opacity:1}.chart-bgr{background:var(--Fill-2-default);position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--border-radius);transition:transform .2s ease-in-out}#chart,#chart-indicators{position:absolute;top:-30px;width:calc(100% + 20px);height:calc(100% + 60px);overflow:hidden;transition:transform .2s ease-in-out;z-index:1}@keyframes moveChart{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes moveChartRTL{0%{transform:translate(0)}to{transform:translate(50%)}}.chart-scroller{height:100%;width:400%;display:flex}.chart-scroller img{height:100%}#chart:before,#chart:after{content:"";position:absolute;height:100%;width:10px;top:0;z-index:3}#chart:before{left:0;background:linear-gradient(to right,var(--Fill-1-default),transparent)}#chart:after{right:0;background:linear-gradient(to left,var(--Fill-1-default),transparent)}#chart-indicators{opacity:0}#chart-code{text-align:left;direction:ltr;position:absolute;left:0;bottom:0;height:50%;width:100%;transform:translateY(100%);transition:transform ease-in .2s;padding:24px 0 0 24px;font-family:Reddit Mono,Inter,Arial,sans-serif;font-variant-numeric:lining-nums proportional-nums;font-size:8px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.11px;color:#fff;overflow:hidden;white-space:nowrap;background:linear-gradient(180deg,var(--Fill-1-default) 0%,var(--Fill-2-default) 100%);will-change:transform}@media screen and (min-width: 480px){#chart-code{font-size:13px}}@media screen and (min-width: 1024px){#chart-code{font-size:15px}}#chart-avatar img{transition:transform ease-in .2s;bottom:16px;position:absolute;border-radius:50%;box-shadow:0 9.223px 49.191px #000000b8,-24.595px 24.595px 122.977px #ffeae533;will-change:transform;width:60px;height:60px}@media screen and (min-width: 720px){#chart-avatar img{width:100px;height:100px}}@media screen and (min-width: 1024px){#chart-avatar img{bottom:30px}}#chart-chat{transition:transform ease-in .2s;position:absolute;top:0;height:100%;width:35%;overflow:hidden;will-change:transform}#chart-chat .chats-content{transform:scale(.7);display:flex;flex-direction:column;gap:18px;transform-origin:left top;padding:24px}@media screen and (min-width: 1024px){#chart-chat .chats-content{transform:none}}#chart-chat article{display:flex;align-items:center;justify-content:flex-start;gap:8px}#chart-chat article:first-child .caption-accent{color:var(--Text-Brand-Primary-default)}#chart-chat img{width:36px;height:36px}#chart-chat .caption-accent{color:var(--Text-Primary)}#chart-chat .caption{color:var(--Text-Tertiary);overflow:hidden;text-overflow:ellipsis}#chart-chat .chat-text{white-space:nowrap;width:100%}#tv-attr-logo{display:none}.code-violet{color:#b67eff}.code-red{color:#f20}.code-blue{color:#00eaff}body[dir=ltr] .chart-scroller{animation:moveChart 25s linear infinite}body[dir=ltr] #chart,body[dir=ltr] #chart-indicators{right:-10px;transform-origin:right top}body[dir=ltr] .chart-bgr{transform-origin:right top}body[dir=ltr] .chart[data-active-slide="3"] #chart-indicators,body[dir=ltr] .chart[data-active-slide="3"] #chart{right:-10px;left:auto}body[dir=ltr] .chart[data-active-slide="2"] #chart-avatar img{transform:translate(0)}body[dir=ltr] #chart-avatar img{left:16px;transform:translate(calc(-100% - 160px))}@media screen and (min-width: 1024px){body[dir=ltr] #chart-avatar img{left:30px}}body[dir=ltr] #chart-chat{left:0;transform:translate(-101%);background:linear-gradient(270deg,var(--Fill-1-default) 0%,var(--Fill-2-default) 100%)}body[dir=rtl] .chart-scroller{animation:moveChartRTL 25s linear infinite}body[dir=rtl] #chart,body[dir=rtl] #chart-indicators{left:-10px;transform-origin:left top}body[dir=rtl] .chart-bgr{transform-origin:left top}body[dir=rtl] .chart[data-active-slide="3"] #chart-indicators,body[dir=rtl] .chart[data-active-slide="3"] #chart{left:-10px;right:auto}body[dir=rtl] .chart[data-active-slide="2"] #chart-avatar img{transform:translate(0) scaleX(-1)}body[dir=rtl] #chart-avatar img{right:16px;transform:translate(calc(100% + 160px)) scaleX(-1)}@media screen and (min-width: 1024px){body[dir=rtl] #chart-avatar img{right:30px}}body[dir=rtl] #chart-chat{right:0;transform:translate(101%);background:linear-gradient(90deg,var(--Fill-1-default) 0%,var(--Fill-2-default) 100%)}:root{--mobS: 393px;--mobL: 480px;--tabM: 720px;--deskS: 1024px;--deskL: 1366px;--deskXl: 1440px}.swiper-charts{overflow:hidden}@media screen and (min-width: 1024px){.swiper-charts{order:1;width:292px}}.swiper-charts .swiper-slide{cursor:pointer}.swiper-charts-wrapper{display:flex;flex-direction:column;gap:56px}@media screen and (min-width: 480px){.swiper-charts-wrapper{gap:72px}}@media screen and (min-width: 720px){.swiper-charts-wrapper{gap:88px}}@media screen and (min-width: 1024px){.swiper-charts-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0}}.swiper-charts-pagination{width:100%;display:flex;gap:12px;align-items:flex-end}@media screen and (min-width: 1024px){.swiper-charts-pagination{order:3;margin-top:160px}}.swiper-charts-pagination-bullet{color:var(--Text-Quaternary);position:relative;padding-bottom:8px;width:calc(25% - 9px);transition:color ease-in-out .2s;cursor:pointer}.swiper-charts-pagination-bullet.swiper-pagination-bullet-active{color:var(--Text-Primary)}.swiper-charts-pagination-bullet.swiper-pagination-bullet-active .swiper-charts-pagination-border:after{width:var(--progress)}@media screen and (max-width: 500px){.swiper-charts-pagination-bullet{font-size:12px;line-height:16px}}.swiper-charts-pagination-border{position:absolute;height:2px;width:100%;border-radius:2px;background:var(--Fill-3-default);bottom:0;left:0}.swiper-charts-pagination-border:after{content:"";position:absolute;height:inherit;bottom:0;border-radius:750px;background:var(--gradient-brand-default);box-shadow:2px 0 0 0 var(--Fill-1-default, #26211f)}body[dir=ltr] .swiper-charts-pagination-border:after{left:0}body[dir=rtl] .swiper-charts-pagination-border:after{right:0}
