.Modal_overlay__kz_Nq{background-color:var(--prosv-modal-overlay-color,var(--prosv-black70));z-index:calc(var(--prosv-header-z-index, 10) + 4);position:fixed;inset:0;animation:Modal_overlayShow__fh4mb .15s cubic-bezier(.16,1,.3,1)}[data-prosv=root][data-prosv-colors=light] .Modal_closeButton__DVldg,[data-prosv=root][data-prosv-colors=light] .Modal_content__GxWto{box-shadow:0 0 12px 0 var(--prosv-black10)}[data-prosv=root]:not([data-prosv-colors=light]) .Modal_closeButton__DVldg,[data-prosv=root]:not([data-prosv-colors=light]) .Modal_content__GxWto{border:1px solid var(--prosv-black)}.Modal_content__GxWto{z-index:calc(var(--prosv-header-z-index, 10) + 5);position:fixed;display:flex;flex-direction:column;background-color:var(--prosv-modal-content-color,var(--prosv-white));animation:Modal_contentShow__Wckxw .15s cubic-bezier(.16,1,.3,1);margin:auto;padding:24px;inset:0 0 auto;height:100dvh;width:100dvw}@media(min-width:1024px){.Modal_content__GxWto{inset:0;height:max-content;width:max-content;max-width:calc(100vw - 188px);border-radius:30px}}@media(min-width:1440px){.Modal_content__GxWto{max-width:unset}}.Modal_content__GxWto:focus,.Modal_content__GxWto:focus-visible{outline:none}@media(max-width:1023px){.Modal_closeOnSwipe__kGq0P{margin-top:30px;height:calc(100% - 30px)}.Modal_closeOnSwipe__kGq0P:after{content:"";position:absolute;width:48px;height:4px;top:-16px;left:calc(50% - 24px);border-radius:12px;background-color:var(--prosv-white)}}.Modal_closeButton__DVldg{position:absolute;background:none;color:inherit;border:none;border-radius:100px;cursor:pointer;outline:inherit;background-color:var(--prosv-white);display:flex;align-items:center;justify-content:center;z-index:calc(var(--prosv-header-z-index, 10) + 5);right:10px;top:10px;width:32px;height:32px;padding:8px}@media(min-width:1024px){.Modal_closeButton__DVldg{right:-80px;top:0;width:66px;height:66px;padding:16px}}.Modal_closeButton__DVldg svg{width:100%;height:100%;color:var(--prosv-black)}@keyframes Modal_overlayShow__fh4mb{0%{opacity:0}to{opacity:1}}@keyframes Modal_contentShow__Wckxw{0%{opacity:0}to{opacity:1}}