@charset "UTF-8";.tooltipster{display:inline-block;background-color:var(--gray);width:18px;height:18px;border-radius:10em;color:#fff;font-weight:700;text-align:center;line-height:16px;font-size:10px;position:relative;z-index:2;cursor:pointer;transition:all .2s ease-in-out;vertical-align:middle}.tooltipster img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tooltipster:hover{background-color:var(--accent)}.tooltipster svg{fill:var(--white)}.tooltipster-sidetip .tooltipster-box{border-radius:16px;background:var(--white);border:0;box-shadow:var(--boxShadow);max-width:364px}.tooltipster-sidetip .tooltipster-content{padding:24px;color:var(--black);font-size:14px}.tooltipster-arrow{display:none!important}@media screen and (max-width:768px){.tooltipster-sidetip .tooltipster-content{padding:16px}.tooltipster-sidetip .tooltipster-box{border-radius:12px}}