@keyframes dropIn{0%{transform:translate(calc(-100% - 14px), -50%)}75%{transform:translate(calc(8px), -50%)}100%{transform:translate(0, -50%)}}@keyframes dropOut{from{transform:translate(0, -50%)}to{transform:translate(calc(-100% - 14px), -50%)}}@keyframes growCircle{from{transform:scale(1);opacity:.75}to{transform:scale(1.5);opacity:0}}.mp-anchors{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:100;padding:1rem 1rem 1rem 0;width:auto;max-width:3rem;transition:all .3s ease-in-out;overflow:hidden;border-top-right-radius:5px;border-bottom-right-radius:5px}.mp-anchors.show .mp-anchors__item i{animation:dropIn .3s ease-in-out;animation-fill-mode:forwards}.mp-anchors.show .mp-anchors__item:nth-child(2n) i{animation-delay:150ms}.mp-anchors.show .mp-anchors__item:nth-child(3n) i{animation-delay:225ms}.mp-anchors.show .mp-anchors__item:nth-child(4n) i{animation-delay:300ms}.mp-anchors.show .mp-anchors__item:nth-child(5n) i{animation-delay:375ms}.mp-anchors.show .mp-anchors__item:nth-child(6n) i{animation-delay:450ms}.mp-anchors.show .mp-anchors__item:nth-child(7n) i{animation-delay:525ms}.mp-anchors.show .mp-anchors__item:nth-child(8n) i{animation-delay:600ms}.mp-anchors.show .mp-anchors__item:nth-child(9n) i{animation-delay:675ms}.mp-anchors.show .mp-anchors__item:nth-child(10n) i{animation-delay:750ms}.mp-anchors.show .mp-anchors__item:nth-child(11n) i{animation-delay:825ms}.mp-anchors.show .mp-anchors__item:nth-child(12n) i{animation-delay:900ms}.mp-anchors.show .mp-anchors__item:nth-child(13n) i{animation-delay:975ms}.mp-anchors.show .mp-anchors__item:nth-child(14n) i{animation-delay:1050ms}.mp-anchors.show .mp-anchors__item:nth-child(15n) i{animation-delay:1125ms}.mp-anchors.show .mp-anchors__item:nth-child(16n) i{animation-delay:1200ms}.mp-anchors.show .mp-anchors__item:nth-child(17n) i{animation-delay:1275ms}.mp-anchors.show .mp-anchors__item:nth-child(18n) i{animation-delay:1350ms}.mp-anchors.show .mp-anchors__item:nth-child(19n) i{animation-delay:1425ms}.mp-anchors.show .mp-anchors__item:nth-child(20n) i{animation-delay:1500ms}.mp-anchors.hide{pointer-events:none}.mp-anchors.hide .mp-anchors__item i{animation:dropOut .3s}.mp-anchors__title{font-size:1.25rem;font-weight:400;padding-left:.5rem;margin-bottom:.5rem;white-space:nowrap;opacity:0;transition:all .2s ease-in-out}.mp-anchors__items li{position:relative}.mp-anchors__items li:not(:last-child){margin-bottom:.5rem}.mp-anchors__items li i{position:absolute;display:block !important;top:50%;left:14px;transform:translate(calc(-100% - 14px), -50%);display:inline-block;width:8px;height:8px;background-color:#1b4478;background-color:var(--darkblue);border-radius:50%}.mp-anchors__items li i::before,.mp-anchors__items li i::after{content:"";position:absolute;top:-6px;left:-6px;border-radius:50%;border:2px solid #1b4478;border:2px solid var(--darkblue);width:20px;height:20px;transform:scale(0);transition:all .2s ease-in}.mp-anchors__items li i::after{opacity:.75;border-color:#00c5b4;border-color:var(--aqua)}.mp-anchors__items li a{color:#1b4478;color:var(--darkblue);position:relative;white-space:nowrap;padding:0 .5rem 0 2.5rem;opacity:0;pointer-events:none;transition:all .2s ease-in-out}.mp-anchors__items li:not(.active):hover a{padding:0 .25rem 0 2.75rem}.mp-anchors__items li.active i,.mp-anchors__items li:hover i{background-color:#00c5b4;background-color:var(--aqua)}.mp-anchors__items li.active i::before,.mp-anchors__items li:hover i::before{border-color:#00c5b4;border-color:var(--aqua);transform:scale(1)}.mp-anchors__items li.active a,.mp-anchors__items li:hover a{color:#00c5b4;color:var(--aqua)}.mp-anchors__items li.active i::after{animation:growCircle .3s ease-out .2s;animation-fill-mode:forwards}.mp-anchors:hover{box-shadow:0 0 8px rgba(38, 38, 38, 0.3);box-shadow:0 0 8px var(--anthracite-30);background-color:white;background-color:var(--white);padding:1rem;max-width:512px}.mp-anchors:hover .mp-anchors__title{opacity:1;transition:opacity .2s ease-in-out .3s}.mp-anchors:hover .mp-anchors__items a{opacity:1;pointer-events:auto;transition:opacity .2s ease-in-out .3s,padding .2s}
