.react-line{height:3.25rem;width:100%;position:fixed;top:0;left:0;cursor:pointer;background-color:inherit;z-index:5}.react-line:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:3.1875rem;height:4px;background-color:var(--color-blue-gray);border-radius:6.25rem}.popups{z-index:var(--popup-index, 9999);position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;height:100dvh;width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;visibility:hidden;pointer-events:none;background-color:var(--color-black-50);transition:opacity .3s,visibility .3s}@media (min-width: 1280px){.popups{flex-direction:row}}.popups .popups__wrapper{z-index:1;position:relative;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;border-radius:1rem 1rem 0 0;overflow:hidden;transform:translateY(100%);max-height:calc(100vh - 6.125rem);max-height:calc(100dvh - 6.125rem);transition:transform .3s ease;background-color:var(--color-white)}@media (min-width: 1280px){.popups .popups__wrapper{background-color:var(--color-light-blue);max-height:none;height:100vh;height:100dvh;border-radius:0;transform:translate(100%);width:65.5rem}}.popups.popups--appearing{opacity:1;visibility:visible;pointer-events:auto}.popups.popups--appearing .popups__wrapper{transform:translate(0)}@media (min-width: 1280px){.popups.popups--centered{display:flex;flex-direction:column;justify-content:center}}.popups.popups--centered .popups__wrapper{background-color:var(--color-light-blue)}@media (min-width: 1280px){.popups.popups--centered .popups__wrapper{z-index:1;position:relative;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content;border-radius:1rem;overflow:hidden;transition:transform .3s ease}}.popups.popups--centered-full{opacity:1;visibility:visible;pointer-events:auto;justify-content:unset;height:100%}.popups.popups--centered-full .popups__wrapper{width:100%;height:100%;background-color:transparent;position:relative;max-height:unset;background-color:var(--color-black-50)}
