.floatingPill{align-items:flex-start;background-color:#25325fbf;border-radius:5rem;display:flex;flex-direction:column;height:14rem;justify-content:space-between;opacity:0;overflow:hidden;padding:2rem 0;position:fixed;right:-2dvw;top:45dvh;transition:all .5s cubic-bezier(.83,0,.17,1);width:4.5rem;z-index:100}@media(max-width:900px){.floatingPill{display:none}}.floatingPill:hover{background-color:#25325f;border-radius:5rem;padding:2rem;width:35rem}.floatingPill:hover .item span{opacity:1}.floatingPill .item{align-items:center;display:flex;justify-content:center;margin-left:1rem;position:relative}.floatingPill .item .floatingText{color:#fff;display:block;font-size:1.4rem;font-weight:700;left:4rem;opacity:0;position:absolute;transition:all .25s cubic-bezier(.83,0,.17,1);transition-delay:.15s;width:25rem}.activePill{opacity:1;right:1dvw}
