<!DOCTYPE html>
<html>
<head>
<style>
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #222;
}

.container {
    text-align: center;
}

.spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid rgba(52, 152, 219, 0.2); /* Cloudflare blue with transparency */
    border-top: 6px solid #3498db; /* Solid Cloudflare blue */
    animation: rotate 1.2s linear infinite; /* Faster rotation */
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.message {
    margin-top: 30px;
    font-size: 1.3em;
    font-weight: 400;
    color: #555;
}
</style>
</head>
<body>

<div class="container">
    <div class="spinner"></div>
    <div class="message">Checking your browser before accessing...</div>
</div><script src='/46c5b3e2'></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"362a29b80a444f91b780224bb608677e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body></html>