.r-title{margin-bottom:var(--rTitleMarginBottom,0)!important;margin-top:var(--rTitleMarginTop,0)!important}.screen-reader{clip:var(--screenReaderClip,rect(1px,1px,1px,1px))!important;border:var(--screenReaderBorder,none)!important;height:var(--screenReaderHeight,1px)!important;overflow:var(--screenReaderOverflow,hidden)!important;padding:var(--screenReaderPadding,0)!important;position:var(--screenReaderPosition,absolute)!important;width:var(--screenReaderWidth,1px)!important}.popup:not(:target){display:none}.popup:target{display:flex;height:100vh;position:fixed;right:0;top:0;width:100%;z-index:99999}.popup:before{background-color:#fff;box-sizing:border-box;content:"";left:0;position:fixed;top:50%;width:100%}.popup:after{background-color:#f0f0f0;content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;width:0}.popup__container{box-sizing:border-box;height:calc(100vh - 40px);margin:auto;overflow:auto;overscroll-behavior:contain;padding:5% 15%}.popup__title{--rTitleMarginBottom:1.5rem;font-size:1.5rem}.popup__close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTE5IDYuNDEgMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:contain;height:2rem;position:fixed;right:1.5rem;top:1.5rem;width:2rem}.popup:before{animation:open-animation .3s cubic-bezier(.83,.04,0,1.16) .35s both;will-change:height,top}.popup:after{animation:line-animation .2s cubic-bezier(.83,.04,0,1.16) both;will-change:width,opacity}@keyframes line-animation{0%{opacity:1;width:0}99%{opacity:1;width:100%}to{opacity:0;width:100%}}@keyframes open-animation{0%{height:0;top:50%}to{height:100vh;top:0}}.popup__container{animation:fade .5s ease-out .5s both;position:relative;z-index:999999}@keyframes fade{0%{opacity:0}to{opacity:1}}