<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes content-popup__in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateX(0)}}@keyframes content-popup__in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes content-popup__ov__in{0%{opacity:0}to{opacity:1}}@keyframes content-popup__ov__in{0%{opacity:0}to{opacity:1}}.content-popup-wrapper{opacity:1;position:fixed;z-index:10000;inset:0;overflow:auto;display:none}.content-popup-wrapper .content-popup{z-index:10001;margin:auto;width:clamp(340px,100vw,720px)}.content-popup-wrapper .content-popup:not(.open){display:none}.content-popup-wrapper .content-popup.open{opacity:0;-webkit-animation:content-popup__in .4s ease .25s forwards;animation:content-popup__in .4s ease .25s forwards}.content-popup-wrapper__popups{display:flex;justify-content:center;min-height:100%;padding:3rem 20px}.content-popup-wrapper__overlay{background:rgba(19,19,19,.45);z-index:10000;position:fixed;inset:0;opacity:0}.content-popup-wrapper:not(.loading)&gt;.icon{display:none}.content-popup-wrapper.loading&gt;.icon{position:fixed;left:50%;top:50%;color:#fff;z-index:10001}.content-popup-wrapper.loading&gt;.icon,.content-popup-wrapper.loading&gt;.icon svg{width:4rem;height:4rem}.content-popup-wrapper.open{display:block}.content-popup-wrapper.open .content-popup-wrapper__overlay{-webkit-animation:content-popup__ov__in .5s ease forwards;animation:content-popup__ov__in .5s ease forwards}
</pre></body></html>