@charset "UTF-8";.bottom-sheet__close:after{font-family:mda-iconfont;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;line-height:1}.bottom-sheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:16;visibility:visible;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-scroll-chaining:none;overscroll-behavior:contain;transition:opacity .2s ease-out,visibility .2s ease-out}.bottom-sheet__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:#191919;opacity:.5;pointer-events:all}.bottom-sheet__contents{border-radius:0;background:#fff;position:relative;overflow-x:hidden;overflow-y:inherit;transition:transfrom .3s ease-out,border-radius .2s ease-out;transform:translateY(0);max-height:100vh;height:30vh;width:100%}@media(min-width:992px){.bottom-sheet__contents{margin:auto;border-radius:0;width:auto;height:auto!important;max-width:85.6vw;max-height:calc(100vh - 80px)!important}}.bottom-sheet__contents:not(.not-selectable){transition:transfrom .3s ease-out,border-radius .2s ease-out,height .2s ease-out}.bottom-sheet__contents.fullscreen{border-radius:0}.bottom-sheet__controls{z-index:2;background:#fff;position:absolute;top:0;left:0;right:0;height:48px}@media(min-width:992px){.bottom-sheet__controls{height:48px}}.bottom-sheet__controls.-smaller{height:32px}.bottom-sheet__draggable-area{position:absolute;top:0;left:0;right:0;width:100%;margin:auto;padding:16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:grab}@media(min-width:992px){.bottom-sheet__draggable-area{display:none}}.bottom-sheet__draggable-thumb{width:inherit;height:4px;width:60px;background:#e3e5ee;border-radius:4px;pointer-events:none}.bottom-sheet__close{position:absolute;width:20px;height:20px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;top:8px;right:8px;cursor:pointer;background:0;border:0}.bottom-sheet__close:after{content:""}@media(min-width:992px){.bottom-sheet__close{width:40px;height:40px}}.bottom-sheet__close:after{display:block;font-size:12px;opacity:.32}@media(min-width:992px){.bottom-sheet__close:after{font-size:18px;opacity:1}}@media(min-width:992px){.bottom-sheet__close{display:-ms-flexbox;display:flex;width:40px;height:40px;top:8px;right:8px}.bottom-sheet__close:after{font-size:14px}}.bottom-sheet__body{height:100%;overflow-x:hidden;overflow-y:inherit;gap:1rem;padding:48px 16px 32px}@media(min-width:992px){.bottom-sheet__body{padding:64px}}.bottom-sheet__body.-pt-smaller{padding:16px 20px;overflow:clip}.bottom-sheet__body.-pt-smaller .bottom-sheet__nav{height:46px}.bottom-sheet[aria-hidden=true]{opacity:0;visibility:hidden;pointer-events:none}.bottom-sheet[aria-hidden=true] .bottom-sheet__contents{transform:translateY(100%)}@media(min-width:992px){.bottom-sheet.-no-margin .bottom-sheet__body{padding:0}}.bottom-sheet.-show-top[aria-hidden=true]{opacity:1;visibility:visible;pointer-events:none;bottom:78px;z-index:8}.bottom-sheet.-show-top[aria-hidden=true] .bottom-sheet__contents{box-shadow:0 0 24px 0 #0000003d;min-height:78px}.bottom-sheet.-show-top[aria-hidden=true] .bottom-sheet__overlay{opacity:0;pointer-events:none}.bottom-sheet.-show-top[aria-hidden=true] .bottom-sheet__body{pointer-events:none}.bottom-sheet.-show-top[aria-hidden=true] .bottom-sheet__controls,.bottom-sheet.-show-top[aria-hidden=true] .bottom-sheet__nav{pointer-events:all}