.hm-cbx-wrap{align-items:center;display:inline-flex}.hm-cbx-inp{visibility:hidden;display:none}.hm-cbx{-webkit-user-select:none;user-select:none;cursor:pointer;align-items:flex-start;gap:0;margin:0;display:inline-flex}.hm-cbx[for]{cursor:pointer}.hm-cbx span{display:inline-block;transform:translate(0,0)}.hm-cbx__box{background:0 0;border:1.5px solid #9098a9;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .2s;position:relative;transform:scale(1)}.hm-cbx__box:before{content:"";background:var(--color-accent,#ff6b00);opacity:1;border-radius:50%;width:100%;height:100%;display:block;transform:scale(0)}.hm-cbx__box svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16;stroke-dashoffset:16px;transition:stroke-dashoffset .3s .1s;position:absolute;top:3px;left:2px;transform:translate(0,0)}.hm-cbx__label{color:inherit;padding-left:8px;font-size:.875rem;line-height:1.4}.hm-cbx:hover .hm-cbx__box{border-color:var(--color-accent,#ff6b00)}.hm-cbx-inp:checked+.hm-cbx .hm-cbx__box{background:var(--color-accent,#ff6b00);border-color:var(--color-accent,#ff6b00);animation:.4s hm-cbx-wave}.hm-cbx-inp:checked+.hm-cbx .hm-cbx__box svg{stroke-dashoffset:0}.hm-cbx-inp:checked+.hm-cbx .hm-cbx__box:before{opacity:0;transition:all .6s;transform:scale(3.5)}.hm-cbx-inp:disabled+.hm-cbx{opacity:.5;cursor:not-allowed;pointer-events:none}@keyframes hm-cbx-wave{50%{transform:scale(.88)}}
