.mmfig{border-radius:3px;overflow:hidden;box-shadow:0 1px 4px rgba(31,130,137,.12);background:linear-gradient(135deg,#fefada,#fdf1cb 55%,#fae7b4)}.mmfig-light{background:linear-gradient(135deg,#fefaee,#fdf6df 55%,#fbefc9)}.mmfig-head{margin:0;padding:15px 20px;background:linear-gradient(135deg,#1f8289,#186c72);color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.mmfig-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px}.mmfig-cell{padding:22px 20px;background-color:hsla(0,0%,100%,.66);transition:background-color .25s ease}.mmfig-cell:hover{background-color:hsla(0,0%,100%,.1)}.mmfig-dot{width:9px;height:9px;border-radius:50%;background:#1f8289;margin-bottom:12px}.mmfig-t{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:#1a3d40}.mmfig-d,.mmfig-t{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.mmfig-d{margin:6px 0 0;font-size:13.5px;line-height:1.5;color:#6f6a5c}.mmfig-col{display:flex;flex-direction:column}.mmfig-list{flex:1;padding:22px 20px;background-color:hsla(0,0%,100%,.66);transition:background-color .25s ease}.mmfig-list:hover{background-color:hsla(0,0%,100%,.1)}.mmfig-item{margin:0 0 11px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.45;color:#1a3d40}.mmfig-item:last-child{margin-bottom:0}.mmfig-step{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background-color:hsla(0,0%,100%,.66);transition:background-color .25s ease}.mmfig-step+.mmfig-step{border-top:1px solid rgba(31,130,137,.1)}.mmfig-step:hover{background-color:#1f8289}.mmfig-step-n{flex:0 0 30px;height:30px;border-radius:50%;background:#1f8289;color:#fefada;display:flex;align-items:center;justify-content:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;transition:background-color .25s ease,color .25s ease}.mmfig-step:hover .mmfig-step-n{background:#fefada;color:#1f8289}.mmfig-step-t{margin:3px 0 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15.5px;line-height:1.45;color:#1a3d40;transition:color .25s ease}.mmfig-step:hover .mmfig-step-t{color:#fefada}.mmfig-chartwrap{padding:22px 20px 14px}.mmfig-chart{display:block;width:100%;height:auto}.mmfig-draw{stroke-dasharray:1;stroke-dashoffset:1;animation:mmdraw 1.8s ease-out forwards}.mmfig-fade,.mmfig-pt{opacity:0;animation:mmfade .5s ease-out forwards}.mmfig-pt{transition:r .2s ease;cursor:pointer;outline:none}.mmfig-pt:active,.mmfig-pt:focus,.mmfig-pt:hover{r:11}@keyframes mmdraw{to{stroke-dashoffset:0}}@keyframes mmfade{to{opacity:1}}@media (prefers-reduced-motion:reduce){.mmfig-draw,.mmfig-fade,.mmfig-pt{animation:none;opacity:1;stroke-dashoffset:0}}