<style>
#rec437694601 {
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
z-index: 100005;
}
</style>
<script>
$("body").css("overflow","hidden");
$(document).ready(function() {
setTimeout(function() {
$("#rec437694601").delay(1400).fadeOut('slow');
$("body").css("overflow","");
window.dispatchEvent(new Event('resize'));
}, 3000);
});
$(window).on('load', function () {
$("#rec437694601").delay(1400).fadeOut('slow');
setTimeout(function() {
$("body").css("overflow","");
window.dispatchEvent(new Event('resize'));
}, 400);
});
</script>