{"id":3424,"date":"2025-04-10T11:55:34","date_gmt":"2025-04-10T11:55:34","guid":{"rendered":"https:\/\/browserbros.gr\/b2b\/?page_id=3424"},"modified":"2025-04-30T15:11:33","modified_gmt":"2025-04-30T15:11:33","slug":"epaggelmatikoi-tomeis","status":"publish","type":"page","link":"https:\/\/wipesnmore.gr\/?page_id=3424","title":{"rendered":"\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u03a4\u03bf\u03bc\u03b5\u03af\u03c2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3424\" class=\"elementor elementor-3424\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68c85f8 e-flex e-con-boxed e-con e-parent\" data-id=\"68c85f8\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc4bdc4 elementor-widget elementor-widget-shortcode\" data-id=\"fc4bdc4\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- BUSINESS SECTORS PAGE - COPY ENTIRE CODE -->\r\n\r\n<style>\r\n\/* Base Styles *\/\r\n:root {\r\n  --primary: #c5a012;\r\n  --dark: #212529;\r\n  --light: #fff;\r\n  --secondary: #6c757d;\r\n  --gray-100: #f8f9fa;\r\n  --gray-200: #e9ecef;\r\n  --gray-800: #343a40;\r\n  --shadow: 0 10px 30px rgba(0,0,0,0.08);\r\n  --transition: all 0.3s ease;\r\n  --radius: 12px;\r\n}\r\n\r\n.sectors-container {\r\n  max-width: 1200px;\r\n  margin: 0 auto;\r\n  padding: 40px 20px;\r\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\r\n}\r\n\r\n.sectors-header {\r\n  text-align: center;\r\n  margin-bottom: 60px;\r\n}\r\n\r\n.sectors-title {\r\n  font-size: 38px;\r\n  font-weight: 700;\r\n  color: var(--dark);\r\n  margin-bottom: 20px;\r\n  position: relative;\r\n  display: inline-block;\r\n}\r\n\r\n.sectors-title::after {\r\n  content: '';\r\n  position: absolute;\r\n  bottom: -10px;\r\n  left: 50%;\r\n  transform: translateX(-50%);\r\n  width: 80px;\r\n  height: 3px;\r\n  background-color: var(--primary);\r\n}\r\n\r\n.sectors-subtitle {\r\n  font-size: 18px;\r\n  color: var(--secondary);\r\n  max-width: 700px;\r\n  margin: 0 auto;\r\n  line-height: 1.6;\r\n}\r\n\r\n\/* Sectors Grid *\/\r\n.sectors-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 30px;\r\n}\r\n\r\n.sector-card {\r\n  background-color: var(--light);\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  box-shadow: var(--shadow);\r\n  transition: var(--transition);\r\n  position: relative;\r\n  height: 100%;\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n\r\n.sector-card:hover {\r\n  transform: translateY(-10px);\r\n  box-shadow: 0 15px 35px rgba(0,0,0,0.15);\r\n}\r\n\r\n.sector-image {\r\n  height: 220px;\r\n  background-size: cover;\r\n  background-position: center;\r\n  position: relative;\r\n}\r\n\r\n.sector-image::before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  right: 0;\r\n  bottom: 0;\r\n  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));\r\n  z-index: 1;\r\n}\r\n\r\n.sector-icon {\r\n  position: absolute;\r\n  top: 20px;\r\n  right: 20px;\r\n  width: 60px;\r\n  height: 60px;\r\n  background-color: var(--primary);\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  z-index: 2;\r\n  box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n}\r\n\r\n.sector-icon svg {\r\n  width: 30px;\r\n  height: 30px;\r\n  fill: var(--light);\r\n}\r\n\r\n.sector-content {\r\n  padding: 30px;\r\n  flex-grow: 1;\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n\r\n.sector-name {\r\n  font-size: 22px;\r\n  font-weight: 700;\r\n  color: var(--dark);\r\n  margin-bottom: 15px;\r\n  line-height: 1.3;\r\n}\r\n\r\n.sector-description {\r\n  color: var(--secondary);\r\n  font-size: 16px;\r\n  line-height: 1.6;\r\n  margin-bottom: 25px;\r\n  flex-grow: 1;\r\n}\r\n\r\n.sector-solutions {\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.solution-label {\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n  color: var(--dark);\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.solution-tags {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  gap: 8px;\r\n}\r\n\r\n.solution-tag {\r\n  background-color: var(--gray-100);\r\n  color: var(--dark);\r\n  padding: 5px 12px;\r\n  border-radius: 30px;\r\n  font-size: 13px;\r\n  font-weight: 500;\r\n}\r\n\r\n.sector-button {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  background-color: var(--primary);\r\n  color: var(--light);\r\n  border: none;\r\n  padding: 12px 20px;\r\n  border-radius: var(--radius);\r\n  font-weight: 600;\r\n  font-size: 14px;\r\n  text-decoration: none;\r\n  transition: var(--transition);\r\n  gap: 8px;\r\n  justify-content: center;\r\n}\r\n\r\n.sector-button:hover {\r\n  background-color: var(--dark);\r\n}\r\n\r\n.sector-button svg {\r\n  width: 18px;\r\n  height: 18px;\r\n  fill: var(--light);\r\n}\r\n\r\n\/* CTA Section *\/\r\n.sectors-cta {\r\n  margin-top: 80px;\r\n  background-color: var(--gray-100);\r\n  border-radius: var(--radius);\r\n  padding: 60px;\r\n  text-align: center;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.cta-accent {\r\n  position: absolute;\r\n  width: 120px;\r\n  height: 120px;\r\n  background-color: var(--primary);\r\n  opacity: 0.1;\r\n  border-radius: 50%;\r\n}\r\n\r\n.cta-accent-1 {\r\n  top: -40px;\r\n  left: -40px;\r\n}\r\n\r\n.cta-accent-2 {\r\n  bottom: -50px;\r\n  right: -30px;\r\n  width: 150px;\r\n  height: 150px;\r\n}\r\n\r\n.cta-title {\r\n  font-size: 30px;\r\n  font-weight: 700;\r\n  color: var(--dark);\r\n  margin-bottom: 20px;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.cta-text {\r\n  font-size: 18px;\r\n  color: var(--secondary);\r\n  max-width: 600px;\r\n  margin: 0 auto 30px;\r\n  line-height: 1.6;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.cta-button {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  background-color: var(--primary);\r\n  color: var(--light);\r\n  border: none;\r\n  padding: 15px 30px;\r\n  border-radius: var(--radius);\r\n  font-weight: 600;\r\n  font-size: 16px;\r\n  text-decoration: none;\r\n  transition: var(--transition);\r\n  gap: 10px;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.cta-button:hover {\r\n  background-color: var(--dark);\r\n  transform: translateY(-3px);\r\n}\r\n\r\n.cta-button svg {\r\n  width: 20px;\r\n  height: 20px;\r\n  fill: var(--light);\r\n}\r\n\r\n\/* Responsive Styles *\/\r\n@media (max-width: 1024px) {\r\n  .sectors-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .sectors-header {\r\n    margin-bottom: 40px;\r\n  }\r\n  \r\n  .sectors-title {\r\n    font-size: 32px;\r\n  }\r\n  \r\n  .sectors-subtitle {\r\n    font-size: 16px;\r\n  }\r\n  \r\n  .sectors-cta {\r\n    padding: 40px 30px;\r\n  }\r\n  \r\n  .cta-title {\r\n    font-size: 26px;\r\n  }\r\n  \r\n  .cta-text {\r\n    font-size: 16px;\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n  .sectors-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n  \r\n  .sector-image {\r\n    height: 180px;\r\n  }\r\n  \r\n  .sector-name {\r\n    font-size: 20px;\r\n  }\r\n  \r\n  .sector-content {\r\n    padding: 25px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"sectors-container\">\r\n  <div class=\"sectors-header\">\r\n    <h1 class=\"sectors-title\">\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03af \u03a4\u03bf\u03bc\u03b5\u03af\u03c2<\/h1>\r\n    <p class=\"sectors-subtitle\">\u03a0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bc\u03b5 \u03b5\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b5\u03c2 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03ac\u03c6\u03bf\u03c1\u03bf\u03c5\u03c2 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03ba\u03bb\u03ac\u03b4\u03bf\u03c5\u03c2, \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b1\u03c0\u03bf\u03ba\u03c1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2 \u03c3\u03b1\u03c2.<\/p>\r\n  <\/div>\r\n  \r\n  <div class=\"sectors-grid\">\r\n    <!-- \u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b5\u03af\u03b1 \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M336 48v32h-160V48H336M336 16h-160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h160c17.7 0 32-14.3 32-32V48c0-17.7-14.3-32-32-32zm-197.4 33.8L111.7 99.6l127.1 76.3 27-49.8-127.2-76.3zM207.3 17L98.6 74.6C89.4 79.5 85 90 87.9 99.9L98.6 128c3.8 13 16.1 21.4 29.5 20.3 12.6-1.1 22.7-10.1 25.5-22.5l9.5-41.9L271.6 40c13.2-7.9 19-24.2 13.4-38.5C278.4 15.2 261.3-1.8 247.5 12.3l-40.2 4.7zm128 37c21.1-16 48-25 78.1-25v190.3c0 2.5-21.3 114.9-21.3 115.2 0 .2-7.4 28.3-14.1 28.3H436c-6.7 0-14.1-28.1-14.1-28.3 0-.3-21.3-112.7-21.3-115.2V25c30.1 0 57 9 78.1 25h-143.4zM496 400h-34.6c2 52.7-41.7 96-94.5 96H145.1c-52.8 0-96.5-43.3-94.5-96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h18.2c10.7 14.9 28.1 24 46.6 24h350.4c18.5 0 35.9-9.1 46.6-24H496c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM110.5 384c4.4-23 24.8-40 49-40h193c24.2 0 44.6 17 49 40h-291z\" \/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b5\u03af\u03b1 \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/h2>\r\n        <p class=\"sector-description\">\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b5\u03af\u03b1 \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd, \u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ce\u03bd \u03ba\u03b1\u03b9 \u03bc\u03bf\u03c4\u03bf\u03c3\u03c5\u03ba\u03bb\u03b5\u03c4\u03ce\u03bd. \u03a0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b1<\/span>\r\n            <span class=\"solution-tag\">\u0391\u03c0\u03bf\u03bb\u03b9\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c6\u03c1\u03ad\u03bd\u03c9\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03b5\u03be\u03b1\u03c1\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/auto-repair\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2 \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd & \u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae\u03c2 -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M64 464h48v-48H64v48zm80-208h48v-48h-48v48zm-80 0h48v-48H64v48zm80 160h48v-48h-48v48zm-80-80h48v-48H64v48zm80 0h48v-48h-48v48zM487.8 128c-13.5 0-24.5 6.6-29.5 16.9-.9-.9-1.8-1.9-2.8-2.8-12.2-12.2-28.5-19-45.8-19-11.7 0-22.8 3.1-32.7 8.9-9.9-5.8-21-8.9-32.7-8.9-17.3 0-33.6 6.8-45.8 19-1 1-1.9 2-2.8 2.9-5-10.3-16-17-29.5-17-17.7 0-32 14.3-32 32v1.1l-.9 1.1c-5.9 6.8-9.1 15.9-9.1 25.3 0 10.2 4 19.7 11.2 26.9C235.5 240.7 250.5 266 254 288h8c2-16 10.5-46.2 29.6-65.3 19-19 44.3-29.5 71.1-29.5 11.5 0 22.7 1.8 33.3 5.4V144c0-8.8 7.2-16 16-16s16 7.2 16 16v110.4c12.2 11.3 22.1 24.9 28.7 39.8 2.5 5.8 .8 12.5-4.2 16l-7.1 5c-1.3 .9-2.9 1.6-4.5 1.8-5 .5-9.9-1.9-12.4-6.8-9.2-17.9-22.3-33.1-37.9-43.4-14.2-9.4-30.5-14.4-47.4-14.4-47.4 0-85.9 38.5-85.9 85.9 0 47.4 38.5 85.9 85.9 85.9 10.5 0 20.4-1.9 29.7-5.3 5.5-2 11.3 1.1 12.3 7.2l1.5 9.1c.7 4.3-.9 8.8-4.2 11.3-13.4 10.1-30.1 15-46.7 13.7-8-.6-15.9-2.4-23.3-5.3-16.5-6.5-30.7-18.4-40.3-33.9-9.7-15.5-14.9-33.6-14.9-52.7 0-13.4 2.7-26.5 8.1-38.7h-29.6c-5.5 22.5-20.5 41.3-41.2 52-10 5.2-21.3 7.8-32.9 7.8-39.8 0-72.1-32.3-72.1-72.1s32.3-72.1 72.1-72.1c15.5 0 29.8 4.8 41.5 13.1 4.7-3.6 10.2-6.3 16.2-7.6v-1.4c0-35.3 28.7-64 64-64 17.3 0 32.9 6.9 44.3 18l51.4-27.8c6-3.3 12-4.9 16.7-4.9 12.7 0 23.6 9.5 25.1 22.1l7 60.1c.3 2.2 1.1 4.3 2.6 6.1l60.5 73.9c3.2 3.9 2.7 9.6-1.2 12.8l-6.9 5.7c-3.9 3.2-9.6 2.7-12.8-1.2L419.3 292l-12.8 8.1c-26.3 16.7-58.2 15.1-83.5-4.3L292.9 274c-2.7-2.1-4.4-5.3-4.8-8.8l-8.8-72.1c-1.8-14.9-8.6-29.1-19.6-39.8-11.1-10.8-25.4-16.7-40.5-16.7-10.5 0-20.3 2.7-28.8 7.5V176c0 8.8-7.2 16-16 16s-16-7.2-16-16v-48c0-8.8 7.2-16 16-16s16 7.2 16 16v13.9c6.3-2.5 13.1-3.9 20.2-3.9 12 0 23.2 3.6 32.5 9.9 6.7-19.2 24.9-33 46.3-33 26.5 0 48 21.5 48 48h.1c-.1 .6-.1 1.3-.1 1.9 0 16.3 13.2 29.5 29.5 29.5 5.4 0 10.5-1.5 14.9-4.1l-12.4-15.1 8.8 71.9 .1-.1c.7 5.3 3.1 10.3 7.1 14 17.4 13.4 40.5 14.5 58.9 3.1l43.2-27.3zM64 80h48V32H64v48z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2 \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd & \u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae\u03c2<\/h2>\r\n        <p class=\"sector-description\">\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd \u03ba\u03c4\u03af\u03c1\u03b9\u03b1, \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b5\u03c2. \u0391\u03c0\u03bf\u03bb\u03c5\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u0391\u03c0\u03bf\u03bb\u03c5\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b3\u03b5\u03bd\u03b9\u03ba\u03ae\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c4\u03b6\u03b1\u03bc\u03b9\u03ce\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u0391\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c7\u03ce\u03c1\u03c9\u03bd<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/cleaning-hygiene\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1 \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M423.32 170.7L384 32l-52.82 4.73L294.7 32l-46.86 4.25L192 32l-48 48H47.47L12.8 170.7c-2.84 9.63-5.46 27.27-6.8 44.47V448c0 17.67 14.33 32 32 32h120.07c8.64 0 16.43-3.46 22.1-9.06 15.97 26.48 44.94 42.94 76.52 42.94h.58c31.91 0 60.95-16.54 77.02-42.94 5.68 5.6 13.46 9.06 22.1 9.06H480c17.67 0 32-14.33 32-32V215.2c-1.69-20.62-5.5-36.64-8.68-44.5zM200 480H40c-4.42 0-8-3.58-8-8V280c0-4.42 3.58-8 8-8h160c4.42 0 8 3.58 8 8v192c0 4.42-3.58 8-8 8zm278.47-242.99c-16.79 0-33.27 3.07-48.99 8.93-14.65 5.49-30.57 8.93-47.01 8.93-19.39 0-37.78-4.53-54.47-13.26v167.81c0 38.27 27.56 70.29 64.01 77.17 36.65 6.96 70.51-13.14 84.36-44.91 3.86-8.96 5.64-18.49 5.64-28.26V272c0-19.33-15.69-34.99-35.01-34.99H456c17.67 0 32-14.33 32-32 0-4.42-3.58-8-8-8H218.1c-.98 0-1.82.09-2.77.26 4.93-1.43 9.96-2.35 15.2-2.35 16.79 0 33.27 3.07 48.99 8.93 14.65 5.49 30.57 8.93 47.01 8.93 16.44 0 32.38-3.44 47.03-8.93 26.83-10.05 55.8-10.05 82.63 0 4.09 1.53 8.26-1.11 8.99-5.38 1.02-5.99-3.89-11.22-9.51-9.46z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1 \u039f\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/h2>\r\n        <p class=\"sector-description\">\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7 \u03b3\u03ba\u03ac\u03bc\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b1 \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03bc\u03bf\u03c4\u03bf\u03c3\u03c5\u03ba\u03bb\u03b5\u03c4\u03ce\u03bd. \u0391\u03c0\u03cc \u03c3\u03b1\u03bc\u03c0\u03bf\u03c5\u03ac\u03bd \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03ba\u03b5\u03c1\u03af \u03ba\u03b1\u03b9 \u03b3\u03c5\u03b1\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03ac\u03c8\u03bf\u03b3\u03bf \u03c6\u03b9\u03bd\u03af\u03c1\u03b9\u03c3\u03bc\u03b1.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u03a0\u03c1\u03bf\u03c0\u03bb\u03cd\u03c3\u03b5\u03b9\u03c2<\/span>\r\n            <span class=\"solution-tag\">\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03af \u03b1\u03c6\u03c1\u03bf\u03af<\/span>\r\n            <span class=\"solution-tag\">\u03a3\u03b1\u03bc\u03c0\u03bf\u03c5\u03ac\u03bd \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03bf\u03c5<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b5\u03c1\u03b9\u03ac \u03b3\u03c5\u03b1\u03bb\u03af\u03c3\u03bc\u03b1\u03c4\u03bf\u03c2<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/car-wash\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03af \u03a7\u03ce\u03c1\u03bf\u03b9 -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M475.7 163c9.4 9.4 9.4 24.6 0 33.9L386.5 285.3c-9.4 9.4-24.6 9.4-33.9 0l-55.2-55.2c-9.4-9.4-9.4-24.6 0-33.9L386.5 107c9.4-9.4 24.6-9.4 33.9 0l55.2 55.2zM386.4 232c4.8 2.9 11 1.8 14-3s1.8-11-3-14l-21.8-13.1 13-21.8c2.9-4.8 1.3-11-3.4-13.9s-11-1.3-13.9 3.4l-13 21.8-21.8-13c-4.8-2.9-11-1.3-13.9 3.4s-1.3 11 3.4 13.9l21.8 13-13 21.8c-2.9 4.8-1.3 11 3.4 13.9s11 1.3 13.9-3.4l13-21.8 21.7 13zm12.9 103.7H320v56.4c0 17.7-14.3 32-32 32h-64v56.4c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V184.8c0-17.7 14.3-32 32-32h96V96.4c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v264.4h64c17.7 0 32 14.3 32 32v56.4h64c17.7 0 32 14.3 32 32V480h33.3c17.7 0 32-14.3 32-32V335.7z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03af \u03a7\u03ce\u03c1\u03bf\u03b9<\/h2>\r\n        <p class=\"sector-description\">\u0399\u03c3\u03c7\u03c5\u03c1\u03ac \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03bb\u03b9\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2. \u0395\u03b9\u03b4\u03b9\u03ba\u03ac \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c3\u03c5\u03bd\u03b8\u03ae\u03ba\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03b1\u03c1\u03b9\u03ac \u03c7\u03c1\u03ae\u03c3\u03b7.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac \u03b1\u03c0\u03bf\u03bb\u03b9\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b4\u03b1\u03c0\u03ad\u03b4\u03c9\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u0391\u03c0\u03bf\u03c1\u03c1\u03c5\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b2\u03b1\u03c1\u03ad\u03c9\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c5<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/industrial\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u039c\u03b7\u03c7\u03b1\u03bd\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03b1 -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160s71.6 160 160 160zm32 32H384 304c-8.8 0-16 7.2-16 16s7.2 16 16 16h80 16 48c8.8 0 16-7.2 16-16s-7.2-16-16-16H432 384zM368 464H144c-8.8 0-16-7.2-16-16V108c0-6.1 3.4-11.6 8.8-14.3s11.9-2.1 16.8 1.5L244.6 160H328c13.3 0 24-10.7 24-24V52.6c0-6.5-7.4-10.3-12.8-6.5L260.3 103l-40-28c-10.5-7.4-24.7-6.6-34.5 2s-13.5 22.9-8.2 34.4L203 160 96 110V60c0-8.8-7.2-16-16-16s-16 7.2-16 16V428.2c-9.8 4.5-18.9 10.4-27.1 17.6C13.1 466.3 0 487.4 0 512H400c0-24.6-13.1-45.7-36.9-66.3c-8.1-7-17-12.9-26.6-17.5c17.8-2.8 31.5-18.2 31.5-36.9s-13.7-34.1-31.5-36.9c17.8-2.8 31.5-18.2 31.5-36.9s-13.7-34.1-31.5-36.9c17.8-2.8 31.5-18.2 31.5-36.9s-13.7-34.1-31.5-36.9c17.8-2.8 31.5-18.2 31.5-36.9c0-20.3-16.5-36.8-36.8-36.8H320c-8.8 0-16 7.2-16 16s7.2 16 16 16h16.8c2.6 0 4.8 2.1 4.8 4.8c0 2.6-2.1 4.8-4.8 4.8H336 304c-8.8 0-16 7.2-16 16s7.2 16 16 16h32 1.6c2.6 0 4.8 2.1 4.8 4.8c0 2.6-2.1 4.8-4.8 4.8H336 304c-8.8 0-16 7.2-16 16s7.2 16 16 16h32 1.6c2.6 0 4.8 2.1 4.8 4.8c0 2.6-2.1 4.8-4.8 4.8H336 304c-8.8 0-16 7.2-16 16s7.2 16 16 16h32 1.6c2.6 0 4.8 2.1 4.8 4.8c0 2.6-2.1 4.8-4.8 4.8H336 319.6 64c-8.8 0-16 7.2-16 16s7.2 16 16 16H319.6h16.4 16c8.8 0 16-7.2 16-16s-7.2-16-16-16H336 319.6z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u039c\u03b7\u03c7\u03b1\u03bd\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03b1<\/h2>\r\n        <p class=\"sector-description\">\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03bc\u03b5\u03c4\u03ac\u03bb\u03bb\u03c9\u03bd. \u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c0\u03bf\u03c5 \u03b1\u03c6\u03b1\u03b9\u03c1\u03bf\u03cd\u03bd \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03bb\u03b9\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac, \u03b3\u03c1\u03ac\u03c3\u03b1 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03bb\u03b5\u03af\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03c4\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u0399\u03c3\u03c7\u03c5\u03c1\u03ac \u03b1\u03c0\u03bf\u03bb\u03b9\u03c0\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5\u03c4\u03b1\u03bb\u03bb\u03b9\u03ba\u03ce\u03bd \u03b5\u03c0\u03b9\u03c6\u03b1\u03bd\u03b5\u03b9\u03ce\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/machine-shops\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2 Detailing -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n            <path d=\"M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2 Detailing<\/h2>\r\n        <p class=\"sector-description\">\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03bf\u03c1\u03c5\u03c6\u03b1\u03af\u03b1\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 detailing. \u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03b5\u03c1\u03b9\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03bb\u03b5\u03c0\u03c4\u03bf\u03bc\u03b5\u03c1\u03ae \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03be\u03af\u03b1\u03c2.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u039a\u03b5\u03c1\u03b9\u03ac \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7\u03c2<\/span>\r\n            <span class=\"solution-tag\">\u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b5\u03c1\u03b1\u03bc\u03b9\u03ba\u03ae\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1\u03c2<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b5\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03bf\u03cd<\/span>\r\n            <span class=\"solution-tag\">\u03a3\u03c5\u03bd\u03c4\u03b7\u03c1\u03b7\u03c4\u03b9\u03ba\u03ac \u03b4\u03ad\u03c1\u03bc\u03b1\u03c4\u03bf\u03c2<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/detailing\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u039d\u03bf\u03c3\u03bf\u03ba\u03bf\u03bc\u03b5\u03af\u03b1 & \u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03ad\u03c2 -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\">\r\n            <path d=\"M48 0C21.5 0 0 21.5 0 48V272c0 26.5 21.5 48 48 48h85.6c12 72 73.7 128 149.4 128s137.4-56 149.4-128H528c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H512c8.8 0 16 7.2 16 16V224c0 8.8-7.2 16-16 16H64zM272 96h32c8.8 0 16 7.2 16 16v32h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V208H224c-8.8 0-16-7.2-16-16V160c0-8.8 7.2-16 16-16h32V112c0-8.8 7.2-16 16-16zM176 352c0-19.8 5.3-38.4 14.5-54.5H96c-17.7 0-32-14.3-32-32V288H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h448c17.7 0 32 14.3 32 32v160c0 17.7-14.3 32-32 32h0v32c0 17.7-14.3 32-32 32H385.5c9.2 16.1 14.5 34.7 14.5 54.5c0 5.2-.4 10.4-1.1 15.5H498c6.3 0 11.7-3.6 14.3-8.8l43.2-86.4c3-6 4.5-12.8 4.5-19.6V63.5c0-16.9-6.7-33.2-18.7-45.2L517.1 18.1C512 12.1 504.5 8.8 496.6 8.8H435.2c-33.3 0-61 25.5-63.8 58.7L366.2 112H418c14.2 0 24 11.2 24 25.4c0 4.1-1 8.1-2.9 11.7l-12.6 25.2c-2.9 5.9-9 9.6-15.6 9.6H253.2c-6.6 0-12.7-3.7-15.6-9.6l-12.6-25.2c-1.9-3.6-2.9-7.6-2.9-11.7c0-14.1 9.8-25.4 24-25.4h51.8L295.6 67.5C292.9 34.3 265.2 8.8 231.9 8.8H170.4c-7.9 0-15.4 3.2-20.5 9.2c0 0-25 26.1-26.1 27.1c-12 12-18.7 28.3-18.7 45.2v170.1c0 6.8 1.5 13.6 4.5 19.6l43.2 86.4c2.7 5.3 8.1 8.8 14.3 8.8h109c-.7-5.1-1.1-10.3-1.1-15.5zM283 48c0-8.8-7.2-16-16-16s-16 7.2-16 16V64H235c-8.8 0-16 7.2-16 16s7.2 16 16 16h16v16c0 8.8 7.2 16 16 16s16-7.2 16-16V96h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H283V48zM176 448a112 112 0 1 0 224 0 112 112 0 1 0 -224 0zm200 0A88 88 0 1 1 200 448a88 88 0 1 1 176 0zM288 392c-13.3 0-24 10.7-24 24v16h-16c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v16c0 13.3 10.7 24 24 24s24-10.7 24-24V480h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H312V416c0-13.3-10.7-24-24-24z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u039d\u03bf\u03c3\u03bf\u03ba\u03bf\u03bc\u03b5\u03af\u03b1 & \u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03ad\u03c2<\/h2>\r\n        <p class=\"sector-description\">\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03b9\u03b1\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03bf\u03c3\u03b7\u03bb\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03b9\u03b4\u03c1\u03cd\u03bc\u03b1\u03c4\u03b1. \u03a5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03bf\u03c5\u03c2 \u03c7\u03ce\u03c1\u03bf\u03c5\u03c2.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ac \u03b1\u03c0\u03bf\u03bb\u03c5\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c7\u03b5\u03b9\u03c1\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03c9\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u0391\u03bd\u03c4\u03b9\u03c3\u03b7\u03c0\u03c4\u03b9\u03ba\u03ac \u03c7\u03b5\u03c1\u03b9\u03ce\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b5\u03c0\u03b9\u03c6\u03b1\u03bd\u03b5\u03b9\u03ce\u03bd<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/hospitals\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <!-- \u0395\u03c1\u03b3\u03bf\u03c4\u03ac\u03be\u03b9\u03b1 & \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2 -->\r\n    <div class=\"sector-card\">\r\n      <div class=\"sector-image\" style=\"background-image: url('https:\/\/via.placeholder.com\/600x400')\">\r\n        <div class=\"sector-icon\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\">\r\n            <path d=\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H72v64H0V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96V160H504V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM456 96v64H376V96h80zM200 96h80v64H200V96zm-80 0v64H120V96h80zm-96 0H104v64H24V96z\"\/>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"sector-content\">\r\n        <h2 class=\"sector-name\">\u0395\u03c1\u03b3\u03bf\u03c4\u03ac\u03be\u03b9\u03b1 & \u039a\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u0395\u03c4\u03b1\u03b9\u03c1\u03b5\u03af\u03b5\u03c2<\/h2>\r\n        <p class=\"sector-description\">\u0391\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03b5\u03c0\u03af\u03bc\u03bf\u03bd\u03c9\u03bd \u03c1\u03cd\u03c0\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd \u03c3\u03b5 \u03b5\u03c1\u03b3\u03bf\u03c4\u03ac\u03be\u03b9\u03b1. \u0395\u03b9\u03b4\u03b9\u03ba\u03ac \u03b4\u03b9\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03c3\u03b9\u03bc\u03ad\u03bd\u03c4\u03bf, \u03c3\u03ba\u03c5\u03c1\u03cc\u03b4\u03b5\u03bc\u03b1, \u03ba\u03b1\u03b9 \u03bf\u03b9\u03ba\u03bf\u03b4\u03bf\u03bc\u03b9\u03ba\u03ac \u03c5\u03bb\u03b9\u03ba\u03ac.<\/p>\r\n        \r\n        <div class=\"sector-solutions\">\r\n          <div class=\"solution-label\">\u03a0\u03c1\u03bf\u03c4\u03b5\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u039b\u03cd\u03c3\u03b5\u03b9\u03c2:<\/div>\r\n          <div class=\"solution-tags\">\r\n            <span class=\"solution-tag\">\u0391\u03c6\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c4\u03c3\u03b9\u03bc\u03ad\u03bd\u03c4\u03bf\u03c5<\/span>\r\n            <span class=\"solution-tag\">\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u0394\u03b9\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03ac \u03c7\u03c1\u03c9\u03bc\u03ac\u03c4\u03c9\u03bd<\/span>\r\n            <span class=\"solution-tag\">\u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03cd<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <a href=\"\/professional\/construction\/\" class=\"sector-button\">\r\n          \u0394\u03b5\u03af\u03c4\u03b5 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\">\r\n            <path d=\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\"\/>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  \r\n  <!-- CTA Section -->\r\n  <div class=\"sectors-cta\">\r\n    <div class=\"cta-accent cta-accent-1\"><\/div>\r\n    <div class=\"cta-accent cta-accent-2\"><\/div>\r\n    \r\n    <h2 class=\"cta-title\">\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b5\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03bb\u03cd\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03bb\u03ac\u03b4\u03bf \u03c3\u03b1\u03c2;<\/h2>\r\n    <p class=\"cta-text\">\u039f\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u03bc\u03b1\u03c2 \u03c3\u03c5\u03bd\u03b5\u03c1\u03b3\u03ac\u03c4\u03b5\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c4\u03b5\u03af\u03bd\u03bf\u03c5\u03bd \u03c4\u03b1 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2. \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03c1\u03bf\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b5\u03c2.<\/p>\r\n    \r\n    <a href=\"\/contact\/\" class=\"cta-button\">\r\n      \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2\r\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\r\n        <path d=\"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z\"\/>\r\n      <\/svg>\r\n    <\/a>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- END OF BUSINESS SECTORS PAGE --><\/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":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3424","page","type-page","status-publish","hentry"],"acf":{"full_width":false,"header_transparent":false,"header_white":false},"_links":{"self":[{"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/pages\/3424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3424"}],"version-history":[{"count":4,"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/pages\/3424\/revisions"}],"predecessor-version":[{"id":3439,"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=\/wp\/v2\/pages\/3424\/revisions\/3439"}],"wp:attachment":[{"href":"https:\/\/wipesnmore.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}