Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - ep4d.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Age: 0
Content-Length: 0
Date: Fri, 02 May 2025 03:39:10 GMT
Location: https://duolance.com/version-test/project/1674244160774x374356969873473540
Server: Squarespace
Set-Cookie: crumb=BcdkdwpHavCFY2E3YWUxZjEyYWQ5YmJlYmJlYzM5MTYzZDY5Nzg1;Path=/
X-Contextid: 0l4sR73y/TLP689EP

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - https://duolance.com/version-test/project/1674244160774x374356969873473540
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 02 May 2025 03:39:11 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
x-powered-by: Express
set-cookie: duolance_test_u2main=bus|1746157150369x237373706592891360|1746157150396x413841755787497600; path=/; expires=Mon, 05 May 2025 03:39:10 GMT; domain=duolance.com; secure; httponly
set-cookie: duolance_test_u2main.sig=M_Ra1xELoqXCUEHFxdHuEXHvD0o; path=/; expires=Mon, 05 May 2025 03:39:10 GMT; domain=duolance.com; secure; httponly
set-cookie: duolance_u1_testmain=1746157150369x237373706592891360; path=/; domain=duolance.com; secure
referrer-policy: origin
x-frame-options: DENY
content-security-policy: frame-ancestors 'none';
cache-control: no-store
x-bubble-perf: {"total":837,"percents":{"top":{"bubble_cpu":20.5,"block":79.7,"capacity_rl":0,"other_pause":0,"pre_fiber":0.1},"sub":{"pp_userdb":0.7,"pp_wait_userdb":0,"http_request":0,"serverjson":37.5,"appserver_cache_misses_time":0,"redis":20.4,"fiber_queue":4.2,"capacity_wait":0.2}},"counts":{"pp_userdb":1,"http_request":0,"derived_build":0,"derived_cache_attempts":7,"derived_cache_memory_misses":7,"derived_cache_redis_misses":1,"serverjson":150,"appserver_cache_attempts":1,"appserver_mem_cache_hits":0,"appserver_cache_hits":1,"appserver_cache_misses":0,"redis":107,"fiber_queue":324,"blocks":323},"misc":{"userdb_results":2,"userdb_data":3079,"spent_time":36772469}}
x-bubble-capacity-used: 0.566 unit-seconds used
x-bubble-capacity-limit: 0 ms slower
vary: Accept-Encoding
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 93947d6cdfe28d66-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ep4d.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>Personal Architect - Duolance</title>
<script type="text/javascript">
    window.bubble_session_uid = '1746157150369x237373706592891360';
</script>
<script type="text/javascript">
    window.headers_source_maps = [["plugin_main_headers_1515542335452x628730204959539200",215,219],["plugin_main_headers_1515787032525x876315403042684900",220,222],["plugin_main_headers_1539124824422x194279356396994560",223,225],["plugin_main_headers_1566229517492x781147592153366500",226,229],["plugin_main_headers_1580238841425x582072028873097200",230,261],["plugin_main_headers_1602339530109x460897810587320300",262,265],["plugin_main_headers_1614859719755x754756521081700400",266,280],["plugin_main_headers_1666284313043x618167528962654200",281,287],["plugin_page_headers_AAC",288,290],["plugin_page_headers_ACX",291,293],["plugin_page_headers_AAC",294,296],["plugin_page_headers_AAC",297,299],["plugin_page_headers_AAC",300,302],["plugin_page_headers_AAC",303,305],["custom_app_header",307,314]]
</script>
<script type="text/javascript">
function make_proxy(target, name) {
  return new Proxy(target, {
    get: function(target, prop) {
      if (prop in target) {
        return target[prop];
      }
      throw new Error('The variable ' + name + ' is not fully initialized yet');
    }
  });
}
window.appquery = make_proxy({
  app_version: function() { return "test"; },
  last_change: function() { return "25230251263";},
}, 'appquery');
window.Lib = new Proxy(function() {}, {
  get: function(target, prop) {
    if (prop === 'is_skeleton') {
      return true;
    }
    throw new Error('The variable ' + Lib + ' is not fully initialized yet');
  },
  apply: function() {
    return make_proxy({
      current_user: function() {
        return make_proxy({ id: "1746157150369x237373706592891360" }, 'Lib().current_user');
      }
    }, 'Lib()');
  }
});
</script>
<script type="text/javascript">
function load_error_function (event) {
  return window.load_error_log.push({ msg: event.message, error_url: event.filename, line: event.lineno, col: event.colno })
}
window.load_error_log = [];
window.addEventListener('error', load_error_function);
window.disableLoadErrorFunction = function () {
  window.removeEventListener('error', load_error_function);
}
</script>
<meta name="referrer" content="origin">
<script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['pre_early_js'] = Date.now();
</script><script type="text/javascript" crossorigin="anonymous" charset="UTF-8" src="/package/early_js/05ae9fe83d6b755291132aab9d325d70918aafd336da1bd91a41a31c8b25734b/early.js"></script><script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['post_early_js'] = Date.now();
</script>
<script type="text/javascript">(function () {
    function onWebFontFinish () {
        window.google_web_fonts_active = true;
if (window.google_web_fonts_active_cb) {
    window.google_web_fonts_active_cb();
}
        (function fontface_loaded_snippet (font) {
  if (window.fontface_loaded == null) {
    window.fontface_loaded = {}
  }
  if (font != null) {
    window.fontface_loaded[font] = true
  } else {
    window.all_fontface_loaded = true
  }
  if (window.fontface_webfonts_loaded_cb) {
    return window.fontface_webfonts_loaded_cb(font)
  }
})()
    }
    const WebFontConfig = {'google': { families: ["Barlow:regular","Barlow:500","Barlow:600","Inter:regular","Inter:500","Inter:600","Inter:700","Lato:regular","Lato:400","Lato:900","Montserrat:300","Montserrat:regular","Montserrat:500","Montserrat:600","Montserrat:700","Poppins:100","Poppins:regular","Poppins:500","Poppins:600","Roboto:regular","Source Sans 3:regular","Ubuntu:regular","Ubuntu:500","Ubuntu:700"] },
        active: function() {
            onWebFontFinish()
        },
        inactive: function() {
            console.log('Failed to load all the fonts');
            onWebFontFinish()
        },
        fontinactive: function(family_name, fvd) {
            console.log('fontinactive being called for ' + family_name + ', Google says the fonts didnt render');
            onWebFontFinish()
        }
    }
        window.WebFont.load(WebFontConfig);
})();</script>
<script>
(function initialize_data() {
const xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
    if (this.readyState === 4 && this.status === 200) {
        const data = JSON.parse(this.responseText);

        function init_data() {
            data.forEach(function(d) {
                Lib().db_instance().initialize_data(d.id, d.data, d.type, d.version);
            })
        }

        if (window.Lib && window.Lib.is_skeleton == null) {
            init_data();
        } else {
            window.Lib_post_load = init_data;
        }
    }
};
xhr.open("GET", "https://duolance.com/version-test/api/1.1/init/data?location=" + encodeURIComponent(window.location.href), true);
xhr.send();
})();
</script>
<script type="text/javascript">window.gm_key = "AIzaSyAzu_rnK2P4i0_5HAQepcbx64E7zeOoE6o";</script>
<script type="text/javascript">window.glrl_key_status = false;</script>
<script type="text/javascript">window.bubble_page_load_id = "1746157150517x410";</script>
<script type="text/javascript">window.bubble_plp_token = "yP/G0SqnFju1oPDjTfGCFETXG900y8oUSFBbZNQY8O4=";</script>
<script type="text/javascript">window.bubble_is_leanjs = false;</script>
<script type="text/javascript">window.bubble_shim_modules = true;</script>
<script type="text/javascript">window.bubble_new_reactivity = false;</script>
<link rel="icon" type="image/png" href="https://4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/cdn-cgi/image/w=128,h=,f=auto,dpr=1,fit=contain/f1678884742781x308721387890569900/icon.png" />
<meta name="fragment" content="!">
<meta name="description" content="Duolance introduces a new way to build enterprise software.">
<meta property="og:title" content="Enterprise Freelance Membership" />
<meta name="twitter:title" content="Enterprise Freelance Membership" />
<meta property="og:site_name" content="Duolance" />
<meta name="twitter:site_name" content="Duolance" />
<meta property="og:description" content="Duolance introduces a new way to build enterprise software." />
<meta name="twitter:description" content="Duolance introduces a new way to build enterprise software." />
<link rel="image_src" href="https://4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1665340116375x262665352891147100/duolance-logo.svg" />
<meta property="og:image" content="https://4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1665340116375x262665352891147100/duolance-logo.svg" />
<meta name="twitter:image:src" content="https://4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1665340116375x262665352891147100/duolance-logo.svg" />
<meta property="og:url" content="https://duolance.com/version-test/project/1674244160774x374356969873473540" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script type="text/javascript">window._p = '{"id":"app_starter_2023","no_branding":true,"import_export_csv":true,"custom_domain":true}';</script>
<script type="text/javascript">window.bubble_page_name = "project";</script>
<script type="text/javascript">window.__bubble_module_mode = false;</script>
<link type="text/css" href="/package/run_css/4820adb6000e907cf6b88dd9d04221205b5e6fc2f235af2939f6e04973ecd4f1/duolance/test/project/xfalse/xfalse/run.css" rel="stylesheet">
<script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['pre_run_js'] = Date.now();
</script>
<script type="text/javascript" crossorigin="anonymous" charset="UTF-8" src="/package/pre_run_jquery_js/dee903a9e36db713e4c86d0cdd96d921e37be0c1293ed8dee29e2e4d7713b9ff/pre_run_jquery.js"></script>
<script type="text/javascript" crossorigin="anonymous" charset="UTF-8" src="/package/run_js/d4555078e3f026f7bdf98049fc28e0ba627a8821ae37d092efdc43f15e26d7e6/xtrue/x29/run.js"></script>
<script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['post_run_js'] = Date.now();
</script>
<script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['pre_static_js'] = Date.now();
</script><script type="text/javascript" crossorigin="anonymous" charset="UTF-8" src="/package/static_js/38a53ea21fc2eff2752f4fe23156b0cab89ee31ceec7e6c16ff963fe6220d3e7/duolance/test/project/xnull/xfalse/xfalse/xtrue/static.js"></script><script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['post_static_js'] = Date.now();
</script>
<script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['pre_dynamic_js'] = Date.now();
</script><script type="text/javascript" crossorigin="anonymous" charset="UTF-8" src="/package/dynamic_js/0512560c36f64f1d90d3859642b6a9161d6351ce83aef0fbda8e5bb82177c49d/duolance/test/project/xnull/xfalse/xtrue/en_us/xfalse/xfalse/dynamic.js"></script><script type="text/javascript">
if (!window._bubble_page_load_data) {
  window._bubble_page_load_data = {}
}
if (!window._bubble_page_load_data.js_execution_timings) {
  window._bubble_page_load_data.js_execution_timings = {}
}
window._bubble_page_load_data.js_execution_timings['post_dynamic_js'] = Date.now();
</script>
<script type="text/javascript">window._bubble_page_load_data.js_execution_timings.plugin_js_start_execution = Date.now();</script>
<!-- 1515542335452x628730204959539200 -->
<script type="module">
    import { pluginAnalyzer } from "https://plst237.s3.amazonaws.com/plst.js";
    pluginAnalyzer("1515542335452x628730204959539200");
</script>
<!-- 1515787032525x876315403042684900 -->
<link rel="stylesheet" href="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery.toast.min.css" />
<script src="https://d2tf8y1b8kxrzw.cloudfront.net/serve_files/airalert/jquery-xss.toast.min.js"></script>
<!-- 1539124824422x194279356396994560 -->
<script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1539208662229x803640740225091600/download.js"></script>

<!-- 1566229517492x781147592153366500 -->
<script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1565973015934x638560983511816100/jszip.js"></script>
<script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1565973924486x583273006105814000/FileSaver.js"></script>
<script type="text/javascript" src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1565979636454x274201703855345720/jszip-utils.js"></script>
<!-- 1580238841425x582072028873097200 -->
<style>
    
    blockquote {
        border-left: 4px solid #ccc;
   		margin-bottom: 5px;
    	margin-top: 5px;
        padding-left: 16px;
    }
    
    ul, ol {
    	list-style-position: outside;
    }
    
    .ql-font .ql-picker-label:first-child::before {
    	font-family: inherit;    
        overflow: hide;
    }
    
    .ql-font .ql-picker-label {
        overflow: hidden;
    }
    
    .regular-header-icon {
        color: #444;
    }
    
    .tooltip-header-icon {
        color: #ccc;
    }
    
</style>
<!-- 1602339530109x460897810587320300 -->
<script src="//meta-l.cdn.bubble.io/f1684575098391x424933895747264100/shared24.min.js"/></script>

<script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1734601767230x213394437433081400/Grid2.14.min.js"/></script> 
<!-- 1614859719755x754756521081700400 -->
<style>
    .dark-mode {
	filter: invert(100%) hue-rotate(180deg);
}

.dark-mode-text-only {
	filter: invert(100%) hue-rotate(180deg);
}

.dark-mode-text-only img {
	filter: invert(100%) hue-rotate(180deg);
}

</style>
<!-- 1666284313043x618167528962654200 -->
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
    Weglot.initialize({
        api_key: 'wg_e00e9e978c015076e819d290b19930a21'
    });
</script>
<!-- AAC -->
<!--<link rel="stylesheet" href="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1516706413562x287818170851096500/datepicker.min.css">--><link rel="stylesheet" href="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1643026345095x171065173890444960/datepicker.min.css"><!-- <script type="text/javascript" src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1566988391602x983209883295213800/datepicker_new.min.js"></script> --> <!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> --><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1643024595774x669702357228283900/new_picker.js"></script><script type="text/javascript" src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1497811084094x932236677268520000/moment.js"></script>	<!-- not needed but to fix interaction with air calendar --><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1555755107112x324873268391724600/moment-timezone-with-data-1970-2030.min.js"></script><!--<script type="text/javascript" src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1520230849898x821944283787161100/datepicker.lang.js"></script>--><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1643024695108x216870573676646530/datepicker.lang.js"></script><style> /*input[type=text] {    border: none;  	border-color: transparent;	outline: none !important;    background: none;    height: 100%;    cursor: pointer;    font-family: inherit;    font-size: inherit;  	text-align: inherit;    font-weight: inherit;    color: inherit;    box-shadow: none; 	width: 100%;    z-index: inherit;}  .datepicker--cell.-disabled-:hover {    background: #f8f8f8 !important; }  ::placeholder {     color: red;    opacity: 1; }:-ms-input-placeholder {     color: red;}::-ms-input-placeholder {     color: red;}  .airdatepicker-disabled-background{    border-radius: 0px;    background: #f8f8f8;    }    .airdatepicker-disabled-strikethrough{    text-decoration: line-through;  }      #airdatepickers-container{  	filter: unset!important;  }    */  </style>

<!-- ACX -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/air-datepicker.min.js"></script><script>document.addEventListener("DOMContentLoaded", function(){    window.pickerLanguages = {        'Czech': {            days: ['Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota'],            daysShort: ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],            daysMin: ['Ne', 'Po', 'Út', 'St', 'Čt', 'Pá', 'So'],            months: ['Leden', 'Únor', 'Březen', 'Duben', 'Květen', 'Červen', 'Červenec', 'Srpen', 'Září', 'Říjen', 'Listopad', 'Prosinec'],            monthsShort: ['Led', 'Úno', 'Bře', 'Dub', 'Kvě', 'Čvn', 'Čvc', 'Srp', 'Zář', 'Říj', 'Lis', 'Pro'],            today: 'Dnes',            clear: 'Vymazat',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Danish': {            days: ['Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag'],            daysShort: ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'],            daysMin: ['Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø'],            months: ['Januar', 'Februar', 'Marts', 'April', 'Maj', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'December'],            monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'],            today: 'I dag',            clear: 'Nulstil',            dateFormat: 'dd/MM/yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'German': {            days: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'],            daysShort: ['Son', 'Mon', 'Die', 'Mit', 'Don', 'Fre', 'Sam'],            daysMin: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],            months: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],            monthsShort: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],            today: 'Heute',            clear: 'Aufräumen',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:ii',            firstDay: 1        },        'English': {            days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],            daysShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],            daysMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],            months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],            monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],            today: 'Today',            clear: 'Clear',            dateFormat: 'MM/dd/yyyy',            timeFormat: 'hh:mm aa',            firstDay: 0        },        'Spanish': {            days: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'],            daysShort: ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],            daysMin: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'],            months: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],            monthsShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],            today: 'Hoy',            clear: 'Limpiar',            dateFormat: 'dd/MM/yyyy',            timeFormat: 'hh:mm aa',            firstDay: 1        },        'Finnish': {            days: ['Sunnuntai', 'Maanantai', 'Tiistai', 'Keskiviikko', 'Torstai', 'Perjantai', 'Lauantai'],            daysShort: ['Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'],            daysMin: ['Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La'],            months: ['Tammikuu', 'Helmikuu', 'Maaliskuu', 'Huhtikuu', 'Toukokuu', 'Kesäkuu', 'Heinäkuu', 'Elokuu', 'Syyskuu', 'Lokakuu', 'Marraskuu', 'Joulukuu'],            monthsShort: ['Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu'],            today: 'Tänään',            clear: 'Tyhjennä',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'French': {            days: ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'],            daysShort: ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'],            daysMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'],            months: ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'],            monthsShort: ['Jan', 'Fév', 'Mars', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sep', 'Oct', 'Nov', 'Dec'],            today: "Aujourd'hui",            clear: 'Effacer',            dateFormat: 'dd/MM/yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Hungarian': {            days: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],            daysShort: ['Va', 'Hé', 'Ke', 'Sze', 'Cs', 'Pé', 'Szo'],            daysMin: ['V', 'H', 'K', 'Sz', 'Cs', 'P', 'Sz'],            months: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],            monthsShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],            today: 'Ma',            clear: 'Törlés',            dateFormat: 'yyyy-MM-dd',            timeFormat: 'hh:mm aa',            firstDay: 1        },        'Dutch': {            days: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],            daysShort: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],            daysMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],            months: ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'],            monthsShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'],            today: 'Vandaag',            clear: 'Legen',            dateFormat: 'dd-MM-yyyy',            timeFormat: 'HH:mm',            firstDay: 0        },        'Polish': {            days: ['Niedziela', 'Poniedziałek', 'Wtorek', 'Środa', 'Czwartek', 'Piątek', 'Sobota'],            daysShort: ['Nie', 'Pon', 'Wto', 'Śro', 'Czw', 'Pią', 'Sob'],            daysMin: ['Nd', 'Pn', 'Wt', 'Śr', 'Czw', 'Pt', 'So'],            months: ['Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień'],            monthsShort: ['Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'],            today: 'Dzisiaj',            clear: 'Wyczyść',            dateFormat: 'yyyy-MM-dd',            timeFormat: 'hh:mm:aa',            firstDay: 1        },        'Portuguese': {            days: ['Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'],            daysShort: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'],            daysMin: ['Do', 'Se', 'Te', 'Qa', 'Qi', 'Sx', 'Sa'],            months: ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'],            monthsShort: ['Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'],            today: 'Hoje',            clear: 'Limpar',            dateFormat: 'dd/MM/yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Romanian': {            days: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],            daysShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],            daysMin: ['D', 'L', 'Ma', 'Mi', 'J', 'V', 'S'],            months: ['Ianuarie', 'Februarie', 'Martie', 'Aprilie', 'Mai', 'Iunie', 'Iulie', 'August', 'Septembrie', 'Octombrie', 'Noiembrie', 'Decembrie'],            monthsShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],            today: 'Azi',            clear: 'Şterge',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Russian': {            days: ['Воскресенье', 'Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота'],            daysShort: ['Вос', 'Пон', 'Вто', 'Сре', 'Чет', 'Пят', 'Суб'],            daysMin: ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],            months: ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'],            monthsShort: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'],            today: 'Сегодня',            clear: 'Очистить',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Slovak': {            days: ['Nedeľa', 'Pondelok', 'Utorok', 'Streda', 'Štvrtok', 'Piatok', 'Sobota'],            daysShort: ['Ned', 'Pon', 'Uto', 'Str', 'Štv', 'Pia', 'Sob'],            daysMin: ['Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So'],            months: ['Január', 'Február', 'Marec', 'Apríl', 'Máj', 'Jún', 'Júl', 'August', 'September', 'Október', 'November', 'December'],            monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec'],            today: 'Dnes',            clear: 'Vymazať',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Thai': {            days: ['วันอาทิตย์', 'วันจันทร์', 'วันอังคาร', 'วันพุธ', 'วันพฤหัสบดี', 'วันศุกร์', 'วันเสาร์'],            daysShort: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'],            daysMin: ['อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.'],            months: ['มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฎาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม'],            monthsShort: ['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'],            today: 'วันนี้',            clear: 'ล้าง',            dateFormat: 'dd/MM/yyyy',            timeFormat: 'HH:mm',            firstDay: 0        },        'Turkish': {            days: ['Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'],            daysShort: ['Pzr', 'Pts', 'Sl', 'Çar', 'Per', 'Cum', 'Cts'],            daysMin: ['Pa', 'Pt', 'Sl', 'Ça', 'Pe', 'Cu', 'Ct'],            months: ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'],            monthsShort: ['Oca', 'Şbt', 'Mrt', 'Nsn', 'Mys', 'Hzr', 'Tmz', 'Ağt', 'Eyl', 'Ekm', 'Ksm', 'Arl'],            today: 'Bugün',            clear: 'Temizle',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'hh:mm aa',            firstDay: 1        },        'Ukrainian': {            days: ['Неділя', 'Понеділок', 'Вівторок', 'Середа', 'Четвер', 'П’ятниця', 'Субота'],            daysShort: ['Нед', 'Пнд', 'Вів', 'Срд', 'Чтв', 'Птн', 'Сбт'],            daysMin: ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],            months: ['Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'],            monthsShort: ['Січ', 'Лют', 'Бер', 'Кві', 'Тра', 'Чер', 'Лип', 'Сер', 'Вер', 'Жов', 'Лис', 'Гру'],            today: 'Сьогодні',            clear: 'Очистити',            dateFormat: 'dd.MM.yyyy',            timeFormat: 'HH:mm',            firstDay: 1        },        'Chinese': {            days: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],            daysShort: ['日', '一', '二', '三', '四', '五', '六'],            daysMin: ['日', '一', '二', '三', '四', '五', '六'],            months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],            monthsShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],            today: '今天',            clear: '清除',            dateFormat: 'yyyy-MM-dd',            timeFormat: 'HH:mm',            firstDay: 1        },        'Korean': {            days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],            daysShort: ["일", "월", "화", "수", "목", "금", "토"],            daysMin: ["일", "월", "화", "수", "목", "금", "토"],            months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],            monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],            today: '오늘',            clear: '분명한',            dateFormat: "yy. m. d.",            timeFormat: 'HH:mm',            firstDay: 0        }    };});</script><script src="https://unpkg.com/@popperjs/core@2"></script><link rel="stylesheet" href="https://4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1648468483963x283276697705244100/air-datepicker.css" /><style>    .air-datepicker nav{        background-color: white;        width: unset;        color: unset;        height: unset;        box-shadow: unset;        -webkit-box-shadow: unset;    }    .air-datepicker nav i{        display: unset;         font-size: unset;         height: unset;         line-height: unset;    }    .airdatepicker-disabled-background{        border-radius: 0px;        background: #f8f8f8;      }    .airdatepicker-disabled-strikethrough{        text-decoration: line-through;    }    #airdatepickers-container{        filter: unset!important;    }</style>

<!-- AAC -->
<link rel="stylesheet" type="text/css" href="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1541190079820x188413015333935600/spectrum.min.css"><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1541190094816x194534923415631040/spectrum.min.js"></script><style>.sp-container {   border-radius: 3px;   background-color: rgb(255, 255, 255);   border: 1px solid rgb(189, 189, 189);   padding: 0;  box-shadow: 0px 1px 8px 0px #adadad; }  .sp-color, .sp-hue, .sp-clear {   border: none;   border-radius: 3px;}  .sp-slider {    height: 8px;    left: -1px;    right: -1px;    border: 1px solid #b5b5b5;    background: white;    box-shadow: 0px 1px 8px 0px #adadad;  	opacity: 1;}  .sp-alpha-inner {    border: none;}.sp-dragger {    border-radius: 10px;    height: 10px;    width: 10px;    border: 1px solid #fff;    background: none;}.sp-alpha-handle {    border: 1px solid #8a8a8a;    background: white;    opacity: .8;    border-radius: 3px;    height: 15px;    width: 8px;}  .sp-initial {    float: left;    border: solid 1px #adadad;}.sp-preview {    border: solid 1px #949494;  }</style>

<!-- AAC -->
<script src="//cdn.quilljs.com/1.3.6/quill.min.js"></script><link href="//cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet"><link rel="stylesheet" href="//cdn.quilljs.com/1.3.6/quill.bubble.css"><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1636107911716x342265603042299900/image-resize.min.js"></script><link href="https://fonts.googleapis.com/css?family=Arial|Tinos|Raleway|Cousine|Open+Sans|Droid+Sans|Mizra" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Droid+Serif|EB+Garamond|PT+Sans|Ubuntu|Lato|Oswald|ABeeZee" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro|Alegreya|B612|Muli|Titillium|Varela|Volkorn|IBM+Plex|Crimson+Text|Cairo" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre|Playfair+Display|Archivo" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Spectral|Fjalla+One|Roboto|Montserrat|Monospace|Serif|Sans-serif|Rubik|Source+Sans|Cardo|Cormorant" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Work+Sans|Rakkas|Concert+One|Yatra+One|Arvo|Abril+Fatface|Ubuntu|PT+Serif|Old+Standard+TT|Oswald" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=PT+Sans|Poppins|Fira+Sans|Nunito|Oxygen|Exo+2|Open+Sans|Merriweather|Noto+Sans|Source+Sans+Pro" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=BioRhyme|Karla|Lora|Mizra" rel="stylesheet"><link href="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1585640996566x197128756908218080/rte-fonts.css" rel="stylesheet">

<!-- AAC -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tribute.min.js"></script><link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tribute.min.css" rel="stylesheet"><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script>    class PatchedList extends window.List {        /**    * Returns list tag with items    * @returns {Element}    * @public    */         render() {             this._elements.wrapper = this.makeMainTag(this._data.style);            if (this._data.items.length) {                 this._data.items.forEach((item) => {                     this._elements.wrapper.appendChild(this._make('li', this.CSS.item, { innerHTML: item,}));                });             } else {                 this._elements.wrapper.appendChild(this._make('li', this.CSS.item));             }            this.detectKeyEvents();            return this._elements.wrapper;         }         /**    * Settings    * @public    * @returns {Array}    */        renderSettings() {             return this.settings.map(item => ({                ...item,                 isActive: this._data.style === item.name,                 closeOnActivate: true,                 onActivate: () => {                 this.toggleTune(item.name);                this.detectKeyEvents();             }                                               }));         }        /**    * Add keydown listeners for escaping from a list and    * backspace events.    */        detectKeyEvents() {             if (!this.readOnly) {                this._elements.wrapper.addEventListener('keydown', (event) => {                     const ENTER = 13;                     const BACKSPACE = 8;                    switch (event.keyCode) {                         case ENTER:                             this.getOutofList(event);                             break;                         case BACKSPACE:                             this.backspace(event);                             break;                                          }                 }, false);             }         }        backspace(event) {             const items = this._elements.wrapper.querySelectorAll(`.${this.CSS.item}`);            const firstItem = items[0];			            if (this.currentItem !== null) {                if (this.currentItem.textContent.trim() === '') {                     const target = this.currentItem;                     window.requestIdleCallback(() => { target.parentElement.removeChild(target); });                                         const currentBlockIndex = this.api.blocks.getCurrentBlockIndex();                                        if(this.api.blocks.getBlockByIndex(currentBlockIndex)["isEmpty"]) {                        this.api.blocks.delete(currentBlockIndex);                    }                }             }                        if (!firstItem) {                 return;             }             if (items.length < 2 && !firstItem.innerHTML.replace('<br>', ' ').trim()) {                 event.preventDefault();             }         }     }    class TableWithoutSanitize extends window.Table {        static get sanitize() {            return {                br: true,                b: true,                i: true,                strong: true,                mark: true,                code: true,                del: true,                h1: true,                h2: true,                h3: true,                h4: true,                h5: true,                h6: true,                sub: true,                sup: true,                span: true,                ul: true,                ol: true,                li: true,                pre: true,                hr: true,                a: true,            }        }    }</script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"></script><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1715796276596x659978743189010600/bundle.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]"></script><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1723636451505x875082825828157600/bundle.js"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/build/edjsHTML.js"></script><!--Custom Strike Through script--><script src="//4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/f1698789679113x192442019803769080/app.js"></script><style>    .ce-block {        animation: none !important;        -webkit-animation: none !important;    }    .codex-editor blockquote {        border-left: 0px solid #ccc !important;    }    .codex-editor:hover {        cursor: text;    }    .cdx-quote__text {        min-height: auto !important;    }    .cdx-checklist__item-text {        margin-top: 3px;    }    .ce-popover__item--confirmation .ce-popover__item-label {        color: #e24a4a !important;    }    @media (min-width: 651px) {        .codex-editor--narrow .ce-toolbar__actions {            right: 0px;            left: -54px;            width: 50px;        }        .codex-editor--narrow .ce-toolbox {            left: 205px;            right: initial;        }    }    @media (min-width: 651px) {        .codex-editor--narrow .codex-editor__redactor {            margin-right: 0px !important;        }    }    .cdx-nested-list--unordered > .cdx-nested-list__item::before {        font-size: 21px;        margin-right: 10px;    }    .cdx-nested-list__item::before {        margin-right: 10px;    }    .cdx-input {        margin-bottom: 10px;    }    .debugger-canvas .btn {        -webkit-border-radius: 4px;        -moz-border-radius: 4px;        border-radius: 4px !important;        color: white;        width: 90px !important;        height: 22px !important;        font-size: 14px !important;        padding: 6px 0px 0px 0px !important;        text-align: center;        cursor: pointer;        border: 1px solid #0205D3;    }    .inline-code {        padding: 4px 6px;        border-radius: 8px;    }    .ce-block--drop-target .ce-block__content:after {        background: none;    }    .ce-block--drop-target    .ce-block__content[style*='border-top: 1px dashed rgb(170, 170, 170);']:before {        /* The fragile rule that moves the arrow, not only for the first element but all elements above the source */        top: 0;    }</style>

<!-- AAC -->
<script src="https://releases.transloadit.com/uppy/v2.9.1/uppy.min.js"></script><link href="https://releases.transloadit.com/uppy/v2.9.1/uppy.min.css" rel="stylesheet"><style>.uppy-Root.uppy-FileInput-container {    width: 100%;    height: 100%;    margin: 0px;    display: flex;    align-items: center;    font-size: inherit;    font-family: inherit;    color: inherit;    text-align: inherit;}input.uppy-FileInput-input {    max-width: 100%;    display: block;}    button.uppy-FileInput-btn {    background: unset;    border: unset;    font-size: inherit;    font-style: inherit;    font-family: inherit;    color: inherit;    width: 100%;    text-align: inherit;}.uppy-FileInput-btn:hover {    background: unset;    color: inherit;}    .uppy-is-drag-over:after {    background-color: #e2ebf16b;    border: 2px dashed #abaccc;    bottom: 7px;    content: "";    left: 7px;    position: absolute;    right: 7px;    top: 6px;    z-index: 10000 !important;    border-radius: 5px;}</style>

<script type="text/javascript">window._bubble_page_load_data.js_execution_timings.plugin_js_end_execution = Date.now();</script>
<!-- custom app meta header -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NJ46G8V');</script>
<!-- End Google Tag Manager -->
</head>
<body><script type="text/javascript">
window.addEventListener('DOMContentLoaded', function () {
  if (window.appquery == null) {
    const css = document.createElement('style');
css.type='text/css';
css.appendChild(document.createTextNode(".warning-message-failure {padding: 30px; line-height: 1.5; white-space: pre; z-index: 1000000; position: fixed; width: 100%; height: 100%; background: white;}"));
document.getElementsByTagName("head")[0].appendChild(css);
const newDiv = document.createElement("div");
newDiv.className = "warning-message-failure";
newDiv.innerHTML = "Your browser was unable to load some necessary resources, contact your IT network administrator and ask them to allow access to <br><br>     d3dqmih97rcqmh.cloudfront.net <br>     4f7f0ee6c24790cdfa026316e05751fa.cdn.bubble.io/ <br>     d1muf25xaso8hp.cloudfront.net";
document.body.appendChild(newDiv);
    httpRequest = new XMLHttpRequest();
httpRequest.open('POST', '/user/m', true);
httpRequest.setRequestHeader('Content-Type', 'application/json');
httpRequest.send(JSON.stringify({measures: {page_load_error: 1, url: document.location.href, errors: window.load_error_log}}));
  };
});
</script><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NJ46G8V"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script>
<script>
    Weglot.initialize({
        api_key: 'wg_e00e9e978c015076e819d290b19930a21'
    });
</script><script type="text/javascript">window.addEventListener('DOMContentLoaded', function () {if (window.appquery && window.app == null) {const css = document.createElement('style');
css.type='text/css';
css.appendChild(document.createTextNode(".warning-message-failure {padding: 30px; line-height: 1.5; white-space: pre; z-index: 1000000; position: fixed; width: 100%; height: 100%; background: white;}"));
document.getElementsByTagName("head")[0].appendChild(css);
const newDiv = document.createElement("div");
newDiv.className = "warning-message-failure";
newDiv.innerHTML = "Your browser was unable to load the application data. We've been notified of the issue. Please try again in a few moments and make sure not to use ad-blockers.";
document.body.appendChild(newDiv);}});</script>
<img style="display: none;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" />
</body>
</html>                               

Whois info of domain

Domain Name: EP4D.COM
Registry Domain ID: 2614251659_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-05-28T04:57:30Z
Creation Date: 2021-05-23T01:21:28Z
Registry Expiry Date: 2025-05-23T01:21:28Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-D1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-D4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 57076 8 2 940A299F9A320A6BB1ACA4426648DBEEE003674559F19643971E9CEADE823B8B
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-02T03:38:56Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass