.modal{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;overflow:hidden}.modal__blur{position:absolute;inset:0;background-color:#00000073}.modal__content{position:relative;width:var(--modal-width, 900px);max-width:60vw;height:auto;max-height:90vh;background:#ededed;border-radius:25px;padding:32px 80px;box-shadow:0 0 16px #00000021;background-image:url(/_astro/modal_circle_bg.1c17ce50.svg);background-repeat:no-repeat;background-size:auto;background-position:bottom right;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 1000px){.modal__content{padding:26px 60px;max-width:90vw;width:var(--modal-width-1000)}}@media screen and (max-width: 680px){.modal__content{padding:24px;max-height:60vh}}@media screen and (max-width: 400px){.modal__content{padding:20px 16px}}.modal__header{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:16px}.modal__title{font-style:normal;font-weight:700;font-size:27px;line-height:33px;color:#575757;margin:0;padding:0}@media screen and (max-width: 1000px){.modal__title{font-size:20px;line-height:24px}}@media screen and (max-width: 624px){.modal__title{font-size:14px;line-height:17px}}.modal__close{position:absolute;top:15px;right:15px;width:24px;height:24px;border:0;background:transparent;background-image:url(/_astro/close_item.ed4afdf3.svg);background-repeat:no-repeat;background-size:contain;background-position:center;cursor:pointer;padding:0;z-index:1}.modal__close:hover{opacity:.8}@media screen and (max-width: 1000px){.modal__close{width:20px;height:20px;top:12px;right:12px}}@media screen and (max-width: 680px){.modal__close{width:18px;height:18px}}
