{"id":6837,"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:57:39","modified_gmt":"2025-12-03T12:57:39","slug":"retail","status":"publish","type":"page","link":"https:\/\/www.samesystem.com\/no\/references\/retail\/","title":{"rendered":"Retail referanser"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6837\" class=\"elementor elementor-6837 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\">Viktigheten av workforce management i <span style=\"color:#5067EF\">retail<\/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>Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.<\/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-8559\" 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\/09\/retail-hero-2-NO.webp\" class=\"attachment-large size-large wp-image-7243\" 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\/09\/hospitality-hero-3-NO.webp\" class=\"attachment-large size-large wp-image-7228\" 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-8565\" 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\/09\/retail-hero-5-NO.webp\" class=\"attachment-large size-large wp-image-7248\" 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\/09\/hospitality-hero-6-NO.webp\" class=\"attachment-large size-large wp-image-7238\" 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-8571\" 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\">Hvorfor workforce management er viktig<\/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\">Kundeopplevelse<\/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\tGodt administrerte ansatte sikrer at kundene f\u00e5r personlig oppmerksomhet og hjelp, noe som f\u00f8rer til bedre handleopplevelser.\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\tTilstrekkelig bemanning forhindrer lange ventetider, reduserer frustrasjon blant kundene og \u00f8ker lojaliteten.\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\">Ansattes produktivitet<\/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\tEffektiv workforce management s\u00f8rger for at de rette medarbeiderne tildeles spesifikke oppgaver, slik at de jobber der de utmerker seg.\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\tKorrekt og transparent vaktplanlegging gir en motivert arbeidsstyrke og \u00f8kt produktivitet.\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\">Kostnadskontroll<\/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\tOptimalisert workforce management hjelper til med \u00e5 kontrollere l\u00f8nnskostnader ved \u00e5 forhindre overbemanning i rolige perioder.\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\tReduserer turnover ved \u00e5 skape et positivt arbeidsmilj\u00f8 og minimere utgifter til rekruttering og oppl\u00e6ring.\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\">Samsvar og lovgivning<\/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 sikrer overholdelse av arbeidslover og hjelper til med \u00e5 unng\u00e5 potensielle juridiske problemer og b\u00f8ter.\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\tKorrekt dokumentasjon av arbeidstimer hjelper til med \u00e5 oppfylle krav til samsvar.\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\">Lagerstyring<\/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\tEn velorganisert arbeidsstyrke bidrar til effektiv lagerstyring og reduserer risikoen for at varer g\u00e5r tom.\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\tPresise salgsprognoser hjelper til med \u00e5 planlegge bemanningsniv\u00e5er for \u00e5 m\u00f8te varierende kundebehov.\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 handler ikke kun om at registrere arbejdstimer. Det handler om at styrke din retail-forretning for succes.<\/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\">Betrodd av 1.300<span style=\"color:#5067EF\">+<\/span> kunder<\/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 er en afg\u00f8rende faktor for succes i retail. En god implementering af WFM resulterer i forbedrede kundeoplevelser, reducerede omkostninger og \u00f8get medarbejdertilfredshed. Ved at udnytte Workforce Management kan du sikre, at din forretning forbliver konkurrencedygtig og trives i detailbranchen.<\/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-ddcfce3 elementor-widget__width-initial elementor-widget elementor-widget-template\" data-id=\"ddcfce3\" 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=\"9572\" class=\"elementor elementor-9572 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;Sostrene Grene&quot;,&quot;_id&quot;:&quot;76e9a44&quot;},{&quot;slide_title&quot;:&quot;Hugo Boss&quot;,&quot;_id&quot;:&quot;0a72dbe&quot;},{&quot;slide_title&quot;:&quot;Only&quot;,&quot;_id&quot;:&quot;f22f842&quot;},{&quot;slide_title&quot;:&quot;Bunnpris&quot;,&quot;_id&quot;:&quot;bc00d4d&quot;},{&quot;slide_title&quot;:&quot;Nike&quot;,&quot;_id&quot;:&quot;382b09b&quot;},{&quot;slide_title&quot;:&quot;Normal&quot;,&quot;_id&quot;:&quot;66ceead&quot;},{&quot;slide_title&quot;:&quot;Jack &amp; Jones&quot;,&quot;_id&quot;:&quot;36c6aae&quot;},{&quot;slide_title&quot;:&quot;Billy&quot;,&quot;_id&quot;:&quot;55ccc29&quot;},{&quot;slide_title&quot;:&quot;HiFi Klubben&quot;,&quot;_id&quot;:&quot;411237e&quot;},{&quot;slide_title&quot;:&quot;Skechers&quot;,&quot;_id&quot;:&quot;c901f5d&quot;},{&quot;slide_title&quot;:&quot;Calvin Klein&quot;,&quot;_id&quot;:&quot;882f098&quot;},{&quot;slide_title&quot;:&quot;XXL&quot;,&quot;_id&quot;:&quot;e49ee38&quot;},{&quot;slide_title&quot;:&quot;Axel Arigato&quot;,&quot;_id&quot;:&quot;938219d&quot;},{&quot;slide_title&quot;:&quot;Travel Retail Norway&quot;,&quot;_id&quot;:&quot;b8c9f4e&quot;},{&quot;slide_title&quot;:&quot;Vero Moda&quot;,&quot;_id&quot;:&quot;f720060&quot;},{&quot;slide_title&quot;:&quot;Lager157&quot;,&quot;_id&quot;:&quot;9fbb40c&quot;},{&quot;slide_title&quot;:&quot;Follestad&quot;,&quot;_id&quot;:&quot;cc19ab9&quot;},{&quot;slide_title&quot;:&quot;Zizzi&quot;,&quot;_id&quot;:&quot;5ff29bb&quot;},{&quot;slide_title&quot;:&quot;Synsam&quot;,&quot;_id&quot;:&quot;3207590&quot;},{&quot;slide_title&quot;:&quot;Illums Bolighus&quot;,&quot;_id&quot;:&quot;c1d91ab&quot;},{&quot;slide_title&quot;:&quot;H\\u00f8yer&quot;,&quot;_id&quot;:&quot;e298fd3&quot;},{&quot;slide_title&quot;:&quot;Skoringen&quot;,&quot;_id&quot;:&quot;3652a11&quot;},{&quot;slide_title&quot;:&quot;Triumph&quot;,&quot;_id&quot;:&quot;be936b1&quot;},{&quot;slide_title&quot;:&quot;Lampehuset&quot;,&quot;_id&quot;:&quot;510df6a&quot;},{&quot;slide_title&quot;:&quot;Vila&quot;,&quot;_id&quot;:&quot;233fd80&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 of 25\">\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=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 25\">\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=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 25\">\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=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f05011 e-flex e-con-boxed e-con e-child\" data-id=\"6f05011\" 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-6f93bab elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6f93bab\" 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=\"123.261mm\" height=\"23.049mm\" viewBox=\"0 0 349.4 65.335\"><path d=\"M190,8.535C185.8,3.035,179,.136,172.3.136c-6.3,0-12.6,2.5-16.9,7.4-4.5,5.1-6.2,10.5-6.2,19.4v37.1h19.6V26.535c0-3.5.6-6.1,3.6-6.1s3.6,2.3,3.6,6.1v37.5h19.4V26.936c0-8.1-1.6-13.5-5.4-18.4ZM190.7,59.636h-10.2V25.336c0-6-3.1-9.6-8.1-9.6-4.9,0-8.3,3.9-8.3,9.6v34.4h-10.2v-31.7c0-7.7,1.2-13,4.9-17.2,3.4-4,8.5-6.1,13.5-6.1,5.4,0,10.9,2.4,14.3,6.8,3.2,4.1,4.1,9.3,4.1,16.4v31.7Z\"><\/path><path d=\"M139.7,8.535C135.5,3.035,128.7.136,122,.136c-6.3,0-12.6,2.5-16.9,7.4-4.5,5.1-6.2,10.5-6.2,19.4v37.1h19.6V26.535c0-3.5.6-6.1,3.6-6.1s3.6,2.3,3.6,6.1v37.5h19.4V26.936c0-8.1-1.6-13.5-5.4-18.4ZM140.4,59.636h-10.2V25.336c0-6-3.1-9.6-8.1-9.6-4.9,0-8.3,3.9-8.3,9.6v34.4h-10.2v-31.7c0-7.7,1.2-13,4.9-17.2,3.4-4,8.5-6.1,13.5-6.1,5.4,0,10.9,2.4,14.3,6.8,3.2,4.1,4.1,9.3,4.1,16.4v31.7h0Z\"><\/path><path d=\"M75.6,1.335v37.5c0,3.8-.6,6.1-3.6,6.1s-3.6-2.6-3.6-6.1V1.335h-19.6v37.1c0,9,1.7,14.4,6.2,19.5,4.3,4.9,10.6,7.4,16.9,7.4,6.7,0,13.5-2.9,17.7-8.4,3.8-4.9,5.4-10.3,5.4-18.5V1.335h-19.4ZM90.3,37.535c0,7.1-.9,12.3-4.1,16.4-3.4,4.5-8.9,6.8-14.3,6.8-5,0-10.1-2.1-13.5-6.1-3.7-4.2-4.9-9.5-4.9-17.2V5.735h10.2v34.4c0,5.7,3.4,9.6,8.3,9.6,5,0,8.1-3.6,8.1-9.6V5.735h10.2v31.8Z\"><\/path><path d=\"M285.4,36.535c-.5-.3-.1-.7-.1-.7.7-.8,2.2-3.1,2.2-3.1,5.6-10.2,2.3-21.1-3.5-26.5-5.2-4.9-12-4.9-12-4.9h-25.6v62.7h18.9v-18.2h2.2c3.4,0,3.3,3.7,3.3,3.7v14.5h19.3v-16.8c0-4.5-1.7-8.2-4.7-10.7ZM285.8,59.835h-10.2v-10.6c0-2.7-1.4-6.9-6.2-7.8h-4.4v-9.2h4c3.8-.1,6.8-3.4,6.8-8,0-7.2-5.7-7.7-8.8-7.7h-5.9v43.3h-10.1V5.935h20.2c6.6,0,14.2,5.1,14.7,15.2.5,8.6-5.5,13.7-5.8,14-.1.1-.9.6-.9,1-.1.6,1.2,1.2,1.2,1.2,3.3,1.6,5.4,5.7,5.4,9.9v12.6h0ZM265.3,27.535v-6.5h2.6c1,0,3.4.4,3.4,3.2,0,3.2-3.2,3.3-3.2,3.3h-2.8Z\"><\/path><path d=\"M40.3,29.136s3.4-4.9,2.4-12.3-5-10.8-7-12.4-5.6-3-9.4-3.2H0v62.7h28.2c1,.1,6.5-.5,11.1-4.5,4.9-4.2,6.6-10.5,6.6-16.1,0-5.6-2.6-10.6-5.6-14.2ZM33.8,57.835c-3,1.9-8.3,1.8-7.1,1.9h-7.9v-10.5h4.7c3,.1,7.6-2.2,7.5-8.3-.1-5.9-4.5-7.6-7.3-7.6h-5v-3.7h4.1c3.7-.2,5.8-2.7,5.9-6.6.2-4.9-3-6.3-5.8-6.6l-8.2.1v43.2H4.7V5.836h21.4c7.2.2,12.2,7,12.2,13.3.1,6-3,9.6-3,9.6l-.7,1.1,1,.8c6.1,5.2,5.7,13.3,5.7,13.4,0,8.1-5.5,12.6-7.5,13.8ZM19.2,44.535v-6.9l3.9.1s3.4-.3,3.3,3.5c-.1,3.3-3.5,3.3-3.5,3.3,0,0-3.7,0-3.7,0ZM19.2,25.135v-4.1h2.7c.9,0,2.1.1,2.1,2-.1,2.3-2.1,2.1-2.1,2.1h-2.7Z\"><\/path><path d=\"M294.4,1.335l-.1,62.7h19.9V1.335h-19.8ZM309.7,59.735h-10.7V5.935h10.7v53.8Z\"><\/path><path d=\"M345.3,19.336c1,.5,1.6,1.1,1.6,1.1V1.436s-2.4-1.7-7.6-1.4c0,0-7.1-.2-13.2,5.8-6.6,6.5-8.1,16.3-4.3,25.1,1.2,2.8,1.9,3.8,2.9,5.6.6,1.1,2.2,4.3.6,6.3-1.3,1.7-3.2,1.7-4.6.8-1.2-.7-1.9-1.3-2.8-2.1v21.7s4,1.7,8.3,1.7,8.5-1.6,11.3-3.9c2.8-2.3,6.6-7,8-12.8,1.4-5.7,1.2-11.7-2.4-17.8-2.8-4.7-5.1-7.2-3.9-10.1,0,0,1.3-3.4,6.1-1ZM336.9,28.235c1.6,2.3,6.9,10,4.4,18.9-.7,2.6-4.4,11.7-13.3,13.4-2.2.4-4.5,0-5.8-.6v-12c1.6.7,3.3.5,4.8-.4,2.5-1.5,3.8-4.4,3.6-7.5-.8-4.9-4.4-9.8-4.9-11.4-2.1-4.4-3.9-13.9,5.4-21.4,2.1-1.6,5.6-2.7,8.2-3,1.3-.1,2.8,0,3.4.1v10.6c-.9-.2-2.1-.2-3,0-1.9.4-3.9,1.8-4.6,4.2-.7,2.6-.6,5.5,1.8,9.1Z\"><\/path><path d=\"M236.7,6.935c-5.9-6.1-15.1-5.6-15.1-5.6h-22.2v62.7h18.9v-17.1s3,.2,6.1,0c9.4-.7,14.7-8.1,16.1-11.4,5.1-11.7,1.5-23.1-3.8-28.6ZM226.3,42.035c-2,.4-8.3.3-8.3.3v-10h4.1c5-.1,6.4-4.8,6.5-7.8.1-2.8-1-8.2-7.6-8.2h-7v43.4h-9.9V5.836l18.4.1c8.2-.1,15.7,5.3,16,18.1.3,8.6-5.3,16.6-12.2,18ZM218.4,27.636v-6.5h2.2c.7,0,3.5,0,3.5,3.2-.1,3.5-3,3.3-3,3.3h-2.7Z\"><\/path><path d=\"M346.3,58.735c1.7,0,3.1,1.4,3.1,3.2s-1.4,3.2-3.1,3.2-3.1-1.4-3.1-3.2,1.4-3.2,3.1-3.2h0ZM346.3,59.235c-1.4,0-2.5,1.2-2.5,2.7s1.1,2.7,2.5,2.7,2.5-1.2,2.5-2.7c.1-1.5-1.1-2.7-2.5-2.7h0ZM345.7,63.735h-.6v-3.5c.3,0,.6-.1,1-.1.5,0,.9.1,1.1.3s.3.4.3.7c0,.5-.3.7-.7.9h0c.3.1.5.3.6.9.1.5.2.8.2.9h-.5c-.1-.1-.2-.4-.2-.9-.1-.4-.3-.6-.8-.6h-.4v1.4h0ZM345.7,61.835h.4c.5,0,.9-.2.9-.6,0-.3-.2-.6-.9-.6h-.4v1.2Z\"><\/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 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d92b8f5 e-flex e-con-boxed e-con e-child\" data-id=\"d92b8f5\" 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-5a168cd elementor-widget elementor-widget-image\" data-id=\"5a168cd\" 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-14266\" 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=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 25\">\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=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 25\">\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=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d666ec7 e-flex e-con-boxed e-con e-child\" data-id=\"d666ec7\" 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-2b14168 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2b14168\" 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=\"213\" height=\"99\" viewBox=\"0 0 213 99\"><path d=\"M0,5.3h33.1c13.7,0,23.3,8.2,23.3,20.1,0,7.2-5,13.5-12.4,15.4,9.2,1.6,14.8,8,14.8,16.9,0,11.6-9.6,19.7-23.4,19.7H0V5.3ZM31.2,34.9c5.5,0,9.3-3.5,9.3-8.6,0-5-3.8-8.5-9.3-8.5h-15v17.2h15v-.1ZM33.5,64.7c5.4,0,9.1-3.5,9.1-8.8,0-5.1-3.7-8.8-9.1-8.8h-17.3v17.5h17.3v.1Z\"><\/path><path d=\"M76.4,23.7l15.2,3-11.6,52.1-15.1-3,11.5-52.1ZM71.9,9.7c0-5.5,4.2-9.7,9.6-9.7s9.5,4.2,9.5,9.7-4.1,9.6-9.6,9.6c-5.3,0-9.5-4.2-9.5-9.6Z\"><\/path><path d=\"M98.5,59.3V5.3h15.8v50.7c0,5.5,1.9,7.8,6.3,7.8.8,0,1.8-.2,2.6-.4l.1,13.4c-2.1.5-4.9,1-8.3,1-9.4,0-16.5-5.4-16.5-18.5Z\"><\/path><path d=\"M129.5,59.3V5.3h15.8v50.7c0,5.5,1.9,7.8,6.3,7.8.8,0,1.8-.2,2.6-.4l.1,13.4c-2.1.5-4.9,1-8.3,1-9.4,0-16.5-5.4-16.5-18.5Z\"><\/path><path d=\"M157.6,97.6v-13.4c.9.3,2.7.5,4.5.5,5.1,0,9.3-.9,11.9-6.5l.8-1.9-21.6-51.3h16.8l13.5,33.6,12.4-33.6h16.3l-21.4,52.5c-5.5,13.7-14.3,20.8-25.8,20.8-2.8.1-5.3-.1-7.4-.7Z\"><\/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=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 25\">\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\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 25\">\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=\"11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 25\">\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=\"12\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a39f6fb e-flex e-con-boxed e-con e-child\" data-id=\"a39f6fb\" 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-beb3070 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"beb3070\" 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=\"110.067mm\" height=\"57.15mm\" viewBox=\"0 0 312 162\"><path d=\"M56.3,118.5h-.3c-1.5,6-13.2,43.1-13.2,43.1H0l35.1-83.6L1.7,0h43.7s9.3,32.1,10.8,38.3h.4C57.9,32.2,65.8,0,65.8,0h44.2l-33.1,78,35.7,83.6h-43.5s-11.2-37.1-12.8-43.1ZM189.5,161.6h43.6l-35.8-83.7L230.4,0h-44.1s-7.9,32-9.2,38.2h-.4C175.1,32.1,165.8,0,165.8,0h-43.8l33.4,77.9-35.1,83.7h42.8s11.7-37.2,13.2-43.2h.4c1.6,6,12.8,43.2,12.8,43.2ZM312,161.6v-38.3h-29.5V0h-39.3v161.5l68.8.1Z\" 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 of 25\">\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=\"14\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fdc4453 e-flex e-con-boxed e-con e-child\" data-id=\"fdc4453\" 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-decdf5f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"decdf5f\" 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=\"300\" height=\"349.094\" viewBox=\"0 0 300 349.094\"><path d=\"M180.371,0c.53.556-3.542,5.511-4.115,6.395-22.619,34.934-27.713,72.34-9.516,110.742l9.426,16.971c-1.092.963-16.126-2.48-18.608-3.116-7.035-1.805-16.922-4.613-23.573-7.268-3.798-1.516-4.911-4.91-6.496-8.457-10.579-23.675-9.017-50.529.798-74.131.606-1.458,4.988-9.722,4.421-10.294-6.845-.2-7.671,2.271-10.522,7.464-14.98,27.291-15.368,57.858-1.56,85.692.477.962,3.669,5.912,3.208,6.371-12.132.483-23.641-5.421-35.755-6.534-6.355-.584-12.587.158-18.924.718-11.77-23.239-10.562-51.005-.215-74.54.581-1.321,2.453-5.887,3.261-6.552,1.228-1.012,9.351-.317,11.697-.453,5.281-.306,10.586-1.52,15.626-3.066,3.788-9.239,7.652-18.563,13.4-26.786,3.422-.335,7.3-.192,10.669-.546,19.396-2.034,37.523-9.861,56.777-12.61ZM148.131,16.358l-25.59,4.052-3.379,6.688,24.894-3.839,4.075-6.901ZM102.334,47.197l-20.829,3.232c-1.35.098-3.899,6.134-3.465,6.576l20.839-3.221c1.233-.269,3.858-6.199,3.455-6.587Z\"><\/path><path d=\"M229.904,7.01c.172.705-.164,1.096-.435,1.664-3.231,6.782-8.078,12.404-11.134,20.174-14.336,36.449-2.571,72.986,20.906,102.228-.03.634-4.012,1.065-4.899,1.161-18.112,1.974-33.789-4.625-50.919-8.887-2.785-1.138-6.484-9.331-7.805-12.289-9.031-20.218-11.393-42.678-6.709-64.351.349-1.612,2.006-8.615,2.625-9.525.521-.766,1.37-.883,2.184-1.087,4.548-1.142,10.386-.878,15.055-2.234l4.206-7.468-1.099-.665-16.644,2.769c-.496-.481,4.443-11.086,5.338-11.713,16.555-2.761,32.5-8.649,49.33-9.777Z\"><\/path><path d=\"M50,318.69v-40.654h7.243l.665.76-.196,54.383c-.72,1.479-5.791,1.336-6.988-.026-8.951-13.956-18.046-29.534-29.096-41.901-.278-.311.035-.894-1.068-.599v42.757c-1.006,1.264-7.565,1.004-7.787-.439l.285-54.716,6.835.214c5.89,7.063,11.782,14.143,17.215,21.57,4.462,6.1,8.481,12.522,12.891,18.651Z\"><\/path><path d=\"M154.673,292.054l8.884,32.243c1.182-1.117,1.901-3.613,2.465-5.24,3.014-8.698,4.931-17.841,7.289-26.733l6.373.188c1.724,7.324,3.501,14.672,5.706,21.864.985,3.212,1.939,7.244,3.857,9.921l8.884-32.242h7.944c-3.632,14.167-7.942,28.181-13.781,41.592-.605.733-6.33.994-6.991-.493l-8.671-27.082c-1.234-.139-.737.026-.938.688-2.656,8.759-4.962,17.632-8.468,26.116-.265,1.679-6.12,1.313-6.722.798-6.185-13.214-10.655-27.359-13.774-41.619h7.944Z\"><\/path><path d=\"M255.14,225.232h-28.505c-.324,14.373,14.051,15.566,24.764,11.68l.743,6.092c-19.22,6.901-35.423-1.137-33.444-23.139,1.241-13.79,14.962-23.25,27.877-16.676,4.35,2.214,8.565,9.588,8.565,14.333v7.71ZM247.198,219.159c.449-15.564-18.751-14.96-20.546-.657l.742,1.031,19.805-.374Z\"><\/path><path d=\"M300,225.232h-28.505c-.022,14.035,13.832,15.777,24.502,11.701.947.192,1.281,5.429,1.177,6.503-11.548,3.555-26.915,3.193-31.836-9.944-5.913-15.786,2.727-34.931,21.7-31.98,6.587,1.024,12.963,8.471,12.963,15.075v8.645ZM292.523,219.157c-.213-15.917-19.369-14.706-21.028,0h21.028Z\"><\/path><path d=\"M86.818,290.793c25.719-2.202,28.666,38.754,6.288,43.666-28.951,6.355-33.348-41.35-6.288-43.666ZM87.768,297.305c-15.191.584-15.135,31.245.733,31.145,16.05-.1,16.106-31.793-.733-31.145Z\"><\/path><path d=\"M72.73,205.305c2.602,2.596,3.632,7.731,3.899,11.288.648,8.627-.302,18.185-.197,26.894-9.85,1.891-30.455,5.408-32.387-8.797-2.103-15.462,13.607-17.272,25.113-15.064,1.431-13.326-10.573-13.249-20.088-10.282l-.75-6.09c6.712-2.592,18.963-3.384,24.41,2.051ZM69.159,225.699c-6.438-2.86-22.671-.102-16.751,9.976.588,1.001,3.447,3.109,4.368,3.109h11.682l.701-.701v-12.383Z\"><\/path><path d=\"M243.407,333.126c-9.324,1.676-30.354,4.985-32.152-8.635-2.07-15.675,13.358-17.739,25.191-15.149.324-9.339-3.116-12.708-12.375-12.142-1.384.085-6.976,1.488-7.424,1.36-1.098-.315-.857-4.744-1.194-6.002,10.417-3.108,25.885-3.739,28.008,10.007l-.054,30.561ZM236.449,328.036v-12.383c-4.163-2.314-16.356-1.96-17.659,3.837-2.349,10.451,11.072,9.485,17.659,8.547Z\"><\/path><path d=\"M257.944,292.054c2.666,11.425,6.795,22.459,11.453,33.181.952.197.657-.37.911-.935,4.296-9.541,5.881-21.694,8.931-31.756l.879-.773,6.804.524c-2.912,11.98-6.369,23.913-10.872,35.391-3.992,10.176-7.706,21.404-20.677,21.409-1.291,0-5.994-.462-6.575-1.43l1.224-5.597c7.094,2.467,14.237-.307,16.328-7.687-6.517-13.637-13.031-27.484-16.351-42.326h7.944Z\"><\/path><path d=\"M182.71,188.316v6.542h-25.701v16.589l.701.701h22.196c-.291,2.075.73,4.924-.701,6.542h-22.196v25.701h-7.243v-56.075h32.944Z\"><\/path><polygon points=\"42.523 188.316 42.523 195.325 25.234 195.325 25.234 243.69 24.533 244.391 17.29 244.391 17.29 195.325 0 195.325 0 188.316 42.523 188.316\"><\/polygon><path d=\"M92.757,202.335l10.505,14.486,9.355-14.486h7.944l-12.995,19.475c4.804,7.495,10.917,14.321,14.397,22.581h-7.71l-11.232-16.821c-.921-.226-3.706,4.108-4.336,4.992-2.699,3.781-4.857,7.907-7.329,11.83h-7.243c.467-2.291,2.259-4.878,3.541-6.973,3.201-5.227,7.165-9.949,10.398-15.148l-13.472-19.935h8.178Z\"><\/path><path d=\"M189.72,204.437c7.304-3.112,15.66-3.997,23.371-1.876,1.225.899-.748,4.816-.483,6.306-5.104-.568-10.694-2.06-15.411.71v34.813h-7.477v-39.953Z\"><\/path><path d=\"M126.168,333.409c-.37,1.197-5.837.714-7.039.497l-.372-.562.01-39.112c.501-1.464,8.766-2.966,10.446-3.105,4.403-.364,9.113-.073,13.325,1.183l-1.685,6.244c-4.698-1.39-9.976-1.312-14.685.042v34.813Z\"><\/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 of 25\">\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=\"16\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-70ee048 e-flex e-con-boxed e-con e-child\" data-id=\"70ee048\" 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-7190395 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7190395\" 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=\"226.9455mm\" height=\"120.8088mm\" viewBox=\"0 0 643.31 342.45\"><path d=\"M59.59,47.4398c-19.48,15.68-41.33,28.5-58.44,34.2v58.91c31.83-10.45,60.81-27.56,84.09-49.41v245.6h65.56V1.3598h-55.58c-7.37,17.73-19.01,32.87-35.63,46.08h0ZM110.9,220.6898l3.02,1.12c-.47.8-.71,1.59-.71,2.39,0,.71.21,1.35.64,1.92.43.57,1.02.97,1.78,1.21,1.16.36,2.42.54,3.8.54h10.06v3.26h-19.21v-2.93h2.91c-1.36-.75-2.26-1.44-2.7-2.07-.43-.63-.65-1.33-.65-2.09,0-1.1.35-2.21,1.05-3.35h.01ZM112.47,237.5098c1.75-1.63,4.21-2.44,7.38-2.44.19,0,.48,0,.87.02v14.33c2.11-.12,3.73-.72,4.85-1.79,1.12-1.07,1.68-2.41,1.68-4.02,0-1.19-.31-2.21-.94-3.06-.63-.85-1.63-1.51-3-2.01l.42-3.37c1.97.53,3.49,1.51,4.58,2.95,1.08,1.43,1.63,3.27,1.63,5.5,0,2.81-.87,5.04-2.6,6.68-1.73,1.65-4.16,2.47-7.28,2.47s-5.74-.83-7.52-2.5c-1.78-1.66-2.68-3.82-2.68-6.48s.87-4.67,2.62-6.3l-.01.02ZM112.6,259.6198h-2.32v-3h16.61c2.99,0,5.11.3,6.36.91,1.25.61,2.23,1.57,2.96,2.89.72,1.32,1.09,2.95,1.09,4.88,0,2.29-.52,4.14-1.55,5.55-1.03,1.41-2.58,2.09-4.66,2.04l.47-3.17c.98-.13,1.69-.5,2.13-1.1.6-.81.9-1.91.9-3.31,0-1.51-.3-2.67-.9-3.49-.6-.82-1.45-1.37-2.53-1.66-.66-.17-2.06-.25-4.18-.24,1.68,1.42,2.51,3.2,2.51,5.32,0,2.64-.95,4.69-2.86,6.13-1.91,1.45-4.19,2.17-6.86,2.17-1.83,0-3.52-.33-5.07-1-1.55-.66-2.75-1.62-3.59-2.89-.84-1.26-1.27-2.74-1.27-4.44,0-2.27.92-4.14,2.75-5.61l.01.02ZM110.43,280.7798c.39-1.02.87-1.78,1.46-2.26.58-.48,1.32-.82,2.22-1.01.56-.11,1.56-.16,3-.16h4.34c3.03,0,4.94-.07,5.74-.21.8-.14,1.57-.41,2.31-.82v3.4c-.68.34-1.47.56-2.37.65,1.02,1.21,1.75,2.37,2.17,3.48.42,1.12.63,2.31.63,3.59,0,2.11-.52,3.73-1.55,4.87-1.03,1.13-2.35,1.7-3.95,1.7-.94,0-1.8-.21-2.58-.64-.78-.43-1.4-.99-1.87-1.68s-.83-1.47-1.07-2.34c-.17-.64-.33-1.6-.49-2.89-.31-2.63-.69-4.57-1.12-5.81-.45-.01-.73-.02-.85-.02-1.33,0-2.26.31-2.8.92-.74.83-1.1,2.07-1.1,3.71,0,1.53.27,2.66.8,3.39.54.73,1.49,1.27,2.85,1.62l-.43,3.18c-1.36-.29-2.46-.77-3.3-1.43s-1.48-1.62-1.94-2.88c-.45-1.25-.68-2.71-.68-4.36s.19-2.97.58-4ZM102.98,309.7198h23.39v-13.06h3.13v16.57h-26.52s0-3.51,0-3.51ZM119.55,270.1998c2.52,0,4.36-.5,5.52-1.5,1.16-1,1.74-2.26,1.74-3.76s-.58-2.75-1.73-3.76-2.96-1.52-5.42-1.52-4.12.52-5.32,1.56c-1.19,1.04-1.79,2.3-1.79,3.77s.59,2.68,1.76,3.69c1.18,1.01,2.92,1.52,5.24,1.52h0ZM118.05,249.2399v-10.73c-1.62.14-2.83.56-3.64,1.23-1.25,1.04-1.88,2.38-1.88,4.03,0,1.5.5,2.75,1.5,3.77s2.34,1.58,4.02,1.69v.01ZM236.27,1.3598l-33.25,177.19,52.73,7.61c15.2-17.1,31.82-25.18,50.36-25.18,31.82,0,50.84,23.74,50.84,62.7,0,40.86-19.01,66.51-48.94,66.51-24.71,0-44.18-19.47-47.98-47.49l-65.08,6.64c8.08,57.96,50.36,93.11,112.6,93.11,66.5,0,116.38-50.82,116.38-119.71,0-65.08-44.17-113.54-104.04-113.54-15.68,0-28.98,2.85-44.18,10.93l9.98-57.96h281.04c-61.75,76.49-100.71,181.47-103.08,274.58h63.18v-3.79c0-41.33,13.31-105.94,32.3-152.97,19.49-48.93,53.22-103.09,82.2-131.59V1.3598H236.27ZM608.56,271.2498c-18.17,0-32.85,14.69-32.85,32.77s14.68,32.85,32.85,32.85,32.76-14.68,32.76-32.85-14.69-32.77-32.76-32.77ZM608.56,331.4398c-15.13,0-27.42-12.29-27.42-27.42s12.29-27.34,27.42-27.34,27.33,12.29,27.33,27.34-12.29,27.42-27.33,27.42ZM611.32,306.5098v-.18c5.87-.35,10.06-4.45,10.06-9.87,0-3.57-2.32-7.04-5.52-8.37-2.5-.97-4.19-1.15-9.61-1.15h-12.12v35.26h5.7v-14.95h3.38c4.36,0,5.96,1.51,10.5,9.43l3.12,5.52h6.94l-4.26-6.85c-3.57-5.71-5.53-7.84-8.2-8.82l.01-.02ZM606.78,302.3198h-6.94v-10.59h6.5c6.58,0,8.98,1.34,8.98,5.25s-2.67,5.34-8.55,5.34h.01ZM121.74,288.7898c.24.55.59.98,1.06,1.29.46.3.98.45,1.55.45.87,0,1.59-.33,2.17-.99s.87-1.62.87-2.89-.27-2.37-.82-3.35-1.3-1.69-2.25-2.15c-.74-.35-1.82-.52-3.26-.52h-1.19c.48,1.18.89,2.95,1.23,5.32.19,1.34.41,2.29.65,2.84h-.01Z\"><\/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 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3eb8cf4 e-flex e-con-boxed e-con e-child\" data-id=\"3eb8cf4\" 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-a0978d9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a0978d9\" 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=\"51.517mm\" height=\"7.056mm\" viewBox=\"0 0 146.032 20\"><path d=\"M0,.87v18.26h1.145v-9.44h7.428v-1.09H1.145V1.963h7.6V.87H0ZM15.171,10.436c0,4.598,3.813,8.452,8.44,8.452,4.602,0,8.439-3.879,8.439-8.452,0-4.598-3.837-8.454-8.44-8.454-4.626,0-8.439,3.856-8.439,8.454M33.229,10.436c0,5.24-4.4,9.564-9.618,9.564s-9.62-4.324-9.62-9.564S18.37.87,23.611.87s9.618,4.324,9.618,9.566M40.573,18.044h7.521v1.086h-8.744V.87h1.223v17.174ZM56.312,18.044h7.522v1.086h-8.744V.87h1.222v17.174ZM70.25,1.963v6.636h7.381v1.09h-7.38v8.355h7.574v1.086h-8.744V.87h8.744v1.093h-7.575ZM94.426,4.18c-.844-1.332-2.033-2.198-3.798-2.198-2.009,0-3.524,1.604-3.524,3.56s1.86,2.767,3.374,3.483l3.578,1.856c1.414.888,2.133,2.026,2.133,3.704,0,3.09-2.829,5.415-5.857,5.415-2.61,0-4.642-1.608-5.511-4.003l1.039-.47c.798,1.978,2.261,3.36,4.522,3.36,2.457,0,4.616-1.928,4.616-4.401,0-2.1-2.16-2.988-3.773-3.782l-3.376-1.778c-1.242-.767-1.937-1.851-1.937-3.334,0-2.77,1.987-4.722,4.79-4.722,1.89,0,3.674,1.012,4.568,2.62,0,0-.844.69-.844.69ZM106.383,19.13h-1.148V1.963h-4.674V.87h10.493v1.093h-4.671v17.167ZM121.562,2.996l-3.694,8.943h7.358s-3.664-8.943-3.664-8.943ZM117.419,13.041l-2.517,6.09h-1.225L121.562,0l7.855,19.13h-1.225l-2.517-6.089s-8.256,0-8.256,0ZM136.505,18.044c2.352,0,4.297-.486,6.015-2.207,1.523-1.551,2.376-3.639,2.373-5.813,0-2.322-.902-4.505-2.591-6.078-1.711-1.575-3.563-1.983-5.797-1.983h-1.576v16.08h1.576ZM133.79.87h2.738c2.613,0,4.681.44,6.657,2.301,1.873,1.796,2.847,4.24,2.847,6.853,0,2.519-.948,4.918-2.753,6.69-1.978,1.934-4.093,2.416-6.75,2.416h-2.74V.87h.001Z\" 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=\"18\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-474c217 e-flex e-con-boxed e-con e-child\" data-id=\"474c217\" 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-013527c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"013527c\" 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=\"24.975mm\" height=\"8.114mm\" viewBox=\"0 0 70.797 23\"><path d=\"M16.844,17.759c-.664,3.647-.933,4.89-4.645,4.89h-7.852L18.167.23H1.702v6.152s.959.209,1.271-1.235C3.887.888,4.46.584,8.298.584h5.52L0,23h18.165v-6.787s-1.013-.156-1.321,1.547ZM38.384,22.649h-3.661l9.838-15.945h-11.87v4.948s.748.088,1.014-1.053c.534-2.21.649-3.533,4.31-3.533h2.676l-9.809,15.935h13.47v-4.929s-.81-.12-1.066.969c-.677,3.049-1.243,3.608-4.903,3.608M54.076,22.649h-3.661l9.838-15.945h-11.868v4.948s.748.088,1.013-1.053c.534-2.21.651-3.533,4.31-3.533h2.676l-9.807,15.935h13.469v-4.929s-.81-.12-1.066.969c-.677,3.049-1.243,3.608-4.903,3.608M26.59,22.649v-14.085c0-1.167-.303-1.844-1.829-1.844h-3.681v.362h1.055c.975,0,1.156.316,1.156,1.282v14.283h-2.361v.352h7.965v-.352h-2.305v.002ZM68.495,22.649v-14.085c0-1.167-.305-1.844-1.831-1.844h-3.682v.362h1.055c.977,0,1.157.316,1.157,1.282v14.283h-2.363v.352h7.965v-.352h-2.301v.002ZM24.808,3.845c1.058.004,1.919-.849,1.923-1.907,0-.005,0-.011,0-.016C26.731.853,25.876,0,24.808,0s-1.922.854-1.922,1.923c-.004,1.058.851,1.918,1.909,1.922.004,0,.009,0,.013,0M66.686,3.845c1.058.004,1.919-.849,1.923-1.907,0-.005,0-.011,0-.016C68.609.853,67.755,0,66.686,0s-1.923.854-1.923,1.923c-.004,1.058.851,1.918,1.909,1.922.005,0,.01,0,.015,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 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0221cd0 e-flex e-con-boxed e-con e-child\" data-id=\"0221cd0\" 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-7dfaad9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7dfaad9\" 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=\"99.589mm\" height=\"28.751mm\" viewBox=\"0 0 282.3 81.5\"><path d=\"M57,50.7c-5-3.3-10.7-5.3-16.6-6l-.5-.1c-3.3-.5-6.3-1.9-8.7-4.2-2.5-2.3-13.5-9.3-15.9-10.8,4.3-5.7,9.8-12.2,17.3-17,1.3-1,2.9-1.6,4.5-1.9,1.6-.1,2.8.4,4.3,2,.3.3.7.2,1.4-.1l.6-.3-.2-.5c-.1-.1-2.2-3.7-5.6-3.8-1.5,0-2.9.3-4.2,1-8.9,4.7-15.3,12-20.4,18.5-.6.6-.8,1.5-.8,2.3.2.8.7,1.5,1.4,1.9l.9.6c3.2,2,12.8,8,14.5,9.5,3.8,3.4,6.1,4.6,10.8,5.3,6.9,1.1,12.9,4.5,18.8,8.3l3.2,2h0l1.3-2-.5-.4c-1.7-1.6-3.6-3-5.6-4.3Z\"><\/path><path d=\"M60.7,59.8s-1.3,1.8-2.7,3.4c-2.5,2.8-6.6,3.6-9.9,1.7-4.9-2.5-8.6-6.4-12.1-12.7l-.3-.7c-.7-1.3-1.3-2.4-2.4-2.7-1-.2-1.7.9-2.8,2.4-1.2,1.7-2.7,3.8-4.5,3.9h-.3c-4.1,0-8.9-5.6-10.8-12.8-.8-2.8-1.4-5.8-1.4-5.8l-.5-2.2-.1.2c-.3.7-.5,1.5-.6,2.2-.4,4.4.5,8.8,2.6,12.7,2.2,4,5.2,6.9,8.7,8.1,4.6,1.7,8.1-3.2,9.5-5.4,1.2,2.4,4.3,8.1,8.8,12,3.6,3.1,7.2,4.8,10.3,4.8,1.7,0,3.5-.5,4.9-1.6,3.6-2.7,3.6-7.5,3.6-7.5Z\"><\/path><path d=\"M40,24.9l.1,1.5h.6s3.1-.1,5.7.1c3.5.2,5.3,1.4,7,4.6,2,3.8,10,20,10.1,20.2l.2.5,1.8-.8-.2-.5c-.3-.7-1.6-4.4-2.1-5.6h0c-.3-.7-.7-1.5-1-2.3v-.1c-2.4-5.3-6-13.2-9.3-16.4-3-2.8-8.5-3.4-12.5-1.3l-.4.1Z\"><\/path><path d=\"M40.7,0C18.2,0,0,18.3,0,40.8s18.2,40.7,40.7,40.7,40.7-18.2,40.7-40.7h0C81.4,18.3,63.2.1,40.7,0ZM40.7,78.7c-21,0-37.9-17-37.9-37.9S19.8,2.9,40.7,2.9s37.9,17,37.9,37.9h0c0,20.9-17,37.9-37.9,37.9Z\"><\/path><path d=\"M140.5,34.8s.5,4.6-5.7,4.6c0,0-6-.2-6-4.8v-12h-5.5v12.4c0,.4.2,6.8,8.6,9.2v13.4h5.5v-13.4s8.6-2,8.6-9v-12.6h-5.5v12.2h0Z\"><\/path><path d=\"M164.2,22c-13,0-12.5,12.1-12.5,12.1v23.5h5.4v-23.5c0-7.6,7.1-7.4,7.1-7.4,7.5,0,7.2,7.6,7.2,7.6v23.2h5.4v-23.2c0-12.5-12.6-12.3-12.6-12.3Z\"><\/path><path d=\"M223.1,22c-12.3,0-12.1,11.5-12.1,11.5v24.1h5.4v-12.8h13.6v12.8h5.2v-24.1c0-12-12.1-11.5-12.1-11.5ZM230,39.5h-13.6v-6.1s-.1-6.7,6.7-6.9c0,0,6.9,0,6.9,6.9v6.1h0Z\"><\/path><path d=\"M270.9,22c-3.3,0-6.5,1.4-8.7,3.9-3.2-4-8.7-3.9-8.7-3.9-11.5,0-11.5,11.4-11.5,11.4v24.2h5.2v-24.3c0-6.6,6.2-6.2,6.2-6.2,6.4,0,6,6.2,6,6.2v24.2h5.2v-24.2s-.4-6.4,6.4-6.2c6.5,0,6.1,6.2,6.1,6.2v24.2h5.2v-24.2c0-11.2-11.4-11.3-11.4-11.3Z\"><\/path><path d=\"M200.8,40.7l-10.2-5.6s-3-1.2-2.7-3.9c.1-1.9,1.7-3.4,3.7-3.3h12.2v-5.4h-12.1c-5.1,0-9.2,3.8-9.2,8.5.1,3.7,2.2,7.1,5.5,8.9l9.2,4.8s3.1,1.2,2.7,4.1c0,0,.2,3.4-3.9,3.5h-13v5.2h13s9.2.6,9.5-8.6c.2-3.4-1.7-6.6-4.7-8.2Z\"><\/path><path d=\"M114.5,40.7l-10.2-5.6s-3-1.2-2.7-3.9c.1-1.9,1.7-3.4,3.7-3.3h12.2v-5.4h-12.1c-5.1,0-9.2,3.8-9.2,8.5.1,3.7,2.2,7.1,5.5,8.9l9.3,4.7s3.1,1.2,2.7,4.1c0,0,.2,3.4-3.9,3.5h-13v5.3h13s9.2.6,9.5-8.6c.2-3.4-1.7-6.6-4.8-8.2Z\"><\/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=\"20\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2aee811 e-flex e-con-boxed e-con e-child\" data-id=\"2aee811\" 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-13c050a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"13c050a\" 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=\"152.715mm\" height=\"66.852mm\" viewBox=\"0 0 432.893 189.501\"><defs><mask id=\"b\" x=\"209.593\" y=\"0\" width=\"13.472\" height=\"20.445\" maskUnits=\"userSpaceOnUse\"><g id=\"c\"><polygon id=\"d\" points=\"209.594 .001 223.066 .001 223.066 20.444 209.594 20.444 209.594 .001\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"e\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"f\"><polygon id=\"g\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"h\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"i\"><polygon id=\"j\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"k\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"l\"><polygon id=\"m\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"n\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"o\"><polygon id=\"p\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"q\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"r\"><polygon id=\"s\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"t\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"u\"><polygon id=\"v\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"w\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"x\"><polygon id=\"y\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"z\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"aa\"><polygon id=\"ab\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ac\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"ad\"><polygon id=\"ae\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"af\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"ag\"><polygon id=\"ah\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ai\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"aj\"><polygon id=\"ak\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"al\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"am\"><polygon id=\"an\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ao\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"ap\"><polygon id=\"aq\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ar\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"as\"><polygon id=\"at\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"au\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"av\"><polygon id=\"aw\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ax\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"ay\"><polygon id=\"az\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ba\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bb\"><polygon id=\"bc\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bd\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"be\"><polygon id=\"bf\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bg\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bh\"><polygon id=\"bi\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bj\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bk\"><polygon id=\"bl\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bm\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bn\"><polygon id=\"bo\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bp\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bq\"><polygon id=\"br\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bs\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bt\"><polygon id=\"bu\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"bv\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bw\"><polygon id=\"bx\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"by\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"bz\"><polygon id=\"ca\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"cb\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cc\"><polygon id=\"cd\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ce\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cf\"><polygon id=\"cg\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ch\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"ci\"><polygon id=\"cj\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ck\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cl\"><polygon id=\"cm\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"cn\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"co\"><polygon id=\"cp\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"cq\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cr\"><polygon id=\"cs\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"ct\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cu\"><polygon id=\"cv\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><mask id=\"cw\" x=\"0\" y=\".001\" width=\"432.894\" height=\"189.5\" maskUnits=\"userSpaceOnUse\"><g id=\"cx\"><polygon id=\"cy\" points=\"0 189.501 432.894 189.501 432.894 .001 0 .001 0 189.501\" fill=\"#fff\" fill-rule=\"evenodd\"><\/polygon><\/g><\/mask><\/defs><path d=\"M198.933,42.972h0c.064.034.052.026,0,0M233.65,42.972h-.008c-.054.026-.064.034.008,0M194.793,20.999c.114.748-.58.42-.88.312-.172-.004-.338.052-.47.158-.482.304-.148.952-.018,1.306.864,1.296,2.242,1.672,2.072,2.148-.708.212-1.312-.494-1.584.212-.126,1.132,1.754,1.756,1.754,2.072.114.38-.628.25-.502.626.124.378,1.692,1.19,1.252,1.374-.888.116-1.642-.79-2.362-1.326-1.754-2.424-2.894-5.79-1.604-8.79.55-1.726,2.018-3.3,3.994-3.666,1.848-.198,3.354.304,4.232.802,3.258,1.64,5.866,6.43,9.902,7.504l.156.158c-.184.262-.63.168-.88.078-3.562-.85-7.36-6.852-11.06-7.418.006,0-4.82-.816-4.002,4.45M217.537,18.781c.222.264.446.668.234,1.01-.758-.21-1.558-.21-2.316,0-.172.092-.328.05-.562,0-.198-.42,0-.786.326-1.088.628-.55,1.702-.496,2.318.078M184.717,23.968c-.458.292-.458-1.026-1.218-.528-1.222.804.982,4.522.982,4.522.092.56-1.038-.572-1.204.314-.148,1.438,2.082,2.98,2.082,2.98.152.406-.724-.098-.552.582-.048.762,1.456,1.578,1.026,2.034-.082-.02-1.032-.5-1.344-.81-2.424-2.468-3.374-6.982-2.312-10.122.89-2.626,4.184-4.202,5.09-4.38.906-.18.874.676.206.896-3.482,1.148-2.296,4.22-2.756,4.512\" fill-rule=\"evenodd\"><\/path><path d=\"M211,26.462c.892-.086.292.256.146.306-7.956,1.252-14.772-4.556-14.772-4.556-.262-.3-.55-.708-.316-1.112.158-.274.572-.172.804-.078-.004,0,6.328,6.184,14.138,5.44M214.812,24.216c.156,1.032.642,2.032.484,3.104-.25.432-.784.498-1.282.484-.418-.236.104-.484.158-.718.272-.344.874-.644.562-1.114-.64-.472-1.1.51-1.834.314-.198-.802,1.166-1.284,1.114-2.07-.146-.42-.628-.228-.88-.17-.26.234-.614.446-.954.248-.09-.874,1.008-1.52,1.518-2.16.97.098.746,1.388,1.114,2.082M217.744,24.216c-.154,1.032-.64,2.032-.484,3.104.248.432.786.498,1.284.484.418-.236-.104-.484-.158-.718-.272-.344-.878-.644-.562-1.114.64-.472,1.1.51,1.832.314.196-.802-1.164-1.284-1.114-2.07.146-.42.63-.228.88-.17.262.234.614.446.952.248.094-.874-1.006-1.52-1.516-2.16-.968.098-.744,1.388-1.114,2.082M204.756,34.478l-.408-.39s3.04-2.43,6.874-2.648l.492.658c-3.572.06-6.958,2.38-6.958,2.38M201.849,49.941c.574.114,1.718,2.268,1.718,2.864,0,.722-1.176,3.436-1.718,3.43-.542-.006-1.638-2.84-1.718-3.43-.08-.59,1.176-2.968,1.718-2.864M192.57,58.07c-.854.344-1.978-2.034-1.754-3.528.266-1.02.862-2.862,1.89-2.646,1.738.368,1.488,5.52-.136,6.174M239.603,58.07c.854.344,1.98-2.034,1.756-3.528-.266-1.02-.864-2.862-1.89-2.646-1.738.368-1.488,5.52.134,6.174M194.349,14.833c-.784,0-1.418-.634-1.416-1.418,0-.786.634-1.418,1.418-1.418s1.418.634,1.418,1.418-.632,1.418-1.418,1.418h-.002ZM191.09,17.968c-.784,0-1.42-.634-1.42-1.418s.636-1.42,1.42-1.42,1.42.634,1.42,1.42-.632,1.418-1.418,1.418h-.002ZM187.078,17.591c-.786,0-1.42-.634-1.42-1.418s.634-1.42,1.42-1.42,1.42.634,1.42,1.42-.634,1.418-1.416,1.418h-.004ZM189.59,22.482c-.784,0-1.418-.634-1.42-1.418,0-.784.634-1.42,1.418-1.42s1.42.634,1.42,1.418-.634,1.418-1.418,1.42M182.691,19.972c-.786,0-1.418-.634-1.418-1.418s.636-1.418,1.42-1.418,1.418.636,1.416,1.42c.002.782-.632,1.416-1.414,1.416h-.004ZM179.931,23.499c-.722.002-1.31-.584-1.31-1.306-.002-.726.584-1.312,1.306-1.314.722-.002,1.31.584,1.312,1.308v.004c0,.722-.586,1.308-1.308,1.308M190.213,26.316c-.708-.002-1.282-.576-1.282-1.284s.574-1.282,1.284-1.28c.706,0,1.282.574,1.282,1.28,0,.71-.576,1.284-1.284,1.284M180.433,30.677c-.58,0-1.048-.468-1.05-1.046,0-.58.468-1.05,1.048-1.052.578,0,1.048.47,1.048,1.05v.002c0,.578-.466,1.046-1.044,1.046h-.002ZM210.859,22.857c-.322.002-.586-.258-.586-.58-.002-.322.258-.584.58-.586.322-.002.584.258.586.58v.004c0,.32-.26.58-.58.582M194.308,30.998c-.386.002-.702-.312-.704-.7,0-.386.314-.698.7-.7.386,0,.702.312.702.698v.002c0,.388-.314.7-.698.7M192.051,29.423c-.578,0-1.048-.468-1.048-1.046s.468-1.05,1.046-1.05c.58-.002,1.048.468,1.05,1.048v.002c0,.578-.468,1.046-1.048,1.046M237.974,20.999c-.116.748.582.42.882.312.17-.004.336.054.468.158.484.304.15.952.02,1.306-.864,1.296-2.244,1.672-2.072,2.148.708.212,1.31-.494,1.584.212.126,1.132-1.756,1.756-1.756,2.072-.114.38.628.25.502.626-.124.378-1.692,1.19-1.252,1.374.89.116,1.644-.79,2.364-1.326,1.754-2.424,2.892-5.79,1.596-8.79-.548-1.726-2.016-3.3-3.994-3.666-1.846-.198-3.352.304-4.23.802-3.258,1.64-5.866,6.43-9.902,7.504l-.156.158c.184.262.63.168.878.078,3.562-.85,7.364-6.852,11.062-7.418,0,0,4.826-.816,4.006,4.45M242.556,26.316c.708,0,1.284-.574,1.284-1.284,0-.706-.576-1.28-1.284-1.28s-1.282.574-1.282,1.28c0,.71.574,1.284,1.282,1.284M238.64,31.437c.386,0,.7-.312.7-.698s-.314-.698-.7-.698-.7.312-.7.698.314.698.7.698M240.717,29.423c.578,0,1.048-.468,1.048-1.046.002-.58-.466-1.05-1.046-1.05-.578-.002-1.048.468-1.048,1.048v.002c0,.578.468,1.046,1.046,1.046M181.771,33.078c-.472,0-.858-.382-.858-.856-.002-.474.384-.856.856-.858.472,0,.858.382.858.856s-.384.856-.856.858M205.008,17.535c-.472,0-.858-.38-.858-.856-.002-.472.382-.854.854-.854.472-.002.858.38.858.852s-.382.856-.854.858M207.013,19.955c-.472,0-.858-.382-.858-.856s.384-.854.856-.854c.472-.002.856.38.856.852v.002c0,.474-.382.856-.854.856M179.431,27.433c-.682,0-1.232-.552-1.232-1.232.002-.68.552-1.23,1.234-1.23s1.23.552,1.23,1.232-.55,1.23-1.23,1.23h-.002ZM245.814,17.591c.784.002,1.42-.632,1.422-1.416.002-.786-.632-1.422-1.418-1.422-.784-.002-1.42.632-1.422,1.416v.004c.002.784.634,1.418,1.418,1.418M243.306,22.482c.786,0,1.42-.634,1.42-1.42s-.634-1.418-1.42-1.418-1.418.634-1.418,1.418.634,1.42,1.418,1.42M250.203,19.972c.784.002,1.418-.632,1.42-1.416,0-.784-.634-1.42-1.418-1.42s-1.42.634-1.42,1.418v.002c0,.782.634,1.416,1.418,1.416M252.961,23.499c.724,0,1.31-.586,1.31-1.308,0-.726-.586-1.312-1.31-1.312s-1.308.586-1.308,1.312c0,.722.584,1.308,1.306,1.308h.002ZM252.459,30.677c.578.002,1.048-.466,1.05-1.046.002-.578-.466-1.05-1.046-1.052-.578,0-1.048.47-1.05,1.048v.004c0,.578.468,1.046,1.044,1.046h.002ZM251.119,33.078c.472,0,.858-.384.858-.858s-.386-.856-.858-.856-.858.384-.858.856.386.858.858.858M253.463,27.433c.68,0,1.23-.552,1.23-1.232s-.552-1.23-1.232-1.23-1.232.552-1.23,1.232c0,.68.55,1.23,1.23,1.23h.002ZM208.851,21.576c-.386,0-.7-.312-.702-.7,0-.386.314-.7.7-.7.386-.002.702.312.702.698v.002c0,.386-.314.698-.7.7\" fill-rule=\"evenodd\"><\/path><path d=\"M208.301,26.035c-.322,0-.584-.262-.582-.584,0-.322.262-.582.584-.582.322.002.582.262.582.584-.002.322-.262.584-.584.582M198.654,14.363c-.708,0-1.282-.574-1.282-1.284.002-.706.576-1.28,1.284-1.28.708.002,1.282.574,1.282,1.28.002.71-.574,1.284-1.282,1.284h-.002ZM202.248,15.382c-.578,0-1.048-.47-1.048-1.048s.47-1.05,1.048-1.05,1.048.472,1.048,1.05-.47,1.048-1.048,1.048M200.246,21.71c-.472,0-.858-.38-.86-.856-.002-.472.382-.856.856-.858.472,0,.858.382.86.854v.004c-.002.472-.384.854-.856.856M197.4,19.978c-.578,0-1.046-.468-1.046-1.046s.468-1.05,1.046-1.05,1.048.472,1.048,1.05c-.002.578-.47,1.046-1.048,1.046M202.918,23.714c-.472.002-.856-.38-.858-.854,0-.472.384-.856.856-.856s.856.382.858.854v.002c-.002.472-.384.854-.856.854M205.76,25.314c-.386,0-.7-.312-.7-.7,0-.386.314-.698.7-.698s.7.312.7.698c0,.388-.314.7-.7.7M210.453,25.873c-.322-.002-.582-.264-.582-.586s.262-.582.584-.582c.322.002.582.264.582.586,0,.32-.258.58-.58.582h-.004ZM221.719,26.462c-.892-.086-.292.256-.146.306,7.956,1.252,14.77-4.556,14.77-4.556.264-.3.554-.708.318-1.112-.158-.274-.572-.172-.802-.078.002,0-6.33,6.184-14.14,5.44M238.369,14.833c.784,0,1.418-.634,1.418-1.418-.002-.786-.636-1.418-1.42-1.418s-1.418.634-1.418,1.418.636,1.418,1.42,1.418M241.629,17.968c.784,0,1.42-.634,1.42-1.418s-.636-1.42-1.42-1.42-1.42.634-1.42,1.42.636,1.418,1.42,1.418M221.861,22.857c.322,0,.582-.262.582-.584s-.262-.582-.584-.582-.582.262-.582.584.26.582.582.582h.002ZM227.713,17.535c.472,0,.856-.384.854-.858,0-.472-.386-.854-.858-.852-.47,0-.854.382-.854.852,0,.476.384.858.858.858M225.705,19.955c.472,0,.858-.382.858-.856s-.386-.854-.858-.854-.856.382-.856.854.382.856.854.856h.002ZM223.867,21.576c.386,0,.7-.312.702-.7,0-.386-.314-.7-.7-.7-.386-.002-.702.312-.702.698v.002c0,.386.314.698.7.7\" fill-rule=\"evenodd\"><\/path><path d=\"M224.422,26.035c.322.002.584-.26.584-.582.002-.322-.26-.582-.582-.584-.32,0-.582.26-.584.582v.002c.002.322.262.582.582.582M234.064,14.363c.708,0,1.282-.574,1.282-1.284-.002-.706-.576-1.28-1.284-1.28-.706.002-1.282.574-1.282,1.28,0,.71.576,1.284,1.284,1.284M230.469,15.382c.578,0,1.048-.466,1.05-1.046.002-.578-.466-1.05-1.046-1.052-.578,0-1.048.468-1.05,1.048v.002c.002.578.468,1.046,1.046,1.048M232.474,21.71c.474,0,.858-.382.86-.856,0-.474-.384-.856-.858-.858-.472,0-.858.382-.858.854v.004c0,.474.384.856.856.856M235.318,19.978c.578,0,1.046-.468,1.046-1.046s-.468-1.05-1.046-1.05-1.046.472-1.046,1.05.466,1.046,1.044,1.046h.002ZM229.801,23.714c.472,0,.856-.382.856-.856s-.384-.854-.856-.854-.856.382-.856.854v.002c0,.474.384.854.856.854M226.959,25.314c.386,0,.7-.312.7-.7,0-.386-.314-.698-.7-.698s-.7.312-.7.698.314.7.698.7h.002ZM222.263,25.873c.322,0,.584-.26.586-.582,0-.322-.26-.584-.582-.586-.322,0-.584.26-.584.582v.004c0,.32.26.58.58.582M214.027,49.47h4.528c.626,0,1.134.51,1.134,1.136v3.096c0,.628-.508,1.138-1.134,1.138h-4.528c-.628,0-1.136-.51-1.136-1.138v-3.096c0-.626.508-1.136,1.136-1.136M208.142,51.999c.754,0,1.374-.716,1.374-1.606s-.614-1.598-1.374-1.598-1.374.716-1.374,1.598.616,1.606,1.374,1.606M208.142,56.011c.754,0,1.374-.714,1.374-1.604s-.614-1.598-1.374-1.598-1.374.716-1.374,1.598.616,1.604,1.374,1.604M196.777,57.263c.466,0,.844-.514.844-1.146s-.378-1.146-.844-1.146-.844.514-.844,1.146.378,1.146.844,1.146M196.605,53.427c.468,0,.846-.516.846-1.146s-.378-1.146-.846-1.146-.842.512-.842,1.146.38,1.146.842,1.146M235.482,57.392c-.466,0-.844-.514-.844-1.146,0-.636.378-1.146.844-1.146s.842.512.842,1.146-.378,1.146-.842,1.146M235.65,53.556c-.464,0-.846-.514-.846-1.146s.382-1.146.846-1.146.844.514.844,1.146-.378,1.146-.844,1.146M247.859,23.968c.458.292.458-1.026,1.22-.528,1.222.804-.984,4.522-.984,4.522-.09.56,1.04-.572,1.206.314.146,1.438-2.082,2.98-2.082,2.98-.154.406.724-.098.55.582.048.762-1.456,1.578-1.024,2.034.082-.02,1.032-.5,1.342-.81,2.426-2.468,3.376-6.982,2.314-10.122-.892-2.626-4.186-4.202-5.092-4.38-.906-.18-.874.676-.204.896,3.482,1.148,2.296,4.22,2.754,4.512M227.82,34.478l.408-.39s-3.04-2.43-6.874-2.648l-.492.658c3.574.06,6.958,2.38,6.958,2.38\" fill-rule=\"evenodd\"><\/path><path d=\"M243.086,41.996c-.248.614-.668,1.022-.942.91-.272-.11-.29-.698-.044-1.308.246-.61.668-1.02.942-.916.274.104.292.7.044,1.314h0ZM231.646,40.574c-.44-.574-.532-1.34-.47-1.912.208-.76.624-1.48,1.346-1.678.458.368.95,1.362.626,2.196-.232.602-1.254,1.722-1.502,1.394h0ZM215.328,38.994c-.382.002-.696-.304-.7-.688v-1.878c.004-.384.318-.692.7-.688h1.924c.382-.004.698.304.702.688v1.878c-.006.384-.32.69-.702.688h-1.924ZM200.932,40.574c-.252.328-1.308-.78-1.504-1.394-.272-.856.168-1.834.626-2.196.722.198,1.14.918,1.348,1.678.06.572-.03,1.33-.468,1.912h-.002ZM190.432,42.906c-.272.116-.688-.296-.942-.91-.252-.612-.228-1.198.046-1.308.27-.112.692.296.94.916.25.618.23,1.19-.044,1.302h0ZM250.098,35.152c-.63-.904-1.482-1.262-2.724-.72-.97.316-1.688.926-2.636,1.604-.276-.588-.078-1.376-.472-1.924-.652.024-.942.77-1.282,1.204-.196,1.106-.274,2.228-.236,3.352l-.158.158c-.344-.512-.43-1.126-1.124-1.27l-.552.076c-.142.434.538.722.552,1.194-.5.446-.918-.526-1.52-.082-.97,1.09-.866,3.028-.394,4.31l.74.832c-.344.432-1.316.006-1.376.61-.06,1.084,1.788.086,1.376.832,0,0-.878,1.63-1.63,1.442-.982-.244-1.472-2.132-1.328-3.008-.116-.814,1.144-.688,1.342-1.584.238-.548-.138-1.738-.956-1.99-.864-.262-1.586.326-1.834,1.03-.444.97.814,1.338.474,2.16-.382.804-1.71,2.264-2.838,1.698-1.13-.564-.94-2.822-.94-2.822.326.198.668.892,1.058.72.144-.076.602-.33.508-.468.128-.19-.86-.406-1.188-.814.76.152,1.316.186,1.88-.378.876-.688,1.566-3.26.954-3.606-.574-.472-1.63-.036-1.518-.468.248-.458,1.454-.008,1.114-.766-.8-1.112-1.366.766-1.866-.114-.25-.752.742-.886,1.218-1.35.476-.466,2.034-2.154,1.344-2.582-.688-.426-1.12.484-1.498-.018.154-.392,2.132-1.948,1.254-2.634-1.588-1.25-2.406,2.162-2.406,2.162-.538-.432-.262-.874-.984-1.104-.97.292-.934,2.268-.716,3.11.22.844.912,1.662.334,2.028-.532.25-1.19-2.062-1.946-.932-.286.422.644.566.582,1.19-.078.754-.964-.436-1.148-.458-.534-.156-.554-.102-.986.212-.814,1.316-.814,2.884-.374,3.698.436.754,1.69,1.254,1.69,1.254-.26.026-1.176-.032-1.344.202-.028.366.104.772.406.864.564,0,1.002-.188,1.506-.228-.248,1.01-.948,2.344-2.952,2.254-2.002-.09-2.156-3.052-2.156-3.052.524-.458,1.218-.736,1.3-1.734.09-1.082-.834-2.01-1.71-2.134-.746-.108-1.962.876-1.884,1.816-.124,1.066.424,1.422.82,1.88-.514.994-1.592,2.658-2.836,2.726-1.298.172-2.37-.524-3.038-1.52-.276-.484-.802-1.06-.484-1.604.612.066.718.826,1.362.802.38-.078.85-.114,1.03-.484-.09-.366-1.348-.21-.624-.802,1.084.05,1.91-.564,2.382-1.506.512-.94.572-2.506.326-3.118-.432-.524-.944-.928-1.676-.642-.408.026-.918.654-1.204.08-.054-.814,2.238-.656.72-1.35-.594-.042-1.156.274-1.428.802,0,.25-.288.458-.484.552-.236.05-.42-.054-.564-.236-.13-.802.916-1.102,1.126-1.756.374-.658,1.114-2.396.234-3.43-.234-.186-.628-.368-.718.076-.116.29-.028.682-.392.88-.244.066-.496-.078-.562-.322,0-.002-.002-.004-.002-.008-.116-.706.496-1.928-.754-2.028-1.252.1-.64,1.322-.756,2.028-.064.246-.314.394-.56.332-.002-.002-.004-.002-.006-.002-.364-.198-.274-.59-.392-.88-.092-.444-.484-.262-.718-.076-.88,1.032-.138,2.772.234,3.43.208.654,1.262.956,1.126,1.756-.12.188-.344.28-.562.236-.196-.094-.486-.302-.486-.552-.272-.528-.834-.844-1.428-.802-1.518.694.774.536.72,1.35-.288.572-.8-.054-1.202-.08-.734-.286-1.246.114-1.676.642-.25.612-.186,2.176.326,3.118.47.942,1.296,1.556,2.384,1.506.72.588-.538.432-.63.802.184.366.656.406,1.032.484.64.026.746-.732,1.36-.802.316.538-.208,1.114-.484,1.604-.668.996-1.742,1.692-3.038,1.52-1.244-.068-2.322-1.732-2.832-2.726.392-.456.938-.814.814-1.88-.082-.772-1.136-1.924-1.882-1.816-.876.124-1.802,1.052-1.712,2.134.084.998.78,1.274,1.302,1.734,0,0-.152,2.964-2.156,3.052-2.002.088-2.7-1.244-2.95-2.254.502.034.94.228,1.506.228.3-.092.43-.498.406-.864-.17-.228-1.086-.176-1.348-.202,0,0,1.254-.5,1.694-1.254.436-.814.436-2.382-.376-3.698-.434-.314-.45-.368-.988-.212-.184.026-1.07,1.216-1.146.458-.064-.624.864-.768.582-1.19-.756-1.132-1.416,1.182-1.948.932-.572-.366.116-1.184.332-2.028.216-.844.256-2.818-.714-3.11-.724.228-.446.672-.984,1.104,0,0-.82-3.412-2.406-2.162-.876.686,1.1,2.24,1.26,2.634-.376.502-.81-.408-1.498.018-.688.428.87,2.114,1.346,2.582.476.466,1.468.598,1.218,1.35-.502.876-1.07-1.002-1.868.114-.344.758.864.308,1.114.766.114.432-.944,0-1.518.468-.612.344.078,2.916.954,3.606.564.564,1.12.53,1.882.378-.328.408-1.318.624-1.192.814-.092.138.368.392.51.468.39.172.732-.522,1.058-.72,0,0,.188,2.26-.94,2.822-1.126.564-2.456-.896-2.836-1.698-.342-.822.916-1.19.472-2.16-.248-.706-.97-1.294-1.834-1.03-.816.252-1.192,1.442-.956,1.99.202.894,1.456.77,1.34,1.584.144.876-.344,2.764-1.326,3.008-.754.188-1.63-1.442-1.63-1.442-.406-.746,1.44.252,1.374-.832-.064-.604-1.038-.178-1.374-.61l.74-.832c.47-1.282.572-3.22-.394-4.31-.602-.444-1.022.528-1.518.082.012-.472.692-.76.548-1.194l-.548-.076c-.696.144-.788.758-1.128,1.27l-.156-.158c.04-1.124-.036-2.246-.23-3.352-.344-.434-.63-1.18-1.284-1.204-.394.548-.196,1.336-.472,1.924-.944-.672-1.662-1.282-2.634-1.604-1.282-.538-2.096-.184-2.726.72-.476.64,1.224.9,1.598.968,3.382.616,4.604,3.79,4.604,3.79-.41.962,1.51,4.55,2.448,4.676,0,0,.276,2.428,1.814,3.022.678.212,1.418.024,1.914-.486.748-.67.708-1.752,1.062-2.55.516.41,1.506,2.004,3.578,1.468,1.518-.39,1.498-3.914,1.498-3.914.944,1.882,2.196,3.452,4.202,3.136,1.818-.252,2.318-1.444,2.834-3.89,0,0,1.108,3.654,3.81,3.502,3.198-.176,4.372-3.92,4.372-3.92h.078s1.25,3.744,4.446,3.92c2.704.152,3.812-3.502,3.812-3.502.514,2.446,1.016,3.638,2.834,3.89,2.006.316,3.26-1.254,4.2-3.136,0,0-.016,3.524,1.498,3.914,2.076.536,3.062-1.058,3.58-1.468.354.8.312,1.88,1.064,2.55.494.51,1.234.698,1.91.486,1.54-.594,1.814-3.022,1.814-3.022.938-.126,2.864-3.714,2.45-4.676,0,0,1.226-3.174,4.602-3.79.376-.068,2.074-.328,1.596-.968h0Z\" fill-rule=\"evenodd\"><\/path><path d=\"M216.869,47.765s12.794-.166,22.784,3.298c0,0,.96-.036,1.094-.746.032-.626-1.124-.89-1.752-1.206-6.93-2.5-14.446-3.076-22.278-3.182h-.858c-7.83.106-15.354.688-22.276,3.182-.628.316-1.782.412-1.754,1.206.268.508.826.792,1.392.71,10.698-3.76,22.486-3.262,22.486-3.262h1.162Z\" fill-rule=\"evenodd\"><\/path><path d=\"M230.73,50.066c-.592,0-1.718,2.268-1.718,2.866,0,.724,1.23,3.448,1.718,3.428.772-.03,1.638-2.838,1.718-3.428.08-.592-1.112-2.866-1.718-2.866M217.148,60.724h-1.606c-2.256-.208-19.81-.67-19.81-.67,11.62-1.756,22.172-1.666,18.85-1.566h3.28c-3.324-.1,7.48-.19,19.098,1.566-.004,0-17.558.462-19.812.67M239.59,59.49c-3.95-1.508-14.022-2.48-21.7-2.704h-3.094c-7.676.224-17.748,1.198-21.696,2.704-1.004.382-.472,1.042-.472,1.042,2.602,1.466,22.286,1.438,23.662,1.466h.106c1.376-.028,21.064,0,23.664-1.466-.002,0,.532-.66-.47-1.042M224.314,51.999c-.758,0-1.374-.716-1.374-1.606s.612-1.598,1.374-1.598,1.374.716,1.374,1.598-.618,1.606-1.374,1.606M224.314,56.011c-.758,0-1.374-.714-1.374-1.604s.612-1.598,1.374-1.598,1.374.716,1.374,1.598-.618,1.604-1.374,1.604M216.287,22.298c-.578,0-1.048-.468-1.048-1.046-.002-.58.468-1.05,1.046-1.052.578,0,1.048.47,1.048,1.048v.004c0,.578-.468,1.044-1.046,1.046M216.287,24.525c-.386-.002-.698-.316-.698-.702.002-.386.318-.698.702-.696.386.002.698.314.698.698,0,.388-.316.7-.702.7M216.287,26.597c-.322,0-.582-.26-.582-.582s.26-.584.582-.584.584.262.584.584c0,.32-.26.582-.582.582h-.002Z\" fill-rule=\"evenodd\"><\/path><g mask=\"url(#b)\"><path d=\"M217.31,11.957c.238.628.372,1.292.394,1.964,0,0,1.72.354,3.194,1.216l-.092,1.444c-3.174-1.004-5.93-.916-8.96,0-.312.092-.092-1.444-.092-1.444,1.478-.862,3.196-1.216,3.196-1.216.02-.672.152-1.336.394-1.964.29-.162.652-.178.984-.154.332-.024.69-.008.982.154M221.714,5.365s-.03-1.512-1.082-1.512c-.954,0-.826,1.512-.826,1.512h-2.74v-2.062s1.424.05,1.544-.874c-.114-1.332-1.622-1.08-1.622-1.08.536-.472.062-1.374-.718-1.348-.894.032-1.06,1.032-.618,1.348,0,0-1.512.03-1.512,1.08,0,.954,1.432.826,1.432.826v2.114h-2.722s.128-1.514-.828-1.514c-1.05,0-1.082,1.514-1.082,1.514-.418-.344-1.296.052-1.344.62-.062.752.874,1.254,1.344.712,0,0-.156,1.67,1.082,1.628.894.102.876-1.628.876-1.628h2.678v4.05c.186,0-4.208.566-4.666,4.388-.46,3.852,1.792,5.306,1.792,5.306,0,0,.59-3.208,3.348-3.268h.56c2.756.064,3.346,3.268,3.346,3.268,0,0,2.256-1.454,1.794-5.306-.458-3.822-4.854-4.388-4.666-4.388h.026l-.04-4.05h2.692s-.018,1.73.874,1.628c1.238.042,1.082-1.628,1.082-1.628.472.542,1.408.04,1.344-.712-.05-.57-.932-.964-1.348-.624\" fill-rule=\"evenodd\"><\/path><\/g><path d=\"M221.795,167.789c-1.514,3.508-4.918,4.85-8.8,5.022-2.184-.056-4.886-.036-5.818-2.376,0,0-.006-13.542,0-19.94,7.12-1,11.352,1.24,13.484,5.26,2.03,3.474,2.612,8.324,1.134,12.036v-.002ZM207.177,126.445c4.746-.448,9.7.534,12.246,4.59,1.996,3.268,2.476,7.976.858,11.554-2.062,4.538-7.088,5.702-13.104,5.122-.004-3.82.016-15.844,0-21.266h0ZM231.733,157.647c-1.41-5.74-7.428-8.698-12.792-9.456,3.646-1.1,7.562-2.51,9.66-6.36,1.892-3.232,1.79-8.044.106-11.342-3.074-6.716-14.956-6.36-14.956-6.36l-20.834.05v1.666c1.132,0,2.128.278,3.126.654,1.102.688,2.028,1.67,2.166,3.026,0,0,.246,40.238-.02,41.038-1.132,2.384-3.28,2.8-5.24,3.008-.034.854,0,.518,0,1.51h19.562c5.5.104,11.176.036,15.268-3.576,4.398-3.166,5.364-8.804,3.954-13.858h0ZM47.412,169.644c-.078,1.51-.014,2.536-1.216,3.152-1.064.472-.512.334-2.922.45v1.932h15.73v-1.918c-2.406-.116-1.86.022-2.924-.452-1.204-.618-1.146-1.646-1.222-3.158,0,0-.012-46.57,0-47.866-5.386,2.15-11.686,3.104-11.686,3.104,0,0,.012.862,0,1.616,1.544.204,3.788.066,4.238,1.994l.002,41.146ZM4.904,170.039c-.018,2.176-2.424,3.71-4.742,3.696.016,1.03,0,1.438,0,1.438h18.876s.042-.924,0-1.438c-2.25-.09-5.346-1.818-5.348-3.808v-40.3c0-1.99,3.092-3.848,5.344-3.936.042-.516,0-1.36,0-1.36H0s.016.326,0,1.36c2.318-.018,4.886,1.76,4.904,3.936,0,0,.078,36.146,0,40.412M61.095,147.519c-.012,1.288.008,1.77,0,1.692,1.816-.036,3.738.122,3.766,3.69.012,2.232.026,10.658,0,13.712-.028,3.056.86,6.596,4.038,8.57,5.844,2.854,11.724-.516,16.402-3.612.548,1.376.634,1.902,1.236,4.264l10.524-2.904s.026-.542.028-1.49c-2.316.748-3.722.214-3.782-1.66v-25.886c-4.17,1.44-8.106,2.804-11.71,3.438-.014,1.292.008,1.772,0,1.696,3.106-.064,3.85,1.288,3.87,3.738v16.156c-2.58,2.098-6.32,3.304-9.45,2.2-1.822-.79-2.93-2.988-2.914-4.47v-22.6c-4.172,1.434-8.406,2.834-12.008,3.466M142.564,152.007v18.27c-.206,1.514.008,2.562-1.744,3.078-.722.274-.688.22-2.202.582.024.452.024.906,0,1.36h16.042c-.024-.452-.024-.906,0-1.356-1.508-.364-1.388-.31-2.11-.586-1.754-.516-1.562-1.564-1.768-3.078v-17.046c.034-3.608-1.012-7.584-4.656-9.13-5.5-2.338-11.456.934-15.826,4.448-.84-2.01-2.74-3.896-4.354-4.516-5.744-2.406-10.78,1.7-15.216,4.416,0,0,.04-3.374,0-5.484,0,0-7.342,3.008-11.396,4.368v1.618h1.306c1.236.034,2.148.344,2.424,1.408v19.856c-.206,1.512.016,2.562-1.736,3.078-.722.274-.694.222-2.202.582.036.924,0,1.358,0,1.358h15.574c-.022-.45-.022-.904,0-1.354-1.508-.364-1.386-.312-2.108-.586-1.754-.516-1.542-1.566-1.748-3.078l-.012-18.916c1.06-1.584,5.62-4.344,8.954-3.106,1.514.618,2.79,2.556,2.822,4.238l.074,17.858c-.208,1.512-.034,2.56-1.788,3.076-.722.276-.696.23-2.2.586.034.924,0,1.356,0,1.356h15.576c-.024-.452-.024-.906,0-1.356-1.508-.362-1.388-.31-2.11-.584-1.754-.518-1.542-1.568-1.748-3.08l-.048-19.02c1.376-2.028,4.168-3.128,5.892-3.558,1.13-.232,3.404,0,4.642,1.03.856.828,1.632,1.708,1.666,3.268M273.351,169.701c-.078,1.512-.014,2.538-1.218,3.154-1.062.472-.512.334-2.922.45v1.856h15.73v-1.848c-2.406-.114-1.858.022-2.922-.45-1.206-.618-1.146-1.646-1.222-3.156v-47.87c-5.386,2.152-11.688,3.104-11.688,3.104,0,0,.012.864,0,1.616,1.548.206,3.792.068,4.24,1.996l.002,41.148ZM291.976,169.701c-.078,1.512-.016,2.538-1.218,3.154-1.064.472-.512.334-2.922.45v1.856h15.73v-1.848c-2.406-.114-1.862.022-2.924-.45-1.204-.618-1.146-1.646-1.222-3.156v-26.89c-5.386,2.148-11.688,4.124-11.688,4.124,0,0,.016.862,0,1.616,1.548.204,3.794.068,4.24,1.994l.004,19.15ZM294.953,136.011c2.572,0,4.658-2.086,4.658-4.658s-2.086-4.656-4.658-4.656-4.656,2.084-4.656,4.656,2.084,4.658,4.656,4.658M325.902,185.98c-3.404,1.754-8.56,2.062-11.932.104-4.14-2.776-3.196-6.92-1.006-8.552,2.254-1.49,2.248-1.26,2.796-1.374,1.402.25,1.402.228,3.708.508,1.306.154,2.85.426,4.818.79,6.344,1.172,4.77,6.552,1.616,8.522v.002ZM313.338,154.208c-.614-4.996,1.178-8.864,3.994-9.21,2.816-.346,5.592,2.962,6.204,7.96.614,4.998-1.214,8.562-4.03,8.906-2.816.346-5.554-2.66-6.168-7.656h0ZM316.722,168.926c-1.134-.38-1.306-1.618-1.066-2.648.294-1.03,1.408-1.718,2.27-2.168,4.746-.172,9.934-.894,12.516-5.5,1.442-2.3,1.338-5.98.102-8.318-.206-.826-1.17-1.496-1.03-2.292h3.886l1.542-3.42h-10.072c-4.468-2.476-11.104-1.994-15.16,1.066-3.232,2.646-5.054,6.326-4.092,10.588,1.114,4.134,3.994,6.338,8.63,7.668-1.474.96-2.354,1.084-3.402,1.994-1.548,1.272-3.2,2.924-2.578,5.124.48,1.374,2.062,2.302,3.058,3.232-1.34.652-2.82,1.03-3.99,2.062-1.684,1.478-2.268,3.368-2.096,5.604.294,2.304,2.442,4.538,4.64,5.774,6.652,2.77,15.92,2.614,21.524-2.266,2.716-2.374,3.782-5.64,3.026-9.218-2.27-7.936-11.54-5.632-17.708-7.282h0ZM368.572,170.978c.308,1.818.938,2.334,3.346,2.45v1.846h-15.728v-1.856c2.406-.114,2.908-.776,3.422-2.44.698-1.854.294-17.316.294-19.004s-.792-2.542-1.994-3.23c-3.68-1.822-7.59.518-10.272,2.992v19.294c.078,1.508-.058,1.432,1.146,2.05,1.064.472.512.334,2.922.448v1.848h-15.728v-1.856c2.406-.114,1.86.024,2.922-.448,1.204-.622,1.14-.534,1.218-2.042v-42.258c-.446-1.926-2.692-1.788-4.24-1.996.016-.752,0-1.614,0-1.614,0,0,6.38-.954,11.762-3.102v26.172c.654.736,1.35-.192,2.02-.688,3.762-2.788,8.182-5.02,13.098-3.816,1.892.652,4.092,2.03,4.812,4.092,1.274,3.832.894,7.868.86,12.03-.034,4.14-.18,9.47.14,11.128M177.092,144.253v7.96c-1.094.02-1.044.072-1.732,0-.62-2.818-2.854-5.808-5.778-6.668-1.82-.412-3.884-.242-5.294.928-2.602,2.196-2.176,5.042.552,6.738,4.916,3.578,14.164,5.366,13.648,13.444-.274,3.644-3.022,7.39-6.53,8.632-4.642,1.786-10.912.702-15.416-.638,0,0-.038-5.384,0-7.906,1.06.048.996.106,1.87.052.316.818,1.802,8.154,9.556,7.254,1.808-.274,3.386-1.096,4.092-2.474.622-1.206.918-3.884-2.526-5.852-5.74-3.28-11.706-4.832-13.012-11.202-.448-3.302.376-6.324,2.748-8.592,4.732-4.104,12.128-3.108,17.822-1.676M28.383,169.562c-.078,1.51-.016,2.536-1.218,3.154-1.064.47-.512.336-2.922.452v1.926h15.728v-1.918c-2.406-.116-1.86.02-2.922-.452-1.204-.62-1.146-1.646-1.222-3.156,0,0-.012-46.572,0-47.868-5.386,2.148-11.688,3.102-11.688,3.102,0,0,.014.862,0,1.618,1.546.204,3.792.066,4.24,1.992l.004,41.15Z\" fill-rule=\"evenodd\"><\/path><path d=\"M252.418,173.574c-5.628,0-7.958-6.622-7.958-14.532s2.33-14.328,7.958-14.328,7.958,6.416,7.958,14.328-2.33,14.532-7.958,14.532M267.076,151.424c-3.164-6.428-9.662-9.524-16.676-9.006-4.95.516-9.798,3.54-12.134,8.25-2.444,5.054-3.2,12.204-.382,17.328,2.408,4.536,7.154,7.082,11.968,7.668,6.498.962,12.616-1.236,16.262-6.738,3.196-4.78,3.748-12.378.962-17.502M372.416,147.025c-.016,1.288.008,1.77,0,1.692,1.818-.038,3.738.122,3.764,3.69.014,2.23.028,10.658,0,13.712-.028,3.054.864,6.596,4.04,8.57,5.844,2.854,11.726-.516,16.4-3.612.55,1.376.634,1.902,1.238,4.264l10.524-2.904s.024-.542.026-1.49c-2.316.748-3.718.212-3.782-1.66v-25.894c-4.17,1.438-8.106,2.804-11.706,3.436-.016,1.29.006,1.772,0,1.694,3.104-.066,3.848,1.292,3.868,3.74v16.156c-2.58,2.098-6.32,3.304-9.45,2.2-1.822-.792-2.928-2.988-2.914-4.468v-22.598c-4.174,1.44-8.406,2.84-12.008,3.472M431.478,143.232v7.96c-1.098.02-1.046.072-1.734,0-.62-2.818-2.856-5.81-5.776-6.668-1.822-.414-3.886-.242-5.294.926-2.606,2.196-2.186,5.042.548,6.74,4.916,3.576,14.166,5.362,13.65,13.442-.274,3.646-3.024,7.392-6.53,8.632-4.644,1.786-10.916.704-15.42-.638,0,0-.036-5.384,0-7.906,1.06.05.998.104,1.87.054.318.818,1.806,8.152,9.56,7.252,1.806-.272,3.384-1.096,4.09-2.474.622-1.208.916-3.884-2.526-5.85-5.74-3.28-11.706-4.832-13.014-11.202-.446-3.304.38-6.328,2.75-8.594,4.732-4.102,12.13-3.108,17.826-1.674M137.998,85.453h4.004c.866,0,1.378-.442,1.378-1.094,0-.644-.512-1.094-1.378-1.094h-4.004v2.188ZM141.74,81.851c.882,0,1.416-.334,1.416-1.012,0-.664-.534-1.008-1.416-1.008h-3.742v2.02h3.742ZM136.322,78.381h5.598c1.84,0,2.886.806,2.886,2.272,0,1.02-.666,1.578-1.248,1.828.856.284,1.512,1.01,1.512,2.044,0,1.496-1.142,2.386-2.948,2.386h-5.8v-8.53Z\" fill-rule=\"evenodd\"><\/path><polygon points=\"153.965 78.38 156.047 78.38 151.767 83.286 151.767 86.912 150.019 86.912 150.019 83.286 145.731 78.38 147.859 78.38 150.913 81.874 153.965 78.38\" fill-rule=\"evenodd\"><\/polygon><path d=\"M163.812,83.441h3.338l-1.662-3.336-1.676,3.336ZM166.472,78.381l4.302,8.53h-1.888l-.984-1.986h-4.828l-.996,1.986h-1.868l4.304-8.53h1.958ZM177.285,82.29c1.012,0,1.604-.454,1.604-1.21,0-.774-.592-1.216-1.604-1.216h-3.496v2.426h3.496ZM173.789,86.912h-1.744v-8.532h5.334c1.948,0,3.232.926,3.232,2.7,0,1.756-1.284,2.696-3.232,2.696h-3.59v3.136ZM187.394,82.29c1.01,0,1.606-.454,1.606-1.21,0-.774-.596-1.216-1.606-1.216h-3.494v2.426h3.494ZM183.9,86.912h-1.748v-8.532h5.338c1.948,0,3.232.926,3.232,2.7,0,1.756-1.284,2.696-3.232,2.696h-3.59v3.136ZM193.584,82.648c0,1.72,1.33,2.862,3.244,2.862s3.242-1.142,3.242-2.862-1.33-2.866-3.242-2.866-3.244,1.144-3.244,2.866M201.866,82.648c0,2.532-2.128,4.394-5.038,4.394s-5.036-1.862-5.036-4.394,2.112-4.398,5.036-4.398,5.038,1.864,5.038,4.398\" fill-rule=\"evenodd\"><\/path><g mask=\"url(#e)\"><polygon points=\"203.48 86.911 205.226 86.911 205.226 78.379 203.48 78.379 203.48 86.911\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#h)\"><polygon points=\"216.11 86.911 214.568 86.911 208.992 80.603 208.992 86.911 207.306 86.911 207.306 78.379 209.088 78.379 214.41 84.405 214.41 78.379 216.11 78.379 216.11 86.911\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#k)\"><polygon points=\"223.176 79.888 223.176 86.912 221.418 86.912 221.418 79.888 217.652 79.888 217.652 78.38 226.946 78.38 226.946 79.888 223.176 79.888\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#n)\"><polygon points=\"233.299 86.911 230.197 80.041 230.197 86.911 228.499 86.911 228.499 78.379 231.159 78.379 234.025 84.775 236.887 78.379 239.513 78.379 239.513 86.911 237.803 86.911 237.803 80.041 234.711 86.911 233.299 86.911\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#q)\"><polygon points=\"249.86 78.38 249.86 79.888 243.322 79.888 243.322 81.79 249.182 81.79 249.182 83.286 243.322 83.286 243.322 85.404 249.86 85.404 249.86 86.912 241.6 86.912 241.6 78.38 249.86 78.38\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#t)\"><polygon points=\"260.373 86.911 258.827 86.911 253.255 80.603 253.255 86.911 251.567 86.911 251.567 78.379 253.351 78.379 258.673 84.405 258.673 78.379 260.373 78.379 260.373 86.911\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#w)\"><polygon points=\"267.444 79.888 267.444 86.912 265.682 86.912 265.682 79.888 261.916 79.888 261.916 78.38 271.208 78.38 271.208 79.888 267.444 79.888\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#z)\"><polygon points=\"281.529 79.888 281.529 86.912 279.771 86.912 279.771 79.888 276.003 79.888 276.003 78.38 285.299 78.38 285.299 79.888 281.529 79.888\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ac)\"><path d=\"M288.172,82.648c0,1.72,1.33,2.862,3.242,2.862s3.244-1.142,3.244-2.862-1.33-2.866-3.244-2.866-3.242,1.144-3.242,2.866M296.456,82.648c0,2.532-2.128,4.394-5.042,4.394s-5.036-1.862-5.036-4.394,2.112-4.398,5.036-4.398,5.042,1.864,5.042,4.398\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#af)\"><polygon points=\"73.563 92.899 73.563 101.431 71.805 101.431 71.805 97.805 66.327 97.805 66.327 101.431 64.581 101.431 64.581 92.899 66.327 92.899 66.327 96.297 71.805 96.297 71.805 92.899 73.563 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ai)\"><polygon points=\"83.899 92.899 83.899 94.407 77.363 94.407 77.363 96.311 83.221 96.311 83.221 97.805 77.363 97.805 77.363 99.923 83.899 99.923 83.899 101.431 75.641 101.431 75.641 92.899 83.899 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#al)\"><path d=\"M90.873,96.798c1.02,0,1.604-.442,1.604-1.2,0-.772-.584-1.212-1.604-1.212h-3.52v2.412h3.52ZM87.353,101.43h-1.746v-8.53h5.358c1.94,0,3.244.926,3.244,2.684,0,1.31-.758,2.174-1.97,2.51l2.174,3.336h-2.008l-2.01-3.17h-3.042v3.17Z\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#ao)\"><polygon points=\"104.377 101.431 101.277 94.563 101.277 101.431 99.577 101.431 99.577 92.899 102.239 92.899 105.103 99.295 107.965 92.899 110.595 92.899 110.595 101.431 108.883 101.431 108.883 94.563 105.791 101.431 104.377 101.431\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ar)\"><path d=\"M115.449,97.96h3.34l-1.664-3.336-1.676,3.336ZM118.113,92.9l4.298,8.53h-1.888l-.988-1.984h-4.822l-.998,1.984h-1.868l4.304-8.53h1.962ZM126.961,101.562c-1.94,0-3.53-1.034-4.028-2.482l1.592-.902c.26,1.02,1.198,1.85,2.446,1.85,1.368,0,2.222-.674,2.222-1.932v-5.196h1.748v5.278c0,2.03-1.594,3.384-3.98,3.384\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#au)\"><polygon points=\"141.053 92.899 141.053 94.407 134.515 94.407 134.515 96.311 140.375 96.311 140.375 97.805 134.515 97.805 134.515 99.923 141.053 99.923 141.053 101.431 132.793 101.431 132.793 92.899 141.053 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ax)\"><path d=\"M143.045,98.353c.974,1.31,2.52,1.712,3.782,1.712,1.424,0,2.434-.428,2.434-1.116,0-.806-.7-.88-3.102-1.142-2.09-.238-3.696-.63-3.696-2.316,0-1.616,1.58-2.722,4.004-2.722,1.902,0,3.616.678,4.388,1.702l-1.166,1.112c-.654-.84-1.866-1.33-3.314-1.33-1.522,0-2.212.49-2.212,1.058,0,.618.572.762,2.732,1.01,2.426.274,4.134.596,4.134,2.44,0,1.864-1.862,2.8-4.276,2.8-2.032,0-4.05-.782-4.886-1.982l1.178-1.226Z\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#ba)\"><polygon points=\"157.563 94.407 157.563 101.431 155.805 101.431 155.805 94.407 152.039 94.407 152.039 92.899 161.333 92.899 161.333 94.407 157.563 94.407\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bd)\"><polygon points=\"170.252 92.899 172.33 92.899 168.052 97.805 168.052 101.431 166.308 101.431 166.308 97.805 162.018 92.899 164.142 92.899 167.198 96.393 170.252 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bg)\"><polygon points=\"182.324 94.407 182.324 101.431 180.562 101.431 180.562 94.407 176.796 94.407 176.796 92.899 186.088 92.899 186.088 94.407 182.324 94.407\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bj)\"><polygon points=\"196.627 92.899 196.627 101.431 194.869 101.431 194.869 97.805 189.387 97.805 189.387 101.431 187.643 101.431 187.643 92.899 189.387 92.899 189.387 96.297 194.869 96.297 194.869 92.899 196.627 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bm)\"><polygon points=\"206.961 92.899 206.961 94.407 200.427 94.407 200.427 96.311 206.285 96.311 206.285 97.805 200.427 97.805 200.427 99.923 206.961 99.923 206.961 101.431 198.703 101.431 198.703 92.899 206.961 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bp)\"><path d=\"M213.765,97.167c0,1.722,1.33,2.862,3.244,2.862s3.242-1.14,3.242-2.862-1.33-2.866-3.242-2.866-3.244,1.144-3.244,2.866M218.815,101.301c-.546.166-1.162.26-1.806.26-2.924,0-5.036-1.862-5.036-4.394s2.112-4.398,5.036-4.398,5.04,1.866,5.04,4.398c0,1.412-.666,2.614-1.746,3.398.356.402.878.678,1.556.83l-.964,1.262c-.818-.214-1.652-.75-2.08-1.356M223.424,97.404v-4.504h1.748v4.408c0,1.608.688,2.712,2.636,2.712,1.938,0,2.628-1.104,2.628-2.712v-4.408h1.76v4.504c0,2.486-1.402,4.146-4.388,4.146s-4.384-1.66-4.384-4.146\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#bs)\"><polygon points=\"242.307 92.899 242.307 94.407 235.767 94.407 235.767 96.311 241.625 96.311 241.625 97.805 235.767 97.805 235.767 99.923 242.307 99.923 242.307 101.431 234.045 101.431 234.045 92.899 242.307 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#bv)\"><polygon points=\"252.274 92.899 252.274 94.407 245.734 94.407 245.734 96.311 251.592 96.311 251.592 97.805 245.734 97.805 245.734 99.923 252.274 99.923 252.274 101.431 244.014 101.431 244.014 92.899 252.274 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#by)\"><polygon points=\"262.787 101.431 261.241 101.431 255.665 95.123 255.665 101.431 253.981 101.431 253.981 92.899 255.763 92.899 261.085 98.925 261.085 92.899 262.787 92.899 262.787 101.431\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#cb)\"><path d=\"M269.959,97.167c0,1.722,1.33,2.862,3.244,2.862s3.242-1.14,3.242-2.862-1.33-2.866-3.242-2.866-3.244,1.144-3.244,2.866M278.241,97.167c0,2.532-2.128,4.394-5.038,4.394s-5.038-1.862-5.038-4.394,2.114-4.398,5.038-4.398,5.038,1.866,5.038,4.398\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#ce)\"><polygon points=\"279.854 101.431 279.854 92.899 287.98 92.899 287.98 94.407 281.576 94.407 281.576 96.539 287.306 96.539 287.306 98.047 281.576 98.047 281.576 101.431 279.854 101.431\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ch)\"><path d=\"M297.736,99.937c1.95,0,3.098-1.094,3.098-2.77,0-1.688-1.148-2.77-3.098-2.77h-2.65v5.54h2.65ZM293.372,92.899h4.364c2.992,0,4.882,1.664,4.882,4.268s-1.89,4.264-4.882,4.264h-4.364v-8.532Z\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#ck)\"><polygon points=\"312.477 92.899 312.477 94.407 305.945 94.407 305.945 96.311 311.803 96.311 311.803 97.805 305.945 97.805 305.945 99.923 312.477 99.923 312.477 101.431 304.221 101.431 304.221 92.899 312.477 92.899\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#cn)\"><polygon points=\"322.99 101.431 321.448 101.431 315.874 95.123 315.874 101.431 314.188 101.431 314.188 92.899 315.968 92.899 321.294 98.925 321.294 92.899 322.99 92.899 322.99 101.431\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#cq)\"><polygon points=\"329.869 101.431 326.767 94.563 326.767 101.431 325.069 101.431 325.069 92.899 327.731 92.899 330.595 99.295 333.459 92.899 336.085 92.899 336.085 101.431 334.373 101.431 334.373 94.563 331.283 101.431 329.869 101.431\" fill-rule=\"evenodd\"><\/polygon><\/g><g mask=\"url(#ct)\"><path d=\"M340.939,97.96h3.342l-1.666-3.336-1.676,3.336ZM343.603,92.9l4.302,8.53h-1.892l-.984-1.984h-4.826l-.996,1.984h-1.866l4.3-8.53h1.962ZM354.439,96.798c1.022,0,1.604-.442,1.604-1.2,0-.772-.582-1.212-1.604-1.212h-3.52v2.412h3.52ZM350.919,101.43h-1.746v-8.53h5.358c1.94,0,3.244.926,3.244,2.684,0,1.31-.758,2.174-1.97,2.51l2.174,3.336h-2.008l-2.008-3.17h-3.044v3.17Z\" fill-rule=\"evenodd\"><\/path><\/g><g mask=\"url(#cw)\"><polygon points=\"361.111 96.985 365.903 92.899 368.361 92.899 363.997 96.513 368.635 101.431 366.329 101.431 362.715 97.581 361.111 98.915 361.111 101.431 359.365 101.431 359.365 92.899 361.111 92.899 361.111 96.985\" fill-rule=\"evenodd\"><\/polygon><\/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=\"21\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"21 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4bbf63 e-flex e-con-boxed e-con e-child\" data-id=\"d4bbf63\" 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-6f3ce12 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6f3ce12\" 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=\"300\" height=\"110.125\" viewBox=\"0 0 300 110.125\"><path d=\"M276.739,86.336l-.615.276c-16.24-.446-32.826.646-49.006-.195-6.368-.331-12.057-1.322-17.742-4.355-20.169-10.76-20.203-39.73-3.007-53.266,15.056-11.852,37.863-8.607,48.432,7.44l-37.58,37.89c2.901,1.022,5.969.971,8.991,1.257l38.473-.032.301-.59c1.052-16.698-4.986-39.882,12.943-49.604,6.726-3.647,14.15-3.595,21.618-3.418v11.226c-7.006-.286-14.195-.108-18.98,5.7-1.676,2.035-3.829,6.747-3.829,9.358v38.312ZM239.139,36.355c-5.928-3.784-13.211-4.604-19.824-2.096-12.606,4.781-16.264,20.772-10.475,32.126l30.298-30.03Z\"><\/path><path d=\"M92.447,21.614l2.45-.06c23.38.681,38.422,24.373,29.974,46.027-11.127,28.521-52.954,27.579-62.585-1.477-7.102-21.426,7.496-43.561,30.161-44.49ZM105.848,36.355c-10.147-6.441-23.991-3.961-30.028,6.765-4.016,7.135-3.787,16.246-.262,23.525l30.29-30.29ZM90.461,64.979c-2.767,2.778-5.709,5.406-8.406,8.261-.31.681,1.601,1.553,2.233,1.868,4.698,2.336,10.694,2.696,15.718,1.288,12.451-3.489,17.31-17.421,13.686-29.088-.176-.566-1.292-3.542-1.602-3.746-.22-.145-.305-.087-.456.09-7.123,7.04-14.106,14.231-21.173,21.327Z\"><\/path><path d=\"M11.761,26.729c10.291-8.062,26.862-6.19,35.553,3.383,4.954,5.457,6.769,12.246,7.045,19.507.456,12.018-.366,24.321,0,36.37l-.276.615h-11.226l-.276-.615.007-37.963c-.921-12.922-15.462-20.284-25.565-11.313-2.309,2.05-5.262,7.129-5.262,10.241v39.381l-.267.267H.267l-.267-.267V0h11.494l.267.267v26.462Z\"><\/path><path d=\"M176.058,23.522h11.494l.267.267v86.069l-.267.267h-11.494v-27.799c-3.737,2.969-8.401,5.669-13.278,6.056-16.31,1.294-28.538-10.173-29.319-26.273-.605-12.48.478-25.443,0-37.973l.276-.615h11.226l.267.267v39.203c0,3.734,3.398,9.113,6.356,11.285,10.356,7.606,23.624.107,24.47-12.178l.002-38.578Z\"><\/path><path d=\"M291.13,41.031c11.821-1.602,11.833,16.658,0,15.055-8.214-1.113-8.294-13.93,0-15.055ZM291.486,42.1c-8.141,1.115-6.756,13.993,1.894,12.942,8.234-1,6.95-14.154-1.894-12.942Z\"><\/path><path d=\"M293.222,44.905c2.522.312,3.308,2.797,1.057,4.098l1.526,3.207c-.473-.057-1.186.139-1.601-.09-.425-.234-1.213-2.56-1.546-2.774-.307-.197-1.307-.263-1.307.102v2.762h-1.426v-7.306c1.046.092,2.277-.126,3.297,0ZM291.35,48.114c3.607.527,3.638-2.526,0-1.962v1.962Z\"><\/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=\"22\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"22 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db78858 e-flex e-con-boxed e-con e-child\" data-id=\"db78858\" 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-d682264 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d682264\" 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=\"70.132mm\" height=\"9.313mm\" viewBox=\"0 0 198.8 26.4\"><path d=\"M119.9.5v17.7s0,1.3.1,2.1c-.5-.8-1.2-1.8-2.4-3.5L105.6.5h-3.2v25.5h3.2V5.9c.4.8,1.1,1.7,2.2,3.2l12.4,17h2.9V.5h-3.2ZM128.9,13.3c0,6.5,4.6,13.1,13.5,13.1,3,0,5.8-.7,9.1-2.1l.1-.1v-10.6h-9v3h5.8v5.6c-1,.4-3.4,1.3-6.3,1.3-4.8,0-9.9-3.6-9.9-10.2,0-5.8,4.3-10.1,9.9-10.1,1.7,0,5.1.3,8.6,2.5l.4.2v-3.6l-.1-.1C148.8,1.2,146,0,142.4,0c-7.9.1-13.5,5.6-13.5,13.3M157.9.5v25.5h14.4v-2.9h-11.2v-8.5h10.6v-2.9h-10.6V3.4h10.9V.5h-14.1ZM195.7.5v17.7s0,1.3.1,2.1c-.5-.8-1.2-1.8-2.4-3.5L181.4.5h-3.2v25.5h3.2V8s0-1.3-.1-2.2c.4.8,1.1,1.7,2.2,3.2l12.4,17h2.9V.5h-3.1,0ZM69,.5v25.5h3.2V3.4h2.9c3.4,0,5.3,1.5,5.3,4.1,0,2.8-1.6,4.2-4.9,4.2h-2.1v2.9h.7c2.6,0,3.4.9,4.9,2.9,1.1,1.4,2.2,3,3.1,4.6l2.4,3.9h3.8l-.3-.6c-1.1-1.6-1.6-2.4-2.6-4-2.8-4.5-4.1-6.5-5.7-7.8,2-.8,4.1-2.6,4.1-6.2,0-1.6-.6-7-8.3-7l-6.5.1ZM1,6.6c0,1.8.6,3.4,1.8,4.7,1.1,1.3,2.7,2.2,4.1,3,2.4,1.4,4.7,2.8,4.7,5.5,0,2.4-2.4,3.5-4.6,3.5-2.7,0-4.7-1.3-5.2-1.7l-.2-.2-1.6,2.8.2.1c2,1.3,4.3,2,6.8,2,4.6,0,8-2.9,8-6.8,0-4.2-3.3-6.2-6.2-7.9-2.4-1.5-4.7-2.8-4.7-5.3,0-3,3.2-3.2,4.2-3.2,1.8,0,3.8.6,5.2,1.6l.5.3V1.4l-.1-.1c-1.6-.8-3.4-1.3-5.5-1.3C3.9.1,1,2.7,1,6.6M33.1.5s-8.5,11.1-8.6,11.2h-.9V.5h-3.2v25.5h3.2v-11.4h.9c.1.2,9.3,11.4,9.3,11.4h4.2s-10.7-12.6-11-12.9c.3-.3,10-12.7,10-12.7,0,0-3.9.1-3.9.1Z\" fill-rule=\"evenodd\"><\/path><path d=\"M50.4.1c-7.1,0-12.8,5.9-12.8,13.1s5.7,13.1,12.8,13.1,12.8-5.9,12.8-13.1S57.4.1,50.4.1ZM50.4,23c-5.2,0-9.5-4.4-9.5-9.8s4.3-9.8,9.5-9.8,9.5,4.4,9.5,9.8-4.3,9.8-9.5,9.8Z\" fill-rule=\"evenodd\"><\/path><path d=\"M91.6,26h3.2V.5h-3.2v25.5Z\" 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=\"23\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"23 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a090c52 e-flex e-con-boxed e-con e-child\" data-id=\"a090c52\" 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-2297ba1 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2297ba1\" 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=\"57.503mm\" height=\"21.519mm\" viewBox=\"0 0 163 61\"><path d=\"M125.7,41.3c-.6,0-.9-.4-.9-1,0-1.6,2.8-3.6,6.4-5.8-1.2,3.8-3.6,6.8-5.5,6.8ZM158.7,1.3c.9,0,1.4.7,1.4,1.9,0,5.5-5.7,12.6-12.7,18.7,4.2-13.1,8.5-20.6,11.3-20.6ZM162,33.9c-.1,0-.1.1-.2.2-2.7,5.7-5.2,6.7-6.3,6.7-.9,0-1.4-.5-1.4-1.9,0-1.7.7-3.9,1.3-6,.8-3,1.4-4.5,1.4-5.9,0-1.7-1.3-3-3.3-3-3.1,0-5.6,2.4-8.2,6.3-.1.1-.2.3-.3.3s-.1,0-.1-.1c0-.2.1-.3.1-.4.6-2,1.1-4,1.7-5.8,7.3-5.9,15.7-13.6,15.7-20.2,0-2.2-1.1-3.9-3.6-3.9-5.5,0-11.5,7.4-16.6,25.9-1.6,1.2-3.2,2.3-4.8,3.3-.4.2-.7.5-1.1.7v-.4c0-2.7-.8-5.5-4.2-5.5-2.8,0-5.6,1.9-8,6.3q-.1.1-.2.1v-.2c.2-.9.8-2.9.8-3.7,0-1.4-2.4-2.5-2.8-2.5-.2,0-.3.1-.3.4-.4,1.8-.6,2.7-1.1,4.1-2.3,6.6-5.7,12.3-7.8,12.3-.7,0-1-.6-1-1.5,0-2.9,2.7-9.5,2.7-12,0-1.6-1-3.1-3.6-3.1-2.3,0-5.2,1.9-7.7,6.2-.1.1-.2.3-.3.3s-.1,0-.1-.1,0-.2.1-.3c.2-.9.4-1.8.4-2.7,0-1.6-.8-3.2-3-3.2-2.3,0-5.2,1.8-7.7,6-.1.2-.2.4-.3.4s0,0,0,0c0-.1,0-.2.1-.3.2-.9.8-2.8.8-3.6,0-1.4-2.4-2.5-2.8-2.5-.2,0-.3.1-.3.4-1.3,6.1-3.9,16.3-3.9,16.8,0,1,2.7,1.8,3.1,1.8s.4-.2.5-.5c1-3.5,2.3-8.1,4-11.1,1.7-2.8,3.4-4.8,5.1-4.8.7,0,1,.4,1,1.2s-.4,2.7-.7,3.9c-1.1,4.7-2.2,9.1-2.2,9.4,0,1,2.7,1.8,3.1,1.8s.4-.2.5-.5c1-3.5,2.3-8.1,4-11.1,1.7-2.8,3.3-4.7,5-4.7.6,0,1.1.3,1.1,1,0,2.4-2.5,7.6-2.5,11.5,0,2.2,1.1,3.8,3.4,3.8,3,0,5.4-2.7,7.6-7.3q0-.1.1-.1c.1,0,0,0,0,.1v.1c-.8,3.1-5.6,22.4-5.6,22.6,0,1,2.7,1.8,3.1,1.8s.4-.2.5-.5c3.8-14.6,5.2-22.5,8-27.7,1.8-3.4,3.4-5.4,5.2-5.4,1.1,0,1.9.9,1.9,2.8,0,1.1-.1,2.2-.3,3.3-1.6.9-3.1,1.9-4.4,2.8-2.4,1.7-4.1,3.3-4.1,5.2,0,1.5,1.2,2.3,2.6,2.3,5.4,0,9.6-5.5,10.4-11.4,1.9-1.1,3.8-2.3,5.5-3.5-.1.4-.2.7-.3,1.1-1.8,7-2.8,11.6-2.8,11.9,0,1,2.7,1.8,3.1,1.8s.4-.2.5-.5c1-3.5,2.2-7.8,3.9-10.5,1.6-2.8,3.6-5.2,5.5-5.2.7,0,1.1.3,1.1,1.1,0,1.1-.5,2.6-1.3,5.1-.7,2.3-1.2,4.4-1.2,6.1,0,2.3,1.3,4,3.7,4,5,0,9-6.1,9-8.1-.5-.9-1-1.5-1.2-1.5h0ZM40.3,41.1c0,1,2.7,1.8,3.1,1.8s.4-.2.5-.5c1-3.5,2-7.9,3.7-10.7,2-3.3,3.8-4.5,5.3-4.5,1.1,0,1.5.8,1.5,1.7,0,.7-.2,1-.2,1.4,0,.2.1.3.3.3.9,0,2.5-2.6,2.5-4.5,0-1.4-1-2.1-2.4-2.1-2.3,0-5.2,2-7.8,6.4q-.1.1-.2.1t-.1-.1c0-.1,0-.2.1-.3.2-.9.8-2.8.8-3.6,0-1.4-2.4-2.5-2.8-2.5-.2,0-.3.1-.3.4-1.4,6-4,16.2-4,16.7ZM36.6,12.6c-11.3,2.9-21.8,5.7-28.8,5.7-4,0-6.3-1.3-6.3-3.4C1.5,9.6,15.9,3.1,25.8,3.1c7.9,0,10.9,3.1,10.9,8,0,.4,0,.9-.1,1.5ZM74.6,5.6c-10,0-22.5,3-34.5,6.1-1-5.8-5.9-10.2-15.3-10.2C12,1.5,0,8.6,0,14.8,0,19,5,20.5,10.7,20.5c6.2,0,15.3-2.2,25.4-4.7-1.6,9-5.9,24.8-5.9,25.3,0,.8,3.1,1.9,3.8,1.9.2,0,.4-.1.4-.4,1.4-5.9,5.5-21,5.8-27.8,13.1-3.3,27.4-6.8,38.9-6.8,8.5,0,9.7,2.9,9.7,4.4,0,1.1-.9,1.4-.9,1.7,0,.2.2.3.5.3,1.2,0,3.5-.9,3.5-2.7.1-2.4-4-6.1-17.3-6.1ZM64.2,20.3c.4,0,.8-.1,1.2-.3s.6-.6.8-.9c.2-.4.2-.8.1-1.2s-.3-.8-.6-1.1-.7-.5-1.1-.6-.9,0-1.2.1c-.4.2-.7.4-1,.8s-.4.7-.4,1.2c0,.6.2,1.1.6,1.5.5.3,1,.5,1.6.5ZM78.2,30.9c-1.6,4.5-4.8,9.8-6.8,9.8-.7,0-1.1-.6-1.1-1.8,0-2.8,1.5-7.7,2.5-10.7.3-.9.5-1.5.5-1.9,0-1-2.5-2.3-3-2.3-.1,0-.2,0-.2.1-.1,0-.1.1-.1.2-.8,2.2-3.5,10.5-3.5,14.1,0,2.7,1.1,4.6,3.4,4.6,2.8,0,5.4-2.6,6.9-5.5,0-.1.1-.1.1-.1,0,0,.1,0,.1.1-.1.5-.1,1-.2,1.5,0,2.6,1.2,4.1,3.6,4.1,2.7,0,5.2-3.4,5.2-4.2,0-.4-.4-.8-.6-.8q-.1,0-.2.2c-.7,1.1-2.1,2.7-3.2,2.7-.7,0-1-.6-1-1.5,0-2.4,1.7-8.1,2.7-11.1.3-.9.5-1.5.5-1.9,0-1-2.5-2.3-3-2.3-.1,0-.2,0-.2.1-.1,0-.1.1-.1.2-.6.7-1.6,4.5-2.3,6.4ZM60.2,24.2c0-.1.1-.1.1-.2.1,0,.2-.1.2-.1.5,0,3,1.3,3,2.3,0,.4-.2,1-.5,1.9-1,3-2.7,8.6-2.7,11,0,.9.3,1.5,1,1.5,1.2,0,2.4-1.6,3.2-2.7.1-.1.1-.2.2-.2.2,0,.6.4.6.8,0,.8-2.5,4.2-5.2,4.2-2.5,0-3.6-1.5-3.6-4.1,0-2.7,2.9-12.2,3.7-14.4\"><\/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=\"24\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"24 of 25\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c6b05aa e-flex e-con-boxed e-con e-child\" data-id=\"c6b05aa\" 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-0e58281 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"0e58281\" 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=\"462.668mm\" height=\"53.817mm\" viewBox=\"0 0 1311.5 152.551\"><path d=\"M104.7.1c3.7.6,7.3,1,10.9,1.8,13.5,2.8,25.4,9,35.6,18.3,13.8,12.7,21.8,28.4,24.2,46.9.1,1.1.3,2.1.3,3.2,0,1.2.5,1.5,1.6,1.5h16.8c2.7,0,4.8,1.8,5.1,4.3.3,3-1.8,5.5-5,5.5h-18.3c-1.9,21.1-10.5,38.6-26.3,52.4-13.4,11.6-29.1,17.8-46.8,18.5-20.5.7-38.5-5.8-53.7-19.5-15.2-13.8-23.4-31-25.2-51.5h-3.7c-4.3,0-8.7-.1-13,0-3.2.1-5.8-.5-7.2-3.6v-2.6c1.4-3.1,3.9-3.8,7.1-3.6,5,.2,10,0,15.1,0h1.7c.5-3.2.8-6.2,1.3-9.3C30.7,32.3,54,8.2,83.9,1.8,87.6,1,91.4.6,95.1,0c3.2.1,6.4.1,9.6.1ZM166.1,71.7c-2.5-23.3-13.1-41.5-33.3-52.8-25.2-14-50.1-12.2-73.3,5-15.8,11.7-23.9,28-25.7,47.8h24c3.2,0,5,1.5,5.4,4.7.9,7.1,2.4,14,5.5,20.5,2.2,4.6,5,8.8,9.9,11,4.3,2,8.7,1.8,13.1-.1-.2-.4-.3-.7-.5-.9-4.2-6-6.3-12.9-7.2-20-1.4-11-1-22,.8-32.9.9-5.2,2.2-10.2,5.1-14.7,2.1-3.3,5-5.6,9-5.7,4.3-.2,7.4,2.2,9.6,5.6,2.4,3.6,3.6,7.6,4.5,11.8,2.2,10.1,2.5,20.3,2,30.6-.3,6.3-1.4,12.5-3.9,18.3-1.2,2.7-2.6,5.2-4,7.8,4.3,2.6,11.6,1.9,16-1.5,3.5-2.7,5.8-6.4,7.6-10.4,2.8-6.1,4.2-12.5,5.1-19.1.5-3.6,2.1-5,5.8-5h24.5ZM34,81.6c1.8,30.7,28.3,61.3,66.4,60.9,39.1-.4,63.9-32.1,65.4-60.9-.2,0-.5-.1-.7-.1h-18.9c-.9,0-1.1.5-1.2,1.2-1.3,6.8-3.2,13.5-6.4,19.7-2.9,5.6-6.7,10.6-12.4,13.6-8.6,4.5-17.2,4-25.6-.5-.9-.5-1.6-.5-2.5,0-5.5,3.2-11.5,4.2-17.8,3.2-7.9-1.3-13.5-6-17.7-12.6-4.6-7.1-6.9-15-8.4-23.2-.2-1.2-.7-1.4-1.8-1.4h-17c-.5,0-.9.1-1.4.1ZM99.3,101.2c.3-.5.6-.7.7-1,2.4-3.9,3.7-8.2,4.4-12.6,1.8-11.2,1.3-22.4-.8-33.6-.6-3-1.6-5.9-2.9-8.7-1-2.3-2-2.2-3,.1-1,2.1-1.9,4.4-2.4,6.7-1.4,5.8-1.9,11.8-2.2,17.8-.3,7.3-.1,14.6,1.8,21.8,1,3.3,2.3,6.5,4.4,9.5Z\"><\/path><path d=\"M1311.5,27c-.2.3-.4.5-.6.8-.7,1.8-2.1,2.6-4,2.7-2,.1-4,.1-6,.1h-30.8v100.6c-.2,3.8-1.9,5.3-5.7,5.3h-5.9c-3.2,0-4.9-1.7-5-5V30.6c-.7,0-1.3-.1-2-.1h-33.9c-4-.1-5.6-1.8-5.6-5.8,0-1.7,0-3.4.3-5.1.3-2.1,1.7-3.2,3.8-3.5.8-.1,1.7-.1,2.5-.1h85.9c3.1,0,5.7.4,7,3.6,0,2.5,0,5,0,7.4Z\"><\/path><path d=\"M493.7,95.3c.4-.8.6-1.2.8-1.6l31.5-73.5c1.2-2.7,3.1-4.1,6.1-4.1h7.9c3.5,0,5.3,1.8,5.6,5.2,1.1,13.5,2.2,26.9,3.3,40.4,1.1,13.2,2.1,26.4,3.2,39.6.8,9.7,1.6,19.3,2.3,29,.1.6.1,1.3,0,1.9-.2,2.5-1.7,4.1-4.2,4.2s-5.1.1-7.6,0c-2.6-.1-4.3-1.9-4.6-4.6-.4-3.4-.6-6.9-.9-10.3-.9-10.6-1.7-21.2-2.6-31.8-.6-7.7-1.2-15.4-1.8-23-.5-5.8-.9-11.6-1.4-17.3,0-.3-.2-.6-.3-1.4-.5.8-.8,1.3-1,1.7-6.5,14.7-13.1,29.4-19.6,44.1-2.5,5.7-5.1,11.4-7.6,17.1-1.1,2.5-3.1,3.9-5.8,3.9h-5.7c-3.2.1-5.4-1.3-6.8-4.3-4.1-9.4-8.3-18.7-12.5-28.1-4.9-11-9.7-21.9-14.6-32.9-.2-.5-.5-1-.8-1.4-.2,0-.3,0-.5.1-.1,1.2-.3,2.4-.4,3.7-1,11.9-1.9,23.8-2.9,35.7-.8,10.5-1.6,21-2.4,31.5-.3,3.9-.6,7.9-.9,11.8-.3,4-2.1,5.6-6.1,5.6h-5.3c-3.6,0-5.4-1.7-5.2-5.3.2-4.4.6-8.7,1-13.1.6-7.8,1.3-15.6,1.9-23.5,1-11.7,1.9-23.4,2.9-35.1.6-7.8,1.2-15.5,1.9-23.3.4-5,.8-9.9,1.2-14.9.3-3.5,2.1-5.2,5.6-5.2h8c2.9,0,4.7,1.4,5.9,4,7.3,17,14.6,34,21.9,50.9,3.2,7.5,6.4,15,9.6,22.4.2.6.5,1,.9,1.9Z\"><\/path><path d=\"M798.2,83.6v46.9c0,4.3-1.7,5.9-5.9,5.9h-5.7c-2.9-.1-4.7-1.8-4.9-4.7V22c0-4.4,1.6-6,6-6h5c3.9,0,5.6,1.8,5.6,5.7v47.3h62.8V22.1c0-.6,0-1.3.1-1.9.5-2.8,2-4.1,4.8-4.2,2.2-.1,4.5-.1,6.7,0,3.2.1,4.8,1.8,4.9,5v109.5c0,.8,0,1.7-.2,2.5-.5,2.1-1.9,3.3-4,3.4-2.6.1-5.2.1-7.8,0-2.5-.1-3.9-1.5-4.4-3.9-.1-.7-.2-1.5-.2-2.2v-46.7h-62.8Z\"><\/path><path d=\"M909.2,59.4V21.9c0-4.2,1.6-5.9,5.8-5.9h5.7c3.1.1,4.7,1.5,4.9,4.6.1,1,.1,2,.1,3.1v71.3c0,7.9,2.5,14.9,8.4,20.4,4.2,4,9.3,6.2,14.9,7.2,7.4,1.2,14.8.9,21.8-2.2,8.9-3.9,14-10.8,15.6-20.3.4-2.4.6-4.9.6-7.4V21.7c0-3.7,1.5-5.5,4.9-5.6,2.3-.1,4.6-.1,6.9,0,3.2.1,4.8,1.8,4.9,5v73.4c0,9.9-2.5,19-8.6,26.9-6.9,8.8-16,14.1-26.9,16-10.4,1.9-20.8,1.7-30.9-2-15.5-5.7-24.9-16.8-27.6-33.2-.5-2.8-.6-5.7-.6-8.6.1-11.3.1-22.8.1-34.2Z\"><\/path><path d=\"M368.8,16.1h4.1c3.3,0,5.1,1.3,6.2,4.5,2,5.5,4,11,6,16.5,11,30.5,22.1,61,33.1,91.5.4,1.1.8,2.2.9,3.4.2,2.5-1.2,4.3-3.7,4.4-2.7.1-5.5.2-8.2,0-2.6-.2-4.1-1.9-5-4.3-1.8-5.1-3.7-10.3-5.5-15.4-1.6-4.5-3.2-9-4.8-13.5-.3-1-.8-1.3-1.9-1.3h-42.7c-1,0-1.5.2-1.9,1.3-3.4,9.9-6.9,19.7-10.3,29.5-.8,2.4-2.7,3.8-5.3,3.8h-6.6c-4,0-5.7-2.4-4.4-6.2,1.8-5.2,3.7-10.5,5.6-15.7,6.9-19.1,13.8-38.1,20.7-57.2,4.5-12.3,8.9-24.7,13.4-37,1.1-3.1,3-4.4,6.3-4.4,1.3.1,2.7.1,4,.1ZM387,87.9c-6-17.2-12-34.3-18-51.3-.2,0-.4,0-.6.1-6,17-12,34.1-18.1,51.3,12.2-.1,24.3-.1,36.7-.1Z\"><\/path><path d=\"M597.2,92v38.3c0,.6,0,1.3-.1,1.9-.3,2.6-1.9,4.2-4.5,4.3-2.5.1-5,.1-7.5,0s-4-1.6-4.4-4.1c-.1-.8-.2-1.6-.2-2.3V22.7c0-.9.1-1.8.2-2.6.4-2.2,1.7-3.5,4-3.8.6-.1,1.3-.1,1.9-.1h38.5c9.9,0,18.7,2.9,26.1,9.7,5.4,5.1,8.8,11.3,10.1,18.5,1.8,9.6,1.4,19-3.1,27.8-6,11.7-15.7,18.4-28.7,19.4-10,.7-20.2.3-30.3.4-.6,0-1.2,0-2,0ZM597.2,77.4h23.8c1.8,0,3.6-.1,5.4-.3,7.9-1.1,13.7-5.1,16.9-12.5,2.1-4.9,2.3-10.1,1.7-15.4-.6-4.6-2.3-8.7-5.6-12.1-4.6-4.7-10.3-6.4-16.7-6.5-7.9-.1-15.9,0-23.8,0-.5,0-1,.1-1.6.1-.1,15.6-.1,31-.1,46.7Z\"><\/path><path d=\"M699.4,121.9h50.5c4.2.2,5.8,1.8,5.8,6,0,1.4,0,2.8-.1,4.2-.2,2.5-1.8,4-4.2,4.3h-63c-3.1,0-4.9-1.3-5.3-3.9-.1-.5-.1-1.1-.1-1.6V21.6c0-3.9,1.7-5.6,5.5-5.6h58.8c3.8,0,5.4,1.7,5.4,5.5,0,1.5,0,3-.1,4.5-.2,2.6-1.7,4.1-4.3,4.4-.8.1-1.7.1-2.5.1h-44.6c-1.5,0-1.9.4-1.9,1.9.1,11.5.1,22.9,0,34.4,0,1.4.4,1.8,1.8,1.8,12-.1,23.9,0,35.9,0,4.1,0,5.9,1.7,5.8,5.9,0,1.6,0,3.2-.2,4.8-.4,2.2-1.8,3.5-4.1,3.7-.6.1-1.2,0-1.8,0h-35.6c-1.4,0-1.8.3-1.8,1.8.1,11.8,0,23.6,0,35.4.1.5.1,1,.1,1.7Z\"><\/path><path d=\"M1145.9,68.6h37.7c4,0,5.7,1.7,5.7,5.7,0,1.7,0,3.3-.2,5-.4,2.3-1.9,3.6-4.2,3.8h-37.4c-1.3,0-1.7.4-1.7,1.7v35.7c0,.5,0,1,.1,1.6h50.6c4.1.3,5.5,1.8,5.5,5.9,0,1.4,0,2.7-.1,4.1-.2,2.8-1.9,4.3-4.6,4.5h-62.5c-3.8,0-5.5-1.7-5.5-5.6V21.8c0-3.3,1.2-5,3.7-5.5.6-.1,1.3-.2,1.9-.2h58.5c4,0,5.6,1.6,5.6,5.6v4.1c-.1,2.9-1.7,4.5-4.5,4.7-.7.1-1.5.1-2.2.1h-44.6q-1.9,0-1.9,1.9v34.2c.1.6.1,1.1.1,1.9Z\"><\/path><path d=\"M1067.3,14c10.9,0,20.9,2.9,29.9,9,3,2.1,3.6,4.6,1.9,7.9-.7,1.4-1.5,2.7-2.3,4.1-1.7,2.9-3.7,3.5-6.8,2-2.9-1.4-5.7-3.1-8.6-4.3-7.9-3.3-16-4.4-24.2-1.6-5.6,1.9-9.9,5.3-11.5,11.3-1.7,6.6.5,12,5.4,16.4,3.2,2.9,6.9,4.6,10.8,6.4,8.5,4,17.1,7.9,25.4,12.3,11.3,6.1,16.6,16,15.9,28.8-.8,15.8-11.9,28.3-27.7,31.2-16.9,3.1-32.1-.9-45.8-10.9-3.3-2.4-3.6-5-1.3-8.3.9-1.2,1.7-2.5,2.6-3.7,2.1-2.9,4.7-3.4,7.7-1.4,2.3,1.5,4.5,3,6.9,4.4,6.4,3.6,13.2,5.7,20.7,5.4,5.6-.2,10.8-1.5,15.1-5.4,7.2-6.6,6.6-18.1-1-24.5-5.4-4.6-11.6-7.5-17.9-10.3-6.4-2.8-12.8-5.6-18.7-9.2-6.8-4.1-12.1-9.8-14.3-17.8-4.1-15.1,2.5-29.7,16.5-36.9,6.5-3.5,13.7-4.9,21.3-4.9Z\"><\/path><path d=\"M253.1,121.9h47.3c.6,0,1.2,0,1.7.1,3.6.4,4.9,1.8,5.1,5.4.1,1.6,0,3.3-.2,5-.3,2.5-1.8,3.9-4.3,4.1h-60.3c-4.3,0-5.9-1.6-5.9-5.9V22c0-4.2,1.6-5.9,5.8-5.9h5.4c3.4.1,5.1,1.6,5.4,5.1v100.7Z\"><\/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=\"25\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"25 of 25\">\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<\/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;:8596,&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 videoavspiller\" 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=\"Start video\" 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>\u201c\u00c5 bruke SameSystem er s\u00e5 enkelt at oppl\u00e6ring av nye ansatte tar mindre enn ett minutt.\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>Store Manager, 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>\u201cVi opererer p\u00e5 fem markeder med ulike regelsett, og SameSystem har etablert reglene for hvert marked, slik at dataene vi henter ut, spesielt for l\u00f8nnsrapportering, er korrekte.\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-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>Retail Operations Manager, 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;:8520,&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 videoavspiller\" src=\"https:\/\/player.vimeo.com\/video\/1010230051?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=\"Start video\" 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;:8517,&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 videoavspiller\" 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=\"Start video\" 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>\u201cJeg vil absolutt anbefale SameSystem. Det er p\u00e5litelig, og vi har full tillit til dataene det genererer. Kort sagt, bare kom i gang med \u00e5 bruke SameSystem.\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-8535\" 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>\u201cMed prognoser kan SameSystem vise oss hvordan vi best planlegger vaktene fremover, basert p\u00e5 forventet salg og antall transaksjoner. Dette synes jeg er spennende.\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>Head of Retail, 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;:8523,&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 videoavspiller\" 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=\"Start video\" 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\">Utforsk flere kundehistorier<\/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-7281 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7281 .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-7281 post-7281 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\/no\/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-7283 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7283 .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-7283 post-7283 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\/no\/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-7285 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7285 .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-7285 post-7285 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\/no\/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-7287 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7287 .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-7287 post-7287 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\/no\/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-7289 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7289 .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-7289 post-7289 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\/no\/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-7291 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7291 .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-7291 post-7291 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\/no\/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-7293 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7293 .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-7293 post-7293 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\/no\/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-7295 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7295 .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-7295 post-7295 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\/no\/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-7297 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7297 .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-7297 post-7297 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\/no\/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-7299 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7299 .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-7299 post-7299 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\/no\/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-7301 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7301 .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-7301 post-7301 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\/no\/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-7303 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7303 .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-7303 post-7303 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\/no\/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-7305 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7305 .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-7305 post-7305 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\/no\/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-7307 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7307 .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-7307 post-7307 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\/no\/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-7309 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7309 .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-7309 post-7309 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\/no\/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-7311 .elementor-element.elementor-element-9328259:not(.elementor-motion-effects-element-type-background), .e-loop-item-7311 .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-7311 post-7311 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\/no\/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=\"Previous\">\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=\"Next\">\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>Viktigheten av workforce management i retail Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet. Hvorfor workforce management er viktig Kundeopplevelse Godt administrerte ansatte sikrer at kundene f\u00e5r personlig oppmerksomhet og hjelp, noe [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":6817,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6837","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>Retail referanser &#8211; SameSystem<\/title>\n<meta name=\"description\" content=\"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.\" \/>\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\/no\/references\/retail\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retail referanser &#8211; SameSystem\" \/>\n<meta property=\"og:description\" content=\"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.samesystem.com\/no\/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:57:39+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\/no\/references\/retail\/\",\"url\":\"https:\/\/www.samesystem.com\/no\/references\/retail\/\",\"name\":\"Retail referanser &#8211; SameSystem\",\"isPartOf\":{\"@id\":\"https:\/\/www.samesystem.eu\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.samesystem.com\/no\/references\/retail\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.samesystem.com\/no\/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:57:39+00:00\",\"description\":\"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.samesystem.com\/no\/references\/retail\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.samesystem.com\/no\/references\/retail\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/www.samesystem.com\/no\/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\/no\/references\/retail\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.samesystem.com\/no\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Private: References\",\"item\":\"https:\/\/www.samesystem.com\/no\/?page_id=112\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Retail referanser\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.samesystem.eu\/#website\",\"url\":\"https:\/\/www.samesystem.eu\/\",\"name\":\"SameSystem\",\"description\":\"Workforce management for retail- og restaurant\u00adbransjen\",\"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\":\"nb-NO\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.samesystem.eu\/#organization\",\"name\":\"SameSystem\",\"url\":\"https:\/\/www.samesystem.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@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":"Retail referanser &#8211; SameSystem","description":"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.","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\/no\/references\/retail\/","og_locale":"nb_NO","og_type":"article","og_title":"Retail referanser &#8211; SameSystem","og_description":"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.","og_url":"https:\/\/www.samesystem.com\/no\/references\/retail\/","og_site_name":"SameSystem","article_publisher":"https:\/\/www.facebook.com\/samesystem\/","article_modified_time":"2025-12-03T12:57:39+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\/no\/references\/retail\/","url":"https:\/\/www.samesystem.com\/no\/references\/retail\/","name":"Retail referanser &#8211; SameSystem","isPartOf":{"@id":"https:\/\/www.samesystem.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.samesystem.com\/no\/references\/retail\/#primaryimage"},"image":{"@id":"https:\/\/www.samesystem.com\/no\/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:57:39+00:00","description":"Workforce management er en avgj\u00f8rende del av \u00e5 drive en vellykket retailvirksomhet. Det inneb\u00e6rer \u00e5 optimalisere og organisere dine ansattes vaktplaner, ferdigheter og oppgaver for \u00e5 sikre maksimal produktivitet og kundetilfredshet.","breadcrumb":{"@id":"https:\/\/www.samesystem.com\/no\/references\/retail\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.samesystem.com\/no\/references\/retail\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/www.samesystem.com\/no\/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\/no\/references\/retail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.samesystem.com\/no\/"},{"@type":"ListItem","position":2,"name":"Private: References","item":"https:\/\/www.samesystem.com\/no\/?page_id=112"},{"@type":"ListItem","position":3,"name":"Retail referanser"}]},{"@type":"WebSite","@id":"https:\/\/www.samesystem.eu\/#website","url":"https:\/\/www.samesystem.eu\/","name":"SameSystem","description":"Workforce management for retail- og restaurant\u00adbransjen","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":"nb-NO"},{"@type":"Organization","@id":"https:\/\/www.samesystem.eu\/#organization","name":"SameSystem","url":"https:\/\/www.samesystem.eu\/","logo":{"@type":"ImageObject","inLanguage":"nb-NO","@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\/no\/wp-json\/wp\/v2\/pages\/6837","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/comments?post=6837"}],"version-history":[{"count":22,"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/pages\/6837\/revisions"}],"predecessor-version":[{"id":14195,"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/pages\/6837\/revisions\/14195"}],"up":[{"embeddable":true,"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/pages\/6817"}],"wp:attachment":[{"href":"https:\/\/www.samesystem.com\/no\/wp-json\/wp\/v2\/media?parent=6837"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}