<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5555;background-color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup.closed{display:none}.popup .close__button{position:absolute;top:10px;right:10px;padding:5px;color:#1c1c1c;cursor:pointer;border-radius:50%;line-height:1;height:40px;width:40px;text-align:center;font-size:30px;background-color:rgba(255,255,255,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:27px;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.popup .close__button:hover{background-color:#fff;color:#1c1c1c}.popup .popup__content{position:relative;max-width:700px;width:100%;margin:auto;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.popup .popup__content .content__text{max-height:80vh;overflow-y:auto;max-width:100%}.popup .popup__content .content__text img{max-width:100%;height:auto}.popup .popup__content .content__text p{word-wrap:break-word}.popup .popup__content .content__text::-moz-selection{width:8px}.popup .popup__content .content__text::selection{width:8px}.popup .popup__content .content__text::-moz-selection{width:8px}.popup .popup__content .content__text::-webkit-scrollbar{width:8px}.popup .popup__content .content__text::-webkit-scrollbar-track{width:8px}.popup .popup__content .content__text::-webkit-scrollbar-thumb{width:8px}.popup .content__text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:35px;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:0 15px 0 15px}.popup .content__text h1,.popup .content__text h2,.popup .content__text h3,.popup .content__text h4,.popup .content__text h5,.popup .content__text h6{color:inherit}.popup .content__text .text__body{width:100%}.popup .content__text .text__button{display:-webkit-box;display:-ms-flexbox;display:flex;margin:30px auto;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup .content__text .text__button .popup--link{font-size:16px;border-radius:8px;background-color:#1c1c1c;color:#fff;line-height:1;padding:14px 30px;display:table;border:none;min-width:220px;text-align:center}@media (max-width:599px){.popup .popup__content{margin:auto 15px}.popup .content__text{width:100%}.popup .content__text .popup--link{padding:7px 15px;margin:0 auto}}</pre></body></html>