{"id":3544,"date":"2024-01-10T13:43:36","date_gmt":"2024-01-10T12:43:36","guid":{"rendered":"https:\/\/dev.samesystem.eu\/references\/retail\/"},"modified":"2025-12-03T13:56:56","modified_gmt":"2025-12-03T12:56:56","slug":"retail","status":"publish","type":"page","link":"https:\/\/www.samesystem.com\/de\/references\/retail\/","title":{"rendered":"Anwendungsf\u00e4lle im Einzelhandel"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3544\" class=\"elementor elementor-3544 elementor-134\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-326d441 e-flex e-con-boxed e-con e-parent\" data-id=\"326d441\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-94fd4a7 e-con-full e-flex e-con e-child\" data-id=\"94fd4a7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fd6c5b elementor-widget elementor-widget-heading\" data-id=\"7fd6c5b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Die Bedeutung des Workforce Managements im <span style=\"color:#5067EF\">Einzelhandel<\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a8e9a48 e-con-full e-flex e-con e-child\" data-id=\"a8e9a48\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f64dd84 elementor-widget elementor-widget-text-editor\" data-id=\"f64dd84\" 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\t\t<p>Das Workforce Management ist ein entscheidender Aspekt f\u00fcr den Erfolg eines Einzelhandelsunternehmens. Es umfasst die Optimierung und Organisation der Arbeitspl\u00e4ne, F\u00e4higkeiten und Aufgaben Ihrer Mitarbeiter, um maximale Produktivit\u00e4t und Kundenzufriedenheit zu gew\u00e4hrleisten.<\/p>\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 class=\"elementor-element elementor-element-52690e1 elementor-widget elementor-widget-html\" data-id=\"52690e1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\r\nvar $ = jQuery,\r\n    html = [],\r\n    prevWidth\r\n\r\n\/* Set aspect ratio option *\/\r\n\r\nfunction setAspectRatio(el){\r\n    if(el.css('--image-aspect-ratio') && el.css('--image-aspect-ratio').trim() == 'true'){\r\n        el.addClass('image-aspect-ratio')\r\n    }else{\r\n        el.removeClass('image-aspect-ratio')\r\n    }\r\n}\r\n\r\n\r\n\/* Get initial summation images width *\/\r\n\r\nfunction getInitialWidth(el){\r\n    \r\n    var width = 0, \r\n        space = parseFloat(el.css('gap'))\r\n        \r\n    el.find('.elementor-widget').each(function(){\r\n        width += $(this).width() + space\r\n    })\r\n    \r\n    return width\r\n}\r\n\r\n\r\n\/* Set new container width and other values *\/\r\n\r\nfunction setValues(el, width, indexI, indexJ){\r\n    var ratio = Math.ceil(el.parent().width()\/width),\r\n        total = ratio+1\r\n    \r\n    for( i = 0; i < ratio; i++ ){\r\n        el.append(html[indexI][indexJ])\r\n    }\r\n    el.width(width*total)\r\n    el.css('--total', total)\r\n    el.css('--est-speed', width\/100)\r\n}\r\n\r\n\r\n\/* Set direction option *\/\r\n\r\nfunction setDirection(el, width){\r\n    if(el.css('--direction') == -1){\r\n    el.css('margin-left', -1*width + 'px')\r\n    }\r\n}\r\n\r\n\r\n\/* Set pause on hover option *\/\r\n\r\nfunction setPauseOnHover(el){\r\n    var pauseOnHover = $(window).width() > 767 ? '--pause-on-hover' : '--pause-on-hover-mobile'\r\n    \r\n    if(el.css(pauseOnHover) && el.css(pauseOnHover).trim() == 'true'){\r\n        el.css('--poh', 'paused')\r\n    }else{\r\n        el.css('--poh', 'running')\r\n    }\r\n}\r\n    \r\n$(document).ready(function(){\r\n    \r\nprevWidth = $(window).width()\r\n\r\n$('.jr-scrolling-image').each(function(indexI){\r\n    html[indexI] = []\r\n$(this).find('.e-con, .e-container').each(function(indexJ){\r\n    \r\nsetAspectRatio($(this))\r\n\r\nvar width = getInitialWidth($(this))\r\n\r\nhtml[indexI].push($(this).html())\r\nif(width){\r\n    setValues($(this), width, indexI, indexJ)\r\n    setDirection($(this), width)\r\n}\r\nsetPauseOnHover($(this))\r\n\r\n})\r\n\r\n$(this).addClass('showing')\r\n\r\n})\r\n\r\n})\r\n\r\n$(window).on('resize', function(){\r\n    \r\nif( $(window).width() == prevWidth ){\r\n    return\r\n}\r\nprevWidth = $(window).width()\r\n\r\n$('.jr-scrolling-image').each(function(indexI){\r\n$(this).find('.e-con, .e-container').each(function(indexJ){\r\n\r\n$(this).empty()\r\n$(this).append(html[indexI][indexJ])\r\n\r\nvar width = getInitialWidth($(this))\r\nif(width){\r\n    setValues($(this), width, indexI, indexJ)\r\n    setDirection($(this), width)\r\n}\r\nsetPauseOnHover($(this))\r\n\r\n})\r\n})\r\n})\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a116f9f jr-scrolling-image e-con-full e-flex e-con e-parent\" data-id=\"a116f9f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1e993f6 e-con-full e-flex e-con e-child\" data-id=\"1e993f6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b29fda1 elementor-widget elementor-widget-image\" data-id=\"b29fda1\" data-element_type=\"widget\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"1016\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp\" class=\"attachment-large size-large wp-image-8558\" 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-9ad6fa6 elementor-widget elementor-widget-image\" data-id=\"9ad6fa6\" data-element_type=\"widget\" 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 decoding=\"async\" width=\"580\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/07\/retail-hero-2-DE.webp\" class=\"attachment-large size-large wp-image-3930\" 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-3f5cbc2 elementor-widget elementor-widget-image\" data-id=\"3f5cbc2\" data-element_type=\"widget\" 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 decoding=\"async\" width=\"580\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/07\/hospitality-hero-3-DE.webp\" class=\"attachment-large size-large wp-image-3834\" 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-bf2de03 elementor-widget elementor-widget-image\" data-id=\"bf2de03\" data-element_type=\"widget\" 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=\"822\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-4.webp\" class=\"attachment-large size-large wp-image-8564\" 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-72cb1fe elementor-widget elementor-widget-image\" data-id=\"72cb1fe\" data-element_type=\"widget\" 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=\"552\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/07\/retail-hero-5-DE.webp\" class=\"attachment-large size-large wp-image-3934\" 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-fe43826 elementor-widget elementor-widget-image\" data-id=\"fe43826\" data-element_type=\"widget\" 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=\"580\" height=\"800\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/07\/hospitality-hero-6-DE.webp\" class=\"attachment-large size-large wp-image-3842\" 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-36954d7 elementor-widget elementor-widget-image\" data-id=\"36954d7\" data-element_type=\"widget\" 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=\"614\" height=\"804\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-7.webp\" class=\"attachment-large size-large wp-image-8570\" 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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8e12dd4 e-flex e-con-boxed e-con e-parent\" data-id=\"8e12dd4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca91ed4 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"ca91ed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Warum Workforce Management wichtig ist<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e02f03 e-con-full e-flex e-con e-child\" data-id=\"5e02f03\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fa7131 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"1fa7131\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"14.11mm\" height=\"14.11mm\" viewBox=\"0 0 40 40\"><path d=\"m16.44,16.82c-.06,0-.11,0-.17,0-.35-.04-.67-.18-.94-.42-.26-.24-.44-.54-.51-.88-.08-.34-.05-.68.08-1l.89-2.11-1.51-1.09s-.06-.05-.09-.07c-.24-.22-.41-.51-.49-.84-.07-.33-.05-.66.07-.97.12-.31.33-.58.61-.76.29-.19.62-.28.95-.27h1.75s1.04-2.83,1.04-2.83c.01-.04.03-.07.04-.1.14-.27.35-.5.61-.67.53-.33,1.22-.33,1.75,0,.26.16.47.39.61.67.02.03.03.07.04.1l1.04,2.83h1.79c.3-.01.63.08.91.27.28.19.49.45.61.76.12.31.14.64.07.96-.07.33-.24.62-.49.84-.03.03-.06.05-.09.08l-1.51,1.09.89,2.1c.14.33.16.68.09,1.02-.08.34-.25.64-.51.87-.26.24-.58.38-.93.42-.36.04-.7-.04-1.01-.22l-2.38-1.38-2.39,1.39c-.25.15-.53.23-.82.23Zm-.18-1.95s0,0,0,0h0Zm6.79,0h0s0,0,0,0Zm-6.6-4.46l1.17.84c.38.27.52.77.34,1.2l-.81,1.91,2.01-1.16c.31-.18.69-.18,1,0l2.01,1.16-.81-1.91c-.18-.43-.04-.93.34-1.2l1.17-.84h-1.34c-.42,0-.79-.26-.94-.65l-.93-2.53-.93,2.53c-.14.39-.52.65-.94.65h-1.34Zm-1.15,0h.01-.01Zm8.73,0s.02,0,.03,0h-.03Z\" stroke-width=\"0\"><\/path><path d=\"m7.09,21.95c-.06,0-.11,0-.17,0-.35-.04-.67-.18-.94-.42-.26-.23-.43-.54-.51-.87-.08-.34-.05-.69.08-1.01l.89-2.11-1.51-1.09s-.06-.05-.09-.07c-.24-.22-.41-.51-.49-.84-.07-.33-.05-.66.07-.97.12-.31.33-.58.61-.76.29-.19.62-.29.95-.27h1.75s1.04-2.83,1.04-2.83c.01-.04.03-.07.04-.1.14-.27.35-.51.61-.67.52-.33,1.22-.33,1.75,0,.26.16.47.39.61.67.02.03.03.07.04.1l1.04,2.83h.56c.55,0,1,.45,1,1,0,.36-.19.68-.48.85.35-.03.7.11.91.41.32.45.22,1.07-.23,1.4l-.47.34.89,2.1c.14.34.16.68.09,1.02-.08.34-.25.64-.51.88-.26.24-.59.38-.94.42-.35.04-.7-.04-1-.22l-2.38-1.38-2.39,1.39c-.25.15-.53.22-.82.22Zm-.18-1.95s0,0,0,0h0Zm6.79,0h0s0,0,0,0Zm-6.6-4.46l1.17.84c.38.27.52.77.34,1.2l-.81,1.91,2.01-1.16c.31-.18.69-.18,1,0l2.01,1.16-.81-1.91c-.18-.43-.04-.93.34-1.2l1.12-.8s.04-.03.06-.04c-.03,0-.06,0-.1,0h-1.25c-.42,0-.79-.26-.94-.66l-.93-2.53-.93,2.53c-.15.39-.52.65-.94.65h-1.34Zm-1.15,0h.01-.01Z\" stroke-width=\"0\"><\/path><path d=\"m32.23,21.95c-.29,0-.59-.08-.84-.23l-2.38-1.38-2.39,1.39c-.29.17-.64.25-.99.22-.35-.04-.68-.18-.94-.42-.26-.23-.43-.53-.51-.87-.08-.34-.05-.68.08-1l.89-2.12-.47-.34c-.45-.32-.55-.95-.23-1.4.21-.3.56-.45.91-.41-.29-.18-.48-.49-.48-.85,0-.55.45-1,1-1h.56l1.04-2.83s.03-.07.04-.1c.14-.28.35-.51.61-.67.52-.33,1.22-.33,1.75,0,.26.16.47.39.61.67.02.03.03.07.04.1l1.04,2.83h1.79c.28-.02.62.08.91.27.28.19.49.45.61.76.12.31.14.64.07.96-.08.33-.25.62-.49.84-.03.03-.06.05-.09.08l-1.51,1.09.89,2.1c.14.33.16.68.09,1.02-.07.33-.25.64-.51.87-.27.24-.59.38-.94.42-.05,0-.11,0-.16,0Zm-6.62-1.95s0,0,0,0h0Zm6.79,0h0s0,0,0,0Zm-3.39-1.81c.17,0,.35.04.5.13l2.01,1.17-.81-1.91c-.18-.43-.04-.93.34-1.2l1.17-.84h-1.34c-.42,0-.79-.26-.94-.65l-.93-2.53-.93,2.53c-.14.39-.52.65-.94.65h-1.25s-.07,0-.1,0c.02.01.04.02.06.04l1.12.8c.38.27.52.77.34,1.2l-.81,1.91,2.01-1.16c.15-.09.33-.13.5-.13Zm4.37-2.65s.02,0,.03,0h-.03Z\" stroke-width=\"0\"><\/path><path d=\"m19.7,30.94c-2.78,0-5.05-2.32-5.05-5.17s2.26-5.17,5.05-5.17,5.05,2.32,5.05,5.17-2.26,5.17-5.05,5.17Zm0-8.34c-1.68,0-3.05,1.42-3.05,3.17s1.37,3.17,3.05,3.17,3.05-1.42,3.05-3.17-1.37-3.17-3.05-3.17Z\" stroke-width=\"0\"><\/path><path d=\"m14.03,36.07c-.18,0-.37-.05-.53-.15-.47-.29-.61-.91-.31-1.38.69-1.1,1.65-2.01,2.77-2.64,2.25-1.26,5.11-1.26,7.35,0,1.12.62,2.08,1.54,2.77,2.64.29.47.16,1.08-.31,1.38-.46.3-1.08.16-1.38-.31-.52-.82-1.23-1.5-2.06-1.96-1.65-.93-3.75-.92-5.4,0-.83.46-1.54,1.14-2.06,1.96-.19.3-.51.47-.85.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79aefa7 elementor-widget elementor-widget-heading\" data-id=\"79aefa7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Kundenerlebnis<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b937e7b elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b937e7b\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGut verwaltetes Personal stellt sicher, dass Kunden personalisierte Aufmerksamkeit und Unterst\u00fctzung erhalten, was zu verbesserten Einkaufserlebnissen f\u00fchrt.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc6e6e3 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"dc6e6e3\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAngemessene Personalausstattung verhindert lange Wartezeiten, reduziert Kundenfrustration und steigert die Loyalit\u00e4t.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a99ddf9 e-con-full e-flex e-con e-child\" data-id=\"a99ddf9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c558db6 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"c558db6\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"14.11mm\" height=\"14.11mm\" viewBox=\"0 0 40 40\"><path d=\"M23.63,12.59c-1.18-.14-2.62.27-3.64,1.64-1.01-1.37-2.46-1.78-3.63-1.64-1.82.22-3.67,1.81-3.67,4.45,0,2.79,3.15,5.93,5.79,8.07.43.35.96.54,1.51.54s1.08-.19,1.51-.53c2.16-1.75,5.79-5.12,5.79-8.07,0-2.64-1.85-4.24-3.67-4.46ZM20.25,23.57c-.14.11-.36.12-.5,0h0c-3.12-2.53-5.05-5.03-5.05-6.52s.96-2.35,1.91-2.47c.07,0,.15-.01.22-.01,1.02,0,1.86.87,2.21,2.32.11.45.51.77.97.77s.86-.32.97-.77c.37-1.56,1.3-2.44,2.43-2.31.92.11,1.91.93,1.91,2.47s-1.94,4-5.05,6.52Z\" stroke-width=\"0\"><\/path><path d=\"M36.89,32.96l-4.76-8.15c.93-1.84,1.47-3.92,1.47-6.13,0-7.5-6.1-13.61-13.61-13.61s-13.61,6.1-13.61,13.61c0,2.21.54,4.28,1.47,6.13l-4.76,8.15c-.29.5-.29,1.05,0,1.46.29.42.8.61,1.37.51l3.88-.66,1.35,3.7c.2.54.62.89,1.12.94.04,0,.08,0,.11,0,.46,0,.89-.26,1.16-.72l3.88-6.52c1.27.39,2.62.61,4.01.61s2.74-.21,4.01-.61l3.88,6.52c.27.46.7.72,1.16.72.04,0,.08,0,.11,0,.5-.05.92-.4,1.12-.94l1.35-3.7,3.88.66c.57.1,1.08-.1,1.37-.51.29-.42.29-.96,0-1.47ZM11.11,35.97l-1.15-3.16c-.17-.45-.63-.72-1.11-.64l-3.29.56,3.5-5.99c1.31,1.78,3.04,3.22,5.05,4.19l-3,5.04ZM8.39,18.68c0-6.4,5.21-11.61,11.61-11.61s11.61,5.21,11.61,11.61-5.21,11.61-11.61,11.61-11.61-5.21-11.61-11.61ZM31.15,32.17c-.47-.07-.94.19-1.11.64l-1.15,3.16-3-5.04c2.01-.97,3.74-2.42,5.05-4.2l3.49,5.99-3.29-.56Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6deb79 elementor-widget elementor-widget-heading\" data-id=\"a6deb79\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Mitarbeiterproduktivit\u00e4t<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fcf2193 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"fcf2193\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEffizientes Workforce Management weist die richtigen Mitarbeiter spezifischen Aufgaben zu, sodass sie in Bereichen arbeiten, in denen sie sich auszeichnen.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f350e15 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f350e15\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEine ordnungsgem\u00e4\u00dfe und transparente Planung f\u00fchrt zu einer motivierten Belegschaft und steigert die Produktivit\u00e4t.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9503253 e-con-full e-flex e-con e-child\" data-id=\"9503253\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d257716 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"d257716\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"14.11mm\" height=\"14.11mm\" viewBox=\"0 0 40 40\"><path d=\"M35.49,27.15c-.56-.75-1.32-1.3-2.2-1.59-.89-.3-1.82-.31-2.75-.04l-4.35,1.45s-.03-.09-.05-.14c-.14-.3-.35-.58-.61-.79-.26-.21-.56-.37-.88-.46-.29-.08-.6-.1-.9-.06h-3.34c-1.67-1.57-3.83-2.47-6.16-2.56h-2.87c-.17-.73-.82-1.28-1.6-1.28h-3.83c-.9,0-1.64.74-1.64,1.64v8.94c0,.9.74,1.64,1.64,1.64h3.83c.88,0,1.6-.7,1.63-1.58.88.3,1.68.58,2.4.83,3.38,1.17,5.3,1.82,7.04,1.82,2.14,0,4.02-.96,8.01-3.08,1.63-.87,3.67-1.95,6.27-3.25.26-.13.46-.38.53-.66s0-.59-.17-.83ZM6.31,31.91v-8.22h3.11v.24s0,.02,0,.03,0,.02,0,.03v6.99s0,.03,0,.04v.88h-3.11ZM27.93,30.12q-6.62,3.52-13.46,1.15c-.9-.31-1.91-.66-3.05-1.05v-5.26h2.79c1.93.07,3.72.87,5.07,2.25.19.19.45.3.72.3h3.83c.06,0,.12,0,.18-.02.04,0,.08,0,.13,0,.04.01.08.03.11.06.03.03.06.06.08.11.02.04.03.08.03.12s0,.09-.03.13c-.02.04-.05.07-.08.1-.03.03-.07.05-.11.06-.04.01-.09.01-.13,0-.06-.01-.12-.02-.17-.02h-7.03c-.55,0-1,.45-1,1s.45,1,1,1h6.95c.1.01.2.02.31.02.2,0,.39-.03.59-.08.32-.09.63-.25.89-.46.14-.11.26-.25.36-.39l5.24-1.74c.5-.15,1.02-.14,1.52.02.08.03.15.05.22.09-1.98,1.01-3.6,1.87-4.95,2.59Z\" stroke-width=\"0\"><\/path><path d=\"M27.03,14.69c2.67,0,4.83-2.17,4.83-4.83s-2.17-4.83-4.83-4.83-4.83,2.17-4.83,4.83,2.17,4.83,4.83,4.83ZM27.03,7.03c1.56,0,2.83,1.27,2.83,2.83s-1.27,2.83-2.83,2.83-2.83-1.27-2.83-2.83,1.27-2.83,2.83-2.83Z\" stroke-width=\"0\"><\/path><path d=\"M20.64,23.63c2.66,0,4.83-2.17,4.83-4.83s-2.17-4.83-4.83-4.83-4.83,2.17-4.83,4.83,2.17,4.83,4.83,4.83ZM20.64,15.97c1.56,0,2.83,1.27,2.83,2.83s-1.27,2.83-2.83,2.83-2.83-1.27-2.83-2.83,1.27-2.83,2.83-2.83Z\" stroke-width=\"0\"><\/path><path d=\"M20.64,21.08c.55,0,1-.45,1-1v-2.55c0-.55-.45-1-1-1s-1,.45-1,1v2.55c0,.55.45,1,1,1Z\" stroke-width=\"0\"><\/path><path d=\"M27.03,12.14c.55,0,1-.45,1-1v-2.55c0-.55-.45-1-1-1s-1,.45-1,1v2.55c0,.55.45,1,1,1Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-974eb5a elementor-widget elementor-widget-heading\" data-id=\"974eb5a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Kostenkontrolle<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c7a2cf elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3c7a2cf\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOptimiertes Workforce Management hilft, die Personalkosten zu kontrollieren, indem \u00dcberbesetzungen w\u00e4hrend ruhiger Zeiten verhindert werden.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e87b04 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8e87b04\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tReduziert die Fluktuation durch Schaffung eines positiven Arbeitsumfelds und minimiert die Rekrutierungs- und Ausbildungskosten.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1be742 e-con-full e-flex e-con e-child\" data-id=\"a1be742\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b0bbc1 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"5b0bbc1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"14.11mm\" height=\"14.11mm\" viewBox=\"0 0 40 40\"><path d=\"M16.79,31h-6.74c-.55,0-1-.45-1-1V12.66c0-.55.45-1,1-1h14.82c.55,0,1,.45,1,1v5.34c0,.55-.45,1-1,1s-1-.45-1-1v-4.34h-12.82v15.34h5.74c.55,0,1,.45,1,1s-.45,1-1,1Z\" stroke-width=\"0\"><\/path><path d=\"M18.14,35H7.36c-.62,0-1.21-.24-1.66-.68-.44-.44-.69-1.04-.69-1.65V9.99c0-.62.25-1.21.69-1.65.44-.44,1.03-.68,1.66-.68h5.39c.43-.71,1.01-1.32,1.72-1.78,1.79-1.16,4.21-1.16,6,0,.71.46,1.29,1.06,1.72,1.78h5.39c.62,0,1.21.24,1.66.68.45.44.69,1.03.69,1.65v6.67c0,.55-.45,1-1,1s-1-.45-1-1v-6.67c0-.09-.04-.17-.1-.23-.06-.06-.15-.1-.25-.1h-5.99c-.4,0-.75-.23-.91-.6-.27-.61-.72-1.13-1.28-1.5-1.14-.74-2.69-.74-3.82,0-.57.37-1.01.89-1.28,1.5-.16.36-.52.6-.91.6h-6c-.09,0-.18.04-.25.1-.06.06-.1.14-.1.23v22.68c0,.09.04.17.1.23.06.06.16.1.25.1h10.78c.55,0,1,.45,1,1s-.45,1-1,1Z\" stroke-width=\"0\"><\/path><path d=\"M20.83,17.66h-6.74c-.55,0-1-.45-1-1s.45-1,1-1h6.74c.55,0,1,.45,1,1s-.45,1-1,1Z\" stroke-width=\"0\"><\/path><path d=\"M20.83,21.66h-6.74c-.55,0-1-.45-1-1s.45-1,1-1h6.74c.55,0,1,.45,1,1s-.45,1-1,1Z\" stroke-width=\"0\"><\/path><path d=\"M18.14,25.66h-4.04c-.55,0-1-.45-1-1s.45-1,1-1h4.04c.55,0,1,.45,1,1s-.45,1-1,1Z\" stroke-width=\"0\"><\/path><path d=\"M28.92,37.67c-5.01,0-9.09-4.04-9.09-9s4.08-9,9.09-9,9.08,4.04,9.08,9-4.08,9-9.08,9ZM28.92,21.66c-3.91,0-7.09,3.14-7.09,7s3.18,7,7.09,7,7.08-3.14,7.08-7-3.18-7-7.08-7Z\" stroke-width=\"0\"><\/path><path d=\"M27.79,32.91c-.24,0-.47-.04-.7-.12-.28-.1-.52-.26-.72-.46l-2.02-2c-.39-.39-.4-1.02,0-1.41.39-.39,1.02-.4,1.41,0l2.02,2,3.94-5.17c.33-.44.96-.53,1.4-.19.44.33.53.96.19,1.4l-3.91,5.17c-.17.23-.39.41-.64.55-.26.14-.54.22-.83.24-.05,0-.09,0-.14,0Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53db9f5 elementor-widget elementor-widget-heading\" data-id=\"53db9f5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Compliance und Vorschriften<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af2e4d4 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"af2e4d4\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWorkforce Management stellt die Einhaltung der Arbeitsgesetze sicher, um potenzielle rechtliche Probleme und Strafen zu vermeiden.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a068f6b elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a068f6b\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEine ordnungsgem\u00e4\u00dfe Dokumentation der Arbeitszeiten der Mitarbeiter hilft, die Compliance-Anforderungen zu erf\u00fcllen.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd03a98 e-con-full e-flex e-con e-child\" data-id=\"cd03a98\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13be608 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"13be608\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\"><path d=\"M11.335,26.76c-1.436,0-2.604,1.168-2.604,2.604s1.168,2.604,2.604,2.604,2.604-1.169,2.604-2.604-1.168-2.604-2.604-2.604ZM11.335,30.167c-.443,0-.804-.36-.804-.804s.361-.803.804-.803.804.36.804.803-.361.804-.804.804Z\" stroke-width=\"0\"><\/path><path d=\"M18.434,27.974c.361-.39.584-.875.644-1.4.06-.521-.051-1.059-.312-1.51-.264-.461-.66-.817-1.148-1.032-.48-.211-1.026-.263-1.544-.148l-1.667.388c-.046.014-.092.004-.132-.02-.039-.022-.069-.06-.083-.104l-.501-1.646c-.149-.505-.463-.956-.884-1.271-.843-.631-2.101-.632-2.947,0-.422.316-.737.77-.883,1.267l-.503,1.65c-.013.044-.042.081-.082.104-.04.022-.089.03-.128.021l-1.678-.39c-.513-.116-1.058-.062-1.537.149-.486.214-.884.57-1.148,1.03-.261.454-.372.99-.312,1.511.06.527.283,1.013.644,1.401l1.17,1.263c.032.034.05.08.05.128s-.018.094-.049.127l-1.17,1.262c-.356.385-.585.883-.645,1.402-.06.529.048,1.052.313,1.513.266.46.662.816,1.147,1.029.48.212,1.026.263,1.544.148l1.669-.389c.043-.011.09-.003.13.021.04.022.068.059.082.104l.5,1.64c.148.506.463.959.886,1.275.422.316.946.49,1.473.49s1.052-.175,1.473-.49c.423-.316.738-.77.884-1.267l.503-1.65c.013-.044.042-.08.082-.103.04-.023.085-.031.127-.021l1.678.39c.511.115,1.057.062,1.538-.149.479-.211.886-.577,1.146-1.029.262-.454.373-.992.313-1.513-.059-.52-.288-1.018-.644-1.402l-1.169-1.26c-.033-.035-.05-.081-.05-.129s.017-.093.049-.128l1.17-1.263ZM15.87,30.784l1.17,1.261c.083.09.136.205.149.326.014.122-.011.242-.072.349-.06.105-.155.19-.266.239s-.238.061-.348.035l-1.673-.389c-.513-.119-1.051-.038-1.51.228-.458.266-.794.69-.947,1.195l-.505,1.658c-.034.114-.105.217-.202.289-.191.145-.479.145-.67,0-.096-.071-.167-.175-.204-.299l-.502-1.647c-.153-.506-.489-.931-.947-1.196-.32-.186-.679-.281-1.042-.281-.157,0-.314.019-.47.054l-1.664.388c-.118.026-.244.014-.354-.034-.111-.049-.206-.135-.266-.239s-.086-.229-.072-.35c.014-.12.067-.235.149-.324l1.173-1.265c.357-.388.554-.891.554-1.417s-.197-1.031-.556-1.419l-1.171-1.264c-.084-.09-.136-.202-.149-.324-.014-.12.012-.244.072-.349.061-.106.153-.189.266-.239.111-.049.238-.062.348-.035l1.676.39c.515.113,1.051.036,1.507-.229.457-.266.793-.689.946-1.194l.506-1.659c.034-.115.105-.219.201-.29.192-.145.479-.145.671,0,.096.072.167.175.201.29l.003.009.502,1.649c.154.505.49.93.947,1.195.456.264.989.345,1.511.228l1.665-.388c.119-.026.245-.014.354.034.113.05.205.132.267.24.06.104.085.227.072.348-.014.122-.065.234-.149.325l-1.17,1.262c-.359.387-.557.891-.557,1.42s.197,1.03.557,1.42Z\" stroke-width=\"0\"><\/path><path d=\"M36.521,11.506l-2.275-5.974c-.178-.463-.485-.856-.892-1.137-.408-.282-.887-.432-1.385-.433H8.036c-.496,0-.975.149-1.384.431-.409.282-.719.676-.896,1.14l-2.274,5.97c-.331.861-.343,1.815-.034,2.69.381,1.06,1.119,1.954,2.077,2.542l-.063,3.627c-.009.552.431,1.008.983,1.017.006,0,.012,0,.018,0,.544,0,.99-.437,1-.983l.051-2.972c.481.059.969.065,1.452-.02,1.148-.199,2.195-.8,2.946-1.692.057-.067.111-.136.164-.206.138.183.29.357.455.522.938.937,2.183,1.452,3.507,1.452s2.569-.516,3.507-1.453c.164-.164.314-.337.452-.519.138.182.289.355.453.519.923.923,2.201,1.453,3.507,1.453s2.584-.529,3.507-1.453c.165-.165.316-.339.454-.521.054.07.108.139.165.207.751.892,1.798,1.492,2.946,1.691.307.054.618.073.927.068l-.055,15.287h-10.522c-.552,0-1,.447-1,1s.448,1,1,1h11.519c.551,0,.998-.445,1-.996l.061-16.764c.138-.064.281-.117.414-.194,1.008-.586,1.779-1.513,2.175-2.612.312-.871.302-1.825-.027-2.688ZM34.665,13.518c-.235.655-.696,1.209-1.298,1.559-.601.35-1.307.478-1.995.358-.686-.119-1.311-.477-1.759-1.009-.448-.533-.695-1.209-.696-1.904,0-.552-.448-.999-1-.999h0c-.552,0-.999.448-.999,1,0,.791-.308,1.534-.866,2.093-1.102,1.102-3.084,1.102-4.186,0-.559-.559-.867-1.302-.867-2.093,0-.552-.448-1-1-1s-1,.448-1,1c0,.779-.316,1.542-.867,2.092-1.111,1.11-3.077,1.109-4.186,0-.551-.551-.867-1.314-.867-2.093,0-.552-.447-1-1-1h0c-.552,0-1,.447-1,.999,0,.696-.248,1.372-.696,1.904-.449.533-1.073.891-1.759,1.01-.683.12-1.393-.008-1.996-.358-.602-.35-1.062-.903-1.296-1.554-.149-.422-.144-.884.018-1.304l2.275-5.972c.032-.083.087-.155.161-.206s.16-.078.249-.078h23.931c.089,0,.177.027.248.077.074.051.13.123.162.206l2.275,5.973c.159.417.164.879.013,1.299Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07e9abb elementor-widget elementor-widget-heading\" data-id=\"07e9abb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Bestandsmanagement<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fc364d elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7fc364d\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEine gut organisierte Belegschaft tr\u00e4gt zu einem effektiven Bestandsmanagement bei und reduziert das Risiko von Bestandsengp\u00e4ssen.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72f92c1 elementor-position-left icon-box-small elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"72f92c1\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEine genaue Verkaufsprognose hilft, die Personalausstattung an die schwankende Kundennachfrage anzupassen.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51a43c9 e-flex e-con-boxed e-con e-parent\" data-id=\"51a43c9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3d465 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7c3d465\" 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\t\t<p>Workforce Management ist nicht nur das Erfassen von Arbeitsstunden. Es geht darum, Ihr Einzelhandelsunternehmen f\u00fcr den Erfolg zu st\u00e4rken.<\/p>\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c64227 e-flex e-con-boxed e-con e-parent\" data-id=\"2c64227\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-56e23bb e-con-full e-flex e-con e-child\" data-id=\"56e23bb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:13,&quot;end&quot;:60}},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dfede3 e-flex e-con-boxed e-con e-parent\" data-id=\"0dfede3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-309462b e-con-full e-flex e-con e-child\" data-id=\"309462b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89db696 elementor-widget elementor-widget-heading\" data-id=\"89db696\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">1.300<span style=\"color:#5067EF\">+<\/span> Kunden vertrauen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d03486 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"8d03486\" 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\t\t<p>Workforce Management ist ein entscheidender Erfolgsfaktor f\u00fcr Einzelhandelsunternehmen. Die richtige Implementierung von WFM f\u00fchrt zu besseren Kundenerlebnissen, reduzierten Kosten und h\u00f6herer Mitarbeiterzufriedenheit. Nutzen Sie Workforce Management, um wettbewerbsf\u00e4hig zu bleiben und in der Einzelhandelsbranche zu florieren.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5864d8 e-con-full e-flex e-con e-child\" data-id=\"c5864d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e29728 elementor-widget__width-initial elementor-widget elementor-widget-template\" data-id=\"0e29728\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"9571\" class=\"elementor elementor-9571 elementor-9488\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6bd9fd59 e-con-full e-flex e-con e-child\" data-id=\"6bd9fd59\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-342daf1c logo-slider logo-slider-dark elementor-widget elementor-widget-n-carousel\" data-id=\"342daf1c\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Normal&quot;,&quot;_id&quot;:&quot;66ceead&quot;},{&quot;slide_title&quot;:&quot;Nike&quot;,&quot;_id&quot;:&quot;914c95a&quot;},{&quot;slide_title&quot;:&quot;Hugo Boss&quot;,&quot;_id&quot;:&quot;0a72dbe&quot;},{&quot;slide_title&quot;:&quot;7Eleven&quot;,&quot;_id&quot;:&quot;c642f8f&quot;},{&quot;slide_title&quot;:&quot;Intersport&quot;,&quot;_id&quot;:&quot;7e7a5d0&quot;},{&quot;slide_title&quot;:&quot;Pandora&quot;,&quot;_id&quot;:&quot;ac17b2a&quot;},{&quot;slide_title&quot;:&quot;Only&quot;,&quot;_id&quot;:&quot;f22f842&quot;},{&quot;slide_title&quot;:&quot;Skechers&quot;,&quot;_id&quot;:&quot;c901f5d&quot;},{&quot;slide_title&quot;:&quot;Vila&quot;,&quot;_id&quot;:&quot;233fd80&quot;},{&quot;slide_title&quot;:&quot;Jack &amp; Jones&quot;,&quot;_id&quot;:&quot;36c6aae&quot;},{&quot;slide_title&quot;:&quot;Select&quot;,&quot;_id&quot;:&quot;b5a0bfe&quot;},{&quot;slide_title&quot;:&quot;Calvin Klein&quot;,&quot;_id&quot;:&quot;882f098&quot;},{&quot;slide_title&quot;:&quot;Sportmaster&quot;,&quot;_id&quot;:&quot;0dcfdcd&quot;},{&quot;slide_title&quot;:&quot;Hillier&quot;,&quot;_id&quot;:&quot;7cffc87&quot;},{&quot;slide_title&quot;:&quot;Axel Arigato&quot;,&quot;_id&quot;:&quot;938219d&quot;},{&quot;slide_title&quot;:&quot;New Yorker&quot;,&quot;_id&quot;:&quot;4283ae2&quot;},{&quot;slide_title&quot;:&quot;NUDE Project&quot;,&quot;_id&quot;:&quot;749c225&quot;},{&quot;slide_title&quot;:&quot;Sostrene Grene&quot;,&quot;_id&quot;:&quot;76e9a44&quot;},{&quot;slide_title&quot;:&quot;Vero Moda&quot;,&quot;_id&quot;:&quot;f720060&quot;},{&quot;slide_title&quot;:&quot;HiFi Klubben&quot;,&quot;_id&quot;:&quot;411237e&quot;}],&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:4000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;offset_sides&quot;:&quot;none&quot;,&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1dda097a e-flex e-con-boxed e-con e-child\" data-id=\"1dda097a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e00342b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2e00342b\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"70.56mm\" height=\"29.17mm\" viewBox=\"0 0 200 82.7\"><path d=\"M150.7,50.3c-.9.3-1.6.8-2.2,1.5-.5.8-.9,1.6-1.2,2.4-.3.7-.3,1.4-.1,2.1.9.6,1.9,1,3,1.2.5-.4,1.2-.7,1.8-1.2.2-.2.4-.5.6-.6.4-.1.8-.2,1.2-.4h0c-.2-1.9-.2-3.8.1-5.7-1.1-.1-2.2.2-3.2.7Z\" stroke-width=\"0\"><\/path><path d=\"M199.7,59.9c0-2.4.5-4.6.3-6.9,0-.5-.1-1,0-1.5,0-1.3-.1-2.8-.2-4.1-.1-1.1-.6-2.3-.8-3.4-.6-4.6-1.2-9.4-1.6-14-.7-2.6-.4-5.4-.7-8.2-.8-5.8-1.6-12-4.2-16.1-.1,0-.3-.1-.4-.2-.9-1.2-2.1-2.2-3.5-2.8-.4-.2-.8-.4-1.2-.6-.7-.5-1.5-1-2.3-1.4-.8-.1-1.7-.2-2.5-.1C180.7.5,179,0,177.2-.1h-1.9c-1.8,0-3.7,0-5.5.3-1.2.1-2.3.1-3.5,0-1,0-2,.2-3,.2h-.5c-11.1,1.2-24.4,1.9-35.9,1.9-.5-.2-1.1-.2-1.7-.1-1,.1-2,.1-3,0-.8-.1-1.9-.7-2.3-.2,0-.1-.1-.2-.1-.2-.2.1,0,.3-.1.2s-.3,0-.1-.2c-.5.1-.5.4-.7,0-.7,0-1.6.1-2.6.1v-.2c-.2.2-.3,0-.3,0-1.4-.3-2.5.3-4.1.1-1,.3-2,.4-3,.3-.8,0-1.5-.1-2.3-.1-2.7-.1-5,0-8.1-.3.1-.3.5.1.5-.2-.3,0-.6,0-.9.1.1.1.2-.1.3.1-.2-.1-.5.3-.6,0l.2-.1c-.5-.1-1.1,0-1.6.1-.8-.2-1.6-.2-2.4,0q.1,0,.1.1c-.1-.1-.4.1-.1-.2-.7.1-1.3.2-2,.2,0,.1.1.3,0,.2-.1-.1.1-.2-.1-.2s.1.2-.1.2c-.1-.2-.3,0-.3-.2-1.5.3-3.5.2-4.1.5-1.1-.3-1.9.1-3.2.1v-.2c-1.1-.2-2.2-.2-3.2,0-3.5.3-6.6,0-9.4,0-.1,0,0,.1-.1.1-.9-.1-1.8,0-2.6.3-.5-.2-1-.1-1.3.2,0-.1.1-.2,0-.2-.2.3-.7,0-.8.2-.7-.1-1.9.2-2.9,0,0,.1-.1.2-.1.2-1.1-.5-2.7.2-3.8-.4-.2,0-.5.1-.7.2-.4-.4-1.5.1-2.2.1-.6,0-1.6-.4-1.6-.1-.5-.2-1-.2-1.5.1-.5-.3-1,.2-1.2-.2-.5,0-1,0-1.4-.1v-.1h0c0-.1,0-.2-.1-.2-.3.4-.9-.1-1.3.1.2-.1-.1-.2-.1-.2-1-.1-1.9-.2-2.9-.1.1-.2-.6-.2-.6-.2-.5-.1-1-.1-1.4,0v-.2c-.1.1-.4-.1-.4.1-.2,0-.5,0-.7-.1-.1,0-.1.1-.2.1-.3-.2-.7-.3-1.1-.1,0-.1-.1-.1-.1-.2-1.3,0-2.5-.1-3.8-.3,0,.1.1.2,0,.2l-.1.1c-.4-.3-1-.4-1.5-.1,0-.1.1-.2,0-.2.1.3-.9.1-.4,0-.9.2-1.9.2-2.8,0-.3.3-.9,0-1.3,0-.2,0-.3.3-.2,0-.1,0-.3.1-.3.2,0-.1-.1,0-.1-.2-.5.4-.6-.2-1.3.2-.4-.1-.9-.1-1.4-.1-.6.1-1.3.1-1.9.1,0,.1,0,.2-.1.2-.4-.4-.7.1-1,.1l-.3-.2c-.1.1-.2.1-.3.1-.4-.2-.8-.1-1.1.2-.1-.7-1.1.3-.8-.2-.7.4-1.8.3-2.3.7-.1,0-.1-.2-.3-.1.2.4-1.2.1-1.5.5-.1-.5-.7.3-.7-.1h0c-.1.1-.6.3-.5.1-1.1.4-2.4.7-3.6,1,0,.1,0,.2-.1.2-1.9.2-3.1,1.8-4.8,2.8,0,.1,0,.2.1.3-.2-.3-.4.2-.6.2-.2.7-1.2,1.5-1.2,2.3-.4.2-.4.8-.6,1.5,0-.1-.1-.3-.1-.2s-.3.3-.1.4c0-.1.1-.2.1-.1-.4.5-.6,1.1-.8,1.7-.5,0-.2.8-.5.4v.8h-.1c0,.4-.1.7-.3,1,0,.1,0,.5-.3.5.2.3-.3.5-.2,1-.3-.1-.1.2-.3.2-.1.3.2,0,.2.3-.5.3-.7.9-.6,1.5-.2.1-.2-.2-.3-.2,0,.2.2.2.2.3-.6.2-.3.3-.6.6.2.2.3-.3.3-.1s-.5.6-.4.4c-.2.5.1.8-.4,1.2.1.1.1,0,.1.1-.2-.1-.1.2-.2.2,0,.2.1.4.3.5-.1,0-.3-.2-.3,0,.1,0,.1.1.1.3-.1,0-.2.1-.3.2.3.3-.3.6.1,1-.4-.1,0,.1-.3.1.2.4-.3.5,0,.8q-.1,0-.2.1c.2.2-.1.2.2.3-.3.3-.4.9-.2,1.3-.2.3-.3.8-.3,1.2,0-.1.2-.3.2-.1-.2.1-.5.5-.2.5-.2.1-.1.2,0,.4-.3,0-.1.3-.3.3q.1,0,.2-.1v.2s.1-.1.1,0c-.1.1-.3.3-.3.5,0,.1.2-.1.2.1-.3-.1,0,.3-.2.4.1.2.3-.1.3.1,0,.1-.1.2-.2.3q-.1-.1-.1-.2c-.2.3.2.5.2.7-.1,0-.1.1-.1.1-.3-.2,0-.3-.3-.3.1.3-.2,1-.1,1.2.1,0,.2,0,.3.1,0,.1-.2,0-.2,0,0,0-.2,1.5,0,1.2,0,.3-.4.4-.1.7-.1,0-.1-.1-.2-.1.3.3-.3.7.1,1.1-.2.1-.2.2-.3.4,0,.1.1.3.3.3-.5.4-.2.7-.3,1.4q.2,0,.2.2l-.1.1c0-.3-.2-.2-.3-.1.3.2-.2.8.2,1.2-.4-.1,0,.6-.3.4-.1.3,0,.7.1,1-.3.2-.1.6-.2,1.2.3.1,0-.3.2-.3,0,.2,0,.6-.2.3.2.2-.1.7.2.6,0,.1-.1.1-.1.2.1.2.1.4,0,.5.1,0,.2-.1.2,0,0,.3-.3.8-.1.6.1.2-.2.4,0,.5,0-.1.1-.1.2-.1,0,.1,0,.2.1.3-.1,0-.2,0-.3-.1-.1.2.3.3.1.3,0-.2-.2-.2-.2,0,.3,0-.1.1,0,.3.1,0,.1-.1.2-.1,0,.2,0,.4-.2.4,0,.2.2.3.2.5-.1,0-.1-.1-.2,0,.1.5-.1.7.2.7-.1.1-.2,0-.2.2.1.1.2.2.3.3-.5-.1-.6.6-.5.7.1-.1-.1-.3.1-.3.1.2-.3.5,0,.7,0-.1.1-.3.1-.1,0,.1-.1.3-.1.4,0-.3-.4.3-.2.3,0-.2.5.5,0,.3-.1.5.1.5,0,1,.5,0,0,.4.1.5.1-.1.2-.1.3-.2,0,.5-.4.1-.5.2.2.1.3.2.4.4-.3-.2-.4.3-.4.5,0-.1.1-.1.2-.1,0,.1.1.2.1.3,0,0-.2.1-.2.2h-.1c.1.1.1.3,0,.4.3.1.2-.3.4-.3-.3,0-.4.4-.2.8-.2.1-.3-.3-.3-.1.3.1-.2.3.1.3.1.2-.4.3-.1.5,0-.2.2-.4.3-.2-.2.2-.2.6,0,.8q-.1,0-.2-.1c.1.4.3.4,0,.7-.1-.1.1-.3-.1-.3.1.4.1.7.1,1.1-.1,0-.2,0-.2.1.2.5-.3,1,.2,1.5-.3,0-.3.3-.1.1v.3q-.1,0-.2-.1c0,.3.1.7-.1.4,0,.2.2.3-.1.2.3.3-.1.8.2,1.3-.2,0-.1-.1-.3-.1,0,.4.2.5.2.8l-.2-.1c0,.2.1.4.2.6l-.2-.1c0,.1,0,.3.2.3q-.1,0-.2-.1c0,.2.1.5.2.7-.3,0-.4,0-.4.2.2.2.3.6,0,.6.3,0,.1.3,0,.3.1.2.3.3.4.5-.1,0-.1-.2-.3-.1v.3c.1,0,.2,0,.2.1q-.1,0-.2-.1v1.4C0,62.7.1,62.9.3,63.1c-.2.2,0,.8-.2.9.1,0,0,.3.1.3l.1-.3c-.1.4-.4.7-.1,1.1-.2-.1-.1,0-.1.2Q0,65.3,0,65.2c.1.3,0,.2.2.3C0,65.8.4,66.3.1,66.6c.1,0,.1.1.2.1-.1.5-.1,1,.1,1.5h.1c-.2.5.3.9.1,1.2.4,0,0,.5.4.6-.1.1-.2.3-.2.4.3.5.6,1.1.7,1.7.1,0,.2-.1.2,0-.3.2.1.7.2.3-.2,0-.2.1-.3-.1.1,0,.1-.1.1-.1.1.1.2.1.2.2-.1.3.1.6-.1.6.3.3.4.4.3.7.1.1.3-.1.3,0s-.1.2-.1.3c.1.2.3.3.4.5,0-.1.1-.3.1-.1s-.1.2-.1.3c.3.1.5.3.8.5q-.1,0-.1-.1c.1.6,1.3.9,1.3,1.3.1,0,.1-.1.2-.1-.1.2,0,.2.1.5.2,0,.2-.1.3,0-.1.3.6.7.8.7.1.4.8.5,1.1.9,0-.1-.2-.3,0-.3.1.1.2.3.1.5.4-.1.4.4.8.2,0,.4.8.2.6.6.4-.1.8.1,1,.4.3-.1.3,0,.4.2.2,0,.4,0,.5-.1,0,.1.1.2.2.3,0-.4.3.1.3,0s-.1-.3.1-.4c.1.2.1.1-.1.3.1,0,.1.1.1.2.3.1.3.2.5,0,0,.3.6.1.6.5.2,0,.4,0,.6-.1-.1.3.2.1.3.1,0,.3.1.3.1.1.1.1.2.1.3.2.3-.2.3.2.6,0,.1.5.7.1.7.5,0-.1.1-.1.2-.1,0,.1,0,.2.1.2.6.2,1.3.2,1.9.1.6.4,1.7,0,1.9.4.2,0,.4-.1.5-.2,0,.3.7,0,.8,0s0,.2,0,.2c.3.1.7.1,1-.1,0,.3.2.2.3.3,0-.1-.1-.1-.1-.2.1,0,.1-.1.2-.1-.2.4.4.1.5.1.2,0,.3.2.4.2h1s-.1,0-.1.1c.3,0,.6-.1.9-.2.1.1.2.1.1.3.7-.2,1.1-.1,1.7-.2-.2.3.7.1.8.1-.1,0-.2-.1-.1-.1.5.4.7-.1,1,.2.3-.2.6,0,.7-.3.1.1,0,.1,0,.3.2,0,.3-.1.5-.1q.1.1.1.2c0-.2,1-.2.7,0,.2,0,.3-.1.5-.1-.1.3.3.1.3.1.5,0,.9,0,1.4.1.4,0,.7,0,1.1-.2,0,0,0,.1.1.1.3.2.7.2.9,0,0,.5.3-.1.7,0,0,.1-.1.2.1.2,0-.2.1-.1.4-.1,0-.1,0-.2.1-.3.1.1.2.2.3.3.2-.1.4-.1.7-.1.1-.1.1-.2.1-.3.1,0,0,.3.2.3.3-.3.7.1,1.1-.2-.2.3.4-.1.1.2.6-.1,1.2-.2,1.8-.2,0-.1-.3-.1-.1-.1.1,0,.2-.2.3-.1s0,.1,0,.3c.2-.4.6.1.8-.3.4.2.9.2,1.3,0,0,0,0,.1.2.1s.3-.1.5-.2c.2,0,.5.2.8.2.2,0,.3-.2.4-.2.4.1.6.3.7,0,.1,0,.1.1.2.1.1-.2.3,0,.4-.2,0,.1.3.1.3.3.1-.2.7-.1.5-.3.2.1.4.2.6.2.1-.1.3-.3.5-.3.1.1-.1.3.1.3.1,0,.1-.2.3-.2,0,.1-.1.1,0,.1.1-.2.2.1.1-.2.2.2.3,0,.5,0q0,.1-.1.2c.2-.1.7-.2.5,0,.3,0,.1-.2.3-.2-.2.3.4.2.4,0,0,.1,0,.2.1.2.1-.1.2-.2.3-.3,0,.2.2.3.4.3.4-.1.8-.2,1.2-.2.8,0,2,.1,2-.1.8.2,1.6.2,2.4,0-.1,0,0-.1.1-.1l.1.1c0,.1-.1.1-.1.2.2-.2,1-.1,1.4-.2,0,.1-.1.1,0,.1.6-.1,1.2-.2,1.8-.1.4-.1.9-.1,1.4,0,0-.1,0-.2.1-.2.5.2,1.1.2,1.6-.1.1.3.6.2,1.1.1-.3.2.6,0,.6,0-.1,0-.1-.1-.1-.1.4,0,1,.2,1.2-.1,0,.3.2,0,.2.1s-.1.1,0,.1c.6,0,1.2-.1,1.8-.3,0,.2.3,0,.5.2,0-.2.5-.2.5-.4,0,.2.3-.1.1.2,1.3-.4,1.8,0,2.8-.2v-.1c.6.2,1.3-.2,1.8.1.2,0,.1-.2.4,0h0c0-.1.1-.2.3-.2,0,.1-.2.1-.2.3.6-.2,1.2-.2,1.8-.1,0-.1.1-.1.2-.1.7.1,1.5,0,2.2-.2l.1.1q0-.1-.1-.2c.3.3.8.3,1.1,0,.2.2.7,0,1.1.2,0-.1.1-.2.1-.3.4.5,1.4-.2,1.9.3.2-.1.4-.2.5-.3,0,.3.1.2.2,0h.4q0,.1-.1.2c.2-.1.5-.2.7-.2,0,.1,0,.2.1.2.2-.1.8-.3.5,0,.2-.1.4-.2.6-.3-.1.3,0,.2.2.3.1-.2-.1-.2.2-.3q0,.1-.1.2c.2,0,.3-.1.4-.3.1.2.2.1.4.1.1,0,.3.1.4.1.2,0,.1-.2.2-.2s0,.3,0,.3c.3,0,.5,0,.8-.1.3,0,.6-.1.9-.2-.2.2.1.1.3.1-.1.1-.1.2-.2.2.3-.3.9.2.9-.2.3,0,.5,0,.3.1.1,0,.3,0,.4-.1q-.1,0-.1-.1c.3,0,.5,0,.8.2.2-.4.7-.1,1.1-.2-.1-.1-.1,0-.1-.1q.1,0,.2-.1c0,.1-.1.1,0,.2.5.2.7-.2,1,0q-.1,0-.1.1c.6.1.5-.3,1.1,0,0-.1,0-.2.1-.2-.2.1.6.2.5,0,.4.3.6-.1,1.1-.1,0,.1-.1.1,0,.2.3.1.3-.2.5-.2,0,.1-.1.1-.1.2.2-.1.4-.1.6,0v-.1c.2-.2.4-.2.6,0,.1-.1.2-.2.4-.3,0,.3.1.1.3.1,0,.2,0,.3.1.3-.1-.3.2.1.2-.1-.1,0-.1-.1-.1-.1.4.1.8.1,1.2,0,0,.2-.1.1,0,.3.4,0,.8-.4,1.1.1.4-.4,1.2-.1,1.8-.1,0-.2.2-.3.3-.3.2.1.4.1.6.1.1,0-.2-.3,0-.2.2.1.1.1.1.3.3-.1.2,0,.5.1-.1-.2.1-.2.3-.2-.1.3.3-.2.5.1l.3-.3c0,.1.1.2.2.3-.1,0-.2.1-.2.1.5-.1,1.1-.2,1.1,0,.1-.1.3-.2.4-.2-.1.1.1.3.1.3,0-.1,0-.2.1-.2,0,.4.3,0,.4,0,0,.1.1.1.1.2.4.2.7-.7,1,0,.4-.1.5-.1.9-.2.1.1.3.2.3.3.5-.7,1.1.2,1.7-.2.4.4.6.3,1,.1,0,.1.1.1,0,.2.1,0,.2-.1.3-.1,0,.1,0,.2.1.2,0-.3.3.1.3,0s-.1-.2,0-.2c.2.2.4-.3.4.1-.1,0-.1-.1-.1-.1,0,.1-.1.2-.2.3.1-.1.3-.1.4,0,.2-.2.5-.4.9-.4l.3.3c.1,0,.1-.1.2-.1.1.2-.2.2.1.2q.1-.2.5-.3c.2.1-.2.3,0,.3l.3-.3c.1.2.1.1.3,0,0,.1.1.2.1.3.5,0,.8-.4,1.2-.1-.1,0-.4-.1-.3.2.3-.2.8.2.6-.2.1,0,.1-.2.3-.1.2.1.6.5.6.2.2.1.5.2.8.2.1-.1-.2-.3,0-.3.1.2.2.3.4.3.1-.2.2-.3.4-.3l-.2.2h1c0-.1.1-.4.1-.3s.1.4.2.2c-.1,0-.1-.1-.1-.2.5-.2.3.2.5-.2.1.1.3.1.3.3.3-.2,1.3-.2,1.2.2.4.1.3-.3.6-.3h0c.1.1.1.2,0,.3.3.1.7.1,1,0q-.1,0-.1-.1c.2,0,.3-.1.5-.1,0,.1-.1.2-.2.3.3.1.2-.2.3-.2.1.5.6-.1.6.3.1-.1.2-.3.3-.3,0,.1-.3.3-.1.3,0,0,.4-.2.3,0,.3-.1.7-.1,1.1,0,.1-.2.2-.3.4-.3.1.1.1,0,.1.3.3,0,.3-.2.5-.2,0,.1,0,.2-.1.3.4-.1.8-.1,1.3-.1-.2.1.8.2.8-.1.6.3,1.3.2,1.8-.3,0,.3.1.1.3.1v.1c.2-.1.4-.2.6-.2,0,.1-.1.1-.1.2.3-.2.4-.2.5,0,.3-.1.7-.1,1,0,.3-.2.8-.2,1.1,0,0-.1.1-.2.1-.2.3.1.6.1.9,0,.2,0,.9.2,1-.2.1.1.4,0,.3.3.4-.2.8-.2,1.1,0,0-.4.9,0,1.1-.2-.1,0-.3-.1-.3-.3.3,0,.5,0,.3.3.5,0,.7,0,.8-.3,0,.3.3-.1.3.3.3,0,.6-.1.8-.3-.1.5.7,0,.7.3.5-.2,1,0,1.7-.2h0s-.1,0-.1-.1c0,0,0-.1.1-.1.2.2.5.3.8.3,0-.2-.1-.2,0-.3.2.1,0,.3.2.3.3-.1,1.3.2,1.5-.4-.2.2.1.1.1.3h0c-.1,0-.2,0-.3.1.8,0,1.1.1,1.4-.2.9.4,1.6.2,2.7.1-.2.2.5.2.6.1s.3-.3.5-.4c.1.1,0,.2,0,.4.3,0,.6-.1.9-.1,0,.1-.1.1-.1.1.7-.3,1.3.1,2.2,0,0-.1,0-.3.2-.3,0,.1-.1.1-.1.2.2.1.4.1.6,0,1.4.3,2.8.3,4.1.2,0,.1.3.2.3.1h-.1c-.1,0-.1-.1-.1-.2.2,0,.3,0,.5.1,0,.1-.1.1,0,.2h1.1c.2,0,1.5.2,1.2-.1.1,0,.1.1.1.3.3-.1.7-.1,1,0,.3-.1-.1-.3.3-.3q0,.1-.1.2c3,.3,6.1.5,9.2.5-.2,0-.3,0-.3-.1.6.2,1.2.3,1.8.3,0-.2.2-.2.1,0,2.1.4,4.3.5,6.5.4.6.3,1.2.3,1.8.1q0,.1-.1.1c.8.2,1.4-.1,2,0,0-.1.1-.2.1-.3.1,0,.1.1.1.1q-.1,0-.1.1c.9,0,1.7-.1,2.6-.4,1.3,0,2.5-.2,3.8-.5h0c-.1,0-.1-.1-.1-.1.1.1.3.1.5,0,1.3-.8,2.5-1.8,3.6-2.8.2-.2.6-.3.7-.4.5-.6,1-1.2,1.4-1.8.6-.6,1.2-1.4,1.6-2.1.3-.8.6-1.6.7-2.4.3-1.6.8-3.5,1-5,.2-.3.2-.7.2-1.1-.6-2.2-.4-4-.5-5.9ZM.1,62.4q0-.1.1-.1c-.1,0-.1.1-.1.1ZM.5,68.2c0-.1,0-.2.1-.2q-.1.1-.1.2ZM51.7,18.6c-.1.6-.1,1.2-.1,1.9,0,1.1-.3,2.3-.3,3.6s.1,2.6.1,3.9c-.1,2.9-.5,5.8-.6,8.6-.1,1.7,0,3.5-.1,5.1-.2,1.5-.7,3-.7,4.5,0,2.8,0,5.3-.1,8.1,0,.6-.2,1.3-.2,2s0,1.4-.1,2.2c-.3,1.1-1.1,2-2.2,2.5-.3-.1-.7-.1-1,.1,0-.3-.3-.1-.5-.2-.4-.3-.8-.5-1.2-.6-.9-1.3-1.8-2.8-2.4-4.2-1.6-3.1-3.2-6.1-4.9-9.1-1.2-2-2.4-3.9-3.5-6-1-2-1.7-4.3-3.2-6.1.2,2.6,0,4.9.1,7.9,0,1.2.3,2.3.3,3.6s-.3,2.7-.3,4c0,1-.2,2.2-.3,3-.1.8.1,1.7,0,2.6-.1.7-.5,1.4-.5,2v1.6c-.2.9-.4,1.9-.5,2.9-.5.1-1,.3-1.4.5v-.3c-.4.4-.6-.2-1.1,0v-.1h0c-.1-.3-.4-.5-.8-.4-.3-.4-.5-.8-.7-1.2-.1-.7.1-2,0-3.1-.4-3.3-.1-6.7-.2-10,.1-5.2-.5-10.9-.2-15.9.1-2.3.1-4.4.1-6.7-.1-.6-.1-1.3-.1-2,0-.2.3-.4.4-.7,0-.3.1-.5.2-.8.3-.5.7-.9,1.2-1.3.8-.2,1.7-.3,2.5-.1.1.1.6.2.5.5,1.2.3,1.6,2.2,2,3.4.1.1.3-.1.1.1.6,1.3,1,2.8,1.6,4.2.4.7.8,1.4,1.3,2,.4.7,1,1.2,1.4,1.9,1,1.7,1.6,3.7,2.5,5.5h0c1.7,3.4,3.8,6.3,5.5,9.7-.2-2.6.6-4.9.7-7.6v-2.5c.1-2.2.5-5.2.7-7.9.2-2.1,0-4.4.1-6.6.1-1.1.4-2.2.4-3.2-.1-.8,0-1.6.1-2.4.2-.4.4-.8.5-1.2.3-.2.6-.5.8-.8.3-.1.7-.2.9-.5.5.2,1,.3,1.5.4.7.2,1.3.9,1.4,1.7.1.4.3.7.3.8.1.2,0,.4,0,.7ZM77.6,51c-.2,1.3-.5,2.5-1,3.7-.6,2-1.8,3.7-3.5,5-.4.3-.8.6-1.2.8-1.2.5-2.5.8-3.8,1-1.1.2-2.3.5-3.3,1-.3-.1-.7-.1-1,.1-.3-.2-.8-.3-1.2-.3-1.2-.7-2.3-1.6-3.6-2.3-.8-1-1.5-2.2-2.3-3.3-.2-.2-.4-.4-.6-.7-1.4-2.2-2.2-6.7-1.6-9.7.5-2.2,1.7-4.1,3.5-5.5,1.6-1.3,3.5-2.1,5.5-2.4,1.8-.3,3.8-.8,5.7-.3,1.3.3,2.5.9,3.6,1.7,2,1.3,3.5,3.3,4.2,5.6v-.1.1h0c.6,1.8.8,3.7.6,5.6ZM97.3,1.6c0,.2-.2.2-.3.2,0-.2.1-.2.3-.2ZM95.9,1.6c0,.3-.5.1-.5.1.1-.1.3-.1.5-.1ZM99.7,41.1c-.5,1.9-2.8,2.1-4.5,1.6-.8.2-2,.1-2.8.3-1.5.4-2.2,1.5-3.5,2.3-.4.8-1,1.4-1.6,2.3.1,3.6.3,7.2-.4,10.4-.4.6-.7,1.2-.9,1.8-.2.1-.1-.2-.3-.2-.2.2-.4.3-.6.5-.5-.4-1,0-1.4-.6-.2,0-.3.2-.5.2-.1-.8-.6-.8-.9-1.6h-.3v-.7c0,.1.1.1.1.1-.1-1.5.5-3,.3-4.5-.3-1.2-.5-2.5-.6-3.7,0-2-.1-4-.4-6-.1-1.2.2-2.5-.2-3.4.2-.3.3-.6.3-1,.4-.6.8-1.2,1.2-1.8.3.1.6-.2,1.2-.1,0-.1.1-.1.1-.2h0c.9.1,1.5.7,2.3.7.1.8.8,1.6.5,2.3.6-.2,1.1-.6,1.6-1,1.4-.8,2.9-1.2,4.4-1.3,2.3-.3,5.2-.5,6.6.8.1.3.2.5.5.7.1.3.1.6-.1.8.1.2.2.5.4.7-.1.3-.3.5-.5.6ZM138.3,59.2c-.4.4-.7.9-1.2,1.2-.4,0-.7.1-.9.4-.4-.1-.8-.2-1.2-.1-.5-.3-.8-.6-1.4-.8-1.1-1.7-.3-4.8-.5-7.6,0-2.5-.3-5-.6-7.5-.1-.5-.3-1.1-.6-1.6-.5-.4-1.1-.7-1.7-1-1.7-.2-3.8-.3-5.1.5-.7.6-1.3,1.2-1.8,1.8-.1.8.4,3.1.5,4.8v3.5c.1,1.6.3,2.7.5,4.2-.1.3-.2.6-.3.9,0,.3-.3,0-.4.2-.1,1-1.1,1.2-1.7,1.7-1.1.1-2.2-.4-2.8-1.4-.3-.6-.5-1.3-.6-2,.1-.7.1-1.3.1-2-.3-2.1-.2-4.9-.5-7.1-.2-1.5-.8-2.8-1-4-.3-.3-.5-.6-.7-1-1.6-1.2-4.4-1.5-5.6.2-.6,1.5-1.1,3.4-3,3.3-.8,5.1.9,10.9-1.3,14.8-.4.1-.8.8-1,.7-.3.1.2.4-.1.6-.2-.1-.2.1-.5.1v-.7c-.2-.2-.3.2-.5.3-.1-.5-.5-.3-.8-.3-.3-.3-.2-1.1-.7-1.2-.5-1,.1-2.5.1-4.1,0-1-.1-2-.4-3-.1-.3-.1-.1-.3-.3.5-4.2.2-9.2.9-13.3,0-.2,0-.3-.2-.3.3-.4.3-.9,0-1.2.2-.3.3-.7.3-1.1.4-.2.6-.5.6-.9.6-.4,1.2-.8,1.9-1,.5,0,.9.5,1.4.3.3.3.6.5,1,.7h0c.1.5.3.9.5,1.3,1.8-1.1,4-1.6,6.1-1.3,2.3.4,4.5,1.6,6.2,3.3,1.3-1,2.8-1.7,4.4-2.1,4.5-.8,9.1.5,11.4,3,.1.3.3.6.6.7,0,.4.2.7.5,1,.6,4.5.8,9,.7,13.5,0,1.3.3,2.9-.3,3.9ZM166.5,57.4c-.2.6-.6,1.2-1.1,1.7-.4.3-.8.5-1.3.6-1,1.4-3.4,1.1-5.3.5-.6-.4-1.3-.6-2-.6-.5.2-.9.5-1.2.8-.3.2-.9.4-1.3.7-1,.8-2.1,1.3-3.2,1.6-2.6.4-4.2-1.1-6.6-1.6-.5-.5-.9-.9-1.4-1.3-.9-1-1.4-3.9-1.2-5.7.3-1.6.8-3.1,1.7-4.5.5-1.1,1.2-2.1,2.1-2.9,2.6-1.7,5.6-2.6,8.7-2.5.1-1.8.2-5-.5-6.6-.8-.9-1.8-1.6-2.9-2-1.7-.5-3.6.3-5.3.9-.3-.1-.7-.1-1-.1-.5-.3-1-.6-1.5-1-.2-.7-.4-1.4-.7-2.1.3-.6,1-.9,1.2-1.7,2.2-1.1,4.7-1.6,7.1-1.3,2,.3,3.9,1,5.6,2.2.9.7,1.6,1.6,2.1,2.5,1,1.5,1.3,3.3,1,5.1,0,.8,0,1.5.1,2.3.3,3.8-1.2,8.1-.6,12,.5.4,1,.5,1.5.8.8,0,1.7-.3,2.2-1,.9-.1,1.8-.1,2.7.1.3.5.6,1.1.9,1.6h.1c.1.5.1,1,.1,1.5ZM174.9,26.2c0,.3.2.6.2.8s-.1.5-.1.7c-.1,1.1-.1,2.3-.1,3.6-.1,2.6,0,5.5-.2,8.5-.1,2.6-.2,6-.4,8.5-.1,1.7-.1,4.2,0,6.2.1,1.7.1,2.9.1,4.3-.4,1.3-1.6,2.2-2.9,2.4-1.6-.5-2.7-2-2.7-3.7,0-.5.2-1,.2-1.5,0-1.8-.3-5-.1-7.6.2-3.9.6-8.1.6-12,0-2.6.3-5.3.4-8.5,0-.7.1-1.6.2-2.3,0-.8.1-1.7.3-2.5.1-.2.2-.3.3-.6.3-.7.2-1.1.9-1.5,0-.2,0-.5-.1-.7.5.3.6-.3,1-.2h.1c.4-.6.9.3,1.1.7.2.1.4-.5.8-.3.2.3.1.7.3,1,.1.3.4.4.5.6.1,1.1-.5,2.8-.4,4.1Z\" stroke-width=\"0\"><\/path><path d=\"M68,43.4c-3.1.2-6.8.6-7.7,3.5-.2.1-.4.2-.5.3-.2,1.6,0,3.2.6,4.8.3,1.4,1,2.7,2.1,3.8.8.7,1.9,1.4,2.8,1.2.1-.1.3-.2.5-.3,1.7-.1,3.3-.6,4.7-1.5.9-1.5,1.5-3.1,1.6-4.8h0c.1-1.4-.1-2.7-.5-4-.7-1.4-2.4-2.2-3.6-3Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-645f847 e-flex e-con-boxed e-con e-child\" data-id=\"645f847\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e11d66 elementor-widget elementor-widget-image\" data-id=\"4e11d66\" data-element_type=\"widget\" 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=\"350\" height=\"49\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2026\/01\/nike-retailors-logo-grey-1-1.webp\" class=\"attachment-large size-large wp-image-14263\" 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\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e61c472 e-flex e-con-boxed e-con e-child\" data-id=\"2e61c472\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44fe7baa elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"44fe7baa\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"350.03mm\" height=\"42.01mm\" viewBox=\"0 0 992.2 119.07\"><path d=\"M70.9,2.8v42.5H31.2V2.8H0v113.4h31.2v-45.4h39.7v45.4h31.2V2.8h-31.2ZM180,119c-25.5-.1-51-17-51-51V2.8h31.2v68c0,14.2,11.4,19.8,19.9,19.8s19.9-5.7,19.9-19.8V2.8h31v65.2c0,34-25.5,51.1-51,51ZM310.4,119c-32.6,0-59.5-25.5-59.5-59.5S277.8,0,310.4,0c22.7,0,36.8,11.3,36.8,11.3l-17.7,22s-6.4-5.7-19.1-5.7c-17,0-29,14.9-29,31.9s12,31.2,29,31.2c14.2,0,21.3-5.7,21.3-5.7v-14.2h-24.1v-24.8h51v53.2s-15.6,19.8-48.2,19.8h0ZM436.6,28.3c-17,0-29,14.2-29,31.2s12,31.2,29,31.2,29-14.2,29-31.2-12-31.2-29-31.2ZM436.6,119c-32.6,0-59.5-25.5-59.5-59.5S404,0,436.6,0s59.5,25.5,59.5,59.5-26.9,59.5-59.5,59.5h0ZM735.6,28.3c-17,0-29,14.2-29,31.2s12,31.2,29,31.2,29-14.2,29-31.2c.1-17-12-31.2-29-31.2ZM735.6,119c-32.6,0-59.5-25.5-59.5-59.5S703,0,735.6,0s59.5,25.5,59.5,59.5-26.9,59.5-59.5,59.5ZM861.8,83.6c0,4.2-4.2,7.8-11.3,7.8-15.6,0-25.5-10.6-25.5-10.6l-17,22.7s14.2,15.6,42.5,15.6c22.7,0,42.5-14.2,42.5-35.4,0-34-53.9-36.9-53.9-48.2,0-4.2,5.7-7.8,14.2-7.8,11.3,0,17.7,5.7,17.7,5.7l16.3-22S873.1.1,850.5.1c-21.3,0-39.7,15.6-39.7,35.4-.1,33.9,51,35.3,51,48.1ZM644.9,53.8c5-6.4,7.1-12.7,7.1-19.8,0-17.3-14-31.2-31.2-31.2h-53.8v113.4h58.8c19.2,0,34.7-15.6,34.7-34.7,0-11.9-5.7-22-15.6-27.7ZM596,27.6h17.7c5.5,0,9.9,4.4,9.9,9.9s-4.4,9.9-9.9,9.9h-17.7v-19.8ZM619.4,90.7h-23.4v-21.3h23.4c5.9,0,10.6,4.8,10.6,10.6s-4.7,10.7-10.6,10.7ZM961,83.6c0,4.2-4.2,7.8-11.3,7.8-15.6,0-25.5-10.6-25.5-10.6l-17,22.7s14.2,15.6,42.5,15.6c22.7,0,42.5-14.2,42.5-35.4,0-34-53.9-36.9-53.9-48.2,0-4.2,5.7-7.8,14.2-7.8,11.3,0,17.7,5.7,17.7,5.7l16.3-22S972.3.1,949.7.1c-21.3,0-39.7,15.6-39.7,35.4-.1,33.9,51,35.3,51,48.1Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cd163d e-flex e-con-boxed e-con e-child\" data-id=\"4cd163d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-307ea03 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"307ea03\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"15.875mm\" height=\"21.167mm\" viewBox=\"0 0 45 60\"><path d=\"M34.2,45c.9,0,1.7.8,1.7,1.7s-.7,1.7-1.7,1.7c-.9,0-1.6-.8-1.6-1.7,0-.9.7-1.7,1.6-1.7M34.2,48c.7,0,1.3-.6,1.3-1.3,0-.8-.6-1.3-1.3-1.3s-1.3.6-1.3,1.3c0,.8.6,1.3,1.3,1.3M34,47.6h-.3v-1.8h.6c.4,0,.6.2.6.6,0,.3-.2.5-.4.5l.4.7h-.4l-.4-.7h-.1v.7ZM34.2,46.6c.2,0,.3-.1.3-.3s-.1-.3-.3-.3h-.2v.5h.2v.1Z\"><\/path><path d=\"M42.2,32.3c-.9,0-1.5.4-2.1.9l-.4.6-.1-.1.5-.8v-.5h-3.2v10.6h2.9v-6.7c0-1.1.7-1.4,1.2-1.5s1.1.2,1.1.8v7.4h2.9v-7.3c0-2.3-1-3.4-2.8-3.4\"><\/path><polygon points=\"9.9 40.6 12.9 40.6 12.9 42.9 7 42.9 7 32.3 9.9 32.3 9.9 40.6\"><\/polygon><polygon points=\"0 42.9 5.9 42.9 5.9 40.8 2.9 40.8 2.9 38.5 5.9 38.5 5.9 36.5 2.9 36.5 2.9 34.5 5.9 34.5 5.9 32.3 0 32.3 0 42.9\"><\/polygon><polygon points=\"13.9 42.9 19.9 42.9 19.9 40.8 16.8 40.8 16.8 38.5 19.9 38.5 19.9 36.5 16.8 36.5 16.8 34.5 19.9 34.5 19.9 32.3 13.9 32.3 13.9 42.9\"><\/polygon><polygon points=\"29.9 42.9 35.9 42.9 35.9 40.8 32.8 40.8 32.8 38.5 35.9 38.5 35.9 36.5 32.8 36.5 32.8 34.5 35.9 34.5 35.9 32.3 29.9 32.3 29.9 42.9\"><\/polygon><polygon points=\"26.1 32.3 26.1 32.3 26.1 32.3 25 39 24.9 40.2 24.9 40.3 24.8 40.3 24.8 40.2 24.7 39 23.6 32.3 23.6 32.3 20.7 32.3 23.1 42.9 26.7 42.9 29.1 32.3 26.1 32.3\"><\/polygon><path d=\"M37.7,0H0v15h19.9C24.4,8.5,30.5,3.3,37.7,0\"><\/path><polygon points=\"15 59.9 30 59.9 30 44.9 15 44.9 15 59.9\"><\/polygon><path d=\"M45,15V0c-14.3,3.9-25.5,15.4-28.9,30h15.3c2.3-6.7,7.3-12.1,13.6-15\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c808411 e-flex e-con-boxed e-con e-child\" data-id=\"4c808411\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73d227e2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"73d227e2\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Ebene_1\" width=\"201.15mm\" height=\"20.81mm\" viewBox=\"0 0 570.2 59\"><path d=\"M80.3,6.7c0-3.8,2.5-6.4,6.4-6.4s6.4,2.6,6.4,6.4v45.5c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V6.7Z\" stroke-width=\"0\"><\/path><path d=\"M103.9,7.8c0-5.3,2.6-7.5,8.1-7.5,2.7,0,5,1,6.4,3.4l22.5,36.2h.2V6.5c0-4.1,2.3-6.2,6.2-6.2s6.2,2,6.2,6.2v44.2c0,5.1-2.2,8-7.6,8-4.1,0-5.4-.9-7-3.4l-22.3-35.2h-.3v32.5c0,4.1-2.3,6.2-6.2,6.2s-6.2-2-6.2-6.2c0,0,0-44.8,0-44.8Z\" stroke-width=\"0\"><\/path><path d=\"M173.7,12.1h-9.1c-3.7,0-6.6-1.9-6.6-5.4s3-5.4,6.6-5.4h31.1c3.7,0,6.6,1.9,6.6,5.4s-3,5.4-6.6,5.4h-9.1v40.1c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V12.1h-.1Z\" stroke-width=\"0\"><\/path><path d=\"M207,8.8c0-5.7,3-7.5,7.5-7.5h28.1c3.8,0,6.5,1.1,6.5,5.2s-2.7,5.2-6.5,5.2h-22.8v12.2h19.8c3.4,0,6,.9,6,4.9s-2.7,4.9-6,4.9h-19.8v13.6h23.5c3.8,0,6.5,1.1,6.5,5.2s-2.7,5.2-6.5,5.2h-28.8c-4.5,0-7.5-1.8-7.5-7.5V8.8Z\" stroke-width=\"0\"><\/path><path d=\"M268.2,26.3h10.8c4.9,0,9.7-1.3,9.7-7.6s-3.7-7.6-9.3-7.6h-11.2v15.2ZM255.4,8.8c0-5.7,3-7.5,7.5-7.5h19.4c15.3,0,19.3,8.4,19.3,15.6,0,6.1-3.6,12.1-9.7,13.5v.2c6.6.9,7.7,5.7,7.7,11.4,0,6.5,1.7,8.9,1.7,11.6,0,3-3.1,5-6,5-7,0-7.6-6.8-7.6-9.1,0-9.9-1.8-13.8-8.8-13.8h-10.7v16.5c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V8.8Z\" stroke-width=\"0\"><\/path><path d=\"M477.1,26.3h10.8c4.9,0,9.7-1.3,9.7-7.6s-3.7-7.6-9.3-7.6h-11.2v15.2ZM464.2,8.8c0-5.7,3-7.5,7.5-7.5h19.4c15.3,0,19.3,8.4,19.3,15.6,0,6.1-3.6,12.1-9.7,13.5v.2c6.6.9,7.7,5.7,7.7,11.4,0,6.5,1.7,8.9,1.7,11.6,0,3-3.1,5-6,5-7,0-7.6-6.8-7.6-9.1,0-9.9-1.8-13.8-8.8-13.8h-10.7v16.5c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V8.8Z\" stroke-width=\"0\"><\/path><path d=\"M339.6,25c11.7,2.7,14.7,9.6,14.7,16.2,0,10.2-7.7,17.8-23.2,17.8-16.3,0-23.5-8.1-23.5-14.2,0-3.1,2.3-5.3,5.4-5.3,7,0,5.2,10.2,18.1,10.2,6.7,0,10.3-3.7,10.3-7.4,0-2.3-1.1-4.8-5.5-5.9l-14.5-3.7c-11.7-3-13.8-9.4-13.8-15.4,0-12.5,11.6-17.2,22.5-17.2,10,0,21.8,5.6,21.8,13.1,0,3.2-2.7,5.1-5.9,5.1-5.9,0-4.9-8.4-16.8-8.4-5.9,0-9.2,2.7-9.2,6.6s4.7,5.2,8.8,6.1l10.8,2.4Z\" stroke-width=\"0\"><\/path><path d=\"M372.8,27.1h10c5.2,0,9-3.1,9-8,0-5.6-4-8-10.3-8h-8.7v16ZM360,8.8c0-5.7,3-7.5,7.5-7.5h17.6c10.8,0,19.5,5.3,19.5,17.8,0,10.2-7.1,17.8-19.6,17.8h-12.3v15.3c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V8.8h.1Z\" stroke-width=\"0\"><\/path><path d=\"M432.8,48.6c11.7,0,11.7-9.1,11.7-19.9s-1.2-18.4-11.7-18.4-11.7,7.7-11.7,18.5-.4,19.8,11.7,19.8M432.8,0c18.4,0,24.5,12.3,24.5,28.8s-5.3,30.2-24.5,30.2c-20.2,0-24.5-13.1-24.5-30.2s6-28.8,24.5-28.8\" stroke-width=\"0\"><\/path><path d=\"M527.5,12.1h-9.1c-3.7,0-6.6-1.9-6.6-5.4s3-5.4,6.6-5.4h31.1c3.7,0,6.6,1.9,6.6,5.4s-3,5.4-6.6,5.4h-9.2v40.1c0,3.8-2.5,6.4-6.4,6.4s-6.4-2.6-6.4-6.4V12.1h0Z\" stroke-width=\"0\"><\/path><path d=\"M563.9,6.3v-2h1.7c.3,0,.6,0,.9.2.3.2.5.5.5.8s-.1.5-.3.7c-.4.3-.8.3-1.3.3h-1.5ZM567.8,9.4l-1.3-2.6c.8-.2,1.2-.8,1.2-1.5,0-.5-.3-1-.7-1.2-.4-.3-1-.3-1.5-.3h-2.5v5.7h.8v-2.6h1.7l1.2,2.5h1.1Z\" stroke-width=\"0\"><\/path><path d=\"M565.2,2.6c-2.3,0-4.1,1.9-4.1,4.1s1.9,4.1,4.1,4.1,4.1-1.9,4.1-4.1-1.9-4.1-4.1-4.1M565.2,11.7c-2.8,0-5-2.2-5-5s2.2-5,5-5,5,2.2,5,5c-.1,2.7-2.3,5-5,5\" stroke-width=\"0\"><\/path><path d=\"M0,13.3C0,6.3,5.6.7,12.6.7s12.6,5.6,12.6,12.6-5.6,12.6-12.6,12.6S0,20.3,0,13.3\" stroke-width=\"0\"><\/path><path d=\"M12.6,58.1c-1.7,0-3.1-1.5-3.1-3.4v-20.7c0-1.9,1.3-3.4,3.1-3.4,19.8,0,21.4-26.9,49.9-26.9,1.7,0,3.1,1.5,3.1,3.4v20.5c0,1.9-1.4,3.4-3.1,3.4-19.4,0-20.6,27.1-49.9,27.1\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bbd9f4f e-flex e-con-boxed e-con e-child\" data-id=\"3bbd9f4f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2dc3b931 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2dc3b931\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"sprite-logo\" width=\"105.83mm\" height=\"22.03mm\" viewBox=\"0 0 300 62.43\"><path id=\"path4\" d=\"M188.25,10.79h1.27l-1.06-10.69L188.36,0h-.32v.11l-1.16,10.69h1.38ZM194.29,11.53v-.11l1.8-9.52v-.11l-.32-.11-.11.11-3.92,9.1,2.54.63ZM192.38,15.66c.74,0,1.48-.63,1.48-1.48s-.63-1.48-1.48-1.48-1.48.63-1.48,1.48.63,1.48,1.48,1.48ZM188.25,15.13c.74,0,1.48-.63,1.48-1.48s-.63-1.48-1.48-1.48-1.48.63-1.48,1.48c-.11.95.63,1.48,1.48,1.48ZM182.22,11.53l2.43-.63h.11l-4.02-9.1-.11-.11-.21.11-.11.11,1.8,9.52.11.11ZM182.54,14.07c0,.85.63,1.48,1.48,1.48.74,0,1.48-.63,1.48-1.48s-.63-1.48-1.48-1.48c-.74.11-1.48.74-1.48,1.48ZM12.8,18.31H0s.32,3.07.32,8.36v26.77c0,5.29-.32,8.36-.32,8.36l.11.11h8.36v-.11s-.32-3.07-.32-8.36v-7.83l.11-.11c1.16.11,3.7.21,4.55.21,8.57,0,15.98-5.19,15.98-14.07-.11-8.47-7.51-13.33-15.98-13.33ZM12.38,38.62c-.95,0-3.28-.11-4.23-.32v-12.91h4.87c4.34,0,7.72,1.69,7.72,6.24s-2.96,6.98-8.36,6.98ZM52.49,21.8c-.95-2.22-1.27-3.49-1.27-3.49l-.11-.11h-6.67l-.11.11s-.21,1.27-1.16,3.49l-14.71,35.34c-1.27,2.96-2.54,4.66-2.54,4.66v.11h8.57l.11-.11c0-.21.21-1.27,1.27-3.92l2.65-6.67h18.94l2.86,6.67c.95,2.54,1.48,3.92,1.48,3.92l.11.11h8.57v-.11s-1.16-1.59-2.54-4.66l-15.45-35.34ZM41.48,44.02l6.14-15.34h.11l6.67,15.34h-12.91ZM113.44,18.31l-7.62-.11-.11.11s.32,3.07.32,8.36v21.9h-.11l-23.49-30.26h-8.36c.95,2.01,1.48,3.39,1.48,4.34v30.79c0,5.29-.32,8.36-.32,8.36l.11.11h7.62l.11-.11s-.32-3.07-.32-8.36v-22.33h.11l23.6,30.69h7.09l.11-.11s-.32-3.07-.32-8.36v-26.67c-.21-5.29.11-8.36.11-8.36ZM137.14,18.31h-14.6l-.11.11s.32,3.07.32,8.36v26.77c0,5.29-.32,8.36-.32,8.36l.11.11h4.44c2.96,0,6.24.42,9.95.42,13.33,0,22.86-9.42,22.86-22.12s-9.21-22.01-22.65-22.01ZM136.61,55.03c-2.12,0-4.02-.11-5.19-.42-.63-.21-.85-.42-.85-1.59v-27.62h5.82c9.42,0,15.45,6.35,15.45,14.81s-6.03,14.81-15.24,14.81ZM188.25,17.67c-12.59,0-22.33,9.74-22.33,22.33s9.74,22.33,22.33,22.33,22.33-9.63,22.33-22.33-9.63-22.33-22.33-22.33ZM188.25,55.24c-8.04,0-14.39-6.56-14.39-15.13s6.24-15.13,14.39-15.13,14.39,6.56,14.39,15.13-6.24,15.13-14.39,15.13ZM241.59,47.09c-1.06-1.69-2.65-3.07-4.34-3.6v-.11c4.55-.95,8.78-6.24,8.78-11.53,0-7.2-5.5-13.54-14.07-13.54h-13.97l-.11.11s.32,3.07.32,8.36v26.77c0,5.29-.32,8.36-.32,8.36l.11.11h8.36l.11-.11s-.32-3.07-.32-8.36v-8.36c4.13,0,5.82.85,7.3,3.17l3.6,5.61c2.96,4.76,4.13,7.72,4.13,7.72l.11.11h9.95v-.11s-2.54-3.07-5.4-7.72l-4.23-6.88ZM230.05,38.2c-.95,0-2.75,0-3.92-.21v-12.59h4.76c4.66,0,7.2,3.07,7.2,6.56,0,3.28-2.54,6.24-8.04,6.24ZM297.46,57.14l-15.45-35.34c-.95-2.22-1.27-3.49-1.27-3.49l-.11-.11h-6.77l-.11.11s-.21,1.27-1.16,3.49l-14.6,35.34c-1.27,2.96-2.54,4.66-2.54,4.66v.11h8.57l.11-.11c0-.21.21-1.27,1.27-3.92l2.65-6.67h18.94l2.86,6.67c.95,2.54,1.48,3.92,1.48,3.92l.11.11h8.57v-.11s-1.16-1.59-2.54-4.66ZM271.01,44.02l6.14-15.34h.11l6.67,15.34h-12.91Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e1b487 e-flex e-con-boxed e-con e-child\" data-id=\"1e1b487\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39ed49e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"39ed49e\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"999.998mm\" height=\"233.476mm\" viewBox=\"0 0 2834.641 661.823\"><path d=\"M743.472,154.584c-10.438-30.312-25.774-61.056-47.16-84.888-4.68-5.184-10.8-11.808-16.128-16.344-2.017-1.729-6.624-5.4-9.288-5.4-7.208-4.152-14.36-8.401-21.454-12.744-25.13-11.16-58.104-18.288-85.248-22.82C507.169,2.81,442.441,0,384.552,0,325.871,0,262.224,3.1,204.264,12.744c-27.288,4.536-59.904,11.664-85.32,22.752-6.19,3.604-15.19,8.784-21.384,12.456-2.735,0-7.271,3.604-9.359,5.4-5.327,4.536-11.376,11.088-16.057,16.344-21.384,24.048-36.72,54.432-47.16,84.888-8.928,25.92-14.902,53.28-18.72,80.354-4.464,31.606-6.264,64.152-6.264,95.975s1.8,64.08,6.336,95.544c3.96,27.434,10.08,55.01,19.008,81.218,10.512,30.456,25.776,60.84,47.231,84.96,4.607,5.187,10.655,11.664,15.841,16.199,2.016,1.729,6.552,5.399,9.144,5.399,6.408,3.813,14.904,8.784,21.384,12.456,25.633,11.229,58.104,18.288,85.682,22.821,57.384,9.507,121.822,12.312,179.928,12.312s122.688-2.808,180.071-12.312c27.359-4.533,59.399-11.661,84.815-22.821l21.455-12.456c2.735,0,7.271-3.744,9.287-5.475,5.328-4.605,11.448-11.306,16.129-16.562,21.313-23.977,36.647-54.646,47.159-84.96,9.072-26.062,15.12-53.566,19.08-80.854,4.535-31.394,6.336-63.722,6.336-95.474s-1.801-64.148-6.336-95.544c-3.887-27.284-10.006-54.787-19.078-80.78h0ZM595.44,436.898c-6.266,18.216-15.479,36.069-28.226,50.397-2.735,3.022-6.336,6.91-9.434,9.504-1.226,1.08-3.89,3.238-5.544,3.238-3.098,2.02-8.93,5.904-11.952,7.992-14.832,7.632-32.978,12.313-49.394,15.266-33.623,6.19-72.145,7.92-106.344,7.92s-73.226-1.729-106.992-7.92c-16.488-2.952-34.344-7.704-49.319-15.266-3.814-2.448-8.208-5.472-11.951-7.992-1.655,0-4.393-2.229-5.688-3.312-3.168-2.664-6.84-6.624-9.576-9.792-12.672-14.259-21.744-32.763-27.936-50.763-11.232-32.833-14.904-70.562-14.904-105.266,0-34.92,3.888-72.504,15.336-105.552,5.976-18.146,14.976-36.288,27.864-50.4,2.664-3.021,6.264-6.98,9.358-9.574,1.226-1.08,3.89-3.17,5.545-3.17,4.133-2.741,8.237-5.526,12.312-8.352,14.616-7.488,33.192-12.24,49.32-15.264,33.479-6.268,72.574-7.992,106.632-7.992,34.704,0,72.722,1.941,106.774,8.352,16.057,3.024,34.85,7.776,49.393,15.336,2.307,1.584,9.217,6.268,11.521,7.92,1.655,0,4.393,2.16,5.616,3.24,3.168,2.664,6.91,6.696,9.646,9.792,12.816,14.474,22.032,32.188,28.297,50.474,11.307,32.688,14.903,70.634,14.903,105.19.005,35.145-3.881,72.8-15.257,105.994h0ZM2663.641,10.514l-200.953,277.559L2255.905,10.514h-173.09l303.338,424.942v213.337h150.91v-213.337L2834.641,10.514h-171ZM2768.977,582.338c-1.803-4.752-5.615-9.217-9.43-12.676-2.593-1.438-5.545-2.808-8.425-3.6-10.009-2.664-23.327-3.24-33.696-3.24-11.018,0-23.4.792-34.056,3.602-2.81.721-5.763,2.017-8.354,3.238-2.664,2.232-5.258,4.97-6.842,7.992-5.474,9.29-7.058,21.96-7.058,32.688,0,9.435,1.295,19.227,4.752,28.011,1.802,4.68,5.474,9.071,9.146,12.6,2.592,1.514,5.398,2.881,8.354,3.672,10.295,2.664,23.397,3.24,34.056,3.24,10.873,0,23.616-.792,34.129-3.672,2.664-.646,5.614-1.943,7.991-3.24,2.735-2.158,5.543-4.896,7.198-7.99,5.688-9.288,7.416-21.744,7.416-32.616.005-9.505-1.579-19.083-5.181-28.009h0ZM2764.294,629.067c-1.295,4.751-3.457,9.503-6.625,13.247-1.224,1.224-2.879,2.521-4.317,3.6-1.943,1.368-4.179,2.448-6.554,2.882-8.782,2.376-20.229,2.95-29.377,2.95-10.149,0-23.543-.792-32.976-4.464-1.235-.503-2.438-1.08-3.602-1.729-2.158-1.8-4.896-4.394-6.191-6.84-4.606-7.992-5.76-19.149-5.832-28.368.072-6.119.576-12.741,2.088-18.721,1.226-4.681,3.24-9.359,6.265-13.177.864-1.15,3.024-2.664,4.176-3.456,2.021-1.367,4.396-2.23,6.771-2.734,8.711-2.376,20.229-2.88,29.304-2.88,9.146,0,20.881.504,29.735,2.88,2.736.574,5.257,1.942,7.488,3.672,2.158,1.584,4.318,3.675,5.613,6.12,4.752,8.208,6.191,18.862,6.191,28.296.005,6.191-.501,12.745-2.157,18.722Z\"><\/path><path d=\"M2732.325,611.423c1.803-.646,3.242-2.017,4.105-3.744,1.01-2.159,1.297-5.039,1.365-7.485-.068-2.736-.355-5.832-1.365-8.28-.865-1.942-2.232-3.67-4.105-4.606-4.533-2.229-11.23-2.733-16.344-2.733h-18.504v52.632h9.432v-21.022h8.713c1.801,0,10.01,0,11.594.646,1.365.722,1.438,5.398,1.438,6.912v13.464h9.146v-12.6c-.07-2.736-.145-6.554-.793-9.221-.506-2.021-2.663-3.389-4.682-3.963ZM2725.778,607.106c-.575.288-3.239.432-3.891.432-1.729.146-3.742.288-5.475.288h-9.504v-14.976h9.072c1.729,0,6.84.067,8.496.504.937.144,1.871.573,2.375,1.365,1.514.938,1.801,4.104,1.801,5.832.004,2.451-.714,5.475-2.874,6.555ZM2225.737,503.281v145.944h-529.346V10.154h152.352v493.127h376.994ZM1553.758,9.504h-150.189v407.81L1032.335,9.504h-156.455v639.289h152.785V232.561l374.904,416.232h150.189V9.504Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e64b4ff e-flex e-con-boxed e-con e-child\" data-id=\"4e64b4ff\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c076a7b elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6c076a7b\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"svg945\" width=\"134.11mm\" height=\"11.84mm\" viewBox=\"0 0 380.14 33.58\"><g id=\"layer1\"><path id=\"path76\" d=\"M48.7,17.18c2.21-4.87-.82-6.76-8.02-6.76h-12.03c-2.62,0-3.17-.21-2.58-1.47l.86-1.88c.53-1.21,1.3-1.45,3.92-1.45h15.76c3.25,0,4.63.42,6.39,1.1L54.56.08h-31.44c-6,0-10.65,2.72-13.04,7.96l-3.38,7.48c-2.61,5.58-.74,7.25,6.01,7.25h13.83c2.65,0,3.08.27,2.52,1.48l-1.05,2.3c-.55,1.25-1.23,1.45-3.86,1.46H7.76c-3.37,0-4.71-.63-6.08-1.25L0,33.58h30.59c8.14-.01,11.95-2.96,14.35-8.21l3.76-8.19\" stroke-width=\"0\"><\/path><path id=\"path78\" d=\"M130.77,18.98c3.92,0,5.64.48,7.26.9l3.36-7.31c-2.01.39-4.16.88-8.06.87h-12.1l3.61-7.83h13.79c3.99,0,5.71.45,7.33.88l1.57-6.44h-38.49c.26,1.32.2,2.56-1.24,5.74l-10.05,21.98c-.92,1.98-1.7,3.2-2.5,4.18-1.03-1.78-1.78-3.81-2.28-5.26l-5.41-16.75,11.23-6.58c3.2-1.9,4.96-2.47,7.35-3.31h-15.51c-.13.44-.22.84-.41,1.26-.51,1.12-1.34,1.93-4.02,3.63l-16.26,10.15,4.24-9.29c1.45-3.19,2.59-4.42,4.03-5.75h-19.75c.26,1.33.24,2.57-1.23,5.75l-10.05,21.99c-1.45,3.18-2.57,4.42-4.01,5.77h19.71c-.21-1.35-.2-2.6,1.24-5.78l2.32-5.02,5.58-3.41,3.44,14.2h57.43s4.49-6.47,4.49-6.47c-1.93.41-4.09.89-8.03.89h-14.75l4.14-9h12.05\" stroke-width=\"0\"><\/path><path id=\"path80\" d=\"M181.55,25.41s-5.36,1.25-12.1,1.25c0,0-6.58.02-7.94,0-1.72,0-2.25-.48-1.6-2.13.65-1.65,7.2-15.73,7.2-15.73.23-.51,1.05-1.9,3.16-1.9h12.46c3.1,0,5.88,1.04,5.88,1.04l1.98-7.71h-.1s.06-.2.06-.2h-26.69c-7.26,0-12.47,2.62-15.78,9.85l-6.3,13.81c-3.31,7.19-.45,9.84,6.75,9.84h27.41s5.62-8.13,5.62-8.13\" stroke-width=\"0\"><\/path><path id=\"path82\" d=\"M230.03,27.76l10.06-21.99c1.44-3.17,2.58-4.41,4-5.73h-19.73c.24,1.33.23,2.56-1.24,5.74l-3.48,7.66h-12.67l3.52-7.65c1.47-3.19,2.58-4.43,4.03-5.74h-19.74c.24,1.33.22,2.56-1.27,5.74l-10.03,21.99c-1.47,3.16-2.59,4.42-4.05,5.76h19.75c-.23-1.35-.22-2.6,1.27-5.77l4.03-8.8h12.62s-4.02,8.8-4.02,8.8c-1.46,3.17-2.59,4.42-4.02,5.76h19.71c-.24-1.34-.21-2.6,1.26-5.77\" stroke-width=\"0\"><\/path><path id=\"path84\" d=\"M265.63,27.96h-14.71s4.1-9,4.1-9h12.09c3.87,0,5.64.47,7.24.89l3.35-7.3c-2.02.4-4.15.88-8.02.87h-12.12s3.6-7.84,3.6-7.84h13.82c3.99,0,5.69.46,7.32.88l1.55-6.43h-38.47c.23,1.33.2,2.57-1.27,5.75l-10.03,21.98c-1.47,3.18-2.62,4.43-4.03,5.77h39.16s4.48-6.46,4.48-6.46c-1.9.42-4.1.9-8.05.89\" stroke-width=\"0\"><\/path><path id=\"path86\" d=\"M315.51,7.44l-1.84,4.09c-.74,1.62-1.48,1.88-3.68,1.88h-9.58s3.64-7.84,3.64-7.84h9.54c2.17-.01,2.69.24,1.92,1.86h0ZM320.4,18.95c3.72-.19,7.02-.46,9.29-5.37l2.8-6.17c2.57-5.61-.37-7.39-8.14-7.39h-36.54c.65,1.33.63,2.56-.84,5.75l-10.04,21.99c-1.45,3.17-2.57,4.42-4.04,5.76h19.74c-.23-1.35-.21-2.6,1.24-5.77l4.01-8.8h5.23s1.39,14.56,1.39,14.56h18.96c-.91-1.27-.93-3.01-1.31-5.14l-1.74-9.43\" stroke-width=\"0\"><\/path><path id=\"path88\" d=\"M351.86,7.02c.57-1.22,1.31-1.46,3.96-1.47h15.75c3.28.01,4.6.44,6.38,1.11L380.14,0l-32.09.02c-5.98,0-10.61,2.71-13.02,7.96l-3.37,7.49c-2.6,5.58-.72,7.25,6.01,7.25h13.83c2.62,0,3.1.25,2.52,1.48l-1.05,2.3c-.55,1.24-1.21,1.45-3.9,1.45h-16.37c-3.31,0-4.71-.62-6.09-1.25l-1.64,6.81h30.55c8.15-.01,11.97-2.97,14.38-8.22l3.74-8.18c2.23-4.87-.8-6.76-8.03-6.75h-12.03c-2.65,0-3.18-.2-2.6-1.47l.86-1.87\" stroke-width=\"0\"><\/path><path id=\"path90\" d=\"M370.16,30.86h.28c.34,0,.61-.11.61-.4,0-.23-.17-.41-.57-.41-.14,0-.25,0-.32.01v.8ZM370.16,32.46h-.59v-2.78c.22-.03.47-.08.89-.08.48,0,.77.08.95.22.16.12.24.31.24.6,0,.33-.23.57-.53.64v.02c.24.04.4.27.44.68.06.43.11.6.16.69h-.61c-.07-.1-.11-.34-.17-.72-.04-.3-.22-.42-.52-.42h-.27v1.14ZM370.59,29c-1.04,0-1.89.9-1.89,2.01s.84,2,1.9,2c1.05.01,1.91-.88,1.91-2s-.86-2.01-1.91-2.01h-.01ZM370.61,28.5c1.38,0,2.48,1.12,2.48,2.5s-1.1,2.51-2.49,2.51-2.5-1.11-2.5-2.51,1.12-2.5,2.5-2.5h0\" stroke-width=\"0\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc9e0f9 e-flex e-con-boxed e-con e-child\" data-id=\"dc9e0f9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f43f983 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f43f983\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"344.664mm\" height=\"101.917mm\" viewBox=\"0 0 977 288.9\"><polygon points=\"149.2 0 195.7 0 125.1 166.9 85 166.9 0 0 46.5 0 105.9 126.8 105.9 126.8 149.2 0\"><\/polygon><polygon points=\"370.6 166.9 327.3 166.9 327.3 0 370.6 0 370.6 166.9\"><\/polygon><polygon points=\"582.4 138 683.5 138 683.5 166.9 539.1 166.9 539.1 0 582.4 0 582.4 138\"><\/polygon><path d=\"M835.9,136.4h80.2l12.8,32.1h48.1L901.7,1.7h-49.7l-75.4,165.2h46.5l12.8-30.5h0ZM874.4,35.3h0l28.9,72.2h-56.2l27.3-72.2h0Z\"><\/path><path d=\"M213.4,255.2c-1.6-3.2-6.4-4.8-9.6-4.8-8,0-12.8,8-12.8,14.4,0,8,4.8,14.4,12.8,14.4,3.2,0,8-1.6,9.6-4.8v9.6c-3.2,1.6-6.4,3.2-9.6,3.2-12.8,0-20.9-11.2-20.9-22.5,0-12.8,8-24.1,20.9-24.1,3.2,0,6.4,1.6,9.6,3.2v11.4h0Z\"><\/path><polygon points=\"287.2 279.2 303.2 279.2 303.2 287.3 279.2 287.3 279.2 243.9 287.2 243.9 287.2 279.2\"><\/polygon><polygon points=\"476.5 287.3 466.9 287.3 466.9 250.4 457.3 250.4 457.3 243.9 486.1 243.9 486.1 250.4 476.5 250.4 476.5 287.3\"><\/polygon><polygon points=\"574.4 260 574.4 243.9 584 243.9 584 287.3 574.4 287.3 574.4 268 558.3 268 558.3 287.3 550.3 287.3 550.3 243.9 558.3 243.9 558.3 260 574.4 260\"><\/polygon><polygon points=\"662.6 250.4 662.6 260 675.5 260 675.5 268 662.6 268 662.6 279.2 675.5 279.2 675.5 287.3 653 287.3 653 243.9 675.5 243.9 675.5 250.4 662.6 250.4\"><\/polygon><path d=\"M770.1,253.6c-1.6-1.6-3.2-3.2-6.4-3.2s-4.8,1.6-4.8,4.8c0,8,17.6,4.8,17.6,19.3,0,8-4.8,14.4-14.4,14.4-6.4,0-11.2-3.2-12.8-8l4.8-4.8c1.6,3.2,4.8,6.4,8,6.4s6.4-3.2,6.4-6.4c0-4.8-4.8-6.4-8-6.4-6.4-1.6-9.6-4.8-9.6-11.2s4.8-12.8,12.8-12.8c3.2,0,9.6,1.6,11.2,4.8l-4.8,3.1h0Z\"><\/path><path d=\"M393.1,264.8h0c0,6.4-4.8,12.8-11.2,14.4h-3.3c-6.4-1.6-11.2-8-11.2-14.4h0c0-6.4,4.8-12.8,11.2-14.4h3.2c6.5,1.6,11.3,8,11.3,14.4h0ZM378.6,288.9c12.8,0,20.9-11.2,20.9-22.5,0-12.8-9.6-22.5-20.9-22.5-12.8,0-22.5,11.2-22.5,22.5,1.7,11.2,9.7,22.5,22.5,22.5h0Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f5893ac e-flex e-con-boxed e-con e-child\" data-id=\"f5893ac\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0586bca elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0586bca\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"358.869mm\" height=\"39.577mm\" viewBox=\"0 0 1017.266 112.188\"><path id=\"b\" d=\"M43.214,2.671h28.744v77.455c0,19.171-15.869,32.062-36.437,32.062C14.464,112.188,0,100.554,0,80.76v-7.096h25.599v6.43c-.108,2.395.776,4.733,2.445,6.462,1.664,1.729,3.968,2.699,6.37,2.679,2.407.064,4.733-.884,6.408-2.619,1.67-1.729,2.537-4.087,2.391-6.49V2.671h0ZM156.779,109.476l-6.76-18.372h-40.845l-6.912,18.372h-28.902L117.816,2.671h26.472l42.807,106.805h-30.316ZM130.307,36.289h-.375l-13.049,34.258h25.756l-12.332-34.258ZM294.248,73.664c-7.227,22.78-29.384,38.491-54.984,38.491-31.145,0-56.712-23.263-56.712-55.932S208.775.005,239.888.005c25.133,0,46.823,15.401,54.201,38.03h-32.701c-4.874-7.227-12.963-11.623-21.674-11.791-14.296,0-26.706,12.101-26.706,29.856s12.459,29.692,26.706,29.692c8.913-.077,17.19-4.635,22.021-12.127h32.512ZM364.881,109.476l-30.316-43.602h-.64v43.602h-28.748V2.671h28.748v41.012h.625l29.692-41.012h32.051l-38.795,49.02,41.158,57.785h-33.775ZM558.644,2.671h28.744v77.455c0,19.171-15.867,32.062-36.452,32.062-21.057,0-35.504-11.634-35.504-31.428v-7.096h25.599v6.43c-.109,2.395.776,4.733,2.445,6.462,1.664,1.729,3.968,2.699,6.37,2.679,2.407.064,4.733-.884,6.402-2.619,1.675-1.729,2.543-4.087,2.395-6.49V2.671h0ZM655.56,112.188c-32.044,0-57.818-23.263-57.818-55.937S623.565.005,655.56.005s58.318,23.56,58.318,56.246-26.267,55.937-58.318,55.937ZM683.59,56.126c0-18.232-12.567-29.692-27.811-29.692s-27.546,11.911-27.546,29.665,12.258,29.584,27.502,29.584,27.796-11.834,27.796-29.584l.06.027h0ZM796.413,109.476l-44.227-58.723h-.792v58.723h-27.177V2.671h24.825l44.611,59.077h.798V2.671h27.171v106.805h-25.209ZM836.308,109.476V2.671h81.563v24.511h-52.944v16.193h36.767v24.06h-36.767v17.591h52.944v24.45s-81.563,0-81.563,0ZM988.722,37.395c-2.52-8.333-8.641-14.015-20.118-14.015-9.422,0-14.296,4.559-14.296,9.591,0,5.339,5.656,8.007,14.611,9.346l7.861,1.101c27.653,3.925,40.487,11.899,40.487,31.568,0,23.263-21.301,37.244-47.383,37.244-24.651,0-43.279-13.824-45.003-38.649h27.339c2.234,9.461,10.875,15.999,20.59,15.576,8.952,0,15.712-4.408,15.712-11.168,0-4.874-3.46-8.002-17.441-10.056l-12.101-1.795c-21.365-3.112-33.309-13.315-33.309-31.829C925.672,15.19,942.956.054,969.975.054c28.744,0,43.598,16.8,45.56,37.374l-26.813-.032h0ZM504.746,93.111l-15.104-15.153,13.049-13.065-17.906-17.859-13.05,13.065-19.917-19.917c-3.037-3.112-4.792-5.091-4.857-8.068-.017-4.05,3.194-7.378,7.243-7.503,3.61,0,5.513,1.323,8.234,4.251l2.992,2.987,17.484-17.5-2.429-2.429C473.464,4.174,463.441-.168,452.989.005c-20.868,0-33.418,15.949-33.418,32.268,0,7.535,2.77,14.854,10.274,22.406l23.626,23.653-2.401,2.402c-4.001,4.141-6.338,6.863-10.897,6.943-5.497.093-10.387-3.599-10.495-9.346,0-3.751,1.556-6.229,4.548-9.34l.651-.657-16.352-16.395-1.647,1.649c-6.229,5.921-12.632,15.309-12.632,27.811,0,16.899,13.63,30.772,34.989,30.772,12.849,0,22.006-5.714,30.788-14.654l1.306-1.289,15.201,15.147s18.217-18.264,18.217-18.264Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59916c6 e-flex e-con-boxed e-con e-child\" data-id=\"59916c6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1976353 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1976353\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"a\" width=\"247.892mm\" height=\"52.0906mm\" viewBox=\"0 0 702.686 147.6583\"><defs><mask id=\"b\" x=\"-57.425\" y=\"-58.395\" width=\"829.628\" height=\"262.127\" maskUnits=\"userSpaceOnUse\"><g id=\"c\"><path id=\"d\" d=\"M-57.425-58.395h829.628V203.732H-57.425V-58.395Z\" fill=\"#fff\" fill-rule=\"evenodd\"><\/path><\/g><\/mask><\/defs><path d=\"M215.274,3.6643v16.97h15.722v107.017h18.757V3.6653h-34.48l.001-.001ZM471.637,5.6313v47.343h47.342v-16.972h-28.584V5.6323h-18.758v-.001ZM35.909,61.1893c0,15.187,10.182,23.94,28.94,27.693l8.04,1.607c11.434,2.322,21.26,4.467,21.26,11.254,0,7.505-8.398,10.72-18.937,10.72-5.897,0-10.007-.537-16.26-2.144v16.973c5.005,1.429,10.363,2.145,16.26,2.145,17.686,0,38.587-8.22,38.587-27.693,0-14.469-9.111-22.687-30.012-27.513l-8.396-1.963c-11.792-2.678-19.832-3.93-19.832-11.078,0-6.072,6.967-9.467,16.615-9.467,10.362,0,18.222,4.109,21.08,11.614h19.653c-4.288-17.51-21.08-28.586-40.733-28.586s-36.265,10.364-36.265,26.439M368.199,82.4513c0,26.441,20.902,47.343,47.344,47.343,20.185,0,36.98-12.15,43.948-29.477h-20.904c-4.823,7.68-13.042,12.506-22.869,12.506-16.254,0-27.869-12.506-27.869-30.372s11.615-30.372,27.87-30.372c9.826,0,17.51,4.824,22.155,12.506h21.081c-6.968-17.327-23.227-29.477-43.412-29.477-26.442,0-47.344,20.901-47.344,47.343M263.688,82.4513c0,26.798,20.545,47.343,46.45,47.343,20.186,0,37.336-10.006,45.556-29.477h-19.652c-5.003,7.86-14.293,12.506-25.905,12.506-14.29,0-25.545-9.826-27.692-24.12h73.786c.176-2.502.356-4.645.356-6.788,0-1.967-.18-3.93-.356-5.538-2.68-23.582-21.44-41.27-46.094-41.27-25.904,0-46.45,20.19-46.45,47.344M310.137,52.0793c14.294,0,24.477,8.22,26.799,21.44h-53.595c2.858-13.04,13.576-21.44,26.796-21.44M124.161,82.4503c0,26.798,20.546,47.343,46.451,47.343,20.185,0,37.337-10.006,45.556-29.477h-19.653c-5.001,7.86-14.293,12.506-25.903,12.506-14.292,0-25.549-9.826-27.692-24.12h73.784c.177-2.502.357-4.466.357-6.608,0-1.788-.18-3.574-.357-5.718-2.682-23.582-21.44-41.27-46.092-41.27-25.905,0-46.45,20.19-46.45,47.344M170.612,52.0783c14.29,0,24.475,8.22,26.797,21.44h-53.594c2.858-13.04,13.577-21.44,26.797-21.44M471.637,64.5843v32.694c0,9.826,2.502,17.33,7.504,22.51,5.002,5.18,11.97,7.862,21.081,7.862h18.757v-16.974h-16.97c-4.11,0-7.145-1.072-8.932-3.036-1.786-1.966-2.682-5.537-2.682-10.362v-32.694h-18.758,0ZM0,100.3163v16.972h28.584v30.37h18.758v-47.342H0Z\"><\/path><g mask=\"url(#b)\"><path d=\"M556.117,147.655h-1.2V0h1.2v147.655Z\"><\/path><path d=\"M665.429,14.744c2.984-3.554,4.905-8.586,4.384-13.458-4.284.144-9.442,2.79-12.314,6.433-2.828,3.164-4.716,8.166-4.077,12.935,4.296.379,9.012-2.336,12.007-5.91\"><\/path><path d=\"M681.594,74.1998c-3.584,5.21-7.354,10.187-12.926,10.338-5.731.053-7.558-3.231-13.962-3.231-5.964,0-7.988,3.08-13.28,3.284-5.496.23-9.636-5.358-13.256-10.595-7.166-10.472-12.63-29.22-5.3199-41.622,3.7061-6.374,10.278-10.425,17.4-10.47,5.427-.175,10.514,3.592,13.704,3.592,3.042,0,9.152-4.528,15.8051-3.86,2.585.103,10.463,1.115,15.291,8.35-.37.207-9.2371,5.337-9.13,15.477.1281,12.724,11.22,16.72,11.324,16.742-.068.307-1.7271,5.982-5.65,11.995Z\"><\/path><path d=\"M607.715,104.322v7.204h3.231c2.45,0,3.86-1.32,3.86-3.596v-.025c0-2.263-1.41-3.583-3.86-3.583h-3.231ZM604.898,101.946h6.751c3.558,0,6.023,2.388,6.023,5.946v.025c0,3.546-2.465,5.973-6.023,5.973h-3.934v6.198h-2.817v-18.142h0ZM619.895,106.862h2.716v2.263h.062c.428-1.547,1.534-2.514,3.043-2.514.39,0,.729.062.943.1v2.527c-.214-.088-.692-.152-1.22-.152-1.747,0-2.828,1.145-2.828,3.118v7.884h-2.716v-13.226h0ZM630.524,112.242h6.637c-.226-2.288-1.509-3.406-3.281-3.406-1.76,0-3.118,1.194-3.356,3.406M627.771,113.525v-.013c0-4.136,2.388-6.902,6.097-6.902s5.984,2.665,5.984,6.638v.918h-9.367c.05,2.502,1.421,3.96,3.583,3.96,1.61,0,2.679-.83,3.018-1.823l.038-.1h2.577l-.025.137c-.427,2.1-2.464,4.01-5.67,4.01-3.884,0-6.235-2.651-6.235-6.825M642.295,106.862h2.715v2.05h.063c.566-1.384,1.911-2.301,3.646-2.301,1.823,0,3.155.942,3.683,2.601h.064c.678-1.609,2.238-2.601,4.123-2.601,2.615,0,4.325,1.734,4.325,4.387v9.09h-2.728v-8.436c0-1.723-.918-2.716-2.527-2.716-1.61,0-2.729,1.206-2.729,2.88v8.272h-2.665v-8.638c0-1.533-.967-2.514-2.502-2.514-1.61,0-2.753,1.27-2.753,2.98v8.172h-2.715v-13.226ZM663.925,106.862h2.716v13.226h-2.716v-13.226ZM663.699,103.266c0-.868.704-1.571,1.583-1.571.8643-.0012,1.5659.6986,1.5671,1.5629.0012.8643-.6986,1.5659-1.5629,1.5671h-.0042c-.8671.0072-1.5758-.6898-1.583-1.5569v-.0031M669.645,115.436v-8.574h2.716v8.046c0,2,.93,3.105,2.816,3.105,1.91,0,3.143-1.37,3.143-3.433v-7.718h2.728v13.225h-2.728v-1.986h-.062c-.693,1.332-2.038,2.25-4.05,2.25-2.903,0-4.563-1.873-4.563-4.915M684.067,106.862h2.716v2.05h.062c.566-1.384,1.912-2.301,3.647-2.301,1.823,0,3.155.942,3.683,2.601h.063c.678-1.609,2.238-2.601,4.123-2.601,2.615,0,4.325,1.734,4.325,4.387v9.09h-2.727v-8.436c0-1.723-.918-2.716-2.528-2.716-1.609,0-2.728,1.206-2.728,2.88v8.272h-2.666v-8.638c0-1.533-.967-2.514-2.502-2.514-1.609,0-2.752,1.27-2.752,2.98v8.172h-2.716v-13.226h.0001ZM615.725,130.393v7.204h3.232c2.45,0,3.86-1.32,3.86-3.596v-.025c0-2.263-1.41-3.583-3.86-3.583h-3.232ZM612.909,128.017h6.751c3.558,0,6.023,2.388,6.023,5.946v.025c0,3.546-2.465,5.973-6.023,5.973h-3.935v6.198h-2.816v-18.142ZM631.857,144.222c1.912,0,3.357-1.294,3.357-3.016v-1.031l-3.23.2c-1.635.1-2.541.817-2.541,1.937v.025c0,1.156.956,1.885,2.414,1.885M626.702,142.4v-.026c0-2.3,1.786-3.709,4.916-3.897l3.596-.214v-.993c0-1.458-.942-2.338-2.627-2.338-1.572,0-2.54.742-2.766,1.798l-.025.112h-2.565l.012-.138c.189-2.275,2.163-4.023,5.42-4.023,3.23,0,5.28,1.71,5.28,4.363v9.114h-2.73v-2.087h-.05c-.767,1.42-2.3,2.327-4.047,2.327-2.64,0-4.414-1.622-4.414-3.998M640.923,132.932h2.716v2.264h.062c.429-1.547,1.534-2.514,3.044-2.514.39,0,.728.062.943.1v2.527c-.215-.088-.693-.152-1.22-.152-1.748,0-2.829,1.145-2.829,3.118v7.884h-2.716v-13.227ZM651.48,142.676v-7.581h-1.899v-2.163h1.899v-3.444h2.779v3.444h2.475v2.163h-2.475v7.417c0,1.345.602,1.747,1.747,1.747.29,0,.528-.025.728-.05v2.1c-.4571.0729-.9191.1106-1.382.113-2.615,0-3.872-1.107-3.872-3.747M659.515,132.932h2.716v2h.063c.692-1.345,2.05-2.25,4.049-2.25,2.904,0,4.575,1.872,4.575,4.915v8.562h-2.727v-8.047c0-1.986-.93-3.105-2.817-3.105-1.91,0-3.143,1.383-3.143,3.444v7.708h-2.715v-13.226l-.001-.001ZM676.045,138.314h6.636c-.225-2.289-1.508-3.407-3.28-3.407-1.76,0-3.118,1.194-3.357,3.407M673.2909,139.596v-.013c0-4.136,2.388-6.902,6.098-6.902,3.708,0,5.984,2.665,5.984,6.638v.918h-9.367c.05,2.502,1.42,3.96,3.583,3.96,1.61,0,2.678-.83,3.018-1.823l.037-.1h2.578l-.025.138c-.428,2.1-2.464,4.01-5.67,4.01-3.885,0-6.236-2.652-6.236-6.826M687.815,132.932h2.716v2.264h.063c.428-1.547,1.533-2.514,3.043-2.514.39,0,.728.062.943.1v2.527c-.215-.088-.692-.152-1.22-.152-1.748,0-2.829,1.145-2.829,3.118v7.884h-2.715v-13.226l-.001-.001ZM665.429,14.744c2.984-3.554,4.905-8.586,4.384-13.458-4.284.144-9.442,2.79-12.314,6.433-2.828,3.164-4.716,8.166-4.077,12.935,4.296.379,9.012-2.336,12.007-5.91M687.244,62.205c-.069.308-1.727,5.982-5.65,11.996-3.584,5.21-7.355,10.186-12.926,10.338-5.731.052-7.558-3.232-13.962-3.232-5.964,0-7.989,3.08-13.28,3.284-5.497.23-9.637-5.358-13.256-10.594-7.166-10.473-12.631-29.22-5.32-41.622,3.706-6.375,10.277-10.426,17.4-10.47,5.427-.176,10.514,3.591,13.703,3.591,3.042,0,9.153-4.527,15.806-3.86,2.584.103,10.462,1.116,15.291,8.35-.37.207-9.237,5.337-9.13,15.477.128,12.725,11.22,16.72,11.324,16.742\"><\/path><path d=\"M607.715,104.322v7.204h3.231c2.45,0,3.86-1.32,3.86-3.596v-.025c0-2.263-1.41-3.583-3.86-3.583h-3.231ZM604.898,101.946h6.751c3.558,0,6.023,2.388,6.023,5.946v.025c0,3.546-2.465,5.973-6.023,5.973h-3.934v6.198h-2.817v-18.142h0ZM619.895,106.862h2.716v2.263h.062c.428-1.547,1.534-2.514,3.043-2.514.39,0,.729.062.943.1v2.527c-.214-.088-.692-.152-1.22-.152-1.747,0-2.828,1.145-2.828,3.118v7.884h-2.716v-13.226h0ZM630.524,112.242h6.637c-.226-2.288-1.509-3.406-3.281-3.406-1.76,0-3.118,1.194-3.356,3.406M627.771,113.525v-.013c0-4.136,2.388-6.902,6.097-6.902s5.984,2.665,5.984,6.638v.918h-9.367c.05,2.502,1.421,3.96,3.583,3.96,1.61,0,2.679-.83,3.018-1.823l.038-.1h2.577l-.025.137c-.427,2.1-2.464,4.01-5.67,4.01-3.884,0-6.235-2.651-6.235-6.825M642.295,106.862h2.715v2.05h.063c.566-1.384,1.911-2.301,3.646-2.301,1.823,0,3.155.942,3.683,2.601h.064c.678-1.609,2.238-2.601,4.123-2.601,2.615,0,4.325,1.734,4.325,4.387v9.09h-2.728v-8.436c0-1.723-.918-2.716-2.527-2.716-1.61,0-2.729,1.206-2.729,2.88v8.272h-2.665v-8.638c0-1.533-.967-2.514-2.502-2.514-1.61,0-2.753,1.27-2.753,2.98v8.172h-2.715v-13.226ZM663.925,106.862h2.716v13.226h-2.716v-13.226ZM663.699,103.266c0-.868.704-1.571,1.583-1.571.8643-.0012,1.5659.6986,1.5671,1.5629.0012.8643-.6986,1.5659-1.5629,1.5671h-.0042c-.8671.0072-1.5758-.6898-1.583-1.5569v-.0031M669.645,115.436v-8.574h2.716v8.046c0,2,.93,3.105,2.816,3.105,1.91,0,3.143-1.37,3.143-3.433v-7.718h2.728v13.225h-2.728v-1.986h-.062c-.693,1.332-2.038,2.25-4.05,2.25-2.903,0-4.563-1.873-4.563-4.915M684.067,106.862h2.716v2.05h.062c.566-1.384,1.912-2.301,3.647-2.301,1.823,0,3.155.942,3.683,2.601h.063c.678-1.609,2.238-2.601,4.123-2.601,2.615,0,4.325,1.734,4.325,4.387v9.09h-2.727v-8.436c0-1.723-.918-2.716-2.528-2.716-1.609,0-2.728,1.206-2.728,2.88v8.272h-2.666v-8.638c0-1.533-.967-2.514-2.502-2.514-1.609,0-2.752,1.27-2.752,2.98v8.172h-2.716v-13.226h.0001ZM615.725,130.393v7.204h3.232c2.45,0,3.86-1.32,3.86-3.596v-.025c0-2.263-1.41-3.583-3.86-3.583h-3.232ZM612.909,128.017h6.751c3.558,0,6.023,2.388,6.023,5.946v.025c0,3.546-2.465,5.973-6.023,5.973h-3.935v6.198h-2.816v-18.142ZM631.857,144.222c1.912,0,3.357-1.294,3.357-3.016v-1.031l-3.23.2c-1.635.1-2.541.817-2.541,1.937v.025c0,1.156.956,1.885,2.414,1.885M626.702,142.4v-.026c0-2.3,1.786-3.709,4.916-3.897l3.596-.214v-.993c0-1.458-.942-2.338-2.627-2.338-1.572,0-2.54.742-2.766,1.798l-.025.112h-2.565l.012-.138c.189-2.275,2.163-4.023,5.42-4.023,3.23,0,5.28,1.71,5.28,4.363v9.114h-2.73v-2.087h-.05c-.767,1.42-2.3,2.327-4.047,2.327-2.64,0-4.414-1.622-4.414-3.998M640.923,132.932h2.716v2.264h.062c.429-1.547,1.534-2.514,3.044-2.514.39,0,.728.062.943.1v2.527c-.215-.088-.693-.152-1.22-.152-1.748,0-2.829,1.145-2.829,3.118v7.884h-2.716v-13.227ZM651.48,142.676v-7.581h-1.899v-2.163h1.899v-3.444h2.779v3.444h2.475v2.163h-2.475v7.417c0,1.345.602,1.747,1.747,1.747.29,0,.528-.025.728-.05v2.1c-.4571.0729-.9191.1106-1.382.113-2.615,0-3.872-1.107-3.872-3.747M659.515,132.932h2.716v2h.063c.692-1.345,2.05-2.25,4.049-2.25,2.904,0,4.575,1.872,4.575,4.915v8.562h-2.727v-8.047c0-1.986-.93-3.105-2.817-3.105-1.91,0-3.143,1.383-3.143,3.444v7.708h-2.715v-13.226l-.001-.001ZM676.045,138.314h6.636c-.225-2.289-1.508-3.407-3.28-3.407-1.76,0-3.118,1.194-3.357,3.407M673.2909,139.596v-.013c0-4.136,2.388-6.902,6.098-6.902,3.708,0,5.984,2.665,5.984,6.638v.918h-9.367c.05,2.502,1.42,3.96,3.583,3.96,1.61,0,2.678-.83,3.018-1.823l.037-.1h2.578l-.025.138c-.428,2.1-2.464,4.01-5.67,4.01-3.885,0-6.236-2.652-6.236-6.826M687.815,132.932h2.716v2.264h.063c.428-1.547,1.533-2.514,3.043-2.514.39,0,.728.062.943.1v2.527c-.215-.088-.692-.152-1.22-.152-1.748,0-2.829,1.145-2.829,3.118v7.884h-2.715v-13.226l-.001-.001Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"12\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-30ef6a5 e-flex e-con-boxed e-con e-child\" data-id=\"30ef6a5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-694d9b9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"694d9b9\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"40.569mm\" height=\"6.302mm\" viewBox=\"0 0 115 17.863\"><path d=\"M82.895,17.587h1.813V0h-1.813v17.587ZM71.4,12.131l2.18-2.463,5.988,7.919h2.294l-6.906-9.461,6.906-7.804h-2.386l-8.076,9.208V.322h-1.996v17.264h1.996v-5.456ZM48.48,17.587h1.813V5.478h-1.813v12.108ZM48.457,3.361h1.858V1.243h-1.858v2.118ZM54.307,17.587h-1.812V5.478h1.812v2.026c.229-.667,1.285-2.302,3.786-2.302,3.373,0,4.956,2.486,4.956,5.548v6.837h-1.835v-6.791c0-2.279-1.216-3.867-3.419-3.867-2.18,0-3.487,1.634-3.487,3.959v6.699ZM96.661,10.381h-8.283c.298-1.726,1.812-3.499,4.153-3.499,2.409,0,3.763,1.68,4.13,3.499ZM86.429,11.533c0,3.591,2.616,6.33,6.149,6.33,3.625,0,5.415-2.509,5.874-4.166h-1.813c-.482,1.013-1.652,2.463-4.061,2.463s-4.176-1.842-4.313-4.167h10.348c.092-3.959-2.547-6.791-6.08-6.791-3.464,0-6.103,2.762-6.103,6.33ZM100.379,17.587h1.812V5.478h-1.812v12.108ZM100.356,3.361h1.858V1.243h-1.858v2.118ZM104.394,17.587h1.812v-6.699c0-2.325,1.308-3.959,3.487-3.959,2.203,0,3.419,1.588,3.419,3.867v6.791h1.835v-6.837c0-3.062-1.583-5.548-4.955-5.548-2.501,0-3.557,1.634-3.786,2.302v-2.026h-1.812v12.108ZM2.065,8.978c0,4.028,2.891,7.044,6.676,7.044,3.533,0,5.277-2.187,5.828-3.269h1.996c-.505,1.657-2.891,5.133-7.824,5.133C3.763,17.886,0,14.111,0,8.954,0,3.867,3.809.023,8.741.023s7.319,3.407,7.87,5.179h-2.065c-.62-1.128-2.34-3.315-5.805-3.315-3.786,0-6.676,3.016-6.676,7.09ZM23.816,6.929c2.501,0,4.336,2.003,4.336,4.604s-1.836,4.604-4.336,4.604c-2.524,0-4.359-2.003-4.359-4.604,0-2.624,1.836-4.604,4.359-4.604ZM17.598,11.533c0,3.614,2.707,6.33,6.149,6.33,2.73,0,3.992-1.726,4.382-2.555v2.279h1.812V5.478h-1.812v2.279c-.367-.806-1.652-2.555-4.382-2.555-3.441,0-6.149,2.716-6.149,6.33ZM32.144,17.587h1.812V0h-1.812v17.587ZM44.992,5.478l-3.832,10.244-3.832-10.244h-1.996l4.68,12.108h2.295l4.68-12.108h-1.996Z\" fill-rule=\"evenodd\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"13\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-149b3e1 e-flex e-con-boxed e-con e-child\" data-id=\"149b3e1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c02ced8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c02ced8\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"252.695mm\" height=\"27.023mm\" viewBox=\"0 0 716.3 76.6\"><path d=\"M360.9,29.4l-29.9-28.1v73.5h60.7V1.3l-30.8,28.1h0ZM397.4,74.8h74.6L434.1,1.3l-36.7,73.5ZM507,26.1h16.6c0-14.1-11.4-25.6-25.5-25.6s-25.6,11.4-25.6,25.6c0,11,6.9,20.3,16.6,23.9h-16.6c0,14.1,11.4,25.6,25.6,25.6,14.1,0,25.5-11.4,25.5-25.6,0-10.9-6.9-20.3-16.6-23.9M530,1.3v24h17.9v49.5h26.6V25.3h17V1.3s-61.5,0-61.5,0ZM601.4,1.3v73.5h49.6v-22.6h-22.7v-4.8h22.7v-19.8h-22.7v-3.7h22.7V1.3h-49.6ZM697.5,44.9c9.1-2.8,15.8-11.3,15.8-21.4,0-12.3-10-22.1-22.3-22.1h-26.9v73.4h52.2l-18.8-29.9Z\"><\/path><path d=\"M34.6,26.3h16.6C51.2,12.2,39.8.8,25.6.8c-14.1,0-25.6,11.4-25.6,25.5,0,11,6.9,20.3,16.6,23.9H0c0,14.1,11.4,25.6,25.6,25.6,14.1,0,25.6-11.4,25.6-25.6,0-10.9-6.9-20.3-16.6-23.9M260.6,1.5v24h17.8v49.5h26.6V25.5h17V1.5h-61.4ZM238.7,45c9.1-2.8,15.8-11.3,15.8-21.4,0-12.3-10-22.1-22.3-22.1h-26.9v73.4h52.1l-18.7-29.9ZM84.9,2.8h-24.4v72h24v-23.5h.4c13.4,0,24.3-10.9,24.3-24.2,0-13.4-10.9-24.3-24.3-24.3M194.8,38.3c0,21.2-17.2,38.3-38.3,38.3s-38.3-17.2-38.3-38.3S135.4,0,156.5,0s38.3,17.1,38.3,38.3\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"14\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a5d0b3b e-flex e-con-boxed e-con e-child\" data-id=\"a5d0b3b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1b542a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e1b542a\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"200\" height=\"68.944\" viewBox=\"0 0 200 68.944\"><path d=\"M107.571,7.261c-.606.731-1.694,1.011-2.488,1.562-7.018,4.877-11.016,17.344-14.507,24.89-.059,1.08,4.718,2.01,5.695,2.042,1.593.053,3.335-.495,4.874-.845-.23-.474-1.161-.357-1.746-.623-3.426-1.554-3.636-7.839-.024-9.385,4.819-2.063,7.645,3.263,5.635,7.311-.508,1.023-2.865,2.976-3.889,3.652-3.644,2.409-8.277,3.109-12.559,2.53-4.562,9.362-6.568,21.124-16.459,26.55-5.139,2.819-11.541,3.455-17.321,3.484l5.393-2.842c9.724-7.115,12.661-19.435,17.729-29.758l.059-.632-6.828-3.352-9.825,22.028C43.782,82.461-12.928,68.165,2.691,29.611c5.334-13.167,18.375-19.198,31.926-20.166.95-3.073,1.387-6.251,1.73-9.446l5.578,9.641c8.271.8,16.546,2.949,23.61,7.394C70.002,5.042,81.809-.259,94.163,1.677l-5.949,2.846c-4.433,2.83-7.65,7.086-10.117,11.67-.601,1.117-3.442,6.84-3.178,7.639l5.959,4.096c3.813-7.661,7.301-16.317,16.006-19.483.662-.241,3.671-1.184,4.123-1.184h6.564ZM33.551,11.733c-13.31,2.226-24.682,14.154-26.501,27.545-2.639,19.432,18.225,35.361,34.453,21.604,10.572-8.962,15.029-23.997,20.743-36.167-5.435-5.506-11.613-10.79-19.195-12.985,2.62,6.244,5.69,12.706,5.316,19.703-.576,10.758-9.966,21.517-16.209,29.736,2.251-7.717,5.126-16.44.603-23.929-2.409-3.989-6.401-6.347-9.728-9.443,2.021-6.276,8.13-9.982,10.518-16.064Z\"><\/path><path d=\"M161.62,54.466c-.079-.011-.314-.42-.416-.279.406,9.005,8.027,14.954,14.941,6.708l1.229,1.772c-4.411,6.272-12.329,7.948-18.411,2.836-9.929-8.348-4.457-29.144,9.793-26.552,4.82.877,7.576,6.134,8.516,10.478.193.89.72,3.642.675,4.367-.016.258-.235.67-.405.67h-15.921ZM171.256,50.276c-.249-11.027-9.567-10.903-10.056,0h10.056Z\"><\/path><path d=\"M136.062,63.265c.217,1.46,1.333,2.128,2.78,2.107l.013,2.223h-13.966l-.002-2.236c3.002.237,3.406-1.169,3.629-3.774.611-7.154.533-19.608.015-26.822-.231-3.223-.811-4.224-4.172-4.625-.117-.138-.073-1.203.017-1.464.329-.953,10.266-3.205,11.685-4.095v38.686Z\"><\/path><path d=\"M109.806,67.594l.002-2.232c2.818.066,3.389-.885,3.624-3.498-.514-8.896.7-18.577.015-27.379-.244-3.131-1.031-3.943-4.171-4.347-.201-1.478-.093-1.734,1.217-2.218,3.259-1.204,6.996-2.033,10.341-3.066l.148,37.01c.201,1.943.437,3.548,2.777,3.507l.012,2.223h-13.966Z\"><\/path><path d=\"M188.853,44.69c1.629-1.934,4.41-6.219,7.156-6.413,4.345-.308,6.313,9.698-.247,8.58-1.212-.207-2.6-1.491-3.681-1.338-.923.131-2.578,2.512-3.168,3.281v14.685c.328,1.469,2.278,1.936,3.57,1.877v2.233s-15.082,0-15.082,0v-2.236c3.002.037,3.713-.569,3.923-3.478.216-2.988.388-13.123-.361-15.585-.645-2.12-3.084-1.65-3.44-2.144-.289-1.03-.334-1.69.716-2.116,3.242-1.314,7.251-2.116,10.615-3.212v5.866Z\"><\/path><path d=\"M151.145,38.545v24.999c0,1.31,1.931,2.016,3.071,1.817v2.233s-13.965,0-13.965,0v-2.233c1.715.026,2.789-.268,3.047-2.122.465-3.347.357-12.412.039-15.909-.208-2.286-1.69-2.444-3.641-2.929l.241-2.336,11.208-3.521Z\"><\/path><path d=\"M105.616,38.545v25.278c0,.988,2.182,1.777,3.071,1.538v2.233s-13.965,0-13.965,0v-2.233c1.63.105,2.793-.399,3.055-2.114.466-3.054.331-12.384.029-15.635-.224-2.417-1.129-2.489-3.24-3.184l-.11-2.519,11.16-3.364Z\"><\/path><path d=\"M149.651,33.42c-2.027,2.14-5.594,1.377-6.838-1.206-1.897-3.94.675-8.624,5.342-7.576,3.506.788,3.746,6.408,1.497,8.782Z\"><\/path><path d=\"M30.191,63.678c-.688.486-7.816-3.808-8.899-4.633-7.015-5.342-4.703-11.924-4.487-19.51.134-4.713,0-9.45-.57-14.118l6.795,4.236c3.381,2.756,7.335,5.771,9.059,9.935,3.081,7.443-.214,16.643-1.897,24.089Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"15\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e72795d e-flex e-con-boxed e-con e-child\" data-id=\"e72795d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cb1786 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4cb1786\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"347.416mm\" height=\"47.907mm\" viewBox=\"0 0 984.8 135.8\"><g id=\"a\"><path d=\"M44.6,26.3l10.4,54.3h-20.4l10-54.3ZM984.8,75.1v-14.9c-.4-10-.7-18.6-1.9-25.3-1.1-8.2-3.3-14.5-6-18.6-3.7-6-8.2-10-13.4-12.6-5.2-2.6-11.5-3.7-20.1-3.7h-1c-8.2,0-14.9,1.5-20.1,3.7-5.2,2.6-9.7,6.7-13.4,12.6-2.6,4.1-4.8,10.4-6,18.6s-1.9,19-1.9,32.7.7,24.6,1.9,32.7,3.3,14.5,6,18.6c3.7,6,8.2,10,13.4,12.6s11.9,3.7,20.5,3.7,15.3-1.1,20.5-3.7c5.2-2.6,9.7-6.7,13.4-12.6,2.6-4.1,4.8-10.4,6-18.6,1.1-6.7,1.5-15.3,1.9-25.3h.2v.1ZM24.5,132.3l6.3-32.4h27.6l6.3,32.4h26L61.4,3.2H29L0,132.3h24.5ZM120.2,132.3l19-43.2,18.6,43.2h27.2l-32-65.9L184.3,3.2h-26.9l-17.5,40.6L122.8,3.2h-27.2l30.1,63.2-31.6,65.9h26.1ZM261.5,132.3v-22h-43.5v-35.6h39.4v-20.5h-39.4v-29.7h42.4V2.9h-66.2v129.1h67.3v.3ZM344.1,132.3v-22h-43.5V3.2h-24.2v129.1h67.7ZM438.6,26.3l10.4,54.3h-20.5l10.1-54.3ZM418.5,132.3l6.3-32.4h27.6l6.3,32.4h26L455.4,3.2h-32.4l-29,129.1h24.5ZM520.5,21.1h11.9c7.8,0,13.4,1.1,16.4,3.7,3,2.6,4.5,7.1,4.5,13.4,0,7.1-1.5,12.3-4.1,14.9-2.6,3-7.4,4.1-14.5,4.1h-13.8V20.7l-.4.4ZM520.5,132.3v-56.5h8.2c9.7,0,16.4,1.5,19.3,4.1,3.3,3,4.8,7.8,4.8,15.3v3.3l.4,13.4c0,5.2.4,9.7.7,12.3.4,3,.7,5.6,1.5,7.8h28.6c-2.2-2.2-3.7-4.8-4.8-7.4-1.1-3-1.5-6.7-1.9-11.5l-.7-17.1v-1.9c-.4-16.4-6.3-26-17.9-29,6-.7,10.4-3.7,13.8-8.6,3-4.8,4.5-11.5,4.5-19.7,0-11.9-3-20.5-8.6-26-5.6-5.2-15.3-7.8-28.3-7.8h-43.2v129.1h23.1l.5.2ZM620.6,3.2h-24.2v129.1h24.2V3.2ZM722.5,132.3V62h-39.8v20.5h16.7v4.5c0,10.4-1.5,17.9-4.1,22.3-2.6,4.5-7.1,6.7-13.8,6.7-6.3,0-10.8-3-13.4-9.3-2.6-6.3-3.7-18.2-3.7-36.5,0-23.1,1.1-37.2,3.7-42.8,2.6-5.2,7.4-8.2,14.5-8.2,5.6,0,10,1.9,13,6,3,4.1,4.5,9.7,4.5,17.5v1.5h22.3v-3.3c0-13.8-3.3-23.8-9.7-30.5-6.7-6.7-16.7-9.7-30.5-9.7-8.2,0-15.3,1.1-20.5,3.7-5.6,2.6-10,6.3-13.4,11.5-3,4.1-4.8,10-6.3,17.9-1.5,7.8-1.9,17.9-1.9,30.5,0,27.2,2.6,46.1,8.2,56.2s14.9,15.3,28.6,15.3c7.4,0,13.4-1.5,17.5-4.1,4.5-2.6,7.8-7.1,10-13.4l1.9,14.1h16.4-.2v-.1ZM778.7,26.3l10.4,54.3h-20.5l10.1-54.3ZM758.6,132.3l6.3-32.4h27.5l6.3,32.4h26L795.4,3.2h-32.4l-29,129.1h24.6ZM870.6,132.3V24.5h27.5V3.2h-79.2v21.2h27.5v107.9h24.2ZM929.7,27.4c2.6-5.6,7.1-8.2,13.8-8.2s11.2,2.6,13.8,8.2c2.6,5.6,3.7,19,3.7,40.6s-1.1,35-3.7,40.2c-2.6,5.6-7.1,8.2-13.4,8.2-6.7,0-11.2-2.6-13.8-8.2s-3.7-19-3.7-40.2c0-21.6,1.1-35,3.7-40.6,0,0-.4,0-.4,0Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"16\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e65a4aa e-flex e-con-boxed e-con e-child\" data-id=\"e65a4aa\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb73535 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"bb73535\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"62mm\" height=\"14.37mm\" viewBox=\"0 0 175.749 40.735\"><path d=\"M9.239,7.349L0,3.36v37.375h8.189v-20.368l12.388,20.158.63.21h6.299l-.21-28.136-7.559-2.1v14.488l-.419-.84L9.239,7.349Z\"><\/path><path d=\"M87.979,13.438h-.21L79.79,0h-9.869l13.439,19.948v20.787h8.818l.21-20.787L105.827.21V0h-9.869l-.42.84-7.56,12.388h0v.21h0Z\"><\/path><path d=\"M140.682,14.068l-5.67,1.05-3.99,7.559v-7.139h-.209l-6.09.839v24.357h6.299v-9.659l4.831,9.449h0l6.509.21-.21-.63-6.299-12.598-.42-1.05.42-.841,5.668-11.758h-.209l-.63.211Z\"><\/path><path d=\"M175.539,8.609l-2.94-3.36-14.699,4.619v30.867h6.718v-13.019l3.99-.209v13.228h7.141v-14.278l-2.101-3.15,1.891-3.359v-11.339h0ZM164.618,14.278l3.99-1.05v6.72l-.418.21-3.572.419v-6.299Z\"><\/path><path d=\"M155.38,13.018l-.211-2.309-12.599,2.939v27.086h13.23v-6.72h0l-.631-.209h-5.459v-5.25l5.67-.63v-6.929l-5.249.839h-.421v-3.779l5.67-1.681v-3.357Z\"><\/path><path d=\"M122.205,19.737l-2.309-2.52-10.289,1.05-.211.42v22.047h5.251v-9.029h2.518v9.029h5.249l-.209-10.289-1.259-1.681v-.209l1.259-1.68v-7.138ZM117.374,22.047l-.209,4.619-2.518.21v-4.829s2.727,0,2.727,0Z\"><\/path><path d=\"M107.506,21.417l-.42-.419-2.521-2.31-.629-.21-5.46.42-1.05.419-2.729,2.52v15.328l3.36,3.36,6.089.21.21-.21,2.939-3.36.21-1.259v-14.489h0ZM99.527,23.727h3.15v12.598h-3.15v-12.598Z\"><\/path><path d=\"M74.541,19.108l-.21.209-2.939,10.08h0l-2.939-10.919-.631-.21-5.668-.419-4.2,11.549-2.31-12.179h-.21l-.629-.209-6.509-1.05,5.25,24.776,6.719-.21,4.619-12.389,3.36,12.389.629.21h5.67l.21-.421.63-1.05,5.459-19.737-6.301-.42Z\"><\/path><path d=\"M46.615,21.837v-6.089l-16.168-2.52v27.507h17.637v-6.72h-9.238v-3.989h7.559v-5.039l-7.559-.629v-3.36l7.769.839Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"17\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9aace3a e-flex e-con-boxed e-con e-child\" data-id=\"9aace3a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9eadaf elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d9eadaf\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"234.184mm\" height=\"39.19mm\" viewBox=\"0 0 663.83 111.09\"><path d=\"M52.27,87.69l-17.9-35.59c-5.84-11.7-11.67-24.02-16.86-36.21h-.26c.65,12.69,1.04,25.37,1.04,38.06v33.75H0V0h27.11l17.9,35.59c5.84,11.7,11.67,24.02,16.86,36.21h.26c-.65-12.69-1.04-25.37-1.04-38.06V0h18.29v87.69h-27.11Z\"><\/path><path d=\"M83.91,63.55V25.12h18.16v36.7c0,9.48,4.41,13.79,11.54,13.79,7.52,0,12.97-5.67,12.97-17V25.12h18.16v62.57h-16.99v-7.88h-.26c-4.28,5.54-10.89,9.36-19.32,9.36-14.78,0-24.25-8.62-24.25-25.62h-.01Z\"><\/path><path d=\"M190.38,87.69v-8.25h-.26c-4.02,6.4-11.28,9.85-18.93,9.85-16.6,0-27.36-12.93-27.36-32.88s10.63-32.88,27.11-32.88c7.52,0,14.65,3.2,18.68,9.11h.26V0h18.16v87.69h-17.66ZM162.76,56.41c0,11.95,5.58,19.71,14.27,19.71,8.17,0,13.75-7.27,13.75-19.71s-5.58-19.71-13.75-19.71c-8.69,0-14.27,7.76-14.27,19.71Z\"><\/path><path d=\"M251.6,68.72h18.55c-2.59,11.45-14.01,20.94-31.51,20.94-20.75,0-32.81-13.79-32.81-33.75,0-18.47,12.06-32.76,32.68-32.76,15.17,0,26.33,8.13,30.48,20.81,1.43,4.31,2.07,9.11,2.07,16.01h-47.34c.52,12.93,7.13,17.49,14.91,17.49,7.26,0,12.06-3.69,12.97-8.74h0ZM224.1,49.14h28.79c-1.17-9.48-7.13-13.79-14.4-13.79s-12.97,4.31-14.4,13.79h.01Z\"><\/path><path d=\"M287.52,36.05c-8.39,0-14.74-6.12-14.74-14.04s6.35-14.04,14.74-14.04,14.74,6.12,14.74,14.04-6.35,14.04-14.74,14.04ZM287.52,11.21c-6.31,0-11.15,4.84-11.15,10.8s4.84,10.8,11.15,10.8,11.15-4.84,11.15-10.8-4.84-10.8-11.15-10.8ZM284.15,29.72h-3.37v-15.56h7.22c1.51,0,2.68.16,3.5.57,1.64.74,3.03,2.26,3.03,4.43,0,2.67-1.64,4.15-3.85,4.8l4.41,5.75h-4.28l-4.11-5.54h-2.55v5.55ZM287.56,21.18c1.38,0,2.07-.08,2.51-.29.69-.33,1.04-.9,1.04-1.72s-.35-1.44-1.04-1.72c-.43-.21-1.08-.25-2.51-.25h-3.42v3.98h3.42Z\"><\/path><path d=\"M348.43,0C370.87,0,382.28,11.33,382.28,28.33s-11.41,28.33-33.85,28.33h-15.82v31.04h-19.06V0h34.89-.01ZM332.61,41.63h13.23c12.06,0,16.99-5.05,16.99-13.3s-4.93-13.3-16.99-13.3h-13.23v26.6Z\"><\/path><path d=\"M420.92,24.88v14.9c-2.07-.37-3.89-.62-5.71-.62-11.15,0-17.12,6.65-17.12,18.97v29.56h-18.16V25.12h16.73v8.87h.26c4.41-6.77,10.25-9.85,18.03-9.85,1.82,0,4.15.25,5.97.74h0Z\"><\/path><path d=\"M483.56,56.41c0,20.32-13.1,33.25-33.72,33.25s-33.72-12.93-33.72-33.25,13.1-33.25,33.72-33.25,33.72,12.93,33.72,33.25ZM435.19,56.41c0,12.19,5.71,19.95,14.65,19.95s14.65-7.76,14.65-19.95-5.71-19.95-14.65-19.95-14.65,7.76-14.65,19.95Z\"><\/path><path d=\"M501.07,89.05c0,15.76-9.34,22.05-22.44,22.05-3.37,0-6.35-.37-8.95-.99v-12.44c1.04.25,2.2.37,3.5.37,6.35,0,9.73-2.59,9.73-11.58V25.12h18.16v63.93ZM482.92,14.78V0h18.16v14.78h-18.16Z\"><\/path><path d=\"M545.95,68.72h18.55c-2.59,11.45-14.01,20.94-31.51,20.94-20.75,0-32.81-13.79-32.81-33.75,0-18.47,12.06-32.76,32.68-32.76,15.17,0,26.33,8.13,30.48,20.81,1.43,4.31,2.07,9.11,2.07,16.01h-47.34c.52,12.93,7.13,17.49,14.91,17.49,7.26,0,12.06-3.69,12.97-8.74h0ZM518.45,49.14h28.79c-1.17-9.48-7.13-13.79-14.4-13.79s-12.97,4.31-14.4,13.79h.01Z\"><\/path><path d=\"M627.13,48.4h-18.93c-.65-7.39-5.32-11.95-12.32-11.95-8.82,0-14.14,7.64-14.14,19.95s5.32,19.95,14.14,19.95c7,0,11.67-5.05,12.19-13.18h19.06c-1.43,15.89-13.36,26.48-31.13,26.48-20.1,0-33.2-13.06-33.2-33.25s13.1-33.25,33.2-33.25c17.77,0,29.7,10.59,31.13,25.25Z\"><\/path><path d=\"M663.83,74.14v13.18c-2.46.74-6.48,1.23-9.6,1.23-15.17,0-21.79-5.79-21.79-20.32v-30.3h-10.63v-12.81h10.63V8.86h18.16v16.26h12.47v12.81h-12.47v27.22c0,6.9,2.33,9.61,8.56,9.61,1.69,0,3.5-.25,4.67-.62Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"18\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18b19a3e e-flex e-con-boxed e-con e-child\" data-id=\"18b19a3e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5825e1ce elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5825e1ce\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"190.75mm\" height=\"131.34mm\" viewBox=\"0 0 540.7 372.3\"><path d=\"M303.8,107.7v.6l-2.1-.3v-.6c.8.9,1.2.1,2.1.3M300.6,108.5c-1.3-.1-2.5-.6-3.5-1.6l3.5,1.6ZM275,110.1l.2-3.1-.4,3.5.2-.4ZM276.6,106.6h.3v-1h-.3v1ZM284.9,106.1l.2-2.1.3.5-.5,1.6ZM271.2,103.2l.9-1.9-.3,1.3-.6.6ZM288.3,99.4v.5c.3,0,1.1.2,1.1-.2-.5.2-.6-.3-1.1-.3M250.2,98c-.3.8-1.8.8-2.7,1.1.7-.7,1.8-.7,2.7-1.1M273.1,96.5l3.2,1.1c-1-.6-1.8-2-3.2-1.1M276.1,92.3c-7,5.3-16.7,2.6-24.4,5.6,2.8-.3,5.6-1.5,8.3-1.1-1.9,1.5-5.3.2-7.2,2.2l8.3-1.6c.1-1.3,3.5-.7,4.8-.8l-.2.2c3.9-.6,8.1-.7,11.2-3.1h-.8c-.8-.6.4-1.4,0-1.4M252.9,96.3c5.5-1.2,11.8-.9,17.4-2.4-5.5-2.3-13.7-3.3-17.4,2.4M296.9,91.4c-.5.2-1.1.9-1.9.9.6-.5,1.2-.8,1.9-.9M238.4,91.7l.6-1.1v.5l-.6.6ZM237.4,91.7l.8-2.1h.8l-1.6,2.1ZM234.4,91.2c-.6-1.2,1.1-.9,1.1-1.9.4.3-.4,1.3-1.1,1.9M293.4,89.1h-.6v-.8c.3.2.8.3.6.8M274.2,89.1c-2-6-4.4,3.1-7.8,2.1l4.8,2.5c1.9-.9,3.7-2.2,5.1-3.8-.5.2-1.4-.5-2.1-.8M237.4,85.6h-.6l-1.9,2.7,2.5-2.7ZM242.2,85.3h-.3l.3.8v-.8ZM264.1,81.1c-1.9,1-5.7,1.8-3.8,5-.9,1.7-1.1,3.9-1.9,5.1,3.2-1.1,5.3.1,8.6-1.1,1.2-1.8,5.5-2.7,4.2-5.3-.1-.2-.4-.3-.6-.2-.1,0-.2.1-.2.2-1.2-2.8-4.5-2-6.3-3.7M296.9,79.7l.8.8-.8-.8ZM261.2,81.3c.8-.3,1.8-.3,2.1-1-1.1-1.3-1.7,0-2.1,1M299.1,80.3l-1.3-1.1.5.2.8.9ZM296.6,80.8l-2.1-1.6,1.9,1.4.2.2ZM294.5,78.6c-.9,1.2,1.7,2,1.3,3-.9-.3-1.4-1.5-2.3-1.9.8.8,1.4,1.8,1.5,2.9l-1.3-1,1.3,1.6-.5.5-.6-.5c0,.5,1.1.9.3,1.3l-2.7-2.5c-.5.2,1.2,1,.2,1.7l-2.3-2.4c-.2,0,1.3,1.2.8,1.9l-.8-.8.8,2.1c-.6-.1-.9-.8-1.3-1.1l-.3,1.1-.8-.6.3.3c0,.2,0,.7-.3.8-1.1-1.3-2.3-2.5-3.7-3.5l.2.2c.3.8,1.6,1.6,1.1,2.5l-1.7-1.9v1.3l-1.3-1.3c0,.7,1.3,1.2.6,1.9l-1.6-1.7,1,2.4-1.6-1.3-.3.2c.2.5.8.8.9,1.4-.9,1-.5-.7-1.3-.6l-.3,1.4-2.1-2.7c-.1.5.2,1.2-.2,1.7l-1.1-1.1-.2.3-.9-.9-.2.3-1.1-1.1c0,.3.1.7-.2.8-.5-.9-.5-2,0-2.9-.5,1.5-1.5,3.5-.2,5.1,0-.7-.2-1.4.2-1.9.9.6.4,2.1,1.3,2.9.1-.3-.2-.9.2-1l1.1,1.8.2-.8,3,1.7v-1.1c.7,0,1.3,1.1,1.6.8l-.2-.2c-.7-.7-.3-1.1,0-1.9,2,1.5,4.3,2.4,6.7,2.9l-.3.9,3.2.4-1.9-1.3c1.2-.3,2.1-.5,2.7.6,1.7.3,3.9.8,5.1-.8-1.1-.4-2.2.9-2.9-.2-.3-1.6,1.1-.2,1.5-.9-.4-1.7,1.8-1.2,2.1-1.3l-.2-.2c.5-.5,1.3-1.1,2.1-.5,1.1-1.4,3.3-2.3,2.4-4.6-.9.1-.8-1.5-1.7-.5-.9-1.7-3-.8-3.2-1.3l.3.2c-.5,1.3-1.4-.7-2.4-.6M267.8,77.8h-.5l-.8,1.6,1.3-1.6ZM270.8,77.6c-.7,1.2-1,2.6-.9,4,.5,1,1.2,1.8,2.2,2.3v-4c-.8,1.1.4,2-.3,3-.8-.3-.9-1.6-.8-2.4-.1.5.2,1.2-.2,1.5-1.7-1.2.8-3,0-4.4M241.5,76.5l-.6.5-.3-.8c.3.1.6-.1.9.3M303.8,75.7c-.3.3-.8.3-1,.8-.8-.3,1.3-.3.2-1.1l-1.1.6,1.7-1.6-.6,1,.8.3ZM302.8,73.8l-.6,1.1.6-1.1ZM260.9,74.4v-.6h.6l-.6.6ZM285.7,76.7l.2-3.5v3.2l-.2.3ZM273.5,75.1c-.9-.6-.7-1.9-.3-2.7l.3,2.7ZM262.2,72.2l-.3.8.3-.8ZM251.2,72.2c.3,2.3,2.1,1.8,3.8,2.9v-.6c-.9-1.5-3-1.7-3.8-2.3M272.2,74.4c.1-.3-.6-2.5.4-3.2l-.4,3.2ZM269.5,70.6c-.2,0-.5.1-.5.3l.5-.9v.6ZM284.2,68.5l-1.7-.8,1.1.2.6.6ZM294.8,64.5c-2.6,2.2-6,1.6-8.9,1.3-1.2.2-.8,1.6-1.3,2.5-1-.8-2.5-2-3.7-1.1.2,0,.7-.1.8.2s.1.7-.2.9c-.5-.6-1.5-.2-1.7-1.1-1.3-.1-2.1,1.4-3.7.8-2.1.8-2.7,1.6-2.7,3.5l1.6-1c-.9.5-.4,1.6-.6,2.6l1.1-1.9c.1.1.3.2.2.5-.9.7-.6,2.3-.2,2.9l.8-1.6c.3,0,.9-.2,1.1.2l1-1.9c.7,1.3-1.2,2.5-.2,4l1-2.7c.9.8-.3,1.3,0,2.2.8,1,1.3,3,2.2,2.9-.9-.8-1.3-2-1.1-3.2.8.7.9,2.1,1.9,3,.2,0,.7,0,.8-.3.5-1.8.1-3.9.6-5,.5,1.2,1,2.4,1.3,3.7.3-1.8-.2-3.6-1.3-5,1.2-.1,1.1,1.2,1.9,1.8.7,2.1,0,4.3-1.7,5.7.6.2,1.2.4,1.9.5l1.9-4.3c.3.5,1.7-1.2,1.5-.2l.8-1.1c.9,1.5.4-.2,1.3.3,0,1.4-.6,2.7-1.6,3.7,1.1-1.2,2-2.6,2.5-4.2,1.3,1.6-1.7,3.6-1.3,4.6,1-1.3,1.9-2.6,2.7-4l.2.2c.2,1-.5,1.7-.8,2.5,1-1.1,1.7-2.4,2.1-3.8,1.1,1.8-.9,2.9-1.3,4.2,2-.3,1.4-3.3,2.9-4v-2.7c-2.1-1.5-4.1,2-6.1.5-1.8,0-2.7,1.6-2.7,3.2-.3-.2-.3-.7-.5-1.1-.7-1-2.3-2.7-2.1-3.4.1-.6-1-.9-.2-1.3l.2.3.8-.9.3,1.7c0-.5-.2-1.2.2-1.7,1.4.1-.5.9.6,1.3l.5-1.3c1.2.2-.2,1.8.2,1.7s.5-.7.8-.5l.3,1.5.6-1.8.5.8.5-1.7c1.3-.1,1.3,1.3,2.7,1.1.4.2.1-.5.6-.6l.5.6c.9.4-.7-.8.5-1.1.2.2.3.7.8.5v-.8c.3-.3.6-.5,1-.6l.9,1.9c0-.6-.2-1.5.2-1.9l.5.8v-.3c-.7-1.7-1.5-2.5-3.4-2.5M270.3,64.5l-.6,1.6c1.4-.5.6,2.8.8,3l.8-1.7.3.3c.1.5,0,1.1-.3,1.6.7-.2,1.3.5,2.2-.6-.3-1.7-2.5-2.6-3.2-4.2M289.7,63.4l-.2,1.3.2-1.3ZM241.5,63c.1,1,1.7,1,.8,2.1,1.5,1.2,1.3,3.9,3.4,4,0-.8-1.5-1.1-.8-1.9l2.1,1.6-.8.9,2.7,1.6c-.1.3-.5.2-.8.2h1.3l-.5-1.6c1-.7.9-1,2.1-.5-.3-2.6-2.7-3-4.6-4.2l1.3,1.3c-1.3-.4-3.7-1-4.2-2.6l.2-.4c-.7.7-1.6-.2-2.2-.5M268.9,62.1c-2.5,2-2.1,6.2-1.3,8.6h.2c.3-.3.8-.5.8-1-.2,0-.6-.1-.8.2l-.5-.5c-.1-2.3.1-5,1.9-6.1l-.6,2.1,1.3-1.3c-.3-.7-.3-2-1-2M255.8,62.1l1.1,1.1-1.1-1.1ZM263.8,64c-.4-.2-.7.3-1,.3l1,.2c-.2.8-1.2.8-1.9,1.1l1.3.2-1.6,1.1.8.2-.6.6c.3,0,.7-.1.9.2-.7.5.1,2.3-1.3,3.2.3-.5,1-1.1,1.6-.6l-.2.3c.2,0,.7,0,.8-.3l.5.6-.9.5.3.2-.8,1.1c.2,0,.7-.1.8.2-.8.6-1.3,1.5-1.3,2.5l1.6-2.1c.9.7-.6,1-.2,1.8h.2c.3.4-.3,1.1-.6,1.7l1.7-1.1-.5,1.9,1.1-1.5c.1.1.3.2.2.4.7.3,1.5.1,2.1-.4,0-.9-.8.5-.8-.6.2-.2.5-.7.8-.5l-1-.2.5-.9-1-.8c.1-.3.6-.2.8-.2v-1.9c-.6-.1-1.2.2-1.6-.2.1-.3-.2-1.4.8-1.1-.3-.1-.9.2-1.1-.2l1.1-.9c-.3.1-.4-.1-.5-.2l.5-.6c-.3,0-.7.1-.8-.2l1-1.1-.5-.5c.2-.3.2-.8.5-1l-.8-.5c0-1-.5-2.1.8-2.7-1.6-.2-2.9.2-2.7,2M280.2,61.3h.2v.8h-.2v-.8ZM301,60.7l-1.9,1.1v-.6c-.5.4-.8.8-1.1,1.3l1.1-.8.2.2c-1.5,4.1,1.2,8.2-2.1,11.6l1.1-1.7c.5.2.2.8.2,1.1l1.3-1.7c.3,1-1.6,2.9-1.3,3,1-.7,1.8-2.7,2.7-2.7l-.2,1.3,1-1.9.6.5-1.9,3.5c1.7-1.1,2.4-3.3,3.2-4.8.8,1-.3,2-.6,2.9l1.3-2.1c.8.8-.1,1.5-.2,2.4h.5c1-4.7-2.6-8.2-3.9-12.6M287.8,60.7c-.2,1.3,1.6,2.2.5,3.5,0-1.2,1.5-2.6-.5-3.5M268.9,61.3h.8c.1-.1.3-.2.2-.5-.3.2-1,.2-1,.5M284.4,63.7c-.1-.8-1-2.1-.2-3.2-.1,1.1.9,2.1.2,3.2M282.8,60.3c-.1,1.4-1.3,4.7,1,4.8l-1-4.8ZM256.9,59.9l.8.8c.8.7,1.2,2.2.2,2.7.9.4,2,.5,1.9,1.3,1-.3,1.7-1.3,1.7-2.3-.4-.4-.8-.8-1.3-1.1l-.3,1.7c-.9-1-1.7-3-3-3.1M281.7,64.3c-.9-1.1-.6-3-.2-4.3l.5-.8c-.4,1.6-.4,3.3-.3,5.1M267.2,59.1l-.2-.2c.1.3-.2.8.2,1,0-.2,0-.7.3-.8l.6.6c.6-.5,1.8-1,2.1-2.1-1.2-.3-2.5.3-3,1.5M284.2,56l1.6,1.7c-1.3.3.9,1,.5,1.8.2-1-.1-2.1-.8-2.9,1.4-.1,3.3,1,4.5,2.1l-.5-.5c-.1-.2.1-.3.2-.4.8.9.6-.7,1.1-.6-.7-.5-1-1.5-1.9-1.3l1.6,1.6-.2.3c-1.6-1.8-3.9-2.4-6.1-1.8M274.8,55.2l-.3-.2c-1,1.6-3.6,2.1-3.7,4.5l4-4.3ZM275.8,55.2c-.3.9-2,1.1-2.9,2.1s-2.1,2.5-1.7,3.8c.7-1.5,1.8-2.8,3.2-3.8-1.3,1.4-1.6,3.1-2.9,4.8,2.2,1,.7-2.1,2.7-2.7-.4,1.3-2.7,3.3-1.1,4.9.4-.5.2-1.3.3-1.9l.2.2,1.1-1.9c-.6,1-.7,2.2-.3,3.2,1,.2.3,2,1.7,2.4.5-.2.1-.8.2-1.1.1.7.7,1.2,1.3,1.3-.4-1.6-1.8-3-2.5-5,.2-2.3,1.4-4.5,3.2-5.9l4.7.4c-.1.3.2.9-.2,1.1,0-1.6-2.2-.3-3-1.1l-2.1,1.7,1.1.2-1.1,1.1c.6.5-1.2,4,.6,5.5.2-1.4.3-2.8.2-4.2.3,0,.4-.2.5-.3-.2,1.7-.9,3.1,0,4.6l.8.8c.2-2-.8-4.5,1.1-6.3l1.9-1.1c-.1,1.9,2.1,1.5,2.1,3.4l.2,4c.2,0,.5.1.5.3,1.3-1.4,1.9-3.4,1.6-5.3.8.4,1.6.9,2.2,1.6l.2-.2-1.5-1.9c1.7.2,1.6,2,2.7,2.9.8-.8-.3-1.5-.6-2.1l2.1,2.9c1.5-1.7-.5-3.4-1.1-4.8,1.7.8,1.3,3.4,2.2,4.3,1.3-1.6-.4-3.7-.9-4.6.9,1.3,1.7,2.7,2.4,4,.8-.8-.2-1.7-.2-2.5l1,2.1c.3-.1.3-.4.3-.8l.8,1.7c1-2.3-1.7-4-2.7-5.7-1.6-1.2-3.4-2-5.3-2.3,3.2-.2,6.2,1.6,7.7,4.5.3.8.3,1.6,1.1,2.2,1.6-1.5,3.5-1.9,4.5.2,1.7,4.1,5.9,9,2.3,13.3.1,2.5-4.4,3.4-2.1,5.6.3,5-5.2,6.3-7.5,9.3-.8.3-1.9.3-2.1,1.3l.6.6.2-.2-.2,1c-.6-2.6-2.3.4-3.8,0,1-.4,1.8-.9,2.7-1.6-4.5,2.1-11.1-7.8-12,.8l-4.8,3.2c1.7,2.8,5.2,3.1,8.2,2.5-.7-2.5,2.1-3.7,3.5-5.1.7.1,1.2-.7,1.7.2-1-.3-2.4.5-3.4,1.3-.6.9-1.3,1.9-.9,2.7l3.2-2.7-2.7,3c2.3.8,3.9-2,5.7-3.4-.3.9-2.6,2.2-3,3.7,2.4-.4,4.7-1.4,6.7-2.9-.4-.8-1.6.2-1.6,0v-.5l-2.4,1.3c.8-.7,1.7-1.3,2.4-2.1-.2.1-.3.3-.3.6,1.3-.5,3.6-.1,4.9-1.3.1-.7.7-.8,1.4-.8-1.7,2.3-2,6.3-5.7,6.7-.6,1.7-3,1.3-4.6,2.1-3-.6-5.4-3.2-9-1.9,3.4,2.2,6.8,5.3,11.5,4.8,1.5-.8,1.9-4,4.2-2.3,2.9-2,5.2,1.2,7.2,2.3-.3.1-.9-.1-1,.3v.2c2.1-1,2.2,2.1,4,3v.5c-.5-1.3-1.9-1.2-2.7-1.8-.2.1-.3.2-.3.5l.5.5c-1.9-.2-3.8-1.7-5.1-1.9,1.7-.3,2.9,1.6,4.3.9-2.2-1.9-5.9-2.1-8.8-1.9.9.7,2.7.7,4,1l-.5.6c-1-1.5-.9.5-1.9,0-.4-.1-1.1.8-1.9,1.1.8.5,1.1,2,2.4,1.9l.8-1.1.6.5c-.7.9-1.9,1.1-2.8.4-.2-.1-.3-.3-.4-.4l-3.2-3.8-4.6-.2c.7,1.9,0,4.2.6,6.1-.8.4-1.6-.8-2.3-1.1.6-1.1-1.1-1-1.3-1s-.5.1-.6.2c.2-1.1-3-4.2-.3-5.3.8,1.2.7,3.2,2.2,4.3,0-4.4-3-5.9-6.2-8.5l-.5.8c-.1-.7-.9-.8-1.3-.8-.3.9,1,1.9,1.3,2.7v4.2c-1.3-1-.7-3.4-2.7-4.2l1.6,1.3c1-.5.3-1.5.6-2.1-.9-.5-1.1-2-2.5-2.2-1.2,1,.2,2.7-.2,4.3-.1,2.3.2,4.8-.3,6.9-1.5-.9-.5-3.9-2.7-4.2v-.6c.4.1.6-.3.9-.5-.9-.1-1.7-.6-2.2-1.3.7-.3.6-1,.6-1.5-1-.7.8-2,.5-3.2.6-.4,1.5-.4,1.6-1.3-7.7,1.2-16.5,1.5-24,4l1.1-1.1c-1-.8-1.8.5-2.7.5l.8.8c-4.2,1.2-6.2,7.1-10.7,6.5.4-.9,1.8-1.1,2.7-1.3l.3.2.5-.5c-1.2-.7-1.3-1.3-.5-2.2,3.3-4.4,9.8-4.6,12.2-9.4,2.4-2.3,5.9-4.2,5.3-8-1.2-2.2-3.6-1.4-5.3-.8.6,2.2.2,4.6-1.1,6.4-1.7,1.5-4.3,2.4-5.8,4.2-1.9-.9.5-3.2-1.3-4,.5-1.2,2.8-3.1.8-4.2,2.2-4.1,6.7-1.5,9.6-4.3-2.1-2.3-6-2.1-8.8-1.3-.9.9-2,1-2.7,1.9.9,2.1.6,4.6-.8,6.5-2.7,0-1.3,4.9-4.5,3.5l-2.7,2.1c-.8-1.4-.7-3.2.2-4.6,1.3-.9,1.9-2.4,3-3.7l-.3-.3c1.5-1,3-1.5,3.8-3.5-1.1.8-3.2.1-3.8.6,1.5-.6,3.7-1.2,5.1-.6.9-2.2,3.7-2.2,5.6-3.2-1.1-1.1-3-3.6-4.8-1.3-1.9,0-3.2-1.1-4.6-2.7.8-1.8-1.2-1.7-1.3-3.1l-1-5.1c.7-.1,1.4.2,1.9.8l-1.3-.6c.7,2.2,2.8,3.5,4.5,5.3.3-1.1-.3-2.7-1-3.7,1.7.1,2,1.6,3.5,2.3-.9.2-1.8-1.2-2.7-1.8.8,1.7.4,4.8,2.9,5.6v-1.9c.6.8.6,2,1.3,2.4.9-.5.7-2,.4-2.7-.4-.5-1.1-.7-.8-1.3,1.3,1.2,1.1,3,1,5,1.7,1.8,4.6,1.9,5.3,3.8,2.8,1.6,4,.9,6.5,2.9.3-2.2-.1-4.5-1.3-6.3-2-2-6-2.4-6.7-5.7-5,.3-6.3-5.3-10.1-7.5-.2-1.2-2.1-1.1-2.7-1.9,1-.9,1.5.9,2.7.4.1-1.3-1.2-2.8-2.2-4h1.1c0,.2-.1.7.2.8s.9-.1.9-.5h-.3v-.8h.3c-.2.7.1,1.5.8,1.9l.6-1.1c.1,0-.6,2,.4,2.5,1-.4.2-1,.3-1.7,2.4.2,2.6,3.7,5,4.3,1.7,1.1,4.5,1.8,4.6,4.2-.8,2.7,2.3,2.8,3.2,4.3l4.2,7.7c5.5-3.3-2.9-6.9-.4-11.7-.7-1-2.7-.8-1.9-2.2-3.1-.5-.7-3-2.1-5,1-1,.3-2.5.5-3.8l1.3,1.3.6-.8c1.6,2.3,3.7.8,5.1,3.5,1.9-2,4.7-2,5-4.8,1.3-.9,2.9-1.9,4.6-1.1.8-1.1,2.5-3.2,3.7-1.6\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M437.5,236.8c-.4-2.2,2-2.7,2.3-4.8.9.1,2-.2,2.7.3v.5c.5,0,1.1.2,1.3-.2-.9-2.2,1.6-2,2.7-3.2-3.3-3.3,1.9-3.9.8-7.2.9-1,1.9-1.3,2.7-2.1-2.9-3.7,3.9-4.2,3.2-7.5-5.3-.4-11.6.4-14.9-4.2-1.3-2.7,1.2-4.6,1.6-6.5,1.3-3-4-1.1-2.3-4.5,4.6-1.9-1.9-2.7-1.1-5.4.5-.2.7-1,1.4-.8,1.7-4.3-6.5-2.8-5.9-6.9l9.7-11.2.4-2.1c-3.2-4,1.6-7.7,1.1-11.6-1.3-.9-2.9-1.5-4.5-1.6-2.9-2.4-2-5.9-3.7-9.1s3.3-4.1,4.2-6.7c.4-2.1,2.2-4,4-5.4,2.8-8.3,13.2-5.8,20.2-6.7,4.1-.9,8.2-.2,11.8-1.5.6-2.8,2.6-5.1,5.3-6.1l9.6.2c5,2.5,9.7,5.1,15,7.4l-.3.9c.6.7,1.6.9,2.5.4,2,3.2,5.9,5.6,6.7,9.7,3.2,3.9,4.8,8.9,4.5,13.9-.1,1.8-2.1,4.3-1.3,5.8l-.6.6c.2,2.3,1.9,4.3,1.1,6.7,1.2,2.6,1.8,5.5,1.8,8.3-1.2.8.4,1.3,0,2.3.2.3-.2.6-.5.5.5,2.2-.9,5.5-1.1,8.2-1.5,4-4.6,6.9-7.8,9.9-4.4,5-12.7,4.7-19.1,3.5-2.7.3-1.7,3.3-1.9,4.9,1.3.1,2-1.3,3.5-.9,2.5,2.7-2.3,3.9-2.1,7-.3,4.2,1.3,9,2.7,13.3.5,2.8,3,4.2,4.6,6.3,6.3,3.2,10.1,9.6,15.1,13.6,10.6-15,17.2-35.9,17.2-59,0-45.7-25.8-82.9-57.5-82.9s-57.5,37.2-57.5,82.9c0,23,6.6,43.7,17.1,58.8.9-3.1,3.7-4.6,5.3-7.8M404.1,186.1c0-51.8,30.6-93.7,68.3-93.7s68.3,41.9,68.3,93.7-30.6,93.7-68.3,93.7-68.3-42-68.3-93.7\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M48.2,216.8c1.4-2.8-2.7-2-3.8-3.7.2-1.1-.4-2.4.6-3.2-2.4-2.1,1.1-3,1.1-5.1,1.2-.6,1.7,1.2,2.7.3-.1-2.7-3.4-.8-5.7-1.4-5-2.8-9.9-7.1-12-12.3-3.9-2.8-2.8-7.7-5.3-11.1-2.8-1.4-3.2-5-3.7-8,1.3-3,0-8.7,4.8-9.7-.9-5,4.3-8,4.8-12.8,8.9-2.8-3-9.2,3.2-13.6.4-4.8,4.1-9.1,8.2-11.2,5,.6,7.1-5.1,11.6-5.1,5.6-2.3,7.4,4.1,12.5,3.8,2.2,1.1,5.3,2.3,4.9,5.5,4.2-1.1,9.3-2.6,13.3.3,3,3.6,9,4.3,9.6,9.8.3,4.4,4.7,6.9,7.2,9.9l.2,7.5c0,4.2-4.1,5.5-7.2,6.7,1.6,3.5,1.2,7.2.9,11.2,3.7,3.5,5.4,8.1,9.6,11.2.6,3.5-3.8,4.3-6.1,5.9-.2,1,.3,1.8.6,2.7,3.3,1.2-2.1,2.9.8,4.8-4.4,2.5-.7,6.2-.3,9.6-1.4,4.7-6.9,4.2-10.7,5.7-2,1.2-7.3-1.8-6.4,2.7,1.1,0,3.7-.2,4.6,1.3-.2.1-.3.3-.6.2-.9,2.1.2,4.1,1.3,5.9,5.8,2.9,9.6,8.9,14.7,13.3.7.2,1.2,1.8,2.1.8l4.2,4.6c9.8-14.9,15.9-35.1,15.9-57.2,0-45.7-25.8-82.9-57.5-82.9S10.8,140.4,10.8,186.1c0,21,5.5,40.3,14.5,54.9,6.9-9.3,20.3-12.2,22.9-24.2M0,186.1c0-51.8,30.6-93.7,68.3-93.7s68.3,41.9,68.3,93.7-30.6,93.7-68.3,93.7S0,237.9,0,186.1\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M102,52.2c.1.1.2.3.1.5l-.4.5c-.1.1-.3.2-.5.2,0,0-7.6-2.1-11.1.3-2,1.4-3.8,4.2-2.2,6.6,1.8,2.6,5.1,1.3,7.3.5l3.4-1.3.6-.2s8-2.8,11,1.6c3.2,4.7.6,10.3-3.5,13.1-2.4,1.7-5.3,2.6-8.2,2.4l.5,1.8c0,.2,0,.4-.2.5l-.7.3c-.2.1-.4.1-.5,0l-6.6-5.6c-.1-.1-.2-.3-.1-.4h0l.5-.7c.1-.1.3-.2.5-.1,0,0,9.3,3.2,13.3.4,2.8-1.9,4.6-5.6,2.4-8.8-2-2.8-4.7-1.7-7.3-.7l-3.8,1.4c-.2.1-.4.2-.6.2-1.7.6-3.6,1-5.4,1.2-2.1.1-4-.9-5.2-2.5-1.2-1.8-1.5-4.1-.9-6.1.8-2,2.2-3.8,4-4.9,2-1.5,4.5-2.3,7-2.3l-.3-1.1c0-.2,0-.4.2-.5l.6-.4c.2-.1.4-.1.5,0\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M124.5,38.4c0-.2.2-.2.3-.1s3.9,3.7,5.3,6.2c2.7,4.9,2.9,11.8-2.5,14.6-2.1,1.1-4.5,1.3-6.7.5M120.4,62.6c0-.2.2-.3.4-.3,0,0,5.2-.1,7.6-1.5,6.7-3.4,9.3-11.6,5.8-18.3-.1-.2-.2-.3-.2-.5-2-3.8-8.6-7.3-8.6-7.3-.2-.1-.2-.3-.2-.5l.9-5.4c0-.2-.1-.2-.2-.1l-1.5.8c-.2.1-.3.3-.3.5l-.7,4.3c-2.7-.3-5.4.2-7.8,1.5-6.9,3.7-9.3,11.9-5.5,19,1.8,3.4,8.4,6.9,8.4,6.9.2.1.2.3.2.5l-1,5.7c0,.2.1.2.2.2l1.6-.8c.2-.1.3-.3.3-.5l.6-4.2ZM119.2,58.3c0,.2-.2.2-.3.1s-3.6-3.2-5-5.7c-3.1-5.8-3.3-12.1,2.4-15,2-1,4.3-1.2,6.4-.5l-3.5,21.1Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M152.2,27.4c.1.1.1.3,0,.5l-.5.5c-.1.1-.3.2-.5.1,0,0-6.9-3.7-10.9-2-2.2.9-4.6,3.3-3.6,6,1.2,2.9,4.7,2.3,7,2l3.6-.6.6-.1s8.4-1.1,10.5,3.9c2.2,5.3-1.6,10.2-6.2,12.1-2.7,1.2-5.7,1.4-8.6.6l.1,1.8c0,.2-.1.4-.3.4l-.7.3c-.2.1-.4,0-.5-.1l-5.3-6.9c-.1-.1-.1-.3,0-.5l.6-.6c.2-.1.4-.1.5,0,0,0,8.4,5.1,13,3.2,3.1-1.3,5.7-4.5,4.2-8-1.3-3.2-4.3-2.6-7-2.2l-4,.6-.6.1c-1.8.2-3.7.3-5.5.1-2-.4-3.8-1.7-4.6-3.6-.8-2.1-.6-4.4.6-6.3,1.2-1.8,2.9-3.2,5-4,2.3-1,4.8-1.3,7.3-.8l-.1-1.2c0-.2.1-.4.3-.4l.7-.3c.2-.1.4,0,.5.1\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M177.7,18.8c.1.1.1.3-.1.5l-.7.5c-.2.1-.4.1-.5,0,0,0-6-4-9.6-2.8-1.5.5-1.1,1.3-.7,2.6l5.1,15.8c.1.2.1.4.2.6.3,1,.7,2,1.3,3,.9,1,2.1.7,3.2.4l.5-.1c.2-.1.3,0,.4.2h0l.2.6c.1.2,0,.3-.2.4h0l-10.6,3.4c-.2.1-.3,0-.4-.2l-.2-.5c0-.2,0-.4.2-.4h.1c.1-.1.4-.2.6-.2,0,0,1.9-.7,2-2,0-1.2-.3-2.5-.7-3.6l-5.2-16c-.1-.2-.1-.4-.2-.6-.3-.8-1.1-1.3-2-1.1-3.7,1.2-5.7,4.4-6.2,8.2h-1c-.2,0-.3-.2-.3-.3v-7.3c0-.2.1-.3.3-.3l1.9-.1c.2,0,.4,0,.6-.1l15.5-5.1c.2-.1.4-.2.5-.3l1.3-1.3c.1-.1.3-.1.4,0h0\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M191.8,21.5c1.7-.2,3.3-1,4.5-2.2,1.1-1.4,1.5-3.2,1.1-4.9-1-4.3-4.9-4.3-8.4-3.5-1.1.3-3.4.9-4.2,1.7s-.6,1.4-.4,2.4l1.8,7.5c0,.2.2.3.4.2M191.5,23.2l-4.6,1.1c-.2,0-.3.2-.2.4h0l1.3,5.7c.1.2.1.4.1.6,0,0,.8,4.4,4,3.9l.5-.1c.2,0,.3.1.4.2l.1.5c0,.2-.1.3-.2.4h0l-10.3,2.4c-.2,0-.3-.1-.4-.2l-.1-.5c0-.2,0-.3.2-.4.2-.1.4-.1.5-.2,0,0,1.8-.6,2.1-1.8.1-1.2-.1-2.5-.5-3.7l-3.3-13.8c0-.2-.1-.4-.1-.6,0,0-.8-4.3-3.9-3.8l-.4.1c-.2,0-.3-.1-.4-.2h0l-.2-.5c0-.2.1-.3.2-.4l14.3-3.3c.2,0,.4-.1.6-.1,0,0,8.9-.7,10.1,4.6.9,4-5,8.1-5,8.1,0,0-.2.3-.1.2,5.7,4.8,12.9,13.4,19.6,16.5,1.6.4,3.4-.1,4.6-1.3,1.1-1.6,2.5-5.2,4.6-4.5,1.8.7.8,2.8,0,3.5-3,2.7-6.9,4.1-10.9,4-9.1-1.3-14.7-11.6-22.2-16.6-.1-.2-.3-.2-.4-.2\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M229.9,8.9c.1.2,0,.4-.1.4l-.6.4c-.2.1-.4.1-.5,0,0,0-6.8-4.8-11.8-4-1.1.2-2.8.5-3.6,1.3s-.7,2-.5,3.1l.8,5.7c0,.2.2.3.4.3l1.9-.3c.2,0,.4-.1.6-.2,0,0,4.1-1.5,4-5.4l1-.1c.2,0,.3.1.3.2h0l1.6,11c0,.2-.1.3-.2.4h0l-.7.1c-.2,0-.4-.1-.4-.3-.3-1-.8-2-1.4-2.9-1.2-1.4-2.7-1.3-4.3-1l-2.1.3c-.2,0-.3.2-.3.4l1,7.1c0,.2.1.5.1.6.1.8.5,1.6.9,2.3.9,1,2.8.8,4,.6,5.8-.9,8.9-3.8,11.6-9l1,.3c.2,0,.3.2.2.4h0l-2.1,8.1c-.1.2-.2.3-.4.4l-21.4,3.1c-.2,0-.3-.1-.4-.3l-.1-.5c0-.2,0-.3.1-.4.2-.1.3-.1.5-.1,0,0,1.8-.4,2.1-1.6.2-1.2.1-2.5-.2-3.7l-2.1-14c0-.2-.1-.4-.1-.6,0,0-.4-4.3-3.5-4.1h-.2c-.2,0-.3-.1-.4-.3l-.1-.5c-.1-.2,0-.4.2-.4h.1l21-3.1c.2,0,.4.1.5.2\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M239.3,22c.2,2.7.1,4.7,3.3,4.7h.4c.2,0,.3.1.3.3v.5c0,.2-.1.3-.3.3h0l-8.6.6c-.2,0-.3-.1-.3-.3h0v-.5c0-.2.1-.3.2-.3l.5-.1s1.8-.3,2.2-1.4c.3-1.2.3-2.4.1-3.7l-1-14.1v-.6s0-4.4-3.1-4.4h-.3c-.2,0-.3-.1-.3-.3v-.6c0-.2.1-.3.3-.3l7.8-.5c.2,0,.4.1.5.2l13.5,19.9c.1.1.2.3.2.3v-.3l-1-14.5v-.6s0-4.5-3.3-4.4h-.4c-.2,0-.3-.1-.3-.3v-.6c0-.2.1-.3.3-.3h0l8.7-.6c.2,0,.3.1.3.3v.5c0,.2-.1.3-.2.4s-.4.1-.5.1c0,0-1.8.3-2.3,1.4-.3,1.2-.3,2.5-.1,3.7l1.4,20.2c0,.2-.1.3-.3.3h0l-2.6.2c-.2,0-.4-.1-.5-.2l-15.5-22.4c-.1-.1-.1-.2-.2-.3v.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M286.2,7c.1.2,0,.4-.2.4h0l-.6.3c-.2.1-.4,0-.5-.1,0,0-6-5.8-11-5.8-1.1,0-2.9,0-3.7.7s-1,1.9-1,3l-.1,5.7c0,.2.1.3.3.3h1.9c.2,0,.4,0,.6-.1,0,0,4.3-.8,4.8-4.7h1c.2,0,.3.1.3.3h0l-.1,11.1c0,.2-.1.3-.3.3h-.7c-.2,0-.3-.1-.4-.3-.1-1.1-.4-2.1-.9-3.1-1-1.6-2.4-1.7-4.1-1.7h-2.2c-.2,0-.3.1-.3.3h0l-.1,7.2v.6c0,.8.2,1.7.5,2.5.8,1.1,2.7,1.2,3.9,1.2,5.9.1,9.4-2.4,12.9-7.1l.9.4c.2.1.2.3.2.4l-3.3,7.7c-.1.2-.3.3-.4.3l-21.6-.2c-.2,0-.3-.2-.3-.3v-.5c0-.2.1-.3.2-.3h.5s1.8-.1,2.4-1.2c.4-1.2.5-2.4.4-3.6l.2-14.2v-.6s.3-4.4-2.8-4.6h-.2c-.2,0-.3-.2-.3-.4V.3C262.1.1,262.2,0,262.4,0l21.2.2c.2,0,.4.1.4.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M325.2,26.7l.2-2.1c.1-1.3.3-2.5.9-3.6.6-.9,2.3-.9,2.3-.9h.6c.1,0,.2-.1.2-.3l.1-.5c0-.2-.1-.3-.3-.4l-9.7-1.3c-.2,0-.3.1-.4.3h0l-.1.9c2.4.6,3.5,1.5,3.2,4.2-.6,4.3-4.7,5.9-8.5,5.4-2.9-.4-5.4-2.3-6.5-5.1-1-2.6-1.3-5.4-.9-8.1.7-5.2,3.8-11.6,9.8-10.9,4.5.6,8.8,8.5,8.8,8.5.1.2.3.2.5.2l.9-.1c.2,0,.3-.2.3-.4h0l-1.1-8c0-.2-.2-.3-.4-.4l-.5-.1c-.2,0-.4.1-.5.2l-.8,1.5c-4.6-4.7-12.2-4.9-17-.3-2.5,2.4-4.1,5.6-4.5,9-1,7.8,3.5,14.7,11.3,15.7,2.5.3,6.5-1.1,8-1.8.2,2.8-1.2,5.6-2.6,7.6-1.7,1.5-3.9,2.3-6.1,2.2-6.4.2-4.7-6.7-9.7-6.9-1.9.2-1.6,1.7-1.4,3.1,1.8,4.5,9.9,5.3,14.6,4.9,7.2-.6,8.5-6.6,9.3-12.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M347.2,22.8c-.1-.2,0-.3.2-.4,0,0,7.1-1.2,8-5.2,1.2-5.4-7.2-8.5-7.2-8.5-.2-.1-.4-.1-.6-.2l-14.2-3.1c-.2,0-.3.1-.4.3l-.1.5c0,.2.1.3.2.4l.4.1c3.1.9,1.9,5.1,1.9,5.1,0,.2-.1.4-.1.6l-3,13.8c-.2,1.2-.6,2.4-1.2,3.5-.8,1-2.7.7-2.7.7l-.6-.1c-.1,0-.3.1-.3.3l-.1.5c0,.2.1.3.2.4h0l10.4,2.2c.2,0,.3-.1.4-.2l.1-.5c0-.2-.1-.3-.2-.4l-.5-.1c-3.1-.9-1.9-5.2-1.9-5.2,0-.2.1-.5.1-.6l1.2-5.7c0-.2.2-.3.4-.2l4.6,1c.2,0,.1.8.2,1,4.6,7.6,5.7,18.9,13.5,23.9,3.6,1.8,7.7,2.1,11.6.9,1-.4,2.8-1.9,1.5-3.2-1.6-1.5-4.3,1.2-6,2.3-1.6.6-3.4.4-4.7-.7-4.9-5.7-8-16.5-11.1-23.2M338,19.2c-.2,0-.3-.2-.2-.4l1.6-7.6c.2-1,.4-1.6,1.4-1.9s3.5,0,4.5.3c3.5.8,7,2.4,6.1,6.8-.3,1.8-1.5,3.3-3.1,4-1.7.7-3.4.4-5,0l-5.3-1.2Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M383.2,25.6c0,.2-.1.3-.3.3h0l-.7.1c-.2,0-.4-.1-.5-.2,0,0-4-7.2-8.9-8.7-1-.3-2.7-.8-3.8-.4s-1.5,1.5-1.9,2.6l-1.7,5.5c0,.2,0,.3.2.4l1.8.6c.2.1.4.1.6.1,0,0,4.3.4,5.9-3.1l1.1.2c.2.1.3.2.2.4l-3.3,10.6c0,.2-.2.3-.4.2l-.6-.2c-.2-.1-.3-.2-.2-.4.2-1.1.2-2.2,0-3.2-.5-1.8-1.8-2.3-3.4-2.8l-2.1-.6c-.2-.1-.3,0-.4.2l-2.1,6.9c0,.2-.1.4-.2.6-.2.8-.3,1.7-.2,2.5.4,1.3,2.2,1.9,3.4,2.3,5.6,1.8,9.6.4,14.4-3.1l.8.7c.1.1.1.3,0,.5l-5.4,6.5c-.1.1-.3.2-.5.1l-20.6-6.5c-.2,0-.3-.2-.2-.4h0l.2-.5c.1-.2.2-.3.3-.3s.3.1.5.1c0,0,1.8.4,2.6-.5.7-1,1.2-2.2,1.5-3.4l4.2-13.5c0-.2.1-.4.2-.6,0,0,1.5-4.1-1.4-5.2l-.2-.1c-.2-.1-.3-.2-.2-.4l.2-.5c.1-.2.2-.3.4-.2l20.2,6.4c.2.1.3.2.3.4\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M385,41.2c-1,2.5-2,4.3.9,5.7l.4.2c.2.1.2.3.2.4l-.2.5c-.1.2-.3.2-.4.2l-8-3.3c-.2-.1-.2-.2-.2-.4h0l.2-.5c.1-.2.2-.3.3-.2.2.1.3.1.5.2,0,0,1.7.5,2.6-.3.8-1,1.4-2.1,1.8-3.2l5.4-13.1c.1-.2.2-.4.3-.6,0,0,1.9-3.9-.9-5.4l-.2-.1c-.2-.1-.2-.3-.1-.4l.2-.5c.1-.2.3-.2.4-.2h0l7.2,3c.2.1.3.2.3.4l3.2,23.8c0,.1,0,.2.1.3,0,0,.1-.1.1-.3l5.6-13.4c.1-.2.2-.4.2-.6,0,0,1.9-4-1-5.4l-.4-.2c-.2-.1-.2-.3-.2-.4l.2-.5c.1-.2.3-.2.4-.2h0l8,3.3c.2.1.2.3.2.4l-.2.5c-.1.2-.2.3-.3.2l-.5-.2s-1.7-.5-2.6.2c-.8,1-1.4,2.1-1.8,3.3l-7.8,18.7c-.1.2-.2.2-.4.2h0l-2.4-1c-.2-.1-.3-.2-.3-.4l-3.9-26.8c0-.1,0-.2-.1-.3,0,0-.1.1-.2.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M433.7,49.3c0,.2-.2.3-.4.3l-.7-.1c-.2,0-.3-.2-.4-.3,0,0-2.6-7.9-7-10.3-.9-.5-2.5-1.3-3.6-1.1s-1.8,1.2-2.3,2.2l-2.7,5c-.1.2,0,.4.1.4l1.7.9c.2.1.4.2.6.2,0,0,4.2,1.3,6.4-1.9l.9.5c.1.1.2.3.1.4h0l-5.3,9.8c-.1.1-.3.2-.4.1l-.6-.3c-.2-.1-.2-.3-.2-.5.4-1,.6-2.1.6-3.2-.1-1.9-1.4-2.6-2.8-3.4l-1.9-1c-.2-.1-.3,0-.4.1l-3.4,6.3c-.1.2-.2.4-.3.6-.4.7-.6,1.6-.7,2.4.2,1.4,1.8,2.3,2.9,2.9,5.2,2.8,9.4,2.3,14.7-.3l.6.8c.1.1.1.3,0,.4h0l-6.6,5.3c-.2.1-.4.1-.5,0l-19-10.3c-.2-.1-.2-.3-.1-.4l.3-.5c.1-.1.2-.2.3-.2.2.1.3.1.5.2,0,0,1.6.8,2.6,0,.9-.9,1.6-1.9,2.1-3l6.8-12.5c.1-.2.2-.4.3-.6,0,0,2.3-3.7-.3-5.4l-.2-.1c-.1-.1-.2-.3-.1-.5l.3-.5c.1-.1.3-.2.4-.1l18.6,10.1c.2.1.3.3.2.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M453.2,62.6c-.1.2-.2.3-.4.2l-.7-.2c-.2,0-.3-.2-.3-.4,0,0-.7-7.8-4.3-10.3-2-1.4-5.3-2.1-6.9.3-1.8,2.6.6,5.2,2.2,7l2.5,2.8.4.5s5.5,6.4,2.5,10.9c-3.2,4.7-9.4,4.3-13.5,1.5-2.5-1.6-4.3-4-5.2-6.8l-1.5,1.1c-.2.1-.4.1-.5,0l-.6-.5c-.1-.1-.2-.3-.2-.5l2.8-8.2c.1-.2.2-.3.4-.2l.8.2c.2.1.3.2.3.4,0,0,.3,9.9,4.4,12.6,2.8,1.9,6.9,2.3,9-.9,2-2.8-.1-5-1.9-7.1l-2.7-3-.4-.5c-1.2-1.4-2.2-3-3.1-4.6-.8-1.9-.6-4.1.5-5.8,1.3-1.8,3.2-2.9,5.4-3,2.2,0,4.3.7,6.1,2,2.1,1.3,3.7,3.3,4.6,5.7l.9-.7c.2-.1.3-.1.5,0l.6.4c.1.1.2.3.2.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M126.9,312c0-.2-.1-.4-.2-.5l-2.4-1.3c-.2-.1-.4,0-.5.1l-13.2,11.7c-1.6,1.5-3.2,2.9-4.9,4.2-1.1.7-2.5,1-3.8.8-.2,0-.3-.1-.5-.1-.1,0-.3.1-.4.2l-.2.5c-.1.1,0,.3.1.4h0l8,4.3c.1.1.3,0,.4-.1h0l.4-.8c-1.4-1-2.5-2-1.6-3.8.6-.8,1.3-1.6,2-2.3.1-.1.3-.3.5-.4l1.8-1.7c.1-.1.3-.1.5-.1l7.6,4.1c.2.1.2.3.2.5l-.7,4.5c-.1.7-.3,1.5-.6,2.2-.7,1.4-3.1.5-3.1.5-.2-.1-.4,0-.4.2l-.3.5c-.1.2,0,.3.1.4l8.4,4.5c.2.1.3,0,.4-.1l.4-.8c-2.4-1.5-1.8-3.8-1.4-6.4M114.3,322c-.1-.1-.1-.2-.1-.3l.1-.1,8.6-7.9c.1-.1.2-.1.2.1l-1.9,11.6c0,.1-.1.2-.2.2h-.1l-6.6-3.6Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M132.2,337.4c-1.1,2.5-2.1,4.2.7,5.6l.4.2c.2.1.2.3.2.4l-.2.5c-.1.2-.2.2-.4.2h0l-7.5-3.2c-.2-.1-.2-.3-.2-.4h0l.2-.5c.1-.2.2-.3.3-.2l.5.2c.8.3,1.7.1,2.5-.3.8-1,1.4-2,1.8-3.2l5.6-13,.3-.6s1.9-3.9-.7-5.3l-.2-.1c-.2-.1-.2-.3-.2-.4l.2-.5c.1-.2.3-.2.4-.2l6.8,2.9c.2.1.3.2.3.4l2.4,23.6c0,.1,0,.2.1.3.1-.1.1-.2.2-.3l5.7-13.3.3-.6s2-4-.8-5.4l-.4-.2c-.2-.1-.2-.3-.2-.4l.2-.5c.1-.2.2-.2.4-.2h0l7.6,3.2c.2.1.2.3.2.4h0l-.2.5c-.1.2-.2.3-.3.2l-.5-.2s-1.6-.5-2.5.3c-.8,1-1.4,2.1-1.8,3.3l-8,18.7c-.1.2-.3.2-.4.2l-2.3-1c-.2-.1-.3-.3-.3-.5l-3-26.5c0-.1,0-.2-.1-.3,0,0-.1.1-.1.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M150.7,351.5c-.1.2,0,.3.2.4l9.9,3.2c3.6,1.2,7.2,2.2,11.1.8,3.7-1.6,6.5-4.8,7.6-8.7,1.2-3.9,1-8.6-1.2-11.9s-9-5.6-9-5.6c-.2-.1-.4-.2-.6-.2l-9.6-3.1c-.2-.1-.3,0-.4.2h0l-.2.5c0,.2.1.3.2.4l.2.1c2.7,1.2,1.2,5.2,1.2,5.2-.1.2-.2.4-.2.6l-4.3,13.5c-.3,1.2-.8,2.3-1.5,3.3-.7.5-1.6.7-2.5.5l-.4-.1c-.1,0-.2.1-.3.3M163.5,334.1c0-.2.1-.4.2-.6.3-.9.7-1.7,1.3-2.5.9-.7,3.2-.1,4.1.2,2.6.8,5.2,2.5,6.4,5.1,1.3,2.8.9,6.3,0,9.2-2.2,7-7,10.3-13.5,8.2-.9-.3-2.9-1-3.4-1.9s0-2.3.2-3.2l4.7-14.5Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M205.9,346.3c0,.2-.1.3-.3.4l-.6.1c-.2,0-.4-.1-.5-.2,0,0-4.3-6.8-9-7.9-1-.2-2.6-.6-3.6-.1s-1.3,1.6-1.6,2.8l-1.3,5.6c0,.2.1.3.2.4h0l1.7.4c.2,0,.4.1.6.1,0,0,4.1,0,5.4-3.7l.9.2c.2,0,.3.2.2.4l-2.5,10.8c0,.2-.2.3-.4.2h0l-.6-.1c-.2,0-.3-.2-.3-.4.1-1.1.1-2.2-.2-3.2-.6-1.7-1.9-2.1-3.4-2.5l-2-.5c-.2,0-.3.1-.4.2l-1.6,7c0,.2-.1.5-.1.6-.2.8-.2,1.7,0,2.5.5,1.2,2.2,1.7,3.3,2,5.4,1.2,9.2-.4,13.4-4.3l.8.6c.1.1.2.3.1.5l-4.7,6.9c-.1.1-.3.2-.5.2l-19.9-4.6c-.2,0-.3-.2-.2-.4l.1-.5c0-.2.2-.3.2-.3l.5.1s1.7.2,2.4-.7c.6-1.1,1-2.3,1.2-3.5l3.2-13.8c0-.2.1-.4.2-.6,0,0,1.2-4.2-1.6-5.1l-.2-.1c-.2-.1-.3-.2-.2-.4l.1-.5c.1-.2.2-.3.4-.2l19.6,4.5c.2,0,.3.2.3.4\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M223.4,369c-.1.2-.3.3-.5.2l-17.9-2.8c-.2,0-.3-.2-.3-.4l.1-.5c0-.2.1-.3.2-.3h.5s1.6.1,2.3-.9c.5-1.1.8-2.3.9-3.5l2.2-14c0-.2.1-.5.1-.6,0,0,.9-4.3-1.9-5h-.1c-.2,0-.3-.2-.3-.4l.1-.5c0-.2.2-.3.4-.3l9.5,1.5c.2,0,.3.2.3.4l-.1.5c0,.2-.1.3-.3.3h-.6s-1.8-.1-2.5.9c-.6,1.1-.9,2.3-1,3.6l-2.3,14.8c0,.2-.1.5-.1.6-.1.8-.1,1.6,0,2.4.3,1,1.7,1.4,2.6,1.5,4.7.7,8.7-2,11.7-5.7l.7.5c.1.1.2.3.1.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M248.2,351.6c0,.2-.1.4-.2.4l-.6.2c-.2.1-.4,0-.5-.2,0,0-4.2-6.5-8.3-6.8-2.3-.2-5.4.8-5.6,3.7-.3,3.1,2.9,4.2,5,5l3.3,1.2.6.2s7.5,2.9,7.1,8.2c-.5,5.7-5.8,8.3-10.5,7.9-2.8-.2-5.5-1.4-7.5-3.3l-.7,1.6c-.1.2-.3.3-.5.3l-.7-.1c-.2,0-.3-.2-.4-.3l-1.4-8.5c0-.2.1-.4.3-.4l.8-.2c.2,0,.4,0,.5.2,0,0,4.8,8.4,9.5,8.8,3.2.3,6.8-1.4,7.1-5.2.3-3.5-2.4-4.3-4.9-5.2l-3.6-1.3-.6-.2c-1.6-.6-3.2-1.5-4.7-2.5-1.6-1.3-2.4-3.3-2.2-5.3.2-2.1,1.3-4.1,3.1-5.3,1.8-1.1,3.9-1.5,6-1.2,2.4.1,4.6,1.1,6.4,2.7l.4-1.1c.1-.2.2-.3.4-.3l.7.1c.2,0,.3.2.4.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M271.5,366.2c1.4,2.5,2.4,4.3,5.2,4.8v.9c0,.2-.1.3-.3.3l-10.4-.2c-.2,0-.3-.2-.3-.3v-.5c0-.2.1-.3.3-.3h.6s1.8-.2,1.9-1.6c-.1-.9-.5-1.8-1-2.6l-5.1-9.5c-.1-.1-.2-.2-.3-.1,0,0-.1,0-.1.1l-4,3.8c-.1.2-.2.3-.2.5l-.1,4.1v.6c-.1,1.1,0,2.2.3,3.3.5,1.2,1.6,1.3,2.7,1.4h.4c.2,0,.3.2.3.3v.6c0,.2-.2.3-.3.3h0l-10-.2c-.2,0-.3-.1-.3-.3h0v-.6c0-.2.1-.3.2-.3h.5s1.7-.1,2.2-1.2c.4-1.2.5-2.4.4-3.7l.3-14.2v-.6s.3-4.3-2.6-4.6h-.2c-.2,0-.3-.2-.3-.3v-.5c0-.2.1-.3.3-.3l10,.2c.2,0,.3.1.3.3h0v.5c0,.2-.1.3-.3.3h-.7s-1.8.1-2.4,1.2c-.4,1.2-.5,2.4-.4,3.7l-.1,6.9c0,.2.1.2.2.1l8.4-8,.5-.5c.4-.4.7-1,.8-1.6,0-1.5-1.2-1.6-2.4-1.8v-.9c0-.2.1-.3.3-.3l9.5.2c.2,0,.3.1.3.3v.5c0,.2-.1.4-.3.4-.1.1-.4.2-.6.2-1.9,1-3.7,2.2-5.4,3.6l-3.8,3.5c-.1.1-.2.3-.1.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M289.2,344.1c-7.3.4-12.6,6.8-12.2,14.8.4,7.8,6.4,13.6,13.6,13.2s12.6-6.6,12.1-14.5c-.4-8.1-6-13.9-13.5-13.5M289.2,346.1c5.8-.5,8.9,5,9.3,11.9.3,5.8-1.8,11.8-7.9,12.2s-8.9-5.6-9.3-11.4c-.4-7.4,2.3-12.2,7.9-12.7\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M320.8,368.5c-.2,0-.4-.1-.5-.2l-11.6-22.6c-.1-.2-.1-.3-.2-.3v.3l2.6,17.7c0,.2.1.5.1.6.2,1.1.5,2.1.9,3.1.7,1.1,1.8,1.1,2.9,1h.3c.2,0,.3.1.3.3h0l.1.5c0,.2-.1.3-.2.4h0l-8.4,1.2c-.2,0-.3-.1-.4-.2h0l-.1-.5c0-.2,0-.3.1-.3s.3-.1.5-.1c0,0,1.7-.4,2.1-1.6.2-1.2.1-2.5-.1-3.7l-2.1-14c0-.2-.1-.5-.1-.6,0,0-.4-4.4-3.4-4.1h-.3c-.2,0-.3-.1-.4-.3l-.1-.5c0-.2.1-.3.2-.4h0l7.9-1.2c.2,0,.4.1.5.2l9.5,18.4c.1.2.2.1.2,0l4.5-20.5c0-.2.2-.3.4-.3l7.5-1.1c.2,0,.3.1.4.3l.1.5c0,.2,0,.3-.1.3l-.5.1s-1.6.4-2,1.6c-.2,1.2-.2,2.5.1,3.7l2.1,14c0,.2,0,.5.1.6,0,0,.4,4.3,3.4,4.2h.2c.2,0,.3.1.4.3l.1.5c0,.2-.1.3-.3.4l-9.3,1.4c-.2,0-.3-.1-.4-.3l-.1-.5c0-.2,0-.3.1-.3l.5-.1s1.6-.4,1.9-1.5c.2-1.2.1-2.5-.1-3.7l-2.5-17.3c0-.1-.1-.2-.1-.3,0,.1-.1.2-.1.3l-5.3,24.4c0,.2-.2.3-.4.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M344.4,352.6c0-.2,0-.3.2-.4h0l4.5-1.1c2.2-.5,4.6-1.4,6-3.2,1.3-1.8,1.8-4.1,1.2-6.3-.5-2.4-2.2-4.3-4.4-5.1-2.1-.7-5.9,0-5.9,0l-.6.1-10.9,2.5c-.2,0-.3.2-.2.4h0l.1.5c0,.2.2.3.4.3h.2c2.9-.4,3.6,3.9,3.6,3.9,0,.2.1.4.1.6l3.2,13.8c.4,1.2.5,2.4.5,3.7-.2,1.1-1.8,1.7-1.8,1.7l-.5.2c-.1,0-.1.2-.1.4l.1.5c0,.2.2.3.4.2h0l9.7-2.2c.2,0,.3-.2.2-.4l-.1-.5c-.1-.2-.2-.3-.4-.2l-.4.1c-1,.2-2.2.3-3-.7-.6-1.1-.9-2.2-1.1-3.4M344.2,350.9c-.2,0-.3-.1-.4-.2l-2-8.4c-.1-.7-.5-1.9,0-2.4.6-.8,2.9-1.4,3.8-1.6,3.5-.6,6.8,1.7,7.4,5.1.2,1.4,0,2.8-.6,4-.9,1.8-2.4,2.2-4.2,2.7l-4,.8Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M367,331c-.1-.1-.3-.2-.5-.2l-2.6.8c-.2.1-.3.2-.3.4l-.8,17.6c0,2.2-.2,4.3-.5,6.4-.3,1.3-1.1,2.4-2.1,3.3-.1.1-.3.2-.4.3-.1.1-.1.3-.1.4l.2.5c.1.2.2.3.4.2l8.6-2.7c.2,0,.3-.2.2-.4h0l-.2-.8c-1.7.3-3.2.4-3.8-1.5-.2-1-.2-2-.2-3v-.6l.1-2.5c0-.2.1-.3.3-.4l8.3-2.6c.2-.1.4,0,.5.2l2.7,3.7c.5.6.9,1.2,1.2,1.9.5,1.5-1.8,2.6-1.8,2.6-.2.1-.2.3-.2.4l.2.5c.1.2.2.3.4.2h0l9.1-2.8c.2,0,.3-.2.2-.4l-.3-.8c-2.8.7-4-1.4-5.6-3.5M365.3,347c-.1,0-.2,0-.3-.1v-.1l.4-11.7c0-.2.1-.2.2-.1l7,9.4c.1.1.1.2,0,.3,0,0-.1,0-.1.1l-7.2,2.2Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M401.3,326.3c.1.1.1.3,0,.5l-.6.5c-.2.1-.4.1-.5,0,0,0-7.4-4.8-11.4-3.2-5.4,2.2-4.8,9.3-2.8,14.1,1,2.6,2.6,4.9,4.7,6.7,2.2,1.8,5.2,2.3,7.8,1.3,3.3-1.3,5.9-4.7,4.2-8.8-1-2.5-2.4-2.8-4.7-2.2l-.3-.8c-.1-.2,0-.3.2-.4h0l8.6-3.5c.2-.1.3,0,.4.2h0l.2.5c.1.2.1.3,0,.4l-.4.2s-1.4.8-1.5,1.9c.1,1.2.5,2.4,1,3.6l2.4,5.8c.1.2,0,.4-.2.4l-1,.4c-.2.1-.4,0-.5-.1l-1.6-1.6c-.1-.1-.2-.1-.4,0h0s-3.2,4.8-6,5.9c-6.8,2.8-14-1-17-8.3-1.4-3.1-1.7-6.7-.8-10,1-3.3,3.4-6.1,6.5-7.5,2.4-.9,5.1-1.1,7.6-.3l-.1-1.7c0-.2.1-.4.3-.4l.4-.2c.2-.1.4,0,.5.1\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M415.8,333.2c1.3,2.4,2,4.3,4.8,3l.4-.2c.2-.1.4,0,.5.2l.2.5c.1.2,0,.3-.1.4l-7.2,3.8c-.2.1-.4,0-.5-.1l-.2-.5c-.1-.2-.1-.3,0-.4l.5-.2s1.4-1,1.3-2.1c-.3-1.2-.7-2.4-1.4-3.4l-6.7-12.5c-.1-.2-.2-.4-.3-.6,0,0-1.9-4-4.5-2.8l-.2.1c-.2.1-.4,0-.4-.2l-.2-.5c-.1-.1-.1-.3.1-.4h.1l6.5-3.5c.2-.1.4-.1.6,0l19.9,12.9c.1.1.2.1.3.2,0,0,0-.1-.1-.3l-6.8-12.8-.3-.6s-1.9-4-4.7-2.8l-.4.2c-.2.1-.4,0-.4-.1l-.3-.5c-.1-.1,0-.3.1-.4h0l7.2-3.9c.2-.1.3,0,.4.1l.2.5c.1.2.1.3,0,.4l-.4.3s-1.4.9-1.4,2.1c.3,1.2.8,2.4,1.4,3.4l9.6,17.9c.1.2,0,.3-.1.4l-2.2,1.2c-.2.1-.4.1-.5,0l-22.6-14.4c-.1-.1-.2-.1-.3-.2,0,.1.1.2.1.3\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M429.7,308.7c-1.4-2.2-2.4-4-4.9-2.7l-.1.1c-.1.1-.3.1-.4-.1h0l-.3-.5c-.1-.2,0-.3.1-.4l7.7-4.9c.1-.1.3,0,.4.1l.3.5c.1.1.1.3,0,.4s-.2.3-.3.4c0,0-.9,3.1.5,5.3l7.6,12c.1.2.2.4.3.5,0,0,2.1,3.8,4.6,2.5l.2-.1c.2-.1.3,0,.5.1l.3.5c.1.1.1.3-.1.4h0l-7.7,4.9c-.1.1-.3,0-.4-.1h0l-.3-.5c-.1-.1-.1-.3.1-.4.1-.1.2-.3.3-.5l-.4-4.9-.4-.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M455.6,291.1c.1.1.2.3.1.5l-.3.5c-.1.2-.3.2-.5.2,0,0-8-1.1-11.8,1.8-.8.6-2.1,1.7-2.4,2.7s.4,2.1,1.1,3l3.5,4.6c.1.1.3.2.4.1h0l1.4-1.1c.2-.1.3-.3.5-.4,0,0,2.7-3.1.7-6.5l.7-.5c.1-.1.3-.1.4.1l6.7,8.8c.1.1.1.3-.1.4l-.5.4c-.1.1-.3.1-.5,0-.8-.8-1.6-1.4-2.6-1.9-1.7-.7-2.8.1-4.1,1l-1.6,1.2c-.1.1-.2.3-.1.4h0l4.3,5.7c.1.1.3.4.4.5.5.7,1.2,1.2,1.9,1.6,1.3.4,2.7-.6,3.6-1.3,4.5-3.3,5.6-7.3,5.3-13.1l1-.2c.2,0,.3.1.4.2l2.3,8c0,.2,0,.4-.2.5l-16.3,12.3c-.1.1-.3.1-.4,0h0l-.3-.4c-.1-.2-.1-.3-.1-.4l.4-.3s1.3-1.1,1-2.3c-.4-1.2-1.1-2.2-1.9-3.1l-8.6-11.3-.4-.5s-2.4-3.6-5-2l-.2.1c-.2.1-.4.1-.5-.1l-.3-.4c-.1-.1-.1-.3.1-.5l16-12.1c.2-.1.4-.1.5,0\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M93.6,295.1c.8-2.5-5.4-6.8-8.9-6.7-3.1.3-6.3,2-6.8,4.7-.4,2.4.7,4.9,3,5.3,2.4.5,4.3-5.5,6.1-1.2.6,1.6-1.6,3.6-3.5,3.9-3.4.5-6.7-1.6-7.7-4.9-.7-3.3.2-6.1,2.8-7.8,6-3.8,10.2-1.2,14.8,2l7.9,5.4c.1.1.2.3.1.4h0l-.3.4c-.1.1-.3.2-.4.1l-.4-.2s-1.5-.9-2.6-.2c-1,.8-1.8,1.7-2.4,2.8l-2.9,4.2c-.1.1-.1.3.1.4h0l10.2,7c.1.1.3.1.4-.1h0l2.7-3.9c.1-.2.3-.4.4-.5s2.7-3.5.4-5.4l-.2-.1c-.1-.1-.2-.3-.1-.5l.3-.5c.1-.1.3-.2.4-.1h0l7.8,5.4c.1.1.2.3.1.4h0l-.3.5c-.1.1-.2.2-.3.2-.1-.1-.3-.2-.4-.2,0,0-1.5-.8-2.5-.2-1,.8-1.8,1.7-2.4,2.8l-8.1,11.7-.4.5s-2.7,3.5-.4,5.3l.2.1c.1.1.2.3.1.5l-.3.5c-.1.1-.3.2-.4.1l-7.8-5.4c-.1-.1-.2-.3-.1-.4h0l.3-.5c.1-.1.3-.2.3-.2.1.1.3.2.4.3.8.4,1.7.5,2.5.2,1-.8,1.8-1.7,2.4-2.8l4-5.8c.1-.1.1-.3-.1-.4l-10.2-7c-.1-.1-.3-.1-.4.1l-3.9,5.6c-.1.2-.3.4-.4.5s-2.6,3.5-.3,5.3l.2.2c.1.1.2.3.1.5l-.3.4c-.1.1-.3.2-.4.1h0l-7.8-5.4c-.1-.1-.2-.3-.1-.4l.3-.5c.1-.1.2-.2.3-.2s.3.2.4.3c.8.4,1.7.5,2.5.2.9-.7,1.6-1.6,2.2-2.5.1-.2.3-.4.4-.5l8.1-11.7c.5-.7,1-1.3,1.3-2.1\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M246.3,150.3l4.9-11.1,4.9,11.1M239.9,163.5h.4l.2-.4,3.6-7.9h14.2l3.6,7.9.2.4h5.8l-.4-.9-15.7-34.2-.6-1.3-.6,1.3-15.6,34.2-.4.9h5.3Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><polyline points=\"285.4 163.5 286 163.5 286 162.9 286 159.1 286 158.5 285.4 158.5 276 158.5 276 130.1 276 129.4 275.4 129.4 271.3 129.4 270.7 129.4 270.7 130.1 270.7 162.9 270.7 163.5 271.3 163.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><polyline points=\"303.9 163.5 304.5 163.5 304.5 162.9 304.5 159.1 304.5 158.5 303.9 158.5 294.5 158.5 294.5 130.1 294.5 129.4 293.9 129.4 289.8 129.4 289.2 129.4 289.2 130.1 289.2 162.9 289.2 163.5 289.8 163.5\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><path d=\"M181.2,211.5c-6.9,0-12.5-5.7-12.5-12.6-.2-6.9,5.2-12.6,12.1-12.8,6.9-.2,12.6,5.2,12.8,12.1v.7c.1,6.9-5.5,12.5-12.4,12.6M199,198.8c0-9.8-8-17.8-17.8-17.8s-17.8,8-17.8,17.8,8,17.8,17.8,17.8c9.8.1,17.8-7.9,17.8-17.8\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><polyline points=\"214.3 217.2 214.9 218.7 215.5 217.2 229.7 182.7 230.1 181.8 229.2 181.8 224.7 181.8 224.2 181.8 224.1 182.2 214.9 205 205.7 182.2 205.6 181.8 205.1 181.8 200.6 181.8 199.7 181.8 200.1 182.7\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><polyline points=\"251.3 215.9 251.9 215.9 251.9 215.2 251.9 211.5 251.9 210.9 251.3 210.9 238.4 210.9 238.4 199.8 250.9 199.8 251.5 199.8 251.5 199.1 251.5 195.4 251.5 194.7 250.9 194.7 238.4 194.7 238.4 186.8 251.3 186.8 251.9 186.8 251.9 186.2 251.9 182.4 251.9 181.8 251.3 181.8 233.7 181.8 233 181.8 233 182.4 233 215.2 233 215.9 233.7 215.9\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><path d=\"M263.2,186.7c5.7,0,8.3,1.6,8.3,5.2s-2.4,5.4-8.1,5.4h-.7v-10.6M279.7,215.9l-.7-1-9.8-13.5c4.5-1,7.6-5.1,7.4-9.6,0-3.4-1.7-6.6-4.6-8.4-2.8-1.6-6.2-1.6-9-1.6h-5.6v34.1h5.4v-13.9h.7l9.5,13.6.2.3h6.5Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><polyline points=\"300.8 181.8 300.2 181.8 300.2 182.4 300.2 186.2 300.2 186.8 300.8 186.8 308 186.8 308 215.2 308 215.9 308.6 215.9 312.7 215.9 313.3 215.9 313.3 215.2 313.3 186.8 320.5 186.8 321.1 186.8 321.1 186.2 321.1 182.4 321.1 181.8 320.5 181.8\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><polyline points=\"344.8 181.8 344.2 181.8 344.2 182.4 344.2 195 329.8 195 329.8 182.4 329.8 181.8 329.2 181.8 325.1 181.8 324.5 181.8 324.5 182.4 324.5 215.2 324.5 215.9 325.1 215.9 329.2 215.9 329.8 215.9 329.8 215.2 329.8 200.1 344.2 200.1 344.2 215.2 344.2 215.9 344.8 215.9 348.9 215.9 349.5 215.9 349.5 215.2 349.5 182.4 349.5 181.8 348.9 181.8\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><polyline points=\"374.2 181.8 356.6 181.8 355.9 181.8 355.9 182.4 355.9 215.2 355.9 215.9 356.6 215.9 374.2 215.9 374.8 215.9 374.8 215.2 374.8 211.5 374.8 210.9 374.2 210.9 361.3 210.9 361.3 199.8 373.8 199.8 374.4 199.8 374.4 199.1 374.4 195.4 374.4 194.7 373.8 194.7 361.3 194.7 361.3 186.8 374.2 186.8 374.8 186.8 374.8 186.2 374.8 182.4 374.8 181.8\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><polyline points=\"231.9 234.2 231.5 234.2 231.4 234.6 222.8 256.5 214.1 233.9 213.5 232.3 212.9 233.9 204.2 256.5 195.6 234.6 195.5 234.2 195.1 234.2 190.6 234.2 189.7 234.2 190 235 203.6 269.2 204.2 270.7 204.8 269.1 213.5 246.6 222.2 269.1 222.8 270.7 223.4 269.2 237 235 237.3 234.2 236.4 234.2\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><path d=\"M255.6,263.9c-6.9-.1-12.5-5.7-12.4-12.6,0-6.9,5.6-12.5,12.5-12.5s12.5,5.6,12.5,12.5-5.6,12.5-12.6,12.6M255.7,233.5c-9.8,0-17.8,7.9-17.8,17.8.2,9.8,8.4,17.6,18.2,17.4,9.5-.2,17.2-7.9,17.4-17.4,0-9.9-8-17.9-17.8-17.8\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><path d=\"M283.6,239.1c5.7,0,8.3,1.6,8.3,5.2s-2.4,5.4-8.1,5.4h-.7v-10.6M289.6,253.8c4.5-1,7.6-5,7.4-9.6,0-3.4-1.7-6.6-4.6-8.4-2.8-1.6-6.2-1.6-9-1.6h-5.6v34.1h5.4v-13.9h.7l9.5,13.6.2.3h6.6l-.8-1-9.8-13.5Z\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><polyline points=\"308.6 263.2 308.6 234.8 308.6 234.2 307.9 234.2 303.9 234.2 303.2 234.2 303.2 234.8 303.2 267.6 303.2 268.2 303.9 268.2 317.9 268.2 318.5 268.2 318.5 267.6 318.5 263.9 318.5 263.2 317.9 263.2\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/polyline><path d=\"M327.5,263.2h-.8v-24h.8c6.8,0,15,2.1,15,12s-8.2,12-15,12M328.8,234.2h-7.4v34.1h7.3c11.8,0,19.2-6.6,19.2-17.2-.1-10.3-7.6-16.9-19.1-16.9\" fill-rule=\"evenodd\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"19\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"19 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77a8c5c e-flex e-con-boxed e-con e-child\" data-id=\"77a8c5c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23bee86 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"23bee86\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"192.782mm\" height=\"20.256mm\" viewBox=\"0 0 546.47 57.42\"><g id=\"b\"><path d=\"M238.68,31.081c0,24.61-23.54,26.33-29,26.34s-28.46-1.6-28.46-26.34,22.96-26.67,28.46-26.67,29,2.06,29,26.67ZM224.24,30.971c-.2-11.7-6.89-21.24-14.9-21.24s-14.36,9.54-14.16,21.24,6.9,21.25,14.9,21.25,14.36-9.55,14.16-21.25Z\"><\/path><path d=\"M159.54,32.951l16.11,23h-13.25l-15.31-21.4h-13.16v21.36h-12.89V5.911h34.83c6.67.17,15.71,2.55,15.84,13.87,0,9.9-12.17,13.17-12.17,13.17ZM151.85,13.141h-17.92v13.6h18.47s7.05-.31,7-6.67c0,0,.82-6.93-7.55-6.93Z\"><\/path><polygon points=\"79.45 13.131 79.41 26.141 101.08 26.141 101.08 34.831 79.41 34.831 79.41 48.791 107.88 48.791 107.88 55.951 66.07 55.951 66.07 6.181 107.97 6.181 107.98 13.131 79.45 13.131\"><\/polygon><polygon points=\"44.14 6.181 55.15 6.181 31.6 55.941 22.2 55.941 0 6.271 14.14 6.271 28.83 39.571 44.14 6.181\"><\/polygon><path d=\"M412.33,30.881c0,24.61-23.54,26.33-29,26.34s-28.46-1.6-28.46-26.34,22.96-26.67,28.46-26.67,29,2.06,29,26.67ZM383.77,52.021c8,0,14.32-9.55,14.12-21.25s-6.89-21.24-14.9-21.24-14.36,9.54-14.16,21.24,6.9,21.25,14.9,21.25h.04Z\"><\/path><polygon points=\"334.11 6.271 349.69 55.941 337.96 55.941 325.79 17.641 310.83 55.941 301.08 55.941 288.27 17.641 277.8 55.941 266.25 55.941 280.13 6.181 297.5 6.181 306.99 35.991 318 6.271 334.11 6.271\"><\/polygon><path d=\"M541.65,6.181l2.06,2.95h-1l-1.88-2.95h-1.43v2.95h-.81V2.421h2.6c1.52,0,2.15.72,2.15,1.88.01.97-.724,1.787-1.69,1.88ZM542.53,4.301c0-.9-.81-1.16-1.61-1.16h-1.52v2.32h1.16c.98,0,1.97,0,1.97-1.16Z\"><\/path><path d=\"M540.962.003c3.136.077,5.615,2.682,5.538,5.819-.125,3.003-2.531,5.409-5.534,5.534-3.189.133-5.883-2.345-6.016-5.534-.002-.081-.002-.162,0-.243.067-3.147,2.673-5.644,5.82-5.577.064,0,.128,0,.192.001ZM540.912,10.739c2.633-.083,4.7-2.285,4.618-4.918,0-2.695-2.185-4.88-4.88-4.88s-4.88,2.185-4.88,4.88c-.003.109-.002.217.003.326.111,2.649,2.349,4.706,4.997,4.594.047,0,.095,0,.142-.002Z\"><\/path><path d=\"M478.61,31.851c0,24-22.71,24.06-24.19,24.06h-30.24V5.911h30.24c1.48,0,23.82,0,24.19,25.94ZM464.15,30.951c0-11.07-4.38-19.39-13.38-19.39h-13.52v38.95h15.52c6,0,11.38-8.49,11.38-19.56Z\"><\/path><path d=\"M517.77,5.941l18.48,49.92h-12.71l-4.15-11.18h-21.21l-4.12,11.26h-10l18.71-50h15ZM516.66,36.801l-8.06-22.29-7.7,22.29h15.76Z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"20\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 von 20\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0e3a98 e-flex e-con-boxed e-con e-child\" data-id=\"b0e3a98\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b40033 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"1b40033\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"a\" width=\"148.766mm\" height=\"38.312mm\" viewBox=\"0 0 421.7 108.6\"><path d=\"M0,0v108.6h173.9V0H0ZM137.6,32.3c2.7,0,5,2.3,5,5v.3c0,2.7-2.3,5-5,4.7-2.7,0-5-2.3-5-5,.3-2.7,2.3-5,5-5ZM84.3,32.3c2.7,0,5,2.3,5,5s-2.3,5-5,5-5-2.3-5-5,2-5,5-5ZM71,39.3h-5v30h5v6.3h-17.7v-6.3h5v-11.7h-18v11.7h5v6.3h-17.7v-6.3h5v-30h-5v-6.3h17.7v6.3h-5v11.7h18v-11.7h-5v-6.3h17.7v6.3ZM92.3,75.6h-16.3v-6.3h4.3v-16h-4.3v-6.7h12v22.7h4.3v6.3ZM127.6,44.6h-7.3v-5.3h-11v11.7h13.3v6.3h-13.3v11.7h5.7v6.3h-18v-6.3h4.3v-30h-4.7v-6h31v11.6ZM145.9,75.6h-16.3v-6.3h4.3v-16h-4.3v-6.7h12v22.7h4.3v6.3ZM229.5,69.3h4v6.3h-17v-6.3h4l-8.6-13.3-5,4.7v8.7h5v6.3h-17.7v-6.3h5v-30h-5v-6.4h17.7v6.3h-5v13.3l13.7-13.3h-4v-6.3h17v6.3h-4.3l-12,11.3c-.1,0,12.2,18.7,12.2,18.7ZM249.2,69.3h4v6.3h-15.3v-6.3h4v-30h-4v-6.3h11.3v36.3ZM284.5,69.3h4.3v6.3h-10.7v-2.6c-2.7,2.3-6,3.3-9.3,3.3-6,0-10.3-3.3-10.3-11v-12.3h-4v-6.3h11.3v18c0,3.7,2,5,4.7,5,2.3,0,4.3-1,6-2.7v-13.7h-3.3v-6.7h11.3v22.7h0ZM300.8,73v2.7h-7.3v-36.4h-3.7v-6.3h11.3v16.3c2.3-2,5.3-3,8.3-3,6.7,0,12,5.7,12,14.3,0,9.7-5.3,15.3-12.7,15.3-2.6.4-5.6-.9-7.9-2.9ZM314.1,61.3c0-5-2.3-8.7-6.7-8.7s-6.7,3.7-6.7,8.3,2.3,8.7,7,8.7c4.8,0,6.4-3.3,6.4-8.3ZM333.5,73v2.7h-7v-36.4h-3.7v-6.3h11.3v16.3c2.3-2,5.3-3,8.3-3,6.7,0,12,5.7,12,14.3,0,9.7-5.3,15.3-12.7,15.3-3.2.4-6.2-.6-8.2-2.9ZM346.5,61.3c0-5-2.3-8.7-6.3-8.7s-6.7,3.7-6.7,8.3,2.7,8.7,7,8.7,6-3.3,6-8.3ZM384.8,61.3v2h-19.3c-.3,3.3,2.3,6.3,6,6.7h.7c2.3.3,4.7-1,5.7-2.7h6.7c-1.3,5.7-6.7,9.3-12.3,9.3-9,0-14-5.7-14-15s5.3-15,13.7-15,12.8,5,12.8,14.7ZM377.1,58c0-3-2.3-5.7-5.3-5.7h-.7c-3,0-5.7,2.7-6,5.7h12ZM421.7,69.3v6.3h-11.3v-18c0-3.7-2-5-4.7-5-2.3,0-4.3,1-6,2.7v13.7h4v6.3h-15.3v-6.3h4v-16h-4v-6.3h10v2.7c2.3-2.3,5.7-3.3,9-3.3,5.7-.3,10.3,4,10.7,9.3v13.6l3.6.3h0Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5be3de17 e-con-full e-flex e-con e-child\" data-id=\"5be3de17\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e3134db e-con-full e-flex e-con e-child\" data-id=\"5e3134db\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29e56f0 e-flex e-con-boxed e-con e-child\" data-id=\"29e56f0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a10a4a8 e-con-full e-flex e-con e-child\" data-id=\"a10a4a8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-767a3bf elementor-widget elementor-widget-video\" data-id=\"767a3bf\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.samesystem.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/bunnpris-thumbnail.webp&quot;,&quot;id&quot;:8595,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;yt_privacy&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"clipboard-write\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/945790186?color&amp;autopause=0&amp;dnt=true&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=\"><\/iframe>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/07\/bunnpris-thumbnail.webp);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Video abspielen\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-209d55e e-con-full e-flex e-con e-child\" data-id=\"209d55e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1321c7 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e1321c7\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" width=\"349.666\" height=\"65.792\" viewBox=\"0 0 349.666 65.792\"><defs><clipPath id=\"clippath\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-1\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-2\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-3\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-4\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-5\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-6\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-7\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-8\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-9\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-10\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-11\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-12\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-13\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-14\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-15\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-16\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-17\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-18\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-19\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-20\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-21\"><rect x=\"294.584\" y=\"1.504\" width=\"19.865\" height=\"62.699\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-22\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-23\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-24\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-25\"><rect x=\"318.357\" y=\".265\" width=\"28.984\" height=\"64.935\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-26\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-27\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-28\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-29\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-30\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-31\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-32\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><clipPath id=\"clippath-33\"><rect width=\"349.666\" height=\"65.792\" fill=\"none\" stroke-width=\"0\"><\/rect><\/clipPath><\/defs><g clip-path=\"url(#clippath)\"><path d=\"M190.225,8.679c-4.244-5.506-10.975-8.377-17.739-8.377-6.336,0-12.612,2.457-16.88,7.414-4.453,5.065-6.193,10.518-6.193,19.437v37.051h19.6V26.731c0-3.491.639-6.063,3.631-6.076,2.972-.014,3.556,2.265,3.556,6.076v37.472h19.438V27.152c-.001-8.162-1.57-13.512-5.413-18.473\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-1)\"><path d=\"M155.405,7.544c-4.502,5.121-6.257,10.619-6.257,19.608v37.314h20.127V26.731c0-4.117.976-5.803,3.37-5.813.945-.004,1.646.234,2.142.729,1.014,1.007,1.148,3.136,1.148,5.084v37.735h19.965V27.152c0-8.225-1.584-13.623-5.469-18.634C186.341,3.208,179.632.039,172.485.039c-6.747,0-12.973,2.735-17.08,7.505M149.675,27.152c0-8.847,1.719-14.247,6.128-19.263,4.008-4.655,10.088-7.324,16.682-7.324,6.985,0,13.538,3.094,17.53,8.274h0c3.807,4.911,5.357,10.217,5.357,18.313v36.787h-18.91V26.731c0-2.161-.158-4.316-1.303-5.457-.602-.599-1.426-.888-2.517-.883-3.432.016-3.895,3.214-3.895,6.34v37.208h-19.074V27.152h.002ZM190.432,8.519h0Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-2)\"><path d=\"M172.516,4.888c-5.007,0-10.121,2.093-13.52,6.065-3.669,4.198-4.868,9.457-4.868,17.175v31.726h10.233V25.535c0-5.738,3.417-9.581,8.309-9.581,4.982,0,8.076,3.569,8.076,9.581v34.318h10.232v-31.725c0-7.085-.904-12.282-4.088-16.411-3.417-4.469-8.943-6.829-14.374-6.829\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-3)\"><path d=\"M139.913,8.679c-4.242-5.506-10.974-8.377-17.738-8.377-6.336,0-12.612,2.457-16.88,7.414-4.454,5.065-6.194,10.518-6.194,19.437v37.051h19.602V26.731c0-3.491.637-6.063,3.631-6.076,2.97-.014,3.556,2.265,3.556,6.076v37.472h19.438V27.152c-.002-8.162-1.57-13.512-5.415-18.473\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-4)\"><path d=\"M105.094,7.544c-4.502,5.121-6.257,10.619-6.257,19.608v37.314h20.127V26.731c0-4.117.976-5.803,3.369-5.813.946-.004,1.646.234,2.143.729,1.012,1.007,1.148,3.136,1.148,5.084v37.735h19.965V27.152c0-8.224-1.584-13.623-5.469-18.634C136.03,3.208,129.321.039,122.174.039c-6.747,0-12.972,2.735-17.08,7.505M99.364,27.152c0-8.847,1.718-14.247,6.128-19.263,4.008-4.655,10.088-7.324,16.682-7.324,6.986,0,13.539,3.094,17.529,8.274h.001c3.807,4.911,5.358,10.217,5.358,18.313v36.787h-18.911V26.731c0-2.161-.158-4.316-1.304-5.457-.602-.599-1.424-.888-2.516-.883-3.432.016-3.895,3.214-3.895,6.34v37.208h-19.072V27.152ZM140.121,8.519h0Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-5)\"><path d=\"M122.205,4.888c-5.007,0-10.121,2.093-13.52,6.065-3.669,4.198-4.868,9.457-4.868,17.175v31.726h10.233V25.535c0-5.738,3.417-9.581,8.308-9.581,4.982,0,8.077,3.569,8.077,9.581v34.318h10.232v-31.725c0-7.085-.904-12.282-4.086-16.411-3.419-4.469-8.945-6.829-14.376-6.829\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-6)\"><path d=\"M89.797,57.139c-4.242,5.516-10.975,8.39-17.738,8.39-6.336,0-12.612-2.459-16.88-7.424-4.454-5.073-6.194-10.534-6.194-19.466V1.53h19.601v37.528c0,3.497.638,6.073,3.631,6.087,2.971.015,3.557-2.269,3.557-6.087V1.53h19.438v37.108c0,8.174-1.57,13.533-5.415,18.501\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-7)\"><path d=\"M75.51,1.267v37.792c0,1.954-.136,4.086-1.15,5.096-.497.494-1.197.732-2.141.728-2.394-.011-3.37-1.697-3.37-5.823V1.267h-20.127v37.372c0,9.003,1.755,14.509,6.259,19.639,4.105,4.775,10.331,7.515,17.078,7.515,7.147,0,13.856-3.175,17.947-8.492,3.883-5.019,5.468-10.425,5.468-18.661V1.267h-19.964ZM94.947,1.794v36.845c0,8.108-1.552,13.421-5.358,18.34h0c-3.992,5.189-10.545,8.287-17.53,8.287-6.594,0-12.674-2.673-16.681-7.333-4.412-5.025-6.13-10.435-6.13-19.294V1.794h19.073v37.265c0,3.131.464,6.334,3.895,6.351,1.091.005,1.914-.284,2.515-.883,1.147-1.142,1.305-3.303,1.305-5.468V1.794h18.911ZM90.006,57.301h0Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-8)\"><path d=\"M72.089,60.937c-5.007,0-10.121-2.095-13.52-6.074-3.669-4.205-4.868-9.473-4.868-17.202V5.887h10.233v34.37c0,5.748,3.416,9.596,8.308,9.596,4.982,0,8.077-3.575,8.077-9.596V5.887h10.233v31.773c0,7.097-.904,12.302-4.087,16.438-3.419,4.474-8.944,6.839-14.376,6.839\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-9)\"><path d=\"M265.576,45.956l.01,18.231h-18.912l.016-62.7,25.596-.016s6.771-.024,12.035,4.894c5.82,5.435,9.117,16.33,3.496,26.478,0,0-1.492,2.293-2.188,3.114,0,0-.359.359.111.749,3.018,2.501,4.674,6.206,4.674,10.67v16.803h-19.27v-14.518s.078-3.666-3.262-3.666l-2.306-.039ZM265.563,21.235v6.506h2.75s3.158-.143,3.158-3.272c0-2.759-2.445-3.24-3.371-3.24-.916,0-2.537.006-2.537.006\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-10)\"><path d=\"M272.285,1.208l-25.859.017-.016,63.225h19.438s-.008-17.706-.008-18.227c.42.007,2.039.035,2.039.035.861,0,1.551.259,2.051.771.928.945.951,2.469.951,2.616v14.797h19.797v-17.066c0-4.527-1.648-8.287-4.771-10.873-.063-.053-.139-.133-.145-.214s.057-.149.057-.151c.709-.835,2.158-3.058,2.219-3.151,5.639-10.176,2.486-21.188-3.535-26.813-5.28-4.933-12.149-4.966-12.218-4.966M272.285,1.736c.066,0,6.732.036,11.857,4.821,3.723,3.479,6.32,9.072,6.32,15.231,0,3.552-.865,7.294-2.877,10.925-.004.008-1.482,2.273-2.158,3.072-.008.008-.193.202-.193.492,0,.011,0,.021.002.032.006.152.07.379.336.599,2.996,2.481,4.58,6.101,4.58,10.463v16.543h-18.744v-14.283c0-.254-.043-1.889-1.098-2.968-.605-.617-1.422-.931-2.428-.931l-2.568-.045s.008,17.725.008,18.235h-18.387c0-.52.016-61.653.016-62.173.516,0,25.334-.013,25.334-.013\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-11)\"><path d=\"M265.301,20.973v7.032h3.012c.045-.002,3.422-.193,3.422-3.536,0-2.772-2.377-3.504-3.635-3.504l-2.799.008ZM268.1,21.492c.127,0,3.107.034,3.107,2.977,0,2.835-2.789,3.004-2.906,3.01h-2.473v-5.98c.42-.003,2.272-.007,2.272-.007\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-12)\"><path d=\"M280.666,37.476s-1.305-.606-1.244-1.157c.045-.416.83-.915.926-1.013.283-.28,6.258-5.395,5.813-14.01-.521-10.088-8.127-15.223-14.699-15.248l-20.23-.018-.002,53.869h10.105l-.01-43.267,5.93-.008c3.133-.014,8.791.55,8.818,7.675.02,4.557-2.955,7.908-6.783,7.995-.135.003-4.014.005-4.014.005v9.206s4.203.014,4.371.045c4.814.9,6.238,5.093,6.209,7.759l-.014,10.59h10.182l.023-12.619c-.02-4.051-2.139-8.147-5.381-9.804\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-13)\"><path d=\"M.264,1.418h26.338c3.755.184,7.393,1.581,9.415,3.229,2.022,1.648,5.983,4.975,6.95,12.423.961,7.397-2.354,12.295-2.354,12.295,3.033,3.55,5.561,8.62,5.561,14.197s-1.707,11.879-6.61,16.099c-4.639,3.99-10.087,4.556-11.13,4.483l-28.17.033V1.418ZM19.471,21.154v4.08h2.736s2.031.167,2.065-2.069c.029-1.877-1.16-2.023-2.084-2.023s-2.717.012-2.717.012M19.471,37.836v6.87h3.704s3.35.046,3.451-3.296c.115-3.772-3.278-3.55-3.278-3.55l-3.877-.024Z\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-14)\"><path d=\"M0,1.154v63.286l28.434-.033c1.089.075,6.586-.493,11.3-4.548,5.831-5.018,6.702-12.365,6.702-16.298,0-4.89-2.007-10.057-5.502-14.214.458-.752,2.469-4.352,2.469-9.623,0-.854-.053-1.752-.176-2.689-.995-7.662-5.081-10.991-7.044-12.592-2.236-1.823-5.992-3.114-9.568-3.288H0ZM26.602,1.682c3.458.168,7.094,1.413,9.249,3.169,1.911,1.558,5.887,4.799,6.856,12.253.936,7.203-2.279,12.064-2.312,12.113l-.112.166.13.152c3.493,4.089,5.497,9.201,5.497,14.026,0,3.843-.846,11.019-6.519,15.898-4.602,3.959-10.056,4.482-10.939,4.421-.017,0-25.129.03-27.924.033V1.682h26.074Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-15)\"><path d=\"M19.207,20.893v4.605h3c.018.002.947.071,1.633-.552.45-.407.684-1.005.696-1.776.011-.767-.173-1.349-.548-1.73-.488-.493-1.184-.562-1.8-.562l-2.981.015ZM22.188,21.405c.507,0,1.074.049,1.425.404.272.276.406.732.397,1.353-.01.617-.185,1.086-.52,1.391-.514.47-1.254.42-1.263.419h-2.493v-3.555c.427-.002,2.454-.012,2.454-.012\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-16)\"><path d=\"M19.207,44.969h3.968c.032,0,3.606.01,3.714-3.551.038-1.259-.293-2.234-.985-2.901-1.042-1.007-2.511-.922-2.574-.919.019,0-3.858-.024-3.858-.024h-.265s0,7.395,0,7.395ZM19.734,38.101c.46.003,3.612.024,3.612.024.032,0,1.325-.071,2.197.773.577.56.854,1.402.82,2.504-.093,3.039-3.059,3.042-3.186,3.041,0,0-2.99,0-3.443,0,0,0,0-6.341,0-6.341Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-17)\"><path d=\"M33.855,8.747c.015.018.028.034.044.051.035.03.059.05.061.052l-.105-.103Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-18)\"><path d=\"M35.874,30.828s-.972-.828-.971-.83l.727-1.052c.029-.042,3.104-3.586,3.014-9.564-.097-6.417-5.074-13.229-12.344-13.384l-21.347-.04.015,53.878h10.042V16.674l8.165-.119c2.818.29,5.984,1.743,5.85,6.583-.106,3.934-2.191,6.392-5.87,6.621-.146.009-.608.017-4.135.019v3.683c1.957,0,4.939.002,4.985.002,2.793.043,7.227,1.698,7.311,7.569.09,6.139-4.518,8.398-7.528,8.284l.283.003h-5.033l-.007,10.518h7.903c-1.169-.081,4.057-.032,7.117-1.916,2.008-1.236,7.454-5.688,7.523-13.772.002-.082.359-8.152-5.7-13.321\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-19)\"><path d=\"M26.983,5.624c.006,0,.012.002.017.002h.052l-.069-.002Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-20)\"><g><g clip-path=\"url(#clippath-21)\"><polygon points=\"314.449 64.203 294.584 64.188 294.6 1.504 314.424 1.504 314.449 64.203\" fill=\"#fff100\" stroke-width=\"0\"><\/polygon><\/g><\/g><\/g><g clip-path=\"url(#clippath-22)\"><path d=\"M294.322,64.45l20.389.017-.023-63.227h-20.352l-.014,63.21ZM294.863,1.767c.506,0,18.793.001,19.299.001,0,.519.023,61.652.023,62.172-.506,0-18.832-.015-19.338-.015,0-.521.016-61.639.016-62.158\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-23)\"><polygon points=\"309.893 6.062 299.219 6.05 299.227 59.937 309.93 59.921 309.893 6.062\" fill=\"#141006\" stroke-width=\"0\"><\/polygon><\/g><g clip-path=\"url(#clippath-24)\"><g><g clip-path=\"url(#clippath-25)\"><path d=\"M318.357,41.763v21.74s4.043,1.696,8.26,1.696,8.506-1.608,11.287-3.867c2.779-2.257,6.605-6.982,8.039-12.816,1.408-5.731,1.238-11.734-2.395-17.834-2.787-4.688-5.133-7.193-3.9-10.056,0,0,1.273-3.431,6.088-1.004.963.484,1.605,1.083,1.605,1.083V1.707s-2.441-1.669-7.582-1.418c0,0-7.098-.167-13.195,5.829-6.646,6.535-8.068,16.318-4.338,25.129,1.172,2.767,1.902,3.832,2.914,5.588.633,1.106,2.195,4.298.639,6.312-1.287,1.666-3.189,1.666-4.639.79-1.173-.71-1.865-1.318-2.783-2.174\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><\/g><\/g><g clip-path=\"url(#clippath-26)\"><path d=\"M339.748.026c-.055-.001-7.262-.101-13.369,5.903-6.602,6.492-8.285,16.232-4.395,25.419.961,2.272,1.625,3.398,2.393,4.702l.535.915c.529.927,2.145,4.1.66,6.02-1.293,1.671-3.121,1.435-4.297.726-1.172-.71-1.846-1.309-2.74-2.141l-.441-.413v22.521l.162.067c.039.017,4.141,1.717,8.361,1.717,4.082,0,8.471-1.505,11.451-3.926,2.85-2.315,6.689-7.098,8.131-12.959,1.635-6.65.842-12.549-2.424-18.031l-1.586-2.559c-1.947-3.065-3.232-5.091-2.301-7.259.01-.021.412-1.053,1.564-1.501,1.092-.425,2.494-.214,4.166.63.912.459,1.537,1.034,1.543,1.039l.443.41V1.568l-.114-.078c-.103-.069-2.572-1.716-7.742-1.464M347.076,1.856v18.294c-.289-.22-.707-.505-1.221-.763-1.814-.915-3.363-1.133-4.605-.646-1.369.538-1.83,1.741-1.85,1.792-1.037,2.41.309,4.529,2.344,7.735l1.578,2.547c3.193,5.357,3.965,11.127,2.365,17.636-1.408,5.734-5.164,10.412-7.951,12.676-2.891,2.35-7.152,3.809-11.119,3.809-3.684,0-7.258-1.321-7.998-1.612v-20.964c.707.641,1.379,1.192,2.385,1.801,1.359.822,3.48,1.092,4.984-.853,1.684-2.18-.049-5.605-.619-6.604l-.537-.92c-.76-1.288-1.416-2.4-2.363-4.641-3.805-8.983-2.164-18.502,4.281-24.838,5.941-5.841,12.934-5.754,13.004-5.753,4.396-.212,6.795.999,7.322,1.304\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-27)\"><path d=\"M340.813,35.098c.004.01.008.019.012.029.014.024.021.041.021.043l-.033-.072Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-28)\"><path d=\"M339.643,4.442c-2.619.252-6.119,1.401-8.158,3.029-9.332,7.457-7.498,16.998-5.377,21.389.529,1.594,4.088,6.543,4.869,11.433.221,3.119-1.102,6.002-3.588,7.547-1.482.921-3.238,1.117-4.779.431l.008,12.017c1.262.561,3.631.992,5.832.582,8.885-1.657,12.592-10.793,13.346-13.44,2.539-8.905-2.824-16.607-4.383-18.946-2.42-3.631-2.531-6.535-1.824-9.068.664-2.383,2.701-3.803,4.625-4.202.947-.195,2.074-.166,3.004-.021l.014-10.631c-.806-.164-2.281-.246-3.589-.12\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-29)\"><path d=\"M218.578,47.084l.023,17.104h-18.895l.039-62.705h22.188s9.225-.52,15.074,5.613c5.285,5.538,8.922,16.938,3.848,28.617-1.443,3.326-6.697,10.735-16.086,11.355-3.193.21-6.191.016-6.191.016M218.604,21.288v6.507h2.738s2.928.221,2.975-3.292c.041-3.17-2.754-3.222-3.5-3.222-.526,0-2.213.007-2.213.007\" fill=\"#fff100\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-30)\"><path d=\"M221.92,1.22h-22.436l-.039,63.23h19.42s-.023-16.55-.025-17.089c.811.042,3.322.143,5.945-.03,9.211-.608,14.699-7.797,16.313-11.514,5.09-11.716,1.547-23.195-3.898-28.903-5.868-6.151-15.188-5.7-15.28-5.694M221.934,1.746c.107-.006,9.188-.44,14.885,5.53,5.33,5.588,8.791,16.836,3.797,28.331-1.57,3.615-6.906,10.606-15.863,11.198-3.139.206-6.129.018-6.158.015l-.279-.018s.023,16.609.023,17.12h-18.367c.002-.52.039-61.658.039-62.177h21.923Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-31)\"><path d=\"M218.34,21.025v7.032h3.002c.033.003,1.252.084,2.193-.778.678-.618,1.029-1.552,1.045-2.773.014-1.064-.277-1.907-.867-2.502-.645-.653-1.619-.985-2.896-.985l-2.477.006ZM220.816,21.545c1.131,0,1.98.278,2.523.829.484.492.727,1.207.713,2.125-.014,1.067-.305,1.871-.867,2.389-.771.709-1.814.645-1.824.645,0,0-2.063,0-2.494,0v-5.98c.408-.002,1.949-.007,1.949-.007\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-32)\"><path d=\"M222.754,6.063l-18.408-.021v53.857h9.928s0-43.368.002-43.368l7.01-.018c6.582,0,7.68,5.403,7.57,8.178-.063,2.953-1.5,7.739-6.477,7.769-.141,0-4.08.036-4.08.036l.006,9.975s6.279.092,8.301-.329c6.898-1.437,12.477-9.407,12.23-17.962-.365-12.778-7.867-18.228-16.082-18.117\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><g clip-path=\"url(#clippath-33)\"><path d=\"M346.563,58.938c1.729,0,3.104,1.403,3.104,3.158,0,1.782-1.375,3.173-3.117,3.173-1.727,0-3.131-1.391-3.131-3.173,0-1.755,1.404-3.158,3.131-3.158,0,0,.013,0,.013,0ZM346.549,59.428c-1.391,0-2.527,1.193-2.527,2.668,0,1.503,1.137,2.681,2.541,2.681,1.404.015,2.527-1.178,2.527-2.667s-1.123-2.682-2.527-2.682h-.014ZM345.959,63.935h-.563v-3.523c.297-.043.576-.085.998-.085.533,0,.885.111,1.096.268.209.154.322.393.322.729,0,.463-.309.745-.688.855v.029c.309.057.518.337.59.855.084.549.168.759.225.871h-.59c-.084-.112-.17-.436-.238-.898-.084-.449-.309-.617-.758-.617h-.395v1.516h0ZM345.959,61.983h.408c.463,0,.857-.169.857-.604,0-.309-.227-.617-.857-.617-.184,0-.311.014-.408.028v1.193Z\" fill=\"#141006\" stroke-width=\"0\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f479b99 quote-text-hanging elementor-widget elementor-widget-text-editor\" data-id=\"f479b99\" 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\t\t<p>\u201cSameSystem zu verwenden ist so einfach, dass die Einarbeitung neuer Mitarbeiter weniger als eine Minute dauert.\u201d<\/p>\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-993bace elementor-widget elementor-widget-text-editor\" data-id=\"993bace\" 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\t\t<p><strong><span style=\"color: #ffffff\">Tobias Sandkjernan<\/span><br \/><\/strong>Filialleiter, Bunnpris<\/p>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dbcc4e e-flex e-con-boxed e-con e-child\" data-id=\"3dbcc4e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f60d2d2 e-con-full e-flex e-con e-child\" data-id=\"f60d2d2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0b5190 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c0b5190\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"svg945\" width=\"134.11mm\" height=\"11.84mm\" viewBox=\"0 0 380.14 33.58\"><g id=\"layer1\"><path id=\"path76\" d=\"M48.7,17.18c2.21-4.87-.82-6.76-8.02-6.76h-12.03c-2.62,0-3.17-.21-2.58-1.47l.86-1.88c.53-1.21,1.3-1.45,3.92-1.45h15.76c3.25,0,4.63.42,6.39,1.1L54.56.08h-31.44c-6,0-10.65,2.72-13.04,7.96l-3.38,7.48c-2.61,5.58-.74,7.25,6.01,7.25h13.83c2.65,0,3.08.27,2.52,1.48l-1.05,2.3c-.55,1.25-1.23,1.45-3.86,1.46H7.76c-3.37,0-4.71-.63-6.08-1.25L0,33.58h30.59c8.14-.01,11.95-2.96,14.35-8.21l3.76-8.19\" stroke-width=\"0\"><\/path><path id=\"path78\" d=\"M130.77,18.98c3.92,0,5.64.48,7.26.9l3.36-7.31c-2.01.39-4.16.88-8.06.87h-12.1l3.61-7.83h13.79c3.99,0,5.71.45,7.33.88l1.57-6.44h-38.49c.26,1.32.2,2.56-1.24,5.74l-10.05,21.98c-.92,1.98-1.7,3.2-2.5,4.18-1.03-1.78-1.78-3.81-2.28-5.26l-5.41-16.75,11.23-6.58c3.2-1.9,4.96-2.47,7.35-3.31h-15.51c-.13.44-.22.84-.41,1.26-.51,1.12-1.34,1.93-4.02,3.63l-16.26,10.15,4.24-9.29c1.45-3.19,2.59-4.42,4.03-5.75h-19.75c.26,1.33.24,2.57-1.23,5.75l-10.05,21.99c-1.45,3.18-2.57,4.42-4.01,5.77h19.71c-.21-1.35-.2-2.6,1.24-5.78l2.32-5.02,5.58-3.41,3.44,14.2h57.43s4.49-6.47,4.49-6.47c-1.93.41-4.09.89-8.03.89h-14.75l4.14-9h12.05\" stroke-width=\"0\"><\/path><path id=\"path80\" d=\"M181.55,25.41s-5.36,1.25-12.1,1.25c0,0-6.58.02-7.94,0-1.72,0-2.25-.48-1.6-2.13.65-1.65,7.2-15.73,7.2-15.73.23-.51,1.05-1.9,3.16-1.9h12.46c3.1,0,5.88,1.04,5.88,1.04l1.98-7.71h-.1s.06-.2.06-.2h-26.69c-7.26,0-12.47,2.62-15.78,9.85l-6.3,13.81c-3.31,7.19-.45,9.84,6.75,9.84h27.41s5.62-8.13,5.62-8.13\" stroke-width=\"0\"><\/path><path id=\"path82\" d=\"M230.03,27.76l10.06-21.99c1.44-3.17,2.58-4.41,4-5.73h-19.73c.24,1.33.23,2.56-1.24,5.74l-3.48,7.66h-12.67l3.52-7.65c1.47-3.19,2.58-4.43,4.03-5.74h-19.74c.24,1.33.22,2.56-1.27,5.74l-10.03,21.99c-1.47,3.16-2.59,4.42-4.05,5.76h19.75c-.23-1.35-.22-2.6,1.27-5.77l4.03-8.8h12.62s-4.02,8.8-4.02,8.8c-1.46,3.17-2.59,4.42-4.02,5.76h19.71c-.24-1.34-.21-2.6,1.26-5.77\" stroke-width=\"0\"><\/path><path id=\"path84\" d=\"M265.63,27.96h-14.71s4.1-9,4.1-9h12.09c3.87,0,5.64.47,7.24.89l3.35-7.3c-2.02.4-4.15.88-8.02.87h-12.12s3.6-7.84,3.6-7.84h13.82c3.99,0,5.69.46,7.32.88l1.55-6.43h-38.47c.23,1.33.2,2.57-1.27,5.75l-10.03,21.98c-1.47,3.18-2.62,4.43-4.03,5.77h39.16s4.48-6.46,4.48-6.46c-1.9.42-4.1.9-8.05.89\" stroke-width=\"0\"><\/path><path id=\"path86\" d=\"M315.51,7.44l-1.84,4.09c-.74,1.62-1.48,1.88-3.68,1.88h-9.58s3.64-7.84,3.64-7.84h9.54c2.17-.01,2.69.24,1.92,1.86h0ZM320.4,18.95c3.72-.19,7.02-.46,9.29-5.37l2.8-6.17c2.57-5.61-.37-7.39-8.14-7.39h-36.54c.65,1.33.63,2.56-.84,5.75l-10.04,21.99c-1.45,3.17-2.57,4.42-4.04,5.76h19.74c-.23-1.35-.21-2.6,1.24-5.77l4.01-8.8h5.23s1.39,14.56,1.39,14.56h18.96c-.91-1.27-.93-3.01-1.31-5.14l-1.74-9.43\" stroke-width=\"0\"><\/path><path id=\"path88\" d=\"M351.86,7.02c.57-1.22,1.31-1.46,3.96-1.47h15.75c3.28.01,4.6.44,6.38,1.11L380.14,0l-32.09.02c-5.98,0-10.61,2.71-13.02,7.96l-3.37,7.49c-2.6,5.58-.72,7.25,6.01,7.25h13.83c2.62,0,3.1.25,2.52,1.48l-1.05,2.3c-.55,1.24-1.21,1.45-3.9,1.45h-16.37c-3.31,0-4.71-.62-6.09-1.25l-1.64,6.81h30.55c8.15-.01,11.97-2.97,14.38-8.22l3.74-8.18c2.23-4.87-.8-6.76-8.03-6.75h-12.03c-2.65,0-3.18-.2-2.6-1.47l.86-1.87\" stroke-width=\"0\"><\/path><path id=\"path90\" d=\"M370.16,30.86h.28c.34,0,.61-.11.61-.4,0-.23-.17-.41-.57-.41-.14,0-.25,0-.32.01v.8ZM370.16,32.46h-.59v-2.78c.22-.03.47-.08.89-.08.48,0,.77.08.95.22.16.12.24.31.24.6,0,.33-.23.57-.53.64v.02c.24.04.4.27.44.68.06.43.11.6.16.69h-.61c-.07-.1-.11-.34-.17-.72-.04-.3-.22-.42-.52-.42h-.27v1.14ZM370.59,29c-1.04,0-1.89.9-1.89,2.01s.84,2,1.9,2c1.05.01,1.91-.88,1.91-2s-.86-2.01-1.91-2.01h-.01ZM370.61,28.5c1.38,0,2.48,1.12,2.48,2.5s-1.1,2.51-2.49,2.51-2.5-1.11-2.5-2.51,1.12-2.5,2.5-2.5h0\" stroke-width=\"0\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0363e3e quote-text-hanging elementor-widget elementor-widget-text-editor\" data-id=\"0363e3e\" 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\t\t<p>&#8222;Wir sind in f\u00fcnf M\u00e4rkten t\u00e4tig, die unterschiedliche Regelwerke haben. SameSystem stellt sicher, dass die extrahierten Daten, auch f\u00fcr die Lohnberichterstattung, korrekt sind.&#8220;<\/p>\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-e239abc elementor-widget elementor-widget-text-editor\" data-id=\"e239abc\" 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\t\t<p><strong><span style=\"color: #ffffff\">Thomas Dalby-Andersen<\/span><br \/><\/strong>Leiter Einzelhandelsbetrieb, Skechers<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63f0e98 e-con-full e-flex e-con e-child\" data-id=\"63f0e98\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-075786b elementor-widget elementor-widget-video\" data-id=\"075786b\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.samesystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/skechers-thumbnail.webp&quot;,&quot;id&quot;:8519,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;yt_privacy&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"clipboard-write\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/896864160?color&amp;autopause=0&amp;dnt=true&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=\"><\/iframe>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/skechers-thumbnail.webp);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Video abspielen\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e8c89e e-flex e-con-boxed e-con e-child\" data-id=\"6e8c89e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3d3dd4c e-con-full e-flex e-con e-child\" data-id=\"3d3dd4c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04a60ca elementor-widget elementor-widget-video\" data-id=\"04a60ca\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.samesystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/ok-thumbnail.webp&quot;,&quot;id&quot;:8516,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;yt_privacy&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"clipboard-write\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/938562633?color&amp;autopause=0&amp;dnt=true&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=\"><\/iframe>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/ok-thumbnail.webp);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Video abspielen\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8fc05b6 e-con-full e-flex e-con e-child\" data-id=\"8fc05b6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9630ea3 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9630ea3\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"104\" height=\"44\" viewBox=\"0 0 104 44\"><g id=\"Layer_1\"><path d=\"M45.9,40.8c.4,0,.7-.2,1-.3s.6-.3.9-.6c.3-.2.5-.5.7-.8.5-.6.7-1.3,1-1.9.1-.3.3-.7.3-1.1l7-28.9c.2-.5.3-1.1.2-1.6,0-.3,0-.6-.2-.8-.1-.3-.3-.5-.4-.7-.1-.1-.3-.3-.4-.4-.3-.3-.8-.4-1.2-.4l.3-1.3h19.7l-.3,1.5c-.3,0-.7.1-1,.1-.3.1-.6.2-.9.4-.2.1-.4.3-.6.5s-.4.4-.5.6-.3.4-.4.7c0,.2-.1.4-.1.7l-3.4,13.7,18.2-14.4c.2-.1.3-.3.5-.5.1-.2.3-.3.4-.5.2-.3.2-.6.1-.9-.1-.1-.1-.2-.2-.3-.2-.2-.4-.3-.6-.3h-.3l.2-1.3h17.1l-.3,1.4c-.4.1-.9.2-1.3.3s-.9.3-1.3.5c-.5.2-1,.5-1.4.8-.5.3-.9.6-1.3.9l-16,12.8,12.3,16.8c.4.5.8,1.1,1.2,1.6.4.5.8,1,1.3,1.5.3.3.5.5.8.8.3.2.5.5.8.7.2.2.4.3.6.4.2.1.4.2.7.3l-.3,1.1c-2.8.7-5.6,1-8.4.9-1.1-.1-2.1-.2-3.1-.3-.8-.1-1.6-.3-2.3-.5-.7-.3-1.5-.6-2.2-.9-.4-.2-.8-.5-1.1-.7-.4-.3-.7-.6-1-.9-.3-.3-.7-.7-1-1.1-.3-.4-.6-.8-.9-1.2l-11.4-16.2-3.9,16c-.1.6-.2,1.2-.1,1.8,0,.2,0,.3.1.5s.2.3.3.4c.1.1.2.3.3.3.2.2.5.3.7.4.3.1.5.3.8.3l-.2,1.3h-19.7l.2-1.2Z\" stroke-width=\"0\"><\/path><path d=\"M21.6,36c1.5.1,3.1-.1,4.6-.6.5-.2,1-.4,1.4-.6.6-.3,1.2-.7,1.7-1.1.5-.4,1-.9,1.4-1.5.6-.8,1.1-1.6,1.6-2.5.5-.9.8-1.7,1.2-2.7.3-1,.6-2,.9-3,.3-1,.5-2,.7-3,.3-1.7.5-3.4.6-5.1,0-1.1-.1-2.2-.4-3.3-.2-.5-.4-1-.6-1.5-.3-.5-.6-.9-1-1.2-.5-.5-1.1-.9-1.7-1.2-.6-.3-1.3-.5-2-.7-.7,0-1.4,0-2.2,0-1.5,0-3,.3-4.4.9-.7.3-1.3.6-2,1.1-.5.4-1,.8-1.4,1.2s-.8.9-1.1,1.5c-.5.8-.9,1.6-1.3,2.5-.4.8-.7,1.7-1,2.6s-.6,1.9-.8,2.8c-.4,1.6-.8,3.1-1,4.7-.1,1.1-.3,2.2-.2,3.2.1.9.2,1.9.5,2.8.1.4.3.9.6,1.3.3.5.6.9,1,1.3.4.4.8.8,1.3,1,.6.3,1.1.6,1.8.8.5.2,1.1.3,1.8.3ZM1.5,19.7c.2-1.1.6-2.3,1-3.4.4-1,.8-2,1.4-2.9.5-.9,1.2-1.8,1.8-2.7.8-.9,1.6-1.8,2.4-2.6.9-.8,1.8-1.5,2.8-2.2.9-.6,1.9-1.2,2.8-1.7,1-.5,2-1,3-1.3,1-.4,1.9-.7,2.9-.9,2.6-.7,5.4-1,8-1,2.4,0,4.8.2,7.2,1,.8.2,1.6.5,2.3.8.8.3,1.5.7,2.2,1.1.8.4,1.5.9,2.2,1.4s1.4,1.1,2,1.6c.6.6,1.2,1.2,1.8,1.9.6.6,1.1,1.4,1.5,2.1.5.7.9,1.5,1.2,2.3.6,1.5,1,3.1,1.2,4.7.2,1.8.2,3.7-.1,5.6-.1.9-.3,1.7-.5,2.5s-.5,1.6-.9,2.4c-.5,1.2-1.2,2.4-1.9,3.5s-1.5,2.1-2.4,3.1-1.9,1.9-2.9,2.7-2.2,1.5-3.4,2.1c-1.1.5-2.2,1-3.3,1.4-2.4.9-4.9,1.4-7.3,1.7-2.9.3-5.9.3-8.8-.2-.7-.2-1.7-.4-2.6-.7s-1.8-.6-2.7-1-1.7-.8-2.6-1.3c-.8-.5-1.6-1-2.3-1.7-.7-.6-1.4-1.2-2-1.9s-1.2-1.4-1.7-2.2c-.4-.7-.8-1.4-1.2-2.1-.6-1.2-1-2.5-1.3-3.8-.2-1.5-.3-3.1-.3-4.7.1-1.2.2-2.4.5-3.6Z\" stroke-width=\"0\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d63a659 quote-text-hanging elementor-widget elementor-widget-text-editor\" data-id=\"d63a659\" 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\t\t<p>\u201cIch w\u00fcrde SameSystem definitiv empfehlen. Es ist zuverl\u00e4ssig, und wir haben volles Vertrauen in die generierten Daten. Kurz gesagt, fangen Sie einfach an, SameSystem zu nutzen.\u201d<\/p>\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-5169662 elementor-widget elementor-widget-text-editor\" data-id=\"5169662\" 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\t\t<p><strong><span style=\"color: #ffffff\">Thomas Rugholm<\/span><br \/><\/strong>Manager, OK<\/p>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd6abd6 e-flex e-con-boxed e-con e-child\" data-id=\"fd6abd6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-35f9a07 e-con-full e-flex e-con e-child\" data-id=\"35f9a07\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8187bc elementor-widget elementor-widget-image\" data-id=\"b8187bc\" data-element_type=\"widget\" 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=\"80\" src=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/hobbii-logo-light.webp\" class=\"attachment-large size-large wp-image-8534\" 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-6afd59b quote-text-hanging elementor-widget elementor-widget-text-editor\" data-id=\"6afd59b\" 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\t\t<p>\u201cMit der Prognose kann SameSystem uns sagen, wie wir unsere Schichten basierend auf den Verkaufs- und Transaktionsprognosen planen. Ich finde das wirklich spannend.\u201d<\/p>\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-af31d2f elementor-widget elementor-widget-text-editor\" data-id=\"af31d2f\" 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\t\t<p><strong><span style=\"color: #ffffff\">Kristian Uhrskov<\/span><br \/><\/strong>Leiter Einzelhandel, Hobbii<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-acd947e e-con-full e-flex e-con e-child\" data-id=\"acd947e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a767c9e elementor-widget elementor-widget-video\" data-id=\"a767c9e\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;vimeo&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.samesystem.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/hobbii-thumbnail.webp&quot;,&quot;id&quot;:8522,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;yt_privacy&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"clipboard-write\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/696891388?color&amp;autopause=0&amp;dnt=true&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=\"><\/iframe>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/hobbii-thumbnail.webp);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Video abspielen\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19dd295 e-flex e-con-boxed e-con e-parent\" data-id=\"19dd295\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-505d9a3 elementor-widget elementor-widget-heading\" data-id=\"505d9a3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Entdecken Sie weitere Kundenberichte<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0be8ce3 quote-carousel elementor-widget-tablet__width-initial elementor-arrows-position-inside elementor-widget elementor-widget-loop-carousel\" data-id=\"0be8ce3\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:2959,&quot;speed&quot;:700,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_tablet_extra&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5127 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5127 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/230308-Borough-Kitchen.webp\");}<\/style><style id=\"loop-2959\">.elementor-2959 .elementor-element.elementor-element-92c8c30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--background-transition:0.1s;--border-radius:6px 6px 6px 6px;--padding-top:24px;--padding-bottom:20px;--padding-left:24px;--padding-right:24px;}.elementor-2959 .elementor-element.elementor-element-92c8c30:not(.elementor-motion-effects-element-type-background), .elementor-2959 .elementor-element.elementor-element-92c8c30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-768791c );}.elementor-2959 .elementor-element.elementor-element-92c8c30:hover{box-shadow:0px 2px 12px 0px rgba(0, 0, 0, 0.05);}.elementor-2959 .elementor-element.elementor-element-3c6782f{--display:flex;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-2959 .elementor-element.elementor-element-9328259{--display:flex;--min-height:200px;--background-transition:0.7s;--border-radius:6px 6px 6px 6px;}.elementor-2959 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .elementor-2959 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;background-repeat:no-repeat;background-size:cover;}.elementor-2959 .elementor-element.elementor-element-f036464 > .elementor-widget-container{margin:012px 0px 0px 0px;}.elementor-2959 .elementor-element.elementor-element-f036464 .elementor-heading-title{font-family:\"Raleway\", Arial, sans-serif;font-size:1.5rem;font-weight:600;line-height:2.1rem;color:var( --e-global-color-primary );}.elementor-2959 .elementor-element.elementor-element-f046206{color:var( --e-global-color-text );}.elementor-2959 .elementor-element.elementor-element-9dee0f7 > .elementor-widget-container{margin:24px 0px 0px 0px;}.elementor-2959 .elementor-element.elementor-element-9dee0f7.elementor-element{--align-self:flex-start;}.elementor-2959 .elementor-element.elementor-element-9dee0f7 .elementor-icon-box-wrapper{align-items:center;text-align:left;}.elementor-2959 .elementor-element.elementor-element-9dee0f7{--icon-box-icon-margin:12px;}.elementor-2959 .elementor-element.elementor-element-9dee0f7.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-accent );}.elementor-2959 .elementor-element.elementor-element-9dee0f7.elementor-view-framed .elementor-icon, .elementor-2959 .elementor-element.elementor-element-9dee0f7.elementor-view-default .elementor-icon{fill:var( --e-global-color-accent );color:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-2959 .elementor-element.elementor-element-9dee0f7 .elementor-icon{font-size:20px;}.elementor-2959 .elementor-element.elementor-element-9dee0f7 .elementor-icon-box-title, .elementor-2959 .elementor-element.elementor-element-9dee0f7 .elementor-icon-box-title a{font-family:\"Open Sans\", Arial, sans-serif;font-size:0.875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.03rem;}.elementor-2959 .elementor-element.elementor-element-9dee0f7 .elementor-icon-box-title{color:var( --e-global-color-accent );}@media(max-width:1024px){.elementor-2959 .elementor-element.elementor-element-9328259{--min-height:160px;}.elementor-2959 .elementor-element.elementor-element-f036464 .elementor-heading-title{font-size:1.4rem;line-height:2rem;}.elementor-2959 .elementor-element.elementor-element-9dee0f7 > .elementor-widget-container{margin:16px 0px 0px 0px;}}@media(max-width:767px){.elementor-2959 .elementor-element.elementor-element-92c8c30{--padding-top:16px;--padding-bottom:12px;--padding-left:16px;--padding-right:16px;}.elementor-2959 .elementor-element.elementor-element-9328259{--min-height:140px;}.elementor-2959 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .elementor-2959 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-2959 .elementor-element.elementor-element-f036464 > .elementor-widget-container{margin:8px 0px 0px 0px;}.elementor-2959 .elementor-element.elementor-element-f036464 .elementor-heading-title{font-size:1.2rem;line-height:1.7rem;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5127 post-5127 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/london-based-borough-kitchen-use-samesystems-customer-success-for-tailored-workforce-management\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">London-based Borough Kitchen use SameSystem\u2019s Customer Success for tailored workforce management<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tThe UK is one of the 24 markets in Europe where businesses are using SameSystem to get the benefits of dedicated workforce management for retail and food service. Whether large or small, the benefits are the same: Saving time and money, ensuring excellent customer experiences and giving your employees the right tools for the job. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5139 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5139 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/230203-Sinnerup.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5139 post-5139 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/sinnerup-chooses-samesystem-for-digital-management-of-250-employees\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Sinnerup chooses SameSystem for the digital management of 250 employees<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tSince September, Danish SameSystem has collaborated with the design and lifestyle company Sinnerup on digital employee management of the company\u2019s webshop and their 12 physical stores in Denmark. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5144 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5144 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/221117-HiFi-Klubben.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5144 post-5144 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/danish-tech-company-helps-major-audio-retailer-hifi-klubben-with-compliance-abroad\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Danish tech company helps major audio retailer HiFi-Klubben with compliance abroad<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tDanish and European labour market rules are very different and can be a jungle for Danish companies with stores and branches in other countries. HiFi Klubben, which in addition to Denmark, is present in Germany, the Netherlands, Norway and Sweden, has control over both employee and holiday rules in five countries as well as the local employment contracts, which can be signed directly from the mobile, through a software solution from Danish SameSystem. The solution frees up resources for HiFi-Klubben, which the local people can instead use to run the chain\u2019s approx. 90 stores. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5149 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5149 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220916-Select.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5149 post-5149 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/select-case-story\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Select UK &#038; Ireland is no newcomer to workforce management systems<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tApple reseller Select, based in the UK and Ireland, is no newcomer when it comes to workforce management systems. In fact, they have tried a couple of other systems over the last few years before settling on SameSystem. According to Martine Samuel-Maher, People Operations Manager at Select, the issues with other solutions are generally varying in the accuracy of the information for payroll, particularly regarding holidays, and simply not being very easy to use. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5154 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5154 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220909-Mulles-Thehus.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5154 post-5154 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/mulles-thehus\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">You don\u2019t have to be a major international chain to benefit from SameSystem<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tYou don\u2019t have to be a major international chain to benefit from SameSystem. Recently, Danish specialist Mulles Thehus, a franchise specialising in luxury tea, gourmet sweets and other specialities, has chosen SameSystem for managing their two branches. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5159 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5159 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220713-Shaping-New-Tomorrow.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5159 post-5159 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/shaping-new-tomorrow-enters-collaboration-with-samesystem\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Shaping New Tomorrow enters collaboration with SameSystem<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tThe Danish clothing chain Shaping New Tomorrow enters collaboration with the workforce management system SameSystem. The chain that started as a brick-and-mortar store today operates in an interplay between physical and online retail. Here, customers expect the same streamlined experience when they visit a store as when they shop online. Shaping New Tomorrow is on an international growth journey, and according to Store Manager Martin Bundgaard, SameSystem is the obvious choice for a partner to bring on this journey. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5164 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5164 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220609-Wunderwear.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5164 post-5164 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/samesystem-helps-wunderwear-grow-online\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">SameSystem helps Wunderwear grow online<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tAlthough SameSystem is designed to help physical retailers manage staffing in their stores, the Danish SaaS company can also help create growth online. This is the case with the underwear chain Wunderwear, which is looking to expand its physical presence and generate more growth, both in its stores and on its webshop. \u201cThe better SameSystem can help the individual store owner solve administrative work, the better we as a chain can grow,\u201d says Peter H\u00f8yer, chairman of the board of Wunderwear. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5169 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5169 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/04\/220603-Kop-Kande.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5169 post-5169 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-custom category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/samesystem-eases-administration-and-creates-a-better-overview-for-kop-kande\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">SameSystem eases administration and creates a better overview for Kop &#038; Kande<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tAfter implementing SameSystem in his four Kop &amp; Kande stores, Martin Lyngesbo saved time on administration and experienced an improved overview of stores and employees.\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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5174 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5174 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220406-b.young_.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5174 post-5174 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/b-young-chooses-samesystem-for-its-81-norwegian-stores\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">b.young chooses SameSystem for its 81 Norwegian stores<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tThe fashion retailer b.young, part of DK Company, has chosen SameSystem as its workforce management partner in the chain\u2019s 81 Norwegian stores. DK Company already collaborates with SameSystem in a number of its brands. With the expansion to Norway, SameSystem now serves most of DK Company\u2019s stores in Europe. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5179 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5179 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220318-Hugo-Boss.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5179 post-5179 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/hugo-boss-invests-in-digitalisation-on-the-iberian-peninsula\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Hugo Boss invests in digitalisation on the Iberian Peninsula<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tThe luxury brand Hugo Boss is accelerating digitalisation in their stores in Spain and Portugal and entering a collaboration with the Danish company SameSystem. SameSystem will strengthen Hugo Boss\u2019 digitalisation within workforce management in the two countries, which constitute the luxury brand\u2019s largest market in Europe. SameSystem has great international ambitions and is currently present in 23 countries across Europe. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5184 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5184 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220225-WOW.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5184 post-5184 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/innovative-spanish-retail-universe-chooses-samesystem-for-managing-employees\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Innovative Spanish retail universe chooses SameSystem for managing employees<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tWOW concept, a new innovative retail project spearheaded by the Spanish retail leader Dimas Gimeno, will use SameSystem\u2019s artificial intelligence to plan their staffing, ensuring better customer experiences and a higher employee retention. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5189 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5189 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220115-Sportmaster.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5189 post-5189 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/sportmaster-enters-new-agreement-with-samesystem-ahead-of-expansion\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Sportmaster enters new agreement with SameSystem ahead of expansion<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tSportmaster is planning an expansion, and they are bringing SameSystem\u2019s workforce management solution on the journey. They chose SameSystem on the basis of almost ten years of collaboration that has streamlined and eased the workload for Sportsmaster when it comes to managing staffing and resources. SameSystem looks forward to further facilitating and optimising workflows for Sportsmaster\u2019s more than 1,000 employees across 75 stores. The agreement comes shortly after SameSystem entered into a major agreement with the department store Magasin. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5194 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5194 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/03\/220105-Magasin.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5194 post-5194 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/magasin-chooses-samesystem-as-their-workforce-management-partner\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Magasin chooses SameSystem as their workforce management partner<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tSameSystem signs a five-year agreement with Magasin on the implementation of SameSystem\u2019s digital workforce management solution in the department store\u2019s seven locations across Denmark. Magasin is Denmark\u2019s biggest department store chain with 1,500 employees. The chain will use SameSystem to further strengthen its customer journey, which is both physical and digital, by emphasising employee management and utilising resources optimally. The agreement comes shortly after SameSystem entered a partnership with KIKO Milano, an international cosmetics giant. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5199 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5199 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/02\/211105-Tojeksperten.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5199 post-5199 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/samesystem-improves-workflows-in-denmarks-largest-mens-clothing-company-tojeksperten\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">SameSystem improves workflows in Denmark\u2019s largest men\u2019s clothing company<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tT\u00f8jeksperten runs 115 stores in Denmark, which places great demands on work processes. The company uses SameSystem to optimise workflows and minimise administration across the organisation. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5204 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5204 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/02\/210820-HiFi-Klubben.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5204 post-5204 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/samesystem-signs-agreement-with-international-home-audio-retailer-hifi-klubben\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">SameSystem signs agreement with international home audio retailer HiFi Klubben<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tHiFi Klubben has chosen SameSystem as their workforce management solution provider. The home audio retailer will benefit from SameSystem\u2019s advanced solution and its international presence. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<style id=\"loop-dynamic-2959\">.e-loop-item-5209 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-5209 .elementor-element.elementor-element-9328259 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/02\/210713-VIU.webp\");}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"2959\" class=\"elementor elementor-2959 swiper-slide e-loop-item e-loop-item-5209 post-5209 post type-post status-publish format-standard has-post-thumbnail hentry category-case-retail category-newsroom\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-92c8c30 internal-link-block e-flex e-con-boxed e-con e-parent\" data-id=\"92c8c30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.samesystem.com\/de\/newsroom\/a-world-of-retail-viu\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c6782f e-con-full e-flex e-con e-child\" data-id=\"3c6782f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9328259 e-con-full e-flex e-con e-child\" data-id=\"9328259\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f036464 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"f036464\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">A world of retail: VIU<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f046206 elementor-post-excerpt-case elementor-widget elementor-widget-text-editor\" data-id=\"f046206\" 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\t\tThe eyewear retailer VIU has expanded rapidly since it was founded in Zurich, Switzerland in 2013. It now operates 49 stores across Switzerland, Germany and Austria, which calls for a comprehensive and scalable task management system. \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 class=\"elementor-element elementor-element-9dee0f7 elementor-position-right elementor-mobile-position-right elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9dee0f7\" 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\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRead story\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Voriger\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M.07,9.59c0,.17.03.32.08.47.05.15.14.29.27.41l8.4,8.25c.26.26.56.38.91.38s.66-.13.91-.38c.25-.26.38-.54.38-.88,0-.34-.13-.63-.38-.88l-6.24-6.12h17.4c.36,0,.67-.12.91-.36.25-.24.37-.54.37-.89s-.12-.65-.35-.89-.53-.36-.89-.36H4.42s6.24-6.12,6.24-6.12c.25-.26.38-.54.38-.88s-.13-.63-.38-.88c-.26-.26-.56-.38-.91-.38s-.66.13-.91.38L.44,8.7c-.13.13-.22.26-.27.41-.05.15-.08.3-.08.47h-.02Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"N\u00e4chster\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" width=\"8.16mm\" height=\"6.76mm\" viewBox=\"0 0 23.13 19.16\"><path d=\"M23.06,9.58c0-.17-.03-.32-.08-.47-.05-.15-.14-.28-.27-.41L14.31.46c-.25-.25-.56-.38-.91-.38s-.65.12-.91.38c-.25.25-.38.54-.38.88s.13.62.38.88l6.24,6.12H1.31c-.36,0-.66.12-.89.36s-.35.54-.35.89.12.65.37.89c.24.24.55.36.91.36h17.4l-6.24,6.12c-.25.25-.38.54-.38.88s.13.62.38.88c.25.25.56.38.91.38s.65-.12.91-.38l8.4-8.25c.13-.12.22-.26.27-.41.05-.15.08-.3.08-.47Z\" stroke-width=\"0\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Die Bedeutung des Workforce Managements im Einzelhandel Das Workforce Management ist ein entscheidender Aspekt f\u00fcr den Erfolg eines Einzelhandelsunternehmens. Es umfasst die Optimierung und Organisation der Arbeitspl\u00e4ne, F\u00e4higkeiten und Aufgaben Ihrer Mitarbeiter, um maximale Produktivit\u00e4t und Kundenzufriedenheit zu gew\u00e4hrleisten. Warum Workforce Management wichtig ist Kundenerlebnis Gut verwaltetes Personal stellt sicher, dass Kunden personalisierte Aufmerksamkeit und [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":3498,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3544","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem<\/title>\n<meta name=\"description\" content=\"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.samesystem.com\/de\/references\/retail\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem\" \/>\n<meta property=\"og:description\" content=\"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.samesystem.com\/de\/references\/retail\/\" \/>\n<meta property=\"og:site_name\" content=\"SameSystem\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/samesystem\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-03T12:56:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1016\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/\",\"url\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/\",\"name\":\"Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem\",\"isPartOf\":{\"@id\":\"https:\/\/www.samesystem.eu\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp\",\"datePublished\":\"2024-01-10T12:43:36+00:00\",\"dateModified\":\"2025-12-03T12:56:56+00:00\",\"description\":\"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.samesystem.com\/de\/references\/retail\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage\",\"url\":\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp\",\"contentUrl\":\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.samesystem.com\/de\/references\/retail\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.samesystem.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Private: References\",\"item\":\"https:\/\/www.samesystem.com\/de\/?page_id=112\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Anwendungsf\u00e4lle im Einzelhandel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.samesystem.eu\/#website\",\"url\":\"https:\/\/www.samesystem.eu\/\",\"name\":\"SameSystem\",\"description\":\"Workforce Management f\u00fcr Einzelhandel und Gastronomie\",\"publisher\":{\"@id\":\"https:\/\/www.samesystem.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.samesystem.eu\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.samesystem.eu\/#organization\",\"name\":\"SameSystem\",\"url\":\"https:\/\/www.samesystem.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.samesystem.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/01\/SameSystem-logo-2023.svg\",\"contentUrl\":\"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/01\/SameSystem-logo-2023.svg\",\"width\":56,\"height\":14,\"caption\":\"SameSystem\"},\"image\":{\"@id\":\"https:\/\/www.samesystem.eu\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/samesystem\/\",\"https:\/\/www.linkedin.com\/company\/samesystem\/\",\"https:\/\/www.instagram.com\/samesystem\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem","description":"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.samesystem.com\/de\/references\/retail\/","og_locale":"de_DE","og_type":"article","og_title":"Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem","og_description":"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.","og_url":"https:\/\/www.samesystem.com\/de\/references\/retail\/","og_site_name":"SameSystem","article_publisher":"https:\/\/www.facebook.com\/samesystem\/","article_modified_time":"2025-12-03T12:56:56+00:00","og_image":[{"width":1016,"height":800,"url":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp","type":"image\/webp"}],"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/","url":"https:\/\/www.samesystem.com\/de\/references\/retail\/","name":"Anwendungsf\u00e4lle im Einzelhandel &#8211; SameSystem","isPartOf":{"@id":"https:\/\/www.samesystem.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage"},"image":{"@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage"},"thumbnailUrl":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp","datePublished":"2024-01-10T12:43:36+00:00","dateModified":"2025-12-03T12:56:56+00:00","description":"Seit \u00fcber 15 Jahren erzielen wir Ergebnisse f\u00fcr Europas st\u00e4rkste Einzelh\u00e4ndler. Erfahren Sie, wie.","breadcrumb":{"@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.samesystem.com\/de\/references\/retail\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/#primaryimage","url":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp","contentUrl":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/06\/retail-hero-1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.samesystem.com\/de\/references\/retail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.samesystem.com\/de\/"},{"@type":"ListItem","position":2,"name":"Private: References","item":"https:\/\/www.samesystem.com\/de\/?page_id=112"},{"@type":"ListItem","position":3,"name":"Anwendungsf\u00e4lle im Einzelhandel"}]},{"@type":"WebSite","@id":"https:\/\/www.samesystem.eu\/#website","url":"https:\/\/www.samesystem.eu\/","name":"SameSystem","description":"Workforce Management f\u00fcr Einzelhandel und Gastronomie","publisher":{"@id":"https:\/\/www.samesystem.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.samesystem.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.samesystem.eu\/#organization","name":"SameSystem","url":"https:\/\/www.samesystem.eu\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.samesystem.eu\/#\/schema\/logo\/image\/","url":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/01\/SameSystem-logo-2023.svg","contentUrl":"https:\/\/www.samesystem.com\/wp-content\/uploads\/2024\/01\/SameSystem-logo-2023.svg","width":56,"height":14,"caption":"SameSystem"},"image":{"@id":"https:\/\/www.samesystem.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/samesystem\/","https:\/\/www.linkedin.com\/company\/samesystem\/","https:\/\/www.instagram.com\/samesystem\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/pages\/3544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/comments?post=3544"}],"version-history":[{"count":22,"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/pages\/3544\/revisions"}],"predecessor-version":[{"id":14189,"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/pages\/3544\/revisions\/14189"}],"up":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/pages\/3498"}],"wp:attachment":[{"href":"https:\/\/www.samesystem.com\/de\/wp-json\/wp\/v2\/media?parent=3544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}