.__hamburger{position:relative;color:inherit}.__hamburger:hover{color:inherit}.__hamburger:focus{box-shadow:none}.__hamburger:before{content:"";position:absolute;left:-.3rem;top:-.3rem;width:calc(100% + .6rem);height:calc(100% + .6rem)}.__hamburger .__bars{display:flex;flex-direction:column;margin-top:calc(-1 * var(--hbg-bars-distance,4px))}.__hamburger span{display:var(--hbg-bars-d,block);overflow:hidden;width:var(--hbg-bars-width,20px);height:var(--hbg-bars-thick,2px);border-radius:var(--hbg-bars-roundness,4px);background-color:currentColor;transition:transform .3s var(--easeoutcubic,ease-out);transition-delay:var(--hbg-bars-trd,0s);transform-origin:var(--hbg-bars-tro,100% 50%);transform:var(--hbg-bars-tr,scaleX(1));margin-top:var(--hbg-bars-distance,4px)}.__hamburger span:nth-child(2){transition-delay:var(--hbg-bars-trd,.075s);width:var(--hbg-bars-w2,var(--hbg-bars-width,20px));transform:var(--hbg-bars-tr2,var(--hbg-bars-tr,scaleX(1)))}.__hamburger span:nth-child(3){--hbg-bars-d:var(--hbg-bars-d3, block);transition-delay:var(--hbg-bars-trd,.15s);width:var(--hbg-bars-w3,var(--hbg-bars-width,20px))}.__hamburger .rey-icon-close{--stroke-width:16px;opacity:0;pointer-events:none;transition:.2s var(--easeoutcubic,ease-out) 0s;transition-property:opacity,transform;position:absolute;top:calc(50% - .5em);left:calc(50% - .5em);transform:rotate(45deg);font-size:.8em}.__hamburger.--active{--hbg-bars-tr:scaleX(0)}.__hamburger.--active .rey-icon-close{opacity:1;transition-delay:.3s;transform:rotate(0)}.ss-container{position:relative}.ss-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.ss-content{height:100%;width:calc(100% + var(--scrollbar-width, 18px));padding:0;padding-right:var(--scrollbar-width, 18px);position:relative;overflow-x:auto;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.ss-hidden-bar .ss-content{padding-right:0}@media(max-width: 1024px){.ss-hidden-bar .ss-content{width:100%}}.ss-scroll{position:relative;background:rgba(0,0,0,.1);width:6px;border-radius:4px;top:0;z-index:2;cursor:pointer;opacity:.25;-webkit-transition:opacity .25s linear;transition:opacity .25s linear;position:absolute;right:0}.ss-hidden{display:none}.ss-container:hover .ss-scroll,.ss-container:active .ss-scroll{opacity:1}.ss-grabbed{-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}