<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Accessible</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<style>
body{font-family:Arial,sans-serif;text-align:center;padding:5vh 0;background:linear-gradient(to right,#212529,#343a40);animation:fadeIn 1s ease}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.container{max-width:600px;margin:0 auto;padding:30px;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3);animation:slideIn 1s ease}
@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}
.icon{font-size:96px;color:#dc3545;margin-bottom:20px}
h1{color:#dc3545;font-size:32px;margin-bottom:20px;animation:fadeInDown 1s ease}
@keyframes fadeInDown{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}
p{color:#6c757d;font-size:18px;line-height:1.6;margin-bottom:20px;animation:fadeInUp 1s ease}
@keyframes fadeInUp{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}
.info{display:flex;justify-content:center;margin-top:20px;animation:fadeIn 1s ease}
.info p{color:#6c757d;margin:0 10px;font-size:16px;animation:fadeIn 1s ease}
@media only screen and (max-width:600px){.container{padding:20px}h1{font-size:24px}p{font-size:16px}.icon{font-size:64px}}
</style>
</head>
<body>
<div class="container">
<i class="fas fa-exclamation-circle icon"></i>
<h1>Sorry, this page is not accessible</h1>
<p>Please check your internet connection or contact the website administrator.</p>
<div class="info">
</div>
</div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'93d049cc5830bacb',t:'MTc0Njc4NDE4MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>