.ms-modal{z-index:100001;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ms-modal__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#26273f99;animation:.3s ms-modal-fade-in;position:absolute;inset:0}.ms-modal__shell{z-index:1;background:#f4f6f8;border:1px solid #fff3;border-radius:24px;flex-direction:column;width:100%;max-height:90vh;animation:.3s ms-modal-zoom-in;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #0003}.ms-modal__shell--max-sm{max-width:24rem}.ms-modal__shell--max-md{max-width:28rem}.ms-modal__shell--max-lg{max-width:32rem}.ms-modal__shell--max-xl{max-width:36rem}.ms-modal__shell--max-2xl{max-width:42rem}.ms-modal__shell--max-4xl{max-width:56rem}.ms-modal__close-button{z-index:120;cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:absolute;top:20px;right:20px;color:#26273f66!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;box-shadow:none!important;font-family:inherit!important;font-size:inherit!important;text-transform:none!important;background:#ffffff1a!important;border:0!important;border-radius:999px!important;margin:0!important;padding:0!important;line-height:1!important}.ms-modal__close-button:hover{color:#26273f!important;background:#26273f0d!important}.ms-modal__close-button:focus-visible{outline-offset:2px;outline:2px solid #40b7b0!important}.ms-modal__close-icon{width:20px!important;height:20px!important}.ms-modal__content{position:relative}.ms-modal__title{color:#26273f;text-align:center;margin:0;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:20px;font-weight:700;line-height:1.2}.ms-modal__description{color:#26273fb3;text-align:center;margin:16px 0 0;font-family:Sen,Century Gothic,AppleGothic,Segoe UI,Futura,sans-serif;font-size:15px;font-weight:400;line-height:1.5}@media (width>=768px){.ms-modal__shell{border-radius:32px}}@media (prefers-reduced-motion:reduce){.ms-modal__backdrop,.ms-modal__shell{animation:none}}@keyframes ms-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ms-modal-zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
