.tct-modal .hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;pointer-events:auto}.tct-modal .hystmodal__window{max-width:var(--modal-window-width,600px);width:100%}.tct-modal .hystmodal__close{top:-15px;right:-15px;width:30px;height:40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 15 15'%3E%3Cpath fill='var(--surface-900)' fill-rule='evenodd' d='M11.782 4.032a.575.575 0 1 0-.813-.814L7.5 6.687L4.032 3.218a.575.575 0 0 0-.814.814L6.687 7.5l-3.469 3.468a.575.575 0 0 0 .814.814L7.5 8.313l3.469 3.469a.575.575 0 0 0 .813-.814L8.313 7.5l3.469-3.468Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:40%;border-radius:100%;background-color:var(--surface-200)}.tct-modal .hystmodal__close:focus{outline:2px dotted var(--surface-300);background-color:var(--surface-300)}.tct-modal .hystmodal__close:hover{background-color:var(--surface-300)}@media (max-width:767px){.tct-modal .hystmodal__close{top:10px;right:10px;background-color:#fff0}.tct-modal .hystmodal__window{margin:0}}