.dialog_overlay__T5LRo{background-color:var(--black-a5);position:fixed;inset:0;animation:dialog_overlayShow__aOWyv .3s ease-in;z-index:99}.dialog_dialog__fWf8q{z-index:100;background-color:var(--white);position:fixed;inset:0;width:100%;animation:dialog_contentShow__3k_hZ .3s ease-in;overflow:auto;scroll-behavior:smooth;display:flex;flex-direction:column}@media(min-width:768px){.dialog_dialog__fWf8q{max-width:1020px;left:inherit}}.dialog_title__O2Cp0{font-family:var(--heading-font-family),serif;font-weight:var(--font-weight-bold);line-height:110%}@media(min-width:1024px){.dialog_title__O2Cp0{display:none}}.dialog_closeButtonContainer__JKbVX{background-color:var(--white);padding:20px var(--space-5)}@media(min-width:1024px){.dialog_closeButtonContainer__JKbVX{padding:0}}.dialog_closeButton__Lr85t{width:40px;height:40px;background-color:var(--blue-5);display:flex;justify-content:center;align-items:center;outline:1px solid var(--white);cursor:pointer}.dialog_closeButton__Lr85t:hover{background-color:var(--blue-11);color:var(--white)}.dialog_closeButton__Lr85t svg{fill:currentColor;stroke:currentColor;width:30px;height:30px;stroke-width:1em}@media(min-width:1024px){.dialog_closeButton__Lr85t{position:fixed;top:20px;right:var(--space-5);z-index:1}}.dialog_content__4s8HK{flex:1 1;overflow:auto}@keyframes dialog_overlayShow__aOWyv{0%{opacity:0}to{opacity:1}}@keyframes dialog_contentShow__3k_hZ{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}