.MobileBottomSheet_overlay__ObVBm{--mobile-bottom-sheet-top-gap:3rem;--mobile-bottom-sheet-height:min(calc(var(--mobile-bottom-sheet-viewport-height, 100dvh) - var(--mobile-bottom-sheet-top-gap)),46rem);position:fixed;left:0;right:0;top:var(--mobile-bottom-sheet-viewport-top,0);height:var(--mobile-bottom-sheet-viewport-height,100dvh);z-index:2100;display:flex;align-items:flex-end;justify-content:stretch;padding-top:var(--mobile-bottom-sheet-top-gap);overflow:hidden;overscroll-behavior-y:contain;transition:background-color .26s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .26s cubic-bezier(.22,1,.36,1);transition:background-color .26s cubic-bezier(.22,1,.36,1),backdrop-filter .26s cubic-bezier(.22,1,.36,1);transition:background-color .26s cubic-bezier(.22,1,.36,1),backdrop-filter .26s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .26s cubic-bezier(.22,1,.36,1)}.MobileBottomSheet_overlayFocused__nakE3{--mobile-bottom-sheet-top-gap:0.75rem}.MobileBottomSheet_sheet__2Ja42{width:100%;max-height:var(--mobile-bottom-sheet-height);border-radius:1.5rem 1.5rem 0 0;background:linear-gradient(180deg,rgba(245,252,248,.98),rgba(255,255,255,.98));box-shadow:0 -18px 42px rgba(13,27,42,.2);padding:.7rem max(1rem,env(safe-area-inset-right,1rem)) max(1rem,calc(env(safe-area-inset-bottom, 0px) + 1rem)) max(1rem,env(safe-area-inset-left,1rem));touch-action:pan-y;will-change:transform,opacity;transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s ease}.MobileBottomSheet_sheetDragging__4mKcb{transition:none}.MobileBottomSheet_handle__KMmw4{width:3.2rem;height:.32rem;border-radius:999px;margin:0 auto .65rem;background:rgba(13,27,42,.16)}.MobileBottomSheet_header__g_EOm{display:flex;justify-content:flex-end;margin-bottom:.35rem}.MobileBottomSheet_closeButton__niA1y{width:2.4rem;height:2.4rem;border:1px solid rgba(0,144,84,.18);border-radius:999px;background:rgba(255,255,255,.88);color:rgba(13,27,42,.7);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.MobileBottomSheet_body__Y8ntC{overflow-y:auto;max-height:calc(var(--mobile-bottom-sheet-height) - 4.75rem);overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}@media (min-width:991px){.MobileBottomSheet_overlay__ObVBm{display:none}}