.sticky-buttons{display:flex;flex-direction:row;position:fixed;right:0;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:bottom right;z-index:100}.sticky-buttons li{padding:0 .25rem}.sticky-buttons .button{border-radius:0!important;height:2rem;white-space:nowrap}.sticky-buttons__popup{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;opacity:0;padding:2rem;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.sticky-buttons__popup.is-open{display:flex;opacity:1;visibility:visible}.sticky-buttons__popup-inner{background-color:#fff;border-radius:.5rem;max-height:calc(100vh - 4rem);max-width:800px;overflow-y:scroll;padding:1rem}.sticky-buttons__close-popup-wrapper{display:flex;justify-content:flex-end}.sticky-buttons__close-popup svg{fill:#000;opacity:.95}.sticky-buttons__close-popup:hover svg{opacity:1}.sticky-buttons__popup-footer-content{margin-top:2rem}@media (max-width:767px){.sticky-buttons__popup{padding:1rem}.sticky-buttons__popup-inner{max-height:calc(100vh - 2rem)}}body.popup--open{overflow:hidden}