{"id":18,"date":"2021-08-18T11:06:30","date_gmt":"2021-08-18T11:06:30","guid":{"rendered":"http:\/\/demo.themecube.net\/ters\/?page_id=18"},"modified":"2022-09-24T16:50:57","modified_gmt":"2022-09-24T14:50:57","slug":"home","status":"publish","type":"page","link":"https:\/\/newtest.sforcesummit.pl\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6df3716 elementor-section-height-full overflow-hidden elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"6df3716\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b4261cc\" data-id=\"b4261cc\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4252333 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"4252333\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9863947\" data-id=\"9863947\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div data-foo=\"bar\" data-bar=\"foo\" class=\"elementor-element elementor-element-357098a elementor-widget elementor-widget-heading\" data-id=\"357098a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.7 - 20-09-2022 *\/\n.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\">UXCONF<br>\nMARCH 6-8, 2023<br>\nNEWYORK<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99b6f98 elementor-widget elementor-widget-tc_countdown_timer\" data-id=\"99b6f98\" data-element_type=\"widget\" data-widget_type=\"tc_countdown_timer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"col-md-8 offset-md-2 ml-0\">\n\t\t \t\t\t\t\t<div id=\"timer\" class=\"row text-center\">\n\t\t\t\t\t\t\t\t<div id=\"days\" class=\"col ml-2 mr-2\"><\/div>\n\t\t\t\t\t\t\t\t<div id=\"hours\" class=\"col ml-2 mr-2\"><\/div>\n\t\t\t\t\t\t\t\t<div id=\"minutes\" class=\"col ml-2 mr-2\"><\/div>\n\t\t\t\t\t\t\t\t<div id=\"seconds\" class=\"col ml-2 mr-2\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div><script>\n\t\t\t\t\t\t(function($) {\n\n\t\t\t    \t\t\"use strict\";\n\n\t\t\t\t\t\t\t\tfunction makeTimer() {\n\n\t\t\t\t\t\t\t\tvar endTime = new Date(\"2023\/03\/06 12:00\");\n\t\t\t\t\t\t\t\tendTime = (Date.parse(endTime) \/ 1000);\n\n\n\t\t\t\t\t\t\t\tvar now = new Date();\n\t\t\t\t\t\t\t\tnow = (Date.parse(now) \/ 1000);\n\n\t\t\t\t\t\t\t\tvar timeLeft = endTime - now;\n\n\t\t\t\t\t\t\t\tvar days = Math.floor(timeLeft \/ 86400);\n\t\t\t\t\t\t\t\tvar hours = Math.floor((timeLeft - (days * 86400)) \/ 3600);\n\t\t\t\t\t\t\t\tvar minutes = Math.floor((timeLeft - (days * 86400) - (hours * 3600 )) \/ 60);\n\t\t\t\t\t\t\t\tvar seconds = Math.floor((timeLeft - (days * 86400) - (hours * 3600) - (minutes * 60)));\n\n\t\t\t\t\t\t\t\tif (hours < \"10\") { hours = \"0\" + hours; }\n\t\t\t\t\t\t\t\tif (minutes < \"10\") { minutes = \"0\" + minutes; }\n\t\t\t\t\t\t\t\tif (seconds < \"10\") { seconds = \"0\" + seconds; }\n\n\t\t\t\t\t\t\t\t$(\"#days\").html(days + \"<span class=\\\"d-block\\\">Days<\/span>\");\n\t\t\t\t\t\t\t\t$(\"#hours\").html(hours + \"<span class=\\\"d-block\\\">Hours<\/span>\");\n\t\t\t\t\t\t\t\t$(\"#minutes\").html(minutes + \"<span class=\\\"d-block\\\">Minutes<\/span>\");\n\t\t\t\t\t\t\t\t$(\"#seconds\").html(seconds + \"<span class=\\\"d-block\\\">Seconds<\/span>\");\n\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tsetInterval(function() { makeTimer(); }, 1000);\n\t\t\t\t\t\t\t}(jQuery));\n\n\t\t\t\t    <\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"-0.1\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-10566a2 elementor-widget__width-initial elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"10566a2\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.7 - 20-09-2022 *\/\n.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>\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"281\" height=\"278\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6.png 281w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6-250x247.png 250w\" sizes=\"auto, (max-width: 281px) 100vw, 281px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"-0.1\" data-paroller-type=\"foreground\" data-paroller-direction=\"horizontal\" class=\"elementor-element elementor-element-6d645b5 elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"6d645b5\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"76\" height=\"88\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape1.png\" class=\"attachment-large size-large\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div data-paroller-factor=\"-0.05\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-46c512c elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"46c512c\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles.png 500w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles-300x300.png 300w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles-150x150.png 150w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles-412x412.png 412w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/bg_red_circles-250x250.png 250w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.9\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-0fe9513 elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"0fe9513\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"52\" height=\"271\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape7.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape7.png 52w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape7-48x250.png 48w\" sizes=\"auto, (max-width: 52px) 100vw, 52px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.4\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-783b452 elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"783b452\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"169\" height=\"294\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape2.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape2.png 169w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape2-144x250.png 144w\" sizes=\"auto, (max-width: 169px) 100vw, 169px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"-0.1\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-61a318b elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"61a318b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"446\" height=\"446\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1.png 446w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1-300x300.png 300w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1-150x150.png 150w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1-412x412.png 412w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/09\/shape3-1-250x250.png 250w\" sizes=\"auto, (max-width: 446px) 100vw, 446px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f5ec977 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f5ec977\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f272b5c\" data-id=\"f272b5c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-944ab89 elementor-widget elementor-widget-heading\" data-id=\"944ab89\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why should you attend the Conference<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f0a394 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9f0a394\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.7 - 20-09-2022 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;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>\t\t\t\tSed eget est enim. In hac habitasse platea dictumst.\nSed quis lectus porttitor, maximus turpis id,\npharetra mi. Ut vehicula mauris vel tempor ornare.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-4f06669 lead\" data-id=\"4f06669\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b8a0acd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b8a0acd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-148e99b\" data-id=\"148e99b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div data-paroller-factor=\"0.06\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-bde9276 elementor-vertical-align-middle tc-parallax elementor-view-stacked elementor-widget elementor-widget-icon-box\" data-id=\"bde9276\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"http:\/\/newtest.sforcesummit.pl\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tSelected speakers\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLearn from leading UX experts and gain new perspectives\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.07\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-23bdba3 elementor-vertical-align-middle tc-parallax elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"23bdba3\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tWorkshops\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHigh-quality workshops provide hands-on knowhow for you and your business.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-97f8bd8\" data-id=\"97f8bd8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div data-paroller-factor=\"-0.07\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-565c6ee elementor-vertical-align-middle tc-parallax elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"565c6ee\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tInspiring Talks\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGet useful insights into applied UX design, future trends and ways to succeed.\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"-0.06\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-383c230 elementor-vertical-align-middle tc-parallax elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"383c230\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<span  >\n\t\t\t\t\t\tNetworking\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tMeet others, expand your professional network and join the After Party.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-665fe3a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"665fe3a\" data-element_type=\"section\" id=\"speakers\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-13d378c\" data-id=\"13d378c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-56e52a0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56e52a0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-82f8a89\" data-id=\"82f8a89\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7574ef4 section-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7574ef4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SPEAKERS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d7c3872 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"d7c3872\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;pulse&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-50e5214\" data-id=\"50e5214\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b9743ab text-right elementor-widget elementor-widget-tc_speaker_list\" data-id=\"b9743ab\" data-element_type=\"widget\" data-widget_type=\"tc_speaker_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"speakers-list\">\n\t\t\t\t\t\t<div class=\"row\"><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/herman-russell\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker5.jpg\" alt=\"Herman Russell\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-github\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/herman-russell\/\">Herman Russell<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Zenquoace<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/jane-richards\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker2.jpg\" alt=\"Jane Richards\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-twitter\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-linkedin\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/jane-richards\/\">Jane Richards<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Hipmunk<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/jessica-green\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker4.jpg\" alt=\"Jessica Green\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-dribbble\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-instagram\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/jessica-green\/\">Jessica Green<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Magna<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/joan-graves\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker6.jpg\" alt=\"Joan Graves\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-twitter\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-youtube\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-linkedin\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/joan-graves\/\">Joan Graves<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Howtech<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/martin-pearson\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker3.jpg\" alt=\"Martin Pearson\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-facebook\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-linkedin\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-dribbble\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/martin-pearson\/\">Martin Pearson<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Kitten Co.<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/peter-reid\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker7.jpg\" alt=\"Peter Reid\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-dribbble\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-linkedin\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/peter-reid\/\">Peter Reid<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Ventolax<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/stanley-willis\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker1.jpg\" alt=\"Stanley Willis\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-facebook\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-dribbble\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-github\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/stanley-willis\/\">Stanley Willis<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Fermentum Co.<\/p><\/div>\n\t\t\t\t\t <\/div><div class=\" speaker-thumb col-lg-3 col-sm-6\">\n\n\t\t\t\t\t<div class=\"card mb-2\"><figure><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/tracey-curtis\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/speaker8.jpg\" alt=\"Tracey Curtis\" \/><\/a><figcaption><ul class=\"list-inline right social-list\"><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-facebook\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-instagram\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><li class=\"social-account list-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"text-light flaticon fa-2x flaticon-twitter\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/li><\/ul><\/figcaption><\/figure><\/div><div class=\"position-relative mb-4 mt-3\"><h5 class=\"card-title right mb-0\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/speaker\/tracey-curtis\/\">Tracey Curtis<\/a>\n\t\t\t\t\t\t\t\t<\/h5><p class=\"card-text right mt-0 mb-0\">Zathmedia<\/p><\/div>\n\t\t\t\t\t <\/div><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a89ce5f overflow-hidden elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a89ce5f\" data-element_type=\"section\" id=\"agenda\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f2e2c5\" data-id=\"7f2e2c5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c211262 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c211262\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e8e3aaa\" data-id=\"e8e3aaa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-58830c0 section-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"58830c0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AGENDA<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b1032fa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1032fa\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2b18574\" data-id=\"2b18574\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-184e2ec elementor-invisible elementor-widget elementor-widget-tc_agenda\" data-id=\"184e2ec\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"tc_agenda.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"agenda-list\"><ul class=\"nav nav-tab d-flex justify-content-center mb-4\" id=\"myTab\" role=\"tablist\"><li role=\"presentation\" class=\"nav-item pt-1 pb-1 pl-2 pr-2 mb-2\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link active\"\n\t\t\t\t\t\t\t\t\t href=\"#6mar\"\n\t\t\t\t\t\t\t\t\t id=\"6mar-tab\"\n\t\t\t\t\t\t\t\t\t role=\"tab\"\n\t\t\t\t\t\t\t\t\t data-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t aria-controls=\"6mar\"\n\t\t\t\t\t\t\t\t\t aria-expanded=\"true\">\n\t\t\t\t\t\t\t\t\t\t6Mar\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li><li role=\"presentation\" class=\"nav-item pt-1 pb-1 pl-2 pr-2 mb-2\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link \"\n\t\t\t\t\t\t\t\t\t href=\"#7mar\"\n\t\t\t\t\t\t\t\t\t id=\"7mar-tab\"\n\t\t\t\t\t\t\t\t\t role=\"tab\"\n\t\t\t\t\t\t\t\t\t data-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t aria-controls=\"7mar\"\n\t\t\t\t\t\t\t\t\t aria-expanded=\"true\">\n\t\t\t\t\t\t\t\t\t\t7Mar\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li><li role=\"presentation\" class=\"nav-item pt-1 pb-1 pl-2 pr-2 mb-2\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link \"\n\t\t\t\t\t\t\t\t\t href=\"#8mar\"\n\t\t\t\t\t\t\t\t\t id=\"8mar-tab\"\n\t\t\t\t\t\t\t\t\t role=\"tab\"\n\t\t\t\t\t\t\t\t\t data-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t aria-controls=\"8mar\"\n\t\t\t\t\t\t\t\t\t aria-expanded=\"true\">\n\t\t\t\t\t\t\t\t\t\t8Mar\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li><\/ul><div class=\"tab-content\" id=\"myTabContent\"><div class=\"tab-pane fade active show\"\n\t\t\t\t\t\t\t\tid=\"6mar\"\n\t\t\t\t\t\t\t\trole=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"6mar-tab\"><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">08:00<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Registration &#038; Breakfast<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">09:00<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Intro &#038; Welcome<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">09:20<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/designing-the-future\/\">Designing the Future<\/a><\/h3><p class=\"agenda-duration mb-0\">60min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">10:20<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/the-age-of-consequence-design\/\">The Age of Consequence Design<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:00<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:20<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/the-essentials-of-interaction-design\/\">The Essentials of Interaction Design<\/a><\/h3><p class=\"agenda-duration mb-0\">70min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">12:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/design-better-product-experience\/\">Design Better Product Experience<\/a><\/h3><p class=\"agenda-duration mb-0\">45min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">13:15<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Lunch<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">14:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/mitigating-user-errors\/\">Mitigating User Errors<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">15:10<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/user-reactions-to-non-native-ui\/\">User Reactions to Non-Native UI<\/a><\/h3><p class=\"agenda-duration mb-0\">50min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">16:00<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">16:15<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/data-visualization-for-everyone\/\">Data Visualization for Everyone<\/a><\/h3><p class=\"agenda-duration mb-0\">45min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><div class=\"tab-pane fade \"\n\t\t\t\t\t\t\t\tid=\"7mar\"\n\t\t\t\t\t\t\t\trole=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"7mar-tab\"><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">09:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/using-prototypes-to-gather-insight\/\">Using Prototypes to Gather Insight<\/a><\/h3><p class=\"agenda-duration mb-0\">50min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">10:20<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/the-cult-of-culture\/\">The Cult of Culture<\/a><\/h3><p class=\"agenda-duration mb-0\">35min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">10:55<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:10<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/let-your-customers-change-you\/\">Let Your Customers Change You<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:50<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/productivity-recreates-disability\/\">Productivity Recreates Disability<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">12:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Lunch<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">13:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/collecting-our-digital-lives\/\">Collecting Our Digital Lives<\/a><\/h3><p class=\"agenda-duration mb-0\">60min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">14:30<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/mapping-the-unseen\/\">Mapping the Unseen<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">15:10<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">15:25<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/bound-together\/\">Bound Together<\/a><\/h3><p class=\"agenda-duration mb-0\">35min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><div class=\"tab-pane fade \"\n\t\t\t\t\t\t\t\tid=\"8mar\"\n\t\t\t\t\t\t\t\trole=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"8mar-tab\"><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">10:00<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/ux-vs-artificial-intelligence\/\">UX vs. Artificial Intelligence<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">10:40<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/charters-critique-and-culture\/\">Charters, Critique and Culture<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:20<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">11:35<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/how-to-design-for-happiness\/\">How to Design for Happiness<\/a><\/h3><p class=\"agenda-duration mb-0\">50min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">12:25<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Lunch<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">13:45<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/designing-desicions\/\">Designing Desicions<\/a><\/h3><p class=\"agenda-duration mb-0\">30min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">14:15<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/embracing-complexity\/\">Embracing Complexity<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">14:55<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\">Coffee Break<\/h3><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">15:10<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/design-by-time\/\">Design by Time<\/a><\/h3><p class=\"agenda-duration mb-0\">30min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"d-flex align-items-start mb-3\">\n\t\t\t\t\t\t\t\t\t<div class=\"pr-4\">\n\t\t\t\t\t\t\t\t\t\t<p class=\"agenda-start-time\">15:40<\/p>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"flex-fill\"><h3 class=\"agenda-title\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/agenda\/building-better-worlds\/\">Building Better Worlds<\/a><\/h3><p class=\"agenda-duration mb-0\">40min<\/p><\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.5\" data-paroller-type=\"foreground\" class=\"elementor-element elementor-element-48a4721 elementor-absolute tc-parallax elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"48a4721\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_red_circles.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_red_circles.png 500w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_red_circles-300x300.png 300w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_red_circles-150x150.png 150w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_red_circles-412x412.png 412w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.9\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-07a4574 elementor-absolute tc-parallax elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"07a4574\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_waves.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_waves.png 200w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_waves-150x150.png 150w\" sizes=\"auto, (max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2f738f4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2f738f4\" data-element_type=\"section\" id=\"venue\" data-settings=\"{&quot;shape_divider_top&quot;:&quot;pyramids&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;pyramids&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ab94a00\" data-id=\"ab94a00\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-43d47b4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"43d47b4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-4090ffc\" data-id=\"4090ffc\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t\t<div data-paroller-factor=\"-0.05\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-baa222e tc-parallax elementor-widget elementor-widget-image\" data-id=\"baa222e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1280\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue.jpg 1920w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue-300x200.jpg 300w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue-1024x683.jpg 1024w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue-768x512.jpg 768w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue-1536x1024.jpg 1536w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/venue-618x412.jpg 618w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4761d28 overflow-hidden\" data-id=\"4761d28\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t\t<div data-paroller-factor=\"0.9\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-e319248 elementor-widget__width-auto elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"e319248\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"92\" height=\"254\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_points.png\" class=\"attachment-full size-full\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7959def elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7959def\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Magna<br>Conference Center<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e84906e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e84906e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>106 COURT ST<br \/>BROOKLYN,\u00a0NEW YORK\u00a011201<\/p>\n<p>866-123-4567<br \/>hello@magnacon.co<\/p>\n<p><a href=\" target=\"_blank\" rel=\"noopener\">get directions -&gt;<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.2\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-92aa431 elementor-absolute tc-parallax elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"92aa431\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_stripe_circle.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_stripe_circle.png 200w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_stripe_circle-150x150.png 150w\" sizes=\"auto, (max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-581ebd1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"581ebd1\" data-element_type=\"section\" id=\"faq\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d98bd9\" data-id=\"2d98bd9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5386444 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5386444\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-42c2fa7\" data-id=\"42c2fa7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div data-paroller-factor=\"0.06\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-a5b1596 elementor-widget__width-initial elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"a5b1596\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"281\" height=\"278\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6.png 281w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape6-250x247.png 250w\" sizes=\"auto, (max-width: 281px) 100vw, 281px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3516fa3 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3516fa3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently<br>\nAsked Questions<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.2\" data-paroller-type=\"foreground\" data-paroller-direction=\"horizontal\" class=\"elementor-element elementor-element-969f423 elementor-widget__width-initial elementor-absolute tc-parallax elementor-widget elementor-widget-image\" data-id=\"969f423\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"121\" height=\"121\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2022\/06\/shape5.png\" class=\"attachment-large size-large\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db1f870 elementor-invisible elementor-widget elementor-widget-accordion\" data-id=\"db1f870\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.7 - 20-09-2022 *\/\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-container>.elementor-widget-accordion{width:var(--container-widget-width,100%)}<\/style>\t\t<div class=\"elementor-accordion\" role=\"tablist\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2291\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-2291\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">Who is this event for? <\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2291\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2291\"><p>Aenean sodales mauris viverra felis feugiat volutpat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2292\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-2292\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">Who will be speaking?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2292\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2292\"><p>Nulla convallis placerat enim, quis vestibulum libero vulputate vel. Nullam et justo sed mi pulvinar dictum. Nulla ligula lectus, viverra non leo eget, egestas mollis neque.\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2293\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-2293\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">How can I buy tickets and what form of payment is accepted?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2293\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2293\"><p>Donec dignissim pharetra ex, et pretium velit pulvinar ac. Sed auctor vitae eros eget convallis. Sed facilisis nisl id erat placerat vulputate. Suspendisse id nunc pellentesque, lacinia elit eget, dictum tellus.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2294\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-2294\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">What kind of tickets are used and can I use my phone for mobile ticketing?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2294\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2294\"><p>Pellentesque dapibus enim non elit egestas finibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla placerat mi non orci dapibus, at malesuada nibh pellentesque.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2295\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-2295\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">Can I purchase my ticket onsite the day of the event?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2295\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2295\"><p>Mauris interdum mollis libero, et tristique eros sagittis non.\u00a0<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2296\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"tab\" aria-controls=\"elementor-tab-content-2296\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">Do you offer any kind of group\/student discount?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2296\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2296\"><p>Proin volutpat tellus id nibh.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2297\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"tab\" aria-controls=\"elementor-tab-content-2297\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">How do I attend a virtual event?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2297\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2297\"><p>Sed a ex vitae augue varius ultrices non ut ipsum. Aliquam urna, mattis ac luctus quis, tristique at nunc.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2298\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"tab\" aria-controls=\"elementor-tab-content-2298\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">Will I get an event certificate for attending?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2298\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2298\"><p>Pellentesque volutpat lacinia odio a scelerisque. Maecenas pharetra sit amet turpis eget auctor.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"-0.2\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-8a360e1 elementor-absolute tc-parallax elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"8a360e1\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_two_circles.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_two_circles.png 400w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_two_circles-300x300.png 300w, https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/bg_two_circles-150x150.png 150w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2756cca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2756cca\" data-element_type=\"section\" id=\"partners\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8abeb5a\" data-id=\"8abeb5a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0800478 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0800478\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-68424bc\" data-id=\"68424bc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-44ee1a6 section-title elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"44ee1a6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PARTNERS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-paroller-factor=\"0.1\" data-paroller-type=\"foreground\" data-paroller-direction=\"vertical\" class=\"elementor-element elementor-element-380cdb3 tc-parallax elementor-widget elementor-widget-tc_partner_list\" data-id=\"380cdb3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"tc_partner_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"partners-list\">\n\t\t\t\t\t\t<div class=\"row\"><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner5.png\" alt=\"CodeLab\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner2.png\" alt=\"Muzica\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner6.png\" alt=\"circle\"><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner4.png\" alt=\"HexLab\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner3.png\" alt=\"FoxHub\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner7.png\" alt=\"atica\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner8.png\" alt=\"velocity9\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><div class=\"partner-thumb col-lg-3 col-sm-6\">\n\t\t\t\t\t\t<div class=\"mb-4\"><div class=\"card-body\"><div class=\"s-logo\"><a href=\"#\" class=\"text-dark\"><img decoding=\"async\" class=\"img-fluid p-2\" src=\"http:\/\/demo.themecube.net\/ters\/sr\/wp-content\/uploads\/2021\/08\/partner1.png\" alt=\"treva\"><\/a><\/div><\/div>\n\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div><\/div><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-442edd1 elementor-widget elementor-widget-text-editor\" data-id=\"442edd1\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Let us know If you also want to join the <strong><em>uxconf23 <\/em><\/strong><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9df3cda elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"9df3cda\" data-element_type=\"section\" id=\"tickets\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b40e897\" data-id=\"b40e897\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-93dead5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"93dead5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-703e118 position-relative\" data-id=\"703e118\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c385e70 section-title elementor-widget__width-auto elementor-absolute elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c385e70\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TICKETS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c87337 elementor-widget elementor-widget-tc_ticket\" data-id=\"5c87337\" data-element_type=\"widget\" data-widget_type=\"tc_ticket.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ticket-price-table d-flex flex-sm-row flex-column justify-content-between\">\n\t\t\t\t\t\t\t<h3 class=\"ticket-title mb-0 w-100 flex-shrink-1 align-self-center\">Student<\/h3>\n\t\t\t\t\t\t\t<p class=\"ticket-price mb-0 w-100 flex-shrink-1 align-self-center\">$125<\/p>\n\t\t\t\t\t\t\t<a class=\"btn btn-ticket flex-shrink-1 align-self-center btn-dark btn-md\" href=\"http:\/\/demo.themecube.net\/ters\/sr\/checkout\/?add-to-cart=1010\">purchase<\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69f8861 elementor-widget elementor-widget-tc_ticket\" data-id=\"69f8861\" data-element_type=\"widget\" data-widget_type=\"tc_ticket.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ticket-price-table d-flex flex-sm-row flex-column justify-content-between\">\n\t\t\t\t\t\t\t<h3 class=\"ticket-title mb-0 w-100 flex-shrink-1 align-self-center\">One-day pass<\/h3>\n\t\t\t\t\t\t\t<p class=\"ticket-price mb-0 w-100 flex-shrink-1 align-self-center\">$275<\/p>\n\t\t\t\t\t\t\t<a class=\"btn btn-ticket flex-shrink-1 align-self-center btn-dark btn-md\" href=\"http:\/\/demo.themecube.net\/ters\/sr\/checkout\/?add-to-cart=1011\">purchase<\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0064c21 elementor-widget elementor-widget-tc_ticket\" data-id=\"0064c21\" data-element_type=\"widget\" data-widget_type=\"tc_ticket.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ticket-price-table d-flex flex-sm-row flex-column justify-content-between\">\n\t\t\t\t\t\t\t<h3 class=\"ticket-title mb-0 w-100 flex-shrink-1 align-self-center\">Multi-day pass<\/h3>\n\t\t\t\t\t\t\t<p class=\"ticket-price mb-0 w-100 flex-shrink-1 align-self-center\">$425<\/p>\n\t\t\t\t\t\t\t<a class=\"btn btn-ticket flex-shrink-1 align-self-center btn-dark btn-md\" href=\"http:\/\/demo.themecube.net\/ters\/sr\/checkout\/?add-to-cart=1012\">purchase<\/a><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76e5253 elementor-widget elementor-widget-text-editor\" data-id=\"76e5253\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Your ticket includes access to all sessions, the event app, and all talk recordings.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13c4842 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"13c4842\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cdc506\" data-id=\"7cdc506\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ea07570 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ea07570\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-24084f6\" data-id=\"24084f6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19eb38a section-title elementor-widget elementor-widget-heading\" data-id=\"19eb38a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">NEWS<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eb828a elementor-widget elementor-widget-tc_recent_posts\" data-id=\"3eb828a\" data-element_type=\"widget\" data-widget_type=\"tc_recent_posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div  id=\"recent-posts-carousel\" class=\"swiper-container\">\n\t\t\t\t\t\t<div class=\"swiper-wrapper\"><div class=\"swiper-slide\">\n\t\t \t\t\t\t<div class=\"post-thumb\">\n\t\t\t\t\t\t\t\t<div class=\"card mb-4\">\n\t\t\t\t\t\t\t\t\t<div class=\"img-caption position-relative\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/class-aptent-taciti-sociosqu-ad-litora-torquent\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/blog-1.jpg\" alt=\"Class aptent taciti sociosqu ad litora torquent\" \/><\/a><div class=\"oriented date\"><span class=\"posted-on\"><i class=\"feather icon icon-calendar\"><\/i><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/class-aptent-taciti-sociosqu-ad-litora-torquent\/\" rel=\"bookmark\"><time class=\"entry-date published updated\" datetime=\"2020-11-05T18:37:35+01:00\">5 listopada 2020<\/time><\/a><\/span><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"card-body position-relative\"><h5 class=\"card-title mb-1\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/class-aptent-taciti-sociosqu-ad-litora-torquent\/\" class=\"text-dark\">Class aptent taciti sociosqu ad litora torquent<\/a>\n\t\t\t\t\t\t\t\t<\/h5><a class=\"btn btn-primary mt-3\" href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/class-aptent-taciti-sociosqu-ad-litora-torquent\/\">READ MORE<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\">\n\t\t \t\t\t\t<div class=\"post-thumb\">\n\t\t\t\t\t\t\t\t<div class=\"card mb-4\">\n\t\t\t\t\t\t\t\t\t<div class=\"img-caption position-relative\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/nullam-posuere-magna-ac-ligula-sagittis-eget-consequat-massa-consectetur\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/blog-2.jpg\" alt=\"Nullam posuere magna ac ligula sagittis, eget consequat massa consectetur\" \/><\/a><div class=\"oriented date\"><span class=\"posted-on\"><i class=\"feather icon icon-calendar\"><\/i><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/nullam-posuere-magna-ac-ligula-sagittis-eget-consequat-massa-consectetur\/\" rel=\"bookmark\"><time class=\"entry-date published updated\" datetime=\"2020-11-05T18:40:01+01:00\">5 listopada 2020<\/time><\/a><\/span><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"card-body position-relative\"><h5 class=\"card-title mb-1\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/nullam-posuere-magna-ac-ligula-sagittis-eget-consequat-massa-consectetur\/\" class=\"text-dark\">Nullam posuere magna ac ligula sagittis, eget consequat massa consectetur<\/a>\n\t\t\t\t\t\t\t\t<\/h5><a class=\"btn btn-primary mt-3\" href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/nullam-posuere-magna-ac-ligula-sagittis-eget-consequat-massa-consectetur\/\">READ MORE<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\">\n\t\t \t\t\t\t<div class=\"post-thumb\">\n\t\t\t\t\t\t\t\t<div class=\"card mb-4\">\n\t\t\t\t\t\t\t\t\t<div class=\"img-caption position-relative\"><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/quisque-vestibulum-lacus-in-tortor-mollis-maximus\/\"><img decoding=\"async\" class=\"img-fluid card-img-top\" src=\"https:\/\/newtest.sforcesummit.pl\/wp-content\/uploads\/2021\/08\/blog-3.jpg\" alt=\"Quisque vestibulum lacus in tortor mollis maximus\" \/><\/a><div class=\"oriented date\"><span class=\"posted-on\"><i class=\"feather icon icon-calendar\"><\/i><a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/quisque-vestibulum-lacus-in-tortor-mollis-maximus\/\" rel=\"bookmark\"><time class=\"entry-date published updated\" datetime=\"2020-11-05T18:40:39+01:00\">5 listopada 2020<\/time><\/a><\/span><\/div>\n\t\t\t\t\t\t\t\t<\/div><div class=\"card-body position-relative\"><h5 class=\"card-title mb-1\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/quisque-vestibulum-lacus-in-tortor-mollis-maximus\/\" class=\"text-dark\">Quisque vestibulum lacus in tortor mollis maximus<\/a>\n\t\t\t\t\t\t\t\t<\/h5><a class=\"btn btn-primary mt-3\" href=\"https:\/\/newtest.sforcesummit.pl\/index.php\/2020\/11\/05\/quisque-vestibulum-lacus-in-tortor-mollis-maximus\/\">READ MORE<\/a><\/div><\/div><\/div><\/div><\/div><\/div><script>\n\t\t\t\t      var swiper = new Swiper(\"#recent-posts-carousel\", {\n\t\t\t\t\t\t\t\t\/\/slidesPerView: 3,\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\/\/spaceBetween: 30,\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tloop: true,\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tbreakpoints: {\n\t\t\t\t          640: {\n\t\t\t\t            slidesPerView: 1,\n\t\t\t\t            spaceBetween: 20,\n\t\t\t\t          },\n\t\t\t\t          1024: {\n\t\t\t\t            slidesPerView: 3,\n\t\t\t\t            spaceBetween: 30,\n\t\t\t\t          },\n\t\t\t\t        },\n\t\t\t\t      });\n\t\t\t\t    <\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8b79889 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"8b79889\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a343ee\" data-id=\"9a343ee\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7114b75 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7114b75\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8e4adb2\" data-id=\"8e4adb2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-31c7f99\" data-id=\"31c7f99\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7967943 elementor-widget elementor-widget-heading\" data-id=\"7967943\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay up to date!<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2be25e elementor-widget elementor-widget-text-editor\" data-id=\"b2be25e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Subscribe to our newsletter to get notified on ticket releases, speakers and more!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-097c63a elementor-widget elementor-widget-shortcode\" data-id=\"097c63a\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><script>(function() {\n\twindow.mc4wp = window.mc4wp || {\n\t\tlisteners: [],\n\t\tforms: {\n\t\t\ton: function(evt, cb) {\n\t\t\t\twindow.mc4wp.listeners.push(\n\t\t\t\t\t{\n\t\t\t\t\t\tevent   : evt,\n\t\t\t\t\t\tcallback: cb\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n})();\n<\/script><!-- Mailchimp for WordPress v4.8.10 - https:\/\/wordpress.org\/plugins\/mailchimp-for-wp\/ --><form id=\"mc4wp-form-1\" class=\"mc4wp-form mc4wp-form-783\" method=\"post\" data-id=\"783\" data-name=\"Newsletter Form\" ><div class=\"mc4wp-form-fields\"><div class=\"form-inline\">\r\n  <div class=\"form-group\">\r\n\t<input type=\"email\" class=\"form-control br-0 br-w\" name=\"EMAIL\" placeholder=\"Your email address\" required \/>\r\n\t<input class=\"br-0 btn btn-primary\" type=\"submit\" value=\"Sign up\" \/>\r\n  <\/div>\r\n<\/div>\t\t<\/div><label style=\"display: none !important;\">Leave this field empty if you're human: <input type=\"text\" name=\"_mc4wp_honeypot\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" \/><\/label><input type=\"hidden\" name=\"_mc4wp_timestamp\" value=\"1778039642\" \/><input type=\"hidden\" name=\"_mc4wp_form_id\" value=\"783\" \/><input type=\"hidden\" name=\"_mc4wp_form_element_id\" value=\"mc4wp-form-1\" \/><div class=\"mc4wp-response\"><\/div><\/form><!-- \/ Mailchimp for WordPress Plugin --><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-55a893d\" data-id=\"55a893d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>UXCONF MARCH 6-8, 2023 NEWYORK Why should you attend the Conference Sed eget est enim. In hac habitasse platea dictumst. Sed quis lectus porttitor, maximus turpis id, pharetra mi. Ut vehicula mauris vel tempor ornare. Selected speakers Learn from leading UX experts and gain new perspectives Workshops High-quality workshops provide hands-on knowhow for you and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home_template.php","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/comments?post=18"}],"version-history":[{"count":10,"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":2040,"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/pages\/18\/revisions\/2040"}],"wp:attachment":[{"href":"https:\/\/newtest.sforcesummit.pl\/index.php\/wp-json\/wp\/v2\/media?parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}