prospect-drawer{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:1000;visibility:hidden;pointer-events:none}prospect-drawer.active{visibility:visible;pointer-events:auto}.prospect-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.5);opacity:0;transition:opacity var(--duration-default) ease}prospect-drawer.active .prospect-drawer__overlay{opacity:1}.prospect-drawer__inner{position:absolute;top:0;right:0;height:100%;width:100vw;overflow-y:auto;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}@media screen and (min-width:750px){.prospect-drawer__inner{width:50vw;max-width:640px}}prospect-drawer.active .prospect-drawer__inner{transform:translate(0)}.prospect-drawer__header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.prospect-drawer__heading{margin:0;width:100%;text-align:center}.prospect-drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;min-width:4.4rem;min-height:4.4rem;position:absolute;top:0;right:0;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.prospect-drawer__close svg{height:2rem;width:2rem}.prospect-drawer__body{flex:1;padding:0 1.5rem 1.5rem}.prospect-drawer__body .event-subscription{text-align:center;padding:0}.prospect-drawer__body .event-subscription__fields{text-align:left;flex-direction:column}.prospect-drawer__body .event-subscription__consent{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-prospect-drawer.css.map */
