:root{--hystmodal-speed:.2s;--hystmodal-zindex:70}.hystmodal{height:100%;overflow:hidden;pointer-events:none;overflow-y:auto;grid-template-columns:100%;justify-content:center;position:fixed;grid-template-rows:0 min-content 0;-ms-overflow-style:none;visibility:hidden;top:0;-webkit-overflow-scrolling:touch;align-content:space-between;left:0;width:100%;scrollbar-width:none;display:grid}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{height:100%;pointer-events:none;content:"";position:fixed;opacity:0;top:0;background-color:#000;left:0;width:100%;display:block}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--active,.hystmodal--moved{pointer-events:none;opacity:1;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{grid-row:2/3;min-width:0;display:block}.hystmodal__window{flex-grow:0;overflow:visible;transform:scale(.95);flex-shrink:0;grid-row:2/3;position:relative;max-width:100%;opacity:0;min-width:0;box-sizing:border-box;margin:50px auto;background:#fff;width:600px;z-index:10}.hystmodal__window--loading{min-height:400px;background-size:48px;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='105' fill='%23aaa' viewBox='0 0 105 105'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='0s' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E%3Canimate attributeName='fill-opacity' begin='100ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='52.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='300ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='52.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='600ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='92.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='800ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='92.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='400ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='12.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='700ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='52.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='500ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3Ccircle cx='92.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='200ms' calcMode='linear' dur='1s' repeatCount='indefinite' values='1;.2;1'/%3E%3C/circle%3E%3C/svg%3E");background-repeat:no-repeat}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{height:25px;font-size:0;border:none;right:15px;position:absolute;background-size:100% 100%;outline:none;top:15px;background-color:transparent;background-position:50%;cursor:pointer;width:25px;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='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2 2 22'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='m2 2 20 20'/%3E%3C/svg%3E");background-repeat:no-repeat;display:block;z-index:10}.hystmodal__close--wh{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")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline-offset:2px;outline:2px dotted rgba(0,0,0,.7)}.hystmodal__close--wh:focus{outline:2px dotted hsla(0,0%,100%,.7)}@media (max-width:767px){.hystmodal__close{height:24px;right:10px;top:10px;width:24px}.hystmodal__window{margin-bottom:0;margin-top:0}}