.interactive-doc-container{width:100%}.interactive-doc-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.interactive-doc-description{margin-bottom:1.5rem}.interactive-doc-image-container{border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.interactive-doc-relative-wrapper{position:relative;width:100%}.interactive-doc-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.interactive-doc-highlight-box{position:absolute;inset:0;border-radius:.375rem;transition:all .2s ease;cursor:help}.interactive-doc-highlight-box:hover{background-color:rgba(78,255,8,.4)}.interactive-doc-highlight-box.active{border:2px dashed rgb(255,238,0);background-color:rgba(78,255,8,.2)}.interactive-doc-number{position:absolute;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.875rem;font-weight:500;background-color:rgb(229,255,0);color:rgb(0,0,0);transition:all .2s ease;z-index:5;cursor:help}.interactive-doc-hotspot{position:absolute;overflow:visible}.interactive-doc-number.active{background-color:rgb(14,14,14);color:rgb(255,255,255)}.interactive-doc-tooltip{position:absolute;width:12rem;background-color:white;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);font-size:.875rem;z-index:10}.tooltip-bottom{top:100%;left:0;margin-top:.5rem}.tooltip-top{bottom:100%;left:0;margin-bottom:.5rem}.tooltip-left{right:100%;top:0;margin-right:.5rem}.tooltip-right{left:100%;top:0;margin-left:.5rem}.tooltip-bottom:before,.tooltip-left:before,.tooltip-right:before,.tooltip-top:before{content:"";position:absolute;width:0;height:0}.tooltip-bottom:before{top:-.5rem;border-bottom:.5rem solid black}.tooltip-bottom:before,.tooltip-top:before{left:1rem;border-left:.5rem solid transparent;border-right:.5rem solid transparent}.tooltip-top:before{bottom:-.5rem;border-top:.5rem solid black}.tooltip-left:before{right:-.5rem;border-left:.5rem solid black}.tooltip-left:before,.tooltip-right:before{top:1rem;border-top:.5rem solid transparent;border-bottom:.5rem solid transparent}.tooltip-right:before{left:-.5rem;border-right:.5rem solid black}.interactive-doc-tooltip-title{padding:.2rem;background-color:black;font-weight:500}.interactive-doc-tooltip-description{padding:.5rem;color:#666;margin-top:.25rem}.interactive-doc-learn-more{padding-left:.5rem;margin-top:.5rem;display:flex;align-items:center}.interactive-doc-learn-more-text{color:rgb(59,130,246);margin-left:.25rem;cursor:pointer}.interactive-doc-learn-more-text:hover{text-decoration:underline}.interactive-doc-footer{margin-top:1rem;font-size:.875rem;color:#6b7280}