.ModalDesktop__root__e148e{position:relative;z-index:102;max-height:100%;max-width:100%;padding:20px;border-radius:20px;background-color:var(--color-white);box-shadow:0 18px 15px #1f242e1a;display:flex;flex-direction:column}@media screen and (max-width:767px){.ModalDesktop__root__e148e{min-width:auto;max-width:100%;max-height:70%}}.ModalDesktop__root__e148e .ModalDesktop__scroll__254a8{overflow-y:auto;padding:4px;-webkit-overflow-scrolling:touch}.ModalDesktop__root__e148e.ModalDesktop__iframeModal__bfe52{margin-top:32px;max-height:calc(100vh - 132px);border-radius:0}.ModalDesktop__close__df27b{position:absolute;right:-24px;top:-24px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;cursor:pointer;box-shadow:0 0 10px #18191a40;background-color:var(--color-white);border-radius:50%}.ModalMobile__root__d1952{box-sizing:border-box;display:none}@media screen and (max-width:767px){.ModalMobile__root__d1952{z-index:102;position:fixed;bottom:0;left:0;width:100%;max-height:80vh;overflow:hidden;padding-top:32px;display:flex;flex-direction:column;gap:24px;background-color:var(--color-white);border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s ease-in-out}.ModalMobile__root__d1952.ModalMobile__opened__69cee{transform:translateY(0)}}.ModalMobile__root__d1952 .ModalMobile__content__30938{padding:4px 16px 40px;height:100%;width:100%;scrollbar-width:thin;overflow-y:auto;-webkit-overflow-scrolling:touch}.ModalMobile__blackBarContainer__48d9b{position:absolute;touch-action:pan-x pinch-zoom;top:0;left:0;right:0;display:flex;justify-content:center;padding:4px 24px 80px}.ModalMobile__blackBar__f4586{width:32px;height:4px;border-radius:20px;background-color:var(--color-black-500)}