@charset "UTF-8";@property --hole{syntax:'<length>';inherits:false;initial-value:0vmax}@property --feather{syntax:'<length>';inherits:false;initial-value:48px}#page-transition-overlay{position:fixed;inset:0;pointer-events:none;z-index:2147483647;--overlay:#fdfdfd;--hole:120vmax;--feather:64px;background:var(--overlay);-webkit-mask:radial-gradient(circle at 50% 50%,transparent calc(var(--hole) - var(--feather)),
    #FDFDFD        var(--hole)
  );mask:radial-gradient(circle at 50% 50%,transparent calc(var(--hole) - var(--feather)),
    #FDFDFD        var(--hole)
  );opacity:1;transition:none;display:block}html.is-exiting #page-transition-overlay{animation:circle-close 2.5s ease both}@keyframes circle-close{from{--hole:120vmax}to{--hole:0vmax}}