.FrameButton{position:relative;display:flex;align-items:center;justify-content:center;width:4rem;width:var(--FrameButton-width, var(--FrameButton-size, 4rem));height:4rem;height:var(--FrameButton-height, var(--FrameButton-size, 4rem))}.FrameButton__frame{position:absolute;width:100%;height:100%;pointer-events:none}.FrameButton__frame__left,.FrameButton__frame__right{position:absolute;top:0;width:100%;width:var(--frame-button-frame-width, 100%);height:100%;height:var(--frame-button-frame-height, 100%);fill:none;stroke:var(--FrameButton-frame-stroke, var(--color-stroke-gray-16-on-black));transition-property:stroke,fill,transform;transition-duration:var(--duration-interaction);transition-timing-function:ease-out}@media (hover: hover){a.FrameButton.styleAllowHover:hover .FrameButton__frame__left,a.FrameButton.styleAllowHover:hover .FrameButton__frame__right,button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,e-popover-button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,e-popover-button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,e-billboard-set-button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,e-billboard-set-button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,e-billboard-step-button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,e-billboard-step-button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,e-scroll-step-button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,e-scroll-step-button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,e-scroll-set-button.FrameButton.styleAllowHover:hover .FrameButton__frame__left,e-scroll-set-button.FrameButton.styleAllowHover:hover .FrameButton__frame__right,a:hover .styleAllowHover .FrameButton__frame__left,a:hover .styleAllowHover .FrameButton__frame__right,label:hover .styleAllowHover .FrameButton__frame__left,label:hover .styleAllowHover .FrameButton__frame__right,button:hover .styleAllowHover .FrameButton__frame__left,button:hover .styleAllowHover .FrameButton__frame__right,e-video:hover .styleAllowHover .FrameButton__frame__left,e-video:hover .styleAllowHover .FrameButton__frame__right,e-popover-button:hover .styleAllowHover .FrameButton__frame__left,e-popover-button:hover .styleAllowHover .FrameButton__frame__right,e-billboard-set-button:hover .styleAllowHover .FrameButton__frame__left,e-billboard-set-button:hover .styleAllowHover .FrameButton__frame__right,e-billboard-step-button:hover .styleAllowHover .FrameButton__frame__left,e-billboard-step-button:hover .styleAllowHover .FrameButton__frame__right,e-scroll-step-button:hover .styleAllowHover .FrameButton__frame__left,e-scroll-step-button:hover .styleAllowHover .FrameButton__frame__right,e-scroll-set-button:hover .styleAllowHover .FrameButton__frame__left,e-scroll-set-button:hover .styleAllowHover .FrameButton__frame__right{transform:translate(.3rem);transform:translate(calc(.3rem * var(--dir, 1)))}}.FrameButton__frame__left{--dir: -1;left:0}.FrameButton__frame__right{right:0}.FrameButton__text{color:var(--FrameButton-text-color, var(--color-text-white));transition-property:color;transition-duration:var(--duration-interaction);transition-timing-function:ease}.FrameButton__Icon{width:1.6rem;width:var(--FrameButton-icon-size, 1.6rem);height:1.6rem;height:var(--FrameButton-icon-size, 1.6rem);stroke:none;stroke:var(--FrameButton-icon-stroke, none);fill:var(--FrameButton-icon-fill, var(--color-icon-white));transition-property:fill,stroke;transition-duration:var(--duration-interaction);transition-timing-function:ease}
