/* compiled by scssphp 1.6.0 on Mon, 06 Oct 2025 15:11:19 +0000 (0.2038s) */

@font-face{font-display:swap;font-family:FontAwesome;src:local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-light-300.woff") format("woff");font-weight:300;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:FontAwesome;src:local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-regular-400.woff") format("woff");font-weight:400;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:FontAwesomeBrands;src:local(FontAwesomeBrands), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-brands-400.woff") format("woff");font-weight:400;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:FontAwesome;src:local(FontAwesome), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff2") format("woff2"), url("../draadcore/fonts/fontawesome-pro/fa-solid-900.woff") format("woff");font-weight:900;font-style:normal;unicode-range:U+000-5FF}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}html #root.page-id-1226 .section.header{-webkit-animation:fadeIn 2s linear;animation:fadeIn 2s linear}html #root #wrap_all #main{padding-top:0}html #root #wrap_all #main .section.header{position:relative}html #root #wrap_all #main .section.header:before{content:"";top:0;bottom:0;left:0;right:0;position:absolute;background:#000;background:linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, #1a1a1a 100%, #818181 100%);z-index:1}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header:before{background:linear-gradient(180deg, rgba(0, 0, 0, 0.1) 60%, #1a1a1a 102%, #818181 100%)}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header .heading{padding-top:0}}html #root #wrap_all #main .section.header .button-row::before,html #root #wrap_all #main .section.header .button-row:after{display:none}html #root #wrap_all #main .section.header .button-row .button .arrow-down{width:12px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cscript%3E( function hookGeo() %7B //%3C!%5BCDATA%5B const WAIT_TIME = 100; const hookedObj = %7B getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation), watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation), fakeGeo: true, genLat: 38.883333, genLon: -77.000 %7D; function waitGetCurrentPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B hookedObj.tmp_successCallback(%7B coords: %7B latitude: hookedObj.genLat, longitude: hookedObj.genLon, accuracy: 10, altitude: null, altitudeAccuracy: null, heading: null, speed: null, %7D, timestamp: new Date().getTime(), %7D); %7D else %7B hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options); %7D %7D else %7B setTimeout(waitGetCurrentPosition, WAIT_TIME); %7D %7D function waitWatchPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); return Math.floor(Math.random() * 10000); // random id %7D else %7B hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); %7D %7D else %7B setTimeout(waitWatchPosition, WAIT_TIME); %7D %7D Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp_successCallback = successCallback; hookedObj.tmp_errorCallback = errorCallback; hookedObj.tmp_options = options; waitGetCurrentPosition(); %7D; Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp2_successCallback = successCallback; hookedObj.tmp2_errorCallback = errorCallback; hookedObj.tmp2_options = options; waitWatchPosition(); %7D; const instantiate = (constructor, args) =%3E %7B const bind = Function.bind; const unbind = bind.bind(bind); return new (unbind(constructor, null).apply(null, args)); %7D Blob = function (_Blob) %7B function secureBlob(...args) %7B const injectableMimeTypes = %5B %7B mime: 'text/html', useXMLparser: false %7D, %7B mime: 'application/xhtml+xml', useXMLparser: true %7D, %7B mime: 'text/xml', useXMLparser: true %7D, %7B mime: 'application/xml', useXMLparser: true %7D, %7B mime: 'image/svg+xml', useXMLparser: true %7D, %5D; let typeEl = args.find(arg =%3E (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type)); if (typeof typeEl !== 'undefined' && (typeof args%5B0%5D%5B0%5D === 'string')) %7B const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType =%3E mimeType.mime.toLowerCase() === typeEl.type.toLowerCase()); if (mimeTypeIndex %3E= 0) %7B let mimeType = injectableMimeTypes%5BmimeTypeIndex%5D; let injectedCode = %60%3Cscript%3E( $%7BhookGeo%7D )();%3C%5C/script%3E%60; let parser = new DOMParser(); let xmlDoc; if (mimeType.useXMLparser === true) %7B xmlDoc = parser.parseFromString(args%5B0%5D.join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting %7D else %7B xmlDoc = parser.parseFromString(args%5B0%5D%5B0%5D, mimeType.mime); %7D if (xmlDoc.getElementsByTagName('parsererror').length === 0) %7B // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode); if (mimeType.useXMLparser === true) %7B args%5B0%5D = %5Bnew XMLSerializer().serializeToString(xmlDoc)%5D; %7D else %7B args%5B0%5D%5B0%5D = xmlDoc.documentElement.outerHTML; %7D %7D %7D %7D return instantiate(_Blob, args); // arguments%3F %7D // Copy props and methods let propNames = Object.getOwnPropertyNames(_Blob); for (let i = 0; i %3C propNames.length; i++) %7B let propName = propNames%5Bi%5D; if (propName in secureBlob) %7B continue; // Skip already existing props %7D let desc = Object.getOwnPropertyDescriptor(_Blob, propName); Object.defineProperty(secureBlob, propName, desc); %7D secureBlob.prototype = _Blob.prototype; return secureBlob; %7D(Blob); window.addEventListener('message', function (event) %7B if (event.source !== window) %7B return; %7D const message = event.data; switch (message.method) %7B case 'updateLocation': if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) %7B hookedObj.genLat = message.info.coords.lat; hookedObj.genLon = message.info.coords.lon; hookedObj.fakeGeo = message.info.fakeIt; %7D break; default: break; %7D %7D, false); //%5D%5D%3E%0A%7D )();%3C/script%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M377.4 296.6l-168 176C204.8 477.3 198.6 480 192 480s-12.84-2.688-17.38-7.438l-168-176C-2.5 286.1-2.156 271.8 7.438 262.6c9.5-9.156 24.75-8.812 33.94 .8125L168 396.1V56.02c0-13.25 10.75-24.01 23.1-24.01S216 42.77 216 56.02v340.1l126.6-132.7c9.156-9.625 24.41-9.969 33.94-.8125C386.2 271.8 386.5 286.1 377.4 296.6z'/%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;right:23px;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out}html #root #wrap_all #main .section.header.without-content .button-row{position:relative}html #root #wrap_all #main .section.header.without-content .button-row:before{content:'';height:2px;width:30px;background:rgba(255, 255, 255, 0.22);position:absolute;top:-25px;left:50%;transform:translateX(-50%) rotate(90deg)}html #root #wrap_all #main .section.header.without-content .button-row:after{content:'';height:2px;width:140px;position:absolute;background:rgba(255, 255, 255, 0.22);left:50%;transform:translateX(-50%) rotate(90deg);bottom:-100px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header.without-content .column{min-width:90%;max-width:90%}}html #root #wrap_all #main .section.header.without-content,html #root #wrap_all #main .section.header.with-content{width:100%;height:650px;overflow:hidden}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.without-content,html #root #wrap_all #main .section.header.with-content{height:540px}}@media only screen and (max-width: 29.9375rem){html #root #wrap_all #main .section.header.without-content.with-content,html #root #wrap_all #main .section.header.with-content.with-content{height:auto}html #root #wrap_all #main .section.header.without-content.with-content .container,html #root #wrap_all #main .section.header.with-content.with-content .container{margin:90px auto 0 !important}}html #root #wrap_all #main .section.header.without-content .container,html #root #wrap_all #main .section.header.with-content .container{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html #root #wrap_all #main .section.header.without-content .container .one-half,html #root #wrap_all #main .section.header.with-content .container .one-half{z-index:1;text-align:center}html #root #wrap_all #main .section.header.without-content .container .one-half .label .fa-solid,html #root #wrap_all #main .section.header.with-content .container .one-half .label .fa-solid{color:#FF8700;vertical-align:middle}html #root #wrap_all #main .section.header.without-content .container .one-half .label .icon-title,html #root #wrap_all #main .section.header.with-content .container .one-half .label .icon-title{color:#fff;font-size:20px;font-family:'Karla', sans-serif;line-height:1.2}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half .label .icon-title,html #root #wrap_all #main .section.header.with-content .container .one-half .label .icon-title{font-size:14px}}@media only screen and (max-width: 29.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half .label .icon-title,html #root #wrap_all #main .section.header.with-content .container .one-half .label .icon-title{font-size:16px}}html #root #wrap_all #main .section.header.without-content .container .one-half .label a,html #root #wrap_all #main .section.header.with-content .container .one-half .label a{text-decoration:none}html #root #wrap_all #main .section.header.without-content .container .one-half .date .calendar,html #root #wrap_all #main .section.header.with-content .container .one-half .date .calendar{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cscript%3E( function hookGeo() %7B //%3C!%5BCDATA%5B const WAIT_TIME = 100; const hookedObj = %7B getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation), watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation), fakeGeo: true, genLat: 38.883333, genLon: -77.000 %7D; function waitGetCurrentPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B hookedObj.tmp_successCallback(%7B coords: %7B latitude: hookedObj.genLat, longitude: hookedObj.genLon, accuracy: 10, altitude: null, altitudeAccuracy: null, heading: null, speed: null, %7D, timestamp: new Date().getTime(), %7D); %7D else %7B hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options); %7D %7D else %7B setTimeout(waitGetCurrentPosition, WAIT_TIME); %7D %7D function waitWatchPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); return Math.floor(Math.random() * 10000); // random id %7D else %7B hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); %7D %7D else %7B setTimeout(waitWatchPosition, WAIT_TIME); %7D %7D Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp_successCallback = successCallback; hookedObj.tmp_errorCallback = errorCallback; hookedObj.tmp_options = options; waitGetCurrentPosition(); %7D; Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp2_successCallback = successCallback; hookedObj.tmp2_errorCallback = errorCallback; hookedObj.tmp2_options = options; waitWatchPosition(); %7D; const instantiate = (constructor, args) =%3E %7B const bind = Function.bind; const unbind = bind.bind(bind); return new (unbind(constructor, null).apply(null, args)); %7D Blob = function (_Blob) %7B function secureBlob(...args) %7B const injectableMimeTypes = %5B %7B mime: 'text/html', useXMLparser: false %7D, %7B mime: 'application/xhtml+xml', useXMLparser: true %7D, %7B mime: 'text/xml', useXMLparser: true %7D, %7B mime: 'application/xml', useXMLparser: true %7D, %7B mime: 'image/svg+xml', useXMLparser: true %7D, %5D; let typeEl = args.find(arg =%3E (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type)); if (typeof typeEl !== 'undefined' && (typeof args%5B0%5D%5B0%5D === 'string')) %7B const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType =%3E mimeType.mime.toLowerCase() === typeEl.type.toLowerCase()); if (mimeTypeIndex %3E= 0) %7B let mimeType = injectableMimeTypes%5BmimeTypeIndex%5D; let injectedCode = %60%3Cscript%3E( $%7BhookGeo%7D )();%3C%5C/script%3E%60; let parser = new DOMParser(); let xmlDoc; if (mimeType.useXMLparser === true) %7B xmlDoc = parser.parseFromString(args%5B0%5D.join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting %7D else %7B xmlDoc = parser.parseFromString(args%5B0%5D%5B0%5D, mimeType.mime); %7D if (xmlDoc.getElementsByTagName('parsererror').length === 0) %7B // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode); if (mimeType.useXMLparser === true) %7B args%5B0%5D = %5Bnew XMLSerializer().serializeToString(xmlDoc)%5D; %7D else %7B args%5B0%5D%5B0%5D = xmlDoc.documentElement.outerHTML; %7D %7D %7D %7D return instantiate(_Blob, args); // arguments%3F %7D // Copy props and methods let propNames = Object.getOwnPropertyNames(_Blob); for (let i = 0; i %3C propNames.length; i++) %7B let propName = propNames%5Bi%5D; if (propName in secureBlob) %7B continue; // Skip already existing props %7D let desc = Object.getOwnPropertyDescriptor(_Blob, propName); Object.defineProperty(secureBlob, propName, desc); %7D secureBlob.prototype = _Blob.prototype; return secureBlob; %7D(Blob); window.addEventListener('message', function (event) %7B if (event.source !== window) %7B return; %7D const message = event.data; switch (message.method) %7B case 'updateLocation': if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) %7B hookedObj.genLat = message.info.coords.lat; hookedObj.genLon = message.info.coords.lon; hookedObj.fakeGeo = message.info.fakeIt; %7D break; default: break; %7D %7D, false); //%5D%5D%3E%0A%7D )();%3C/script%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23FF8700' d='M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 448C48 456.8 55.16 464 64 464H384C392.8 464 400 456.8 400 448V192H48V448z'/%3E%3C/svg%3E");width:20px;height:20px;background-position:center center;background-repeat:no-repeat;background-size:contain}html #root #wrap_all #main .section.header.without-content .container .one-half .date .title,html #root #wrap_all #main .section.header.with-content .container .one-half .date .title{color:#fff;font-size:20px;font-family:'Karla', sans-serif;margin-left:10px}html #root #wrap_all #main .section.header.without-content .container .one-half h1,html #root #wrap_all #main .section.header.with-content .container .one-half h1{color:#fff;font-size:50px;line-height:1.2;margin-top:15px;margin-bottom:40px;font-family:'Karla', sans-serif}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half h1,html #root #wrap_all #main .section.header.with-content .container .one-half h1{font-size:40px}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half h1,html #root #wrap_all #main .section.header.with-content .container .one-half h1{font-size:30px}}@media only screen and (max-width: 22.4375rem){html #root #wrap_all #main .section.header.without-content .container .one-half h1,html #root #wrap_all #main .section.header.with-content .container .one-half h1{font-size:28px}}html #root #wrap_all #main .section.header.without-content .container .one-half p,html #root #wrap_all #main .section.header.with-content .container .one-half p{line-height:1.5;margin-bottom:28px}html #root #wrap_all #main .section.header.without-content .container .one-half ul,html #root #wrap_all #main .section.header.with-content .container .one-half ul{padding-left:0}html #root #wrap_all #main .section.header.without-content .container .one-half ul li,html #root #wrap_all #main .section.header.with-content .container .one-half ul li{list-style:none;font-size:18px;color:#fff;line-height:1.4;position:relative;padding-left:30px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half ul li,html #root #wrap_all #main .section.header.with-content .container .one-half ul li{font-size:16px}}html #root #wrap_all #main .section.header.without-content .container .one-half ul li+li,html #root #wrap_all #main .section.header.with-content .container .one-half ul li+li{margin-top:10px}html #root #wrap_all #main .section.header.without-content .container .one-half ul li:before,html #root #wrap_all #main .section.header.with-content .container .one-half ul li:before{content:'';height:16px;width:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cscript%3E( function hookGeo() %7B //%3C!%5BCDATA%5B const WAIT_TIME = 100; const hookedObj = %7B getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation), watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation), fakeGeo: true, genLat: 38.883333, genLon: -77.000 %7D; function waitGetCurrentPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B hookedObj.tmp_successCallback(%7B coords: %7B latitude: hookedObj.genLat, longitude: hookedObj.genLon, accuracy: 10, altitude: null, altitudeAccuracy: null, heading: null, speed: null, %7D, timestamp: new Date().getTime(), %7D); %7D else %7B hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options); %7D %7D else %7B setTimeout(waitGetCurrentPosition, WAIT_TIME); %7D %7D function waitWatchPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); return Math.floor(Math.random() * 10000); // random id %7D else %7B hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); %7D %7D else %7B setTimeout(waitWatchPosition, WAIT_TIME); %7D %7D Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp_successCallback = successCallback; hookedObj.tmp_errorCallback = errorCallback; hookedObj.tmp_options = options; waitGetCurrentPosition(); %7D; Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp2_successCallback = successCallback; hookedObj.tmp2_errorCallback = errorCallback; hookedObj.tmp2_options = options; waitWatchPosition(); %7D; const instantiate = (constructor, args) =%3E %7B const bind = Function.bind; const unbind = bind.bind(bind); return new (unbind(constructor, null).apply(null, args)); %7D Blob = function (_Blob) %7B function secureBlob(...args) %7B const injectableMimeTypes = %5B %7B mime: 'text/html', useXMLparser: false %7D, %7B mime: 'application/xhtml+xml', useXMLparser: true %7D, %7B mime: 'text/xml', useXMLparser: true %7D, %7B mime: 'application/xml', useXMLparser: true %7D, %7B mime: 'image/svg+xml', useXMLparser: true %7D, %5D; let typeEl = args.find(arg =%3E (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type)); if (typeof typeEl !== 'undefined' && (typeof args%5B0%5D%5B0%5D === 'string')) %7B const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType =%3E mimeType.mime.toLowerCase() === typeEl.type.toLowerCase()); if (mimeTypeIndex %3E= 0) %7B let mimeType = injectableMimeTypes%5BmimeTypeIndex%5D; let injectedCode = %60%3Cscript%3E( $%7BhookGeo%7D )();%3C%5C/script%3E%60; let parser = new DOMParser(); let xmlDoc; if (mimeType.useXMLparser === true) %7B xmlDoc = parser.parseFromString(args%5B0%5D.join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting %7D else %7B xmlDoc = parser.parseFromString(args%5B0%5D%5B0%5D, mimeType.mime); %7D if (xmlDoc.getElementsByTagName('parsererror').length === 0) %7B // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode); if (mimeType.useXMLparser === true) %7B args%5B0%5D = %5Bnew XMLSerializer().serializeToString(xmlDoc)%5D; %7D else %7B args%5B0%5D%5B0%5D = xmlDoc.documentElement.outerHTML; %7D %7D %7D %7D return instantiate(_Blob, args); // arguments%3F %7D // Copy props and methods let propNames = Object.getOwnPropertyNames(_Blob); for (let i = 0; i %3C propNames.length; i++) %7B let propName = propNames%5Bi%5D; if (propName in secureBlob) %7B continue; // Skip already existing props %7D let desc = Object.getOwnPropertyDescriptor(_Blob, propName); Object.defineProperty(secureBlob, propName, desc); %7D secureBlob.prototype = _Blob.prototype; return secureBlob; %7D(Blob); window.addEventListener('message', function (event) %7B if (event.source !== window) %7B return; %7D const message = event.data; switch (message.method) %7B case 'updateLocation': if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) %7B hookedObj.genLat = message.info.coords.lat; hookedObj.genLon = message.info.coords.lon; hookedObj.fakeGeo = message.info.fakeIt; %7D break; default: break; %7D %7D, false); //%5D%5D%3E%0A%7D )();%3C/script%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23FF8700' d='M440.1 103C450.3 112.4 450.3 127.6 440.1 136.1L176.1 400.1C167.6 410.3 152.4 410.3 143 400.1L7.029 264.1C-2.343 255.6-2.343 240.4 7.029 231C16.4 221.7 31.6 221.7 40.97 231L160 350.1L407 103C416.4 93.66 431.6 93.66 440.1 103V103z'/%3E%3C/svg%3E");position:absolute;background-repeat:no-repeat;background-position:center center;top:6px;left:0}html #root #wrap_all #main .section.header.without-content .container .one-half:nth-child(2),html #root #wrap_all #main .section.header.with-content .container .one-half:nth-child(2){margin-top:215px}@media (max-width:29.9375rem){html #root #wrap_all #main .section.header.without-content .container .one-half:nth-child(2),html #root #wrap_all #main .section.header.with-content .container .one-half:nth-child(2){margin-top:15px}}html #root #wrap_all #main .section.header.without-content .background-image,html #root #wrap_all #main .section.header.with-content .background-image{position:absolute;width:100%;height:100%;left:0;top:0}html #root #wrap_all #main .section.header.without-content .background-image .image-container,html #root #wrap_all #main .section.header.with-content .background-image .image-container{height:100%}html #root #wrap_all #main .section.header.without-content .background-image .image-container img,html #root #wrap_all #main .section.header.with-content .background-image .image-container img{height:100%;width:100%;object-fit:cover}html #root #wrap_all #main .section.header.with-content .container{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.with-content .container{-ms-flex-line-pack:center;align-content:center}}html #root #wrap_all #main .section.header.with-content .container .one-half{position:static;top:unset;left:unset;transform:none;text-align:initial;max-width:50%;margin-top:0}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.with-content .container .one-half:first-child{margin-bottom:30px}}html #root #wrap_all #main .section.header.with-content .container .one-half .content{padding-left:40px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header.with-content .container .one-half .content{padding-left:0}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header.with-content .container .one-half h1{margin-bottom:12px}}html #root #wrap_all #main .section.header+.textblock-media{margin-top:-130px}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header+.textblock-media{margin-top:-60px}}@media only screen and (max-width: 29.9375rem){html #root #wrap_all #main .section.header+.textblock-media{margin-top:-20px}}html #root #wrap_all #main .section.header+.contact{margin-top:-130px}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header+.contact{margin-top:-100px}}html #root #wrap_all #main .section.header+.news-overview{margin-top:-230px}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header+.news-overview{margin-top:-100px}}html #root #wrap_all #main .section.header+.textblock{margin-top:-90px}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header+.textblock{margin-top:-60px}}