.hystmodal__opened,.hystmodal__shadow{left:0;overflow:hidden;position:fixed;right:0}.hystmodal__shadow{background-color:#000;border:none;bottom:0;display:block;opacity:0;pointer-events:none;top:0;transition:opacity .15s ease;width:100%;z-index:98}.hystmodal__shadow--show{opacity:.6;pointer-events:auto}.hystmodal{bottom:0;left:0;overflow:hidden;overflow-y:auto;position:fixed;right:0;top:0;-webkit-overflow-scrolling:touch;display:flex;flex-flow:column nowrap;justify-content:flex-start;opacity:1;pointer-events:none;visibility:hidden;z-index:99}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{align-items:center;display:flex;flex-flow:column nowrap;flex-grow:0;flex-shrink:0;justify-content:center;margin:auto;min-height:100%;width:100%}.hystmodal__window{background:#fff;box-sizing:border-box;flex-grow:0;flex-shrink:0;margin:50px 0;max-width:100%;opacity:0;overflow:visible;transform:scale(.9);transition:transform .2s ease 0s,opacity .2s ease 0s;width:600px}.hystmodal--active .hystmodal__window{opacity:1;transform:scale(1)}.hystmodal__close{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2 2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='m2 2 20 20'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border:none;cursor:pointer;display:block;font-size:0;height:30px;outline:none;position:absolute;right:-40px;top:0;width:30px;z-index:10}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2 2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='m2 2 20 20'/%3E%3C/svg%3E");height:24px;right:10px;top:10px;width:24px}.hystmodal__window{margin:0}}