custom-modal .modal__inner{max-width:calc(100vw - 3rem);border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .5s ease-in-out;position:fixed;left:50%;height:auto;width:fit-content;gap:0}@media screen and (min-width: 750px){custom-modal .modal__inner{top:50%;transform:translate(-50%,-300%)}}@media screen and (max-width: 749px){custom-modal .modal__inner{max-width:100%;width:100%;bottom:0;transform:translate(-50%,300%);transition:transform .7s ease-in-out}}custom-modal .modal_content{background:#fff;height:100%;width:100%}@media screen and (max-width: 749px){custom-modal .modal_content{height:fit-content}}custom-modal .modal_content .custom-modal-content{padding:3.2rem;height:100%}@media screen and (min-width: 750px){custom-modal .modal_content .custom-modal-content{width:720px}}@media screen and (max-width: 749px){custom-modal .modal_content .custom-modal-content{height:fit-content;width:100%;padding:2.4rem}}custom-modal .modal_content .custom-modal-content>p{margin-top:0}custom-modal .modal_content .custom-modal-content>div{width:100%;height:100%}custom-modal .modal_content .custom-modal-content img{width:100%;height:auto;display:inline-block}custom-modal .customModal__overlay{position:fixed;top:0;right:0;bottom:0;left:0}custom-modal .customModal__overlay:empty{display:block}custom-modal .modal__header{padding:2.4rem 3.2rem;background:#fff;border-bottom:1px solid #E0E0E0;display:flex}@media screen and (max-width: 749px){custom-modal .modal__header{padding:1.6rem 2.4rem}}custom-modal .modal__header .modal__heading{margin:0;max-width:90%}custom-modal .modal__close{border:0;position:absolute;right:3.2rem;top:2.7rem;background:transparent;cursor:pointer;padding:0}@media screen and (max-width: 749px){custom-modal .modal__close{top:1.9rem}}custom-modal .modal__close svg{width:15px;height:14px}@media screen and (min-width: 750px){custom-modal.active .modal__inner{transform:translate(-50%,-50%)}}@media screen and (max-width: 749px){custom-modal.active .modal__inner{transform:translate(-50%)}}
/*# sourceMappingURL=/s/files/1/0825/6271/1893/t/66/assets/component-custom-modal.css.map */
