<style>
.loader { display: none; }
.lds-ring {
display: inline-block; position: relative; width: 80px; height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block; position: absolute; width: 64px; height: 64px;
margin: 8px; border: 8px solid #0a5688; border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #0a5688 transparent transparent transparent;
}
.lds-ring div:nth-child(1) { animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }
@keyframes lds-ring {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
html.js .loader { position: fixed; top: calc(50% - 40px); left: calc(50% - 40px); display: block; }
html.js #page { opacity: 0; height: 0; overflow: hidden; transition: opacity 0.2s ease; }
html.js body.loaded #page { opacity: 1; height: auto; overflow: hidden; }
html.js body.loaded .loader { display: none; }
html.js body.loaded.switch:before {
content: ''; display: block; position: fixed; z-index: 10000;
top: 0; left: 0; width: 100%; height: 100%;
}
html.js body.loaded.switch .loader { display: block; }
html.js body.loaded.switch #page { opacity: 0; }
</style>
<script type="text/javascript">var html=document.getElementsByTagName('html')[0];html.classList.add("js");</script>
<script async src="https://www.googletagmanager.com/gtag/js?id={{ ga_tracking }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ ga_tracking }}');
</script>
{# 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-MN3S95GC');</script>
{# End Google Tag Manager #}