@layer ui{.ui-modal{height:100%;left:0;max-height:100vh;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:100}.ui-modal.is-open{overflow:auto;-webkit-overflow-scrolling:touch}.ui-modal.is-open,.ui-modal.is-open .ui-modal__wrap{pointer-events:all}.ui-modal.is-open .ui-modal__shade{opacity:1}.ui-modal__shade{background:#00000052;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .12s ease;width:100%;z-index:1}.ui-modal__wrap{justify-content:center;min-height:100%;padding:6rem 4rem;pointer-events:none;width:100%}.ui-modal__panel,.ui-modal__wrap{align-items:center;display:flex;position:relative}.ui-modal__panel{background-color:var(--color__white);border-radius:1.5rem;flex-direction:column;gap:2.5rem;padding:1.5rem 2rem 2rem;z-index:2}.ui-modal__content{width:100%}.ui-modal__head{align-items:center;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:0 .5rem;width:100%}.ui-modal__title{font-size:1.875rem;font-weight:600;letter-spacing:-.0375rem;line-height:120%}.ui-modal__close-wrap{align-items:center;background-color:var(--color__bg);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;position:absolute;right:1.25rem;top:1.25rem;transition:opacity .24s ease,transform .24s ease;width:2.5rem;z-index:11}.ui-modal__close{color:var(--color__text);display:flex;font-size:1.5rem;padding:0}@media screen and (max-width:991px){.ui-modal.is-open{overflow:hidden}.ui-modal.is-open .ui-modal__shade{opacity:1}.ui-modal__content{flex:1;max-height:100%;overflow:auto;padding-bottom:2rem;padding-right:.5rem}.ui-modal__wrap{align-items:flex-end;padding:0}.ui-modal__panel.col{border-radius:1.5rem 1.5rem 0 0;gap:1.17rem;height:calc(100dvh - 8rem);max-width:100%;overflow:auto;padding:1.76rem 1.17rem 0}.ui-modal__panel.col.--auto-height{height:auto}.ui-modal__title{font-size:1.6rem}.ui-modal__close-wrap{height:3rem;position:relative;right:auto;top:auto;width:3rem}.ui-modal__close{border-radius:0;font-size:1.25rem;position:relative;right:auto;top:auto;transform:translate(0)}.ui-modal__swipe-area{align-items:center;cursor:grab;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;left:0;opacity:0;position:absolute;top:0;touch-action:none;width:100%}.ui-modal__swipe-area:before{background-color:#0003;border-radius:.125rem;content:"";height:.25rem;left:50%;position:absolute;top:1rem;transform:translate(-50%);width:2.5rem}.ui-modal__swipe-area:active{cursor:grabbing}}}
