/* compiled by scssphp 1.6.0 on Tue, 14 Mar 2023 08:35:36 +0000 (0.0955s) */

@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Bold.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Bold.woff") format("woff");font-weight:700;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Medium.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Medium.woff") format("woff");font-weight:500;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Regular.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Regular.woff") format("woff");font-weight:400;font-style:normal;unicode-range:U+000-5FF}html #root #wrap_all #main .section.theme{padding:72px 0}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.theme{padding:40px 0}}html #root #wrap_all #main .section.theme .container{position:relative;padding:68px 95px 50px;overflow:hidden}@media only screen and (max-width: 89.9375rem){html #root #wrap_all #main .section.theme .container{padding:50px 80px 40px}}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.theme .container{padding:30px 60px 30px}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.theme .container{padding:54px 24px 34px}}html #root #wrap_all #main .section.theme .container:before{content:'';position:absolute;left:0;top:0;z-index:1;width:calc(100% - 40px);height:688px;border-radius:25px;background-color:#FF6633;margin:0 20px}@media only screen and (max-width: 89.9375rem){html #root #wrap_all #main .section.theme .container:before{width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.theme .container:before{height:100%}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.theme .container:before{width:calc(100% + 48px);margin:0 -24px;border-radius:0}}html #root #wrap_all #main .section.theme .container:after{content:'';position:absolute;right:-390px;top:-354px;z-index:1;width:1030px;height:708px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1558px' height='1045px' viewBox='0 0 1558 1045' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M234.483286,358.960592 C231.758016,362.494735 229.227145,366.116957 226.446856,369.625411 L0,655.146029 L365.553017,945.382509 C564.40972,1103.27027 854.590489,1069.84821 1012.40308,870.864564 L1558,182.936029 C1497.83498,135.16821 1412.18887,59.1088932 1147.57722,12.6585787 C814.158922,-41.5719892 462.492679,79.2898429 234.483286,358.960592' id='Fill-1' fill='%23ffffff20'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(85deg)}html #root #wrap_all #main .section.theme .container>*{position:relative;z-index:3}html #root #wrap_all #main .section.theme .column.full>.heading{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.theme .column.full>.heading{-ms-flex-wrap:wrap;flex-wrap:wrap}}html #root #wrap_all #main .section.theme .column.full>.heading h2{margin-bottom:0;color:#000000}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.theme .column.full>.heading h2{width:100%;display:block;margin:0 0 15px}}html #root #wrap_all #main .section.theme .column.full>.heading .button-row a.button-link{margin-left:20px;color:#000000;position:relative;z-index:9}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.theme .column.full>.heading .button-row a.button-link{margin:0}}html #root #wrap_all #main .section.theme .column.full>.heading .button-row a.button-link .arrow-right{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='%23000000' d='M264.6 70.63l176 168c4.75 4.531 7.438 10.81 7.438 17.38s-2.688 12.84-7.438 17.38l-176 168c-9.594 9.125-24.78 8.781-33.94-.8125c-9.156-9.5-8.812-24.75 .8125-33.94l132.7-126.6H24.01c-13.25 0-24.01-10.76-24.01-24.01s10.76-23.99 24.01-23.99h340.1l-132.7-126.6C221.8 96.23 221.5 80.98 230.6 71.45C239.8 61.85 254.1 61.51 264.6 70.63z'/%3E%3C/svg%3E")}html #root #wrap_all #main .section.theme .column.full>.heading .button-row a.button-link:before{background-color:#000000}html #root #wrap_all #main .section.theme .grid-container{width:calc(100% + (7px * 2));margin-left:-7px;margin-right:-7px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}html #root #wrap_all #main .section.theme .grid-container:before{content:'';position:absolute;left:-380px;bottom:-189px;z-index:1;width:1030px;height:708px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1558px' height='1045px' viewBox='0 0 1558 1045' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M234.483286,358.960592 C231.758016,362.494735 229.227145,366.116957 226.446856,369.625411 L0,655.146029 L365.553017,945.382509 C564.40972,1103.27027 854.590489,1069.84821 1012.40308,870.864564 L1558,182.936029 C1497.83498,135.16821 1412.18887,59.1088932 1147.57722,12.6585787 C814.158922,-41.5719892 462.492679,79.2898429 234.483286,358.960592' id='Fill-1' fill='%23ffffff20'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;transform:rotate(66deg)}html #root #wrap_all #main .section.theme .grid-container>*{position:relative;z-index:3}html #root #wrap_all #main .section.theme .grid-container .column{-webkit-box-shadow:0 0 44px rgba(0, 0, 0, 0.12);box-shadow:0 0 44px rgba(0, 0, 0, 0.12);padding:24px;background-color:#ffffff;border-radius:10px;margin-bottom:24px;position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}html #root #wrap_all #main .section.theme .grid-container .column:before{content:'';position:absolute;right:-126px;bottom:-90px;z-index:1;width:265px;height:172px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1558px' height='1045px' viewBox='0 0 1558 1045' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M234.483286,358.960592 C231.758016,362.494735 229.227145,366.116957 226.446856,369.625411 L0,655.146029 L365.553017,945.382509 C564.40972,1103.27027 854.590489,1069.84821 1012.40308,870.864564 L1558,182.936029 C1497.83498,135.16821 1412.18887,59.1088932 1147.57722,12.6585787 C814.158922,-41.5719892 462.492679,79.2898429 234.483286,358.960592' id='Fill-1' fill='%23E6EBF6'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-position:center;background-size:cover}html #root #wrap_all #main .section.theme .grid-container .column>*{position:relative;z-index:3}html #root #wrap_all #main .section.theme .grid-container .column.one-third{margin-left:7px;margin-right:7px;min-width:calc(33.333% - (7px * 2));max-width:calc(33.333% - (7px * 2))}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.theme .grid-container .column.one-third{min-width:calc(50% - (7px * 2));max-width:calc(50% - (7px * 2))}}@media only screen and (max-width: 37.4375rem){html #root #wrap_all #main .section.theme .grid-container .column.one-third{min-width:calc(100% - (7px * 2));max-width:calc(100% - (7px * 2))}}html #root #wrap_all #main .section.theme .grid-container .column .image-container{margin-bottom:30px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.theme .grid-container .column .image-container{margin-bottom:20px}}html #root #wrap_all #main .section.theme .grid-container .column .image-container img{display:block;width:100%}html #root #wrap_all #main .section.theme .grid-container .column .heading{margin-bottom:9px}html #root #wrap_all #main .section.theme .grid-container .column .heading h3{font-size:19px;font-weight:bold;margin-bottom:0;color:#202020}html #root #wrap_all #main .section.theme .grid-container .column .content{display:none}html #root #wrap_all #main .section.theme .grid-container .column div.button{margin-top:auto}html #root #wrap_all #main .section.theme .grid-container .column div.button a.button-link{display:inline-flex;margin:0}