.b-popup{background-color:rgb(0 0 0 / .8);bottom:0;display:flex;flex-direction:column;height:100dvh;left:0;opacity:1;overflow:auto;overscroll-behavior-y:contain;position:fixed;right:0;top:0;transition-behavior:allow-discrete;transition-duration:.4s;transition-property:opacity,display;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:5000}@starting-style{.b-popup{opacity:0}}.b-popup:not([open]){display:none;opacity:0}.b-popup__grid{display:grid;flex:1 0 auto;grid-template-columns:minmax(0,1fr);min-height:100svh}.b-popup__bg-close{background-color:#fff0;border-radius:0;display:block;grid-area:1/1;height:100%;position:relative;width:100%;z-index:1}.b-popup__content{grid-area:1/1;margin-bottom:auto;margin-top:auto;pointer-events:none;position:relative;z-index:10}.b-popup__content-wrapper{background-color:#fff;color:#000;pointer-events:auto;transform:scale(1);transition-duration:.4s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@starting-style{.b-popup__content-wrapper{transform:scale(.9)}}.b-popup__content-wrapper>:only-child{min-height:100svh}.b-popup__close{align-items:center;background-color:#000;border:0;border-radius:3rem;color:#fff;display:flex;height:2.5rem;justify-content:center;padding:.5rem;position:fixed;right:.5rem;top:.5rem;transition-duration:.3s;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);width:2.5rem;z-index:1000}@media(min-width:64rem){.b-popup__close{height:3rem;right:1.25rem;top:1.25rem;width:3rem}}.b-popup__close svg{display:block;height:1.125rem;width:auto}.b-popup__close:focus-visible,.b-popup__close:hover{background-color:#ffb124;color:#000}section.b-popup{bottom:unset;display:flex!important;height:auto;left:unset;opacity:1!important;padding:1rem;position:relative;right:unset;top:unset;z-index:1}section.b-popup .b-popup__grid{min-height:unset}section.b-popup .b-popup__content-wrapper{min-height:10rem}html:has(dialog.b-popup[open]){overflow:hidden}