CINXE.COM
LifeWatch ERIC – Training Platform
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://training.lifewatch.eu/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <script> // On Head start const moodleURL = "https://training.lifewatch.eu:9001"; const enableDebug = false; function debug(error) { if (!enableDebug) { return; } console.log("[DEBUG]", error); } // Gets the desired moodle url from the parent page url query function getDynamicPath() { try { const params = new URLSearchParams(window.location.search); // If category is supplied show list of courses inside this category const category = params.get("category"); if(category !== null) { return "/course/index.php?categoryid=" + category; } const resource = params.get("resource"); if(resource !== null) { return resource; } } catch (error) { debug(error); } return null; } // Callback on the iframe load event function moodleOnLoad(iframe) { return function() { // Scroll to top of parent page window.scrollTo(0, 0); try { let url = iframe.contentWindow.location.href; // If the iframe navigated to a page that is not moodle // reloads the content of the iframe inside the parent page if (!url.startsWith(moodleURL)) { window.location.href = url; } } catch (error) { debug(error); } }; } // When moodle loads sends a message to its parent with its size // then the parents resizes the iframe with the correct values function moodleMessageHandler(iframe) { return function(event) { let message = event.data; iframe.style.height = message.height + 'px'; iframe.style.width = '100%'; }; } // Sets up the moodle iframe inside the current wordpress page function setupMoodleIFrame(title, defaultPath) { // Get the iframe element const iframe = document.getElementById("moodle-iframe"); // Set the iframe title iframe.title = title; // Set the iframe source var path = getDynamicPath(); if(path === null) { path = defaultPath; } iframe.src = moodleURL + path; // Set the iframe message handler window.addEventListener('message', moodleMessageHandler(iframe) , false); iframe.onload = moodleOnLoad(iframe); } </script> <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>LifeWatch ERIC – Training Platform</title> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//use.fontawesome.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="LifeWatch ERIC » Feed" href="https://training.lifewatch.eu/feed/" /> <link rel="alternate" type="application/rss+xml" title="LifeWatch ERIC » Comments Feed" href="https://training.lifewatch.eu/comments/feed/" /> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/training.lifewatch.eu\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='mec-select2-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.min.css?ver=6.5.6' media='all' /> <link rel='stylesheet' id='mec-font-icons-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/iconfonts.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-frontend-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/frontend.min.css?ver=6.5.6' media='all' /> <link rel='stylesheet' id='mec-tooltip-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-tooltip-shadow-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltipster-sideTip-shadow.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='featherlight-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-google-fonts-css' href='//fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A100%2C300%2C400%2C700&ver=6.3' media='all' /> <link rel='stylesheet' id='mec-custom-google-font-css' href='https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C+200italic%2C+300%2C+300italic%2C+regular%2C+italic%2C+600%2C+600italic%2C+700%2C+700italic%2C+900%2C+%7CTitillium+Web%3A900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+900%2C+&subset=latin%2Clatin-ext' media='all' /> <link rel='stylesheet' id='mec-lity-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-general-calendar-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/css/mec-general-calendar.css?ver=6.3' media='all' /> <link rel='stylesheet' id='hfe-widgets-style-css' href='https://training.lifewatch.eu/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1.6.36' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://training.lifewatch.eu/wp-includes/css/dist/block-library/style.min.css?ver=6.3' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--dark-gray: #111;--wp--preset--color--light-gray: #f1f1f1;--wp--preset--color--yellow: #f4ca16;--wp--preset--color--dark-brown: #352712;--wp--preset--color--medium-pink: #e53b51;--wp--preset--color--light-pink: #ffe5d1;--wp--preset--color--dark-purple: #2e2256;--wp--preset--color--purple: #674970;--wp--preset--color--blue-gray: #22313f;--wp--preset--color--bright-blue: #55c3dc;--wp--preset--color--light-blue: #e9f2f9;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--gradient--dark-gray-gradient-gradient: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(42,42,42,1) 100%);--wp--preset--gradient--light-gray-gradient: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(215,215,215,1) 100%);--wp--preset--gradient--white-gradient: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);--wp--preset--gradient--yellow-gradient: linear-gradient(90deg, rgba(244,202,22,1) 0%, rgba(205,168,10,1) 100%);--wp--preset--gradient--dark-brown-gradient: linear-gradient(90deg, rgba(53,39,18,1) 0%, rgba(91,67,31,1) 100%);--wp--preset--gradient--medium-pink-gradient: linear-gradient(90deg, rgba(229,59,81,1) 0%, rgba(209,28,51,1) 100%);--wp--preset--gradient--light-pink-gradient: linear-gradient(90deg, rgba(255,229,209,1) 0%, rgba(255,200,158,1) 100%);--wp--preset--gradient--dark-purple-gradient: linear-gradient(90deg, rgba(46,34,86,1) 0%, rgba(66,48,123,1) 100%);--wp--preset--gradient--purple-gradient: linear-gradient(90deg, rgba(103,73,112,1) 0%, rgba(131,93,143,1) 100%);--wp--preset--gradient--blue-gray-gradient: linear-gradient(90deg, rgba(34,49,63,1) 0%, rgba(52,75,96,1) 100%);--wp--preset--gradient--bright-blue-gradient: linear-gradient(90deg, rgba(85,195,220,1) 0%, rgba(43,180,211,1) 100%);--wp--preset--gradient--light-blue-gradient: linear-gradient(90deg, rgba(233,242,249,1) 0%, rgba(193,218,238,1) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='hide-admin-bar-based-on-user-roles-css' href='https://training.lifewatch.eu/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css?ver=3.8.2' media='all' /> <link rel='stylesheet' id='cmplz-general-css' href='https://training.lifewatch.eu/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1719395035' media='all' /> <link rel='stylesheet' id='hfe-style-css' href='https://training.lifewatch.eu/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1.6.36' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.21.0' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.15.3' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' /> <link rel='stylesheet' id='elementor-post-13-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/post-13.css?ver=1693832193' media='all' /> <link rel='stylesheet' id='eihe-front-style-css' href='https://training.lifewatch.eu/wp-content/plugins/image-hover-effects-addon-for-elementor/assets/style.min.css?ver=1.4.3' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/global.css?ver=1693832194' media='all' /> <link rel='stylesheet' id='elementor-post-16-css' href='https://training.lifewatch.eu/wp-content/uploads/elementor/css/post-16.css?ver=1727108639' media='all' /> <link rel='stylesheet' id='twentyfifteen-fonts-css' href='https://fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext&display=fallback' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/genericons/genericons.css?ver=20201026' media='all' /> <link rel='stylesheet' id='twentyfifteen-style-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/style.css?ver=20221101' media='all' /> <link rel='stylesheet' id='twentyfifteen-block-style-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/blocks.css?ver=20220914' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfifteen-ie-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/ie.css?ver=20220908' media='all' /> <![endif]--> <!--[if lt IE 8]> <link rel='stylesheet' id='twentyfifteen-ie7-css' href='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/css/ie7.css?ver=20141210' media='all' /> <![endif]--> <link rel='stylesheet' id='style_login_widget-css' href='https://training.lifewatch.eu/wp-content/plugins/miniorange-login-with-eve-online-google-facebook/css/style_login_widget.min.css?ver=6.25.4' media='all' /> <link rel='stylesheet' id='newsletter-css' href='https://training.lifewatch.eu/wp-content/plugins/newsletter/style.css?ver=8.4.2' media='all' /> <link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v5.15.4/css/all.css' media='all' integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" /> <link rel='stylesheet' id='popup-maker-site-css' href='//training.lifewatch.eu/wp-content/uploads/pum/pum-site-styles.css?generated=1721986866&ver=1.19.0' media='all' /> <link rel='stylesheet' id='eael-general-css' href='https://training.lifewatch.eu/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.9.25' media='all' /> <link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css' media='all' integrity="sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv" crossorigin="anonymous" /> <style id='font-awesome-official-v4shim-inline-css'> @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome") format("svg"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @font-face { font-family: "FontAwesome"; font-display: block; src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2") format("woff2"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff") format("woff"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf") format("truetype"), url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome") format("svg"); unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD; } </style> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Titillium+Web%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.3' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src='https://training.lifewatch.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.0' id='jquery-core-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1' id='jquery-migrate-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/mec-general-calendar.js?ver=6.5.6' id='mec-general-calendar-script-js'></script> <script id='mec-frontend-script-js-extra'> var mecdata = {"day":"day","days":"days","hour":"hour","hours":"hours","minute":"minute","minutes":"minutes","second":"second","seconds":"seconds","elementor_edit_mode":"no","recapcha_key":"","ajax_url":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","fes_nonce":"a1be40cbf6","current_year":"2024","current_month":"11","datepicker_format":"yy-mm-dd"}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/frontend.js?ver=6.5.6' id='mec-frontend-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/events.js?ver=6.5.6' id='mec-events-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/svg-support/vendor/DOMPurify/DOMPurify.min.js?ver=1.0.1' id='bodhi-dompurify-library-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/js/hide-admin-bar-based-on-user-roles-public.js?ver=3.8.2' id='hide-admin-bar-based-on-user-roles-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/svg-support/js/min/svgs-inline-min.js?ver=1.0.1' id='bodhi_svg_inline-js'></script> <script id="bodhi_svg_inline-js-after"> cssTarget="img.style-svg";ForceInlineSVGActive="false";frontSanitizationEnabled="on"; </script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src='https://www.googletagmanager.com/gtag/js?id=G-0HLT7HQR91' id='google_gtagjs-js' async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["training.lifewatch.eu"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "G-0HLT7HQR91"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://training.lifewatch.eu/wp-json/" /><link rel="alternate" type="application/json" href="https://training.lifewatch.eu/wp-json/wp/v2/pages/16" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://training.lifewatch.eu/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.3" /> <link rel="canonical" href="https://training.lifewatch.eu/" /> <link rel='shortlink' href='https://training.lifewatch.eu/' /> <link rel="alternate" type="application/json+oembed" href="https://training.lifewatch.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftraining.lifewatch.eu%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://training.lifewatch.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftraining.lifewatch.eu%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.130.0" /> <style>.cmplz-hidden { display: none !important; }</style><meta name="generator" content="Elementor 3.15.3; features: e_dom_optimization, e_optimized_assets_loading, e_optimized_css_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style type="text/css" id="twentyfifteen-header-css"> .site-header { padding-top: 14px; padding-bottom: 14px; } .site-branding { min-height: 42px; } @media screen and (min-width: 46.25em) { .site-header { padding-top: 21px; padding-bottom: 21px; } .site-branding { min-height: 56px; } } @media screen and (min-width: 55em) { .site-header { padding-top: 25px; padding-bottom: 25px; } .site-branding { min-height: 62px; } } @media screen and (min-width: 59.6875em) { .site-header { padding-top: 0; padding-bottom: 0; } .site-branding { min-height: 0; } } .site-title, .site-description { clip: rect(1px, 1px, 1px, 1px); position: absolute; } </style> <meta name="theme-color" content="#FFFFFF00"> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-43f79dfb.js;exports%20as%20setNoncefromp-43f79dfb.js;importg%20as%20afromp-e1255160.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-0665e072.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-0665e072.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-100fe3ec.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-100fe3ec.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-4d245ebe.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-4d245ebe.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-5dfd1438.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-5dfd1438.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-892f7c14.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-892f7c14.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-8fb42c61.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-8fb42c61.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-9dc09eba.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-9dc09eba.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-accbf9cd.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-accbf9cd.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-b3731d50.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-b3731d50.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-ba1dc20e.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-ba1dc20e.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-becaef50.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-becaef50.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-ffab5a11.entry.js' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/p-ffab5a11.entry.js.map' as='script' /> <link rel='modulepreload' href='https://training.lifewatch.eu/wp-content/plugins/presto-player/dist/components/web-components/web-components.esm.js?ver=1719996336' as='script' /><link rel="icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1-150x150.png" sizes="32x32" /> <link rel="icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" /> <meta name="msapplication-TileImage" content="https://training.lifewatch.eu/wp-content/uploads/2022/02/LW_ITA-1.png" /> <style id="wp-custom-css"> /* Global*/ :root { --lw-main-color: #0f4e8a; } html, body, #page { min-height: 100% !important; } .position-absolute { position: absolute; } .pum-close.popmake-close { position: relative !important; bottom: 0 !important; float: right !important; } .pum-close-x { background-color: var(--lw-main-color); position: absolute !important; top: -44px; right: -44px; z-index: 11; width: 48px; height: 48px; border-radius: 50px; padding: 0; bottom: none !important; float: none !important; } #tutorial-icon { width: fit-content; float: right; } #page { width: 100% !important; max-width: 100% !important; } /* Hide default footer */ .site-footer { display: none !important; } /* Sidebar */ #masthead { display: none; } #block-10 { padding: 0px !important; } #secondary { margin-top: 0px; } #widget-area > aside { padding: 3rem; margin: 0; } #sidebar { width: 20%; max-width: 20%; } #sidebar .current-menu-item > a { color: var(--lw-main-color) !important; } #sidebar #menu-main_menu, #sidebar .menu-item { border-top: none !important; border-bottom: none !important; font-size: 14px; font-family: 'Titillium Web', sans-serif; font-weight: bolder; text-transform: uppercase; } body:before { width: 20% !important; } #content { width: 80% !important; margin-left: 20% !important; display: flex; flex-direction: column; } .widget_nav_menu { padding: 0 !important; } /* Top Bar */ .log-button { color: white !important; font-family: 'Titillium Web'; } /* Top Banner */ .banner-overlay { position: absolute; height: 100%; display: flex; width: 100%; } .banner-overlay > div { margin: auto 0 !important; width: 100% !important; max-width: 100% !important; } #moodle-iframe { margin: 0 !important; padding: 0 !important; width: 100%; height: 100%; } .wpcf7-response-output { font-family: 'Titillium Web'; } #widget-area > figure { display: flex; justify-content: center; } .owl-dot:hover { background: transparent !important; } .wpforms-field-label, .wpforms-field-sublabel.after, .wpforms-submit, .wpforms-field > input, .wpforms-field > textarea, .wpforms-field > label, .wpforms-confirmation-container-full > p { font-family: 'Titillium Web'; } .eael-simple-menu-container.preset-2, .eael-simple-menu-container.preset-2 .eael-simple-menu li ul { border: none !important; } .menu-item > a { border-left: none !important; border-right: none !important; } .mec-event-footer, .mec-time-details, .mec-holding-status-expired, .mec-single-event-category, .mec-event-social, .mec-event-export-module, .mec-single-modern > .col-md-4, .mec-timeline-event-details, .mec-timeline-readmore { display: none !important; } @media screen and (max-width: 59em) { #sidebar { max-width: 100% !important; width: 100% !important; } #sidebar > #secondary { margin: 0; } #content { margin-left: 0 !important; width: 100% !important; max-width: 100% !important; } } .mec-single-event.mec-single-modern.mec-single-modal > .col-md-8 { width: 100%; } .mec-single-event-description.mec-events-content > p { font-size: 21px; font-weight: 500; } /* MT elementor custom css*/ .circle_resources_service .elementor-widget-container .elementor-icon-wrapper .elementor-icon { margin-bottom: 0 !important; width: 140px; height: 140px; margin: 0 auto; display: block; border-radius: 50%; } a.elementor-icon svg{ height: 100% !important; margin: auto !important; } a.elementor-icon svg:hover{ filter:brightness(0) invert(1); } a.elementor-icon:hover{ background-color: #0f4e8a; } /* gturrisi 03/02/2023 */ .elementor-icon:hover >svg{ filter: brightness(0) invert(1) } </style> <style type="text/css">.mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type="submit"], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type="number"], .lity-content .mec-events-meta-group-booking input[type="text"], .lity-content .mec-events-meta-group-booking input[type="email"],.mec-organizer-item a, .mec-single-event .mec-events-meta-group-booking ul.mec-book-tickets-container li.mec-book-ticket-container label { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.mec-event-content p, .mec-search-bar-result .mec-event-detail{ font-family: Roboto, sans-serif;} .mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select, .mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-totalcal-box .mec-totalcal-view span { font-family: "Roboto", Helvetica, Arial, sans-serif; }.mec-event-grid-modern .event-grid-modern-head .mec-event-day, .mec-event-list-minimal .mec-time-details, .mec-event-list-minimal .mec-event-detail, .mec-event-list-modern .mec-event-detail, .mec-event-grid-minimal .mec-time-details, .mec-event-grid-minimal .mec-event-detail, .mec-event-grid-simple .mec-event-detail, .mec-event-cover-modern .mec-event-place, .mec-event-cover-clean .mec-event-place, .mec-calendar .mec-event-article .mec-localtime-details div, .mec-calendar .mec-event-article .mec-event-detail, .mec-calendar.mec-calendar-daily .mec-calendar-d-top h2, .mec-calendar.mec-calendar-daily .mec-calendar-d-top h3, .mec-toggle-item-col .mec-event-day, .mec-weather-summary-temp { font-family: "Roboto", sans-serif; } .mec-fes-form, .mec-fes-list, .mec-fes-form input, .mec-event-date .mec-tooltip .box, .mec-event-status .mec-tooltip .box, .ui-datepicker.ui-widget, .mec-fes-form button[type="submit"].mec-fes-sub-button, .mec-wrap .mec-timeline-events-container p, .mec-wrap .mec-timeline-events-container h4, .mec-wrap .mec-timeline-events-container div, .mec-wrap .mec-timeline-events-container a, .mec-wrap .mec-timeline-events-container span { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; }.mec-hourly-schedule-speaker-name, .mec-events-meta-group-countdown .countdown-w span, .mec-single-event .mec-event-meta dt, .mec-hourly-schedule-speaker-job-title, .post-type-archive-mec-events h1, .mec-ticket-available-spots .mec-event-ticket-name, .tax-mec_category h1, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6,.entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3,.entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6{ font-family: 'Titillium Web', Helvetica, Arial, sans-serif;}.mec-single-event .mec-event-meta .mec-events-event-cost, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value, .mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name, .mec-wrap .info-msg div, .mec-wrap .mec-error div, .mec-wrap .mec-success div, .mec-wrap .warning-msg div, .mec-breadcrumbs .mec-current, .mec-events-meta-group-tags, .mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available, .mec-single-modern .mec-single-event-bar>div dd, .mec-single-event .mec-event-meta dd, .mec-single-event .mec-event-meta dd a, .mec-next-occ-booking span, .mec-hourly-schedule-speaker-description, .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title, .mec-single-event .mec-speakers-details ul li .mec-speaker-name, .mec-event-data-field-items, .mec-load-more-button, .mec-events-meta-group-tags a, .mec-events-button, .mec-wrap abbr, .mec-event-schedule-content dl dt, .mec-breadcrumbs a, .mec-breadcrumbs span .mec-event-content p, .mec-wrap p { font-family: 'Titillium Web',sans-serif; font-weight:300;}.mec-event-grid-minimal .mec-modal-booking-button:hover, .mec-events-timeline-wrap .mec-organizer-item a, .mec-events-timeline-wrap .mec-organizer-item:after, .mec-events-timeline-wrap .mec-shortcode-organizers i, .mec-timeline-event .mec-modal-booking-button, .mec-wrap .mec-map-lightbox-wp.mec-event-list-classic .mec-event-date, .mec-timetable-t2-col .mec-modal-booking-button:hover, .mec-event-container-classic .mec-modal-booking-button:hover, .mec-calendar-events-side .mec-modal-booking-button:hover, .mec-event-grid-yearly .mec-modal-booking-button, .mec-events-agenda .mec-modal-booking-button, .mec-event-grid-simple .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-wrap.colorskin-custom .mec-color, .mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing > li:hover a, .mec-wrap.colorskin-custom .mec-color-hover:hover, .mec-wrap.colorskin-custom .mec-color-before *:before ,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-nav i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover, .colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.mec-wrap.colorskin-custom .mec-next-event-details li i, .mec-next-event-details i:before, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-next-event-details a,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected,.lity .mec-color,.lity .mec-color-before :before,.lity .mec-color-hover:hover,.lity .mec-wrap .mec-color,.lity .mec-wrap .mec-color-before :before,.lity .mec-wrap .mec-color-hover:hover,.leaflet-popup-content .mec-color,.leaflet-popup-content .mec-color-before :before,.leaflet-popup-content .mec-color-hover:hover,.leaflet-popup-content .mec-wrap .mec-color,.leaflet-popup-content .mec-wrap .mec-color-before :before,.leaflet-popup-content .mec-wrap .mec-color-hover:hover, .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active.mec-color, .mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail i,.mec-map-boxshow div .mec-map-view-event-detail.mec-event-detail:hover,.mec-map-boxshow .mec-color,.mec-map-boxshow .mec-color-before :before,.mec-map-boxshow .mec-color-hover:hover,.mec-map-boxshow .mec-wrap .mec-color,.mec-map-boxshow .mec-wrap .mec-color-before :before,.mec-map-boxshow .mec-wrap .mec-color-hover:hover, .mec-choosen-time-message, .mec-booking-calendar-month-navigation .mec-next-month:hover, .mec-booking-calendar-month-navigation .mec-previous-month:hover, .mec-yearly-view-wrap .mec-agenda-event-title a:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover, .mec-av-spot .mec-av-spot-head .mec-av-spot-box span, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover .mec-load-month-link, .mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover .mec-load-month-link, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover .mec-load-month-link, .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover .mec-load-month-link, .mec-skin-list-events-container .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a, .mec-booking-shortcode .mec-event-ticket-name, .mec-booking-shortcode .mec-event-ticket-price, .mec-booking-shortcode .mec-ticket-variation-name, .mec-booking-shortcode .mec-ticket-variation-price, .mec-booking-shortcode label, .mec-booking-shortcode .nice-select, .mec-booking-shortcode input, .mec-booking-shortcode span.mec-book-price-detail-description, .mec-booking-shortcode .mec-ticket-name, .mec-booking-shortcode label.wn-checkbox-label, .mec-wrap.mec-cart table tr td a {color: #0f4e8a}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar:not(.mec-event-calendar-classic) .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after, .mec-wrap.colorskin-custom .mec-bg-color, .mec-wrap.colorskin-custom .mec-bg-color-hover:hover, .colorskin-custom .mec-event-sharing-wrap:hover > li, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.mec-map-get-direction-btn-cnt input[type="submit"],.mec-booking button,span.mec-marker-wrap,.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:before, .mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-ongoing-normal-label, .mec-calendar .mec-has-event:after, .mec-event-list-modern .mec-event-sharing li:hover .telegram{background-color: #0f4e8a;}.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active{ background-color: #0f4e8a;}.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button:hover, .mec-timeline-month-divider, .mec-wrap.colorskin-custom .mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing > li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day, .mec-wrap.colorskin-custom .mec-border-color, .mec-wrap.colorskin-custom .mec-border-color-hover:hover, .colorskin-custom .mec-single-event .mec-frontbox-title:before, .colorskin-custom .mec-single-event .mec-wrap-checkout h4:before, .colorskin-custom .mec-single-event .mec-events-meta-group-booking form > h4:before, .mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.mec-wrap.colorskin-custom .mec-events-masonry-cats a.mec-masonry-cat-selected, .mec-marker-infowindow-wp .mec-marker-infowindow-count, .mec-wrap.colorskin-custom .mec-events-masonry-cats a:hover, .mec-has-event-for-booking .mec-calendar-novel-selected-day, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-virtual-event-history h3:before, .mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover, .mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active, .mec-rsvp-form-box form > h4:before, .mec-wrap .mec-box-title::before, .mec-box-title::before {border-color: #0f4e8a;}.mec-wrap.colorskin-custom .mec-event-countdown-style3 .mec-event-date:after,.mec-wrap.colorskin-custom .mec-month-divider span:before, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day, .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover{border-bottom-color:#0f4e8a;}.mec-wrap.colorskin-custom article.mec-event-countdown-style1 .mec-event-countdown-part2:after{border-color: transparent transparent transparent #0f4e8a;}.mec-wrap.colorskin-custom .mec-box-shadow-color { box-shadow: 0 4px 22px -7px #0f4e8a;}.mec-events-timeline-wrap .mec-shortcode-organizers, .mec-timeline-event .mec-modal-booking-button, .mec-events-timeline-wrap:before, .mec-wrap.colorskin-custom .mec-timeline-event-local-time, .mec-wrap.colorskin-custom .mec-timeline-event-time ,.mec-wrap.colorskin-custom .mec-timeline-event-location,.mec-choosen-time-message { background: rgba(15,78,138,.11);}.mec-wrap.colorskin-custom .mec-timeline-events-container .mec-timeline-event-date:after{ background: rgba(15,78,138,.3);}.mec-booking-shortcode button { box-shadow: 0 2px 2px rgba(15 78 138 / 27%);}.mec-booking-shortcode button.mec-book-form-back-button{ background-color: rgba(15 78 138 / 40%);}.mec-events-meta-group-booking-shortcode{ background: rgba(15,78,138,.14);}.mec-booking-shortcode label.wn-checkbox-label, .mec-booking-shortcode .nice-select,.mec-booking-shortcode input, .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before, .mec-booking-shortcode input[type=radio]:checked:before, .mec-booking-shortcode ul.mec-book-price-details li, .mec-booking-shortcode ul.mec-book-price-details{ border-color: rgba(15 78 138 / 27%) !important;}.mec-booking-shortcode input::-webkit-input-placeholder,.mec-booking-shortcode textarea::-webkit-input-placeholder{color: #0f4e8a}.mec-booking-shortcode input::-moz-placeholder,.mec-booking-shortcode textarea::-moz-placeholder{color: #0f4e8a}.mec-booking-shortcode input:-ms-input-placeholder,.mec-booking-shortcode textarea:-ms-input-placeholder {color: #0f4e8a}.mec-booking-shortcode input:-moz-placeholder,.mec-booking-shortcode textarea:-moz-placeholder {color: #0f4e8a}.mec-booking-shortcode label.wn-checkbox-label:after, .mec-booking-shortcode label.wn-checkbox-label:before, .mec-booking-shortcode input[type=radio]:checked:after{background-color: #0f4e8a}.mec-wrap.colorskin-custom h1 a:hover, .mec-wrap.colorskin-custom h2 a:hover, .mec-wrap.colorskin-custom h3 a:hover, .mec-wrap.colorskin-custom h4 a:hover, .mec-wrap.colorskin-custom h5 a:hover, .mec-wrap.colorskin-custom h6 a:hover,.entry-content .mec-wrap.colorskin-custom h1 a:hover, .entry-content .mec-wrap.colorskin-custom h2 a:hover, .entry-content .mec-wrap.colorskin-custom h3 a:hover,.entry-content .mec-wrap.colorskin-custom h4 a:hover, .entry-content .mec-wrap.colorskin-custom h5 a:hover, .entry-content .mec-wrap.colorskin-custom h6 a:hover {color: #0f4e8a !important;}</style></head> <body data-cmplz=1 class="home page-template page-template-elementor_header_footer page page-id-16 wp-embed-responsive ehf-template-twentyfifteen ehf-stylesheet-twentyfifteen elementor-default elementor-template-full-width elementor-kit-13 elementor-page elementor-page-16"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div id="sidebar" class="sidebar"> <header id="masthead" class="site-header"> <div class="site-branding"> <p class="site-title"><a href="https://training.lifewatch.eu/" rel="home">LifeWatch ERIC</a></p> <p class="site-description">Training Platform</p> <button class="secondary-toggle">Menu and widgets</button> </div><!-- .site-branding --> </header><!-- .site-header --> <div id="secondary" class="secondary"> <div id="widget-area" class="widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"><figure class="wp-block-image size-full is-resized" style="display:flex; justify-content:center;"><a href="https://www.lifewatch.eu/" target="_blank"><img decoding="async" loading="lazy" src="/wp-content/uploads/2022/03/logoLW_eric_outline2-01.svg" alt="" class="wp-image-19" width="196" height="116"></a></figure></aside><aside id="block-5" class="widget widget_block"> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow"><div class="wp-block-group__inner-container"><div class="widget widget_nav_menu"><nav class="menu-main-menu-container" aria-label="Menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-16 current_page_item menu-item-38"><a href="https://training.lifewatch.eu/" aria-current="page">Home</a></li> <li id="menu-item-303" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-303"><a href="https://training.lifewatch.eu/education-and-schools/">Education and Schools</a></li> <li id="menu-item-301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-301"><a href="https://training.lifewatch.eu/biodiversity-ecampus/">Biodiversity eCampus</a></li> <li id="menu-item-46" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46"><a href="https://training.lifewatch.eu/user-manuals-and-tutorials/">User Manuals and Tutorials</a></li> <li id="menu-item-302" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-302"><a href="https://training.lifewatch.eu/webinars-and-conferences/">Webinars and Conferences</a></li> <li id="menu-item-4019" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4019"><a href="https://training.lifewatch.eu/international-projects/">International Projects</a></li> <li id="menu-item-2852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2852"><a href="https://training.lifewatch.eu/national-nodes/">National Nodes</a></li> <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="https://training.lifewatch.eu/advertise-your-resources/">Advertise your resources</a></li> <li id="menu-item-869" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-869"><a target="_blank" rel="noopener" href="https://www.lifewatch.eu/contact-us/">Contact Us</a></li> <li id="menu-item-850" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-850"><a target="_blank" rel="noopener" href="https://www.lifewatch.eu/who-we-are/">About Us</a></li> </ul></nav></div></div></div> </aside> </div><!-- .widget-area --> </div><!-- .secondary --> </div><!-- .sidebar --> <div id="content" class="site-content"> <div data-elementor-type="wp-page" data-elementor-id="16" class="elementor elementor-16"> <section class="elementor-section elementor-top-section elementor-element elementor-element-3702a8e elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="3702a8e" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-428aece" data-id="428aece" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-05c37af elementor-widget elementor-widget-shortcode" data-id="05c37af" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div style='display: flex; float: right;'><div id='header_profile' style='display: flex; float: right;'><button id='login-button' style='color: white !important; font-family:Titillium Web; margin: 0 1rem; font-weight: 600; background: none; padding: 0; text-transform: none;'>Login</a></div></div> <div class="elementor-shortcode"></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5bec2e4 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5bec2e4" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9bf84de" data-id="9bf84de" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3332362 elementor-section-full_width position-absolute elementor-section-height-default elementor-section-height-default" data-id="3332362" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a9143df" data-id="a9143df" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5b10c3c popmake-3483 elementor-view-default elementor-widget elementor-widget-icon" data-id="5b10c3c" data-element_type="widget" id="tutorial-icon" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <div class="elementor-icon"> <i aria-hidden="true" class="fas fa-question-circle"></i> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-4af93f1 elementor-widget elementor-widget-image" data-id="4af93f1" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img decoding="async" fetchpriority="high" width="2560" height="945" src="https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-scaled.jpg" class="attachment-full size-full wp-image-56" alt="" srcset="https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-scaled.jpg 2560w, https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-300x111.jpg 300w, https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-1024x378.jpg 1024w, https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-768x283.jpg 768w, https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-1536x567.jpg 1536w, https://training.lifewatch.eu/wp-content/uploads/2022/01/home-banner-2048x756.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-6afdab5 elementor-section-full_width banner-overlay elementor-section-height-default elementor-section-height-default" data-id="6afdab5" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-23decf6 banner-overla" data-id="23decf6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-56e5c39 elementor-widget elementor-widget-heading" data-id="56e5c39" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">Welcome to the LifeWatch ERIC<br>Training Platform!</h1> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4e0481f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4e0481f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-f32a282" data-id="f32a282" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bd65316 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="bd65316" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5308618" data-id="5308618" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1804a7c circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="1804a7c" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/education-and-schools"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" viewBox="0 0 124.64 165.1"><defs><style>.cls-1{fill:#0f4e8a;}</style></defs><g id="Livello_1"><path class="cls-1" d="M118.59,58.24l.93-.57c1.55-.95,3.11-1.91,4.68-2.83,.34-.2,.44-.38,.44-.8-.01-9.57-.01-19.14-.01-28.71v-5.4h-8.5c-7.54,0-15.09-.01-22.63,.02h-.07c-2.2,0-4.13-.35-5.88-1.08-1.55-.64-2.96-1.63-4.21-2.94-.67-.71-1.27-1.49-1.85-2.24-.34-.44-.67-.88-1.02-1.3-1.51-1.83-3.04-3.65-4.58-5.46-2.54-3-4.86-4.81-7.53-5.86-1.92-.76-3.93-.95-5.82-1.05-.6-.03-1.23,.05-1.88,.15-.3,.04-.6,.08-.9,.11-2.33,.24-4.59,1.08-6.7,2.5-2.79,1.88-4.93,4.56-6.99,7.15l-.6,.76c-1.57,1.97-3.2,4.01-4.95,5.89-2.02,2.17-4.78,3.32-7.98,3.34-7.74,.04-15.48,.03-23.22,.03H0v30.45c0,1.29,0,2.57,.02,3.86,0,.09,.07,.24,.12,.28,1.96,1.22,3.94,2.43,5.92,3.62,1.08,.65,2.28,1.49,3.04,2.86,.63,1.13,.93,2.43,.93,3.97,0,1.66-.03,3.32-.06,4.98-.03,1.56-.06,3.12-.06,4.67-.01,25.41-.01,50.81,0,76.22,0,1.19,.09,2.51,.28,4.04,.29,2.3,1.29,4.36,2.99,6.14,1.53,1.6,3.48,2.51,5.37,3.25,1.45,.57,3,.83,5,.83h.02c15.47-.02,30.95-.02,46.42-.02,10.83,0,21.66,0,32.49,0,.9,0,1.72-.1,2.44-.28,3.16-.82,5.53-2.35,7.24-4.7,1.68-2.3,2.53-5.04,2.53-8.15-.01-16.09-.05-32.18-.08-48.26l-.04-21.27c-.01-6.2-.02-12.41,.02-18.61,.01-1.88,.66-3.31,1.93-4.23,.67-.49,1.37-.92,2.06-1.34ZM46.12,18.08c.51-.59,1.01-1.16,1.49-1.74,.49-.58,.97-1.16,1.46-1.75,.98-1.19,2-2.43,3.07-3.59l.42-.46c1.61-1.77,3.28-3.6,5.73-4.53,2.74-1.04,5.39-1.02,8.11,.06,1.52,.6,2.72,1.41,3.67,2.48,1.34,1.49,2.66,3,3.98,4.51l2.22,2.53c.63,.72,1.27,1.43,1.95,2.2l1.73,1.94H44.7l1.42-1.64Zm43.23,141.59H35.29v-24.23h34.3v9.64h5.23v-9.65h14.53v24.24Zm0-29.87H35.26v-14.31h54.1v14.31Zm19.97,22.44c0,3.73-1.87,6.28-5.25,7.18-.7,.19-1.53,.38-2.37,.4-.92,.02-1.83,.03-2.76,.03-.6,0-1.2,0-1.81,0h-2.36v-49.59H29.87v49.46h-2.7c-1.7,0-3.36,0-5.02,0-1.43,0-2.7-.42-3.85-1.27-2-1.49-3.01-3.39-3.01-5.65-.01-23.29-.01-46.59-.01-69.88v-19.33l.68,.29c11.97,5.04,22.87,8.6,33.31,10.91l.38,.08v.39c0,.76,0,1.51-.01,2.25-.01,1.66-.03,3.24,.03,4.83,.1,2.88,.71,5.13,1.92,7.09,1.9,3.07,4.56,5,7.9,5.75,3.86,.87,7.37,.13,10.44-2.18,2.75-2.08,4.35-4.86,4.73-8.29,.12-1.1,.13-2.24,.14-3.34,0-.59,0-1.18,.03-1.76v-.34c.03-.71,.06-1.44,.17-2.17,.19-1.27,1.27-2.79,3.2-3.15,3.82-.7,7.85-1.75,12.68-3.31,5.13-1.66,10.05-3.68,13.76-5.25,.85-.36,1.76-.56,2.65-.76,.41-.09,.82-.18,1.24-.29l.56-.15,.06,.57c.03,.29,.06,.56,.09,.81,.06,.52,.12,.97,.12,1.44v7.99c.01,25.75,.02,51.5-.02,77.25ZM55.03,70.85v-5.04h14.57v5.97c0,3.67,.01,7.35,0,11.02-.02,3.69-2.84,6.9-6.42,7.32-.28,.03-.57,.05-.84,.05-3.46,0-6.51-2.49-7.15-5.98-.1-.55-.15-1.15-.15-1.8,0-3.84,0-7.69,0-11.53Zm58.05-15.82c-2.72,1.49-5.53,3.03-8.36,4.41-5.32,2.6-10.94,4.8-16.69,6.53-2.97,.89-5.92,1.65-9.43,2.51-.83,.21-1.7,.12-2.54,.05h-.15c-.56-.06-.88-.92-.9-1.28-.06-1.68-.1-3.36-.13-5.03l-.03-1.64s0-.08,0-.12h-25v9.06l-1.48-.38c-.6-.15-1.16-.29-1.72-.45-1.33-.38-2.67-.76-4-1.13-3.3-.92-6.72-1.88-10.04-2.97-3.53-1.16-7-2.64-9.98-3.95-2.68-1.17-5.46-2.52-9.04-4.37-2.29-1.19-4.54-2.54-6.62-3.82-.99-.61-1.56-1.61-1.57-2.75l-.15-24.36H119.09l.08,.38c.04,.17,.07,.28,.07,.4l.04,4.38c.04,4.28,.08,8.57,.1,12.85,.01,2.33-.04,4.23-.16,5.98-.11,1.64-.8,2.8-2.05,3.47-1.37,.73-2.73,1.48-4.1,2.22Z"></path></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-6857ea2 elementor-widget elementor-widget-heading" data-id="6857ea2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/education-and-schools">Education<br>and Schools</a></h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-c217340" data-id="c217340" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-78f0ad1 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="78f0ad1" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4c81abe" data-id="4c81abe" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2b9abd0 circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="2b9abd0" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/biodiversity-ecampus"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" viewBox="0 0 204.47 164.62"><defs><style>.cls-1{fill:#0f4e8a;}</style></defs><g id="Layer_1-2"><g><path class="cls-1" d="M67.49,57.76c0,3.6-.03,6.91,0,10.21,.08,7.76,4.7,14.32,11.9,17.2,9.87,3.95,20.07,5.24,30.58,3.9,3.87-.5,7.66-1.52,11.35-2.28v-20.73c-3.81,2.01-7.4,3.96-11.04,5.83-5.25,2.69-10.56,2.79-15.85,.11-3.05-1.55-6.06-3.19-9.09-4.79-5.85-3.09-11.7-6.19-17.86-9.45Zm59.03,26.76c4.39-2.19,7.3-5.38,9.07-9.62,2.29-5.49,1.08-11.22,1.44-17.15-3.51,1.86-6.69,3.52-9.83,5.24-.34,.19-.65,.77-.65,1.17-.04,6.68-.03,13.36-.03,20.36Zm-2.51,15.96c-1.11,1.92-2.16,3.63-3.12,5.39-1.23,2.25-.07,4.17,2.51,4.22,.56,.01,1.12,.03,1.68-.01,1.97-.15,3.14-1.96,2.26-3.73-.97-1.95-2.14-3.8-3.33-5.87Zm34.21-53.89c-3.96,2.04-7.91,4.13-11.85,6.21,0,0-4.5,2.46-4.32,5.56,0,2.78-.01,5.47,0,8.15,.05,10.8-4.68,18.6-14.55,23.17-.36,.17-.92,.54-.91,.8,.05,1.87-.48,3.77,.66,5.57,1.59,2.52,3.04,5.12,4.46,7.73,1.65,3.03,1.2,6.43-1.05,8.91-1.9,2.1-4.36,2.52-7.05,2.49-6.86-.09-10.35-6.11-6.95-12.09,1.31-2.29,2.74-4.52,3.91-6.88,.62-1.25,.79-2.73,1.24-4.39-1,.23-1.44,.32-1.87,.44-13.34,3.62-26.5,3-39.64-1.28-12.75-4.15-18.42-14.41-17.89-24.94,.13-2.51,.02-5.04,.02-7.66,.2-3.09-4.4-5.17-4.4-5.17l-8.45-4.98s-8.76-4.89-9.05-6.83c-.21-1.82-.65-3.53-.54-5.2,.26-3.89,2.34-6.69,5.78-8.51,8.98-4.75,17.95-9.51,26.93-14.27,6.99-3.71,14-7.39,20.98-11.12,5.63-3.01,11.26-3.07,16.92-.11,2.09,1.09,19.18,10.19,21.24,11.32,1.59,.87,2.09,2.29,1.36,3.63-.69,1.26-2.11,1.63-3.65,.85-2.2-1.12-19.36-10.32-21.56-11.44-3.82-1.96-7.68-2-11.47,0-16.18,8.54-32.34,17.12-48.52,25.68-1.9,1.01-3,2.56-3.01,4.71,0,2.14,1.04,3.73,2.95,4.74,16.22,8.59,32.43,17.2,48.66,25.77,3.61,1.91,7.34,1.98,11,.13,4.1-2.08,8.14-4.27,12.39-6.51-1.98-2.27-3.85-4.42-5.73-6.56-4.37-4.99-8.75-9.97-13.12-14.95-.19-.21-.37-.42-.55-.64-1.13-1.4-1.1-2.93,.06-3.88,1.11-.91,2.59-.74,3.72,.54,2.62,2.94,5.19,5.91,7.79,8.87,4.11,4.68,8.22,9.37,12.42,14.16,2.28-1.2,4.51-2.35,6.72-3.53,8.18-4.34,16.35-8.71,24.55-13,2.17-1.13,3.67-2.63,3.65-5.18-.03-2.48-1.56-3.93-3.64-5.02-10.53-5.54-21.04-11.12-31.56-16.69-1.81-.96-2.42-2.39-1.65-3.8,.73-1.33,2.22-1.61,3.98-.68,10.67,5.64,21.35,11.27,32,16.94,5.09,2.71,6.94,7.37,5.29,12.93-.06,.21-.1,.43-.2,.83-.52,1.94-5.49,5.2-5.49,5.2"></path><path class="cls-1" d="M75.25,120.76c7.98,0,15.96,0,23.95,0,.62,0,1.25-.03,1.85,.11,1.17,.26,2.04,1.09,1.83,2.25-.17,.9-.89,1.81-1.6,2.45-.4,.36-1.29,.25-1.95,.25-16.13,.01-32.27,.01-48.4,0-.67,0-1.55,.1-1.95-.26-.71-.65-1.6-1.66-1.54-2.46,.06-.79,1.1-1.62,1.89-2.2,.41-.3,1.2-.13,1.81-.13,8.04,0,16.08,0,24.12,0Z"></path><path class="cls-1" d="M66.66,115.15c-5.39,0-10.77,0-16.16,0-1.99,0-3.15-.9-3.2-2.44-.05-1.59,1.17-2.61,3.21-2.61,10.83,0,21.66,0,32.49,0,2,0,3.13,.9,3.17,2.46,.05,1.64-1.09,2.59-3.19,2.59-5.44,0-10.89,0-16.33,0Z"></path></g><path class="cls-1" d="M.03,140.38H9.95V31.25H42.06v5.6H16.1v103.4h6.02v5.79H6.48c.16,5.5,5.57,11.15,11.61,12.29,1.51,.28,3.06,.41,4.6,.41,53.03,.02,106.06,.02,159.09,.01,8.21,0,14.17-4.2,16.25-11.35,.09-.3,.1-.62,.19-1.22h-2.69c-15.67,0-31.35,.05-47.02-.05-2.78-.02-5.3,.33-7.53,2.04-2.84,2.19-6.03,2.64-9.58,2.62-18.84-.13-37.68-.17-56.52,.02-4.4,.04-8.23-.76-11.88-3.22-1.3-.88-3.13-1.31-4.72-1.34-7.04-.14-14.09-.06-21.26-.06v-5.85h2.55c6.74,0,13.48-.09,20.22,.06,1.68,.04,3.61,.47,4.95,1.41,3.57,2.48,7.34,3.2,11.65,3.15,17.7-.18,35.41-.16,53.11,0,3.8,.03,7.22-.49,10.26-2.81,1.96-1.49,4.14-1.87,6.6-1.85,13.32,.09,26.64,.04,39.96,.04h2.74V36.94h-27v-5.68h32.98v109.06h9.12c2.03,10.84-6.4,22.28-17.43,23.89-1.68,.25-3.39,.39-5.09,.39-52.95,.02-105.9,.02-158.85,.01-11.16,0-19.54-6.15-22.11-16.18-.32-1.25-.53-2.55-.64-3.83-.11-1.28-.02-2.58-.02-4.22Z"></path></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-22b9328 elementor-widget elementor-widget-heading" data-id="22b9328" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/biodiversity-ecampus">Biodiversity<br>eCampus</a></h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-32a91b7" data-id="32a91b7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-338b522 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="338b522" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-19d4eaa" data-id="19d4eaa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-41919b9 circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="41919b9" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://training.lifewatch.eu/user-manuals-and-tutorials/"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Livello_1" x="0px" y="0px" viewBox="0 0 68 68" style="enable-background:new 0 0 68 68;" xml:space="preserve"> <style type="text/css"> .st0{fill:none;stroke:#0F4E8A;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;} .st1{fill:#0F4E8A;stroke:#0F4E8A;stroke-width:2;stroke-miterlimit:10;} </style> <g> <g> <circle class="st0" cx="37.3" cy="19.6" r="11.1"></circle> <g> <line class="st0" x1="35.1" y1="25.1" x2="39.5" y2="25.1"></line> <polyline class="st0" points="37.3,25.1 37.3,17.4 35.1,17.4 "></polyline> <circle class="st1" cx="37.3" cy="14" r="1.1"></circle> </g> </g> <g> <path class="st0" d="M28.5,42.9h13.4c0.8,0,1.7-0.3,2.3-0.8l8.7-7c2.8-2.4,5.5,0.2,5.5,2.2c0,1.4-1.2,2.4-2.2,3.3l-10,7.8 c-0.7,0.4-1.1,1.1-3.3,1.1H29.6c-0.8,0-1.6,0.5-2.2,1.1l-2.8,2.8"></path> <path class="st0" d="M29.6,42.9h10.6c1.3,0,2.5-0.8,3-2c0.4-0.9,0.4-1.9,0-2.7c-0.5-1.2-1.7-2-3-2H25.1c-1.7,0-3.3,1-4.4,2.2 L15.2,44"></path> <polyline class="st0" points="9.6,45.1 12.9,41.8 27.3,56.2 24,59.5 "></polyline> </g> </g> </svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-437c23b elementor-widget elementor-widget-heading" data-id="437c23b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/user-manuals-and-tutorials">User Manuals<br>and Tutorials</a></h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-7e126b5" data-id="7e126b5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-b1fe743 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="b1fe743" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8dd29dc" data-id="8dd29dc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0a51323 circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="0a51323" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/webinars-and-conferences"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 165.44 159.81"><defs><style>.cls-1{fill:#0f4e8a;}</style></defs><path class="cls-1" d="M154.75,126.57h.12c5.83-.02,10.57-4.79,10.57-10.62v-13.86c0-.17-.03-.35-.08-.57l-.02-.06V10.6c-.02-5.84-4.78-10.6-10.6-10.6H10.6C4.75,0,0,4.76,0,10.62V115.97c0,5.84,4.75,10.6,10.6,10.6h55.87l-.03,.53c-.67,11.32-5.47,17.05-14.27,17.05h-5.54c-4.32,0-7.83,3.51-7.83,7.83s3.51,7.83,7.83,7.83H118.84c4.32,0,7.83-3.51,7.83-7.83s-3.51-7.83-7.83-7.83h-5.68c-8.78,0-13.58-5.74-14.25-17.05l-.03-.53h55.87ZM4.54,99.32V10.6c.03-3.34,2.74-6.06,6.06-6.06H154.75c3.34,.03,6.06,2.74,6.06,6.06V99.82h-6.56V13.36c-.02-1.29-1.02-2.27-2.27-2.27H13.36c-1.29,.02-2.27,1.02-2.27,2.27V99.82H4.54v-.5ZM149.71,15.63V99.82H15.63V15.63H149.71Zm-36.58,133.08h5.7c1.8,0,3.27,1.47,3.27,3.27s-1.47,3.27-3.27,3.27H46.63c-1.8,0-3.27-1.47-3.27-3.27s1.47-3.27,3.27-3.27H113.13Zm-13.07-5.37l.66,.81h-36.07l.65-.81c3.69-4.63,5.72-10.41,5.72-16.27v-.5h23.31v.5c0,5.9,2.04,11.67,5.74,16.27Zm-3.54-21.35H10.6c-3.34,0-6.06-2.71-6.06-6.04v-11.6H160.81v11.6c-.03,3.33-2.74,6.04-6.06,6.04h-58.22Z"></path><path class="cls-1" d="M90.94,110.89h-16.58c-1.06,.1-1.93,.97-2.03,2.07-.06,.61,.13,1.21,.52,1.67,.39,.47,.94,.76,1.56,.82h16.56c1.06-.1,1.93-.97,2.03-2.07,.06-.61-.13-1.21-.52-1.67-.39-.46-.93-.75-1.54-.81Z"></path><g><path class="cls-1" d="M55.59,85.71h54.25v-8.56c0-1.71-4.61-12.05-26.86-12.05s-27.39,11.03-27.39,12.78v7.83Z"></path><circle class="cls-1" cx="82.98" cy="42.91" r="11.98"></circle></g></svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-fe52a17 elementor-widget elementor-widget-heading" data-id="fe52a17" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/webinars-and-conferences">Webinars and<br>Conferences</a></h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-d255b80" data-id="d255b80" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-04c4683 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="04c4683" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4441e12" data-id="4441e12" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8201df8 circle_resources_service area-button elementor-view-default elementor-widget elementor-widget-icon" data-id="8201df8" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="/international-projects"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:vectornator="http://vectornator.io" xmlns:xlink="http://www.w3.org/1999/xlink" height="100%" stroke-miterlimit="10" style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" viewBox="0 0 31.2 31.2" width="100%" xml:space="preserve"> <defs></defs> <g id="a12d54be-7ddb-4dac-ba15-56e64371d83a" vectornator:layerName="a12d54be-7ddb-4dac-ba15-56e64371d83a"> <g opacity="1" vectornator:layerName="g"> <path d="M30.6 0.1L7.3 0.1C7 0.1 6.8 0.3 6.8 0.6L6.8 0.6L6.8 8.4L7.8 8.4L7.8 1.1L30.1 1.1L30.1 29.5C30.1 29.8 29.9 30 29.6 30L29.2 30C27.5 29.8 26.2 28.5 26 26.8L26 26.8C26 26.7 26 26.5 26 26.4L26 25.4C26 25.1 25.8 24.9 25.5 24.9L25.5 24.9L7.8 24.9L7.8 15.6L6.8 15.6L6.8 24.9L2.7 24.9C2.4 24.9 2.2 25.1 2.2 25.4L2.2 25.4L2.2 26.4C2.2 29 4.3 31.1 6.8 31.1L6.8 31.1L29.6 31.1C30.4 31.1 31.1 30.4 31.1 29.6L31.1 0.6C31.1 0.3 30.9 0.1 30.6 0.1L30.6 0.1M6.8 30.1C4.8 30.1 3.2 28.5 3.2 26.5L3.2 26.5L3.2 26L24.9 26L24.9 26.5C24.9 26.7 24.9 26.8 24.9 27L24.9 27.1L25 27.5L25 27.6C25 27.7 25.1 27.9 25.1 28L25.1 28.1C25.1 28.2 25.2 28.4 25.3 28.5L25.3 28.6C25.4 28.7 25.4 28.9 25.5 29L25.5 29C25.6 29.1 25.7 29.3 25.8 29.4L25.8 29.4C25.9 29.5 26 29.7 26.2 29.8C26.3 29.9 26.4 30 26.6 30.1L6.8 30.1Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M30.6 0.1L7.3 0.1C7 0.1 6.8 0.3 6.8 0.6L6.8 0.6L6.8 8.4L7.8 8.4L7.8 1.1L30.1 1.1L30.1 29.5C30.1 29.8 29.9 30 29.6 30L29.2 30C27.5 29.8 26.2 28.5 26 26.8L26 26.8C26 26.7 26 26.5 26 26.4L26 25.4C26 25.1 25.8 24.9 25.5 24.9L25.5 24.9L7.8 24.9L7.8 15.6L6.8 15.6L6.8 24.9L2.7 24.9C2.4 24.9 2.2 25.1 2.2 25.4L2.2 25.4L2.2 26.4C2.2 29 4.3 31.1 6.8 31.1L6.8 31.1L29.6 31.1C30.4 31.1 31.1 30.4 31.1 29.6L31.1 0.6C31.1 0.3 30.9 0.1 30.6 0.1L30.6 0.1ZM6.8 30.1C4.8 30.1 3.2 28.5 3.2 26.5L3.2 26.5L3.2 26L24.9 26L24.9 26.5C24.9 26.7 24.9 26.8 24.9 27L24.9 27.1L25 27.5L25 27.6C25 27.7 25.1 27.9 25.1 28L25.1 28.1C25.1 28.2 25.2 28.4 25.3 28.5L25.3 28.6C25.4 28.7 25.4 28.9 25.5 29L25.5 29C25.6 29.1 25.7 29.3 25.8 29.4L25.8 29.4C25.9 29.5 26 29.7 26.2 29.8C26.3 29.9 26.4 30 26.6 30.1L6.8 30.1Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M17.1 14.6C17.2 14.6 17.4 14.5 17.5 14.5L19.6 12.4C19.8 12.2 19.8 11.9 19.6 11.7L17.5 9.6C17.4 9.5 17.3 9.4 17.1 9.5L2.7 9.5C1.3 9.6 0.2 10.8 0.3 12.2C0.4 13.5 1.4 14.5 2.7 14.6L17.1 14.6ZM17 10.5L18.5 12L17 13.4L16.6 12L17 10.5ZM4.2 10.4L16 10.4L15.7 11.4L5.3 11.4L5.3 12.4L15.7 12.4L16 13.4L4.2 13.4L4.2 10.4ZM1.1 12C1.1 11.1 1.8 10.5 2.6 10.4L3.1 10.4L3.1 13.5L2.7 13.5C1.8 13.5 1.1 12.9 1.1 12" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M17.1 14.6C17.2 14.6 17.4 14.5 17.5 14.5L19.6 12.4C19.8 12.2 19.8 11.9 19.6 11.7L17.5 9.6C17.4 9.5 17.3 9.4 17.1 9.5L2.7 9.5C1.3 9.6 0.2 10.8 0.3 12.2C0.4 13.5 1.4 14.5 2.7 14.6L17.1 14.6ZM17 10.5L18.5 12L17 13.4L16.6 12L17 10.5ZM4.2 10.4L16 10.4L15.7 11.4L5.3 11.4L5.3 12.4L15.7 12.4L16 13.4L4.2 13.4L4.2 10.4ZM1.1 12C1.1 11.1 1.8 10.5 2.6 10.4L3.1 10.4L3.1 13.5L2.7 13.5C1.8 13.5 1.1 12.9 1.1 12Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M12 22.3L27.5 22.3C27.8 22.3 28 22.1 28 21.8L28 6.3C28 6 27.8 5.8 27.5 5.8L27.5 5.8C27.4 5.8 27.2 5.9 27.1 6L11.6 21.4C11.4 21.6 11.4 21.9 11.6 22.1C11.7 22.3 11.8 22.3 12 22.3M27 7.6L27 8.9L26 8.9L26 9.9L27 9.9L27 10.9L26 10.9L26 11.9L27 11.9L27 12.9L26 12.9L26 13.9L27 13.9L27 14.9L26 14.9L26 15.9L27 15.9L27 16.9L26 16.9L26 17.9L27 17.9L27 18.9L26 18.9L26 19.9L27 19.9L27 20.9L26 20.9L26 19.9L25 19.9L25 20.9L24 20.9L24 19.9L23 19.9L23 20.9L22 20.9L22 19.9L21 19.9L21 20.9L20 20.9L20 19.9L19 19.9L19 20.9L18 20.9L18 19.9L17 19.9L17 20.9L16 20.9L16 19.9L15 19.9L15 20.9L13.2 20.9L27 7.6Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M12 22.3L27.5 22.3C27.8 22.3 28 22.1 28 21.8L28 6.3C28 6 27.8 5.8 27.5 5.8L27.5 5.8C27.4 5.8 27.2 5.9 27.1 6L11.6 21.4C11.4 21.6 11.4 21.9 11.6 22.1C11.7 22.3 11.8 22.3 12 22.3L12 22.3ZM27 7.6L27 8.9L26 8.9L26 9.9L27 9.9L27 10.9L26 10.9L26 11.9L27 11.9L27 12.9L26 12.9L26 13.9L27 13.9L27 14.9L26 14.9L26 15.9L27 15.9L27 16.9L26 16.9L26 17.9L27 17.9L27 18.9L26 18.9L26 19.9L27 19.9L27 20.9L26 20.9L26 19.9L25 19.9L25 20.9L24 20.9L24 19.9L23 19.9L23 20.9L22 20.9L22 19.9L21 19.9L21 20.9L20 20.9L20 19.9L19 19.9L19 20.9L18 20.9L18 19.9L17 19.9L17 20.9L16 20.9L16 19.9L15 19.9L15 20.9L13.2 20.9L27 7.6Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M19.5 19.2L24.4 19.2C24.7 19.2 24.9 19 24.9 18.7L24.9 18.7L24.9 13.8C24.9 13.5 24.7 13.3 24.4 13.3L24.4 13.3C24.3 13.3 24.1 13.4 24 13.4L19.1 18.3C18.9 18.5 18.9 18.8 19.1 19C19.2 19.2 19.3 19.2 19.5 19.2M23.9 15L23.9 18.1L20.7 18.1L23.9 15Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M19.5 19.2L24.4 19.2C24.7 19.2 24.9 19 24.9 18.7L24.9 18.7L24.9 13.8C24.9 13.5 24.7 13.3 24.4 13.3L24.4 13.3C24.3 13.3 24.1 13.4 24 13.4L19.1 18.3C18.9 18.5 18.9 18.8 19.1 19C19.2 19.2 19.3 19.2 19.5 19.2ZM23.9 15L23.9 18.1L20.7 18.1L23.9 15Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="path"></path> <path d="M13.5 3.2L23.8 3.2L23.8 3.2L23.8 4.2L23.8 4.2L13.5 4.2L13.5 4.2L13.5 3.2L13.5 3.2Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M13.5 3.2L23.8 3.2L23.8 3.2L23.8 4.2L23.8 4.2L13.5 4.2L13.5 4.2L13.5 3.2L13.5 3.2Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M12 5.3L25.4 5.3L25.4 5.3L25.4 6.3L25.4 6.3L12 6.3L12 6.3L12 5.3L12 5.3Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M12 5.3L25.4 5.3L25.4 5.3L25.4 6.3L25.4 6.3L12 6.3L12 6.3L12 5.3L12 5.3Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M8.9 16.1L12 16.1L12 16.1L12 17.1L12 17.1L8.9 17.1L8.9 17.1L8.9 16.1L8.9 16.1Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M8.9 16.1L12 16.1L12 16.1L12 17.1L12 17.1L8.9 17.1L8.9 17.1L8.9 16.1L8.9 16.1Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M8.9 18.2L11 18.2L11 18.2L11 19.2L11 19.2L8.9 19.2L8.9 19.2L8.9 18.2L8.9 18.2Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> <path d="M8.9 18.2L11 18.2L11 18.2L11 19.2L11 19.2L8.9 19.2L8.9 19.2L8.9 18.2L8.9 18.2Z" fill="#0f4e8b" fill-rule="nonzero" opacity="1" stroke="none" vectornator:layerName="rect"></path> </g> </g> </svg> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-a34722c elementor-widget elementor-widget-heading" data-id="a34722c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/international-projects/">International <br>Projects</a></h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8d69aec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8d69aec" data-element_type="section" id="area-description-0"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6db9d86" data-id="6db9d86" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-435d006 elementor-widget elementor-widget-heading" data-id="435d006" data-element_type="widget" id="area-description-title" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">LifeWatch ERIC Training</h1> </div> </div> <div class="elementor-element elementor-element-18cc28c elementor-widget elementor-widget-text-editor" data-id="18cc28c" data-element_type="widget" id="area-description-content" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p id="area-description-content">LifeWatch promotes training, learning and education for research infrastructure users, researchers, school students and citizens in general, developing bioinformatics skills and engaging citizens in biodiversity and ecosystem research. The LifeWatch ERIC training platform offers targeted content for a wide range of users. Hover over the icons above to read a brief description of what you can find in each category.</p> </div> </div> <div class="elementor-element elementor-element-3994bde elementor-widget elementor-widget-html" data-id="3994bde" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <script> let titles = [ "Education and Schools", "Biodiversity eCampus", "User Manuals and Tutorials", "Webinars and Conferences", "International Projects" ]; let descriptions = [ "This section offers resources, competitions, serious games and educational multimedia that support citizen science and education. Schools’ teachers and students, as well as all other citizens, wishing to expand their knowledge of biodiversity and ecosystems and to take part in citizen science initiatives will find here the LifeWatch ERIC answer to their learning needs.", "If you are a university student or a post-doc researcher, if you are involved in lifelong learning activities or looking for a summer school or a short course on biodiversity and ecosystems science, access here the LifeWatch Biodiversity eCampus. You will find a great selection of high-standards university courses, short schools and Master’s programmes organized by LifeWatch ERIC and other eminent entities.", "Need to know how to run a LifeWatch ERIC workflow? Looking for a specific service in our VREs? This section, mainly dedicated to researchers and users of the infrastructure, includes tutorials, demonstrations, simulations and guides on how to best use the resources, tools, services and VREs developed by the LifeWatch ERIC team.", "Participate or rewatch all webinars, conferences and workshops organized by LifeWatch ERIC. Delivered by top-scientists and aimed at the entire eBiodiversity community, our webinars focus on scientific developments in biodiversity, ecosystems science and new activities and products of LifeWatch ERIC.", "LifeWatch ERIC participates, bringing its expertise and experience, to the training initiatives and activities of a number of european and international projects, contributing to the design, development and delivery of project specific training catalogues, platforms and programmes. Discover here in which projects we are involved and what training products we contribute to develop and disseminate." ]; </script> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-387052a elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="387052a" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6fb5ec" data-id="b6fb5ec" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-093f620 elementor-widget elementor-widget-heading" data-id="093f620" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Search for a resource</h1> </div> </div> <div class="elementor-element elementor-element-f8f8cd5 elementor-widget elementor-widget-html" data-id="f8f8cd5" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <!-- Search bar --> <div id="search-bar"> <style> #search-bar { margin-left: auto; margin-right: auto; background-color: var(--lw-main-color); border: none; padding: 10px 20px; text-align: center; text-decoration: none; border-radius: 50px; width: 65%; display: flex; } #search-bar form { justify-content: center; display: flex; width: 100%; margin: 0; padding: 0; } #search-bar input, #search-bar input:focus{ border: none; background-color: var(--lw-main-color); flex-grow: 1; outline: none; padding: 0em 0.5em; font-family: 'Titillium Web', sans-serif; font-size: 0.8em; color: white; } #search-bar input::placeholder { opacity: 0.8; color: white; } #search-bar button { background-color: transparent; padding: 0em 0.5em; color: white; } </style> <form action="/navigate" method="get"> <input id="advanced-search-bar-ctx" type="hidden" name="ctx" value="1"> <input type="hidden" name="areaids" value="core_course-course"> <input type="text" name="search" placeholder="Type here a keyword or a topic"> <button><i class="fas fa-search"></i></button> </form> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e20f62f elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e20f62f" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d175eef" data-id="d175eef" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1b89554 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="1b89554" data-element_type="widget" data-settings="{"slides_to_show":"3","navigation":"both","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","speed":500,"image_spacing_custom":{"unit":"px","size":20,"sizes":[]},"image_spacing_custom_tablet":{"unit":"px","size":"","sizes":[]},"image_spacing_custom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="image-carousel.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.15.0 - 20-08-2023 */ .elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style> <div class="elementor-image-carousel-wrapper swiper-container" dir="ltr"> <div class="elementor-image-carousel swiper-wrapper swiper-image-stretch" aria-live="off"> <div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/Recurvirostra-avosetta_MM_20150523_Margherita_di_Savoia_422-1024x683.jpg" alt="_Recurvirostra avosetta_MM_20150523_Margherita_di_Savoia_422" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20131028_Torre_Colimena_030.jpg" alt="MM_20131028_Torre_Colimena_030" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20131028_Torre_Colimena_120.jpg" alt="MM_20131028_Torre_Colimena_120" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150424_Cesine_057-1024x683.jpg" alt="MM_20150424_Cesine_057" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150429_Acquatina_019-1024x683.jpg" alt="MM_20150429_Acquatina_019" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150506_Palude_del_Conte_148-1024x683.jpg" alt="MM_20150506_Palude_del_Conte_148" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150524_Margherita_di_Savoia_271-1024x683.jpg" alt="MM_20150524_Margherita_di_Savoia_271" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150926_Lesina_050-1024x683.jpg" alt="MM_20150926_Lesina_050" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150926_Lesina_151-1024x683.jpg" alt="MM_20150926_Lesina_151" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150927_Lesina_262-1024x683.jpg" alt="MM_20150927_Lesina_262" /></figure></div><div class="swiper-slide"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2022/02/MM_20150927_Varano_007-1024x683.jpg" alt="MM_20150927_Varano_007" /></figure></div> </div> <div class="swiper-pagination"></div> <div class="elementor-swiper-button elementor-swiper-button-prev"> <i class="eicon-chevron-left" aria-hidden="true"></i> <span class="elementor-screen-only">Previous</span> </div> <div class="elementor-swiper-button elementor-swiper-button-next"> <i class="eicon-chevron-right" aria-hidden="true"></i> <span class="elementor-screen-only">Next</span> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ff595a2 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="ff595a2" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7c0f9a5" data-id="7c0f9a5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6d80c1c elementor-widget elementor-widget-image" data-id="6d80c1c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/advertise-your-courses"> <img decoding="async" width="1725" height="376" src="https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2.jpg" class="attachment-full size-full wp-image-2809" alt="" srcset="https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2.jpg 1725w, https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2-300x65.jpg 300w, https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2-1024x223.jpg 1024w, https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2-768x167.jpg 768w, https://training.lifewatch.eu/wp-content/uploads/2022/03/dotted-banner-2-1536x335.jpg 1536w" sizes="(max-width: 1725px) 100vw, 1725px" /> </a> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e6cc9da banner-overlay elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e6cc9da" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-09d1785" data-id="09d1785" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5e9dc6d elementor-widget elementor-widget-heading" data-id="5e9dc6d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="/advertise-your-resources">Advertise your Resources</a></h3> </div> </div> <div class="elementor-element elementor-element-290041b elementor-widget elementor-widget-heading" data-id="290041b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="/advertise-your-resources">If you want your resources to be hosted on our Platform, please write us here...</a></h4> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4a6b95a elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="4a6b95a" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33f8d84" data-id="33f8d84" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-77e1389 elementor-widget elementor-widget-heading" data-id="77e1389" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Latest Resources</h2> </div> </div> <div class="elementor-element elementor-element-e9943ae elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="e9943ae" data-element_type="widget" data-settings="{"navigation":"both","autoplay":"yes","pause_on_hover":"yes","pause_on_interaction":"yes","autoplay_speed":5000,"infinite":"yes","speed":500,"image_spacing_custom":{"unit":"px","size":20,"sizes":[]},"image_spacing_custom_tablet":{"unit":"px","size":"","sizes":[]},"image_spacing_custom_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="image-carousel.default"> <div class="elementor-widget-container"> <div class="elementor-image-carousel-wrapper swiper-container" dir="ltr"> <div class="elementor-image-carousel swiper-wrapper swiper-image-stretch" aria-live="off"> <div class="swiper-slide"><a data-elementor-open-lightbox="no" href="https://training.lifewatch.eu:9001/course/view.php?id=65" target=""><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2024/09/serious_game_marine_sabres_1500-768x384.png" alt="Marine Sabres Serious Game School Competition" /><figcaption class="elementor-image-carousel-caption">Marine Sabres School Competition</figcaption></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="no" href="https://training.lifewatch.eu/resources/?resource=/course/view.php?id=102" target=""><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2024/03/banner_mastering_data_cit_BioDT-768x384.png" alt="Mastering Data Citation: insights from the BioDT RIs" /><figcaption class="elementor-image-carousel-caption">Mastering Data Citation: insights from BioDT</figcaption></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="no" href="https://training.lifewatch.eu/resources/?resource=/course/view.php?name=Biotope_CIMPAL" target="_blank"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2024/01/cimpal-768x384.png" alt="the biotope workflow CIMPAL version" /><figcaption class="elementor-image-carousel-caption">CIMPAL version of the Biotope workflow</figcaption></figure></a></div><div class="swiper-slide"><a data-elementor-open-lightbox="no" href="resources/?resource=/course/view.php?id=92" target=""><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://training.lifewatch.eu/wp-content/uploads/2023/11/banner_autumn_data_school-768x384.png" alt="Autumn Data School" /><figcaption class="elementor-image-carousel-caption">Autumn Data School</figcaption></figure></a></div> </div> <div class="swiper-pagination"></div> <div class="elementor-swiper-button elementor-swiper-button-prev"> <i class="eicon-chevron-left" aria-hidden="true"></i> <span class="elementor-screen-only">Previous</span> </div> <div class="elementor-swiper-button elementor-swiper-button-next"> <i class="eicon-chevron-right" aria-hidden="true"></i> <span class="elementor-screen-only">Next</span> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5dbf35c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5dbf35c" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d7b218" data-id="4d7b218" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-925b31c elementor-widget elementor-widget-heading" data-id="925b31c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">News and Initiatives</h2> </div> </div> <div class="elementor-element elementor-element-706cb50 elementor-widget elementor-widget-MEC" data-id="706cb50" data-element_type="widget" data-widget_type="MEC.default"> <div class="elementor-widget-container"> <div class="mec-wrap mec-skin-carousel-container " id="mec_skin_1326"> <div class="mec-skin-carousel-events-container" id="mec_skin_events_1326"> <div class="mec-wrap colorskin-custom"> <div class="mec-event-carousel-type1"> <div class='mec-owl-crousel-skin-type1 mec-owl-carousel mec-owl-theme'> <article class="mec-past-event mec-event-article mec-multiple-event mec-clear " itemscope> <div class="event-carousel-type1-head clearfix"> <div class="mec-event-date mec-color"> <div class="mec-event-image"> <a data-event-id="3934" href="https://training.lifewatch.eu/events/the-lifewatch-eric-intensive-school-boost-your-research-with-semantic-artifacts/" target="m1" rel="noopener"><img decoding="async" width="474" height="324" src="https://training.lifewatch.eu/wp-content/uploads/2023/07/semantic_academy_visual-474x324.png" class="attachment-meccarouselthumb size-meccarouselthumb wp-post-image" alt="Semantic academy 2023: The LifeWatch ERIC Intensive School: Boost your research with semantic artifacts" data-mec-postid="3934" /></a> </div> <div class="mec-event-date-carousel"> <span class="mec-start-date-label">25 - 29</span> <div class="mec-event-date-info"><span class="mec-start-date-label">September</span></div> <div class="mec-event-date-info-year">2023</div> </div> </div> </div> <div class="mec-event-carousel-content"> <h4 class="mec-event-carousel-title"><a class="mec-color-hover" data-event-id="3934" href="https://training.lifewatch.eu/events/the-lifewatch-eric-intensive-school-boost-your-research-with-semantic-artifacts/" target="m1" rel="noopener">The LifeWatch ERIC Intensive School: Boost your research with semantic artifacts</a></h4> <p class="mec-carousel-event-location"><span></p> </div> </article> <article class="mec-past-event mec-event-article mec-clear " itemscope> <div class="event-carousel-type1-head clearfix"> <div class="mec-event-date mec-color"> <div class="mec-event-image"> <a data-event-id="4009" href="https://training.lifewatch.eu/events/biodt_biodiversity-data-citation-gbif/" target="m1" rel="noopener"><img decoding="async" loading="lazy" width="474" height="324" src="https://training.lifewatch.eu/wp-content/uploads/2023/10/BIODT_data_citation_webinar_GBIF-474x324.jpg" class="attachment-meccarouselthumb size-meccarouselthumb wp-post-image" alt="biodiversity data citation webinar" data-mec-postid="4009" /></a> </div> <div class="mec-event-date-carousel"> <span class="mec-start-date-label">06</span> <div class="mec-event-date-info"><span class="mec-start-date-label">November</span></div> <div class="mec-event-date-info-year">2023</div> </div> </div> </div> <div class="mec-event-carousel-content"> <div class="mec-time-details"><span class="mec-start-time">3:00 pm</span> - <span class="mec-end-time">4:00 pm</span></div> <h4 class="mec-event-carousel-title"><a class="mec-color-hover" data-event-id="4009" href="https://training.lifewatch.eu/events/biodt_biodiversity-data-citation-gbif/" target="m1" rel="noopener">Mastering Data Citation: Insights from GBIF</a></h4> <p class="mec-carousel-event-location"><span></p> </div> </article> <article class="mec-past-event mec-event-article mec-clear " itemscope> <div class="event-carousel-type1-head clearfix"> <div class="mec-event-date mec-color"> <div class="mec-event-image"> <a data-event-id="4011" href="https://training.lifewatch.eu/events/biodiversity-data-citation-biodt_ris/" target="m1" rel="noopener"><img decoding="async" loading="lazy" width="474" height="324" src="https://training.lifewatch.eu/wp-content/uploads/2023/10/BIODT_data_citation_webinar_RIs-474x324.jpg" class="attachment-meccarouselthumb size-meccarouselthumb wp-post-image" alt="BioDT biodiversity data citation webinar with Research infrastructures" data-mec-postid="4011" /></a> </div> <div class="mec-event-date-carousel"> <span class="mec-start-date-label">20</span> <div class="mec-event-date-info"><span class="mec-start-date-label">November</span></div> <div class="mec-event-date-info-year">2023</div> </div> </div> </div> <div class="mec-event-carousel-content"> <div class="mec-time-details"><span class="mec-start-time">3:00 pm</span> - <span class="mec-end-time">4:30 pm</span></div> <h4 class="mec-event-carousel-title"><a class="mec-color-hover" data-event-id="4011" href="https://training.lifewatch.eu/events/biodiversity-data-citation-biodt_ris/" target="m1" rel="noopener">Mastering Data Citation: Insights from the BioDT Research Infrastructures</a></h4> <p class="mec-carousel-event-location"><span></p> </div> </article> <article class="mec-past-event mec-event-article mec-clear " itemscope> <div class="event-carousel-type1-head clearfix"> <div class="mec-event-date mec-color"> <div class="mec-event-image"> <a data-event-id="4332" href="https://training.lifewatch.eu/events/cultural-ecosystem-services/" target="m1" rel="noopener"><img decoding="async" loading="lazy" width="474" height="324" src="https://training.lifewatch.eu/wp-content/uploads/2024/03/Workshop_Ecosystem_services-474x324.jpg" class="attachment-meccarouselthumb size-meccarouselthumb wp-post-image" alt="" data-mec-postid="4332" /></a> </div> <div class="mec-event-date-carousel"> <span class="mec-start-date-label">21</span> <div class="mec-event-date-info"><span class="mec-start-date-label">March</span></div> <div class="mec-event-date-info-year">2024</div> </div> </div> </div> <div class="mec-event-carousel-content"> <div class="mec-time-details"><span class="mec-start-time">2:00 pm</span> - <span class="mec-end-time">4:00 pm</span></div> <h4 class="mec-event-carousel-title"><a class="mec-color-hover" data-event-id="4332" href="https://training.lifewatch.eu/events/cultural-ecosystem-services/" target="m1" rel="noopener">Cultural ecosystem services – testing pDT with experts</a></h4> <p class="mec-carousel-event-location"><span></p> </div> </article> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-709930a elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="709930a" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8385978" data-id="8385978" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4500996 elementor-widget elementor-widget-image" data-id="4500996" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://www.lifewatch.eu/" target="_blank"> <img decoding="async" loading="lazy" width="300" height="143" src="https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-300x143.png" class="attachment-medium size-medium wp-image-2643" alt="" srcset="https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-300x143.png 300w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-1024x487.png 1024w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-768x365.png 768w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white-1536x731.png 1536w, https://training.lifewatch.eu/wp-content/uploads/2022/03/lw_logo_white.png 1831w" sizes="(max-width: 300px) 100vw, 300px" /> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-c5972a0" data-id="c5972a0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-91b2d22 elementor-widget elementor-widget-heading" data-id="91b2d22" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Disclaimers & Agreements</h2> </div> </div> <div class="elementor-element elementor-element-64c7ea6 elementor-widget elementor-widget-heading" data-id="64c7ea6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/who-we-are/" target="_blank">About Us</a></h3> </div> </div> <div class="elementor-element elementor-element-8043dee elementor-widget elementor-widget-heading" data-id="8043dee" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/privacy-policy-2021/" target="_blank">Privacy policy</a></h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7118e32" data-id="7118e32" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-89c6fcf elementor-widget elementor-widget-heading" data-id="89c6fcf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Contact Us</h2> </div> </div> <div class="elementor-element elementor-element-35b1459 elementor-widget elementor-widget-heading" data-id="35b1459" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://www.lifewatch.eu/contact-us/" target="_blank">Contact Us</a></h3> </div> </div> <div class="elementor-element elementor-element-2234873 elementor-widget elementor-widget-heading" data-id="2234873" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default"><a href="https://helpdesk.lifewatch.eu/" target="_blank">Helpdesk</a></h3> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-624644e" data-id="624644e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-daa97b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="daa97b3" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8326fe7" data-id="8326fe7" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5eb1da0" data-id="5eb1da0" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b2a276d elementor-view-default elementor-widget elementor-widget-icon" data-id="b2a276d" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon elementor-animation-grow" href="https://twitter.com/LifeWatchERIC" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;} .st1{fill:#0F4E8A;}</style><g id="surface18218593"> <path class="st0" d="M30,60C13.4,60,0,46.6,0,30S13.4,0,30,0s30,13.4,30,30S46.6,60,30,60z"></path> <path class="st1" d="M49.6,17.8c-1.4,0.6-3,1.1-4.6,1.3c1.7-1,2.9-2.6,3.5-4.4c-1.6,0.9-3.3,1.6-5.1,2c-1.5-1.6-3.6-2.5-5.9-2.5 c-4.4,0-8,3.6-8,8c0,0.6,0.1,1.2,0.2,1.8c-6.7-0.3-12.6-3.5-16.6-8.4c-0.7,1.2-1.1,2.6-1.1,4c0,2.8,1.4,5.3,3.6,6.7 c-1.3,0-2.6-0.4-3.6-1c0,0,0,0.1,0,0.1c0,3.9,2.8,7.1,6.5,7.9c-0.7,0.2-1.4,0.3-2.1,0.3c-0.5,0-1-0.1-1.5-0.1c1,3.2,4,5.5,7.5,5.6 c-2.8,2.2-6.2,3.4-10,3.4c-0.6,0-1.3,0-1.9-0.1c3.6,2.3,7.8,3.6,12.3,3.6c14.8,0,22.9-12.3,22.9-22.9c0-0.3,0-0.7,0-1 C47.2,20.9,48.5,19.5,49.6,17.8z"></path></g></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-b95766a" data-id="b95766a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a4e9d15 elementor-view-default elementor-widget elementor-widget-icon" data-id="a4e9d15" data-element_type="widget" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon elementor-animation-grow" href="https://www.facebook.com/ERICLifeWatch" target="_blank"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><style type="text/css"> .st0{fill:#FFFFFF;} .st1{fill:#0F4E8A;}</style><g id="surface18212414"> <path class="st0" d="M25,50C11.2,50,0,38.8,0,25S11.2,0,25,0s25,11.2,25,25S38.8,50,25,50z"></path> <path class="st1" d="M25,9C16.2,9,9,16.2,9,25c0,8,5.9,14.6,13.6,15.8V29.2h-4V25h4v-2.8c0-4.6,2.3-6.7,6.1-6.7 c1.8,0,2.8,0.1,3.3,0.2v3.7h-2.6c-1.6,0-2.2,1.5-2.2,3.3V25h4.8l-0.6,4.2h-4.1v11.6C35,39.7,41,33.1,41,25C41,16.2,33.8,9,25,9z"></path></g></svg> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-83197b3" data-id="83197b3" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <div class="elementor-element elementor-element-548dfee elementor-widget elementor-widget-html" data-id="548dfee" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <style> .tnp-subscription { display: flex; justify-content: center; margin: 0; } .tnp-subscription label { color: white; font-family: 'Titillium Web'; font-weight: normal; } .tnp-submit { margin: auto !important; } .tnp-email { height: fit-content !important; font-family: 'Titillium Web'; } </style> <div class="tnp tnp-subscription"> <form method="post" action="https://training.lifewatch.eu/?na=s"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-email"> <label for="tnp-1"> Subscribe to our newsletter </label> <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" placeholder="Email" required> </div> <div class="tnp-field tnp-field-button"> <input class="tnp-submit" type="submit" value="Subscribe"> </div> </form> </div> </div> </div> </div> </div> </div> </section> </div> </div><!-- .site-content --> <footer id="colophon" class="site-footer"> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- .site-footer --> </div><!-- .site --> <script> try { loginButton = document.getElementById("login-button"); loginButton.addEventListener("click", function() { window.location = "/?option=oauthredirect&app_name=Moodle"; }); } catch (error) { } // Manage area title and description change on mouse hover try { labelTitle = document.getElementById( "area-description-title").getElementsByTagName( "h1")[0]; labelDescription = document.getElementById( "area-description-content"); defaultTitle = labelTitle.innerHTML; defaultDescription = labelDescription.innerHTML; buttons = document.getElementsByClassName("area-button"); for(let i=0; i<buttons.length;i++) { buttons[i].onmouseover = function(sender) { labelTitle.innerHTML = titles[i]; labelDescription.innerHTML = descriptions[i]; } buttons[i].onmouseout = function(sender) { labelTitle.innerHTML = defaultTitle; labelDescription.innerHTML = defaultDescription; } } } catch (error) { } </script> <!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr --> <div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 banner-a optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin"> <div class="cmplz-header"> <div class="cmplz-logo"></div> <div class="cmplz-title" id="cmplz-header-1-optin">Manage Cookie Consent</div> <div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg> </div> </div> <div class="cmplz-divider cmplz-divider-header"></div> <div class="cmplz-body"> <div class="cmplz-message" id="cmplz-message-1-optin"><p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content that is relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p></div> <!-- categories start --> <div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Functional</span> <span class='cmplz-always-active'> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-functional-optin" data-category="cmplz_functional" class="cmplz-consent-checkbox cmplz-functional" size="40" value="1"/> <label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Functional</span></label> </span> Always active </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span> </div> </details> <details class="cmplz-category cmplz-preferences" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Preferences</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1"/> <label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Preferences</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span> </div> </details> <details class="cmplz-category cmplz-statistics" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Analytics</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-statistics-optin" data-category="cmplz_statistics" class="cmplz-consent-checkbox cmplz-statistics" size="40" value="1"/> <label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Analytics</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-statistics">Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</span> <span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span> </div> </details> <details class="cmplz-category cmplz-marketing" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Marketing</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-marketing-optin" data-category="cmplz_marketing" class="cmplz-consent-checkbox cmplz-marketing" size="40" value="1"/> <label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Marketing</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary> <div class="cmplz-description"> <span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span> </div> </details> </div><!-- categories end --> </div> <div class="cmplz-links cmplz-information"> <a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a> <a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a> <a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a> <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a> </div> <div class="cmplz-divider cmplz-footer"></div> <div class="cmplz-buttons"> <button class="cmplz-btn cmplz-accept">Accept</button> <button class="cmplz-btn cmplz-deny">Deny</button> <button class="cmplz-btn cmplz-view-preferences">View preferences</button> <button class="cmplz-btn cmplz-save-preferences">Save preferences</button> <a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a> </div> <div class="cmplz-links cmplz-documents"> <a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a> </div> </div> </div> <div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Manage Cookies</button> </div><div id="pum-3483" class="pum pum-overlay pum-theme-3463 pum-theme-default-theme-2 popmake-overlay auto_open click_open" data-popmake="{"id":3483,"slug":"tutorial-popup","theme_id":3463,"cookies":[{"event":"on_popup_close","settings":{"name":"pum-3483","key":"","session":null,"path":true,"time":"12 months"}}],"triggers":[{"type":"auto_open","settings":{"cookie_name":["pum-3483"],"delay":"500"}},{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}}],"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"normal","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"Do not show again","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":[]}}" role="dialog" aria-modal="false" > <div id="popmake-3483" class="pum-container popmake theme-3463 pum-responsive pum-responsive-normal responsive size-normal"> <div class="pum-content popmake-content" tabindex="0"> <div style="display: flex; flex-direction: column;"><button class="pum-close-x pum-close popmake-close" style="position: absolute !important;"><i class="fas fa-times"></i></button> <div class="wp-block-presto-player-reusable-edit"><!--presto-player:video_id=1--><figure class="wp-block-video presto-block-video presto-provider-self-hosted" style="--plyr-color-main: var(--presto-player-highlight-color, #0f4e8a); --presto-player-logo-width: 150px; "> <presto-player id="presto-player-1" src="https://training.lifewatch.eu/wp-content/uploads/2022/07/Tutorial-training_platform_eric.mp4" media-title="Tutorial-training_platform_eric" css="" class="presto-video-id-1 presto-preset-id-1 skin-modern" skin="modern" icon-url="https://training.lifewatch.eu/wp-content/plugins/presto-player/img/sprite.svg" preload="" poster="https://training.lifewatch.eu/wp-content/uploads/2022/07/tutorial-thumbnail.png" playsinline > <video controls preload="none"> <source src="https://training.lifewatch.eu/wp-content/uploads/2022/07/Tutorial-training_platform_eric.mp4" /> </video> </presto-player> </figure> <script type="text/plain" data-service="youtube" data-category="marketing"> var player = document.querySelector('presto-player#presto-player-1'); player.video_id = 1; player.preset = {"id":1,"name":"Default","slug":"default","icon":"format-video","skin":"modern","play-large":true,"rewind":true,"play":true,"fast-forward":true,"progress":true,"current-time":true,"mute":true,"volume":true,"speed":false,"pip":false,"fullscreen":true,"captions":false,"reset_on_end":true,"auto_hide":true,"captions_enabled":false,"save_player_position":true,"sticky_scroll":false,"sticky_scroll_position":"bottom right","on_video_end":"select","play_video_viewport":false,"hide_youtube":false,"lazy_load_youtube":false,"hide_logo":false,"border_radius":0,"caption_style":"","caption_background":"","is_locked":true,"cta":[""],"watermark":[""],"email_collection":[""],"action_bar":[""],"created_by":1,"created_at":"2022-07-18 13:13:49","updated_at":"2022-07-18 13:13:49","deleted_at":"","search":[""],"show_time_elapsed":false}; player.chapters = []; player.overlays = []; player.tracks = []; player.branding = {"logo":"","color":"#0f4e8a","logo_width":150,"player_css":""}; player.blockAttributes = {"playsInline":true,"id":1,"attachment_id":3460,"src":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/2022\/07\/Tutorial-training_platform_eric.mp4","poster":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/2022\/07\/tutorial-thumbnail.png","preset":1,"visibility":"public","color":"#00b3ff","mutedPreview":{"enabled":false,"captions":false},"mutedOverlay":{"enabled":false,"src":"","width":200,"focalPoint":{"x":0.5,"y":0.5}},"mutedOverlayType":"text","mutedOverlayText":"Click to play","mutedOverlayImageWidth":200,"chapters":[],"overlays":[],"tracks":[],"openPopupId":"","title":"Tutorial-training_platform_eric"}; player.skin = "modern"; player.analytics = false; player.automations = true; player.provider = "self-hosted"; player.youtube = {"noCookie":false,"channelId":"","show_count":false}; </script> <script type="application/ld+json"> {"@context":"https:\/\/schema.org","@type":"VideoObject","name":"Tutorial-training_platform_eric","thumbnailUrl":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/2022\/07\/tutorial-thumbnail.png","uploadDate":"2022-07-18T13:15:40+00:00","contentUrl":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/2022\/07\/Tutorial-training_platform_eric.mp4"} </script> </div> <script type="text/plain" data-service="youtube" data-category="marketing"> jQuery('#pum-3483').on('pumBeforeClose', function () { document.getElementById("presto-player-1").stop(); }); </script></div> <style> @supports not (aspect-ratio: 16 / 9) { presto-player:not(.hydrated) { height: 0; padding-bottom: 56%; position: relative; } } presto-player:not(.hydrated) { position: relative; background: rgba(0, 0, 0, 0.1); width: 100%; display: block; aspect-ratio: 16 / 9; } presto-player:not(.hydrated) .presto-loader { display: block; } .presto-block-video:not(.presto-sticky-parent) { border-radius: var(--presto-player-border-radius, 0px); overflow: hidden; transform: translateZ(0); } .presto-block-video.presto-provider-audio{ overflow: visible; } .presto-block-video .presto-sticky-parent { overflow: auto; transform: none; } .presto-sticky-parent { z-index: 99998 !important; } .presto-player-fullscreen-open { z-index: 9999999 !important; overflow: visible !important; transform: none !important; } presto-playlist, presto-player-skeleton, presto-timestamp, presto-video-curtain-ui, presto-search-bar-ui, presto-player-button, presto-cta-overlay-ui, presto-video, presto-action-bar-ui, presto-youtube-subscribe-button, presto-email-overlay-ui, presto-player-spinner, presto-action-bar, presto-cta-overlay, presto-email-overlay, presto-bunny, presto-dynamic-overlays, presto-search-bar, presto-youtube, presto-audio, presto-business-skin, presto-modern-skin, presto-muted-overlay, presto-stacked-skin, presto-vimeo, presto-action-bar-controller, presto-cta-overlay-controller, presto-email-overlay-controller, presto-dynamic-overlay-ui, presto-player, presto-playlist-item, presto-playlist-overlay, presto-playlist-ui { visibility: hidden; } .hydrated { visibility: inherit; } </style> </div> <button type="button" class="pum-close popmake-close" aria-label="Close"> Do not show again </button> </div> </div> <style> @supports not (aspect-ratio: 16 / 9) { presto-player:not(.hydrated) { height: 0; padding-bottom: 56%; position: relative; } } presto-player:not(.hydrated) { position: relative; background: rgba(0, 0, 0, 0.1); width: 100%; display: block; aspect-ratio: 16 / 9; } presto-player:not(.hydrated) .presto-loader { display: block; } .presto-block-video:not(.presto-sticky-parent) { border-radius: var(--presto-player-border-radius, 0px); overflow: hidden; transform: translateZ(0); } .presto-block-video.presto-provider-audio{ overflow: visible; } .presto-block-video .presto-sticky-parent { overflow: auto; transform: none; } .presto-sticky-parent { z-index: 99998 !important; } .presto-player-fullscreen-open { z-index: 9999999 !important; overflow: visible !important; transform: none !important; } presto-playlist, presto-player-skeleton, presto-timestamp, presto-video-curtain-ui, presto-search-bar-ui, presto-player-button, presto-cta-overlay-ui, presto-video, presto-action-bar-ui, presto-youtube-subscribe-button, presto-email-overlay-ui, presto-player-spinner, presto-action-bar, presto-cta-overlay, presto-email-overlay, presto-bunny, presto-dynamic-overlays, presto-search-bar, presto-youtube, presto-audio, presto-business-skin, presto-modern-skin, presto-muted-overlay, presto-stacked-skin, presto-vimeo, presto-action-bar-controller, presto-cta-overlay-controller, presto-email-overlay-controller, presto-dynamic-overlay-ui, presto-player, presto-playlist-item, presto-playlist-overlay, presto-playlist-ui { visibility: hidden; } .hydrated { visibility: inherit; } </style> <link rel='stylesheet' id='mec-owl-carousel-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.carousel.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='mec-owl-carousel-theme-style-css' href='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.theme.min.css?ver=6.3' media='all' /> <link rel='stylesheet' id='e-animations-css' href='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.15.3' media='all' /> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2' id='jquery-ui-datepicker-js'></script> <script id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});}); </script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/jquery.typewatch.js?ver=6.5.6' id='mec-typekit-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/featherlight/featherlight.js?ver=6.5.6' id='featherlight-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/select2/select2.full.min.js?ver=6.5.6' id='mec-select2-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/tooltip/tooltip.js?ver=6.5.6' id='mec-tooltip-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/lity/lity.min.js?ver=6.5.6' id='mec-lity-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/colorbrightness/colorbrightness.min.js?ver=6.5.6' id='mec-colorbrightness-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/packages/owl-carousel/owl.carousel.min.js?ver=6.5.6' id='mec-owl-carousel-script-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2' id='wp-polyfill-inert-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.11' id='regenerator-runtime-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1' id='wp-hooks-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef' id='wp-i18n-js'></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="text/plain" data-service="youtube" data-category="marketing" id='presto-components-js-extra'> var prestoComponents = {"url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1719996336"}; var prestoPlayer = {"plugin_url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/training.lifewatch.eu\/wp-json\/","nonce":"086aca8b64","ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":false},"proVersion":"","isPremium":"","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"}}; var prestoComponents = {"url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1719996336"}; var prestoPlayer = {"plugin_url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/training.lifewatch.eu\/wp-json\/","nonce":"086aca8b64","ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":false},"proVersion":"","isPremium":"","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"}}; </script> <script data-service="youtube" data-category="marketing" data-cmplz-src="https://training.lifewatch.eu/wp-content/plugins/presto-player/src/player/player-static.js?ver=1719996336" type="text/plain" data-script-type="module" defer></script><script src='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js?ver=20141028' id='twentyfifteen-skip-link-focus-fix-js'></script> <script id='twentyfifteen-script-js-extra'> var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"}; </script> <script src='https://training.lifewatch.eu/wp-content/themes/twentyfifteen/js/functions.js?ver=20221101' id='twentyfifteen-script-js'></script> <script id='popup-maker-site-js-extra'> var pum_vars = {"version":"1.19.0","pm_dir_url":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","restapi":"https:\/\/training.lifewatch.eu\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"3463","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"cookie_domain":"","analytics_route":"analytics","analytics_api":"https:\/\/training.lifewatch.eu\/wp-json\/pum\/v1"}; var pum_sub_vars = {"ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","message_position":"top"}; var pum_popups = {"pum-3483":{"triggers":[{"type":"auto_open","settings":{"cookie_name":["pum-3483"],"delay":"500"}}],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-3483","key":"","session":null,"path":true,"time":"12 months"}}],"disable_on_mobile":false,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":"3463","size":"normal","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"center","position_top":"100","position_bottom":"0","position_left":"0","position_right":"0","position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":"0","close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"theme_slug":"default-theme-2","id":3483,"slug":"tutorial-popup"}}; </script> <script src='//training.lifewatch.eu/wp-content/uploads/pum/pum-site-scripts.js?defer&generated=1721986866&ver=1.19.0' id='popup-maker-site-js'></script> <script id='eael-general-js-extra'> var localize = {"ajaxurl":"https:\/\/training.lifewatch.eu\/wp-admin\/admin-ajax.php","nonce":"19e79aa6f3","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/training.lifewatch.eu\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.9.25' id='eael-general-js'></script> <script id='cmplz-cookiebanner-js-extra'> var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"18","version":"7.1.0","store_consent":"","do_not_track_enabled":"","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/training.lifewatch.eu\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_US","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"31","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https:\/\/training.lifewatch.eu\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=18","page_links":{"eu":{"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/www.lifewatch.eu\/privacy-policy-2021\/"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content"}; </script> <script defer src='https://training.lifewatch.eu/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1719395035' id='cmplz-cookiebanner-js'></script> <script id="cmplz-cookiebanner-js-after"> if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } document.addEventListener("cmplz_enable_category", function(consentData) { var category = consentData.detail.category; var services = consentData.detail.services; var blockedContentContainers = []; let selectorVideo = '.cmplz-elementor-widget-video-playlist[data-category="'+category+'"],.elementor-widget-video[data-category="'+category+'"]'; let selectorGeneric = '[data-cmplz-elementor-href][data-category="'+category+'"]'; for (var skey in services) { if (services.hasOwnProperty(skey)) { let service = skey; selectorVideo +=',.cmplz-elementor-widget-video-playlist[data-service="'+service+'"],.elementor-widget-video[data-service="'+service+'"]'; selectorGeneric +=',[data-cmplz-elementor-href][data-service="'+service+'"]'; } } document.querySelectorAll(selectorVideo).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; obj.classList.add('cmplz-elementor-activated'); if ( obj.hasAttribute('data-cmplz_elementor_widget_type') ){ let attr = obj.getAttribute('data-cmplz_elementor_widget_type'); obj.classList.removeAttribute('data-cmplz_elementor_widget_type'); obj.classList.setAttribute('data-widget_type', attr); } if (obj.classList.contains('cmplz-elementor-widget-video-playlist')) { obj.classList.remove('cmplz-elementor-widget-video-playlist'); obj.classList.add('elementor-widget-video-playlist'); } obj.setAttribute('data-settings', obj.getAttribute('data-cmplz-elementor-settings')); blockedContentContainers.push(obj); }); document.querySelectorAll(selectorGeneric).forEach(obj => { let elementService = obj.getAttribute('data-service'); if ( cmplz_is_service_denied(elementService) ) { return; } if (obj.classList.contains('cmplz-elementor-activated')) return; if (obj.classList.contains('cmplz-fb-video')) { obj.classList.remove('cmplz-fb-video'); obj.classList.add('fb-video'); } obj.classList.add('cmplz-elementor-activated'); obj.setAttribute('data-href', obj.getAttribute('data-cmplz-elementor-href')); blockedContentContainers.push(obj.closest('.elementor-widget')); }); /** * Trigger the widgets in Elementor */ for (var key in blockedContentContainers) { if (blockedContentContainers.hasOwnProperty(key) && blockedContentContainers[key] !== undefined) { let blockedContentContainer = blockedContentContainers[key]; if (elementorFrontend.elementsHandler) { elementorFrontend.elementsHandler.runReadyTrigger(blockedContentContainer) } var cssIndex = blockedContentContainer.getAttribute('data-placeholder_class_index'); blockedContentContainer.classList.remove('cmplz-blocked-content-container'); blockedContentContainer.classList.remove('cmplz-placeholder-' + cssIndex); } } }); </script> <script src='https://training.lifewatch.eu/wp-content/plugins/modern-events-calendar-lite/assets/js/flipcount.js?ver=6.3' id='mec-flipcount-script-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.15.3' id='elementor-webpack-runtime-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.15.3' id='elementor-frontend-modules-js'></script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.15.3","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"landing-pages":true},"urls":{"assets":"https:\/\/training.lifewatch.eu\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":16,"title":"LifeWatch%20ERIC%20%E2%80%93%20Training%20Platform","excerpt":"","featuredImage":false}}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.3' id='elementor-frontend-js'></script> <script src='https://training.lifewatch.eu/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js'></script> <script id='wp-util-js-extra'> var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; </script> <script src='https://training.lifewatch.eu/wp-includes/js/wp-util.min.js?ver=6.3' id='wp-util-js'></script> <script id='wpforms-elementor-js-extra'> var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; </script> <script src='https://training.lifewatch.eu/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.9.4' id='wpforms-elementor-js'></script> <script> jQuery(document).ready(function() { jQuery("#mec_skin_1326").mecCarouselView( { id: "1326", start_date: "2023-09-15", items: "4", items_tablet: "2", items_mobile: "1", autoplay_status: "", autoplay: "2500", loop: true, style: "type1", atts: "atts%5Blabel%5D=&atts%5Bcategory%5D=&atts%5Blocation%5D=&atts%5Borganizer%5D=&atts%5Btag%5D=&atts%5Bauthor%5D=&atts%5Bskin%5D=carousel&atts%5Bsk-options%5D%5Blist%5D%5Bstyle%5D=classic&atts%5Bsk-options%5D%5Blist%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Blist%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Blist%5D%5Bend_date_type%5D=date&atts%5Bsk-options%5D%5Blist%5D%5Bmaximum_date_range%5D=&atts%5Bsk-options%5D%5Blist%5D%5Border_method%5D=ASC&atts%5Bsk-options%5D%5Blist%5D%5Bclassic_date_format1%5D=M+d+Y&atts%5Bsk-options%5D%5Blist%5D%5Bminimal_date_format1%5D=d&atts%5Bsk-options%5D%5Blist%5D%5Bminimal_date_format2%5D=M&atts%5Bsk-options%5D%5Blist%5D%5Bminimal_date_format3%5D=l&atts%5Bsk-options%5D%5Blist%5D%5Bmodern_date_format1%5D=d&atts%5Bsk-options%5D%5Blist%5D%5Bmodern_date_format2%5D=F&atts%5Bsk-options%5D%5Blist%5D%5Bmodern_date_format3%5D=l&atts%5Bsk-options%5D%5Blist%5D%5Bstandard_date_format1%5D=d+M&atts%5Bsk-options%5D%5Blist%5D%5Baccordion_date_format1%5D=d&atts%5Bsk-options%5D%5Blist%5D%5Baccordion_date_format2%5D=F&atts%5Bsk-options%5D%5Blist%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Blist%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Binclude_events_times%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bload_more_button%5D=1&atts%5Bsk-options%5D%5Blist%5D%5Bmonth_divider%5D=1&atts%5Bsk-options%5D%5Blist%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bset_geolocation%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bset_geolocation_focus%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Btoggle_month_divider%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Blist%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bstyle%5D=classic&atts%5Bsk-options%5D%5Bgrid%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bgrid%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bgrid%5D%5Bend_date_type%5D=date&atts%5Bsk-options%5D%5Bgrid%5D%5Bmaximum_date_range%5D=&atts%5Bsk-options%5D%5Bgrid%5D%5Border_method%5D=ASC&atts%5Bsk-options%5D%5Bgrid%5D%5Bclassic_date_format1%5D=d+F+Y&atts%5Bsk-options%5D%5Bgrid%5D%5Bclean_date_format1%5D=d&atts%5Bsk-options%5D%5Bgrid%5D%5Bclean_date_format2%5D=F&atts%5Bsk-options%5D%5Bgrid%5D%5Bminimal_date_format1%5D=d&atts%5Bsk-options%5D%5Bgrid%5D%5Bminimal_date_format2%5D=M&atts%5Bsk-options%5D%5Bgrid%5D%5Bmodern_date_format1%5D=d&atts%5Bsk-options%5D%5Bgrid%5D%5Bmodern_date_format2%5D=F&atts%5Bsk-options%5D%5Bgrid%5D%5Bmodern_date_format3%5D=l&atts%5Bsk-options%5D%5Bgrid%5D%5Bsimple_date_format1%5D=M+d+Y&atts%5Bsk-options%5D%5Bgrid%5D%5Bcolorful_date_format1%5D=d&atts%5Bsk-options%5D%5Bgrid%5D%5Bcolorful_date_format2%5D=F&atts%5Bsk-options%5D%5Bgrid%5D%5Bcolorful_date_format3%5D=l&atts%5Bsk-options%5D%5Bgrid%5D%5Bnovel_date_format1%5D=d+F+Y&atts%5Bsk-options%5D%5Bgrid%5D%5Bcount%5D=1&atts%5Bsk-options%5D%5Bgrid%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bgrid%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Binclude_events_times%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bload_more_button%5D=1&atts%5Bsk-options%5D%5Bgrid%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bset_geolocation%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bset_geolocation_focus%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bgrid%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bstyle%5D=clean&atts%5Bsk-options%5D%5Bagenda%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bagenda%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bagenda%5D%5Bend_date_type%5D=date&atts%5Bsk-options%5D%5Bagenda%5D%5Bmaximum_date_range%5D=&atts%5Bsk-options%5D%5Bagenda%5D%5Border_method%5D=ASC&atts%5Bsk-options%5D%5Bagenda%5D%5Bclean_date_format1%5D=l&atts%5Bsk-options%5D%5Bagenda%5D%5Bclean_date_format2%5D=F+j&atts%5Bsk-options%5D%5Bagenda%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bagenda%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bload_more_button%5D=1&atts%5Bsk-options%5D%5Bagenda%5D%5Bmonth_divider%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bagenda%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdefault_view%5D=list&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bmonthly_style%5D=clean&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Blist%5D=1&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdate_format_list%5D=d+M&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bend_date_type_list%5D=date&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bmaximum_date_range_list%5D=&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Border_method_list%5D=ASC&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bgrid%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bend_date_type_grid%5D=date&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bmaximum_date_range_grid%5D=&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Border_method_grid%5D=ASC&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Btile%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Byearly%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdate_format_yearly_1%5D=l&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdate_format_yearly_2%5D=F+j&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bmonthly%5D=1&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bactivate_first_date%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bactivate_current_day%5D=1&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bweekly%5D=1&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdaily%5D=1&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdisplay_price%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bfull_calendar%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Bstyle%5D=modern&atts%5Bsk-options%5D%5Byearly_view%5D%5Bstart_date_type%5D=start_current_year&atts%5Bsk-options%5D%5Byearly_view%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmodern_date_format1%5D=l&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmodern_date_format2%5D=F+j&atts%5Bsk-options%5D%5Byearly_view%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B1%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B2%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B3%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B4%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B5%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B6%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B7%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B8%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B9%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B10%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B11%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bmonths%5D%5B12%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Byearly_view%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Byearly_view%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bstyle%5D=classic&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bstart_date_type%5D=start_current_month&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bactivate_first_date%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bactivate_current_day%5D=1&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bdisplay_all%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bdetailed_time%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bmonthly_view%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bmap%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bmap%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bmap%5D%5Blimit%5D=200&atts%5Bsk-options%5D%5Bmap%5D%5Bgeolocation%5D=0&atts%5Bsk-options%5D%5Bmap%5D%5Bgeolocation_focus%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bdaily_view%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bdaily_view%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bdetailed_time%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bdaily_view%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bstart_date_type%5D=start_current_week&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bweekly_view%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bweekly_view%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bdetailed_time%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bweekly_view%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Bstyle%5D=modern&atts%5Bsk-options%5D%5Btimetable%5D%5Bstart_date_type%5D=start_current_week&atts%5Bsk-options%5D%5Btimetable%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Btimetable%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Btimetable%5D%5Bnumber_of_days_modern%5D=7&atts%5Bsk-options%5D%5Btimetable%5D%5Bnumber_of_days%5D=5&atts%5Bsk-options%5D%5Btimetable%5D%5Bweek_start%5D=-1&atts%5Bsk-options%5D%5Btimetable%5D%5Bstart_time%5D=1&atts%5Bsk-options%5D%5Btimetable%5D%5Bend_time%5D=13&atts%5Bsk-options%5D%5Btimetable%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Btimetable%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Btimetable%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bmasonry%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bmasonry%5D%5Bend_date_type%5D=date&atts%5Bsk-options%5D%5Bmasonry%5D%5Bmaximum_date_range%5D=&atts%5Bsk-options%5D%5Bmasonry%5D%5Border_method%5D=ASC&atts%5Bsk-options%5D%5Bmasonry%5D%5Bdate_format1%5D=j&atts%5Bsk-options%5D%5Bmasonry%5D%5Bdate_format2%5D=F&atts%5Bsk-options%5D%5Bmasonry%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bmasonry%5D%5Bfilter_by%5D=&atts%5Bsk-options%5D%5Bmasonry%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bfit_to_row%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bmasonry_like_grid%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bload_more_button%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bmasonry%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bcover%5D%5Bstyle%5D=classic&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_clean1%5D=d&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_clean2%5D=M&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_clean3%5D=Y&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_classic1%5D=F+d&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_classic2%5D=l&atts%5Bsk-options%5D%5Bcover%5D%5Bdate_format_modern1%5D=l%2C+F+d+Y&atts%5Bsk-options%5D%5Bcover%5D%5Bevent_id%5D=3978&atts%5Bsk-options%5D%5Bcover%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bcover%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bcover%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bcountdown%5D%5Bstyle%5D=style1&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdate_format_style11%5D=j+F+Y&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdate_format_style21%5D=j+F+Y&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdate_format_style31%5D=j&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdate_format_style32%5D=F&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdate_format_style33%5D=Y&atts%5Bsk-options%5D%5Bcountdown%5D%5Bevent_id%5D=-1&atts%5Bsk-options%5D%5Bcountdown%5D%5Bbg_color%5D=%23437df9&atts%5Bsk-options%5D%5Bcountdown%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bcountdown%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bcountdown%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Bdate_format1%5D=j&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Bdate_format2%5D=F&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Bevent_id%5D=-1&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bavailable_spot%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Bstyle%5D=type1&atts%5Bsk-options%5D%5Bcarousel%5D%5Bstart_date_type%5D=date&atts%5Bsk-options%5D%5Bcarousel%5D%5Bstart_date%5D=2023-09-15&atts%5Bsk-options%5D%5Bcarousel%5D%5Btype1_date_format1%5D=d&atts%5Bsk-options%5D%5Bcarousel%5D%5Btype1_date_format2%5D=F&atts%5Bsk-options%5D%5Bcarousel%5D%5Btype1_date_format3%5D=Y&atts%5Bsk-options%5D%5Bcarousel%5D%5Btype2_date_format1%5D=M+d%2C+Y&atts%5Bsk-options%5D%5Bcarousel%5D%5Btype3_date_format1%5D=M+d%2C+Y&atts%5Bsk-options%5D%5Bcarousel%5D%5Bcount%5D=4&atts%5Bsk-options%5D%5Bcarousel%5D%5Bcount_tablet%5D=2&atts%5Bsk-options%5D%5Bcarousel%5D%5Bcount_mobile%5D=1&atts%5Bsk-options%5D%5Bcarousel%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bcarousel%5D%5Bautoplay_status%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Bautoplay%5D=2500&atts%5Bsk-options%5D%5Bcarousel%5D%5Bloop_status%5D=1&atts%5Bsk-options%5D%5Bcarousel%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Barchive_link%5D=&atts%5Bsk-options%5D%5Bcarousel%5D%5Bhead_text%5D=&atts%5Bsk-options%5D%5Bcarousel%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Binclude_events_times%5D=1&atts%5Bsk-options%5D%5Bcarousel%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bcarousel%5D%5Bsed_method%5D=m1&atts%5Bsk-options%5D%5Bcarousel%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bslider%5D%5Bstyle%5D=t3&atts%5Bsk-options%5D%5Bslider%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Bslider%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bslider%5D%5Btype1_date_format1%5D=d&atts%5Bsk-options%5D%5Bslider%5D%5Btype1_date_format2%5D=F&atts%5Bsk-options%5D%5Bslider%5D%5Btype1_date_format3%5D=l&atts%5Bsk-options%5D%5Bslider%5D%5Btype2_date_format1%5D=d&atts%5Bsk-options%5D%5Bslider%5D%5Btype2_date_format2%5D=F&atts%5Bsk-options%5D%5Bslider%5D%5Btype2_date_format3%5D=l&atts%5Bsk-options%5D%5Bslider%5D%5Btype3_date_format1%5D=d&atts%5Bsk-options%5D%5Bslider%5D%5Btype3_date_format2%5D=F&atts%5Bsk-options%5D%5Bslider%5D%5Btype3_date_format3%5D=l&atts%5Bsk-options%5D%5Bslider%5D%5Btype4_date_format1%5D=d&atts%5Bsk-options%5D%5Bslider%5D%5Btype4_date_format2%5D=F&atts%5Bsk-options%5D%5Bslider%5D%5Btype4_date_format3%5D=l&atts%5Bsk-options%5D%5Bslider%5D%5Btype5_date_format1%5D=d&atts%5Bsk-options%5D%5Bslider%5D%5Btype5_date_format2%5D=F&atts%5Bsk-options%5D%5Bslider%5D%5Btype5_date_format3%5D=l&atts%5Bsk-options%5D%5Bslider%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Bslider%5D%5Bautoplay%5D=&atts%5Bsk-options%5D%5Bslider%5D%5Btransition_time%5D=250&atts%5Bsk-options%5D%5Bslider%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bslider%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bslider%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bslider%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bstart_date_type%5D=today&atts%5Bsk-options%5D%5Btimeline%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Btimeline%5D%5Bend_date_type%5D=date&atts%5Bsk-options%5D%5Btimeline%5D%5Bmaximum_date_range%5D=&atts%5Bsk-options%5D%5Btimeline%5D%5Border_method%5D=ASC&atts%5Bsk-options%5D%5Btimeline%5D%5Bclassic_date_format1%5D=d+F+Y&atts%5Bsk-options%5D%5Btimeline%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Btimeline%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bload_more_button%5D=1&atts%5Bsk-options%5D%5Btimeline%5D%5Bmonth_divider%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Btimeline%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bstart_date_type%5D=start_current_month&atts%5Bsk-options%5D%5Btile%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Btile%5D%5Bclean_date_format1%5D=j&atts%5Bsk-options%5D%5Btile%5D%5Bclean_date_format2%5D=M&atts%5Bsk-options%5D%5Btile%5D%5Bcount%5D=4&atts%5Bsk-options%5D%5Btile%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bdisplay_categories%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bdisplay_organizer%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bnext_previous_button%5D=1&atts%5Bsk-options%5D%5Btile%5D%5Blimit%5D=&atts%5Bsk-options%5D%5Btile%5D%5Bload_more_button%5D=1&atts%5Bsk-options%5D%5Btile%5D%5Bcustom_data%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Btile%5D%5Bimage_popup%5D=0&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bstart_date_type%5D=start_current_month&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bstart_date%5D=&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bmore_event%5D=&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Binclude_local_time%5D=0&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bdisplay_label%5D=0&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Breason_for_cancellation%5D=0&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bsed_method%5D=0&atts%5Bsk-options%5D%5Bgeneral_calendar%5D%5Bimage_popup%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Blist%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Blist%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bgrid%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bgrid%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgrid%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bagenda%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bagenda%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bagenda%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bfull_calendar%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmonthly_view%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Byearly_view%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Byearly_view%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Byearly_view%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bmap%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bmap%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bmap%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bdaily_view%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bdaily_view%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bdaily_view%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bweekly_view%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bweekly_view%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bweekly_view%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Btimetable%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Btimetable%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btimetable%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Btile%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Btile%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Btime_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Btile%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Bcategory%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Blocation%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Borganizer%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Bspeaker%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Btag%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Blabel%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Baddress_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Baddress_search%5D%5Bplaceholder%5D=&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Bevent_cost%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Bmonth_filter%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Btext_search%5D%5Btype%5D=0&atts%5Bsf-options%5D%5Bgeneral_calendar%5D%5Btext_search%5D%5Bplaceholder%5D=&atts%5Bsf_status%5D=0&atts%5Bsf_display_label%5D=0&atts%5Bshow_past_events%5D=1&atts%5Bshow_only_past_events%5D=0&atts%5Bshow_only_ongoing_events%5D=0&atts%5B_edit_lock%5D=1722961231%3A50&atts%5B_edit_last%5D=1&atts%5Bsf_reset_button%5D=0&atts%5Bsf_refine%5D=0&atts%5Bshow_only_one_occurrence%5D=0&atts%5Bshow_ongoing_events%5D=0&atts%5Bid%5D=1326", ajax_url: "https://training.lifewatch.eu/wp-admin/admin-ajax.php", sed_method: "m1", image_popup: "0", }); }); </script> </body> </html>